/*
Theme Name: ciscoportal
Theme URI: https://gratta.pro
Author: Valerii Vasyliev
Author URI: https://gratta.pro
Description: ciscoportal
Version: 1.0
License: - 
License URI: - 
Text Domain: newtheme
*/

.header-lang:not(.administrator) .lang-item-en {
	display: none !important;
}

.checkout .woocommerce-NoticeGroup-checkout {
	display: none;
}

.post-type-archive-product .woocommerce-notices-wrapper {
	display: none;
}

.post-type-archive-product .profile-info a:first-child {
	display: none;
}

header .header-cart__btn.checkoutpage, .checkoutnew__cart .header-cart__btn:not(.checkoutpage), header .no-money-error {
	display: none;
}

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

header .no-money-error {
	display: none !important;
}

.login-popup__error{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	line-height: 15px;
	color: #D50000;
	margin-right: 38px;
}
.login-popup__error-icon{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #FFAAAA;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 18px;
	font-size: 25px;
	font-weight: bold;
	line-height: 29px;
	color: #D50000;
	position: relative;
}
.login-popup__error-icon:before{
	content: '';
	display: block;
	width: 25px;
	height: 38px;
	background: url(images/form-error.svg) no-repeat 0 0 / 100% 100%;
	position: absolute;
	top: -2px;
	right: -2px;
}

.registration-popup__error{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	line-height: 15px;
	color: #D50000;
	margin-right: 38px;
}
.registration-popup__error-icon{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #FFAAAA;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 18px;
	font-size: 25px;
	font-weight: bold;
	line-height: 29px;
	color: #D50000;
	position: relative;
}
.registration-popup__error-icon:before{
	content: '';
	display: block;
	width: 25px;
	height: 38px;
	background: url(images/form-error.svg) no-repeat 0 0 / 100% 100%;
	position: absolute;
	top: -2px;
	right: -2px;
}


.site-input{
	margin-bottom: 28px;
}
.site-input label{
	display: block;
	font-size: 13px;
	line-height: 15px;
	padding: 0;
	margin-bottom: 3px;
}
.site-input input{
	width: 100%;
	height: 26px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	border: none;
	border-bottom: 1px solid #8A8A8A;
	font-size: 13px;
}
.site-input.not-valid input{
	border-color: #D40000;
	color: #D40000;
}
.site-input.not-valid label{
	color: #D40000;
}
.site-textarea{
	margin: 0 0 19px;
}
.site-textarea textarea{
	width: 100%;
	height: 102px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border: none;
	border-bottom: 1px solid #8A8A8A;
	background: #F4F4F4;
	font-size: 12px;
	list-style: 14px;
	margin: 0;
	resize: none;
}
.site-select{
	margin-bottom: 28px;
}
.site-select label{
	display: block;
	font-size: 13px;
	line-height: 15px;
	padding: 0;
	margin-bottom: 3px;
}

