/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#search_filters .facet .facet-label a {
    white-space: unset !important;
    text-overflow: unset !important;
}

#search_filters .facet .facet-label .custom-checkbox {
    top: -2px !important;
}

.ap5-attribute-list ul.ap5-color-to-pick-list li.selected a {
    border: 2px solid #414141;
}

.product-variants-list>.product-variants-list-item li {
    margin-right: .625rem;
}

.product-variants-list>.product-variants-list-item .color {
    margin-left: 0;
    margin-top: 0;
}

.ap5-attribute-list ul.ap5-color-to-pick-list li a {
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.footer_payment {
    margin-top: -4px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.footer_payment img {
    max-width: 100%;
    height: auto;
    opacity: 0.6;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: .2s ease-in-out all;
    -o-transition: .2s ease-in-out all;
    transition: .2s ease-in-out all;
}

.footer_payment a:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#idTabProductShipping thead {
    background: #f6f6f6;
}

#idTabProductShipping td,
#idTabProductShipping th {
    border: 1px solid #bfbfbf;
    padding: 6px 8px;
}




/*Question*/

.schema-faq-code {
    margin-top: 25px;
}

.question {
    position: relative;
    background: #f9f9f9;
    margin: 0;
    padding: 10px 10px 10px 50px;
    display: block;
    width: 100%;
    cursor: pointer;
    text-align: left;
}

/*Answer*/
.answers {
    padding: 0px 15px;
    margin: 5px 0;
    width: 100% !important;
    height: 0;
    overflow: hidden;
    z-index: 999;
    position: relative;
    opacity: 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.questions:checked~.answers {
    height: auto;
    opacity: 1;
    padding: 15px;

}

/*FAQ Toggle*/
.plus {
    position: absolute;
    margin-left: 10px;
    z-index: 5;
    font-size: 2em;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;

}

.questions:checked~.plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

}

.questions {
    display: none;

}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    padding-bottom: 10px;
}



.galeria {
    width: 100%;
    float: right;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.galeria a {
    width: calc(100% / 4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.galeria img {
    object-fit: contain;
    width: 100%;
}


@media(max-width: 768px) {
    .galeria a {
        display: block;
        width: calc(100% / 2)
    }

    .galeria img {
        width: 100% !important;
    }

}

#products .products,
.featured-products .products,
.product-accessories .products,
.product-miniature .products {
    display: flex;
}

.product-additional-info #negotiations {
    margin: 0 !important;
    padding: 0 !important;
}

.product-additional-info .negotiationModalBtn {
    display: none !important;
}

/*ComputerSoft - start*/
.custom-checkbox input[type="checkbox"]+span {
    margin-top: 0.1875rem;
}

.custom-checkbox input:required+span::before {
    content: '*';
    color: red;
    position: absolute;
    top: 0;
    left: -0.5rem;
    z-index: 1;
}

#carousel .img-fluid {
    margin: 0 auto;
    display: block;
}

#carousel .slider-title {
    display: none !important;
}

#order-confirmation #registration-form {
    width: 100%;
}

#order-details {
    padding: 0 10px;
    margin: 1.5rem 0 0 0;
}

.product-flag.out_of_stock {
    display: none !important;
}

.module-x13saleoffers-offer .x13saleoffersHeader {
    border-radius: 0.625rem;
}

.module-x13saleoffers-offer .x13saleoffersProduct {
    border-radius: 0.625rem;
    overflow: hidden;
}

.module-x13saleoffers-offer .x13saleoffersHeader .x13saleoffersCounter__timer .x13saleoffersCounter__elem {
    border-radius: 0.375rem;
}

@media(min-width: 768px) {
    .x13saleoffersBoxes .x13saleoffersBoxes__elem:first-child {
        border-radius: 0.625rem 0 0 0.625rem;
    }

    .x13saleoffersBoxes .x13saleoffersBoxes__elem:last-child {
        border-radius: 0 0.625rem 0.625rem 0;
    }
}

@media(min-width: 576px) and (max-width: 767px) {
    .x13saleoffersBoxes .x13saleoffersBoxes__elem:nth-child(1) {
        border-radius: 0.625rem 0 0 0;
    }

    .x13saleoffersBoxes .x13saleoffersBoxes__elem:nth-child(2) {
        border-radius: 0 0.625rem 0 0;
    }

    .x13saleoffersBoxes .x13saleoffersBoxes__elem:nth-child(3) {
        border-radius: 0 0 0 0.625rem;
    }

    .x13saleoffersBoxes .x13saleoffersBoxes__elem:nth-child(4) {
        border-radius: 0 0 0.625rem 0;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    #carousel .slider-img {
        background-size: contain;
        padding-top: 30%;
    }
}

@media(max-width: 575px) {
    .x13saleoffersBoxes .x13saleoffersBoxes__elem:nth-child(1) {
        border-radius: 0.625rem 0.625rem 0 0;
    }

    .x13saleoffersBoxes .x13saleoffersBoxes__elem:nth-child(4) {
        border-radius: 0 0 0.625rem 0.625rem;
    }
}

/*ComputerSoft - end*/






/*.product-description img {
        width: auto;
      }*/

