/*
Theme Name: faceitshop
Author: SHAFEM
Version: 1.0
*/

.filter-block__title {
	display:flex;
	align-items:center;
	gap:5px;
}
.tax_tooltip {
	 position: relative;
	height:20px;
	cursor:pointer;
}
.tax_tooltip .tooltiptext {
	visibility: hidden;
	width: 200px;
	font-weight: 300;
	background-color: var(--color-bg);
	text-align: center;
	border-radius: 6px;
	border:1px solid #ccff66;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -50px;
	opacity: 0;
	font-size: 12px;
	color: var(--color-font);
	transition: opacity 0.3s;
}
.tax_tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -55px;
  border-width: 5px;
  border-style: solid;
  border-color:  #ccff66 transparent transparent transparent;
}
.tax_tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.filter-block__item.inner_block__item {
	margin-left:10px;
	margin-top:-6px;
	
}
.details-card__text {
	font-size: 0.9rem;
}

.filter-block__item.inner_block__item .checkbox__label {
	padding-left: 24px;
}
.filter-block__item.inner_block__item .checkbox__label:before{
	width: 18px;
    height: 18px;
	top: 2px;
	    border-radius: 5px;
}
.filter-block__item.inner_block__item .checkbox__label:after {
	width: 16px;
    height: 16px;
	top: 2px;
}
.wc_payment_method .payment_method_logo {
	height:14px;
	width:auto;
}
.wc_payment_method .radio__label {
	 display: flex;
    align-items: center;
}
.wc_payment_method .radio__label .payment_method_logo--wrapper {
	    display: flex;
    align-items: center;
    justify-content: center;
   width: auto;
    min-width: 2.125rem;
    padding: 3px 5px 0 5px;
    height: 1.5rem;
    border-radius: .25rem;
    background: var(--color-font);
    border: 1px solid var(--color-disabled);
	    margin-top: -2px;
}
.wc_payment_method .radio__label .payment_method_logo--wrapper img {
	margin:0 !important;
}
.payment__item.nowpayments {
	width:auto;
	min-width: 2.125rem;
	padding: 3px 5px 0 5px;
}
.payment__item.nowpayments img {
	object-fit:contain;
}
.blockUI {
	background:transparent !important;
}
.woocommerce-checkout .woocommerce-message {
	display:none !important;
}
.show__more-button:not(.hidden) {
display:flex !important;
}
.woocommerce-checkout #payment ul.payment_methods.form__radio-group {
	padding:0;
	border:0;
	margin: 0 0 1.25rem 0;
}
.woocommerce-no-products-found .woocommerce-info {
	background:var(--color-bg);
	border: 3px solid var(--color-primary);
    border-radius: 1rem;
	color:#fff;
}
.woocommerce-no-products-found .woocommerce-info::before {
	color:var(--color-primary);
}
.order-item__col--quantity {
	position:relative;
}
.filter-block .checkbox__label{
	/*display: flex;
    gap: 5px;
    align-items: flex-start;*/
}
.cat__link,
.cat__link:hover{
	display:flex;
	align-items:center;
	justify-content:center;
	    border-radius:3px;
    background-color: var(--color-primary);
	line-height:1;
	color: var(--color-bg);
	padding: 3px;
	transition: all .5s ease;
	position: absolute;
    right: -20px;
    top: 5px;
}
.cat__link svg {
	width:7px;
	height:7px;
	color: var(--color-bg);
}
.cat__link:hover svg {
	 transform: rotate(45deg);
	transition: all .5s ease;
	color: var(--color-bg);
}
.filter-block__title {
	text-transform:capitalize;
}
.order-item__col--quantity .more_than_we_have_text {
	position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    font-size: 10px;
    text-align: center;
    color: var(--color-primary);
}
body .header__promo-bar *::selection {
  background: var(--color-bg) !important;
  color: #ffffff !important;
}
body .header__promo-bar *::-moz-selection {
  background: var(--color-bg) !important;
  color: #ffffff !important;
}
body .header__promo-bar *::-webkit-selection {
  background: var(--color-bg) !important;
  color: #ffffff !important;
}
.hidden {
	display:none !important;
}
.woocommerce-checkout #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after {
	content:none;
}