.order__btn{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 18px;
}
.order__btn a.order__button{
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 13px 28px 14px;
	border: 1px solid #000;
	background: no-repeat;
	margin: 0 25px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #000;
	text-decoration: none !important;
	position: relative;
}
.order__btn a.order__button:after{
	content: '';
	display: block;
	height: 2px;
	background: rgb(102,90,230);
	background: -webkit-gradient(linear,  left top, right top,  from(rgba(102,90,230,1)),to(rgba(255,75,241,1)));
	background: -o-linear-gradient(left,  rgba(102,90,230,1) 0%,rgba(255,75,241,1) 100%);
	background: linear-gradient(to right,  rgba(102,90,230,1) 0%,rgba(255,75,241,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#665ae6', endColorstr='#ff4bf1',GradientType=1 );
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
}
.order__btn a.order__button.disabled{
	opacity: 0.5;
	cursor: not-allowed;
}

.order__btn a.order__back{
	display: inline-flex;
	align-items: center;
	padding: 13px 0;
	margin-right: 23px;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
}
.order__btn a.order__back svg{
	margin-right: 17px;
        width: 10px;
	height: 20px;
}


/* Order
-----------------------------------------------------------------------------*/
.order{

}
.order__headline{
	font-family: Russo One;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.5px;
	margin-bottom: 51px;
}
.order__headline-mobile{
	display: none;
}
.order__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 18px;
}
.order__left{
	width: 57%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.order__right{
	width: 43%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 11px 0 0 52px;
}
.order .cart-block{
	margin-right: -37px;
}
.order__private{
	padding: 13px 3px;
	font-size: 13px;
	line-height: 20px;
}
.order__private a{
	color: #665AE6;
	text-decoration: none;
}
.order-nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	margin-bottom: 55px;
}
.order-nav:before{
	content: '';
	display: block;
	border-bottom: 1px dashed #919191;
	position: absolute;
	left: 0;
	right: 0;
	top: 59px;
}
.order-nav__item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 120px;
	height: 120px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #CACACA;
	border-radius: 50%;
	background: #fff;
	font-size: 40px;
	font-weight: 300;
	line-height: 47px;
	text-align: center;
	position: relative;
	-webkit-box-shadow: 0px 0px 0px 12px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 12px rgba(255,255,255,1);
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.order-nav__item.active:nth-child(1):before{
	content: '';
	display: block;
	width: 62px;
	height: 90px;
	background: url(images/order-active-1.svg) no-repeat 0 0 / 100% auto;
	position: absolute;
	top: -2px;
	right: -2px;
}
.order-nav__item.active:nth-child(2):before{
	content: '';
	display: block;
	width: 114px;
	height: 122px;
	background: url(images/order-active-2.svg) no-repeat 0 0 / 100% auto;
	position: absolute;
	top: -2px;
	right: -2px;
}
.order-nav__item.active:nth-child(3):before{
	content: '';
	display: block;
	width: 122px;
	height: 122px;
	background: url(images/order-active-3.svg) no-repeat 0 0 / 100% auto;
	position: absolute;
	top: -2px;
	right: -2px;
}
.order__title{
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 23px;
}
.order-contact__auth{
	padding: 10px 0 43px;
}
.order-contact__auth a{
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #000;
	text-decoration: none;
}
.order-contact__auth a:hover{
	text-decoration: underline;
}
.order-contact__auth svg{
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-right: 15px;
	position: relative;
	bottom: 1px;
}
.order-contact__person{
	font-size: 13px;
	line-height: 15px;
}
.order-contact__person .checkbox{
	margin-bottom: 29px;
}
.order-contact__person-field{
	display: none;
}
.order-contact__person-field .order-dl{
	padding-top: 16px;
}
.order-dl__title{
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 23px;
}
.order-dl__list{
	font-size: 13px;
	line-height: 15px;
}
.order-dl__list a{
	display: inline-block;
	padding-left: 37px;
	color: #000;
	position: relative;
}
.order-dl__list a svg{
	width: 24px;
	height: 23px;
	position: absolute;
	top: -4px;
	left: 1px;
}
.order-dl__list li{
	margin-bottom: 30px;
}
.order-delivery__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 0 0;
}
.order-delivery__place{
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 70px;
}
.order-delivery__forms{
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 66px;
}
.delivery-select__item{
	padding-bottom: 7px;
}
.delivery-select__label{
	font-size: 13px;
	line-height: 15px;
	padding: 0;
	margin-bottom: 19px;
}
.delivery-select__select{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px 0;
	margin-bottom: 7px;
	font-size: 13px;
	line-height: 15px;
}
.delivery-select__items.has-selected .delivery-select__select:not(.active){
	opacity: 0.5;
}
.delivery-select__select input{
	display: none;
}
.delivery-select__name{
	padding-left: 30px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.delivery-select__name:before{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 0;
	left: 0;
}
.delivery-select__select.active .delivery-select__name:after{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #3031FF;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 3px;
}
.delivery-select__date{
	color: #6B6B6B;
}
.delivery-select__form{
	display: none;
	padding: 0 0 1px;
}
.delivery-select__form .site-select,.delivery-select__form .site-input{
	margin-bottom: 14px;
}
.delivery-select__form .site-select + .site-select,.delivery-select__form .site-input + .site-select{
	padding-top: 16px;
}
.delivery-select__form .site-input:first-child{
	padding-top: 13px;
}
.delivery-select__adress{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding-top: 4px;
}
.delivery-select__adress-col{
	width: 33.333333333%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
.delivery-select__form .delivery-select__adress .site-input{
	padding-top: 0 !important;
}
.pay-select{
	padding-top: 7px;
	margin-bottom: 30px;
}
.pay-select__item{
	padding-bottom: 7px;
}
.pay-select__label{
	font-size: 13px;
	line-height: 15px;
	padding: 0;
	margin-bottom: 29px;
}
.pay-select__select{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px 0;
	margin-bottom: 7px;
	font-size: 13px;
	line-height: 15px;
}
.pay-select__items.has-selected .pay-select__select:not(.active){
	opacity: 0.5;
}
.pay-select__select input{
	display: none;
}
.pay-select__select span{
	padding-left: 30px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.pay-select__select span:before{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 0;
	left: 0;
}
.pay-select__select.active span:after{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #3031FF;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 3px;
}
.pay-select__text{
	display: none;
	font-size: 13px;
	line-height: 17px;
	padding: 4px 0 13px;
}



.pay-comment .order__title{
	margin-bottom: 33px;
}
.pay-comment .site-textarea{
	margin-bottom: 27px;
}
.pay-comment .site-textarea textarea{
	height: 83px;
}
.pay-comment .checkbox{
	font-size: 13px;
	line-height: 15px;
}
.pay-comment .checkbox span{
	padding-left: 30px;
}
.pay-comment .checkbox span::before{
	left: -2px;
}
.pay-comment .checkbox input:checked + span:after{
	left: 1px;
}

.order-result{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1034px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 15px 50px;
	margin: 0 auto;
}
.order-result__icon{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 192px;
	height: 192px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid transparent;
	border-radius: 50%;
	font-size: 40px;
	line-height: 30px;
	position: relative;
}
.order-result_success .order-result__icon:before{
	content: '';
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: url(images/register-success.svg) no-repeat 0 0 / 100% 100%;
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
}
.order-result_error .order-result__icon{
	border: 2px solid #D40000;
}
.order-result__content{
	padding-left: 95px;
}
.order-result__text-1{
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 32px;
}
.order-result__text-2{
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 36px;
}
.order-result__text-3{
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 35px;
}
.order-result__back a{
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #000;
}
.order-result__back svg{
	width: 10px;
	height: 20px;
	vertical-align: middle;
	margin-right: 15px;
	position: relative;
	bottom: 4px;
}


.cart-block{
	border: 3px solid transparent;
}
.cart-block__item{
	padding: 28px 29px 18px 34px;
	border-bottom: 2px solid #F4F4F4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cart-block__left{
	width: 147px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.cart-block__center{
	padding: 0 23px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.cart-block__name{
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 2px;
}
.cart-block__name a{
	color: #000;
	text-decoration: none;
}
.cart-block__code{
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	color: #959595;
	margin-bottom: 11px;
}
.quantity{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.quantity button{
	width: 26px;
	height: 26px;
	background: #F4F4F4;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 20px;
}
.quantity button.quantity__plus{
	font-size: 17px;
}
.quantity input{
	width: 40px;
	height: 26px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
.cart-block__right{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: right;
	padding: 4px 0 0;
}
.cart-block__price{
	font-size: 22px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 30px;
}
.cart-block__remove{
	margin: 0 5px 0 0;
}
.cart-block__remove a{
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #000;
	text-decoration: none;
}
.cart-block__remove a:hover{
	text-decoration: underline;
}
.cart-block__bottom{
	padding: 20px 29px 21px 34px;
	background: #F4F4F4;
}
.cart-block__bottom-info{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}
.cart-block__bottom-num{
	color: #919191;
}
.cart-block__bottom-price{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cart-block__bottom-price span{
	font-size: 22px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 18px;
}
.cart-block__btn{
	margin-top: 29px;
	text-align: right;
}
.cart-block__btn a{
	display: inline-block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 21px 10px;
	border: 1px solid #919191;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	color: #000;
	text-decoration: none;
}
.cart-block__btn a:before{
	content: '';
	display: block;
	height: 2px;
	background: rgb(102,90,230);
	background: -webkit-gradient(linear,  left top, right top,  from(rgba(102,90,230,1)),to(rgba(255,75,241,1)));
	background: -o-linear-gradient(left,  rgba(102,90,230,1) 0%,rgba(255,75,241,1) 100%);
	background: linear-gradient(to right,  rgba(102,90,230,1) 0%,rgba(255,75,241,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#665ae6', endColorstr='#ff4bf1',GradientType=1 );
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
}
.cart-block .woocommerce-mini-cart__empty-message{
	padding: 20px 34px 23px;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}


.validate-required.validate-required-active input {
    border:2px solid tomato;
}
