﻿:root {
    --min-width-menu: 61.8rem;
}

body {
    image-rendering: -webkit-optimize-contrast;
}

.namad {
    width: 55px !important;
}

.e-namad {
    width: 70px !important;
}
/*size-edit*/
.size-edit-g1 {
    min-width: fit-content;
    min-width: -moz-fit-content;
}

.size-edit {
    min-width: max-content;
    min-width: -moz-max-content;
}

.palt-style {
    width: 3.5rem !important;
    height: initial !important;
}

.list-palt {
    width: 5rem !important;
    height: initial !important;
}

#li-has-stock {
    font-size: 1.5rem;
    line-height: 1.2;
}

/*#btn-notify-me {
    font-size: 18px;
}*/

#variant-msg {
    font-size: 1.5rem;
    line-height: 1.2;
}

.m-1 {
    margin-top: 1px;
}

.btn-single {
    min-width: 16rem;
}

.color-box {
    width: 5rem !important;
    height: initial !important;
    position: relative !important;
}

.border {
    border: 1px solid #d0d0d0;
}



@media (max-width: 1026px) {
    * {
        font-weight: normal !important;
    }

    .fa, .fas {
        font-weight: 900 !important;
    }
}

.social-link.social-telegram:hover {
    background: #1da1f2;
    border-color: #1da1f2;
}

.social-link.social-aparat:hover {
    background: #ef2e6d;
    border-color: #ef2e6d;
}

.social-youtube:hover {
    background: #bd081c;
    border-color: #bd081c;
}

.social-aparat-svg {
    fill: #999;
}

    .social-aparat-svg:hover {
        fill: #fff;
    }

.social-aparat-svg-o {
    fill: #666;
}

    .social-aparat-svg-o:hover {
        fill: #fff;
    }

.social-aparat svg {
    fill: #999;
    padding-top: 5px;
    width: 70%;
}

    .social-aparat svg:hover {
        fill: #fff;
    }

.img-border:hover {
    border: 1px solid;
    border-radius: 3px;
}

#menu1 .menu li {
    position: static;
}

.header-middle {
    position: relative;
}

#menu1 .menu li > ul, #menu1 .menu li .megamenu {
    left: 0;
    width: 100%;
    padding: 0 1.25em;
    white-space: nowrap;
    height: auto;
    overflow: auto;
    overscroll-behavior: contain;
}

.megarow {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    /*margin: 0 auto;*/
    padding: 0 10px;
}

#menu1 .menu > li:hover > ul, #menu1 .menu > li:hover .megamenu, #menu1 .menu > li.show > ul, #menu1 .menu > li.show .megamenu {
    top: 7.2rem;
}

#menu1 .megarow .megaitems {
    flex-shrink: 0;
    min-width: 195px;
    margin: 20px;
    padding: 20px;
    border-right: 1px solid #f5f5f5;
}

    #menu1 .megarow .megaitems > a:first-child {
        font-weight: 700;
    }

    #menu1 .megarow .megaitems:first-child {
        border-right: none;
    }

#menu1 .sticky-content.fixed .menu > li:hover > ul, .sticky-content.fixed .menu > li:hover .megamenu, #menu1 .sticky-content.fixed .menu > li.show > ul, #menu1 .sticky-content.fixed .menu > li.show .megamenu {
    top: 6rem;
}

#menu1 .menu > li:hover::after, .menu > li.show::after {
    visibility: hidden;
}

#menu1 .megamenu {
    min-height: 38rem;
}

.menu-pic {
    position: absolute;
    right: 6rem;
}

#menu2 .megamenu {
    top: 4rem;
}

@media (min-width:992px) and (max-width:1640px) {
    .menu-pic {
        position: initial !important;
    }
}

.color-menu {
    color: #000;
}

a.color {
    padding: 1px !important;
}

    a.color:not(first-child) {
        margin-right: 2px !important;
    }

.disabled-size {
    color: currentColor !important;
    cursor: not-allowed !important;
    opacity: 0.5 !important;
    text-decoration: none !important;
}

.disabled-product {
    opacity: 0.5 !important;
}

