@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: var(--space-25);
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.product-container {
    width: 100%;
    height: 100%;
    display: block;
}

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

.product-bottom-container{
    display: flex;
    justify-content: center;
    margin-top: var(--space-40);
}

.shop-product .product-column.quantity-column{
    padding-bottom: var(--space-40);
}

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

.login-box .panel-heading {
    padding: 12px 15px;
    margin: 0;
    color: var(--color-primary);
    background: #f5f5f5;
    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);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-group-heading-title {
    font-size: var(--font-24);
    color: var(--color-primary);
    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: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.shop-option-preview-trigger {
    width: 100%;
    display: flex;
    align-items: center;
}

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

.add-to-basket.btn-lg{
    gap: calc(var(--space-25) - 5px);
    letter-spacing: 0.7px;
    padding: 5px calc(var(--space-40) - 4px);
    font-weight: 300;
}

.add-to-basket.btn-lg .icon{
    width: 22px;
    height: 22px;
}

/*invoice*/
.invoice-address-fieldset .form-element-label-wrapper .form-element-name {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    font-weight: bold;
    color: var(--color-primary);
    background: #f5f5f5;
    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);
}

@media screen and (min-width: 1140px){
    .form-element-copy-btn .copy-delivery-data:hover{
        background-color: #fff !important;
        border-color: #fff !important;
        color: var(--color-primary);
    }
}

/*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: var(--color-primary);
    margin-bottom: 20px;
    letter-spacing: -0.2px;
}

.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;
}


/* product view */

.column-header {
    margin-bottom: var(--space-25);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.column-title {
    font-size: var(--font-24);
    font-weight: 700;
    color: var(--color-secondary);
}

.time-left {
    flex-shrink: 0;
    font-size: var(--font-24);
    font-weight: 700;
    color: var(--color-secondary);
}

.shipment-column {
    background-color: #F5F5F5;
}

.shop-product .product-column {
    padding: 80px var(--space-50) calc(var(--space-50) + var(--space-25));
    position: relative;
}

.quantity-table {
    width: 100%;
}

.quantity-table td, .quantity-table th {
    padding: 10px 12px;
}

.quantity-table th {
    background-color: #efefef;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.quantity-table tr{
    position: relative;
}

.quantity-table .iradio_minimal-custom::before{
    content: '';
    position: absolute;
    inset: 0;
    top: -1px;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: border-color 0.3s;
}

.quantity-table .iradio_minimal-custom.checked::before{
    border-color: #000;
}

.quantity-table tr:hover .iradio_minimal-custom::before{
    border-color: #000;
}

.quantity-table .iradio_minimal-custom{
    position: static !important;
}

.quantity-table td{
    font-size: 14px;
    padding: 12px;
    font-weight: 400;
}

.quantity-table td:first-of-type{
    width: 24%;
}

.quantity-table td:nth-child(2){
    width: 30%;
}

.quantity-table td:nth-child(3){
    width: 46%;
}

.toggle-bottom {
    display: none;
}

.toggle-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.toggle-title {
    color: var(--color-primary);
    font-size: 18px;
    padding-right: 10px;
    font-weight: 700;
    transition: color 0.3s;
}

.toggle-row {
    border-top: 1px solid #000;
}

.toggle-top {
    padding: 20px 0;
    cursor: pointer;
}

.toggle-row.active .toggle-title{
    color: var(--color-secondary);
}

.toggle-row.active .btn{
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #fff;
}

@media screen and (min-width: 1140px){
    .toggle-top:hover .toggle-title {
        color: var(--color-secondary);
    }

    .toggle-top:hover .btn {
        background-color: var(--color-secondary);
        border-color: var(--color-secondary);
        color: #fff;
    }
}

.toggle-row.active .btn-toggle .icon {
    transform: rotate(180deg);
}

.product-slide a {
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.product-view-photos .product-slider{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.product-view-photos .product-slider .product-slide-inside{
    border: none;
}

.product-slide-inside {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    transition: border-color 300ms;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.product-nav-slider .product-slide-inside {
    padding: 10px;
}

.product-slide-inside:hover .product-photo-hover {
    opacity: 1;
}

.product-slide-inside:hover {
    border-color: var(--color-secondary);
}

.product-nav-slider {
    margin-top: 10px;
}

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

.product-photo {
    position: relative;
}

.product-photo-hover {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: opacity 300ms;
    opacity: 0;
}

.product-photo-hover .icon-wrapper {
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-photo-hover .icon-loupe {
    width: 8px;
    height: 8px;
    display: block;
    background-color: #fff !important;
}

.product-slider .product-photo-hover .icon-wrapper {
    height: 50px;
    width: 50px;
}

.product-slider .product-photo-hover .icon-loupe {
    width: 16px;
    height: 16px;
}

.product-photo {
    margin-bottom: var(--space-60);
}

.toggle-bottom .row-wrapper {
    margin-top: var(--space-25);
    padding-top: var(--space-25);
    border-top: 1px solid #000;
}

.shop-product-params-table tr td {
    border: none !important;
    line-height: 1.714;
    padding: 0 !important;
    font-size: 14px;
}

.shop-product-params-table .shop-product-param-label {
    font-weight: 600;
}

.manual-download {
    display: flex;
    padding-top: var(--space-25);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: var(--space-40);
    justify-content: space-between;
}

.manual-list {
    width: 345px;

}

.manual-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.manual-list .btn {
    gap: 5px;
    min-width: unset;
}

.download-title {
    padding-right: 10px;
    font-size: 14px;
}

.shop-product-price {
    font-weight: 700;
    font-size: calc(var(--font-30) + 2px);
    color: #000;
}

.info-column .text table, .info-column .text table tr td, .info-column .text table tr th, .info-column .text tr {
    border: none;
    background-color: transparent !important;
}
.info-column .text{
    font-size: 14px;
}

.row-no-margin {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
}

.btns-row {
    gap: 10px;
    flex-wrap: wrap;
}

.login-box form{
    display: flex;
    flex-direction: column;
}

.login-box .btn {
    margin: 0 auto;
}

.match-inner .btn {
    margin: 0 auto;
}

