

/* Start:/local/templates/vent_template/components/beehive/cart/cart_custom/style.css?17833347438824*/
.bc-cart-page-w * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.bc-cart-page-w {
    position: relative;
    width: 50%;
		float:right;
    margin: 0 auto;
}

.bc-cart-page-w.bc-cart-page-w-visible {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.bc-cart-page-w-btn-show-cart {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: -58px;
    top: 0;
    width: 58px;
    height: 76px;
    background: #e2e2e2;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    cursor: pointer;
    border-right: none;
    z-index: 10;
}

.bc-cart-page-w-btn-show-cart-count {
    position: absolute;
    left: 50%;
    top: 40px;
    margin: 0 0 0 -9px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    color: #FFF;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    background-color: #ee3733;
}

.bc-cart-page-w-btn-show-cart-count:before {
    content: '';
    position: absolute;
    left: 8px;
    top: -22px;
    margin: 0 0 0 -8px;
    width: 16px;
    height: 16px;
    background: url(/local/templates/vent_template/components/beehive/cart/cart_custom/images/cart.png) no-repeat;
}

.bc-cart-page-w-content {
    background-color: #fff;
    position: relative;
		margin-left:28px;
}

.bc-cart-page-w-title {
        font-size: 34px;
    font-weight: 500;
    margin-bottom: 26px;
}

.bc-cart-page-w-delete-all:link,
.bc-cart-page-w-delete-all:visited,
.bc-cart-page-w-delete-all {
    font-size: 14px;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-decoration: none;
    display: flex;
    border-radius: 20px;
    max-height: 35px;
    position: relative;
    top: 4px;
    padding: 0px 20px;
		color:#ee3733;
    border: 1px solid #ee3733;
		gap: 8px;
}
.bc-cart-page-w-delete-all svg {
	width:18px;
	height:18px;
	stroke:#ee3733;
}
.bc-cart-page-w-delete-all svg path{
	stroke:#ee3733;
}

.bc-cart-page-w-delete-all:hover {
    background-color: #ee3733;
    color: #fff;;
}
.bc-cart-page-w-delete-all:hover svg path{
    stroke:#fff;
}

.bc-cart-page-w-content-inner {
    clear: both;
}

.bc-cart-page-w-title-w {
    overflow: hidden;
    padding: 0 10px 20px 0;
		    display: grid;
    grid-template-columns: 5fr 1fr;
}


.bc-cart-page-w-content-item-header, .bc-cart-page-w-content-item-body {
    display: table-cell;
}

.bc-cart-page-w-content-item-body-1,
.bc-cart-page-w-content-item-header-1 {
    width: 100%;
}

.bc-cart-page-w-content-item-body-2,
.bc-cart-page-w-content-item-header-2 {
    width: 20%;
}

.bc-cart-page-w-content-item-body-3,
.bc-cart-page-w-content-item-header-3 {
    width: 20%;
}

.bc-cart-page-w-content-item-body-4,
.bc-cart-page-w-content-item-header-4 {
    width: 20%;
}


.bc-cart-page-w-conten-bottom {
    background-color: rgb(242, 242, 242);
    padding: 15px 60px 15px 20px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    overflow: hidden;
}
.bc-cart-page-w-content-tbl-minimal_order_sum {
    float: left;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 5px;
}

.bc-cart-page-w-content-tbl-total {
    float: right;
}
.bc-cart-w-content-tbl-discount {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 5px;
}
.bc-cart-page-w-content-item:first-child {
    padding-bottom: 15px;
    padding-top: 0;
}
.bc-cart-page-w-content-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f3f4f6;
		display: grid;
    grid-template-columns: 4fr 1fr;
		align-items: center;
}
.bc-cart-page-w-content-item:last-child {
    border-bottom: none;
}

.bc-cart-page-w-content-item-body-2, .bc-cart-page-w-content-item-body-4 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.bc-cart-page-w-content-price-w {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    font-size: 15px;
}

.bc-cart-page-w-content--old-price {
    font-size: 15px;
    color: #8c8c8c;
    font-weight: 400;
    position: relative;
    display: inline-block
}

.bc-cart-page-w-content--old-price:before {
    content: '';
    display: block;
    position: absolute;
    border-top: 1px solid #000;
    top: 50%;
    left: -2px;
    right: -2px;
}

