#catalog-product {
    padding-top: 20px;
    padding-bottom: 40px;
}

#catalog-product h1 {
    font-size: 30px;
    font-weight: 500;
}

.catalog-flex {
    display: flex;
    padding-top: 30px;
}

.catalog-flex .col-image {
    width: 50%;
}

#catalog-product.col-image .image img {
    max-width: 95%;
    max-height: 455px;
    height: auto;
}

#catalog-product .col-image .first_type_images,
#catalog-product .col-image .second_type_images {
    float: none;
    display: inline-block;
}

#catalog-product .col-text {
    width: 50%;
}

#catalog-product .col-text .description {
    font-size: 16px;
}

#catalog-product .price{
    font-size: 34px;
    font-weight: bold;
    color: #3c9806;
}

#catalog-product .price-uah {
    font-size: 16px;
}

#catalog-product .price-title {
    color: #3c9806;
    font-size: 14px;
    font-weight: 300;
}

#catalog-product .price-block {
    background-color: #f4fcff;
}

#catalog-product a.calc-price {
    height: 60px;
    border-radius: 6px;
    padding: 14px 10px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
}

#catalog-product a.calc-price span {
    font-size: 14px;
    font-weight: 300;
}

#catalog-product .ico-f {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icons/f-sprite.png) no-repeat;
    margin-right: 10px;
}

#catalog-product .ico-f.ico-f-2 {
    background-position: -44px 0;
}
#catalog-product .ico-f.ico-f-3 {
    background-position: 0 -34px;
}
#catalog-product .ico-f.ico-f-4 {
    background-position: -44px -34px;
}

#catalog-product .img-thumbnail {
    border: 0;
    border-radius: 10px;
}

.main-char {
    width: 33%;
}

.mainchar-ico {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icons/chars-sprite.png) 0 2px no-repeat;
    margin-right: 8px;
}

.mainchar-ico-1 {
    background-position: 0 -260px;
}

.mainchar-ico-4 {
    background-position: 0 -52px;
}

.mainchar-ico-5 {
    background-position: 0 2px;
}

.mainchar-ico-6 {
    background-position: 0 -102px;
}

.mainchar-ico-8 {
    background-position: 0 -154px;
}

.mainchar-ico-9 {
    background-position: 0 -205px;
}

.text_block {
    overflow: hidden;
    position: relative;
    max-height: 500px;
}

.easyshop_filter_chars {
    border-right: 1px solid #e0e0e0;
}

.easyshop_char_value {
    position: relative;
}

.easyshop_char_value input[type=checkbox] {
    display: none;
}

.easyshop_char_value label.disabled{
    color: #cecece;
}

.easyshop_char_value label {
    color: #433c3a;
    padding-left: 15px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.easyshop_filter_chars .easyshop_char_value.color {
    display: inline-block;
    margin: 5px;
    padding: 0;
}

.show_more_chars {
    padding:  0 0 0 35px;
}

.show_more_chars a {
    color: #067ec2;
    font-size: 14px;
    border-bottom: 1px dashed #067ec2;
    font-weight: 300;
}

.show_more_chars a:hover {
    text-decoration: none;
}

.easyshop_filter_chars > div {
    border-bottom: 1px solid #dedede;
    padding: 20px;
}

.submit-filters-wrapper {
}

#showfiltered {
    width: 120px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    top: -5px;
    display: none;
    right: -150px;
    z-index: 100;
    cursor: pointer;
}

#showfiltered:before{
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 8px;
    background: linear-gradient(45deg, #009fe3 25%, transparent 25%, transparent), linear-gradient(-45deg, #009fe3 25%, transparent 25%, transparent), linear-gradient(45deg, transparent 75%, #009fe3 75%), linear-gradient(-45deg, transparent 75%, #009fe3 75%);
    background-position: 10px 0;
    background-size: 17px 17px;
    position: absolute;
    left: -11px;
    transform: rotate(90deg);
    top: 14px;
}

#showfiltered .text{
    background-color: #009fe3;
    text-align: center;
    color: #fff;
    line-height: 26px;
    padding: 5px 10px;
    border-radius: 16px;
    font-size: 14px;
    /* border: 1px solid white; */
    box-shadow: 2px 2px 5px rgb(134 128 128 / 40%);
}

