/*
Theme Name: Compas
*/
.wpcf7-not-valid{
	border:1px solid red!important;
}
.wpcf7-not-valid-tip, .wpcf7-validation-errors{
	display:none!important;
}

.cat-title>a {
	font-size: 12px;
	color: rgba(0, 17, 24, 0.4);
}
.hiddenmenu>a{
	display: none!important;
}
.wpcf7-form p {
	padding: 0px!important;
}

a.added_to_cart.wc-forward {
	display: none!important;
}
.hidden{
	display: none;
}


.btn-2 {
	border: 2px solid #B4DA4D!important;
	background: #fff!important;
	-webkit-transition: background .3s ease-in, color .3s ease-in!important;
	-o-transition: background .3s ease-in, color .3s ease-in!important;
	transition: background .3s ease-in, color .3s ease-in!important;
	border-radius: 0.6rem!important;
}

.btn:disabled, .btn:disabled:hover {
	color: rgba(0, 17, 24, 0.4)!important;
	background: rgba(142, 216, 248, 0.4)!important;
}

.btn.active {
	background: rgba(142, 216, 248, 0.4)!important;
}
.web .btn-2:hover {
	background: #B4DA4D!important;
}

.btn.active {background: #7BD2F8!important;}
.btn.active:hover {background: #30B1E9!important;}

.counter-box .counter-input {
	border: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
	-webkit-appearance: none;
}

.woocommerce table.shop_table {
	border: 0px!important;
}

.paging-list span.current  {
	font-weight: 500;
	background: #B4DA4D;
}
.next svg, .prev svg {
	color: #B4DA4D;
	vertical-align: middle;
}

.prev, .next {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.next:hover  {
	-webkit-transform: translateX(4px);
	-ms-transform: translateX(4px);
	transform: translateX(4px);
}

.prev {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.page-numbers .prev:hover, .page-numbers .next:hover {
	font-weight: 500;
	background: transparent;
}
.prev:hover  {
	-webkit-transform: translateX(-4px);
	-ms-transform: translateX(-4px);
	transform: translateX(-4px);
}

.page-head.newcount {
	float: right;
	margin-top: -74px;
}
.sb_instagram_header.sbi_no_avatar {
	display: none;
}

div#sbi_load {
	display: none;
}
#woocommerce-form-coupon-checkout {
	display: block!important;
	border: none!important;
	padding: 0px;
	margin: 0px;
}

.hidden{
	display: none!important;
}


.woocommerce form .form-row label {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #001118;
}
.woocommerce form .form-row .required {
	visibility: HIDDEN!important;
}

.page-template-checkout .select2-container--default .select2-selection--single {
	height: 56px;
	padding: 14px 52px 14px 12px;
	position: relative;
	font-size: inherit;
	font-family: inherit;
	background: #f0f1f1;
	border: 2px solid #f0f1f1;
	width: 100%;
	color: #001118;
	text-align: left;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	z-index: 1001;
	-webkit-transition: border .3s ease, background .3s ease;
	-o-transition: border .3s ease, background .3s ease;
	transition: border .3s ease, background .3s ease;
}

.page-template-checkout  .select2-container--default .select2-selection--single .select2-selection__arrow b {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 100%;
	font-size: 10px;
	display: block;
	background: url(img/icons-svg/down.svg) 50% 50% no-repeat;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	border: none;
}
.page-template-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 20px;
	position: absolute;
	top: 19px;
	right: 39px;
	width: 6px;
}
.page-template-checkout .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
	font-size: 14px;
}

.page-template-checkout .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #001118;
	padding-right: 1.2rem;
	font-family: Roboto, arial, sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	-webkit-transition: border .3s ease-in, background .3s ease-in;
	-o-transition: border .3s ease-in, background .3s ease-in;
	transition: border .3s ease-in, background .3s ease-in;
}
.order-main__radios-box {
	position: relative;
	padding-bottom: 23px;
}

.order-main__radios-texts2 {
	position: absolute;
	bottom: -30px;
	color: #000000;
	font-size: 15px;
	line-height: 20px;
	display: block;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: none!important;
	border-radius: 5px;
}

.woocommerce a.remove:hover {
	color: #fff!important;
	background: transparent!important;
}

.mailchimp-newsletter{
	padding-left: 32px!important;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-height: 20px;
	position: relative;
	z-index: 0;
}


.mailchimp-newsletter input {
	opacity: 0;
	position: absolute;
}
.mailchimp-newsletter input {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: inline-block;
	margin-top: 0;
	position: absolute;
	left: 0;
	top: 0;
}



.mailchimp-newsletter label {
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	color: #001118;
	cursor: pointer;
}


.woocommerce form .form-row label.inline {
	display: block;
}
.mailchimp-newsletter input[type="checkbox"]:checked ~ label:after{
	display: none;
}
.mailchimp-newsletter input[type="checkbox"]:checked ~ label:before{
	background-color: #8ED8F8;
	background-image: url(img/icons-svg/check.svg);
	background-repeat: no-repeat;
	-webkit-background-size: 13px 11px;
	background-size: 13px 11px;
	background-position: 50% 50%;
	-webkit-transition: background-color 0.3s ease-in, border 0.3s ease-in;
	-o-transition: background-color 0.3s ease-in, border 0.3s ease-in;
	transition: background-color 0.3s ease-in, border 0.3s ease-in;
	content: " ";

}
.mailchimp-newsletter input[type="checkbox"] ~ label:after , .mailchimp-newsletter input[type="checkbox"] ~ label:before{
	background: transparent no-repeat center;
	-webkit-background-size: 1.1rem 1.1rem;
	background-size: 1.1rem 1.1rem;
	border: 2px solid #001118;
	width: 22px;
	height: 22px;
	display: inline-block;
	padding: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 1px 0 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	content: " ";
}
.woocommerce form .form-row label.inline {
	display: inline;
	margin-top: -4px;
}



.products-card__title a {
    display: block;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}



/*@weblegko*/
.quantity .screen-reader-text {
	display: none !important;
  }