/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

html,
body {
    overflow-x: hidden !important;
}

.webanchor {
    display: inline-block;
    width: 100%;
    margin: 0px auto;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #2C8840;
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
}

.cart_price_slide {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0px;
}

.cart_price_slide:last-child {
    border-bottom: 0px !important;
}

.cart_price_slide_right {
    text-align: right;
}

.cart_price_slide_left {
    width: unset !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.cart_mobile {
    padding: 0px !important;
}

.cart_price_slide div {
    font-weight: 500;
}

header.version_1 {
    background: #ffffff;
    position: relative;
    z-index: 9999999;
}

.main_header {
    padding: 10px 0px;
}


.main-menu>ul>li>a {
    padding: 0px 10px !important;
    font-size: 14px;
    text-transform: uppercase !important;
}

@media (max-width: 991px) {
    header .main_header #logo a img {
        height: 70px;
        width: auto;
        margin-right: 38px !important;
        margin-left: 0;
    }

    .mainheaderrow {
        width: 100% !important;
        justify-content: center !important;
        align-items: center;
    }

    header .main_header nav a.open_close {
        position: absolute;
        top: 40px;
        left: 15px;
    }

    header.version_1 .main_header ul.top_tools {
        position: absolute;
        top: 17px;
        right: 10px;
        width: 70px !important;
    }
}

/* terms and condition */
.mm-slideout {
    margin: 0px !important;

}

.termscon {
    margin-top: 50px;
}

.termscon h5 {
    font-size: 17px !important;
    font-weight: 600px !important;
    text-transform: capitalize !important;
}

.termscon li {
    font-family: "Lato", serif;
}

.termscon p {
    font-family: "Lato", serif;
    text-align: justify;
    color: #444;
}

.termscon p strong {
    color: #6A2326;
    font-weight: 700 !important;
    font-family: albelifont !important;
    letter-spacing: 2px;
}

.terms_contact {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 60px;
    margin-top: 0px;
}

.brandname {
    flex: 0 0 100%;
    max-width: 100%;
    color: #814e46;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    text-decoration: underline;

}

