﻿/* BootstrapCDN  */
@import url("https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css");
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* Global */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #464646;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #464646;
}

/* Section Heading */
.w21-section-heading h2 {
    font-size: 36px;
}

.w21-section-heading p {
    font-size: 16px;
}

/* w21 Banner */
.w21-banner {
    background: url('../img/winter-wetsuits-21/banner.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 650px;
}

.w21-banner-content {
    padding-bottom: 40px;
}

.water-temps-img {
    margin-top: 25px;
}

/* Mid IMG */
.w21-mid-img-1 {
    background: url('../img/winter-wetsuits-21/w21-mid-img-1.jpg') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 814px;
    margin: 60px 0px;
}

.w21-mid-img-2 {
    background: url('../img/winter-wetsuits-21/w21-mid-img-2.jpg') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 814px;
    margin: 60px 0px;
}

.w21-mid-img-3 {
    background: url('../img/winter-wetsuits-21/w21-mid-img-3.jpg') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 814px;
    margin: 60px 0px;
}

.w21-mid-img-4 {
    background: url('../img/winter-wetsuits-21/w21-mid-img-4.jpg') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 814px;
    margin: 60px 0px;
}

/* Product */
.w21-product .w21-section-heading {
    margin-bottom: 50px;
}

.product-features-list .media {
    padding-bottom: 25px;
}

.product-features-list .media img {
    margin-right: 25px;
}

.product-features-list .media h3 {
    font-size: 24px;
}

.product-price-box {
    background: #61A5C2;
    padding: 15px 30px;
}

.product-price-box p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0;
}

.product-price-box h3 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
    position: relative;
}

.product-price-box {
    margin-bottom: 50px;
    margin-top: 35px;
}

.product-price-box h3::before {
    content: '';
    width: 2px;
    background: #ffffff;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    left: -10px;
    top: -11px;
}

.w21-top-pick {
    padding-bottom: 80px;
}

.top-pick-list {
    text-align: center;
}

.w21-top-pick .w21-section-heading {
    padding-bottom: 40px;
}

.top-pick-list h2 {
    font-size: 18px;
    margin-top: 20px;
}

.top-pick-list h3 {
    font-size: 20px;
}

.top-pick-mid img {
    height: 500px;
}

.top-pick-footer {
    padding-top: 20px;
}

.top-pick-header img {
    height: 70px;
}

/* Responsive Media Queries  */

/* Max Width With Start Point */
/* Extra large devices (Extra large desktops, 1920 and Down) */
@media (max-width: 1919.98px) {
    .w21-banner {
        min-height: 500px;
    }

}

/* Extra large devices (Extra large desktops, 1680 and Down) */
@media (max-width: 1679.98px) {

}

/* Extra large devices (Extra large desktops, 1600px and Down) */
@media (max-width: 1599.98px) {
    .w21-banner {
        min-height: 450px;
    }
}

/* Extra large devices (Extra large desktops, 1440px and Down) */
@media (max-width: 1439.98px) {
}

/* Extra large devices (Extra large desktops, 1366px and Down) */
@media (max-width: 1365.98px) {
    .w21-mid-img-1, .w21-mid-img-2, .w21-mid-img-3, .w21-mid-img-4 {
        min-height: 500px;
    }

}

/* Extra large devices (large desktops, 1200px and Down) */
@media (max-width: 1199.98px) {
    .w21-banner {
        min-height: 335px;
    }

    .w21-mid-img-1, .w21-mid-img-2, .w21-mid-img-3, .w21-mid-img-4 {
        min-height: 400px;
    }

}

/* Large devices (desktops, 992px and Down) */
@media (max-width: 991.98px) {
    .w21-banner {
        min-height: 260px;
    }

    .product-price-box h3 {
        margin-top: 30px;
    }

    .product-price-box h3::before {
        width: 50px;
        height: 4px;
        position: absolute;
        left: 46%;
        top: -15px;
    }
}

/* Medium devices (tablets, 768px and Down) */
@media (max-width: 767.98px) {
    .w21-banner {
        min-height: 200px;
    }

    .w21-section-heading h2 {
        font-size: 30px;
    }

    .w21-mid-img-1, .w21-mid-img-2, .w21-mid-img-3, .w21-mid-img-4 {
        min-height: 300px;
    }

    .product-features-list .media img {
        height: 150px;
    }

    .top-pick-list .col {
        margin-bottom: 25px;
    }

    .product-price-box h3::before {
        left: 44%;
    }
}

/* Small devices (landscape phones, 576px and Down) */
@media (max-width: 575.98px) {
    .w21-mid-img-1, .w21-mid-img-2, .w21-mid-img-3, .w21-mid-img-4 {
        margin: 30px 0px;
    }

    .w21-banner {
        min-height: 200px;
    }

    .product-features-list .media h3 {
        font-size: 18px;
    }

    .w21-section-heading h2 {
        font-size: 24px;
    }

    .w21-product .w21-section-heading {
        margin-bottom: 30px;
    }

    .product-features-list .media img {
        margin-right: 15px;
        height: 100px;
    }

    .product-price-box h3::before {
        left: 41%;
    }
}


/* Max Width */
/* Small devices (landscape phones, 480px and down) */
@media (max-width: 480px) {
    .w21-banner {
        min-height: 125px;
    }

    .product-features-list .media {
        display: block;
    }

    .product-features-list .media img {
        height: auto;
        display: block;
        margin-left: auto;
        margin-bottom: 20px;
        margin-right: auto;
    }

    .product-features-list .media {
        text-align: center;
    }

    .w21-mid-img-1, .w21-mid-img-2, .w21-mid-img-3, .w21-mid-img-4 {
        min-height: 250px;
    }

    .top-pick-list .col {
        flex-basis: auto;
        margin-bottom: 25px;
    }

    .top-pick-header {
        margin-top: 25px;
    }
}

/* Small devices (landscape phones, 414px and down) */
@media (max-width: 414px) {
}

/* Small devices (landscape phones, 384px and down) */
@media (max-width: 384px) {
}

/* Small devices (landscape phones, 360px and down) */
@media (max-width: 360px) {
}

/* Small devices (landscape phones, 360px and down) */
@media (max-width: 320px) {
}

/* Orientation Portrait */
@media only screen and (max-width: 800px) and (orientation: portrait) {
}

