:root {
    --Primary: #f46f34;
    --secondary: #ffc107;
    --black: #212529;
  }


@media (min-width:1199px){
    html{
        font-size: 1vw;
    }
}  

body{
    padding: 0;
    margin: 0;    
    overflow-x: hidden;
}
/*@import url('./assests/fonts.css?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat: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');
@font-face {
=======
/* @font-face {
>>>>>>> origin/harish

    font-family: 'FontAwesome';
    src: url('/assets/maintemp/');
   
<<<<<<< HEAD
   }*/
/*************  Login screens ********************/
.bold{font-weight: 700;}
.semi-bold{font-weight: 600;}
.p-9{
    padding: 2rem !important;
}
.table-responsive{
    min-width: 100% !important;
    border-color: #f1f1f1 !important;
}
.bg-light {
    background-color: #ffffff !important;
}
.fixed-header {
    position: fixed !important;
    top: 0 !important;
    transition: 0.3s linear;
    z-index: 1000;
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    animation: smoothScroll 0.5s ease-in-out;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
*:focus {
    box-shadow: none !important;
}
.bg-block {
    background-color: #f1f1f1;
    height: calc(100vh - 6rem);
    overflow-x: hidden;
    position: relative;
    object-fit: cover;
    background-position: 60vw,center;
    background-repeat: no-repeat;
    background-size: contain;
}
.login-logo {
    width: 45px;
    height: auto;
}
.logo-txt {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    margin-left: 12px;
    line-height: 24px;
    color: #000;
}
.form-label {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 1.5em;
    color: #636565;
}
.form-control-login{
    border: 0px solid #EBEBEB !important;
    box-sizing: border-box;
    border-radius: 0px !important;
    font-size: 0.65rem !important;
    padding: .375rem .75rem !important;
    width: 130px;
}
.form-control-login::placeholder{
    font-size: 0.65rem !important;
}
.login-modals .btn-close {
    position: absolute;
    background: transparent;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    right: 0.7rem;
    top: -1.5rem;
    opacity: 1;
    margin: 0;
}
.green-rtxt:hover {
    color: #fff;
}
.green-rtxt {
    font-weight: bold !important;
    text-transform: uppercase;
    color: #fff !important;
    margin-left: 20px;
    text-decoration: none;
    font-size: 14px !important;
}
.phone-no .form-select {
    flex: 0 0 35%;
}
select[name="countryCode"] {
    font-size: 12px;
    padding: 10px 5px !important;
}
/* .phone-no input{
    flex:0 0 54%;
} */
.form-select.form-control-login {
    padding-top: 7px !important;
}
.form-control-login::placeholder{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;    
    font-size: 12px !important;
    color: #404040 !important;
    line-height: 24px;
}
.logo-section {
    margin-bottom: 10px;
}
.form-title{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
}
.form-block {
    width: 75%;
}
.line-height-25{line-height: 25px !important;}
.border-bottom1{border-bottom: 1px solid #efefef;}
.border-top1{border-top: 1px solid #efefef;}
.login-modals .nav-link {
    border: 0px solid !important;
    background: transparent !important;
    border-radius: 0px !important;
}
.login-leftpic {
    width: 470px;
    height: 350px;
    object-fit: contain;
}
.bg-light.form-bg {
    padding: 35px 30px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    border-radius: 10px;
    background: #fff !important;
}
.logo-section a {
    text-decoration: none;
    margin-bottom: 10px;
}
.social-login {
    display: flex;
    margin: 15px auto !important;
    justify-content: space-between;
}
.social-pic{
    flex: 0 0 90%;
}
.social-login img {
    width: 24px;
    height:auto;
}
.btn-green-login {
    margin: 0;
    line-height: 0 !important;


    font-family: Lato;
    font-style: normal;
    font-weight: 500 !important;
    /* background: #631012 !important; */
    /* background-image: linear-gradient(90deg, #631012, #fc5b6f 49%, #fd7c50); */
    background-color: var(--secondary) !important;
    border-radius: 1.4vw !important;
    color: #1c1818 !important;
    margin: 5px 0px;

    font-size: 0.9rem !important;
    padding: 0.4vw 1vw !important;
    height: 2.1rem;
}
.btn-green-login.outline{
    background-color: #fff !important;
    border: 1px solid #212529;
}
.form-text {
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 20px;
    padding-right: 70px;
}
.forsign-link {
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 17px;
    color: #6a6c6c;
    text-decoration: none;
}
#bulkorders {
    font-size: 1vw !important;
    padding: 0.6vw 1.2vw;
    margin: 0;
    height: 2.4vw;
    line-height: 0;
}
#bulkorders:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
#signinsubmit, #signupsubmit {
    font-size:1.2rem !important;
    padding: 0.4vw 1vw;
    height: 2.5rem;
}
#signinsubmit:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.form-text a{
    color: #000;
    font-weight: 600;
    text-decoration:none;
}
.googlebtn{
    background-color: #d2504d;
}
.facebookbtn{
    background-color: #4387c4;
}
.googlebtn i, .facebookbtn i{
    margin-right: 5px;
    font-size:10px;
}
.googlebtn, .facebookbtn {
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Lato';
    font-size: 12px;
    padding: 5px 10px;
}

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

.or{
    background: #BAC4C8;
    height: 2px;
    margin:50px 90px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.or span{
    background-color: #fff;
    width: 80px;
    height: 40px;
    border-radius: 50%;
    font-weight: 600;
    line-height: 37px;
    text-align: center;
    color:#BAC4C8;
}

.logins-icons-block{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.logins-icons-block a{
    border: 1px solid #D4D4D4;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.otp-form {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.otp-form input {
    background-color: #fff;
    color: white;
    text-align: center;
    width: 100%;
    max-width: 55px;
    height: 55px;
    outline: 1px solid #CCCBCB;
    border-radius: 10px !important;
}

.otp-form input:focus-visible {
    outline: 2px solid royalblue;
}

.top-marquee{
    height: 1.1vw;
    background-color: red;
}

.top-marquee marquee{
    background: #EECE38;
    padding: 0.2vw 0;
}

.top-marquee marquee > div{
    grid: auto / auto-flow max-content;
    justify-content: center;
    display: grid;
    gap: 60px;
    font-weight: 500;
    font-size: 0.85vw;
    text-transform: uppercase;
}

.top-marquee marquee:hover {
    animation-play-state: paused;
}




:root {
  --marquee-speed: 40s;
  --marquee-hover-offset: -50px;
  --marquee-hover-transition-speed: .7s;
  --marquee-fade-edges: 30%;
}

.marquee {
  overflow: hidden;
  background: #EECE38;
}
.marquee,
.marquee > div {
  display: flex;
  white-space: nowrap;
  gap: 60px;  
  font-weight: 500;
 font-size: 0.8vw;
 padding: 0.1vw;
 text-transform: uppercase;
}
.marquee > div {
  -webkit-animation: animate-marquee var(--marquee-speed) infinite linear;
          animation: animate-marquee var(--marquee-speed) infinite linear;
  transition: var(--marquee-hover-transition-speed) margin-left ease-out;
  will-change: transform, margin-left;
}
.marquee:hover > div {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  margin-left: var(--marquee-hover-offset);
}

@-webkit-keyframes animate-marquee {
  0% {
    transform: translateX(0%) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}

@keyframes animate-marquee {
  0% {
    transform: translateX(0%) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}




/*********mega menu ***********/
/*******************************/

.dropdown-menu.mega-menu {
    width: 600px;
    background-color: #f1f1f1;
    padding: 0px !important;
}
.dropdown-submenu {
    position: relative;
}
.mega-menu .nav-pills {
    flex: 0 0 30%;
}
.sub-megamenu ul {
    padding-left:0px;
    list-style-type: none;
}
.sub-megamenu li a {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #575757;
}
.sub-megamenu{
    flex: 0 0 33.3%;
    flex-wrap: wrap;
}
.sub-megamenu ul{list-style-type: none;}
.submenu-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 40px;
    color: #000000;
}
.category-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #6a6c6c;
}
.viewmore i {
    margin-left: 0.5vw;
}
.viewmore {
    font-family: Montserrat !important;
    font-weight: 600 !important;
    font-size: 0.9vw !important;
    /* line-height: 40px !important; */
    align-items: center;
    display:flex;
    text-decoration: none;
    text-align: center;
    color: #6a6c6c !important;
}
.tab-content {
    width: 100%;
    background: #fff;
    padding:1rem 0 1.2rem 0;
}
.login-modals .nav-link.active {
    color: #fff !important;
    background: #631012 !important;
    font-weight: 600;
    font-size: 16px;
    font-family: lato;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6 !important; 
}
.login-modals .nav-link {
    color: #6a6c6c;
    font-weight: 500;
    font-size: 14px;
    width: 50%;
    padding: 10px 15px;
    background: #e6e6e6 !important;
}
.mega-menu .nav-link.active {
    background: #ffffff !important;
    border-radius: 0px !important;
    color: #000 !important;
}
.mega-menu {
    top: 48px !important;
}
.all-deptmenu {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #000000;
}
.mega-menu .nav-pills .nav-link {
    padding: 0px 20px !important;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
}
 .seletedfilter-btn:hover, .list:hover i, .grid:hover i, 
.breadcrumb-item a:hover{
    color: #000 !important;
}
.headerinfo-r a:hover{
    color: #fff;
}
select:focus > option:hover { 
    background: #000 !important;
}
.footer-links a:hover, .side-items a:hover {
    color: #fff;
}
.page-link:hover {
    color: #000 !important;
    font-weight: 600;
}
.dropdown-menu {
    padding: 5px !important;
}
.dropdown-menu.noti-menu {
    left: -13px !important;
    top: 7px !important;
}
/*****************  Home page ***************/
.container-width{
    /* padding:0px 50px !important;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto; */
    width: 100%;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}
header nav {
    padding: 0.5vw 0px !important;
    /* background: #631012; */
    /* background-image: linear-gradient(90deg, #631012, #fc5b6f 49%, #fd7c50); */
    /* background-color: var(--secondary) !important; */
    background-color: #fff;
    z-index: 150 !important;
}
.cart-section .dropdown-menu.show {
    /* z-index: 1025; */
    z-index: 9999;
}

.headerinfo-r a {
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    line-height: 16px;
    color: #FFFFFF;
}
.headerinfo-r a i {
    color: #fff;
    margin-right: 5px;
}
/* .headerinfo-r a:nth-child(1){
    margin-right: 20px;
} */
.nav-item .avatar-btn.nav-link {
    color: #000 !important;
}
.googlebtn:hover, .facebookbtn:hover {
    color: #fff !important;
    font-weight: 600;
}
.navbar-brand {
    font-size: 20px;
    font-weight: 600;
    padding: 0px !important;
    display: flex;
    align-items: center;
    color: #000 !important;
}
.navbar-brand img {
    /* width: auto; */
    /* height: 50px !important; */
    /* height: 48px !important;
    margin-right: 10px; */
    height: 3vw;
}
.forsign-link:hover{
    font-weight: bold;
}
.forsign-link {
    color: #6a6c6c !important;
    font-weight: 500 !important;
    border-bottom: 1px solid #6a6c6c;
}
.dropdown-menu::-webkit-scrollbar, .dropdown-submenu::-webkit-scrollbar, .brandsFull-menu::-webkit-scrollbar{
    width: 7px;
  }
  .dropdown-menu, .dropdown-submenu{
    scrollbar-color: #dddddd #efefef;
    scrollbar-width: thin;
   }
   .dropdown-menu::-webkit-scrollbar-track, .dropdown-submenu::-webkit-scrollbar-track,.brandsFull-menu::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px #e1e1e1;
  }
   
  .dropdown-menu::-webkit-scrollbar-thumb, .dropdown-submenu::-webkit-scrollbar-thumb,.brandsFull-menu::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    outline: 1px solid #dddddd;
  }

  .cod-txt {
    color: #631012;
    font-weight: 600;
    }
/* .dropdown-menu {
    height: 100px;
    overflow-y: scroll;
    background: transparent !important;
    width: 500px;
    overflow-x: hidden;
}
.dropdown-submenu {
    width: 50%;
}
.dropdown-submenu .dropdown-menu {
    width: 50%;
    height: 100%;
    max-height: 100px;
} */
.dropdown-menu a {
    width: 100%;
    text-decoration: none;
    display: block;
}
.dropdown-dropdown .dropdown-menu.show {
    top: 30px;
}
/* .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
  } */
  .dropdown-submenu:hover > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: block;
}
.navbar-toggler {
    display: none;
}
.signin-link:hover {
    background: #fff;
    font-weight: 600;
    border-color: #fff;
    color: #631012 !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}
.signin-link.ml-5 {
    margin-left: 15px;
}
.innerbp-ctxt {
    color: #fff;
}
.bpopu-btn:hover {
    background: #000;
    border-color: #fff;
}
.bpopu-btn {
    text-decoration: none;
    background: #6a6c6c;
    transition: 0.3s linear;
    border: 2px solid #6a6c6c;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 6px;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 4px 20px !important;
}
.brandad-videotxt {
    grid-template-columns: 60% 40%;
}
.brandpop-txt {
    color: #848484;
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0px;
}
.brandpopup-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
}
.brand-adpopup .modal-content {
    background: #000 !important;
    padding: 10px;
    border-radius: 10px;
}
.brand-adpopup .btn-close {
    background: #6a6c6c;
    line-height: 0px;
    border-radius: 50%;
    font-weight: bold !important;
    color: #fff;
    opacity: 1;
    padding: 5px;
    font-size: 15px !important;
    position: absolute;
    right: -8px;
    top: -9px;
}
.brand-adpopup{
    max-width: 800px !important;
    z-index: 10000;
}
.signin-link {
    /* background: #631012;
    border: 2px solid #631012; */

    /* background-image: linear-gradient(90deg, #631012, #fc5b6f 49%, #fd7c50); */

    background-color: var(--secondary) !important;

    padding: 6px 15px;
    transition: 0.3s ease-in-out;
    border-radius: 6px;
    color: #1c1818 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.signup-link:hover {
    background: #000 !important;
    color: #fff !important;
    font-weight: 600;
    border-color: #fff;
}
.green-rtxt:hover {
    color: #000 !important;
}
.signin-link {
    background: #631012;
    padding: 6px 15px;
    transition: 0.3s ease-in-out;
    border-radius: 6px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border: 2px solid #631012;
    width: auto !important;
    height: auto !important;
}
.navbar-nav{
    margin-left: 0px;
}
.search-hm-main, .search-hm-md {
    width: 350px;
    margin-bottom: 0px !important;
    position: relative;
}

.search-hm-main input::placeholder, .search-hm-md input::placeholder{
    font-size: 0.6vw !important;    
}
.header-icons{
    display: flex;
    gap:0.5vw;
}
/* header .search-hm:focus {
    box-shadow: 0px 0px 5px rgba(255,255,255,0.5) !important;
    border: 2px solid #6a6c6c !important;
    /*background-color: #fff !important;
    background-position:center;/
    color: #6a6c6c !important;
    font-family: "Lato",sans-serif;
    font-size: 14px;
} */
.search-hm:hover:active:focus:focus-visible:focus-within:visited:target {
    color: #6a6c6c !important;
}
header .search-hm {
    font-family: 'Lato';
    border: 0px solid #f1f1f1 !important;
    padding: 0.75rem 0.5rem !important;
    background: transparent !important;
    font-size: 0.8vw !important;
    height: 2rem !important;
}

header .search-hm::placeholder {
    font-size: 0.8vw !important;
}
.search-hm {
    font-family: fontawesome;
    border: 2px solid #bcbcbc !important;
    padding: 5px 5px 7px 31px !important;
}
.avatar-btn {
    margin-left:0.5rem;
}
/* .cart-section {
    flex: 0 0 37%;
} */

.checkout-review div:nth-child(1){
    width: 45%;
}
.header-icons a.circle {
    width: 2.3vw;
    height: 2.3vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: linear-gradient(90deg, #631012, #fc5b6f 49%, #fd7c50); */

    background-color: var(--secondary) !important;
}
.navbar-nav li a, .navbar-nav li {
    text-transform: capitalize;
}
.search-hm::placeholder {
    font-size: 14px !important;
}
.search-hm-main .position-relative i.fas.fa-search, .search-hm-md .position-relative i.fas.fa-search {
    /* position: absolute;
    left: 6px;
    top: 14px;
    font-size: 12px;
    color: #b0b0b0; */

    /* position: absolute;
    right: 0;
    top: 0;
    background: #fa4550;
    padding: 10px;
    color: #fff;
    border-radius: 0 9px 9px 0;
    bottom: 0; */

    position: absolute;
    right: 0.5rem;
    top: 0.55rem;
    font-size: 0.9rem;
    color: #b0b0b0;

}
nav i.fas.fa-th {
    color: #000;
    font-size: 20px;
    margin-right: 7px;
}
.header-logo-top {
    padding:0.6vw 0;
    /* background: #f1f1f1 !important; */
    background: #fff !important;
    z-index: 10000;
}
.nav-item .nav-link{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 0.8rem;
    line-height: 1.5em;
    color: #fff !important;
}
.details-nav .nav-item .nav-link{
    color: #000 !important;
}
.header-logo-top .search-hm-main, .header-logo-top .search-hm-md {
        width: calc(35vw - 2rem);
    margin-bottom: 0px !important;
    position: relative;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    height: 2rem !important;
    border-radius: 0.4vw;
}
.avatar-btn img {
    width: 2.3rem;
    height: 2.3rem;
    margin-left: 0.3rem;
}
.dropdown-menu {
    background: #fff;
    border: 0px !important;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    border-radius: 10px !important;
}
.cart-section a i {
    position: relative;
    color: var(--black);
    font-size: 1vw;
    margin: 0;
}
.cart-section .dropdown-menu[data-bs-popper] {
    right: 0px !important;
    margin-top: 0.9rem;
    left: auto !important;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-dropdown .dropdown-menu a:hover {
    background-color: #631012 !important;
    color: #fff !important;
}
.cart-section a.dropdown-item, .review-sort-menu .dropdown-item, .dropdown-item, .dropdown-dropdown a{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    padding: 0px 15px;
    font-size: 0.85rem;
    line-height: 1.6em;
    color: #000000;
}
.cart-section a i span.badge.bg-secondary {
    position: absolute;
    font-size: 0.5vw;
    top: -0.7vw;
    left: 0.8vw;
    border-radius: 50%;
    color: #fff;
    background: #d7632d !important;
}
.gap-feature {
    gap: 0px 12px;
}

.products-main-list{
    margin-top: 1.5vw;
}
.filter-sectiond{
    margin-bottom: 0.6vw;
}
/************* carousel section **************/

.carousel-caption {
    text-align: left !important;
}
.banner-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: #FFFFFF;
    padding-right: 0;
    text-align: right;
}
.banner-text {
    text-align: left;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #ddd;
}
.carousel-caption.d-none.d-md-block {
    position: absolute;
    bottom: 12% !important;
}
.banner-btn {
    float: right;
    background-color: #000;
    color: #fff;
    padding: 3px 15px 6px 15px;
    text-decoration: none;
    line-height: 24px;
    border-radius: 50px;
}
.banner-item img{
    width: 50%;
}
.product-prices {
    position: relative;
    background: #F1F1F1;
    border-radius: 10px;
    padding: 15px;
}
.product-prices {
    position: relative;
}
.product-category {
    font-family: 'Lato',sans-serif;
    font-style: normal;
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 0.65rem;
    line-height: 20px;
    color: #A7A7A7;
    text-transform: capitalize;
}
.product .anchor-desc{
    text-decoration: none;
}
.product .view-btn{
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #edb200;
    font-size: 0.8vw;
}
.banner-item span.badge i {
    font-size: 10px;
    font-style: normal;
}
.carousel-indicators [data-bs-target] {
    background-color: #631012 !important;
    display: none;
}
.banner-item span.badge {
    position: absolute;
    top: 16px;
    left: 185px;
    font-family: Lato;
    background: #000;
    font-weight: 500;
    color: #fff;
    padding: 15px;
    line-height: 15px;
    border-radius: 50%;
    font-size: 20px;
}
.banner-item-pic {
    position: absolute;
    top: -80px;
    right: -200px;
}
.product-title {
    font-family: Montserrat;
    font-style: normal;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1vw;
    line-height: 1.3em !important;
    color: #000000;
    
    -webkit-line-clamp: 2;
    max-height: 2.5vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.product-title-seller {
    font-family: Montserrat;
    font-style: normal;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px !important;
    color: #000000;
    display: none !important;
}
.product-rating{    
    margin-top: 0.3vw;
    margin-bottom: 0.3vw;
    gap: 0.7vw;
}

.product-rating > span{
    gap: 0.2vw;
}

.orders-list .orders-items .product-rating{     
    min-height: 25px;
}
.product-price {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.banner-product-prices {
    width: 70%;
    margin-top: 65px;
}
.product-prices > * {
    margin-bottom: 0px;
    line-height: 30px;
}
.review-counts {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 0.8vw;
    line-height: 1.6em;
    color: #878787;
}
.product-price strike {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    text-decoration-line: line-through;
    color: #A7A7A7;
    margin-left: 14px;
}
/* i.fas.fa-star {
    margin-left: 4px;
    font-size: 10px;
    color: #E2E2E2;
} */


.shop-by-inner .d-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.shop-by-inner.shop-by-inner1 .d-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
}
/******************** Footer section *******************/
.footer-main {
    margin-top: 2vw;
    background: #000;
    box-shadow: 0px -3px 10px rgb(0 0 0 / 10%);
    overflow: hidden;
    position: relative;    
}
.footer-main:before {
    content: '';
    background: url("images/footer-design.svg") repeat-x center center;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}
/* .footerborder-left::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #000;
    left: -35px;
} */
.footerborder-left {
    position: relative;
    padding: 1.5vw 0;
}
.footer-copyright {
    margin-bottom: 0px;
    line-height: 0px;
    /* border-top: 1px solid #616161; */
    padding: 5px 0px;
    /* color: #404040; */
    color: #b7b7b7;
    font-size:0.85vw;
    z-index: 9;
}
.footer-title {
    position: relative;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 0.95vw;
    /* color: #404040; */
    color: #fff;
    line-height:1.5em;
    z-index: 9;
}
.footer-mail-details, .fssi-links{
    gap: 1.5vw;
    margin-bottom: 1vw !important;
}

.email-footer.form-control-login {
    /* border-radius: 50px !important;
    flex: 0 0 100%;
    margin-bottom: 10px; */
    border-radius: 6vw !important;
    padding: 0.85vw !important;
    font-size: 0.7vw !important;
}
.custom-light2 {
    padding: 1.5vw 0 1.5vw 1.5vw !important;
}

.email-footer.form-control-login::placeholder{
    font-size: 0.7vw !important;
}

.footer-hr {
    background: var(--secondary);
    height: 0.1vw !important;
    width: 35%;
    margin: 0.6vw 0px;
    opacity: 1;
}
.policy-title, .lgpolicy-title {
    font-size: 20px !important;
    color: #000 !important;
    margin-bottom: 10px !important;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
    z-index: 9;
}
.footer-links a, .footer-address {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size:0.95vw;
    line-height: 1.7em;
    text-decoration: none;
    /* color: #404040; */
    color: #b7b7b7;
    text-transform: capitalize;
    z-index: 9;
    margin-bottom: 1.5vw;
}
.footer-links {
    list-style: none;
    padding-left: 0px;
    position: relative;
    z-index: 9;
    margin: 0;
}
.footer-links li i {
    margin-right: 0.5vw;
}

.footer-address img{
    /* filter: grayscale(100%); */
    opacity: 0.9;
    z-index: 9;
    height: 1.92vw;
}
.footer-address img:hover{
    /* filter: grayscale(100%); */
    opacity: 1;
    z-index: 9;
}


/********************* product slider section ***************/
.products-carousel {
    background: #fff;
    border-radius: 10px;
}
.procut-pic img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
    inset: 0;
    transition: 0.3s linear;
}

.hmbrand-pic{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brand-title {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    font-weight: bold;
    display: block;
    color: #000;
    margin-bottom: 20px;
}
.brands-desc p {
    font-size: 14px;
    line-height: 24px;
    color: #6a6c6c;
}
.brand-detailbtn {
    background: #000;
    color: #fff;
    padding: 5px 30px;
    line-height: 30px;
    border-radius: 50px;
    border: 2px solid #000;
    font-weight: 600;
    transition: 0.3s linear;
}
.brand-detailbtn:hover{
    background: #f1f1f1;
    color:#000;
}
.brand-sublink:hover{
    color: #000;
}
.brand-sublink {
    float: left;
    margin-right: 10px;
    text-decoration: none;
    color: #6a6c6c;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
.brands-desc {
    background: #f1f1f1;
    margin-bottom: 30px;
}
.box:hover img {
    transform: rotate(10deg) scale(1.5);
}
.box:hover {
    background: #6a6c6c !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius:10px;
}
.box:hover p {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 80%);
    -webkit-mask-size: 200%;
    animation: shine 1s infinite;
    color: #fff;
}
  
  @-webkit-keyframes shine {
    from {
      -webkit-mask-position: 150%;
    }
    
    to {
      -webkit-mask-position: -50%;
    }
  }
.sizeQuantity > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex: 0 0 23%; */
}
.remove-cart, .addtoCart, .addtoMCart {
    color: #6a6c6c;
    background: #fff;
    border-radius: 3vw !important;
    padding: 0.4rem 0.7rem;
    font-size:0.9rem;
    font-weight: 600;
    text-decoration: none;
    font-family: lato;
    text-align: center;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    display: flex;
    color: #631012  !important;
    align-items: center;
    justify-content: center;
  }
.sidefilters .search-icon{
    position: relative;
}
.sidefilters .search-icon i {
    position: absolute;
    top: 30px;
    font-size: 11px;
    left: 15px;
    color: #b0b0b0;
}
.sidefilters .search-hm {
    margin-bottom: 20px;
}
.notavailableProduct {
    border-radius: 50%;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    font-family: lato;
    text-align: center;
    filter: brightness(100%);
    padding: 3px;
    position: relative;
    width: 28px;
    cursor: not-allowed;
    background: #fff !important;
}
.notavailableProduct:hover .cls-1 {
    color: #fff;
    fill: #dc3545 !important;
}
.notavailableProduct:hover .cls-2 {
    fill: #fff !important;
}
.notavailableProduct:hover {
    color: #fff;
    background: #dc3545 !important;
}
/* .addtoCart i, .remove-cart i {
    margin-right: 5px;
} */
.remove-cart {
    width: 100%;
    font-size: 0.85rem;
    line-height: 1em;
    font-family: lato;
    font-weight: 500;
    text-align: center;
    display: block;
}
.addtoCart:hover, .remove-cart:hover {
    color: var(--black) !important;
    background: var(--secondary) !important;
}
.notavailableProduct:hover{
    color: #fff;
    background: linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(106,108,108,1) 56%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%);
}
.quantity.form-control-login {
    display: inline-block;
    width: 100%;
}
.quantity.form-control-login {
    padding:0.08rem 0.6rem 0.2rem 0.6rem !important;
    font-size: 1rem !important;
    width: 100%;
    border-radius:3vw !important;
  }
  .quantity.form-control-login::placeholder{
    font-size: 0.8vw !important;
  }