.disabled-cart {
    opacity: 0.5 !important;
}

.size-box-center {
    padding: 5px 0px 0px 0px !important;
    font-size: 1rem !important;
}

.size-box-center-lble {
    padding: 5px 6px 0px 6px !important;
    font-size: 1rem !important;
}

.color-box-center {
    margin-right: 0px !important;
}

.cursor-hand {
    cursor: pointer;
}

.bank-logo {
    margin-left: 10px !important;
}

.hidden {
    display: none !important
}

.product-short-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1.3rem;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.78;
    color: #666;
}

.page-hide {
    display: none !important;
}
/*.align-address {
    text-align: left;
}*/
/*.align-address-actions {
    text-align: right;
    position: absolute;
    bottom: 12px;
    left: 15px;
}*/
.align-address-actions {
    text-align: right;
    position: absolute;
    bottom: 12px;
    left: 15px;
    float: left;
    margin-top: 1rem;
    margin-left: 4rem;
}

    .align-address-actions a:nth-child(2) {
        position: absolute;
        margin-top: 3px;
        margin-right: 4px;
    }

        .align-address-actions a:nth-child(2)::after {
            margin-top: 3px;
        }

.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    max-width: 500px;
    margin: 40px auto;
    position: relative;
}

    .white-popup-block h2 {
        font-size: 1.8rem;
    }

        .white-popup-block h2 i {
            margin-left: 1rem !important;
        }

    .white-popup-block .pop-footer {
        text-align: left;
    }

