/* Shop page */
.woocommerce-page .page-title-section, .woocommerce-products-header, .woocommerce-result-count, .woocommerce-ordering{
	display:none;
}
.aux-shop-archive .aux-wrapper , .single-product .aux-wrapper{
    margin-top: 167px;
}
.aux-shop-archive .aux-sidebar-primary{
	border-right:none!important;
}
.post-type-archive-product #inner-body{
	background-color:#F6F6F6;
}
.post-type-archive-product  .product  .price del .woocommerce-Price-amount, .post-type-archive-product  .product  .price del{
opacity:1!important;
    color: #EB7025;
}
.post-type-archive-product  .page-numbers, .post-type-archive-product  .page-numbers li{
	border:none!important;
}
.post-type-archive-product li .current {
    background: rgba(223,223,223,0.30)!important;
    color: #242424!important;
	  width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex!important;
}
.woocommerce-pagination .page-numbers li a{
    color: var(--e-global-color-2b4eb8e8);
    padding: 12px 15px!important;
}
.post-type-archive-product  del {
    font-size: 18px;
color: #9F9F9F!important;
}
.aux-shop-archive li .next, .aux-shop-archive li .prev{
	color:transparent!important;
	position: relative;
	width: 23px;
}
.aux-shop-archive li .next:after, .aux-shop-archive li .prev:after{
	content:"\e1e2";
	 font-family: "auxin-front" !important;
	color:#F7B192;
	font-size:19px!important;
	position: absolute;
  left: 5px;
	bottom: 28%;	
}
.aux-shop-archive button.button:hover{
    background-color:var(--e-global-color-2b4eb8e8);
    color: var(--e-global-color-14678f19);
}
.aux-shop-archive li .prev:after{
	content:'\e1e8';
}
.aux-shop-archive  .aux-wrapper{
    padding-bottom: 100px!important;
}
.aux-shop-archive  .woocommerce-pagination{
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
}
.aux-shop-archive .products .product .button:before{
    content: '+';
    padding-right: 2px
}
.aux-shop-archive .aux-widget-area .widget-container .widget-title{
    font-weight: 500;
    font-size: 24px;
    color: #1E1E1E;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 24px;
}
@media only screen and (max-width:1025px)and (min-width:768px) {
.aux-shop-archive .products .product .add_to_cart_button{
		font-size: 18px!important;
	}
}
.aux-shop-archive .widget_price_filter .widget-title{
	margin-bottom: 71px;
	
}
.aux-shop-archive  .widget-title{
	border-color:#919191!important;
	
}

.aux-shop-archive .widget_product_search .widget-title{
      padding-bottom: 18px;
	    margin-bottom: 32px;
}
.aux-shop-archive .search-field{
    width: 100%;
    height: 45px;
    border: 1px solid rgba(112,112,112,0.60);
	background-color:rgba(255,255,255,0.60)!important;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
	padding-left:22px;
	box-sizing: border-box;
}
.aux-shop-archive .widget_product_categories .widget-title{
  padding-bottom: 14px;
	margin-bottom: 15px;
}
.woocommerce-product-search button{
    width: 100%;
    background: #242424;
    color: var(--e-global-color-14678f19);
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
	    padding: 13px;
    margin-top: 10px;
}
.aux-shop-archive .aux-sidebar .product-categories  .cat-item a{
    font-weight: 400;
    font-size: 18px;
    line-height: 46px;
    color: #1E1E1E;
    text-decoration: none;	
}
.aux-shop-archive .widget-container ul .cat-item  {
	border-bottom:1px solid rgba(112,112,112,0.10);
}
.aux-shop-archive .aux-sidebar .count{
  color: #F7B192;
	float: right;
	margin-top:8px;
}
.aux-shop-archive .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #242424;
}
.aux-shop-archive .widget-container ul li:last-child{
	border-bottom:none!important;
}
.aux-shop-archive   .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #242424;
    width: 22px;
    height: 22px;
    top: -0.5em;
	box-shadow:0 0 3px #000000A6;
}