.product:hover .quatity-size {
    opacity: 1;
    cursor: pointer;
    background: rgba(0,0,0,0.6);
    /* background: rgba(0,0,0,0.02); */
  }
.quantitle {
    font-size: 12px;
    color: #fff;
    font-family: lato;
}
.addtoCart.wishlist_addtocart {
    display: block;
    font-weight: 500;
    cursor: pointer !important;
}
.quatity-size {
    background: rgba(0,0,0,0.08);
    width: 100%;
    height: 100%;
    padding: 0.8vw;
    position: absolute;
    top:0px;
    left: 0px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
ul#autoWidth {
    height: 170px !important;
    display: inline-block;
}
.lSAction > a {
    opacity: 1 !important;
}
.box {
    width: 181px;
    background-color: transparent !important;
    display: block;
    text-decoration: none;
    padding-left: 50px;
    text-align: center;
    padding: 10px 10px 0px 10px;
    transition: 0.3s linear;
}

.sizeQuantity div {
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    border-radius: 30px;
}
.lSPager.lSpg {
    display: none;
}
.procut-slitext p {
    margin-bottom: 0px;
    line-height: 32px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    min-width: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}   
.product-sname {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    color: #000000;
}
.pricesli {
    color: #676767;
    font-size: 14px;
}
.sliamt {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
}

.hmrow-title{
   margin-top: 1vw !important;
   margin-bottom: 1vw !important; 
}

.main-hm-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 1.55vw;
    text-align: center;
    color: #000;
}
.sizeQuantity {
    width: 100%;
}
.category-b {
    display: inline-block;
    border-radius: 10px;
    /* background: linear-gradient(120deg, #707070 40%, #f2f1f1 100%); */
    /* background: linear-gradient(120deg, #ccc 40%, #f2f1f1 100%); */
    background: linear-gradient(120deg, #08b1a0 40%, #03665d 100%);
    overflow: hidden;    
    box-shadow: 0px 0 30px 10px #f0f0f0;
}
.carousel-caption img {
    width: auto;
    height: 150px !important;
    object-fit: contain !important;
    display: block;
    filter: brightness(1) !important;
    margin-left: auto;
    margin-bottom: 15px;
}
.category-b img {
    width: auto;
    width: 110px;
    height: 110px;
    border-radius: 0px;
    float: right;
    border-left: 2px solid #fff;
}
.ml-2{
    margin-left: 10px;
}
.hm-categorycount {
    display: block;
    font-size: 12px;
    color: #fff;
}
.category-b a {
    color: #0a5c55 !important;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
}
.banner-subtxt {
    text-align: right;
}
.hm-main-slider .carousel-item img {
    /* height: 450px;
    object-fit: cover; */
    /* filter: brightness(0.4); */
}
.carousel-inner{
    border-radius: 0.5vw;
}
.category-title {
    display: block;
    width: 100%;
    float: left;
    text-align: left;
    padding-left: 0;
    font-family: Lato;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    margin-top: 5px;
    color: #fff;
}
.categorybg-sub {
    width:100%;
    position: relative;
}
.product-detail {
    padding:0.6vw;
    position: relative;
    min-height: 7vw;
}
/* .review-price-block{
    position: absolute;
    bottom: 14px;
} */
 .review-price-block{
    line-height: normal;
    position: absolute;
    bottom: 0.6vw;
 }

#ShopByCategory .product-detail {
    min-height: auto;
}
.uses-blo li {
    background: #fff;
    color: #6a6c6c;
    padding: 0.25vw 0.3vw;
    border-radius: 0.2vw;
    cursor: context-menu;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
}
/* .viewwish-icon.d-flex {
    flex-direction: column;
    width: 100%;
    position: absolute;
    right: calc(-100% + 50px);
} */

.uses-blo {
    display: none !important; /* Sriram added this css for hiding category in products */
    padding-left: 0px;
    list-style: none;
    font-size:0.8vw;
    font-family: 'Lato', sans-serif;
    line-height: 20px;
    width: 65%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    gap: 0.3vw;
}
.product {
    /* background: #f1f1f1; */
    background: #fff;
    border-radius: 0.5vw;
    position: relative;
    padding: 0px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0 30px 10px #f0f0f0;
}
.product:hover {
    transform: scale(1.02);
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
    background: #fff;
}
.proimg-block {
    /* height: 230px; */
    /* height: 262px; */
    /* height: 188px; */
    /* overflow: hidden; */
    position: relative;
}
.hovermain-block {
    background: #fff5ec;
}

.hovermain-block.position-relative:after {
    content: '';
    background: #000000;
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 60%;
    opacity: 0.05;
}

#ShopByCategory .hovermain-block.position-relative:after {
    content: '';
    background: #000000;
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 60%;
    opacity: 1;
}

.hovermain-block .product-title {
    font-family: Montserrat;
    font-style: normal;
    margin-bottom: 0;
    font-weight: 900;
    font-size: 1.3vw;
    line-height: 1.3em !important;
    color: #fff;
    -webkit-line-clamp: 2;
    max-height: 2.5vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: absolute;
    z-index: 9;
    bottom: 1.7vw;
    left: 1.7vw;
}

.product-img {
    width: 100%;
    margin: 0px 0px;
    object-fit: contain;
    /* position: absolute; */
    /* height: 100% !important; */
    left: 0px;
    top: 0px;
}
.review-left .modal-dialog {
    max-width: 50% !important;
}
.addtocompare-msg {
    position: absolute;
    overflow: hidden;
    display:none;
    content: "Added to compare";
    width: 150%;
    height: 30px;
    text-align: center;
    background: #6a6c6c;
    color: #fff;
    top: 35%;
    right: calc(-58% + 10px);
    line-height: 30px;
    font-size: 13px;
    font-family: 'Lato',sans-serif;
    transform: rotate(-45deg) scale(0.8);
    opacity: 0.5;
}
.size-select.active {
    background: #6a6c6c;
    color: #fff;
}
.size-select {
    margin-right: 0.2vw;
    padding: 0.5rem 1rem !important;
    border-radius: 1vw;
    cursor: pointer;
    transition: all 0.5s;
    font-size: 0.7rem;
    font-weight: 500;
}
.size-select:hover, .size-select.active{
    border: 1px solid #000000 !important;
    border-color: #000000;
    box-shadow: 0 2px 0 0 #000000;
}
.radio-label {
    font-size: 14px !important;
}
.radio-label input{
    margin-right: 3px;
}
.view-similar, .wishlist {
    color: #9d9d9d;
    font-size: 1.1rem;
}
.wishlist:hover{
    color: red;
}
.bestseller-badge {
    background: #000;
    color: #fff;
    font-size: 12px;
    border-radius: 50px;
    transform: translateY(-5px);
    padding: 3px 10px;
}
.offers-block {
    border-radius: 10px;
    background: #c8ffc8;
    width: 100%;
}
.brands-item-list .offers-block{
    width: 100% !important;
}
.offer-price {
    text-align: center;
    padding: 25px;
}
.form-text a {
    color: #000 !important;
    margin-right: 0px !important;
}
.header-top .btn-close {
    text-align: right;
    background: transparent !important;
    border: 0px;
    display: inline-block;
    position: absolute;
    top: -45px;
    right: 20px;
    color: #fff !important;
    font-weight: 600;
    opacity: 1 !important;
}
.brand-hmtxt {
    margin-bottom: 25px;
    color: #707070;
    font-size: 14px;
    line-height: 24px;
}
.offer-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #6a6c6c;
    min-height: 70px;
    text-align: center;
    margin-bottom: 15px;
}
.offer-pic-block img {
    border-top-left-radius: 10px;
    height: 255px;
    width: 100%;
    object-fit: contain;
    border-bottom: 1px dashed #fff;
    border-top-right-radius: 10px;
    background: #f1f1f1;
}
.offer-pic-block{
    position: relative;
}
/* .offer-pic-block::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    top: -16px;
    left: -21px;
    border-radius: 50%;
}
.offer-pic-block::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    top: -16px;
    right: -21px;
    border-radius: 50%;
} */
.green-btn:hover, .banner-btn:hover {
    background: transparent;
    color: #631012;
    font-weight: 600;
}
.green-btn, .banner-btn {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    padding: 5px 15px 7px 15px;
    border-radius: 50px;
    line-height: 24px;
    border: 2px solid #ff7700;
    background: #ff7700
}
.view-similar span {
    opacity:0;
    margin-left: 5px;
    font-family: lato;
} 
.view-similar:hover span{
    opacity: 1;
}
.wishlist, .mwishlist{
    /* padding: 7px 0px 7px 0px; */
    color: #ff7676;
}
.view-similar {
    background: transparent;
    color: #9d9d9d;
    width: 100%;
    padding: 9px 10px 7px 10px;
    font-size: 10px;
    border-radius: 50px;
    transition: 0.1s ease-in-out;
}
.view-similar:hover{
    background:#000;
    color: #fff;
}
.bg-catesubtxt {
    position: absolute;
    bottom: 30px;
    width: 100%;

}
.avatar-btn {
    text-transform: capitalize;
}
.bg-catelink {
    font-size: 13px;
    color: #fff;
    text-transform: capitalize;
    display: block;
    text-align: center;
    text-transform: initial;
}
.bg-categorytitle {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    display: block;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    padding: 0px 20px;
}
.placeOrder-main .cart-item label {
    flex: 0 0 auto;
    font-size: 0.8rem;
    color: #000 !important;
    font-weight: 600;
    margin-left: 0.5rem;
}
.singleCheckout-main .accordion-button:not(.collapsed), .accordion-button.collapsed{
    background: transparent !important;
    color: #fff !important;
}
.singleCheckout-main .accordion-button:not(.collapsed)::after {
    transform: scale(.6) rotate(180deg) !important;
    filter: brightness(100) !important; 
}
.singleCheckout-main button.accordion-button.collapsed::after {
    filter: brightness(100) !important;
}
.email-txt {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
.email-footer {
    height: 32px;
    flex: 0 0 78%;
}
.footer-links .d-flex button {
    flex: 0 0 20%;
    border-radius: 6vw !important;
    padding: 0.85vw !important;
    font-size: 0.8vw !important;
}
.singleCheckout-main .accordion-header {
    background: #631012 !important;
    display: block;
    padding: 15px;
    border-radius: 6px;
}
.singleCheckout-main textarea.form-control-login {
    width: 100% !important;
    /* border-radius: 10px !important; */
}
.plece-orderfix {
    font-size: 0.8rem;
    margin-left: 5px;
    font-weight: bold;
}
.categorybg-sub img {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
    border-radius: 10px;
}
.categorybg-sub{
    position: relative;
}
.categorybg-sub::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, black, transparent);
    left: 0;
    top: 0;
    border-radius: 10px;
}
.product-detail:hover {
    cursor: pointer;
}



/*********** breadcrumbs **********/
.breadcrumb {
    padding: 10px 0px 0px 0px !important;
    margin-bottom: 0px !important;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 2vw !important;
}
.breadcrumb-item{position: relative;}

/* .breadcrumb-item+.breadcrumb-item::before {
    content: url(./images/right-arrow.png) !important;
    opacity: 0.5;
    transform: scale(.7);
    position: absolute;
    left: 11px;
    top: 2px;
} */

.breadcrumb-item+.breadcrumb-item::before {
    opacity: 0.5;    
    background: url(./images/right-arrow.png) no-repeat !important;
    background-size: 0.8vw 0.9vw !important;
    display: inline-block;
    width: 1vw;
    height: 0.7vw;
    content: "" !important;
    position: absolute;
    left: 0.5vw;
    top: 0.2vw;
}

.color-sideselect {
    background: #000;
    border-radius: 50%;
    flex: 0 0 16%;
    margin-bottom: 17px;
    padding: 15px;
    margin-right: 15px;
    display: inline-block;
}
.color-sideselect:nth-child(2n){
    background: #000;
}
.color-sideselect:nth-child(3n +1){
    background: #119df2;
}
.color-sideselect:nth-child(4n){
    background: #6a6c6c;
}
/* .breadcrumb-item.active {
    line-height: 27px;
} */
.breadcrumb-item a, .breadcrumb-item.active {
    color: #979797 !important;
    text-decoration: none;
    font-family: 'Lato';
    font-size: 0.8vw;
    align-items: center;
}
.searchitem-name {
    font-size: 1.3vw;
    font-weight: 600;
    margin-right: auto;
    line-height: 1em;
}


/************ side filters **************/

.side-items {
    list-style: none;
    padding-left: 0px;
    text-align: left;
}
.side-items input[type="checkbox"] {
    border-color: #000;
    border: solid #000 !important;
    margin-right: 5px;
    position: absolute;
    top: 4px;
    left: 0;
}
.accordion-button::after { 
    transform: scale(.6); 
}
.accordion-button:not(.collapsed)::after {
    transform: scale(.6) rotate(180deg) !important;
}
.accordion-item {
    border: 0px !important;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    padding: 0.9vw 0px;
        padding-bottom: 10px;
    /* border-bottom: 1px dashed #6a6c6c !important; */
    border-radius: 10px !important;
}
.bds-top{
    border-top: 1px dashed #6a6c6c !important;
}
.accordion-item {
    padding-bottom: 1vw;
}
.side-items {
    list-style: none;
    padding-left: 0px;
    text-align: left;
    margin-bottom: 0px;
    /* height: 163px; 
    overflow-y: scroll;*/
}
.accordion-button:not(.collapsed),.accordion-button.collapsed {
    color: #000 !important;
    background-color: #fff !important;
    box-shadow: none;
    font-weight: bold;
    font-size: 0.9vw;
    font-family: 'Lato';
    padding: 0px !important;
}
.side-items.rating {
    height: auto !important;
    overflow: hidden !important;
}
.accordion-body {
    padding: 0.9vw 0px 0.9vw 0px !important;
}
.star-ratings {
    font-size: 12px;
    font-family: 'Lato';
    float: right;
}
ul.side-items i {
    font-size: 10px;
    margin-right: 5px;
    color: #E2E2E2;
    transform: translateY(-3px);
}
#countryUL {
    font-size: 14px;
    font-weight: 600;
    color: #ccc;
    text-transform: capitalize;
}
#LoadMore, #showLess {
    font-size: 13px;
    margin-top: 10px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
}
#showLess {
    color: #6a6c6c;
}
.side-items li{
    display: flex;
    align-items:baseline;
}
.side-items li label {
    text-decoration: none;
    color: #858585;
    font-size: 0.8vw;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Lato';
}
.side-items::-webkit-scrollbar {
    width: 7px;
  }
  .side-items {
    scrollbar-color: #dddddd #efefef;
    scrollbar-width: thin;
    z-index: 100 !important;
    position: relative;
}
  .side-items::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #e1e1e1;
  }
   
  .side-items::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    outline: 1px solid #dddddd;
  }
  .search-side .form-control.search-hm.form-control-login.me-2 {
    margin-right: 0px !important;
    font-family: 'Lato';
    font-size: 14px;
    color: #6a6c6c;
}

  .search-side {
    width: 100%;
    margin-bottom: 18px;
    position: relative;
}
.search-side i.fas.fa-search {
    position: absolute;
    left: 15px;
    top: 16px;
    color: #d8d8d8;
    font-size: 10px;
}
.search-side .search-hm {
    border: 2px solid #D8D8D8 !important;
}
.search-side .search-hm::placeholder {
    color : #D8D8D8 !important;
}
.noofitem {
    font-family: 'Lato';
    color: #858585;
    font-weight: 500;
    font-size: 0.8vw;
}
.seletedfilter-btn {
    color: #9A9A9A;
    text-decoration: none;
    background: #F1F1F1;
    font-size: 10px;
    border-radius: 50px;
    padding: 2px 10px;
}
.sorting-sec {
    list-style: none;
    align-items: center;
    gap: 0.6vw;
    margin-bottom: 0 !important;
}
.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}
.grid.active i {
    color: #000 !important;
}
.products-display  {
    gap: 10px;
}
.pagination {
    margin-bottom: 0px !important;
}
.page-link {
    background: transparent !important;
    border: 0px !important;
    color: #898989 !important;
    font-size: 13px !important;
    font-family: 'Lato' !important;
}
.products-pagination {
    background: #f1f1f1 ;
    text-align: center;
    display: flex;
    padding: 5px 0px;
    border-radius:10px ;
    margin-top: 20px;
    justify-content: space-around;
    align-items: center;
}
.sorting-sec li a {
    text-decoration: none;
    color: #858585;
    font-size: 0.9vw;
}
.filter-section .strong {
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 600;
}
.filter-section .closebtn {
    text-decoration: none;
    font-size: 12px;
    color: #fff !important;
    font-weight: bold;
}
.filter-section {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.res-filterbtn, .filter-section {
    display: none;
}
.listView-active .product-img {
    /* width: 45px !important;
    margin: auto;
    height: 42px !important;
    object-fit: contain;
    min-height: 45px; */
}
.logout-myacc {
    margin-top: 2rem;
}
.listView-active .product {
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.listView-active .viewwish-icon {
    flex: 0 0 105px;
    order: 1;
    align-items: center;
}
.listView-active .wish-icon.far {
    transform: translateY(1px);
}
.listView-active .quatity-size {
    padding: 0px 10px 0px 75px;
    left: 0px !important;
    width: 700px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    z-index: 1;
    display: flex;
    align-items: center;
    display: none;
}
.listView-active .uses-blo li {
    padding: 0px 5px;
    border-radius: 30px;
    font-size: 9px;
}
.product-detail .text-center {
    flex: 0 0 10%;
}
.listView-active .quantitle {
    flex: 0 0 42%;
}
.listView-active .sizeQuantity div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listView-active .sizeQuantity > div{
    flex: 0 0 30%;
    width: 40%;
}

.listView-active .sizeQuantity {
    width: 96%;
    position: static;
    flex-direction: column;
    gap: 20px;
    z-index: 1;
}

.listView-active .sizeQuantity .quantity.form-control-login{
    width: 100%;
}

.uses-blo {
    margin-bottom: 0px;
}
.listView-active .hoverblo-d {
    display: flex;
    align-items: center;
    width: 100%;
}
.product-info-main .nav-item .nav-link.active {
    color: #631012  !important;
  }
.listView-active .product > .product-detail {
    display: block;
    width: 70%;
    border-right: 1px solid #f0f0f0;
}
.listView-active .product > .cart-btn-detail {
    display: flex !important;
    gap: 10px;
    order: 2;
    width: 30%;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
    padding-left: 10px;
}
.listView-active p.product-title {
    width:40%;
    font-weight: 600;
    margin-bottom: 10px;
}
.listView-active .categorybest {
    width: 10%;
}

.listView-active .review-price-block{
    position: relative;
    display: block;
    bottom: auto;
}


.list.active i {
    color: #000;
}
.product-gallery .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent !important;
    border: 2px solid #631012;
}
.product-gallery .nav-pills .nav-link {
    padding: 0px !important;
}
.product-gallery .img-thumbnail {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.product-gallery .tab-pane {
    text-align: center;
}
.pro-btn-link:hover {
    cursor: pointer;
}
.zoom__pic {
    height: 100% !important;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left : 0px;
}
.product-gallery ul {
    flex: 0 0 13%;
    gap: 10px;
    flex-direction: column;
}
.product-gallery .tab-content {
    display: inline-block;
    order: 2;
    border-radius: 10px;
    background: #f1f1f1;
    width: 100%;
    flex:0 0 85%;
    padding:0px;
}
.products-list {
    gap: 15px;
}


/************ my account tabs **************/
.my-account-title {
    font-family: Lato;
    font-weight: 900;
    font-size: 0.75rem;
    color: #000000;
    text-transform: capitalize;
    line-height: 2rem;
    margin-bottom: 0px !important;
}
.my-account-tabs .my-account-btn li a{
    text-align: left;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 0.85rem;
    width: 100%;
    color: #2C2C2C;
    text-align: left;
    padding:0.3rem;
    border-radius: 2rem !important;
}
.my-account-btn::after {
    position: absolute;
    content: "";
    width: 0.05rem;
    height: 100%;
    background: #f1f1f1;
    right: -0.5rem;
}
.my-account-tabs .my-account-btn li a {
    text-decoration: none;
    color: #6a6c6c;
    padding: 0.2rem;
    width: 100%;
    display: block;
}
.review-icons-block .remove-cart, .review-icons-block .addtoCart {
    width: 100%;
    flex: 0 0 155px;
    padding: 8px 14px 10px 14px !important;
    color: #000;
    background: #fff;
    border-radius: 30px;
    padding: 10px 5px 8px 8px;
    font-size: 12px;
    text-decoration: none;
    font-family: lato;
    height: 32px;
    line-height: 15px;
    text-align: center;
}
.review-icons-block .remove-cart:hover, .review-icons-block .addtoCart:hover{
   background: #631012;
   color:#fff;
}
.wishlist-main .review-icons-block .remove-cart {
    width: 100%;
    flex: 0 0 155px;
    font-size: 13px;
    padding: 8px 14px 7px 14px;
    cursor: pointer;
}
.wishlist_removecart:hover i,.review-icons-block .addtoCart:hover i {
    color: #fff;
    cursor: pointer;
}
.review-content-block {
    width: 100%;
}
.wishlist-main .review-icons-block {
    display: flex;
    width: 10rem;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}
.my-account-tabs .my-account-btn li:hover{
    cursor: pointer !important;
}
.my-account-tabs .my-account-btn li a:hover {
    background: #631012;
    color: #fff;
    text-align: center;
    cursor: pointer !important;
}
.logout-myacc{
    text-align:center !important;
}
.my-account-tabs .my-account-btn a.active, .logout-myacc{
    background: #631012 !important;
    border-radius: 50px;
    text-align: center;
    color: #fff !important;
    padding: 0.3rem;
}
.my-account-btn {
    flex: 0 0 15%;
    position: relative;
}
.upload-picicon {
    border-radius: 10px;
    position: relative;
    width: 100%;
    cursor: pointer;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 40%);
    height: 100%;
    opacity: 1;
    background: #404040;
    color: #fff;
    font-size: 12px;
    transform: scale(.8);
}

/* .upload-picicon::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 8;
    top: 0;
    left: 0;
}
.upload-picicon::before {
    position: absolute;
    content: url(./images/icons/upload.png);
    width: 100%;
    font-size: 14px;
    height: 100%;
    left: 5px;
    top: 3px;
    color: #fff;
    object-fit: contain;
    border-radius: 6px;
    transform: scale(.7);
    z-index: 10;
} */
.my-account-content {
    width: 100%;
    background: #fff;
    padding: 0px 0px 0px 1rem;
}
.upload-main {
    position: absolute;
    right: 7px;
    z-index: 10;
    bottom: 0px;
}
.preview-img {
    position: relative;
    width: auto;
    border-radius: 10px;
    border: 10px solid #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    height: auto;
    background: #f1f1f1;
    min-height: 200px;
    max-height: 300px;
}
.preview-pic {
    position: relative;
    height: 100%;
    object-fit: cover;
    display: inline-block;
    max-height: 280px;
    width: 100%;
    margin: 0px auto;
}
.my-fields {
    list-style: none;
    padding-left: 0px;
}
.my-fields li{
    display: flex;
}
.myfield-title {
    flex: 0 0 35%;
    display: inline-block;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
}
.myfield-value {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    color: #6a6c6c;
}
.overview-links {
    display: grid;
    text-align: center;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
}
.overview-links a {
    text-decoration: none;
    flex: 0 0 31.5%;
    background: #f1f1f1;
    border-radius: 10px;
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 45px;
    color: #6a6c6c;
    padding: 50px 0px;
    transition: 0.3s ease-in-out;
}
.overview-links a:hover{
    color: #6a6c6c;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
}
.overview-links a i {
    display: block;
    width: 100%;
    color: #631012;
    font-size: 30px;
}


/**************** product details ****************/
.pro-details-txt .product-title {
    width: 100%;
}
.details-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 0.6rem;
    line-height: 2vw;
    color: #000000;
}

