ul,
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: var(--primary-black);
    font-size: 15px;
    font-weight: 700;
}

/* a:hover{
    color:#AF6041 ;
} */

.anchorbutton {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--primary-black);
    color: var(--primary-white);
    border-radius: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.footer_img_con {
    color: white !important;
}

.fa-xmark {
    margin-top: 18px;
    margin-left: 265px;
    font-size: 40px;
}

.color_cart {
    color: yellow !important;
}

.header {
    width: 100%;
}

#btnsearch {
    border: none;
    background: none;
    outline: none;
}

#btnsearch i {
    color: white;
}

#btncart i {
    color: white;
}

.header_top {
    height: 30px;
    width: 100%;
    background-color: var(--primary-black);
}

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

.offer_con {
    color: #fff;
}

.logo_img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.header_social {
    height: 100%;
    display: flex;
    justify-content: flex;
    align-items: center;
}

.header_social a {
    /* display: block; */
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
}

.offer_con {
    line-height: 30px;
    font-size: 14px;
}

.header_top_con {
    width: 90%;
    margin: 0px auto;
}

.header_con {
    width: 90%;
    margin: 0px auto;
    height: 100px;
}

.header_bottom {
    height: 100%;
}

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

.header_menu,
.header_icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header_menu li {
    padding: 0px 15px;
    position: relative;
}

.header_menu li:first-child {
    padding-left: 0px;
}

.header_menu li:last-child {
    padding-left: 0px;
}

.header_icons li {
    margin-left: 20px;
}

.header_bottom {
    position: relative;
}

.header_logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    z-index: 0;
}

.header_top_con {
    position: relative;
}

.offer_con {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.open_button {
    padding: 0px;
    background: none;
    border: none;
    outline: 0px;
    cursor: pointer;
    font-size: 16px;
    position: relative;
}

.open_button span {
    position: absolute;
    display: block;
    height: 15px;
    width: 15px;
    background: var(--primary-black);
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700;
    line-height: 15px;
    top: -14px;
    right: -10px;
    color: var(--primary-white);
}

/* offset cart deaign */
.cart_header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    width: 90%;
    margin: 0px auto;
}

.cart_empty {
    width: 90%;
    margin: 0px auto;
    display: none;
}

.cart_pro_con {
    width: 90%;
    margin: 0px auto;
    height: calc(100vh - 180px);
    overflow-x: hidden;
    overflow-y: auto;
}

.cart_pro_checkout {
    height: 100px;
    background: #f5f5f5;
}

.cart_pro_slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

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

.cart_pro_image {
    height: 90px;
    width: 90px;
}

.cart_protitle_con {
    margin-left: 20px;
}

.cart_input_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 200px;
}

.cart_inc_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 10px;
    background: #f5f5f5;
    border-radius: 2px;
}

.cart_inc_con input {
    border: none;
    outline: 0px;
    background-color: transparent;
    width: 15px;
    text-align: center;
}

.cart_inc_con button {
    background: transparent;
    outline: 0px;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
}

.cart_total_price {
    position: relative;
    margin-right: 20px;
}

