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

/*scrollbar start*/

/* width */
.fancybox-inner::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.fancybox-inner::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.fancybox-inner::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

/* Handle on hover */
.fancybox-inner::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*scrollbar end*/


.fancybox-close {
    background-image: url(../img/close_icon.png) !important;
    background-repeat: no-repeat;
    width: 30px !important;
    height: 30px !important;
    background-size: 42% !important;
    right: -4% !important;
    top: -2% !important;
    background-color: #000000a8;
    background-position: center;
    border-radius: 50%;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.fancybox-close:hover {
    background-color: #000000db;
}

/*.fancybox-item.fancybox-close {
    transition: transform 0.3s ease;
}

.fancybox-item.fancybox-close:hover {
    transform: rotate(180deg); 
}*/

/*card */

#popup_front_velsof .email-container {
    max-width: 600px;
    margin: 0 auto;
}

#popup_front_velsof .icon-wrapper {
    display: inline-block;
    margin-bottom: 20px;
}

#popup_front_velsof .header h1 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
}

#popup_front_velsof .header p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.6;
    text-transform: none;
}

#popup_front_velsof .cart-content {
    background: #f1f7fb;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
    border: 1px solid #d1dfe8;
}

#popup_front_velsof .discount-offer {
    background: #e5ecf1;
    padding: 20px;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid #d1dfe8;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#popup_front_velsof .discount-offer p {
    font-size: 14px;
    color: #2f171f;
    margin-bottom: 10px;
}

#popup_front_velsof .discount-value {
    color: #18a90f;
    font-size: 20px;
    font-weight: bold;
}

#popup_front_velsof .discount-code {
    padding: 10px;
    display: inline-block;
    border: 2px dashed #bd355e;
    background: #fff;
    color: #bd355e;
    font-size: 20px;
    font-weight: bold;
}

#popup_front_velsof .total-amount {
    color: #bd355e;
    font-weight: bold;
}

#popup_front_velsof .footer {
    margin-top: 30px;
    font-size: 12px;
    color: #6c757d;
}

#popup_front_velsof .footer a {
    color: #bd355e;
    text-decoration: none;
}

/*card */

/*cart-1*/
#popup_front_velsof .cart-heder-section {
    text-align: center;
    /*background-color: #d36070;*/
    /*background: linear-gradient(135deg, #7A5E89, #A88EB8);*/
    border-radius: 4px;
    margin-inline-end: 12px;
    padding: 15px 10px;
    margin-top: 54px;
}

.cart-heder-section img {
    margin-top: -78px;
}

#popup_front_velsof .cart-heder-section h1 {
    color: #fff;
    margin: 12px 0;
    letter-spacing: 0.5px;
}

#popup_front_velsof .cart-heder-section p {
    color: #fff;
    letter-spacing: 0.3px;
    padding: 0 25px;
}

#popup_front_velsof .cart-discount-section {
    max-width: 50%;
    margin: 0 auto;
    background-color: #e4e4e4b3;
    box-shadow: 0 0 3px #c78790;
    border-radius: 2px;
    padding: 15px 20px;
    text-align: center;
}

#popup_front_velsof .cart-unlocak-min-amt,
#popup_front_velsof .cart-unlocak-use,
#popup_front_velsof .cart-unlocak {
    color: #030303;
}

#popup_front_velsof .cart-unlocak-code {
    display: inline-block;
    border: 1px dashed #7A5E89;
    padding: 8px 21px;
    color: #7A5E89;
    font-weight: 600;
    margin-bottom: 15px;
    border-radius: 1px;
    cursor: pointer;
}

#popup_front_velsof .custom-link {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 2px;
    display: inline-block;
}

#popup_front_velsof .cart-total-amt {
    color: #7A5E89;
    font-weight: 700;
}