.price-block{
    background: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 0 19px 1px rgb(204 204 204 / 25%);
}

.pro-details-txt ul{
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 0px;
}

.price-block ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
}

.pro-txt {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 0.65rem;
    line-height: 24px;
    color: #939393;
}
/*.color-select:nth-child(2) {
    background: #1a8b61 !important;
}
.color-select:nth-child(3) {
    background: #119df2 !important;
}
.color-select:nth-child(4) {
    background: #112223 !important;
}*/
.stock-status {
    color: #ff0000;
    font-weight: 600;
    margin-right: 10px;
}
.notify-me::after {
    position: absolute;
    content: "";
    left: -2px;
    top: 4px;
    background: #6a6c6c;
    width: 10px;
    height: 10px;
    z-index: -1;
    transform: rotate(45deg);
}
.notify-me {
    text-decoration: none;
    font-size: 10px;
    position: relative;
    background: #6a6c6c;
    padding: 3px 5px;
    color: #ddd;
    border-radius: 6px;
}
.notify-me:hover{
    color:#fff;
}
.notify-me-modal {
    border-radius: 10px !important;
    padding: 20px;
    text-align: center;
    font-size: 15px;
    color: #000;
    font-family: 'Montserrat';
}
.removeFromCart, .removeFromMCart {
    margin-right: 0 !important;
    cursor: pointer;
}

.cart-quantity .removeFromCart, .cart-quantity .removeFromMCart {
    /* align-items: center;
    justify-content: center;
    background: #fff;
    color: #6a6c6c;
    height: 30px;
    width: 30px;
    border: 0px solid #fff;
    border-radius: 50%;
    line-height: 10px !important;
    font-weight: bold;
    font-size: 18px;
    /* padding: 0px 0px 4px 0px !important; /
    /* box-shadow: 0px 0px 10px rgba(0,0,0,0.2); /
    font-size: 11px;
    display: flex;
    text-decoration: none;
    border: 1px solid #ccc; */

    align-items: center;
    justify-content: center;
    display: flex;
    background: #fff;
    color: #6a6c6c;
    height: 2rem;
    width: 2rem;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-weight: bold;
    font-size: 0.6rem;
    z-index: 1;
    flex-shrink: 0;
}
.pro-btn-link {
    /* background: #fff;
    color: var(--secondary) !important;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    font-size: 15px !important;
    margin-right: 30px;
    font-weight: 600;
    border: 2px solid var(--secondary);
    width: auto;
    text-align: center;
    justify-content: space-around;
    line-height: 30px;
    height: 100% !important; */

    background: #fff;
    color: var(--secondary) !important;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    justify-content: space-around;
    font-size: 0.9rem !important;
    height: 100% !important;
    padding: 0.6vw 1.2vw;
    border-radius: 50px;
    border: 2px solid var(--secondary);
    width: 100% !important;
    display: block;
}
.pro-btn-link.active {
    /* background: #631012 !important; */
    /* background-image: linear-gradient(90deg, #631012, #fc5b6f 49%, #fd7c50); */
    background-color: var(--secondary) !important;
    color: #1c1818 !important;
    padding: 0.6vw 1.2vw;
    border-radius: 50px;
    font-size: 0.9rem !important;
    font-weight: 600;
    /* border: 2px solid #631012; */
    border: 2px solid var(--secondary);
    text-align: center;
    justify-content: center;
    align-items: center;
    /* line-height: 30px; */
    height: 100% !important;
}
.pro-btn-link.active i{
    margin-right: 0.3vw;
}
.pro-btn-link.bg {
    background: #631012 !important;
    color: #fff !important;
    text-decoration: none;
    border: 2px solid #631012;
    padding: 2px 20px 5px 20px;
    border-radius: 50px;
    font-weight: 600;
    margin-right: 30px;
}
.pro-details-txt .fa-heart {
    color: #ff0000;
    cursor: pointer;
}
.notify-me-modal img {
    width: 80%;
    margin: 0px auto;
}
.product-info-main .nav-link.active {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 1.5em;
    background: transparent !important;
    color: #000000;
    border-bottom: 0.15rem solid #631012;
    border-radius: 0px !important;
}
.stock-status-yes {
    color: #000000;
    font-weight: 600;
}
.pro-details-btn {
    margin-top: 35px;
}
.pro-btn-link.bg:hover, .pro-btn-link.active:hover{
    background: #fff !important;
    color:var(--black) !important;
}
.pro-btn-link:hover {
    background: var(--secondary) !important;
    color: var(--black) !important;
  }
.notify-me-modal .btn-close {
    margin-left: auto;
    font-size: 10px;
}
.color-select {
    position: relative !important;
    text-decoration: none;
    /* margin-right: 0.2vw; */
    /*background: #000 !important;*/
    padding: 0px 10px;
    line-height: 0px;
    /*border-radius: 50%;*/
    cursor: pointer;
    outline: 2px solid #f5f5f5;
  border: 2px solid #f5f5f5;
  outline-offset: -2px;
  transition: outline-offset 200ms ease;
  font-size: 0.8rem;
}

.color-select:hover, .color-select.active{
    outline: 0.1rem dashed #000 !important;
    outline-offset: 0.1rem !important;
}

/* .color-select::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    z-index: 10;
    top: 0;
    border-radius: 100%;
} */
.product-info-main caption, .product-info-main .caption {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 1em;
    color: #ADADAD;
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.pro-deltail-table td {
    padding: 0px !important;
    line-height: 24px;
    font-size: 14px;
}
@keyframes pulse-c {
    0% {
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
    70% {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      box-shadow: 0 0 0 50px rgba(255,255,255, 0);
    }
    100% {
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
  }
  .signin-link.mb-connect:hover {
    animation: none;
    background: #000 !important;
    color: #fff !important;
    border-color: #fff !important;
  }
.signin-link.mb-connect {
    background: #c82333 !important;
    color: #fff !important;
    box-shadow: 0 0 0 0 rgba(200,35,51, 0.5);
    animation: pulse-c 1.2s infinite ease-in-out;
    border-color: #c82333;
    margin: 0px;
}
.pro-deltail-table .details-fieldtitle{
    width:50%;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 2em;
    color: #282828;
}
.pro-deltail-table .details-fieldvalue {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 2em;
    color: #7f7f7f;
}
.additional-info .caption {
    display: block;
    margin-bottom: 20px;
}
.additional-info p {
    font-size: 14px;
    line-height: 24px;
}
.review-left{
    line-height:60px;
}
.review-txt {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #939393;
    margin-bottom: 5px;
}
.review-namedate .name {
    font-family: Lato;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding-right: 10px;
    color: #6a6c6c;
}
.review-namedate a {
    text-decoration: none;
    color: #6a6c6c;
    font-size: 13px;
}
.main-price {
  font-size: 1.2vw;
  margin-right: 0.3vw;
  font-weight: 700;
  line-height: auto;
}
.price del {
    font-size: 0.8vw;
    color: #404040;
    margin-right: 7px;
  }
  .badge {
    background: #f00;
    border-radius: 50px !important;
  }
/* i.fas.fa-thumbs-up {
    color: #000;
} */
i.fas.fa-thumbs-down {
    color: #bebebe;
}
.review {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #f1f1f1;
}
.review:nth-last-child(1) {
    border: 0px !important;
    margin-bottom: 0px !important;
}
.my-account-alert, .my-account-msg-alert {
    right: 30px;
    top: 150px;
    padding: 10px 25px !important; 
    border-radius: 6px;
    position: fixed;
    color: #fff;
    background: #631012 !important;
    font-weight: 500;
    font-family: 'Lato',sans-serif;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    display: none;
    z-index: 1000000;
    width: auto !important;
}
.my-accountdanger-alert {
    right: 30px;
    top: 150px;
    padding: 10px 25px !important; 
    border-radius: 6px;
    position: fixed;
    color: #ff0000;
    background: #f8d7da !important;
    font-weight: 500;
    font-family: 'Lato',sans-serif;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    display: none;
    z-index: 1000000;
    width: auto !important;
}
.review-namedate .date {
    color: #000;
    font-weight: bold;
    font-family: Lato;
    font-size: 14px;
    padding-left: 10px;
}
.review-left img {
    width: 100%;
    border-radius: 10px;
}
.review-sort:hover{
    cursor: pointer;
}
.product-info-main button.btn-close.ml-auto {
    float: right;
    margin-left: auto;
    font-size: 10px;
}
.reviewadd-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.reviewadd-subtxt {
    font-family: Lato;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px !important;
    color: #4D4D4D;
    display: inline-block;
    margin-top: 20px;
}
.header-icons .dropdown-toggle::after{
    display: none;
}
.header-icons .dropdown-menu a {
    margin-left: 0px;
}
.noti-title {
    font-size: 13px;
    color: #6a6c6c;
    font-weight: 600;
    line-height: 19px;
    white-space: normal;
}
#notify_menu {
    min-width: 250px;
}
.noti-title span {
    color: #b2b2b2;
    font-weight: 500;
    font-size: 12px;
    white-space: break-spaces;
}
.noti-item {
    border-bottom: 1px solid #f1f1f1 !important;
    position: relative;
    z-index: 10;
    padding: 10px 5px !important;
}
.noti-item:hover {
    background-color: #f1f1f1 !important;
}
.noti-item img {
    width: auto;
    height: 40px;
    margin-right: 10px;
}
.noti-menu li:nth-last-child(1) a{
    border: 0px !important;
    justify-content: space-around !important;
}
.noti-menu li:nth-last-child(1) a:hover{
    background: #fff !important;
    font-weight: 600;
    color: #000 !important;
}
.noti-menu::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    top: -3px;
    left: 15px;
    transform: rotate(45deg);
    z-index: 0;
    box-shadow: -2px -30px 35px rgba(0,0,0,0.3);
}
.wish-menu.noti-menu::before {
    top: -7px;
    right: 34px;
}
.wish-menu .noti-item:hover span {
    border-bottom: 1px solid #b2b2b2;
}
.review-submit .form-label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 0.65rem;
    line-height: 36px;
    color: #6a6c6c;
}
/* .review-submit i {
    font-size: 12px;
    color: #c3c2c2;
    margin-left: 5px;
} */
/*************** order & returns **************/
.order-return input[type="checkbox"] {
    margin-right: 10px;
}
.order-return label {
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #2C2C2C;
}
.order-item {
    background: #f1f1f1;
    border-radius: 10px;
    padding: 10px;
} 
.order-item img {
    background: #fff;
    padding: 0;
    margin:10px 10px 10px 0px;
    border-radius: 10px;
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.orders-d > * {
    font-weight: 600 !important;
    font-size: 13px !important;
    font-family: 'Lato';
    line-height: 24px;
    color: #6a6c6c !important;
}
.orders-d span{
    font-weight: 500 !important;
    font-size: 13px !important;
    color: #6a6c6c;
}
.order-item {
    position: relative;
    padding: 15px;
}
.order-item a {
    text-decoration: none;
    line-height: 20px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000;
}
#order_status {
    font-size: 13px !important;
    font-family: 'Lato', Sans-serif;
}

.order-content{
	background-color: #fff;
	border-radius: 10px;
}
.order-content p{
	margin-bottom: 0px;
}
.order-content {
	padding: 40px 20px;
}
label.order-quantity {
	flex: 0 0 auto;
	margin-right: 10px;
}
.orderscon-items {
	padding: 20px 0px;
	margin: 20px 0px;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}
.order-content .price-details, .order-content .cart-item {
	border: 0px solid #f1f1f1 !important;
}
.orderctext {
	margin-left: 10px;
	font-size: 14px;
	font-family: 'Lato';
}
.orderctitle {
	font-family: 'LATO';
	font-weight: 600;
	font-size: 15px;
}
.order-content .user-name {
	font-weight: bold;
	color: #6a6c6c;
	margin-bottom: 0px;
	font-size: 18px;
	font-family: 'Lato';
}
.thanks-msg p {
	font-size: 14px;
	line-height: 24px;
	color: #6a6c6c;
}
.order-content .noproduct-title {
	font-size: 27px;
	font-family: lato;
	font-weight: bold;
	line-height: 40px;
	color: #000;
	font-family: 'Montserrat';
}
.order-confirm-main{
	background-color: #f1f1f1;
	padding: 50px 0px;
}
.order-txt{
	color: #000;
	font-size: 14px;
}
.order-icon i {
	background: #000;
	color: #fff;
	font-size: 34px;
	padding: 42px;
	margin-top: 15px;
	border-radius: 50%;
}
.order-content {
	padding: 20px;
}

.d-txt-status .strong {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 10px;
    color: #000000;
}
.re-order i {
    font-size: 12px;
    color: #a09e9e;
}
.d-txt-status {
    line-height: 10px;
}
.d-subtxt {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 0px;
    color: #a3a1a1;
}
.d-status i {
    margin-right: 15px;
    font-size: 8px;
}
.re-order {
    background: #631012;
    color: #fff !important;
    padding: 1px 8px;
    border-radius: 30px;
    border: 2px solid #631012;
}
.orders-d {
    margin-bottom: 10px;
}
.cancel-order1 {
    background: #f1f1f1;
    color: #f54141 !important;
    padding: 1px 8px;
    border-radius: 30px;
    border: 2px solid #f54141;
}
.o-success {
    color: #000;
}
.o-cancel {
    color:#FF0000;
}
.o-exchange {
    color: #FFC700;
}
.modal-content .btn-close {
    float: right;
    margin-left: auto;
    font-size:0.7rem;
    font-weight: 600;
}
.order-item a:hover {
    color: #000000;
}
input:focus-visible, select:focus-visible, textarea:focus-visible{
    outline: 0px !important;
}
.my-profile {
    gap: 15px;
}
.my-profile .form-group {
    width: 100%;
    flex: 0 0 32%;
}
.my-profile input, .my-profile select{
    width: 100%;
    margin-top: 10px;
    border-radius: 50px !important;
    display: block;
}
.manage-address-main input, .manage-address-main select{
    width: 100%;
    background: #ffffff;
    border-radius: 50px !important;
}
.manage-address-main textarea{
    width: 100%;
    background: #ffffff;
    border-radius: 10px !important;
}
.add-address .form-control-login {
    width: 100%;
    color: #6a6c6c;
    font-size:14px ;
}
.add-address input.checkbox {
    width: auto;
    margin-right: 10px;
}
.myprofile-btn {
    float: right;
    margin-top: 20px;
}
.my-profile label {
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #2C2C2C;
}
.manage-address-main .accordion-item {
    background: #f1f1f1;
    border-radius: 10px !important;
}
.add-address label {
    display: inline-block;
    font-size: 14px;
    font-family: 'Lato';
}
.manage-address-main button.accordion-button:not(.collaspsed) {
    background: #f1f1f1 !important;
    font-family: Lato;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 30px;
    color: #6a6c6c;
}
.address {
    border-radius: 10px;
    margin-bottom: 15px;
    background: #f1f1f1;
    padding: 15px 20px;
}
.name-address {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 0.7rem;
    line-height: 1.5em;
    color: #000000;
}
label input {
    margin-left: 0px;
}
.icons-address i {
    font-size: 12px;
}
.icons-address .edit{
    color: #000;
}
.icons-address .delete{
    color: #FF0000;
    margin-left: 15px;
}
.address-con{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 0.7rem;
    line-height: 1.5em;
    color: #848484;
}
.address-list .phone-address{
    font-family: Lato;
    margin-left: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: #6B6B6B;
}
.titlebtn-address span {
    background: #6a6c6c;
    margin-right: 5px;
    color: #fff;
    padding: 0.3rem 0.6rem;
    border-radius: 3rem;
    font-family: 'Lato';
    font-size: 0.6rem;
}
.titledefaultbtn-address span {
    background: red;
    margin-right: 5px;
    color: #fff;
    padding: 0.3rem 0.6rem;
    border-radius: 50px;
    font-family: 'Lato';
    font-size: 0.6rem;
}
.product-gallery ul .nav-item {
    height: 75px;
}

/***************** static pages ***************/
.sub-content {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    margin-top: -50px;
    position: relative;
    z-index: 10;
}
.content-main {
    background: #f1f1f1;
    padding: 0px 0px 30px 0px;
    position: relative;
    margin-bottom: -40px;
}
.sub-content h3{
    font-family: 'Montserrat';
    font-weight: bold;
    color: #6a6c6c;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 24px;
}
.about-sample .icon-txt {
    display: block;
    text-align: center;
    font-family: 'Lato';
    font-size: 18px;
    color: #000000;
}
.about-sample .icon-title {
    color: #6a6c6c;
    font-size: 23px;
    line-height: 24px;
    font-family: 'Montserrat';
}
.about-sample .item i {
    color: #000;
    border-radius: 50%;
    font-size: 30px;
    margin-bottom: 20px;
}
.content-width {
    width: 100%;
    max-width: 1110px;
    margin: 0px auto !important;
}
.about-sample .item {
    padding: 50px 0px;
}
.sub-content p, .sub-content li, .sub-content a {
    font-size: 14px;
    line-height: 24px;
    color: #6a6c6c;
    font-family: 'Lato';
}
.bg-about {
    /* background: url(./images/about-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; */
    /* padding: 150px 20px; */
    padding:40px 20px 70px 20px;
    position: relative;
}
.bg-about:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    /* background: rgba(0,0,0,0.7); */
    /* background: rgb(11 147 133); */
    /* background:#212529; */
    background:#323232;
}
.bg-about img {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background-attachment: fixed;
    background-size: cover;
    background-color: #000000;
    object-fit: cover;
    background-position: center;
}
.bg-about h3{
    z-index: 3;
    font-size: 35px;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat';
}
.we-block .col-sm-6.col-xs-12:nth-child(1) {
    margin-bottom: 60px;
}
.we-block img {
    width: 100% !important;
    height: auto !important;
}
.sub-content strong {
    font-family: 'Lato';
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: 10px;
    display: block;
    font-weight: 600;
}
.we-block img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.we-title {
    font-size: 30px;
    margin-bottom: 20px;
    display: block;
    font-family: 'Montsrrat', sans-serif;
    font-weight: 700;
}
.we-block {
    padding: 50px 0px;
}
.we-block p {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Lato';
}
.faq-main .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000 !important;
    background-color: transparent !important;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Lato' ,sans-serif;
}
.faq-main .nav-link {
    text-align: left;
    font-size: 14px;
    color: #6a6c6c;
    font-family: 'Lato';
}
.faq-main .nav-pills {
    border-right: 1px solid #f1f1f1;
}
.faq-main .accordion-button.collapsed {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #6c6c6c !important;
}
.faq-main button.accordion-button[aria-expanded="true"] {
    color: #6c6c6c !important;
}
.product-compare .table-responsive{
    width: 100% !important;
}
.product-compare td{
    width: 33.3%;
    text-align:center;
    padding: 10px;
}
.product-compare .product-rating {
    padding: 0px 60px;
}
.product-compare .product-title {
    font-size: 18px !important;
    line-height: 25px !important;
}
.compare-main .sub-content > strong {
    font-family: 'Lato';
    font-size: 20px;
    margin-bottom: 18px;
    color: #6a6c6c;
    display: block;
}
.noproduct-title {
    font-size: 20px;
    font-family: lato;
    line-height: 40px;
    color: #000;
}
.noproduct-txt {
    font-size: 14px;
    line-height: 30px;
    color: #a5a5a5;
}
.compare-txt {
    width: 50%;
    margin: 0px auto;
    margin-bottom: 50px;
}
.product-compare .search-hm-main, .product-compare .search-hm-md{
    width: 70%;
    margin:0px auto;
}
.product-compare .property-heading {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    font-family: 'Lato';
}
.product-compare td.property-value {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato';
}
.product-compare .product-img {
    width: 200px;
    margin: 30px 0px;
    object-fit: contain;
    height: 200px;
    position: static;
}
.contact-us .about-sample .item {
    padding: 50px 0px 0px 0px;
    flex: 0 0 33.3%;
}
.contact-us .about-sample .icon-txt {
    font-size: 14px;
    color: #6a6c6c;
    line-height: 30px;
}
.contact-us .about-sample a {
    text-decoration: none;
}
.content-width.contact-us {
    width: 70%;
    margin: 0px auto;
}
/* .contact-us textarea {
    border-radius: 16px !important;
} */
.contact-us form label{
    font-size: 14px;
    color: #6a6c6c;
    line-height: 24px;
    margin-bottom: 5px;
    font-family: lato;
}
.review-block {
    background: #f1f1f1;
    border-radius: 0.3rem;
    padding: 0.8rem;
    margin-top: 0.9rem !important;
}
.review-picblock {
    flex: 0 0 20%;
}
.wishlist-main .review-picblock {
    flex: 0 0 5rem;
}
.wishlist-main .review-picblock img, .notification-main .review-picblock img {
    width: 6rem;
    height: 6rem;
}
.wishlist-main .review-content-block {
    flex: 0 0 84%;
    padding-left: 0.8rem;
}
.review-picblock img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin: 0px auto !important;
}
.notification-main .review-block {
    background: #fff;
}
.notification-main .review-picblock {
    flex: 0 0 15%;
}
.notification-main a.btn-green-login {
    padding: 7px 15px;
    text-decoration: none;
    border: 2px solid #000;
}
.stock-btn {
    color: #6a6c6c;
    font-weight: bold;
}
.notification-main .review-content-block {
    flex: 0 0 60%;
}
.review-icons-block i {
    font-size: 14px;
    line-height: 0px;
    margin-right: 0.5rem;
}
.review-icons-block .fa-edit{
    color: #119df2;
}
.review-icons-block .fa-trash{
    color: #ff0000;
}
.review-icons-block .fa-share-alt{
    color: #000
}
.review-icons-block .fa-shopping-cart{
    color: #000;
    font-size: 0.8rem;
}

