@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: 6px;
}

.product-slider-discount {
    margin: -12px;
}

.shop-product-list{
    margin: -20px -12px;
    padding-bottom: var(--space-60);
    display: flex;
    flex-wrap: wrap;
}

.shop-product-list .alert {
    width: 100%;
    margin: var(--space-25);
}

.sort-section .form-element-container{
    display: flex;
    align-items: center;
    gap: calc(var(--space-25) + 5px);
}

.shop-sort-inner{
    margin-bottom: var(--space-40);
    display: flex;
    justify-content: flex-end;
}

.shop-product-box {
    padding: 20px 12px;
    height: initial;
    width: 20%;
}

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

.product-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.shop-store-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    padding: 0;
    border: 0;
    background: transparent !important;
    box-shadow: none !important;
}

 .shop-store-btn svg {
    width: 26px;
    height: 26px;
}

.shop-store-btn:hover .icon svg path,
 .shop-store-btn.active .icon svg path{
    fill: var(--color-primary);
    stroke:var(--shop-primary)!important;
}


.shop-store-btn svg path {
    stroke-width: 1.2px;
    transition: all 0.3s;
    fill: #fff;
}

.product-labels {
    position: absolute;
    top: 0;
    left: 10px;
    display: flex;
    gap: 6px;
    z-index: 1;
    pointer-events: none;
}

.product-label {
    writing-mode: vertical-lr;
    font-family: "Red Hat Display";
    transform: rotate(-180deg);
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    padding: 8px 5px;
    border-radius: 5px 5px 0px 0px;
}

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

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

.shop-product-box .product-image {
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s;
    border-radius: 10px;
    margin-bottom: 15px;
    aspect-ratio: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.shop-product-box .product-image::before{
    content: '';
    display: block;
    padding-top: 100%;
}

.product-image-inner{
    position: absolute;
    inset: 0;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 1140px){
    .product-container:hover .product-image {
        border-color: var(--color-primary);
    }
}

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

.product-price .price:not(.price-old){
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.product-price .price-gross,
.product-price .price-net{
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-bottom: 5px;
}

.product-price .price.price-old{
    font-size: 14px;
    line-height: 1.7142;
}

.product-content{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-title{
    font-size: 14px;
    line-height: 1.7142;
}

.product-availability{
    font-size: 14px;
    line-height: 1.7142;
    text-transform: uppercase;
}

.product-availability.available {
    color: #008933;
}

.product-content-bottom{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.product-code {
    font-size: 14px;
    line-height: 1.7142;
    color: #9D9D9D;
}

.section-discountGroup{
    padding-top: var(--space-50);
    padding-bottom: calc(var(--space-60) + 10px);
}

.discount-group-aboveBanner{
    border-top: 1px solid rgba(0,0,0,0.1);
}

.product-price .icon{
    width: 15px;
    height: 15px;
    z-index: 3;
    position: relative;
    margin-left: 5px;
}

.product-price .icon svg circle{
    fill: #000;
}

.product-price .caption {
    font-size: 14px;
}

.shop-product-top{
    display: flex;
    padding-bottom: var(--space-50);
    margin-bottom: var(--space-50);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-photo {
    width: 50%;
    padding-right: calc(var(--space-50) + 5px);
    position: relative;
}

.shop-product-top-right{
    width: 50%;
    display: flex;
    flex-direction: column;
}

.shop-product-top-right-inner {
    padding-left: calc(var(--space-50) + 5px);
    border-left: 1px solid rgba(0,0,0,0.1);
    flex-grow: 1;
}

.product-slide-inside{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--space-25);
}

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

.product-slide-image {
    display: block;
}

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

.shop-product-top-right .section-title {
    margin-bottom: calc(var(--space-40) - 10px);
    padding-left: calc(var(--space-50) + 5px);
}

.product-slider-wrapper{
    position: relative;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.product-slider-wrapper .arrows .btn:first-of-type{
    margin-left: unset;
}
.product-slider-wrapper .arrows .btn{
    pointer-events: auto;
}
.product-slider-wrapper .arrows {
    position: absolute;
    top: 50%;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    left: 20px;
    right: 20px;
    z-index: 9;
}

.params-table{
    width: 100%;
    margin-bottom: var(--space-60);
}

.params-table td {
    line-height: 1.5;
    font-size: 16px;
    padding: 12px 20px;
    border: 1px solid rgba(0,0,0,0.1);
}

.params-table tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.05);
}

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

.shop-product-view-description .section-title{
    margin-bottom: 33px;
}

.section-title-sm{
    font-size: max(var(--font-24), 21px);
    line-height: 1;
    font-family: "Noto Serif", serif;
    margin-bottom: var(--space-50);
}

.shop-product-view-bottom-right .product-slide-inside {
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    height: initial;
}

.shop-product-view-bottom-left{
    width: 50%;
    padding-right: var(--space-50);
}

.shop-product-view-bottom-right{
    width: 50%;
    padding-left: var(--space-60);
}

.minAmountPerOrder{

}

/*.shop-product-view .main-bananer{*/
/*    margin-bottom: calc(var(--space-60) + 10px);*/
/*}*/
.shop-product-offer-box-bottom{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.shop-product-top-right .product-availability{
    font-size: 16px;
    font-family: "Noto Serif", serif;
    line-height: 1;
    margin-bottom: 16px;
    text-transform: initial;
}

.product-info-text{
    font-size: 16px !important;
    font-family: "Noto Serif", serif;
    line-height: 1.35 !important;
    margin-bottom: 16px;
    text-transform: initial;
    margin-top: 20px;
}

.contact-form .text.form-teaser{
    color: #fff;
    margin-bottom: calc(var(--space-60) - 5px);
}

.shop-quantity-discount table {
    width: 100%;
    margin-top: var(--space-50);
    margin-bottom: var(--space-40);
}

.shop-quantity-discount table td,
.shop-quantity-discount table th {
    padding: 10px 15px;
}

.shop-quantity-discount table th {
    font-size: calc(var(--font-24) - 3px);
    line-height: 1;
    font-family: "Noto Serif", serif;
    font-weight: 400;
}

.shop-quantity-discount table tr:nth-child(odd) {
    background-color: rgba(0,0,0,0.03);
}

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

.login-box .panel-heading {
    padding: 12px 15px;
    margin: 0;
    color: #000;
    background: #EEE;
    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;
    text-transform: uppercase;
    font-weight: 600;
    /*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: calc(var(--font-36) + 4px);
    font-weight: 400;
    font-family: "Noto Serif", 'serif';
    padding-bottom: calc(var(--space-60) - 5px);
}


/**
 * 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: 16px;
    line-height: 26px;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    background: #EEE;
    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;
}