.main-container{
    padding-bottom: 60px;
}

/*Product-list-container*/
.product-list-container .title-h1{
    font-size: 36px;
    margin-bottom: 22px;
}

.product-list-container .product-image {
    width :100%;
    object-fit: cover;
    height: 354px;
}

.wrapper-content {
    width: 100%;
}

.displaying{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
.line-hr{
    width: 100%;
    background: white;
    border: none;
    height: 2px;
}
/***/
.sub-categories{
    display: flex;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.object-list  .sub-categories{
    margin-bottom: 4px;
}
/***/
.item-sub-categories{
     margin-right: 9px;
     margin-bottom: 9px;
}

.item-sub-categories.with-image {
    position: relative;
    width: 200px;
    /*height: max-content;*/
    height: auto;
    display: block;
    /*margin: auto auto 15px;*/
    background-color: white;
}
.item-sub-categories.with-image .img {
    width: 100%;
    margin-bottom: 10px;
}
.item-sub-categories.with-image .img img {
    display: block;
    height: 150px;
    margin: auto;
}
.item-sub-category-text {
    display: block;
    margin-bottom: 10px;
    padding-left: 10px;
    font-weight: 600;
    text-align: center;
    transition: all 0.6s;
}
.subitems-wrapper {
    display: block;
    width: 90%;
    margin: 5px auto 0;
    text-align: center;
}
.subitem-link {
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
    transition: all 0.6s;
}
.subitem-link:hover, .item-sub-category-text:hover {
    color: #1797d4;
}
.bottom-subitem {
    position: relative;
    display: block;
    margin-top: 10px;
    bottom: 6px;
    left: 10px;
    text-align: center;
    color: #1797d4;
}
/***/
.item-sub-categories .btn{
    font-size: 12px;
    color: white;
    padding: 3px 9px;
    min-width: unset;
    line-height: 2;
    height: auto;
    border-radius: 16px;
}

/*Aside-filters-container*/
.aside-filters-container{
    margin-top: 37px;
}
/***/
.title-of-sort{
    font-size: 14px;
}
.remove-filter{
    margin-top: 13px;
    display: contents;
    /*display: inline-flex;*/
    /*margin-right: 20px;*/
}

.remove-filter~.title-h5 {
    margin-top: 13px;
}

.title-h4.another{
    margin-left: 10px;
}

.aside-filters-container .btn{
    padding: 14px 27px;
    font-size: 10px;
    margin-top: 18px;
    min-width: 174px;
    font-weight: bold;
}

/*.product-list-container .btn{*/
/*    !*min-width: 125px;*!*/
/*    display: block;*/
/*    padding: 5px 15px;*/
/*    line-height: 1.5;*/
/*    height: auto;*/
/*    font-size: 12px;*/
/*}*/
.filters-wrapper .btn{
    margin-top: 4px;
}

.filters-wrapper{
    width: 271px;
    background: white;
    /* Was margin-top: 30px; */
    /*margin-top: 45px;*/
    padding-top: 23px;
    padding-left: 20px;
    padding-bottom: 39px;
    height: fit-content;
}
/***/
.remove-filter .item{
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 4px;
    padding: 3px 5px;
    background: white;
}

.filters-wrapper .title-h2, .filters-wrapper .title-h4 {
    font-weight: 300;
    font-size: 18px;
    color: #3591d0;
    letter-spacing: 1.8px;
    margin-bottom: 17px;
}
.filters-wrapper .title-h4 {
    font-size: 16px;
}
.filters-wrapper span,
.filters-wrapper .title-h2, .filters-wrapper span {
    display: block;
}

/***/
.remove-filter .link{
    height: inherit;
    padding: 0 10px;
}

.new-filter-block{
    margin-bottom: 54px;
    overflow: hidden;
}

.sort-filter-block {
    display: flex;
    margin-top: 15px;
    /*justify-content: flex-end;*/
    padding: 15px 0px 5px 5px;
    position: relative;
    width: 280px;
    align-items: center;
}

.filters-closed.active-btn-mobile {
    /*background-color: rgba(74, 251, 95, 0.4);*/
    background-color: #25d366;
}
/* For rus translations */
.sort-filter-block.filter-width-depends-of-language {
    width: 295px;
}


.dropdown-list-sort-option {
    position: absolute;
    z-index: 2;
    /*width: 179px;*/
    width: 180px;
    background: #fff;
    top: 15px;
    right: 0px;
    border-radius: 7px;
    border: 1px solid #d8dae6;
    overflow: hidden;
}

.sort-filter-block .empty-block {
    min-width: 15px;
    margin-left: 6px;
    cursor: pointer;
    width: 180px;
    min-height: 26px;
    padding: 4px 9px;
    border: 1px solid #0d95e8;
    border-radius: 7px;
    background-color: #fff;
}

.sort-filter-block .dropdown-list-width-depends-of-language {
    width: 179px;
}

.sort-filter-block .title-h5 {
    font-weight: 300;
    /*font-size: 16px;*/
    color: #3591d0;
    letter-spacing: 1.8px;
}

.dropdown-list-sort-option .filter-item {
    /*border: 1px solid #d8dae6;*/
    position: relative;
    margin-bottom: 0;
}

.dropdown-list-sort-option .filter-item:hover {
    background-color: #0d95e8;
    color: #fff;
}

.dropdown-list-sort-option .filter-item input[type='radio'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    margin-right: 0;
    /*display: none;*/
}

.dropdown-list-sort-option .filter-item a {
    display: block;
    padding: 5px 11px;
    width: 100%;
}

.dropdown-list-sort-option .value-picked {
    font-weight: bold;
}

.apply-filters.mobile-size {
    font-size: 16px;
}

.mobile-sort-block a {
    padding: 5px 7px;
    width: 100%;
}

.mobile-sort-block .title-h5 {
    margin-bottom: 5px;
}

.checked-sort-option {
    /*width: 14px;*/
    /*height: 14px;*/
    margin-left: 1px;
    font-size: 15px;
}

.mobile-sort-block i.not-visible {
    opacity: 0;
}
/**/
.remove-filter .fa{
    color: #01587a;
    margin-left: 5px;
}
.new-filter-block .title-h4{
    margin-bottom: 6px;
}

.filter-item{
    margin-bottom: 7px;
}

.filter-item label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.more-filter,
.less-filters{
    color: #3591d0;
    text-decoration: underline;
    margin-bottom: 7px;
    display: inline-block;
}
.new-filter-block span{
    display: block;
}
.new-filter-block .title-h5{
    margin-bottom: 5px;
}

.seo-text{
    padding-bottom: 20px;
    padding-top: 20px;
}

.seo-text ul {
    list-style-type: initial;
    list-style-position: inside;
    margin-left: 10px;
}

.applied-filter-container {
    margin-top: 5px;
}

.remove-filter-wrapper {
    width: 100%;
    margin-top: 10px;
}

.displaying-block {
    min-height: 46px;
    display: flex;
    align-items: flex-end;
    margin-left: 20px;
    padding-bottom: 0.7em;

}

.buttons-wrapper.position-fixed-for-filters-btns {
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 48px;
    z-index: 2;
    left: 0px;
    padding: 5px 10px 9px 5px;
}

.position-fixed-for-filters-btns.if-active-filters {
    padding-left: 120px;
}

.displaying-block .displaying {
    margin-bottom: 0;
}

.other-remove-filter-wrapper .btn {
    /*border-radius: 7px;*/
}

.other-remove-filter-wrapper.move-to-fixed-block {
    position: fixed;
    bottom: 57px;
    z-index: 3;
    left: 10px;
}

.other-remove-filter-wrapper.move-to-fixed-block a {
    font-size: 12px;
}

.hide-other-filter {
    display: none;
}

.other-remove-filter-wrapper i {
    width: 16px;
}

.space-on-top {
    padding-top: 10px;
}

.extra-style-for-mobile-version {
    margin-left: 6px;
}

.item-in-wish-list .wait-list::after {
    white-space: normal;
}

.faq-wrapper {
	display: block;
	width: 70%;
	margin: 40px auto 10px 0;
}
.faq-wrapper .faq-head {
    font-weight: 600;
	font-size: 20px;
	margin-bottom: 15px;
}

.faq-wrapper .small-title {
	font-size: 16px;
}

.faq-wrapper .faq-item {
	display: block;
	cursor: pointer;
	width: 100%;
	background-color: #fff;
	outline: none;
	transition: 0.4s all;
}
.faq-wrapper .faq-item .faq-question {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 15px;
	transition: 0.4s all;
}
.faq-wrapper .faq-item .faq-question-body {
	font-size: 16px;
	font-weight: 600;
}

.faq-wrapper .faq-item:not(:last-child) {
	border-bottom: 1px solid darkgrey;
}

.faq-wrapper .faq-answer {
    display: block;
    width: 100%;
	padding: 0 18px;
	height: 0;
	background-color: #fff;
	overflow: hidden;
	transition: 0.4s all;
}
.faq-wrapper .faq-question .faq-question-control {
	transition: 0.4s all;
}

.faq-answer.active {
	height: auto;
	padding: 18px 18px 0;
	overflow: visible;
}
.faq-wrapper .faq-question .faq-question-control.active {
	transform: rotateZ(180deg);
}

#filtersModal {
    display: none;
    position: fixed;
    top: 63px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: auto;
    background-color: #fff;
    z-index: 1;
}

#filtersModal > .fa-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    z-index: 1;
}