.wishlist_addtocart .fa-shopping-cart, .delete_mwishlist .fa-trash{
    font-size: 0.8rem;
}

.delete_mwishlist .fa-trash{
    font-size: 0.8rem;
    margin-left: 0.6rem;
}

.icon-address span:hover i {
     cursor: pointer;
}   
.logout-btn {
    background: #000;
    color: #fff;
    border: 2px solid #000 !important;
    padding: 5px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 60px;
    transition: 0.1s linear;
}
.logout-btn:hover{
    background: transparent;
    color: #000;
    font-weight: 600;
}
.cart-width-container {
    max-width: 1110px;
    margin: 0px auto !important;
    width: 100%;
}
.address-cart {
    border: 1px solid #f1f1f1;
    border-radius: 10px;
}
.address-default {
    font-family: 'Montserrat';
    color: #787878;
    font-size: 13px;
    margin-bottom: 0px !important;
}
.addMore i {
    font-size: 0.75rem;
    color: #ff0000;
    margin-right: 9px;
}
.addMore:hover{
    color: #000;
    background: #f1f1f1;
}
.addMore {
    display: block;
    padding: 0.6rem;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    text-decoration: none;
    color: #6a6c6c;
    font-size: 0.75rem;
    font-weight: 600;
}
.cart-right {
    background: #fff;
    padding: 0.8rem;
    border-radius: 6px;
    margin-bottom: 0.6rem;
}
.price-details {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0.4rem;
}
.address-cart {
    padding: 5px 15px;
}
.prices strong {
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
}
.place-order {
    /* text-align: center;
    display: block;
    text-decoration: none;
    /* text-transform: uppercase; /
    /* letter-spacing: 5px; /
    color: var(--black);
    background: var(--secondary);
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 15px;
    width: 100%;
    border: 0px;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 15px !important;
    font-weight: 600;
    line-height: 30px; */

    text-align: center;
    display: block;
    text-decoration: none;
    color: var(--black);
    background: var(--secondary);
    width: 100%;
    border: 0px;
    padding: 0.8rem;
    border-radius: 2rem;
    font-size: 0.9rem !important;
    font-weight: 600;
}
.place-order:hover{
    border:0.1rem solid var(--secondary);
    color:var(--black);
    background-color: #fff;
}

.place-order.place-order-outline{
    color: var(--black);
    border:1px solid var(--secondary);
    background-color: #fff;
}

.place-order.place-order-outline:hover{
    border:1px solid var(--secondary);
    color:var(--black);
    background-color: var(--secondary);
}

form.add-address textarea.form-control-login {
    border-radius: 10px !important;
}
.cart-main .product {
    background: #fff;
}
.add-address-cart {
    padding: 15px;
}
.address-main-cart .modal-dialog {
    max-width: 600px !important;
}
.address-main-cart input.form-control-login,.address-main-cart textarea {
    display: block;
    width: 100% !important;
    border-radius: 6px !important;
}
.youmay-title {
    font-size: 15px;
    color: #6a6c6c;
    margin-bottom: 15px;
    display: block;
}

.prices p{
    font-size: 14px;
    font-family: 'Lato',sans-serif;
    line-height: 35px;
    text-align: right;
}
.address-default span {
    color: #000;
    font-weight: bold;
    font-size: 15px;
}
.address-cart .dropdown-menu{
    top: 30px !important;
    transform: translate(0px,0px) !important;
    left: -30px !important;
}
.address-cart .addcart-addressbtn {
    background: var(--secondary);
    color: var(--black);
    border: 2px solid var(--secondary);
    margin: 0px auto !important;
    border-radius: 34px;
    padding: 0px 10px;
}
.address-main-cart {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #f1f1f1;
}
.address-cart .addcart-addressbtn:hover{
    background: #fff !important;
    color: var(--black) !important;    
    border: 2px solid var(--secondary);
}
.shopping-items {
    font-family: Montserrat;
    font-size: 0.8rem;
    color: #6a6c6c;
    font-weight: 700;
}
.cart-item label {
    flex: 0 0 30%;
    font-size: 13px;
    color: #000 !important;
}
.product-list-rel .product, .products-list .product{
    width: 100%;
}
.product-list-rel,  .products-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
    gap: 1vw !important;
}
.cart-item {
    border: 1px solid #f1f1f1;
    background: #fafafa;
    padding: 0.4rem;
    margin-top: 0.6rem;
    border-radius: 10px;
}
.cart-main {
    background: #f4f4f4;
    /* background: #f9f9f9; */
    padding: 1rem 0px;
    margin-bottom: -40px;
    min-height: 600px;
}
.cart-item .product-category {
    flex: 0 0 80% !important;
}

.cart-item .product-title {
    font-size: 1rem;
    line-height: 1.6em !important;
    max-height: initial;
}

.cart-item .product-title.main-product-title {
    font-weight: 600;
}
.cart-item .product-title.price-product-title {
    font-weight: 700;
}
.cart-item .product-title.price-product-title del {
    font-weight: 500;
}
.cart-item .review-content-block {
    padding-left: 0.6rem;
    margin-left: 0.6rem;
    border-left: 1px solid #f1f1f1;
    flex: auto;
}

.cart-item .review-content-block > div > div:first-child {
    flex: 0 0 50%;
}

.cart-item .review-content-block > div > div:first-child .product-title{
    overflow: visible;
    -webkit-line-clamp:inherit;
    text-overflow: inherit;
    max-height:none;
}

.deliveryby i{
    font-size: 15px;
    color: #000;
    margin-right: 5px;
}
.deliveryby {
    color: #6a6c6c;
    font-size: 12px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 0px;
}
.cart-left {
    background: #fff;
    padding: 1rem;
    border-radius: 6px;
}
.cart-item .cartbtn {
    font-size: 0.7rem;
    color: #6a6c6c;
    text-decoration: none;
    font-weight: 600;
    padding: 0.2rem 0.6rem;
    font-family: 'Lato', sans-serif;
    border-radius: 50px;
    border: 2px solid #fafafa;
}
.cart-item .cartbtn:hover{
    color: #fff;
    background: #631012;
    border-color: #631012;
    cursor: pointer;
}
.total-main {
    padding: 10px 20px !important;
  }
.total-pricetag {
    font-size: 25px;
    font-weight: bold;
  }
.product-title.price {
    font-size: 20px;
    font-weight: 600;
  }
  .total-tag {
    font-size: 0.8rem;
    color: #000;
  }
  .mt-20{
      margin-top: 15px;
  }
/* .remove-addtobtn {
    padding-right: 20px;
} */
.cart-item .review-picblock img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    /* height: 105px;
    object-fit: contain;
    margin: 0px auto !important; */
}
.cart-item .form-control-login {
    font-size: 13px !important;
    width: 40%;
    padding: 5px 10px !important;
}
.address-select .address {
    background: #fff;
    padding: 0px 15px;
}
.gap{
    gap: 0px 15px;
}
.order-item i.fas.fa-pen {
    color: #d1d1d1;
    font-size: 12px;
    margin-left: 6px;
    transform: translate(-21px, -22px);
}
.order-item i.fas.fa-pen:hover {
    color: #000;
}
.orders-list .modal-dialog {
    max-width: 600px !important;
}
.tag .form-control-login {
    width: 100% !important;
    font-size: 12px;
    padding: 8px 15px !important;
    background: #fff;
    color: #747474;
}
.profile-alert {    
    padding: 10px 25px;
    border-radius: 6px;
    position: fixed;
    color: #fff;
    background: #000;
    font-weight: 500;
    font-family: 'Lato',sans-serif;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    right: 20px;
    bottom: 20px;
    display: none;
    z-index: 1000000;
}
/******** compare *************/
.compare-main .sub-content {
    margin-top: -120px;
}
.compare label {
    font-size: 14px;
}
.compare input[type="checkbox"] {
    margin-right: 5px;
    transform: translate(0px, 1px);
}
.gap-feature {
    gap: 1vw;
}  
/******** compare *************/
.compare-main .sub-content {
    margin-top: -120px;
}
.compare label {
    font-size: 14px;
}
.compare input[type="checkbox"] {
    margin-right: 5px;
    transform: translate(0px, 1px);
}

/************* compare ***************/
.compare-btn {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    background: #631012;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}
.compare-product .title {
    font-size: 12px;
    text-decoration: none;
    color: #6a6c6c;
    font-family: 'Lato';
    font-weight: 500;
    display: block;
    text-decoration: none;
}
.compare-product img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 5px;
}
.small-popupmsg {
    position: fixed;
    z-index: 100;
    bottom: 50px;
    right: 50px;
    max-width: 300px;
}
.compare-remove:hover{
    color:#000;
}
.compare-btn span {
    background: #fff;
    padding: 5px 11px;
    border-radius: 50px;
    line-height: 20px;
    font-size: 12px;
    color: #000;
}
.compare-product {
    border: 1px solid #f1f1f1;
    padding-top: 25px !important;
}
.compare-btn {
    text-align: center;
}
.compare-btn:hover{
    color: #fff;
}
.compare-remove {
    color: #6a6c6c;
    font-weight: 600;
    font-size: 15px;
}
.onHide-compare {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    padding: 0px !important;
    display: block;
    float: left;
}
.d-compare{
    display: none;
}
/* .compare-product,.compare-remove{
    width: 50%;
} */
.compare-product .btn-close {
    position: absolute;
    right: 6px;
    font-size: 8px;
    font-weight: bold;
    top: 5px;
}
.onHide-compare td {
    width: 150px;
}
.onHide-compare tbody {
    padding: 0px !important;
}
.compare-remove.d-compare {
    line-height: 39px;
    cursor: pointer;
}
.small-popupmsg > .onHide-compare > * {
    text-decoration: none;
    float: left;
    width: 100%;
    padding: 10px;
    text-align: center;
}
.compare-btn:hover{
    cursor: pointer;
}



.ratingStars {
    font-size: 12px;
    color: #f1f1f1 !important;
    height: 15px;
    cursor: pointer;
    line-height: 0px !important;
    position: relative;
    text-shadow: 2px 3px 3px rgb(0 0 0 / 10%);
    width: 20px;
}

.fas.fa-star {
    font-size: 0.65vw;
    margin-left: 0.1vw;
    line-height: 0px;
    color: #fd0 !important;
}
.price{margin-bottom:0px; line-height: normal;}
.hoverStars i{
    color: #fd0 !important;
    font-size: 12px;
    line-height: 0px;
  }
  .star-yellow i, .star-yellow{
    color: #fd0 !important;
   line-height: 0px;
    font-size: 12px;
  }
  .sidefilters .search-hm-main, .sidefilters .search-hm-md{
    width: 100%;
}

.alert-msg-on {    
    padding: 10px 25px;
    border-radius: 6px;
    position: fixed;
    color: #fff;
    background: #6a6c6c;
    font-weight: 500;
    font-family: 'Lato',sans-serif;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    right: 20px;
    bottom: 20px;
    display: none;
    z-index: 1000000;
}
.alert-msg-on i, .alert-msg-off i{
    font-size: 13px ;
    margin-right: 5px;
}
.alert-msg-off {    
    padding: 10px 25px;
    border-radius: 6px;
    position: fixed;
    color: #fff;
    background: #6a6c6c;
    font-weight: 500;
    font-family: 'Lato',sans-serif;
    box-shadow: 0px 0px 20px rgb(26 184 97 / 50%);
    right: 20px;
    bottom: 20px;
    display: none;
    z-index: 1000000;
}
.compare .slider::before {
    height: 10px;
    width: 10px;
}
.switch.compare.d-flex {
    display: inline-block;
    width: 36px;
    height: 18px;
transform: translate(9px, 20px);
}
.compare input:checked + .slider::before {
    transform: translateX(17px);
}
/* .sizeQuantity {
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
} */

.sizeQuantity{
    display: flex;
    gap: 0.5vw;
    width: auto;
    z-index: 99;
    position: relative;
    width: 10rem;
}

.hovermain-block .wish-icon {
    background: #fff;
    width: 2.3vw;
    height: 2.3vw;
    border-radius: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: absolute;
    right: 0.8vw;
    z-index: 99;
}
.hovermain-block .mwish-icon {
    background: #fff;
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: absolute;
    right: 0.8rem;
    z-index: 99;
}
label.compare {
    font-size: 13px;
    display: flex;
    transform: translateX(0px);
    align-items: center;
    color: #fff;
    font-weight: 600;
}
.banner-main .container-fluid{
    padding: 0px !important;
}
.product .compare-main {
    position: absolute;
    right: 10px;
    top: 0px;
    background: #fff !important;
    height: 49px;
    width: 55px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
    z-index: 10;
}
.switch.compare::before {
    content: "Compare";
    position: absolute;
    left: 0;
    top: -16px;
    font-size: 9px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #6a6c6c;
}
.switch.compare.d-flex {
    position: relative;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
    border-radius: 50px;
}
/* .alert-box {
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;  
} */
.mobi-search .search-hm {
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-radius: 0px !important;
    border-bottom-color: #f1f1f1 !important;
    margin-right: 10px !important;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #6a6c6c;
    font-family: 'Lato', sans-serif;
}
.d-flex.search-hm-main.mobi-search, .d-flex.search-hm-md.mobi-search {
    display: none !important;
}
.mobi-search i.fas.fa-search {
    position: absolute;
    left: 10px;
    top: 9px;
    font-size: 12px;
    color: #9f9f9f;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    /* bottom: 15% !important; */
    margin-top: 0;
}
.mobi-cart-section.cart-section.d-flex {
    display: none !important;
}
.mobi-headerinfo-r {
    padding: 10px 20px !important;
    display: none;
}
.banner-main .carousel {
    min-height: 20vh;
}
.filter-section.d-flex {
    display: none !important;
}
.products-display.listView-active {
    grid-template-columns: 1fr !important;
}
.pagination li.active a {
    background: #000;
    color: #fff;
}
.products-display {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1vw !important;
}
.my-account-btn li {
    flex: 0 0 100%;
    margin-bottom: 0.2rem;
}
.review-content-block :is(#add, #sub), .cart-quantity .decrease-btn, .cart-quantity .increase-btn {
    margin-top: 0;
    background: #fff;
    color: #6a6c6c;
    height: 2rem;
    width: 2rem;
    border: 1px solid #ccc;
    border-radius: 50%;
    line-height: 10px !important;
    font-weight: bold;
    font-size: 1rem;
    padding: 0px 0px 4px 0px !important;
    /* box-shadow: 0px 0px 10px rgba(0,0,0,0.2); */
    z-index: 1;
    flex-shrink: 0;
}
.pro-details-txt .cart-quantity {
    justify-content: space-between;
    width: 180px;
  }
/* .cart-quantity {
    justify-content: space-between;
    width: 130px;
} */
.cart-quantity .form-control-login{
    width: 8vw;
    pointer-events: none;
    text-align: center;
    font-weight: 600;
    /* padding: 0.225vw !important; */
    /* padding:0.6vw 0.225vw !important; */
    /* padding:0.3vw 0.225vw !important; */
/* } */
}

.cart-subrow .form-control-login{
   padding:0.6vw 0.225vw !important;
    font-size: 0.7rem !important;
}

/* .sorting-sec li {
    margin-left: 10px !important;
} */
.sorting-sec .dropdown-menu.show {
    left: -95px !important;
    top: 8px !important;
}
.sorting-sec .dropdown-menu li {
    margin-left: 0px !important;
}
.review-block {
    position: relative;
    overflow: hidden;
}
.ribbon-stoyes {
    position: absolute;
    background: #000 !important;
    color: #fff;
    font-size: 0.7rem;
    padding: 0.3rem;
    right: calc(-33vw + 1rem);
    opacity: 0.7;
    transform: rotate(-45deg);
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.review-block.no-stock-ribbon {
    filter: saturate(0);
    cursor: not-allowed !important;
    pointer-events: none;
}
.btndate-go {
    border: 0px;
    color: #fff;
    background: #000;
    font-size: 13px;
    padding: 5px 8px !important;
    border-radius: 6px;
    font-weight: 600;
    transition: box-shadow 0.3s ease;
}
.btndate-go:hover {
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}
.ribbon-stono {
    position: absolute;
    background: #6a6c6c;
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
    padding: 5px 65px;
    right: -40px;
    transform: rotate(-45deg);
    font-weight: 600;
}
.review-sort {
    font-size: 14px;
}
.reivew-right {
    padding: 10px;
}
.empty-cart img {
    flex: 0 0 40%;
}
.d-status .date {
    display: block;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    font-size: 13px;
}
.order-name .product-title {
    font-size: 14px;
    line-height: 22px !important;
}
.order-content{
    background-color: #fff;
    border-radius: 10px;
}
.order-content p{
    margin-bottom: 0px;
}
.order-content {
    padding: 40px 20px;
}
label.order-quantity {
    flex: 0 0 auto;
    margin-right: 10px;
}
.orderscon-items {
    padding: 20px 0px;
    margin: 20px 0px;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}
.order-content .price-details, .order-content .cart-item {
    border: 0px solid #f1f1f1 !important;
}
.orderctext {
    margin-left: 10px;
    font-size: 14px;
    font-family: 'Lato';
}
.orderctitle {
    font-family: 'LATO';
    font-weight: 600;
    font-size: 15px;
}
.order-content .user-name {
    font-weight: bold;
    color: #6a6c6c;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-size: 18px;
    font-family: 'Lato';
}
.thanks-msg p {
    font-size: 14px;
    line-height: 24px;
    color: #6a6c6c;
}
.order-content .noproduct-title {
    font-size: 27px;
    font-family: lato;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    color: #000;
    font-family: 'Montserrat';
}
.order-confirm-main{
    background-color: #f1f1f1;
    padding: 50px 0px;
    margin-bottom: -40px;
}
.order-txt{
    color: #000;
    font-size: 14px;
}
.order-icon i {
    background: #631012;
    color: #fff;
    font-size: 34px;
    padding: 42px;
    margin-top: 15px;
    border-radius: 50%;
}
.order-content {
    padding: 20px;
}
.cart-left-single .cart-item {
    margin-bottom: 15px;
}
.my-accountdanger-alert {
    right: 30px;
    top: 150px;
    padding: 10px 25px !important; 
    border-radius: 6px;
    position: fixed;
    color: #fa2929;
    background: #F8D7DA !important;
    font-weight: 500;
    font-family: 'Lato',sans-serif;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    display: none;
    z-index: 1000000;
    width: auto !important;
}
blink {
    -webkit-animation: 2s linear infinite blinker; 
    animation: 2s linear infinite blinkert;
    display: inline-block;
    text-decoration: blink;
      -webkit-animation-name: blinker;
      -webkit-animation-duration: 0.6s;
      -webkit-animation-iteration-count:infinite;
      -webkit-animation-timing-function:ease-in-out;
      -webkit-animation-direction: alternate;
  }
  blink p{
    background: #fff;
    color: #fa2929 !important;
    padding: 2px 0px;
    border-radius: 6px;
  }
  
  @-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
  }
.dropdown-submenu ::after {
    position: absolute;
    right: 10px;
    top: 13px;
    color: #a7a7a7;
}
.dropdown-submenu ::after:hover {
    color: #fff !important;
}
.contents {
    min-height: 500px;
}
@supports (-webkit-touch-callout: none) {
    .gap-feature {
        gap: 15px 15px;
    }
}
.shop-by-inner .d-grid.gap {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr !important;
    position: relative;
}

