body {
    color: #333;
}

#cart .dropdown-menu {
    background: #fff;
    z-index: 9999;
    position: fixed;
    right: 0;
    top: 0;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: 100%;
    width: 90%;
    max-width: 37.5rem;
    padding: 3rem;
    font-size: 1.4rem;
    border: 0;
    overflow: auto;
}

#cart .dropdown-menu >li {
    border-top: 1px solid #e5e5e5;
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
}

#cart .dropdown-menu >li:first-child {
	overflow: auto;
    padding: 0 3rem;
    margin: 0 -3rem;
    border: 0;
}

.cart-dropdown-menu-close {
    position: fixed;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 2.8rem;
    right: 20px;
    top: 5px;
    color: #222;
    cursor: pointer;
}

#cart .dropdown-menu .table-striped {
    margin-bottom: 3rem;
}

#cart .dropdown-menu .table-striped>tbody>tr {
    background: #fff;
    display: block;
    position: relative;
    padding-right: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #f0f0f0;
}

#cart .dropdown-menu .table>tbody>tr>td, #cart .dropdown-menu .table>tbody>tr>th, #cart .dropdown-menu .table>tfoot>tr>td, #cart .dropdown-menu .table>tfoot>tr>th, #cart .dropdown-menu .table>thead>tr>td, #cart .dropdown-menu .table>thead>tr>th {
    border: 0;
    padding: 0;
}

#cart .dropdown-menu .cart-image {
    min-width: 85px;
}

#cart .dropdown-menu .cart-info {
    padding-left: 1rem !important;
}

#cart .dropdown-menu .button-cart-remove {
    border: 0;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0;
    text-align: center;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
    font-size: 2rem;
    color: #888;
    font-weight: 400;
    text-shadow: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1rem;
}

#cart .dropdown-menu .table-bordered {
    border: 0;
    margin: 0;
}

#cart .dropdown-menu .table-bordered>tbody>tr>td {
    line-height: 3rem;
    color: #909296;
    text-transform: capitalize;
    font-size: 1.6rem;
}

#cart .dropdown-menu .table-bordered>tbody>tr:last-child>td:last-child {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--link-hover-color);
}

#cart .dropdown-menu >li:last-child:not(:first-child) p {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 2rem;
    border-top: 1px solid #ebebeb;
}

#cart .dropdown-menu >li:last-child p > a {
    display: block;
    text-align: center;
    color: #2b2d2f;
    text-transform: uppercase;
    line-height: 28px;
    padding: 10px;
    font-size: 1.5rem;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    background: #ebebeb;
    font-weight: 600;
    border: 0;
    outline-offset: 0;
}

#cart .dropdown-menu >li:last-child p > a:last-child {
    margin-top: 1rem;
}

#cart .dropdown-menu img {
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0;
}

#cart .dropdown-menu .table-bordered>tbody>tr:last-child>td>strong {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2b2d2f;
}

#cart .dropdown-menu .table-striped>tbody>tr:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}




.quickcheckout-heading{
	background: var(--link-hover-color);
    color: #fff;
}

#quickcheckoutconfirm .qc-product-qantity{
	height: initial;
}

#quickcheckoutconfirm .button-update{
	background-color: var(--link-hover-color);
}

#quickcheckoutconfirm .button-update:hover {
    background: var(--button-bg-color);
    color: var(--button-color);
}

#quickcheckoutconfirm .select2-selection{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out;
}

#quickcheckoutconfirm .select2-selection__rendered{
    line-height: inherit;
    padding-left: 0;
}

#quickcheckoutconfirm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

#quickcheckoutconfirm .select2{
	height: 40px;
	font-size: 13px;
}

#quickcheckoutconfirm .select2 img {
	max-width: 30px;
	padding-right: 10px;
}

.select2-container img {
	max-width: 30px;
	padding-right: 10px;
}

#quickcheckoutconfirm .select2 span, .select2-container span {
	font-size: 11px;
}

.quickcheckout-cart td.image img{
	width: auto!important;
	max-width: 100%;
}

.question-block .text-answer{
	overflow: hidden;
	height: 0;
    opacity: 0;
}

.question-block .question .name-answer.active + .text-answer {
    height: auto;
    opacity: 1;
    transition: .6s ease 0s;
	padding-top: 10px;
}

.question-block .question .name-answer{
	cursor: pointer;
    margin-bottom: 0px;
}

