.hidden {
    display: none !important;
}

.pop-up .popup-window.select-offer .product-add-count .input-wrap {
    margin-left: 220px;
}

.pop-up .popup-window.select-offer .h1 {
    margin-bottom: 20px;
}

.pop-up .popup-window.select-offer {
    width: 440px;
}

.pop-up .popup-window.select-offer > .wrapper .product-add-count {
    margin-bottom: 20px;
}

.pop-up .popup-window.select-offer > .wrapper .cart-add {
    display: inline-block;
    width: 185px;
    height: 40px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
    float: left;
    color: #FFF;
    background: #2c3e6f;
    white-space: nowrap;
}

.pop-up .popup-window.select-offer > .wrapper .checkout {
    display: inline-block;
    width: 185px;
    height: 40px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
    float: right;
    color: #2c3e6f;
    border: 2px solid #2c3e6f;
    white-space: nowrap;
}

.pop-up .popup-window.select-offer > .wrapper {
    padding: 0 20px 25px 20px;
    text-align: center;
}

.product-add-count li .success {
    position: relative;
    text-align: left;
    width: 100%;
    padding-left: 35px;
    color: #329C31;
}

.product-add-count li .error {
    position: relative;
    text-align: left;
    width: 100%;
    padding-left: 35px;
    color: #CC2229;
}

 .button-container.png .button.white {
    color: #2c3e6f;
    border: 2px solid #2c3e6f;
	display: inline-block;
    width: 140px;
    height: 40px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
}
 .button-container.png{
    text-align: center;
	float: left;
    width: 916px;
}

 .catalog > .banner {
     position: relative;
     margin-top: 0;
 }

.catalog > .banner .button-order-catalog {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.catalog > .banner .button {
	color: white;
    background: #2c3e6f;
    display: inline-block;
    height: 40px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
    float: left;
}

.view .element {
    position: relative;
}

.view .element .left-icon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.view .element .right-icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.drop-list li a {
    color: #232323;
    cursor: pointer;
    text-decoration: none;
}

.view.catalog .text-container {
    min-height: 68px;
}

.select-offer .wait {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 6px;
    overflow: hidden;
    background: url(/bitrix/themes/.default/images/wait.gif) no-repeat 5px 5px !important;
}

.button-wait {
    width: 30px;
    height: 30px;
    margin: -6px auto;
    overflow: hidden;
    background: url(/bitrix/themes/.default/images/wait.gif) no-repeat 5px 5px !important;
}

.product .price-wrapper .price-whol, .product .price-wrapper .price {
    text-align: right;
}

.view .element .left-icon.top-icon-position {
	    top: 20px;
}

img.left-icon.left-icon-1 {
    top: 0 !important;
}

img.left-icon.left-icon-2 {
    top: 30px !important;
}

img.left-icon.left-icon-3 {
    top: 50px !important;
}

.no-price-section {
    color: #888888;
    text-align: center;
    margin: 15px 0;
    display: inline-block;
}

.text-container > .art {
    font-weight: bold;
    color: #282828 !important;
}
.view.slider_detail_page .element .img-container {
    height: 270px;
}
.view.catalog.slider_detail_page .text-container {
    min-height: 52px;
    height: 52px;
    overflow: hidden;
}
.view.slider_detail_page .hover-element .button-container {
    padding-top: 10px;
}
.view.slider_detail_page .hover-element:hover {
    height: 420px;
    box-shadow: 0 0 24px -3px black;
}
.view.slider_detail_page.catalog .cols {
    min-height: 400px;
    margin: 44px 15px 20px 0px;
}
.view.slider_detail_page .slick-prev:before,
.view.slider_detail_page .slick-next:before {
    z-index: 10;
}
@media screen and (max-width: 767px) {
    .view.slider_detail_page .hover-element {
        max-width: 290px;
        margin: 7px auto;
    }
    .view.catalog.slider_detail_page .text-container {
        text-align: center;
    }
    .view.slider_detail_page .hover-element .button-container {
        padding-top: 10px;
        display: flex;
        justify-content: center;
    }
    .view.slider_detail_page .hover-element .button-container .button.white {
        margin-left: 0;
    }
    .view.slider_detail_page .hover-element:hover {
        max-width: 310px;
        position: relative;
        left: auto;
        top: auto;
        padding-top: 1px;
    }
    .view.slider_detail_page.catalog .cols {
        margin: 44px 0 20px;
    }
}