.cart_remove_button {
    position: absolute;
    right: -5px;
    bottom: -20px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.cart_remove_button button {
    border: none;
    color: #f00;
    border: none;
    outline: 0px;
    cursor: pointer;
    background: transparent;
    text-decoration: underline;
}

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

.cart_protitle_bottom span {
    display: block;
}

.cart_protitle_bottom span:last-child {
    margin-left: 20px;
}

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





.cart_empty_con {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.btnclose {
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    cursor: pointer;
    outline: 0px;
    border: none;
    font-size: 22px;
}

.cart_empty_title_top {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.cart_empty_title_bottom {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.cart_header_top_left {
    font-size: 17px;
    font-weight: 600;
}

.off_cart_con {
    height: 100vh;
    width: 400px;
    background: var(--primary-white);
    position: fixed;
    top: 0px;
    right: 0px;
    transform: translateX(50vw);
    -webkit-transition: all 549ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    -moz-transition: all 549ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    transition: all 549ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
}



.cart_pro_slider:hover .cart_remove_button {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.cart_pro_checkout_con {
    width: 90%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.cart_pro_checkout_left span {
    display: block;

}

.cart_pro_checkout_left span:first-child {
    color: var(--primary-gray);
    font-weight: 700;
}

.cart_pro_checkout_left span:last-child {
    color: var(--primary-black);
    font-weight: 700;
    font-size: 20px;
    margin-top: 7px;
}

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

.cart_pro_checkout_viewcart {
    margin-left: 50px;
}


/* Let's get this party started */
.cart_pro_con::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.cart_pro_con::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    border-radius: 3px;
}

/* Handle */
.cart_pro_con::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.cart_pro_con::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 0, 0, 0.4);
}

.cart_pro_slider:last-child {
    margin-bottom: 30px;
}


.cta {
    border: none;
    background: none;
    cursor: pointer;
}

.cta span {
    padding-bottom: 7px;
    letter-spacing: 2px;
    font-size: 14px;
    padding-right: 15px;
    text-transform: uppercase;
}

.cta svg {
    transform: translateX(-8px);
    transition: all 0.3s ease;
}

.cta:hover svg {
    transform: translateX(0);
}

.cta:active svg {
    transform: scale(0.9);
}

.hover-underline-animation {
    position: relative;
    color: black;
    padding-bottom: 20px;
}

.hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--primary-black);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.cart_pro_checkout_viewcart .anchorbutton {
    margin: 0px;
}

/* <!-- offset search  --> */
.search_con {
    height: 70px;
    width: 300px;
    background: var(--primary-white);
    position: fixed;
    top: 30px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    -webkit-box-shadow: 1px 8px 43px -11px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 1px 8px 43px -11px rgba(0, 0, 0, 0.24);
    box-shadow: 1px 8px 43px -11px rgba(0, 0, 0, 0.24);
    transform: translateX(400px);
    -webkit-transition: all 549ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    -moz-transition: all 549ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    transition: all 549ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
}

.cart-is-open {}

.search_con_input {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_con_input input {
    height: 100%;
    padding: 0px 10px;
    width: calc(100% - 60px);
    border: none;
    outline: 0px;
    font-family: var(--primary-text-font);
}

.search_con_input button {
    height: 40px;
    width: 40px;
    font-size: 23px;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    outline: 0;
    transition: transform 0.3s ease;
}

.search_con_input button:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.respomenu {
    position: fixed;
    width: 340px;
    height: 100vh;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--primary-white);
    transform: translate(-400px);
    -webkit-transition: all 549ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    -moz-transition: all 549ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    transition: all 549ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
}

.mrep_menu_con {
    width: 90%;
    margin: 0px auto;
}



.mrep_slide {
    height: calc(100vh - 157px);
    overflow-y: auto;
    overflow-x: hidden;
}

.mrep_menu_con_top span {
    display: block;
    margin-left: 50px;
    font-weight: 700;
    letter-spacing: 3px;
}

.mrep_slide li {
    padding: 20px 0px;
    border-bottom: 1px solid #f5f5f5;
}

.mrep_slide li a {
    display: block;
}

.mrep_menu_con_res_bottom {
    height: 70px;
}

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

.mrep_social a {
    margin-right: 10px;
    font-size: 17px;
}

.mrep_menu_con_top {
    height: 40px;
    border-bottom: 1px solid #f5f5f5;
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* hamburger design */
.header_humburger {
    position: absolute;
    top: 30px;
    left: 0px;
    display: none;
}

.position-fixed {
    position: fixed !important;
    top: 60px;
    left: 10px;
    z-index: 5;
}

.menubuttoncl {
    background: transparent;
    border: none;
    padding: 0px;
    margin: 0px;
}

.line {
    fill: none;
    stroke: var(--primary-black);
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}


@media screen and (max-width:1024px) {
    .header_humburger {
        display: block;
    }

    .header_menu {
        display: none;
    }

    .header_icons_respo_li {
        display: none;
    }

    .header_bottom {
        justify-content: flex-end;
    }

    /* cart offset */
    .off_cart_con {
        width: 90vw;
        transform: translateX(90vw);
    }

    /* .center{
        position: absolute!important;
        left: 50%!important;
        display: block!important;
    } */

}

@media screen and (max-width:768px) {
    .cart_pro_slider {
        align-items: flex-start;
        flex-direction: column;
    }

    .cart_input_price {
        margin-top: 20px;
    }

    .open_button span {
        display: none;
    }
}

@media screen and (max-width:500px) {
    .respomenu_search {
        display: none;
    }

}

@media screen and (max-width:550px) {
    .cart_pro_checkout_con {
        flex-direction: column;
        align-items: flex-end;
        position: relative;
    }

    .cart_pro_checkout_left {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-top: 15px;
    }

    .cart_pro_checkout_right {
        position: absolute;
        top: 10px;
        left: -5px;
    }

    .cart_pro_checkout_left {
        justify-content: space-between;
    }
}


.cart-is-open {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 549ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    -moz-transition: all 549ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    transition: all 549ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
    visibility: visible;
    z-index: 2;
}

.overlay-body {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;

}

.header_dropdown {
    position: absolute;
    width: 180px;
    top: 20px;
    left: 10px;
    z-index: 999999;
    padding-top: 40px;
    opacity: 0;
}

.header_dropdown_subcon {
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    padding: 25px 25px 25px 25px;
}

.header_dropdown li {
    padding: 0px !important;
    padding: 5px 0px !important;
}

.header_dropdown li a {
    display: block !important;
    color: var(--primary-white);
    font-weight: 400 !important;
    position: relative;
    transition: text-indent 0.2s ease-in;
}

.header_dropdown li a:hover {
    color: var(--primary-body);
    text-indent: 10px;
    transition: text-indent 0.2s ease-in;
    opacity: 1 !important;
}

.header_dropdown li a::before {
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    background: #D27F33;
    border-radius: 50%;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.1s ease-in;
}

.header_dropdown li a:hover::before {
    opacity: 1;
    transition: opacity 0.1s ease-in;
}

.menuli_header_dropdown:hover .header_dropdown {
    opacity: 1;
}

@media (max-width: 576px) {
    .footer {
        margin-top: 0px !important;
        padding: 0px 0px 0px 0px !important;
    }
}


@media screen and (max-width:10124px) {
    .mrep_slide {
        margin: 20px 0px !important;
    }

    .respo_header_dropdown {
        position: static !important;
        /* display: none !important; */
        opacity: 1 !important;
        padding-top: 0px !important;
        width: calc(100% - 40px) !important;
        background: transparent !important;
        display: none !important;
    }

    .respo_header_dropdown .header_dropdown_subcon {
        background: none !important;
        padding-bottom: 0px !important;
    }

    .respo_header_dropdown a {
        color: #000 !important;
    }

    .respo_header_dropdown li {
        border: 0px !important;
    }

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

    .respomenu {
        z-index: 99;
    }

    .position-fixed {
        z-index: 999 !important;
    }

    .off_cart_con {
        z-index: 99 !important;
    }
}


.cart-plus-minus-box {
    width: 40px;
}

.cart_demo_con {
    max-width: 400px;
    border: 1px solid #0f0;
}

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

.cart_con_slid_img {
    flex: 0 0 100px;
    max-width: 100px;
}

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

.cart_con_slid_right_bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
    gap: 20px;
    font-size: 15px;
}

.cart_con_slid_right_bottom input {
    height: 30px;
    width: 30px;
    border: 1px solid #f5f5f5 !important;
    text-align: center;
    border: none;
    outline: 0;
    overflow: hidden;
}


.cart_con_slid_img {
    position: relative;
}

.del_cart_btn {
    height: 100%;
    width: 80px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
    cursor: pointer;
    outline: 0;
    opacity: 0;
    transition: all 0.3s ease-in;
}

.del_cart_btn i {
    color: #f00;
    font-size: 30px;
}

.cart_con_slid:hover .del_cart_btn {
    opacity: 1;
    transition: all 0.3s ease-in;
}

.cart_pro_checkout_viewcart .anchorbutton {
    border-radius: 0px !important;
    padding: 5px 10px;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
}
.cart_con_slid_img a{
    display: flex;
    object-fit: cover;
}
.cart_con_slid{
    margin-bottom: 15px;
}

.wishlist_container .cart_pro_slide_img {
    flex: 0 0 40% !important;
    max-width: 40% !important;
}

.wishlist_title a{
    margin: 0px !important;
}

.line-through {
    color: #000 !important;
    text-decoration: line-through;
    margin-right: 10px;
}

.wishlist_price_subcon span {
   font-weight:  500 !important;
   font-size: 14px !important;
}

.whysubcon_slide{
    border: 1px solid #f5f5f5 !important;
}

.input_con textarea,.input_con input{
    border: 1px solid #f5f5f5 !important;
}
.header_con_bottom_menu li a{
    font-size: 16px !important;
}

.border_con{
    background: #f5f5f5 !important;
}

.header_con_top_con_right{
    /* gap: 15px; */
}
.header_wishlist{
    position: relative;
}
.color_cart{
    position: absolute;
    top: -10px;
    color: #FDE793 !important;
    padding: 2px !important;
    font-size: 12px !important;
    right: -10px !important;
}
.open_button .color_cart{
    top: -10px !important;
    background-color: transparent !important;
    font-size: 12px !important;
    font-weight: 700;
    right: -15px !important;
}

.exploremoretitle{
   width:85%;
   margin: 0px auto;
}

.what_icon{
    position: fixed;
    background-color: #25D366;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999996;
    text-shadow: .1em .1em 0 hsl(200 50% 30%);
    bottom: 20px;
    left: 20px;
    border-radius: 50%;
}
.what_icon i{
   font-size: 30px;
   color: white;

}
.header_con_top_con_right{
    display: flex;
    
    justify-content: flex-end;

}
.header_con_top_con_right i{
   color: white;
   font-weight: 100 !important; 
   padding-left: 6px;
}
.header_con_top_con_left{
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
}
.header_con_top_con_right{
    flex: 0 0 48% !important;
    max-width: 48% !important;
    width: 48% !important;
    padding: 0px !important;
    margin: 0px !important;
}
.header_con_top_con{
    padding: 10px 0px;
}
.ri-shopping-cart-line{
    font-size: 25px;
}
.ri-heart-fill{
    font-size: 25px;
}
.open_button{
    padding-right: 10px;
}
@media (max-width: 1040px) {
    .header_con_top_con_right{
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 0px !important;
        margin: 0px !important;
        text-align: center;
        justify-content: center;
    }
    .header_con_top_con_left{
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 0px !important;
        margin: 0px !important;
        text-align: center;
        padding-bottom: 10px !important;
    }
    .header_con_top_con{
     flex-direction: column !important;
     padding-top: 5px
    }
    .header_con_bottom_logo img{
        font-size: 50px;
    }
}