#filtersModal form {
    position: absolute;
    top: 10px;
    height: 80%;
    width: 95%;
    overflow: auto;
}

#filtersModal .buttons-wrapper {
    position: fixed;
    bottom: 10px;
    display: flex;
    justify-content: space-around;
    width: 95%;
}

#filtersModal .buttons-wrapper .btn.one {
    width: 100%;
}

#filtersModal .buttons-wrapper .btn {
    width: auto;
}

#filtersModal .title-h5 {
    width: auto;
    font-size: 16px;
    margin-bottom: 10px;
}

#filtersModal .filter-item input[type="checkbox"] {
    background: #fff;
    border: 2px solid #3591d0;
    border-radius: 5px;
    height: 18px;
    width: 18px;
    position: relative;
}

#filtersModal .filter-item span {
    font-size: 14px;
}

#filtersModal .filter-item input[type="checkbox"]:checked::after {
    content: '';
    left: 1px;
    top: 2px;
    width: 8px;
    height: 4px;
    border-left: 3px solid #3591d0;
    border-bottom: 3px solid #3591d0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;

}

@media only screen and (max-width:1366px) {
    /*Product-list-container*/
    .product-list-container.object-list{
        width: 100%;
    }
}

@media only screen and (max-width:1279px) {
        .news-item{
            width: 100%;
        }
        /*product-list-container*/
        .product-list-container .title-h1{
            font-size: 24px;
        }
        /***/
        .item-sub-categories .link{
            font-size: 10px;
        }
        .displaying{
            font-size: 10px;
        }
}

