@font-face {
    font-family: AvenirBold;
    src: url('../fonts/AvenirNextCyr-Bold.ttf');
}

@font-face {
    font-family: AvenirDemi;
    src: url('../fonts/AvenirNextCyr-Demi.ttf');
}

@font-face {
    font-family: ProximaNova;
    src: url('../fonts/ProximaNova.ttf');
}
@font-face {
    font-family: ProximaNovaBold;
    src: url('../fonts/ProximaNovaBold.ttf');
}

.pulse-badge {
    box-shadow: 0 0 0 rgba(242,53,52, 0.4);
    animation: pulse-badge 2s;
}
.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse-badge {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(242,53,52, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(242,53,52, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(242,53,52, 0);
    }
}
@keyframes pulse-badge {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(242,53,52, 0.4);
        box-shadow: 0 0 0 0 rgba(242,53,52, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(242,53,52, 0);
        box-shadow: 0 0 0 10px rgba(242,53,52, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(242,53,52, 0);
        box-shadow: 0 0 0 0 rgba(242,53,52, 0);
    }
}

.va-middle {
    vertical-align: middle;
}

.header-logo-wrap {
    display: flex;
}

.header-logo-slogan {
    text-transform: uppercase;
    font-family: "Roboto Condensed", Arial;
}

.header-logo-slogan span {
    padding: 0 1em;
    display: inline-block;
    max-width: 170px;
    border-left: 1px solid #ebebeb;
    margin: 0.5em 0 0 1em;
}

.u-m--no {
    margin: 0;
}

.u-p--sm {
    padding: 1em;
}

.u-ls--no li {
    list-style: none;
}

.header-logo-slogan img {
    margin: 0;
}

.header-middle-content {
    padding: 30px 0 15px;
}

#header .v1 .shopping-cart .cart_item {
    background: url(../img/new-design-icons.png) no-repeat transparent -15px -250px;
    height: 45px;
    width: 45px;
    margin: auto auto 1px;
}

#header .v1 .shopping-cart .wd_tini_cart_wrapper .cart_size .cart_item .num_item,
.qm-new-badge {
    background: #f23534;
    color: white;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 50%;
    margin-right: -5px;
    box-shadow: -1px 2px 0 white;
    font-size: 11px;
    line-height: 1em;
    font-weight: bold;
    font-style: normal;
    font-family: "Roboto Condensed", Arial;
}

.wd_tini_cart_control .num_item {
    right: 16px;
    top: 2px;
    position: absolute;
}

#header .v1 .shopping-cart .wd_tini_cart_wrapper .cart_size .cart_item .num_item.big-num,
.qm-new-badge.big-num {
    padding: 3px 3px;
}

.loading-cart .num_item {
    opacity: 0;
}

.phone-header-wrap {
    text-align: right;
}
.right-header-middle-content {
    padding: 0;
}

.middle-header-middle-content {
    margin-top: 0.75em;
}

.shop-actions-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0;
    width: 100%;
    align-items: flex-end;
}

.shop-actions-wrap .sa-item {
    list-style: none;
    position: relative;
}
.sa-item a {
    display: block;
    position: relative;
    text-decoration: none;
}

.sa-item > a {
    text-align: center;
    text-decoration: none;
    min-width: 75px;
    min-height: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.sa-item i {
    position: relative;
}

.sa-item__text {
    display: block;
    font-family: "Open Sans";
    color: #312525;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0px;
    font-weight: 600;
}
.wd-sticky-show .sa-item__text {
    display: none;
}

.wd_tini_cart_wrapper > a {
    width: 75px;
    display: block;
    text-align: center;
}

.qm-new-icons {
    background: url(../img/new-design-icons.png) no-repeat transparent;
    display: inline-block;
}

.qm-new-icons.qmn-heart {
    padding: 12px;
    background-position: -45px -63px;
    margin-top: 7px;
}

/*.qm-new-icons.qmn-heart:hover { background-position: -4px -62px } */

.qm-new-icons.qmn-compare {
    padding: 13px;
    background-position: -38px 0;
}

/*.qm-new-icons.qmn-compare:hover { background-position: -5px 0 } */

.qm-new-icons.qmn-eye {
    padding: 13px 18px;
    background-position: -159px 0;
	margin-top: 4px;
}

.sa-item .qm-new-badge {
    position: absolute;
}
.qmn-eye .qm-new-badge {
    right: -3px;
    top: -3px;
}

.qmn-heart .qm-new-badge {
    right: -5px;
    top: -5px;
}

.list-none li {
    list-style: none;
}

.p_title {
    cursor: help;
}

.product_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25em;
    text-transform: uppercase;
}

.product_meta {
    margin: 15px 0 20px;
    line-height: 1em;
}
.sku_wrapper {
    font-size: 13px;
}

.sku_wrapper b {
    font-weight: 600;
}

.p_title i.help {
    padding: 10px 10px;
    margin: 0 0 -5px;
    background: url(../img/new-design-icons.png) no-repeat transparent -105px -99px;
    display: inline-block;
}

.collections-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0 0 0 10px;
}

.collections-wrap li {
    position: relative;
    margin: 0 10px 10px 0;
}

.single-product .collections-wrap li:nth-child(10n) {
    margin-right: 0;
}

.product_item_wrapper .collections-wrap li:nth-child(6n) {
    margin-right: 0;
}

.collections-wrap li .base-img-container {
    display: block;
    height: 30px;
    width: 30px;
    border: 1px solid #cacaca;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.product_item_wrapper .collections-wrap li .base-img-container {
    height: 33px;
    width: 33px;
}

/** flex alignment **/
.product_item_wrapper, .product_item_wrapper .product_thumbnail_wrapper > a {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product_item_wrapper .product_thumbnail_wrapper, .product_item_wrapper .product-image-front {
    flex-grow: 2;
}

/** end of flex alignment **/

.nested {
    display: none;
    position: absolute;
    top: -10.25em;
    width: 11em;
    max-height: 155px;
    overflow: hidden;
}
.nested img {
    position: relative;
    z-index: 1001;
    box-shadow: 0 0 10px #cacaca;
}

.collections-wrap li:hover .nested {
    display: block;
}

.collections-wrap li:hover .base-img-container {
    border-color: #aaaaaa;
}

.collections-wrap li.active .base-img-container{
    border-color: #fe2222;
}
.collections-wrap li.active:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/new-design-icons.png) no-repeat transparent -130px -100px;
    padding: 8px;
    bottom: 0;
    right: 1px;
}

.collections-title {
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
}

.info-btns-wrap {
    display: flex;
    justify-content: space-between;
}

.info-btns-wrap a {
    text-decoration: none;
}
.info-btns-wrap span {
    border-bottom: 1px dashed;;
}

.pencil-ruler {
    padding: 12px 12px;
    background-position: -43px -97px;
    margin: 0 4px -8px 0;
}

.tools {
    padding: 12px 12px;
    background-position: -5px -97px;
    margin: 0 4px -8px 0;
}

.true-shield {
    padding: 10px;
    background-position: -78px -100px;
    margin: 0 0 -6px;
}

.mx-new-detail.row {
    margin: 0 -10px 5px;
}

.mx-new-detail p {
    margin: 0.5em 0;
}
.mx-new-detail select {
    display: none;
}

.mx-new-detail .selectize-control.single .selectize-input:after {
    right: 8px;
}
.selectize-input input {
    transition: none;
    height: auto;
}

.mx-new-detail .plugin-qmax_remove_button  .selectize-input {
    padding: 4px 6px;
}

.mx-new-detail .selectize-input .item.qmax_remove_button {
    color: black;
    padding: 0 4px;
    background: #f2f2f26b;
    border: 1px solid #cbcbcb;
    border-radius: 3px 3px 0 0;
}

.mx-new-detail .selectize-input .item.qmax_remove_button:hover {
    background: #f2f2f2;
}

.mx-new-detail .selectize-input .item.qmax_remove_button a {
    text-decoration: none;
    padding-left: 3px;
}

.attr-wrap h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.content-price .price {
    font-weight: bold;
    color: black!important;
    margin: 7px 0 0;
    white-space: nowrap;
}
.content-price .price .price_title {
    font-size: 15px;
    line-height: 1em;
    font-family: Arial;
}
.content-price .price .amount {
    font-size: 41px;
    font-family: Arial;
    line-height: 1em;
    white-space: nowrap;
}

.content-price[data-price-size="2"] .price .amount {
    font-size: 36px;
}

.content-price[data-price-size="3"] .price .amount {
    font-size: 30px;
}

.cart_loading_wrap .woocommerce-Price-currencySymbol {
    margin-left: -5px;
}

.hot-buttons-wrap {
    display: flex;
    background: #f8f8f8;
    border: 1px solid #cbcbcb;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0px 3px 3px;
    padding: 0 15px 15px;
}

.hot-buttons-wrap a {
    display: block;
    text-align: center;
}

.qm-product-one-click {
    padding: 15px;
    background-position: -36px -25px;
    margin: 0 0 -9px;
    opacity: 0.5;
}

.quick-order-wrap {
    flex-grow: 1;
    margin-right: 10px;
}
.button_prod_wishlist, .button_prod_compare {
    padding: 5px 15px 8px;
    position: relative;
    background: #ffffff;
    border: 1px solid #dfdedb;
}
.button_prod_wishlist:hover, .button_prod_compare:hover {
    z-index: 2;
    border-color: #cbc9c3;
}
.button_prod_wishlist {
    border-radius: 2px 0 0 2px;
}
.button_prod_compare {
    border-radius: 0 2px 2px 0;
    position: relative;
    margin-left: -1px;
    z-index: 1;
}