.aux-shop-archive  .ui-slider-handle:after{
content: '';
    width: 6px;
    height: 6px;
    background-color: var(--e-global-color-14678f19);
    position: absolute;
    border-radius: 100px;
    top: 8px;
    right: 8px;	
}
 .aux-shop-archive  .product:hover .add_to_cart_button{
	opacity:1;
	transition: all .55s ease;
}
.aux-shop-archive  .price_slider_amount .button{
    width: 129px;
    height: 44px;
    border: 1.5px solid var(--e-global-color-2b4eb8e8);
    background-color: transparent;
    border-radius: inherit;
    font-weight: 400;
    font-size: 17px!important;
    line-height: 18px;
    color: #101010;
    text-transform: uppercase;
	margin-top: 30px;
}
.aux-shop-archive  .price_label .from, .aux-shop-archive  .price_label .to{
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #1E1E1E;
}
 .post-type-archive-product  .products .product .add_to_cart_button {
  background-color: transparent;
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  color: var(--e-global-color-14678f19)!important;
  line-height: 25px;
	opacity:0;
	text-transform:uppercase;
	transition: all .55s ease;
	
} 
.aux-shop-archive   .ui-widget-content{
    background-color: #E8E8E8!important;
}
.aux-shop-archive .price_slider_wrapper .price_label{
    position: relative;
    color: transparent;
    display: block;
}
.aux-shop-archive .from{
    position: absolute;
    left: 0;
    top: -58px;
}
.aux-shop-archive .to{
    position: absolute;
    right: -11px;
    top: -58px;
}
.aux-shop-archive .product_list_widget li img {
    width: 110px!important;
	  float: left!important;
	  margin-right: 23px;
}
.aux-shop-archive .product_list_widget li{
	 margin-bottom: 15px!important;
}
.aux-shop-archive .widget_products .product_list_widget a{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #242424;
    text-decoration: none;
	  margin-bottom: 7px;
}
.aux-shop-archive .widget_products .product_list_widget  .woocommerce-Price-amount{
    font-size:19px;
    font-weight: 400;
    line-height: 24px;
    color: #101010;
}
.aux-shop-archive .widget_products .widget-title{
	margin-bottom: 43px;
}
.aux-shop-archive .aux-widget-area .widget_products{
    margin-top: 78px;
}

 @media only screen and (min-width: 1026px) {
.aux-shop-archive .aux-wrapper .aux-container{
    padding-left: 344px;
}
.aux-shop-archive .aux-sidebar .sidebar-inner{
		padding:90px 0;
}
	.aux-shop-archive .aux-primary{
    padding-left: 95px;
	
}
} 
@media only screen and (max-width: 1290px) and (min-width: 767px) {
	.aux-shop-archive .product_list_widget li img {
    width: 50px!important;
}
.aux-shop-archive .product-title {
   font-size: 15px;
}
}
 .aux-shop-archive .product .onsale{
   top: 22px!important;
   right: 33px!important;
   min-height: 76px;
   min-width: 76px;
   background-color: #FFA065;
   font-weight: 400;
   line-height: 68px;
	text-transform:uppercase;
	font-size:18px;
}
@media only screen and (max-width: 1215px) and (min-width: 767px){
	.aux-shop-archive .products .product .woocommerce-loop-product__title{
        font-size: 20px !important;
    line-height: 25px;
}
.aux-shop-archive .products .product .price{
    font-size: 20px !important;
}
}
@media only screen and (max-width: 553px) { 
.aux-shop-archive .product{
 width: 100%!important;
}
}
@media only screen and (max-width: 1025x) and (min-width: 767px){ 
.aux-shop-archive .aux-widget-area .widget-container .widget-title{
  font-size: 20px!important;
}
}
@media only screen and (max-width: 990px) and (min-width: 767px){ 
.aux-shop-archive .woocommerce-loop-product__title{
line-height: 22px!important;
    bottom: -66px;
    font-size: 17px!important;
}
}
@media only screen and (max-width: 1390px)and (min-width: 1182px) { 
.aux-shop-archive .product:hover .price{
   top: 56px;
}
}
@media only screen and (max-width: 767px)and (min-width: 526px) { 
.aux-shop-archive .product:hover .price{
     top: 60px;
}
}
/* Single Product */
.single-product .entry-summary .product_title{
    font-weight: 500;
    color: #101010;
    font-size: 44px;
}
.single-product .aux-star-rating,   .aux-shop-archive .aux-rating-box{
    display: none!important;
}