.show__more-button {
	display: flex;
    margin: 0 auto 1.875rem;
}
.menu-item.current-menu-item .menu__link,
.footer-menu__item.current-menu-item .footer-menu__link{
	color: var(--color-primary);
}
.woocommerce ul.products::before,
.woocommerce ul.products::after {
	content:none !important;
}
.mobile-nav-menu__dropdown {
	padding:0;
	list-style:none;
	display:none;
	max-width: 11.25rem;
	margin: 0;
	padding: .375rem 0;
	list-style: none;
	background: var(--color-font);
	box-shadow: 0 2px 4px #00000014, 0 0 6px #00000005;
	border-radius: .5rem;
}

.menu-item.menu-item-has-children > a {
	display:flex;
	gap: .375rem;
	align-items: center;
}
.menu-item.menu-item-has-children > a.active{
	color: var(--color-primary);
}

.menu-item.menu-item-has-children > a::after{
	content:'';
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 6 6' id='arrow-dropdown' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.500038 5.5L5.00004 5.5C5.27618 5.5 5.50004 5.27614 5.50004 5L5.50004 0.5C5.50004 0.223858 5.27618 3.09012e-07 5.00004 3.09012e-07C4.7239 3.09012e-07 4.50004 0.223858 4.50004 0.500001L4.50004 3.79289L1.35359 0.646447L0.646484 1.35355L3.79293 4.5L0.500038 4.5C0.223895 4.5 3.76957e-05 4.72386 3.76957e-05 5C3.76957e-05 5.27614 0.223895 5.5 0.500038 5.5Z' fill='%23fff'/%3E%3C/svg%3E");
	display:block;
	width:6px;
	height:6px;
	background-size:6px;
	background-position:center;
	background-repeat:no-repeat;
	translate: 0 .1875rem;
	transition: transform .25s ease;
}
.menu-item.menu-item-has-children > a.active::after{
	transform: rotate(-90deg);
	transition: transform .25s ease;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 6 6' id='arrow-dropdown' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.500038 5.5L5.00004 5.5C5.27618 5.5 5.50004 5.27614 5.50004 5L5.50004 0.5C5.50004 0.223858 5.27618 3.09012e-07 5.00004 3.09012e-07C4.7239 3.09012e-07 4.50004 0.223858 4.50004 0.500001L4.50004 3.79289L1.35359 0.646447L0.646484 1.35355L3.79293 4.5L0.500038 4.5C0.223895 4.5 3.76957e-05 4.72386 3.76957e-05 5C3.76957e-05 5.27614 0.223895 5.5 0.500038 5.5Z' fill='%23CCFF66'/%3E%3C/svg%3E");
}
span.breadcrumbs__link {
	text-decoration:none;
}
.post__tags {
	display:flex;
	align-items:center;
	gap:7px;
}