.button_prod_wishlist span, .button_prod_compare span {
    position: absolute;
    z-index: 2;
    left: -50%;
    width: 130px;
    color: black;
    background: white;
    border-radius: 2px;
    border: 1px solid #c0c0c0;
    padding: 5px 0 4px;
    line-height: 1em;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    opacity: 0;
    visibility: hidden;
    top: 0;
    box-shadow: none;
    transition: all 0.25s ease-in-out;
}

.button_prod_wishlist span:after, .button_prod_compare span:after {
    content: "";
    position: absolute;
    display: block;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #3f3f3f;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    margin: auto;
    transition: all 0.4s ease-in-out;
}

.qm-product-wishlist {
    padding: 15px;
    background-position: -42px -58px;
    margin: 0;
    opacity: 0.5;
}

.qm-product-compare {
    padding: 15px;
    background-position: -35px 5px;
    margin: 0;
    opacity: 0.5;
}
.button_prod_wishlist:hover .qm-product-wishlist {
    opacity: 1;
    background-position: -2px -58px;
}

.button_prod_compare:hover .qm-product-compare {
    opacity: 1;
    background-position: -2px 5px;
}

.button_prod_wishlist:hover span, .button_prod_compare:hover span {
    top: -35px;
    box-shadow: 0 5px 5px #dfdfdf;
    opacity: 1;
    visibility: visible;
}

.button_prod_wishlist:hover span:after, .button_prod_compare:hover span:after {
    bottom: -6px;
}

.modal .quantity input.input-text.qty {
    width: 50%;
}
.woocommerce button.single_add_to_cart_button.added:after {
    display: none;
}

.cart_loading_wrap {
    margin: 15px 10px 0;
}

.single_add_to_cart_wrapper .single_add_to_cart_button,
.cart_dropdown.drop_down_container .dropdown_footer .button{
    font-family: 'Roboto', sans-serif!important;
    font-weight: 500!important;
    font-size: 18px!important;
    padding: 15px 0!important;
    float: none!important;
    background: #fdd242!important;
    border-radius: 2px!important;
    color: #000!important;
    width: 100%;
    transition: unset!important;
}

.button-new {
    font-family: 'Roboto', sans-serif!important;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 15px;
    background: #fdd242!important;
    border-radius: 2px;
    color: #000!important;
    text-transform: uppercase;
    border: 1px solid #e5ca36;
    transition: unset!important;
    text-decoration: none!important;
}


.owl-item .button-new {
    background: #fcca00!important;
    border: 1px solid #df9c1a;
    padding: 8px 20px;
}

.single_add_to_cart_button:hover, .button-new:hover, .owl-item .button-new:hover,
.cart_dropdown.drop_down_container .dropdown_footer .button:hover {
    background: #ed3433!important;
    color: #FFF!important;
    border-color: #f26767!important;
}

.prod-busket {
    padding: 12px;
    background-position: -87px -140px;
    margin: -3px 0 -6px;
}
.single_add_to_cart_button:hover .prod-busket,  .button-new:hover .prod-busket {
    background-position: -116px -140px;
}

.wishlist-remove-btn,
.compare-remove-btn,
.reviewed-remove-btn {
    position: absolute;
    z-index: 2;
    right: -0.75em;
    top: -0.75em;
    background-color: white;
    border-radius: 50%;
}

.compare-remove-btn a.remove {
    border: 1px solid red;
}


.how-to-list .item-title,
.how-to-list .item-price {
    font-family: "Roboto Condensed", Arial;
}

.how-to-list .item-title {
    margin: 0;
}
.how-to-list .item-price {
    color: #838383;
    line-height: 1em;
    margin-top: 8px;
}
.how-to-list {
    border-bottom: 1px solid #eeeeee;
}
.how-to-list li {
    padding-left: 50px;
    position: relative;
    margin-bottom: 20px;
}

.how-to-list i {
    padding: 20px;
    position: absolute;
    left: 0;
}
.qm-htl-busket {
    background-position: -90px -180px;
}
.qm-htl-truck {
    background-position: -95px -225px;
}
.qm-htl-map {
    background-position: -95px -265px;
}
.woocommerce-product-gallery {
    position: relative;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
}
.woocommerce-product-gallery img {
    margin: 0;
}
.woocommerce-page .mx_new_template div.product div.images {
    float: none !important;
    width: 100% !important;
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    margin: 0;
    position: relative;
}

.woocommerce-page .mx_new_template div.product div.images img{
    margin: 0;
    width: auto;
}
.woocommerce-page div.product div.thumbnails a.yith_magnifier_thumbnail {
    clear: unset;
    width: auto!important;
    margin: 0;
}
.yith_magnifier_gallery li {
    max-width: 50px;
    margin-right: 30px;
}

.qvideo-wrap {
    margin-top: 33px;
    float: left;
    position: relative;
    z-index: 9;
}


.product_label {
    position: absolute;
    width: 95%;
    padding-top: 0.5em;
    height: 50%;
}

.product_label.is-loop {
    width: 100%;
    padding: 0;
}

.qm-new-blackout {
    position: relative;
}
.qm-new-blackout i {
    padding: 35px;
    background-position: -5px -170px;
    position: relative;
    z-index: 1000;
    border-radius: 0 0 50% 0;
}
span.featured {
    padding: 35px;
    background-position: -80px -8px;
    background-color: transparent!important;
    position: relative;
    z-index: 1000;
}

.product_label.is-loop span.featured {
    margin: -1em 0 0 -1em;
}
.product_label.is-loop .qm-new-blackout {
    margin: 0 0 0 -1em;
}

.product-video-badge span {
    display: block;
    max-width: 60px;
    font-size: 10px;
    line-height: 1.25em;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}
.product-video-badge {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
}

.product-video-badge .video-badge-inner {
    position: absolute;
    z-index: 1000;
    top: 1em;
    right: -65px;
    background: #2a4884;
    display: flex;
    align-items: center;
    padding: 5px 5px 7px;
    cursor: pointer;
    transition: right 0.5s ease-in-out;
    font-family: "AvenirDemi", san-serif;
}

.product-video-badge .video-badge-inner:hover {
    right: 0;
}

.product-video-badge .video-badge-inner:before {
    content: '';
    display: block;
    position: absolute;
    left: -7px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-right: 7px solid #284786;
    border-bottom: 23px solid transparent;
}

.product-video-badge .video-badge-inner:after {
    content: '';
    display: block;
    position: absolute;
    left: -7px;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 0 solid transparent;
    border-right: 7px solid #284786;
    border-top: 23px solid transparent;
}
.product-video-badge i {
    height: 32px;
    width: 32px;
    margin-right: 7px;
    background-position: -40px -135px;
}
.qm-tab-counter {
    background: #f23534;
    color: white;
    display: none;
    padding: 1px 4px;
    border-radius: 50%;
    box-shadow: -1px 2px 0 white;
    font-size: 11px;
    line-height: 1.25em;
    font-weight: bold;
    font-family: "Roboto Condensed", Arial;
    position: absolute;
    right: 1em;
    top: 1em;
}
.qm-tab-counter.has-2x {
    padding: 2px 3px;
    font-size: 10px;
}
.qm-tab-counter.has-3x {
    padding: 2px 1px;
    font-size: 9px;
}

.qm-tab-counter.has-number {
    display: inline-block;
}
.modal-zammer-montaj, .modal-placeholder, .modal-order_feedback {
    overflow: auto!important;
    bottom: auto;
    top: 0;
    max-height: 80vh;
    transition: all 0.5s ease;
    transform: translateY(-110vh);
}

.modal-placeholder .modal-dialog {
    margin: 0;
}
.modal-placeholder.shtapik_wrapp .qmax-placeholder-wrapper {
    max-height: 100%;
}

.modal-placeholder.is-full-width-modal {
    width: 80vw;
}

.modal-zammer-montaj.is-active, .modal-placeholder.is-active, .modal-order_feedback.is-active {
    transform: translateY(10vh);
    width: 80vw;
}

.modal-zammer-montaj .modal-dialog {
    margin: 0;
}

.modal-zammer-montaj  .modal-content {
    border-radius: 3px;
}
.modal-zammer-montaj  .modal-body {
    /* max-height: 80vh;*/
    width: 100%;
    /* overflow-y: scroll;*/
}
.modal-zammer-montaj  .modal-header {
    padding: 0;
    border: none;
}

.modal-zammer-montaj .close {
    margin: 0;
    font-size: 2em;
    top: .1em;
    right: .5em;
    position: absolute;
    z-index: 9;
    opacity: 1;
    background: white;
}
.cart_dropdown .product_list_widget {
    margin: 0;
}
.shop-actions-wrap .widget_qmax_products,
.cart_dropdown.drop_down_container {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 3.75em;
    right: -3em;
    margin: 0;
    width: 400px;
    z-index: 100;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 8px 30px rgba(0,0,0, 0.2);
}

.shop-actions-wrap .digit-menu-item .widget_qmax_products {
    z-index: 120;
}

.shop-actions-wrap .widget_qmax_products.qm--smaller {
    right: -6.5em;
    width: 270px;
}

.cart_dropdown.drop_down_container {
    top: 4.5em;
    right: 0;
}

.shop-actions-wrap .sa-item:not(.has-successful-added):hover .widget_qmax_products:not(.successful-added),
.wd_tini_cart_wrapper.has-products:hover .cart_dropdown.drop_down_container {
    opacity: 1;
    display: block;
    visibility: visible;
}
.sa-item.has-num:before,
.sa-item.has-successful-added:before,
.wd_tini_cart_control:before {
    content: "";
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 15px;
    height: 15px;
    background: white;
    transform: rotate(45deg);
    bottom: -19px;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #d2d2d2;
    border-width: 1px 0px 0px 1px;
    transition: all 0.5s ease-in-out;
}

.wd_tini_cart_control:before {
    bottom: -18px;
}

