@import "./shop-basket.css";
@import "./shop-top.css";
@import "./shop-user.css";
/*@import "./shop-variant.css";*/
/*@import "./shop-store.css";*/
/*@import "./shop-configurator.css";*/

:root {
    --shop-primaryHover: var(--color-secondary);
    --shop-primary: var(--color-primary);
    --shop-primaryText: #fff;
    --shop-secondary: var(--color-secondary);
    --shop-secondaryText: #868686;
    --shop-default: var(--color-default);

    --shop-radius-default: 0;
}


.shop-product-box {
    padding: 13px;
    width: 25%;
}

.asidedPage .shop-product-box{
    width: 33.3333%;
}

.search-group .shop-product-box {
    width: 25%;
}

.shop-product-list {
    margin: -13px;
    display: flex;
    flex-wrap: wrap;
}

.shop-product-list .alert {
    width: 100%;
    margin: 13px;
}

.product-slider {
    margin: -13px;
    display: flex;
}

.product-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.15);
    transition: all .2s linear;
    background-color: #fff;
    position: relative;
}

@media screen and (min-width: 1140px) {
    .product-container:hover {
        border-color: rgba(0, 0, 0, 0.1);
        box-shadow: 3px 4px 7.3px 0px rgba(0, 0, 0, 0.25);
    }
}

.product-link {
    position: absolute;
    inset: 0;
}

.price-from {
    font-size: 12px;
}

.product-labels {
    display: flex;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1;
}

.product-label {
    padding: 20px 9px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    width: 48px;
    min-height: 120px;
    text-align: center;
    background-color: transparent !important;
    background: url('../../../images/label-left-bg.webp') no-repeat center / cover;
    writing-mode: vertical-lr;
}

