/*
Theme Name: Beauty Snob

WooCommerce styles override
*/


.woocommerce-ordering{
	margin-left: auto;
	width: 155px;
	flex-basis: 155px;
}

.orderby{
	background-color: #fff;
}

.show-more-filters{
	display: none;
}

.brand-logo img{
	max-height: 80px;
	width: auto;
}

.woocommerce-button, .woocommerce-Button{
	display: inline-block;
  width: 125px;
  max-width: 100%;
  cursor: pointer;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce-button:hover, .woocommerce-Button:hover{
	border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.woocommerce-form-login__rememberme{
	display: block;
	margin-bottom: 2rem;
}

.woocommerce-form__label{
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.woocommerce-form__label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.woocommerce-form__label span:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
  }

.woocommerce-form__label:hover input ~ span:before {
background-color: #ccc;
}

.woocommerce-form__label input:checked ~ span:before {
	background-color: #ccc;
}

.woocommerce-form__label span:after {
	content: "";
	position: absolute;
	display: none;
}

.woocommerce-form__label input:checked ~ span:after {
	display: block;
}

.woocommerce-form__label span:after {
	left: 10px;
	top: 7px;
	width: 5px;
	height: 10px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }

.lost_password{
	text-align: center;
}

.woocommerce-form-login__submit{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.login-form-wrap{
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.register-form-wrap{
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-MyAccount-navigation ul{
	display: flex;
	margin-bottom: 20px;
	list-style: none!important;
	margin-left: 0!important;
}

.woocommerce-MyAccount-navigation ul li a{
	padding: 8px 15px;
	text-decoration: none!important;
	background-color: #ccc!important;
	color: #fff!important;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-size: 15px;
}

.woocommerce-MyAccount-navigation ul li:hover a{
	background-color: #000!important;
	color: #fff!important;
}

.woocommerce-MyAccount-navigation ul li.is-active a{
	background-color: #000!important;
	color: #fff!important;
}

.remove-product-from-wishlist{
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background-color: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	border-radius: 50%;
}

.wpc-filters-main-wrap li.wpc-term-item label{
	padding-left: 40px!important;
}
.wpc-filters-main-wrap [type=checkbox]:checked + label:before,
.wpc-filters-main-wrap [type=checkbox]:not(:checked) + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: -3px;
	width: 20px;
	height: 20px;
	border: 1px solid #979797;
	border-radius: 0;
	background: #D8D8D8;
}
.wpc-filters-main-wrap [type=checkbox]:checked + label:after, .wpc-filters-main-wrap [type=checkbox]:not(:checked) + label:after {
	content: "";
	width: 8px;
	height: 8px;
	background: #000;
	position: absolute;
	top: 3px;
	left: 5.5px;
	border-radius: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label{
	padding-left: 0!important;
}

.wpc-filters-main-wrap .wpc-filters-labels label:before{
	display: none;
}

.wpc-filters-main-wrap .wpc-filters-labels label:after{
	display: none;
}

.wpc-custom-selected-terms{
	max-width: 1250px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: auto;
	margin-right: auto;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper{
	padding: 8px 15px!important;
	border-radius: 0!important;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label{
	border-radius: 0!important;
}

.wpc-filters-range-wrapper input[type=number]{
	padding: 8px 15px!important;
	border-radius: 0!important;
	font-weight: 700;
	text-align: center;
}
.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
    top: -2.5px!important;
    height: 6px!important;
}

.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle{
	border-color: #000!important;
	background-color: #000!important;
}

.wpc-filter-title, .wpc-wrap-icons{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
}

.wpc-filters-section{
	padding-bottom: 1em;
	border-bottom: 1px solid #E4E4E4;
}

.wpc-filters-widget-wrapper .wpc-filters-section:nth-child(2){
	padding-top: 1em;
	border-top: 1px solid #E4E4E4;
}

.wpc-filter-collapsible .wpc-filter-title .wpc-open-icon, .wpc-filter-collapsible-reverse.wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon, .wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon, .wpc-filter-has-selected.wpc-closed .wpc-filter-title .wpc-open-icon {
    width: 1em!important;
    min-width: 1em!important;
    height: 1em!important;
}

.wpc-filters-main-wrap ul.wpc-filters-ul-list{
	margin-right: 3px;
}

.product-quantity{
	font-size: 14px;
}

.woocommerce-message{
	color: red;
}

#basic-user-avatar-form img{
	margin-bottom: 15px;
}

.registered-user{
	padding-right: 30px;
	line-height: 1;
}

.verified-user{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.home-categories-list a{
	text-decoration: underline;
}

@media (min-width: 769px){
	.woocommerce-button{
		width: 184px;
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
		padding-left: 2rem;
		padding-right: 2rem;
		font-size: 12px;
	}
	#category-filters{
		flex-basis: 290px;
		max-width: 290px;
		padding-right: 12px;
	}
	#products-grid{
		flex-basis: calc(100% - 290px);
		max-width: calc(100% - 290px);
		padding-left: 12px;
	}
	
}