body#category .product-description img,
body#category .product-description iframe {
    height: auto;
    max-width: 100%;
}


.product-description iframe {
    width: 100%;
    aspect-ratio: 16/9;
}


@media(min-width: 769px) {
    .product-description iframe {
        width: 100%;
        aspect-ratio: 16/9;
        max-width: 65%;
        margin: 0 auto;
        display: flex;
    }
}

.fb_reset#fb-root {
    position: absolute;
}

/* SUPERCHECKOUT START */
#confirmCheckout #button-coupon {
    height: 38px !important;
    padding: 0 10px !important;
}

#module-supercheckout-supercheckout .shopping-cart-description .kblabel {
    display: none;
}

@media(max-width: 768px) {
    #columnleft-3 {
        display: contents;
    }
}


[id$="_190"]+label .supercheckout-shipping-small-title {
    display: none;
}

#module-supercheckout-supercheckout .shopping-cart-description .kblabel {
    display: none;
}

#module-supercheckout-supercheckout #payment_lbl_328 {
    display: inline-flex;
    align-items: center;
}

#module-supercheckout-supercheckout .payment-icon-custom {
    width: 70px;
    background-size: contain;
    height: 38px;
    background-repeat: no-repeat;
    display: block;
    margin-right: 5px;
}

#module-supercheckout-supercheckout #payment-option-2-container .payment-icon-payment-option-2  {
    background-image: url("/themes/aquatechnika/assets/img/blik.png");
}

#module-supercheckout-supercheckout #payment-option-2-container #payment_lbl_328 img  {
    display: none;
}

#module-supercheckout-supercheckout #payment-option-3-container .payment-icon-payment-option-3  {
    background-image: url("/themes/aquatechnika/assets/img/imoje.png");
}

#module-supercheckout-supercheckout #payment-option-3-container #payment_lbl_328 img  {
    display: none;
}

#module-supercheckout-supercheckout #payment-option-4-container .payment-icon-payment-option-4 {
    background-image: url("/themes/aquatechnika/assets/img/imojeplacepozniej.png");
}

#module-supercheckout-supercheckout #payment-option-4-container #payment_lbl_328 img  {
    display: none;
}

#module-supercheckout-supercheckout #payment-option-5-container .payment-icon-payment-option-5 {
    background-image: url("/themes/aquatechnika/assets/img/imojekarty.png");
}

#module-supercheckout-supercheckout #payment-option-5-container #payment_lbl_328 img  {
    display: none;
}

#module-supercheckout-supercheckout #payment-option-6-container .payment-icon-payment-option-6 {
    background-image: url("/themes/aquatechnika/assets/img/imoje.png");
}

#module-supercheckout-supercheckout #payment-option-6-container #payment_lbl_328 img  {
    display: none;
}

#module-supercheckout-supercheckout #payment-icon-328+img {
    display: none;
}

#x13recieptorinvoice-invoice label,
#x13recieptorinvoice-reciept label {
    width: fit-content;
}

#x13recieptorinvoice-invoice label>img,
#x13recieptorinvoice-reciept label>img {
    margin-right: 3px;
}

#x13recieptorinvoice-reciept,
#x13recieptorinvoice-invoice {
    display: inline-flex;
    align-items: center;
}

.x13recieptorinvoice .custom-radio {
    min-width: 20px;
}

@media (max-width: 768px) {
    .x13recieptorinvoice {
        display: grid;
    }
}

.form-group label[for="shipping_address[postcode]"] {
    font-size: 14px !important;
}

/* SUPERCHECKOUT END */
@media (max-width: 768px) {
    .fixed-cart {
        padding-bottom: 4rem;
    }
}

#iqitmegamenu-horizontal {
    background: linear-gradient(270deg, rgb(0, 137, 220) 0%, rgb(24, 89, 155) 0%, rgb(36, 99, 153) 0%, rgb(9, 158, 219) 100%);
}

.language_selector__list {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: .5rem;
}

.language_selector__img {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50rem;
    object-fit: cover;
    border: 1px solid #e5e5e5;
    transition: box-shadow .3s ease;
}

.language_selector__img:hover {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

img {
    max-width: 100%;
    height: auto;
}

.dih-cat-item {
    width: 33%;
    border: 1px solid #e5e5e5;
}
.dih-cat-name {
    color: #3c3c3c;
    overflow-wrap: break-word;
    margin-bottom: 15px;
}

.category_block_container {
    display: none;
}
@media (max-width: 991px) {
    .category_block_container {
        display: block;
  }
}

.block_newsletter_row_left .authorised_block_inner {
    background-position-x: center;
}

@media (max-width: 991px) and (min-width: 768px) {
    .block_newsletter_row_left .authorised_block_inner {
        background-size: 70%;
    }
}

@media (max-width: 767px) {
    .block_newsletter_row_left .authorised_block_inner {
        background-size: 100% !important;
    }
}

.ts-container {
    margin: 0 10px;
}

body #products .thumbnail-container,
body .featured-products .thumbnail-container,
body .product-accessories .thumbnail-container,
body .product-miniature .thumbnail-container {
    min-height: auto !important;
}