.termsslide_con {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.termsslide_con_ico {
    flex: 0 0 25px;
    max-width: 25px;
}

.shipping_con h4 {
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Lato", serif;
    font-weight: 600;
}

.termsslide_con_matter {
    flex: 0 0 calc(100% - 25px);
    max-width: calc(100% - 25px);
    font-size: 16px;
    line-height: 20px;
    margin-top: 4px;
}

.termsslide_con_ico i {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}

.termsslide_con_matter a {
    color: #444;
}

.lastupdated {
    font-size: 17px;
    color: #814e46;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

/* header design  */

.headernav_con {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66% !important;

}

.hrthrthrhrthr {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;

}

@media (max-width: 767px) {
    header.version_1 .main_header ul.top_tools {
        position: absolute !important;
        top: 20px !important;
        right: 30px !important;
        width: 72px;
    }
}

.main-menu ul,
.main-menu ul li,
.main-menu ul li a {
    padding: 10px 0px;
}

@media only screen and (max-width: 991px) {
    #header_menu img {
        height: unset !important;
        width: 70px !important;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu {
        width: 80%;
    
    }
}

.mobileview {
    display: none !important;
}

@media screen and (max-width:768px) {
    .desktopview {
        display: none !important;
    }

    .mobileview {
        display: block !important;
    }
}

.main_title h2 {
    margin-bottom: 20px;
    text-align: center;
}

.main_title p {
    font-size: 16px;
    text-align: center;
}

.box_contacts i {
    font-size: 20px;
}

.box_contacts a {
    display: block;
}

.address_slide {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.address_subcon {
    width: 400px;
    margin: 0px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
}

.addicon {
    flex: 0 0 40px;
    max-width: 40px;
}

.contact_form {
    border: 1px solid #c1af95;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px !important;
    padding: 40px !important;
    border-radius: 5px;
}

.addicon i {
    font-size: 22px;
    color: #6A2326;
}

.addimatter {
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    font-size: 16px;
    color: #555;
    font-family: "Lato", serif;
}

.address_slide {
    margin-top: 10px;
}



.btn_contact {
    background: #de3a5c;
    letter-spacing: 1px;
    font-size: 17px;
}

.btn_contact:hover {
    background: #814e46;
    color: #fff !important;
}

.dropcaps p {
    text-align: justify;
}

.post-content p {
    text-align: justify;
}

.box_feat h3 {
    padding: 5px 0px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
}

.main_title p {
    font-size: 16px;
    text-align: center;
    font-family: "Lato", serif;
}

.about_why_choose_title {
    font-weight: 800 !important;
    letter-spacing: 2px;
}

.about_why_choose_title {
    margin-bottom: 10px !important;
}

.aboutwhychoosecon {
    padding: 70px 0px;
}





.about_mission_vision_container {
    max-width: 1280px;
    margin: 0px auto;
    padding: 40px 15px;
    justify-content: space-between !important;
}

.about_mission_vision_container p {
    text-align: justify;
    font-family: "Lato", serif;
}

.about_mission_vision_con_col {
    flex: 0 0 48%;
    max-width: 48%;
}

@media screen and (max-width:992px) {
    .about_mission_vision_con_col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.about_mslide h5 {
    margin: 20px 0px;
    font-family: albelifont !important;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 2px;

}

.box_about p {
    text-align: justify;
    font-family: "Lato", serif;
}

.box_feat p {
    font-family: "Lato", serif;
}

.product_details {
    margin-bottom: 0px !important;
}

.productdetailsbutton {
    background-color: #de3a5c;
    height: 40px;
    width: 120px;
    color: #fff;
    border: none;
    border-radius: 3px;
}

.productdetailsbutton:hover {
    background-color: #814e46;
}

.product_wishlist {
    background: transparent;
    border: none;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_wishlist i {
    margin-right: 10px;
}

.all .slider-two .left-t,
.all .slider-two .right-t {
    display: none !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-bottom: 2px solid #de3a5c;
    color: #de3a5c;
    background-color: transparent;
}

.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.show .nav-link:hover {
    color: #814e46 !important;
}

.nav-link:hover {
    color: #814e46 !important;
}

.product_details_leave_review {
    height: 40px;
    width: 120px;
    background: #de3a5c;
    color: #fff !important;
    border: none;
    border-radius: 5px;
}

.product_details_leave_review:hover {
    height: 40px;
    width: 120px;
    background: #814e46;

}

.new_price {
    color: #de3a5c;
}

.feat ul li i {
    color: #de3a5c;
}

.shop_container {
    margin-bottom: 0px !important;
}

.toolbox.sticky {
    background-color: #de3a5c;
}

.a.btn_1,
.btn_1 {
    background: #de3a5c !important;
}

.a.btn_1:hover,
.btn_1:hover {
    background: #de3a5c !important;
    color: #fff !important;
}

a.btn_1.gray,
.btn_1.gray {
    background: #f0f0f0;
    color: #fff !important;
}

.old_price {
    margin-left: 5px;
}

.product_availity_check {
    width: 100%;
    margin-top: 30px;
}

.product_availity_check h2 {
    font-size: 18px !important;
}

.product_availity_check h2 i {
    margin-right: 10px;
    font-size: 18px !important;
}

.product_availity_check_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_availity_check_con input {
    height: 40px;
    width: 100%;
    padding: 0px 10px;
    border: none;
    outline: 0;
    display: inline-block;
    background-color: transparent;
}


.product_availity_check_con button {
    height: 100%;
    width: 130px;
    background: transparent;
    color: #de3a5c !important;
    border: none;
    outline: 0;
    border: none !important;
    border-radius: 2px;
    padding: 0px !important;
    margin: 0px !important;
    width: 70px;
    text-decoration: underline;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_add_to_cart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.product_wishlist {
    margin-left: 10px;
}

.product_wishlist_button {
    margin-left: 10px;
}

.sku_contaainer {
    margin-bottom: 10px
}

.prod_info {
    border-bottom: 0px;
}

.product_availity_check_con {
    border: 1px solid #f5f5f5;
    width: 400px;
}

.proshare {
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
    cursor: pointer;
}

.loader {
    width: 20px;
    height: 20px;
    border: 5px solid #de3a5c;
    border-bottom-color: #a0aa7c;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    display: none;
}

.estd {
    margin-top: 10px;
    font-weight: 600;
    color: #FF3333;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width:430px) {
    .btn_add_to_cart {
        flex-wrap: wrap;
    }

    .product_wishlist_con {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
        margin-left: 0px;
    }

    .product_wishlist {
        margin-left: 0px !important;
        margin-top: 20px !important;
        margin-bottom: 10px;
    }

    .address_subcon {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .price_main {
        text-align: left !important;
    }
}



.mobileview {
    display: none !important;
}

@media screen and (max-width: 600px) {

    .mobileview {
        display: block !important;
    }

    .destopview {
        display: none;
    }

}


.mobiletopslider {
    display: none !important;
    position: relative;
    z-index:0;
}


@media screen and (max-width:600px) {
    .mobiletopslider {
        display: block !important;
    }

    .desktoptopslider {
        display: none !important;
    }
}

.contain {
    background-size: contain !important;
}

#frmcontact .form-group label {
    color: #FF3333;
    font-weight: 600;
    font-size: 13px;
}

.grecaptcha-badge {
    z-index: 999999;
}

.blogdate {
    margin-bottom: 10px !important;
}

.latest_blog_title {
    display: block;
    margin-bottom: 5px;
}

.blog_empty {
    background-color: transparent;
    border: 1px solid #c1af95;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.blog_empty_con h5 {
    text-align: center;
}

.blog_empty_con p {
    text-align: center;
}

.leave_con {
    text-align: center;
}

.blog_comment_img {
    text-align: center;
}

button {
    letter-spacing: 2px !important;
}

.leave_con a {
    display: inline-block;
    height: 40px;
    width: 140px;
    background: #de3a5c;
    color: #fff;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
}

.leave_con a:hover {

    background-color: #814e46;
}

.table_cart_button {
    height: 40px;
    width: 120px;
    background: #de3a5c;
    color: #fff;
    border-radius: 2px;
    border: none;
    outline: 0px;
}


.table_cart_button:hover {
    background: #814e46;
    transition: all 0.5s;
}

.wishlist strong {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 700;
    width: 16px;
    height: 16px;
    text-indent: 0;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: -3px;
    line-height: 17px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #de3a5c;
    color: #fff !important;
}

.cart_page_con button {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
    border: none;
    outline: 0px;
}

.rightsection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rightsection .rotateicon {
    margin-left: 10px;
}

.pricetotal {
    font-weight: 700;
}

.buttoncheck {
    font-size: 15px;
    color: #000;

}

.acart_mobile {
    display: none;
}

.breadcrumbs {
    margin-top: 20px !important;
}

/* loader design */
.loaders {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    color: #ECF0F1;
    left: -100px;
    box-sizing: border-box;
    animation: shadowRolling 2s linear infinite;
}

@keyframes shadowRolling {
    0% {
        box-shadow: 0px 0 rgba(236, 240, 241, 0), 0px 0 rgba(236, 240, 241, 0), 0px 0 rgba(236, 240, 241, 0), 0px 0 rgba(236, 240, 241, 0);
    }

    12% {
        box-shadow: 100px 0 #ECF0F1, 0px 0 rgba(236, 240, 241, 0), 0px 0 rgba(236, 240, 241, 0), 0px 0 rgba(236, 240, 241, 0);
    }

    25% {
        box-shadow: 110px 0 #ECF0F1, 100px 0 #ECF0F1, 0px 0 rgba(236, 240, 241, 0), 0px 0 rgba(236, 240, 241, 0);
    }

    36% {
        box-shadow: 120px 0 #ECF0F1, 110px 0 #ECF0F1, 100px 0 #ECF0F1, 0px 0 rgba(236, 240, 241, 0);
    }

    50% {
        box-shadow: 130px 0 #ECF0F1, 120px 0 #ECF0F1, 110px 0 #ECF0F1, 100px 0 #ECF0F1;
    }

    62% {
        box-shadow: 200px 0 rgba(236, 240, 241, 0), 130px 0 #ECF0F1, 120px 0 #ECF0F1, 110px 0 #ECF0F1;
    }

    75% {
        box-shadow: 200px 0 rgba(236, 240, 241, 0), 200px 0 rgba(236, 240, 241, 0), 130px 0 #ECF0F1, 120px 0 #ECF0F1;
    }

    87% {
        box-shadow: 200px 0 rgba(236, 240, 241, 0), 200px 0 rgba(236, 240, 241, 0), 200px 0 rgba(236, 240, 241, 0), 130px 0 #ECF0F1;
    }

    100% {
        box-shadow: 200px 0 rgba(236, 240, 241, 0), 200px 0 rgba(236, 240, 241, 0), 200px 0 rgba(236, 240, 241, 0), 200px 0 rgba(236, 240, 241, 0);
    }
}


.notification[data-type="success"] {
    background: #DFF0D8;
    color: #2C8840;
}

.notification {
    font-weight: 600;
    margin-top: 10px;
    width: 100%;
    padding: 5px 15px;
    display: none;
    border-radius: 5px;
}

.notification[data-type="error"] {
    background: #F3D8DA;
    color: #6A2326;

}

.loginbutton {
    height: 40px;
    width: 100%;
    border: none;
    outline: 0;
    background: #de3a5c;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
}

.loaders {
    display: none;
}

.buttontext {
    display: block;
}


/* minicart design  */

.offset_cart {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999999999;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    transform: translateX(100vw);
    transition: transform 0.0s ease-in-out;
}

.offset_cart-x {
    transform: translateX(0vw);
    transition: transform 0.0s ease-in-out;
}

.offset_cart_con {
    width: 400px;
    background: #fff;
    height: 100vh;
    overflow: hidden !important;
    padding: 20px 30px;
    transform: translateX(400px);
    transition: transform 0.3s ease-in-out;
}

.offset_cart_con-x {
    transform: translateX(0px);
    transition: transform 0.3s ease-in-out;
}


/* wishlist open  */
.offset_wishlist {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999999999;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    transform: translateX(100vw);
    transition: transform 0.0s ease-in-out;
}

.offset_wishlist-x {
    transform: translateX(0vw);
    transition: transform 0.0s ease-in-out;
}

.offset_wishlist_con {
    width: 400px;
    background: #fff;
    height: 100vh;
    overflow: hidden !important;
    padding: 20px 30px;
    transform: translateX(400px);
    transition: transform 0.3s ease-in-out;
}

.offset_wishlist_con-x {
    transform: translateX(0px);
    transition: transform 0.3s ease-in-out;
}

/* end wishlist clasess  */



.cart_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart_header {
    height: 40px;
    width: 100%;

}

.cart_content {
    height: calc(100vh - 170px);
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden !important;
}

.cart_footer {
    height: 60px;
    width: 100%;
    border-top: 1px solid #c1af95;
}

.cart_slide {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
}

.cart_slide_img {
    height: 70px;
    width: 70px;
}

.cart_slide_img a {
    display: flex;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.cart_slide_img a img {
    padding: 4px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 2px;
    margin-left: 2px;
}

.cart_slide_matter {
    flex: 0 0 calc(100% - 95px);
    max-width: calc(100% - 95px);
    margin-left: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    font-family: "Lato", serif;
}

.cart_title {
    flex: 0 0 100%;
    max-width: 100%;
}

.cart_title a {
    font-size: 16px;
}

.cartplus {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f5f5f5;
    margin-top: 10px;
}

.cartplus button {
    width: 20px;
    font-size: 700;
    border: none;
}

.cartplus input {
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    border: none;
    text-align: center;
}

.cart_price {
    margin-top: 10px;
    margin-left: 20px;
    font-weight: 700;
}

.cart_title a {
    font-size: 15px;
    font-weight: 600;
    color: #de3a5c;
    font-family: "Lato", serif !important;
}

.cart_header {
    border-bottom: 1px solid #c1af95;
}

.cart_header h3 {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: albelifont !important;
}

.cart_header button {
    padding: 0px;
    margin: 0px;
    background: transparent;
    border: none;
    outline: 0;
}

.cart_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cart_footer span {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #555;
    padding: 10px 0px;
}

.cart_footer span strong {
    font-weight: 800 !important;
    color: #de3a5c;

}

.cart_footer a {
    display: block;
    flex: 0 0 48%;
    max-width: 48%;
    background: #de3a5c;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff !important;
    border-radius: 3px;
    font-weight: 700;

    letter-spacing: 1px;
}

.cart_footer a:hover {
    background: #814e46;
}




/* Customizing the scrollbar track */
.cart_content::-webkit-scrollbar {
    width: 2px;
    /* Width of the scrollbar */
}

/* Customizing the scrollbar track */
.cart_content::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* Background color of the track */
}

/* Customizing the scrollbar thumb (the draggable part) */
.cart_content::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Color of the scrollbar thumb */
    border-radius: 2px;
    /* Rounded corners */
}



/* Customizing the scrollbar thumb on hover */
.cart_content::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* Change color when hovered */
}

/* For WebKit-based browsers */
.cart_content::-webkit-scrollbar {
    width: 2px;
}

.cart_content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.cart_content::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 2px;
}

.cart_content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.wishlistbutton {
    margin-top: 10px;
}

.wishlistbutton button {
    background: #de3a5c;
    color: #fff;
    border: none;
    outline: 0px;
    font-family: albelifont !important;
    letter-spacing: 2px;

}


.wishlistbutton button:hover {
    background-color: #814e46;
}

.empty_cart {
    width: 100%;
}

.wishlist_main {
    background: #fff;
    padding: 20px 0px 50px 0px;
}

.wishlist_main a {
    width: 170px !important;
}

.emptycart_icon lottie-player {
    padding: 0px;
    margin: 0px;
    height: 200px;
}

.emptycart_title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.emptycart_content {
    font-size: 14px;
    text-align: center;
    padding: 15px 0px;
}

.emptycart_button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.emptycart_button a {
    height: 40px;
    width: 100%;
    background-color: #de3a5c;
    color: #fff;
    line-height: 40px;
    text-align: center;
    letter-spacing: 1px;
}

.emptycart_button a:hover {
    background: #814e46;
}

.item_shop {
    float: left;
    width: 65%;
    margin: 0px 0 0 10px;
    line-height: 1.3;
    font-weight: unset;
}

.item_cart {
    margin: 15px 0 0 10px !important;
}

.cart_delete {
    margin-top: 8px;
    margin-left: 20px;
}

.cart_delete button {
    background: transparent;
    cursor: pointer;
    border: none;
    outline: 0;
}

.cart_increase_con {
    border: 1px solid #c1af95;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart_increase_con button {
    width: 20px;
    height: 30px;
    border: none;
    outline: 0px;
    background-color: #c1af95 !important;
    color: #fff;
}

.cart_increase_con input {
    width: 50px;
    height: 30px;
    background: transparent;
    border: none;
    outline: 0;
    text-align: center;

}

.cart_increase_con {
    margin-top: 5px;
}

.flash-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 300px;
    z-index: 9999999999;
    /* Set a fixed width for the container */
}

.flash-message {
    position: relative;
    padding: 15px 20px;
    border-radius: 4px;
    color: white !important;
    font-size: 1em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    animation: slideIn 0.5s ease, fadeOut 0.5s ease 2.5s;
    overflow: hidden;
    width: 100%;
    /* Make sure the message takes full width of the container */
    word-wrap: break-word;
    max-height: 100px;
    /* Set a maximum height */
    overflow-y: auto;
    /* Allow vertical scrolling if needed */
}

.flash-message::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    animation: running-color 3s infinite;
}

@keyframes running-color {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.flash-message.success {
    background-color: #4caf50;
}

.flash-message.error {
    background-color: #f44336;
}

.flash-message.warning {
    background-color: #ff9800;
}

.flash-message.info {
    background-color: #2196f3;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.form-group textarea {
    height: 100px;
    width: 100%;
    resize: none;
    padding: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dddddd;
}

.form-group textarea:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
}

.chk_coupon_input input {
    height: 35px;
    padding: 0px 10px;
    width: 100%;
    border: 1px solid #ddd;

}

.chk_coupon_input input:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
}

