/*
	Theme Name: Extrahaus
	Theme URI: http://extrahaus.devator.site
	Description: Extrahaus WordPress Theme
	Version: 1.0.0
	Author: camo
	Author URI: http://camo.ee
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*home cats*/
.rent-section {
    margin: 6.25rem auto 6.25rem;
    max-width: 1680px;
    padding-left: 125px;
    padding-right: 125px;
    position: relative;
}

.rent-section .rent-section__title {
    font-size: 3rem;
    margin-bottom: 50px;
}

.rent-section .rent-cats {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    margin-left: -5px;
    margin-right: -5px;
}

.rent-section .rent-cats__item {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    justify-content: flex-start;
    flex: 0 0 calc(25% - 10px);
    margin: 0 5px 10px 5px;
}

.rent-section .rent-cats__item img {
    margin-right: 20px;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.rent-section .rent-cats__item a {
    text-align: center;
    background: #fff;
    color: #3c3c3c;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
    transition: all .3s;
    overflow: hidden;
}

.rent-section .rent-cats__item a:hover {
    background: #3C3C3C;
    color: #fff;
    box-shadow: inset 0px -4px 0px #F42C50;
}

.rent-section .rent-cats__item a:after {
    position: absolute;
    bottom: 0;
    content: '';
    height: 4px;
    background: #f42c50;
    width: 0;
    -webkit-transition: width .5s;
    transition: width .5s;
    left: 0;
}

.rent-section .rent-cats__item a:hover:after {
    width: 100%;
}

@media all and (max-width: 991px) {
    .rent-section {
        margin: 2.8rem auto 2.8rem;
        padding-left: 30px;
        padding-right: 15px;
    }

    .rent-section .rent-section__title {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 30px;
    }

    .rent-section .rent-cats__item {
        flex: 0 0 calc(50% - 10px);
    }

    .rent-section .rent-cats__item a {
        padding: 10px;
        font-size: 14px;
    }

    .rent-section .rent-cats__item a:after {
        height: 3px;
    }

    .rent-section .rent-cats__item img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
}

@media all and (max-width: 425px) {
    .rent-section .rent-cats__item {
        flex: 0 0 calc(100% - 10px);
    }

    .rent-section .rent-cats__item img {
        width: 70px;
        height: 70px;
        margin-right: 20px;
    }
}

/* .home cats */
.grid-sizer,
.grid-item {
    width: 33.333%;
    padding-left: 30px;
    padding-right: 30px;
}

#carousel-thumb .carousel-item img {
    height: auto !important;
}

.products-links a {
    border: 1px solid #d2d2d2;
    box-shadow: 0px 3px #f7f7f7;
    background: #e4e4e4;
}

.products-links a:hover,
.products-links a.active {
    border: 1px solid #3C3C3C;
}

.carousel__gallery {
    width: 100%;
    max-width: 67.5vw;
}

.modal:not(.show) .carousel__gallery {
    opacity: 0;
    transition: .5s opacity;
}

.modal.show .carousel__gallery {
    opacity: 1;
    transition: .6s opacity;
    transition-delay: 0.4s;
}

.main-modal-close {
    z-index: 2;
}

.grid-sizer {
    position: absolute;
}

.products-links a.active {
    background: #3c3c3c;
    color: #fff;
}

.products-links a.active:after {
    width: 100%;
}

.promo.about-promo .columns-left {
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .main-modal-close {
        right: 10px;
        top: 10px;
    }
}

@media screen and (max-width: 991px) {
    .carousel__gallery {
        max-width: calc(100vw - 6rem);
    }

    .gallery-modal {
        display: block;
    }

    .main-modal-close {
        top: 10px;
        right: 10px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .carousel__gallery {
        max-width: 67.5vw;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
    .carousel__gallery {
        max-width: 56vw;
    }
}

@media screen and (min-width: 1600px) {
    .carousel__gallery {
        max-width: calc(1680px/100 * 60);
    }
}

/* the slides */
.partners__slider .slick-slide {
    margin: 0 30px;
}

/* the parent */
#partners {
    margin-bottom: 1.6rem;
}

.about-promo:last-child {
    margin-bottom: 0px;
}

.partners__slider .slick-list {
    margin: 0 -30px;
}

.partners__top-wrap {
    display: flex;
    align-items: center;
    position: relative;
    top: -30px;
    margin-bottom: 10px;
}

.partners__nav {
    cursor: default;
}

.partners__title {
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    color: #3C3C3C;
    margin-right: 35px;
}

.partners__nav button {
    background: transparent;
    outline: none;
    border: 0;
    transition: 0.3s all;
    margin: 0;
    padding: 4px;
}

.partners__nav button:hover path {
    fill: #7c7c7c;
    transition: 0.3s all;
}

.partners__slider .partner__item {
    background: #fff;
    height: 180px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 80px;
    margin-top: 40px;
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.0);
    transition: 0.3s all;
}