.shop-by-inner .viewmore {
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    font-size: 16px !important;
}
.shop-by-inner .d-grid.gap .category-b{
    width: 100% !important;
}
.categorybg-main .d-grid.gap-feature {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.offershm {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.mobileside-nav {
    display: none !important;
}
.breadcrumb-item{
    font-size: 0.8vw;
}
.breadcrumb-item.active {
    display: flex;
    /* max-width: 205px; */
    text-transform: capitalize;
    width: auto;
    /* white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis; */
}
.product-compare img {
    width: auto;
    height: 190px;
}
.relogin-relink a {
    text-decoration: none;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s ease-in-out;
    transform-origin:left;
}
.relogin-relink a:hover {
    border-bottom: 1px solid #6a6c6c;
    color: #6a6c6c;
}
select[name="countryCode"] {
    padding-top: 7px !important;
    padding-right: calc(2.5rem - 1vw) !important;
}
.notification-main .review-content-block {
    padding:0px 10px;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    padding: 5px 10px !important;
}
.page-item.active a{
    background: #000 !important;
    color: #fff !important;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.page-item:not(:first-child) .page-link {
    margin-left: 4px !important;
}
.page-link {
    padding: 3px 7px !important;
}
.wishlist-main .product-title {
    width: 95%;
}
.re-orderpopup {
    background: #f1f1f1 !important;
    padding: 50px 20px;
}
.sub-repeatcon .modal-title {
    font-size: 22px;
    font-weight: bold !important;
    font-family: 'Montserrat', sans-serif;
    line-height: 40px !important;
    margin-bottom: 15px;
    color: #631012;
}
.sub-repeatcon p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
}
.re-orderpopup .btn-close {
    font-size: 8px !important;
    transform: translate(4px, -30px);
}
.reoreder-pic {
    background: transparent !important;
    position: absolute;
    right: -38px;
    z-index: 100;
    width: 47% !important;
    height: auto !important;
    bottom: -29px;
}
.re-orderpopup {
    overflow: hidden;
}
.sub-repeatcon .repeat-orderbtn-invert {
    background: transparent !important;
    border: 2px solid #631012 !important;
    padding: 3px 30px !important;
    color: #631012 !important;
    font-size: 15px !important;
    border-radius: 50px !important;
    font-weight: bold !important;
    margin-left: 20px;
    transition: 0.3s linear;
}
.sub-repeatcon .repeat-orderbtn {
    background: #20bf55 !important;
border: 2px solid #20bf55 !important;
    padding: 3px 30px !important;
    color: #fff !important;
    font-size: 15px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    transition: 0.3s linear;
}
.sub-repeatcon .repeat-orderbtn-invert:hover {
    background: #631012 !important;
    color: #fff !important;
    border-color: #631012 !important;
}
.sub-repeatcon .repeat-orderbtn:hover {
    background: transparent !important;
    color: #20bf55 !important;
    border-color: #20bf55 !important;
}
.notificatons-main .review-picblock {
    flex: 0 0 25% !important;
}
.notificatons-main .review-picblock img {
    width: 120px !important;
    height: auto;
    background: #f1f1f1;
    object-fit: contain;
    padding: 5px;
    border-radius: 6px;
    margin-right: 5px !important;
}
.notificatons-main .review-content-block {
    width: 100%;
    flex: 0 0 75%;
}
.typeofnoti {
    color: #989595;
}
.notificatons-main .product-title {
    font-size: 14px;
}
.notificatons-main .date {
    font-weight: 600;
    color: #000;
    font-size: 13px;
}
.notificatons-main .review-namedate {
    flex: 0 0 100%;
    text-align: right;
    margin-bottom: 0px !important;
}
.notificatons-main .review-block:nth-last-child(1) {
    border-bottom: 0px !important;
}
#recentviewed .product-title {
    font-size: 14px;
    line-height: 24px;
}
.my-account-main .product-title{
    font-size: 0.8rem;
    line-height: 2em !important;
    padding: 0.3rem !important;
}
.my-account-main .order-name .product-title {
    margin-left: -5px !important;
}
.brands-m{
    max-height: 350px;
    overflow-y: scroll;
    padding: 5px !important;
}
a.nav-link.dropdown-toggle:hover {
    cursor: pointer !important;
}
.cancel-order {
    position: absolute;
    font-size: 13px !important;
    color: #a09e9e !important;
    right: 13px;
    bottom: 12px;
}
.cancel-order::before {
    content: "X";
    position: absolute;
    top: -3px;
    left: 7px;
    background: #dc3545;
    color: #ffffff;
    font-weight: bold;
    height: 12px;
    width: 12px;
    text-align: center;
    line-height: 11px;
    font-size: 8px;
    border-radius: 50%;
    font-family: 'Lato';
    transition: 0.3s linear;
    opacity: 1;
}
.banner-overlaytxt {
    display: inline-block;
    background: rgba(64,64,64,0.9);
    border-radius: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000;
    padding: 20px;
}
.bannerlay-h {
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 24px;
}
.bannerlay-t {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.bannerlay-t li {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
}
.bannerlay-t{
    position: relative;
}
.bannerlay-t img {
    position: absolute;
    background: rgba(26,184,97,0.8);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    right: -50px;
    bottom: -55px;
    padding: 10px;
}
.client-gallery img {
    width: 90%;
    padding-top: 5px;
}
.banner-main {
    min-height: 400px;
    background: #fff;
}
.products-main-carousel {
    margin-top: -5px;
}
.mobi-nav.navbar-nav.dropdown-dropdown.ml-3.mb-2.mb-lg-0.align-items-center {
    display: none;
}
.fas.fa-align-right {
    color: var(--black);
}
.breadcrumb-section nav {
    background: transparent !important;
}
.breadcrumb-section nav .breadcrumb {
    padding-top: 0 !important;
}
#result_orders #staticBackdrop {
    padding-right: 0px !important;
}
.product-info-main .nav-item .nav-link{
    color: #6a6c6c !important;
}
.add-address-cart .add-address .col-xs-12 {
    margin-bottom: 10px !important;
}
.address-cart .nav-item .nav-link {
    color: #6a6c6c !important;
}
.lSAction a {
    filter: brightness(70%);
}
.lSAction {
    display: block !important;
}
.lSSlideOuter{
    position: relative;
}
.lSSlideOuter::after {
    position: absolute;
    height: 100%;
    width: 60px;
    content: "";
    background: #fff;
    right: -19px;
    top: 0px;
    z-index: 10;
}
.lSSlideOuter::before {
    position: absolute;
    height: 100%;
    width: 60px;
    content: "";
    background: #fff;
    left: -18px;
    top: 0px;
    z-index: 10;
}
.lSSlideWrapper.usingCss {
    padding: 0px 40px !important;
}
#myReview .product-title {
    padding: 0px !important;
}
#myReview .review-content-block {
    padding-left: 10px;
}

.products-carousel {
    max-height: 160px;
    padding-top: 10px;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 0px !important;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 0px !important;
}
.products-carousel .h-100 {
    height: 100% !important;
    transform: translateY(25px);
}
#myReview .review-picblock {
    flex: 0 0 25%;
    padding-right: 0px;
    border-radius: 6px;
}
#myReview .review-content-block {
    padding-left: 10px;
    flex: 0 0 75%;
}
.list-pro-width .loader {
    border: 6px solid #f1f1f1;
    border-radius: 50%;
    border-top: 6px solid #000;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    padding: 40px;
    position: absolute;
    left: 50%;
    top: 40%;
}
.list-pro-width #loader {
    position: fixed;
    height: 100vh;
    z-index: 10000;
    background: rgba(0,0,0,0.7);
    width: 100%;
    inset: 0;
}
svg.path {
    position: absolute;
    top: 40%;
    left: 47%;
    border: 1px solid transparent;
    padding: 10px;
    background: #000;
    border-radius: 20px !important;
    box-shadow: 0px 0px 15px #000;
}
.loader {
    border: 3px solid #f1f1f1;
    border-radius: 50%;
    border-top: 3px solid #000;
    width: 30px;
    height: 30px;
    margin: 50px auto;
    transform: translateY(50px);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .flip-img img {
    transform: scaleX(-1);
}


  /************* mega menu ******************/
  .mega-menu-main li strong {
    color: #000 !important;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    padding: 0px;
    transform: translateX(6px);
    border-bottom: 1px dashed #ddd !important;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.wrapper.brands-wrapper .mega-menu-main li a {
    padding: 8px 15px 8px 10px !important;
    font-size: 14px;
    line-height: 20px !important;
    text-transform: capitalize;
}
.wrapper.brands-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: calc(100vh - 11rem) !important;
    width: 100% !important;
    overflow-x: scroll !important;
}

.menurel-txt {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    font-weight: 600;
    text-transform: initial;
    color: #404040;
}
.menu-viewallbtn {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Lato',sans-serif;
    background: transparent !important;
    border: 2px solid #404040 !important;
    color: #404040;
    padding: 2px 15px;
    border-radius: 50px;
    margin-left: 45px;
    transform: translateY(-4px);
    line-height: 24px;
    transition: 0.3s ease-in-out;
}
#product-pic {
    display: inline-block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    text-align: left;
    border-radius: 0px !important;
}
#material-pic {
    display: inline-block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    text-align: left;
    border-radius: 0px !important;
}
.menurel-txt {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 20px;
    font-weight: 600;
    text-transform: initial;
    color: #404040;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
}
.menurel-txt a {
    flex: 0 0 106px;
}
.menu-viewallbtn {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Lato',sans-serif;
    background: transparent !important;
    border: 2px solid #404040 !important;
    color: #404040;
    padding: 2px 10px;
    border-radius: 50px;
    margin-left: 0px;
    transform: translateY(-4px);
    line-height: 24px;
    transition: 0.3s ease-in-out;
}
.menumain-title {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
}
.menumain-title {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
}
nav li .wrapper {
    position: absolute;
    top: 39px;
    z-index: 10;
    display: none;
    width: 100vw;
    background: #fff;
    left: 0px;
    padding: 25px 50px;
    height: 357px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.navbar-nav .nav-link {
    padding: 10px 20px 10px 0px !important;
}
  /************ mega menu end ****************/

/*******************************************/

.forms-main {
    background: #f1f1f1;
    padding: 50px 0px;
}
.brnd-onbrdtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
}
.brnd-onbrdtitle_sub h3, .brnd-onbrdtitle_sub h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 30px !important;
    color: #000;
}
.form-control-login {
    border: 1px solid #d6d6d6 !important;
    box-sizing: border-box;
    border-radius: 0px !important;
    font-size:1rem !important;
    padding: .375rem .75rem !important;
    display: block;
}
.form-control-login::placeholder {
    font-size: 1rem !important;
}
.forms {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.forms .form-sfglabel, .forms .form-label, .forms .brnd-onbrdtitle_sub {
    font-family: 'Lato',sans-serif;
    font-size: 14px !important;
    color: #242424;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}
.brandform-btn:hover {
    background: #fff;
    color: #000;
    border-color: #000 !important;
}
.brandform-btn{
    background: #000 !important;
    color: #fff;
    padding: 2px 20px;
    font-size: 15px;
    line-height: 30px;
    border-radius: 50px !important;
    border: 2px solid #000 !important;
    font-weight: 600;
    transition: 0.3s linear;
}
/* textarea.form-control-login{
    border-radius: 10px !important;
} */
.form-msgtxt {
    font-size: 11px;
    margin-top: 5px;
    color: #6a6c6c;
}

/*******************************************/

/* Sriram cominted this 03.12.2024 
#result_orders {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
} */

#result_orders{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#result_orders .orders-items {
    flex: 0 0 auto;
    width: 32.7%;
}

#result_orders .orders-items .order-name{
    display: table;
    table-layout: fixed;
    width: 100%;
}

#result_orders .orders-items .order-name .product-title{
    display: table-cell;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.order-starscus i {
    margin-left: -10px !important;
}
.order-starscus {
    margin-right: -10px !important;
}
.my-account-main .order-name .product-title {
    margin-left: 0px !important;
    /* max-width: 261px; */
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.brand-hidden,.myorders-hidden{display: none;}
a#loadMore {
    display: inline-block;
    background: #6a6c6c;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 14px;
    margin: 0px auto !important;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
a#loadMore:hover {
    background: #000;
}
.cart-main.placeOrder-main {
    padding: 0px 0px 30px 0px;
}
.d-status.order-del {
    flex: none;
}
.cancel-order{
    color: #ff7676;
}
.order-success{
    color: #000;
}
.myaddress-addbtn:hover {
    color: #fff;
    cursor: pointer !important;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.01);
}
.myaddress-addbtn {
    background: #631012;
    color: #fff;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-family: 'Lato';
}
.cart-item.placeOrder-main .review-content-block{
    flex: none;
}
.breadcrumb-section {
    z-index: 101;
    position: relative;
    background: #f1f1f1;
    padding: 0.45rem 0;
}
.shopping-items.total.od-itemstatus {
    font-family: 'lato';
    font-size: 14px;
    font-weight: 600;
    color: #b0b0b0;
    margin-bottom: 0px;
    margin-right: 11px;
}
#wishlist,#orders, #recentviewed, #personalinfo, #manageAddress, #myReview, #notification {
    margin-top: -200px;
    padding-top: 185px;
}
.timeline-status p {
    font-size:0.7rem;
    font-family: 'lato', sans-serif;
    color: #6a6c6c;
    display: flex;
    align-items: center;
    line-height: 24px;
    margin-bottom: 0px;
    flex: 0 0 50%;
}
.timeline-date {
    font-size: 0.6rem;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    color: #000;
}
.timeline-status i {
    background: #631012;
    color: #fff;
    margin-right: 10px;
    padding: 10px;
    border-radius: 50%;
    font-size: 11px;
    height: 30px;
    width: 30px;
    text-align: center;
}
.placeOrder-main .review-picblock, .placeOrder-main .review-content-block {
    flex: auto;
}
.add-address .col-sm-6 {
    margin-bottom: 10px;
}
.error_msg {
    margin: 0px !important;
}
.share-popupbtn {
    float: right;
}
#suggesstion-box {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 45px;
    z-index: 100000;    
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
#country-list {
    width: 100% !important;
    max-height: 300px !important;
    overflow-y: scroll !important;
    list-style: none;
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'lato', sans-serif;
    scrollbar-color: #dddddd #efefef;
    scrollbar-width: thin;
    height: 100% !important;
    margin: 10px 0px;
}
#country-list li {
    padding: 5px;
    border-bottom: 1px dashed #ddd;
}
#country-list li:hover {
    background-color: #f1f1f1;
    color: #6a6c6c;
}
.placeOrder-main .cart-left:nth-child(1) {
    min-height: 440px;
}
.address-list{
    margin: 0px -10px;
}
.review-namedate {
    margin-bottom: 0px;
}
#addreview {
    padding-right: 0px !important;
}
#result_orders {
    margin-bottom: 40px;
}
#Layer_1 {
    border-radius: 50%;
}
.cls-2 {
    fill: #dc3545 !important;
}
.custom-accor {
    position: relative;
    padding-left: 50px;
}
.switch {
    display: inline-block;
    width: 3.5vw;
    height:2vw;
    transform: scale(0.65);
}
.filterOn-sec b {
    font-size: 0.8vw;
    color: #000;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
}
.filterOn-sec {
    align-items: center;
    display: block;
    transform:translateX(-0.7vw);
    position: relative;
    margin-bottom: 0.8vw;
}
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 1.6vw;
    width: 1.6vw;
    left: 0.2vw;
    bottom: 0.2vw;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background:#631012;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #000;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(1.354vw);
    -ms-transform: translateX(1.354vw);
    transform: translateX(1.354vw);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 4vw;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  /*#result_filter_brands .list-group-item{ 
      display:none;
      transition: 0.3s linear;
  }*/
  #materialUL li, #countryUL li, #constructionUL li, #contentUL li, #flammabilityUL li, #certificateUL li{ 
      display:none;
      transition: 0.3s linear;
  }
  /*#showLess{
      display: none;
  }*/
  .sidefilters .accordion-button::after {
    margin-left: auto;
    content: "+";
    background-image: none;
    transition: transform .2s ease-in-out;
    color: #6e6e6e !important;
    transform: scale(1) !important;
    font-size: 1rem;
}
.sidefilters .accordion-button:not(.collapsed)::after {
    background-image: none !important;
    transform: scale(1) rotate(0deg) !important;
    content: "-";
    font-size: 1.5rem;
    line-height: 1em;
}
.sidefilters .list-group-item input[type="checkbox"] {
    position: absolute;
    top: 5px;
    left: 0;
    width: 1vw;
    height: 1vw;
}
.sidefilters .list-group-item label {
    position: relative;
    padding-left: 1.5rem;
}

#result_filter_vendors .list-group-item label {
    padding-left: 0;
}

#result_filter_vendors .list-group-item label input{
    width:0.8rem;
    height:0.8rem;
}

.submat-chkboxs {
    padding-left: 15px !important;
}
.submat-chkboxs li {
    transform: scale(0.93) !important;
}
.quatity-size:hover .uses-blo li {
    display: block;
}
.multibtn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background: #6a6c6c;
    color: #fff;
}

.multibtn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.multibtn-main.active{
    display: block !important;
}
.multibtn {
    border: 0px;
    background: #f6f6f6;
    color: #6a6c6c;
    border-radius: 50%;
    font-size: 12px;
    padding: 2px 10px;
    line-height: 30px;
    text-align: center;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.multipro-btnview {
    border: 2px solid #fff;
    background: #fff;
    border-radius: 50px;
    padding: 3px 16px;
    font-size: 15px;
    font-weight: 600;
    color: #6a6c6c;
    transition: 0.3s linear;
}
.multipro-btnview:hover {
    background: #6a6c6c;
    color: #fff;
}
.multiorder-select {
    border: 2px solid #000;
    background: #000;
    color: #fff;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    border-radius: 50px;
    padding: 2px 15px;
    font-weight: 600;
    transition: 0.3s linear;
}
.multiorder-select:hover {
    background: #6a6c6c;
    color: #000;
}
.cancel-multi {
    margin-left: 50px;
    cursor: pointer;
    margin-right: 50px;
    line-height: 30px;
}
.listView-active .multibtn-main {
    top: 50%;
    transform: translateY(-50%);
}
.multibtn-main {
    display: none;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 100;
}
.multibtn.selected {
    background: #000;
    color: #fff;
}
.multiproducts-select {
    background: #6a6c6c;
    padding: 20px 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    display: none;
    transition: display 0.3s linear;
}
.procut-pic {
    position: relative;
    height: 6rem;
    overflow: hidden;
}
.rounded {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}
.rounded input[type="checkbox"] {
    visibility: hidden;
}
.rounded {
    line-height: 30px;
    text-align: center;
}
.rounded label:hover {
    background: #000;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.rounded label::after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 9px;
    left: 9px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
    box-sizing: content-box;
}
.rounded input[type="checkbox"]:checked + label::after, .rounded input[type="checkbox"]:checked + label {
    opacity: 1;
    background: #000;
}
.rounded label {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -1px;
    left: -1px;
    cursor: pointer;
    background: #d0d0d0;
    border-radius: 50%;
    border: 2px solid transparent;
}
.listView-active .proimg-block {
    /* height: 50px; */
    position: relative;
}
.listView-active .product:hover {
    transform: scale(1.01); 
}
#loader path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 3s linear alternate infinite;
    stroke:#000;
    stroke-width:5px;
    fill:#fff;
  }
 #loader svg{
      width:100px;
      border-radius: 15px !important;
  }
  
  @keyframes dash {
    0% {
        stroke-dashoffset: 822;
    }
    100% {
        stroke-dashoffset: 0;
        fill: #6a6c6c;
        stroke: #6a6c6c;
        box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    }
  }
  #loader svg{
      animation: svg-rotate 2.5s linear alternate infinite;
      transform-origin:center;
  }
  @keyframes svg-rotate {
    0%{
      transform:rotate(0deg);
    }
    100% {
      transform:rotate(360deg);
    }
  }
  .products-main-carousel #loader svg {
    width: 40px;
    border-radius: 15px !important;
}
.products-main-carousel svg.path {
    position: absolute;
    top: 40%;
    left: 47%;
    border: 1px solid transparent;
    padding: 5px;
    background: #000;
    border-radius: 20px !important;
    box-shadow: 0px 0px 0px #fff;
}
.singleCheckout-main .accordion-item {
    padding-top: 0px;
}
.page-dirlink {
    /* position: absolute;
    inset: 0;
    z-index: 0; */

    position: absolute;
    inset: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    cursor: pointer;
}
.pagination {
    border-radius: 6px;
    /*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;*/
    margin-top: 30px;
    justify-content: center;
}
#pagination_link {
    /*background: #f1f1f1;
    border-radius: 6px;
    padding: 0px 0px;
    position: absolute;
    width: 100%;*/
    bottom: 50px;
}
.pagination li {
    margin-bottom: 5px;
    margin-right: 2px;
}
.products-lists.d-flex.flex-column {
    min-height: 500px;
    height: 100%;
    position: relative;
    padding-bottom: 70px;
}
.pagination a {
    color: #6a6c6c;
    text-decoration: none;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    background: #ddd;
    padding: 5px 10px;
    border-radius: 6px;
}
.pagination li a[rel="prev"], .pagination li a[rel="next"] {
    background: #9f9f9f;
    color: #fff;
}

#result_display_category_banner .list-group-item{
    margin-left: 0 !important;
}

#result_display_category_banner .list-group-item img{
    /* height: 7.85vw; */
    width: 100%;
    margin-bottom: 0.5vw !important;
    border-radius: 0.4vw !important;
}

.list-group-item {
    padding: 0rem 0rem !important;
    color: #7d7d7d !important;
    text-decoration: none;
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125) !important;
    font-size: 14px;
    font-family: 'Lato',sans-serif;
}
.list-group-item.checkbox label {
    padding-left: 20px;
}
.side-label {
    max-width: calc(9vw - 1px);
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: n;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.8rem;
}
.sidelable-count {
    display: inline-block;
    line-height: 5px;
    transform: translate(5px, -6px);
    font-weight: 600;
    font-size: 0.7vw;
    color: #000;
    font-family: 'montserrat', sans-serif;
}
.carousel-swiper-main {
    height: calc(100vh - 96px);
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.swiper-slide.swiper-slide-active{
    filter: blur(0px) grayscale(0) !important;
    transform: scale(1) !important;
}
.banner-main {
    height: calc(100vh - 96px);
    overflow: hidden;
    padding-top: 255px;
}
.banner-main img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
/********** owl *************/
.owl-item > div {
    cursor: pointer;
    margin: 0;
    transition: margin 0.4s ease;
  }
  .owl-stage {
    height: calc(100vh - 105px);
    padding-top: 280px;
}
.owl-item a {
    height: 100%;
    display: block;
    transition: 0.3s linear;
    transform-origin: center;
}
.owl-item a:hover {
    transform: scale(1.1);
    z-index: 100000;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    border-radius: 10px;
}
/* .owl-item.active.center,.owl-item.cloned.active {
    transform: translateX(0px);
} */
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.owl-item:hover {
    z-index: 10;
    border-radius: 10px;
}
.owl-item a:hover::before {
    background: rgba(0,0,0,0.3) !important;
}
.owl-item a:hover strong {
    font-weight: bold;
    color: #fff;
}
.owl-item strong {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: rotate(-90deg);
    color: #fff;
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 200;
}
#owl-item a{
    position: relative;
    overflow: hidden;
}
#owl-item a::before {
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.6);
    inset: 0;
}
.owl-item {
    display: flex;
    /* -webkit-transform: translateX(-3px) !important;
    -moz-transform: translateX(0px) !important; */
    height: 100%;
}
  .owl-item.center > div {
    cursor: auto;
    margin: 0;
  }
  .inspiration-modals .banner-main img {
    height: 85vh;
}
/******* swiper css*****************/