.single-post .page-section__text img {
	width:100%;
	max-width:100%;
	height:auto;
	border-radius: 1rem;
}
.page-numbers {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(.625rem, .5608552632rem + .2631578947vw, .75rem);
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.page-numbers li {
	display: flex;
}
.page-numbers li a:not(.next, .prev),
.page-numbers li span.current{
	color: var(--color-font);
	width: clamp(2.5rem, 1.9868421053rem + 2.1052631579vw, 3.5rem);
    min-width: 0;
    height: clamp(2.5rem, 1.9868421053rem + 2.1052631579vw, 3.5rem);
    min-height: 0;
    padding: .5rem;
	border: 1px solid var(--color-font);
    background: none;
	font-family: var(--font-base);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: 0;
    border-radius: .5rem;
    box-shadow: none;
    transition: background .25s ease, color .5s ease, border-color .5s ease, filter .5s ease, opacity .5s ease;
    overflow: hidden;
    text-decoration:none;
	position: relative;
    isolation: isolate
}
.page-numbers li span.current {
	border-color: var(--color-primary);
	color: var(--color-bg);
	background-color: var(--color-primary);
}

.page-numbers li span:after,
.page-numbers li a:after{
	content: "";
    background: var(--color-font);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    transform: translateY(-101%);
    transition: transform .25s ease, border-radius .25s ease;
    z-index: -1;
}
.page-numbers li span.current:after {
    background: var(--color-primary);
}

.page-numbers li a:not(.next, .prev):hover {
	outline:none;
	color: var(--color-bg)
}
.page-numbers li a:not(.next, .prev):hover:after {
	transform: translateY(0);
	border-radius: 0
}
.wpcf7-form-control-wrap {
	position:relative;
	display:block
}
.wpcf7-response-output {
	display:none;
}

 .wpcf7-not-valid-tip {
	position:absolute;
	
}
.field__control:not(.wpcf7-not-valid) + .wpcf7-not-valid-tip {
	display:none;
}
.wpcf7-not-valid{
	border-bottom-color:#dc3232
}
.field__label.focused {
    transform: translateY(-1.4rem) scale(.8)
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
	    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid var(--color-font);
    border-radius: 8px;
    transition: box-shadow .25s ease, background .25s ease, border-color .25s ease;
}
.wpcf7-acceptance .wpcf7-list-item-label::after {
	position: absolute;
    top: 1px;
    left: 1px;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.25012 6.72556L10.4276 0.553894L11.9571 2.08333L4.24995 9.79044L0.280762 5.82125L1.8187 4.29414L4.25012 6.72556Z' fill='%231F2125'/%3E%3C/svg%3E%0A") no-repeat center center;
    border-radius: 0;
    opacity: 0;
    transform: scale(0);
    transition: transform .25s ease, opacity .25s ease;
}
.wpcf7-acceptance .checkbox__input:checked+.wpcf7-list-item-label:after {
    opacity: 1;
    transform: scale(1);
}
.wpcf7-acceptance .checkbox__input:checked+.wpcf7-list-item-label:before {
	background: var(--color-primary);
    box-shadow: 0 0 4px 0 var(--color-primary);
}
.wpcf7-acceptance .wpcf7-list-item {
	margin:0;
}
.wpcf7-acceptance a {
	color: var(--color-primary);
	text-decoration:none;
}
.wpcf7-acceptance .wpcf7-list-item-label {
	position: relative;
    display: block;
    font-size: .75rem;
    line-height: 22px;
    color: var(--color-font);
    margin: 0;
    padding-left: 32px;
    cursor: pointer;
    text-align: left;
    -webkit-user-select: none;
    user-select: none;
    transition: color .5s ease;
}
.woocommerce div.product form.cart {
	margin-bottom:0;
}
.woocommerce div.product form.cart::before,
.woocommerce div.product form.cart::after,
.woocommerce-message::after{
	content:none;
}

.woocommerce .details-card__quantity,
.woocommerce .order-item__quantity{
	min-width:120px;
}
.woocommerce .details-card__quantity .quantity,
.woocommerce .order-item__quantity .quantity{
	width:100%;
	
	border:none;
	margin:0;
	min-width:unset;
}

.woocommerce .details-card__quantity .quantity {
	height: 56px;
}
.woocommerce .details-card__quantity .quantity .qty,
.woocommerce .order-item__quantity .quantity .qty{
	width: 100%;
}
.details-card__quantity,
.order-item__quantity{
	display:flex;
	justify-content: space-between;
	border: 1px solid var(--color-font);
    border-radius: .5rem;
}
.order-item__quantity {
	align-items:center;
}
.woocommerce-message,
.woocommerce-error{
	background: var(--color-bg);
    border: 3px solid var(--color-primary);
	border-radius: 1rem;
    color: #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
	box-shadow:none;
	outline:none;
}
.woocommerce-error {
	border-color:#b81c23;
	flex-direction:column;
	    align-items: flex-start;
}
.woocommerce-error li {
	 display: flex;
    align-items: center;
    justify-content: space-between;
	gap:20px;
}
.woocommerce-error li a{
	font-size: 14px;
	text-decoration:none;
}
.woocommerce-checkout #payment {
	background:transparent;
	border-radius:0;
}
.promo-form_error {
	color:red;
}
.woocommerce-message::before {
	top: 1.9em;
	color: var(--color-primary);
}
.woocommerce-remove-coupon {
	    font-size: 12px;
    background-color: var(--color-primary);
	font-family: var(--font-base);
	color: var(--color-bg);
	display:flex;
	align-items:center;
	justify-content:center;
	width: 13px;
    height: 13px;
    text-decoration: none;
	border-radius: 3px;
}
.order-total__item.cart-discount .order-total__price {
	display: flex;
    gap: 5px;
	align-items:center;
}
.woocommerce form .form-row {
	position:relative;
}
.woocommerce form .form-row .input-text {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	    position: relative;
    display: block;
    width: 100%;
    height: 3.125rem;
    border-radius: 0;
    background: none;
    border: none;
    border-bottom: 1px solid var(--color-font);
    padding: .5rem 0;
    box-shadow: none;
    font-size: .75rem;
    line-height: 1.2;
    color: var(--color-font);
    font-weight: 400;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .5s ease;
	    -webkit-tap-highlight-color: transparent;
}
.woocommerce form .form-row label{
	    position: absolute;
    top: 1rem;
    left: 0;
    display: block;
    color: var(--color-disabled);
    font-size: .75rem;
    line-height: 1.4;
    margin: 0;
    font-weight: 400;
    transition: transform .2s cubic-bezier(0,0,.2,1) 0s;
    transform: translate(0);
    transform-origin: top left;
    z-index: 1;
    pointer-events: none;
}
.woocommerce form .form-row.woocommerce-invalid label {
	 color: var(--color-disabled);
}
.woocommerce form .form-row label .required{
	display:none;
}
.woocommerce form .form-row.field.focused label {
	 transform: translateY(-1.4rem) scale(.8)
}

