/**
* 2007-2023 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-2023 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.
*/



/* .panel-product-actions .btn.get-sample {
    border-radius:50px;
} */

#ms_getsample_home {
    margin-bottom: 70px;
    margin-top: 50px;
  }


#ms_getsample_home .getsample_content {
    margin: 0 -10px;
}

#ms_getsample_home .panel-product-line .sample_block{
    width:100%;
    height:150px;
    display:block;
    background:#f0f0f0;
    margin: 10px 0;
}

#ms_getsample_home .panel-product-line .sample_block .left {
    padding: 10px;
    height: 100%;
    padding-right:0;
}

#ms_getsample_home .panel-product-line .sample_block .left a.get-sample {
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-transform: uppercase;
    transition: all 300ms linear;
    border: 10px solid white;
    border-right:none;
    text-align: center;
    padding: 20px;
}

#ms_getsample_home .panel-product-line .sample_block.single_sample .right{
    background: url('../img/img1.jpg');
    background-repeat: no-repeat;
    background-position: right; 
    background-size: cover;
    height:100%;
}
#ms_getsample_home .panel-product-line .sample_block.all_samples .right{
    background: url('../img/img2a.jpg');
    background-repeat: no-repeat;
    background-position: right; 
    background-size: cover;
    height:100%;
}

#ms_getsample_home .panel-product-line .right a {
    width:100%;
    height:100%;
    display:block;
}

#ms_getsample_home .panel-product-line .sample_block:hover a.get-sample {
    background-color: #f0f0f0;
    color: #222;
}

#ms_getsample_home .panel-product-line .right::before {
    content: "";
    position: absolute;
    display: block;
    height: calc(100% - 20px);
    width: 80px;
    border: 10px solid #fff;
    border-left:none;
    z-index: 1;
    left: 0%;
    -webkit-transform: translateX(0px) translateY(10px);
    -moz-transform: translateX(0px) translateY(10px);
    transform: translateX(0px) translateY(10px);
    pointer-events: none;
}

#ms_getsample_home .panel-product-line .right::after {
    content: "";
    position: absolute;
    background: url('../img/arrow.svg');
    width:15px;
    height:24px;
    display:block;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0%;
    top: 50%;
    -webkit-transform: translateX(30px) translateY(-50%);
    -moz-transform: translateX(30px) translateY(-50%);
    transform: translateX(30px) translateY(-50%);
    pointer-events: none;
}
 
#sampleModal {
    
}

#sampleModal .modal-content {
    height: 98vh;
    width: 99vw;
    border: none;
    border-radius: 20px;
    margin: 1vh;
}

#sampleModal .modal-content .modal-header {
    position:relative;
}

#sampleModal .modal-header .close {
    position: absolute;
    right:20px;
    top:0px;
    font-size:60px;
}


/* .modal:nth-of-type(even) {
    z-index: 1022 !important;
}
.modal-backdrop.show:nth-of-type(even) {
    z-index: 1021 !important;
} */

#sampleModal .modal-open .modal {
    overflow: hidden;
}

#sampleModal .modal-body{
    height: calc(100vh - 100px);
    overflow-y: auto;
}

#sampleModal .product-miniature__title a {
    font-size: 1rem;
}

#sampleModal .product-miniature__pricing .price {
    font-size: 1.7rem;
}

/*
#sampleModal .modal-body .add-to-cart {
    display: inline-block;
    background: #05441d;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #05441d;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    cursor:pointer;
}


#sampleModal .modal-body .add-to-cart svg {
    position: absolute;
    top: 10px;
    left: 7px;
    fill: #fff;
}

#sampleModal .modal-body .add-to-cart:hover {
    background: #fff;
}

#sampleModal .modal-body .add-to-cart:hover svg {
    fill: #05441d;
}

#sampleModal .modal-body .product_desc .product_name {
    display: block;
    margin-bottom: 15px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    height: 50px;
  } */