/*
Theme Name: loouk
Theme URI: https://loouk.com/
Author: Raihan Reza
Author URI: https://elvirainfotech.com
Description: Fully Dynamic WordPress E-commerce Bootstraped Responsive Theme
Tags: Boostrap, Blog, Woocommerce, ACF, custom-background, custom-colors, custom-logo, custom-menu, featured-images, customizied-template,
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Loouk
This theme, like WordPress, is licensed under the GPL.
*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --grey:#E5E5E5;
    --primary-color: #20201F;
   --blue:#20201F;
    --white: #ffffff;
    --bg-color:#F4FAFF;
    --primary-font:"Outfit", sans-serif;
    --secondary-font: "Inria Serif", serif;
    --font1: "Glory", sans-serif;
}
body{
    margin: 0;
    padding: 0;
    font-family: var(--primary-font);
	overflow-x:hidden

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}
img{
    max-width: 100%;
}
li {
    list-style: none;
    display: inline-block;
}

h1,h2,h3,h4,h5,h6,p {
    padding: 0;
    margin: 0;
}

ul,ol {
    padding: 0;
    margin: 0;
}
p{
    font-size: 16px;
    font-weight: 400;
}


/*---------Desktop Menubar-------------*/
.nav-menu{
    padding: 20px 0;
    position: relative;
}
.menubar{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.menu{
    text-align: center;
}
.menu ul li a{
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: white;
    margin: 0px 18px;
    padding: 3px 0;
    display: inline-block;
    transition: all .4s ease-in-out;
    /* border-bottom: 1px solid #fff; */
    position: relative;
}
.menu ul li a:after{
    content: "";
    width: 0%;
    height: 1px;
    background: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease-in-out;
}
.default-page p{font-size: 16px;}
.default-page.non-woocommerce a{
    color:  var(--primary-color);
}
.default-page.non-woocommerce a:hover{
color: black;
}
.default-page.non-woocommerce ul{
    list-style-type: disc;
}
.default-page.non-woocommerce ul li{display: list-item;width: 100%;margin-left: 20px;
    width: 100%;
    list-style-position: inside;
    list-style: disc;}
.default-page.non-woocommerce h1, .default-page.non-woocommerce h2, .default-page.non-woocommerce h3, .default-page.non-woocommerce h4,.default-page.non-woocommerce h5,
.default-page.non-woocommerce h6{margin-bottom: 20px;}
.default-page.non-woocommerce  ul{margin: 20px 0px;}
.menu ul li a:hover{
    /* border-color: var(--primary-color); */
    /* color: var(--primary-color); */
}
.buddy.active .status{
display: none;
}
.buddy.active.rotate-left .status, .buddy.active.rotate-right .status{
display: block;
}
.menu ul li a:hover::after{
    width: 100%;
}

.menu ul li a.active::after{
    width: 100%;
}
.menu-icon-box ul li a i{
    font-size: 14px;
    color: white;
    margin: 0px 7px;
    transition: all .3s ease-in-out;
}
.menu-icon-box ul li a:hover i{
    color: var(--primary-color);
}

/*-------Mobile Menubar----------*/


.mobile-toggle span{
    background: var(--primary-color);
    height: 2px;
    display: block;
    width: 27px;
    position: relative;
    transition: all 0.5s;
}
.mobile-toggle span:nth-child(2) {
    margin: 7px 0;
}
.mobile-toggle.menu-open span:first-child {
    transform: rotate(47deg) translateY(2px);
}
.mobile-toggle.menu-open span:nth-child(2) {
    display: none;
}
.mobile-toggle.menu-open span:last-child {
    transform: rotate(128deg) translateY(1px);
}
.mobile-toggle.menu-open{
    top: 32px;
}

/** landing-page**/
body{
    background-image: url(./images/background1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow-x: hidden;
    /* background-color: var(--bg-color); */
    min-height: 100vh;
}
.wishlist .counter{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--blue);
    position: absolute;
    top:-5px;
    right: -5px;
    font-size: 12px;color: white;
}
.nav-menu .container, footer{width: 100%;max-width: 100%;padding: 20px 80px;}
.like-sc label{
    width: 58px;height: 58px;background-color: var(--primary-color);border-radius: 50%;display: flex;justify-content: center;align-items: center;
}
.like-sc li:not(.like-btn) label svg path{
    fill: white;
}
.like-sc li.like-btn  label svg path{
    stroke:white
}
.like-sc li.active:not(.like-btn) label  svg path{
    fill: var(--primary-color);
}
.like-sc li.active.like-btn label  svg path{
    stroke: var(--primary-color);fill:transparent
}
.like-sc li{
    position: relative;margin: 0px 20px;box-shadow: 0px 4px 22px 0px #0000002B;
border-radius: 50%;
}
.like-sc li input{
    opacity: 0;
    width: 100%;height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;cursor: pointer;
}
/* .like-sc li input:checked + label{
    background-color: var(--blue);box-shadow: 0px 4px 22px 0px #0000002B;

} */
.like-sc li.active  label{
    background-color: white;box-shadow: 0px 4px 22px 0px #0000002B;

}
.product-wraper .img-sc{
    width: 610px;max-width: 100%;margin-left: auto;margin-right: auto;
}
.product-wraper .img-sc .top-img img{border-radius: 25px;width: 100%;
    height: calc(100vh - 190px);
    /* height: calc(100vh - 310px); */
    object-fit: contain;}
.shop-btn{
    font-family: var(--secondary-font);font-size: 20px;color: white;padding: 16px 80px;border-radius: 55px;
    background-color: var(--blue);border: none;font-weight: 700;position: relative;z-index: 2;
}
footer{
    background-color: var(--primary-color);
}
.shop-btn:hover{
   opacity: 0.7;
}
.main-landing-sc .btm-sc{position: relative;z-index: 22;}
.main-landing-sc{margin-bottom: 130px;}
.main-landing-sc .btm-sc{margin-top: 10px;}
.main-landing-sc .btn-sc{margin-top: 40px;}
.main-landing-sc{padding-bottom: 80px;}
.social-icon li{margin-left: 15px;}
.social-icon li:hover{
    opacity: 0.8;
}
.slided-wrap{
    position: absolute;
    width: 100%;
   
    left: 0;
   top:100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    border-radius: 25px;
    z-index: 2;
    background: rgba(32, 32, 31, 0.7);
    padding: 30px 50px;transition: all 0.5s;

}
.slided-wrap.active{
    height: 100%;
   top:0;
    transition: all 0.5s;opacity: 1;
}
.wishlist-product-item .slided-wrap.active{
    height: 100%;
   top:0;
    transition: all 0.5s;opacity: 0.9;
/* 	scrollbar-width:none; */
}
.close-wrap{
    width: fit-content;margin-left: auto;cursor: pointer;
}
.products-list-sl .row{margin-bottom: 30px;}
.products-list-sl .mdl-logo p{
    font-size: 23px;
    font-family: var(--font1);
    color: white;
}
.products-list-sl .mdl-logo .ft-img img{
    border-radius: 5px;
}
.buy-now{
    font-size: 16px;
  color: white;
  padding: 10px 30px;
  border-radius: 10px;
  border: 2px dotted white;
  display: block;
  line-height: 1;
  width: fit-content;
  margin-left: auto;
  transition: all 0.5s;
}
.buy-now:hover{
    background-color: white; transition: all 0.5s;color: black;
}
.wishlist-inner-sc{
    padding: 50px;border-radius: 25px;
    background-color: #FFFFFF66;
}
.heading-title h2{
   
    font-size: 24px;color: #20201F;
}
.dark-modal  *:not(i){
    font-family: var(--secondary-font);
}
.affiliate-modal.dark-modal *{
    color: white;
}
.affiliate-modal.dark-modal:not(.login-rg-popup) .modal-content{
    padding-bottom: 60px !important;
}
.dark-modal i{
    color: #909090;
}
.toggle-password  .fa-eye, .toggle-password.active  .fa-eye-slash{
    display: none;
}
.toggle-password  .fa-eye-slash, .toggle-password.active .fa-eye{
    display: block;
}

.dark-modal .form-gorup label{
    color: var(--grey) ;
    font-size: 15px;
    margin-left: 30px;
    margin-bottom: -13px;
    position: relative;
    display: block;
    width: fit-content;
    background: #20201F;
    padding: 2px 5px;position: relative;
    z-index: 22;
}
.dark-modal  .btn{
    font-size: 16px;color: #20201F;
    border-radius: 9px;
    padding: 10px 20px;
    background-color: var(--grey);font-weight: 500;border: 1px solid var(--grey);transition: all 0.5s;
}
.dark-modal  .btn:hover{
    color: var(--primary-color);background-color: white;transition: all 0.5s;
}
.dark-modal  p, .dark-modal .form-check{
    color: #848484;
}

.dark-modal  p a, .dark-modal .form-check a{
    color: var(--grey);
}
.dark-modal  p a:hover, .dark-modal p.fg-pass a,.dark-modal .form-check a:hover{
    border-bottom: 1px solid var(--grey);transition: all 0.5s;
}
.dark-modal p.fg-pass a:hover{
    border: none;transition: all 0.5s;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
 background: transparent !important;
  transition: background-color 5000s ease-in-out 0s;
}


.btn.toggle-password{
background-color: transparent;
border: none;
}
.dark-modal .modal-content .form-control, .dark-modal .modal-content .form-control:focus{
border: 1px solid rgba(229, 229, 229, 0.7);
background-color: transparent;
padding:10px 10px;
color: white !important; border-radius: 12px;
}
.dark-modal .modal-content .input-group{
    border: 1px solid rgba(229, 229, 229, 0.7);border-radius: 12px;
}
.dark-modal .modal-content .input-group .form-control{
border: none;
}
.dark-modal .modal-content .form-control:-webkit-autofill,
.dark-modal .modal-content .form-control:active,
.dark-modal .modal-content .form-control:focus {
    background-color: transparent !important;       /* Change background color */
    outline:none !important;
    box-shadow: none !important;
   
  }
.dark-modal  .btn-close{
width: auto;
    height: auto;
    opacity: 1;
    background: none;
}
.wishlist-grid-inner{
border: 1px solid  rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
justify-content: space-between;
}
.wishlist-grid-inner .image-sc img{
/*     height: 50vh; */
    width: 100%;
    object-fit: cover;object-position: center top;
}
.wishlist-grid-inner .title{margin: 15px 0px 15px 0px;font-size: 20px;line-height: 1.2;}
.wishlist-grid-inner .btn-sc .buy-now-wishlist {
    font-size: 16px;color: white;
    background-color: var(--primary-color);border: 1px solid var(--primary-color);transition: all 0.5s;
    padding: 6px 15px;border-radius: 5px;
}
.wishlist-grid-inner .slided-wrap.active{
    border-radius: 0;
}
.wishlist-grid-inner .slided-wrap{
padding: 20px;
}
.wishlist-grid-inner .products-list-sl .mdl-logo p{
font-size: 20px;line-height: 1.3;
}
.wishlist-grid-inner .buy-now{
font-size: 16px;padding: 5px 10px;text-align:center
}
.wishlist-sec-wp .slided-wrap .close-wrap {
    position: absolute;
    top: -1px;
    right: 2px;
}
.wishlist-grid-inner .btn-sc .buy-now-wishlist :hover{background-color: transparent;color: var(--primary-color);transition: all 0.5s;}
.dark-modal  .btn-close:hover{opacity: 0.7;}
.dark-modal h2{
    font-size: 26px;color: var(--grey);font-family: var(--secondary-font);
}
.dark-modal .modal-content{
    background-color:#20201F;border-radius: 25px;
}
.dark-modal .text-danger{font-weight: 600;}
.heading-title {
    padding-bottom: 20px;margin-bottom: 40px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product-inner-rgt .product-row{
    padding-bottom: 10px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);margin-bottom: 10px;
}
.product-inner-rgt .product-row:last-child{
    padding-bottom: 0;margin-bottom: 0;border: none;
}
.wishlist-single-btn input{
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;cursor: pointer;
}
.wishlist-single-btn svg path{
    stroke:  var(--primary-color);
}
.wishlist-single-btn input:checked + label svg{
    fill:  var(--primary-color);
}
.product-list-ws h4{font-size: 16px;color: #20201F;font-family: var(--secondary-font);margin: 15px 0px 10px 0px;font-weight: 500;}
.wishlist-single-btn{
    position: absolute;
    right: 0;
    top: 0;
}
.wishlist-sec-wp .row1{
    --bs-gutter-y: 60px;
}
.product-list-ws .btn-sc{
margin-top: 10px;
}
.product-list-ws .btn-sc a{
color: var(--primary-color);;transition:  all 0.5s;
}
.product-list-ws .btn-sc a:hover{color: black;transition:  all 0.5s;}
.product-list-ws p{
    font-size: 10px;color: #676764;
}
.wishlist-inner-sc{
/*     max-height: calc(100vh - 285px); */
    /* overflow-y: auto; */
    margin-bottom: 80px;
}
.wishlist-sec-wp, .default-wraper{
/*     min-height: calc(100vh - 205px); */
	display: flex;justify-content: center;align-items: center;
}

.wishlist-sec-wp ::-webkit-scrollbar, .slided-wrap ::-webkit-scrollbar {
    width: 10px;              
    height: 8px;               
  }
  
 .wishlist-sec-wp ::-webkit-scrollbar-track {
    background: #f1f1f1;      
    border-radius: 10px;
  }
  
  .wishlist-sec-wp ::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);    
    border-radius: 10px;
    border: 2px solid #f1f1f1; 
  }
  
  .wishlist-sec-wp ::-webkit-scrollbar-thumb:hover{
    background-color: var(--primary-color);   
  }
 .slided-wrap ::-webkit-scrollbar {
    width: 10px;              
    height: 8px;               
  }
  
 .slided-wrap ::-webkit-scrollbar-track{
    background: #f1f1f1;      
    border-radius: 10px;
  }
  
  .slided-wrap ::-webkit-scrollbar-thumb{
    background-color: var(--primary-color);    
    border-radius: 10px;
    border: 2px solid #f1f1f1; 
  }
  
   .slided-wrap ::-webkit-scrollbar-thumb:hover{
    background-color: var(--primary-color);   
  } 
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
    border: 1px solid rgba(0, 0, 0, 0.1) ; 
}
.woocommerce-account .select2-container .select2-selection{
    border: 1px solid rgba(0, 0, 0, 0.1) ; 
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    border: 1px solid rgba(0, 0, 0, 0.1);
   
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  
    width: 100%;
}
 .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    border-left: 4px solid black;
    transition: all 0.5s;
    color: black;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-family: "Work Sans", sans-serif;
    color: hsla(0, 0%, 40%, .85);
    padding: 10px 0px;
    text-decoration: none;
    display: block;
    padding: 10px 30px;
    transition: all 0.5s;
    font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li :last-child a{
    border: none;
}
.woocommerce-account .woocommerce-MyAccount-content p{font-size: 16px;}
.woocommerce-account .woocommerce-MyAccount-content h2{margin-bottom: 20px;}
.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content p:last-child{display: none;}
.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content p a,
.woocommerce-privacy-policy-text a{
color: var(--primary-color);
}
.login-rg-popup .btn{min-width: 130px;text-align: center;}
.login-rg-popup a{text-decoration: underline;transition: all 0.5s;}
.login-rg-popup a:hover{text-decoration: none;transition: all 0.5s;}
.dark-modal.login-rg-popup  .btn-close{
position: absolute;
right: 15px;
top: 15px;
}
.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content p a:hover, .woocommerce-privacy-policy-text a:hover{
    color: #000000;
}
.woocommerce-account .woocommerce-Addresses{
margin-top: 30px;
}
.woocommerce-account .woocommerce-Address-title h2{
font-size: 20px;margin-bottom: 0px;
}
.woocommerce-account .woocommerce-Address-title:after{content: none !important;}
.woocommerce-account #account_display_name_description{
font-size: 14px;
}
.woocommerce-account  fieldset{margin-top: 50px;}
.woocommerce-account  fieldset legend{margin-bottom: 20px;}
.woocommerce-account .woocommerce-Address-title {
    display: flex;align-items: center;justify-content: space-between;align-items: center;margin-bottom: 15px;
}
.woocommerce-account .woocommerce-Address-title:before{
    content: none !important; 
}

