	/* *{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
} */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

body{
	color: #2a2a2a;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 14px;
  overflow-x: hidden;
  margin: 0 auto;
  /* -webkit-transform: scaleX(-1);
  transform: scaleX(-1); */

}
.ar #langTranslate {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.ar h1,.ar h2,.ar h3,.ar h4,.ar h5,.ar h6,.ar p,.ar span,.ar option,.ar select,.ar input {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.ar input {
  text-align: right;
}
a:focus{

  outline: none;
}

.ff-playfair{
font-family: 'Playfair Display', serif;
}

.ff-roboto{
	font-family: 'Roboto', sans-serif;
}
.fs-italic{
    font-style: italic;
}
.anah-head{
	/* color: #43; */
	color: #434343;
	/*text-transform: uppercase;*/
	font-size: 2rem;
	font-weight: 400;
}
.anah-head-lg{
	font-size: 3rem;
}
.anah-summ{
	color: #2a2a2a;
	margin-bottom: 0;
	font-size: 1rem;
}
.anah-tx-white{
	color: #f2f2f2;
}
.anah-text-2{
	color: #434343;
}
.anah-text{
	color: #7f6f58;
}
.anah-bg{
	background-color: #7f6f58;
}

.anah-top-menu{
	position: relative;
	z-index: 2021;
}
.anah-content{
	background-color: #fff;
	position: relative;
	z-index: 2020;
	transition: all 0.5s;
}
.anah-wrap{
	padding:0px 8vw;

}

.anah-sec-sm{
	padding: 1rem 0;
}
.anah-sec{
	padding: 2rem 0;
}
.anah-sec-lg{
	padding: 3rem 0;
}

.anah-btn-outline,
.anah-btn-outline-alt,
.anah-btn-white-outline{
	display: inline-block;
    margin-top: 1.5rem;
    padding: 5px 20px;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    transition: all 0.3s;
    font-size: 14px;
    position: relative;
    z-index: 1;
}
.anah-btn-outline:before,
.anah-btn-outline-alt:before,
.anah-btn-white-outline:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transition: all 0.5s;
	z-index: -1;
}

.anah-btn-outline-lg{
	padding: 7px 30px;
	font-size: 16px;
}

.anah-btn-outline:hover,
.anah-btn-outline:focus,
.anah-btn-outline-alt:hover,
.anah-btn-outline-alt:focus{
	text-decoration: none;
	outline: none;
}

.anah-btn-outline{
    background-color: transparent;
    color: #7e6f58;
    border: 2px solid #7e6f58;

}
.anah-btn-outline:before{
	background-color: #7e6f58;
	width: 0%;
}
.anah-btn-outline:hover{
    /*background-color: #7e6f58;*/
    color: #fff;
}
.anah-btn-outline:hover:before{
	width: 100%;
}

.anah-btn-outline-alt{
    /*background-color: #7e6f58;*/
    background-color: transparent;
    color: #f2f2f2;
    border: 2px solid #7e6f58;
}
.anah-btn-outline-alt:before{
	background-color: #7e6f58;
	width: 100%;
}
.anah-btn-outline-alt:hover{
    color: #7e6f58;
}
.anah-btn-outline-alt:hover:before{
	width: 0%;
}

.anah-btn-white-outline{
    background-color: transparent;
    color: #f2f2f2;
    border: 2px solid #f2f2f2;

}
.anah-btn-white-outline:before{
	background-color: #f2f2f2;
	width: 0%;
}
.anah-btn-white-outline:hover{
    /*background-color: #f2f2f2;*/
    color: #434343;
}

.anah-btn-white-outline:hover:before{
	width: 100%;
}
.anah-link-anim {
	display: inline-block;
	margin-top: 1rem;
	position: relative;
	/*font-family: 'Roboto', sans-serif;
    font-weight: 300;*/
    transition: all 0.3s;
    font-size: 14px;
  	color: #434343;
  	text-decoration: none;

  /*background-image: linear-gradient(#222b40, #222b40),
    linear-gradient(rgb(176, 251, 188), rgb(176, 251, 188)),
    linear-gradient(#feb2b2, #feb2b2);
  background-size: 20px 2px, 100% 2px, 0 2px;
  background-position: calc(20px * -1) 100%, 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 1s linear, background-position 1s linear;*/
}
.anah-link-anim:before,
.anah-link-anim:after{
	content: '';
	position: absolute;
	bottom: 0;
	height: 2px;
	transition: all 0.5s;
}

.anah-link-anim:before{
	width: 100%;
	right: 0;
	background-color: #434343;
}
.anah-link-anim:after{
	left: 0;
	width: 0%;
	background-color: #7e6f58;
}
.anah-link-anim:hover:before{
	width: 0%;
}
.anah-link-anim:hover:after{
	width: 100%;
}

/* .anah-link-anim:hover { */
  /*background-size: 20px 2px, 0 2px, 100% 2px;*/
  /*background-position: calc(100% + 20px) 100%, 100% 100%, 0 100%;*/
/* } */

.slick-slider:focus{
	outline: none;

}
.anah-slider-dots-anim {
    padding-bottom: 2rem;
}
.anah-slider-dots-anim .slick-dots{
    margin-bottom: 0;
    bottom: 0rem;
    /*text-align: left;*/
    /*padding-left: 5rem;*/
}
.anah-slider-dots-anim .slick-dots li{
    width: 2rem;
    transition: all 0.3s;
    height: 4px;
    /*margin: auto 0.5rem;*/
}
.anah-slider-dots-anim .slick-dots li.slick-active{
    width: 4rem;
    /*width: 15px;
    height: 15px;*/
}
.anah-slider-dots-anim .slick-dots li button{
    /*height: 100%;*/
    width: 100%;
    height: 4px;
    /*padding: 0;*/
}
.anah-slider-dots-anim .slick-dots li button:before{
    height: 4px;
    width: 100%;
    line-height: 1;
    content: "";
    background-color: #f2f2f2;
    opacity: 1;
    /*border-radius: 50%;*/
}
.anah-slider-dots-anim .slick-dots li.slick-active button:before{
    background-color: #7e6f58;
    /*background-color: transparent;*/
    /*border: 2px solid #f2f2f2;*/
}
.anah-slider-nav-anim .slick-prev,
.anah-slider-nav-anim .slick-next{
    width: 2.25rem;
    height: 2.25rem;
    z-index: 10;
    /* background-color: #fff; */
}

.anah-slider-nav-anim .slick-prev {
    left: 0.5rem;
}
/* .anah-slider-nav-anim .slick-next{ */
    /* right: 0.5rem; */
/* } */
.anah-slider-nav-anim .slick-next:before,
.anah-slider-nav-anim .slick-prev:before{
    /*display: none;*/
    font-family: FontAwesome;
    opacity: 1;
    font-weight: 600;
    color: #7e6f58;
}
.anah-slider-nav-anim .slick-next:before{
    content: "\f105";
}
.anah-slider-nav-anim .slick-prev:before{
    content: "\f104";
}

.anah-slider-sm-nav-anim .slick-next,
.anah-slider-sm-nav-anim .slick-prev{
    top: -2.5rem;
    background: transparent;
}
.anah-slider-sm-nav-anim .slick-next{
    right: 5px;
}
.anah-slider-sm-nav-anim .slick-prev{
    left: auto;
    right: 25px;
}
.anah-slider-sm-nav-anim .slick-next:before,
.anah-slider-sm-nav-anim .slick-prev:before{
    font-family: FontAwesome;
    opacity: 1;
    font-weight: 600;
    color: #4267b2;
}
.anah-slider-sm-nav-anim .slick-next:before{
    content: "\f105";
}
.anah-slider-sm-nav-anim .slick-prev:before{
    content: "\f104";
}

.comeAboard{
	position: relative;
}
.comeAboard:before,
.comeAboard:after{
	content: '';

	left: 0;
	/*top: 0;*/
	bottom: 0;
	width: 100%;
	height: 100%;
	transition: all 0.7s;
}
.comeAboard:before{
	background-color: #7e6f58;
	z-index: -1;
}

.comeAboard:after{
	background-color: #f2f2f2;
	z-index: 1;
}

.comeAboard.moveOn:after{
	height: 0;
    /*-webkit-animation: animate_show 0.8s;
    animation: animate_show 0.8s;*/
}

@-webkit-keyframes animate_show{
    0%{
    	height: 100%;
    }
    100%{
    	height: 0%;
    }
}

@keyframes animate_show{
    0%{
    	height: 100%;
    }
    100%{
    	height: 0%;
    }
}


.anah-top-menu-elem{
	background-color: transparent;
	/* background-color: red; */
	transition: all 0.3s;
}
.anah-top-nf .anah-top-menu-elem:not(.scrolling){
    position: relative;
    background-color: #f2f2f2;
    width: 100%;
    height: 60px;
    /* padding: 0px; */
}
.anah-top-menu-elem .navbar-brand{
	padding-right: 1rem;
	transition: all 0.3s;
}
.anah-top-menu-elem .navbar-brand img{
	max-height: 50px;
	transition: all 0.3s;
}
.anah-top-menu-elem .navbar-nav .nav-item{
	margin: auto 0.25rem;
}

.anah-top-menu-elem .navbar-nav .nav-link{
	color: #f2f2f2;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	padding: 20px 0.75rem;
	border: 1px solid transparent;
	transition: all 0.3s;
}
/* .anah-top-menu-elem .navbar-nav  .nav-item.view .nav-link,
.anah-top-menu-elem .navbar-nav  .nav-item:hover .nav-link{
	border: 1px solid #f2f2f2;
} */

.anah-top-menu-elem.scrolling{
	background-color: #f2f2f2;
}
/* .anah-top-menu-elem.scrolling .navbar-brand,
.anah-top-nf .anah-top-menu-elem:not(.scrolling) .navbar-brand{
	padding-right: 4rem;
} */
.anah-top-menu-elem.scrolling .navbar-brand img,
.anah-top-nf .anah-top-menu-elem:not(.scrolling) .navbar-brand img{
	max-height: 40px;
}

.anah-top-menu-elem.scrolling .navbar-nav .nav-link,
.anah-top-nf .anah-top-menu-elem:not(.scrolling) .navbar-nav .nav-link{
	color: #2a2a2a;
}
/* .anah-top-menu-elem.scrolling .navbar-nav .nav-item.view .nav-link,
.anah-top-nf .anah-top-menu-elem:not(.scrolling) .navbar-nav .nav-item.view .nav-link,
.anah-top-menu-elem.scrolling .navbar-nav .nav-item:hover .nav-link,
.anah-top-nf .anah-top-menu-elem:not(.scrolling) .navbar-nav .nav-item:hover .nav-link{
	border: 1px solid #2a2a2a;
} */



.anah-foot-sec{
	bottom: 0;
	position: sticky;
	transition: transform 1s ease;
	width: 100%;
}

.anah-footer{
	background-color: #222222;
	font-family: 'Roboto', sans-serif;
}
.anah-footer .row .anah-foot-col{
	border-right: 1px solid #d3d3d3;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.anah-footer .row .anah-foot-col:last-child{
	border-right: none;
}

.anah-footer .anah-foot-col-elem h6,
.anah-footer .anah-foot-col-elem p,
.anah-footer .anah-foot-col-elem a{
	color: #d3d3d3;
	font-weight: 300;
	/*font-family: 'Roboto', sans-serif;*/
}

.anah-footer .anah-foot-col-elem h6{
	font-size: 15px;
	font-weight: 500;
}
.anah-footer .anah-foot-col-elem ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.anah-footer .anah-foot-links-elem ul li{
	margin-bottom: 0.25rem;
}

.anah-footer .anah-foot-links-elem ul li a{
	position: relative;
}
.anah-footer .anah-foot-links-elem ul li a:before{
	content: '';
	bottom: 0;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #d3d3d3;
	transition: transform .5s cubic-bezier(.19,1,.22,1);
	transform: scaleX(0);
	transform-origin: right center;
}

.anah-footer .anah-foot-links-elem ul li a:hover:before{
	transform: scaleX(1);
	transform-origin: left center;
}

.anah-footer .anah-foot-social-elem ul li{
	margin-bottom: 0.5rem;
}
.anah-footer .anah-foot-social-elem ul li i{
	margin-right: 0.5rem;
	width: 1rem;
}

.anah-footer .anah-foot-subscribe-elem input{
	background-color: #0a0a0a;
	color: #d3d3d3;
	border-radius: 0;
	border: none;
	outline: none;
	font-size: 14px;
}

.anah-footer .anah-foot-subscribe-elem button{
	background-color: #f2f2f2;
}

.anah-copy-sec{
	background-color: #0a0a0a;
	color: #d3d3d3;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	padding: 0.5rem 0;
}