.product-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-bottom {
    padding: var(--space-25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-square {
    position: relative;
    z-index: 1;
}

.product-content {
    padding: 0 var(--space-25);
    padding-bottom: calc(var(--space-25) - 3px);
    position: relative;
    margin-bottom: auto;
}

.product-text {
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 1.7333;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    color: var(--color-primary);
}

.shop-product-box .product-image {
    padding: var(--space-25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.product-image img {
    display: block;
    max-width: 100%;
}

.shop-product-box .price-net .icon {
    width: 14px;
    height: 14px;
    color: #000;
    margin-top: 2px;
    margin-left: 6px;
    position: relative;
    top: 1px;
}

.shop-product-view-top {
    display: flex;
    margin-top: calc(var(--space-50) + 5px);
    margin-bottom: var(--space-60);
}

.product-photo {
    width: 34%;
    position: relative;
}

.shop-product-view-top-content {
    width: 66%;
    padding-left: calc(4 * var(--space-50) + var(--space-40));
}

.shop-product-view-top-header {
    display: flex;
    align-items: center;
    margin-bottom: var(--space-50);
}

.shop-product-view-top-logo {
    margin-right: calc(var(--space-50) - 5px);
    max-width: 126px;
}

.shop-product-view-top-logo img {
    display: block;
    max-width: 100%;
}

.shop-product-view-bottom .section-title-sm {
    margin-bottom: calc(var(--space-40) - 3px);
}

.shop-product-view-top-content .section-title {
    background: var(--gradient-primary);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1.2px;
}

.shop-product-view-top-content .text {
    margin-bottom: var(--space-40);
}

.product-photo .product-labels {
    position: absolute;
    top: 0;
    justify-content: flex-end;
    right: 0;
}

.product-photo .product-label {
    padding: 4px 20px;
    padding-top: 6px;
    font-size: 16px;
    min-height: initial;
    height: 48px;
    width: initial;
    background-color: transparent !important;
    background: url('../../../images/label-bg.webp') no-repeat center / cover;
    writing-mode: initial;
}

.shop-product-info-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    color: var(--color-primary);
    letter-spacing: 0.48px;
    margin-bottom: 16px;
}

.shop-product-info {
    margin-bottom: var(--space-50);
    width: 65%;
    display: flex;
    flex-wrap: wrap;
}

.shop-product-info-item {
    width: 50%;
    display: flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.48px;
    color: var(--color-primary);
    font-weight: 400;
    line-height: 2;
}

.shop-product-info-item:before {
    content: '';
    display: block;
    background: url('../../../images/icons/check.svg') no-repeat center / cover;;
    width: 14px;
    height: 14px;
    margin-right: 15px;
}

.shop-product-offer-box-inner {
    padding: 3px;
    background: var(--gradient-primary);
    border-radius: 15px;
}

.shop-product-offer-box-main {
    padding: calc(var(--space-25) + 5px) var(--space-40);
    padding-right: var(--space-50);
    display: flex;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    background-color: #fff;
}

.shop-product-price .price-box {
    display: flex;
    flex-direction: column-reverse;
}

.shop-product-price .price-net .price {
    font-size: var(--font-36);
    font-weight: 800;
    line-height: 1;
}

.shop-product-price .price-net .price.price-old {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
    margin-top: 10px;
}

.shop-product-offer-box-main .shop-product-history-price-before-discount {
    color: var(--color-primary);
    margin-top: 3px;
    font-weight: 300;
    font-size: 12px;
    max-width: 200px;
}

.shop-product-price .price-gross .price:not(.price-old) {
    font-size: var(--font-36);
    font-weight: 700;
    color: var(--color-primary);
}

.shop-product-price .price-gross .price.price-old{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: -8px;
    color: var(--color-primary);
}

.shop-product-price .price-net .price .caption {
    font-size: 14px;
    font-weight: 300;
}

.shop-product-offer-box-main-right {
    width: 42%;
    margin-top: -12px;
}

.shop-product-offer-box-main-left {
    width: 58%;
}

.btn-basket .icon {
    flex-shrink: 0;
}

.btn-lg.btn-basket {
    font-size: 14px;
    font-weight: 700;
}

.btn-gradient.btn-basket{
    color: #fff;
}

.btn-gradient.btn-basket:before{
    opacity: 0;
}

@media screen and (min-width: 1140px){
    .btn-gradient.btn-basket:hover {
        color: var(--color-primary);
    }

    .btn-gradient.btn-basket:hover:before{
        opacity: 1;
    }
}

.shop-product-offer-box-main-right .shop-quantity-box {
    width: 100%;
}

.shop-product-offer-box-bottom {
    background-color: #fff;
    padding: calc(var(--space-25) - 5px) var(--space-40);
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.shop-product-offer-box-bottom-item-icon{
    flex-shrink: 0;
}

.shop-product-offer-box-bottom-item:first-of-type{
    width: 58%;
}

.shop-product-offer-box-bottom-item:last-of-type {
    width: 42%;
}

.shop-product-offer-box-bottom-item {
    font-size: 13px;
    color: var(--color-primary);
    line-height: 18px;
    display: flex;
    gap: 9px;
}

.shop-product-offer-box-bottom-item .icon svg path{
    fill: var(--gradient-primary) !important;
}

.product-photo .product-slider {
    margin: 0;
}

.product-photo .product-slide-image,
.product-photo .product-slide-inside {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-nav-slider .product-slide-image{
    padding: 5px;
}

.product-photo .product-nav-slider .product-slide-inside{
    border: 2px solid transparent;
    transition: all .2s linear;
    border-radius: 10px;
}

.product-photo .product-nav-slider .product-slide.swiper-slide-thumb-active .product-slide-inside{
    border-color: var(--color-secondary);
}

@media screen and (min-width: 1140px){
    .product-photo .product-nav-slider .product-slide:hover .product-slide-inside{
        border-color: var(--color-secondary);
    }
}

.product-photo .product-slide-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.shop-product-view-bottom {
    margin-bottom: calc(2 * var(--space-60));
}

.shop-product-view-bottom .text {
    margin-bottom: calc(2 * var(--space-50));
}

.shop-product-view-bottom .section-mainIcons {
    margin-bottom: calc(2 * var(--space-60));
}

.shop-itemsTotalPrice-gross {
    font-size: 15px;
    letter-spacing: 0.45px;
    font-weight: 600;
    color: var(--color-primary);
}

.product-nav-slider {
    padding-top: 20px;
}

.product-nav-slider {
    width: calc(100% + 12px);
    margin: -6px;
    display: flex;
}

.product-nav-slider .product-slide {
    padding: 6px;
    width: 33.3333%;
    height: unset;
    aspect-ratio: 1;
}

.shop-product-slider .shop-product-list .slick-list {
    width: 100%;
}

.shop-product-offer-box{
    margin-bottom: var(--space-50);
}

.toggle-section {
    margin-bottom: calc(var(--space-40) / 2 );
}

.toggle-item-header {
    padding: 15px 0;
    font-size: 16px;
    color: var(--color-primary);
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
}

.toggle-item-header i {
    transition: transform 0.3s;
}

.toggle-item-header.active i {
    transform: rotate(180deg);
}

.toggle-item-content {
    display: none;
    padding: var(--space-40) 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.toggle-item-content.text ul > li {
    left: 20px;
    padding-right: 20px;
}


/** LOGIN **/
.login-box .panel {
    border-radius: var(--shop-radius-default);
    margin-bottom: 0;
}

.login-box .panel-heading {
    padding: 12px 15px;
    margin: 0;
    color: var(--shop-primary);
    background: #f6f6f6;
    font-weight: 700;
    border-radius: var(--shop-radius-default) var(--shop-radius-default) 0 0;
}

.login-box .panel-heading h1,
.login-box .panel-heading h2 {
    padding: 0;
    margin: 0;
    /*font-size: 20px;*/
}

.login-box .panel-body {
    position: relative;
}

.login-info-content {
    padding: 0 8.33333333%;
}

.login-info-content .text-base {
    padding-bottom: 61px;
}

.login-info-content .btn-base {
    position: absolute;
    right: calc(8.33333333% + 15px);
    bottom: 15px;
}

.password-reset-info .panel-heading {
    border-bottom: none;
}

.userpanel-container .userpanel-title {
    font-size: var(--font-36);
    padding-bottom: 19px;
    font-weight: 900;
}

.userpanel-container .breadcrumb-container {
    margin: 20px 0 8px;
}

/**
 * Search results
 */

.search-group {
    margin: var(--space-40) 0;
}

.search-group-heading {
    margin-bottom: var(--space-25);
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-group-heading-title {
    font-size: var(--font-36);
    font-weight: 700;
    padding-right: var(--space-50);
    flex-shrink: 0;
}

.search-group-heading-main .search-group-heading-title {
    font-size: var(--font-40);
}

.search-boxes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin: -5px;
}

.search-box {
    padding: 5px;
}

.shop-option-preview {
    position: absolute;
}

.shop-option-preview-container {
    padding: 10px;
    background: #fff;
    border: #d0d0d0;
    border: 1px solid var(--color-default);
    float: left;
}

.shop-option-preview-image,
.shop-option-preview-image img {
    float: left;
}

.shop-option-preview-square {
    height: 26px;
    width: 26px;
    display: inline-block;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex-shrink: 0;
    margin-right: var(--space-25);
}

.shop-option-preview-trigger {
    width: 100%;
}

.modal-wide .modal-dialog {
    width: 1000px;
    margin: 30px auto;
}

/*invoice*/
.invoice-address-fieldset .form-element-label-wrapper .form-element-name {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    font-weight: bold;
    color: var(--shop-primary);
    background: #f6f6f6;
    margin: 0;
    border-radius: var(--shop-radius-default) var(--shop-radius-default) 0 0;
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    border-bottom-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.invoice-address-fieldset .panel {
    border-radius: 0 0 var(--shop-radius-default) var(--shop-radius-default);
}

/*zgody*/
.consent-row .glyphicon {
    display: none !important;
}

hr.my-4 {
    border-top: 1px solid #d5d5d5;
}

.account-form-container {
    margin-top: 20px;
}

.renew-payment-form {
    margin-top: 60px;
}


/* Filers - tags */
.shop-filters-tags {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.shop-filters-tags-reset {
    float: left;
    margin-right: 10px;
}

.shop-filters-tags-reset i {
    font-size: 10px;
}

.shop-filter-tag {
    font-size: 13px;
    float: left;
    margin-right: 20px;
}

.shop-filter-tag label {
    padding-right: 5px;
}

.shop-filter-tag button {
    margin-left: 2px;
    margin-right: 2px;
}

.shop-filter-tag button:hover span {
    text-decoration: line-through;
}

.shop-filter-tag .btn {
    margin-bottom: 6px;
}

.shop-filter-tag .btn i {
    margin-top: -2px;
    font-size: 10px;
    padding-left: 8px;
}

.shop-product-history-price-before-discount {
    font-size: 11px;
    font-weight: 400;
    color: #fff;
}

.shop-product-variant-table-row .shop-product-history-price-before-discount {
    margin-bottom: 0;
    max-width: 120px;
    display: inline-block;
    line-height: 11px;
}

.order-form .fixed-offset .row {
    display: block;
}

.basket-view-bottom .row {
    display: block;
}

.shop-add-to-basket-configurator .has-feedback .form-control {
    padding-right: 16px;
}

.shop-add-to-basket-configurator .glyphicon {
    display: none !important;
}

.shop-add-to-basket .btn.btn-lg {
    font-weight: 600;
    font-size: 14px;
    width: 100%;
}

.product-bottom .price-gross {
    display: flex;
    align-items: center;
    gap: 16px;
}