

/* Start:/local/components/shng/actions/templates/actions_time/style.css?17298592392843*/
.action {
	width: 100%;
	display: flex;
    padding:40px 0;
    flex-wrap: wrap;
}
/*.action:hover {border:1px solid #666;}*/
.pict {
	width: 300px;
	height: 125px;
	margin-right: 20px;
	margin-top: 20px;
}

.section {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
/*
.sec {
    width: 180px;
    height:120px;
    padding: 10px;
    max-width: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
*/
.sec {
    width: 330px;
    height: 60px;
    padding: 10px;
    max-width: 100%;
    text-align: center;
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}
.sec div {
    position: absolute;
    top:5px;
    right:5px;
    font-size: 12px;
    color:#989797;
}
.section a {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #393939;
    margin: 4px;
}
.activeS {background-color: #8a8a8a !important;}

.catalog {
    padding: 234px 0 137px;
    width: 100vw;
}
.catalog__image__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 500px;
    text-align: center;
}
.catalog__image__background img {
    max-width: 100%;
}
.catalog .h2 {
    margin-left: 4px;
    margin-bottom: 36px;
}
.catalog__inner {
    padding: 85px 0 25px 0;
    display:flex;
    flex-wrap: wrap;
    width: 100%;
}
.catalog .card {
    margin-bottom: 40px;
}
.block-cards {
    background: url("/i/bg871.svg") repeat-y center 0;
    -webkit-background-size: contain;
    background-size: contain;
    padding: 142px 0 59px;
}
.new__item {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.new__slider.slick-dotted.slick-slider {
    margin-bottom: 178px;
}
.bestsellers__slider.slick-dotted.slick-slider {
    margin-bottom: 183px;
}
.h2.bestsellers__title, .h2.sale__title {
    margin-bottom: 97px;
}
.h2.new__title:before {
    width: 392px;
    height: 105px;
    background: url("/i/novinki.png") no-repeat center;
}
.h2.bestsellers__title:before, .h2.sale__title:before {
    width: 494px;
    height: 106px;
    top: -32px;
    left: -webkit-calc(50% - 251px);
    left: calc(50% - 251px);
    background: url("/i/best.png") no-repeat center;
}
.h2.sale__title:before {
    background: url("/i/sale.png") no-repeat center;
}

.detail_picture {
   margin: 0 8px 6px 1px;
}

@media screen and (width <= 1200px)  {
    .catalog__image__background {
        height:250px !important;
        }
    .w1440 {
        margin-top: 250px !important;
    }
}
/* End */


/* Start:/local/components/shng/item_color/templates/one/style.css?17882524205654*/

div.card_color {
    width: 365px;
    height: 40em;
    background: #1d1d1d;
    border-top: 2px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 30px 30px;
    display: flex;
    margin: 0 auto;
    /*margin: 0 5px;*/
    text-align: center;
    position: relative;
    outline: none;
    margin-bottom: 8px;
    flex-direction: column;
    align-items: center;
}
div.card_color a {
    width: 270px;
}

.catalog .card_color {
    margin-bottom: 40px;
}
.card__img__container {
    max-width: 250px;
    height: 220px;
    margin: 0 auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 10px;
}
.card__img {
    max-width: 100%;
    max-height: 100%;
}
.card__title {
    line-height: 24px;
    margin-bottom: 23px;
}

.card__price {
    margin-bottom: 30px;
    font-weight: 600;
    display: inline-block;
    margin-right: 3px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.old {
   color: #39393f;
   text-decoration: line-through;
   margin-left: 20px;
   font-size: 16px;
}

.card__price.old-price {
    text-decoration: line-through;
}

.card__price span {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-left: 3px;
    font-weight: 600;
}
.card__icon {
    width: 29px;
    height: 29px;
    margin: 0 auto;
    background: url("/local/templates/dev.kuppersbusch-shop/images/sprite.svg#basket") no-repeat center;
    border: none;
}
.card__label {
    position: absolute;
    width: 100%;
    height: 47px;
    top: -2px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.card_color a {
    color: var(--color-white);
    text-decoration: none;
}
.card_green {
    border-color: #9bb79d;
}
.card_green .card__label {
    color: #FFFFFF;
    background: #9bb79d;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}
.card_brown {
    border-color: #bb9979;
}
.card_brown .card__label {
    color: #FFFFFF;
    background: #bb9979;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}
.card_red {
    border-color: var(--color-red);
}
.card_red .card__label {
    color: #FFFFFF;
    background: var(--color-red);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}
.card_outlet {
    border-color: #5568c4;
}
.card_outlet .card__label {
    color: #FFFFFF;
    background: #5568c4;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}
.card__secondPrice {
    display: inline-block;
    color: var(--color-red);
    font-weight: 600;
    margin-left: 5px;
	font-size:22px;
	margin-bottom: 30px;
}

.card__footer {
    display: flex;
    justify-content: space-evenly;
	justify-content: space-between;
    width: 85%;
}

.card__footer .label {
    text-transform: uppercase;
    color: #545454;
    letter-spacing: 0;
    font-weight: 500;
    margin-top: 5px;
	font-size:12px;
}
.fast-order {
    background: url('/local/templates/dev.kuppersbusch-shop/images/fast-order-disabled.svg') no-repeat center;
}

.btn-to-order {
    text-transform: uppercase;
    color: var(--color-red);
    cursor: pointer;
	width: 100%;
}

.label2 {
    width: 100%;
    text-align: center;
    left: 0;
    background-color: #808080;
}
.card__footer.model-colors {display:flex;width:80%;margin:0 auto;padding-bottom: 10px;justify-content: space-evenly;}
.model-colors .model_color {display:block;width:40px;height:40px;border-radius:100%;}
.model-colors .model_color_active {border: 2px solid #f0372b;}

.svg_cmp {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
    background-image: url('/local/templates/dev.kuppersbusch-shop/images/cmp_w.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    cursor:pointer;
}

.svg_cmp:hover, .svg_cmp.cmp_active {
    background-image: url('/local/templates/dev.kuppersbusch-shop/images/cmp_r.svg');
}
@media screen and (max-width: 650px) {
    .card__img__container {
        height: 120px;
        max-width: 150px;
    }
    .card__title {
        font-size: 10px;
        line-height: 14px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .card_color {
        padding: 60px 20px 30px 20px;
    }
    .card__label {
        font-size: 8px;
        top: -9px;
    }
    .card__title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 650px) {
    .card_color {
        width: 280px;
        min-height: 270px;
        height: auto;
		margin-bottom: 20px;
    }
    .card__secondPrice {
        font-size: 16px !important;
        line-height: 14px;
        margin-bottom: 30px;
    }
    .card__icon {
       /* -webkit-background-size: 50% 50%;
        background-size: 50%;*/
    }
    .card__price {
        font-size: 11px !important;
        margin-bottom: 10px;
        line-height: 14px;
    }
}

/* End */
/* /local/components/shng/actions/templates/actions_time/style.css?17298592392843 */
/* /local/components/shng/item_color/templates/one/style.css?17882524205654 */