.wd-sticky-show .wd_tini_cart_control:before {
    bottom: -22px;
}
.wd-sticky-show .cart_dropdown.drop_down_container {
    top: 4em;
}

.sa-item:hover:before,
.sa-item.has-successful-added:before,
.wd_tini_cart_wrapper.has-products:hover .wd_tini_cart_control:before{
    opacity: 1;
    display: block;
    visibility: visible;
    z-index: 102;
}

.shop-actions-wrap .widget_qmax_products .fancy-scroll-wrap {
    background: white;
    border: 1px solid #d2d2d2;
    padding: 25px 0 0;
    max-height: 40vh;
}

.cart_dropdown.drop_down_container .dropdown_body {
    background: white;
    border: 1px solid #d2d2d2;
    padding: 25px 0 0;
    max-height: 40vh;
}

.fancy-scroll-wrap .qm-widget-title {
    padding-left: 25px;
    font-size: 22px;
    text-transform: uppercase;
}

.drop_down_container .qm-widget-title {
    padding-bottom: 0;
}

body.woocommerce-page .shop-actions-wrap ul.product_list_widget {
    padding: 0;
}

.shop-actions-wrap .widget .goto-btn-wrap,
.cart_dropdown.drop_down_container .dropdown_footer{
    background: white;
    border: 1px solid #d2d2d2;
    border-width: 0 1px 1px 1px;
    text-align: center;
}

.cart_dropdown.drop_down_container .dropdown_footer {
    padding: 25px 27px;
}

.dropdown_footer .total {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}

.dropdown_footer .total .title {
    font-size: 17px;
    font-weight: 500;
}

.dropdown_footer .total .amount {
    font-size: 25px;
    font-family: Arial;
    line-height: 1em;
    white-space: nowrap;
    color: #000;
}

.dropdown_footer .total .amount span {
    color: inherit;
}
.shop-actions-wrap .widget .goto-btn {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 13px 0 11px;
    background: #fcca00;
    border-radius: 2px;
    border: 1px solid #dfbc1a;
    color: #000;
    text-decoration: none;
    text-align: center;
    width: 85%;
    margin: 20px auto;
    display: inline-block
}

.shop-actions-wrap .qm--smaller .goto-btn {
    font-size: 13px;
    margin: 10px auto;
    padding: 5px 5px;
}

.shop-actions-wrap .widget .goto-btn.inactive {
    background: #f23534;
    color: white;
}

.shop-actions-wrap .widget_qmax_products .product_list_widget li{
    padding: 15px 30px;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
}

.cart_dropdown.drop_down_container .product_list_widget li {
    padding: 20px 20px 15px 30px;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
}

.shop-actions-wrap .widget_qmax_products .product_list_widget li.last,
.cart_dropdown.drop_down_container .product_list_widget li.last {
    border: 0;
}


.shop-actions-wrap .widget_qmax_products .product_list_widget .product-name,
.cart_dropdown.drop_down_container .product_list_widget .product-name {
    font-size: 18px;
    font-family: "Roboto Condensed" , sans-serif;
    font-weight: 300;
}

.shop-actions-wrap .widget_qmax_products .product_list_widget .amount,
.cart_dropdown.drop_down_container .product_list_widget .amount {
    font-family: "Roboto Condensed" , sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.body-wrapper .shop-actions-wrap .widget_qmax_products .product_list_widget img,
.cart_dropdown.drop_down_container .product_list_widget img {
    top: auto;
    position: relative;
    float: none;
    left: auto;
}

.body-wrapper .shop-actions-wrap .widget_qmax_products .product_list_widget .widget-link-wrap,
.cart_dropdown.drop_down_container .product_list_widget a.widget-link-wrap {
    display: grid;
    grid-template-columns: 1fr 3fr;
    margin: 0;
    text-decoration: none;
}
.widget_qmax_products .fancy-scroll-wrap .product_list_widget a.remove,
.cart_dropdown.drop_down_container .product_list_widget a.remove {
    background: transparent!important;
    text-align: right;
    display: block;
    width: 35px;
    height: 25px;
}

.qm-new-icons.qm-delete-icon {
    padding: 13px;
    background-position: -175px -276px;
}

.cart_dropdown .widget-img-wrap {
    margin-right: 1em;
}

a.remove:hover .qm-delete-icon, .modal-zammer-montaj .close:hover .qm-delete-icon {
    background-position: -150px -276px;
}

.shop-actions-wrap .simplebar-track.simplebar-vertical,
.cart_dropdown.drop_down_container .simplebar-track.simplebar-vertical  {
    width:9px;
    background-color: #e7e7e7;
}
.shop-actions-wrap .simplebar-scrollbar,
.cart_dropdown.drop_down_container .simplebar-scrollbar {
    right: 1px;
}
.shop-actions-wrap .simplebar-scrollbar:before, #yith-woocompare .simplebar-scrollbar:before,
.cart_dropdown.drop_down_container .simplebar-scrollbar:before {
    background-color: #fcca00;
    border-radius: 3px;
    opacity: 1!important;
}

#questions_form .comment-respond {
    margin-top: 2em;
    padding: 35px;
    background: #f1f1f1;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}

#questions_form .comment-respond label {
    font-size: 15px;
    font-weight: 400;
    display: block;
}

#questions_form .comment-respond label .required, #reviews .comment-respond#respond  label .require{
    color: red;
}

#questions_form .comment-respond label .required-info{
    color: grey;
}

#questions_form  form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.comment-respond .reply-title {
    text-transform: uppercase;
}

#questions_form .questions-form-author {
    margin: 0 45px 20px 0;
}
#questions_form .comment-form-comment {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
}

.questions-list {
    margin-top: 30px;
}
.questions-list .comment_container:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 45px;
    top: auto;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 15px solid #d9d9d9;
    border-left: 14px solid transparent;
}
.questions-list .comment_container {
    margin: 0px 0 30px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    position: relative;
    padding: 13px 15px 5px 15px;
    line-height: 18px;
    box-shadow: 0px 0 6px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
}
.questions-list .children .comment_container {
    background: #eff9e1 !important;
}

.questions-list .description {
    font-weight: bold;
    font-size: 16px;
}
.questions-list .avatar {
    float: left;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin-right: 0;
}
.questions-list .children .description {
    font-weight: 500;
}
.questions-list .comment-text {
    margin: 0 0 10px 0;
    padding: 5px 20px;
    border: 0;
    width: 90%;
}
.questions-list p.meta {
    font-size: 14px;
}
.questions-list p.meta .verified {
    font-size: 12px;
}

#loader {
    width: 100px;
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
#loader div {
    width: 20px;
    height: 20px;
    background: #ff2f25;
    border-radius: 50%;
    position: absolute;
}
#d1 { animation: animate-loader 2.5s linear infinite;}
#d2 { animation: animate-loader 2.5s linear infinite -.5s; }
#d3 {animation: animate-loader 2.5s linear infinite -1s; }
#d4 { animation: animate-loader 2.5s linear infinite -1.5s; }
#d5 { animation: animate-loader 2.5s linear infinite -2s; }


@keyframes animate-loader {
    0% { left: 100px; top:0}
    80% { left: 0; top:0;}
    85% { left: 0; top: -20px; width: 20px; height: 20px;}
    90% { width: 40px; height: 15px; }
    95% { left: 100px; top: -20px; width: 20px; height: 20px;}
    100% { left: 100px; top:0; }
}

.new-show-more-wrap a {
    display: block;
    color: black;
    background-color: #ffdb4d;
    text-align: center;
    padding: 15px 0;
    line-height: 1em;
    text-decoration: none;
    border-radius: 2px;
    position: relative;
    transition: background-color 0.5s ease-in-out;
}

.show-more-text {
    transition: opacity 0.5s ease-in-out;
}
.new-show-more-wrap a.sm-loading {
    background-color: transparent;
    pointer-events: none;
}
.new-show-more-wrap a.sm-loading #loader {
    opacity: 1;
    visibility: visible;
}
.new-show-more-wrap a.sm-loading .show-more-text {
    opacity: 0;
}

.new-show-more-wrap a:not(.sm-loading):hover {
    background: #f7de7b;
}

.loop-btn {
    margin: 2em 0 0;
}

.qm-arrow-down {
    padding: 9px;
    background-position: -168px -50px;
    margin: 0px 4px -4px;
}

.woocommerce ul.products:not(.owl-carousel) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0;
    grid-gap: 20px;
}
.woocommerce ul.products:not(.owl-carousel) li.product {
    float: none;
    margin: 0!important;
    padding: 0 !important;
    position: relative;
    width: 100%;
    top: 0;
    transition: top 0.25s ease-in-out;
}

.woocommerce ul.products li.product .product_item_wrapper {
    border: 1px solid #c9c9c9!important;
    position: relative;
    transition: all 0.25s ease-in-out;
}

.woocommerce ul.products li.product:hover .product_item_wrapper {
    border: 1px solid #f01b1b!important;
    box-shadow: 0 10px 14px #a7a7a7;
}

.woocommerce ul.products:not(.owl-carousel) li.product:hover {
    top: -5px;
    z-index: 99;
}

.woocommerce ul.products li.product .product-meta-wrapper {
    padding: 15px;
    position: relative;
}
.woocommerce ul.products li.product .product_item_wrapper img {
    margin: 0;
}
.woocommerce ul.products li.product .heading-title {
    padding: 15px 15px 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 500;
    font-family: "Roboto Condensed", san-serif;
    display: block;
    float: none;
    width: 100%;
    text-decoration: none!important;
}

.list_add_to_cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list_add_to_cart .price {
    font-weight: bold;
    color: black!important;
    margin: 0!important;
}

.list_add_to_cart .price .amount {
    font-size: 25px;
    font-family: Arial;
    line-height: 1em;
    white-space: nowrap;
}

