

/* Start:/local/components/artmix/catalog.buyoneclick/templates/.default/style.css?16788537543448*/
.ax-buyoneclick-form p {
    margin: 0 0 10px;
}

.ax-buyoneclick-form-msg-error-row,
.ax-buyoneclick-form-msg-success-row {
    margin-bottom: 15px;
}

.ax-buyoneclick-form-msg-error-row {
    color: #f00;
}

.ax-buyoneclick-form-msg-success-row {
    color: green;
}

#ax-buyoneclick-popup-window .popup-window-content {
    position: relative;
}

#ax-buyoneclick-popup-window.process .popup-window-content:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0.6;
    filter: alpha(opacity=30);
    z-index: 100;
    display: block;
    cursor: wait;
}

/*------*/
.ax-buyoneclick-inner {
    padding: 20px 20px;
    min-width: 350px;
}

.popup-window-close-icon {
    margin: 10px 5px 0 0;
}

.ax-buyoneclick-popup-window {
    border: 1px solid #d1d1d1;
    border-radius: 0;
}

.ax-buyoneclick-form-title {
    font-size: 26px;
    color: #333;
    margin: 10px 0 10px 0;
}

.ax-buyoneclick-label-name {
    display: block;
    color: #788791;
    font-size: 13px;
    margin-top: 25px;
}

.ax-buyoneclick-form .ax-buyoneclick-form-submit {
    color: white;
    width: 85px;
    height: 35px;
    border-radius: 4px;
    border: none;
    background: #48C658;
    margin-top: 20px;
}

.ax-buyoneclick-form .ax-buyoneclick-form-submit:hover {
    background: #48C658;
}

.ax-buyoneclick-form .ax-buyoneclick-input-s {
    border-radius: 4px;
    border: 1px solid #ccd5db;
    width: 100%;
    padding: 10px;
    background: #f8fafc;
    height: inherit;
    margin: 0;
    box-sizing: border-box;
}

.ax-buyoneclick-form .ax-buyoneclick-textarea-s {
    border-radius: 4px;
    border: 1px solid #ccd5db;
    width: 100%;
    background: #f8fafc;
    margin: 0;
    height: inherit;
    box-sizing: border-box;
}

.ax-buyoneclick-form .ax-buyoneclick-form-msg-error-row {
    background: #f2dede;
    border-radius: 3px;
    padding: 10px;
}

.ax-buyoneclick-form .ax-buyoneclick-form-msg-success-row {
    background: #70bb18;
    border-radius: 3px;
    color: white;
    padding: 10px;
}

.ax-buyoneclick-captcha-block {
    margin-bottom: 10px;
}

.ax-buyoneclick-captcha-block .ax-buyoneclick-form-captcha-img {
    cursor: pointer;
}

.ax-buyoneclick-form .ax-licence-block {
    max-width: 250px;
    margin-top: 24px;
}

.ax-buyoneclick-form .ax-licence-block .ax-buyoneclick-label-name {
    margin-top: 0;
    padding-left: 20px;
    padding-top: 2px;
}

.ax-buyoneclick-form .ax-licence-block .ax-licence-block-input {
    float: left;
}

.ax-buyoneclick-form .ax-buyoneclick-text {
    max-width: 330px;
    display: block;
    color: #788791;
    font-size: 13px;
    margin-top: 11px;
    margin-bottom: 20px;
}

.ax-buyoneclick-form .ax-buyoneclick-text a {
    text-decoration: underline;
}

.ax-buyoneclick-form .ax-buyoneclick-form-submit.ax-disabled {
    background: #cfd3d8;
}

.ax-whatsapp-button {
	cursor: pointer;
	background-color: #2CB641;
	color: #fff;
}

.ax-whatsapp-button:hover {
	background-color: #48C658;
    color: #fff;
}

.js-ax-buyoneclick-button:hover{ cursor: pointer; }

.ax-buyoneclick-inner{
    font-family: 'Montserrat', sans-serif !important;
}

.form-field-wrap .ax-buyoneclick-input-s{
    width: 100%;
    height: 56px;
    background: #EBF1F5;
    font-size: 18px;
    color: #52636C;
    padding: 0 32px;
    border: none;
    outline: none;
    box-shadow: inset 0px 0px 5px rgba(170, 188, 203, 0.2);
}

/* End */


/* Start:/local/templates/.default/components/bitrix/sale.basket.basket/cart/style.css?16974582801655*/
.itemsNumber2{
	border-width: 0px;
    width: 18px;
    height: 30px;
    font-family: 'Roboto Slab', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #4C6579;
}

.js-ax-buyoneclick-button {
    margin-top: 20px;
    width: 321px;
    height: 56px;
    background: -webkit-gradient(linear, left top, left bottom, from(#A3CF6C), to(#A3CF6C));
    background: -o-linear-gradient(top, #A3CF6C 0%, #A3CF6C 100%);
    background: linear-gradient(180deg, #A3CF6C 0%, #A3CF6C 100%);
    -webkit-box-shadow: 0px 20px 45px rgba(244, 94, 0, 0.35);
            box-shadow: 0px 20px 45px rgba(244, 94, 0, 0.35);
    border-radius: 32px;
    font-family: 'Roboto Slab', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #FFFFFF;
    border: none;
    transition: all .625s;
}

.js-ax-buyoneclick-button:hover {
    cursor: pointer;
    background: #78b330;
    color: #FFFFFF !important;
    transition-delay: 0ms !important;
    transition: none;
    transition-duration: 0 !important;
}

.ax-buyoneclick-inner{
    font-family: 'Roboto Slab', sans-serif !important;
}

.cart .wrapper .container .left .cart_item .price .old {
    text-decoration: line-through;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/sale.basket.basket/cart/themes/blue/style.css?1600288906703*/
/* SCU */
.bx-blue .basket-item-scu-item:hover,
.bx-blue .basket-item-scu-item.selected,
.bx-blue .basket-item-scu-item.not-available:hover { border-color: #006cc0; }

/* Amount */
.bx-blue .basket-item-amount-filed:hover,
.bx-blue .basket-item-amount-filed:focus { border-color: #006cc0; }

/* BTN */
div.bx-blue .btn.btn-default {
	outline: none;
	border-color: #1485ce;
	background-color: #1485ce;
	color: #fff;
}

div.bx-blue .btn.btn-default:hover {
	outline: none;
	border-color: #53a4d8;
	background-color: #53a4d8;
	color: #fff;
}

div.bx-blue .btn.btn-default:active {
	outline: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
/* End */
/* /local/components/artmix/catalog.buyoneclick/templates/.default/style.css?16788537543448 */
/* /local/templates/.default/components/bitrix/sale.basket.basket/cart/style.css?16974582801655 */
/* /local/templates/.default/components/bitrix/sale.basket.basket/cart/themes/blue/style.css?1600288906703 */
