:root {
    --width-container: calc(1320px);
    --white-space-container: calc((100vw - var(--width-container)) / 2);
}

body {
    touch-action: manipulation;
}

.container {
    max-width: 1320px !important;
}

.error-message {

    color: #cd0000;
}

@font-face {
    font-family: "Poppins-Black";
    src: url(../font/Poppins/Poppins-Black.ttf);
}

@font-face {
    font-family: "Poppins-bold";
    src: url(../font/Poppins/Poppins-Bold.ttf);
}

@font-face {
    font-family: "Poppins-ExtraBold";
    src: url(../font/Poppins/Poppins-ExtraBold.ttf);
}

@font-face {
    font-family: "Poppins-Regular";
    src: url(../font/Poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: "Poppins-Medium";
    src: url(../font/Poppins/Poppins-Medium.ttf);
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url(../font/Poppins/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: "Poppins-Light";
    src: url(../font/Poppins/Poppins-Light.ttf);
}

@font-face {
    font-family: "The-Seasons";
    src: url(../font//the-seasons/Fontspring-DEMO-theseasons-bd.otf);
}

@font-face {
    font-family: "The-Seasons-bold-italic";
    src: url(../font//the-seasons/Fontspring-DEMO-theseasons-bdit.otf);
}

@font-face {
    font-family: "The-Seasons-italic";
    src: url(../font//the-seasons/Fontspring-DEMO-theseasons-it.otf);
}

@font-face {
    font-family: "The-Seasons";
    src: url(../font//the-seasons/Fontspring-DEMO-theseasons-lt.otf);
}

@font-face {
    font-family: "The-Seasons";
    src: url(../font//the-seasons/Fontspring-DEMO-theseasons-reg.otf);
}

@font-face {
    font-family: "Ovo-Regular";
    src: url(../font/Ovo/Ovo-Regular.ttf);
}

@font-face {
    font-family: "CatchyMager-Normal";
    src: url(../font/catchy-mager/CatchyMager-Normal.ttf);
}

@font-face {
    font-family: "buongiorno-rastellino";
    src: url(../font/buongiorno-rastellino/Buongiorno\ Rastellino.otf);
}

/*  */

h3,
h4,
h5,
h6,
a,
p,
li,
del,
strong,
span,
input,
label,
textarea,
button,
/* div, */
td,
::placeholder {
    font-family: "Poppins-Regular";
    /* font-family: "Playfair Display"; */
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

h1 {
    font-family: "Poppins-Regular";
    font-weight: 500;
    font-style: normal;
}

h2 {
    font-family: "Poppins-Regular";
    font-weight: 500;
    font-style: normal;
}

.Playfair_Display {
    font-family: "Playfair Display";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

/* 31 07 */

.eye {
    background-image: url(../images/view.svg);
    background-repeat: no-repeat;
    /* width: 100%; */
    /* height: 560px; */
    background-size: 24px;
    background-position: left top 7px;
}

.eyeoff {
    background-image: url(../images/viewoff.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left top 7px;
}

.eyeoff2 {
    background-image: url(../images/viewoff.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left top 1px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-contentmob {
    position: absolute;
    background-color: #fffff5;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 9999;
    right: 0;
    /* color: #475569;
    font-size: 14px;
    text-align: left; */
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fffff5;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 9999;
    right: 0;
    /* color: #475569;
    font-size: 14px;
    text-align: left; */
}


.dropdown:hover .dropdown-content {
    display: block;
}

.accordion-button {
    background-image: url(../images/minus.svg) !important;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px;
}

.accordion-button.collapsed {
    background-image: url(../images/addplus.svg) !important;
}

.navbar ul li a {
    position: relative;
    transition-duration: 2s;
    padding-bottom: 5px;
}

.navbar ul li a:before {
    content: "";
    position: absolute;
    /* top: 100%; */
    bottom: 15%;
    width: 0%;
    background: black;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    transition-duration: 0.5s;
}

.navbar ul li a:hover:before,
.navbar ul li a.active:before {
    width: 100%;
}

/* header ul li a:hover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 1px;
    background: black;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.33, 0, 0, 1);
} */

/* 31 07 */

/* 09/ 08/20224 */
.enigma.sidemenu .side-nav>ul>li>ul:before,
.enigma.sidemenu .side-nav>ul>li>ul>li>ul:before {
    background-color: transparent;
}

.enigma.sidemenu .side-nav .side-menu {
    padding-left: 0;
}

.enigma.sidemenu .side-nav>ul>li>ul,
.enigma.sidemenu .side-nav>ul>li>ul>li>ul {
    padding-left: 30px;
}

.enigma.sidemenu .side-nav .side-menu,
.enigma.sidemenu .side-nav>ul>li>ul>li>.side-menu:not(.side-menu--active),
.enigma.sidemenu .side-nav>ul>li>ul>li>ul>li>.side-menu:not(.side-menu--active) {
    font-size: 16px;
    color: #000;
    line-height: 1.5rem;
}

.enigma.sidemenu .side-nav .side-menu .side-menu__title {
    margin-left: 0;
}

.enigma.sidemenu .side-nav .side-menu {
    height: auto;
    margin-bottom: 0.5rem;
}

.enigma.sidemenu .side-nav>ul>li>.side-menu:hover:not(.side-menu--active):not(.side-menu--open) {
    background-color: transparent;
}

.enigma.sidemenu .side-nav>ul>li>.side-menu:hover:not(.side-menu--active):not(.side-menu--open):before {
    border-bottom: none;
}

.enigma.sidemenu .side-nav .side-menu .side-menu__title .side-menu__sub-icon {
    margin-right: 0;
}

.enigma.sidemenu .side-nav>ul>li>a.side-menu--open,
.enigma.sidemenu .side-nav>ul>li>ul>li>a.side-menu--open,
.enigma.sidemenu .side-nav>ul>li>ul>li>a.side-menu--open.side-menu:not(.side-menu--active) {
     font-weight: bold;
}

.dancing-script {
    font-family: "Dancing Script", system-ui;
    font-optical-sizing: auto;
}

@media(min-width:768px) and (max-width:1600px) {
    .infocoloroption tbody tr:nth-child(odd) {
        background-color: #efebe2;
    }
}

.side-nav ul li a.active {
    font-weight: bold !important;
    color: black !important;
}

/* 09/ 08/20224 */

.bg-listing {
    background-image: linear-gradient(45deg,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0.8)),
        url(../images/listing-bg.jpg);
}

.loadimg.anim_part {
    background: #838383d9;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

.rx-hidden {
    display: none !important;
}

.trnglicon:before {
    content: " ";
    position: absolute;
    width: 90px;
    height: 90px;
    z-index: -1;
    /* margin-top: -50px;
    margin-left: -100px; */
    background-image: url(../images/triangle-icon.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    left: 3px;
    top: -21px;
    z-index: 9;
}

.exclusive:before {
    content: " ";
    position: absolute;
    width: 90px;
    height: 90px;
    z-index: -1;
    /* margin-top: -50px;
    margin-left: -100px; */
    background-image: url(../images/exclusivebg-icon.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    left: 3px;
    top: -21px;
    z-index: 9;
}

.swiper-wrapper.simipro {
    margin-top: 20px;
    /* margin-left: 20px; */
}

.ooticon:before {
    content: " ";
    position: absolute;
    width: 90px;
    height: 90px;
    z-index: -1;
    /* background-image: url(../images/oot-icon.png); */
    background-image: url(../images/oot-icon-brown.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    left: -3px;
    top: -29px;
    z-index: 0;
}

.simipro .swiper-slide {
    height: auto;
}

@media (max-width: 1420px) {
    .anim_hide {
        display: none;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1280px) {
    .login_page .container {
        margin-left: var(--white-space-container);
        max-width: 100% !important;
    }
}

@media (min-width: 1024px) {
    /* .att_slider {
        margin-left: calc(100% - 75%);
        overflow: hidden;
    } */

    .att_slider .btns {
        margin-left: calc(100% - 75%);
    }

    /* .show {
        transform: translate(-50%, -50%) rotate(90deg);
    } */
}

/* @media (max-width : 1099px) {
    .awesome_inner .triangle-1 {
        left: -64px;
        bottom: -48px;
    }

    .slick_inner .triangle-2 {
        right: -64px;
    }
} */

@media (max-width: 640px) {
    .logo {
        max-width: 125px;
    }

    .shopping_cart td {
        font-size: 11px;
        padding: 5px;
    }

    .shopping_cart td div {
        font-size: 11px;
    }
}

@media (max-width: 500px) {
    .work::after {
        height: 350px !important;
    }
}

.slider_star p::before {
    content: "";
    position: absolute;
    right: 22px;
    top: 2px;
    background-image: url(../images/star.svg);
    height: 32px;
    width: 32px;
    background-size: contain;
    background-position: center;
}

.slick_main .slick_wrapper .square-1,
.slick_main .slick_wrapper .square-2 {
    max-width: 130px;
    width: 100%;
    height: 130px;
}

.awesome_inner .triangle-1,
.slick_inner .triangle-2 {
    width: 240px;
    height: 240px;
}

.work::after {
    content: "";
    background-image: url(../images/dot-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 560px;
    position: absolute;
    bottom: 0;
    background-color: #efebe2;
    z-index: -1;
}

.square-gray {
    animation: square-gray 5s linear infinite;
}

@keyframes square-gray {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(35px, 35px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

/* .square-black {
    animation: square-black 5s linear infinite;
}

@keyframes square-black {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(-35px, -35px);
    }
    100% {
        transform: translate(0px, 0px);
    }
} */

.cross {
    animation: cross 5s linear infinite;
}

@keyframes cross {
    0% {
        transform: scale(0px, 0px);
    }

    50% {
        transform: scale(0.5, 0.5);
        transition: all 0.8s;
    }

    100% {
        transform: scale(0px, 0px);
    }
}

.cross-1line {
    animation: cross-1line 4s linear infinite;
}

.cross-2line {
    animation: cross-2line 4s linear infinite;
}

/* @keyframes offset {
    0% {
        bottom: -10%;
        transform: rotate(0deg);
    }

    50% {
        bottom: 120%;
        transform: rotate(360deg);
    }

    100% {
        bottom: -10%;
        transform: rotate(0deg);
    }
} */

@keyframes cross-1line {
    0% {
        bottom: 2.5rem;
    }

    50% {
        bottom: 5rem;
    }

    100% {
        bottom: 2.5rem;
    }
}

@keyframes cross-2line {
    0% {
        top: 2.5rem;
    }

    50% {
        top: 5rem;
    }

    100% {
        top: 2.5rem;
    }
}

.path-1 {
    animation: path-1 5s linear infinite;
}

@keyframes path-1 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.path-2 {
    animation: path-2 5s linear infinite;
}

@keyframes path-2 {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-21px);
    }

    100% {
        transform: translateX(0px);
    }
}

.path-3 {
    animation: path-3 5s linear infinite;
}

@keyframes path-3 {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(21px);
    }

    100% {
        transform: translateX(0px);
    }
}

.triangle_line {
    animation: triangle_line 5s linear infinite;
}

@keyframes triangle_line {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-30px);
    }

    100% {
        transform: translateX(0px);
    }
}

.triangle_fill {
    animation: triangle_fill 5s linear infinite;
}

@keyframes triangle_fill {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0px);
    }
}

.triangle_2_line {
    animation: triangle_line 5s linear infinite;
}

@keyframes triangle_line {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(30px);
    }

    100% {
        transform: translateX(0px);
    }
}

.triangle_2_fill {
    animation: triangle_fill 5s linear infinite;
}

@keyframes triangle_fill {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0px);
    }
}

.mobile_bar ul li {
    /* padding-bottom: 10px; */
    border-bottom: 1px solid black;
    /* margin-bottom: 10px; */
}

.mobile_bar ul li a {
    display: block;
    padding: 10px 0;
}

.card_main .card_row:nth-child(odd) {
    background-color: #efebe2;
    padding-block: 12px;
}

.products .swiper-button-next::after,
.products .swiper-button-prev::after {
    content: "" !important;
    background-image: url(../images/right-arrow-full.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 28px;
}

.products .swiper-button-prev::after {
    transform: rotate(180deg);
}

.showform {
    right: 0;
    /* position: absolute; */
    position: relative;
    width: 100%;
    z-index: 99;
    background: #ffffffe5;
    padding: 15px;
}

.bodybg {
    /* background: #000000b2; */
}

/* .bodybg .showform {
    display: block !important;
} */
/*
.showsrch {
    display: block !important;
} */

/* .bg-text h2::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 5px;
    left: -35px;
    z-index: -1;
} */

/* .about_us h2::before {
    background-image: url(../images/OurStory.png);
} */
/* .product h2::before {
    background-image: url(../images/Top-products.png);
} */
/* .know h2::before {
    background-image: url(../images/We-Are.png);
} */

.product ul li {
    position: relative;
    margin-left: 30px;
    margin-bottom: 20px;
}

.product ul li::before {
    content: "";
    margin-right: 20px;
    background-image: url(../images/right-icon.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    position: absolute;
    left: -30px;
    top: 5px;
}

.know ul li {
    position: relative;
    margin-left: 30px;
    margin-bottom: 20px;
}

.know ul li::before {
    content: "";
    margin-right: 20px;
    background-image: url(../images/right-icon.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    position: absolute;
    left: -30px;
    top: 5px;
}

.att_main .swiper-button-next::after,
.att_main .swiper-button-prev::after {
    font-size: 24px !important;
}

.sh_line {
    animation: sh_line 5s linear infinite;
}

@keyframes sh_line {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.gry_crcle {
    animation: gry_crcle 5s linear infinite;
}

@keyframes gry_crcle {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0px);
    }
}

.tri_border {
    animation: tri_border 5s linear infinite;
}

@keyframes tri_border {
    0% {
        transform: translateX(-35px);
    }

    50% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-35px);
    }
}

.tri_fill2 {
    animation: tri_fill2 5s linear infinite;
}

@keyframes tri_fill2 {
    0% {
        transform: translateX(-75px);
    }

    50% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-75px);
    }
}

.tri_border2 {
    animation: tri_border2 5s linear infinite;
}

@keyframes tri_border2 {
    0% {
        transform: translateX(-105px);
    }

    50% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-105px);
    }
}

.tri_fill3 {
    animation: tri_fill3 5s linear infinite;
}

@keyframes tri_fill3 {
    0% {
        transform: translateX(-140px);
    }

    50% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-140px);
    }
}

.tri_border3 {
    animation: tri_border3 5s linear infinite;
}

@keyframes tri_border3 {
    0% {
        transform: translateX(-175px);
    }

    50% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-175px);
    }
}

.lightbox {
    top: 50% !important;
    left: 0px !important;
    transform: translateY(-50%) !important;
}

.Checkout_main td {
    text-align: center;
    padding-block: 6px;
}

.Checkout_main td:first-child {
    width: 80px;
}

.Checkout_main td:first-child div {
    margin: 0;
}

.Checkout_main td div {
    margin: 0 auto 10px;
}

.shopping_cart td {
    padding: 5px;
    text-align: center;
}

.shopping_cart td div.w-full img {
    margin: 0 auto;
}

.shopping_cart thead tr td {
    padding-inline: 14px;
    padding-block: 16px;
    font-size: 16px;
    color: #111;
    font-weight: 500;
}

.product_info td {
    padding: 10px 5px;
}

.about-square {
    animation: about-square 5s linear infinite;
}

@keyframes about-square {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(35px, 35px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.mission {
    animation: mission 5s linear infinite;
}

@keyframes mission {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(-35px, -35px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.vision {
    animation: vision 5s linear infinite;
}

@keyframes vision {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(35px, 35px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.left-rotate {
    position: absolute;
    transform: translate(-28%, -23%) rotateZ(-42deg);
}

.right-rotate {
    position: absolute;
    top: 0px;
    right: 0;
    transform: translate(32%, -12%) rotateZ(42deg);
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 60px;
    left: auto;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* overflow: auto; */
    background-color: rgba(0, 0, 0, 0.9);
}

.dancing-script {
    font-family: "Dancing Script", system-ui;
    font-optical-sizing: auto;
}

.public-sans {
    font-family: "Public Sans", system-ui;
    font-optical-sizing: auto;
}

.the-Seasons {
    font-family: "The-Seasons-italic", system-ui;
    font-optical-sizing: auto;
}

.Ovo-Regular {
    font-family: "Ovo-Regular", system-ui;
    font-optical-sizing: auto;
}

.CatchyMager-Normal {
    font-family: "CatchyMager-Normal", system-ui;
    font-optical-sizing: auto;
}

.buongiorno-rastellino {
    font-family: "buongiorno-rastellino", system-ui;
    font-optical-sizing: auto;
}

/* .mySwiper2 .swiper-slide {
    display: none;
} */

/* .mySwiper2 .swiper-slide:first-child {
    display: block;
} */

.Poppins-Light {
    font-family: "Poppins-Light", system-ui;
    font-optical-sizing: auto;
}
.poppins-regular {
    font-family: "Poppins-Regular", system-ui;
    font-optical-sizing: auto;
}

.poppins-Medium {
    font-family: "Poppins-Medium", system-ui;
    font-optical-sizing: auto;
}

.Poppins-SemiBold {
    font-family: "Poppins-SemiBold", system-ui;
    font-optical-sizing: auto;
}

.Poppins-bold {
    font-family: "Poppins-bold", system-ui;
    font-optical-sizing: auto;
}

.poppins-ExtraBold {
    font-family: "Poppins-ExtraBold", system-ui;
    font-optical-sizing: auto;
}

.poppins-Black {
    font-family: "Poppins-Black", system-ui;
    font-optical-sizing: auto;
}

/*09102024*/

#toggleElement {
    right: -550px;
    left: auto;
}

#toggleElement.show {
    right: 0;
    left: auto;
}

#toggleElement.show:before {
    content: "";
    position: absolute;
    left: -500px;
    top: 0;
    height: 100%;
    background: #00000057;
    z-index: -1;
    display: block;
    width: 500px;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

}


.fixcl {
    width: 100%;
    height: 60px;
    z-index: 999;
    /* color: white;
    font-size: 1.3rem; */
    /* line-height: 40px; */
    top: 0;
    padding-top: 4px;
}

.fixcl-2 {
    width: 100%;
    /* height: 60px; */
    z-index: 95;
    /* color: white;
    font-size: 1.3rem; */
    /* line-height: 40px; */
    top: 0;
    /* padding-top: 4px; */
}

.visible-title {
    visibility: visible;
}

/*09102024*/

@media (min-width: 768px) and (max-width: 800px) {
    .mission_h1 {
        font-size: 4.9rem !important;
    }
}

@media (min-width: 768px) {
    .show {
        transform: translate(-50%, -50%) rotate(90deg);
    }
}

@media (max-width: 767px) {
    .fixed-nav {
        position: fixed;
        top: 60px !important;
        left: 0;
        width: 100%;
    }
}

/* 
.ons_team .txt::after{
    content: '';
    width: 108%;
    height: 1px;
    background-color: black;
    position: absolute;
    left: -30px;
} */

.mission_slider .swiper-slide {
    width: 100% !important;
    display: flex;
    justify-content: center;
}

/* 
.lb-container {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
  width: 570px !important;
  height: 500px !important;
  display: flex;
  justify-content: center;
  align-items: center;
} */

#gotop {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background: black url(../images/top.svg) center no-repeat;
    background-size: auto;
    padding: 20px;
    border-radius: 30px;
    transition-duration: 0.2s;
    cursor: pointer;
    text-indent: -9999px;
    width: 30px;
    background-size: 26px;
    z-index: 9999;
    visibility: hidden;
    opacity: 1;
}

#filter {
    position: fixed;
    bottom: 30px;
    right: 5px;
    background: black url(../images/filter-collect.svg) center no-repeat;
    background-size: auto;
    padding: 20px;
    border-radius: 30px;
    transition-duration: 0.2s;
    cursor: pointer;
    text-indent: -9999px;
    width: 25px;
    background-size: 20px;
    z-index: 9999;
    visibility: visible;
    opacity: 1;
}


.productImg-fixed {
    position: fixed;
    z-index: -1;
    top: 20%;
    /* left: -5% */
}

.scroller-prod {
    margin-top: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
}

.scroll-rel {
    /* background: rgba(0, 0, 0, 0.5);
    color: white; */
    /* margin: 0px 8px */
}

.infoPageTr {
    background: rgba(0, 0, 0, 0.5);
}


.sidebarProduct {
    position: fixed;
    z-index: 9999;
    left: 0;
    width: 100%;
    height: 100%;
}


.line-clamp {
    overflow: hidden;
    display: -webkit-box;
  -webkit-line-clamp: 3;
    line-clamp: 3;
  -webkit-box-orient: vertical;
}

.line-clamp-srch {
    overflow: hidden;
    display: -webkit-box;
  -webkit-line-clamp: 2;
    line-clamp: 2;
  -webkit-box-orient: vertical;
}

 @media (max-width: 768px) {
.pd_itm{
     height: 260px !important;
     width: 250px !important;
    }
     .block.ladyqloloading {
            width: 250px !important; 
            height: 260px !important;
        }
}

        .pd_itm {
            background: #fff;
            height: 400px;
            width: 250px;
            overflow: hidden;
            position: relative;
            box-shadow: 0 0 10px #ccc;
        }

        .block.ladyqloloading {
            background: #f1f1f1;
            position: absolute;
            width: 250px;
            height: 400px;
        }

        .ladyqloloading:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background-image: linear-gradient(to right, #f1f1f1 0%, #DBDBDB 30%, #DBDBDB 50%, #f1f1f1 100%);
            background-size: 450px 400px;
            background-repeat: no-repeat;
            animation: shimmer 1.4s linear infinite;
            left: 0;
            z-index: 10;
            top: 0;
        }

        @keyframes shimmer {
            0% {
                background-position: -450px 0px;
            }

            100% {
                background-position: 450px 0px;
            }
        }


 @media (min-width: 1320px) {
    .product_info_products{
        max-width: none !important;
        margin-left: calc(50% - 660px);
        width: calc((50% - 660px) + 1320px);
    }
}


.is-sticky{
    position: fixed;
    z-index: 9999;
    right: 0;
    left: 0;
    top: 0;
    background-color: #fff;
}

.is-sticky .logo{
    margin-bottom: 16px;
}
.is-sticky .logo img{
    width: 215px;
}

.cart-product_name {
    width: calc(100% - 100px);
}