.chk_coupon button {
    height: 35px;
    width: 130px;
    background: #de3a5c;
    color: #fff !important;
    border: none;
    outline: 0;
    border-radius: 2px;
    display: inline-block;
    margin-top: 10px;
}

.chk_coupon button:hover {
    background: #814e46;
}

.orderplacebutton {
    height: 35px;
    width: 100%;
    background: #de3a5c;
    color: #fff;
    border: none;
    outline: 0px;
}

.orderplacebutton:hover {
    background: #814e46;
}

.form-group label {
    color: #f00;
    font-size: 13px !important;
}

.version_1 {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
}

#cart_container .options button {
    padding: 0px;
    margin: 0px;
    border: none;
    outline: 0px;
    color: #f44336;
    background: transparent !important;
}

.hcehjcejhvev {
    font-size: 10px;
    font-weight: 700;
    width: 16px;
    height: 16px;
    text-indent: 0;
    display: block;
    text-align: center;
    position: absolute;
    left: 8px;
    bottom: 10px;
    line-height: 1.6 !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #8DA337;
    color: #fff !important;
}




/* bulk enquiry  */
.input_con {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
}

.input_50 {
    flex: 0 0 48%;
    max-width: 48%;
}

.input_100 {
    flex: 0 0 100%;
    max-width: 100%;
}