.fstdropdown {
    border-radius: 0 !important;
    border: 1px solid #e3e3e3;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

    .fstdropdown > .fstselected {
        box-shadow: none;
    }

.txt-bg-white {
    background-color: white;
}

.login-popup {
    margin: 0 auto;
}

.testimonial-centered.testimonial-border {
    height: 390px;
    position: relative;
}

.scrollbar {
    height: 120px;
    overflow-y: auto;
}

.force-overflow {
    min-height: 120px;
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
/*#style-2::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    scrollbar-width: thin;
    scrollbar-color: #26b #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #26b;
}*/
input[type="text"]:read-only {
    background-color: #F5F5F5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*#style-2 {
    scrollbar-color: #26b #F5F5F5;
    scrollbar-width: thin;
}*/
.testimonial-centered {
    padding: 2.8rem 2rem;
}

.radio-tile-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .radio-tile-group .input-container {
        position: relative;
        /*height: 8rem;
        width: 8rem;*/
        /*margin-left: 1rem;*/
    }

        .radio-tile-group .input-container .radio-button {
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            margin: 0;
            cursor: pointer;
        }

        .radio-tile-group .input-container .radio-tile {
            display: flex;
            align-items: center;
            border: 2px solid #dae1e5;
            border-radius: 5px;
        }


        .radio-tile-group .input-container .icon svg {
            fill: #e1e1e1;
            width: 3rem;
            height: 3rem;
        }

        .radio-tile-group .input-container .radio-tile-label {
            text-align: center;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #e1e1e1;
        }

.bank-title {
    width: 100%;
}

.txt-bank-title {
    padding: 0 5px;
}

.txt-bank-detail {
    font-size: 1.2rem;
}

.remove-after:after {
    content: none
}

.remove-before:before {
    content: none
}

.padding-5 {
    padding: 5px !important;
}


.intro-slider .intro-slide2 img {
    height: auto;
    object-fit: initial;
}

.intro-slide2 img {
    object-position: initial;
}

.intro-slider img {
    min-height: auto;
    object-fit: initial;
}

@media(max-width:991px) {
    .intro-slider img {
        min-height: auto;
    }
}

.banner-hover {
    white-space: inherit;
    letter-spacing: normal;
}

@media(max-width:767px) {
    .grid-item:last-child {
        bottom: 12px;
    }
}

.circle-new {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 200;
    line-height: initial !important;
}

.circle-new-large {
    width: 5rem;
    height: 5rem;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial !important;
}

.circle-off {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #c50000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 200;
    line-height: initial !important;
}

.circle-off-large {
    width: 5rem;
    height: 5rem;
    font-size: 18px;
    border-radius: 50%;
    background: #c50000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial !important;
}

@media (max-width:992px) {
    .product-label-group {
        margin-right: 0 !important;
    }
}

/*tooltip*/
.tooltipbox:hover .tooltip-product {
    opacity: 1;
}

.cursor-hand:hover .tooltip {
    opacity: 1;
}

.tooltip-after {
    display: flex !important;
    position: absolute;
    z-index: 1000;
    top: -33px;
    transform: translate3d(-50%, -8px, 0);
    border: 6px solid transparent;
    border-bottom: 8px solid #060000;
    transition: opacity .2s ease-out, transform .2s ease-out;
    display: none;
    left: 572px;
    z-index: 10000;
}
/*.tooltip-after2 {
    transform: translate3d(-50%, -8px, 0);
    border: 6px solid transparent;
    border-top: 8px solid #060000;
    transition: opacity .2s ease-out, transform .2s ease-out;
    left: 0;
    background: black;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -1rem;
}*/
.tooltip-inner {
    width: 31px;
    height: 23px;
    display: flex !important;
    border-radius: 4px;
    position: absolute;
    bottom: 7px;
    border: 1px solid black;
    background-color: black;
    color: white;
    display: none;
    padding: 4px;
    left: 557px;
    font-size: 9px;
    z-index: 1080;
}

.tooltip-inner2 {
    /*min-width: max-content;
    position: absolute;
    border-radius: 2px;
    color: #fff;
    background-color: black;
    bottom: 9px;
    border-radius: 3px;
    font-size: 10px;
    white-space: nowrap;*/
}

.tooltip {
    right: 58rem;
    top: 58px;
    position: absolute;
    opacity: 0;
}

.tooltip-product {
    position: absolute;
    opacity: 0;
    top: -40px;
    background-color: black;
    border-radius: 3px;
    color: #fff;
    min-width: max-content;
}

    .tooltip-product::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: black transparent transparent transparent;
    }




[data-tooltip]:not([data-flow])::before, [tooltip]:not([data-flow])::after, [data-tooltip][data-flow="top"]::before, [data-tooltip][data-flow="top"]::after {
    left: 50%;
    -webkit-transform: translate(-50%, -4px);
    transform: translate(-50%, -4px);
}

[data-tooltip]:not([data-flow])::before, [data-tooltip][data-flow="top"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #000;
}

[data-tooltip]:hover:before, [data-tooltip]:hover:after {
    display: block;
    opacity: 1;
}

[data-tooltip]:before {
    content: "";
    border: 5px solid transparent;
    z-index: 100;
}

[data-tooltip]:before, [data-tooltip]:after {
    line-height: 1;
    font-size: .9em;
    pointer-events: none;
    position: absolute;
    box-sizing: border-box;
    display: none;
    opacity: 0;
}

[data-tooltip]:not([data-flow])::after, [data-tooltip][data-flow="top"]::after {
    bottom: calc(100% + 5px);
}

[data-tooltip]:after {
    content: attr(data-tooltip);
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 8px;
    border-radius: 3px;
    background: #000;
    color: #FFFFFF;
    z-index: 99;
}

.page-link {
    cursor: pointer !important;
}

.banner-group .banner-subtitle::after {
    display: none;
}


/*popup*/
#modal-global {
    background: transparent;
}

.page-popup-block {
    background: #ffffff;
    max-width: 700px;
    margin: 40px auto;
    position: relative;
}

.page-modal-content {
    position: relative;
    padding: 0;
    margin: 0;
    line-height: 0;
}

    .page-modal-content .page-modal-footer {
        position: absolute;
        /*top: 60%;*/
        left: 2%;
        bottom: 2rem;
    }



#btn-page-modal {
    padding: 0em 2em;
}

@media(max-width:767px) {
    .page-modal-content .page-modal-footer {
        top: initial;
    }
}

