﻿@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.dropdown-toggle::after {
    content: none;
}

/* #region [CATEGORY BOXES] */
.category-boxes {
    margin: 25px 0 100px;
}

    .category-boxes a,
    .category-boxes a:hover {
        text-decoration: none;
    }

    .category-boxes .box {
        height: calc(100% - 30px);
        padding: 65px 25px;
        margin: 15px 0;
        position: relative;
        transition: all 0.3s linear;
        background-color: #213b7e;
        background-position: center;
        background-size: cover;
        z-index: 1;
    }

        .category-boxes .box::before {
            position: absolute;
            content: "";
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-image: linear-gradient( to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
            background-position: center;
            background-size: cover;
            z-index: -1;
            transition: opacity 0.5s linear;
            opacity: 0;
        }

        .category-boxes .box.img::before {
            background-image: linear-gradient( to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
            opacity: .5;
        }

        .category-boxes .box:hover::before {
            opacity: 1;
        }

        .category-boxes .box .title {
            color: #fff;
            text-align: center;
            margin: 0;
            font-size: 22px;
            font-weight: 300;
        }

        .category-boxes .box img {
            position: absolute;
            right: 20px;
            top: 20px;
            width: 18px;
            height: auto;
        }

/* #endregion [/CATEGORY BOXES] */

/* #region [PRODUCTS] */
.products {
    margin: 40px 0 25px;
}

    .products.big-margin {
        margin: 40px 0 55px;
    }

    .products a,
    .products a:hover {
        text-decoration: none;
    }

    .products .product {
        height: calc(100% - 65px);
        margin: 15px 0 50px;
    }

        .products .product.small {
            height: calc(100% - 80px);
            margin: 15px 0 65px;
        }

        .products .product img {
            width: 100%;
            height: auto;
            transition: all .3s linear;
        }

            .products .product img.product-image {
                height: 250px;
                object-fit: cover;
            }

        .products .product.small img.product-image {
            height: 200px;
        }

        .products .product .special-icon {
            width: 110px;
            height: auto;
            position: absolute;
            top: -45px;
            left: 0;
        }

        .products .product .image-wrapper {
            position: relative;
            margin-bottom: 45px;
        }

        .products .product.small .image-wrapper {
            margin-bottom: 25px;
        }

        .products .product .image-wrapper img.logo {
            width: 80px;
            height: 80px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .products .product .image-wrapper .category {
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            padding: 20px 25px;
            background-color: #213b7e;
            position: absolute;
            right: 10px;
            bottom: -26px;
            transition: all 0.3s linear;
        }

            .products .product .image-wrapper a:hover .category,
            .products .product .image-wrapper .category:hover {
                background-color: #344e8f;
            }

        .products .product .content {
            padding: 10px 0 0;
            border-top: 1px solid #eee;
            height: 100%;
        }

            .products .product .content .title {
                font-size: 33px;
                line-height: 35px;
                font-weight: 300;
                color: #3e4d5c;
                margin: 0 0 5px;
                word-break: break-word;
            }

        .products .product.small .content .title {
            margin: 0 0 10px;
        }

        .products .product .content .subtitle {
            font-size: 18px;
            font-weight: 700;
            margin: 0 0 20px;
        }

        .products .product.small .content .subtitle {
            margin: 0 0 30px;
        }

        .products .product .content .text {
            font-size: 15px;
            line-height: 22px;
            margin: 0 0 20px;
        }

        .products .product .content .category {
            color: #213b7e;
            font-size: 15px;
            line-height: 22px;
            font-weight: 700;
            margin: 0 0 15px;
            transition: all 0.3s linear;
        }

            .products .product .content a:hover .category,
            .products .product .content .category:hover {
                color: #344e8f;
            }

        .products .product .content .price {
            color: #213b7e;
            font-size: 33px;
            font-weight: 900;
            padding: 5px 0;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }

@media (max-width: 1199.98px) {
    .products .product img.product-image {
        height: 200px;
    }

    .products .product.small img.product-image {
        height: 150px;
    }
}

@media (max-width: 991.98px) {
    .products .product img.product-image {
        height: 225px;
    }
}

@media (max-width: 767.98px) {
    .products .product img.product-image {
        height: 340px;
    }
}

@media (max-width: 575.98px) {
    .products .product img.product-image,
    .products .product.small img.product-image {
        height: 275px;
    }
}

@media (max-width: 424.98px) {
    .products .product img.product-image,
    .products .product.small img.product-image {
        height: 250px;
    }
}

@media (max-width: 374.98px) {
    .products .product img.product-image,
    .products .product.small img.product-image {
        height: 225px;
    }
}
/* #endregion [/PRODUCTS] */

/* #region [PRODUCT-DETAIL] */
.product-detail {
    margin: 75px 0 125px;
}

    .product-detail a,
    .product-detail a:hover {
        text-decoration: none;
    }

    .product-detail img {
        width: 100%;
        height: auto;
    }

        .product-detail img.product-image {
            height: auto;
            object-fit: cover;
            transition: all .3s linear;
        }

    .product-detail .special-icon {
        width: 110px;
        height: auto;
        position: absolute;
        top: -45px;
        left: 0;
        z-index: 3;
    }

    .product-detail .image-wrapper {
        position: relative;
        margin-bottom: 70px;
    }

        .product-detail .image-wrapper img.logo {
            width: 80px;
            height: 80px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .product-detail .image-wrapper .category {
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            padding: 20px 25px;
            background-color: #213b7e;
            position: absolute;
            right: 10px;
            bottom: -26px;
            transition: all 0.3s linear;
            z-index: 3;
        }

            .product-detail .image-wrapper a:hover .category,
            .product-detail .image-wrapper .category:hover {
                background-color: #344e8f;
            }

    .product-detail .content {
        padding: 10px 0 0;
        border-top: 1px solid #eee;
        margin: 0 0 65px;
    }

        .product-detail .content .title {
            font-size: 43px;
            margin: 0 0 5px;
            word-break: break-word;
            color: #3e4d5c;
        }

    .product-detail .subtitle {
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 20px;
    }

    .product-detail .text {
        font-size: 15px;
        line-height: 22px;
        margin: 0 0 10px;
    }

    .product-detail .content .category {
        color: #213b7e;
        font-size: 15px;
        line-height: 22px;
        font-weight: 700;
        margin: 0 0 40px;
        transition: all 0.3s linear;
    }

        .product-detail .content a:hover .category,
        .product-detail .content .category:hover {
            color: #344e8f;
        }

    .product-detail .content .price {
        color: #213b7e;
        font-size: 33px;
        font-weight: 900;
        padding: 5px 0;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .product-detail .controls input,
    .product-detail .controls select {
        padding: 14px 15px;
        color: #3e4d5c;
        outline: none;
        border-radius: 0;
        font-size: 15px;
        line-height: 22px;
        font-weight: 700;
        background-color: rgba(95, 109, 123, 0.1);
        border: none;
        width: 200px;
        text-align: left;
        transition: all 0.3s linear;
    }

        .product-detail .controls input:focus,
        .product-detail .controls input:hover:not(:disabled),
        .product-detail .controls select:focus,
        .product-detail .controls select:hover {
            background-color: rgba(95, 109, 123, 0.2);
        }

    .product-detail .controls .code {
        margin: 0 0 15px;
    }

        .product-detail .controls .code input::placeholder {
            color: #3e4d5c;
            font-weight: 800;
        }

        .product-detail .controls .code .icon {
            padding: 13px 15px;
            background-color: #5f6d7b;
            border: 1px solid #5f6d7b;
            width: 50px;
            text-align: center;
        }

            .product-detail .controls .code .icon img {
                width: 17px;
            }

    .product-detail .controls .btn-buy {
        margin: 0 0 30px;
    }

        .product-detail .controls .btn-buy input[type=submit] {
            margin-left: -3px;
        }

        .product-detail .controls .btn-buy input[type=text] {
            padding: 13px 15px;
            background-color: #fff;
            border: 1px solid #5f6d7b;
            width: 50px;
            text-align: center;
        }

    .product-detail .controls .info {
        width: 250px;
    }

        .product-detail .controls .info p {
            margin: 0;
            font-size: 15px;
        }

    .product-detail .preview {
        margin: 15px 0 0;
    }

        .product-detail .preview a,
        .product-detail .back a,
        .product-detail .back a:not([href]) {
            color: #fff;
            font-size: 14px;
            line-height: 22px;
            font-weight: 700;
            padding: 10px 15px;
            background-color: #213b7e;
            transition: all 0.3s linear;
            display: inline-block;
            cursor: pointer;
        }

            .product-detail .preview a:hover,
            .product-detail .back a:hover,
            .product-detail .back a:not([href]):hover {
                background-color: #344e8f;
            }

@media (max-width: 767.98px) {
    .product-detail {
        margin: 50px 0 25px;
    }

        .product-detail .controls {
            margin: 0 0 50px;
        }

        .product-detail .back {
            margin: 100px 0 0;
        }
}
/* #endregion [/PRODUCT-DETAIL] */

/* #region [SEARCH BOX] */
.searchbox {
    margin: 0;
}

    .searchbox .box {
        background-color: rgba(95, 109, 123, 0.1);
        border: 1px solid rgba(95, 109, 123, 0.1);
        height: 45px;
        font-size: 16px;
        line-height: 45px;
    }

    .searchbox input.box:focus {
        border: 1px solid rgba(95, 109, 123, 0.1);
        box-shadow: none;
    }

    .searchbox .btn {
        position: absolute;
        right: 0;
        top: -90px;
        background: none;
        padding: 0;
        width: 48px;
        height: 100%;
        color: #fff;
        background-color: #5f6d7b;
    }

        .searchbox .btn:hover {
            color: #fff;
        }

        .searchbox .btn.icon img {
            width: 22px;
            height: auto;
        }
/* #endregion [/SEARCH BOX] */

/* #region [SLIDER] */
.swiper {
    width: 100%;
    height: auto;
}

    .swiper .swiper-wrapper {
        height: auto;
    }

    .swiper .swiper-button-next,
    .swiper .swiper-button-prev {
        transform: translateY(-50%);
    }

        .swiper .swiper-button-next:after,
        .swiper .swiper-button-prev:after {
            width: 15px;
            height: auto;
        }

        .swiper .swiper-button-next:after {
            content: url("../assets/img/icons/arrow-right.svg");
        }

        .swiper .swiper-button-prev:after {
            content: url("../assets/img/icons/arrow-left.svg");
        }
/* #endregion [/SLIDER] */

/* #region [SHOPPING CART] */

.shopping-cart-items .shopping-cart-item {
    padding: 15px 0;
}

    .shopping-cart-items .shopping-cart-item input.amount {
        padding: 5px 0 5px 15px;
        width: 45px;
        background-color: #fff;
        border: 1px solid #999;
        text-align: center;
        color: #999;
        font-size: 16px;
        font-weight: 100;
    }

    .shopping-cart-items .shopping-cart-item .title {
        font-size: 18px;
    }

    .shopping-cart-items .shopping-cart-item .description {
        color: #999;
    }

    .shopping-cart-items .shopping-cart-item .price {
        font-size: 16px;
    }


    .shopping-cart-items .shopping-cart-item .actions {
        font-size: 18px;
        cursor: pointer;
    }

.shopping-cart .controls {
    margin: 30px 0 15px;
}

    .shopping-cart .controls input {
        padding: 10px 15px;
        color: #3e4d5c;
        outline: none;
        border-radius: 0;
        font-size: 15px;
        line-height: 22px;
        font-weight: 700;
        background-color: rgba(95, 109, 123, 0.1);
        border: none;
        width: 200px;
        text-align: left;
        transition: all 0.3s linear;
    }

        .shopping-cart .controls input:focus,
        .shopping-cart .controls input:hover {
            background-color: rgba(95, 109, 123, 0.2);
        }

    .shopping-cart .controls .code {
        margin: 0 0 15px;
    }

        .shopping-cart .controls .code input::placeholder {
            color: #3e4d5c;
            font-weight: 800;
        }

        .shopping-cart .controls .code .icon {
            padding: 9px 15px;
            background-color: #5f6d7b;
            border: 1px solid #5f6d7b;
            width: 50px;
            text-align: center;
        }

            .shopping-cart .controls .code .icon img {
                width: 17px;
            }

    .shopping-cart .controls .btn-add-code input[type=submit] {
        width: 250px;
        text-align: center
    }

@media (min-width: 768px) {
    .shopping-cart .modal-dialog {
        max-width: 600px;
        width: 600px;
        margin: 30px auto
    }
}

@media (max-width: 575.98px) {
    .shopping-cart-items .shopping-cart-item .title {
        margin: 0 0 10px;
    }

    .shopping-cart-items .shopping-cart-item .description {
        margin-bottom: 10px;
    }
}
/* #endregion [/SHOPPING CART] */

/* #region [FILTER DROPDOWNS] */
.dropdown-wrapper select {
    padding: 10px 10px;
    color: #3e4d5c;
    outline: none;
    border-radius: 0;
    font-size: 15px;
    line-height: 22px;
    background-color: rgba(95, 109, 123, 0.1);
    border: none;
    width: 220px;
    text-align: left;
    transition: all 0.3s linear;
}

    .dropdown-wrapper select:focus,
    .dropdown-wrapper select:hover {
        background-color: rgba(95, 109, 123, 0.2);
    }
/* #endregion [/FILTER DROPDOWNS] */