.question-block .accordion-item-icon {
    flex-shrink: 0;
    width: 1.375rem;
    font-size: 20px;
    color: var(--link-hover-color);
}

.question-block .name-answer .ion-chevron-down {
    position: absolute;
    right: 15px;
    color: var(--button-bg-color);
	transform: rotate(0deg);
    transition: .4s ease 0s;
}

.question-block .name-answer.active .ion-chevron-down::before {
    transition: .4s ease 0s;
	transform: rotate(180deg);
}

.question-block .question{
	position: relative;
    margin-bottom: 0;
}

.question-block .question + .question{
    border-top: 0;
}

.question-block .question:last-child{
	margin-bottom: 20px;
}

#form-language .dropdown-menu li:nth-child(2) img{
	opacity: 0;
}

.custom-category .product-thumb .button-wishlist{
    background: transparent;
    border: none;
    position: absolute;
    right: 10px;
    z-index: 9;
	top: 4px
}

.custom-category .product-thumb .button-wishlist:before{
	content: none;
}

.custom-category .product-thumb .button-wishlist img{
	max-width: 22px;
}

.custom-category .product-thumb .upc{
	position: absolute;
    z-index: 9;
    right: 10px;
    bottom: 10px;
    margin: 0;
    background: var(--link-hover-color);
    color: #fff;
	padding: 4px;
    border-radius: 10px 0px 0px 10px;
}

.custom-category .product-thumb .upc + .upc{
	bottom: 50px;
}

.custom-category .product-grid .product-thumb .button-cart{
	right: 5px;
    position: absolute;
    bottom: -2px;
	background: transparent;
    border: none;
	padding: 0;
}

.custom-category .product-grid .product-thumb .button-cart:before {
    content: none;
}

.custom-category .product-grid .product-thumb .button-cart span{
	display: none;
}

.custom-category .product-grid .product-thumb:before {
    position: absolute;
    left: -8px;
    top: -8px;
    z-index: -1;
    width: calc(100% + 16px);
    height: calc(100% + 30px);
    padding: 8px;
    -webkit-box-shadow: 0 2px 16px rgba(0,0,0,.24);
    box-shadow: 0 2px 16px rgba(0,0,0,.24);
    background-color: #fff;
    opacity: 0;
    content: "";
}

.custom-category .product-grid .product-thumb:hover:before {
    opacity: 1;
}

#cart .dropdown-menu >li:last-child p >.button-go-checkout {
    background: var(--button-bg-hover-color);
	color: #fff;
}

#cart .dropdown-menu >li:last-child p >.button-go-checkout:hover {
    background: var(--button-bg-color);
    color: var(--button-color);
}

#cart .dropdown-menu >li:last-child:not(:first-child) p {
    padding-top: 15px;
}

#cart .dropdown-menu .cart-info .cart-quantity-container{
	margin-top: 20px;
}

#cart .dropdown-menu .cart-info .cart-quantity-container .cart-product-price{
	float: right;
	color: #2b2d2f;
	font-weight: bold;
    margin-top: 8px;
}

.cart-quantity-product{
    text-align: center;
    width: 40px;
    background: #fff;
    border: 1px solid #dbdbdb;
    color: #2b2d2f;
    line-height: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

#cart .dropdown-menu .cart-info .cart-quantity-container p{
	margin-top: 0px;
	float: left;
    display: flex;
    align-items: center;
}

#cart .dropdown-menu .button-cart-remove{
	top: 15px;
}

.cart-quantity-container p span{
	font-size: 27px;
	cursor: pointer;
}

#cart.active > .dropdown-menu{
	display: block;
}

#cart.active:before {
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    left: 0;
    top: 0;
}

.product-info-details .price .price-new {
	color: #ff0000;
    margin-top: 5px;
    display: block;
}

.product-info-details .price .price-old{
	position: absolute;
	top: -25px;
	left: 20px;
	text-decoration: none;
	white-space: nowrap;
}

.product-info-details .price .price-old span{
    color: #909396;
	text-decoration: line-through;
    text-decoration-color: #ff0000;
	font-size: 14px;
}

.product-info-details .price{
    float: left;
    position: relative;
    margin-right: 45px;
    padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
}

.product-info-details .price .price-old mark{
	color: #ffffff;
    background: #ff0000;
    padding: 0;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 10px;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
}

.product-info-details .price .price-old:before{
	content: none;
}