#showfiltered.range{
    top: 50px;
    right: -95px;
}

#submit-filters{
    padding: 0 25px;
    height: 46px;
    line-height: 46px;
    border-radius: 25px;
}

.char_filter_group {
    position: relative;
}

.filterchoice__item i {
    color: red;
    margin-left: 4px;
}

.filtermoduletitle {
    font-size: 16px;
    font-weight: 400;
    color: #3e3e3e;
    margin-bottom: 10px;
}

.easyshop_char_title {
    font-size: 14px;
    font-weight: 700;
    padding: 20px 15px 10px 15px;
    color: #433c3a;
    position: relative;
    text-transform: uppercase;
}

.es_char_values {
    padding: 0 15px 20px;
}

.easyshop_char_value {
    font-size: 14px;
    font-weight: 300;
    padding: 1px 0;
}

.easyshop_char_value.collapsed {
    height: 0;
    display: none;
    overflow: hidden;
}

.easyshop_char_value label.color{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    padding-left: 0;
    border: 1px solid #c4c3bf;
}

.easyshop_char_value label.color.disabled{
    opacity: 0.2;
}

.easyshop_char_value label.color:after{
    display: none;
}
.easyshop_char_value input[type=checkbox]:checked + label.color{
    box-shadow: 0 0 10px #ffb82c;
}

.easyshop_char_value .irs-bar {
    background: #009fe3;
    border-color: #009fe3;
}

.easyshop_filter_chars .easyshop_char_filter_reset_button {
    text-align: center;
    font-size: 14px;
    text-transform: lowercase;
    padding: 10px 0;
    border: 1px solid #009fe3;
    display: inline-block;
    cursor: pointer;
    color: #009fe3;
    width: 100%;
    margin-bottom: 20px;
}

.easyshop_char_value .irs-from,
.easyshop_char_value .irs-to,
.easyshop_char_value .irs-single {
    background: #009fe3;
}

.price-inputs input {
    width: 100%;
    padding: 5px;
    text-align: center;
    border: 1px solid #dedede;
}

.easyshop_filter_chars .collapsed-expanded {
    height: auto;
}

.submit-filters-wrapper > * {
    margin: 0 auto 5px;
}

.blue-hint {
    color: var(--primary);
    text-decoration: underline;
}

@media screen and (max-width: 1149px) and (min-width: 640px) {
    .catalog-flex {
        flex-direction: column;
    }
    .catalog-flex .col-image {
        width: 100%;
    }
    .catalog-flex .col-text {
        width: 100%;
    }

    #catalog-product {
        padding: 20px 5px;
    }

    .catalog-flex .col-image .image img {
        max-width: 320px;
        max-height: 320px;
    }

    .catalog-flex .col-image .image {
        text-align: center;
        width: 100%;
        margin: 20px auto;
    }

    .catalog-flex .col-text .description {
        margin-top: 20px;
    }

    .catalog-flex .col-text .ask-price {
        padding-top: 30px;
    }

    .catalog-flex .first_type_images, .catalog-flex .second_type_images {
        margin: 0 auto  ;
    }
}

@media screen and (max-width: 639px) {
    .catalog-flex {
        flex-direction: column;
    }
    .catalog-flex .col-image {
        width: 100%;
    }
    .catalog-flex .col-text {
        width: 100%;
    }

    #catalog-product {
        padding: 20px 5px;
    }

    #catalog-product a.calc-price {
        font-size: 15px;
    }

    .catalog-flex .col-image .image img {
    }

    .catalog-flex .col-image .image {
        text-align: center;
        width: 100%;
        margin: 20px auto;
    }

    .catalog-flex .col-text .description {
        margin-top: 20px;
    }

    .catalog-flex .col-text .ask-price {
        padding-top: 30px;
    }

    .catalog-flex .col-text .ask-price a,
    .catalog-flex .col-text .ask-price a.gradient-button,
    .catalog-flex .col-text .ask-price .download-link {
        width: 45%;
        padding: 10px 0;
        text-align: center;
        font-size: 14px;
    }

    .catalog-flex .col-text .ask-price .download-link {
        padding: 9px 0;
        margin-left: 5%;
    }

    .catalog-flex .first_type_images, .catalog-flex .second_type_images {
        margin: 0 auto  ;
    }

    .main-char {
        width: 50%;
    }
}