.swiper-pagination-bullet{border: 1px solid #1da1f2;}.swiper-pagination-bullet-active{background:#1da1f2}
.banner-main img:not([draggable]), embed, object, video {
    max-width: 100%;
}
.swiper-pagination {
    display: none;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1000px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container.one {
    padding-top: 40px;
    text-align: center;
}

.swiper-container.one .swiper-slide {
    padding: 0 43px;
}

.swiper-container {
    width: 100%;
    padding-bottom: 10px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 100;
}
.swiper-slide img {
  display: block;
  margin: auto;
  width: 200px;
  object-fit: cover;
  height: 200px;
  border-radius: 50%;
}
.swiper-slide {
    width: 390px;
    height: auto;
    padding: 0 15px;
}
.swiper-slide.swiper-slide-active {
    opacity: 1;
}
.two .swiper-slide {
    width: 300px;
}
.swiper-slide.swiper-slide-active img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 5px solid #000;
}
.swiper-slide img {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.swiper-slide .slider-image .preview-icon {
    z-index: -1;
    width: calc(100% - 30px);
}

.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination-bullet {
    background: #ddd;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: inline-block;
    height: 3px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 26px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.slider-image {
    text-align: center;
}
.slider-image a {
    text-decoration: none;
    color: #6a6c6c;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-align: center;
}
.swiper-slide.swiper-slide-active strong {
    color: #000;
}
.slider-image a:hover {
    color: #6a6c6c;
}
.swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #000 0%, #000 100%) repeat scroll 0 0;
border: medium none;
    height: 12px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 12px;
}
.shelf-block {
    display: flex;
    height: 100%;
}
.banner-main img {
    object-fit: cover;
    width: 100% !important;
    height: calc(100vh - 308px);
}
.banner-item {
    display: inline-block;
    height: 100%;
    width: 100%;
}
.listView-active .hovermain-block {
    flex:0 0 15%;
}
.brandsFull-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: calc(100vh - 11rem);
    overflow-x: auto;
    scrollbar-color: #dddddd #efefef;
    scrollbar-width: thin;
    overflow-y: hidden;
}
.brandsFull-menu div:hover a {
    color: #fff !important;
}
.brandsFull-menu div {
    width: 16.66%;
}
.listView-active .product .compare-main {
    right: 135px;
}
.menu-viewallbtn:hover {
    color: #fff;
    background: #000 !important;
}
.listView-active .viewwish-icon.d-flex {
        position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    flex: auto;
    align-items: end;
    z-index: 99;
}
.listView-active .hovermain-block .wish-icon {
    margin-top: 0px;
}
.listView-active .uses-blo li {
    margin-bottom: 0px;
}
.product-title a {
    text-decoration: none;
    color: #000;
}
.product-title a:hover {
    color: #000;
}
.swiper-slide strong {
    margin-top: 13px !important;
    display: block;
    font-weight: 400;
    font-size: 14px;
}
.swiper-slide.swiper-slide-active strong {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.product-gallery .tab-pane {
    position: relative;
    height: 400px;
    width: auto;
    overflow: hidden;
    border-radius: 10px;
}
#mobi-drop {
    background: transparent;
    color: #fff;
    font-size: 14px;
    border: 0px;
}
#mobi-drop.dropdown-toggle::after {
    display: none;
}
.mobi-search-form.dropdown {
    position: absolute;
    right: 60px;
}
.container-width.menu-innerpic.active {
    display: block !important;
}
.mobi-search-form{
    display:none;
}
.hideStaticpic {
    display: none !important;
}
.container-width.menu-innerpic {
    display: none !important;
}
.container-width.menu-innerpic {
    position: absolute;
    left: 0px;
    top: 110px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 207px;
    z-index: -1;
}
.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 30px;
    width: 30px;
    background: #ddd;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ddd;
}
.control input:checked ~ .control__indicator {
  background: #000;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #000;
}
.control__indicator:after {
  content: '';
  position: absolute;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator::after {
    left: 10px;
    top: 4px;
    width: 8px;
    height: 16px;
    border: solid #fff;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}
li.parent .wrapper {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2) !important;
    margin-left: 10px;
    transform: translateX(-10px);
}
.no-data.text-center {
    position: absolute;
    width: 100%;
    height: auto;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
    font-size: 18px;
    font-weight: 600;
}
.no-data img {
    width: 50%;
    display: block;
    margin: 0px auto;
}
.dropdown-menu.click-menu {
    width: 100vw;
    padding: 20px 53px 20px 50px !important;
    border-radius: 0px !important;
    height: 350px;
    margin-top: 10px !important;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
    position: fixed !important;
    top: 88px !important;
    left: 0px !important;
}
.click-menu ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    overflow-x: auto;
    margin-top: 7px !important;
    max-height: 265px;
    padding-bottom: 10px;
}
.click-menu .wrapper {
    padding: 0px !important;
    width: auto;
    height: auto !important;
}
.click-menu .wrapper ul {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    max-height: 250px;
    overflow-x: hidden;
    height: auto !important;
    flex-wrap: nowrap;
    min-width: 150px;
    max-width: 250px;
    padding: 0px !important;
    margin: 0px !important;
    height: auto !important;
}
.click-menu ul li {
    width: 25%;
}
.click-menu .wrapper ul li {
    width: 100%;
}
.dropdown-menu.brandF-menu.click-menu {
    height: calc(100vh - 98px);
}
.no-bgmenu {
    width: auto !important;
    display: inline-block !important;
    background: #fff !important;
}
.dropdown-menu a.no-bgmenu:hover {
    background: #fff !important;
}
.additional-info {
    font-size: 14px;
    line-height: 20px;
}
.additional-info ul {
    padding-left: 15px;
}
.multi-inner .signin-link {
    padding: 2px 20px !important;
    text-decoration: none;
    font-weight: 600;
}
.noti-menu {
    max-height: 350px;
    overflow-y: auto;
}
/* .coming-soon-main .bg-light.form-bg {
    padding: 30px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin: 0px 10px;
    background: rgba(0,0,0,0.5) !important;
} */
.inspire-sec {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.inpcard-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inspire-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}
.inspirecard-title {
    position: absolute;
    top: 50%;
    left: -50%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    background: rgba(0,0,0,1);
    padding: 10px 15px;
    transform: skew(-10deg) rotate(-10deg) translate(-50%,-50%);
    transition: 0.5s ease-in-out;
}
.inspire-card::before {
    position: absolute;
    height: 100%;
    width: 120%;
    background: rgba(0,0,0,0.7);
    left: 100%;
    top: 0;
    content: "";
    transform: rotate(110deg) translateY(-50%);
    transition: 0.2s ease-in-out;
}
.inspire-card:hover::before {
    left: 0;
}
.inspire-card:hover .inspirecard-title {
    left: 50%;
}
.inspire-card::after {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    background: transparent !important;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(110deg) translateY(-50%);
    transform: rotate(110deg) translateY(-50%);
}
.inspirelg-title {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 50px;
    line-height: 30px;
}
.inpcard-pic {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.inspiration-modals .banner-main {
    padding-top: 0px;
    height: auto !important;
    min-height: auto;
}
.inspiration-modals {
    max-width: 95% !important;
}
.inspiration-modals .btn-close {
    position: absolute;
    content: "";
    background: #fff;
    color: #000;
    right: -10px;
    top: -10px;
    z-index: 10;
    opacity: 1;
    line-height: 0px;
    padding: 7px;
    font-size: 15px !important;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #000;
    font-weight: bold !important;
}
.inspiration-modals .modal-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0px;
    background: linear-gradient(0deg,#000 -250px, transparent);
}
.inspiration-modals .carousel-indicators [data-bs-target] {
    background-color: #fff !important;
}
.ourstory-cont {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap:20px;
}
.our-readmore {
    font-size: 13px !important;
    font-weight: 600;
    color: #000 !important;
    font-family: "Montserrat", sans-serif !important;
}
.ourstory-cont.sustain-conblo {
    grid-template-columns: 1fr;
}
.sustain-conblo .our-image img {
    width: 100% !important;
    height: 350px;
    object-fit: contain;
}
.sustain-conblo .our-cont p {
    text-align: center;
}
.charity-grid {
    grid-template-columns: 1fr;
    align-items: center;
}
.charity-grid .our-cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.our-contc img {
    width: 100%;
}
.charity-grid .our-contc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
}
.hide-picmenu img {
    height: 200px;
    border-radius: 10px;
    width: 100%;
    object-fit: contain;
}
.form-control-login {
    display: inline-block !important;
}
.forms-main {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -40px;
}
/******************* media quaries *******************/
/************** product list sidenav*****************/

/************ 1400px ***************/
@media (max-width:1400px){
}


@media (max-width:1500px) and (min-width:1367px){
    .box {
        width: 13.8vw;
    }
}
@media (max-width:1366px) and (min-width:1201px){
    .box {
        width: 13.55vw;
    }
    .procut-pic img {
        width: auto;
        height: 90px;
        object-fit: contain;
    }
}
@media (max-width:1280px) and (min-width:991px){
    .box {
        width: 15.6vw;
    }
    /* .proimg-block{
        height: 165px;
    } */
    .pro-btn-link{
        font-size: 12px !important;
    }
}
@media (max-width:1500px) and (min-width:1280px){
    /* .proimg-block{
        height: 217px;
    } */
}
@media (max-width:990px) and (min-width:767px){
    .box {
        width: 24.8vw;
    }
}
@media (max-width:766px) and (min-width:577px){
    .box {
        width: 25.5vw;
        padding: 20px 16px;
    }
    .procut-pic img {
        width: 112px !important;
        height: 84px;
        object-fit: contain;
    }
}
@media (max-width:576px) and (min-width:481px){
    .box {
        width: 35.8vw;
    }
}
@media (max-width:480px) and (min-width:376px){
    .box {
        width: 33.8vw;
    }
    .procut-pic img {
        width: auto;
        height: 75px;
        object-fit: contain;
    }
}
@media (max-width:376px) and (min-width:300px){
    .box {
        width:32vw;
        padding: 15px 0px;
    }
    .lSAction > a {
        top: 40% !important;
    }
    .loader {
        border: 3px solid #f1f1f1;
            border-top-color: rgb(241, 241, 241);
            border-top-style: solid;
            border-top-width: 3px;
        border-radius: 50%;
        border-top: 3px solid #000;
        width: 20px;
        height: 20px;
        margin: 50px auto;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }
    .lSSlideOuter {
        position: relative;
        height: 116px !important; 
    }
    .procut-pic img {
        height: 60px !important;
        object-fit: contain;
        width: 78px !important;
    }
    .products-carousel {
        max-height: 110px;
    }
    .main-price{
        font-size: 16px !important;
    }
}
/*************** 1366 ************/
@media (max-width:1366px){
.product-img {
    margin: 0px 0px;
}
.banner-main {
    padding-top: 210px;
}
.swiper-slide img {
    width: 150px;
    height: 150px;
}
.swiper-container-3d {
    perspective: 800px;
}
.cart-item .review-picblock img {
    width: 100px !important;
    height: 105px;
}
.review-picblock {
    flex: 0 0 15%;
}
}


/********* 1230px *****************/
@media (max-width:1230px){
    .pro-btn-link.bg, .pro-btn-link {
        padding: 2px 10px 5px 10px;
        margin-right: 10px;
        font-size: 11px !important;
    }
}
/************ 1200px ***************/
@media (max-width:1200px){
.categorybg-sub img {
    height: 100% !important;
}
.rel-products .container-width {
    padding: 0px !important;
}
.swiper-container-3d {
    perspective: 800px;
}
/* .main-price {
    font-size: 18px;
} */
.ourstory-cont {
    grid-template-columns: 1fr;
}
.our-image img {
    width: 50% !important;
    margin: 0px auto !important;
}
.our-cont {
    order: 2;
}
.our-image {
    order: 1;
    text-align: center;
}
.brandsFull-menu div {
    width: 20%;
}
.dropdown-menu.click-menu {
    padding: 20px 20px 20px 25px !important;
}
.click-menu ul li {
    width: 33.3%;
}
/* .container-width {
    padding: 0px 30px !important;
    width: 100%;
} */
.timeline-status p {
    flex: 0 0 100%;
}
.uses-blo {
    width: 75%;
}
.timeline-date {
    flex: 0 0 100%;
    line-height: 24px;
    text-align: right;
}
/* #result_orders {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
} */

#result_orders .orders-items {
    flex: 0 0 auto;
    width: 49.3%;
}

.order-item img {
    flex: 0 0 13%;
}
.listView-active .viewwish-icon {
    padding-right: 5px;
}
.login-leftpic {
    width: auto;
    height: 300px;
    object-fit: contain;
}
.wishlist-main .review-content-block {
    flex: 0 0 80%;
}
.product-gallery.d-flex.justify-content-between {
    display: flex;
    flex-direction: column;
}
.product-gallery .img-thumbnail {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.product-gallery ul .nav-item {
    height: 50px;
}
.side-items li label {
    font-size: 13px;
    line-height: 20px;
    transform: translateY(-3px);
}
.searchitem-name {
    font-size: 18px;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 2rem !important;
}
.products-main-list.mt-4 {
    margin-top: 5px !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: url(./images/right-arrow.png) !important;
    opacity: 0.5;
    transform: scale(.5);
    position: absolute;
    left: 3px;
    top: 2px;
}
.star-ratings {
    font-size: 10px;
}
.sidefilters .accordion-button {
    font-size: 14px !important;
}
/* .fas.fa-star {
    font-size: 9px;
    margin-left: 2px;
    color: #cdc5c5;
} */
.offer-title {
    font-size: 16px;
    line-height: 22px;
}
.categorybg-sub {
    height: 225px !important;
}
.remove-cart {
    width: 100%;
    margin: 0px auto;
}
/* .product-title {
    font-size: 14px;
    line-height: 21px !important;
} */
.product-gallery ul {
    flex: 0 0 100%;
    gap: 5px;
    margin-top: 20px;
    flex-direction: row;
    order: 2;
}
}


/************** 1110px *****************/
@media (max-width:1110px){
.category-title {
    margin-top: 10px;
}
.footer-main .container-width {
    padding: 0px !important;
}
.col-sm-12.col-md-4.col-xs-12.footerborder-left.custom-light.py-4, .col-sm-12.col-md-8.col-xs-12.custom-light2.py-4 {
    width: 100% !important;
}
.footerborder-left, .custom-light2 {
    padding: 30px !important;
}
.custom-light::before, .custom-light::after{
    display: none;
}
.my-account-btn {
    flex: 0 0 17%;
    position: relative;
}
.footer-main .col-md-2, .footer-main .col-md-4 {
    width: 50% !important;
}
.footerborder-left::before {
    content: "";
    position: absolute;
    width: 96%;
    height: 1px;
    background: #616161;
    left: 11px;
    top: -20px;
}
.footer-main .col-sm-6.col-md-3.col-xs-12 {
    width: 50% !important;
}
.listView-active .viewwish-icon {
    flex: 0 0 13%;
}
/* .review-counts {
    font-size: 10px;
} */
.product-rating.d-flex {
    flex-wrap: wrap;
}
/* .category-b img {
    width: auto;
    height: 90px;
} */
.listView-active .product {
    padding: 0px;
}
.listView-active .product > .product-detail {
    flex: 0 0 65%;
}
}

/*********** 1024px ***************/

@media only screen and (min-width:1024px){  
    .merchandise_main_btn{
        position: absolute;
        right: 0;
        top: 3.45rem; 
        z-index: 999;
    }
    .merchandise_main_btn img{
        width:13vw;
        max-width:13vw;
    }
}  
@media only screen and (max-width:1024px){    
.filter-section.d-flex {
    display: flex !important;
}
.wrapper li.parent {
    width: 33.3%;
}
.side-label {
    max-width: 165px;
}
.filterOn-sec {
    transform: translateX(0px);
}
.products-display {
    min-height: 300px;
}
.no-data.text-center {
    top: 40%;
    transform: translate(-50%, -40%);
}
.wrapper li a, .brandsFull-menu div {
    padding: 5px 10px !important;
    text-transform: none;
    font-size: 13px;
}
.menurel-txt {
    font-size: 13px;
}
.banner-main img {
    height: calc(100vh - 298px);
}
.banner-main {
    padding-top: 200px;
}
.swiper-slide img {
    width: 150px;
    height: 150px;
}
.swiper-container-3d {
    perspective: 500px;
}
.slider-image a {
    font-size: 15px;
}
.uses-blo li {
    padding: 0px 5px;
    font-size: 10px;
}
.notificatons-main .review-picblock img {
    margin-right: 0px !important;
}
.magnifier {
    transform: scale(0.8);
    left: 40% !important;
}
/* #result_orders {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
} */
#result_orders .orders-items {
    flex: 0 0 auto;
    width: 49.4%;
}
.search-hm-main, .search-hm-md {
    width: 300px;
}
.review-content-block {
    flex: 0 0 75%;
    padding-left: 10px;
}

.notification-main .review-content-block {
    flex: 0 0 59%;
}
.categorybg-main .d-grid.gap-feature {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.wishlist-main .review-content-block {
    flex: 0 0 76%;
}
.bg-categorytitle {
    font-size: 13px;
    line-height: 15px;
    padding: 0px 15px 10px 15px;
}
.contact-us .about-sample {
    flex-wrap: wrap;
}
.cart-left-single .accordion-item.pb-0.mb-3 {
    padding: 0px !important;
}
.contact-us .about-sample .item:first-child {
    padding: 50px 0px 0px 0px;
    flex: 0 0 100%;
}
.my-account-btn {
    position: fixed;
    height: 100vh;
    overflow-y: scroll;
    z-index: 100000;
    background: #fff;
    top: 0;
    left: -300px;
    width: 242px;
    overflow-x: hidden;
    transition: 0.5s ease-in-out;
}
.my-account-tabs .my-account-btn a.active, .logout-myacc {
    margin-bottom: 20px;
}
#myaccbtnnav li {
    padding: 0px 15px;
}
.searchitem-name .res-filterbtn{
    margin-right: 10px;
}
.my-account-content {
    padding: 0px 0px 0px 0px;
}
.product-gallery .tab-content {
    padding: 0px;
    height: 350px;
}
.sorting-sec {
    list-style: none;
    align-items: center;
}
.res-filterbtn {
    display: inline-block;
    color: #000;
    font-size: 14px;
    text-decoration: none;
}
.res-filterbtn:hover{
    color: #6a6c6c;
}
.list-pro-width{
    width: 100% !important;
}
.filter-section {
    display: flex;
    justify-content: space-between;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10000;
}
.searchitem-name {
    margin-right: auto;
}
.filter-section {
    padding: 10px !important;
    align-items: center;
}
#mySidenav {
    position: fixed;
    top: 0px;
    left: -300px;
    width: 250px;
    background: #fff;
    padding: 0px !important;
    z-index: 100000;
    transition: 0.3s linear;
    box-shadow: 0px 25px 30px rgba(0,0,0,0.3);
    overflow-y: scroll;
    height: 100vh;
}
.list-filter-close {
    background: transparent;
    border: 0px;
    font-size: 20px;
    font-weight: bold;
    color: #f00;
}
.accordion-item {
    padding: 0px 15px;
}
.filter-section{
    padding:20px;
}
.side-items {
    height: 100%;
    overflow-y:hidden;
}
.accordion-button.collapsed {
    padding: 10px 0px !important;
}
.marquee, .marquee > div{
        font-size: 12px;
    }
    .product-detail{
        min-height: 90px;
    }

    .footer-copyright {
    padding: 10px 0px 57px 0px;
    line-height: 18px;
    font-size: 12px;
}

.product{
    border-radius: 10px;
}
.quatity-size{
    padding: 10px;
}

.sizeQuantity{
    width:60%;  
}

.cart-section a i, .avatar-btn img{
    color: var(--black);
    border-radius: 50%;
    font-size: 12px;
    /* box-shadow: 0px 0px 10px rgba(0,0,0,.2); */
}
.header-icons a.circle{
    width: 35px;
    height: 35px;;
}
#bulkorders{
    font-size: 12px !important;
    padding: 1.05rem 1.2rem !important;
    margin: 0;
    border-radius: 2rem !important;
    height: auto;
    line-height: inherit;
}
.footer-title{
    margin-top: 10px;
}
.navbar-brand img{
    height: 45px !important;
}

.main-hm-title, .footer-title{
    font-size: 16px !important;
}
.viewmore, .email-footer.form-control-login{
    font-size: 14px !important;
    padding-left: 10px !important;
}
.email-footer.form-control-login::placeholder{
    font-size: 14px !important;
}
.footer-links a, .footer-address{
    font-size: 14px;
}
.footer-links .d-flex button{
    padding: 16px !important;
    font-size: 14px !important;
}
.product-detail{
    min-height: 90px !important;
}
.product-title{

}

.noofitem{
    font-size: 14px;
}

.products-display{
    gap: 15px !important;
}

.quantity.form-control-login, .quantity.form-control-login::placeholder{
    /* font-size:13px !important; */
    width: 100% !important;
  }
  .addtoCart {
    padding: 5px 10px 7px 10px !important;
    font-size: 13px !important;
  }
  .hovermain-block .wish-icon{
    width: 30px;
    height: 30px;
    right: 10px;
  }
  .hovermain-block .wish-icon i{
    font-size: 13px;
  }
  #search-box, #search-box::placeholder{font-size: 0.8rem !important;}
.mobi-headerinfo-r .avatar-btn {
    display: flex !important;
    align-items: center;
}
.breadcrumb-item a, .breadcrumb-item.active, .breadcrumb-item{
    font-size: 13px !important;
}

.breadcrumb-section{
    padding: 10px 0;
}

}



/*****************  991px ***************/
@media (max-width:991px){
    .marquee, .marquee > div{
        font-size: 12px;
    }
    .nav-item .avatar-btn.nav-link {
        color: var(--black) !important;
        font-size: 10px !important;
    }
    .shop-by-inner .d-grid, .product-list-rel, .products-list {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
    
    .signin-link {
        position: relative;
        top: 5px;
    }
    .header-icons .signin-link.mb-connect {
        position: relative;
        top: 0px;
    }
    .header-icons {
        position: relative;
        top: 0px;
    }
    .cart-section a i span.badge.bg-secondary {
        font-size: 8px;
        top: -9px;
        left: 14px;
    }
    .signin-link.mb-connect {
        padding: 5px 15px !important;
    }
    .our-image img {
        width: 100% !important;
        margin: 0px auto !important;
    }
    .inspirelg-title {
        font-size: 24px;
        margin-bottom: 30px;
        line-height: 30px;
    }
    .inspire-sec {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .inspirecard-title {
        font-size: 16px;
    }
    .brand-adpopup {
        max-width: 700px !important;
    }
    .multiproducts-select {
        padding: 10px 0px;
        bottom: 50px;
    }
    .navbar-nav .nav-link {
        padding: 3px 10px;
    }
    .carousel-swiper-main {
        height: calc(100vh - 60px);
    }
    .banner-main img {
        height: calc(100vh - 260px);
    }
    .banner-main {
        height: calc(100vh - 3rem);
    }
    .listView-active .quatity-size {
        width: 600px;
    }
    .quatity-size{
        opacity: 1;
        background: transparent;
    }
    #overview .col-md-3 {
        width: 40% !important;
    }
    /* .product-category {
        line-height: 14px;
    } */
    .product-detail {
        padding: 6px 6px;
        min-height: 108px;
    }

    .sizeQuantity{
        width: 70%;
    }

    #signinsubmit, #signupsubmit {
        font-size: 14px !important;
        padding: 18px 18px 18px 18px !important;
    }

    .proimg-block {
        /* height: 250px; */
        position: relative;
    }
    .fixed-header {
    animation: none;
}
    #overview .col-md-9 {
        width: 60% !important;
    }
    .shop-by-inner .d-grid.gap .category-b {
        text-align: center;
    }
    .shop-by-inner .viewmore {
        right: -20px;
    }
    .d-flex.mb-none.float-right.r-nav-btns.nav-item.align-items-center {
        display: none !important;
    }
    header nav {
        padding: 0px 0px !important;
    }
    .banner-main {
        min-height: 350px;
    }
    .navbar-nav li a {
        line-height:30px !important;
        padding: 10px !important;
        font-size: 14px !important;
    }
    .category-menu .dropdown-submenu{
        top:90% !important;
    }
    .navbar-nav li {
        line-height: 30px !important;
    }
    #sign-in-link {
        padding: 5px 10px !important;
    }
    .dropdown-menu.noti-menu.show {
        display: inline-block;
        height: min-content;
        position: absolute;
        top: auto !important;
        left: -9px !important;
    }
    .headerinfo-r a:hover i {
        color: #631012 !important;
    }