.product_item_wrapper .product_extra {
    position: absolute;
    left: -1px;
    right: -1px;
    border: 1px solid #c9c9c9;
    margin-top: 15px;
    border-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out;
}
.product:hover .product_extra {
    opacity: 1;
    visibility: visible;
    background: white;
    box-shadow: 0 10px 14px #a7a7a7;
    z-index: 2;
    border-color: #f01b1b;
}

.product_extra .collections-title {
    font-size: 12px;
    margin-bottom: 1em;
    line-height: 1em;
}

.product .product_item_wrapper .hot-buttons-loop {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    margin: 0;
    background: #ececec;
}

.product_item_wrapper .hot-buttons-loop li {
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.wishlist-product .product_item_wrapper .hbl-wishlist-item {
    display: none;
}

.wishlist-product .product_item_wrapper .hot-buttons-loop {
    grid-template-columns: 1fr 1.25fr;
}

.woocommerce-wishlist #content {
    padding-bottom: 8em;
}

.product_item_wrapper .hot-buttons-loop li:nth-child(even) {
    border: 1px solid #dbdbdb;
    border-width: 0 1px;
}

.product_item_wrapper .hot-buttons-loop a {
    width: 100%;
    padding: 10px 0;
}

.product_item_wrapper .hot-buttons-loop a:hover {
    background: white;
}
.hot-buttons-loop a.add_to_wishlist:hover i{
    background-position: -2px -58px;
    opacity: 1;
}
.hot-buttons-loop a.button_loop_compare:hover i{
    background-position: -2px 5px;
    opacity: 1;
}
.hot-buttons-loop a.button_loop_order_quickly:hover i{
    background-position: -4px -25px;
    opacity: 1;
}

.hot-buttons-loop .qm-product-one-click {
    margin: 0;
}
.hot-buttons-loop:before, .product_item_wrapper .collections-wrap:before,
.product_item_wrapper .collections-wrap:after {
    display: none!important;
}

.product .product_item_wrapper .hot-buttons-loop span {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #a2a2a2;
}

.single-product .collections-title {
    font-weight: bold;
}
.single-product .single-image-wrapp {
    padding: 0 20px 0 0;
}

.product .product_item_wrapper .hot-buttons-loop a:hover span {
    color: #ff4e4f;
}

.hot-buttons-loop .quick-order-wrap {
    margin: 0;
}
.product_extra .qmax-collections {
    padding: 0 15px;
}

.product_item_wrapper .product-video-badge .video-badge-inner,
.product_item_wrapper span.featured,
.product_item_wrapper .qm-new-blackout i {
    z-index: 3;
}

.owl-item .list_add_to_cart .price .amount {
    font-size: 18px;
}

#product_related_prev, #product_related_next {
    position: absolute;
    background-color: transparent!important;
    background-image: url(./../img/related.png);
    width: 45px;
    height: 70px;
    top: 8em;
    transition: unset!important;
    text-indent: 100vw;
    overflow: hidden;
}
#product_related_prev {
    background-position: 2px 1px;
    left: -4.5em;
}

#product_related_next {
    background-position: -75px 1px;
    right: -4.5em;
}

#product_related_prev:hover {
    background-position: 2px -79px;
}
#product_related_next:hover {
    background-position: -75px -79px;
}

.reviews-widget-content {
    background: #242931;
    color: white;
    border: 1px solid #384150;;
    padding: 20px 20px 15px;
    height: 170px;
}

.rw-author-name {
    font-weight: 600;
}

.rw-review-date {
    font-size: 12px;
    color: #9e9e9e;
}

.rw-rating {
    color: #ffda44;
    position: absolute;
    right: 1em;
    top: 1.5em;
}
.rw-header {
    margin-bottom: 10px;
}
.rw-body .rw-read-more {
    text-decoration: none;
    border-bottom: 1px solid;
}
.rw-body {
    clear: both;
    line-height: 1.5em;
    font-size: 13px;
}

.footer-main-menu > ul {
    column-count: 2;
    column-gap: 40px;
}

.footer-main-menu a {
    color: white;
    font-size: 13px;
    line-height: 2em;
    font-family: "Roboto", san-serif;
    font-weight: 300;
    text-transform: uppercase;
}
.footer-shop-contact-info {
    color: white;
    text-align: right;
}
.user-avatar-icon {
    padding: 10px;
    background-position: -174px -85px;
    margin: 0 2px -5px 0;
}

.footer-shop-contact-info .h-callback-btn span {
    color: #FFF;
    padding-left: 1px;
    border-bottom: 1px dashed #FFF;
}
.footer-shop-contact-info .foo-mail a {
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px solid #FFF;
}
.youtube-icon {
    background-position: -147px -232px;
    height: 36px;
    width: 50px;
}

.youtube-icon:hover {
    background-position: -147px -190px;
}

.map-icon {
    padding: 11px;
    background-position: -174px -110px;
    margin: 0 -5px -6px 0;
}

.mail-icon {
    padding: 11px;
    background-position: -174px -137px;
    margin-bottom: -6px;
}

.foo-rs-meta {
    background: #343c49;
    border: 1px solid #384150;
}

.foo-rs-meta a {
    color: white;
    display: block;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    padding: 15px 50px;
    text-align: right;
}

.foo-rs-meta a span {
    border-bottom: 1px solid white;
}

.foo-rs-meta:hover {
    background: #242931;
}

.foo-rs-meta:hover a span {
    color: #f11a1a;
    border-color: #f11a1a;
}

.footer-reviews-slider .owl-controls {
    position: absolute;
    height: 50px;
}


.footer-reviews-slider .owl-nav {
    display: grid;
    width: 120px;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    align-items: center;
    height: 102%;
    margin-top: -1px;
}

.footer-reviews-slider .owl-controls .prev,
.footer-reviews-slider .owl-controls .next {
    background: url("./../img/footer-icons.png") no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
}
.footer-reviews-slider .owl-prev,
.footer-reviews-slider .owl-next {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #2e343e;
    background: #242931;
}

.footer-reviews-slider .owl-controls .prev {
    background-position: 3px 0px;
}

.footer-reviews-slider .owl-prev:hover .prev {
    background-position: 3px -27px;
}

.footer-reviews-slider .owl-controls .next {
    background-position: -23px 0px;
}

.footer-reviews-slider .owl-next:hover .next {
    background-position: -23px -27px;
}

.compare-list {
    max-width: 100%;
    table-layout: unset;
    border-spacing: 10px 0;
    border: 0 !important;
    margin: 1em -10px 0;
}

#yith-woocompare.compare-soft-table {
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: .5em;
    margin-left: 225px;
    margin-right: 3em;
}

#yith-woocompare.compare-soft-table th {
    background: #fafafa;
    font-weight: 500;
    width: 215px;
    min-width: 215px;
    max-width: 215px;
    padding: 12px 20px;
    position: absolute;
    left: 0;
    top: auto;
}

#yith-woocompare.compare-soft-table th,
#yith-woocompare.compare-soft-table td {
    border: 1px solid #dcdcdc;
    border-width: 1px 1px 0 1px;
}

#yith-woocompare.compare-soft-table td {
    min-width: 210px;
    max-width: 210px;
    width: 210px;
    position: relative;
    padding: 12px 15px;
    /*float: left;*/
    margin-right: 10px;
}

#yith-woocompare.compare-soft-table .image th {
    vertical-align: middle;
    font-size: 21px;
    line-height: 1.25em;
    display: flex;
    align-items: center;
}

#yith-woocompare.compare-soft-table .image  td {
    padding: 0;
}

#yith-woocompare.compare-soft-table .image img {
    width: 100%;
}

#yith-woocompare.compare-soft-table .product-meta {
    padding: 0 15px;
    font-family: "Roboto Condensed", san-serif;
}
#yith-woocompare.compare-soft-table .inner-product-meta .button-new {
    padding: 6px 15px;
}
#yith-woocompare.compare-soft-table .inner-product-meta{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 1em 0;
}

#yith-woocompare.compare-soft-table .amount {
    font-weight: bold;
    color: black;
    margin: 0;
}

#yith-woocompare.compare-soft-table .amount {
    font-size: 19px;
    font-family: Arial;
    line-height: 1em;
    white-space: nowrap;
}

#yith-woocompare.compare-soft-table .last-item th,
#yith-woocompare.compare-soft-table .last-item td {
    border-width: 1px;
}

.swal-modal.product-added {
    width: 655px;
    border-radius: 0;
    border: 1px solid #d2d2d2;
}


.swal-modal.quick-order {
    border-radius: 0;
    border: 1px solid #d2d2d2;
}


.swal-modal.product-added .swal-title,
.quick-order .swal-title {
    font-family: "Roboto Condensed", san-serif;
    text-align: left;
    font-size: 22px;
    margin: 0;
    padding: 20px 20px 0px;
    color: #393939;
}

.quick-order .swal-title {
    padding-bottom: 0;
}

.swal-modal.product-added .swal-title:before {
    content: "";
    display: inline-block;
    position: relative;
    background: url(../img/new-design-icons.png) no-repeat transparent -61px -233px;
    padding: 12px;
    margin: 0 3px -5px 0;
}

.swal-modal.product-added .row {
    display: flex;
    align-items: center;
    text-align: left;
}

.swal-modal.product-added p {
    font-weight: 300;
    font-size: 14px;
}

.swal-modal.product-added .modal-p-title {
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
    font-family: "Roboto Condensed", san-serif;
    font-size: 19px;
}

.swal-modal.product-added .swal-footer {
    border-top: 1px solid #e7e7e7;
    display: flex;
}
.swal-modal.product-added .swal-button-container{
    width: 50%;
}
.swal-modal.product-added .swal-button {
    width: 100%;
    border-radius: 3px;
    font-size: 17px;
    padding: 12px 0;
    font-weight: bold;
    font-family: "Roboto", san-serif;
}