.product-info-details .form-buy-btn{
	margin-top: 20px;
}

.product-info-details ul.list-unstyled{
	margin-top: 15px;
	padding-top: 15px;
}

.stock-block i{
	margin-right: 10px;
}

.product-info-details .rating-mobile{
	display: none;
}

.close-mobile{
	display: none;
}

#quickcheckoutconfirm .select2-selection:hover{
	background-color: #f6f8fd;
}

.not_call-container{
	clear:both; 
	padding-left: 15px; 
	margin-top:20px;
	padding-top:15px;
	border-top:1px solid #DDDDDD;
}
	
#quickcheckoutconfirm .terms input[type="checkbox"], #quickcheckoutconfirm .not_call-container input[type="checkbox"] {
    display: none;
}

#quickcheckoutconfirm .terms input:checked + .box::before, #quickcheckoutconfirm .not_call-container input:checked + .box::before {
    content: "\f14a";
    color: #1e88e5;
    animation: checkanimate 200ms;
}
#quickcheckoutconfirm .box::before {
    content: "\f096";
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 5px;
    width: 1em;
    display: inline-block;
    font-size: 1.6em;
}

#quickcheckoutconfirm .box{
	height: 20px;
}

#quickcheckoutconfirm .not_call-container label, #quickcheckoutconfirm .terms label{
	display: flex;
	align-items: center;
}

.agree-container{
	display: inline-block;
}

#quickcheckoutconfirm .agree-container .box{
    margin-left: 10px;
    margin-right: 15px;	
}

.close-mobile{
	display: block; 
	background: var(--button-bg-hover-color);
	color: #fff;
	text-align: center;
	line-height: 50px;
	margin-right: -30px;
	margin-left: -30px; 
	margin-bottom: 25px;
	padding-right: 40px;
	font-size: 18px;
}

#cart .cart-dropdown-menu-close{
	color: #fff;
    top: 10px;
}

.close-mobile i{
	float: left;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	cursor: pointer;
}

#cart .dropdown-menu{
	padding-top: 0px;
}

#cart .dropdown-menu .cart-info{
	width: 100%;	
}

.table-total-mini-cart tbody > tr:first-child{
	display: none;
}

.button-buy-container{
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

.product-info-details #button-cart:before{
	content: none;
}

/*.a-top-link.a-item{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}*/

/* .special-categories-module{
    padding-right: 35px;
    padding-left: 35px;
} */

.custom-category .product-thumb .upc{
	display: none;
}

.stock-wishlist-block{
	display: flex;
	flex-wrap: wrap;
}

.stock-wishlist-block button {
    padding: 0;
    line-height: 30px;
    text-align: center;
    background: #fff;
    color: var(--link-color);
    text-transform: capitalize;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 5px 0;
    margin-right: 40px;
    font-size: 1.5rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-weight: 400;
    margin-left: 1px;
}

.stock-wishlist-block button:hover {
    color: var(--link-hover-color);
	background: #fff;
}

.stock-wishlist-block button:before {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    font-size: 1.6rem;
    content: "\e08a";
    font-family: 'simple-line-icons';
    margin-right: 7px;
}

.stock-wishlist-block button.btn-wishlist:after {
    content: "";
    width: 1px;
    height: 14px;
    background: #6a6b6c;
    position: absolute;
    right: -20px;
    margin-top: -7px;
    top: 50%;
}

.stock-wishlist-block button.btn-compare:before {
    content: "\e059";
}

.stock-block{
	color: #3c763d;
    display: flex;
    align-items: center;
	margin-right: 25px;
}


.stock-block span {
    background: #31ce36;
    color: #Fff;
    border-radius: 20px;
    padding: 5px 15px;
}

.discount-block{
    display: flex;
    flex-wrap: wrap;
}

.discount-item{
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 10px 20px;
    margin-right: 20px;
    text-align: center;
	margin-top: 20px;
	cursor: pointer;
}

.discount-item span{
	color: #ff3737;
    font-size: 16px;
    font-weight: 500;
}

.discount-item p{
    margin-bottom: 5px;
    font-size: 16px;
}

.discount-item .discount-price{
    font-size: 20px;
    font-weight: 600;
}

.product-info-details .price p{
    margin-bottom: 8px;
    font-size: 16px;
    color: #69696c;
    font-weight: 400;
}

.product-info-details .price .price-steam-in-box{
	font-size: 25px;
    font-weight: 600;
    color: #333;
    display: block;
}