.navbar.py-2 {
    padding: 0px !important;
}
.mb-none {
    display: none !important;
}
.signin-link, .signup-link {
    background: transparent !important;
    padding: 10px 20px !important;
    display: inline-block;
}
.headerinfo-r {
    position: fixed;
    bottom: 0px;
    background: #fff !important;
    z-index: 1000;
    display: inline-block !important;
    width: 100%;
    padding: 5px 0px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.header-logo-top .search-hm-main, .header-logo-top .search-hm-md {
    width: calc(55vw - 3rem);
    height: 2.1rem !important;
}
.header-logo-top .search-hm-main, .header-logo-top .search-hm-md{
    height: 2.1rem !important;
}
.mobi-nav.navbar-nav.me-auto.dropdown-dropdown.ml-3.mb-2.mb-lg-0.align-items-center {
    display: block !important;
    position: fixed;
    height: 100vh;
    top:60px;
    left: 0;
    box-shadow: 0px 15px 20px rgba(0,0,0,0.4);
    padding-top: 10px !important;
    overflow-y: auto;
    padding-bottom: 65px !important;
}
nav{
    background: transparent !important;
    padding:0px !important;
}
.navbar-toggler {
    display: block;
    font-size: 18px !important;
    margin-top: 10px;
}
.header-top.navbar.sticky-top.navbar-expand-lg.navbar-light {
    display: none;
}
.header-logo-top {
    padding: 5px 0px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    z-index: 1000;
    position: relative;
    /* background-color: #631012 !important; */
}
.product-title {
    font-size: 1rem !important;
    line-height: 18px !important;
    max-height: 45px !important;
}
.cancel-order {
    position: absolute;
    font-size: 13px !important;
    color: #a09e9e !important;
    right: 45px;
    bottom: auto;
    top: 5px;
}
/* .mobile-nav.header-top.navbar.sticky-top.navbar-expand-lg.navbar-light {
    display: block;
    position: fixed;
    height: 100vh;
    left: -1000px;
} */
.navbar-nav.dropdown-dropdown.ml-3.mb-2.mb-lg-0.align-items-center {
    display: none !important;
}
.ribbon-stoyes {
    right: calc(-33vw + -2rem);
}
.notification-main .review-content-block {
    flex: 0 0 58% !important;
    padding:0px 10px;
}
.product-compare img {
    width: auto;
    height: 100px;
}
.form-block {
    width: 100%;
}
.login-leftpic {
    width: auto;
    height: 180px;
    object-fit: contain;
}
.listView-active .categorybest {
    padding-left: 5px;
}
.product-compare .product-rating {
    padding: 0px 0px;
}
.mobileside-nav.navbar-nav.dropdown-dropdown.ml-3.mb-2.mb-lg-0.align-items-center {
    display: block !important;
}
.empty-cart img {
    flex: 0 0 60%;
}
.avatar-btn.dropdown-toggle::after {
    opacity: 0 !important;
}
/* .category-b img {
    object-fit: contain;
} */
.address-cart .d-flex {
    flex: 0 0 100%;
    justify-content: space-between;
    margin-top: 10px;
    border-top: 1px solid #f1f1f1;
    padding-top: 5px;
}
.address-cart{
    flex-wrap: wrap;
}
.address-cart #navbarDropdown {
    color: #000 !important;
}
.remove-addtobtn {
    padding-right: 20px;
    flex: 0 0 100%;
    margin-top: 10px;
    margin-left: -10px;
}
.my-profile .form-group {
    flex: 0 0 31%;
}
.d-status .date {
    display: inline-block;
}
.product-info-main #pills-tabContent {
    padding: 10px 0px 0px 0px;
}
.product-info-main .nav-pills button {
    color: #000 !important;
}
.small-popupmsg {
    bottom: 97px;
}
.alert-msg-on {
    top: 83px;
    bottom: auto;
}

.main-price{
    font-size: 16px;
}
.price del{
    font-size: 14px;
}

.pro-details-btn.d-flex > * {
    flex: 0 0 48%;
    font-size: 15px;
    margin: 0px !important;
}
/* .pro-details-btn.d-flex a:nth-child(2) {
    order: 3 !important;
    flex: 0 0 100% !important; 
} */
.pro-details-btn.d-flex {
    flex-wrap:wrap;
    gap: 10px;
    justify-content: space-around;
}
.details-title {
    font-size: 10px;
}
.dropdown-menu.noti-menu {
    position: relative;
    transform: translate(13px,-50px) !important;
    box-shadow: -5px -5px 20px rgba(0,0,0,0.5);
}
.noti-menu li:nth-last-child(1) a {
    border: 0px !important;
    justify-content: space-around !important;
    padding: 5px 5px !important;
}
.noti-menu::before {
    right: auto;
    left: 13px;
    top: auto;
    bottom: -6px;
}
.footer-copyright {
    padding: 10px 0px 57px 0px;
    line-height: 18px;
    font-size: 12px;
}
.product-detail{
    min-height: 90px !important;
}
.product-title{

}

.quantity.form-control-login, .quantity.form-control-login::placeholder{
    font-size:0.9rem !important;
    width: 100% !important;
  }
  .addtoCart {
    padding: 5px 10px 7px 10px !important;
    font-size: 13px !important;
  }
  .hovermain-block .wish-icon{
    width: 30px;
    height: 30px;
  }
  .hovermain-block .wish-icon i{
    font-size: 13px;
  }
  #search-box, #search-box::placeholder{font-size: 0.8rem !important;}
.mobi-headerinfo-r .avatar-btn {
    display: flex !important;
    align-items: center;
}
.breadcrumb-item a, .breadcrumb-item.active, .breadcrumb-item{
    font-size: 13px !important;
}
.headerinfo-r a {
    font-weight: 600;
    font-size: 12px;
    margin: 0 5px !important;
}
.offer-pic-block img {
    height: 110px;
    object-fit: contain;
    background: #f1f1f1;
}
.offer-price .green-btn {
    transform: translateY(-2px);
    display: inline-block;
    padding: 5px 10px 7px 10px;
}
.offer-price {
    text-align: center;
    padding: 10px;
}
.offer-title {
    font-size: 14px;
    line-height: 22px;
}
.offer-title{
    margin-bottom: 5px;
}
/* .category-b img {
    height: 150px;
    width: auto;
} */
.product-category {
    font-size: 9px;
}

.fas.fa-star {
    font-size: 12px;
    margin-left: 2px;
    line-height: 0px;
    color: #cdc5c5;
}

.review-counts{font-size: 11px;}
.category-title {
    padding-left: 0;
    text-align: center;
}

.category-b {
    padding: 15px;
}
.categorybg-main .d-flex.gap-feature {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
}
.categorybg-sub {
    height: 300px !important;
    width: 100%;
}
.header-icons {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.cart-section a i, .avatar-btn img{
    color: var(--black);
    border-radius: 50%;
    font-size: 12px;
    /* box-shadow: 0px 0px 10px rgba(0,0,0,.2); */
}
.header-icons a.circle{
    width: 35px;
    height: 35px;;
}
#bulkorders{
    font-size: 12px !important;
    padding: 14px 8px;
    margin: 0;
    border-radius: 2rem !important;
    height: auto;
    line-height: inherit;
}
.footer-title{
    margin-top: 10px;
}

.main-hm-title, .footer-title{
    font-size: 16px !important;
}
.viewmore, .email-footer.form-control-login{
    font-size: 14px !important;
}
.email-footer.form-control-login::placeholder{
    font-size: 14px !important;
}
.footer-links a, .footer-address{
    font-size: 14px;
}
.footer-links .d-flex button{
    padding: 16px !important;
    font-size: 14px !important;
}
.mobi-cart-section.cart-section.ms-auto.d-flex, .mobi-headerinfo-r{
    display: flex !important;
    position: fixed;
    background: #000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 75% !important;
    z-index: 1000;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    align-items: center !important;
    padding: 5px;
    justify-content: center !important;
}
.headerinfo-r.mobi-headerinfo-r a:hover {
    color: #6a6c6c !important;
}
/* .mobi-cart-section.cart-section.ms-auto.d-flex, .mobi-headerinfo-r {
    padding: 10px 0px 5px 0px !important;
} */
.headerinfo-r a:nth-child(1) {
    margin-right: 0px;
}
/* .mobi-cart-section.cart-section.d-flex .header-icons{
    padding: 10px 20px !important;
} */
.d-flex.search-hm-main.mobi-search, .d-flex.search-hm-md.mobi-search{
    display: block !important;
}
.mobi-search.search-hm-main.d-flex, .mobi-search.search-hm-md.d-flex {
    display: block !important;
    width: 300px;
    margin-right: 20px;
}
.mobi-search .search-hm.form-control-login::placeholder {
    line-height: 16px;
    color: #b2b2b2 !important;
}
.cart-section.d-flex {
    width: 98%;
    padding: 5px 0px;
    margin: 0px auto;
}
.navbar-nav {
    position: absolute;
    left: -50px;
    top: 54px;
    background: #fff;
    height: 100vh;
    /* color: #fff; */
    width: 260px;
    padding: 25px 20px !important;
    box-shadow: 8px 5px 15px rgba(0,0,0,0.2);
    display: block !important;
}
header .fas.fa-th, .header-top {
    display: none;
}
.navbar-nav .dropdown-menu.show  a {
    color: #fff !important;
}
.navbar-nav .dropdown-menu.show {
    background: #555 !important;
    box-shadow: 0px 0px 0px #6a6c6c !important;
}
.dropdown-submenu .dropdown-menu {
    background: #000 !important;
    color: #fff;
    box-shadow: 0px 0px 0px #6a6c6c !important;
    padding-left: 20px;
    transform: translateY(-6px);
    border-radius: 0px !important;
}
.nav-item .nav-link {
    line-height: 30px;
    color: #fff !important;
}
.navbar-toggler {
    padding: 0px !important;
    border: 0px !important;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='50' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    font-size: 15px;
}
.category-title {
    font-size: 18px;
    text-align: left;
}
.remove-cart {
    font-size: 10px;
}
.banner-title {
    font-size: 29px;
    line-height: 37px;
}
}


/*************** 900px *****************/
@media (max-width:900px){
  .product-list-rel, .products-list{
      grid-template-columns: 1fr 1fr !important;
  }
    
}

/**************767px *****************/

@media (max-width:767px){
    .p-9{
        padding:30px !important;
    }
    .review-price-block{
        position: relative;
    bottom: auto;
    }
.container-width {
    padding: 0px 20px !important;
}
/* .hm-main-slider .carousel-item img {
    height: 220px;
    object-fit: cover;
} */
.mobi-nav.navbar-nav.me-auto.dropdown-dropdown.ml-3.mb-2.mb-lg-0.align-items-center{
    top:74px;
}
.product-list-rel, .products-list {
    grid-template-columns: 1fr 1fr !important;
}
.brandad-videotxt video {
    height: 150px;
}
.charity-grid .our-contc {
    grid-template-columns: 1fr;
}
.inspiration-modals .banner-main img {
    height: 55vh;
}
.inspire-sec {
    grid-template-columns: 1fr 1fr;
}
.signin-link, .signup-link {
    padding: 5px 15px !important;
}
.brand-adpopup {
    max-width: 500px !important;
}
.brandad-videotxt {
    grid-template-columns: 100%;
}
.navbar-nav .nav-link {
    padding: 0px 20px 5px 0px !important;
}
.multi-inner {
    margin: 7px 0px 0px 0px;
}
/* .dropdown-menu a {
    white-space: break-spaces !important;
} */
.dropdown-menu a.noti-item {
    white-space: initial !important;
}
.search-hm-main i, .search-hm-md i {
    display: none;
}
.mobi-search-form .dropdown-menu.show {
    width: 100vw !important;
    position: absolute;
    top: 5px !important;
    margin-left: -0.5px !important;
}
.brand-detailbtn {
    padding: 2px 18px;
    font-size: 14px;
}
.mobi-search-form{
    display:block;
}
header .search-hm {
    padding: 5px 5px 7px 10px !important;
    color:#6a6c6c;
}
#mobi-drop {
    position: relative;
}
header .search-hm:focus {
    box-shadow: 0px 0px 14px rgba(0,0,0,0.2) !important;
    /* border: 2px solid #6a6c6c !important; */
    background: #fff !important;
    color: #6a6c6c !important;
    border: 2px solid #6a6c6c !important;
    color: #000 !important;
}
/* #search-box{
    color:#fff !important;
} */
#mobi-drop  .dropdown-menu.show {
    position: absolute !important;
    top: -33px !important;
    left: -35px !important;
}
header .search-hm {
    border: 1px solid #6a6c6c !important;
    background: #fff !important;
}
#search-box {
    width: calc(100vw - 15px) !important;
    border-radius: 6px 6px 15px 15px !important;
}
.mobi-search-form .dropdown-menu {
    padding: 8px !important;
    background: #000 !important;
    border-radius: 0px 0px 20px 20px !important;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}
.navbar-brand img {
    width: auto;
    height: 45px !important;
}
/* .d-flex.position-relative.search-hm-main {
    display: none !important;
} */

/* .cart-quantity-mobi{
    position: absolute;
    right: 0;
    bottom: 17px;
} */

.cart-quantity .form-control-login{
    width:100% !important;
    /* position: absolute; */
}
.details-quantity.cart-quantity .form-control-login{width: 93% !important;}
.cart-quantity .removeFromCart .removeFromMCart, .review-content-block :is(#add, #sub){
    position: relative;
    z-index: 2;
    border: 1px solid #ccc;
}

.cart-quantity{
    width:100px !important;
}

.review-content-block .add.item-qty{
    left:40px;
}

.header-logo-top .search-hm-main, .header-logo-top .search-hm-md {
    width: 100vw;
    position: absolute !important;
    left: 50%;
    top: 47px;
    display : none !important;
    background: #000;
    border-radius: 0px 0px 20px 20px;
    padding-bottom: 8px;
    transform: translateX(-50%);
    margin-left: -0.5px;
    transition: 0.3s ease-in-out;
}
#suggesstion-box {
    left: 50%;
    width: 100%;
    top: 41px;
    transform: translateX(-50%);
    width: 75%;
}
.search-hm-main.search-visible, .search-hm-md.search-visible {
    display: block !important;
}
#mobi-search-true {
    color: var(--black);
    font-size: 13px;
}
#search-box {
    margin: 1px 8px 10px 8px;
    height: 34px;
    padding: 0.8rem !important;
}
.mobi-search-form .d-flex.position-relative.search-hm-main, .mobi-search-form .d-flex.position-relative.search-hm-md {
    display: block !important;
}
.headerinfo-r {
    width: 100%;
    left: 0;
    transform: translateX(0);
}
.modal {
    z-index: 100000000 !important;
    background: rgba(0,0,0,0.5);
}
#sign-up #first_name {
    margin-bottom: 10px;
}
.my-account-main .order-name .product-title {
    max-width: 250px;
}
.placeOrder-main .cart-right {
    margin-top: 0px;
}
.order-item {
    position: relative;
    padding: 13px;
}
/* #result_orders {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
} */
#result_orders .orders-items {
    flex: 0 0 auto;
    width: 100%;
}
.shop-by-inner .viewmore {
    right: -5px;
}
.procut-slitext p {
    line-height: 16px;
    margin-top: 10px;
    font-size: 14px;
}
.procut-pic img {
    width: auto;
    height: 70px;
    object-fit: contain;
}
.lSSlideOuter {
    position: relative;
    height: 130px;
}
.client-gallery img {
    width: 100%;
    padding-top: 5px;
    height: 35px;
    object-fit: contain;
}
.client-gallery .list-unstyled.d-flex.justify-content-between {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr !important;
    gap: 10px;
}
.client-gallery ul {
    flex-wrap: wrap;
}
.shop-by-inner .d-grid.gap {
    grid-template-columns: 1fr 1fr 1fr !important;
    position: relative;
    gap: 15px !important;
}
.bg-about {
    padding: 100px 20px;
}
.banner-overlaytxt {
    padding: 10px;
}
.banner-main {
    min-height: 300px;
}
.bannerlay-t li {
    font-size: 12px;
    line-height: 20px;
}
.bannerlay-h {
    font-size: 18px;
    line-height: 16px;
}
.bannerlay-t img {
    width: 70px;
    height: 70px;
    right: -35px;
    bottom: -32px;
    padding: 10px;
}
.offer-title {
    min-height: 45px;
}
.sub-content {
    padding: 15px;
}
#result_orders .modal-content {
    transform: translate(12px, 30px);
}
.contents {
    min-height: 100px;
}
.categorybg-main .d-grid.gap-feature {
    grid-template-columns: 1fr 1fr;
}
.gap-feature {
    gap: 10px !important;
}
.d-grid.gap{
    gap:0px 6px !important;
}
.product-compare .product-rating {
    padding: 0px 30px;
}
.sub-content strong {
    font-size: 16px;
}
.product-compare .product-title {
    font-size: 14px !important;
    line-height: 24px !important;
}
.product-compare .product-img {
    width: 100% !important;
    margin: 10px 0px;
    object-fit: contain;
    height: 100px !important;
}
.sorting-sec .dropdown-menu.show {
    left: 0px !important;
    top: 8px !important;
}
.product-list-rel, .products-list, .shop-by-inner .d-grid {
    grid-template-columns: 1fr 1fr !important;
}

.proimg-block {
    /* height: 210px; */
    position: relative;
}

.products-display {
    grid-template-columns: 1fr 1fr;
}
.faq-main .col-sm-4.col-xs-12 {
    width: 100%;
}
.faq-main .col-sm-8.col-xs-12 {
    width: 98%;
}
.faq-main .nav-pills {
    border-right: 0px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.wishlist-main .review-picblock {
    flex: 0 0 125px;
}
.cart-right {
    margin-top: 20px;
}
.content-width.contact-us {
    width: 100%;
    padding: 0px 20px;
}
.we-block .col-sm-6.col-xs-12:nth-child(1) {
    margin-bottom: 20px;
}
.we-block .col-sm-6.col-xs-12 {
    width: 100%;
}
.we-block { 
    padding: 20px;
}
.sub-content {
    padding: 15px;
}
.we-block {
    padding: 10px;
}
.about-sample .item {
    padding: 25px 0px;
}
.about-sample .item i {
    font-size: 24px;
}
.about-sample .icon-txt {
    font-size: 13px;
}
.about-sample .icon-title {
    font-size: 18px;
    line-height: 16px;
}
.review-block {
    padding: 10px;
}
.my-profile .form-group {
    flex: 0 0 48%;
}
.review-left img {
    width: 100%;
    border-radius: 10px;
    height: 200px;
    object-fit: contain;
}
.offer-pic-block img {
    height: 208px;
}
.sorting-sec li:nth-child(2), .sorting-sec li:nth-child(3) {
    display: none;
}
.sorting-sec {
    list-style: none;
    align-items: center;
}

.no-products img {
    width: 100%;
}
.listView-active p.product-title {
    flex: 0 0 auto;
}
.product-title {
    font-size: 13px;
    line-height: 18px !important;
}
.products-display.d-flex.listView-active {
    display: flex !important;
}
.details-title {
    font-size: 11px;
}
.magnifier {
    transform: scale(0.7);
    left: 36% !important;
}
.tracker, .statusdiv, .cursorshade, .magnifier {
    display: none;
}
.product-gallery .img-thumbnail {
    width: 45px;
    height: 50px;
    object-fit: contain;
}

.products-display .product {
    width: 100%;
}
.offers-block {
    width: 100%;
}
.offer-title {
    height: 50px;
}
.offershm {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}
.list-pro-width .offershm {
    display: grid !important;
    grid-template-columns: 1fr;
}
.products-list.d-flex, .products-display.d-flex {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
}
.product {
    width: 100%;
    float: left;
}
/* .category-b img {
    height: 110px;
} */
.categorybg-sub {
    height: 250px !important;
    width: 100%;
}
.navbar-nav {
    padding: 20px 20px !important;
}
.mobile-app-link img{width: 40% !important;}

.order-summary-values .cart-subrow{
    width: 100% !important;
}

.order-summary-values .cart-subrow .product-title{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.order-summary-values #platformDetails .cart-subrow .product-title i{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.order-summary-values .cart-subrow .product-title i span{
    width: auto;
}

#platformDetails{
    width: 100% !important;
}

.review-content-block{
    border-left: 0px !important;
}

}

/************** 600px ****************/
@media (max-width:600px){
    .overview-links a {
        flex: 0 0 31%;
    }
    .my-account-main .order-name .product-title {
        max-width: 220px;
    }
    .magnifier, .cursorshade, .statusdiv, .tracker {
        display: none !important;
        opacity: 0 !important;
    }
    .product-details-main .col-sm-6 {
        width: 100% !important;
    }
    .review-block.d-flex.mt-3.flex-wrap {
        flex-wrap: nowrap !important;
        align-items: center !important;
    }
    .sorting-sec li a.list{
        display: none;
    }
}

/************ 576px ****************/

@media(max-width:576px){
.nav-link {
    font-size: 14px !important;
    line-height: 24px !important;
}
.sustain-conblo .our-image img {
    width: 100% !important;
    height: 230px;
    object-fit: contain;
}
.brnd-onbrdtitle_sub h3, .brnd-onbrdtitle_sub h4 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 24px;
}
.forms {
    padding: 20px;
}
.brnd-onbrdtitle {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 30px;
}

.brnd-onbrdtitle_sub h3, .brnd-onbrdtitle_sub h4 {
    font-size: 16px;
}
.inspirecard-title {
    font-size: 14px;
    padding: 10px;
}
.inspirelg-title {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 30px;
    margin-top: 10px;
}
.multiproducts-select {
    bottom: 60px;
}
.no-data img {
    width: 300px;
}
.brand-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
}
.flip-img img {
    width: 40% !important;
}
.reoreder-pic {
    width: 35% !important;
}
.navbar-brand img {
    margin-right: 0px;
}
#addAddress .modal-dialog.modal-dialog-centered {
    margin-top: 54px;
}
.notificatons-main .review-picblock img {
    margin-right: 5px !important;
}
.placeOrder-main .review-picblock {
    padding-right: 0px;
}
.order-starscus {
    margin-right: -18px !important;
}
.order-item a {
    font-size: 12px;
}
.order-starscus i {
    margin-left: -13px !important;
}
/* #result_orders {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
} */
.review-content-block {
    flex: 0 0 65%;
    padding-left: 12px;
    border-left: 1px solid #ccc;
}
#overview .col-md-3, #overview .col-md-9  {
    width: 100% !important;
}
.shop-by-inner .d-grid.gap {
    grid-template-columns: 1fr 1fr 1fr !important;
    position: relative;
    gap: 15px !important;
}
.navbar-brand {
    display: flex !important;
    flex-direction: column;
    font-size: 6px !important;
    align-content: center;
    align-items: center;
    text-align: center;
}
.headerinfo-r {
    border-radius: 0px;
    width: 100%;
}
.wishlist-main .review-picblock {
    padding-right: 0px !important;
}
.notificatons-main .review-picblock {
    padding-right: 0px;
}

.ribbon-stoyes {
    right: calc(-37vw + 0rem);
    opacity: 0.5;
    top: 45%;
}
.pagination{
    flex-wrap: wrap;
}
.notification-main .review-content-block {
    flex: 0 0 100% !important;
    padding: 0px 0px;
    order: 3;
    margin-top: 5px;
}
.review-picblock {
    padding-right: 15px;
}
.cart-item .review-picblock {
    padding-right: 0px;
}
.review-block.justify-content-between.d-flex.mt-3.align-items-center {
    flex-wrap: wrap;
    justify-content: flex-start !important;
}
.page-link {
    padding: 5px !important;
    font-size: 10px !important;
}
.my-profile .form-group {
    flex: 0 0 100%;
}
.login-leftpic {
    display: none;
}
.wishlist-main .review-content-block {
    flex: 0 0 70%;
}
.staCompic {
    display: none;
}
.product-compare .product-rating {
    padding: 0px 0px;
}
.product-compare .product-img {
    width: 150px !important;
    margin: 10px 0px;
    object-fit: contain;
    height: 100px !important;
}
.product-compare .table-responsive {
    display: inline-block;
    overflow-x: scroll;
}
.searchitem-name {
    margin-right: auto;
    width: 100%;
}
.footer-main .col-md-2, .footer-main .col-md-4 {
    width: 100% !important;
}
.sub-content strong {
    line-height: 30px !important;
}
.review-left .modal-dialog {
    max-width: 100% !important;
}
.order-content .noproduct-title {
    font-size: 22px;
    line-height: 35px;
}
.sub-content strong {
    font-size: 16px;
}
.contact-us .about-sample .item  {
    flex: 0 0 100%;
}
.bg-about h3 {
    font-size: 30px;
}
.order-item img {
    flex: 0 0 25%;
    width: 50px;
    height: auto;
    padding: 0px;
    border-radius: 5px !important;
}
.bg-about {
    padding: 100px 20px;
}
.about-sample.d-flex.justify-content-around.align-items-center {
    flex-direction: column;
}
#order_status {
    width: 50%;
}

