.nbtn, .woocommerce a.button, .woocommerce button.button, .cartBlock button[type="submit"][name="woocommerce_checkout_place_order"], .checkoutBlock input[type="submit"], .add_to_cart_button, .ur-frontend-form .ur-form-row .ur-form-grid input[type="submit"], .xoo-el-action-btn{
	background: #EF7113;
	display: inline-block;
	color: #fff;
	border-radius: 8px;
	padding: 15px;
	font-weight: normal;
	transition: 0.3s;
	border: none;
	cursor: pointer;
}
.nbtn:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .cartBlock button[type="submit"][name="woocommerce_checkout_place_order"]:hover, .checkoutBlock input[type="submit"]:hover, .ur-frontend-form .ur-form-row .ur-form-grid input[type="submit"]:hover, .xoo-el-action-btn:hover,button[id="place_order"]:hover{
	background: #b95001;
	color: #fff;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, select, .ur-frontend-form .ur-form-row .ur-form-grid input[type]:not([type="submit"]){
    border: 1px solid #aaaaaa;
    background: #fff;
    padding: 13px;
    border-radius: 5px;
    font-size: 15px;
    font-family: inherit;
    border-radius: 5px;
}
textarea[name="order_comments"]{min-height: 133px;}
.msgEl{
    background: #ef7113;
    color: #fff;
    text-align: center;
    padding: 20px 28px;
    border-radius: 10px;
    width: fit-content;
    margin: 0 auto 40px;
}