.swal-modal.product-added .swal-button--confirm:after{
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: 300;
    position: relative;
    margin: 0 4px 0;
    display: inline-block;
}

.swal-modal.product-added .amount {
    font-family: Arial;
    font-weight: bold;
    font-size: 23px;
    line-height: 1em;
}
.swal-modal.product-added .product-quantity{
    color: #f23534;
    line-height: 1em;
    padding-left: 5px;
    font-size: 18px;
}

.quick-order .modal-body-wrap {
    margin: 0 -20px;
    background: #f1f1f1;
    padding: 20px 25px;
    font-family: "Roboto Condensed", san-serif;
    font-size: 17px;
    text-align: left;
}

.quick-order .swal-footer {
    padding: 0;
    margin: 0;
}

.quick-order div.wpcf7 .ajax-loader {
    position: absolute;
    right: -20px;
    top: 10px;
}
.quick-order .modal-footer-btn {
    position: relative;
}

.quick-order .wpcf7 input[type^="submit"]{
    width: 100%;
    font-size: 18px;
    border-radius: 2px;
    line-height: 1em;
    margin: 1em 0;
    display: block;
}

.quick-order .product-form-info {
    font-family: "Roboto Condensed", san-serif;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    margin-bottom: .5em;
}

.quick-order .wpcf7 span.wpcf7-form-control-wrap {
    margin: 3px 0 13px 0;
}

.quick-order .swal-button-container {
    position: absolute;
    right: 2px;
    top: 2px;
}


.quick-order .wpcf7 .modal-body-wrap input {
    font-size: 15px;
    border: 2px solid #d3d3d3;
}

.quick-order .wpcf7 .modal-body-wrap input.wpcf7-not-valid{
    border-color: #c35d5b;
}

.quick-order .swal-button {
    white-space: nowrap;
    text-indent: 100vh;
    overflow: hidden;
    background: url(../img/new-design-icons.png) no-repeat transparent;
    display: inline-block;
    width: 26px;
    height: 26px;
    padding: 0;
    background-position: -175px -276px;
    box-shadow: none;
    transition: none;
}

.quick-order .swal-button:hover {
    background-color: transparent;
    background-position: -150px -276px;
}

.widget_qmax_products.successful-added {
    display: none;
    opacity: 1;
    visibility: visible;
    background: white;
    border: 1px solid #d2d2d2;
    box-shadow: 0 8px 30px rgba(0,0,0, 0.2);
    width: 530px;
    padding: 25px 25px 10px;
    transition: none;
    margin-top: 1em;
}

.successful-added .close {
    position: absolute;
    right: 7px;
    top: 7px;
}

.successful-added .list-name {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    margin: 0;
}

.successful-added .product-name {
    font-family: "Roboto Condensed", san-serif;
    font-size: 17px;
    text-transform: uppercase;
    color: black;
    font-weight: 300;
    margin: 0 0 .5em;
    padding-right: 15px;
    line-height: 1.25em;
}

.successful-added a {
    text-decoration: none;
}
.successful-added .qm-new-icons {
    margin-bottom: -7px;
}
.successful-added.widget .goto-btn {
    width: 100%;
}

a.compare-btn-scroller {
    position: absolute;
    top: 1em;
    bottom: 1em;
    background: #f2f2f2;
    border: 1px solid #d5d5d5;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    text-decoration: none;
}

.compare-btn-scroller i {
    color: #d5d5d5;
    font-size: 4em;
}

.compare-btn-scroller:hover {
    background: white;
}

.compare-btn-scroller:hover i {
    color: #bebebe;
}

.comments-loader {
    margin: 0 0 2em;
}

.brand-new-icons {
    margin-top: 1em;
    position: relative;
    z-index: 2;
}
.brand-new-icons .thumbnail-effect {
    display: none;
}
.brand-new-icons .banner_description_wrapper {
    background: #f5f5f5;
    border-radius: 3px;
    border: 2px solid #ededed;
    transition: all 0.25s ease-in-out;
}

.brand-new-icons .banner_description_wrapper:hover {
    background: white;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.19);
}
.brand-new-icons .banner_description_content {
    text-align: center;
    border: none;
    background: transparent;
}

.brand-new-icons .banner_description_content h3 a {
    font-size: 19px;
    line-height: 1em;
}
.brand-new-icons .banner_description_content .banner_description{
    font-weight: 600;
    font-size: 21px;
    line-height: 2em;
}

.brand-new-icons + .vc_row-fluid .all-cool {
    padding-top: 4em;
    margin-top: -4em;
    z-index: 0;
    position: relative;
}
.show-all-colors .button-new {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 10px;
    padding: 3px 10px;
    position: relative;
}
li.show-all-colors {
    margin: 0;
    flex-grow: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.in-progress #loader {
    visibility: visible;
    opacity: 1;
}
.in-progress .loader-wrap {
    min-height: 50px;
}
.filter-toggle-wrap {
    display: none;
}

.header-bottom-content {
    position: relative;
}

.checkout_content tr.changed td {
    border: 1px solid rgba(242, 53, 52, 0.25)!important;
}

.qmax_subtotal_order_line th.return-btn-wrap {
    border-width: 0 0 0 1px!important;
}

.qmax_subtotal_order_line th.subtotal-wrap {
    border-width: 0 1px 0 0!important;
}
.qmax_subtotal_order_line .return-btn-wrap a.bt_back_to_shop {
    background-color: rgb(189, 185, 185);
}
#content .woocommerce form .woocommerce-shipping-fields .form-row-wide input[type="number"] {
 margin: 0;
}

#qmax_shipping_km_field {
    display: flex;
}
#content .woocommerce form .woocommerce-shipping-fields .quantity {
    max-width: 25%;
    margin: auto 1.5em auto 0;
    position: relative!important;
}
.woocommerce-shipping-fields .quantity .input-text {
    text-align: center;
}

.woocommerce-shipping-fields .suffix {
    position: absolute;
    right: -25px;
    top: 5px;
}

.coupon-msg code {
    padding: 3px 5px 4px;
    margin: 0;
    line-height: 1em;
    border: 1px solid #dedede;
    display: inline-block;
    border-radius: 5px;
}

.qmax-coupon-wrap .coupon-form-btn {
    background: rgb(220, 220, 220) !important;
    border: none;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    padding: 6px 10px;
    margin-left: 0.5em;
}

.qmax-coupon-wrap #coupon_code {
    padding: 5px;
    height: 2.5em;
    font-size: 12px;
    border-radius: 3px;
}

.qmax_customer_extra_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 5px 0 0;
}

.qmax_customer_extra_info label {
    cursor: pointer;
}

.qmax_customer_extra_info label span {
    font-size: 12px;
    font-weight: normal;
    color: black;
    text-decoration: underline;
}

/* product systems */
body[data-product-system] .pic-with-system-type {
   display: none;
}

body[data-product-system="lux"] .lux {
    display: block;
}

body[data-product-system="std"] .standart {
    display: block;
}

body[data-product-system="mini"] .mini {
    display: block;
}

body[data-product-system="small"] .small {
    display: block;
}

body[data-product-system="luxB"] .luxB {
    display: block;
}

body[data-product-system="standartB"] .standartB {
    display: block;
}

body[data-product-system="kombo-uni-2"] .kombo-uni-2 {
    display: block;
}


.has-flex-content .qmax-placeholder-wrapper {
    display: flex;
    justify-content: space-between;
}

.has-flex-content .qmItemWrap {
    width: 100%;
}
/* **product systems** */

.u-fs-15 {
    font-size: 15px!important;
}

.qmax-payment-form {
    max-width: 70%;
    margin: auto;
}
.qmax-payment-form .form-row {
    margin-bottom: 1em!important;
}

.qmax-payment-form input.input-text {
    display: block;
}

.qmax-payment-form .form-row.submit-button-wrap {
    margin: 1em 0 0;
    text-align: center;
}

.qmax-payment-form input.button {
    text-shadow: none;
    float: none;
    border: 0;
    clear: both;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    min-width: 175px;
    min-height: 52px;
    padding: 8px 16px;
}

.selectize-dropdown [data-selectable].option {
    display: block;
}

.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
    display: none;
}

