.timer_bg {
    background-image: url('assets/img/timer_bg.png');
}

.rs_gallery-text,
.rs_gallery-thumbs {
    float: right;
    width: 25%;
}

.rs_gallery-text {
    max-height: 112px;
    margin-bottom: 16px;
    overflow: hidden;
}

.rs_gallery-thumbs {
    clear: right;
    max-height: 428px;
    overflow-x: hidden;
    overflow-y: auto;
}

.rs_gallery-thumb {
    border: 1px solid #D1D1D1;
    border-radius: 6px;
    box-sizing: border-box;
    float: left;
    height: 90px;
    margin-bottom: 16px;
    margin-right: 5%;
    position: relative;
    width: 45%;
}

.rs_gallery-thumb.checked {
    border-color: #FD3232;
}

.rs_gallery-thumb.checked .rs_overlay {
    display: block;
}

.rs_preview {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.rs_gallery-pic {
    max-height: 446px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.rs_gallery-detal {
    cursor: pointer;
    max-height: 446px;
}

.rs_gallery-prev,
.rs_gallery-next {
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0;
    position: absolute;
    top: 43%;
    transition: all 0.2s ease-in-out 0s;
    width: 24px;
}

.rs_gallery-prev {
    background-position: 0 -223px;
    left: 15px;

}

.rs_gallery-next {
    background-position: 0 -191px;
    right: 15px;
}

.rs_gallery-pic:hover .rs_gallery-prev,
.rs_gallery-pic:hover .rs_gallery-next {
    opacity: .5;
}

.l-header__menuwrap {
    position: relative;
    z-index: 500;
}

.whitestripe {
    /*background: rgba(255,255,255,0.65);*/
    position: relative;
    z-index: 5;
    height: 104px;
}

.l-header__top {
    margin-bottom: 0;
}

.l-header__infowrap {
    padding-top: 1em;
}

.mainbanners .mainbanners__owl {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.additional-banners {

}

body {
    min-width: 320px;
}

.container p {
    font-size: 14px;
}

.container ul li {
    font-size: 14px;
}

@media (min-width: 1200px) {

    .maps {
        float: right;
        width: 70%;
    }

    .contact {
        float: left;
    }

}

@media (max-width: 1920px) and (min-width: 1500px) {

    .maps {
        float: right;
        width: 70%;
    }

    .contact {
        float: left;
    }

}

@media (max-width: 1499px) and (min-width: 1200px) {

    .maps {
        float: right;
        width: 63%;
    }

    .contact {
        float: left;
    }

}


@media (max-width: 1199px) and (min-width: 1000px) {
    .maps {
        float: right;
        width: 62%;
    }

    .contact {
        float: left;
    }
}

@media (max-width: 999px) and (min-width: 768px) {
    .maps {
        float: right;
        width: 53%;
    }

    .contact {
        float: left;
    }
}

@media (max-width: 767px) {
    .maps {
        float: left;
        width: 100%;
    }

    .contact {
        float: left;
    }

    .menu_top__item a {
        font-size: 12px;
    }

    #cart_top1 {
        z-index: 200;
    }

    .logo {
        position: relative;
        top: 8px;
        z-index: 49;
    }

}


@media (max-width: 479px) and (min-width: 320px) {

    .adaptif-img {
        width: 100% !important;
    }

}

.l-header__logo {
    z-index: 5000;
    position: relative;
}

#cart_top1 {
    position: relative;
    z-index: 5000;
}

.bx-soa-pp-delivery-cost, .bx-soa-pp-price, .bx-soa-pp-list {
    display: none;
}

.caution {
    line-height: 1.2em;
    padding-bottom: 0.6em;
    display: inline-block;
}

#detail_recproducts {
    /*background: url(/include/img/pdf.png);*/
    background-repeat: no-repeat;
    padding-left: 42px;
    height: 52px;
    margin-top: 15px;
    background-size: 35px;
    font-size: 19px;
    padding-top: 5px;
    margin-bottom: 17px;
}

@media (max-width: 560px) {
    .instr {
        width: 100%;
        height: 150px;
    }
}

@media (max-width: 560px) {
    .instr {
        width: 100%;
        height: 250px;
    }
}

.op-text {
    width: 560px;
}

@media (max-width: 560px) {
    .op-text {
        width: 100%;
    }
}

#auth_form_popup .form-control-feedback.js-ajax_fancy,
#authform_body .form-control-feedback.js-ajax_fancy {
    pointer-events: auto;
}