.dropdown-box {
    z-index: 10000;
}
/*more*/
.box-desc {
    border: 1px solid #e1e1e1;
    box-shadow: 0 -6px 12px 0 hsl(0deg 0% 71% / 11%);
}

.box-desc-text {
    max-height: 250px;
    overflow: hidden;
}

.box-desc-text {
    line-height: 2;
    padding: 0 27px;
    text-align: justify;
    background: -webkit-linear-gradient(#443c3c, white);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.more-desc {
    display: flex;
    justify-content: center;
}

.close-desc {
    display: none;
    justify-content: center;
}

    .more-desc .d-icon-angle-down::before, .close-desc .d-icon-angle-up::before {
        margin-right: 10px;
    }

.slider-response {
    height: auto !important;
}

.loadsearch::after {
    margin-top: -22px !important;
}

@media (max-width: 768px) {
    .scroll-top {
        /*visibility: visible;
        opacity: 1;*/
        bottom: 11rem !important;
    }
}

@media (max-width: 768px) {
    .scroll-top.show {
        visibility: visible;
        opacity: 1;
    }
}

.mobile-menu li a:hover {
    color: #e1e1e1 !important;
}

.carousel-border {
    margin: 3px 2px 3px 5px;
    display: inline-block;
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 0 5px;
    border-radius: 2px;
    background-color: transparent;
    background-size: cover;
    font-size: 1.2rem;
    font-family: inherit;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    width: 2.6rem;
    height: 2.6rem;
    color: #222;
    transition: .3s;
    border: 1px solid #e1e1e1;
}

    .carousel-border:hover {
        border: 1px solid;
        box-shadow: inset 0 0 0 2px #fff;
    }

.carousel-vip .owl-nav .owl-next {
    font-size: 2.5rem;
    width: initial;
}

.carousel-vip .owl-nav .owl-prev {
    font-size: 2.5rem;
    width: initial;
}

.carousel-vip .owl-nav .owl-prev {
    left: -7px;
}

.carousel-vip .owl-nav .owl-next {
    right: -7px;
}

.alert-simple {
    border-style: solid;
}

.megamenu {
    min-width: var(--min-width-menu)
}

.footer .copyright {
    line-height: 0.5;
}

.menu li a {
    white-space: nowrap;
}

.input-icons i {
    position: absolute;
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.icon {
    padding: 15px;
    min-width: 50px;
    text-align: center;
}

.icon-bank {
    padding: 5px;
    background: #fff;
    border-left: 2px solid #dae1e5;
}

.input-field {
    width: 100%;
    padding: 12px 50px;
}

.verification-input {
    margin: 0 2px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    border: solid 1px #ccc;
    box-shadow: 0 0 5px #ccc inset;
    outline: none;
    transition: all .2s ease-in-out;
    border-radius: 3px;
}

    .verification-input:focus {
        border-color: black;
        box-shadow: 0 0 5px gray inset;
    }

    .verification-input::selection {
        background: transparent;
    }

.input-box.token {
    direction: ltr;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.input-box {
    /*width: 300px;*/
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 0;
}

    .input-box.token input {
        padding: 0 6px;
        max-width: 68px;
        text-align: center;
    }

    .input-box input {
        text-align: center;
        width: 100%;
        line-height: 60px;
        height: 60px;
        border-radius: 12px;
        font-size: 16px;
        border: solid 1px #c5c7cb;
        color: #000;
        padding-right: 57px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

@media(max-width:768px) {
    .input-box input {
        height: auto !important;
        padding: 0 !important;
        line-height: 3 !important;
    }
}

.token-input:focus {
    border: 1px solid black !important;
}

.comingsoon p {
    font-size: 45px;
    font-weight: bold;
    color: #000;
    margin-top: 8rem !important;
}

.text-danger {
    color: #912420;
    display: block;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.active-cat {
    font-weight: bold;
}

.d-icon-arrow-down::before, .d-icon-arrow-left::before, .d-icon-arrow-right::before, .d-icon-arrow-up::before {
    top: 0 !important;
}

.alert-icon {
    padding: 1.5rem 3.9rem 1.5rem 3.9rem;
}

@media (max-width:768px) {
    .page-link-next, .page-link-prev {
        min-width: initial;
    }
}

.alert {
    padding: 1.6rem 3.8rem 1.6rem 3.8rem;
}

    .alert.alert-inline ul {
        padding: 0;
        margin: 0;
    }


.alert-sucsess {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.select-box select {
    background-color: #fff;
}

.toolbox .toolbox-sort::before, .toolbox .select-box::before, .select-box::before {
    z-index: 4;
}

.label-Promotion {
    color: #d26e4b;
    /*animation: Promotion 1.5s infinite;*/
}

@keyframes Promotion {
    0%, 100% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1);
    }
}

.label-Promotion.product-label.label-new {
    border: 1px solid #ff0b0b;
    background: #fff;
}

.inner-div-pro {
    border: 1px solid #ff0b0b;
    width: 3rem;
    height: 3rem;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial !important;
}

.promotion-text {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
    color: #ff0b0b;
    border-top: 1px solid #ff0b0b;
    border-bottom: 1px solid #ff0b0b;
    background: #fff;
    transform: rotate( -13deg );
    margin: auto;
    min-width: 6rem;
}

    .promotion-text p {
        text-align: center;
        padding: 0;
        margin: 0;
        font-size: 11px !important;
        padding-top: 5px;
        font-weight: 600;
    }
/*.circle-promo {
    width: 5.5rem !important;
    height: 5.5rem!important;
}*/
.m-0 {
    margin: 0;
}

.label-small {
    width: 35px;
    height: 35px;
}

    .label-small .inner-div-pro {
        width: 15px;
        height: 15px;
    }

    .label-small .promotion-text {
        height: 16px;
        min-width: initial;
    }

        .label-small .promotion-text p {
            font-size: 8px;
            padding-top: 1px;
            font-weight: 600;
        }

.p-0 {
    padding: 0;
}

.red {
    color: red;
}

.nowrap {
    white-space: nowrap;
}

.search-height {
    height: 4rem;
}



@media (min-width: 992px) {
    .dropdown-expanded .dropdown-box > li {
        margin-right: 1.95rem !important;
    }
}

.box-SeoDesc-text {
    max-height: 109px;
    overflow: hidden;
}

.box-SeoDesc-text {
    color: #ccc;
    line-height: 2;
    text-align: justify;
}

.close-SeoDesc {
    justify-content: flex-end;
    display: none;
}

.footer-seoBox {
    border-bottom: 1px solid #333;
}

    .footer-seoBox .d-icon-angle-up:before, .footer-seoBox .d-icon-angle-down:before {
        margin-right: 1rem;
    }

.raychat_main_button.bottom {
    bottom: 20px !important;
}
/*.cart{
    padding-top:10rem;
    padding-bottom:10rem;
}*/
.service-list .icon-box-title, .widget-products .widget-title, .title-link, .icon-boxes-section .icon-box-title {
    color: #222 !important;
}

.play-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: color .3s, opacity .3s;
    font-family: 'Font Awesome 5 Free';
    font-size: 6rem;
    color: #fff;
    cursor: pointer;
    z-index: 10;
}
/*loginpopup*/
.login-popup {
    padding: 3.5rem 5rem 3.5rem;
}

    .login-popup form {
        margin-bottom: 0;
    }

@media (max-width:767px) {
    .footer .social-link {
        margin: 2px 0 6rem 8px;
    }
}

/*@media only screen and (min-device-width:767px) and (max-device-width: 1366px) and (orientation: landscape) {
    * {
        font-weight: normal !important;
    }
}*/

.mapp-container .mapp-anchor.position-direct {
    display: none;
}

.copy-text {
    opacity: 0;
    font-size: 11px;
    position: absolute;
    background-color: black;
    border-radius: 3px;
    color: #fff;
    min-width: max-content;
    padding: 0 5px;
    bottom: 33px;
    right: -2rem;
    font-weight: 200;
    transition: 0.3s;
    white-space: nowrap;
}

    .copy-text::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: black transparent transparent transparent;
    }

.sticky-content.fixed.fix-bottom {
    animation: none;
}

.sticky-footer {
    position: fixed;
    left: 0;
    right: 0;
    opacity: 1;
    transform: translateY(0);
    background: #fff;
    z-index: 1051;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
    margin-bottom: 0px;
    z-index: 1060;
}

.scroll-top-left {
    position: fixed;
    left: 15px !important;
    right: initial !important;
    bottom: 0;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    visibility: hidden;
    opacity: 0;
    transition: transform .3s,visibility .3s,opacity .3s;
    transform: translateY(40px);
    z-index: 9999;
    background-color: #43494e;
}

.shippingPage #modal-message {
    width: 700px;
    max-width: initial;
}

.banner-top-header {
    object-position: center;
    object-fit: cover;
    /*height: 60px;*/
    width: 100%;
}

@media(max-width:767px) {
    .shippingPage #modal-message {
        width: initial !important;
    }
}