wc-order-attribution-inputs {
	display:none !important;
}
.filter-block + .filter-block {
	margin-top:15px;
} 
.woocommerce-checkout #payment div.payment_box {
	background-color:transparent;
	margin: 0;
    padding: 0;
}
.woocommerce-checkout #payment div.payment_box::before {
	content:none;
}
.tabs-panel {
	    overflow-x: auto;
}
.tabs-content,
.unit-card__text,
	.tabs-content td > span{
		font-size:0.9rem !important
	}
.tabs-content td {
	padding:5px;
	border: 1px solid rgba(255 255 255 / 0.3);
	white-space: nowrap;
	text-overflow: ellipsis;
	    max-width: 150px;
}
.tabs-content td > span {
	    min-width: max-content;
    display: inline-block;
}
.tabs-content table{
	margin-top: 20px;
	margin-bottom: 20px;
}
@media only screen and (min-width:1600px) {
	.catalog-section__list {
		grid-template-columns: repeat(4, minmax(240px, 1fr));
	}
}
@media only screen and (min-width:768px) {
	.single-post .page-section__text img.alignleft {
		float:left;	
		margin-right:1.875rem;
		width:auto;
	}
	.single-post .page-section__text img.alignright {
		float:right;
		margin-left:1.875rem;
		width:auto;
	}
	.tabs-content,
	.tabs-content td > span{
		font-size:0.9rem !important
	}
}
@media only screen and (max-width:767.98px) {
	.woocommerce-message,
	.woocommerce-error li  {
		flex-direction: column;
    font-size: 14px;
    gap: 16px;
		line-height: 120%;
	}
	.woocommerce-message::before {
		top: 1.5em;
	}
	
}

.unit-card__picture {
aspect-ratio: auto !important;
} 