.woocommerce-account .woocommerce-Button, .woocommerce-account  .woocommerce-MyAccount-content .button{margin-top: 20px !important;}
.woocommerce-account .woocommerce-Address-title .edit{
    background-color:  var(--primary-color);color: white;border-radius: 5px;padding: 5px 10px;transition: all 0.5s;font-size: 14px;border: 1px solid var(--primary-color);
}
.woocommerce-Button,  .woocommerce-account  .wishlist-sec-wp  .button{ 
    background-color:  var(--primary-color) !important;color: white !important;border-radius: 5px;padding: 10px 10px;transition: all 0.5s;font-size: 16px;line-height: 1;
    border: 1px solid var(--primary-color);
}
.woocommerce-Button:hover, .woocommerce-account  .wishlist-sec-wp .button:hover{
    background-color: transparent!important;color: var(--primary-color) !important;
}
.custom-btn{
    background-color:  var(--primary-color);color: white;border-radius: 5px;padding: 10px 20px;transition: all 0.5s;font-size: 14px;transition: all 0.5s;
}
.custom-btn:hover{
    background-color: black;transition: all 0.5s;
}
.woocommerce-account .woocommerce-Address-title .edit:hover{
    background-color: transparent;transition: all 0.5s;color: black;
}
.aff-btn{
    background-color: white;
    padding: 5px 15px;border-radius: 5px;color: var(--primary-color);border: 1px solid white;
    display: block;width: fit-content;
}
.aff-btn:hover{
    background-color: transparent;color: white;
}
#container {
    width: 610px;
    margin: auto !important;
    display: block;
    height:auto;
    position: relative;
    list-style-type: none;
    user-select: none;
}