#popup_front_velsof .direct-checkout-btn {
    font-family: sans-serif;
    color: #ffffff !important;
    font-size: 15px;
    padding: 8px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    /*background: #d36070;*/
    background: linear-gradient(135deg, #7A5E89, #A88EB8);
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    /* Ensures proper spacing */
    border-radius: 2px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: .4s ease;
}

#popup_front_velsof .direct-checkout-btn:hover {
    background-color: #e28a98;
}

/* .direct_checkout_wrapper {
      position: absolute;
      right: 17%;
      bottom: 2%;
  } */
#popup_front_velsof .cart-unlockfooter {
    text-align: center;
    margin-top: 20px;
}

#popup_front_velsof .cart-unlock-greeting,
#popup_front_velsof p.cart-unlock-que {
    color: #030303;
    font-weight: 500;
    letter-spacing: 0.4px;
}

#popup_front_velsof .cart-unlock-que a {
    color: #7A5E89 !important;
    text-decoration: underline;
    font-weight: 700;
}

#popup_front_velsof .product-image {
    background: #0c528b;
    color: #ffffff;
    font-size: 9px;
    max-height: 200px;
    /* Default */
}

#popup_front_velsof .product-image.popup {
    max-height: 140px;
}

#popup_front_velsof .products-wrapper {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 10px;
}

#popup_front_velsof .product-dimension {
    font-size: 14px;
    font-weight: 500;
}

#popup_front_velsof .product-list {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    /*text-align: center;*/
    /* width: 80%; */
    display: flex;
    /*align-items: center;*/
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.kboverlaygg {
    background: rgba(0, 0, 0, 0.8) !important;
}

#popup_front_velsof .product-list.popup {
    width: 60%;
}

#popup_front_velsof .product-list li {
    float: left;
    margin: 5px;
}

#popup_front_velsof .product-container a img {
    width: 200px;
    height: 200px;
}

#popup_front_velsof .product-name {
    color: rgba(0, 0, 0, 0.73);
    text-align: center;
    margin-top: 2px;
    font-size: 16px;
    padding: 5px;
    font-weight: 700;
    font-size: 18px;
    font-family: sans-serif;
}

#popup_front_velsof .product-name span {
    display: inline-block;
    max-width: 186px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333333;
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
    /* margin-left: 100px; */
}

#popup_front_velsof .old-price {
    text-decoration: line-through;
    font-size: 14px;
    color: #8f8f8f;
}

#popup_front_velsof .final-price {
    font-weight: 500;
    font-size: 15px;
}

#popup_front_velsof .product-attributes {
    font-size: 14px;
    text-align: center;
    margin-top: 6px;
}

#popup_front_velsof .direct_checkout_wrapper {
    text-align: center;
    margin-bottom: 16px;
}

#popup_front_velsof .cart-unlock-footer {
    text-align: center;
    margin-top: 15px;
}

#popup_front_velsof .grid-product-seperator {
    background-color: #e4e4e4;
    height: 2px;
}

/* layout5 */

#popup_front_velsof .cart-header {
    text-align: left;
    padding: 10px;
    background: red;
    /* background: -webkit-linear-gradient(orange, #FF5722);
    background: -o-linear-gradient(orange, #FF5722);
    background: -moz-linear-gradient(orange, #FF5722);
    background: linear-gradient(orange, #FF5722); */
    /*background: linear-gradient(#e28a98, #d36070);*/
    background: linear-gradient(135deg, #7A5E89, #A88EB8);
    margin: 10px 0;
    border-radius: 2px;
    margin-inline-end: 11px;
}

#popup_front_velsof .cart-header-title {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

#popup_front_velsof .cart-header-link {
    float: right;
    font-size: 15px;
    font-weight: bold;
    color: white;
    vertical-align: middle;
    line-height: 22px;
}

#popup_front_velsof .cart-header-link a {
    color: white;
    text-decoration: underline;
}

#popup_front_velsof .cart-item {
    overflow: auto;
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border-radius: 2px;
}