.account-page:not(.no-bg) {
    background-image: url("./../../images/account-bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

.account-page:before, .account-page:after {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    clear: both;
}

.account-page-header {
    padding: 140px 0 100px
}

.account-page-title, .account-page-sub-title {
    font-size: 44px;
    font-family: ProximaNovaBold, Roboto, san-serif;
    line-height: 1em;
}

.account-page-title {
    color: #ff2c2b;
}

.account-page-desc {
    font-size: 21px;
    color: #7e7e7e;
    font-family: ProximaNova, Roboto, san-serif;
    margin: 1em 0;
}

.page-main-content {
    background: #fafafa;
    padding: 48px;
    border-radius: 12px;
}

.orders-404-text {
    display: flex;
    align-items: center;
    margin: 1em 0;
}

.orders-404-text span {
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    margin: 0 1em 0 0;
}

.order-title {
    margin-bottom: 2.5em;
}

.order-number {
    font-size: 33px;
    color: #ff1716;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin-right: 15px;
}

.order-date {
    font-size: 22px;
    color: #a1a1a1;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
}

.order-meta-wrap ul li{
    list-style: none;
    margin-bottom: 25px;
    padding-left: 2.5em;
}

.order-meta-wrap ul {
    position: relative;
}
.order-meta-wrap i {
    position: absolute;
}

.order-meta-wrap .meta-title {
    font-size: 19px;
    color: #0f0f0f;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}

.order-meta-wrap .meta-info {
    font-size: 15px;
    line-height: 21px;
    color: #0f0f0f;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.order-main-info {
    display: flex;
    justify-content: space-between;
}

.price-info-container .price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    position: relative;
}
.price-info-container .price-row:before {
    content: '';
    position: absolute;
    bottom: .4rem;
    width: 100%;
    height: 0;
    line-height: 0;
    border-bottom: 1px dotted #d0d0d0;
}

.price-info-container span {
    font-size: 19px;
    color: #5d5d5d;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    position: relative;
    background: #ececec;
}

.price-info-container .row-bold.price-row:before {
    bottom: .1rem;
}
.price-info-container .row-bold span{
    font-size: 30px;
    color: #0f0f0f;
    font-weight: 700;
}

.price-info-container {
    min-width: 560px;
    padding: 38px 38px 20px;
    background: #ececec;
    border-radius: 10px;
}

.get-order-info {
    border-radius: 5px;
    padding: 15px 30px 11px 25px;
    z-index: 2;
    position: relative;
}

.account-icons {
    background: url("./../../images/account-icons.png") no-repeat;
}

.qm-search-icon {
    padding: 7px 12px;
    background-position: -10px -4px;
    margin: 0px 5px 0px 0;
}

.qm-delivery-icon {
    padding: 14px 20px;
    background-position: -65px -44px;
    left: 0;
}

.qm-client-icon {
    padding: 15px 13px;
    background-position: -90px -5px;
    left: 2px;
}

.qm-hint-icon {
    padding: 15px 13px;
    background-position: -53px -4px;
    left: 2px;
}

.qm-calendar-icon {
    padding: 12px;
    background-position: -124px -40px;
    display: inline-block;
    margin: 0 3px -2px 0;
}

.qm-person-icon {
    padding: 15px 12px;
    background-position: -91px -1px;
    display: inline-block;
    margin-bottom: 0;
}

.get-order-info:hover .qm-search-icon {
    background-position: -12px -41px;
}
.order-meta-wrap {
    padding-right: 2em;
}
.items-table {
    margin-top: 3em;
}

.items-table th {
    background: #fcfcfc;
    padding: 12px 1.75em;
    border-top: 2px solid #f2f2f2!important;
    border-bottom: 2px solid #f2f2f2!important;;
}

.items-table th:first-child { border-left: 2px solid #f2f2f2}
.items-table th:last-child { border-left: 0; border-right: 2px solid #f2f2f2}
.items-table th:nth-child(2) { border-right: 0; border-left: 0;}

.items-table table {
    border: 0;
    margin: 0;
}

.items-table td {
    background: #ffffff;
    padding: 2em 1.5em;
    border-color: #f2f2f2;
    border-width: 0 0 2px 2px;
}

.items-table td:last-child {
    border-width: 0 2px 2px 2px;
}

.account-product_name {
    font-size: 14px;
    line-height: 20px;
    color: #2f2f2f;
    font-weight: 600;
}

.account-meta_row {
    margin-bottom: 7px;
}

.account-product_excerpt {
    margin: 1em 0;
}

.account-product_price {
    font-size: 22px;
    line-height: 20px;
    color: #2f2f2f;
    font-weight: 700;
}

.account-page-modal, .account-page-modal .swal-icon--success:after,
.account-page-modal .swal-icon--success:before, .account-page-modal .swal-icon--success__hide-corners {
    background: #f8f8f8;
}

.account-page-modal {
    width: 600px;
}

.account-page-modal .swal-title {
    font-size: 33px;
    color: #ff1716;;
    font-weight: 700;
}

.order-vendor-info li {
    font-size: 17px;
    color: #1c1c1c;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    text-align: left;
}

.order-vendor-info li:first-child {
    border-radius: 5px 5px 0 0;
}

.order-vendor-info li:last-child {
    border-radius: 0 0 5px 5px;
}

.order-vendor-info li div {
    margin: 15px;
}

.thank-you-hint {
    background: #e4e4e4;
    color: #3f3f3f;
    font-weight: 700;
    text-align: center;
    padding: 20px 30px;
    border-radius: 5px;
}

.order-main-info .order-number-input {
    border-radius: 4px 0 0 4px;
    position: relative;
    z-index: 0;
}

#shipping_sample_address_field .optional {
	display: none;
}

/* The switch - the box around the slider */
  .switch-container {
    display: flex;
    align-items: center;
    width: 100%;
    margin: auto;
    cursor: pointer;
    font-weight: normal;
    }

   .switch {
       position: relative;
       display: inline-block;
       width: 60px;
       height: 34px;
       transform: scale(0.9);
   }

   /* Hide default HTML checkbox */
   .switch input {
       opacity: 0;
       width: 0;
       height: 0;
   }

   /* The slider */
   .slider {
       position: absolute;
       cursor: pointer;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background-color: #ccc;
       -webkit-transition: .4s;
       transition: .4s;
   }

   .slider:before {
       position: absolute;
       content: "";
       height: 26px;
       width: 26px;
       left: 4px;
       bottom: 4px;
       background-color: white;
       -webkit-transition: .4s;
       transition: .4s;
   }

   input:checked + .slider {
       background-color: #2196F3;
   }

   input:focus + .slider {
       box-shadow: 0 0 1px #2196F3;
   }

   input:checked + .slider:before {
       -webkit-transform: translateX(26px);
       -ms-transform: translateX(26px);
       transform: translateX(26px);
   }

   /* Rounded sliders */
   .slider.round {
       border-radius: 34px;
   }

   .switch-container .switch-state {
     margin-left: 10px;
       white-space: nowrap;
   }

   .slider.round:before {
       border-radius: 50%;
   }


.blog-items__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px 2em;
}

.blog-items__title {
    font-size: 33px;
    line-height: 41px;
    color: #222222;
    font-family: "Roboto";
    font-weight: 500;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}


.blog-items__show-more {
    font-size: 16px;
    color: #f23534;
    font-family: "Roboto";
    font-weight: 400;
    text-decoration: underline;
}

.blog-item {
  width: calc(100% / 3 - 22px);
    margin: 0 11px 11px;
}

.l-blog-item--big {
  width: calc((100% / 3) * 2 - 22px);
  position: relative;
}

.blog-item__image {
  width: 100%;
  height: 193px;
  border-radius: 4px;
  background-size: cover;
  position: relative;
}

.blog-item__thumbnail-effect:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    opacity: 0.5;
    z-index: 1;
    background-color: #000000;
}
.blog-item__thumbnail-effect:before {
    content: "+";
    opacity: 0.9;
    top: 50%;
    left: 50%;
    position: absolute;
    transition: all 450ms ease-in-out 0s;
    margin-left: -25px;
    margin-top: -25px;
    font-size: 50px;
    line-height: 50px;
    transform: scale(0);
    z-index: 2;
    width: 50px;
    color: white;
    text-align: center;
}
.blog-item__thumbnail-effect {
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    transition: all 300ms ease-in-out 0s;
    overflow: hidden;
}

.blog-item__image:hover .blog-item__thumbnail-effect {
    left:0;right:0;top:0;bottom:0;
}

.blog-item__image:hover .blog-item__thumbnail-effect:before{
    transform:scale(1);
}

.l-blog-item--big .blog-item__image {
  height: 100%
}

a.blog-item__title {
  font-size: 23px;
  line-height: 27px;
  color: #222222;
  font-family: "Roboto";
  font-weight: 500;
  padding: 15px 0;
    display: block;
    text-decoration: none;
}

p.blog-item__desc, .blog-item__desc p {
  font-size: 17px;
  line-height: 24px;
  color: #787878;
  font-family: "Roboto";
  font-weight: 400;
  padding:0 0 20px;
  margin: 0;
}

.bimw__author-container {
  display: flex;
}

.blog-single-item__main-pic img {
    width: 100%;
    margin: 1em 0 4em;
}

.bsi-generated-list {
    padding-bottom: 3.5em;
    margin: 0;
}

.blog-single-item__cat-name a{
    font-size: 11px;
    color: #ffffff;
    font-family: "Roboto";
    font-weight: 700;
    display: inline-block;
    background: #f23534;
    text-transform: uppercase;
    padding: 3px 6px 1px;
}
.main-content .blog-single-item__title-wrap h1 {
    font-size: 40px;
    line-height: 41px;
    color: #222222;
    font-family: "Open Sans";
    font-weight: 400;
    margin: .5em 0 0;
}

.blog-single-item__subtitle-wrap p {
    font-size: 28px;
    line-height: 29px;
    color: #9b9b9b;
    font-family: "Roboto";
    font-weight: 400;
    margin: 0;
}

.blog-single-item__top-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-single-item .woocommerce ul.products:not(.owl-carousel) {
    display: flex;
    max-width: 75%;
    margin: 2em auto;
}

.author-meta__pic {
    margin-right: 10px;
}
.author-meta__pic img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
}

.blog-single-item__author-meta {
    display: flex;
    align-items: center;
    margin: 1.5em 0;
}

.author-meta__name {
    font-size: 17px;
    color: #222222;
    font-family: "Roboto";
    font-weight: 700;
}

.author-meta__description {
    font-size: 15px;
    color: #828282;
    font-family: "Roboto";
    font-weight: 400;
}

.bimw__author-container img {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin: 0 7px 0 0;
    padding: 0;
}
.bsi-left-section {
    font-size: 18px;
    line-height: 27px;
    color: #222222;
    font-family: "Roboto";
    font-weight: 400;
}
.bsi-left-section h2,
.bsi-left-section .h2 {
    font-size: 27px;
    line-height: 29px;
    color: #222222;
    font-family: "Roboto";
    font-weight: 500;
    padding-top: 1em;
}
.blog-item__meta-wrap {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  padding-right: 30px;
  color: #828282;
  font-family: "Roboto";
  font-weight: 400;
}

.bsi__highlighted-content {
    background: #f1f1f1;
    padding: 20px 30px 10px;
}