.buddy {
    display: none;
    top: 0px;
    left: 0px;right: 0;
    position: absolute;
}

.rotate-left {
    transform: rotate(30deg) scale(0.8);
    transition: 1s;
    margin-left: 400px;
    opacity: 0;
    z-index: 10;
}
 
.rotate-right {
    transform: rotate(-30deg) scale(0.8);
    transition: 1s;
    opacity: 0;
    margin-left: -400px;
    z-index: 10;
}
.rotate-left .btm-sc, 
.rotate-right .btm-sc{
    display: none;
}
.like {
    border-radius: 5px;
    padding: 5px 10px;
   
    color: green;
    text-transform: uppercase;
    font-size: 15px;
    position: absolute;
    top: 50px;
    right: 40px;
    text-shadow: none;
   
}
.status img{
    width: 40px;
}

.dislike {
    border-radius: 5px;
    padding: 5px 10px;
    color: red;
    text-transform: uppercase;
    font-size: 15px;
    position: absolute;
    top: 50px;
    left: 40px;
    text-shadow: none;
   
}
.status.notsure {
    border-radius: 5px;
    padding: 5px 10px;
   
    color:  var(--primary-color);
    text-transform: uppercase;
    font-size: 15px;
    position: absolute;
    top: 50px;
    left: 40px;
    text-shadow: none;
    
}
.buddy * {
touch-action: pan-y;
user-select: none;
}
.wishlist-inner-sc{
    /* overflow-x: hidden; */
}
.no-products-left{
    font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;padding: 25px 10px;
}
.no-products-left svg{
width: 70px;height: auto;
  margin-right: 20px;
}
.logo-box a{
    display: block;
}
.logo-box a img{
	max-width:200px
}
.login-rg-popup .modal-content{
    min-height:250px
}
.footer-tooltip{
    color: white;
}
.menu-icon-box li{
    margin-right: 20px;
}
body:not(.rtl) .menu-icon-box li:last-child{margin-right: 0;}
.form-select{ 
    background-color: var(--primary-color);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;color: white;
    background-position: right 0.75rem center;outline: none !important;
    border: none !important;

  box-shadow: none !important;

    background-size: 1em;}
