#theme_shop01 header.header_block,
.single_product_details .add_to_cart_cont {
    position: relative;
}
#theme_shop01 {
    height: auto;
}
table {
    border-collapse: collapse;
    display: table;
    text-indent: initial;
    border-spacing: 2px;
}
tr {
    display: table-row;
}
th {
    vertical-align: bottom;
    display: table-cell;
    text-align: inherit;
}
td,
th {
    vertical-align: inherit;
}
.star_rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 17px;
}
.star_rating span.rating {
    display: flex;
    align-items: center;
    gap: 2px;
}
.star_rating span.rating img {
    width: 24px;
}
.star_rating .rating_review {
    color: var(--color-code17);
    font-weight: 400;
    margin-bottom: 0;
}
.product_shortDec {
    padding-left: 122px;
}
[dir="rtl"] .product_shortDec {
    padding-right: 122px;
    padding-left: unset;
}
.product_shortDec .headingH2 {
    color: var(--color-primary);
    font-family: var(--heading-family);
    font-weight: 400;
    margin-bottom: 20px;
}
.product_shortDec .headingH3 {
    color: var(--color-code18);
    font-family: var(--primary-family);
    font-weight: 600;
    margin-bottom: 30px;
}

[dir="ltr"] .product_shortDec .headingH3{
    direction: rtl;
    text-align: left;
}

.single_product_details .paragraph_p3 {
    color: var(--color-code07);
    font-family: var(--primary-family);
    margin-bottom: 76px;
}
.single_product_details .btn-groups {
    gap: 20px;
    display: flex;
    position: relative;
}
.single_product_details .btn-groups .pdct_btn_bx,
.single_product_details .btn-groups > * {
    flex: 1 1 auto;
}
.single_product_details .btn-groups form {
    flex: none;
}
.single_product_details .quantity_de.pdct_btn_bx {
    flex: none !important;
}
.single_product_details .wishlist_single {
    width: 80px;
    display: flex;
    align-items: center;
    padding: 0;
    flex: none !important;
    border: 1px solid var(--color-code36);
}
.single_product_details .buyNow_Poup:hover,
.single_product_details .wishlist_single:hover {
    background-color: var(--color-primary);
}
.single_product_details .wishlist_single:hover svg {
    filter: brightness(0) invert(1);
}
.single_product_details .wishlist_single svg {
    width: 26px;
}
.single_product_details .buyNow_Poup {
    width: 100%;
    background-color: var(--color-code17);
    margin-top: 30px;
    color: var(--color-white);
    font-family: var(--primary-family);
    transition: 0.6s;
    border: 1px solid var(--color-code17);
}
.single_product_details .btn-primary {
    font-weight: 600;
    width: 100%;
}
.single_product_details .btn-primary svg path{
    stroke: var(--color-primary);
}
.single_product_details .btn-primary.inWishlist svg path{
        fill: var(--color-red);
  stroke: none;
}
.product_shortDec .shortList {
    margin: 76px 0 0;
}
.otherVariant_bx .paragraph_p4,
.shortList .headingH5 {
    margin-bottom: 0;
}
.shortList th {
    color: var(--color-code18);
}
.shortList td {
    font-weight: 400;
    color: var(--color-code07);
}
.shortList td,
.shortList th {
    padding: 11px 12px;
}
.colorVariant_bx .form-groups input,
.otherVariant_bx input {
    padding: 0;
    height: 100%;
    appearance: inherit;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    margin: 0;
}
.contact_social_md {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.contact_social_md img {
    width: 32px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
}
.contact_social_md img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: 0.2s;
    -webkit-transition: 0.2s;
}
.single_product_details .wishlist_single.inWishlist img {
    filter: invert(1) !important;
}
.single_product_details .wishlist_single.inWishlist:hover {
    background-color: var(--color-white) !important;
}
.single_product_deal {
    display: flex;
    flex-direction: inherit;
    gap: 24px;
    position: static;
    margin-bottom: 24px;
}
.single_product_deal .deal_tags,
.single_product_deal .offer_tags {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    border-radius: 4px;
}
.single_product_deal .offer_tags {
    background-color: var(--color-red);
    color: var(--color-white);
}
.single_product_deal .deal_tags {
    background-color: var(--color-orange);
    text-transform: uppercase;
    color: var(--color-white);
}
.colorVariant,
.otherVariant {
    display: flex;
    align-items: center;
    gap: 20px;
}
.colorVariant .headingH5,
.otherVariant .headingH5 {
    margin-bottom: 0;
    color: var(--color-code18);
    font-family: var(--primary-family);
    font-weight: 600;
}
.colorVariant_bx .form-groups,
.otherVariant .form-groups {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.colorVariant_bx .form-groups input {
    width: 100%;
    border: none;
    background-color: var(--color-code07);
    border-radius: 0;
}
.colorVariant_bx .form-groups label {
    margin-bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 0;
    z-index: 9;
    position: relative;
}
.colorVariant_bx .form-groups input:checked {
    background-color: var(--color-primary) !important;
}
.colorVariant_bx .form-groups input:checked:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../../images/svg/checked_color_variant_icon.svg);
    background-size: 24px;
    z-index: 999;
    background-repeat: no-repeat;
    background-position: center;
}
.otherVariant {
    margin: 30px 0;
}
.otherVariant_bx input {
    width: 100%;
    border: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid var(--color-code07);
}
.otherVariant_bx .form-groups label {
    height: 40px;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.otherVariant_bx .form-groups input:checked {
    border: 2px solid var(--color-primary) !important;
}
.single_product_details .btn-groups .atcMessage {
    position: absolute;
    margin: 0;
    text-align: center;
    top: -25px;
    left: 50%;
    width: 100%;
    transform: translate(-50%);
}
.single_product_details .btn-groups .loaderAtc {
    left: 50%;
    right: unset;
    margin: auto;
    transform: translate(-50%, -50%);
    top: 30%;
}
.single_product_details .add_to_cart_cont [style="display: block;"] + .pdct_btn_bx {
    font-size: 0;
}

.single_product_details .statusList {
    margin: 0 0 24px;
    font-weight: 400;
}
.single_product_details .statusList span{
    font-weight: 600;
}
.single_notificationS {
    margin: 60px 0;
}
.single_notificationS .statusList.headingH5 {
    display: flex;
    align-items: center;
    gap: 19px;
}
.single_notificationS .statusList.headingH5 svg{
    width: 36px;
    height: auto;
}
.countdownDeal{
    display: flex;
    gap: 0px;
    align-items: center;
    margin-bottom: 24px;
}
.countdownDeal .deal_p{
    color: #0F9303;
    font-weight: 700;
}
.countdownDeal .dealSale_msg.deal_p{
    margin-right: 8px;
    font-weight: 400;
}
.countdownDeal .dealSale_msg.deal_p span{
    font-weight: 700;
}
[dir="rtl"] .countdownDeal .dealSale_msg.deal_p{
    margin-left: 8px;
    margin-right: 0;
}

.singleProduct_titles {
    position: relative;
}
.share-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  text-align: right;

}
[dir="rtl"] .share-wrapper {
  left: 0;
  right: unset;
  text-align: left;
}
span.shareButton {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    line-height: 24px;
    cursor: pointer;
    box-shadow: 0px 1px 4px rgba(34, 34, 34, 0.3);
    margin: auto;
}
.share-wrapper .shareButton.active svg path {
    fill: var(--color-primary);
    stroke: var(--color-primary);
}
.share-wrapper .socialList_show {
    width: 60px;
    align-items: center;
    padding: 13px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: auto;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
}
.socialSharing a{
    line-height: 0;
    width: 40px;
    height: 40px;
}
.share-wrapper .shareButton svg{
  width: 30px;
  height: auto;
  cursor: pointer;
  flex: none;
}
.share-wrapper .shareButton.active + .socialSharing a {
  transform: scale(1);
}
.share-wrapper .shareButton.active + .socialSharing a:hover {
  transform: scale(1.1);
}
.share-wrapper .socialSharing {
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0;
  transform: translate( 10px, 20px);
  transition: visibility 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.share-wrapper .socialSharing.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}


