/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * 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 Goryachev Nikolay <nikol73333333@yandex.ru>
 * @copyright 2021-2022 Goryachev Nikolay
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 * International Registered Trademark & Property of PrestaShop SA
*/

.product-miniature .ngpc-box-product {
    position: relative;
    top: 0;
    right: 0;
}
.product-miniature .ngpc-box-product .ngpc-box-product_remove,
.product-miniature .ngpc-box-product .ngpc-box-product_add {
    font-size: inherit;
}
.product-miniature .ngpc-box-product_modal {
    font-size: 13px;
    transform: translateY(25px) rotateX(25deg);
    -webkit-transition: opacity 0.18s, visibility 0.18s, transform 0.2s;
    -moz-transition: opacity 0.18s, visibility 0.18s, transform 0.2s;
    -o-transition: opacity 0.18s, visibility 0.18s, transform 0.2s;
    transition: opacity 0.18s, visibility 0.18s, transform 0.2s;
}
.ngpc-box-product.ngpc-modal-open .ngpc-box-product_modal {
    transform: translateY(0) rotateX(0deg);
}

.ngpc-box-header_modal {
    min-width: 38.5em;
    top: -20px;
    transform: translateY(25px) rotateX(25deg);
    -webkit-transition: opacity 0.18s, visibility 0.18s, transform 0.2s;
    -moz-transition: opacity 0.18s, visibility 0.18s, transform 0.2s;
    -o-transition: opacity 0.18s, visibility 0.18s, transform 0.2s;
    transition: opacity 0.18s, visibility 0.18s, transform 0.2s;
}
.ngpc-box-header.ngpc-modal-open .ngpc-box-header_modal {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) rotateX(0deg);
}
.ngpc-box-product_right {
    padding-left: 1.6em;
    padding-right: 2.5em;
}
.ngpc-box-header_text {
    padding-top: 0.5em;
    margin-bottom: 0.5em;
}
.ngpc-box-product_sub_name {
    font-weight: 500;
    color: #000000;
    font-size: 1.5em;
    line-height: 1.2;
}
.ngpc-box-product_action-compare {
    font-size: 1.18em;
    min-height: 3.1em;
    border-width: 0.1rem;
    font-weight: 500;
}
.ngpc-box-product_action-clear {
    font-weight: 500;
    font-size: 1.1em;
}
.ngpc-box-product_action-clear:not(:hover) {
    color: #666666;
}
.ngpc-box-product_sub_line {
    padding-bottom: 1.2em;
    margin-bottom: 1.2em;
}
.ngpc-box-product_actions_top {
    padding-bottom: 1em;
    margin-bottom: -0.5em;
}
.ngpc-box-product_action-more {
    font-size: 1.1em;
    font-weight: 500;
    margin-top: 0.8em;
}
.ngpc-box-product_action-more a {
    border-bottom: 0.1rem solid transparent;
    -webkit-transition: color 0.3s, border 0.3s;
    -moz-transition: color 0.3s, border 0.3s;
    -o-transition: color 0.3s, border 0.3s;
    transition: color 0.3s, border 0.3s;
}
.ngpc-box-product_action-more a:hover {
    border-bottom: 0.1rem solid #0089d1;
}
.ngpc-box-product_remove-i {
    font-size: 1.55em;
}
.ngpc-box-product_remove-i:before {
    content: '\E956';
}
.ngpc-box-header_modal {
    padding: 3.5em 4.2em 1.5em;
}
.ngpc-box-header_modal-close {
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 2.1em;
}
.ngpc-box-header_modal-close_icon:before {
    content: 'close';
}
.ngpc-box-product_actions {
    padding-top: 1.15em;
    padding-bottom: 0.8em;
}
.ngpc-box-product_modal-sub {
    min-width: 36.5em;
    font-size: 0.8em;
    padding-top: 3em;
    right: -41px;
    top: 30px !important
}
.ngpc-box-product_sub_line .ngpc-box-product_remove {
    font-size: 0.9em;
}

/*.ngpc-box-page-product_block[data-status="add"]:hover .product-miniature_comparison-icon:before {
    content: '\E958';
}*/
.ngpc-box-page-product_block:hover,
.ngpc-box-page-product_block .wishlist-button-add:hover {
    color: #0089d1;
}

.modal.quickview .social-sharing {
    display: inline-block;
}
.modal.quickview .ngpc-box-page-product .ngpc-box-product_modal-sub {
    bottom: auto;
}

.modal.quickview .ngpc-box-page-product {
    margin-left: 0;
}

.block-product-comparison .ngpc-box-page-product {
    margin-bottom: 0;
    font-size: 1em;
}
.block-product-comparison .ngpc-box-page-product .ngpc-box-page-product_block {
    font-size: 1.9em;
}

.ngpc-box-product_sub_list,
.ngpc-box-product_modal-sub_list {
    padding-right: 20px;
    margin-right: -20px;
    overflow: overlay;
}

.ngpc-box-header_title {
    font-size: 1.55em;
    font-weight: 600;
    color: #000000;
    margin-top: -0.85em;
    margin-bottom: 0.8em;
}
.ngpc-box-product_modal-title {
    font-size: 1.55em;
    font-weight: 600;
    color: #000000;
    margin-top: -0.4em;
    margin-bottom: 0.45em;
    padding-right: 15px;
}
.ngpc-box-product_sub_line:nth-last-child(1) {
    margin-bottom: 0;
}
.ngpc-front-products_item .thumbnail-container {
    font-size: 1.3em;
}
.ngpc-front-products_item .thumbnail-container .wishlist-button-add {
    position: absolute !important;
    left: 15px;
    top: 10px;
    padding: 0.25rem;
    margin: 0.25rem 0;
    width: 25px;
    height: 25px;
    font-size: 1.12em;
}
.ngpc-front-products_actions .custom-checkbox_check {
    border: 1px solid #929292;
    min-width: 2.4em;
    width: 2.4em;
    height: 2.4em;
}
.ngpc-front-products_actions .custom-checkbox_check-icon {
    font-size: 1.85em;
}
.ngpc-front-products_actions .custom-checkbox_text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.23em;
}
.ngpc-front-products_actions .custom-checkbox_label {
    margin-bottom: 0;
}

.ngpc-front-products_categories .list-elems-item {
    padding-right: 0;
}
.ngpc-front-products_categories .list-elems-item:nth-last-child(1) .ngpc-front-products_category {
    margin-right: 0;
}
.ngpc-front-products_categories .ngpc-front-products_category {
    margin-bottom: 1em;
}
.ngpc-front-products_categories .ngpc-front-products_category-name {
    white-space: nowrap;
}
.ngpc-front-products_item .grade-stars.small-stars {
    min-width: 6em;
}

.product-miniature .ngpc-box-product.ngpc-block-loader:before,
.product-miniature .product-miniature_block-action_btn.ngpc-block-loader:before {
    border-radius: 100%;
}


@media(min-width: 992px) {
    .ngpc-front-products_categories .list-elems-block{
        flex-wrap: wrap;
    }
}

@media(max-width: 992px) {
    .ngpc-front-products_header-title {
        margin-bottom: 45px;
    }
    .ngpc-box-product_modal-sub {
        display: none;
    }
}

@media(max-width: 768px) {
    .footer-page-menu .header-indent-right-icon {
        width: 100%;
    }
    .ngpc-box-header {
        padding-left: 0;
    }
}

.ngpc-content-product_list .product-miniature_block-action {
    position: static;
}