.custom-tooltip-wrap {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    max-width: 100%;
  }

  .custom-tooltip-content {
    visibility: hidden;
    width: 500px;
    background-color: #000;
    color: #fff;
    text-align: left;
    padding: 12px;
    border-radius: 6px;
    position: absolute;
    z-index: 1000;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }

  .custom-tooltip-content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 6px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
  }

  .custom-tooltip-wrap:hover .custom-tooltip-content {
    visibility: visible;
    opacity: 1;
  }

  .custom-tooltip-icon {
    color: white;
    margin-left: 6px;
  }
.footer-logo img{
	max-width:200px;
}

.woocommerce-lost-password .form-row-first.woocommerce-form-row{margin-top: 20px !important;}
html[lang="ar"] .woocommerce-lost-password .form-row-first.woocommerce-form-row{
float: right;
}
.woocommerce-LostPassword.lost_password a{
    color: var(--primary-color);font-weight: 600;transition: all 0.5s;
}
.default-page.non-woocommerce p{margin-bottom: 20px;}
.default-page.non-woocommerce li{display: block;}
.woocommerce-LostPassword.lost_password a:hover{text-decoration: underline;transition: all 0.5s;}
.woocommerce-account.woocommerce-lost-password .wishlist-sec-wp .button{margin-top:0 !important}
.contact-ft a{color: white;transition: all 0.5s;}
.contact-ft a:hover{text-decoration: none;transition: all 0.5s;text-decoration: underline;}
.contact-ft li{margin-left: 10px;}
.cky-notice-des p, .cky-notice-des h2{margin-bottom:10px}
.cky-consent-bar .cky-banner-btn-close img {filter: brightness(0) invert(1);}
.slided-wrap .close-wrap{
	position:absolute;
	top:10px;
	right:10px
}
.products-list-sl{
	height:100%;opacity:0;
	
}
.active .products-list-sl{
	overflow-y:auto;overflow-x:hidden;
	opacity:1
}

  @media (max-width: 500px) {
    .custom-tooltip-content {
      width: 90vw;
      left: 5%;
      transform: none;
    }
  }

  /* Responsive tweak */
  @media (max-width: 500px) {
    .tooltip .tooltiptext {
      width: 90vw;
      left: 5%;
      transform: none;
    }
  }

