.bannerbox h1.bannerTitle {
    filter: drop-shadow(0px 0px 0px black);
    font-size: 162px;
    font-weight: 200;
    color: var(--darkColor);
}

.bannerbox h1.bannerTitle {
    filter: drop-shadow(2px 2px 2px #000000);
    font-size: 114.62pt;
    font-weight: normal;
    color: var(--darkColor);
    text-shadow: 2px 2px #ffffff;
    margin: 0;
}

.bannerbox .bannerptag {
    font-size: 48.66pt;
    font-weight: lighter;
    color: var(--darkColor);
    position: relative;
}

.bannerbox .bannerptag:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background: var(--darkColor);
    left: 0;
    top: 60px;
}

.bannerbox .bannerptag:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    right: 0;
    top: 60px;
    background: var(--darkColor);
}

.bannerbox {
    position: relative;
    top: 100px;
}

.elitefarmssec {
    background: var(--darkColor);
    position: relative;
}

.elitefarmssec .seclast {
    width: 100%;
}

.farms_text .headelite {
    font-size: 36pt;
    color: #fff;
    font-weight: normal;
    line-height: 72px;
    position: relative;
    margin-bottom: 15px;
}

.farms_text .headelite:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 1px;
    background: linear-gradient(45deg, #fff, transparent);
    bottom: 0;
}

.farms_text .litep {
    color: #fff;
    font-size: 18.6667px;
    line-height: 36px;
}

.farms_text .litep span {
    display: block;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 0.5px;
    font-style: italic;
}

/* .elitefarmssec:before {
    content: '';
    position: absolute;
    width: 530px;
    height: 800px;
    background-image: url(../images/bottle2.png);
    right: 0;
    top: -150px;
    background-repeat: no-repeat;
} */
.elitefarmssec .image-right {
    position: absolute;
    width: 430px;
    right: 0;
    top: -75px;
}

.headtest {
    font-size: 36pt;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
    font-family: var(--roboto);
    z-index: 1;
}

.headtest span {
    position: relative;
}

.headtest:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 2px;
    bottom: 0;
    left: auto;
    background: linear-gradient(45deg, transparent, var(--darkColor), transparent);
}

.headtest span:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 75px;
    background: url(../images/heading_shapes.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -10px;
    left: -7px;
    z-index: -1;
    opacity: 1;
}

/* 3 img */
.img-box3 {
    position: relative;
    z-index: 2;
    line-height: 1px;
}

.img-box3 .img1 {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 15px;
}

.img-box3 .img2 {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--colorWhite);
    padding: 10px 0 0 10px;
    border-radius: 10px;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite;
}

.img-box3 .img3 {
    position: absolute;
    left: -90px;
    top: 80px;
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite;
    background-color: var(--colorWhite);
    padding: 10px 10px 10px 0;
    border-radius: 10px;
}

.img-box3 .shape1 {
    position: absolute;
    top: 80px;
    left: -195px;
    z-index: -1;
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite;
}

.img-box3 .img2 img {
    border-radius: inherit;
}

.img-box3 .img3 img {
    border-radius: 10px;
}

@keyframes jumpAni {

    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* TItle */
.elitefarmssec2 .title-area {
    margin-bottom: calc(var(--section-title-space) - 10px);
    position: relative;
    z-index: 2;
}

.elitefarmssec2 .sub-title {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--yellowcolor);
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: -.34em;
}

.elitefarmssec2 .sub-title:has(img) {
    margin-top: 0;
}

span.sub-title.subtitle-selector img {
    width: 30px;
    height: 30px;
}

.elitefarmssec2 .title-area .sec-title {
    margin-bottom: 15px;
}

.elitefarmssec2 .sec-title {
    margin-bottom: calc(var(--section-title-space) - 10px);
    margin-top: -.32em;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 1.25;
}

.elitefarmssec2 .text-theme {
    color: var(--darkColor) !important;
}

.elitefarmssec2 p {
    margin: 0 0 18px 0;
    color: #737887;
    line-height: 1.75;
}

/* From Uiverse.io by cssbuttons-io */
button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

button.learn-more {
    width: 12rem;
    height: auto;
}

button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: var(--darkColor);
    border-radius: 1.625rem;
}

button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

button:hover .circle {
    width: 100%;
}

button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

button:hover .button-text {
    color: #fff;
}