.partners__slider .partner__item:hover {
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.05);
    transition: 0.3s all;
}

.partners__slider .partner__item a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    outline: none;
}

.partner__item-title {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 10px;
    color: #fff;
    background-color: #3C3C3C;
    transition: 0.3s all;
}

.partners__slider .partner__item:hover .partner__item-title {
    background-color: #F42C50;
    transition: 0.3s all;
}

.date__wrap {
    background: #f4f4f4;
    padding: 20px;
}

.date__wrap input {
    width: 100%;
    border: 0;
    padding: 10px 15px;
    outline-color: #3c3c3c;
    opacity: 1;
    font-size: 14px;
    font-weight: 600;
}

.drp-buttons .btn {
    border: 0;
    text-transform: uppercase;
    border-radius: 0;
    min-width: 80px;
}

.drp-buttons .btn.applyBtn {
    background: #3c3c3c;
    color: #fff;
}

.drp-buttons .btn.applyBtn:hover {
    color: #f42c50;
}

.daterangepicker td.in-range {
    background-color: rgba(244, 44, 80, 0.10);
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #f42c50;
}

.add-cart-form .btn {
    min-width: 130px;
    z-index: 2;
}

.modal-open .search-modal {
    padding-right: 0px !important;
}

.modal-open .search-modal .modal-dialog {
    max-width: 90%;
    width: 1240px;
    margin: 0 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.modal-open .search-modal .modal-dialog .modal-content {
    top: 100px;
}

.search__bar-wrap {
    background: #FFFFFF;
    box-shadow: 0px 4px 0px #F42C50;
}

.modal-open .search-modal input[type="text"] {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    border: 0;
    width: 100%;
    color: #000000;
    padding-left: 20px;
    border: 0;
    outline: none;
}

.modal-open .search-modal input[type="submit"] {
    min-width: 60px;
    width: 60px;
    height: 60px;
    border: 0;
    outline: none;
    background-color: #F4F4F4;
    background-image: url(img/search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
}

.modal-open .search-modal form {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.search-modal form input[type="text"]::-webkit-input-placeholder {
    color: #000000;
    opacity: 1;
}

.search-modal form input[type="text"]::-moz-placeholder {
    color: #000000;
    opacity: 1;
}

.search-modal form input[type="text"]:-ms-input-placeholder {
    color: #000000;
    opacity: 1;
}

.search-modal form input[type="text"]::-ms-input-placeholder {
    color: #000000;
    opacity: 1;
}

.search-modal form input[type="text"]::placeholder {
    color: #000000;
    opacity: 1;
}

.search__pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.search__pagination .previous {
    margin-right: 10px;
}

.search__pagination .next {
    margin-left: 10px;
}

.text-container .search__title {
    margin-bottom: 50px;
}

.price__from {
    font-size: 14px;
    color: #3c3c3c;
    margin-right: 5px;
}

.category__title {
    margin-bottom: 50px;
}

.cart-img .marker {
    font-size: 12px;
    padding: 10px;
}

.cart__product-title small {
    color: #f42c50;
    font-size: 14px;
    font-weight: 900;
}

.cart__product-title .cart__qta {
    color: #f42c50;
    font-size: 20px;
    font-weight: 900;
}

.category-img img {
    width: 100%;
}

.back span {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #3c3c3c;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.back span:hover {
    text-decoration: underline;
}

.back span .icon {
    margin-right: 1.6rem;
}

@media screen and (max-width: 480px) {
    .partners__slider .slick-slide {
        margin: 0 25px;
    }

    .partners__slider .slick-list {
        margin: 0 -15px;
    }

    .partners__title {
        font-size: 21px;
    }
}

@media screen and (max-width: 767px) {
    .partners__top-wrap {
        margin-bottom: 0px;
    }

    #partners {
        margin-bottom: 1rem;
    }

    .modal-open .search-modal input[type="submit"] {
        min-width: 40px;
        width: 40px;
        height: 40px;
        background-size: 16px;
    }

    .modal-open .search-modal form {
        padding: 10px;
    }

    .modal-open .search-modal input[type="text"] {
        padding-left: 10px;
        font-size: 14px;
    }

    .grid-sizer, .grid-item {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    #partners {
        margin-top: 40px;
    }
}

.products-list .row:after {
    content: '';
    display: block;
    clear: both;
}

@media screen and (min-width: 768px) {
    .grid-sizer, .grid-item {
        width: 50%;
    }

    .product-details-info {
        max-width: calc(100% - 42.6%);
    }

    .add-cart .quantity {
        max-width: calc(100% - 130px);
    }

    .add-cart .quantity .add-cart-input {
        max-width: calc(100% - 110px);
        width: 100%;
    }

    .add-cart .add-cart-header {
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    .add-cart .add-cart-header .available {
        margin-right: 10px;
    }
}

@media screen and (min-width: 992px) {
    .grid-sizer, .grid-item {
        width: 50%;
    }

    .grid-item .products-list-img {
        min-height: 180px;
        background: #fdfdfd;
    }
}

@media screen and (min-width: 1200px) {
    .grid-sizer, .grid-item {
        width: 33.33333%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
    .products-links a {
        font-size: 14px;
        padding: 1.6rem 1.5rem;
    }

    .products-tab-content {
        padding: 1.7rem 1rem 1.1rem;
    }

    .nav.products-tabs {
        flex-wrap: nowrap;
    }

    .products-list-item h4 {
        font-size: 1.2rem;
        padding: 0 .4rem;
    }

    .products-tabs li a .icon {
        margin-right: 1rem;
    }

    .products-tabs li a {
        font-size: 14px;
    }

    .navbar .nav .nav-item .nav-link {
        padding: 2rem 0.5rem;
    }

    header {
        padding-left: 50px;
    }

    .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        padding-left: 50px;
        padding-right: 50px;
    }

    .promo {
        padding-left: 50px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
    .products-tabs li a {
        padding: 1.5rem 1.8rem 1.5rem 1.4rem;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1399px) {
    .products-tabs li a {
        padding: 1.5rem 2.5rem 1.5rem 2rem;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1499px) {
    .products-tabs li a {
        padding: 1.5rem 2.8rem 1.5rem 2.2rem;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1680px) {
    .products-tabs li a {
        white-space: nowrap;
    }

    ul.nav.products-tabs li {
        flex: 0 20%;
    }

    .nav.products-tabs {
        flex-wrap: nowrap;
    }

    .products-list-price .large {
        font-size: 25px;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1680px) {
    .products-tabs li a .icon {
        margin-right: 1rem;
    }

    .products-tabs li a {
        font-size: 16px;
        padding: 1.5rem 2.1rem 1.5rem 2.4rem;
    }

    .products-links a {
        font-size: 14px;
    }
}

.products-list-price .large:empty+.old {
    text-decoration: none;
    color: inherit;
    font-size: 36px;
    font-weight: 700;
}

@media screen and (max-width: 1399px) {
    .products-list-price .large:empty+.old {
        font-size: 22px;
    }
}

@media screen and (min-width: 360px) and (max-width: 639px) {
    ul.nav.products-tabs li {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    ul.nav.products-tabs li {
        -webkit-box-flex: 0;
        -ms-flex: 0 33%;
        flex: 0 33%;
    }
}

@media screen and (min-width: 768px) and (max-width: 918px) {
    ul.nav.products-tabs li {
        white-space: nowrap;
        -webkit-box-flex: 1;
        -ms-flex: 1 33%;
        flex: 1 33%;
    }
}

@media screen and (min-width: 919px) and (max-width: 1199px) {
    ul.nav.products-tabs li {
        max-width: 33.33%;
        -webkit-box-flex: 1;
        -ms-flex: 1 33%;
        flex: 1 33%;
    }

    .products-tabs li a {
        padding: 1.5rem 2.1rem 1.5rem 2.0rem;
    }
}