.cc_content {
    display: inline-block;
}

.bx-scu-container {
    display: inline-block;
}

.bx_soa_location .bx-soa-reference {
    display: none;
}

.clocks-container {
    display: flex;
    justify-content: space-around;
    position: relative;
    z-index: 3;
    padding: 100px 0;
}

.clocks-bg {
    background: url('assets/img/cbg1.jpg');
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.clocks-container .clock24, .clocks-container .clock24:hover {
    color: #000;
    cursor: default;
    background: rgba(255, 255, 255, 0.8);
    padding: 7px 10px;
    font-size: 16px;
    border-radius: 5px;
}


@media all and (max-width: 768px) {
    .main-clocks {
        display: none;
    }
}

.oldprice-m2 {
    text-decoration: line-through;
    color: #858585;
    font-size: 21px;
}

.oldprice-just {
    text-decoration: line-through;
    color: #858585;
    font-size: 21px;
}

.is_avail, .not_avail {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: -12px;
}

.is_avail {
    color: #008600;
}

.not_avail_text {
    font-weight: normal;
    font-size: 12px;
}

.detail__price {
    text-align: right;
}

.totalarealine {
    text-align: right;
}

.totalpriceline {
    text-align: right;
}

.detail__quantity {
    text-align: right;
}

.catalog_item__inner .is_avail, .catalog_item__inner .not_avail {
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    margin-top: -8px;
    margin-bottom: 2px;
}


.mainbanners {
    position: relative;
}

.adv_owl.owl-carousel .owl-stage-outer {
    min-height: 157px;
}

.image-banner {
    border-radius: 10px;
    border: 1px solid #9c9c9c;
    box-shadow: 0px 0px 10px 1px #828282;
}

.cat-info {
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    padding: 20px;
    background: #f2f2f2;
    text-align: center;
    font-size: 13pt;
}

.button-div1 {
    margin: 0px auto;
    width: 170px;
}

.button-div2 {
    margin: 20px 0px;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #353535;
    width: 160px;
    height: 30px;
}

.button-div3 {
    float: left;
    margin-right: 5px;
}

.button-div4 {
    padding-top: 5px;
}

.button-div4 a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 640px) and (min-width: 320px) {


    .cont-video p video {
        width: 100% !important;
        margin: 0 auto;
        text-align: center;
    }
}

@media (min-width: 641px) {

    .cont-video {
        margin: 0 auto;
    }

    .cont-video p video {
        width: 640px !important;
        margin: 0 auto;
        text-align: center;
    }
}

.doble-price .val-price-per-m2 {
    display: inline;
}

.doble-price {
    color: #f9730e;
    text-align: right;
    font-size: 20px;
    margin-bottom: 1em;
    display: none;
}

.detail__preview_link2 {
    display: none;
}

@media (max-width: 768px) {
    .cardpCUSTOM .owl-height {
        min-height: auto !important;
    }

    .cardpCUSTOM .doble-price {
        display: block;
    }

    .cardpCUSTOM .detail__preview, .cardpCUSTOM .detail__preview_link1 {
        display: none;
    }

    .cardpCUSTOM .detail__preview_link2 {
        display: inline-block;
        margin-left: 16px;
        position: relative;
        top: -14px;
    }

    .detail__buy {
        margin-top: -28px;
    }
}

.video_fasad {
	height: 580px;
}

@media (max-width: 768px) {
    .picbox__carousel.owl-carousel .picbox__img {
        min-height: auto !important;
    }
	.video_fasad {
	height: 400px;
	}
}

#detail_instruction {
    height: auto !important;
}



@media (max-width: 567px) {
    #rev_slider .button-black {
        display: block !important;
        margin-bottom: 5px !important;
        font-size: 16px !important;
        line-height: 16px !important;
        padding: 10px !important;
        width: 90%;
        margin-left: auto !important;
        margin-right: auto !important;
        overflow: hidden;
        font-size: 13px !important;
    }
	
	
	
	#rev_slider h2 {
        min-width: 300px!important;
    }
	

}





@media (max-width: 500px) {
    .my-carousel > div {
        height: 230px !important;
    }
	.video_fasad {
	height: 250px;
}

	.props_group__props > tbody > tr > th, .props_group__props > tbody > tr > td {		
		
		padding: 0.5rem;
		
	}
	
	
	
	


}

@media (max-width: 350px) {
		.video_fasad {
		height: 180px;
	}
	
	
	
	
}