#popup_front_velsof .cart-item-image {
    width: 20%;
    padding: 2%;
    text-align: center;
    float: left;
}

#popup_front_velsof .cart-item-image img {
    border: 1px solid rgba(255, 140, 10, 0.28);
    width: 100%;
}

#popup_front_velsof .cart-item-details {
    padding: 2%;
    float: left;
    width: 66%;
}

#popup_front_velsof .cart-item-title {
    font-weight: 600;
    /* padding: 5px; */
    font-size: 16px;
    color: #333333;
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
}

#popup_front_velsof .cart-item-description {
    color: rgba(0, 0, 0, 0.79);
    height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-top: 5px;
}

#popup_front_velsof .cart-item-info {
    /* margin-top: 2%; */
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;

}

#popup_front_velsof .cart-item-price-old {
    text-decoration: line-through;
    font-size: 13px;
    margin-inline-end: 10px;
    color: #8f8f8f;
    font-weight: 500;
}

#popup_front_velsof .cart-item-price-new {
    font-weight: 500;
    font-size: 15px;
    /*margin-left: 10px;*/
}

/*#popup_front_velsof .table.table-recap {
    margin-bottom: 0;
}*/

/* layout5 */

/*cart-1*/
.no-scroll {
    overflow: hidden;
    height: 100vh;
}

span.product-unit {
    font-size: 14px;
    font-weight: 600;
}

#popup_front_velsof .product-qty {
    margin-inline-end: 10px;
    color: #444;
    font-weight: 600;
}


/* media start */
@media screen and (max-width: 767px) {
    .cart-heder-section img {
        width: 50px;
    }

    #popup_front_velsof .cart-heder-section h1 {
        font-size: 16px;
    }

    #popup_front_velsof .cart-heder-section p {
        padding: 0 5px;
        font-size: 12px;
        margin-bottom: 0;
    }

    .fancybox-close {
        top: -4% !important;
    }

    #popup_front_velsof .cart-header-title {
        font-size: 15px;
    }

    #popup_front_velsof .cart-header-link a {
        font-size: 15px;
    }

    #popup_front_velsof .cart-item-title {
        font-size: 14px;
    }

    #popup_front_velsof .cart-item-description {
        height: 24px;
        font-size: 12px;
    }

    .fancybox-close {
        background-size: 40% !important;
    }

    #popup_front_velsof .cart-item-info {
        font-size: 12px;
    }

    #popup_front_velsof .cart-item-price-new {
        font-size: 13px;
        margin-left: 0px;
    }

    #popup_front_velsof .direct-checkout-btn {
        font-size: 13px;
        padding: 6px 9px;
    }

    #popup_front_velsof .cart-discount-section {
        max-width: 90%;
    }

    #popup_front_velsof .cart-unlocak-min-amt,
    #popup_front_velsof .cart-unlocak-use,
    #popup_front_velsof .cart-unlocak {
        font-size: 13px;
        margin-bottom: 10px;
    }

    #popup_front_velsof .cart-disc-value {

        font-size: 16px !important;
    }

    #popup_front_velsof .cart-unlocak-code {
        padding: 3px 11px;
        font-size: 13px;
        margin-bottom: 10px;

    }

    #popup_front_velsof .cart-unlock-greeting,
    #popup_front_velsof p.cart-unlock-que {
        font-size: 13px;
        margin-bottom: 3px;
    }

    #popup_front_velsof .cart-heder-section {
        margin-top: 8px;
    }

    #popup_front_velsof .custom-link {
        font-size: 15px;
        margin-bottom: 0;
    }

    #popup_front_velsof .product-name span {
        font-size: 15px;
    }

    #popup_front_velsof .old-price {
        font-size: 15px;
    }

    #popup_front_velsof .final-price {
        font-size: 14px;
    }

    .cart-heder-section img {
        margin-top: 0;
    }

}

/* media end */