@media only screen and (orientation : landscape) and (max-width: 991px), only screen and (max-width: 767px) and (orientation: portrait) {
    .main-container{
        padding-bottom: 15px;
    }
    .other-remove-filter-wrapper a {
        font-size: 14px;
    }
    .breadcrumbs {
        margin-top: 10px;
    }
    .breadcrumbs + .title-h1 {
        margin-bottom: 10px;
    }
    .item-sub-categories a {
        color: #3591d0;
    }

    .sorting {
        margin-top: 20px;
    }

    .new-filter-block {
        margin-bottom: 30px;
    }

    .filters-wrapper {
        position: relative;
        width: 100%;
        /*margin-left: 5px;*/
        /*margin-right: 5px;*/
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .margin-right-5 {
        margin-right: 5px;
    }

    .extra-style-for-sort-block {
        margin-left: -2px;
        margin-right: 1px;
    }
    .filters-wrapper+#catalog_items {
        margin-top: 10px;
         width: auto;
    }
    .filters-closed {
        height: 45px;
        overflow: hidden;
        background-color: #3591d0;
    }

    .filters-closed.filters-closed .filters-toggler {
        color: whitesmoke;
    }
    .filters-wrapper .filters-toggler {
        display: block;
        width: 100%;
        height: 45px;
        text-align: center;
        color: #3591d0;
        font-size: 16px;
        margin-left: -10px;
    }
    .star-list {
        top: 10px;
    }

    .filters-toggler span.fa {
        margin-right: 5px;
    }
    .catalog-items-container .catalog-box {
        /*margin-bottom: 5px;*/
        padding-bottom: 0px;
        height: 270px;
        flex: 0 1 155px;
    }
    .catalog-box .btn {
        width: 100%;
        display: block;
        padding: 5px 15px;
        height: auto;
        font-size: 24px;
        color: #3591d0;
    }
    .name-box {
        padding: 25px 5px 0px;
        margin-bottom: 0px;
    }
    .price-box {
        padding-top: 0;
    }
    .product-rating-wrapper {
        height: 23px;
    }
    .item-in-wish-list {
        margin-left: auto;
    }
    .pack-sticker {
        top: 147px;
    }
    .catalog-items-container .catalog-box .catalog-img {
        height: 110px;
        margin-top: 10px;
    }
    /*.buttons-wrapper {*/
    /*    padding-right: 20px;*/
    /*}*/
    .apply-filters:disabled {
        background-color: lightgrey;
    }
}

@media only screen and (orientation : landscape) and (max-width: 991px) {
    .catalog-items-container .catalog-box {
        flex: 0 1 170px;
        margin-right: auto;
        margin-left: auto;
    }
    .item-sub-categories.with-image {
        width: 30%;
        margin: 0 auto 15px;
    }
    .faq-wrapper {
        width: 100%;
    }
    .faq-wrapper .faq-item .faq-question-body {
        width: 95%;
        font-size: 14px;
    }
    .faq-wrapper .faq-question .faq-question-control {
        margin: auto;
    }
}

@media only screen and (max-width: 600px) {
    .product-list-container .title-h1 {
        font-size: 17px;
    }
    .mobile-flex-wrap {
        flex-wrap: wrap;
    }
    .mobile-resize-elements {
        margin-bottom: 20px;
    }
    .mobile-resize-elements .remove-filter-wrapper .btn {
        font-size: 14px;
        height: 30px;
        padding: 0 7px;
    }

    .mobile-list-view {
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #f6f7fb;
        border-bottom: 1px solid #f6f7fb;
    }

    .product-list-container .product-image {
        display: none;
    }
    .item-sub-categories.with-image {
        display: inline-block;
        height: auto;
        width: 45%;
        margin: 0 auto 10px;
    }
    .item-sub-categories.with-image img {
        height: 110px!important;
    }
}