.headerBlock{
	background: #FAFAFA;
	border-radius: 0 0 10px 10px;
	padding: 12px 20px 13px;
	margin-bottom: 20px;
	position: relative;
	z-index: 20;
}
.headerBlock__cols{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1350px;
    margin: 0 auto;
}
.headerBlock__left{
	display: flex;
	justify-content: center;
	width: 100%;
}
.headerBlock__right{
	    display: flex;
    align-items: center;
    justify-content: center;
}
.headerBlock__logo{}
body .headerBlock__logo img{
	width: 100%;
	max-width: 170px;
	margin-right: 50px;
}
.headerBlock__menu{
    position: relative;
    top: 8px;
    margin: 0 auto;
}
.headerBlock__menu a{
	font-size: 15px;
	color: #000;
	padding: 26px 0;
    margin-right: 25px;
    border-bottom: 2px solid #fafafa;
    transition: 0.3s;
}
.headerBlock__menu a:hover{
	color: #EF7113;
}
.headerBlock__menu a[aria-current="page"]{
	color: #EF7113;
	border-color: #EF7113;
}
.headerBlock__menuItems{
	display: flex;
}
.headerBlock__menu .sub-menu{
	position: absolute;
	display: block;
    background: #FFFFFF;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.05);
    border-radius: 8px;
    padding: 12px 15px 12px;
    top: 65px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.headerBlock__menu .sub-menu a{
	display: block;
	padding: 5px 0;
	width: 340px;
	border: none;
    max-width: 100%;
}
.headerBlock__menu .sub-menu li:last-child a{margin-right: 0;}
.headerBlock__menu .has-child{
	position: relative;
	margin-right: 10px;
}
.headerBlock__menu .has-child:after{
	content: '';
	background-image: url(../images/s2/arr.svg);
	width: 10px;
	height: 10px;
    position: absolute;
    background-repeat: no-repeat;
    right: 9px;
    bottom: 1px;
    transition: 0.3s;
}
.headerBlock__menu .has-child:hover .sub-menu{
    top: 35px;
    opacity: 1;
    visibility: initial;
}
.headerBlock__menu .has-child:hover:after{
	transform: rotate(180deg);
	bottom: 5px;
}

.headerBlock-lang{
    border: 1.5px solid #FB6B00;
    border-radius: 8px;
    padding: 3px;
    margin-right: 10px;
}
.headerBlock-lang__item{
    background: #FAFAFA;
    border-radius: 6px;
    color: #000;
    padding: 8px;
    font-size: 13px;
    display: inline-block;
}
.headerBlock-lang__item.-active{
	background: #EF7113;
	color: #fff;
}

.headerBlock-profile{
    border: 1.5px solid #FB6B00;
    border-radius: 8px;
    padding: 10px 9px;
    display: flex;
    position: relative;
    min-width: 65px;
}
.headerBlock-profile:not(.xoo-el-login-tgr){
    min-width: 85px;
}
.headerBlock-profile__icon{
    width: 100%;
    max-width: 18px !important;
    margin-right: 7px;
}
.headerBlock-profile__name{
	color: #000;
    font-size: 13px;
    width: 1000%;
    position: relative;
/*    top: 2px;*/
}

.headerBlock-modal{
	position: absolute;
    background: #FFFFFF;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.05);
    border-radius: 8px;
    padding: 12px 15px 12px;
    top: 65px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    right: 0px;
    min-width: 300px;
}
.headerBlock-profile:hover .headerBlock-modal{
	display: block;
    top: 40px;
    opacity: 1;
    visibility: initial;
}
.headerBlock-modal__head{
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 15px;
    color: #000;
}
.headerBlock-modal__btn{
	    padding: 14px;
    font-size: 13px;
}
.headerBlock-toggle {
  display: none;
  position: relative;
  z-index: 2;
  cursor: pointer;
  height: 70px;
  padding: 0 10px;
  border: none;
  background: none;
    top: -2px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.headerBlock-toggle span {
  display: block;
  background: #ef7113;
  width: 40px;
  height: 2px;
  -webkit-transition: 0.25s margin 0.25s, 0.25s opacity, 0.25s -webkit-transform;
  transition: 0.25s margin 0.25s, 0.25s opacity, 0.25s -webkit-transform;
  -o-transition: 0.25s margin 0.25s,0.25s transform,0.25s opacity;
  transition: 0.25s margin 0.25s,0.25s transform,0.25s opacity;
  transition: 0.25s margin 0.25s, 0.25s transform, 0.25s opacity, 0.25s -webkit-transform;
}
.headerBlock-toggle span:nth-child(1) {
  margin-bottom: 10px;
}
.headerBlock-toggle span:nth-child(3) {
  margin-top: 10px;
}
.headerBlock-toggle.--active span {
  -webkit-transition: 0.25s margin, 0.25s opacity 0.25s, 0.25s -webkit-transform 0.25s;
  transition: 0.25s margin, 0.25s opacity 0.25s, 0.25s -webkit-transform 0.25s;
  -o-transition: 0.25s margin,0.25s transform 0.25s,0.25s opacity 0.25s;
  transition: 0.25s margin,0.25s transform 0.25s,0.25s opacity 0.25s;
  transition: 0.25s margin, 0.25s transform 0.25s, 0.25s opacity 0.25s, 0.25s -webkit-transform 0.25s;
}
.headerBlock-toggle.--active span:nth-child(1) {
  margin-top: 2px;
  margin-bottom: -2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.headerBlock-toggle.--active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}
.headerBlock-toggle.--active span:nth-child(3) {
  margin-top: -2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.headerBlock-mobile{
	display: none;

}
.headerBlock-mobile__wrap{
    max-width: 80%;
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 20px;
    z-index: 52;
    overflow: scroll;
}
.headerBlock-sign{
	    background: #FAFAFA;
    border-radius: 8px;
    padding: 16px;
    font-size: 13px;
    margin-bottom: 20px;
}
.headerBlock-sign__head{
	margin-bottom: 15px;
}
.headerBlock-sign__btn{}
.headerBlock__mmenu{}
.headerBlock__mmenu a{
	color: #000;
}
.headerBlock__mmenu > div > ul > li > a{
    border-bottom: 1px solid #E7E7E7;
    font-weight: bold;
    display: block;
    padding: 13px 15px 16px 0;
    position: relative;
}
.headerBlock__mmenu > div > ul > li.has-child > a:after{
	content: '';
	background-image: url(../images/s2/arr2.svg);
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    background-size: contain;
    bottom: 9px;
    transition: 0.3s;
}
.headerBlock__mmenu .sub-menu{display: none;}
.headerBlock__mmenu .has-child.-open .sub-menu{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.headerBlock__mmenu .has-child.-open .sub-menu a {
    padding: 6px 0;
    display: block;
}
.headerBlock__mmenu .has-child.-open a:after{
	transform: rotate(180deg);
}
.headerBlock-mobile .headerBlock-modal__btn {
    padding: 8px;
    font-size: 11px;
}
.headerBlock-mobile .headerBlock-toggle{
    position: fixed;
    right: 0;
}
.headerBlock-mobile .headerBlock-toggle span{background: #fff;}
body.mobileMenuOpen{
	overflow: hidden;
}
/*body.mobileMenuOpen:after{
    content: '';
    background: #000;
    opacity: 0.8;
    transition: 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}*/
.headerBlock-mobile__overflow{
    content: '';
    background: #000;
    opacity: 0.8;
    transition: 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.footer-content-main{
	    width: fit-content;
    margin: 0 auto;
}

.add_to_cart_inline{
	border: none !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
    position: relative;
}
.woocommerce-Price-amount{
    font-size: 20px;
    font-weight: bold;
}
.added_to_cart{
    position: absolute;
    bottom: -50px;
    background: #fafafa;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    left: 0;
    right: 0;
    text-align: center;
}
.woocommerce a.button.loading:after{
    margin-top: 5px;
}
.wc-block-grid__product .add_to_cart_button{
	position: absolute;
	bottom: 20px;
}
.add_to_cart_button{
	font-size: 0 !important;
}
.add_to_cart_button.added:after{display: none !important;}
.add_to_cart_button:before{
	content: 'Купить' !important;
    font-size: 15px !important;
}
.wc-block-cart{display: none !important;}
.wc-block-grid__product{
	position: relative;
	padding-bottom: 95px !important;
}

.cartBlock .container, .nContainer, .woocommerce-checkout .container, .woocommerce-shop .container, .woocommerce-page .container, 
.page-id-1178 .container {
    max-width: 1060px;
    margin: 0 auto;
}
.cartBlock .wc-block-components-product-metadata{display: none;}
.wc-block-cart-items__header-image{text-align: left;}
.wc-block-cart-items__header-total{text-align: right;}
.is-large .wc-block-components-sidebar .wc-block-components-totals-item{
	padding: 0 !important;
    margin-bottom: 6px !important;
}
.wp-block-woocommerce-cart-order-summary-block,.is-large.wc-block-cart .wc-block-cart-items{
    background: #fafafa !important;
    padding: 10px 15px;
    border-radius: 10px;
}
.is-large.wc-block-cart .wp-block-woocommerce-cart-order-summary-heading-block{text-align: left !important;margin-bottom: 6px !important;}
.wc-block-components-totals-wrapper:after{
	opacity: 0.08 !important;
}
.wc-block-cart__submit-container{display: none;}
.is-large.wc-block-cart .wc-block-cart-items:after{
	display: none !important;
}
.is-large.wc-block-cart .wc-block-cart-items td:after{opacity: 0.08 !important;}
.wc-block-cart-items__header-total,
.wc-block-cart-items__header{
    font-weight: 600;
    padding-bottom: 8px !important;
}
.wc-block-cart-item__image{padding-left: 0 !important;}
.wc-block-components-product-name{margin-bottom: 10px;}
.wc-block-components-product-price{margin-bottom: 10px;}
.wc-block-cart-item__total{padding-right: 0 !important;}
.cartBlock .xoo-el-form-container{display: none !important;}
.cartBlock .woocommerce-form-login-toggle{margin-bottom: 15px;}
.cartBlock h3{margin-bottom: 10px;font-size: 21px;}
.woocommerce-billing-fields, .woocommerce-additional-fields{
    background: #fafafa !important;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 40px;
}
.cartBlock .select2-container--default .select2-selection--single{
	    height: 45px;
    padding: 6px 5px;
}
.cartBlock .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 40px;
}
.woocommerce-checkout-payment{
    background: #fafafa !important;
}
.woocommerce-checkout #payment div.payment_box::before{
	border-color: #fff;
	display: none;
}
.woocommerce-checkout #payment div.payment_box{background: #fff;}
.woocommerce-privacy-policy-text,.woocommerce-terms-and-conditions-checkbox-text{
	font-size: 12px;
    font-weight: normal;
    text-transform: initial;
}
.woocommerce-checkout #payment ul.payment_methods{border-color: #E6E6E6;}
.woocommerce-checkout-review-order-table{margin-bottom: 40px !important;}
.is-large.wc-block-cart {
    margin-bottom: 0px;
}
.woocommerce-checkout .col-2{
	display: none !important;
}
.woocommerce-checkout .col-1{width: 100% !important;}
.woocommerce-checkout .container{
    max-width: 830px;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    padding-right: 0;
}
.is-large.wc-block-cart .wc-block-cart-items {
    border-bottom: none;
}
.wc-block-cart-item__quantity{display: none;}
.wc-block-cart-item__prices{display: none;}
li[id$="Eswatini"]{display: none !important;}

.woocommerce form .form-row label {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.wc-block-components-notice-banner__content .mo-openid-app-icons{
    max-width: 260px;
    text-align: left;
    background: #fff;
    padding: 10px;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wc-block-components-notice-banner__content .mo-openid-app-icons p{
    text-align: left;
}
.wc-block-components-notice-banner__content .mo-openid-app-icons i{
	margin-top: 0 !important;
}


.order_details{
    background: #fff;
    padding: 20px 20px 9px;
    width: 100%;
    max-width: fit-content;
    border-radius: 8px;
    margin: 20px auto 40px !important;
    text-align: left;
}
.checkoutBlock{
	    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    background: #fafafa;
    padding: 20px;
    border-radius: 10px;
}
.checkoutBlock h2 {
    font-size: 30px;
    margin-bottom: 27px;
}
.checkoutBlock input[type="submit"]{
	margin: 20px 0;
}

.wc-block-mini-cart{display: none !important;}

.wc-block-grid__product, .woocommerce ul.products li.product{
	    border: 1px solid #e4e0e0 !important;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 25px;
}
.wc-block-grid__product.wc-block-grid__product{
	    margin: 0 20px 20px 0px;
}
.wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 calc(33.3% - 20px);
    max-width: calc(33.3% - 20px);
    padding: 0 10px 15px;
}
.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-link {
    margin-top: 15px;
    border-radius: 8px;
}
.wc-block-components-notice-banner__content .showlogin{display: block;}

.ordersBlock{}
.ordersBlock-item{
    background: #fff;
    border-radius: 10px;
    padding: 22px 25px 18px;
    margin-bottom: 20px;
    border: none;
    max-width: 600px;
}
.ordersBlock-item__head{
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 8px;
}
.ordersBlock-item__desc{}
.ordersBlock-item__item{
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
    max-width: 500px;
        display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.ordersBlock-item .woocommerce-Price-amount {
    font-size: 13px;
    font-weight: normal;
}
.ordersBlock-item__img{
	    max-width: 70px !important;
    margin-right: 16px;
    border: 1px solid #f3f0f0;
    border-radius: 5px;
}
.ordersBlock-item__status{
	background: #fafafa;
    font-size: 13px;
    font-weight: normal;
    text-transform: initial;
    padding: 2px 5px;
    display: inline-block;
    border-radius: 4px;
    margin-left: 8px;
    position: relative;
    bottom: 1px;
}
.ordersBlock-item__status.-completed{background: #bbffac;}
.ordersBlock-item__status.-on-hold{background: #F8DDA7;}
.ordersBlock-item__status.-pending{background: #f9ebff;}
.ordersBlock-item__orderDesc{
    background: #fafafa;
    padding: 15px 20px 5px;
    margin-top: 13px;
    border-radius: 5px;
}
.ordersBlock-item__cancel{
    color: #ef7113;
	margin-left: 10px;
}

h3.profileBlock__title{margin-bottom: 20px;}
.profileBlock__nav{}
.profileBlock__nav li{
	list-style: none;
}
.profileBlock__nav a{
    padding: 7px 20px;
    display: block;
    color: #000;
    transition: 0.3s;
}
.profileBlock__nav li.active a,
.profileBlock__nav a:hover,
.profileBlock__nav a[aria-current="page"]{
	color: #EF7113;
}

#user-registration, #user-registration.horizontal {
    box-shadow: none;
}
#user-registration.vertical .user-registration-MyAccount-navigation {
    background: #FAFAFA;
    width: calc(25% - 30px);
    margin-right: 30px;
    padding: 14px 0;
    border-radius: 10px;
    border-bottom: none;
}
#user-registration.vertical .user-registration-MyAccount-content{
    border-radius: 10px;
    background: #fafafa;
}
#user-registration .user-registration-MyAccount-content .edit-password legend, #user-registration .user-registration-MyAccount-content h2 {
    font-size: 21px;
    font-weight: bold;
}
.ur-form-grid{padding: 0 !important;}
#user-registration .user-registration-MyAccount-content .ur-frontend-form {
    padding: 0;
}
#user-registration p {
    color: #000;
    margin: 0 0 10px;
    padding: 0;
}
.ur-frontend-form .ur-form-row .ur-form-grid label, .ur-frontend-form .ur-form-row .ur-form-grid legend {
    font-size: 16px;
    margin-bottom: 8px;
}
.ur-frontend-form .ur-form-row .ur-form-grid input[type="submit"]{
    float: left;
    margin-top: -10px;
}
#user-registration.vertical .user-registration-error, #user-registration.vertical .user-registration-message {
    border-radius: 7px;
    margin-bottom: 20px;
}
.user-registration-error::before, .user-registration-info::before, .user-registration-message::before {
    margin-right: 8px;
    margin-top: -3px;
}
.user-registration-error li, .user-registration-info li, .user-registration-message li {
    display: inline-block;
}
.user-registration-MyAccount-content.-email{
	margin: 0 auto;
	text-align: center !important;
}


.mo-openid-app-icons {
    text-align: center;
    margin-top: 16px;
    background: #FAFAFA;
    border-radius: 10px;
    padding: 15px 10px 20px;
    box-sizing: inherit;
    max-width: 100%;
    margin-right: 20px;
}
.mo-openid-app-icons>p {
    text-align: center;
    width: 100% !important;
}
.mo-openid-app-icons i{margin-left: 0 !important;}

/*.xoo-el-container{visibility: visible !important;}
.xoo-el-opac{opacity: 1 !important;}
.xoo-el-modal{opacity: 1 !important; transform: initial !important;}*/

.xoo-el-form-container.xoo-el-form-inline {
  max-width: 500px;
}
.xoo-el-form-container ul.xoo-el-tabs {
  border-radius: 5px;
  overflow: hidden;
}
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
  font-weight: normal;
  border-radius: 0px;
}
.xoo-el-form-container ul.xoo-el-tabs li {
  padding: 12px 20px 13px;
}
.xoo-el-login-btm-fields > label:first-child {
  display: none;
}
.xoo-aff-group input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px !important;
  background: #fff;
  border: 1px solid #e5e5e5 !important;
  display: inline-block;
  padding: 20px 17px 21px !important;
  font-size: 17px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
a.xoo-el-lostpw-tgr {
  margin: 0 0 0 auto;
  font-size: 13px;
      margin: -2px 0 0px;
    text-align: center;
    width: 100%;
}
.xoo-aff-input-group .xoo-aff-input-icon {
  display: none;
}
.xoo-el-header {
  padding: 0 20px 10px;
}
.xoo-aff-group {
  margin-bottom: 15px;
}
.xoo-aff-group.xoo-el-login-btm-fields {
  margin-bottom: 10px;
}
.xoo-el-form-container button.button.btn.xoo-el-action-btn {
    font-size: 16px;
    text-transform: initial;
    height: initial;
    box-shadow: none;
    max-width: 100%;
    box-sizing: border-box;
    font-weight: normal;
}
.xoo-el-notice {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.xoo-el-notice-error,
.xoo-el-notice-success {
  padding: 17px 20px;
  border-radius: 5px;
}
.xoo_el_reg_terms_cont.xoo-aff-group label {
  font-size: 13px;
  line-height: 16px;
  padding-left: 26px;
  font-weight: normal;
}
.xoo_el_reg_terms_cont input {
  visibility: initial;
  width: initial;
  height: initial;
  position: absolute;
  left: 0;
  top: 1px;
}
.xoo_el_reg_terms_cont input[type="checkbox"]{
  padding: 0 !important;
}
.xoo-el-inmodal {
  max-height: initial;
  height: initial;
}
.xoo-el-wrap,
.xoo-el-main {
  height: initial;
  min-height: initial;
  border-radius: 10px;
  overflow: hidden;
}
.xoo-el-srcont {
  height: initial;
}
.xoo-el-form-container {
  padding-bottom: 0px;
}
.xoo-el-tabs li:before {
  display: none;
}
.xoo-el-form-lostpw .xoo-el-form-txt{
    display: block;
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 20px;
}
.xoo_el_reg_terms_cont.xoo-aff-group label a{color: #EF7113;}
.xoo-aff-group.-msg{
    text-align: left;
    font-size: 13px;
    margin: 3px 0 7px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    width: 100%;
}

.button.wc-backward{margin-top: 10px !important;}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before{background: #EF7113;}
.wp-block-woocommerce-empty-cart-block{
	    background: #fafafa;
    padding: 60px 110px 1px;
    border-radius: 10px;
    width: fit-content;
    margin: 0 auto;
}
.wc-block-components-quantity-selector{display: none;}

.woocommerce form .form-row.-small{
	padding: 0px;
    margin: 0 0 -5px;
}
.woocommerce form .form-row.-msg{
    margin-top: 10px;
    font-size: 12px;
}

.profileBlock__subs label{font-size: 14px !important;}
.profileBlock__subs .button{margin-top: 20px;}

.ordersBlock .xoo-el-form-container{display: block !important;}
[data-active="resetpw"] .xoo-el-header{display: none;}
[data-active="resetpw"] .mo-openid-app-icons{display: none;}

.user-registration-MyAccount-content.-polite{margin: 0 auto;}

body .headerBlock__logo img{
	width: 80px;
	margin-right: 30px;
}
.headerBlock {
    padding: 5px 20px 6px;
}
.headerBlock__menu {
    top: 16px;
}
.woocommerce-terms-and-conditions-wrapper{text-align: left;}
.woocommerce-order-pay .checkoutBlock{background: none;}
.woocommerce-order-pay .wc_payment_methods{background: #FAFAFA;}
.woocommerce-order-pay .form-row{background: #FAFAFA;}
button[id="place_order"]{background: #EF7113 !important;}
button[id="place_order"]:hover{background: #b95001 !important;}

.grecaptcha-badge{display: none !important;}
.woocommerce-checkout .grecaptcha-badge{display: block !important;}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{
	position: relative;
    margin-left: 0;
    top: 1px;
}

.privacyBlock__btns{
	display: flex;
	align-items: center;
    width: 100%;
    align-items: center;
    position: relative;
    top: 10px;
    margin-bottom: 10px;
}
.privacyBlock__btns input{
	    margin-top: 0 !important;
    margin-right: 17px;
}
input[type="password"]::-ms-reveal {
    display: none !important;
}
.profBtns .nbtn{margin-right: 13px;font-size: 16px;}
.profBtns .nlink{color: #EF7113;}
.profBtns__cancel{margin-left: 13px;margin-left: 0;}

.toCartEl{
	    width: 100%;
    max-width: 280px;
    background: #fafafa;
    border-radius: 10px;
    padding: 10px 13px;
}
.toCartEl.-has_stock .amount{
	    position: relative;
    top: -9px;
}
.toCartEl__stock{
    position: relative;
    top: -36px;
    font-size: 13px;
    margin-bottom: -32px;
}
.toCartEl .add_to_cart_button.loading{padding-right: 15px !important;}

.contentBlock p{
    line-height: 25px;
    margin-bottom: 20px;
}
.contentBlock h2, .contentBlock h3,.contentBlock h4,.contentBlock h5{
	text-align: left;
	margin-bottom: 0;
	margin-top: 0;
}
.contentBlock h2{
	    margin-bottom: 20px;
    margin-top: 40px;
}
.contentBlock h3{
	    margin-bottom: 20px;
    margin-top: 30px;
}
.contentBlock h4{margin-bottom: 10px;}
.contentBlock ol, .contentBlock ul{margin-bottom: 30px;}
.contentBlock li{
    line-height: 22px;
    margin-bottom: 13px;
    position: relative;
    padding-left: 26px;
    padding-right: 20px;
}
.contentBlock li:before{
	content: '–';
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #ef7113;
    font-size: 22px;
    top: -1px;
}
.contentBlock ol li{
	    position: relative;
    left: 17px;
    padding-left: 10px;
}
.contentBlock ol{
	list-style-type: none; /* Убираем исходные маркеры */
	counter-reset: num; /* Задаём имя счетчика */
}
.contentBlock ol li:before{
    content: counter(num) '. ';
    counter-increment: num;
    font-weight: bold;
    color: #ef7113;
    font-size: 14px;
    top: 0px;
    left: -16px;
}
.contentBlock blockquote{
	    background: #fafafa;
    font-size: 20px;
    line-height: 28px;
    padding: 20px 29px;
    border-left: 5px solid #ef7113;
    border-radius: 0 5px 5px 0;
    margin-bottom: 20px;
}
.contentBlock blockquote em, .contentBlock blockquote i{
	    font-size: 16px;
    display: block;
    margin-top: 10px;
}
.contentBlock img.alignleft{
    float: left;
    margin-right: 15px;
}
.contentBlock img.alignright{
	float: right;
	margin-left: 15px;
}

.checkboxesBlock__title{
	    font-size: 14px;
    margin: 0px 0 13px;
    position: relative;
    top: 4px;
    font-weight: 500;
}
.xoo-el-main .checkboxesBlock__title{
	    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    margin-top: 0;
}
.woocommerce-terms-and-conditions-wrapper .xoo_el_reg_terms_cont.xoo-aff-group label {
    font-size: 12px;
    font-weight: normal;
    text-transform: initial;
	line-height: initial;
}
.woocommerce-terms-and-conditions-wrapper .form-row.-msg.-small{display: none;}
.checkboxesBlock__title{
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
    margin: 11px 0 8px;
    position: relative;
    top: 0;
}
.profileBlock__subs .checkboxesBlock__title {
    font-size: 14px;
    line-height: 18px;
    margin: 9px 0 11px;
    top: 2px;
    display: inline-block;
}
.headerBlock-lang{min-width: 77px;}

.wp-block-woocommerce-product-price{
	    position: absolute;
    bottom: 75px;
    left: 0;
    right: 0;
}
.wc-block-components-sort-select__select{
	position: relative;
	left: -20px;
}

.woocommerce-password-strength,.woocommerce-password-hint{display: none !important;}

[data-section="lostpw"] .wc-block-components-notice-banner__content{display: none !important;}

.profileBlock__note{
	    font-size: 12px;
    line-height: 17px;
    display: inline-block;
    margin-bottom: 9px;
}
#top {
    z-index: 50000;
}

@media (max-width: 1320px){
.headerBlock__logo img {
    margin-right: 20px;
}
.headerBlock__menu a {
    font-size: 13px;
    margin-right: 17px;
}
.headerBlock__menu .has-child:after {
    right: 4px;
}
.wc-block-grid__products {
    margin: 0 20px 16px;
}
.wc-block-components-sort-select__select{
	left: 8px;
}
}
@media (max-width: 1120px){
.headerBlock__menu{display: none;}
.headerBlock-profile{display: none;}
.headerBlock {
    border-radius: 0 0 10px 10px;
    padding: 1px 10px 1px;
}
.headerBlock-toggle{display: block;margin-right: 10px;}

.headerBlock__left {
     align-items: center; 
     width: initial;
}
}
@media (max-width: 767px){ 
.headerBlock {
    padding: 5px 0px 6px;
}
.cartBlock .container, .nContainer, .woocommerce-checkout .container, .woocommerce-shop .container, .woocommerce-page .container{margin: 0 10px;}
.wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-right: 20px;
    margin-left: 0;
}
.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n){margin-right: 0px}
.wc-block-grid__products {
    margin: 0 0px 16px;
}
.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-link {
    margin-top: 9px;
}
#user-registration.vertical .user-registration-MyAccount-navigation {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
#user-registration.vertical .user-registration-MyAccount-content {
    width: 100%;
}
.arrow-top {
    position: initial;
    width: inherit;
    margin-bottom: 20px;
    margin-top: -20px;
}
.wc-block-grid__product .add_to_cart_button{
	height: 40px;
	position: absolute;
    left: 10px;
    right: 10px;
    max-width: calc(100% - 20px);
    bottom: 10px;
}
.wc-block-grid__product{
	position: relative;
	padding-bottom: 75px !important;
}
.wp-block-woocommerce-product-price {
    bottom: 49px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	margin-top: 20px;
}
.wc-block-components-sort-select__select{
	left: -11px;
}
main.main-inner.textbook-page{
	padding-top: 0;
}
.textbook-page iframe{
    height: calc(100vh + 45px);
    padding-bottom: 170px;
}
/* CSS-хак для Safari 6.1 до 10.0 */
@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
        .textbook-page iframe{
            padding-bottom: 80px;
        }
    }
}

/* CSS-хак для Safari 10.1 и новее */
_::-webkit-full-page-media, _:future, :root .textbook-page iframe {
    padding-bottom: 80px;
}
}
@media (max-width: 480px){ 
.contentBlock img.alignleft,
.contentBlock img.alignright{float: none;}
.wc-block-grid.has-3-columns .wc-block-grid__products {
    display: flex;
}
.headerBlock-lang{min-width: 77px;}
.headerBlock-lang__item{padding: 6px;}
body .headerBlock__logo img {
    max-width: 130px;
}
}


body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main, main.main-inner{
	flex: 1;    
    overflow: initial;
}
main.textbook-page{overflow: initial;}

.woocommerce ul.products {
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}
.woocommerce ul.products:before, .woocommerce ul.products:after{
	display:none;
}
.woocommerce ul.products li.product {
	padding:10px 15px;
	box-sizing:border-box!important;
	margin:0!important;
	text-align: center;
	display: flex;
    flex-direction: column;
    gap: 10px;
}
@media (max-width: 767px){ 
	.page-id-1178 .container {
		padding-left:15px;
		padding-right:15px;
	}
	.woocommerce ul.products li.product {
		width: calc(33.33% - 15px)!important;
	}
}
@media (max-width: 480px){ 
	.woocommerce ul.products {
		gap:30px 10px;
	}
	.woocommerce ul.products li.product {
		width: calc(50% - 5px)!important;
	}
	 .woocommerce ul.products li.product .woocommerce-loop-product__title {
		 font-size:14px;
	}
}
.woocommerce ul.products li.product .button {
	width: 200px;
	height: 55px;
	padding:0;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:auto;
	max-width:100%;
}
.woocommerce ul.products li.product .woocommerce-Price-amount {
	font-weight:normal;
	font-size:16px;
	color:#000;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link {
	color:#000;
	display: flex;
    flex-direction: column;
    gap: 10px;
	height:100%;
	flex: 1;
}
.woocommerce-loop-product__title {
	margin-bottom:auto!important;
}
.woocommerce ul.products li.product .price {
	margin: 0;
}