﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic-ext);

body {
    background-image: url(/images/kol_fon.jpg);
    background-size: cover;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    position:relative;
}

.content {
    width: 1440px;
    margin: 0 auto;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.header {
    background: rgba(32, 152, 143, 1);
  z-index:2;
    
    padding: 20px 20px 10px 20px;
    width: 100%;
}

    .header ul {
        list-style-type: none;
        display: inline;
        line-height:50px;
    }

        .header ul li {
            float: left;
            margin-right: 30px;
        }
.colors-filter label {
    font-size:17px;
}
    .header a {
        color: white;
        text-decoration: none;
    }
    .main-banner{
        width:100%;
        height:550px;
        background-image:url(/images/main-banner.jpg);
        background-size:cover;
        margin-top:-80px;
        z-index:1;
    }

        .main-banner section {
            display:flex;
            justify-content:center;
            align-items:center;
            height:100%;
            width:100%;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.95) -5.17%, rgba(0, 0, 0, 0.54) 30.73%, rgba(0, 0, 0, 0.450565) 57.04%, rgba(0, 0, 0, 0.34) 83.83%, rgba(0, 0, 0, 0.05) 104.4%);
        }
        .banner-content{
            text-align:center;
        }
.banner-title {
    color: rgba(255, 255, 255, 1);
    font-size:30px;
    display:block;
    font-weight:600;
}

.banner-text {
    display: block;
    color: rgba(255, 255, 255, 1);
    font-size:16px;
    font-weight:600;
    background-image:url(arrow.png);
    background-repeat:no-repeat;
    background-position:left bottom;
}
.pigmo-color {
    color: rgba(255, 214, 15, 1);
}
.filter_ul {
    padding: 0 10px;
    margin: 0;
    list-style-type: none;
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    z-index: 2;
    max-height: 400px;
    overflow-y: auto;
    width: 100%;
}

    .filter_ul li {
        padding: 5px 0;
        cursor: pointer;
        border-bottom: 1px solid #dedede;
    }

.filter ul li:hover {
    background-color: rgba(0,0,0,0.10);
}

.logo {
    
    float: left;
    margin-right: 150px;
}

.logo img{
    width:150px;
}

.blocks {
    margin-top: 50px;
}

.block {
    width: 50%;
    float: left;
    height: 280px;
    padding: 40px;
    box-sizing: border-box;
}

.fl {
    background-color:white;
}
.fl span{
    display:block;
    font-size:20px;
    text-align:center;
    margin-bottom:10px;
}
.fl img{
    width:100px;
}
.flow {
    background-color: rgb(74, 20, 140);
    background-image: url(/Styles/flowers.png);
    background-repeat: no-repeat;
    background-position: right;
}

    .flow a, .ord a, .train a {
        display: block;
        background-color: rgb(0, 131, 143);
        color: white;
        text-decoration: none;
        border-radius: 3px;
        padding: 8px 0;
        text-align: center;
        text-transform: uppercase;
    }

.ord a {
    background-color: rgb(44, 12, 84);
}

.train a {
    background-color: white;
    color: rgb(30, 8, 56);
}

.f_title {
    color: white;
    display: block;
    text-align: center;
    font-size: 22px;
    height: 60px;
}

.f_sub_span {
    color: white;
    text-align: center;
    margin: 20px 0;
    display: block;
}

.train {
    background-color: rgb(0, 131, 143);
}

.ord {
    background-color: rgb(30, 8, 56);
}