.bulk_con {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0px;
}

.bulk_subcon {
    width: 600px;
    padding: 0px 20px;
    border: 1px solid #c7c7c7;

}

.input_con label,
.input_con input {
    display: block;
}

.input_con input {
    height: 40px;
    padding: 0px 10px;
    width: 100%;
    border: 1px solid #f5f5f5;
    outline: 0;
}

.bulk_top {
    border-bottom: 1px solid #c7c7c7;
    padding: 40px 0px 0px 0px;
}

.bulk_top h3 {
    font-size: 25px;
    font-weight: 700;
    color: #648E44;
}

.bulk_top p {
    font-size: 14px;
}

.input_con textarea {
    height: 80px;
    width: 100%;
    resize: none;
    padding: 10px;
    border: 1px solid #f5f5f5;
    outline: 0;
}

.input_con button {
    display: block;
    margin: 0px auto;
    margin-bottom: 70px;
    height: 40px;
    width: 130px;
    color: #fff;
    letter-spacing: 1px;
    background: #de3a5c;
    transition: all 0.5s ease-in;
    border-radius: 2px;
    border: none;
}

.input_con button:hover {
    background-color: #814e46;
}

main {
    margin-bottom: 0px !important;
}

@media screen and (max-width: 650px) {
    .bulk_subcon {
        width: 80%;
        margin: 0px auto;
    }

    .input_con {
        flex-wrap: wrap;
    }

    .input_50 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.input_con label.error {
    color: #f44336;
}

#frmbulkenquiry figure {
    margin: 0px !important;
}