.single-product  .woocommerce-product-rating{
margin-bottom: 14px!important;
}
.single-product  .price{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
	  align-items:center;
}
.single-product .price del .woocommerce-Price-amount, .single-product .entry-summary .price del {
    font-weight: 500;
    color: #EB7025!important;
    font-size: 23px;
    opacity: 1!important;
    line-height: 23px;
	  margin-left:15px;
	opacity:1!important;			
}
.single-product  .price{

    padding-bottom: 17px;
}
.single-product  .woocommerce-product-details__short-description{
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #848484;
	  padding-top: 13px;
	  max-width: 685px;
}
.single-product  .woocommerce-product-details__short-description{
    border-bottom: 1px solid rgba(112,112,112,0.20);
    padding-bottom: 25px;
	    border-top: 1px solid rgba(112,112,112,0.20);
		padding-top: 40px;
}
.single-product  .product form.cart .button {
    background-color: #242424;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.45px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 14px 32px;
}
.single-product  .entry-summary .cart {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
	  align-items:center;
	  padding-top: 40px;
    padding-bottom: 40px;
	border-bottom: 1px solid rgba(112,112,112,0.20);
    max-width: 684px;
}
.single-product  .quantity:before{
	content:'Quantity:';
  font-weight: 400;
  font-size: 16px;
	line-height:19px;
}
.single-product  .quantity{
	 margin-left: 9%!important;
}
.single-product .entry-summary .product_meta .posted_in, 
.single-product .entry-summary .product_meta .tagged_as {
    font-weight: 500;
    color: #101010;
    font-size: 18px;
    line-height: 21px;
}
.single-product .entry-summary .product_meta .posted_in a, .single-product .entry-summary .product_meta .tagged_as a{
    font-weight: 400;
    color: rgba(36,36,36,0.40);
    font-size: 18px;
    line-height: 21px;
    padding-right: 19%;
}
.single-product .entry-summary .product_meta .tagged_as a{
	padding:0
}