#sidebarWrap {
    position: relative;
}

@media(max-width:1024px) {

    .sidebarcomment .sidebar-content {
        opacity: 1 !important;
        transform: initial !important;
        position: initial !important;
        width: auto !important;
    }
}

.aside-cmnt .sticky-sidebar-fixed {
    top: 8rem !important;
}

.comment-inner {
    padding: 0 1rem;
    height: 500px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.leaflet-right .leaflet-control {
    display: none;
}

.map-container {
    position: relative;
}

.map-marker-centered {
    background: url("../../images/pin-location.svg") no-repeat;
    width: 50px;
    height: 48px;
    position: absolute;
    z-index: 1000;
    left: calc(50% - 25px);
    top: calc(50% - 50px);
    transition: all 0.4s ease;
}

.shippingPage .leaflet-marker-pane {
    display: none;
}

@media(max-width:768px) {
    .aside-cmnt .sidebar-content {
        position: initial;
        width: 100% !important;
        transform: initial;
        overflow: auto;
        background-color: #fff;
        opacity: 1 !important;
        line-height: 1.3;
        transition: transform .4s,opacity .4s;
        padding: initial;
    }
}

.pswp__video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.product-size label {
    min-width: 7rem;
    margin-bottom: 1rem;
}

.size-combo option[disabled] {
    background-color: #d1caca;
    cursor: not-allowed;
}

.custom-checkbox + label {
    font-size: 1.1rem;
}

.filter-items ul::before {
    content: initial;
}

.owl-carousel .owl-item video, .product-thumbs-wrap video {
    max-width: 100%;
    height: auto;
    display: block;
}

#table-size {
    max-width: 25%;
    flex: 0 0 25%;
    margin-right: 0px;
    margin-left: -4px;
    text-align: center;
    /* border: 1px solid #ccc;*/
    padding: 1rem;
    display: inline-block;
}

    #table-size.active {
        background-color: #000;
        color: #fff;
    }