.discount-block-container .name{
    font-size: 18px;
    font-weight: 600;
	margin-bottom: 0px;
}

.characteristics-full__item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.characteristics-full__label {
    position: relative;
    align-self: flex-start;
    width: 40%;
    font-weight: 500;
}

.characteristics-full__value {
    width: 60%;
    padding-left: 16px;
    box-sizing: border-box;
}

.characteristics-full__label:before {
    position: absolute;
    left: 0;
    bottom: 4px;
    display: block;
    width: 100%;
    border-bottom: 1px dotted #d2d2d2;
    content: "";
}

.characteristics-full__label span {
    position: relative;
    display: inline-block;
    padding-right: 16px;
    background-color: #fff;
}

.characteristics-full__sub-list li:last-child {
    margin-bottom: 0;
}

.ng-star-inserted::marker{
	content: none;
}

.characteristics-full__sub-list{
	padding-left: 0px;
	margin-bottom: 0px;
}

.characteristics-full__value .ng-star-inserted{
	color: var(--link-hover-color);
}

.characteristics-full__list{
	margin-bottom: 35px;
}

.collapse-description {
    max-height: 300px;
    position: relative;
    overflow: hidden;
    transition: .4s;
}

.collapse-description::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 26px;
    z-index: 1;
    background: transparent linear-gradient(180deg,#f6f6F600 0,#f6f6f6 100%);
}


.collapse__btn{
	color: var(--link-hover-color);
    font-size: 16px;
    font-weight: 500;
	cursor: pointer;
}

.collapse-description.open{
	max-height: 100%
}

.collapse-description + .collapse__btn .hide-btn{
	display: none;
}

.collapse-description.open + .collapse__btn .hide-btn{
	display: inline-block;
}


.collapse-description.open + .collapse__btn .read-in-full{
	display: none;
}

.collapse-description.open::after{
	content: none;
}

.product-info-details ul.list-unstyled{
	margin-bottom: 0px;
}

.price-container-category{
	display: flex;
	margin-bottom: 20px;
}

.price-container-category p{
    margin-bottom: 0px;	
}

.product-thumb .product-item .caption .rating {
    display: block;
    padding-top: 15px;
    border-top: 1px solid #ececec;
    margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.price-container-category > div{
	width: 50%;
	text-align: center;
}

.price-container-category .price{
	color: var(--main-color);
}

.price-container-category .price-steam-in-box{
	font-weight: bold;
    font-size: 18px;
}

.discount-item.active{
	border-color: var(--link-hover-color);
}

.call-back-container{
	position: fixed;
    bottom: 85px;
    right: 20px;
    cursor: pointer;
    z-index: 995;
}


.call-back-container p{
	cursor: pointer;
}

.call-back-container .pulsation{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: -1;
    transform: scale(0);
    animation: pulsation 2s infinite;
	background: #005EB8;
	display: block;
}

.call-back-container .call-back .rotation{
    animation: rotation 3s linear infinite;
}

.call-back-container .call-back .call-back-close{
	display: none;
}

.call-back-container .call-back.open .call-back-close{
	display: block;
}

.call-back-container .call-back.open .pulsation, .call-back-container .call-back.open .rotation{
	display: none;
}

.social-networks-container{
	display: none;
}

.social-networks-container .phone{
	position: absolute;
    width: 60px;
    bottom: 110px;
    right: 10px;
}

.social-networks-container .telegram{
    position: absolute;
    width: 60px;
    right: 75px;
    bottom: 75px;
}

.social-networks-container .viber{
    right: 110px;
    position: absolute;
    width: 60px;
    bottom: 10px;
}

.social-networks-container p:hover{
	opacity: 0.8;
}

.call-back-container .call-back.open + .social-networks-container{
	display: block;
}

#back-top {
    bottom: 25px;
}

.call-back-bottom-form{
	background: rgb(0 94 184 / 70%);
    position: fixed;
    width: 100%;
    bottom: 0;
	z-index: 999;
}

.call-back-bottom-form .close{
	top: 12px;
    right: 15px;
    opacity: 1;
    position: absolute;
}

.call-back-bottom-form .close:hover{
	opacity: 0.8;
}

.call-back-form{
	display: flex;
    justify-content: center;
    align-items: center;
	padding-top: 13px;
	padding-bottom: 13px;
}

.call-back-form .small-text{
	font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #FFFFFF;
	margin-bottom: 5px;
}