.bc-cart-page-w-content-counter-qty {
        width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background: transparent;
    font-size: 22px;
    font-weight: 600;
    color: #0C0C2D;
    line-height: 1;
    display: grid;
    place-items: center;
    transition: background .15s;
		cursor:pointer;
}

.bc-cart-page-w-content-counter-qty:hover {
    background:#e4e7ec
}

.bc-cart-page-w-content-counter {
       display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f3f4f6;
    border-radius: 30px;
    padding: 6px;
}

.bc-cart-page-w-content-counter-qty.minus {

}

.bc-cart-page-w-content-counter-qty.plus {

}

.bc-cart-page-w-content-counter .counter-field {
        min-width: 26px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
		border:none;
		background: transparent;
}

.bc-cart-page-w-content-counter .counter-field:hover,
.bc-cart-page-w-content-counter .counter-field:focus,
.bc-cart-page-w-content-counter .counter-field:active {
    outline: none;
}

.bc-cart-page-w-content-name a:visited,
.bc-cart-page-w-content-name a:link,
.bc-cart-page-w-content-name a {
    text-decoration: none;
}

.bc-cart-page-w-content-checkout:visited,
.bc-cart-page-w-content-checkout:link,
.bc-cart-page-w-content-checkout {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 6px 16px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background-color: #ee3733;
}

.bc-cart-page-w-content-checkout:hover,
.bc-cart-page-w-content-checkout:active,
.bc-cart-page-w-content-checkout:focus {
    background: #444;
    color: #fff;
}

.bc-cart-page-w-content-attr {
    font-size: 11px;
}

.bc-cart-page-w-content-attr-value {
    color: #000;
}

.bc-cart-page-w-content-item-image {
    float: left;
    margin-right: 15px;
    width: 96px;
		height:96px;
    text-align: center;
	background: #D6F2FF;
}
.bc-cart-page-w-content-item-image img{
    width:96px;
		height:96px;
		object-fit: cover;
}
.bc-cart-page-w-content-tbl-checkout {
    overflow: hidden;
    padding: 15px 30px 15px;
}

.bc-cart-page-w-content-td-remove-link {
    right: -2px;
    content: '';
    display: inline-block;
    position: absolute;
    /* background-image: url(/local/templates/vent_template/components/beehive/cart/cart_custom/images/i_cart-item-delete.png); */
    cursor: pointer;
    width: 12px;
    height: 12px;
    top: 50%;
    font-size: 0;
    margin-top: -5px;
    padding: 2px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    width: 15px;
    height: 15px;
}
.bc-cart-page-w-content-td-remove-link:hover{
    fill: #ffffff;
    background-color: #ff0100;
}
.bc-cart-page-w-content-item-body-3 {
    text-align: left;
    position: relative;
}

.bc-cart-page-w-content-tbl-w {
}

.bc-cart-page-w-content-title-empty {
    padding: 28px 30px 40px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    border-right: none;
    line-height: 1.5;
}

.clear {
	clear: both;
}
.bc-cart-page-w-content-item-detail {
    min-height: 50px;
}

.bc-preload {
    position: relative;
}
.bc-cart-page-inner-w[v-cloak]{
    opacity: 0;
}


.bc-cart-page-inner-w[v-cloak]{
    display: none;
}
.additional-params-item{
    border: 1px solid rgb(158, 158, 158);
    border-radius: 4px;
    display: inline-block;
    padding: 2px 5px;
    line-height: 11px;
    background-color: rgb(158, 158, 158);
    color: rgb(255, 255, 255);
    margin: 0 1px;
}
@media (max-width: 900px) {
	.bc-cart-page-w {
    position: relative;
    width: 100%;
		float:none;
    margin: 0 auto;
	}
	.bc-cart-page-w-content {
			margin-left: 0;
	}
	.bee-form fieldset {
			padding: 20px 0;
	}
	.additional-params-item {
			display: flex!important;
	}
}

/* End */


/* Start:/local/templates/vent_template/components/beehive/cart.form/order_cart/style.css?178309318828871*/
.bee-form header {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 26px;
}

.bee-form fieldset {
    display: block;
    padding: 20px 20px 20px 0;
    border: none;
    background: rgba(255, 255, 255, .9);
}

.bee-form fieldset + fieldset {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.bee-form section {
    margin-bottom: 20px;
}

.bee-form footer {
    display: block;
    padding: 0 0 48px 0;
}

.bee-form footer:after {
    content: '';
    display: table;
    clear: both;
}

.bee-form a {
    color: #2da5da;
}

.bee-form .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
    font-weight: 400;
}