.filter {
    background-color: white;
    padding: 15px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

    .filter div {
        width: 100%;
        
        position: relative;
        box-sizing: border-box;
    }

         .filter input[type=text], .colorlistselect, .catalog-select {
            border: 1px solid #dedede;
            padding: 8px 10px;
            border-radius: 3px;
            display: inline-block;
            width: 80%;
            margin-top:15px;
        }

        .colorlistselect, .catalog-select {
            background-image: url(/Styles/ksa.png);
            background-repeat: no-repeat;
            background-position: right 10px center;
            cursor: pointer;
        }

.colorlistselect, .catalog-select {
    background-color: white;
}

.catalog-select {
    width: 250px;
}

.interior-page {
    width: 250px;
}

.wh {
    background-color: white;
    overflow: hidden;
    background-image: none;
}
/*.filter_sub {
  background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
 display:inline-block;
  opacity: 0.102;
  position: absolute;
  width:100%;
  height: 10px;
 
}*/
.colors, .interiors, .color_body, .col_products, .product_body {
    padding: 15px;
}
.colors-filter{
    width:30%;
}

.colors-body{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    width:100%;
}
.colors {
    display: flex;
    flex-wrap: wrap;
    width: 65%;
    height: 100vh;
    overflow-y: scroll;
    scrollbar-color: rgba(32, 152, 143, 1) white;
    justify-content:flex-start;
}
.colors div{
    width:23%;
    margin-right:1%;
    margin-left:1%;
    height:150px;
    border-radius:10px;
    margin-bottom:8px;
    position:relative;
   
}
.color, .material {
    width: 30%;
    float: left;
    border: 1px solid #dedede;
    /*padding:10px;*/
    box-sizing: border-box;
    margin-right: 3%;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.co {
    border: none;
    /*width:100%;*/
    height: 60px;
    padding: 0;
    margin: 15px 15px 0 15px;
    float: none;
}

.c_act {
    position: absolute;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    width: 100%;
    top: 90px;
    display: none;
}

    .c_act button, .c_act a {
        display: block;
        float: left;
        width: 50%;
        text-align: center;
        text-transform: uppercase;
        padding: 7px 0;
        outline: none;
    }

    .c_act a {
        background-color: black;
        color: white;
        text-decoration: none;
    }

    .c_act button {
        border: none;
        cursor: pointer;
        background-color: white;
        color: black;
    }

    .catalog-filter{
        max-height:300px;
        overflow-y:scroll;
    }

    .catalog-filter label{
        display:block;
    }

.c_title {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color:gray;
    mix-blend-mode:difference;
    position:absolute;
    bottom:0;
   width:100%;
}
.colors div button {
    background: rgba(169, 225, 221, 1);
    padding:5px 10px;
    border-radius:10px;
    border:none;
    cursor:pointer;
    margin:10px;
    display:none;
}
.colors div:hover > button{
    display:block;
}
.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(77,65,74,0.8);
    z-index: 1000000000000000000;
    display: none;
}

.wi {
    background-image: none;
    background-color: rgb(224, 224, 224);
}

.wait {
    opacity: 0.4;
}

footer {
    padding: 15px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

    footer .logo {
        margin: 0 auto;
        float: none;
    }

    .interiors a{
        width:32%;
        height:300px;
        border-radius:20px;
        margin-bottom:10px;
        position:relative;
    }

.interiors .overlay {
    background: linear-gradient(180.19deg, rgba(54, 54, 54, 0) 8.12%, rgba(54, 54, 54, 0.332282) 52.41%, rgba(54, 54, 54, 0.696836) 77.61%, #363636 99.83%);
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    border-radius:20px;
}
.inter_div {
    width: 100%;
    
    
    box-sizing: border-box;
    
    border-radius:20px;
    height: 300px;
    overflow: hidden;
    cursor: pointer;
}

    .inter_div div {
        height: 300px;
        overflow: hidden;
        width:100%;
        background-size:cover;
    }

.interiors div span {
    font-size:30px;
    font-weight:600;
    color: white;
     position:absolute;
     bottom:20px;
     left:20px;
    text-decoration: none;
}

.interiors div img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.c_show, .inter_show {
    width: 40%;
    height: 300px;
    float: left;
    margin-bottom: 40px;
}

.savecolors {
    border: 1px solid #dedede;
    border-radius: 3px;
    overflow: hidden;
    padding: 10px;
}

    .savecolors div {
        width: 60px;
        height: 60px;
        float: left;
    }

.inter_show {
    position: relative;
    width: 55%;
    margin-left: 2%;
}

    .inter_show canvas {
        position: absolute;
    }

    .inter_show img {
        height: 300px;
        position: absolute;
    }

.col_title {
    display: block;
    text-align: center;
    font-size: 25px;
}

.sv {
    font-size: 20px;
}

.hr {
    width: 60px;
    height: 1px;
    border: none;
    background-color: black;
    margin: 15px auto;
}
.coloring-actions{
    width:100%;
    display:flex;
    margin-bottom:30px;
    display:flex;
    justify-content:space-between;
    
}

.selectedColor {
    border: 1px solid rgba(54, 54, 54, 0.1);
    border-radius:5px;
    height:50px;
    width:300px;
    
    float:left;
    margin-right:30px;
}
.selectedColorName{
    font-size:20px;
    font-weight:600;
    float:left;
    line-height:50px;
}
.c_actions {
    display: table;
    margin: 0 auto 40px auto;
}

    .c_actions a, .c_actions span {
        display: inline-block;
        border: 1px solid #dedede;
        border-radius: 3px;
        padding: 0 15px;
        line-height: 42px;
        text-transform: uppercase;
    }

    .c_actions a {
        text-decoration: none;
        color: white;
        background-color: black;
        border-color: black;
        margin-left: 10px;
    }

.color_body {
    padding-bottom: 40px;
    overflow: hidden;
    width:100%;
}

.c_actions_color {
    width: 25%;
    float: left;
}

.full-partes {
    width: 100%;
    overflow: hidden;
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
}

    .full-partes div {
        border: 1px solid rgba(0,0,0,.3);
        padding: 7px 5px;
        border-radius: 3px;
        cursor: pointer;
    }

        .full-partes div.active {
            box-shadow: 0 1px 8.37px 0.63px rgba(107,47,88,.36);
        }
.save-color-link {
    float: right;
    box-shadow: 0px 0px 3.34px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius:5px;
    padding:10px 50px 10px 10px;
    background-image:url(color-link.png);
    background-size:26px;
    background-repeat:no-repeat;
    background-position:center right 10px;

}
.c_inter {
    position: relative;
    width: 100%;
    float: right;
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    overflow: hidden;
}
.c_inter div{
    position:relative;
    display:inline-block;
}
.cent {
    text-align: center;
}

.right_ {
    text-align: right;
}

.c_inter canvas {
    position: absolute;
    top: 0;
    left:0;
}

.canv {
    background: transparent;
    display: none;
}

.cselect {
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 7px;
    cursor: pointer;
    margin-bottom: 10px;
}

.colorlist {
    border-radius: 3px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    background-color: white;
    padding: 0 7px 0 18px;
    max-height: 200px;
    overflow-y: auto;
}

    .colorlist .setcolor {
        width: 100%;
        display: inline-block;
        cursor: pointer;
    }

.setcolor div, .cselect div {
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 10px;
}

.setcolor {
    border-bottom: 1px solid #dedede;
    padding: 7px 7px 7px 0px;
    box-sizing: border-box;
}

    .setcolor span {
        line-height: 20px;
    }

.p_title {
    font-weight: bold;
    display: block;
}

.c_actions_color {
    position: relative;
    min-height: 700px;
    overflow-y: auto;
    /*border: 1px solid #dedede;
    max-height:560px;
    overflow-y:auto;*/
}


.material img {
    width: 120px;
    display: block;
    margin: 0 auto 15px auto;
}

.material {
    padding: 15px;
    height:300px;
}

    .material .link {
        color: black;
        text-decoration: none;
        display: block;
        height: 60px;
    }

    .material ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        color: rgba(0, 0, 0, 0.502);
    }

        .material ul li {
            float: left;
        }

            .material ul li:last-child span {
                display: none;
            }

.m_price {
    display: block;
    font-size: 22px;
    margin-top: 10px;
}

    .m_price i {
        font-size: 18px;
        font-weight: normal !important;
    }

.pr_image {
    float: left;
    width: 25%;
}

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

.pr_image div {
    border: 1px solid #dedede;
    width: 100%;
    border-radius: 3px;
}

.pr_image img {
    width: 120px;
    margin: 40px auto;
    display: block;
}

.pr_image span {
    color: rgba(0, 0, 0, 0.502);
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.pr_image a {
    display: block;
    border: 1px solid #dedede;
    border-radius: 3px;
    color: black;
    text-decoration: none;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-top: 40px;
    background-image: url(/Styles/link.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.color-select {
    background-color: #fafafa;
    width: 100%;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    display: none;
}

.color-select-body {
    background-color: white;
    overflow: hidden;
    position: relative;
}

.cd, #selected-colors div, .s_cd {
    width: 40px;
    height: 40px;
    float: left;
    margin-top: 10px;
    margin-left: 2.25px;
    margin-right: 2.25px;
    cursor: pointer;
    /*margin-right:5px;*/
}

    .s_cd:hover {
        background-image: url(/Content/color-minus.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 18px 4px;
    }

    .cd:hover {
        background-image: url(/Content/color-plus.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 9px 9px;
        transition-duration: 1s;
        transform: scale(2);
    }

.color-prev, .color-next, .color-catalog-next, .color-catalog-prev {
    width: 30px;
    height: 60px;
    background-color: black;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    border: none;
}

.color-prev, .color-catalog-prev {
    background-image: url(/Content/colorleft.png);
}

.color-next, .color-catalog-next {
    background-image: url(/Content/colorright.png);
    position: absolute;
    right: 0;
}

.pr_info {
    background-color: #fafafa;
}

.catalog-colors {
    width: 100%;
    display: inline-block;
    position: relative;
    display: none;
}

.pr_vols {
    background-color: rgb(245, 245, 245);
    padding: 10px;
    overflow: hidden;
}

    .pr_vols span {
        background-color: white;
        display: block;
        text-align: center;
        float: left;
        padding: 10px 0;
        cursor: pointer;
        box-sizing: border-box;
        border: 1px solid #dedede;
    }

.w_1 span {
    width: 100%;
}

.w_2 span {
    width: 50%;
}

.w_3 span {
    width: 33.33%;
}

w_4 span {
    width: 25%;
}

.pr_vols span:nth-child(1n+1) {
    border-right: none;
}

.pr_vols span:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pr_vols span:last-child {
    border: 1px solid #dedede;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.buy_info {
    padding: 15px 0;
    overflow: hidden;
    margin: 0 10px;
    border-bottom: 1px solid #dedede;
}

    .buy_info div {
        float: left;
        width: 33.33%;
        font-size: 24px;
    }

.minus, .plus {
    cursor: pointer;
    width: 18px;
    height: 30px;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
}

.minus {
    background-image: url(/Styles/kminus.png);
}

.total_color_sum {
    float: right;
}

.plus {
    background-image: url(/Styles/kplus.png);
    float: right;
}

.buy_info input[type=text] {
    width: 50px;
    border: none;
    outline: 0;
    font-size: 24px;
    float: left;
    background: transparent;
    text-align: center;
    height: 30px;
}

.sht {
    float: left;
    height: 30px;
}

.gr {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.502);
    margin-bottom: 15px;
}

.color_info {
    margin: 0 10px;
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
    width: 100%;
    display: inline-block;
}

.actions_info {
    margin: 0 10px;
    padding: 15px 0;
    overflow: hidden;
}

    .actions_info div {
        float: right;
        display: inline-block;
    }

.g_b, .b_b {
    border: 1px solid #dedede;
    padding: 10px 20px;
    background-color: transparent;
    border-radius: 3px;
    cursor: pointer;
    outline: 0;
}

.border {
    height: 10px;
    background-color: rgb(224, 224, 224);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.b_b {
    background-color: black;
    color: white;
    border-color: black;
    margin-left: 10px;
}

.col_sel_div {
    float: left;
    width: 40%;
    position: relative;
}

.supported-catalog-list {
    position: absolute;
}

.col_select_div {
    width: 55%;
    float: right;
}

    .col_select_div div, .catalog-colors div div {
        width: 40px;
        height: 40px;
        float: left;
        margin-right: 5px;
        margin-bottom: 10px;
        cursor: pointer;
    }

.color_info span {
    display: block;
    margin-bottom: 10px;
}

.select {
    background-image: url(/Styles/kselect.png);
    background-repeat: no-repeat;
    background-position: center;
}

.active_volume /*.pr_vols span:first-child*/ {
    border: 1px solid black !important;
}

.more_material, .more_color {
    cursor: pointer;
    background-color: black;
    color: white;
    border: 0;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 20px;
    display: block;
    margin: 0 auto;
    outline: 0;
}

.wait_b {
    cursor: not-allowed;
    opacity: 0.7;
}

.basketdiv {
    position: absolute;
    border-radius: 3px;
    width: 320px;
    /*display: none;*/
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -160px;
    z-index: 9999;
    background-color: white;
    padding: 20px;
    font-weight: normal;
    box-sizing: border-box;
}

    .basketdiv span {
        font-size: 15px;
        text-align: center;
        display: block;
        color: rgba(0, 0, 0, 0.502);
        font-weight: bold;
        text-transform: uppercase;
    }

    .basketdiv table i {
        color: black;
        font-weight: normal;
        font-size: 12px;
    }

    .basketdiv table {
        color: rgba(0, 0, 0, 0.502);
        width: 100%;
        font-size: 13px;
    }

        .basketdiv table p {
            text-decoration: underline;
            display: inline;
            line-height: 16px;
        }

        .basketdiv table tr td:nth-child(even) {
            color: rgb(238, 105, 58);
            font-weight: bold;
            text-align: right;
        }

span.summa {
    color: rgb(26, 26, 26);
    text-align: left;
    text-decoration: none;
    margin-top: 10px;
    display: block;
}

.continue {
    font-size: 13px !important;
    text-transform: initial !important;
    font-weight: normal !important;
    border-bottom: 1px dotted rgb(238, 164, 58);
    cursor: pointer;
    display: table !important;
    margin: 0 auto;
}

.basketdiv a {
    display: inline-block;
    box-shadow: inset 0px -2px 0px 0px #1e7072;
    background-image: -moz-linear-gradient( 90deg, #38b1b4 0%, #268c90 100%);
    background-image: -webkit-linear-gradient( 90deg, #38b1b4 0%, #268c90 100%);
    background-image: -ms-linear-gradient( 90deg, #38b1b4 0%, #268c90 100%);
    border: 0;
    font-size: 13px;
    width: 280px;
    line-height: 2.308;
    text-align: center;
    color: white;
    cursor: pointer;
    border-radius: 3px;
    margin: 20px auto;
    display: block;
    text-decoration: none;
}

    .basketdiv a:hover {
        background-image: none;
        background-color: #38b1b4;
    }


.quickbuy {
    position: absolute;
    border-radius: 3px;
    width: 320px;
    left: 50%;
    top: 50%;
    margin-top: -250px;
    margin-left: -160px;
    z-index: 9999;
    background-color: white;
    padding: 20px 0px;
    font-weight: normal;
    box-sizing: border-box;
}

    .quickbuy input[type=text] {
        background-color: #f3f2f3;
        border-radius: 3px;
        border: 1px solid rgb(222, 222, 222);
        display: block;
        width: 100%;
        padding: 6px 12px;
        box-sizing: border-box;
    }

        .quickbuy input[type=text]:focus, .orderfreecall input[type=text]:focus {
            background-color: rgba(234, 234, 234,0.4);
        }

    .quickbuy table, .orderfreecall table {
        width: 260px;
        margin: 0 auto;
        text-align: center;
    }

.qtitle {
    color: rgba(0, 0, 0, 0.502);
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.qspan {
    background-color: rgb(245, 245, 245);
    padding: 10px 30px 10px 30px;
    display: block;
    margin-bottom: 3px;
}

.quickbuy button {
    display: inline-block;
    box-shadow: inset 0px -2px 0px 0px #1e7072;
    background-image: -moz-linear-gradient( 90deg, #38b1b4 0%, #268c90 100%);
    background-image: -webkit-linear-gradient( 90deg, #38b1b4 0%, #268c90 100%);
    background-image: -ms-linear-gradient( 90deg, #38b1b4 0%, #268c90 100%);
    border: 0;
    font-size: 13px;
    width: 280px;
    line-height: 2.308;
    text-align: center;
    color: white;
    cursor: pointer;
    border-radius: 3px;
    margin: 20px auto;
    display: block;
    text-decoration: none;
}

    .quickbuy button:hover {
        background-color: #38b1b4;
        background-image: none;
    }


.qspan .col {
    width: 30px;
    height: 30px;
    margin: 5px;
    float: left;
}

.sum {
    color: rgb(26, 26, 26) !important;
    font-weight: bold;
    border: none !important;
}

.rs {
    float: right;
}

#res {
    font-size: 16px;
    text-align: center;
    display: block;
}

.moreb {
    display: inline-block;
    width: 100%;
}

#summa, .qspan i {
    border: none !important;
    color: rgb(241, 126, 70);
    font-weight: bold;
}

.close {
    background-image: url(/Styles/close_modal.png);
    width: 18px;
    height: 17px;
    position: absolute;
    top: 0;
    right: -30px;
    cursor: pointer;
    z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

#m_status {
    color: red;
}

.overimage {
    position: absolute;
    top: 0;
    opacity: 0.12;
}

.filt_shadow {
    height: 10px;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    opacity: 0.10;
}

#colorselect div {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 8px;
}

#colorselect li {
    display: inline-block;
    position: relative;
}

#colorselect button {
    background: none;
    border: 1px solid #dedede;
    margin-top: 10px;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#colorselect li:hover {
    background-color: white;
}

    #colorselect li:hover > button {
        display: block;
    }

#overlay {
    position: absolute;
    top: 0;
    display: none;
}

.catalog-list {
    background-color: rgb(245, 245, 245);
    padding: 10px;
}

.c_actions_color {
    margin-top: 15px;
}

.c_inter {
    margin-top: 15px;
}

.input {
    width: auto !important;
    display: table;
    margin-left: 40px;
}

.sub {
    color: rgba(0,0,0,.502);
}

.catalog-colors div div {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 0;
}

.color-catalog-next, .color-catalog-prev {
    border: none;
    outline: 0;
}


.cart-item {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(169, 225, 221, 0.15);
    box-sizing: border-box;
    margin-bottom: 15px;
    
    box-shadow: 0px 0px 4px 0px rgba(169, 225, 221, 0.15);
    border-radius:20px;
    
}

.color-div{
    width:100px;
    height:100px;
    float:left;
    margin-right:8px;
    mask-image:url(mask.svg);
}

.color-info span{
    display:block;
    font-weight:600;
    line-height:50px;
    margin-left:20px;
    float:left;
}
.selected-product-list{
    width:100%;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.selected-product-item{
    width:48%;
}

    .selected-product-item img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border: 1px solid rgba(169, 225, 221, 0.15);
        box-shadow: 0px 0px 4px 0px rgba(169, 225, 221, 0.15);
        padding:10px;
        border-radius:10px;
    }

.cart-product {
    background: rgba(169, 225, 221, 0.15);
    border: 1px solid rgba(169, 225, 221, 0.3);
    box-shadow: 0px 0px 4px 0px rgba(169, 225, 221, 0.15);
}

.color-details {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, 1);
}
.cart-product .color-details {
    padding: 10px;
    border: 1px solid rgba(169, 225, 221, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(169, 225, 221, 0.15);
    border-radius:20px;
}

.order-form {
    background: rgba(169, 225, 221, 1);
    padding: 35px;
    border-radius: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 50px;
    background-image: url(order-right.png), url(order-left.png);
    background-position: right top, left bottom;
    background-repeat: no-repeat;
    background-size:250px,150px;
}
.product-modal-info {
    overflow: hidden;
    border-bottom:1px solid rgba(169, 225, 221, 1);
    padding-bottom:5px;
}
/*.product-modal-info span{
    margin-left:10px;
    display:inline-block;
}*/
.order-form .text-title {
    width: 35%;
}

.product-modal-volumes {
    display: flex;
    justify-content: space-between;
   flex-wrap:wrap;
   display:none;
}
.modal-volume {
    font-weight: 600;
    font-size: 18px;
    color: rgba(19, 25, 37, 1);
   
}
.modal-price {
    font-size: 20px;
    font-weight: 600;
    color: rgba(19, 25, 37, 1);
   
}
.product-modal-volumes label {
    cursor: pointer;
    width:48%;
}

.interiors{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    width:100%;
}
.form button, .modal-info button {
    background: rgba(32, 152, 143, 1);
    padding: 16px 28px;
    border-radius: 10px;
    border: none;
    color: white;
    margin-top: 20px;
    cursor: pointer;
}
    .order-form .main-title {
        font-size: 38px;
        color: rgba(54, 54, 54, 0.8);
        font-weight:700;
        display:block;
    }
    .order-form .text {
        color: rgba(54, 54, 54, 0.8);
        font-size: 17px;
        display: block;
        margin-top:10px;
    }
.order-form .form{
    width:60%;
}

.form input, .form textarea {
    background: rgba(255, 255, 255, 1);
    border-radius:8px;
    padding:10px 16px;
    border:none;
}
.form div {
    display: flex;
   justify-content:space-between;

}

    .form div input {
        width: 47%;
        margin-bottom: 15px;
    }

    .form textarea {
        width: 100%;
        height: 150px;
        resize: none;
        
    }
.selected-product-item {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(169, 225, 221, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(169, 225, 221, 0.15);
    border-radius: 20px;
    padding:10px;
    margin-top:10px;
}
.color-info, .product-info {
    width: 48%;
}

.modal-overlay{
    position:fixed;
    top:0;
    width:100%;
    height:100vh;
    background-color:rgb(0, 0, 0, 0.77);
    display:none;
}

.modal-info {
    width: 500px;
    height: 400px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -200px;
    padding: 10px;
    box-sizing: border-box;
    
    border-radius: 20px;
    
}
.product-color-list{
    height:300px;
    overflow-y:scroll;
}


.product-item {
    border-radius: 10px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    border: 1px solid rgba(169, 225, 221, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(169, 225, 221, 0.15);
    background-image:url(down.png);
    background-repeat:no-repeat;
    background-position:top 10px right 20px;
    cursor:pointer;
}
.product-modal-info span{
    display:inline-block;
    width:60%;
    margin-left:6px;
    float:left;
}
    .product-item.active {
        background-image: url(up.png);
    }
.product-info{
    position:relative;
}
.color-product-link, .show-color-products {
    color: rgba(32, 152, 143, 1);
    font-weight: 600;
    text-decoration: none;
    position: absolute;
    right: 0;
    bottom: 0;
}

.color-product-link{
    bottom:0;
}
.product-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    float: left;
}

@keyframes invisible {
    0% {
        opacity: 0;
    }
    1% {
        opacity: 0;
    }
    10% {
        opacity: 0.1;
    }
    20% {
        opacity: 0.2;
    }
    30% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    70% {
        opacity: 0.7;
    }
    90% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}

.blink {
    background-color:grey!important;
    animation: invisible 2s steps(2, start) infinite;
}

.blink span{
   opacity:0.1;
}

.partes {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    background: rgba(169, 225, 221, 0.15);
    border-radius:10px;
    padding:20px;
    margin-bottom:20px;
}

    .partes span {
        display: block;
        width: 18%;
        margin-right: 1%;
        margin-left: 1%;
        background: rgba(255, 255, 255, 1);
        border-radius:10px;
        text-align:center;
        padding:16px 24px;
        margin-bottom:6px;
        cursor:pointer;
    }

    .partes span.active{
        background: rgba(32, 152, 143, 1);
        color:white;
    }

   /* .partes-colors div {
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
.partes-colors div div {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    border: 2px solid rgba(54, 54, 54, 0.1);
    border-radius:10px;
    width:15%;
    cursor:pointer;
    height:100px;
    margin-bottom:5px;
}*/

   .partes-colors .colors div{
       width:18%;
   }

   .cart{
       width:100%;
       padding:15px;
   }
   .header ul a{
       font-size:17px;
       font-weight:700;
   }

   .menu-open{
       
       height:20px;
       width:20px;
       background-image:url(menu-bar.png);
       background-size:20px;
       background-repeat:no-repeat;
       float:left;
       margin-right:10px;
       height:100%;
       background-position:center;
       display:none;
   }

.banner-text a {
    display: block;
    background: rgba(255, 214, 15, 1);
    text-decoration: none;
    width: 200px;
    text-decoration: none;
    color: rgba(54, 54, 54, 1);
    margin: 15px auto;
    line-height: 50px;
    border: 1px solid rgba(255, 214, 15, 1);
    border-radius:10px;

}
@media (max-width:1440px) {
    .content{
        width:100%;
    }
}

@media (max-width:768px) {
    
    .menu-open {
        display: block;
    }
    .interiors a, .colors-filter, .colors, .order-form .text-title, .order-form .form{
        width:100%;
    }

    .colors div, .partes span, .partes-colors .colors div{
        width:48%;
    }

    .selectedColor{
        width:50px;
        height:40px;
    }

    .main-banner{
        margin-top:-120px;
    }

    .order-form{
        margin:20px 10px;
    }

    .selectedColorName{
        white-space:nowrap;
        width:150px;
    }

    #CatalogSelect{
        width:150px;
    }
    .header ul{
        display:none;
        width:100%;
       
        position:absolute;
        top:70px;
        background-color:white;
        left:0;
    }
        .header ul a {
            color: rgba(32, 152, 143, 1);
            font-size:17px;
            font-weight:700;
        }
        .header ul li{
            float:none;
            margin-right:0;
        }
    .logo{
        margin-right:0;
    }

    .logo img{
        width:110px;
    }

    .modal-info{
        width:80%;
        left:0;
        top:300px;
        margin-left:10%;
        margin-right:10%;
    }
}


.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
    background-color: rgba(32, 152, 143, 1);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}