.home-slider .slider-track {
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.home-slider .slick-slide .home-slide-elem img{
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transform: scale(1.2);
}

.home-slider .slick-slide.slick-active .home-slide-elem img{
	transform: scale(1);
}

/* .home-slider {
    padding-bottom: 2rem;
} */
.home-slider .slick-dots{
    margin-bottom: 0;
    bottom: 2rem;
    text-align: left;
    padding-left: 5rem;
}
.home-slider .slick-dots li{
    width: 7px;
    transition: all 0.3s;
    height: 7px;
    margin: auto 0.5rem;
}
.home-slider .slick-dots li.slick-active{
    /*width: 4rem;*/
    width: 15px;
    height: 15px;
}
.home-slider .slick-dots li button{
    height: 100%;
    width: 100%;
    padding: 0;
}
.home-slider .slick-dots li button:before{
    height: 100%;
    width: 100%;
    line-height: 1;
    content: "";
    background-color: #f2f2f2;
    opacity: 1;
    border-radius: 50%;
}
.home-slider .slick-dots li.slick-active button:before{
    /*background-color: #4267b2;*/
    background-color: transparent;
    border: 2px solid #f2f2f2;
}

.anah-cat-elem{
    display: flex;
    flex-direction: column;
}

.anah-cat-elem-left .anah-cat-content-elem,
.anah-cat-elem-right .anah-cat-img-elem{
	margin-top: 2rem;
}

.anah-full-cat-elem{
	position: relative;
}

.anah-full-cat-content-elem{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 15%;
	transform: translateY(-50%);
}

.anah-big-cat-img-elem{
	margin-bottom: 1.5rem;
}

/*------- product item start -------*/
.anah-product-slide-item{
	padding: 0.5rem 1rem;
}
.anah-product-item {
    overflow: hidden;
    /*margin-bottom: 30px;*/
    box-shadow: 0px 0px 2px 0px #f9f9f9;
    background-color: #f9f9f9;
    padding: 0.5rem;
}

.anah-product-item2 {
  overflow: hidden;
  /*margin-bottom: 30px;*/
  box-shadow: 0px 0px 2px 0px #f9f9f9;
  background-color: transparent;
  padding: 0.5rem;
}


.anah-product-thumb {
    position: relative;
    text-align: center;
}

.anah-product-thumb img.pro-big-img{
	/* max-height: 30rem; */
	margin-left: auto;
	margin-right: auto;
	transition: all 0.3s;
	transform: scale(0.95);
  height: 300px;
    object-fit: cover;
}

.anah-product-thumb.pro-sm img.pro-big-img{
    max-height: 11rem;
}

.anah-product-thumb.pro-lg img.pro-big-img{
    max-height: 23rem;
    /* max-height: 100%; */
}
.anah-product-thumb.pro-xl img.pro-big-img{
    max-height: 29.5rem;
}

.anah-product-item.sold-pro-item .anah-product-thumb img{
    filter: grayscale(1);
}

.anah-add-to-links {
    left: 0;
    right: 0;
    top: 0;
    text-align: right;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.anah-add-to-links{
  opacity: 1;
  visibility: visible;
}

.anah-add-to-links a {
    display: block;
    font-size: 15px;
    color: #2a2a2a;
    margin-bottom: 10px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
    background-color: #f9f9f9;
    max-width: 2rem;
    margin-left: auto;
}
.anah-add-to-links a:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}

.anah-add-to-links a i{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.anah-add-to-links a:last-child {
    margin-bottom: 0;
}

.anah-add-to-links a:hover {
    color: #7e6f58;
}
/* .anah-product-item:hover .anah-add-to-links {
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, .3);
    -webkit-animation: zoomIn 300ms;
    animation: zoomIn 300ms;
} */

.anah-product-item:not(.sold-pro-item):hover img.pro-big-img{
	transform: scale(1);
}

.anah-product-content {
    padding: 0.5rem 0 0.5rem;
    text-align: center;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
}

.anah-product-content2 {
  padding: 0.5rem 0 0.5rem;
  text-align: center;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  -webkit-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  transform: translateY(1rem);
}

.anah-product-item:not(.sold-pro-item):hover .anah-product-content {
    -webkit-transform: translateY(-2.5rem);
    -ms-transform: translateY(-2.5rem);
    transform: translateY(-2.5rem);
}

.anah-product-item2:not(.sold-pro-item):hover .anah-product-content {
  -webkit-transform: translateY(-6.5rem);
  -ms-transform: translateY(-6.5rem);
  transform: translateY(-6.5rem);
}
.anah-product-item .sticker{
    text-transform: uppercase;
    color: #fff;
    /*border-radius: 50px;*/
    font-size: 11px;
    text-align: center;
    max-width: 3rem;
    position: absolute;
    left: 0rem;
    font-family: 'Roboto', sans-serif;
}
.anah-product-item .sticker.new-pro{
    top: 0;
    padding: 0.1rem 0.8rem;
    /*padding-left: 0.5rem;*/
    /*background: #7e6f58;*/
    background-color: #32c6fc;

}

.anah-product-item .sticker.sale-pro{
    top: 2rem;
    line-height: 1.3;
    padding: 0.25rem 0.8rem;
    /*padding-left: 0.5rem;*/
    /*background: #7e6f58;*/
    background-color: #fa317c;

}

.anah-product-item .sticker.sold-pro{
    top: 0;
    line-height: 1.3;
    padding: 0.25rem 0.8rem;
    /*padding-left: 0.5rem;*/
    /*background: #7e6f58;*/
    background-color: #444;
    max-width: initial;
}

.anah-product-content .anah-product-brand{
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    color: #999;
    margin: 0.25rem 0;
}

.anah-product-content .anah-product-name {
    font-size: 13px;
    /*line-height: 1.5;*/
    margin-bottom: 0;
    font-weight: 400;
    padding-bottom: 5px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}

.anah-product-content .anah-product-name a {
    color: #252525;
}

.anah-product-content .anah-product-name a:hover {
    color: #7e6f58;
}

.anah-product-content .anah-product-item-action {
    left: 0;
    right: 0;
    top: 100%;
    position: absolute;
}

.anah-product-content .anah-pro-price-box {
    padding: 5px 0;
}

.anah-product-badge {
    display: inline-grid;
    padding: 12px 0;
}

.anah-product-badge .anah-product-label {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    height: 24px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.anah-product-badge .anah-product-label:before {
    content: "";
    top: 0;
    left: 100%;
    position: absolute;
    border-left: 12px solid #3fcc8d;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.anah-product-badge .anah-product-label.new {
    background-color: #3fcc8d;
}

.anah-product-badge .anah-product-label.discount {
    background-color: #ff5e00;
}

.anah-product-badge .anah-product-label.discount:before {
    border-left: 12px solid #ff5e00;
}

.anah-pro-ratings {
    color: #f9bd22;
    font-size: 14px;
}

.anah-pro-price-old {
    font-size: 15px;
    color: #777;
    /* padding-left: 4px;  rhythm - 14th October 2021*/
}

.anah-pro-price-regular {
    font-size: 15px;
    line-height: 1;
    color: #cf0016;
}

.anah-pro-grids{
    position: absolute;
    bottom: 3rem;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    width: 2.5rem;
    transition: all 0.5s;
}

.anah-product-item:hover .anah-pro-grids{
    opacity: 1;
    visibility: visible;
}
.anah-pro-grid-elem{
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 50%;
    transition: all 0.5s;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
    background-color: #f9f9f9;
    cursor: pointer;
}
.anah-pro-grid-elem:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.anah-pro-grid-elem:last-child{
    margin-bottom: 0;
}
.anah-pro-grid-elem:hover{
    border: 1px solid #000;
}
.anah-pro-grid-elem img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

/*------- product item end -------*/


/*------- Product category filter start -------*/

/* .anah-cat-filters{} */
.anah-cat-filters ul{
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.anah-cat-filter-item{
    padding: 0.5rem 0.75rem;
    transition: all 0.5s;
}
.anah-cat-filter-item a{
    color: #6b6b6b;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    position: relative;
    padding: 0;
    transition: all 0.5s;
	font-weight: inherit !important;
}
.nav-link:focus, .nav-link:hover {
    text-decoration: underline;
	color:#000;
}
/*.anah-cat-filter-item a:before{
    content: '';
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #6b6b6b;
    transition: transform .5s cubic-bezier(.19,1,.22,1);
    transform: scaleX(0);
    transform-origin: right center;
}*/

.anah-cat-filter-item.currCat a:before,
.anah-cat-filter-item:hover a:before{
    transform: scaleX(1);
    transform-origin: left center;

}
.anah-cat-filters ul:hover .anah-cat-filter-item{
    opacity: 0.5;
}
.anah-cat-filters ul:hover .anah-cat-filter-item:hover{
    opacity: 1;
}
.anah-cat-filter-item:hover a{
    font-weight: 500;
}

/* .anah-cat-filter-item.currCat{} */
.anah-cat-filter-item.currCat a{
    font-weight: 500;
}

/*------- Product category filter end -------*/


/*------- product category start -------*/

.anah-pro-cat-parent,
.anah-cat-ad-elem{
    padding-top: 2rem;
}

.anah-pro-cat-elem{
    position: relative;
}
/* .anah-pro-cat-img{} */
.anah-pro-cat-img img{
    transition: all 0.5s;
	width:100%;
}
.anah-pro-cat-btn{
    position: absolute;
    left: 50%;
    top: 60%;
    transition: all 0.5s;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}
/* .anah-pro-cat-btn a{} */

.anah-pro-cat-elem:hover .anah-pro-cat-img img{
    filter: grayscale(1);
}
.anah-pro-cat-elem:hover .anah-pro-cat-btn{
    opacity: 1;
    visibility: visible;
    top: 50%;
}

/*------- product category end -------*/


/*------- gift offer start -------*/

.anah-cat-offer-sec{
    position: relative;
}
.anah-cat-offer-elem{
    position: relative;
    height: 100%;
}
.anah-cat-offer-cont{
    background-color: #c9d3dc;
}

.anah-cat-offer-cont-elem{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    width: 50%;
}

/* .anah-cat-offer-img{}
.anah-cat-offer-img img{} */

/*------- gift offer end -------*/

/*------- product list start -------*/

.anah-pro-list-item{
    margin-bottom: 2rem;
}

/*------- product list end -------*/

/*------- breadcrumb start -------*/

/* .anah-breadcrumb-sec{}
.anah-breadcrumb-elem{} */
ul.anah-breadcrumbs {
  padding: 0;
  list-style: none;
  /*background-color: #eee;*/
}

ul.anah-breadcrumbs li {
  display: inline;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #7e6f58;
}

ul.anah-breadcrumbs li+li:before {
  padding: 0 0.25rem;
  color: #2a2a2a;
  content: "/\00a0";
}

ul.anah-breadcrumbs li a {
  color: #2a2a2a;
  text-decoration: none;
  position: relative;
}

ul.anah-breadcrumbs li a:before{
    content: '';
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #2a2a2a;
    transition: transform .5s cubic-bezier(.19,1,.22,1);
    transform: scaleX(0);
    transform-origin: right center;
}

ul.anah-breadcrumbs li a:hover:before{
    transform: scaleX(1);
    transform-origin: left center;
}

/*------- breadcrumb end -------*/

/*------- Product filter start -------*/



.anah-pro-filter-elem{
    border: 1px solid #e3e3e3;
    /* border-bottom: 1px solid #e3e3e3; */
    background: #f9f9f9;
    padding:0 10px;
    /* padding: 0.25rem 0; */
    display: inline;
    flex-direction: row;
    display: inline-block;
    width: 100%;
    justify-content: space-between;
}
.anah-pro-filter-part{
    font-family: 'Roboto', sans-serif;
}

.anah-pro-filter-part .dropdown:hover>.dropdown-menu {
    width: 100% !important;
    display: inline-block;
    box-shadow: 0px 4px 10px #e3e3e3;
    padding: 15px;
    z-index: 1001;
}

.anah-pro-filter-part .dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.anah-pro-filter-part .dropdown-toggle{
    cursor: pointer;
}
.anah-pro-filter-part .dropdown-toggle,
.anah-pro-filter-part .dropdown .dropdown-header{
    text-transform: uppercase;
    font-weight: 600;
}

.anah-pro-filter-part .dropdown-menu {
    font-size: 12px;
    /* margin-top: 20px; */
    margin-left: 5px;
    min-height: 390px;
}
.anah-pro-filter-part .dropdown .dropdown-item,
.anah-pro-filter-part .dropdown .dropdown-header{
    padding: 0.15rem 1rem;
}
.anah-pro-filter-part .dropdown .dropdown-header{
    font-size: 13px;
}
.anah-pro-filter-part .dropdown .dropdown-item:focus,
.anah-pro-filter-part .dropdown .dropdown-item:hover{
    background-color: #f2f2f2;
}
.anah-pro-filter-part .dropdown .dropdown-item.active,
.anah-pro-filter-part .dropdown .dropdown-item:active{
    background-color: #7e6f58;
}
.anah-pro-filter-part.anah-pro-filter-left {
    float: left;
    width: 91%;
}
.anah-pro-filter-part.anah-pro-filter-right {
    float: right;
}

.anah-pro-grid-filter{
    margin-left: 1rem;
    display: inline-block;
}
.anah-pro-grid-filter span{
    cursor: pointer;
}
.anah-pro-grid-filter span + span{
    margin-left: 0.25rem;
	color: #c6c8cc;
}

/*------- Product filter end -------*/

/*------- Brand slider start -------*/

/* .brand-slider{} */

.anah-brand-slide-elem{
    padding: 0.5rem;
}
.anah-brand-slide-logo-elem{
    padding: 1.5rem 0.5rem;
    background-color: #f2f2f2;
}
.anah-brand-slide-logo-elem img{
    max-height: 3rem;
    margin-left: auto;
    margin-right: auto;
}

/*------- Brand slider end -------*/

/*------- brand category start -------*/

.anah-brand-cat-parent{
    padding-top: 1.5rem;
}

.anah-brand-cat-elem{
    position: relative;
    background-color: #f2f2f2;
}
/* .anah-brand-cat-img{} */
.anah-brand-cat-img img{
    transition: all 0.5s;
}
.anah-brand-cat-btn{
    position: absolute;
    left: 50%;
    top: 60%;
    transition: all 0.5s;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}
/* .anah-brand-cat-btn a{} */

.anah-brand-cat-elem:hover .anah-brand-cat-img img{
    filter: grayscale(1);
}
.anah-brand-cat-elem:hover .anah-brand-cat-btn{
    opacity: 1;
    visibility: visible;
    top: 50%;
}

/*------- brand category end -------*/

/*------- brand new arrival start -------*/

/* .brand-new-arr-slider{} */

.anah-brand-new-arr-slide-elem{
    padding: 0.5rem;
}

.anah-brand-new-arr-img{
    background-color: #f2f2f2;
    margin-bottom: 0.5rem;
    padding: 1rem 0.5rem;
}
.anah-brand-new-arr-img img{
    max-height: 11rem;
    margin-left: auto;
    margin-right: auto;
}
.anah-brand-new-arr-cont{
    text-align: center;
}
.anah-brand-new-arr-name{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}

/*------- brand new arrival end -------*/

/*------- brand about start -------*/

.anah-about-brand-elem{
    background-color: #f2f2f2;
    height: 100%;
}

/* .anah-about-brand-img{} */
.anah-about-brand-cont{
    position: relative;
}
.anah-about-brand-text{
    background-color: #fff;
    padding: 1rem;
    text-align: center;
    position: absolute;
    left: -2rem;
    width: 90%;
    top: 50%;
    transform: translateY(-50%);
}
.anah-about-brand-text img{
    max-height: 3rem;
    margin-bottom: 1rem;
}
.anah-about-brand-text p{
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
}

/*------- brand about end -------*/


/*------- login-register auth start -------*/

/* .anah-auth-sec{}
.anah-auth-elem{} */
.anah-auth{
    box-shadow: 0 3px 15px 2px rgb(0 0 0 / 5%);
    padding: 3rem 2rem;
}
/* .anah-auth-head{}
.anah-auth-body{} */
.anah-field-anim{
    position: relative;
}
.anah-field-anim .anah-field-input{
    transition: all 0.4s;
    border: 1px solid #d4d5d9;
    font-size: 12px;
    padding: 11px 12px;
    height: auto;
    line-height: 16px;
    color: #2a2a2a;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
}
.anah-field-anim .anah-field-input:focus{
    border: 1px solid #282c3f;
    outline: 0;
    box-shadow: none;
}
.anah-field-anim .anah-field-input:placeholder-shown ~ .anah-field-placeholder,
.anah-field-anim .anah-field-placeholder{
    color: #94969f;
    top: 12px;
    left: 12px;
    font-size: 12px;
    position: absolute;
    pointer-events: none;
    transition: all 0.2s;
    font-family: 'Roboto', sans-serif;
}

.anah-field-anim .anah-field-input:not(:placeholder-shown) ~ .anah-field-placeholder,
.anah-field-anim .anah-field-input:focus ~ .anah-field-placeholder{
    top: -9px;
    background-color: #fff;
    padding: 0 2px;
    color: #282c3f;
}

.auth-req{
    color: #cf0016;
    font-weight: 600;
}

/* .anah-auth-foot{} */
.anah-auth-link-elem{
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #2a2a2a;
    margin: 0.5rem 0;
}
.anah-auth-link-elem a{
    color: #cf0016;
    text-decoration: none;
}

/*------- login-register auth end -------*/

/*------- Order summ start -------*/

.anah-order-summ{
    background-color: #f2f2f2;
    padding: 2rem;
    position: sticky;
    top: 5rem;
    box-shadow: 0 0px 15px rgb(0 0 0 / 5%);
}
.anah-order-summ-head{
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

/* .anah-order-summ-table{}
.anah-order-summ-table tr{} */
.anah-order-summ-table tr td{
    font-size: 14px;
}
.anah-order-summ-table tr td + td{
    text-align: right;
    font-weight: 500;
}

.order-summ-savings{
    color: #cf0016;

}
.order-summ-grand{
    font-weight: 500;
    font-size: 17px!important;
}

/*------- Order summ end -------*/

/*------- Cart page start -------*/

/* .anah-my-cart-sec{}

.anah-my-cart-parent{}

.anah-my-cart{}

.anah-my-cart-head{}

.anah-my-cart-elems{} */
.anah-my-cart-item{
    margin-top: 1rem;
    box-shadow: 0 0px 15px rgb(0 0 0 / 5%);
    padding: 1rem;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
}

.anah-my-cart-img{
    padding: 1rem;
    background-color: #f2f2f2;
}
/* .anah-my-cart-img img{}

.anah-my-cart-qty{}

.anah-my-cart-item-cont{} */

.anah-my-cart-item-details{text-align:left;margin-top: 1%;}
.anah-my-cart-item-details a{color: #2a2a2a;}

.anah-my-cart-item-name{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0.25rem;
}
.anah-my-cart-item-desc{
    margin-bottom: 0.5rem;
    font-size: 13px;
}
.anah-my-cart-item-brand{
    font-size: 11px;
    color: #999;
    margin-bottom: 0.25rem;
}
/* .anah-my-cart-item-attr{}
.anah-my-cart-item-attr-elem{} */
.anah-my-cart-item-price{
    text-align: right;
}
.anah-my-cart-item-newprice{
    /*color: #cf0016;*/
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.anah-my-cart-item-oldprice{
    color: #777;
}
.anah-my-cart-item-discount{
    margin-left: 0.5rem;
    color: #cf0016;
}
.anah-my-cart-item-actions {text-align: center;margin-bottom: 15%;}
/* .anah-my-cart-item-actions-elem{} */

/*------- Cart page end -------*/

/*------- Checkout page start -------*/

.anah-checkout-title{
    font-weight: 500;
    margin-bottom: 1rem;
}

.checkoutaccordion h3 {
    background-color: #f7f7f7;
    border-top: 3px solid #cf0016;
    color: #252525;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0;
}

.checkoutaccordion h3 span {
    color: #cf0016;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    /*margin-left: 10px;*/
}

@media only screen and (max-width: 479.98px) {
    .checkoutaccordion h3 span {
        display: block;
        padding-top: 5px;
        margin-left: 0;
    }
}

.checkoutaccordion h3 span:hover {
    color: #252525;
}

@media only screen and (max-width: 479.98px) {
    .checkoutaccordion h3 {
        font-size: 14px;
    }
}

.checkoutaccordion .card {
    border: none;
    padding: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 30px;
    box-shadow: 0 0px 15px rgb(0 0 0 / 5%);
}

.checkoutaccordion .card:last-child {
    margin-bottom: 0;
}

.checkoutaccordion .card .card-body {
    /*border: 1px solid #ccc;*/
    font-size: 14px;
    padding: 1rem;
}

.checkoutaccordion .card .card-body .cart-update-option {
    border: none;
    padding: 0;
}

/* .checkoutaccordion .card .card-body .cart-update-option .apply-coupon-wrapper input { */
    /*padding: 12px 10px;*/
    /*background-color: #f7f7f7;*/
    /*border: 1px solid #ccc;*/
    /*margin-right: 15px;*/
/* } */

.apply-coupon-wrapper .form-group{
    margin-bottom: 0;
}
.order-summary-details {
    position: sticky;
    top: 1rem;
}

@media only screen and (max-width: 479.98px) {
    .checkoutaccordion .card .card-body .cart-update-option .apply-coupon-wrapper input {
        margin-bottom: 15px;
    }
}

.checkout-box-wrap .custom-control {
    padding-left: 0;
    margin-left: 1.5rem;
}

.exist-addresses-elem{
    border: 1px solid #dee2e6;
    padding: 1rem;
    position: relative;
    margin-bottom: 1rem;
}

.exist-addresses-elem .exist-addresses-check{
    position: absolute;
    left: 1rem;
    z-index: 1;
    top: 1rem;
    width: auto;
}

.exist-addresses-elem .exist-addresses-item p:first-child{
    margin-bottom: 0.5rem;
}
.exist-addresses-elem .exist-addresses-item p + p{
    margin-bottom: 0;
}

/*------- Checkout page end -------*/

/*------- Payment page end -------*/

.selected-addresses-elem{
    border: 1px solid #dee2e6;
    padding: 1rem;
    /*padding-left: 3rem;*/
    position: relative;
    margin-bottom: 1rem;
}

.selected-addresses-elem .selected-addresses-item p:first-child{
    margin-bottom: 0.5rem;
}
.selected-addresses-elem .selected-addresses-item p + p{
    margin-bottom: 0;
}

/*------- Payment page end -------*/




.grid {
    position: relative;
    clear: both;
    margin: 0 auto;


}

/* Common style */
.grid figure {
    position: relative;
    overflow: hidden;
    background: #3085a3;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
    /* background: #3498db; */
    background: #a1a1a1;
}

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-apollo h2 {
    text-align: left;
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
figure.effect-apollo:hover .center {
    display: block;
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}




.img {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: stretch;
  align-items: flex-end;
  /*aspect-ratio: 1/1;*/
}
.img img {
  --y: 0%;

  object-fit: cover;
  transform: translateY(var(--y));
}

/*Social media icons start*/
.social-icons {
  padding: 0;
  list-style: none;
  margin-top: 12px;
  z-index: 9999;
    position: fixed;
    margin-right: 90px;
    /* top: 13px; */
    top: 0px;
    right: 0px;
    margin-bottom: 0;
}
.social-icons li {
  display: inline-block;
  margin: 0.15em;
  position: relative;
  font-size: 1.2em;
  margin-left: 10px;

}
.social-icons i {
  color: #fff;
  position: absolute;
  top:11px;
  left:5px;
  transition: all 265ms ease-out;
  font-size: 17px;

}
.anah-top-menu-elem.scrolling .social-icons i,
.anah-top-nf .anah-top-menu-elem:not(.scrolling) .social-icons i{
    color: #2a2a2a;
}

.social-icons a {
  display: inline-block;
  font-size: 13px;
}
.social-icons a:before {
    display: none;
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  content: " ";
  width: 23px;
  height:23px;
  border-radius: 4px;
  display: block;
  /*background: #7e6f58;*/
  transition: all 265ms ease-out;
}
.social-icons a:hover:before {
  transform: scale(0);
  transition: all 265ms ease-in;
}
.social-icons a:hover i {
  /*transform: scale(2.2);
  -ms-transform: scale(2.2);
  -webkit-transform: scale(2.2);
  /*color: #fff;*/
  /*background:#fff;*/
  /*-webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
  transition: all 265ms ease-in;
}
/*Social media icons end*/
.slider{height: 100vh;background-size: cover !important;background-position: center center;}
.slider1{background: url('../img/home-slider/slide1.jpg');}
.slider2{background: url('../img/home-slider/slide2.jpg');}
.slider3{background: url('../img/home-slider/slide3.jpg');}
.slider4{background: url('../img/home-slider/slide4.jpg');}


.form-control-wht{padding: 2px 3px;height: initial;border: 1px solid #f2f2f2;color: #fff;border-radius: 2px;font-family: 'Roboto'; font-size: 0.9rem; background: transparent;}
.anah-top-nf .anah-top-menu-elem:not(.scrolling) .form-control-wht{border: 1px solid #7e6f58;color: #7e6f58;}
.cart-vlue{background: #ffff;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: #000;
    opacity: 9;
    position: absolute;
    font-size: 9px;
    font-family: 'Roboto';
    font-weight: 800;
    top: -1px;
    left: 14px;}
/* .cunt{} */
.anah-top-menu-elem.scrolling .cart-vlue{background:#7e6f58; color:#fff;}
.anah-top-menu-elem.scrolling .form-control-wht{border: 1px solid #7e6f58;color: #7e6f58;}

::selection {
   background: #7e6f58;
   color: #fff;
}

.search-wrapper {
    position: absolute;
    transform: translate(-100%, -58%);
    top:50%;
    left:50%;
}
/* .search-wrapper.active {} */

.search-wrapper .input-holder {
    height:inherit;
    width:inherit;
    overflow: hidden;
    background: rgba(255,255,255,0);
    border-radius:6px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
    width:450px;
    border-radius: 50px;
    background: #424242;
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}
.search-wrapper .input-holder .search-input {
    width:100%;
    height:30px;
    padding:0px 20px 0 20px;
    opacity: 9;
    position: absolute;
    top:0px;
    left:0px;
    background: transparent;
    box-sizing: border-box;
    border:none;
    outline:none;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 20px;
    color:#FFF;
    transform: translate(0, 60px);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    transform: translate(0, 5px);
}
.search-wrapper .input-holder .search-icon {
    width:30px;
    height:30px;
    border:none;
    border-radius:50%;
    background: #FFF;
    padding:0px;
    outline:none;
    position: relative;
    z-index: 2;
    float:right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
    width:30px;
    height:30px;
    margin:4px;
    border-radius: 30px;
}
.search-wrapper .input-holder .search-icon span {
    width:18px;
    height:18px;
    display: inline-block;
    vertical-align: middle;
    position:relative;
    transform: rotate(45deg);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}
.search-wrapper.active .input-holder .search-icon span {
    transform: rotate(-45deg);
	top: -2px;
    left: 1px;
}
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
    position: absolute;
    content:'';
}
.search-wrapper .input-holder .search-icon span::before {
    width: 2px;
    height:9px;
    left:6px;
    top:11px;
    border-radius: 2px;
    background: #2a2a2a;
}
.search-wrapper .input-holder .search-icon span::after {
    width:14px;
    height:14px;
    left: 0px;
    top: -1px;
    border-radius: 16px;
    border: 2px solid #2a2a2a;
}
.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top:2px;
    right:0px;
    width:25px;
    height:25px;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition-delay: 0.2s;
}
.search-wrapper.active .close {
    right: 4px;
    transform: rotate(45deg);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.5s;
    background: #fff;
    z-index: 9;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 4px;
	    opacity: initial;
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position:absolute;
    content:'';
    background: #7e6f58;
    border-radius: 2px;
}
.search-wrapper .close::before {
    width: 3px;
    height: 20px;
    left: 12px;
    top: 4px;
}
.search-wrapper .close::after {
    width: 20px;
    height: 3px;
    left: 4px;
    top: 13px;
}
.btn-blk:before {background-color: #000;}
.btn-blk{border: 2px solid #000;}
.btn-blk:hover {color: #000;background: #fff;border-color: #fff;}
.img-wdth{width:100%;}




.slick-slider .slick-prev, .slick-slider .slick-next {
  z-index: 100;
  font-size: 2.5em;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  color: #B7B7B7;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #000;
  opacity: .3;
  transition: opacity .25s;
  cursor: pointer;
}
.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
  opacity: .65;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}

#detail .product-images {
  width: 100%;
  margin: 0 auto;
  border:1px solid #eee;
}
#detail .product-images li, #detail .product-images figure, #detail .product-images a, #detail .product-images img {
  display: block;
  outline: none;
  border: none;
}
#detail .product-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 2em;
}
#detail .product-images .main-img-slider figure a {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#detail .product-images .main-img-slider figure a img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#detail .product-images .thumb-nav {
  margin: 0 auto;
  padding:20px 10px;
  max-width: 600px;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev, #detail .product-images .thumb-nav.slick-slider .slick-next {
  font-size: 1.2em;
  height: 20px;
  width: 26px;
  margin-top: -10px;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev {
  margin-left: -30px;
}
#detail .product-images .thumb-nav.slick-slider .slick-next {
  margin-right: -30px;
}
#detail .product-images .thumb-nav li {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
#detail .product-images .thumb-nav li img {
  display: block;
  width: 100%;
  max-width: 75px;
  margin: 0 auto;
  border: 2px solid transparent;
  -webkit-transition: border-color .25s;
  -ms-transition: border-color .25s;
  -moz-transition: border-color .25s;
  transition: border-color .25s;
}
#detail .product-images .thumb-nav li:hover, #detail .product-images .thumb-nav li:focus {
  border-color: #999;
}
#detail .product-images .thumb-nav li.slick-current img {
  border-color: #d12f81;
}
.social-icons a span{width: 18px;
    height: 18px;
    background: #000;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    position: absolute;
    color: #fff;
    font-family: 'Roboto';
    top: -4px;
    right: -13px;
    font-size: 9px;
    line-height: 19px;
    padding-right: 2px;}
.anah-btn-outline-alt-wht{border: 2px solid #000;}
.anah-btn-outline-alt-wht:before {background-color: #000;width: 100%;}
.anah-btn-outline-alt-wht:hover {color: #000;background: #fff;border-color: #fff;}

                                        /* elite  */

.elitefullcat-mt{
    margin-top: 2rem;
}

.elite-btn-padding{
    padding: 5px;
    width: 190px;
}

.anah-elite-product-item-action {
    left: 0;
    right: 0;
    /* top: -50px; */
    height: 100px;
    position: absolute;
    background-color: #fff;
}

.anah-elite-product-item:not(.sold-pro-item):hover .anah-product-content {
    -webkit-transform: translateY(-6.8rem);
    -ms-transform: translateY(-6.8rem);
    transform: translateY(-6.8rem);
}

.anah-elite-product-item:hover .anah-add-to-links {
    opacity: 1;
    visibility: visible;
    -webkit-animation: zoomIn 300ms;
    animation: zoomIn 300ms;
}

.anah-elite-product-desc{
    font-family: Roboto;
    color:rgba(0, 20, 34, 0.2);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    padding-left: 15px;
    position: relative;
    top: -10px;
    left: -10px;
}

.anah-product-content-detail {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-left: 5px;
}

.anah-product-color{
    font-family: Roboto;
    color:rgba(0, 7, 13, 0.6);    ;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    padding-left: 15px;
}

.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.anah-product-color-display{
  border: 0.5px solid #43434343;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.product-nav {
    display: flex;
    align-items: center;
    position: relative;
    left: 15px;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.product-nav-dots a, .product-nav-dots button, .product-nav-dots span {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    /* border: .2rem solid #fff; */
    margin-right: .5rem;
    transition: box-shadow .35s ease;
    background-repeat: no-repeat;
    background-position: 50%;
}

.anah-elite-product-color-option{
    margin-bottom: 15px;
}

.bg-white{
    background-color: #ffffff;
}

.bg-shadow{
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    margin: 10px;
    border-radius: 30px 30px 0 0;
}

.anah-elite-shop-btn{
    /* display: none; */
    position: absolute;
    /* top: 30%;
    margin: 0 30px; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dropdown-lable{
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.dropdown-lable:hover{
  text-decoration: underline;
}
.filter-menu{
  width: 149% !important;
  box-shadow: 0px 4px 10px #e3e3e3;
  padding: 15px;
  z-index: 1001;
}

.anah-elite-shop-btn:hover{
    display: block;
}

.slick-prev-30{
  left: -30px !important;
}

.slick-next-30{
  right: -30px !important;
}

.anah-elite-btn-outline{
    color: #f9f9f9;
    border: 2px solid #f9f9f9;

}

.anah-elite-btn-outline:before {
    background-color: #f9f9f9;
    color: #222222 !important;
    width: 0%;
}

.anah-product-item:hover .overlay {
    /* display: block; */
    background: rgba(0, 0, 0, .3);
  }

.anah-elite-btn-dark{
    border: 2px solid #222222 !important;
}

.anah-elite-btn-dark::before {
    background-color: #222222 !important;
}

.anah-elite-product-thumb img.pro-big-img{
    /* max-height: 15rem; */
	margin-left: auto;
	margin-right: auto;
	transition: all 0.3s;
	/* transform: scale(0.95);  */
    border-radius: 12px 12px 0 0;
}

.anah-elite-shop-btn{
    display: none;
}

.anah-elite-product-item:not(.sold-pro-item):hover img.pro-big-img {
    transform: scale(1);
    filter: brightness(40%) grayscale(100%);
    /* transition: 0.3 ease; */
}

.anah-elite-product-item:not(.sold-pro-item):hover  .anah-elite-shop-btn{
    display: block;
}

.anah-elite-product-thumb.pro-sm img.pro-big-img{
    max-height: 11rem;
}

.anah-elite-product-thumb.pro-lg img.pro-big-img{
    max-height: 23rem;
}
.anah-elite-product-thumb.pro-xl img.pro-big-img{
    max-height: 29.5rem;
}

.anah-product-item.sold-pro-item .anah-elite-product-thumb img{
    filter: grayscale(1);
}
.anah-elite-product-thumb {
    position: relative;
    text-align: center;
}

.anah-product-offer-price{
    display: block;
    color: #7b7b7b;
    text-decoration: line-through;
    font-size: 12px;
}

.anah-add-to-links{
    right: 12px;
    top: 15px;
}


.anah-text-left{
    text-align: left;
}

.center {
    position: absolute;
    margin: auto;
    width: 50%;
    /* border: 3px solid green; */
    padding: 10px;
    top: 38%;
    left: 25%;
    display: none;
    /* transition: all 2s ease; */
  }

  .anah-elite-category:hover .center{
      display: block;
      transition: all .7s ease;
  }

  .anah-elite-category:hover img{
    filter: brightness(50%) grayscale(20%);
    transition: all .5s ease;
  }

  .anah-elite-wrap{
	padding-left:3vw !important;
	padding-right:3vw !important;
}

.home-slide-elem:hover img{
    filter: brightness(50%) grayscale(20%);
    transition: all .5s ease-in-out;
}
.anah-full-cat-img-elem:hover img{
    filter: brightness(50%) grayscale(20%);
    transition: all .5s ease-in-out;
}
.anah-content{transform: inherit !important;}

/* /////////////////////////////////////////////////////////////////////////////////// */

/* *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Roboto;
    font-style: normal;
} */

.auction-product-tittle{
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
}

.auction-product-img img{
  width: 100%;
  height: auto;
}

.anah-auction-ongoing-event-card-img img{
    width: auto;
    height: 400px;
}

.auction-live{
    background: #F3F3F5;
    border-radius: 0px 0px 8px 8px;
    width: 100%;
    /* height: 100px; */
}

  .auction-bid-countdown {
    color: #333;
    margin: 20px 0;
    /* padding: 10px ; */
    /* text-align: center; */
  }

.auction-padding-10{
    padding: 10px 0 0 10px;
    min-height: 80px;
}

.headline {
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
}

#headline-ongoing-bid{
  font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 0;
    display: block;
}

  #countdown li {
    display: inline-block;
    font-size: 10px;
    list-style-type: none;
    padding: 8px;
    text-transform: uppercase;
  }

  #countdown li span {
    display: block;
    font-size: 20px;
  }

  .emoji {
    display: none;
    padding: 10px;
  }

  .emoji span {
    font-size: 12px;
    padding: 0 .5rem;
  }

  .text-center-vertical{
    margin: auto;
    width: 50%;
    font-weight: 500;
    font-size: 28px;
  }

  .auction-bid-deatil{
      font-size: 10px;
      color: #333;
      display: block;
  }

  .auction-anah-hr{
    border-top: 1px solid #70707086;
    margin: 20px 3%;
  }

  .auction-bid-btn{
    width: 80%;
    margin: 5px;
    background-color: #F3F3F5;
    border: none;
    padding: 5px;
    cursor: pointer;
    border: 1px solid #0B0B0B;
    transition: ease-out .4s;
    border-radius: 4px;
  }

  .auction-bid-btn:hover{
    color: #F3F3F5;
    background-color: #0B0B0B;
  }

  i.fa.fa-users.anah-auction-video-icon{
    font-size: 24px;
  }
  .anah-auction-item-id,
  .anah-auction-listing-id,
  .anah-auction-item-name,
  .anah-auction-ongoing-event-card-listing-id,
  .anah-auction-ongoing-event-card-item-id{
    font-size: 20px;
    color: #707070;
    padding: 0px 5px;
    border-left: 1px solid #707070;
  }
  .anah-auction-ongoing-event-card-detail{
    padding-top: 30px;
  }

  .anah-auction-item-name,
  .anah-auction-ongoing-event-card-listing-id{
    border: none;
  }

  .anah-auction-ongoing-event-card-bid-detail{
    border-right:1px solid #707070;
  }

  .anah-auction-product-deatil{
    background-color: #F3F3F5;
    padding: 10px;
  }

  .anah-auction-product-deatil-head-text li{
    font-size: 18px;
  }
  .anah-auction-product-deatil-head-text li:hover{
    text-decoration: underline;
    cursor: pointer;
  }
  .anah-auction-product-deatil-head-text li:active{
    color: red;
  }

  .anah-auction-product-size,
  .anah-auction-product-description {
    margin: 0 18%;
}

  .anah-auction-product-description-tittle{
    text-transform: uppercase;
    margin-top: 8%;
    font-weight: 500;
    font-size: 24px;
  }

  /* .anah-auction-product-description-list{
    display: block;
  } */

  .anah-auction-product-deatil li{
    display: inline-block;
    font-size: 18px;
    list-style-type: none;
    padding: 8px;
    text-transform: uppercase;
  }
  .anah-auction-product-description-list{
    margin-top: 30px;
  }
  .anah-auction-product-description-list li{
    text-align: left;
  }

  .anah-auction-product-description-about,
  .anah-auction-product-size-about,
  .anah-auction-ongoing-event-product-detail{
    font-size: 14px;
    color: rgb(95, 95, 95);
    text-align: center;
    padding-top: 10px;
  }

  .anah-auction-ongoing-event-product-detail{
    margin-top: 12px;
  }

  .anah-auction-product-description-list li{
    font-size: 14px;
    color: rgb(95, 95, 95);
  }

  /* .anah-auction-ongoing-event{
    margin: 0 50px;
  } */

  .anah-auction-ongoing-event{
    background-color: #F3F3F5;
    width: auto;
    height: auto;
    margin: 40PX;
    /* padding: 20px; */
    /* box-shadow: 0px 0px 10px 5px grey; */
    filter: drop-shadow(0px 14px 20px rgba(0, 0, 0, 0.15)) drop-shadow(0px -2px 20px rgba(0, 0, 0, 0.15));
  }

  .anah-auction-ongoing-event-card-item-bid-price,
  .anah-auction-ongoing-event-card-item-bid-price-change{
    display: block;
    margin-bottom: 0;
    font-size: 15px;
    color: #777778;
  }

  .bg-grey{
    background-color: #cccccc;
    width: 100%;
    padding: 0;
    /* height: 100%; */
  }
  .anah-auction-thumbnail-body{
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .anah-auction-thumbnail{
    width: 108%;
    height: 73px;
  }

  .anah-auction-thumbnail:hover{
    border: 1px solid #777778;
    border-radius: 4px;
    box-shadow: 0px 0px 10px #777778;
  }

  .auction-ongoing-bid-btn{
    width: 100%;
    margin: 0px 10px;
  }

  .anah-ongoing-bid-image-center{
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .anah-ongoing-bid-extra-detail{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .subscribe{
    background-color: #F3F3F5;
    width: auto;
    height:300px;
    margin: 40px;
  }

  .subscribe-title{
    font-family: Playfair Display;
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
  }

  .subscribe-btn-info{
    display: flex;
  }

  .subscribe-btn{
    /* width: 80%; */
    margin: 5px;
    background-color: #F3F3F5;
    border: none;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #0B0B0B;
    transition: ease-out .4s;
    border-radius: 4px;
  }

  .subscribe-btn:hover{
    background-color: #0B0B0B;
    color: #F3F3F5;
  }

  .subscribe-info{
    width: 65%;
    height: 45px;
    margin-top: 5px;
    border-radius: 4px;
    padding: 5px;
  }

  .anah-auction-bid-btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .anah-auction-live-product-img{
      height: 300px;
      border-radius: 4px;
  }

  .quantity {
    display: flex;
    justify-content: center;
}

.quantity button {
    width: 45px;
    height: 45px;
    border: 1px solid #000;
    color: #000;
    border-radius: 0;
    background: #fff
}

.quantity input {
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    width: 100px;
    font-size: 20px;
    color: #000;
    font-weight: 300;
}

.total-price {
    text-align: center;
    font-size: 30px;
    color: #fff;
}

.total-price .fa-rupee {
    display: inline-block;
    font-size: 90%;
    margin-right: 5px;
}

.font-roboto{
    font-family: Roboto;
    font-style: normal;
}

.anah-auction-ongoing-event-card-title{
    font-size: 38px;
}

.crousel-control-btn{
    POSITION: absolute;
    /* right: 0; */
    color: #000000;
    font-size: 20px;
    background-color: #f3f3f5;
    padding: 15px;
    border-radius: 50%;
    line-height: 20px;
}

.crousel-control-btn-right{
    right: 0;
}

.crousel-control-btn-left{
    left: 0;
}

.anah-elite-product-icon{
    position: absolute;
    top: 40px;
    right: 15px;
    font-size: 16px;
    color: #EE691E;
    display: flex;
    flex-direction: column;
}

.anah-auction-poster{
    height: 360px;
    width: auto;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
}

.anah-auction-poster:hover {
    filter: grayscale(.3) brightness(0.8);
}


.bg-shadow{
    box-shadow: 0px 0px 10 grey;
}

.f-20{
    font-size: 20px !important;
}

.f-14{
    font-size: 12px !important;
}

@media (max-width: 480px) {
    .anah-auction-live-product-img{
        height: auto;
    }
    .anah-auction-product-description-about,
    .anah-auction-product-size-about{
        text-align: left !important;
    }
    .anah-auction-product-description,
    .anah-auction-product-size{
        margin: 0 5%;
    }
    .h-auto{
        padding-bottom: 300px !important;
    }

}

@media (max-width: 768px){
    .anah-ongoing-bid-extra-detail {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

  /* @media all and (max-width: 768px) {
    h1 {
      font-size: 12px;
    }
    li {
      font-size: 12px;
      padding: .75rem;
    }

    li span {
      font-size: 20px;
    }
  } */
/* product detail page */
.anah-content{transform: inherit !important;}

/*product detals OML 2021*/
.product-content{
  padding: 2rem 1rem;
}
.product-title{
  font-size: 3rem;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  color: #12263a;
  margin: 1rem 0;
}
.product-title span {
  font-size: 19px;
  font-weight: 300;
  display: inherit;
  color: #a5a5a5;
}

.product-link{
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  background: #256eff;
  color: #fff;
  padding: 0 0.3rem;
  transition: all 0.5s ease;
}
.product-link:hover{
  opacity: 0.9;
}
.product-rating{
  color: #ffc107;
}
.product-rating span{
  font-weight: 600;
  color: #252525;
}
.product-price{
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 700;
}

.last-price span{
  color: #f64749;
  text-decoration: line-through;
}
.new-price span{
  color: #256eff;
}
.product-detail h2{
  text-transform: capitalize;
  color: #12263a;
  padding-bottom: 0.6rem;
}
.product-detail p{
  font-size: 0.9rem;
  padding: 0.3rem;
  opacity: 0.8;
}
.product-detail ul{
  margin: 1rem 0;
  font-size: 0.9rem;
}
.product-detail ul li{
  margin: 0;
  list-style: none;
  background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
  background-size: 18px;
  padding-left: 1.7rem;
  margin: 0.4rem 0;
  font-weight: 600;
  opacity: 0.9;
}
.product-detail ul li span{
  font-weight: 400;
}
.purchase-info{
  margin: 1.5rem 0;
}
.purchase-info input,
.purchase-info .btn{
  border: 1.5px solid #ddd;
  border-radius: 25px;
  text-align: center;
  padding: 0.45rem 0.8rem;
  outline: 0;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
}
.purchase-info input{
  width: 60px;
}
.purchase-info .btn{
  cursor: pointer;
  color: #fff;
}
.purchase-info .btn:first-of-type{
  background: #256eff;
}
.purchase-info .btn:last-of-type{
  background: #f64749;
}
.purchase-info .btn:hover{
  opacity: 0.9;
}
.social-links{
  display: flex;
  align-items: center;
}
.social-links a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #000;
  border: 1px solid #000;
  margin: 0 0.2rem;
  border-radius: 50%;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.5s ease;
}
.social-links a:hover{
  background: #000;
  border-color: transparent;
  color: #fff;
}

/*@media screen and (min-width: 992px){
  .card{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1.5rem;
  }
  .card-wrapper{
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .product-imgs{
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  .product-content{
      padding-top: 0;
  }
}*/


.size-wp h3, .color-wp h3 {font-size: 14px;margin-bottom: 10px;}

.size-wp ul {padding: 0px;list-style: none;}
.size-wp ul li {display: inline-block;}
.size-wp ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #959191;
  /* border-radius: 50%; */
  margin-right: 10px;
  text-align: center;
  color: #000;
}
.size-wp ul li a:hover{background-color:#7e6f58; border: 1px solid #7e6f58; color:#fff;}
.size-wp ul li span {
  line-height: 35px;
  font-size: 12px;
  font-weight: 500;
}
.hr-ui {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px dotted rgba(0,0,0,.1);
}

.color-wp ul {padding: 0px;list-style: none;}
.color-wp ul li {display: inline-block;}
.color-wp ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
  color: #000;
}
.blue-color{background-color:#155894;}
.orange-color{background-color:#f58345;}
.blue-color{background-color:#155894;}
.green-color{background-color:#9cc332;}
.black-color{background-color:#000;}


.product-price .frist-price{font-size: 30px;
  font-weight: 500;
  color: #282c3f;}
.product-price .secound-price{color: #b38383;
  font-size: 25px;
  font-weight: 300;
  /* margin-left: 1%;}  rhythm- 14th October 2021 */
}
.product-price .offer-price{color: #ff905a;
  margin-left: 1%;
  font-size: 20px;}

  /*add to card*/

  .add-to-cart {
--color: #fff;
--icon: var(--color);
--cart: #fff;
--dots: #fff;
--background: #7e6f58;
cursor: pointer;
position: relative;
outline: none;
border: none;
-webkit-appearance: none;
-webkit-tap-highlight-color: transparent;
font-size: 15px;
padding: 12px 32px;
line-height: 20px;
transform: scale(var(--s, 0.97));
box-shadow: 0 var(--s-y, 4px) var(--s-b, 12px) var(--shadow);
color: var(--color);
background: var(--background);
transition: transform 0.3s, box-shadow 0.3s;
}
.add-to-cart .default {
padding-left: 16px;
position: relative;
opacity: var(--o, 1);
transform: scale(var(--s, 1));
transition: transform 0.3s, opacity 0.3s;
transition-delay: var(--d, 0.3s);
}
.add-to-cart .default:before, .add-to-cart .default:after {
content: "";
width: 2px;
height: 12px;
left: 0;
top: 4px;
border-radius: 1px;
background: var(--icon);
position: absolute;
transform: rotate(var(--r, 0deg));
transition: transform 0.25s;
}
.add-to-cart .default:after {
--r: 90deg;
}
.add-to-cart .success {
opacity: var(--o, 0);
transform: translate(-50%, var(--y, 12px));
position: absolute;
top: 12px;
left: 50%;
transition: opacity 0.3s, transform 0.3s;
transition-delay: var(--d, 0s);
}
.add-to-cart .dots {
width: 4px;
height: 4px;
top: 20px;
left: 50%;
margin-left: -7px;
border-radius: 2px;
position: absolute;
transform-origin: 10px 50%;
background: var(--dots);
box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
opacity: var(--o, 0);
transform: scale(var(--s, 0.4));
transition: opacity 0.3s, transform 0.3s;
transition-delay: var(--d, 0s);
}
.add-to-cart .cart {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 1;
border-radius: inherit;
overflow: hidden;

--webkit-mask-image: -webkit-radial-gradient(white, black);
}
.add-to-cart .cart:before {
content: "";
position: absolute;
width: 20px;
height: 16px;
background: var(--background);
top: 17px;
right: 100%;
z-index: 1;
margin-right: -20px;
transform: translateX(-18px) rotate(-16deg);
}
.add-to-cart .cart > div {
top: 13px;
right: 100%;
transform: translateX(-18px) rotate(-16deg);
position: absolute;
z-index: 2;
transform-origin: 1px 21px;
}

.add-to-cart .cart > div:after {
--w: 16px;
--t: 14px;
--l: 1px;
}
.add-to-cart .cart > div > div {
width: 2px;
height: var(--h, 15px);
border-radius: 1px;
transform: rotate(var(--r, -8deg));
background: var(--cart);
position: relative;
}
.add-to-cart .cart > div > div:before, .add-to-cart .cart > div > div:after {
content: "";
position: absolute;
background: inherit;
}
.add-to-cart .cart > div > div:after {
width: 4px;
height: 4px;
border-radius: 2px;
bottom: var(--b, -6px);
left: var(--l, 0);
}
.add-to-cart .cart > div > div:first-child:before {
border-radius: inherit;
top: 0;
right: 0;
height: 2px;
width: 6px;
transform-origin: 5px 1px;
transform: rotate(16deg);
}
.add-to-cart .cart > div > div:last-child {
--h: 12px;
--r: 8deg;
position: absolute;
left: 16px;
bottom: -1px;
}
.add-to-cart .cart > div > div:last-child:after {
--l: -2px;
--b: -5px;
}
.add-to-cart.added .default {
--o: 0;
--s: .8;
--d: 0s;
}
.add-to-cart.added .default:before {
--r: -180deg;
}
.add-to-cart.added .default:after {
--r: -90deg;
}
.add-to-cart.added .dots {
--o: 1;
--s: 1;
--d: .3s;
-webkit-animation: dots 2s linear forwards;
        animation: dots 2s linear forwards;
}
.add-to-cart.added .success {
--o: 1;
--y: 0;
--d: 1.8s;
}
.add-to-cart.added .cart:before, .add-to-cart.added .cart > div {
-webkit-animation: cart 2s forwards;
        animation: cart 2s forwards;
}
.add-to-cart:not(.added):hover {
--s: 1;
--s-y: 8px;
--s-b: 20px;
}
.add-to-cart:not(.added):active {
--s: .94;
--s-y: 2px;
--s-b: 6px;
}

@-webkit-keyframes cart {
41%, 49%, 57%, 60% {
  transform: translateX(72px) rotate(0deg);
}
40%, 47%, 54% {
  transform: translateX(72px) rotate(0deg) translateY(1px);
}
100% {
  transform: translateX(180px) rotate(-16deg);
}
}

@keyframes cart {
41%, 49%, 57%, 60% {
  transform: translateX(72px) rotate(0deg);
}
40%, 47%, 54% {
  transform: translateX(72px) rotate(0deg) translateY(1px);
}
100% {
  transform: translateX(180px) rotate(-16deg);
}
}
@-webkit-keyframes dots {
5% {
  transform: translateY(0);
}
25% {
  transform: translateY(-20px) rotate(-32deg);
  box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
}
31% {
  box-shadow: 5px -4px 0 var(--dots), 10px -8px 0 var(--dots);
}
32%, 50% {
  transform: translateY(0) rotate(0deg);
  opacity: 1;
}
45%, 100% {
  box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
}
51%, 100% {
  opacity: 0;
}
}
@keyframes dots {
5% {
  transform: translateY(0);
}
25% {
  transform: translateY(-20px) rotate(-32deg);
  box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
}
31% {
  box-shadow: 5px -4px 0 var(--dots), 10px -8px 0 var(--dots);
}
32%, 50% {
  transform: translateY(0) rotate(0deg);
  opacity: 1;
}
45%, 100% {
  box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
}
51%, 100% {
  opacity: 0;
}
}
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.cart-icon-ui{    transform: rotate(13deg);font-size: 20px;}

.accordion {
margin-top: 40px;
}
.accordion .card {
border: none;
margin-bottom: 20px;
}
.accordion .card h2 {
background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
background-size: 20px;
cursor: pointer;
font-size: 15px;
font-weight:400;
}
.accordion .card h2.collapsed {
background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}
.accordion .card-body {
padding-left: 0;
padding-right: 0;
}

/**/
/* .home-slider .slick-dots {display: none !important;}  */
.home-slider .slick-dots {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}

  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    content: '•';
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    opacity: .25;
    color: black;
}



.megamenu-li {
    position: static;
  }

  .megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 30px;
    font-family: 'Roboto', sans-serif;
    padding-left: 5vw;
    padding-right: 5vw;
    /* top: 50px;
    z-index: 9999; */
  }

  .megamenu h5 {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}
.megamenu h5::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 2px;
    background-color: #21252A;
    left: -7px;
}

.mega-wp .dropdown-item {
    display: block;
    width: 100%;
    font-weight: 400;
    color: #535456;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 13px;
    padding: 4px 0px;
}
.mega-wp{margin-bottom: 10%;}
.mega-wp .dropdown-item:hover{text-decoration: underline;}
.dropdown-menu{border: 0px solid rgba(0,0,0,.15);
        border-radius: 0px;}
        .short-ui{display: inline-block !important;}

.filter-wp{font-family: 'Roboto', sans-serif;}
.filter-wp h4 {font-size: 14px; text-transform: uppercase;}
.filter-wp ul {padding: 0px; list-style: none;margin-top: 15px;}
.filter-wp ul li {color: #535456;font-size: 13px;width: 49%;display: inline-block;padding-bottom: 3%;}
.filter-wp ul li span {
    color: #999595;
    font-size: 10px;
    font-weight: 500;
}

/* .color-wp{} */
.color-wp .color {width: 15px;height: 15px;display: inline-block;border-radius: 50%;position: relative;top: 3px;}
.color-wp .color1 {background-color: #155894;}
.color-wp .color2 {background-color: #af7318;}
.color-wp .color3 {background-color: #b8172c;}
.color-wp .color4 {background-color: #7d0b94;}
.color-wp .color5 {background-color: #0baf34;}
.color-wp .color6 {background-color: #c715a0;}
.color-wp .color7 {background-color: #155894;}
.color-wp .color8 {background-color: #191f24;}
.color-wp .color9 {background-color: #d3b50b;}
.color-wp .color10 {background-color: #075472;}
.color-wp .color11 {background-color: #155894;}
.color-wp .color12 {background-color: #94156a;}

.color-wp .name {
    color: #535456;
    font-size: 13px;
    font-weight: inherit;
}
/* .color-wp .val {} */

.dropdown-menu-right{padding: 15px;}
.dropdown-menu-right .dropdown-item {padding: 0px!important; font-size: 13px; color: #535456;}


.social-icons .navbar{padding: 0px;}
.social-icons .nav-link{padding: 0px!important;}
.social-icons .dropdown-toggle::after{position: absolute;right: -8px;top: 20px;}

.social-icons .navbar-nav:hover{
    border: 0px solid #2a2a2a;}
.social-icons .megamenu{padding: 20px; width: 200px;  margin-left: -80px;margin-top: 3px; background-color: #f2f2f2;}
.social-icons .mega-wp .dropdown-item:before {content: inherit !important;}
.social-icons .mega-wp{margin-bottom: 0px;}
.btn-ui-line {border: 1px solid #7e6f58; padding: 5px 15px; background-color: transparent; line-height: 22px; margin-right: 15px;font-size: 14px; color: #000;font-family: 'Roboto', sans-serif;}
.slt-ui{width: auto;display: inline-block; border-radius: 0px;font-size: inherit;border-color: #7e6f58;}
.mr15{margin-right: 15px;}
.vue-treeselect__control{border: inherit !important;}
.vue-treeselect__multi-value-item{background: #e9e9e9 !important; color: #000000 !important; border: inherit;}
.vue-treeselect__value-remove{color: #000000 !important;}
.vue-treeselect--has-value .vue-treeselect__multi-value {margin-bottom: -21px;}
.modal-open .anah-content{background-color: inherit;}
/* .modal-open .anah-content{background-color: #fff;} */
.list-ui {
    font-family: 'Roboto', sans-serif;
    list-style: none;
    padding: 0px;
}
.list-ui li{padding-bottom: 5px;display: block;}

.out-of-stock{
  float: left;
    margin: 10px;
    color: red;
}

.mb30{margin-bottom: 30px;}
.modal-body h1 {
    font-weight: 900;
    font-size: 2.3em;
    text-transform: uppercase;
  }
  .modal-body a.pre-order-btn {
    color: #000;
    background-color: gold;
    border-radius: 1em;
    padding: 1em;
    display: block;
    margin: 2em auto;
    width: 50%;
    font-size: 1.25em;
    font-weight: 6600;
  }
  .modal-body a.pre-order-btn:hover {
    background-color: #000;
    text-decoration: none;
    color: gold;
  }
  .modal-ui{background-color: #7e6f58; background-clip: padding-box; border: inherit; border-radius: 0;}
  .modal-ui .close {color: #fff;opacity: inherit;}
  .modal-ui .modal-body p{color: #fff;}
  .anah-top-menu-elem .navbar-nav .nav-link:hover {color: #3b3b3b; text-decoration: none; cursor: pointer;}
  .anah-top-nf .anah-top-menu-elem:not(.scrolling) .navbar-nav .nav-link:hover {color: #7e6f58; text-decoration: none; cursor: pointer;}
  /* .nav-link:hover + .dropdown-menu{
    display: block !important;
    z-index: 1111;
  } */
  /* .megamenu-li:hover ~ .dropdown-menu:not(:hover){
    display: block !important;
    z-index: 1111;
    color: red;
  } */
  .home-slide-elem{height:100vh; background-size: cover;}


/*
.nav-tabs {
    display: none;
  }

  @media (min-width: 768px) {
    .nav-tabs {
      display: flex;
      flex-flow: column nowrap;
    }
    .nav-tabs {
      border-bottom: none;
      border-right: 1px solid #ddd;
      display: flex;
    }
    .nav-tabs {
      margin: 0 15px;
    }
    .nav-tabs .nav-item + .nav-item {
      margin-top: 0.25rem;
    }
    .nav-tabs .nav-link {
      transition: border-color 0.125s ease-in;
      white-space: nowrap;
    }
    .nav-tabs .nav-link:hover {
      background-color: #f7f7f7;
      border-color: transparent;
    }
    .nav-tabs .nav-link.active {
      border-bottom-color: #ddd;
      border-right-color: #fff;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
      margin-right: -1px;
    }
    .nav-tabs .nav-link.active:hover {
      background-color: #fff;
      border-color: #0275d8 #fff #0275d8 #0275d8;
    }

    .card {
      border: none;
    }

    .card .card-header {
      display: none;
    }

    .card .collapse {
      display: block;
    }
  }

  @media (max-width: 767px) {
    .tab-pane {
      display: block !important;
      opacity: 1;
    }
  } */

  /* .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    justify-content: center;
} */

/* .nav-link.active {
    background-color: #faf9f9 !important;
    color: #434343 !important;
}
.nav-item a {
    color: #999999;
} */


  /* ////////////////////////// */

  .dwnld-btn {
    border: none;
    padding: 30px;
    font-size: 20px;
    border-radius: 10px;
    box-shadow: 4px 4px 15px 5px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.war-msg {
    color: #ffffff;
    margin: 0;
    position: absolute;
    top: 35%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 18px;
}



/* //////////////////////////////////// */

/* .season_tabs {
    position: relative;
    min-height: 110vh;
    This part sucks
    clear: both;
    margin: 25px;
  }
  .season_tab {
    float: left;
    clear: both;
    width: 286px;
  }
  .season_tab label {
      background: #eee;
      padding: 10px;
      border: 1px solid #ccc;
      margin-left: -1px;
      font-size: 21px;
      vertical-align: middle;
      position: relative;
      left: 1px;
      width: 264px;
      height: 68px;
      display: table-cell;
  }
  .season_tab [type=radio] {
    display: none;
  }
  .season_content {
    position: absolute;
    top: 0;
    left: 286px;
    background: white;
    right: 0;
    bottom: 0;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
   }
  .season_content span {
    animation: 0.5s ease-out 0s 1 slideInFromTop;
  }
  [type=radio]:checked ~ label {
    background: white;
    border-bottom: 2px solid #999999;
    z-index: 2;
  }
  [type=radio]:checked ~ label ~ .season_content {
    z-index: 1;
  }
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #faf9f9 #dee2e6 #dee2e6;
}
  .card-body-profile {
    background-color: #faf9f9;
    min-height: 750px;
} */

/* .fade:not(.show) {
  opacity: 1;
} */

.clr-lb{
  color: #434343;
}

.w-80{
  width: 80vw;
}

/* ???????????ujjwal-frequently baught???????????????? */

.anah-frequently-baught-plus{
  font-size: 50px;
  font-weight: bold;
  position: relative;
  top: 40%;
  color: #979797;
}


.frequently-bought-text{
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
  padding-bottom: 5px;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
}

.frequently-bought-total{
  font-size: 18px;
  font-weight: 600;
}

/* #sizeSelection{ */
  /* display: none; */
/* } */

.anah-content{
	background-color: #fff !important;
}

.modal {
  background-color: #000000c2;
}

.modal-dialog{
  position: relative;
  top: 15vh;
}

/* ????????????????????????anah frequently baught product popup css????????????????????????????????? */

.anah-frequently-bought-product-brand,
.anah-frequently-bought-product-name{
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 400;
  padding-bottom: 5px;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
}

.anah-frequently-bought-product-name{
  font-size: 16px;
  font-weight: 600;
  color: #7e6f58;
}

.anah-frequently-bought-product-price-detail{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.anah-frequently-bought-product-price-detail{
  font-family: 'Roboto', sans-serif;
}

.anah-frequently-bought-product-sale-price{
  font-size: 18px;
  font-weight: 600;
  padding-right: 5px;
}

.anah-frequently-bought-product-orignal-price{
  font-size: 14px;
  font-weight: 400;
  padding-right: 5px;
  text-decoration: line-through;
  color: rgb(66, 66, 66);
}

.anah-frequently-bought-product-offer{
  color: #7e6f58;
}

.anah-frequently-bought-product-size-selection ul{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  /* justify-content: space-evenly; */
  align-items: center;
}
.anah-frequently-bought-product-size-selection ul li{
  margin: 0 16px 0 0;
  cursor: pointer;
  /* padding-top: 8px; */
  list-style: none;
}

/* .anah-product-size-attribute{
    font-family: 'Roboto', sans-serif;
    border: 2px solid #f0f0f0;
    min-width: 48px;
    height: 40px;
    color: #212121;
    font-size: 18px;
    padding: 5px;
    text-align: center;
} */

.anah-product-size-attribute {
  font-family: 'Roboto', sans-serif;
  border: 2px solid #f0f0f0;
  min-width: 35px;
  height: 35px;
  color: #212121;
  font-size: 18px;
  padding: 4px;
  text-align: center;
  font-size: 16px;
  /* border-radius: 36px; */
  transition: ease-in-out .3s;
}

.anah-product-size-attribute:hover{
  background-color: #7e6f58;
  border: 2px solid #7e6f58;
  color: #fff;
}

.selected {
    border: 2px solid #7e6f58;
    /* background-color: #7e6f58; */
    border-radius: 25px;
}

/* /////////////////////////////////////////////////////// */

/* my model */

.anah-country-select-modal{
  height: 140px;
}


/* for modal testing do not remove */
.modal-open .modal{
  z-index: 9999;
}

.fade:not(.show) {
    opacity: 1;
}

.anah-heart-icon{
  color: #CF331A;
  font-size: 17px;
  z-index: 1000;
  /* animation: heart 2s ease-in-out; */
}
/*
@keyframes heart{
  0%{
    transform: scale(1.05);
    position: absolute;
    left: 1px;
    top: 7px;
  }
  25%{
    transform: scale(1.2);
    position: absolute;
    left: 1px;
    top: 7px;
  }
  50%{
    transform: scale(1.05);
    position: absolute;
    left: 1px;
    top: 7px;
  }
  75%{
    transform: scale(1.2);
    position: absolute;
    left: 1px;
    top: 7px;
  }
  100%{
    transform: scale(1.05);
    position: absolute;
    left: 1px;
    top: 7px;
  }
} */

.product-detail-also-like-slider-component,
.product-detail-cross-selling-component,
.product-detail-frequently-bought-component{
  margin: 0 25px;
}

.slick-dots{
  text-align: center;
}
.fa-diamond{
  /* Vector */

position: absolute;
left: 75.16%;
right: 23.18%;
top: 60.57%;
bottom: 39.1%;

/* secondary */
background: #EE691E;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);

}

.anah-elite-icon{
  width: 30px;
  height: 30px;
  padding-top: 5px;
}

.anah-elite-icon-svg{
  display: block;
  margin: 0 auto;
  height: 35px;
  width: 35px;
  position: absolute;
  top: 12px;
  right: 12px;
}
.product-detail-also-like-slider > .slick-next,
.product-detail-cross-selling-slider > .slick-next{
  right: -20px;
}
.product-detail-also-like-slider > .slick-prev,
.product-detail-cross-selling-slider > .slick-prev{
  left: -20px;
}

.anah-hanger-icon-svg {
  fill: #00ff40;
background: #e0e0e0a6;
height: 45px;
width: 45px;
padding: 5px 10px 10px 10px;
top: 45px;
right: 45px;
z-index: 1;
border-radius: 50%;
cursor: pointer;
transition: ease-in-out .3s;
}

.anah-hanger-icon-svg:hover{
  background: #fff;
  padding: 0px 5px 5px 5px;
}

.modal-body-frequently-bought{
  max-height: 50vh;
  overflow: scroll;
  overflow-x: hidden;
}

.l-32{
  left: 32px;
  right: 100%;
}

.anah-main-product-detail{
  max-width: 23%;
}

.anah-elite-icon-svg:hover {
  animation: bounce 1s infinite;
}

@keyframes bounce {
  0%,
  100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-10px);
  }
}


/* ////////////////////////////////////////////////////// */
/* profile */

/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}


.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  padding-right: 19px;
  border-right: 1px solid #ddd;
  position: relative;
  top: 100px;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  border-right-color: #ffffff;
}

.profile-tab{
  display: flex;
  flex-direction: column;
  /* margin-top: 200px; */
  /* height: 50vh; */
}

.profile-tab li {
  padding: 15px;
  background-color: #fff;
  /* margin: 5px; */
  border: 1px solid #7e6f58;
  width: 150px;
  text-align: left;
  padding-left: 35px;
  /* border-radius: 15px; */
}

.profile-tab li a {
  color: #7e6f58;
  font-size: 14px;
  font-weight: 600;
}

/* this code is for setting min height of profile page remove it whech content is updated*/
.profile-page-anah {
  min-height: 500px;
}

.tab-pane .active{
  background-color: #0baf34;
}

/* li.active {
  background-color: #7e6f58;
}
li.active a {
  color: #fff;
} */

/* li:has(a:active){
  background-color: red;
}
li a:has(.active) li{
  background-color: red;
}
a.active:parent {
  background-color: red;
} */

.anah-profile-info-icon-size{
  font-size: 17px;
}



/* skin 7 */

.skin-7 .num-in {
	float: left;
	width: 140px;
  border: 1px solid #7e6f58;
  margin-right: 5px;
}

.skin-7 input.in-num {
	font-family: 'HelveticaNeueCyr-Roman';
	font-size: 14px;
	float: left;
	height: 32px;
	width: 83px;
	border-left: 1px solid #7e6f58;
	border-right: 1px solid #7e6f58;
	background-color: #fff;
	text-align: center;
}

.skin-7 .num-in span  {
	font-size: 24px;
	text-align: center;
	display: block;
	width: 46px;
	float: left;
	height: 32px;
	background-color: #f4f4f6;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.skin-7 .num-in span:hover {
	background-color: #d7d7d8;
}

.skin-7 .num-in input {
  border: none;
	float: left;
	width: 44px;
	line-height: 34px;
	text-align: center;
	font-family: 'helveticaneuecyrbold';
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* / skin 7 */

/* /////////////////////////////////////////////////////////////////////////////////// */

/* anah-index-filter display fix */

.filter-dropdown-menu-right{
  display: flex;
  align-items: center;
}

.filter-dropdown-menu-right input{
  margin-right: 10px;
}


.product-detail-elite-icon{
  z-index: 1;
  position: relative;
  top: 35px;
}

.selected{
  border: 3px solid blue !important;
}

.anah-elite-icon-index-page-icon{
  position: absolute;
    top: 14px;
    left: 10px;
}



/* /////////////////////////////////////////////////////////////////////////////////////////////// */
/* new left-side-tab for anah-profile page */

.anah-profile-left-tab{
  /* border: 2px solid #7e6f58; */
  background-color: #f2f2f2;
  /* box-shadow: 5px 5px 18px 4px rgb(0 0 0 / 10%); */
  height: auto;
  /* display: flex; */
  padding-left: 0px;
  /* min-height: 430px; */
  /* position: fixed;
  top: 5rem; */
}

.sidebar{
  background-color: #f2f2f2;
}

.anah-sub-profile-left-tab,
.anah-profile-left-tab{
  list-style: none;
}

.anah-profile-left-tab-li,
.anah-profile-left-tab-sub-li{
  padding: 15px 0px 15px 15px;
  transition: .5s;
}

.anah-profile-left-tab-li,
.anah-profile-left-tab-sub-li{
  /* color: #7e6f58; */
  color: #808081;
}

.anah-profile-left-tab-li{
  font-size: 14px;
  font-weight: 400;
}

.anah-profile-left-tab-li:hover{
  background-color: #e9e8e8;
  color: #A4885D !important;
  /* text-decoration: underline; */
}

.point-tracker-heading,
.anah-create-voucher-head{
  color: #222;
  font-size: 32px;
}

.anah-create-voucher-des,
.point-tracker-heading-desc{
  color: #666666;
  font-size: 18px;
}

.profile-table td,
.profile-table th{
  border: none;
}

.table-profile{
  background-color: #FAF3EB;
  border-top: 2px solid #A4885D;
}

.profile-table thead th {
  border-bottom: none;
}

.point-detail-heading{
 font-size: 28px;
 color: #808081;
}

.total-points{
  font-size: 28px;
  font-weight: 500;
  color: #0a0a0a;
}

.light-small-text{
  font-size: 18px;
  color: #808081;
  font-weight: 300;
}

.anah-create-voucher{
  background-color: #FAF3EB;
  margin-top: 50px;
}

.profile-body{
  background-color: #f2f2f2;
}

.anah-user-profile,
.point-tracker{
  /* margin-top: 50px;
   */
  background-color: #fff;
}

.create-voucher-btn-anah{
  background-color: #7E6F58;
  color: #fff;
  padding: 10px 30px;
  border: none;
}

/* .anah-user-perk-silver{
  height: 400px;
  width: 200px;
} */

.anah-user-perk-silver{
  border: 1px solid #7E6F58;
  border-radius: 10px;
}

.user-info{
  background-color: #FAF3EB;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #7E6F58;
}

.progress {
	background-color: #d8d8d8;
	border-radius: 10px;
	position: relative;
	margin: 10px 0;
	height: 12px;
	width: 100%;
}

.progress-done {
	background: #7E6F58;
/* 	box-shadow: 0 3px 3px -5px #F2709C, 0 2px 5px #F2709C; */
	border-radius: 10px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 0;
	opacity: 0;
	transition: 1s ease 0.3s;
}

.anah-user-points-detail-num{
  font-size: 18px;
  font-weight: 500;
}
.user-info h4{
  font-size: 28px;
  font-weight: 500;
  margin: 25px 10px;
}

.anah-silver-perk{
  border-radius: 22px;
  width: 75%;
  height: auto;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  font-size: 25px;
  font-weight: 400;
  padding: 5px;
}

.anah-silver-perk-bronze{
  background: #B98434;
}



.tier-Bronze{
  background: #B98434;
}
.tier-Silver{
  background: linear-gradient(270deg, #9C9C9C 0%, #CACACA 24.48%, #9C9C9C 51.56%, #C5C5C5 77.08%, #9C9C9C 100%);
  color: #000000
}

.tier-Gold{
  background: #D7B137;
}

.tier-Platinum{
  background: #e5e4e2;
}

.tier-Elite{
  background: #727272;
}

.anah-silver-perk-silver{
  background: linear-gradient(270deg, #9C9C9C 0%, #CACACA 24.48%, #9C9C9C 51.56%, #C5C5C5 77.08%, #9C9C9C 100%);
}
.anah-silver-perk-gold{
  background: #D7B137;
}

.anah-silver-perk-point{
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.anah-silver-perk-point-desc{
  font-size: 14px;
  color: #666;
  font-weight: 300;
}

.anah-silver-perk-point-req{
  font-size: 22px;
  color: #020202;
  font-weight: 500;
}

.anah-perk-user-benifits ul {
  display: inline-block;
  padding: 1rem 2rem;
}

.anah-perk-user-benifits ul {
  list-style: none;
}

.anah-perk-user-benifits ul > li {
  clear: left;
  padding: .5rem 0;
}

.anah-perk-user-benifits ul > li:before {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  float: left;
  margin-left: -1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.anah-perk-user-benifits ul > li:before {
  background: url("https://info.openpath.com/hubfs/checkmark-round-orange.svg");
  background-size: cover;
  background-position: center;
  padding: .15rem;
}

.anah-user-profile-icon{
  font-size: 35px;
  /* line-height: 35px; */
  color: #fff;
  background-color: #c4c5c5;
  padding: 11px 17px;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  display: block;
  border: 1px solid #ddd;
  background-position: center;
  background-size: cover;
  margin: auto;
}

.anah-user-points-money-box{
  border: 2px solid #c4c5c5;
  padding: 20px 10px;
  border-radius: 15px;
}

.edit-anah-user{
  background-color: #fff;
  border: 2px solid #7e6f58;
  color: #7e6f58;
  padding: 5px 25px;
  font-size: 15px;
  border-radius: 20px;
}

.anah-profile-userperk{
  padding: 5px 15px;
    border-radius: 25PX;
    font-size: 10px;
    height: 25px;
}

.anah-profile-username{
  font-size: 32px;
}

.anah-user-detailed-info{
  color: #808081;
  font-size: 15px;
}

.user-point-money-img{
  padding: inherit;
}

.anah-user-points-money{
  font-size: 18px;
  font-weight: 500;
}

.anah-user-points-money-desc{
  font-size: 15px;
  font-weight: 400;
  color: #808081;
}

.anah-profile-image{
  background: url("../img/shopping1.jpg");
  height: 315px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  border-radius: 16px;
}


.anah-profile-image1 {
  height: 315px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}

.anah-profile-img-overlay{
  width: 94%;
  height: 100%;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2;
  position: absolute;
  top: 0;
}

.anah-profile-input-field{
  width: 80%;
  border: none;
  border-bottom: 1px solid rgb(151, 150, 150);
  float: right;
}

.anah-profile-input-field:focus {
  outline: none !important;
  border-bottom-width: 2px;
  border-color: #7e6f58;
  /* box-shadow: 0 0 10px #719ECE; */
}

.anah-gender-ooption{
  display: inline-block;
}

.anah-profile-user-gender-male-lable{
  width: 30%;
  float: center;
}

.genderRadio[type="radio"]
{
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.genderRadio[type="radio"] + label
{
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}

.genderRadio[type="radio"] + label::before
{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #7e6f58;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.3s;
}

.genderRadio[type="radio"] + label::after
{
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #7e6f58;
  background: #7e6f58;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  bottom: 6px;
  opacity: 0;
  transition: all 0.3s;
}

.genderRadio[type="radio"]:checked + label::after
{
  opacity: 1;
}

/* .anah-editprofile-nuxt{
  color: white;
} */

.anah-user-level-bg-bronze{
  background-color: #B98434;
  border-bottom: 3px solid #B98434;
}

.anah-user-level-bg-silver{
  background-color:#A8A8A8;
  border-bottom: 3px solid #A8A8A8;
}

.anah-user-level-bg-gold{
  border-bottom: 3px solid #D7B137;
}

.anah-user-level-bg-gold-profile{
  background-color: #D7B137;
}

/* .anah-user-level-bg-platinum{
  background-color: linear-gradient(to right, #787878, #d2d2d2, #787878, #d2d2d2);
  border-bottom: linear-gradient(to right, #787878, #d2d2d2, #787878, #d2d2d2);
} */

.anah-user-level-bg-platinum{
  box-sizing: content-box;
  border-width: 0px;
  border-bottom-width: 3px;
  border-style: solid;
  border-image: linear-gradient(to right, #787878, #d2d2d2, #787878, #d2d2d2);
  border-image-slice: 1;
}

.anah-user-level-bg-elite{
  color: 3px solid #000000;
}

.anah-user-level-bg-bronze-text{
  color: 3px solid #B98434;
}

.anah-user-level-bg-silver-text{
  color: 3px solid #A8A8A8;
}

.anah-user-level-bg-gold-text{
  color:#D7B137;
}

.anah-user-level-bg-platinum-text{
  background: -webkit-linear-gradient(0deg, #464646 0%, #a7a7a7 50%, #7a7a7a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.anah-user-level-bg-bronze-text{
  color: 3px solid #000000;
}

.anah-user-level-text{
  padding: 12px;
  font-size: 21px;
  font-weight: 500;
}

.test-bg{
  color: #fff;
  font-size: 25px;
}



/* ///////////////////////////////////////////////////////////////////// */
/* order page */

.anah-order-product-price-quantity,
.anah-order-product-status{
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.anah-order-product-price-quantity{
  font-size: 15px;
  font-weight: 500;
  /* padding-top: 25px; */
}

.anah-order-card{
  box-shadow: 0 0px 15px rgb(0 0 0 / 5%);
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid #f2f2f2;
  transition: all .3s;
}

.anah-order-card:hover{
  box-shadow: 0 0px 15px rgb(0 0 0 / 65%);
}

.anah-order-delivery-address-detail{
  border-right: 2px solid #4e4e4e;
}

.anah-order-card {
  color: #000;
}

.anah-profile-detail-uneditable{
  float: right;
  width: 80%;
  background-color: #7e6f580d;
  padding: 0 15px;
}


/* ////////////////////////////////////////////////////////////////////////////ujjwal-img */


/* //////////////////// */
.slick-slide{
  display:inline-block !important;
}

#userEmailerror,
.error-msg{
  display: none;
  padding: 5px 0;
  font-size: 12px;
  color: #dc3545 !important;
}

/* /////////////////////////anah reward page//////////////////////////// */

.anah-net-points-heading{
  padding: 9px;
}

.anah-net-points-heading h4{
  font-size: 25px;
  display: inline;
}

.anah-net-points-heading h6{
  font-size: 20px;
  font-weight: 400;
  float: right;
}

.anah-net-points-heading-detail{
  margin-top: 25px;
  color: #666;
  font-weight: 400;
}

.anah-net-points-heading-detail h4{
  margin-bottom: 0;
}

.anah-points-redeem-status{
  margin: 0 20px;
}

.anah-points-redeem-date{
  font-size: 12px;
  font-weight: 400;
  color: #6b6b6b;
}

.anah-points-redeem-points-type{
  font-size: 20px;
}

.anah-points-redeem-points-gain{
  color: #5F9B8C;
}

.anah-points-redeem-points-spent{
  color: #E1555A;
}

.anah-points-redeem-status.table-responsive{
  width: auto;
  /* overflow-x: scroll; */
  /* height: 100vh; */
}

.anah-reward-page-heading h4{
  display: inline-block;
}

.anah-redeem-btn {
  padding: 15px 20px;
  position: absolute;
  right: 0;
  margin-right: 13px;
  background-color: #000;
  border: none;
  color: #fff;
  border-radius: 4px;
  transform: scale(.9);
  transition: .3s;
}

.anah-redeem-btn:hover{
  transform: scale(1);
}

/* /////////////////////////////////////////////////////anah create voucher pop-up//////////////////////////////////////////////////////// */

.anah-create-voucher-info{
  text-align: left;
  font-size: 12px;
  color: #666;
}

.voucherValue{
  border: 1px solid #d7dbdd;
  color: #333;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  padding: 10px;
  border-radius: 3px;
  min-height: 50px;
}

.voucherValueLable{
  font-size: 18px;
  float: right;
}

.voucher-value-title,
.voucher-points{
  font-size: 17px;
  font-weight: 500;
}

.voucher-value-details,
.voucher-points-details{
  font-size: 20px;
  font-weight: 600;
}

#anah-create-voucher-slider[type=range] {
  height: 29px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
#anah-create-voucher-slider[type=range]:focus {
  outline: none;
}
#anah-create-voucher-slider[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000;
  background: #7E6F58;
  border-radius: 5px;
  border: 0px solid #000000;
}
#anah-create-voucher-slider[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000;
  border: 1px solid #7E6F58;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
#anah-create-voucher-slider[type=range]:focus::-webkit-slider-runnable-track {
  background: #7E6F58;
}
#anah-create-voucher-slider[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000;
  background: #7E6F58;
  border-radius: 5px;
  border: 0px solid #000000;
}
#anah-create-voucher-slider[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000;
  border: 1px solid #7E6F58;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: #FFFFFF;
  cursor: pointer;
}
#anah-create-voucher-slider[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
#anah-create-voucher-slider[type=range]::-ms-fill-lower {
  background: #7E6F58;
  border: 0px solid #000000;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #000000;
}
#anah-create-voucher-slider[type=range]::-ms-fill-upper {
  background: #7E6F58;
  border: 0px solid #000000;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #000000;
}
#anah-create-voucher-slider[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 1px #000000;
  border: 1px solid #7E6F58;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: #FFFFFF;
  cursor: pointer;
}
#anah-create-voucher-slider[type=range]:focus::-ms-fill-lower {
  background: #7E6F58;
}
#anah-create-voucher-slider[type=range]:focus::-ms-fill-upper {
  background: #7E6F58;
}

#anah-voucher{
  display: none;
  /* display: block; */
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.servicetypeSelected{
  color: #6b6b6b !important;
  background: none !important;
}

/* Default/Selected Attribute ------- 14 January 2022 ----- Rhythm  */
.selectedAttribute{
  border: 2px solid #7E6F58 !important;
  box-shadow: 5px 5px 5px #7e6f585f !important;

}


/* //////////////////////////log in logo///////////////////////////////////////////// */

.log-in-logo{
  width: 160px;
}

/* //////////////////////////coupon-button/////////////////////////////////////////// */

.btn-coupon {
  border: none;
  padding: 15px;
  width:250px;
  text-align: center;
  background: #7e6f58;
  border: 2px dashed #7e6f58;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  display:block;
  text-decoration: none;
}
.btn-coupon:hover,.btn-coupon:focus {
  background: none;
  color: #7e6f58;
}



.anah-profile-left-tab-li.active{
  background-color: #7e6f58 !important;
  color: #fff;
}

.nuxt-link-exact-active.nuxt-link-active li {
  /* background-color: #7e6f58 !important;
  color: #fff !important; */
  color: #A4885D;
  font-weight: 500;
}

.anah-link-color{
  color: #7e6f58;
  text-decoration: underline;
}

.anah-top-menu-elem.scrolling {
  box-shadow: 0px 0px 10px 0px #808081;
}

img.img-fluid.anah-logo.nav-logo {
  width: 90px;
}

.demo-gallery>.main-img-slider>.slick-arrow{
  background-color: rgb(153, 153, 153);
  border-radius: 20px;
  margin: 5px;
  padding: 9px;
}

/* .spotlight-slider>.slick-prev{
  left: -20px;
} */
/* .spotlight-slider>.slick-next{
  right: -5px;
} */
/*
.anah-btn-outline-alt{
  background-color: #7e6f58;
  color: #f2f2f2;
  border: 5px solid #7e6f58;
  padding: 10px 25px;
  transition: .5s;
}
.anah-btn-outline-alt:hover{
  background-color: transparent;
  color: #7e6f58;
} */
/*
html{
  scroll-behavior: smooth;
} */


.anah-content{
  min-height: 85vh;
}

.anah-card-product-name{
  font-size: 13px;
  /* margin-bottom: 18px; */
}

.anah-thank-you-body{
  box-shadow: 0px 0px 7px 2px #959595;
  background-color: #fff;
  padding: 20px;
}

.anah-color-brown{
  color: #A4885D;
  font-size: 16px;
}

.anah-color-grey{
  color: #666;
  font-size: 16px;
}

.anah-thank-you-hr {
  border-bottom: 1px solid #C4C4C4;
}

.anah-font-28{
  font-size: 28px !important;
}

.anah-new-btn{
  background-color: #7e6f58;
  border: 2px solid #7e6f58;
  color: #fff;
  display: inline-block;
  margin-top: 1.5rem;
  padding: 5px 20px;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  transition: all 0.3s;
  font-size: 14px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.anah-new-btn:hover{
  background-color: transparent;
  color: #7e6f58;
}

/* #loader-anah {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../img/loading.gif') 50% 50% no-repeat rgb(249,249,249);
} */

.anah-order-org-price{
  text-decoration: line-through;
  font-size: 14px;
  color: #808081;
}

.f-18{
  font-size: 18px;
}
.anah-button-outline-center{
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(50%, 50%); */
}

.anah-cart-update-cart-message{
  background-color: #2a2a2a;
  border: 2px solid #2a2a2a;
  color: #fff;
  box-shadow: 5px 4px 9px 4px lightgrey;
  /* transition: all 5s; */
  /* animation: mymove 5s infinite; */
}
/*
@keyframes mymove {
  from {left: 0px;}
  to {left: 200px;}
} */

.anah-stylist-name{
  color: #7e6f58;
  font-size: 22px;
}

.padding-05{
  padding: 0.5rem;
}

.anah-elite-card-radius{
  border-radius: 12px 12px 0 0;
}

.notcolorgrp ,
.colorgrp {
  margin: 10px;
  gap: 10px;
  align-items: center;
}

.attrval{
  display: flex;
}
.attrtitle {
  font-weight: 600;
}
.notcolorgrp input[type="radio"] ,
.colorgrp input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.no-order{
  margin-left: 204px;
    margin-top: 12px;
    font-size: 17px;
}

.fa-cart-arrow-down, .fa-frown-o{
  margin-left: 242px;
  font-size: 50px;

}

.notcolorgrpXX input[type="radio"] ,
.colorgrpXX input[type="radio"] {
  /* opacity: 0;
  position: fixed;
  width: 0; */
}
.notcolorgrpXX label ,
.colorgrpXX label {
    display: inline-block;
    /* background-color: #ddd; */
    /* padding: 10px 10px; */
    /* font-family: sans-serif, Arial; */
    /* font-size: 16px; */
    border: 1px solid #7e6f58;
    /* border-radius: 4px; */
    width: 35px;
    height: 35px;
    margin: 5px;
    padding: 8px;
}

.notcolorgrp label  {
  display: inline-block;
  /* background-color: #ddd; */
  /* padding: 10px 10px; */
  /* font-family: sans-serif, Arial; */
  /* font-size: 16px; */
  /* border: 1px solid #7e6f58; */
  /* border-radius: 4px; */
  /* width: 50px; */
  height: 50px;
  margin: 10px;
  padding: 8px;
  font-size: 12px;
  padding: 1px 20px 12px 18px;
  /* min-width: 50px; */
  line-height: 50px;
  height: 50px;
  text-align: center;
}


.colorgrp label {
  display: inline-block;
  /* background-color: #ddd; */
  /* padding: 10px 10px; */
  /* font-family: sans-serif, Arial; */
  /* font-size: 16px; */
  border: 1px solid #7e6f58;
  /* border-radius: 4px; */
  width: 50px;
  /* height: 40px; */
  margin: 5px;
  padding: 8px;
  font-size: 12px;
  padding: 0;
  /* min-width: 30px; */
  line-height: 50px;
  height: 50px;
  text-align: center;
}

.notcolorgrp label:hover ,
.colorgrp label:hover {
  box-shadow:  0px 0px 1px 1px #8d8d8d;
}

/* .colorgrp input[type="radio"]:focus + label {
    border: 2px dashed #444;
} */

.notcolorgrp input[type="radio"]:checked + label{
    /* background-color: #bfb; */
    border: 3px solid #7e6f58;
    box-shadow:  0px 0px 1px 1px #8d8d8d;
    color: #7e6f58;
    font-weight: 900;
    text-decoration: underline;
}


.modal-img{
  background: transparent;
  border: 0px;
  width: 50%;
  left: 275px;
}

.img-modal{
  height: 100;
  margin: 8px 35px;
  height: 440px;
  width: 439px;
}


.colorgrp input[type="radio"]:checked + label {
    /* background-color: #bfb; */
    border: 3px solid #7e6f58;
    /* box-shadow:  0px 0px 1px 1px #8d8d8d; */
}
.animated-popup-update-cart{
  position: fixed;
  bottom: 50px;
  z-index: 9999;
  /* width: 100%; */
  animation: bounce 0.5s linear ;
  height: 50px;
}

@keyframes bounce {
  0% {bottom: -100px;}
  /* 50% {top: 230px;}  */
  100% {bottom: 50px;}
}

.anah-pro-list-sec{
  position: relative;
}
.loader{
  height:100vh;
  width: 100vw;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  background: url('/img/loading.gif') 50% 50% no-repeat rgb(249,249,249);
}

.slick-next,
.slick-next:before {
  content: '\f0a9' !important;
  color: black !important;
  font-size: 30px !important;
  font-family: 'FontAwesome' !important;

}

.slick-prev,
.slick-prev:before {
  content: '\f0a8' !important;
  color: black !important;
  font-size: 30px !important;
  font-family: 'FontAwesome' !important;

}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  color: transparent !important;
}

.track {
  position: relative;
  background-color: #ddd;
  height: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  margin-top: 50px
  }
  .track .step {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 25%;
  margin-top: -18px;
  text-align: center;
  position: relative
  }
  .track .step.active:before {
  background: #7e6f58
  }
  .track .step::before {
  height: 7px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 18px
  }
  .track .step.active .icon {
  background: #7e6f58;
  color: #fff
  }
  .track .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 100%;
  background: #ddd
  }
  .track .step.active .text {
  font-weight: 400;
  color: #000;
  font-weight: 600;
  }
  .track .text {
  display: block;
  margin-top: 7px;
  font-weight: 600;
  }
   #detail .product-images .c2 .slick-slide img {
    width: 70px;
    height: 70px;
    border: 1px solid #ddd;
  }
  #detail .product-images .c2 .slick-slide.slick-current img {
       border: 1px solid #cf0016;
  }
  .modal-arrow-box{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}
  .modal-arrow-box-prev{
    left: -10%;
    position: absolute;
}
  .modal-arrow-box-next{
    right: -10%;
    position: absolute;

}
.modal-arrow-box-btn{
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: none;
  border-radius: 5px;
  background: transparent;
}
.modal-arrow-box-btn i{
    font-size: 30px;
    color: #fff;
}
.model-product{
  max-width: 1075px;
}
.modal-close-box{
  position: absolute;
  right: 0;
}
.modal-close-box-btn{
  border: none;
    background: transparent;
    color: #fff;
    font-size: 20px;
}
.avatar-upload-lg {
  position: relative;
  /* max-width: 205px;
margin: 50px auto; */
}

.avatar-upload-lg .avatar-edit {
  right: 0;
  z-index: 1;
  bottom: 0;
  left: 0px;
  position: relative;
  text-align: center;
}

.avatar-upload-lg .avatar-edit input {
  display: none;
}

.avatar-upload-lg .avatar-edit input+label {
  display: block;
  width: 100%;
  height: auto;
  margin: 13px auto 0px;
  border-radius: 0;
  background: #7e6f58;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  font-size: 13px;
  padding: 7px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.avatar-upload-lg .avatar-edit input+label:hover {
  background: #A4885D;
  border-color: #A4885D;
}

.avatar-upload-lg .avatar-edit input+label:after {
  content: "\2b";
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  display: none;
}

.avatar-upload-lg .avatar-preview {
  width: 345%;
  height: 100px;
  position: relative;
  border-radius: 4%;
  border: 2px solid #A4885D;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload-lg .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 4%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.avatar-preview>#imagePreview {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.anah-feedback-btn{
      border: 2px solid #7e6f58;
      color: #fff;
      display: inline-block;
      margin-top: 1.5rem;
      padding: 2px 4px;
      border-radius: 2px;
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      transition: all 0.3s;
      font-size: 14px;
      position: relative;
      z-index: 1;
      cursor: pointer;
      width: 145%;
}
.emoji-box{
  display: flex;
  gap: 15px;
  justify-content: center;
}
.emoji-box > img{
  width: 50px;
  cursor: pointer;
  transition: 1ms;
}
.emoji-row{}
.emoji-row h3{
    font-size: 26px;
    font-weight: 700;
}
.emoji-row p{
    font-size: 19px;
}
.emoji-cont{
    max-width: 800px;
    margin: auto auto 20px;
    padding: 33px;
    text-align: center;
}
.emoji-box > img:hover{
  transform: translateY(-10px);
  transition: 1ms;
}
.anah-order-product-status1{
  display: flex;
  gap: 10px;
}
.anah-order-product-status1 a{}
.feedback-btn{
    width: 100%;
    padding: 7px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    margin: 0px;
}
.feedback-btn:hover{
 color: #7e6f58 !important;
}
.anah-order-card{}
.anah-order-card h5{
  font-size: 17px;
    line-height: 1.5;
}

.text-area-feedback{
  width: 40%;
  height: 90px;
}
.change-pas-input{
  margin-bottom: 20px !important;
  position: relative;
}
.invalid-feedback{
  position: absolute;
  left: 0px;
  bottom: -15px;
}
.change-pas-submit{
  text-align: center;
}
.change-pass{
  max-width: 500px;
    margin: auto;
    padding: 20px !important;
}
.change-pas-input label{
  display: block;
}
.change-pas-input input {
  width: 100%;
  height: 45px;
  border: 1px solid #ddd;
}
.anah-sec {
  padding: 1rem 0;
}

.navbar-expand-sm .navbar-nav .dropdown-menu{
  box-shadow: 0 15px 30px -4px rgb(0 0 0 / 9%);
  top: 90%;
}
.selected-emoji{
  background: #a9a7a7;
  padding: 4px;
  border-radius: 50%;
}
/* New Css */
.anah-toggle{
  font-weight: normal !important;
}
/* mobile menu */


.mobile-menu2{
  display: none;
}
@media only screen and (max-width:991px) {
  .desktop-view{
    display: none;
  }
  .mobile-menu2{
    display: block;
    padding: 0px;
    margin: 0px;
  }
.mobile-nav-top {
  display: grid;
  align-items: center;
  position: fixed;
  z-index: 9999;
  padding: 5px 15px;
  width: 100%;
  background-color: transparent;
  grid-template-columns: 35% 65%;
  border-bottom: 0px solid #9b9b9b;
}
.mobile-logo{
    text-align: end;
}
.mobile-logo img{
    width: 180px;
}
.mobile-nav-top .hamburger {
  margin-left: 0;
  color: #fff;
  cursor: pointer;
  font-size: 25px;
}

.nav-drill {
  margin-top: 50px;
  transform: translateX(-100%);
}

.nav-is-toggled .nav-drill {
  transform: translateX(0);
}
.nav-is-toggled::after {
  opacity: 1;
  visibility: visible;
}

.nav-drill {
  display: flex;
  position: fixed;
  z-index: 9999;
  top: 6px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f4f4f4;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: 0.45s;
}
.nav-items {
  flex: 0 0 100%;
  margin: 0px;
  padding: 0px;
}
.nav-item {
  border-bottom: solid 1px #f4f4f4;
  list-style: none !important;
}
.mobile-nav-link {
  display: block;
  padding: 10px 10px;
  background-color: #fff;
  color: #222;
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
}
.nav-expand-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  background-color: #daf9f4;
  transition: 0.3s;
  visibility: hidden;
}
.nav-expand-content .nav-item:not(:last-child) {
  border-bottom: solid 1px #ddd;
}
.nav-expand-content .mobile-nav-link {
  background-color: #daf9f4;
}
.nav-expand-content .nav-back-link {
  display: flex;
  align-items: center;
  background-color: #CD7F32 !important;
  color: #fff;
}
.nav-expand-content .nav-back-link::before {
   font: normal normal normal 14px/1 FontAwesome;
    content: "\f053";
  margin-right: 0.5em;

}
.nav-expand-link {
  display: flex;
  justify-content: space-between;
}
.nav-expand-link::after {
      font: normal normal normal 14px/1 FontAwesome;
    content: "\f054";
  flex: 0 1 auto;

}
.nav-expand.active > .nav-expand-content {
  transform: translateX(0);
  visibility: visible;
}
.nav-expand .nav-expand-content {
  background-color: #f4f4f4;
}
.nav-expand .nav-expand-content .mobile-nav-link {
  background-color: #fff;
}
.nav-expand .nav-expand-content .nav-expand-content {
  background-color: #f4f4f4;
}
.nav-expand .nav-expand-content .nav-expand-content .mobile-nav-link {
  background-color: #fff;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
  background-color: #f4f4f4;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .mobile-nav-link {
  background-color: #fff;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
  background-color: #f3f3f3;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .mobile-nav-link {
  background-color: #fff;
}
.mobile-img{
  background-color: #fff;
}
.mobile-img img{
  width: 100%;
}
.menu-mb-left{
  display: flex;
  gap: 15px;
  align-items: baseline;
  justify-content: end;
}
.nav0bg{
  background: #fff !important;
  border-bottom: 1px solid #9b9b9b;
}
.nav0bg .hamburger, .nav0bg .social-icons i{
  color: #222;
}
.nav0bg .mobile-logo img {
  -webkit-filter: grayscale(1) invert(1) !important;
    filter: grayscale(1) invert(1) !important;
}
.social-icons {
  margin-top: 0px !important;
}
}