.call-back-form .big-text{
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	margin-bottom: 0px;
}

.call-back-form .input-block{
	display: flex;
	margin-left: 25px;
	margin-right: 25px;
}

.call-back-form input{
    background: #FFFFFF;
    border-radius: 3px;
    height: 43px;
    width: 290px;
    padding-left: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #A3A3A3;
	border: none;
}

.call-back-form .btn-submit-call-back-form{
    height: 43px;
    padding: 0px 26px;
    margin-left: 4px;
    background: #FFC700;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #1F1F1F;
}

.call-back-form .timer-block{
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #FFFFFF;	
}

.call-back-form .timer-block span{
	padding: 9px 10px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 20.764px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.2);
}

/*.call-back-form .timer-block span + span, .call-back-form .timer-block span + mark, .call-back-form .timer-block mark + span{
	margin-left: 5px;
}*/

.call-back-form .timer-block mark{
    color: #FFFFFF;
    background: transparent;
    padding: 0px;	
}

.call-back-form .desc-form{
	text-align: right;
	display: flex;
	align-items: center;
}

.call-back-form .desc-form p{
	margin: 0px;
	font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}

.call-back-form .desc-form p + p{
	padding-left: 5px;
}

.call-back-form.not-working-time .input-block{
    margin-left: 20px;
    margin-right: 0px;
}

.call-back-form.not-working-time .desc-form{
    margin-right: 15px;
}