/* width */
ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar {
  height: 6px;
}
/* Track */
ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* Handle */
ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-thumb {
  background: #888; 
}
/* Handle on hover */
ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

ol.flex-control-nav.flex-control-thumbs {
    padding: 0;
    margin: 20px 0;
    list-style-type: none;
    display: flex;
    gap: 48px;
    overflow: auto;
}
ol.flex-control-nav.flex-control-thumbs li{
   cursor: pointer;
    flex: none;
    padding-bottom: 10px;
}
ol.flex-control-nav.flex-control-thumbs li img {
    width: 130px;
    height: 130px;
}
.woocommerce-product-gallery{
    position: relative;
}
.woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    padding: 5px;
    width: 40px;
    height: 40px;
}
a.woocommerce-product-gallery__trigger::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    background-image: url(../../images/zoom-in.png);
    opacity: 2;
    display: block;
    z-index: 9999;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}
.woocommerce-product-gallery .flex-viewport figure.woocommerce-product-gallery__wrapper {
    margin: auto;
    cursor: zoom-out;

}
.pswp.pswp--supports-fs.pswp--open {
    z-index: 999999;
}
.product-video-thumbnail{
    display: none;
}
.product_shortDec span.qty.quickModal_qty{
    width: 240px;
    padding: 0;
}
.product_shortDec span.qty.quickModal_qty button{
    width: 80px!important;
    background-color:#EFEFEF;
    font-size: 32px!important;
}
.product_shortDec .qty.quickModal_qty input{
    width: 80px!important;
    font-size: 28px
}
.single_product_details .btn-groups form.quickModal_qtyForms {
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media only screen and (min-width: 2500px) {
    .single_product_details .wishlist_single {
        width: 80px !important;
    }
}
@media only screen and (min-width: 1920px) and (max-width: 2499px) {
    .star_rating span.rating img {
        width: 18px;
    }
    .product_shortDec {
        padding-left: 96px;
    }
    [dir="rtl"] .product_shortDec {
        padding-right: 96px;
        padding-left: unset;
    }
    .product_shortDec .headingH2 {
        margin-bottom: 8px;
    }
    .product_shortDec .headingH3 {
        margin-bottom: 20px;
    }
    .single_product_details .paragraph_p3 {
        margin-bottom: 59px;
    }
    .single_product_details .btn-groups {
        gap: 18px;
    }
    .single_product_details .wishlist_single {
        width: 60px;
    }
    .single_product_details .wishlist_single svg {
        width: 20px;
    }
    .single_product_details .buyNow_Poup {
        margin-top: 23px;
    }
    .product_shortDec .shortList {
        margin: 58px 0 0;
    }
    .shortList td,
    .shortList th {
        padding: 8px;
    }
    .contact_social_md {
        gap: 16px;
    }
    .contact_social_md img {
        width: 26px;
    }
    .single_product_deal {
        gap: 16px;
        margin-bottom: 16px;
    }
    .single_product_deal .deal_tags,
    .single_product_deal .offer_tags {
        height: 25px;
    }
    .colorVariant,
    .colorVariant_bx .form-groups,
    .otherVariant,
    .otherVariant .form-groups {
        gap: 12px;
    }
    .colorVariant_bx .form-groups label {
        width: 40px;
        height: 40px;
    }
    .colorVariant_bx .form-groups input:checked:before {
        background-size: 12px;
    }
    .otherVariant {
        margin: 20px 0;
    }
    .otherVariant_bx .form-groups label {
        width: 30px;
        height: 30px;
    }
.single_product_details .statusList {
    margin: 0 0 16px;
}
.single_notificationS {
    margin: 47px 0;
}
.single_notificationS .statusList.headingH5 {
    gap: 11px;
}
.single_notificationS .statusList.headingH5 svg{
    width: 22px;
}
.countdownDeal{
    margin-bottom: 16px;
}
.countdownDeal .dealSale_msg.deal_p{
    margin-right: 6px;
}
[dir="rtl"] .countdownDeal .dealSale_msg.deal_p{
    margin-left: 6px;
}

span.shareButton {
    font-size: 11px;
    width: 60px;
    height: 60px;
    line-height: 18px;
}

.share-wrapper .socialList_show {
    width: 43px;
    gap: 10px;
    padding: 10px 0;
}
.socialSharing a{
    width: 25px;
    height: 25px;
}
.share-wrapper .shareButton svg{
  width: 20px;
}
.product_shortDec span.qty.quickModal_qty{
    width: 180px;
}
.product_shortDec span.qty.quickModal_qty button{
    width: 60px!important;
    font-size: 28px!important;
}
.product_shortDec .qty.quickModal_qty input{
    width: 60px!important;
    font-size: 26px
}
ol.flex-control-nav.flex-control-thumbs {
    gap: 32px;
}
ol.flex-control-nav.flex-control-thumbs li img {
    width: 102px;
    height: 102px;
}
}

@media only screen and (min-width: 1700px) and (max-width: 1919px) {
    .star_rating span.rating img {
        width: 18px;
    }
    .product_shortDec {
        padding-left: 96px;
    }
    [dir="rtl"] .product_shortDec {
        padding-right: 96px;
        padding-left: unset;
    }
    .product_shortDec .headingH2 {
        margin-bottom: 8px;
    }
    .product_shortDec .headingH3 {
        margin-bottom: 20px;
    }
    .single_product_details .paragraph_p3 {
        margin-bottom: 59px;
    }
    .single_product_details .btn-groups {
        gap: 18px;
    }
    .single_product_details .wishlist_single {
        width: 55px;
    }
    .single_product_details .wishlist_single svg {
        width: 20px;
    }
    .single_product_details .buyNow_Poup {
        margin-top: 23px;
    }
    .product_shortDec .shortList {
        margin: 58px 0 0;
    }
    .shortList td,
    .shortList th {
        padding: 8px;
    }
    .contact_social_md {
        gap: 16px;
    }
    .contact_social_md img {
        width: 26px;
    }
    .single_product_deal {
        gap: 16px;
        margin-bottom: 16px;
    }
    .single_product_deal .deal_tags,
    .single_product_deal .offer_tags {
        height: 25px;
    }
    .colorVariant,
    .colorVariant_bx .form-groups,
    .otherVariant,
    .otherVariant .form-groups {
        gap: 12px;
    }
    .colorVariant_bx .form-groups label {
        width: 40px;
        height: 40px;
    }
    .colorVariant_bx .form-groups input:checked:before {
        background-size: 10px;
    }
    .otherVariant {
        margin: 20px 0;
    }
    .otherVariant_bx .form-groups label {
        width: 28px;
        height: 28px;
    }
.single_product_details .statusList {
    margin: 0 0 16px;
}
.single_notificationS {
    margin: 47px 0;
}
.single_notificationS .statusList.headingH5 {
    gap: 11px;
}
.single_notificationS .statusList.headingH5 svg{
    width: 22px;
}
.countdownDeal{
    margin-bottom: 16px;
}
.countdownDeal .dealSale_msg.deal_p{
    margin-right: 6px;
}
[dir="rtl"] .countdownDeal .dealSale_msg.deal_p{
    margin-left: 6px;
}
span.shareButton {
    font-size: 11px;
    width: 60px;
    height: 60px;
    line-height: 18px;
}
.share-wrapper .socialList_show {
    width: 43px;
    gap: 10px;
    padding: 10px 0;
}
.socialSharing a{
    width: 26px;
    height: 26px;
}
.share-wrapper .shareButton svg{
  width: 20px;
}
.product_shortDec span.qty.quickModal_qty{
    width: 165px;
}
.product_shortDec span.qty.quickModal_qty button{
    width: 55px!important;
    font-size: 24px!important;
}
.product_shortDec .qty.quickModal_qty input{
    width: 55px!important;
    font-size: 22px
}
ol.flex-control-nav.flex-control-thumbs {
    gap: 32px;
}
ol.flex-control-nav.flex-control-thumbs li img {
    width: 102px;
    height: 102px;
}      
}
@media only screen and (min-width: 1500px) and (max-width: 1699px) {
    .star_rating span.rating img {
        width: 13px;
    }
    .product_shortDec {
        padding-left: 78px;
    }
    [dir="rtl"] .product_shortDec {
        padding-right: 78px;
        padding-left: unset;
    }
    .product_shortDec .headingH2 {
        margin-bottom: 12px;
    }
    .product_shortDec .headingH3 {
        margin-bottom: 18px;
    }
    .single_product_details .paragraph_p3 {
        margin-bottom: 46px;
    }
    .contact_social_md,
    .single_product_details .btn-groups {
        gap: 12px;
    }
    .single_product_details .wishlist_single {
        width: 55px;
    }
    .single_product_details .wishlist_single svg {
        width: 16px;
    }
    .single_product_details .buyNow_Poup {
        margin-top: 22px;
    }
    .product_shortDec .shortList {
        margin: 46px 0 0;
    }
    .shortList td,
    .shortList th {
        padding: 7px;
    }
    .contact_social_md {
        gap: 14px;
    }
    .contact_social_md img {
        width: 20px;
    }
    .single_product_deal {
        gap: 13px;
        margin-bottom: 13px;
    }
    .single_product_deal .deal_tags,
    .single_product_deal .offer_tags {
        height: 20px;
    }
    .colorVariant,
    .colorVariant_bx .form-groups,
    .otherVariant,
    .otherVariant .form-groups {
        gap: 8px;
    }
    .colorVariant_bx .form-groups label {
        width: 30px;
        height: 30px;
    }
    .colorVariant_bx .form-groups input:checked:before {
        background-size: 10px;
    }
    .otherVariant {
        margin: 20px 0;
    }
    .otherVariant_bx .form-groups label {
        width: 28px;
        height: 28px;
    }
.single_product_details .statusList {
    margin: 0 0 14px;
}
.single_notificationS {
    margin: 40px 0;
}
.single_notificationS .statusList.headingH5 {
    gap: 9px;
}
.single_notificationS .statusList.headingH5 svg{
    width: 17px;
}
.countdownDeal{
    margin-bottom: 12px;
}
.countdownDeal .dealSale_msg.deal_p{
    margin-right: 4px;
}
[dir="rtl"] .countdownDeal .dealSale_msg.deal_p{
    margin-left: 4px;
}
span.shareButton {
    font-size: 11px;
    width: 60px;
    height: 60px;
    line-height: 18px;
}
.share-wrapper .socialList_show {
    width: 38px;
    gap: 8px;
    padding: 8px 0;
}
.socialSharing a{
    width: 24px;
    height: 24px;
}
.share-wrapper .shareButton svg{
  width: 18px;
}
.product_shortDec span.qty.quickModal_qty{
    width: 165px;
}
.product_shortDec span.qty.quickModal_qty button{
    width: 55px!important;
    font-size: 24px!important;
}
.product_shortDec .qty.quickModal_qty input{
    width: 55px!important;
    font-size: 22px
}
ol.flex-control-nav.flex-control-thumbs {
    gap: 26px;
}
ol.flex-control-nav.flex-control-thumbs li img {
    width: 81px;
    height: 81px;
}     
}
@media only screen and (min-width: 1300px) and (max-width: 1499px) {
    .star_rating span.rating img {
        width: 13px;
    }
    .product_shortDec {
        padding-left: 72px;
    }
    [dir="rtl"] .product_shortDec {
        padding-right: 72px;
        padding-left: unset;
    }
    .product_shortDec .headingH2 {
        margin-bottom: 12px;
    }
    .product_shortDec .headingH3 {
        margin-bottom: 18px;
    }
    .single_product_details .paragraph_p3 {
        margin-bottom: 46px;
    }
    .contact_social_md,
    .single_product_details .btn-groups {
        gap: 12px;
    }
    .single_product_details .wishlist_single {
        width: 45px;
    }
    .single_product_details .wishlist_single svg {
        width: 16px;
    }
    .single_product_details .buyNow_Poup {
        margin-top: 22px;
    }
    .product_shortDec .shortList {
        margin: 46px 0 0;
    }
    .shortList td,
    .shortList th {
        padding: 7px;
    }
    .contact_social_md {
        gap: 14px;
    }
    .contact_social_md img {
        width: 20px;
    }
    .single_product_deal {
        gap: 13px;
        margin-bottom: 13px;
    }
    .single_product_deal .deal_tags,
    .single_product_deal .offer_tags {
        height: 20px;
    }
    .colorVariant,
    .colorVariant_bx .form-groups,
    .otherVariant,
    .otherVariant .form-groups {
        gap: 8px;
    }
    .colorVariant_bx .form-groups label {
        width: 30px;
        height: 30px;
    }
    .colorVariant_bx .form-groups input:checked:before {
        background-size: 10px;
    }
    .otherVariant {
        margin: 20px 0;
    }
    .otherVariant_bx .form-groups label {
        width: 28px;
        height: 28px;
    }
.single_product_details .statusList {
    margin: 0 0 14px;
}
.single_notificationS {
    margin: 40px 0;
}
.single_notificationS .statusList.headingH5 {
    gap: 9px;
}
.single_notificationS .statusList.headingH5 svg{
    width: 17px;
}
.countdownDeal{
    margin-bottom: 12px;
}
.countdownDeal .dealSale_msg.deal_p{
    margin-right: 4px;
}
[dir="rtl"] .countdownDeal .dealSale_msg.deal_p{
    margin-left: 4px;
}
span.shareButton {
    font-size: 11px;
    width: 50px;
    height: 50px;
    line-height: 16px;
}
.share-wrapper .socialList_show {
    width: 38px;
    gap: 8px;
    padding: 8px 0;
}
.socialSharing a{
    width: 24px;
    height: 24px;
}
.share-wrapper .shareButton svg{
  width: 18px;
}
.product_shortDec span.qty.quickModal_qty{
    width: 135px;
}
.product_shortDec span.qty.quickModal_qty button{
    width: 45px!important;
    font-size: 22px!important;
}
.product_shortDec .qty.quickModal_qty input{
    width: 45px!important;
    font-size: 20px
}
ol.flex-control-nav.flex-control-thumbs {
    gap: 25px;
}
ol.flex-control-nav.flex-control-thumbs li img {
    width: 76px;
    height: 76px;
}      
}
@media only screen and (min-width: 1081px) and (max-width: 1299px) {
    .star_rating span.rating img {
        width: 12px;
    }
    .product_shortDec {
        padding-left: 63px;
    }
    [dir="rtl"] .product_shortDec {
        padding-right: 63px;
        padding-left: unset;
    }
    .product_shortDec .headingH2 {
        margin-bottom: 8px;
    }
    .product_shortDec .headingH3 {
        margin-bottom: 16px;
    }
    .single_product_details .paragraph_p3 {
        margin-bottom: 38px;
    }
    .single_product_details .btn-groups {
        gap: 12px;
    }
    .single_product_details .wishlist_single {
        width: 40px;
    }
    .single_product_details .wishlist_single svg {
        width: 13px;
    }
    .single_product_details .buyNow_Poup {
        margin-top: 20px;
    }
    .product_shortDec .shortList {
        margin: 38px 0 0;
    }
    .shortList td,
    .shortList th {
        padding: 6px;
    }
    .colorVariant,
    .colorVariant_bx .form-groups,
    .contact_social_md,
    .otherVariant,
    .otherVariant .form-groups {
        gap: 10px;
    }
    .contact_social_md {
        gap: 8px;
    }
    .contact_social_md img {
        width: 16px;
    }
    .single_product_deal {
        gap: 12px;
        margin-bottom: 10px;
    }
    .single_product_deal .deal_tags,
    .single_product_deal .offer_tags {
        height: 16px;
    }
    .colorVariant,
    .colorVariant_bx .form-groups,
    .otherVariant,
    .otherVariant .form-groups {
        gap: 6px;
    }
    .colorVariant_bx .form-groups label {
        width: 26px;
        height: 26px;
    }
    .colorVariant_bx .form-groups input:checked:before {
        background-size: 8px;
    }
    .otherVariant {
        margin: 15px 0;
    }
    .otherVariant_bx .form-groups label {
        width: 25px;
        height: 25px;
    }
.single_product_details .statusList {
    margin: 0 0 12px;
}
.single_notificationS {
    margin: 35px 0;
}
.single_notificationS .statusList.headingH5 {
    gap: 9px;
}
.single_notificationS .statusList.headingH5 svg{
    width: 17px;
}
.countdownDeal{
    margin-bottom: 12px;
}
.countdownDeal .dealSale_msg.deal_p{
    margin-right: 4px;
}
[dir="rtl"] .countdownDeal .dealSale_msg.deal_p{
    margin-left: 4px;
}
span.shareButton {
    font-size: 11px;
    width: 50px;
    height: 50px;
    line-height: 13px;
}
.share-wrapper .socialList_show {
    width: 42px;
    gap: 10px;
    padding: 8px 0;
}
.socialSharing a{
    width: 30px;
    height: 30px;
}
.share-wrapper .shareButton svg{
  width: 12px;
}
.product_shortDec span.qty.quickModal_qty{
    width: 120px;
}
.product_shortDec span.qty.quickModal_qty button{
    width: 40px!important;
    font-size: 20px!important;
}
.product_shortDec .qty.quickModal_qty input{
    width: 40px!important;
    font-size: 18px
}
ol.flex-control-nav.flex-control-thumbs {
    gap: 22px;
}
ol.flex-control-nav.flex-control-thumbs li img {
    width: 68px;
    height: 68px;
}      
}
@media only screen and (min-width: 1024px) and (max-width: 1080px) {
    .single_product_details .wishlist_single svg,
    .star_rating span.rating img {
        width: 12px;
    }
    .product_shortDec {
        padding-left: 53px;
    }
    [dir="rtl"] .product_shortDec {
        padding-right: 53px;
        padding-left: unset;
    }
    .product_shortDec .headingH2 {
        margin-bottom: 8px;
    }
    .product_shortDec .headingH3 {
        margin-bottom: 12px;
    }
    .single_product_details .paragraph_p3 {
        margin-bottom: 38px;
    }
    .single_product_details .btn-groups {
        gap: 8px;
    }
    .single_product_details .wishlist_single {
        width: 34px;
    }
    .single_product_details .buyNow_Poup {
        margin-top: 20px;
    }
    .product_shortDec .shortList {
        margin: 38px 0 0;
    }
    .shortList td,
    .shortList th {
        padding: 6px;
    }
    .colorVariant,
    .colorVariant_bx .form-groups,
    .contact_social_md,
    .otherVariant,
    .otherVariant .form-groups {
        gap: 10px;
    }
    .contact_social_md {
        gap: 10px;
    }
    .contact_social_md img {
        width: 18px;
    }
    .single_product_deal {
        gap: 12px;
        margin-bottom: 10px;
    }
    .single_product_deal .deal_tags,
    .single_product_deal .offer_tags {
        height: 16px;
    }
    .colorVariant,
    .colorVariant_bx .form-groups,
    .otherVariant,
    .otherVariant .form-groups {
        gap: 6px;
    }
    .colorVariant_bx .form-groups label {
        width: 26px;
        height: 26px;
    }
    .colorVariant_bx .form-groups input:checked:before {
        background-size: 8px;
    }
    .otherVariant {
        margin: 15px 0;
    }
    .otherVariant_bx .form-groups label {
        width: 25px;
        height: 25px;
    }
.single_product_details .statusList {
    margin: 0 0 12px;
}
.single_notificationS {
    margin: 35px 0;
}
.single_notificationS .statusList.headingH5 {
    gap: 8px;
}
.single_notificationS .statusList.headingH5 svg{
    width: 17px;
}
.countdownDeal{
    margin-bottom: 12px;
}
.countdownDeal .dealSale_msg.deal_p{
    margin-right: 4px;
}
[dir="rtl"] .countdownDeal .dealSale_msg.deal_p{
    margin-left: 4px;
}
span.shareButton {
    font-size: 7px;
    width: 34px;
    height: 34px;
    line-height: 10px;
}
.share-wrapper .socialList_show {
    width: 42px;
    gap: 10px;
    padding: 6px 0;
}
.socialSharing a{
    width: 30px;
    height: 30px;
}
.share-wrapper .shareButton svg{
  width: 12px;
}
.product_shortDec span.qty.quickModal_qty{
    width: 102px;
}
.product_shortDec span.qty.quickModal_qty button{
    width: 34px!important;
    font-size: 18px!important;
}
.product_shortDec .qty.quickModal_qty input{
    width: 34px!important;
    font-size: 16px
}
ol.flex-control-nav.flex-control-thumbs {
    gap: 18px;
}
ol.flex-control-nav.flex-control-thumbs li img {
    width: 60px;
    height: 60px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .single_product_details .wishlist_single svg,
    .star_rating span.rating img {
        width: 12px;
    }
    .product_shortDec {
        padding-left: 53px;
    }
    [dir="rtl"] .product_shortDec {
        padding-right: 53px;
        padding-left: unset;
    }
    .product_shortDec .headingH2 {
        margin-bottom: 8px;
    }
    .product_shortDec .headingH3 {
        margin-bottom: 10px;
    }
    .single_product_details .paragraph_p3 {
        margin-bottom: 34px;
    }
    .single_product_details .btn-groups {
        gap: 8px;
    }
    .single_product_details .wishlist_single {
        width: 34px;
    }
    .single_product_details .buyNow_Poup {
        margin-top: 20px;
    }
    .product_shortDec .shortList {
        margin: 34px 0 0;
    }
    .shortList td,
    .shortList th {
        padding: 5px 8px;
    }
    .colorVariant,
    .colorVariant_bx .form-groups,
    .contact_social_md,
    .otherVariant,
    .otherVariant .form-groups {
        gap: 10px;
    }
    .contact_social_md {
        gap: 8px;
    }
    .contact_social_md img {
        width: 16px;
    }
    .single_product_deal {
        gap: 8px;
        margin-bottom: 8px;
    }
    .single_product_deal .deal_tags,
    .single_product_deal .offer_tags {
        height: 16px;
    }
     .colorVariant,
    .colorVariant_bx .form-groups,
    .otherVariant,
    .otherVariant .form-groups {
        gap: 6px;
    }
    .colorVariant_bx .form-groups label {
        width: 26px;
        height: 26px;
    }
    .colorVariant_bx .form-groups input:checked:before {
        background-size: 8px;
    }
    .otherVariant {
        margin: 15px 0;
    }
    .otherVariant_bx .form-groups label {
        width: 25px;
        height: 25px;
    }
    .single_product_details .statusList {
    margin: 0 0 12px;
}
.single_notificationS {
    margin: 35px 0;
}
.single_notificationS .statusList.headingH5 {
    gap: 8px;
}
.single_notificationS .statusList.headingH5 svg{
    width: 17px;
}
.countdownDeal{
    margin-bottom: 12px;
}
.countdownDeal .dealSale_msg.deal_p{
    margin-right: 4px;
}
[dir="rtl"] .countdownDeal .dealSale_msg.deal_p{
    margin-left: 4px;
} 
span.shareButton {
    font-size: 7px;
    width: 34px;
    height: 34px;
    line-height: 10px;
}
.share-wrapper .socialList_show {
    width: 42px;
    gap: 10px;
    padding: 6px 0;
}
.socialSharing a{
    width: 30px;
    height: 30px;
}
.share-wrapper .shareButton svg{
  width: 12px;
}
.product_shortDec span.qty.quickModal_qty{
    width: 102px;
}
.product_shortDec span.qty.quickModal_qty button{
    width: 34px!important;
    font-size: 18px!important;
}
.product_shortDec .qty.quickModal_qty input{
    width: 34px!important;
    font-size: 16px
}
ol.flex-control-nav.flex-control-thumbs {
    gap: 18px;
}
ol.flex-control-nav.flex-control-thumbs li img {
    width: 60px;
    height: 60px;
} 
}
@media only screen and (min-width: 375px) and (max-width: 767px) and (orientation: portrait) {
    .star_rating span.rating img {
        width: 12px;
    }
    .product_popup_gallery {
        margin-bottom: 10px;
    }
    .product_shortDec {
        padding-left: 0;
    }
    [dir="rtl"] .product_shortDec {
        padding-right: 0;
        padding-left: unset;
    }
    .product_shortDec .headingH2 {
        margin-bottom: 8px;
    }
    .product_shortDec .headingH3 {
        margin-bottom: 12px;
    }
    .single_product_details .paragraph_p3 {
        margin-bottom: 38px;
    }
    .single_product_details .btn-groups {
        gap: 14px;
    }
    .single_product_details .wishlist_single {
        width: 34px;
    }
    .single_product_details .wishlist_single svg {
        width: 13px;
    }
    .single_product_details .buyNow_Poup {
        margin-top: 14px;
    }
    .product_shortDec .shortList {
        margin: 38px 0 0;
    }
    .shortList td,
    .shortList th {
        padding: 5px 8px;
    }
    .colorVariant,
    .colorVariant_bx .form-groups,
    .contact_social_md,
    .otherVariant,
    .otherVariant .form-groups {
        gap: 10px;
    }
    .contact_social_md {
        gap: 8px;
    }
    .contact_social_md img {
        width: 16px;
    }
    .single_product_deal {
        gap: 8px;
        margin-bottom: 8px;
    }
    .single_product_deal .deal_tags,
    .single_product_deal .offer_tags {
        height: 16px;
    }
    .colorVariant,
    .colorVariant_bx .form-groups,
    .otherVariant,
    .otherVariant .form-groups {
        gap: 6px;
    }
    .colorVariant_bx .form-groups label {
        width: 26px;
        height: 26px;
    }
    .colorVariant_bx .form-groups input:checked:before {
        background-size: 8px;
    }
    .otherVariant {
        margin: 15px 0;
    }
    .otherVariant_bx .form-groups label {
        width: 25px;
        height: 25px;
    }
    .single_product_details .statusList {
    margin: 0 0 12px;
}
.single_notificationS {
    margin: 35px 0;
}
.single_notificationS .statusList.headingH5 {
    gap: 8px;
}
.single_notificationS .statusList.headingH5 svg{
    width: 17px;
}
span.shareButton {
    font-size: 7px;
    width: 34px;
    height: 34px;
    line-height: 10px;
}
.share-wrapper .socialList_show {
    width: 42px;
    gap: 10px;
    padding: 6px 0;
}
.socialSharing a{
    width: 30px;
    height: 30px;
}
.share-wrapper .shareButton svg{
  width: 12px;
}
.product_shortDec span.qty.quickModal_qty{
    width: 102px;
}
.product_shortDec span.qty.quickModal_qty button{
    width: 34px!important;
    font-size: 18px!important;
}
.product_shortDec .qty.quickModal_qty input{
    width: 34px!important;
    font-size: 16px
}
ol.flex-control-nav.flex-control-thumbs {
    gap: 17px;
}
ol.flex-control-nav.flex-control-thumbs li img {
    width: 62px;
    height: 62px;
}
}
@media only screen and (min-width: 700px) and (max-width: 999px) and (orientation: landscape) {
    .single_product_details .wishlist_single svg,
    .star_rating span.rating img {
        width: 12px;
    }
    .product_shortDec {
        padding-left: 0;
    }
    [dir="rtl"] .product_shortDec {
        padding-right: 0;
        padding-left: unset;
    }
    .product_shortDec .headingH2 {
        margin-bottom: 8px;
    }
    .product_shortDec .headingH3 {
        margin-bottom: 12px;
    }
    .single_product_details .paragraph_p3 {
        margin-bottom: 38px;
    }
    .single_product_details .btn-groups {
        gap: 8px;
    }
    .single_product_details .wishlist_single {
        width: 34px;
    }
    .single_product_details .buyNow_Poup {
        margin-top: 20px;
    }
    .product_shortDec .shortList {
        margin: 38px 0 0;
    }
    .shortList td,
    .shortList th {
        padding: 5px 8px;
    }
    .colorVariant,
    .colorVariant_bx .form-groups,
    .contact_social_md,
    .otherVariant,
    .otherVariant .form-groups {
        gap: 10px;
    }
    .contact_social_md {
        gap: 8px;
    }
    .contact_social_md img {
        width: 16px;
    }
    .single_product_deal {
        gap: 8px;
        margin-bottom: 8px;
    }
    .single_product_deal .deal_tags,
    .single_product_deal .offer_tags {
        height: 16px;
    }
    .colorVariant,
    .colorVariant_bx .form-groups,
    .otherVariant,
    .otherVariant .form-groups {
        gap: 6px;
    }
    .colorVariant_bx .form-groups label {
        width: 26px;
        height: 26px;
    }
    .colorVariant_bx .form-groups input:checked:before {
        background-size: 8px;
    }
    .otherVariant {
        margin: 15px 0;
    }
    .otherVariant_bx .form-groups label {
        width: 25px;
        height: 25px;
    }
    .single_product_details .statusList {
    margin: 0 0 12px;
}
.single_notificationS {
    margin: 35px 0;
}
.single_notificationS .statusList.headingH5 {
    gap: 8px;
}
.single_notificationS .statusList.headingH5 svg{
    width: 17px;
}
.countdownDeal{
    margin-bottom: 10px;
}
.countdownDeal .dealSale_msg.deal_p{
    margin-right: 3px;
}
[dir="rtl"] .countdownDeal .dealSale_msg.deal_p{
    margin-left: 3px;
}
span.shareButton {
    font-size: 7px;
    width: 34px;
    height: 34px;
    line-height: 10px;
}
.share-wrapper .socialList_show {
    width: 42px;
    gap: 10px;
    padding: 6px 0;
}
.socialSharing a{
    width: 30px;
    height: 30px;
}
.share-wrapper .shareButton svg{
  width: 12px;
} 
.product_shortDec span.qty.quickModal_qty{
    width: 102px;
}
.product_shortDec span.qty.quickModal_qty button{
    width: 34px!important;
    font-size: 18px!important;
}
.product_shortDec .qty.quickModal_qty input{
    width: 34px!important;
    font-size: 16px
}
ol.flex-control-nav.flex-control-thumbs {
    gap: 17px;
}
ol.flex-control-nav.flex-control-thumbs li img {
    width: 62px;
    height: 62px;
}
}
@media only screen and (max-width: 374px) and (orientation: portrait) {
    .star_rating span.rating img {
        width: 12px;
    }
    .product_popup_gallery {
        margin-bottom: 10px;
    }
    .product_shortDec {
        padding-left: 0;
    }
    [dir="rtl"] .product_shortDec {
        padding-right: 0;
        padding-left: unset;
    }
    .product_shortDec .headingH2 {
        margin-bottom: 8px;
    }
    .product_shortDec .headingH3 {
        margin-bottom: 12px;
    }
    .single_product_details .paragraph_p3 {
        margin-bottom: 38px;
    }
    .single_product_details .btn-groups {
        gap: 14px;
    }
    .single_product_details .wishlist_single {
        width: 34px;
    }
    .single_product_details .wishlist_single svg {
        width: 13px;
    }
    .single_product_details .buyNow_Poup {
        margin-top: 14px;
    }
    .product_shortDec .shortList {
        margin: 38px 0 0;
    }
    .shortList td,
    .shortList th {
        padding: 5px 8px;
    }
    .colorVariant,
    .colorVariant_bx .form-groups,
    .contact_social_md,
    .otherVariant,
    .otherVariant .form-groups {
        gap: 10px;
    }
    .contact_social_md {
        gap: 8px;
    }
    .contact_social_md img {
        width: 16px;
    }
    .single_product_deal {
        gap: 8px;
        margin-bottom: 8px;
    }
    .single_product_deal .deal_tags,
    .single_product_deal .offer_tags {
        height: 16px;
    }
    .colorVariant,
    .colorVariant_bx .form-groups,
    .otherVariant,
    .otherVariant .form-groups {
        gap: 6px;
    }
    .colorVariant_bx .form-groups label {
        width: 26px;
        height: 26px;
    }
    .colorVariant_bx .form-groups input:checked:before {
        background-size: 8px;
    }
    .otherVariant {
        margin: 15px 0;
    }
    .otherVariant_bx .form-groups label {
        width: 25px;
        height: 25px;
    }
    .single_product_details .statusList {
    margin: 0 0 12px;
}
.single_notificationS {
    margin: 35px 0;
}
.single_notificationS .statusList.headingH5 {
    gap: 8px;
}
.single_notificationS .statusList.headingH5 svg{
    width: 17px;
}
span.shareButton {
    font-size: 7px;
    width: 34px;
    height: 34px;
    line-height: 10px;
}
.share-wrapper .socialList_show {
    width: 42px;
    gap: 10px;
    padding: 6px 0;
}
.socialSharing a{
    width: 30px;
    height: 30px;
}
.share-wrapper .shareButton svg{
  width: 12px;
}
.product_shortDec span.qty.quickModal_qty{
    width: 102px;
}
.product_shortDec span.qty.quickModal_qty button{
    width: 34px!important;
    font-size: 18px!important;
}
.product_shortDec .qty.quickModal_qty input{
    width: 34px!important;
    font-size: 16px
}
ol.flex-control-nav.flex-control-thumbs {
    gap: 17px;
}
ol.flex-control-nav.flex-control-thumbs li img {
    width: 62px;
    height: 62px;
}
}
@media only screen and (min-width: 600px) and (max-width: 699px) and (orientation: landscape) {
    .shop_grid_block .row > div {
        flex: 1 1 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 702px) and (orientation: landscape) {
    .star_rating span.rating img {
        width: 12px;
    }
    .product_popup_gallery {
        margin-bottom: 10px;
    }
    .product_shortDec {
        padding-left: 0;
    }
    [dir="rtl"] .product_shortDec {
        padding-right: 0;
        padding-left: unset;
    }
    .product_shortDec .headingH2 {
        margin-bottom: 8px;
    }
    .product_shortDec .headingH3 {
        margin-bottom: 12px;
    }
    .single_product_details .paragraph_p3 {
        margin-bottom: 38px;
    }
    .single_product_details .btn-groups {
        gap: 14px;
    }
    .single_product_details .wishlist_single {
        width: 34px;
    }
    .single_product_details .wishlist_single svg {
        width: 13px;
    }
    .single_product_details .buyNow_Poup {
        margin-top: 14px;
    }
    .product_shortDec .shortList {
        margin: 38px 0 0;
    }
    .shortList td,
    .shortList th {
        padding: 5px 8px;
    }
    .colorVariant,
    .colorVariant_bx .form-groups,
    .contact_social_md,
    .otherVariant,
    .otherVariant .form-groups {
        gap: 10px;
    }
    .contact_social_md {
        gap: 8px;
    }
    .contact_social_md img {
        width: 16px;
    }
    .single_product_deal {
        gap: 8px;
        margin-bottom: 8px;
    }
    .single_product_deal .deal_tags,
    .single_product_deal .offer_tags {
        height: 16px;
    }
    .colorVariant,
    .colorVariant_bx .form-groups,
    .otherVariant,
    .otherVariant .form-groups {
        gap: 6px;
    }
    .colorVariant_bx .form-groups label {
        width: 26px;
        height: 26px;
    }
    .colorVariant_bx .form-groups input:checked:before {
        background-size: 8px;
    }
    .otherVariant {
        margin: 15px 0;
    }
    .otherVariant_bx .form-groups label {
        width: 25px;
        height: 25px;
    }
    .single_product_details .statusList {
    margin: 0 0 12px;
}
.single_notificationS {
    margin: 35px 0;
}
.single_notificationS .statusList.headingH5 {
    gap: 8px;
}
.single_notificationS .statusList.headingH5 svg{
    width: 17px;
}
.countdownDeal{
    margin-bottom: 10px;
}
.countdownDeal .dealSale_msg.deal_p{
    margin-right: 3px;
}
[dir="rtl"] .countdownDeal .dealSale_msg.deal_p{
    margin-left: 3px;
}
span.shareButton {
    font-size: 7px;
    width: 34px;
    height: 34px;
    line-height: 10px;
}
.share-wrapper .socialList_show {
    width: 42px;
    gap: 10px;
    padding: 6px 0;
}
.socialSharing a{
    width: 30px;
    height: 30px;
}
.share-wrapper .shareButton svg{
  width: 12px;
}
.product_shortDec span.qty.quickModal_qty{
    width: 102px;
}
.product_shortDec span.qty.quickModal_qty button{
    width: 34px!important;
    font-size: 18px!important;
}
.product_shortDec .qty.quickModal_qty input{
    width: 34px!important;
    font-size: 16px
}
ol.flex-control-nav.flex-control-thumbs {
    gap: 17px;
}
ol.flex-control-nav.flex-control-thumbs li img {
    width: 62px;
    height: 62px;
}

}

[dir="ltr"] span.offer_discTags > span {
    margin-right: 0;
    margin-left: 10px;
}


.otherVariant_bx .form-groups label {
    width: auto;
    padding: 0 10px;
}
.single_product_details .btn-groups {
     margin-top: 30px;
}
@media screen and (max-width: 1600px) {
    .single_product_details .btn-groups {
        margin-top: 30px;
    }
    .single_product_details .btn-groups .atcMessage {
        top: -20px;
    }
}


@media screen and (max-width:1600px){
.containerss div#exzoom .exzoom_img_box .exzoom_img_ul_outer, .containerss div#exzoom .exzoom_img_box .exzoom_zoom_outer, .containerss div#exzoom .exzoom_img_box, .containerss div#exzoom .exzoom_preview {
    width: 420px !important;
    height: 400px !important;
}
.containerss div#exzoom .exzoom_nav {
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    left: 0 !important;
    width: 480px !important;
}
}

@media screen and (max-width:1366px){
.containerss div#exzoom .exzoom_img_box .exzoom_img_ul_outer, .containerss div#exzoom .exzoom_img_box .exzoom_zoom_outer, .containerss div#exzoom .exzoom_img_box, .containerss div#exzoom .exzoom_preview {
    width: 100% !important;
    height: 450px !important;
}
.containerss div#exzoom .exzoom_nav {
    width: 100% !important;
}
}