@media(min-width:1200px) and (max-width:1440px){
    .container{
        width: 90%;max-width: 100%;
    }
    .wishlist-grid-inner .buy-now, .wishlist-grid-inner .products-list-sl .mdl-logo p{font-size: 13px;}
}
@media(max-width:991.98px){
    .aff-btn{font-size: 15px;padding: 5px;}
    .wishlist-grid-inner .buy-now, .wishlist-grid-inner .products-list-sl .mdl-logo p{font-size: 14px;}
    .menu .outer-menu-wp{
        /* display: none; */
        position: fixed;
        top: 0px;
        background: var(--primary-color);
        left: -100%;
        width: 100%;
        height: 100vh;
        transition: 0.5s;
        padding-top: 20px;
        z-index: 1045;
        padding-left: 20px;
    }
    .mobile-toggle{
        display: block;
    }
    .menu{
        display: block;
        text-align: left;
    }
    .menu .outer-menu-wp.active{
        left: 0;
    }
    .menu ul li{
        display: block;
    }
    .menu-icon-box{
        margin-right: 40px;
    }
    .menu ul li a{
        margin: 8px 0px;
    }
   
   
    
   
   
}

@media (max-width:1200px){
   
    @media (min-width: 768px) {
        .main-landing-sc {
          min-height: 100vh;
        }
      }
    .logo-box a img{
        max-width:150px
    }
    .wishlist-sec-wp,  .default-wraper {
        /* min-height: calc(100vh - 169px); */
       
    }
    .woocommerce-account .woocommerce-MyAccount-content .col-1,    .woocommerce-account .woocommerce-MyAccount-content  .col-2{
width: 100%;
    }
    .woocommerce-account .woocommerce-MyAccount-content  .col-2{
        margin-top: 20px;
    }
    .nav-menu .container, footer{
        padding: 10px 20px;
    }
    .logo-box img{
        max-width: 150px;
    }
    .wishlist-inner-sc {
        /* max-height: calc(100vh - 254px); */
    }
}
@media (min-width:1200px){
   
    .main-landing-sc{
        min-height: calc(100vh - 106px);
      }
      .wishlist-sec-wp .container{
        max-width: 1100px;
      }
}