.single-product .flex-control-nav{
    display: flex;
    flex-direction: column;
    width: 49%;
}
.single-product .flex-control-nav li{
	 border: 1px solid #DCDCDC;
	 margin-top:15px!important;
}
.woocommerce-product-gallery {   display: flex;
    flex-direction: row-reverse;
}
.single-product .flex-active-slide img{
    border: 1px solid #DCDCDC;
	width:100%!important;
	max-width: 100%;
}
.single-product .flex-control-thumbs li {
   width: 90%!important;
}
.single-product .flex-control-thumbs li:first-child{
	margin-top:0!important;
}
.single-product .product-type-simple .wc-tabs-wrapper{
  padding-top: 297px;
	position:relative;
}
.single-product .product-type-simple .tabs::before {
	 border-bottom: 2px solid #242424!important;
}
.single-product .product-type-simple .tabs li{
    border-bottom-color: #242424;
	 	border: 2px solid #242424!important;
	border-radius:0!important;
		border: 2px solid #242424;
	background-color:var(--e-global-color-14678f19)!important;
}
.single-product  .tabs .reviews_tab a, .single-product  .description_tab  a{
    font-size: 17px;
    font-weight: 400!important;
    line-height: 20px;
    padding: 15px 36px!important;
}
.single-product .product-type-simple .wc-tabs-wrapper:after{
	content: '';
    width: 1px;
    height: 68px;
    background-color: rgba(112,112,112,0.30);
    position: absolute;
    top: 85px;
    left: 50%;
}
.single-product .tabs li::before, .single-product .tabs li::after, .single-product .aux-primary .panel h2{
   display:none;
}
.single-product .tabs li.active{
   background: #242424!important;
color: var(--e-global-color-14678f19);
}
.single-product .tabs{
	text-align:center;
}
.single-product .woocommerce-Tabs-panel--description p, .single-product .comment_container .comment-text .description p{
    max-width: 57%;
    margin: auto;
    color: #848484;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 5%;
}
.single-product .products .product-type-simple .woocommerce-loop-product__title{
    font-size: 23px!important;
    font-weight: 500;
    line-height: 26px;
  	color:#242424;
}
.single-product .comment_container .comment-text .description p{
	max-width:100%!important;	
}
.single-product .commentlist{
    max-width: 67%;
    margin: 8% auto 0% auto!important;
    border-bottom: 1px solid rgba(30,30,30,0.30)!important;
    padding-bottom: 59px!important;
}
.single-product .commentlist li .comment-text{
border: none;
    padding: 0!important;
    padding-left: 56px!important;
	border:none!important;
}
.single-product  .product .price .woocommerce-Price-amount , .single-product  .product .price ins .woocommerce-Price-amount{
    font-size: 22px!important;
    font-weight: 400;
    line-height: 26px;
    color: #848484;
}
.single-product .products .product .price del, .single-product .products .product .price del .amount{
  color: #EB7025!important;
  opacity: 1!important;
	font-size: 15px!important;
}
.single-product  .related&gt;h2{
     text-align: center;
    line-height: 50px;
    color: #101010;
	padding-top: 250px;
	padding-bottom: 82px;
	position:relative;
}
.single-product .content .products{
	position:relative;
}
.single-product .content .related:before{
    content: '';
background: rgb(246,246,246);
background: linear-gradient(180deg, rgba(246,246,246,1) 44%, rgba(255,255,255,1) 96%);
    position: absolute;
    right: 0;
    left: -46%;
    bottom: 0;
    top: 14%;
    z-index: -1;
    width: 3500px;
}
.single-product  .related&gt;h2:after{
	content:'';
	width:45px;
	height:3px;
	background-color:#D4D4D4;
	position:absolute;
	bottom:45px;
	left:50%!important;	
}
.single-product  .products .product .button:before{
    content: '+';
    padding-right: 2px
}
.single-product  .products .product .button{
	position:absolute;
    bottom:35px;
    left: 0;
	  top:0;
    right: 0;
    text-align: center;
    background-color:transparent;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.aux-shop-archive .product:hover .add_to_cart_button {
    opacity: 1!important;
}
.single-product  .product  .product-type-simple:hover .button{
	opacity:1;
}
.single-product .woocommerce-loop-product__link:after {
    content: '';
    background-color: rgba(36, 36, 36, 0.90);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
	transition: all 450ms;
}
.single-product li:hover .woocommerce-loop-product__link:after {
	opacity:1!important;
	
}
.single-product .product a img {
	margin-bottom:0!important;
}
.single-product .product  .price{
    content: '+';
    padding-right: 2px
}
.single-product .woocommerce-review__author{    
    font-weight: bold;
    font-size: 24px;
    color: #242424;
    display: block;
}
.single-product .product  .woocommerce-LoopProduct-link  .woocommerce-loop-product__title{
  position: absolute;
  bottom: -60px;
  left: 0;
}
.single-product .products .product .price {
  position: absolute;
  bottom: -115px;
  left: 0;
}
.single-product .entry-summary .price ins .woocommerce-Price-amount, .single-product  .entry-summary .price .amount{
    font-size: 34px!important;
    color: #101010;
    font-weight: 500;
    line-height: 34px;
}
.single-product .product .onsale{
   top: 22px!important;
   right: 33px!important;
   min-height: 76px;
	max-width:76px;
	min-width:76px;
   background-color: #FFA065;
   font-weight: 400;
   line-height: 68px;
	text-transform:uppercase;
	font-size:18px;
}
@media only screen and (max-width:1360px) { 
.single-product .entry-summary .product_title{
    font-size: 34px;
}
.single-product .woocommerce-review-link{
      font-size: 18px!important;
}
.single-product .woocommerce-product-details__short-description p, .single-product .entry-summary .product_meta .posted_in, .single-product .entry-summary .product_meta .tagged_as, .single-product .entry-summary .product_meta .tagged_as a, .single-product .woocommerce-Tabs-panel--description p{
    font-size: 14px;
}
.single-product .product .cart .button{
    font-size: 13px;
}
}
@media only screen and (min-width:769px) {
 .aux-shop-archive .products .product {
    margin: 0 2.8% 7.992em 0!important;
}
.aux-shop-archive .products li.last {
    margin-right: 0!important;
}}
.aux-shop-archive .products .product .woocommerce-loop-product__title {
	position: absolute;
	bottom: -26px;
	left: 0;
	transform: translateY(100%);
	font-weight: 400;
	font-size: 23px !important;
	line-height: 27px;
	color: #242424;
	padding: 0 !important;
}

.aux-shop-archive .products .product .price {
	position: absolute;
	bottom: -70px;
	left: 0;
	transform: translateY(100%);
	font-weight: bold !important;
	font-size: 22px !important;
	line-height: 25px;
	color: #9F9F9F !important;
	margin: 0 !important;
}
.aux-shop-archive .products .product  .add_to_cart_button {
	   bottom: 58px;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    height: auto;
    position: absolute;
}
.aux-shop-archive  .woocommerce-loop-product__link:after{
	content:'';
	background-color: rgba(36, 36, 36, 0.90);
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:absolute;
	opacity:0;
	transition: all 450ms;
}
.aux-shop-archive .product:hover .woocommerce-loop-product__link:after {
	opacity:1;
	transition: all 450ms;
}
.aux-shop-archive  .product:hover .add_to_cart_button{
		opacity: 1!important;
}

.aux-shop-archive .products .product a {
	position: relative;
	display: block;
}
.single-product .commentlist  img{  
     width: 90px!important
			 ;
    border-radius: 100px;
}
.single-product .comment-respond{
    width: 67%!important;
    margin: auto!important;
    padding-top: 140px!important;
}
.single-product .comment-form .comment-form-rating{
    margin-top: 47px;
    position: absolute;
    top: 32%;
    left: -2px;
}
.single-product .comment-respond{
	position:relative!important;
	
}
.single-product .comment-form-rating label{
color: #7D7D7D;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}
.woocommerce p.stars a{
    color: #EB7025!important;
    font-size: 16px;
}

.single-product .comment-form .comment-form-author   input[type="text"] ,.single-product input[type="email"], .single-product textarea{
    border: none;
    border-bottom: 1px solid rgba(125,125,125,0.50);
}
 .single-product .form-submit input{
background-color: #242424!important;
    color: var(--e-global-color-14678f19)!important;
    font-size: 16px!important;
    font-weight: 400!important;
    line-height: 19px!important;
    border-radius: 0!important;
    padding: 18px 42px!important;
    margin-top: 32px!important; 
}
.single-product .comment-form-author label, .single-product  .comment-form-email label, .single-product .comment-form-comment label{
	margin-bottom:0!important;
}
.single-product .woocommerce-Reviews .comment-form-comment textarea{   height: 45px!important;
min-height: 44px!important;
overflow: hidden;
}

.single-product .comment-form-author{
	  margin-right: 3%!important;
}
@media only screen and (max-width: 1087px)and (min-width: 767px) {
.aux-shop-archive .products .product .price{
bottom: -82px!important;
 
}
}
.single-product .comment-notes{
	margin-bottom: 150px!important;
	color:#848484;
	font-size:17px;
	font-weight:400;
}
.single-product .comment-form-cookies-consent{
	display:none!important;
	
}
@media only screen and (max-width: 767px) {
.single-product .product , .aux-shop-archive .product{
margin: 0 0 9.992em!important;
}}
@media only screen and (min-width: 675px) {
.single-product .comment-form-author, .single-product  .comment-form-email{
	    width: 48%!important;
	    display: inline-block;	
}
	 
.single-product  .comment-form-author input[type="text"]{
width: 100%!important;
}
}
.single-product .products .product .button{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--e-global-color-14678f19)!important;
	 }
.single-product  .comment-form-email input[type="email"]{
    width: 100%!important;
 
}
@media only screen and (max-width: 1106px) {
.single-product .products .product-type-simple .woocommerce-loop-product__title{
    font-size: 19px!important;  
	bottom: -76px;
}
.single-product .products .product .price{
    font-size: 18px!important;
	  bottom: -129px;	  
}	
}
@media only screen and (max-width: 550px) {
.single-product 	.product{
	width:100%!important;
}
}
@media only screen and (max-width: 675px) {
	.single-product  .comment-form-author input[type="text"], .single-product  .comment-form-email input[type="email"]{
		width:100%!important;
	}

.single-product .comment-respond , .single-product .review, .single-product .woocommerce-Tabs-panel--description p{
	 margin-top: 84px;
   max-width:100%;
	 width: 100%!important;
}
}
.aux-cart-wrapper.aux-cart-element .aux-card-dropdown {
    right: 0;
    left: auto;
}
 @media only screen and (max-width:1223px) and (min-width:767px){
.aux-shop-archive .products .product .price{
    font-size: 18px !important;
}
.aux-shop-archive .products .product .woocommerce-loop-product__title{
font-size: 19px !important;
}}
.aux-shop-archive .product:hover .add_to_cart_button{
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    }
.aux-shop-archive .products .product .add_to_cart_button {
    display: flex!important;
    justify-content: center;
    }
.woocommerce-product-search button{
	transition:all 250ms ease-in
}
.woocommerce-product-search button:hover{
    background-color: var( --auxin-featured-color-1 );
    }
@media only screen and (max-width:800px) and (min-width:768px) {
.aux-shop-archive .aux-widget-area .widget-container .widget-title {
        font-size: 20px;
    }
.aux-shop-archive .products li.product {
margin: 0 0 138px!important;
    }
}
.single-product div.product{
    margin-top: 143px;
    }
.single-product .aux-wrapper {
    margin-top: 0;
}
.single-product  ul.products li.product a{
      position: relative;
    }
.single-product ul.products li.product .button{
    display: flex;
    justify-content: center;
    align-items: center;
    }
.single-product .related.products .product .price {
    position: relative;
    bottom: 0;
    left: 0;
}
.single-product .related.products {
    padding-top: 142px;
}
.single-product .related.products .button{
    bottom: 98px;
}
@media only screen and (max-width:800px) and (min-width:768px) {
.single-product .content .related:before{
   top: 7%;
}
}
@media only screen and (max-width:700px) {
.single-product div.product div.images.woocommerce-product-gallery{
flex-direction: column;
}
.single-product .flex-control-nav{
    flex-direction: row;
    width: 69%;
}
.single-product .flex-control-thumbs li:first-child {
    margin-top: auto !important;
}
.single-product .commentlist{
    margin: 0 !important;
    max-width: 100%!important;
}
}
@media only screen and (max-width:400px) {
.single-product .product form.cart .button{
padding: 14px 8px;
    width: 110px;
font-size: 14px;
}
.single-product .quantity {
    margin-left: 4% !important;
}
}