.preview-img {
    width: 50%;
    height: auto;
    margin: 0px auto 20px auto;
}
.overview-links a {
    flex: 0 0 47%;
    padding: 40px 10px;
    font-size: 14px;
    line-height: 24px;
}
.overview-links a i {
    font-size: 25px;
    margin-bottom: 15px;
}
.offer-pic-block img {
    height: 180px;
}
.brands-item-list .col-xs-6 {
    width: 50%;
}
.footer-main .col-sm-6.col-md-3.col-xs-12 {
    width: 100% !important;
}
.pro-deltail-table .details-fieldtitle {
    width: 40%;
}
.footerborder-left::before {
    top: -4px !important;
}
.pro-colstock .col-xs-6:not(:nth-child(1)) {
    width: 50%;
}
.sidefilters .accordion-button.collapsed {
    padding: 5px 0px !important;
}
.sidefilters .accordion-item {
    padding: 0px 10px;
}
.products-list.d-flex {
    gap: 10px !important;
}
.categorybg-main .d-flex.gap-feature {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}
/* .category-b img {
    height: 80px;
} */
.shop-by-inner .d-flex.gap-feature {
    gap: 6px;
}
/* .category-b img {
    height: 110px;
    border-radius: 6px 6px 0px 0px !important;
} */
.category-title {
    font-size: 8px;
    line-height: 11px;
}
.category-b {
    padding: 10px;
    border-radius: 6px;
}
.category-title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 15px;
}
.product-compare img {
    height: 75px !important;
    width: auto !important;
}
}

@media screen and (max-width:500px){
    /* #result_orders {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    } */
    .mb-connect.signin-link {
        background: #c82333 !important;
    }
    .my-account-main .order-name .product-title {
        max-width: 260px;
    }
    .signin-link, .signup-link {
        background: transparent !important;
        padding: 5px 15px !important;
        display: inline-block;
        margin: 5px 10px;
    }
}

/************* 480 px ******************/
@media (max-width:480px){

    .marquee, .marquee > div{
        font-size: 14px !important;
    }

    .product-title{
        max-height: 40px;
    }

    /* .proimg-block{
        height: 165px !important;
    } */
    .product-detail{
        min-height: 105px;
    }
    .review-price-block{
    margin-top: 5px;
    }
    
.avatar-btn span {
    display: inline-block;
    max-width: 105px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.product-list-rel, .products-list {
    grid-template-columns: 1fr 1fr !important;
}
.inspire-sec {
    grid-template-columns: 1fr;
}
.signin-link {
    position: relative;
    top: 0px;
}
.pagination a {
    font-size: 11px;
}
.product-gallery .tab-pane {
    height: 250px;
}
.overview-links {
    grid-template-columns: 1fr 1fr;
}
.phone-no input{
    flex:0 0 100% !important;
}
.phone-no .form-select {
    flex: 0 0 100%;
    margin-bottom: 11px;
}
.phone-no {
    flex-wrap: wrap;
}
.loading-text span {
    font-size: 15px !important;
}
#search-box {
    padding: 5px 10px !important;
}
#mobi-drop .dropdown-menu.show {
    position: absolute !important;
    top: 8px !important;
    left: 0 !important;
}
.banner-main {
    padding-top: 190px;
}
.swiper-slide img {
    width: 140px;
    height: 140px;
}
.swiper-container-3d {
    perspective: 250px;
}
#notification .review-block {
    padding: 15px;
}
.bg-light.form-bg {
    transform: translateY(-15px);
}
.bg-block{
    height: 90vh;
}
.order-item img {
    flex: 0 0 25%;
    width: 100px;
    height: 100px;
    padding: 0px;
    border-radius: 5px !important;
}
#myReview .review-picblock {
    flex: 0 0 100% !important;
}
#myReview .review-content-block {
    padding: 15px !important;
    flex: 0 0 100%;
}
.banner-overlaytxt {
    position: static;
    display: block;
    border-radius: 0px;
    text-align: left;
    padding: 15px;
}
.bannerlay-t li {
    font-size: 14px;
    line-height: 24px;
}
.bannerlay-t img {
    right: 0;
    bottom: -45px;
    padding: 10px;
    z-index: 100;
}
.bannerlay-h {
    line-height: 24px;
}
.banner-main {
    min-height: 200px;
}
.cart-section.d-flex {
    width: 100%;
    /* padding: 0px 30px; */
}
.my-account-main .order-name .product-title {
    margin-left: 0px !important;
}
.my-account-main .product-title{
    padding: 0px 0px !important;
}

#recentviewed .product-title.px-2 {
    padding: 0px !important;
}
.fas.fa-star {
    font-size: 8px;
    color: #cdc5c5;
}
#rating i {
    font-size: 10px;
}
#recentviewed .review-picblock {
    padding-right: 0px;
}
.about-sample .item i {
    font-size: 35px;
}
.product-compare img {
    height: 85px !important;
    width: 85px !important;
}
.product-compare .btn.btn-green-login {
    border-radius: 10px !important;
}
.sub-content strong, .fs-3 {
    font-size: 20px !important;
}
.table-responsive {
    max-width: 400px !important;
    overflow-x: scroll;
    display: inline-block;
    width: 100% !important;
}
.product-compare td {
    padding: 5px;
}
.product-compare td.property-value {
    font-size: 12px;
}
.product-compare .property-heading {
    font-size: 12px;
}
.compare-main .sub-content {
    padding: 15px 10px;
}
.product-compare .product-rating {
    padding: 0px 0px;
}
.orderscon-items p {
    flex: 0 0 100%;
}
.address-cart .dropdown-menu {
    left: -10px !important;
}
.cart-item .review-picblock img {
    width: 100% !important;
    /* height: 136px; */
    object-fit: contain;
    border-radius: 6px 6px 0px 0px;
}
/* .cart-item {
    padding: 0;
} */
.cart-item .review-content-block {
    margin-left: 0px;
    border-left: 1px solid #f1f1f1;
    flex: 0 0 65%;
    padding: 0 10px 10px 10px; 
}
.cart-item .review-content-block.date-block {
    flex: 0 0 100%;
    text-align: left;
}
.cart-subrow.d-flex {
    flex-wrap: wrap;
}
.review-picblock {
    flex: 0 0 35%;
}
.empty-cart img {
    flex: 0 0 100%;
}
#order_status {
    width: 100%;
}
.wishlist-main .review-picblock {
    flex: 0 0 35%;
}
.ribbon-stoyes, .ribbon-stono {
    right: -36%;
    top: 81%;
    width: 100%;
    text-align: center;
    font-size: 12px;
    opacity: 0.5;
    z-index: 0;
}
.wishlist-main .review-picblock img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    background: #e6e6e6;
}
.wishlist-main .review-content-block {
    flex: 0 0 100%;
    padding: 10px;
}
.review-block {
    padding: 0px;
    flex-wrap: wrap;
}
.my-profile .form-group {
    flex: 0 0 100%;
}
#fromDate, #toDate {
    width: 81%;
    float: right;
}
.btndate-go {
    float: right;
    padding: 5px 30px !important;
}
#date_access > div > *:not(:nth-last-child(1)) {
    width: 100%;
    margin-bottom: 10px;
}
.preview-img {
    width: 70%;
}
a#loadMore {
    padding: 5px 20px !important;
    font-size: 12px !important;
}
.pro-details-btn.d-flex a {
    padding: 3px 10px !important;
}
.offer-pic-block img {
    height: 140px;
}

.mobi-cart-section.cart-section.ms-auto.d-flex, .mobi-headerinfo-r {
    bottom: 0;
    left: 0%;
    transform: translateX(0%);
    width: 100% !important;
    border-radius: 0px !important;
}
.noti-title {
    font-size: 13px;
}
.noti-menu li:nth-last-child(1) a {
    font-size: 13px;
}
.header-icons .dropdown-menu a {
    font-size: 13px;
}
.noti-item img {
    width: auto;
    height: 40px !important;
    margin-right: 10px;
}
.noti-title span {
    font-size: 11px;
}
.form-text {
    padding-right: 30px;
}
.googlebtn, .facebookbtn {
    font-size: 9px;
}
#signinsubmit, #signupsubmit {
    font-size: 14px !important;
    padding: 8px 18px 10px 18px;
}
.login-modals .form-label.d-block {
    margin-bottom: 2px !important;
}
.login-modals .btn-close {
    top: -40px;
    font-weight: bold !important;
}
.offer-pic-block img {
    height: 170px;
}
.login-modals input {
    font-size: 14px !important;
    color: #6a6c6c;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}
.login-modals .nav-link {
    padding: 6px;
    font-size: 14px !important;
}
.login-modals .tab-content {
    width: 100%;
    background: #fff;
    padding: 15px 15px 20px 15px;
}
.offer-price .green-btn {
    padding: 0px 7px 1px 7px;
    font-size: 10px;
}

.select-stars {
    position: absolute !important;
    left: 5px !important;
    top: -4px !important;
    opacity: 0 !important;
}
.d-flex.search-hm-main.mobi-search, .d-flex.search-hm-md.mobi-search {
    width: 190px;
    margin-right: 10px;
}
.categorybg-sub {
    height: 200px !important;
    width: 100%;
}
.container-width {
    padding: 0px 15px !important;
}
.categorybg-main .d-flex.gap-feature {
    gap: 10px !important;
}
.sizeQuantity > div {
    width: 50%;
    flex: unset;
  }
.quantity.form-control-login {
    padding: 3px 10px !important;
    width:83%;
}
.hm-main-slider .carousel-item img{
    /*width:573px !important;*/
}
.addtoCart {
    font-size: 13px;
    padding: 5px 20px 7px 20px;
    text-align: center;
    line-height: 18px;
  }
.mobi-cart-section.cart-section.ms-auto.d-flex {
    width: 100% !important;
    border-radius: 0px;
}
.alert-msg-on {
    padding: 5px 15px;
    font-size: 13px;
}
.bg-about h3 {
    font-size: 26px;
}
textarea {
    font-size: 13px !important;
}
.notificatons-main .review-picblock {
    margin-right: 5px !important;
}
.place-order{
    font-size: 14px !important;
    line-height: 25px;
}
.cart-item .review-content-block > div > div:first-child .product-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

}


/************* 375px **************/

@media (max-width:375px){
.mobi-search-form .dropdown-menu.show {
    top: 1px !important;
}
.brandpopup-title {
    font-size: 18px;
}
.swiper-slide.swiper-slide-active strong {
    font-size: 15px;
    font-weight: bold;
}
.videocon-sec.p-3 {
    padding: 10px !important;
}
.brandpop-txt {
    margin: 10px 0px;
}
.re-orderpopup {
    background: #44ff98 !important;
    padding: 25px 10px 60px 10px;
}
select[name="countryCode"] {
    padding-top: 7px !important;
    padding-right: calc(2.5rem - 2vw) !important;
    padding-left: 7px !important;
    margin-right: 7px;
}
.phone-no input {
    flex: unset;
}
#country-list {
    font-size: 13px;
    line-height: 22px;
}
.client-gallery .list-unstyled.d-flex.justify-content-between {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    gap: 10px;
}
.client-gallery img {
    width: 100%;
    padding-top: 5px;
    height: 35px;
    object-fit: contain;
}
.sub-repeatcon .modal-title {
    font-size: 18px;
    line-height: 32px !important;
}
.add-address .form-group {
    width: 100%;
    flex: 0 0 100%;
}
.sub-repeatcon p {
    font-size: 14px;
    line-height: 21px;
}
.notificatons-main .product-title {
    font-size: 12px !important;
    line-height: 20px !important;
}
.breadcrumb-item a, .breadcrumb-item.active {
    font-size: 10px;
}
.sub-content strong {
    font-size: 20px !important;
    line-height: 30px !important;
}
.address-cart .addcart-addressbtn, .cart-item .cartbtn{
    font-size: 13px !important;
}
.cart-item .product-title {
    font-size: 14px;
    line-height: 24px !important;
}
.sorting-sec li a {
    font-size: 13px;
}
.address-cart #navbarDropdown {
    color: #000 !important;
    font-size: 13px !important;
}
.myfield-title {
    font-size: 13px;
}
.sorting-sec {
    list-style: none;
    align-items: center;
}
.pro-deltail-table .details-fieldtitle {
    font-size: 13px;
}
.small-popupmsg {
    bottom: 62px;
    right: 20px;
}
.product-info-main .nav-link {
    font-size: 13px !important;
    line-height: 24px !important;
}
.offershm.gap-feature.d-flex {
    gap: 10px !important;
}
.footer-links a, .footer-address, .email-txt{
    font-size: 13px;
}
.offer-title {
    height: auto;
    font-size: 12px;
    line-height: 20px;
}
.removeFromCart .removeFromMCart .remove-cart i {
    display: none;
}
.remove-cart {
    font-size: 10px;
    font-weight: 600;
    text-transform: capitalize !important;
}
.offer-pic-block img {
    height: 140px;
}
.offer-price {
    text-align: center;
    padding: 10px;
}
.viewmore {
    font-size: 11px !important;
}

.review-counts {
    font-size: 9px;
}
.product-category {
    font-size: 9px;
    line-height: 12px;
}
.product-title {
    font-size: 12px;
    line-height: 15px !important;
}
#recentviewed .product-title.px-2 {
    line-height: 20px !important;
}
.my-3 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.main-hm-title {
    font-size: 13px;
}
.navbar-nav {
    top: 48px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    transform: scale(0.5);
}
.navbar-brand img {
    width: auto;
    height: 30px !important;
}
.mobi-search .search-hm {
    color: #6a6c6c;
    font-family: 'Lato', sans-serif;
    padding: 0px 5px 0px 20px !important;
    font-size: 12px;
    line-height: 24px;
}
.mobi-search i.fas.fa-search {
    position: absolute;
    left: 5px;
    top: 11px;
    font-size: 10px;
    color: #9f9f9f;
}
.mobi-search .search-hm.form-control-login::placeholder {
    line-height: 24px;
    color: #b2b2b2 !important;
}
.bg-catelink {
    font-size: 10px;
}
.bg-categorytitle {
    font-size: 11px;
    line-height: 13px;
}
.cart-item .product-title {
    font-size: 14px;
}
.cart-item .cartbtn {
    font-size: 13px;
}
.order-content .noproduct-title {
    font-size: 19px;
    line-height: 29px !important;
    margin-top: 10px;
}
}


/*********** 360px ************/
@media (max-width:360px){
.viewmore i{
    display: none;
}
.products-display {
    grid-template-columns: 1fr 1fr;
}
.shop-by-inner .viewmore i {
    display: block;
}

.offer-pic-block img {
    height: 90px;
}

.address-main-cart {
    padding-left: 5px;
    margin-left: 10px;
}
.address-cart {
    padding: 5px 5px;
}
.address-cart .addcart-addressbtn:hover {
    font-size: 13px;
}
.cart-left {
    padding: 10px;
}
.noofitem {
    font-size: 10px;
}
}

/********* 340px ***********/
@media (max-width:340px){
    .page-link {
        padding: 5px !important;
    }
}


/********* 320px ***********/
@media (max-width:320px){
    .noofitem {
        font-size: 9px;
    }
}




/************ custom dropdown **********/
.wrapper {
    position: relative;
  }
  .wrapper ul::-webkit-scrollbar, *::-webkit-scrollbar {
    width: 7px;
  }
   .wrapper ul::-webkit-scrollbar-track, *::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px #e1e1e1;
  }
  .wrapper ul::-webkit-scrollbar-thumb, *::-webkit-scrollbar-thumb{
    background-color: #dddddd;
    outline: 1px solid #dddddd;
  }
  
  .wrapper ul {
    width: 250px;
    max-height: 350px;
    scrollbar-color: #dddddd #efefef;
    scrollbar-width: thin;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px;
    border-radius: 6px;
    background: #fff !important;
    list-style: none;
    /* box-shadow: 0px 0px 15px rgb(0 0 0 / 10%); */
  }
  .wrapper .nav-link:hover, .wrapper li:hover {
    cursor: pointer !important;
}
.wrapper::-webkit-scrollbar, .dropdown-submenu::-webkit-scrollbar, .brands-m::-webkit-scrollbar {
    width: 7px;
  }
  .wrapper ul::-webkit-scrollbar-track, .brands-m::-webkit-scrollbar-track {
    background: #eeeeee;
    box-shadow: inset 0 0 6px #e1e1e1;
}
   
  .wrapper::-webkit-scrollbar-thumb, .brands-m::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    outline: 1px solid #dddddd;
  }
  .wrapper li a:hover{
      cursor: pointer;
  }
  .wrapper li {
    position: static;
    
  }
  .sub-megamenu li {
    padding-right: 20px;
    min-width: 150px;
    max-width: 250px;
}
.wrapper li a, .brandsFull-menu div {
    position: static;
    line-height: 20px !important;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 7px 15px !important;
    text-transform: capitalize;
}
.brandsFull-menu div {
    padding: 0px 5px !important;
}
.brand-alphabet {
    pointer-events: none;
    background: transparent !important;
    color: #000 !important;
    margin: 10px 0px;
}
.brand-alphabet:hover {
    background: transparent !important;
    color: #000 !important;
}
  li .wrapper {
    position: absolute;
    z-index: 10;
    display: none;
  }
  li:hover > .wrapper {
    display: block;
  }
  .markers {
    position: relative !important;
    width: 100%;
    display: block !important;
}
  .markers i {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #cbcbcb;
    font-size: 12px;
} 
  .wrapper ul {
    margin: 7px;
    color: white;
    font-family: sans-serif;
    font-size: 16px;
  }
  .wrapper li ul {
    margin: 0;
  }
  .wrapper li .wrapper {
    cursor: auto;
    width: auto;
    padding: 0px;
    height: auto;
    position: absolute;
}
.wrapper li.parent {
    background: #fff;
    cursor: pointer;
    width: 25%;
    min-width: 150px;
}
.wrapper ul {
    margin: 7px;
    color: white;
    font-family: sans-serif;
    font-size: 16px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 252px !important;
    overflow-x: auto;
}
.parent .wrapper ul {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    max-height: 250px;
    overflow-x: hidden;
    height: auto !important;
    flex-wrap: nowrap;
    min-width: 150px;
}
  .wrapper li .wrapper li {
    padding: 0px !important;
  }
  .wrapper li.parent {
    background: #fff;
    z-index: 100;
    cursor: pointer;
}
.wrapper.brands-wrapper {
    height: 100vh !important;
}
.sub-megamenu li {
    padding-right: 10px;
    width: 20% !important;
}
.brandsFull-menu div a {
    text-decoration: none;
    padding: 2px 0px;
    line-height: 20px;
}
.brandsFull-menu div {
    width: 16.66%;
}
.brandsFull-menu div:hover {
    background: #000;
    color: #fff;
}
.brandsFull-menu div a:hover {
    color: #fff !important;
}
.wrapper li.parent:hover, .wrapper li.parent:hover > a {
    background: #6a6c6c;
    color: #fff !important;
}
.wrapper li a:hover {
    background: #6a6c6c;
    color: #fff !important;
}
.brands-m{
    scrollbar-color: #dddddd #efefef;
  scrollbar-width: thin;
}
.gps-track a {
    color: #631012;
    background-color: #efefef;
    font-size: 16px;
    font-weight: 500;
    padding-left: 25px;
    line-height: 24px;
}
.gps-subtitle {
    font-size: 12px;
    color: #9c9c9c;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 15px 0px 15px;
}
.gps-track a span {
    display: block;
    width: 200px;
    font-size: 13px;
    color: #a0a0a0;
    line-height: 24px;
}
.search-hm-main .dropdown-menu hr, .search-hm-md .dropdown-menu hr {
    width: 97%;
    margin: 0px auto;
    margin-top: 8px;
    background: #c0c0c0 !important;
}
.search-hm-main, .search-hm-md {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #dedede;
}
.gps-drpdown .btn {
    font-size: 14px;
    color: #404040;
    font-weight: 400;
    margin-right: 10px;
    position: relative;
    border-radius: 0px;
}
/* .search-hm-main .position-relative::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    left: -7px;
    background: #cdcdcd;
    top: 50%;
    transform: translateY(-50%);
  }  */
  .gps-drpdown .fa.fa-map-marker {
    color: #404040;
    font-size: 12px;
    margin-right: 8px;
}
.gps-track {
    position: relative;
}
.gps-track .fa-location-arrow {
    position: absolute;
    content: "";
    font-size: 12px;
    left: 6px;
    top: 11px;
}
ul.dropdown-menu .subdropdown-menu {
    position: absolute !important;
    content: "";
    left: 100% !important;
    top: 0;
    display: none;
}
.navbar-nav .dropdown-toggle::after {
    position: absolute;
    right: 6px !important;
    top: 50%;
    transform: translateY(-50%);
}
.mobi-nav.navbar-nav .dropdown-toggle::after{
        top: 1rem;
}
.navbar-nav > li {
    margin-right: 0px;
}
.navbar-nav a, .nav-link {
    padding: 0.7rem !important;
  }
ul.dropdown-menu li {
    position: relative;
}
ul.dropdown-menu li:hover .subdropdown-menu {
    display: block;
}
.custom-light {
    /* background: #f1f1f1; */
    background: #202020;
    position: relative;
}
.custom-light::before {
    position: absolute;
    content:"";
    height: 100%;
    width: 100%;
    /* background-color: #f1f1f1; */
    background-color: #202020;
    right: calc(100% - 5px);
    top: 0px;
}
.custom-light2 {
    /* background: #e9e9e9; */
    background: #2e2e2e;
    position: relative;
}
.custom-light2::after {
    position: absolute;
    content:"";
    height: 100%;
    width: 100%;
    /* background-color: #e9e9e9; */
    background-color: #2e2e2e;
    left: calc(100% - 5px);
    top: 0px;
}
.category-menu .dropdown-submenu, .category-menu .dropdown-menu  {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  top: 138%;
  left: 0;
  display: none;
  transition: 0.3s linear;
  overflow: hidden;
  min-width: 6vw;
  z-index: 10;
}
.category-menu .dropdown-menu.show {
    background: #fff !important;
    border-radius: 5px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
}
.navbar-nav .category-menu .dropdown-menu.show a {
    color: #631012  !important;
    padding: 0.5rem 0.5rem !important;
    line-height: 20px !important;
}
.category-menu:hover .dropdown-submenu {
    display: block;
  }
.category-menu{
    position: relative;
}
.category-menu .cat-link:hover{
    color: #631012;
    background-color: #fff;
    border-bottom: 1px solid #631012;
}
.category-menu .cat-link{
    /* padding: 0px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 15px; */
    padding: 0.74vw !important;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 1vw;
}
.dropdown-submenu a {
    background: #fff !important;
    color: #631012  !important;
    padding: 0.5vw 0.5vw !important;
  }
  .dropdown-submenu a:hover .cat-link {
    background: #fff !important;
    color: #631012  !important;
  }
  .category-menu.active .cat-link{
      background-color: #fff !important;
      color: #631012 !important;
  }

  .mobile-remove-wishlist{
    margin-top: -15px;
  }

  .mobile-remove-wishlist .cartbtn {
    width: 30px;
    height: 34px;
    background: #ffc107;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .arrow-btn span:first-child{
    position: absolute;
    left: 0px;
    width: 1rem !important;
    height: 1rem !important;
    background: #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.4rem !important;
}
.gst-block span{font-size:0.8rem; color:#a9a9a9;}
.arrow-btn span:nth-child(2){
    padding-left:1.2rem !important;
}

.arrow-btn-small{
    display: flex;
    justify-content: end;
}

.arrow-btn-small span:first-child {
    width: 20px;
    height: 20px;
    background: #ccc;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
}

.error-address{
    color: red;
    /* border: 1px solid red; */
    display: block; 
    border-radius: 6px;
    font-size:0.6rem;
    padding: 0.4rem;
    font-weight: 500;
}

.xzoom {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5) !important;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.025) !important;
    border-radius: 0.5rem !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        width: 25rem !important;
        margin: 1.75rem auto;
        max-width: inherit !important;
    }
}