@media (max-width:767px){
	body .wishlist-items-scroll{
		padding-right:0
	}
    .buy-now {
        font-size: 16px;
        padding: 9px 13px;
    }
    .logout-sc img{margin-top: -5px;}
    .menu-icon-box ul{gap:0px 10px}
     .footer-rgt{flex-wrap: wrap;}
     .social-icon{width: 100%;}
    .woocommerce-account:not(.logged-in) .u-columns.col2-set .col-2{
        margin-top: 50px;
        }
    .menu-icon-box li{
        margin-right: 0;
    }
   body:not(.rtl) .menu-icon-box li{
        margin-right: 10px;
    }
    body.rtl .menu-icon-box li{
        margin-left: 10px;
    }
    body.rtl .menu-icon-box li:last-child{
        margin-left: 0;
    }
    footer p{font-size: 11px;}
    .aff-btn{font-size: 11px;}
    .wishlist-grid-inner .btn-sc a{line-height: 1;font-size: 12px;padding: 5px 10px;}
    .wishlist-grid-inner .title{
        font-size: 18px;
    }
    .logo-box a img {
        max-width: 90px;
      }
    .wishlist-sec-wp .row1{
        --bs-gutter-y: 0px;

    }
    .wishlist-product-item .product-list-ws{
padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .wishlist-product-item:last-child .product-list-ws{
        padding-bottom: 0;margin-bottom: 0;border: none;
    }
    .no-products-left{
        font-size: 16px;
     padding: 25px 10px;
    }
    .no-products-left svg{
    width: 50px;
    }
    .product-wraper .img-sc .top-img img {
        border-radius: 25px;
        width: 100%;
        height: 100%;
    }
	body  .main-landing-sc {
    min-height: 130vw;margin-top:30px
  }
    #container{
        width:100%
    }
    .woocommerce-account .woocommerce-Address-title .edit{
        font-size: 12px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation{
        margin-bottom: 30px;
    }
    body .wishlist-inner-sc{
        min-height: auto;
        max-height: 100%;
    }
    .wishlist-inner-sc .pd-img img{
        width: 230px;margin-left: auto;margin-right: auto   ;
    }
    .wishlist-inner-sc{
        margin-bottom: 30px;
        padding: 30px 20px;
        background-color: var(--grey);
    }
	
    .slided-wrap{
        padding: 34px 10px;
    }
    .products-list-sl .mdl-logo p{
        font-size: 16px;
    }
    .products-list-sl .mdl-logo img{
width: 50px;
    }
    /* .buy-now {
        font-size: 14px;
        color: #000000;
        padding: 5px 10px;
        border-radius: 7px;
    } */
    .like-sc li {
      
        margin: 0px 10px;
      }
      /* .like-btn label{
        background-color: #EBFFE5;
      }
      .avg-btn label{
        background-color: #FFFADE;
      }
      .dislike-btn label{
        background-color: #FDE3E3;
      } */
      .menu-icon-box{margin-right: 0;}
      .logo-box img {
        max-width: 100px;
      }
      footer{margin-top: 15px;}
      .nav-menu .container, footer {
        padding: 0px 20px;
      }
      .nav-menu{
        margin-bottom: 10px;
        padding: 10px 0px;
      }
      .main-landing-sc .btn-sc{
        margin-top: 10px;
      }
      body{
        background: transparent;
      }
      .main-landing-sc{
        min-height: calc(100vh - 56px);
      }
      .main-landing-sc{
        padding-bottom: 20px;
      }
      .menu-cross{
        background-color: transparent;
        font-size: 20px;
        border: none;
        float: right;margin-right: 20px;
      }
     
}