@media screen and (max-width:1024px){
.containerss div#exzoom .exzoom_img_box .exzoom_img_ul_outer, .containerss div#exzoom .exzoom_img_box .exzoom_zoom_outer, .containerss div#exzoom .exzoom_img_box, .containerss div#exzoom .exzoom_preview {
    width: 100%px !important;
    height:300px !important;
}
.containerss div#exzoom .exzoom_nav {
    width: 100% !important;
}
}
@media screen and (max-width:767px){
.containerss div#exzoom .exzoom_img_box .exzoom_img_ul_outer, .containerss div#exzoom .exzoom_img_box .exzoom_zoom_outer, .containerss div#exzoom .exzoom_img_box, .containerss div#exzoom .exzoom_preview {
    width: 100% !important;
    height: 300px !important;
}
.containerss div#exzoom .exzoom_nav {
    width: 100% !important;
}
}



.watchVideoThumbs {
    position: relative;
    margin-top: 20px;
    width: 90px;
}
.wrapperVideo {
  display: inline-block;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%,-50%)
}

.videos-main {
  position: relative;
  display: inline-block;
}

.videos {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-flex;
  background: #000000;
  z-index: 999;
  align-items: center;
  justify-content: center;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.waves {
  position: absolute;
  width: 78px;
  height: 78px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -24px;
  bottom: -18px;
  z-index: -1;
   -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
        
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@media only screen and (max-width:980px){
.watchVideoThumbs {
    margin-top: 14px;
    width: 90px;
}
.wrapperVideo {
  top: 57%;
  left: 50%;
}
.videos {
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.waves {
  width: 40px;
    height: 40px;
    right: -10px;
    bottom: 1px;
}    
}
.share-wrapper{
    top: -58px!important;
}

.countdownListBanner{
    justify-content: start;
}
[dir="rtl"] .countdownListBanner{
    justify-content: end;
}
