/**
* 2007-2025 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-2025 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.
*/
.cms-custom-content{
    display: flex;
}

.col-lg-3.cms-nav.sticky-column{
    max-width: 20%!important;
}
.worker-space-container{
padding: 8px;
}
.worker-container {
    width: 100%;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    padding: 30px;
}

.worker-name {
    color: #222;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px;
}

.worker-position {
    color: #DF8585;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}
.worker-container img {
    width: 100%;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    margin-bottom: 17px;
}

.worker-individual-name.mb-2{
    font-size: 20px;
    font-weight: 500;
    color: #222;
}

.worker-individual-contact{
    font-size: 18px;
    font-weight: 400;
    color: #222;
    margin: 0;
}
.worker-individual-icons{
    font-size: 16px;
    font-weight: 400;
    color: #8C8C8C;
}

.cms-trade-icon{
    filter: brightness(0) saturate(100%) invert(63%) sepia(11%) saturate(1947%) hue-rotate(314deg) brightness(101%) contrast(75%);
}
.cms-trade-section {
    gap: 30px;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #E1E1E0;
    margin-bottom: 30px;
}
.cms-trade-link:hover{
    color:#DF8585!important;
}

.cms-trade-mobile{
    flex-wrap: wrap;
}
.cms-shipping{
    gap: 16px;
    display: grid;
}

.cms-shipping-box{
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #E1E1E0;
}
.cms-shipping-title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

.cms-shipping-content ol li::marker{
    font-weight: 600;
}
.cms-nav-mobile{
    display: none;
}


@media only screen and (max-width: 1000px){
    .cms-about-video{
        width: 100%;
    }
    .col-lg-3.cms-nav.sticky-column{
        display: none;
    }
    .page-content.cms-content.page-cms{
        justify-content: center;
    }
    .cms-nav-mobile{
        gap: 10px;
        display: grid;
        width: 60%;
        justify-self: center;
        margin-top: 30px;
    }


}
@media only screen and (max-width: 767px) {
    .cms-nav-mobile{
        width: 100%!important;
    }
    .cms-custom-content-mobile{
        display: grid!important;
    }
}

@media only screen and (min-width:576px) and (max-width: 991px){
    .worker-container {
        height: 339px!important;
    }
}