.table-link {
    padding: initial !important;
    position: initial !important;
    display: initial !important;
}

    .table-link::before {
        content: initial !important;
    }

#table-size .widget-body {
    margin-bottom: initial !important;
}
/*.size-table-view > li:not(:last-child){
    border-bottom:initial;
}
*/
.size-table-view > li:not(:last-child) {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}


.size-table-view > li:last-child {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

.jewelry-price p {
    margin: 0;
}

@keyframes wd-Pulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

@keyframes wd-Sonar {
    0% {
        opacity: 0;
        transform: scale(.2);
    }

    50% {
        opacity: .8;
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.msdw-hotspot-wrapper {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #bababa;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
    transition: opacity .8s ease;
    cursor: pointer;
}

.hotspot-sonar {
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    display: block;
    animation: wd-Sonar 2s ease infinite;
    background-color: rgba(255,255,255,.5);
    border-radius: 50%;
    backface-visibility: hidden;
    perspective: 800px;
}

.hotspot-icon-default .hotspot-btn {
    background-color: #bababa;
    box-shadow: inset 100px 100px transparent;
    animation: wd-Pulse 2s ease-in-out infinite;
    z-index: 1;
    letter-spacing: normal;
    transition: all .3s ease;
    border-radius: 50%;
    backface-visibility: hidden;
    perspective: 800px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .hotspot-icon-default .hotspot-btn:after {
        top: 7px;
        left: 7px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #fff;
        content: "";
        position: absolute;
        transition: all .3s ease;
    }

.hotspot-content {
    position: absolute;
    left: 17px;
    top: 10px;
    z-index: 10;
    visibility: hidden;
    padding: 15px;
    width: 200px;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
    text-align: center;
    opacity: 0;
    transition: opacity .25s ease,visibility .25s ease,transform .25s ease;
    transform: translateY(20px) translateZ(0);
    background: #fff;
}

@media (min-width: 1025px) {
    .hotspot-action-hover .hotspot-content {
        pointer-events: none;
    }
}

@media (min-width: 1025px) {
    .msdw-hotspot-wrapper:hover .hotspot-content {
        visibility: visible;
        opacity: 1;
        transform: none;
        pointer-events: visible;
    }
}

.wd-fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hotspot-btn, .hotspot-sonar {
    border-radius: 50%;
    backface-visibility: hidden;
    perspective: 800px;
}

.hotspot-btn {
    z-index: 1;
    letter-spacing: normal;
    transition: all .3s ease;
}

.hotspot-icon-default .hotspot-btn {
    background-color: #bababa;
    box-shadow: inset 100px 100px transparent;
    animation: wd-Pulse 2s ease-in-out infinite;
    box-shadow: inset 100px 100px rgba(255,255,255,.1);
}

.product-name-hotspot {
    margin-bottom: 0.6rem;
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 400;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 1rem;
    font-size: 1.2rem;
}

.product-price-hotspot {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0.6rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #222;
}

.btn-product-hotspot {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 0.8rem 0;
    background-color: #000;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.025em;
    text-transform: uppercase;
    transition: opacity .3s;
    max-width: 116px;
}

@media (max-width:768px) {
    .product-name-hotspot {
        display: none;
    }

    .hotspot-content {
        padding: 0;
        position: initial;
        margin: 0;
        width: initial !important;
    }
}

.btn-3d {
    border-radius: 1rem;
}

@media(max-width:768px) {
    canvas {
        max-width: 100%;
        height: auto !important;
        width: initial !important;
    }
}

.counter {
    display: inline-block;
    list-style-type: none;
    padding: 0 1rem;
    text-transform: uppercase;
    text-align: center;
    font-size: 1rem;
}

    .counter span {
        display: block;
        font-size: 2rem;
    }

.conter-inside {
    padding: 0;
    border-radius: 5px;
}


/*#day:after, #hour:after, #minute:after {
    content: " :";
}*/

#clockdiv {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

    #clockdiv > div {
        padding: 10px;
        border-radius: 3px;
        background: #494b51;
        display: inline-block;
    }

    #clockdiv div > span {
        padding: 15px;
        border-radius: 3px;
        background: #676c6b;
        display: inline-block;
    }

.smalltext {
    padding-top: 5px;
    font-size: 16px;
}


.countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
}

    .countdown > div {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: 1px 1px 15px rgba(0,0,0,0.25);
        width: 80px;
        height: 80px;
        border-radius: 5px;
    }

.number-count {
    font-weight: 500;
    font-size: 30px;
    color: #CAA78C;
}

.count-title {
    font-size: 12px;
}

.amazing-sec {
    background: linear-gradient(0deg,hsla(0,0%,5%,.14),hsla(0,0%,5%,.14)),linear-gradient(180deg,#e4083d,#69031b);
}

.snappay-icon {
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
    background-image: url('../../images/icon-boxes/snappay.svg');
}

.btnaddcredit {
    color: #4CAF50;
    font-size: 2rem;
    font-weight: 700;
    margin-right: 0.5rem;
}

    .btnaddcredit:after {
        font-size: 1.2rem;
    }

    .btnaddcredit.disable {
        pointer-events: none;
        cursor: default;
        color: #bdbdbd;
    }

.amazing-sec .title {
    padding: 5rem 0 0 0;
}