.bsi__highlighted-content h3,
.bsi__highlighted-content .h3 {
    padding-bottom: 1em;
}

.bsi-overview-title {
    font-size: 13px;
    letter-spacing: 1px;
    color: #8a8a8a;
    font-family: "Roboto";
    font-weight: 700;
    text-transform: uppercase;
}

.blog-single-item__content-section {
    display: flex;
}

.bsi-left-section {
    width: 740px;
    flex-basis: 740px;
}

.bsi-content {
    margin: 0 -15px;
}

.bsi-right-section {
    width: calc(100% - 740px);
    flex-basis: calc(100% - 740px);
    padding-left: 50px;
}

.bsi-right-section .new-shtory-wrapp {
    max-width: 80%;
    margin: auto;
}
.bsi-right-section .new-shtory-wrapp li {
    padding: 1em;
    text-align: center;
}

.bsi-generated-list li a {
    font-size: 15px;
    color: #707070;
    font-family: "Open Sans";
    font-weight: 400;
}
.bsi-generated-list li {
    list-style: none;
    counter-increment: generated-list-item;
    position: relative;
    padding: 0 0 0 30px;
    margin: .5em 0;
    line-height: 22px;
}

.bsi-generated-list li:before {
    content: counter(generated-list-item);
    font-size: 12px;
    color: #8a8a8a;
    font-family: "Roboto";
    font-weight: 700;
    border: 1px solid #cccccc;
    border-radius: 50%;
    width: 24px;
    height: 23px;
    line-height: 22px;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.qm-red-dots li {
    list-style:none;
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    line-height: 30px;
    color: #616161;
    font-family: "Roboto";
    font-weight: 400;
}

.show-bold {
    font-weight: bold;
}


.qm-red-dots li:before {
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    background: #fe2222;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.blog-related-items {
    margin: 1em 0 2em;
}

.l-blog-item--big .blog-item__innen {
  position: absolute;
  width: 100%;
  top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    padding: 75px 65px;
    border-radius: 4px;
}

.l-blog-item--big a.blog-item__title {
    font-size: 37px;
    line-height: 41px;
    color: #ffffff;
    font-family: "Roboto";
    font-weight: 700;
}

.l-blog-item--big .blog-item__desc p,
.l-blog-item--big p.blog-item__desc {
  font-size: 22px;
  line-height: 29px;
  color: #d5d5d5;
}

.qm-attached {
    position: absolute !important;
    animation: none !important;
    transform: translateX(100%);
    top: 0;
    right: 0;
    padding-left: 50px;
}

.qm-attached.qm-align--off {
    position: relative !important;
    transform: none;
    width: 100% !important;
    padding-left: 0 !important;
}


.l-blog-item--big .blog-item__meta-wrap {
  color: #d5d5d5;
}

.search-no-results .woocommerce-info {
    margin-top:2rem
}
.search-no-results .woocommerce-info:before {
    content:"\e025";
    font-size:40px;
    top: .7rem;
    left: .6rem;
}
.search-no-results .woocommerce-info a {
    padding-top: 5px;
    display: block;
}

.search-no-results .l-category-list {
    margin-top:0
}
.l-product__configurator .l-product__configurator-field > div {
    position:relative
}

.product .l-product__configurator .l-product__configurator-field input {
    padding-right:25px !important
}
.l-product__configurator .l-product__configurator-field > div.textinput:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -4px;
    border-width: 5px 5px 0;
    border-color: #333 transparent transparent;
    right:8px;
    clear:left;
}
h3.popover-title {
    margin-bottom:0 !important
}

#pa_modifikatsiya_template--modal .h-modal--bottom-shadow-2 .modal-content {
    padding:0 13px 6px 0
}
.plisse-mod {
    margin:0
}
.plisse-mod .plisse-item {
    border-radius: 15px;
    overflow: hidden;
    padding: 0;
    display:flex;
    margin:0 20px 0 0
}
.plisse-mod .plisse-img {
    flex-basis:25%;
    flex-shrink: 0;
    padding:1rem 3rem;
    background:#eee;
    position:relative;
    cursor:pointer;
}
.plisse-mod .plisse-img img {
    position: relative;
    top: 0;
}
.plisse-mod .plisse-img .plisse-magnify {
    display:none;
}
.plisse-mod .plisse-img:hover .plisse-magnify {
    display:block;
    position:absolute;
    top:40%;
}
.plisse-mod .plisse-img:hover .plisse-mod-img{
    opacity:.75
}
.plisse-mod .plisse-img .thd-button {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 9999;
    background-image:url('../img/3d-view.png');
    cursor:pointer;
    width:168px;
    height:61px;
}
.plisse-mod .plisse-img .thd-button:hover {
    background-image:url('../img/3d-view-hover.png');
}
.plisse-mod .plisse-desc {
    text-align:left !important;
    position:relative;
    margin:0 40px;
    padding:3rem 0
}

.plisse-mod .c-table {
    width: 100%;
    float:left;
}
.plisse-mod .c-table tr:nth-child(even){
    background-color:#FAFAFA;
}
.plisse-mod .c-action {
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    margin: 0 20%;
    z-index: 9999;
}
.plisse-mod .c-table tr td:first-child {
    font-weight:bold
}
.cut-opener {
    display:none
}
#pa_modifikatsiya_template--modal .tkan-selected {
    border:none;
}
#pa_modifikatsiya_template--modal .button_choose {
    width: 18px;
    height: 18px;
    background: rgba(255, 60, 0, 0.7);
    display: inline-block;
    border:2px solid rgba(255, 60, 0, 0.7);
    border-radius: 50%;
    position: absolute;
    right:10px;
    top:8px;
}
#pa_modifikatsiya_template--modal .c-action--red:hover .button_choose{
    background: #fff;
}
#pa_modifikatsiya_template--modal .button_choose::before {
    content: "✓";
    color: #f90;
    font-size: 13px;
}
#pa_modifikatsiya_template--modal .tkan-selected .button_choose {
    background: #fff;
}
#pa_modifikatsiya_template--modal .tkan-selected .button_choose::before {
    color: #f93c00;
}

@media(min-width:769px) {
    .plisse-mod .c-action-mobile {
        display:none;
    }
    #pa_modifikatsiya_template--modal .simplebar-track.simplebar-vertical {
        top:40px
    }
    #pa_modifikatsiya_template--modal .modal-content {
        position:relative;
    }
    #pa_modifikatsiya_template--modal .u-ta--r {
        position:absolute;
        top:10px;
        right:10px;
        z-index:9999
    }
    #pa_modifikatsiya_template--modal .u-fs--h2-l {
        margin: 0 0 0 40px;
        font-weight: 600;
        font-size: 35px;
        text-align:left
    }
    .plisse-mod .plisse-desc {
        overflow:visible;
    }
    .plisse-mod .qm-popap-title {
        font-size: 30px;
        font-weight: normal;
        margin-bottom: 20px;
        position: relative;
    }
    .plisse-mod .qm-popap-title::before {
        content: "";
        border: 15px solid transparent;
        border-left: 20px solid #eee;
        position: absolute;
        left: -40px;
    }
    .plisse-mod .plisse-desc, .plisse-mod .plisse-desc li {
        line-height:1.2 !important;
        font-size:13px !important;
        text-align:left;
    }
    .plisse-mod .plisse-desc li {
        margin-bottom:.5rem
    }
    .button_choose_mobile {
        display:none
    }
}

