.homepage-banner img {
    width: 100%;
}

.home-slider {
    padding: 10px 0;
}

.signup-newsletter {
    display: flex;
    width: 100%;
    position: relative;
}

.newsletter-form-area {
    min-width: 50%;
    width: 50%;
    background: rgba(167, 176, 181, 0.18);
}

.newsletter-img {
    min-width: 50%;
    width: 50%;
    background: url(../images/newsletter.png) center center no-repeat;
    background-size: cover;
}

.newsletter-img img {
    width: 100%;
}

.newsletter-form-area {
    padding: 30px 15px;
    display: flex;
    align-items: center;
}

.newsletter-form-area h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 14px 0;
    line-height: 1.4;
    max-width: 400px;
}

.newsletter-form {
    display: flex;
}

.newsletter-form .form-control {
    border-radius: 0;
    border: 1px solid #ffffff;
    height: 40px;
    font-size: 13px;
    color: #333333;
    padding: 4px 15px;
    letter-spacing: 2px;
    font-weight: 700;
}

.news-register-btn {
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 0;
    border: 2px solid #000000;
    font-weight: 700;
    padding: 8px 18px;
    margin-left: 12px;
    letter-spacing: 2px;
}

.check-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ffffff;
    color: #cd1719;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #000000;
    transform: translate(-50%, -50%);
    padding: 11px 18px 10px 18px;
    white-space: nowrap;
    line-height: 1;
    display: block;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.25);
}

.join-musthaves {
    padding: 15px 0px 0 0px;
}

.join-musthaves h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 5px 0 5px 0;
    text-align: center;
}

.join-musthaves h5 {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 15px 0;
    text-align: center;
}

.join-wrapper .row {
    margin-left: -3px;
    margin-right: -3px;
}

.join-wrapper .col-4 {
    padding-left: 3px;
    padding-right: 3px;
}

.join-wrapper .col-4 img {
    width: 100%;
}

.home-footer-seo {
    padding: 25px 0px 25px;
    text-align: center;
}

.home-footer-seo h2 {
    text-transform: none;
    margin: 0 0 15px 0;
}

.home-footer-seo p {
    font-weight: 500;
}

.homepage-banner {
    position: relative;
}

.homepage-banner-content {
    position: absolute;
    top: 50%;
    left: 10%;
    text-align: center;
    transform: translateY(-50%);
}

.banner-name {
    font-size: 16px;
    color: #885736;
    font-weight: 300;
    margin-bottom: 20px;
}

.homepage-banner-content h1 {
    color: #000000;
    font-size: 56px;
    margin-bottom: 30px;
    line-height: 1.2;
    font-weight: 500;
}

.homepage-banner-content .btn-primary {
    min-width: 250px;
}

.newsletter-wrap {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    min-width: 560px;
}

.selectCategory {
    width: 72%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 1290px;
    margin: 20px auto;
}

.selectCategory a {
    width: 23%;
    height: 58px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 19px;
    font-size: 15px;
    color: #707070;
    vertical-align: middle;
    line-height: 57px;
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
    text-decoration: none;
}

.selectCategory a:hover {
    background: #DEDEDE;
}

.newArrivals {
    background: #CAA2A3;
    color: #fff;
    padding: 20px 0;
    display: flex;
    width: 100%;
    text-transform: uppercase;
    padding-left: 44px;
}

.newArrivals h2 {
    font-size: 35px;
    text-align: left;
    padding-bottom: 10px;
}

.newArrivals p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 30px;
}

.newArrivals .product-sidebar {
    min-width: 350px;
    max-width: 350px;
    width: 350px;
    padding-right: 25px;
    position: relative;
}