.button-bulkenquiry button {
    height: 30px;
    width: calc(100% - 90px);
    background: #007970;
    color: #fff;
    border: none;
    margin-top: 0px;
}

.button-bulkenquiry {
    margin-bottom: 10px;
}

#frmbulkenquiry a {
    font-size: 16px !important;
}

.bulkenquirycon {
    height: 30px;
    width: 80px;
    padding: 0px 5px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    cursor: pointer;
}

.bulkenquirycon input {
    width: calc(100% - 15px);
    background: transparent;
    border: none;
    outline: 0;
    cursor: pointer;
}

.bulkenquirycon span {
    text-align: right;
}

.bulkenquirycon_drop {
    position: absolute;
    top: 100%;
    background-color: #fff !important;
    width: 100%;
    left: 0px;
    padding: 5px 0px;
    display: none;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
    z-index: 999999;

}

.bulkenquirycon_drop li {
    list-style: none;
    font-size: 13px;
    cursor: pointer;
    padding: 2px 0px;
}


.button-bulkenquiry {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.produtsbulkenquirycon {
    position: fixed;
    content: "";
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
    left: 0px;
    top: 0px;
    z-index: 99999 !important;
    display: flex;
    justify-content: flex-end;
    transform: translateX(100%);
    transition: transform 0.1s ease-in;
}

header.version_1 {
    z-index: 1 !important;
}

main {
    z-index: unset;
}

.bulkenquiry_subcon {
    width: 600px;
    height: 100vh;
    background: #fff !important;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}

#frmbulkenquirypopup {
    padding: 0px 40px;
}

.product_overview {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 40px;
    margin-top: 30px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.product_overview_img {
    height: 80px;
    flex: 0 0 80px;
    max-width: 80px;
}

.sizeproductitle_con {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    margin-left: 20px;
}

.sizeproductitle_con_title {

    font-size: 17px;
}

.sizeproductitle_con_size {
    color: #648E44;
    font-weight: 700;
}

.product_overview_close {
    padding: 0px 40px;
    text-align: right;
    margin-top: 30px;
}

.bulkmain {
    background-color: #fff !important;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
    padding: 70px 0px !important;
}

.bulkmain lottie-player {
    height: 300px !important;
}

.product_overview_close button {
    border: none;
    background: transparent;
    color: #f00;
    font-size: 30px;
}

.product_overview_close {
    display: flex;
    justify-content: space-between;
    align-content: center;

}

.product_overview_close span {
    line-height: 40px;
    font-size: 20px;
    /* text-decoration: underline; */
    color: #648E44;
    font-weight: bold;
}

.bulkenquiry-title h3 {
    text-align: left;
    width: 100%;
    padding: 10px 0px;

}

.product-details-pack-off {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.product-details-pack-off span {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.product-details-pack-off button {
    padding: 5px 20px;
    border-radius: 50px;
    border: 1px solid #181818;
    background: transparent;
    margin-right: 10px;
}

.product-details-pack-off-active {
    background-color: #121212 !important;
    color: #fff;
}

.product-details-pack-off-margin {
    margin-top: 25px;
    margin-bottom: 30px;
}

.vjvvhdvbvbjhv {
    width: 230px !important;
}


@media (max-width: 600px) {
    .ehrthrthrthhtht {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin: 30px 0px;

    }
}



.product-variation-button {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 50px;
    border: 1px solid #181818;
    background: transparent;
    margin-right: 10px;
}

.packoffbuttons_titls {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.product_details_con_review_button {
    display: inline-block;
    height: 40px;
    width: 130px;
    background: #814e46;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin: 0px auto;
}


/* index design */
.indexcon_slider {
    padding: 70px 0px 130px 0px;
}

.indexcon_slider video {
    position: static !important;
}

.indexcon_slider_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0px auto;
}

.indexcon_slider_slider {
    flex: 0 0 calc(90% / 6);
    max-width: calc(100% / 6);
}

@media screen and (max-width: 1024px) {
    .indexcon_slider_con {
        flex-wrap: wrap;
        gap: calc(35% / 3);
    }

    .indexcon_slider_slider {
        flex: 0 0 calc(65% / 3);
        max-width: calc(65% / 3);
    }

    .indexcon_slider_slider:nth-child(1),
    .indexcon_slider_slider:nth-child(2),
    .indexcon_slider_slider:nth-child(3) {
        margin-bottom: 150px;
    }

}

@media screen and (max-width: 768px) {
    .indexcon_slider_con {
        flex-wrap: wrap;
        gap: calc(20% / 3);
    }

    .indexcon_slider_slider {
        flex: 0 0 calc(80% / 3);
        max-width: calc(80% / 3);
    }
}

@media screen and (max-width: 600px) {
    .indexcon_slider_con {
        flex-wrap: wrap;
        gap: calc(20% / 2);
    }

    .indexcon_slider_slider {
        flex: 0 0 calc(80% / 2);
        max-width: calc(80% / 2);
    }

    .indexcon_slider_slider:nth-child(4) {
        margin-bottom: 150px;
    }
}

@media screen and (max-width: 475px) {
    .indexcon_slider_con {
        flex-wrap: wrap;
        gap: calc(20% / 2);
    }

    .indexcon_slider_slider {
        flex: 0 0 calc(70% / 2);
        max-width: calc(70% / 2);
    }

    .indexcon_slider_slider:nth-child(1),
    .indexcon_slider_slider:nth-child(2),
    .indexcon_slider_slider:nth-child(3),
    .indexcon_slider_slider:nth-child(4) {
        margin-bottom: 200px;
    }

    .video_product_button button {
        font-size: 12px !important;
    }
}







.video_product_img {
    height: 60px;
}

.indexcon_slider_slider_video {
    position: relative;
}

.video_product {
    position: absolute;
    top: 85%;
    left: 0px;
    width: 100%;
}

.video_product_img,
.video_product_title,
.video_product_price {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.video_product_img img {
    height: 60px;
    width: 60px;
}

.video_product_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    padding: 10px 0px;
}


.video_product_button {
    margin-top: 10px;
    border-radius: 5px;
    text-align: center;
}

.video_product_button button {
    background: #de3a5c;
    color: #fff;
    border: 0px;
    outline: 0px;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 700;
    letter-spacing: 0.5 !important;
    border-radius: 2px !important;
}

.webtitle_title {
    margin-top: 50px;
}

.webtitle_title h2 {
    color:#000 !important;
    font-family: "Lato", serif !important;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 700;
}

.webtitle_title p {
    font-family: albelifont !important;
    font-size: 30px;
    margin-top: 0px !important;
    font-weight: 600;
    color: #df4867;
    letter-spacing: 2px;
}

.index_sec1 {
    position: relative;
    background: #ff0;
    width: 100%;
}

.index_videocon {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.index_sec1_con,
.index_sec1_con_right {
    z-index: 2 !important;
}

/* section one */
/* .index_sec1 {
    position: relative;
    background: url('../assets/img/cloud-forest-landscape.jpg') center/cover no-repeat;
    z-index: 1;
} */
.index_sec1 {
    padding-bottom: 180px;
}

.index_sec1_con {
    width: 85%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.index_sec1_con_left {
    flex: 0 0 300px;
    max-width: 300px;
}

.index_sec1_con_right {
    flex: 0 0 calc(100% - 400px);
    max-width: 0 0 calc(100% - 400px);
}

.index_sec1_con_right_title_div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.index_sec1_con_right_title_div_ab {
    font-size: 3vw;
    line-height: unset !important;
}

.index_sec1_con_right_title_div_img {
    width: 250px;
}

.index_sec1_con_right_title {
    padding: 40px 0px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}


.index_sec1_con_right_button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_sec1_con_right_button a {
    display: block;
    width: 130px;
    background: #fff !important;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.index_sec1_con_left_img {
    position: relative;
}

.index_sec1_con_left_img span {
    position: absolute;
    display: block;
    font-size: 65px;
    font-weight: 600;
    color: #fff;
    writing-mode: vertical-rl;
    left: -70px
}

.index_sec1_con_right_title_div_img2 {
    width: 200px;
}

.index_sec1_con_right_title_div {
    flex-wrap: wrap;
}

.index_sec1_con_right_title {
    color: #fff !important;
}

.index_sec1_con_right_title_div_ab span {
    color: #fff;
    font-size: 70px;
}

.index_sec1_con_right_title_div_ab {
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
}

.index_sec1_con_right_title_div_ab span:last-child {
    display: block;
    margin-top: -30px;
}

.index_section5_con {
    width: 85%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_section5 {
    padding: 70px 0px;
    width: 100%;
}

.index_section5_con_left {
    flex: 0 0 48%;
    max-width: 48%;
}

.index_section5_con_right {
    flex: 0 0 48%;
    max-width: 48%;
}

.index_section5_con_left_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_section5_con_left_img {
    flex: 0 0 48%;
    max-width: 48%;
}

.index_section5_con_left_img:first-child {
    margin-top: -40px;
}

.index_section5_con_right_title21 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.index_section5_con_right_title22 {
    font-size: 40px;
    line-height: 40px !important;
    padding: 20px 0px;
}

.index_section5_con_right_title2 p {
    font-family: "Lato", serif;
    text-align: justify;
    color: #555;
}

.index_section5_con_right_title2_a a {
    display: block;
    height: 40px;
    width: 130px;
    background: #de3a5c;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
}

.index_section5_con_right_title22 {
    color: #6A2326;
    font-weight: 600;
    letter-spacing: 2px;
}

.index_section6_con {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_section6_con_left {
    flex: 0 0 48%;
    max-width: 48%;
}

.index_section6_con_right {
    flex: 0 0 48%;
    max-width: 48%;
}

.index_videocon {
    display: flex;
    object-fit: cover;
}

/* .about_con_slide{
    height: 500px;
    width: 100%;
    background: url('../assets/img/indexbanner.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden !important;
} */

.contactpagep1 {
    font-weight: 600 !important;
    font-size: 25px !important;
    font-family: albelifont;
    letter-spacing: 1px;
    color: #6A2326;
}

.ingredient img {
    width: 70px !important;

}

.emptycart_title {
    color: #555;
    font-weight: 700;
    font-family: albelifont !important;
    font-size: 30px !important;
    letter-spacing: 2px;
}

.emptycart_content {
    font-family: "Lato", serif;
}

.emptycart_button a {
    font-weight: 600;
    letter-spacing: 2px;
}

.wishlist_main {
    background-color: transparent;
    border: 1px solid #c1af95;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.grid_item a h3 {
    color: #6A2326 !important;
    font-family: albelifont !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
}

.price_box {
    margin-top: 5px;
}

.price_box span {
    font-size: 16px;
    font-weight: 800;
    font-family: "Lato", serif;

}

.new_price {
    color: #de3a5c !important;
}

.old_price {}

.main-menu>ul>li>a {
    font-size: 14px;
    font-weight: 700 !important;
    font-family: "Lato", serif !important;
}

.version_1 {
    padding: 20px 0px !important;
    color: #F1DABA !important;
}

.cartheader {
    flex: 0 0 80px !important;
    width: 80px !important;
    max-width: 80px !important;

}

.cartheader ul {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}

.hrthrthrhrthr {
    justify-content: space-between !important;
}

.footerAbout_title {
    color: #fff !important;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 20px;
}

footer h3 {
    color: #fff !important;
    letter-spacing: 2px;
    font-weight: 600;
}

footer .links ul li a {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
}

.footer_quick_link {
    max-width: 200px;
    margin-left: 10px;
}

.footer_manage_menu {
    justify-content: space-between;
    align-items: flex-start;
}

footer .follow_us h5 {
    margin: 0px;
    padding: 0px;
}

.additional_links {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
}

a.box_news h4 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
}

.blogdate {
    font-family: "Lato", serif;

}

a.box_news ul li {
    color: #555 !important;
    font-weight: 600 !important;
}

a p {
    font-family: "Lato", serif !important;
    color: #555 !important;
}

#brands.owl-carousel .owl-item img {
    width: 80px !important;
}

.video_con {
    position: relative;
}

.video_con_subcon {
    position: absolute;
    left: 8%;
    top: 40px;
    width: 550px;
}

.video_con_subcon_title {
    font-weight: 600;
    font-size: 14px;
    font-family: "Lato", serif;
    text-transform: uppercase;
}

.video_con_subcon_title2 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 50px;
    padding: 20px 0px;
    color: #de3a5c;
}

.video_con_subcon_content {
    font-family: "Lato", serif;
    color: #555;
}


a.box_news figure figcaption {
    background: #de3a5c;
    font-weight: 700;
    font-family: "Lato", serif;
}

.aboutwhychoosecon h3 {
    /* color: #555 !important; */
    margin-top: 20px;
}

.aboutwhychoosecon h3 p {
    color: #555 !important;
}

.dhvcjhedvcjehvev .col-md-6 {
    margin-top: 30px !important;
}

.box_feat p {
    color: #555 !important;
}

.aboutwhychoosecon {
    padding: 0px !important;
}

.aboutwhychoosecon {
    padding-bottom: 90px !important;
}

.box_about h2 {
    font-weight: 700;
    letter-spacing: 2px;
}

.box_about p {
    margin-top: 30px !important;
    color: #555;
}

.video_product_button button {
    text-transform: uppercase !important;
}

.cart_footer span {
    flex: 0 0 100%;
    max-width: 100%;
}

.cart_footer span strong {
    margin-right: 10px;
}

a.btn_1:hover,
.btn_1:hover {
    color: #fff !important;
}

.calculationnotice,
.calculationnotice strong {
    font-size: 14px !important;
    font-weight: 700 !important;
    text-align: left !important;
    padding: 10px 0px;

}

.calculationnotice {
    border-top: 1px solid #c1af95;
    border-bottom: 1px solid #c1af95;
    margin-top: 20px;
}


@media screen and (max-width: 768px) {
    .index_section5_con {
        flex-direction: column;
    }

    .index_section5_con_left,
    .index_section5_con_right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .index_section5_con_right {
        margin-top: 50px;
    }

    .index_section5 {
        padding-bottom: 0px;
    }
}

.video_con {
    display: flex;
    object-fit: cover;
}

.video_con video {
    position: static;
    background-size: cover;
}



.video-background-mobile {
    display: none;
}

@media screen and (max-width:768px) {
    .video-background-mobile {
        display: block;
    }

    .video-background-desktop {
        display: none;
    }

}

@media screen and (max-width: 650px) {
    .video_con_subcon {
        width: 90%;
    }
}


@media screen and (max-width: 500px) {
    .video_con_subcon_title2 {
        font-size: 20px !important;
        line-height: 22px;
    }
}

@media (max-width:768px) {
    header .main_header #logo a img {
        height: 40px;
        width: auto;
        margin-right: 0px !important;
        margin-left: 0;
    }

    header.version_1 .main_header ul.top_tools {
        top: 5px !important;
    }

    header .main_header nav a.open_close {
        position: absolute;
        top: 25px;
        left: 15px;
    }
}

@media screen and (max-width:768px) {
    .footerAbout_logo {
        margin-top: 50px;
    }

    .footer_quick_link {
        max-width: 100% !important;
    }
}
.coupon_show{
    position:relative ;
    z-index:0;
}

.coupon_show_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*width: 80%;*/
    margin: 0px auto;
    padding: 50px 0px;
    
}

.coupon_show_con_right {
    flex: 0 0 55%;
    max-width: 55%;
}

.coupon_show_con_left {
    flex: 0 0 40%;
    max-width: 40%;
}

.coupon_show_con_left_title1 {
    font-family: "Lato", serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #000000;
}

.coupon_show_con_left_title2 {
    font-size: 40px;
    font-weight: 700;
     letter-spacing: 1px; 
    color: #de395b;
    line-height: 45px;
    margin-top: 20px;
}

.coupon_slide {
    border: 1px solid #c1af95;
    padding: 20px 20px 60px 20px;
    border-radius: 5px;
    position: relative;
}

.coupon_slide_details {
    color: #de3a5c;
    font-weight: 600;
    font-family: "Lato", serif;
    text-align: center;
}

.coupon_slide_coupon {
    position: absolute;
    height: 25px;
    background: #555;
    bottom: 20px;
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
    color: #fff;
    border-radius: 100px;
    text-align: center;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family:"Lato", serif;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media screen and (max-width:900px) {
    .coupon_show_con{
        flex-direction: column;
        align-items: flex-start;
    }
    .coupon_show_con_left{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .coupon_show_con_right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .coupon_show_con_right{
        margin-top: 30px;
    }
    .coupon_show_con_left_title2{
        font-size: 30px;
        line-height: 30px;

    }
}

.owl-carousel,.btn-whatsapp-pulse {
    z-index:0;
}

@media (max-width: 500px) {
    header .main_header #logo a img {
        height: 30px;
        width: auto;
        margin-right: 0px !important;
        margin-left: -30px !important;
        
    }
}


@media only screen and (max-width: 991px) {
    #header_menu img {
        height: unset !important;
        width:  140px !important;
    }
}



.webpage_loder{
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.8);
    position:fixed;
    z-index: 999999;
    display: none;
}

.checkout_loader {
    color: #FFF;
    display: inline-block;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    letter-spacing: 4px;
    box-sizing: border-box;
    
  }
  .checkout_loader::before {
    content: '';  
    position: absolute;
    right: 15px;
    top: 12px;
    height: 9px;
    width: 2px;
    background: currentColor;
    box-sizing: border-box;
  }
  .checkout_loader::after {
    content: '';  
    width: 2px;
    height: 2px;
    background: currentColor;
    position: absolute;
    right: 15px;
    top: 8px;
    box-sizing: border-box;
    animation: animloader 0.6s ease-out infinite alternate;
  }
  
  @keyframes animloader {
    0% {
      top: 8px;
      transform: rotate(0deg) scale(1);
    }
    100% {
      top: 0px;
      transform: rotate(180deg) scale(1.5);
    }
  }

  .form-control{
    font-family: "Lato", serif;
}

.form-group textarea{
   font-family: "Lato", serif;
}

.video_product_title a{
    color: #de3a5c !important;
}
.pagination__wrapper{
        border-top: 1px solid #c1af95;
}
.regularprice{
    font-weight:700;
}
.video_product_title{
      letter-spacing:2px;
}
.prod_info ul li, .prod_info p{
    
    font-weight:  700;
    color: #555;
    font-family:"Lato", serif;
}
.prod_info ul li strong{
    font-weight: 700;
}
.main_title_con{
    z-index:0;
}
.footerAbout_title{
    font-family: "Lato", serif;
}

.pricing_content  h3{
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
}


.header_Coupon{
    padding: 5px 0px;
    width:100%;
    background: #de3a5c;
}

.header_Coupon_subcon{
    width: calc(100% - 40px);
    margin: 0px auto;
}
.header_coupon_slide{
    text-align: center;
    color: #fff;
    font-weight:700;
    letter-spacing: 2px;
}
.header_coupon_slide span{
    font-family: "Lato", serif;
    font-size:13px;
    border-bottom:1px dashed #fff;
    margin-left:10px;
}

.index_addtocart button{
    background: #de3a5c;
    color: #fff;
    border: 0px;
    outline: 0px;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 700;
    letter-spacing: 0.5 !important;
    border-radius: 2px !important;
    text-transform:uppercase;
}
.index_addtocart button:last-child(){
    width: 40px;
    height:40px;
}
.track_con{
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../assets/img/faqsbanner.jpg') !important;
    background-size: cover !important;
    background-position: right center !important;
}