.call-back-bottom-form .thanks-block{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
	text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.call-back-bottom-form .button-icon{
	display: none;
}

.call-back-popup-form {
    position: fixed;
    background: #005EB8;
    z-index: 999;
    top: 20%;
    padding-left: 30px;
    padding-right: 30px;
	left: 0;
    right: 0;
    margin: auto;
    width: max-content;
	border-radius: 3px;
}

.call-back-popup-form .button-icon{
	display: none;
}

.call-back-popup-form .thanks-block{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
	text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.call-back-popup-form .close{
	top: 2px;
    right: 10px;
    opacity: 1;
    position: absolute;
	width: 20px;
}

.call-back-popup-form .close:hover{
	opacity: 0.8;
}

.call-back-popup-form .call-back-form{
	flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 35px;
	display: block;
}


.call-back-popup-form .call-back-form .desc-form{
    text-align: center;
    margin-bottom: 20px;
}

.call-back-popup-form .call-back-form .input-block{
    margin-left: 0;
    margin-right: 0;
    width: auto;
	margin-bottom: 35px;
}

.call-back-popup-form-container:before {
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    left: 0;
    top: 0;
}

.call-back-popup-form .button-text{
    padding-left: 15px;
    padding-right: 15px;
}

.call-back-popup-form .call-back-form.not-working-time .desc-form{
	margin-bottom: 25px;
	margin-right: 0;
}

.call-back-popup-form .call-back-form.not-working-time .input-block{
	margin-bottom: 0px;
	margin-top: 35px;
    display: flex;
    justify-content: center;
}

.loading-btn {
	opacity: 0.7;
	pointer-events: none;
}

.loading-btn span {
	display: none;
}

.loading-btn:before{
	content: 'Загрузка...';
}

.call-back-form .btn-submit-call-back-form:hover{
	opacity: 0.8;
}

.error-input {
	border: 2px solid #AC0000!important;
}

.call-back-form .input-block.disabled{
	pointer-events: none;
}

.call-back-container.shift{
    bottom: 140px;
}

html[lang=ru] .language .btn-group button.dropdown-toggle img{
	display: none;
}

.call-back-bottom-form .mobile-timer-block{
	display: none;
	margin: 0px;
	font-weight: 700;
    font-size: 18px;
    line-height: 21px;
	padding-left: 5px;
	color: #FFFFFF;
}






@media screen and (min-width: 1199px){
	.horizontal-menu .mega-menu-container .sub-item2-content > div{border: 1px solid #ddd; border-radius: 10px; padding-left: 5px; padding-right: 5px; text-align: center; height: 100%;}
	.horizontal-menu .mega-menu-container .mega-menu-container-row{display: flex; flex-wrap: wrap;}
	.horizontal-menu .mega-menu-container .mega-menu-container-row > div{margin-bottom: 15px; top: 0;}
	.horizontal-menu .mega-menu-container .sub-item2-content > div:hover{box-shadow: 0 0 5px rgba(0,0,0,0.5);}

}

@media screen and (max-width: 992px){
	.product-info-details .price{float: none; margin-right: 0px;}
	.call-back-form input{font-size: 13px; width: 220px;}
	.call-back-form .input-block{margin-left: 20px; margin-right: 20px;}
	.call-back-form .timer-block span{padding: 5px 6px;}
	.call-back-form .small-text{font-size: 14px;}
	.call-back-popup-form .call-back-form .small-text{font-size: 15px;}
	.call-back-popup-form .call-back-form .timer-block span{padding: 11px 12px;}
	
	.call-back-bottom-form .call-back-form.not-working-time{padding-top: 24px; padding-bottom: 19px; display: block;}
	.call-back-bottom-form .call-back-form.not-working-time .desc-form{text-align: center; justify-content: center;}
	.call-back-bottom-form .call-back-form.not-working-time .input-block{margin-left: 0; justify-content: center; margin-top: 13px;}
	.call-back-bottom-form .timer-block{display: none;}
	.call-back-bottom-form .mobile-timer-block{display: block;}
	.call-back-form .btn-submit-call-back-form{border-radius: 4px; margin-left: -1px; padding: 0px 11.5px;}
	
}

@media screen and (max-width: 767px){
	.product-info-details .price .price-old mark{display: none;}
	.product-info-details .price .price-old{position: relative; left: 0px; margin-left: 10px; top: auto;}
	.product-info-details .price .price-new{color: var(--link-hover-color);}
	.product-info-details .price .price-old span{font-size: 2.8rem; color: #ff0000;}
	.product-info-details .rating{display: none;}
	.product-info-details .rating-mobile{width: 80px;float: right;margin-top: 10px; display: block; margin-bottom: 0;}
	.product-info-details .price{margin-bottom: 20px;}
	.product-info-details #button-cart{margin: auto;float: none;margin-bottom: 10px;}
	.product-info-details h1{margin-bottom: 10px;}
	.product-info-details .price .price-new{display: inline-block;}
	.product-info-details-more .tab-content{padding-left: 15px; padding-right: 15px;}
	.button-buy-container{margin: auto; display: block; max-width: 330px;}
	#back-top {bottom: 20px;}
	.call-back-container{bottom: 85px;}
	.call-back-form .timer-block{display: none;}
	.call-back-form .input-block{margin-left: 30px; margin-right: 0px;}
	.call-back-form input{width: 240px;}
	.call-back-popup-form .call-back-form .timer-block{display: block;}

	.call-back-container.shift{bottom: 149px;}
	
}

@media screen and (max-width: 650px){
	.call-back-form{padding-top: 40px; padding-bottom: 40px; flex-wrap: wrap;}
	.call-back-form .desc-form{width: 100%; text-align: center; margin-bottom: 20px;}
	.call-back-form .small-text{font-size: 15px;}
	.call-back-form .input-block{margin-left: 0px;}
	.call-back-form input{width: 250px; font-size: 15px;}
	.call-back-bottom-form .button-icon{display: block;}
	.call-back-bottom-form .button-text{display: none;}
	.call-back-popup-form .button-icon{display: block;}
	.call-back-popup-form .button-text{display: none;}
	
}

@media screen and (max-width: 500px){
	.call-back-popup-form .call-back-form .big-text{font-size: 16px;}
	.call-back-popup-form .call-back-form .small-text{font-size: 14px;}
}

@media screen and (max-width: 450px){
	.custom-category .price .price-old{display: block; margin-left: 0px;}
	.custom-category .price .price-old:before{content: none;}
	#cart .dropdown-menu{width: 100%; max-width: 100%;}
	.product-info-details #button-cart{width: 100%;}
	.price-container-category p{font-size: 12.5px;}
	.call-back-popup-form .call-back-form input{width: 230px; font-size: 13px;}
	
	.call-back-bottom-form .desc-form{flex-wrap: wrap; justify-content: center;}
	.call-back-bottom-form .desc-form p.small-text{width: 100%;}

}





@keyframes pulsation{
	0%{
		transform:scale(0);
		opacity:1
	}
	50%{
		opacity: .5;
	}
	to{
		transform:scale(1);
		opacity:0;
	}
}

@keyframes rotation{
	0%, 100%, 50% {
		transform: rotate(0);
	}
	25% {
		transform: rotate(30deg);
	}
	75% {
		transform: rotate(-30deg);
	}
}