.elitefarmssec2 {
    background-image: url(../images/blog_bg_1.webp);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

/* product Sections */
.product_item {
    border: 1px solid #eee;
    margin-top: 25px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    position: relative;
    overflow: hidden;
}

.product_item_2 {
    border-color: #ddd !important;
    padding: 15px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.product_item .product_img {
    position: relative;
    border-bottom: 1px solid #eee;
    height: 305px;
    overflow: hidden;
}

.product_item_2 .product_img {
    background: #f5f5f5 !important;
    height: 300px;
    border: none;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding-top: 15px;
}

.product_item .product_img .discount_list {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 5px;
    position: absolute;
    top: 20px;
    left: -1px;
}

.product_item_2 .product_img .discount_list {
    top: 15px;
    left: 15px;
}

.product_item .product_img .discount_list li {
    background: #0a69d8;
    padding: 3px 12px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
}

.product_item_2 .product_img .discount_list li {
    padding: 3px 10px;
    font-weight: 500;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.product_item .product_img .btn_list {
    position: absolute;
    top: 0;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    z-index: 99;
}

.product_item .product_img .btn_list li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #333333;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.product_item_2 .product_img .btn_list li a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.product_item_2 .product_img .btn_list li a {
    line-height: 33px;
}

.product_item .product_img .btn_list li a img {
    width: 15px !important;
    height: 15px !important;
    display: inline-block !important;
}

.product_item .product_text {
    padding: 20px 25px 25px 25px;
    position: relative;
}

.product_item_2 .product_text {
    padding: 20px 10px 10px 10px;
}

.title {
    display: block;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product_item .title {
    margin-bottom: 5px;
}

.product_item .price {
    color: #ffa500;
    font-weight: 500;
    font-size: 16px;
}

.product_item .rating {
    color: #f9a61c;
    margin: 5px 0px 17px 0px;
    font-size: 14px;
}

.product_item .rating span {
    color: #7d7b7b;
    margin-left: 3px;
    text-transform: capitalize;
    font-size: 14px;
}

.product_item_2:hover {
    box-shadow: rgb(149 157 165 / 16%) 0px 3px 22px;
}

.product_item_2:hover .product_img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transition: all 0.3s 0s ease-out;
}

.product_item:hover .product_img .btn_list {
    opacity: 1;
    top: 20px;
}

/*  */
.brand-wrap {
    text-align: center;
    padding-top: 15px;
}

.brand-media {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}

.brand-media::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px dashed #e8e8e8;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: rotate360 1.2s linear infinite;
    animation: rotate360 1.2s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.brand-media img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.brand-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(0);
    transform: scale(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.brand-overlay a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    background: var(--darkColor);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.brand-meta h4 {
    text-transform: capitalize;
    margin-bottom: 6px;
}

.brand-wrap:hover .brand-media::before {
    border-color: var(--darkColor);
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.brand-wrap:hover .brand-overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
}

@-webkit-keyframes rotate360 {
    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotate360 {
    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Our Best Selling Products */
.best_selling_product_item {
    position: relative;
    border: 1px solid #223068;
    padding: 10px;
    border-style: dashed;
    border-radius: 15px;
}

.best_selling_product_item .text {
    position: relative;
    padding: 15px 0;
}

.best_selling_product_item .text p {
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 900;
    color: var(--darkColor);
}

.best_selling_product_item .text p del {
    color: #7d7b7b;
    font-size: 14px;
    letter-spacing: initial;
    font-weight: 400;
}

.best_selling_product_item .text .buy_btn {
    text-transform: capitalize;
    color: #223068;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    border: 1px solid #223068;
    border-radius: 15px;
    width: 145px;
    border-style: dashed;
    text-align: center;
    padding: 2px;
}

.best_selling_product_item .text .buy_btn i {
    margin-left: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.best_selling_product_item:hover img,
.best_selling_product_item_large:hover img {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    -webkit-transition: all 0.3s 0s ease-out;
}

.best_selling_product_item img {
    height: 100%;
    border-radius: 15px;

}

.best_selling_product_item_large {
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.best_selling_product_item_large img {
    height: 100%;
}

.best_selling_product_item_large .text {
    position: absolute;
    top: 50%;
    left: 30px;
    width: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.best_selling_product_item_large .text .title {
    font-size: 30px;
    margin-bottom: 5px;
}

.best_selling_product_item .process-item {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.xb-item--number {
    font-size: 28px;
    font-weight: bold;
    margin-right: 20px;
    color: #007bff;
}

.xb-item--holder h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

/* mouse design scrool */
.process-right .process-item {
    top: 140px;
    z-index: 2;
    position: sticky;
    max-width: 470px;
    padding: 0 40px 40px;
    margin-bottom: 100px;
    background: #eaeef0;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    box-shadow: 4px 4px 14px 0 #d5dbde;
}

.process-right .process-item .xb-item--number {
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    width: 54px;
    height: 57px;
    padding-top: 12px;
    border-top: none;
    display: inline-block;
    color: #111112;
    border-radius: 0 0 27px 27px;
    border: 1px solid rgba(17, 17, 18, 0.1);
}

.process-right .process-item .xb-item--img {
    margin: 14px 0 25px;
}

.process-right .process-item .xb-item--title {
    font-size: 24px;
    letter-spacing: 0em;
    margin-bottom: 10px;
}

.workflow-section .pt-70 {
    padding-top: 70px;
}

.workflow-section .process-left {
    position: sticky;
    top: 100px;
    z-index: 2;
    margin-bottom: 100px;
}

.workflow-section .sec-title .title {
    font-size: 48px;
    letter-spacing: -0.02em;
    color: #111112;
}

.workflow-section .sec-title .content {
    max-width: 429px;
    display: inline-block;
}

.workflow-section .mt-55 {
    margin-top: 55px;
}

.workflow-section button.learn-more {
    width: 15rem;
}

.workflow-section .f-right {
    float: right;
}

.workflow-section .container {
    overflow: visible;
    position: relative;
}

.workflow-section .row {
    position: relative;
    overflow: visible;
}

/* marquee */
.tf__brand_3 {
    float: left;
    width: 100%;
    background: var(--darkColor);
    padding: 15px 0;
    transform: scale(1.025) rotate(-3deg);
    position: relative;
    -webkit-transform: scale(1.025) rotate(-3deg);
    -moz-transform: scale(1.025) rotate(-3deg);
    -ms-transform: scale(1.025) rotate(-3deg);
    -o-transform: scale(1.025) rotate(-3deg);
    overflow: hidden;
}

.js-marquee-wrapper {
    width: 100000px;
    transform: translateX(0);
    animation: 29.2143s linear 0s infinite normal none running;
}

.js-marquee {
    margin-right: 0;
    float: left;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
    will-change: transform;
    transform: translateX(0);
    animation: marquee 20s linear infinite;
}

.tf__brand_3 ul {
    display: flex;
    margin: 0;
}

.tf__brand_3 ul li {
    color: var(--colorWhite);
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    position: relative;
    padding-left: 80px;
    margin-left: 50px;
    list-style: none;
}

.tf__brand_3 ul li::after {
    position: absolute;
    content: "";
    background: url(../images/banner_shape_2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
}

@keyframes marquee {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.marqueeSection {
    overflow: hidden;
    position: relative;
}

/*  */


.owl-next,
.owl-prev {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: var(--colorWhite);
    font-size: 14px;
    border: 0;
    outline: 0;
    background: var(--darkColor);
    border-radius: 100%;
    z-index: 50;
    border: 1px solid var(--darkColor);
    text-align: center;
    cursor: pointer;
    transition: all .3s ease
}

.owl-nav .owl-prev {
    left: -50px;
    top: 48%
}

.owl-nav .owl-next {
    right: -50px;
    top: 48%
}

.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
    background: var(--orageColor);
    color: var(--colorWhite);
    border-color: var(--orageColor);
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: block;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: var(--darkColor);
}

.owl-carousel .owl-nav button.owl-prev svg,
.owl-carousel .owl-nav button.owl-next svg,
.owl-carousel button.owl-dot {
    fill: #fff;
}

#HappyClients .item {
    background: #e8b65d0a;
    padding: 20px;
    border: 1px solid #2331670d;
    border-radius: 5px;
}

.bg_space {
    padding-left: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Product Page */
.product-item-image {
    margin: 0 auto;
    max-width: 75px;
    width: 100%;
}

.product-details {
    display: flex;
    justify-content: space-around;
}

.frequency-button {
    background-color: #fff;
    border: 1px solid #d2ab67;
    border-radius: 20px;
    color: #d2ab67;
    cursor: pointer;
    margin-right: 5px;
    padding: 5px 15px;
}

.card.product-item-card button {
    background: var(--darkColor);
    margin-bottom: 5px;
    color: var(--colorWhite);
}

/** Login 6 start **/
.elite_lo_gin .login-inner-form {
    color: #e7e7e7;
    position: relative;
}

.elite_lo_gin .bg-color-6 {
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 50px;
    background: var(--darkColor);
}

.elite_lo_gin .form-section {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}

.elite_lo_gin .login-inner-form .form-group {
    margin-bottom: 25px;
}

.elite_lo_gin .login-inner-form .form-control {
    font-size: 15px;
    outline: none;
    color: #535353;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.elite_lo_gin .login-inner-form img {
    margin-bottom: 5px;
    height: 40px;
}

.elite_lo_gin .login-inner-form .form-box .form-control {
    float: left;
    width: 100%;
    padding: 13px 15px 13px 65px;
}

.elite_lo_gin .login-inner-form .form-box svg {
    position: absolute;
    left: 0;
    width: 50px;
    height: 40px;
    line-height: 50px;
    text-align: center;
    background: var(--yellowcolor);
    border-radius: 3px 0 0 3px;
    color: #fff;
    padding: 10px;
    fill: var(--darkColor);
}

.elite_lo_gin .info {
    color: #fff;
    margin: 0 117px 0 auto;
    text-align: right;
    max-width: 700px;
}

.elite_lo_gin .bg-img {
    top: 0;
    bottom: 0;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.elite_lo_gin .waviy {
    position: relative;
    -webkit-box-reflect: below -30px linear-gradient(transparent, rgba(0, 0, 0, .2));
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 70px;
}

.elite_lo_gin .waviy span {
    position: relative;
    display: inline-block;
    color: var(--darkColor);
    text-transform: uppercase;
    animation: waviy 1s infinite;
    animation-delay: calc(.1s * var(--i));
    font-family: 'Jost', sans-serif;
}

.elite_lo_gin .waviy span.color-yellow {
    color: var(--yellowcolor);
}

@keyframes waviy {

    0%,
    40%,
    100% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(-20px)
    }
}

.elite_lo_gin .info P {
    color: #535353;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0;
}

.elite_lo_gin .login-inner-form .forgot {
    margin: 0;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    float: right;
}

.elite_lo_gin .bg-photo {
    bottom: 0;
    position: absolute;
}

.elite_lo_gin .btn-theme {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
}

.elite_lo_gin .login-inner-form p {
    margin: 0;
    color: #e7e7e7;
}

.elite_lo_gin .login-inner-form p a {
    color: #e7e7e7;
}

.login-46 .login-inner-form .btn-theme.focus,
.btn-theme:focus {
    box-shadow: none;
}

.elite_lo_gin .logo {
    text-align: center;
    margin-bottom: 15px;
}

.elite_lo_gin .logo img {
    height: 25px;
}

.elite_lo_gin h3 {
    text-align: center;
    margin: 0 0 24px;
    font-size: 25px;
    color: #fea900;
    font-weight: 400;
}

.elite_lo_gin .form-check-input:checked {
    background-color: #fea900 !important;
    border-color: #fea900 !important;
}

.elite_lo_gin .login-inner-form .social-list {
    padding: 0;
    text-align: center;
}

.elite_lo_gin .login-inner-form .social-list li {
    display: inline-block;
}

.elite_lo_gin .login-inner-form .social-list li a {
    margin: 1px;
    font-size: 15px;
    font-weight: 400;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.elite_lo_gin .login-inner-form .social-list li a:hover {
    text-decoration: none;
}

.elite_lo_gin .login-inner-form .extra-login {
    float: left;
    width: 100%;
    margin: 25px 0;
    text-align: center;
    position: relative;
}

.elite_lo_gin .login-inner-form .extra-login::before {
    position: absolute;
    left: 0;
    top: 11px;
    width: 100%;
    height: 5px;
    background: var(--yellowcolor);
    content: "";
    border-radius: 100%;
}

.elite_lo_gin .login-inner-form .extra-login>span {
    width: auto;
    float: none;
    display: inline-block;
    background: var(--yellowcolor);
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-size: 15px;
    color: #e7e7e7;
    text-transform: capitalize;
}

.elite_lo_gin .login-inner-form .terms {
    margin-left: 3px;
}

.elite_lo_gin .bg-color-6:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 200px;
    top: 32%;
    left: 0px;
    background: #fff;
    clip-path: polygon(0 100%, 100% 50%, 0 0);
}

.elite_lo_gin .login-inner-form .checkbox {
    margin-bottom: 25px;
    font-size: 15px;
}

.elite_lo_gin .login-inner-form .form-check {
    margin-bottom: 0;
}

.elite_lo_gin .login-inner-form .form-check a {
    color: #e7e7e7;
}

.elite_lo_gin .login-inner-form .form-check-label {
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 15px;
    color: #e7e7e7;
}

.elite_lo_gin .btn {
    box-shadow: none !important;
}

.elite_lo_gin .btn-lg {
    padding: 0 50px;
    line-height: 50px;
}

.elite_lo_gin .btn-md {
    padding: 0 50px;
    line-height: 45px;
}

.elite_lo_gin .btn-primary {
    background: var(--yellowcolor);
}

.elite_lo_gin .btn-primary:hover {
    background: #de9503;
}

.elite_lo_gin .form-section a {
    text-decoration: none;
}

.elite_lo_gin .form-section .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    position: absolute;
    border: 1px solid #fbf1f1;
    border-radius: 0;
    background-color: #fbf1f1;
    margin-left: -22px;
    padding: 0;
}

.elite_lo_gin .login-inner-form .checkbox a {
    font-size: 15px;
    font-weight: 400;
    color: #e7e7e7;
}

.elite_lo_gin .form-section p {
    margin: 28px 0 0;
    font-size: 15px;
    color: #e7e7e7;
    font-weight: 400;
}

.elite_lo_gin .form-section p a {
    color: #e7e7e7;
}

.elite_lo_gin .facebook-bg {
    background: #4867aa;
}

.elite_lo_gin .facebook-bg:hover {
    background: #3b589e;
    color: #fff;
}

.elite_lo_gin .twitter-bg {
    background: #33CCFF;
}

.elite_lo_gin .twitter-bg:hover {
    background: #56d7fe;
}

.elite_lo_gin .google-bg {
    background: #db4437;
}

.elite_lo_gin .google-bg:hover {
    background: #dc4e41;
}
ul.login_ul li {
    width: 100%;
    color: #000;
    font-family: monospace;
    padding: 7px 0;
    font-size: 16px;
}
/** MEDIA **/
@media (max-width: 1200px) {
    .elite_lo_gin .info {
        margin: 0 50px;
    }

    .elite_lo_gin .waviy {
        font-size: 33px;
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .elite_lo_gin .bg-img {
        display: none;
    }

    .elite_lo_gin .login-inner-form .social-list li a {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .elite_lo_gin .bg-color-6 {
        padding: 30px 15px;
    }
}

.elite_lo_gin .login-inner-form label {
    color: var(--colorWhite);
}

/** Login 6 end **/

/* cart page */
.cart_sec tr:first-child {
    border-style: none;
}

.cart_sec tr {
    border-color: #e7e7e7;
}

.cart_sec td {
    border-style: none;
    vertical-align: middle;
    padding: 30px 0 !important;
}

.rts-cart-section .pretitle {
    font-size: 14px;
    color: #777777;
    font-weight: 500;
}

.rts-cart-section .product-title {
    font-size: 16px;
    font-weight: 500;
}

.rts-cart-section .product-price {
    color: #040404;
    font-size: 14px;
}

.cart_sec a,
span {
    display: inline-block;
}

.cart-edit {
    margin-right: 20px;
}

.rts-cart-section .cart-edit .quantity-edit {
    border: 1px solid #e7e7e7;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart-edit .quantity-edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 10px;
    border-radius: 5px;
    align-items: center;
}

.cart-edit .quantity-edit button {
    background: none;
    font-size: 0;
}

.cart-edit .quantity-edit button i {
    font-size: 16px;
    color: #d3d3d3;
}

.cart-edit .quantity-edit input {
    text-align: center;
    max-width: 55px;
    font-size: 16px;
    font-weight: 700;
    color: #040404;
    border: none;
    outline: none;
    background: transparent;
}

.cart-edit .quantity-edit button {
    background: none;
    font-size: 0;
}

.rts-cart-section .remove-btn {
    font-size: 14px;
    color: #777777;
    font-weight: 500;
}

.rts-cart-section .table-hover>tbody>tr:hover>* {
    box-shadow: none;
}

.rts-cart-section .coupon-apply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.rts-cart-section .coupon-apply .coupon-text {
    font-size: 18px;
    margin-right: 20px;
}

.rts-cart-section .coupon-apply .apply-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rts-cart-section .coupon-apply .apply-input input {
    width: 280px;
    border: 1px solid #e7e7e7;
    border-radius: 6px 0 0 6px;
    padding: 0 20px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rts-cart-section .coupon-apply .apply-input .apply-btn {
    padding: 0 40px;
    font-size: 16px;
    color: #fff;
    background: #EE403D;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 6px 6px 0;
}

.checkout-box .checkout-box-inner {
    padding: 40px;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    margin-bottom: 20px;
}

.checkout-box .checkout-box-inner .subtotal-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
}

.checkout-box .checkout-box-inner .subtotal-area .title {
    font-size: 16px;
    color: #777777;
}

.checkout-box .checkout-box-inner .subtotal-area .subtotal-price {
    font-size: 16px;
    font-weight: 700;
}

.checkout-box .checkout-box-inner .shipping-check .title {
    font-size: 16px;
    margin-bottom: 7px;
}

.checkout-box .checkout-box-inner .shipping-check .check-options {
    margin-bottom: 20px;
}

.checkout-box .checkout-box-inner .shipping-check .check-options .check-title {
    font-size: 14px;
    color: #777777;
}

.checkout-box .checkout-box-inner .shipping-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.checkout-box .checkout-box-inner .shipping-location span {
    font-size: 14px;
}

.checkout-box .checkout-box-inner .shipping-location span span {
    color: #EE403D;
}

.checkout-box .checkout-box-inner .total-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid #f1f1f1;
}

.checkout-box .checkout-box-inner .total-area .title {
    font-size: 16px;
    color: #777777;
}

.checkout-box .checkout-box-inner .total-area .total-price {
    font-size: 16px;
    font-weight: 700;
}

.checkout-box .continue-shopping {
    font-size: 16px;
    font-weight: 700;
}

.checkout-box .procced-btn {
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 700;
    background: #EE403D;
    color: #fff;
    border: 1px solid #EE403D;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.checkout-box .checkout-box-inner .form-group {
    display: block;
    margin-bottom: 10px;
}

.checkout-box .checkout-box-inner .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkout-box .checkout-box-inner .form-group label {
    position: relative;
    cursor: pointer;
}

.checkout-box .checkout-box-inner .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    background: #e3e3e3;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.form-group input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 4px;
    height: 8px;
    border: solid #040404;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.account {
    background-color: var(--yellowcolor);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

a.account svg {
    fill: var(--darkColor);
    filter: drop-shadow(1px 1px 1px #333);
}

.cart.action-item .cart-nav .cart-icon svg {
    fill: var(--darkColor);
    filter: drop-shadow(1px 1px 1px #333);
}

.header-action-items .cart .cart-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

.cart.action-item .cart-nav {
    margin: 0;
}

.cart .cart-nav .cart-icon {
    margin-right: 5px;
    position: relative;
}

.cart.action-item .cart-nav .cart-icon {
    background-color: var(--yellowcolor);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    padding: 0;
}

.cart.action-item .cart-nav .cart-icon .icon-dot {
    border-radius: 50%;
    background-color: red;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
    min-width: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    text-align: center;
    margin-top: -15px;
    right: -3px;
    color: var(--colorWhite);
}

.header-action-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_kk {
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 5px 0;
}

/* Card */
.card_box_sec {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
}

.card_box_sec:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card_box_sec .icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.card_box_sec h3 {
    font-size: 20px;
    color: #111827;
    margin-bottom: 10px;
}

.card_box_sec p {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.5;
}

.why-different {
    background-color: #f9fafb;
    position: relative;
}

.why-different .container {
    margin: 0 auto;
    text-align: center;
}

.why-different h2 {
    font-size: 36px;
    color: #1f2937;
    margin-bottom: 10px;
}

.why-different .subtitle {
    color: #6b7280;
    font-size: 18px;
    margin-bottom: 40px;
}

#section_process_plant {
    background: url(../images/process-plant.jpg) no-repeat center bottom;
    background-size: 100%;
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 850px;
}

/*
.milk-section {
  position: relative;
  height: 100vh;
  background: #e5f8ff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.milk-bottle {
    max-width: 350px;
    height: auto;
    z-index: 10;
    position: relative;
    transform: scale(1);
    transition: transform 0.5s ease;
    justify-content: center;
    display: flex;
    margin: auto;
    top: 24%;
}
.milk-bottle:hover {
  transform: scale(1.05);
}
 */
#section_breakfast_table {
    background: url(../images/breakfast-table.jpg) no-repeat center bottom #e4f9fb;
    background-size: 100%;
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 600px;
}

#section_breakfast_table .milk-bottle {
    max-width: 300px;
    height: auto;
    z-index: 10;
    position: relative;
    transform: scale(1);
    transition: transform 0.5s ease;
    justify-content: center;
    display: flex;
    margin: auto;
    top: 7%;
}

/* New Design */

#fanta {
    position: absolute;
    width: 20%;
    top: 37%;
    z-index: 2;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    left: 40%;
}
/* table */
#section8 {
    background: url(../images/a2bg.jpg) no-repeat center bottom;
    background-size: 100%;
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    #section8 h4 {
        color: #1f2f88;
        position: absolute;
        top: 35px;
        left: 50%;
        transform: translate(-50%, 0);
        font-size: 68px;
        line-height: 68px;
        text-align: center;
        font-weight: normal;
        margin: 0;
        width: 80%;
    }
    .all-section {
        position: absolute;
        width: 100%;
        top: 20%;
        left: 0;
        height: calc(100% - 20%);
        display: flex
;
        flex-wrap: wrap;
    }
    .all-section .left-section, .all-section .right-section {
        position: relative;
        width: 50%;
        height: 100%;
    }
        .all-section .block.a1 {
        position: absolute;
        top: -20px;
        left: 75px;
    }
    .all-section .block {
        animation: 1.5s indec infinite;
        -webkit-animation: 1.5s indec infinite;
    }
    .all-section .block.a2 {
        position: absolute;
        top: 40px;
        right: 175px;
    }
        .all-section .block.a3 {
        position: absolute;
        top: 220px;
        left: 235px;
    }
        .all-section .block.a4 {
        position: absolute;
        top: 350px;
        left: 45px;
    }
    .all-section .block.a5 {
        position: absolute;
        top: 415px;
        right: 215px;
    }
    .all-section .left-section, .all-section .right-section {
        position: relative;
        width: 50%;
        height: 100%;
    }
    .all-section .block.a6 {
        position: absolute;
        top: 50px;
        left: 245px;
    }
    .all-section .block.a7 {
        position: absolute;
        top: 70px;
        right: 55px;
    }
        .all-section .block.a8 {
        position: absolute;
        top: 270px;
        left: 320px;
    }
    .all-section .block.a9 {
        position: absolute;
        top: 380px;
        right: 50px;
    }
    .fp-tableCell {
    width: 100%;
    height: 100%;
}
    @keyframes indec {
        0% {
            transform: scale(1,1)
        }

        50% {
            transform: scale(0.8,0.8)
        }

        100% {
            transform: scale(1,1)
        }
    }

    @-webkit-keyframes indec {
        0% {
            transform: scale(1,1)
        }

        50% {
            transform: scale(0.8,0.8)
        }

        100% {
            transform: scale(1,1)
        }
    }
  .block:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 2px solid #233167;
    border-radius: 100%;
    padding: 30px;
    border-style: dotted;
    animation: spin 10s linear infinite;
}
@keyframes spin { 
  100% { 
    transform: rotateZ(360deg);
  }
}
.all-section .block img {
    padding: 15px;
}
/* App */

.phone_img_slider {
    background: url(https://mrdairy.in/img/subscribe-page-mobile.png) no-repeat left top;
    padding: 61px 56px 61px 35px;
    width: 344px;
    height: 644px;
    margin: 0 auto;
}
.phone_img_slider button.owl-next {
    display: none;
}
.phone_img_slider button.owl-prev{
    display: none;
}
.portfolio_1 {
    overflow: hidden;
    padding: 0;
    position: relative;
    height: 260px;
    background: url(https://ezytmtechnologies.com/Content/Images/Portfolio/screen-desktop-bg.webp) no-repeat center center;
    background-size: 395px 246px;
    padding: 0;
    display: flex
;
    justify-content: center;
}
.imf-cover {
    width: 289px;
    height: 205px;
    overflow: hidden;
    position: relative;
    top: 20px;
}
.port_S_short {
    width: 100%;
    height: 205px;
    overflow: hidden;
    position: absolute;
}
.port_S_short img {
    width: 100%;
}
.port_S_short:hover {
    bottom: 0;
    position: absolute;
    top: 0;
}
.port_S_short img:hover {
    transform: translateY(calc(-100% + 182px));
    transition: 4s ease-out;
}
.phone_app{
    position: relative;
}
.download-store {
    display: flex
;
    gap: 15px;
    margin: 15px 0;
}
.ppp_liyo {
    width: 390px;
    position: absolute;
    bottom: 76px;
    z-index: 9;
    left: 40%;
}
.download-store a {
    border-radius: 12px !important;
    background: #233167;
    padding: 5px;
}
.phone_app h2.title {
    font-weight: 700;
    padding: 0;
        margin-bottom: 20px;
    line-height: 120%;
    display: block;
    transition: all 0.5s ease-in-out;
    font-size: 57px;
}
.phone_app h2.title span {
    color: var(--yellowcolor);
}
.phone_app p.content {
    margin-bottom: 20px;
    font-size: 17px;
    letter-spacing: 0.1px;
    line-height: 30px;
    font-weight: 400;
}

/* Product Page */

.product-cart-wrap {
    position: relative;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    height: 100%;
}
.product-cart-wrap .product-img-action-wrap {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    max-height: 320px;
    padding: 25px 25px 0 25px;
}
.product-cart-wrap .product-img-action-wrap .product-img {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.product-cart-wrap .product-img-action-wrap .product-img a {
    overflow: hidden;
    display: flex;
}
.product-cart-wrap .product-img-action-wrap .product-img-zoom a img {
    transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
}
.product-cart-wrap .product-img-action-wrap .product-img a img {
    width: 100%;
        padding: 0 30px;
}
.product-cart-wrap .product-img-action-wrap .product-img-zoom a img {
    transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
}
.product-cart-wrap .product-img-action-wrap .product-img a img.hover-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s opacity, 0.25s visibility, transform 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.product-cart-wrap .product-action-1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    z-index: 9;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
}
.product-cart-wrap .product-img-action-wrap .product-action-1 {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #BCE3C9;
}
.product-cart-wrap .product-action-1 button, .product-cart-wrap .product-action-1 a.action-btn {
    width: 40px;
    height: 36px;
    line-height: 40px;
    text-align: center;
    position: relative;
    display: inline-block;
    border-right: 1px solid #BCE3C9;
}
.product-cart-wrap .product-action-1 button:before, .product-cart-wrap .product-action-1 a.action-btn:before {
    content: "";
    position: absolute;
    left: calc(50% - 7px);
    bottom: 100%;
    transition-delay: 0.1s;
    border: 7px solid transparent;
    border-top-color: #3BB77E;
    z-index: 9;
    margin-bottom: -13px;
    transition-delay: 0.1s;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    opacity: 0;
    visibility: hidden;
}
.product-cart-wrap .product-badges {
    display: flex
;
}
.product-cart-wrap .product-badges.product-badges-mrg {
    margin: 0 0 10px;
}
.product-cart-wrap .product-badges.product-badges-position {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 9;
}
.product-cart-wrap .product-badges span {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    border-radius: 15px 0 20px 0;
    color: #fff;
    padding: 9px 20px 10px 20px;
}
.product-cart-wrap .product-badges span:last-child {
    margin-right: 0px;
}
.product-cart-wrap .product-badges span.hot {
    background-color: #f59758;
}
.product-cart-wrap .product-badges span.new {
    background-color: #3BB77E;
}
.product-cart-wrap .product-content-wrap {
    padding: 0 20px 20px 20px;
}
.product-cart-wrap .product-content-wrap .product-category {
    margin-bottom: 5px;
}
.product-cart-wrap .product-content-wrap .product-category a {
    color: #adadad;
    font-size: 12px;
}
.product-cart-wrap .product-content-wrap h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.product-rate {
    background-image: url(https://nest-frontend-v6.vercel.app/assets/imgs/theme/rating-stars.png);
    background-position: 0 -12px;
    background-repeat: repeat-x;
    height: 12px;
    width: 60px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.product-rating {
    height: 12px;
    background-repeat: repeat-x;
    background-image: url(https://nest-frontend-v6.vercel.app/assets/imgs/theme/rating-stars.png);
    background-position: 0 0;
}
.product-cart-wrap .product-card-bottom {
    display: flex
;
    justify-content: space-between;
    margin-top: 15px;
}
.product-cart-wrap .product-content-wrap .product-price {
    padding-top: 5px;
}
.product-cart-wrap .product-content-wrap .product-price span {
    font-size: 18px;
    font-weight: bold;
    color: #3BB77E;
}
.product-cart-wrap .product-content-wrap .product-price span.old-price {
    font-size: 14px;
    color: #adadad;
    margin: 0 0 0 7px;
    text-decoration: line-through;
}
.product-cart-wrap .product-card-bottom .add-cart {
    cursor: pointer;
}
.product-cart-wrap .product-card-bottom .add-cart .add {
    position: relative;
    display: inline-block;
    padding: 6px 20px 6px 20px;
    border-radius: 4px;
    background-color: #DEF9EC;
    font-size: 14px;
    font-weight: 700;
    gap: 5px;
    display: flex;
}
.product-cart-wrap:hover {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #BCE3C9;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}
.product-cart-wrap:hover .product-img-zoom a img {
    transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
}
.product-cart-wrap:hover .product-img-action-wrap .product-img a img.hover-img {
    opacity: 1;
    visibility: visible;
}
.product-cart-wrap:hover .product-img-action-wrap .product-action-1 {
    opacity: 1;
    visibility: visible;
}