@media(max-width:768px) {
    #pa_modifikatsiya_template--modal .h-modal--bottom-shadow-2 .modal-content {
        padding: 0 0 6px
    }
    #pa_modifikatsiya_template--modal .u-fs--h2-l {
        font-size: 1rem;
        font-weight: 500;
        margin: 0 auto;
        padding: 5px 0 0 !important;
    }
    .plisse-mod .plisse-item.u-p--sm {
        display:block;
        padding:.5rem;
        border:1px solid #999;
        position: relative;
    }
    #pa_modifikatsiya_template--modal .tkan-selected {
        border:2px solid #f93c00
    }
    .plisse-item > .plisse-img.add-tab {
        display:none
    }
    .plisse-mod .plisse-item {
        margin:10px
    }
    .plisse-mod .plisse-item > .plisse-img {
        background:none;
        width:35%;
        float:left;
        padding:10px 10px 0;
        z-index:9999;
    }
    .plisse-mod .plisse-img .plisse-magnify {
        display:block;
        position: absolute;
        top: 40%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 55%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width:50px;
        height:50px
    }
    .plisse-mod .plisse-img .thd-button {
        bottom:5%;
        top:auto;
        background-size: cover;
        width:26vw;
        height:10vw;
    }
    .plisse-mod .plisse-img .c-action {
        display:none
    }
    .plisse-mod .c-action-mobile {
        display:block;
        bottom:0;
    }
    #pa_modifikatsiya_template--modal .c-action-mobile .button_choose {
        display:none
    }
    #pa_tkan_template--modal .modal-content > div:first-of-type,
    #pa_dop-plisse_template--modal .modal-content > div:first-of-type {
        z-index: 10000;
        position: absolute;
        top: 1em;
        right: 1em;
    }
    #pa_tkan_template--modal .u-fs--h2-l,
    #pa_dop-plisse_template--modal .u-fs--h2-l {
        font-size:18px;
        margin-bottom:.5rem
    }
    .plisse-mod .qm-popap-title {
        font-size:18px
    }
    .plisse-mod .plisse-desc {
        overflow:visible;
        width:95%;
        text-align: left;
        padding:10px 20px 10px 10px;
        margin:0
    }
    .plisse-mod .plisse-desc ul {
        margin: .5rem 0;
    }
    .plisse-cut {
        height:44vw;
        overflow:hidden;
        -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 95%);
        mask-image: linear-gradient(to bottom, black 60%, transparent 95%);
    }
    .plisse-cut.rolled {
        height:auto !important;
        overflow:visible;
        -webkit-mask-image:none;
        mask-image:none
    }
    .plisse-mod .plisse-desc li {
        line-height:1.2 !important;
        font-size:13px !important;
    }
    .plisse-mod .c-table {
        width:auto;
        float:none;
        font-size:13px
    }
    .plisse-mod .c-table tr {
        grid-template-columns: 1fr 1fr;
    }
    .plisse-mod .c-action {
        position: relative;
        display:block;
        margin:1em auto 0;
        text-align: center;
        clear:both;
        max-width:250px
    }
    .button_choose_mobile {
        position:absolute;
        width: 18px;
        height: 18px;
        display: inline-block;
        border: 1px solid #999;
        border-radius: 50%;
        right: 10px;
        top: 8px;
    }
    #pa_modifikatsiya_template--modal .tkan-selected .button_choose_mobile {
        border: 2px solid #f93c00;
        border-radius: 50%;
        right: 10px;
        top: 8px;
    }
    #pa_modifikatsiya_template--modal .tkan-selected .button_choose_mobile:before{
        content: "✓";
        color: #f90;
        font-size: 13px;
    }
    .plisse-mod > div:last-of-type {
        margin-bottom:3em
    }
    #pa_modifikatsiya_template--modal .plisse-item.tkan-selected .button_choose {
        top:6px
    }
    .cut-opener {
        display:inline-block;
        color:#f00;
        font-size: 14px;
        float:left;
        margin:1em 0;
        border-bottom: 1px dashed #f00;
    }
}
#pa_tkan_template--modal .js-modal-selectbtn:hover {
    background-color: #fff;
    border-color: #f14124;
    box-shadow: 0 13px 46px rgba(41, 47, 56, .22);
}
#pa_tkan_template--modal .tkan-price {
    margin: 0 14px 0 21px;
}
.close-button-container {
    display:none
}
@media only screen and (max-width: 767px) {
    #pa_tkan_template--modal .tkan-price {
        margin:0 10px;
    }
    .plisse-mod {
        margin:0
    }
    .close-button-container {
        width:100%;
        text-align:center;
        display:block;
        position:fixed;
        bottom:1.5em;
        left:0
    }
    .close-button {
        background-color:#BFC8CF;
        float:none !important;
    }
}
.tkan-selected span.c-action--red, span.tkan-selected.c-action--red {
    color:#fff;
    background-color:#aab7c8
}
.tkan-selector {
    justify-content: space-around !important;
    margin-top:0
}
.tkan-selector .js-modal-title, .plisse-dop .js-modal-title{
    flex-basis:100%;
    margin-bottom:.5rem
}
.tkan-selector .c-pager{
    flex-basis: 100%;
    flex-wrap:wrap
}
.tkan-selector .c-pager__item {
    margin: 0 10px;
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    border-radius: 25%;
    transition: all .4s ease;
}
#pa_dop-plisse_template--modal .u-tc--modal-title {
    font-size:27px;
    margin-bottom:10px
}
.plisse-dop {
    margin-left:0;
    margin-right:0
}
.plisse-dop .u-tc--modal-info {
    min-height:35px
}
.plisse-dop .selectize-control {
    display:inline-block;
    min-width:100px
}
.plisse-dop .selectize-input {
    text-align:left
}
.plisse-dop .js-modal-selectbtn {
    margin:0 auto
}
@media screen and (min-device-width: 768px) and (max-device-width: 1199px){
    .plisse-dop .js-modal-selectbtn {
        flex-basis:100%
    }
}
.grif-width-selector {
    display:flex;
    justify-content: center;
    align-items: center;
}
.plisse-dop-select > input {
    border:none;
    background-color: #f7f9fb;
    color:#f00 !important;
    padding:0 !important;
    text-decoration: underline;
}
.plisse-dop-select:after {
    content:none !important;
}
.plisse-dop-selected {
    background-color:#CCD2DE !important;
}
.plisse-dop-selected-card {
    border:1px solid #f00 !important;
}
.plisse-img-box {
    position:relative;
}
.dop-selector-mark {
    position:absolute;
    top:1em;
    right:1em;
    border-radius:50%;
    border:2px solid #999;
    background-color:#fff;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
}

.plisse-dop-selected-card .dop-selector-mark {
    background-color:#fff;
    border: 6px solid #f00;
}
.tkan-selected {
    border:2px solid #A3B6D7
}
.parent-pageid-10875 .u-my--md {
    margin-bottom:0
}
.wpb_text_column.wpb_content_element {
    margin-bottom:20px
}
@media(max-width:1199px) {
    .img-mobile-center {
        display:block;
        float:none;
        margin:1rem auto;
        text-align:center
    }
}
@media (min-width:1200px) {
    .page-id-10718 img.alignleft, .term-159 img.alignleft {
        float: left;
        padding:0 2rem 1rem 0;
    }
    .page-id-10720 img.alignright, .term-447 img.alignright {
        float: right;
        padding:0 0 1rem 2rem;
    }
}

.featured_product_slider_wrapper_inner *{
    min-height: 0;
    min-width: 0;
}
.featured_product_slider_wrapper h3.slider-title {
    font-size:27px;
    margin-bottom:5px
}
@media(max-width:767px) {
    .featured_product_slider_wrapper h3.slider-title {
        margin-bottom:50px
    }
}
.featured_product_slider_wrapper .c-product-item {
    margin: 10px 15px 15px;
    border: 2px solid #ebeff3;
    border-radius: 10px 10px 15px 15px;
    transition: all .4s ease,height 0s linear;
    box-sizing: border-box;
    overflow:hidden
}
.featured_product_slider_wrapper .c-product-item:hover {
    border-color: #ef3f22;
    background-color: #fff;
    box-shadow: 0 13px 15px rgba(41, 47, 56, .22);
}
.featured_product_slider_wrapper .slick-slide img {
    max-width: 100%;
    border-radius: 10px;
    width: 100%;
    height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    transition: border .4s ease;
}
.page .show-more-wrap {
    text-align:center
}
.page .show-more-wrap a {
    display:block;
    padding:12px 21px;
    font-weight:700;
    font-size:16px;
    box-sizing:border-box;
    background-color:#f93c00;
    color:#fff;
    border-radius: 25px 25px 25px 5px;
    transition: background-color .4s ease;
    margin-bottom:65px
}
.page .show-more-wrap a:hover {
    background-color: #fb7247;
}
.mobx-gallery figure{
 padding:5px
}
.post-10875 .entry-content-post > .vc_row {
    padding: 0 30px;
    border: 4px solid #eee;
    margin: 0 0 30px;
}
.post-10875 .entry-content-post > .vc_row .page-box__title {
    margin-top:10px;
    font-size:20px;
    padding-bottom:20px
}
@media(max-width:767px){
    .post-10875 .entry-content-post > .vc_row > .wpb_column {
        text-align:center
    }
}
.single-product .woocommerce-product-gallery--with-images {
    display:none
}
#tab-montaj .montage-container, #js-modal-montaj .montage-container{
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
}
#tab-montaj .montage-container > div, #js-modal-montaj .montage-container > div{
    flex-basis:24%;
    margin:.5%
}
@media(max-width:639px) {
    #tab-montaj .montage-container > div, #js-modal-montaj .montage-container > div{
        flex-basis:49%;
    }
}
@media(max-width:320px) {
    #tab-montaj .montage-container > div, #js-modal-montaj .montage-container > div{
        flex-basis:100%;
        margin:0
    }
}
.entry-summary .uni-tip, .entry-summary.uni-selected .mini-tip{
    display:none;
}
.entry-summary.uni-selected .uni-tip {
    display:block;
}

.post-12232 .c-cat-posters__item .c-cat-posters__link {
    position: relative;
    background:none;
}
.post-12232 .c-cat-posters__item picture {
    height: 230px;
    overflow: hidden;
    display: block;
    background:none;
}
.post-12232 .c-cat-posters__item .c-cat-posters__title {
    position: absolute;
    bottom: 50px;
    color: #fff;
    padding: 0 15px;
    text-transform: none;
}

.post-12232 .c-cat-posters__item .c-cat-posters__price {
    position: absolute;
    bottom: 20px;
    color: #fff;
    padding: 0 15px;
    font-weight:normal
}
.post-12232 .c-cat-posters__item picture::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to bottom, rgba(0,0,0, 0) 20%, rgba(0,0,0, 100) 80%);
    opacity: .5;
    border-radius: 10px;
}
.jsv-show {display:none !important;}
#jsv-holder img {margin:0 auto}
.spin-hint {
    background: url(../img/hint.png) no-repeat transparent;
    background-position-x: center;
    background-size: cover;
    position: absolute;
    display: block;
    z-index: 1000;
    opacity: 0.6;
    font-size: 12px;
    font-weight:bold;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    bottom: 5%;
    left: 50%;
    width: 186px;
    padding: 5px 10px;
    height: 72px;
    max-width: 90%;
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 15px;
    box-shadow: 0 0 4px #222;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}
.hint-text {
    position: relative;
    display:inline-block;
    top: 25%;
    max-width: 60%;
}
@media(max-width:639px){
    .spin-hint {
        width:100px;
        height:42px;
        font-size:8px;
        bottom:0;
        padding:0
    }
    .hint-text {
        top: 35%;
    }
}
.icon-product-wash {
    background-image: url(../img/30.png);
    position: relative;
    left: 7px;
    width: 55px;
    height: 55px;
    background-size: cover;
}
.product .icon-product-wash {
    left:14px
}
.l-product__configurator-field input {
    box-sizing: border-box;
    width:100%;
}
.l-product__configurator-field input[type=number]::-webkit-outer-spin-button,
.l-product__configurator-field input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.size-hint {
    position: absolute;
    right: 10px;
    top: 9px;
}
