/**
* 2007-2020 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2020 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.vp_categoryproduct {
    margin: 0 !important;
    background: #104c39;
}

.vp_categoryproduct .product_wrapper,
.vp_categoryproduct .product_top_section {
    display: flex;
}

.vp_categoryproduct .product_wrapper > div,
.vp_categoryproduct .product_top_section > div {
    width: 50%;
}

.vp_categoryproduct .product_selection_wrapper p {
    text-align: right;
    margin: 0;
    padding: 10px 30px;
    color: #FFF;
}

.vp_categoryproduct .main_section {
    background: linear-gradient(90deg, rgba(21, 58, 46, 1), rgba(21, 58, 46, .75)), url('../img/product_page_overlay_image.jpg') no-repeat;
    background-size: cover;
    padding: 40px 30px 40px 80px;
    color: #FFF;
}

.vp_categoryproduct .product_features {
    /* font-family: 'Roboto', serif; */
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Arial, sans-serif;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-size: 16px;
    font-weight: bold;
}

.vp_categoryproduct .product_features p {
    display: flex;
    justify-content: space-between;
    padding: 0 15px 5px;
    border-bottom: 2px solid #A2C037;
}

.vp_categoryproduct form {
    text-align: center;
} 

.vp_categoryproduct .add-to-cart-btn {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: bold;
    color: #104c39;
    margin: 20px 0;
    max-width: 470px;
    width: 100%;
    border: none;
    padding: 20px 10px;
    box-shadow: -8px 7px 0 0 #104c39;
    background-color: #A2C037;
}

.vp_categoryproduct .add-to-cart-btn:disabled .available-btn-title,
.vp_categoryproduct .add-to-cart-btn:not([disabled]) .unavailable-btn-title {
    display: none;
}

.vp_categoryproduct .add-to-cart-btn:disabled {
    background-color: #b2d551;
    cursor: default;
}

.vp_categoryproduct .add-to-cart-btn:not([disabled]):hover {
    background-color: #7FA123;
}

.vp_categoryproduct .product_price_title h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 60px;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0;
}

.vp_categoryproduct .product_price_title .product_reference {
    /* font-family: 'Roboto Slab', serif; */
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Arial, sans-serif;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
}

.vp_categoryproduct .product_price_title .product_price {
    /* font-family: 'Roboto', sans-serif; */
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Arial, sans-serif;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.vp_categoryproduct .product_price_title .product_regular_price_wrapper {
    /* font-family: 'Roboto Slab, serif'; */
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Arial, sans-serif;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-size: 16px;
    font-weight: normal;
    padding: 0 15px;
    position: relative;
    display: inline-block;
}

.vp_categoryproduct .product_price_title .product_regular_price_wrapper.hidden {
    display: none;
}

.vp_categoryproduct .product_price_title .product_regular_price_wrapper::after {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    top: 13px;
    width: 100%;
    background: #A2C037;
}

.vp_categoryproduct .product_description {
    /* font-family: 'Roboto Slab', serif; */
    font-family: "Helvetica Neue Pro", 'Roboto Slab', Arial, sans-serif;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-size: 16px;
    line-height: 1.8;
}

.vp_categoryproduct .thumbnail_section {
    text-align: center;
    padding-bottom: 30px;
}

.vp_categoryproduct .thumbnail_wrapper {
    width: 75%;
    margin: 0 auto;
    padding: 30px;
}

.vp_categoryproduct .thumbnail_wrapper .product-img img {
    object-fit: contain;
}

.vp_categoryproduct .thumbnail_wrapper .slick-slide .rc {
    background: none;
}

.vp_categoryproduct .product_images_slider {
    max-width: 420px;
    height: 140px;
    margin: 0px auto;
}

.vp_categoryproduct .slick-prev {
    left: -50px;
    background: url('../icons/white_prev_arrow.svg') no-repeat;
}

.vp_categoryproduct .slick-next {
    right: -50px;
    background: url('../icons/white_next_arrow.svg') no-repeat;
}

.vp_categoryproduct .slick-arrow {
    width: 50px;
    height: 120px;
    font-size: 0;
    border: none;
    background-size: 15px 20px;
    background-position: center center;
}

.vp_categoryproduct .product_images_slider .image_slide {
    margin: 5px auto;
    opacity: 1;
    object-fit: contain;
    max-width: 100%;
    transition: ease-in-out .3s;
}

.vp_categoryproduct .product_images_slider .product-thumb:not(.slick-current) .image_slide {
    opacity: .5;
}

.vp_categoryproduct .product_images_slider .image_slide:hover {
    cursor: pointer;
}

.vp_categoryproduct .product_images_slider .product-thumb {
    border: none;
}

@media screen and (max-width: 1400px) {
    .vp_categoryproduct .thumbnail_wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .vp_categoryproduct .product_wrapper {
        flex-direction: column;
    }

    .vp_categoryproduct .product_wrapper > div {
        width: auto;
    }

    .vp_categoryproduct .main_section {
        padding: 40px;
    }
    
    .vp_categoryproduct .thumbnail_wrapper {
        width: 50%;
    }

    .vp_categoryproduct .thumbnail_section {
        padding-bottom: 30px;
    }
}

@media (max-width: 700px) {
    .vp_categoryproduct .product_top_section {
        flex-direction: column;
        align-items: center;
    }

    .vp_categoryproduct .product_top_section > div {
        width: 100%;
        max-width: 300px;
        margin-bottom: 20px;
    }

    .vp_categoryproduct .product_price_title {
        text-align: center;
    }

    .vp_categoryproduct .product_images_slider {
        max-width: calc(100% - 100px);
        height: auto;
    }
}

@media (max-width: 500px) {
    .vp_categoryproduct .thumbnail_wrapper {
        width: 100%;
    }

    .vp_categoryproduct .product_price_title h1 {
        font-size: 48px;
    }

    .vp_categoryproduct .product_price_title .product_price {
        font-size: 32px;
    }
}