.bee-form .label.col {
    margin: 0;
    padding-top: 10px;
}

.bee-form .note {
    margin-top: 6px;
    padding: 0 1px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
}

.bee-form .input,
.bee-form .select,
.bee-form .textarea,
.bee-form .radio,
.bee-form .checkbox,
.bee-form .toggle,
.bee-form .button {
    position: relative;
    display: block;
}


.bee-form .progress {
    float: right;
    margin-top: 10px;
    line-height: 39px;
    color: #232323;
}

.bee-form button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/**/
/* captcha inputs */
/**/
.bee-form .input-captcha img {
    position: absolute;
    top: 2px;
    right: 2px;
    border-left: 1px solid #e5e5e5;
}

/**/
/* file inputs */
/**/
.bee-form .input-file .button {
    position: absolute;
    top: 4px;
    right: 4px;
    float: none;
    height: 31px;
    margin: 0;
    padding: 0 20px;
    font-size: 13px;
    line-height: 31px;
}

.bee-form .input-file .button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bee-form .input-file .button input {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    font-size: 30px;
    cursor: pointer;
    opacity: 0;
}

/**/
/* selects */
/**/
.bee-form .select i {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 28px;
    height: 35px;
    background: #fff;
    pointer-events: none;
    border: none;
}

.bee-form .select i:after,
.bee-form .select i:before {
    content: '';
    position: absolute;
    right: 10px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.bee-form .select i:after {
    bottom: 12px;
    border-top: 4px solid #404040;
}

.bee-form .select i:before {
    top: 12px;
    border-bottom: 4px solid #404040;
}

.bee-form .select select {
    padding-right: 28px;
}

.bee-form .select-multiple select {
    height: auto;
}

/**/
/* textareas */
/**/
.bee-form .textarea textarea {
    height: auto;
    resize: none;
}

.bee-form .textarea-resizable textarea {
    resize: vertical;
}

.bee-form .textarea-expandable textarea {
    height: 39px;
}

.bee-form .textarea-expandable textarea:focus {
    height: auto;
}

/**/
/* radios and checkboxes */
/**/
.bee-form .radio,
.bee-form .checkbox {
    margin-bottom: 4px;
    padding-left: 30px;
    font-size: 15px;
    line-height: 27px;
    color: #404040;
    cursor: pointer;
}

.bee-form .radio:last-child,
.bee-form .checkbox:last-child {
    margin-bottom: 0;
}

.bee-form .radio input,
.bee-form .checkbox input {
    position: absolute;
    left: -9999px;
}

.bee-form .radio i,
.bee-form .checkbox i {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    outline: none;
    border-width: 2px;
    border-style: solid;
    background: rgb(255, 255, 255);
    font-size: 40px;
}

.bee-form .radio i {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.bee-form .radio input + i:after,
.bee-form .checkbox input + i:after {
    position: absolute;
    opacity: 0;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.bee-form .radio input + i:after {
    content: '';
    top: 4px;
    left: 4px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.bee-form .checkbox input + i:after {
    content: '\f00c';
    top: 0px;
    left: 2px;
    width: 15px;
    height: 15px;
    font: normal 18px/16px FontAwesome;
    text-align: center;
}

.bee-form .radio input:checked + i:after,
.bee-form .checkbox input:checked + i:after {
    opacity: 1;
}

.bee-form .inline-group {
    margin: 0 -30px -4px 0;
}

.bee-form .inline-group:after {
    content: '';
    display: table;
    clear: both;
}

.bee-form .inline-group .radio,
.bee-form .inline-group .checkbox {
    float: left;
    margin-right: 30px;
}

.bee-form .inline-group .radio:last-child,
.bee-form .inline-group .checkbox:last-child {
    margin-bottom: 4px;
}

/**/
/* toggles */
/**/
.bee-form .toggle {
    margin-bottom: 4px;
    padding-right: 61px;
    font-size: 15px;
    line-height: 27px;
    color: #404040;
    cursor: pointer;
}

.bee-form .toggle:last-child {
    margin-bottom: 0;
}

.bee-form .toggle input {
    position: absolute;
    left: -9999px;
}

.bee-form .toggle i {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    display: block;
    width: 49px;
    height: 17px;
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #fff;
}

.bee-form .toggle i:after {
    content: 'OFF';
    position: absolute;
    top: 2px;
    right: 8px;
    left: 8px;
    font-style: normal;
    font-size: 9px;
    line-height: 13px;
    font-weight: 700;
    text-align: left;
    color: #5f5f5f;
}

.bee-form .toggle i:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 4px;
    display: block;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    -ms-transition: right 0.2s;
    -moz-transition: right 0.2s;
    -webkit-transition: right 0.2s;
}

.bee-form .toggle input:checked + i:after {
    content: 'ON';
    text-align: right;
}

.bee-form .toggle input:checked + i:before {
    right: 36px;
}

/**/
/* ratings */
/**/
.bee-form .rating {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 27px;
    color: #404040;
}

.bee-form .rating:last-child {
    margin-bottom: 0;
}

.bee-form .rating input {
    position: absolute;
    left: -9999px;
}

.bee-form .rating label {
    display: block;
    float: right;
    height: 17px;
    margin-top: 5px;
    padding: 0 2px;
    font-size: 17px;
    line-height: 17px;
    cursor: pointer;
}

/**/
/* buttons */
/**/
.bee-form .button {
    width: 100%;
    max-width: 350px;
    background: #D2FCB3;
    border: none;
    border-radius: 40px;
    padding: 24px 20px;
    font-size: 19px;
    font-weight: 600;
		margin-top: 40px;
		font-family: "Montserrat", serif;
    transition: background .2s, transform .05s;
		cursor: pointer;
}
.bee-form .button:hover {
    background-color: #a6e576;
}
.bee-form .button-uploading {
    position: relative;
    color: transparent;
    cursor: default;
}

.bee-form .button-uploading:after {
    content: 'Uploading...';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    -o-animation: blink 1s linear infinite;
    -ms-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    -webkit-animation: blink 1s linear infinite;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0.3
    }
    100% {
        opacity: 1
    }
}

/**/
/* icons */
/**/
.bee-form .icon-append,
.bee-form .icon-prepend {
    position: absolute;
    top: 5px;
    width: 29px;
    height: 29px;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
}

.bee-form .icon-append {
    right: 5px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid;
}

.bee-form .icon-prepend {
    left: 5px;
    padding-right: 3px;
    border-right-width: 1px;
    border-right-style: solid;
}

.bee-form .input .icon-prepend + input,
.bee-form .textarea .icon-prepend + textarea {
    padding-left: 46px;
}

.bee-form .input .icon-append + input,
.bee-form .textarea .icon-append + textarea {
    padding-right: 46px;
}

.bee-form .input .icon-prepend + .icon-append + input,
.bee-form .textarea .icon-prepend + .icon-append + textarea {
    padding-left: 46px;
}

/**/
/* grid */
/**/
.bee-form .row {
    margin: 0 -15px;
}

.bee-form .row:after {
    content: '';
    display: table;
    clear: both;
}

.bee-form .col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.bee-form .col-1 {
    width: 8.33%;
}

.bee-form .col-2 {
    width: 16.66%;
}

.bee-form .col-3 {
    width: 25%;
}

.bee-form .col-4 {
    width: 33.33%;
}

.bee-form .col-5 {
    width: 41.66%;
}

.bee-form .col-6 {
    width: 50%;
}

.bee-form .col-7 {
    width: 58.33%;
}

.bee-form .col-8 {
    width: 66.67%;
}

.bee-form .col-9 {
    width: 75%;
}

.bee-form .col-10 {
    width: 83.33%;
}

.bee-form .col-11 {
    width: 91.66%;
}

@media screen and (max-width: 600px) {
    .bee-form .col {
        float: none;
        width: 100%;
    }
}

/**/
/* tooltips */
/**/
.bee-form .tooltip {
    position: absolute;
    z-index: 1;
    left: -9999px;
    padding: 2px 8px 3px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    opacity: 0;
    -ms-transition: margin 0.3s, opacity 0.3s;
    -moz-transition: margin 0.3s, opacity 0.3s;
    -webkit-transition: margin 0.3s, opacity 0.3s;
}

.bee-form .tooltip:after {
    content: '';
    position: absolute;
}

.bee-form .input input:focus + .tooltip,
.bee-form .textarea textarea:focus + .tooltip {
    opacity: 1;
}

.bee-form .tooltip-top-right {
    bottom: 100%;
    margin-bottom: 15px;
}

.bee-form .tooltip-top-right:after {
    top: 100%;
    right: 16px;
    border-top: 4px solid rgba(0, 0, 0, 0.9);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.bee-form .input input:focus + .tooltip-top-right,
.bee-form .textarea textarea:focus + .tooltip-top-right {
    right: 0;
    left: auto;
    margin-bottom: 5px;
}

.bee-form .tooltip-top-left {
    bottom: 100%;
    margin-bottom: 15px;
}

.bee-form .tooltip-top-left:after {
    top: 100%;
    left: 16px;
    border-top: 4px solid rgba(0, 0, 0, 0.9);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.bee-form .input input:focus + .tooltip-top-left,
.bee-form .textarea textarea:focus + .tooltip-top-left {
    right: auto;
    left: 0;
    margin-bottom: 5px;
}

.bee-form .tooltip-right {
    top: 9px;
    white-space: nowrap;
    margin-left: 15px;
}

.bee-form .tooltip-right:after {
    top: 6px;
    right: 100%;
    border-top: 4px solid transparent;
    border-right: 4px solid rgba(0, 0, 0, 0.9);
    border-bottom: 4px solid transparent;
}

.bee-form .input input:focus + .tooltip-right,
.bee-form .textarea textarea:focus + .tooltip-right {
    left: 100%;
    margin-left: 5px;
}

.bee-form .tooltip-left {
    top: 9px;
    white-space: nowrap;
    margin-right: 15px;
}

.bee-form .tooltip-left:after {
    top: 6px;
    left: 100%;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid rgba(0, 0, 0, 0.9);
}

.bee-form .input input:focus + .tooltip-left,
.bee-form .textarea textarea:focus + .tooltip-left {
    right: 100%;
    left: auto;
    margin-right: 5px;
}

.bee-form .tooltip-bottom-right {
    top: 100%;
    margin-top: 15px;
}

.bee-form .tooltip-bottom-right:after {
    bottom: 100%;
    right: 16px;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(0, 0, 0, 0.9);
    border-left: 4px solid transparent;
}

.bee-form .input input:focus + .tooltip-bottom-right,
.bee-form .textarea textarea:focus + .tooltip-bottom-right {
    right: 0;
    left: auto;
    margin-top: 5px;
}

.bee-form .tooltip-bottom-left {
    top: 100%;
    margin-top: 15px;
}

.bee-form .tooltip-bottom-left:after {
    bottom: 100%;
    left: 16px;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(0, 0, 0, 0.9);
    border-left: 4px solid transparent;
}

.bee-form .input input:focus + .tooltip-bottom-left,
.bee-form .textarea textarea:focus + .tooltip-bottom-left {
    right: auto;
    left: 0;
    margin-top: 5px;
}

/**/
/* normal state */
/**/
.bee-form .input input,
.bee-form .select select,
.bee-form .textarea textarea,
.bee-form .radio i,
.bee-form .checkbox i,
.bee-form .toggle i,
.bee-form .icon-append,
.bee-form .icon-prepend {
		width:100%;
		    /*width: calc(100% - 40px);*/
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 600;
    color: #9E9EAB;
    padding: 14px 20px;
    border: none;
    border: 1px solid #9E9EAB;
}

.bee-form .toggle i:before {
    background-color: #2da5da;
}

.bee-form .rating label {
    color: #ccc;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}

.bee-form .button {
    background-color:#D2FCB3;


    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

.bee-form .button.button-secondary {
    background-color: #b3b3b3;
}

.bee-form .icon-append,
.bee-form .icon-prepend {
    color: #ccc;
		display:none;
}

/**/
/* hover state */
/**/
.bee-form .input:hover input,
.bee-form .select:hover select,
.bee-form .textarea:hover textarea,
.bee-form .radio:hover i,
.bee-form .checkbox:hover i,
.bee-form .toggle:hover i,
.bee-form .ui-slider-handle:hover {
    border-color: #9E9EAB;
}

.bee-form .rating input + label:hover,
.bee-form .rating input + label:hover ~ label {
    color: #2da5da;
}

.bee-form .button:hover {
    opacity: .8;
}

/**/
/* focus state */
/**/

/**/
/* checked state */
/**/


/**/
/* error state */
/**/
.bee-form .state-error input,
.bee-form .state-error select,
.bee-form .state-error select + i,
.bee-form .state-error textarea,
.bee-form .radio.state-error i,
.bee-form .checkbox.state-error i,
.bee-form .toggle.state-error i,
.bee-form .toggle.state-error input:checked + i {
    background: #fff0f0;
}

.bee-form .state-error + em {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;

    color: #ff0000;

}

.bee-form .rating.state-error + em {
    margin-top: -4px;
    margin-bottom: 4px;
}

/**/
/* success state */
/**/
.bee-form .state-success input,
.bee-form .state-success select,
.bee-form .state-success select + i,
.bee-form .state-success textarea,
.bee-form .radio.state-success i,
.bee-form .checkbox.state-success i,
.bee-form .toggle.state-success i,
.bee-form .toggle.state-success input:checked + i {
    background: #f0fff0;
}

.bee-form .state-success + em {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #ee9393;
}

.bee-form .note-success {
    color: #6fb679;
}

/**/
/* disabled state */
/**/
.bee-form .input.state-disabled input,
.bee-form .select.state-disabled,
.bee-form .textarea.state-disabled,
.bee-form .radio.state-disabled,
.bee-form .checkbox.state-disabled,
.bee-form .toggle.state-disabled,
.bee-form .button.state-disabled {
    cursor: default;
    opacity: 0.5;
}

.bee-form .input.state-disabled:hover input,
.bee-form .select.state-disabled:hover select,
.bee-form .textarea.state-disabled:hover textarea,
.bee-form .radio.state-disabled:hover i,
.bee-form .checkbox.state-disabled:hover i,
.bee-form .toggle.state-disabled:hover i {
    border-color: #e5e5e5;
}

/**/
/* submited state */
/**/
.bee-form .message i{
    display: inline-block;
    margin: 0 6px 0 0;
    width: 21px;
    height: 21px;
    border: 1px solid #6fb679;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    float: left;
}
.bee-form .message.message-ok i {
    border-color: #6fb679;
    color: #6fb679;

}

.bee-form .message.message-error i {

    border-color:  #ee3733;
    color: #ee3733;

}

.bee-form .message {
    display: block;
    padding: 25px 30px;
    background: rgba(255, 255, 255, .9);
    font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif;
    text-align: left;
}
.bee-form  .message.message-error {
    color: #D8000C;
    background-color: #facbcb;
}
.bee-form  .message-error p{
    color: #D8000C;
}
/**/
/* datepicker */
/**/
.ui-datepicker {
    display: none;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #666;
}

.ui-datepicker a {
    color: #404040;
}

.ui-datepicker-header {
    position: relative;
    margin: -10px -12px 10px;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-size: 15px;
    line-height: 27px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: 0;
    display: block;
    width: 47px;
    height: 47px;
    font-size: 15px;
    line-height: 47px;
    text-decoration: none;
    cursor: pointer;
}

.ui-datepicker-prev {
    left: 0;
}

.ui-datepicker-next {
    right: 0;
}

.ui-datepicker-calendar {
    border-collapse: collapse;
    font-size: 13px;
    line-height: 27px;
}

.ui-datepicker-calendar th {
    color: #999;
}

.ui-datepicker-calendar a,
.ui-datepicker-calendar span {
    display: block;
    width: 31px;
    margin: auto;
    text-decoration: none;
    color: #404040;
}

.ui-datepicker-calendar a:hover {
    background: rgba(0, 0, 0, .05);
}

.ui-datepicker-calendar span {
    color: #bfbfbf;
}

.ui-datepicker-today a {
    font-weight: 700;
}

.ui-datepicker-calendar .ui-state-active {
    background: rgba(0, 0, 0, .05);
    cursor: default;
}

.ui-datepicker-inline {
    border: 2px solid #e5e5e5;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-datepicker-inline .ui-datepicker-header {
    line-height: 47px;
}

.ui-datepicker-inline .ui-datepicker-calendar {
    width: 100%;
}

/**/
/* slider */
/**/
.bee-form .ui-slider {
    position: relative;
    height: 3px;
    border: 2px solid #e5e5e5;
    background: #fff;
    margin: 12px 6px 26px;
}

.bee-form .ui-slider-handle {
    position: absolute;
    width: 15px;
    height: 15px;
    margin: -8px 0 0 -8px;
    border: 2px solid #e5e5e5;
    outline: none;
    background: #fff;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

/**/
/* modal */
/**/
.bee-form-modal {
    position: fixed;
    z-index: 1;
    display: none;
    width: 400px;
}

.bee-form-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

/**/
/* bootstrap compatibility */
/**/
.bee-form *,
.bee-form *:after,
.bee-form *:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.bee-form .label {
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 100%;
    text-align: left;
    white-space: normal;
    color: inherit;
}

.bee-form .radio,
.bee-form .checkbox {
    font-weight: 400;
}

.bee-form .radio + .radio,
.bee-form .checkbox + .checkbox {
    margin-top: 0;
}

.bee-form .field-w {
    margin-bottom: 20px;
}


.is-personal-agree {
    cursor: pointer;
    position: relative;
    padding-left: 28px;
}

.is-personal-agree a {
    color: #007DFF;
    text-decoration: underline;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
		border:1px solid #9E9EAB;
}

.styled-checkbox:hover + label:before {
    background: transparent;
}

.styled-checkbox:focus + label:before {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
    background: #007DFF;
		border-color:#007DFF;
}

.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bee-form-actions {
    text-align: start;
}

.personal_agree-block {
    margin: 15px 0;
}

/**/
/*************** end form ****************/
/**/
.robokassa__btn {
    padding: 0 3pt;
    width: 138px;
    height: 36px;
    border: 1px solid rgb(182, 211, 234);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16pt;
    background-color: #00BCD4;
    color: #fff;
    margin-top: 15px;
    cursor: pointer;
}

.robokassa__btn:hover,
.robokassa__btn:focus,
.robokassa__btn:active {
    background-color: #00ACC1;
    outline: none;
}

.select-with-image__image img {
    max-width: 90px;
    max-height: 90px;

}

.select-with-image__image {
    display: inline-block;
    padding: 3px;
    border: 1px solid rgb(226, 226, 226);
    margin-right: 15px;
}

.field-w.select-with-image {
    border: 1px solid rgb(229, 229, 229);
}
.select-with-image__title {
    display: inline-block;
    width: auto;
    border: none;
    padding: 0 10px;
}

.bee-form .field-w.select-with-image .checkbox i {
    padding: 0;
    margin: 0;
    top: 50%;
    margin-top: -10px;
}

.bee-form .select-with-image__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgb(229, 229, 229);
    padding-bottom: 5px;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.select-with-image__label:last-child {
    border-bottom: none;
}

.select-with-image__col.select-with-image__col--2 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.select-with-image__description {
    display: block;
    font-size: 12px;
    color: #9E9E9E;
    line-height: 1.3;
}
.select-with-image__col {
    padding: 5px;
}
.select-with-image__price {
    white-space: nowrap;
}
.select-with-image__col.select-with-image__col--3 {
    min-width: 98px;
    text-align: right;
}
.label__text {
    margin-bottom: 3px;
    display: block;
}
:root {
  /* Base */
  --ventala-ink: rgb(12, 12, 45);            /* primary text, dark panel */
  --ventala-white: rgb(255, 255, 255);
  --ventala-blue: rgb(0, 125, 255);          /* action accent: active tab, FAB */
  --ventala-green: rgb(210, 252, 179);       /* primary button fill */
  --ventala-green-bright: rgb(168, 232, 121);/* order-code text on dark */
  --ventala-sky: rgb(214, 242, 255);         /* product-image backdrop (used at 40% opacity) */
  --ventala-red: rgb(231, 35, 71);           /* notification badge */

  /* Ink alpha steps */
  --ventala-ink-65: rgba(12, 12, 45, 0.65);  /* secondary text, inactive tab */
  --ventala-ink-35: rgba(12, 12, 45, 0.35);  /* breadcrumbs, tab indicator border */
  --ventala-ink-15: rgba(12, 12, 45, 0.15);  /* hairline borders */

  /* Semantic aliases */
  --text-heading: var(--ventala-ink);
  --text-body: var(--ventala-ink-65);
  --text-muted: var(--ventala-ink-35);
  --text-on-dark: var(--ventala-white);
  --text-code: var(--ventala-green-bright);
  --surface-page: var(--ventala-white);
  --surface-image: rgba(214, 242, 255, 0.4); /* sky at 40% behind product photos */
  --surface-panel: var(--ventala-ink);       /* bottom order-code sheet */
  --action-primary: var(--ventala-green);
  --action-accent: var(--ventala-blue);
  --border-hairline: var(--ventala-ink-15);

  /* Shadows */
  --shadow-fab: 0px 4px 15px 0px rgba(2, 125, 255, 0.35);
}

/* Ventala typography tokens — Montserrat only (500 / 600 / 700).
   Sizes and line-heights transcribed exactly from node 64:3107. */
:root {
  --font-ui: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;

  /* Scale (size / weight / line-height) */
  --type-page-title: 600 30px/1 var(--font-ui);        /* product name H1 */
  --type-code: 600 24px/1 var(--font-ui);              /* order code on dark panel */
  --type-section-title: 600 22px/1 var(--font-ui);     /* product descriptor */
  --type-card-title: 600 18px/1 var(--font-ui);        /* related-product card name */
  --type-label-strong: 600 16px/1 var(--font-ui);      /* buttons, active tab, small card name */
  --type-label: 500 16px/1.2 var(--font-ui);           /* inactive tab, panel caption */
  --type-caption: 500 12px/1 var(--font-ui);           /* card descriptions */
  --type-breadcrumb: 700 12px/1 var(--font-ui);        /* breadcrumbs: uppercase + underline */
}
/* Ventala shape tokens — radii and control metrics from node 64:3107. */
:root {
  --radius-pill: 90px;         /* segmented tab track + thumb */
  --radius-button: 44px;       /* action buttons (full pill at 44px height) */
  --radius-sheet: 32px;        /* dark bottom panel, top corners only */
  --control-height: 44px;      /* button height = min hit target */
  --tab-height: 37.842px;      /* segmented control track height */
  --fab-size: 65px;            /* floating action circle */
}
  /* Hero */
  .hero { position: relative; overflow: hidden; border-radius: 0; background: var(--ventala-blue); color: #fff; margin-top: 28px; padding: 72px 64px; min-height: 300px; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
  .hero img.deco { position: absolute; right: -26%; top: 50%; transform: translateY(-50%); height: 116%; width: auto; pointer-events: none; }
  .badge { position: relative; display: inline-flex; align-items: center; gap: 10px; background: var(--ventala-green); color: var(--ventala-ink); border-radius: var(--radius-pill); padding: 10px 18px; font: 600 14px/1 var(--font-ui); }
  .hero h1 { font: 600 44px/1.1 var(--font-ui); margin: 26px 0 0; max-width: 560px; position: relative; }
  .hero p { font: 500 17px/1.55 var(--font-ui); margin: 18px 0 0; max-width: 480px; color: rgba(255, 255, 255, 0.85); position: relative; }
  .hero .num { color: var(--ventala-green-bright); }

  /* Steps */
  .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
  .step { border: 1.5px solid var(--ventala-ink-15); border-radius: 0; padding: 26px 28px; display: flex; flex-direction: column; gap: 12px; }
  .step .no { width: 40px; height: 40px; border-radius: 50%; background: rgba(214, 242, 255, 0.6); display: flex; align-items: center; justify-content: center; font: 600 16px/1 var(--font-ui); color: var(--ventala-blue); }
  .step b { font: 600 17px/1.3 var(--font-ui); }
  .step span { font: 500 14px/1.5 var(--font-ui); color: var(--text-body); }

  /* Actions */
  .actions { display: flex; gap: 16px; margin-top: 44px; flex-wrap: wrap; }
  .btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 52px; padding: 0 32px; border-radius: var(--radius-button); font: 600 16px/1 var(--font-ui); color: var(--ventala-ink); text-decoration: none; cursor: pointer; box-sizing: border-box; }
  .btn.primary { background: var(--action-primary); border: none; }
  .btn.ghost { background: var(--ventala-white); border: 1.5px solid var(--ventala-ink-15); }

  /* Contact line */
  .help { margin-top: 40px; padding-bottom: 80px; font: 500 14px/1.6 var(--font-ui); color: var(--text-body); }
  .help a { font-weight: 600; color: var(--ventala-blue); text-decoration: none; }



  @media (max-width: 900px) {
    .shell { padding: 0 15px; }
    .nav { display: none; }
    .hero { padding: 48px 26px; border-radius: 0; }
    .hero h1 { font-size: 30px; }
    .steps { grid-template-columns: 1fr; }
    .foot { grid-template-columns: 1fr; gap: 34px; }
  }
/* End */
/* /local/templates/vent_template/components/beehive/cart/cart_custom/style.css?17833347438824 */
/* /local/templates/vent_template/components/beehive/cart.form/order_cart/style.css?178309318828871 */