.procutSliderInfo {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-sidebar a.btn.btn-light {
    border-radius: 19px;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 16px;
	background-color: #57B1AA;
	border-color: #57B1AA;
	color: #FFFFFF;
}

.newArrivals .product-row-tabs {
    padding: 0px 0;
    min-width: calc(100% - 350px);
}

.newArrivals .mix-product-info {
    padding: 12px 6px 0;
    text-align: left;
}

.halfslider {
    padding-right: 20%!important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    display: none;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .homepage-banner-content h1 {
        font-size: 48px;
    }
}

@media only screen and (max-width: 1024px) {
    .selectCategory a {
        width: 23%;
        height: 50px;
        text-align: center;
        background: #FFFFFF;
        border: 1px solid #707070;
        border-radius: 19px;
        font-size: 12px;
        color: #707070;
        vertical-align: middle;
        line-height: 57px;
        margin-bottom: 20px;
        margin-left: 1%;
        margin-right: 1%;
        text-decoration: none;
    }
    .footer-social a {
        width: 22px;
        height: 22px;
    }
    .footer-social img {
        width: 22px;
    }
    .footerInfo h2 {
        font-size: 14px;
    }
    .footer-title {
        font-size: 14px;
    }
    .footerCol1 {
        min-width: 40%;
        max-width: 40%;
        padding-right: 10px;
    }
    .footerCol {
        min-width: 60%;
        max-width: 55%;
    }
}

@media only screen and (max-width: 991px) {
    .homepage-banner-content h1 {
        font-size: 40px;
    }
    .homepage-banner-content .btn-primary {
        min-width: 200px;
    }
    .newsletter-form-area {
        padding: 30px 25px;
    }
    .newsletter-wrap {
        max-width: 100%;
        min-width: 100%;
    }
    .newsletter-form-area h3 {
        font-size: 20px;
    }
    .newsletter-form .form-control {
        font-size: 11px;
    }
    .news-register-btn {
        font-size: 11px;
        padding: 8px 13px;
    }
    .join-musthaves h3 {
        font-size: 18px;
    }
    .join-musthaves h5 {
        font-size: 11px;
    }
}

@media only screen and (max-width: 767px) {
    .newsletter-img {
        display: none;
    }
    .newsletter-form-area {
        min-width: 100%;
        width: 100%;
    }
    .banner-name {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .homepage-banner-content h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .homepage-banner-content .btn-primary {
        min-width: 150px;
        font-size: 10px;
        padding: 9px 8px;
    }
    .newsletter-form-area h3 {
        font-size: 15px;
    }
    .newsletter-form-area {
        padding: 30px 15px;
    }
    .detailInfo {
        padding: 37px 30px 1px;
    }
    .footer-links-row {
        flex-direction: column;
    }
    .footer-col-1,
    .footer-col-2,
    .footer-col-3 {
        padding-bottom: 13px;
    }
    .footer-col-1,
    .footer-col-2,
    .footer-col-3,
    .footer-col-4,
    .footer-col-5 {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
    .footerInfo {
        padding: 48px 30px 0;
    }
    .selectCategory {
        width: 96%;
    }
    .selectCategory a {
        width: 48%;
        height: 46px;
        line-height: 45px;
        margin-bottom: 14px;
    }
    .selectCategory a {
        width: 48%;
        height: 46px;
        line-height: 45px;
        margin-bottom: 14px;
    }
    .newArrivals {
        padding-left: 20px;
        display: block;
    }
    .procutSliderInfo {
        position: inherit;
        transform: initial;
    }
    .newArrivals .product-sidebar {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        padding-right: 25px;
        position: relative;
    }
    .newArrivals h2 {
        padding-bottom: 0;
        padding-top: 0;
    }
    .newArrivals .product-row-tabs {
        padding: 0px 0;
        min-width: 100%;
    }
    .product-sidebar a.btn.btn-light {
        display: none;
    }
    .shopBtnRes.btn.btn-light {
        border-radius: 19px;
        font-size: 17px;
        font-weight: 600;
        padding: 14px 16px;
        display: block;
        margin: 20px 10px 0 0;
    }
    .voorIedereen {
        margin: 20px 20px;
    }
    .trending-col {
        margin-bottom: 20px;
    }
    .favoriteWeb {
        display: none;
    }
    .favoriteMob {
        display: block;
    }
    .favoriteBanner h2 {
        font-size: 18px;
    }
    .favoriteBanner p {
        font-size: 14px;
    }
    .detailRow {
        display: block;
        flex-wrap: wrap;
    }
    .detailCol {
        min-width: 100%;
        max-width: 100%;
        padding-left: 5px;
        padding-right: 0;
    }
    .footerRow {
        display: block;
        flex-wrap: wrap;
    }
    .footerCol1 {
        min-width: 100%;
        max-width: 100%;
        padding-left: 5px;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .footerCol {
        min-width: 100%;
        max-width: 100%;
        padding-left: 5px;
        padding-right: 0px;
    }
    .footer-links-row {
        padding: 0px 0px;
    }
    .footer-col {
        flex: 1;
        padding: 0 0px;
    }
    .footer-social {
        padding: 0px 0px 20px 0px;
    }
}

@media only screen and (max-width: 576px) {
    .newsletter-form-area h3 {
        font-size: 15px;
    }
    .news-register-btn {
        font-size: 9px;
        margin-left: 0;
        padding: 8px 8px;
    }
    .newsletter-form .form-control {
        font-size: 9px;
        padding: 4px 10px;
    }
    .join-musthaves h3 {
        font-size: 9px;
        font-weight: 700;
    }
    .join-musthaves h5 {
        font-size: 8px;
    }
    .home-footer-seo h2 {
        font-size: 10px;
        font-weight: 700;
    }
    .home-footer-seo p {
        font-size: 10px;
    }
    .moreless-button {
        font-size: 10px;
    }
    .homepage-banner-content h1 {
        font-size: 18px;
    }
}