.container {
    max-width: 1600px;
}
.container.container-1300px {
    max-width: 1300px;
}
.container.container-1400px {
    max-width: 1400px;
}
.container.container-1450px {
    max-width: 1450px;
}
.container.container-1500px {
    max-width: 1500px;
}
.row {
    /* --bs-gutter-x: var(--row-gutter-space); */
    /* --bs-gutter-x: var(--gutter-space); */
}
.row-small-gutter {
    --bs-gutter-x: 0.2rem;
    width: calc(100% + calc(var(--bs-gutter-x) * 1.5));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-1 * var(--bs-gutter-x));
}
.module-product-blocks:last-of-type {
    padding-bottom: 0px;
}
.btn-primary {
    color: var(--text-black);
    background-color: #fbc926;
    border-color: #fbc926;
}
.btn-primary:hover {
    color: #000;
    fill: #fbc926;
    background-color: #ffffff;
    border-color: #fbc926;
}
.btn-default {
    border: 1px solid var(--blue);
    min-width: 40px;
}
.btn-default:hover {
    color: #000000;
    fill: #000000;
    background-color: #eeeeee;
    border-color: #eeeeee;
}
.btn-white {
    border: 1px solid var(--blue);
    background-color: var(--white-background);
}
.btn-white:hover {
    color: var(--text-white); 
    fill: var(--text-white);
    background-color: var(--red-background);
    border-color: var(--red-background);
}
.alert.alert-dismissible .close, 
.alert.alert-danger.alert-dismissible button.close, 
.alert.alert-warning.alert-dismissible button.close {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 4px 4px;
    line-height: 0.8;
    background-color: var(--blue-background);
    color: var(--text-white);
    border: 1px solid var(--blue-background);
}
.alert.alert-dismissible .close:hover, 
.alert.alert-danger.alert-dismissible button.close:hover, 
.alert.alert-warning.alert-dismissible button.close:hover {
    background-color: var(--red-background);
    color: var(--text-white);
}
#product-search .product-sort .input-group .input-group-text {
    background-color: var(--body-background);
    border-color: var(--body-background);
}
.breadcrumb a {
    color: #777777;
    font-size: 13px;
}
.breadcrumb a:hover {
    color: var(--text-red);
}
.breadcrumb > li:last-of-type:after {
    display: none;
}

.itx-filter {
    margin-top: 10px;
}
.itx-filter-title {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    font-family: 'DIN Pro';
    font-size: 32px;
    font-weight: 400;
    /* text-transform: uppercase; */
    position: relative;
    margin-bottom: var(--gutter-space);
}
.itx-filter-slider-label {
    margin-bottom: 5px;
}
.itx-filter-box {
    border-radius: 10px;
    overflow: hidden;
}
#product-category h1.page-header {
    font-size: 32px;
    font-weight: 400;
    margin-top: 16px;
}

.not-homepage #content .row .category-box-container, 
.not-homepage #content .row .product-box-container {
    width: 25%;
    padding: 0 7px;
}
.not-homepage .row #content .row:last-of-type .col-sm-6.text-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
#column-left.show-menu {
    overflow-x: visible;
}
.not-homepage #column-left .container {
    padding: 0px var(--gutter-space);
}

/* fix the scroll effect on pages where the right side is smaller than the left side */
#account-forgotten #content .transition-element, 
#checkout-cart #content .transition-element, 
#information-information .transition-element {
    min-height: 100%;
}
#information-information.itx-css-inf-3 .transition-element, 
#information-information.itx-css-inf-5 .transition-element {
    min-height: auto;
}
/* end fix the scroll effect on pages where the right side is smaller than the left side */

.noScroll {
    overflow: hidden !important;
}

.show-on-mobile-menu-item {
    display: none !important;
}

@media only screen and ( max-width: 1366px ) {
    .not-homepage #content .row .category-box-container, 
    .not-homepage #content .row .product-box-container {
        width: 25%;
    }
}

@media only screen and ( max-width: 1110px ) {
    #account-register .background-card .image-container {
        display: none !important;
    }
    #account-register .background-card .form-container {
        max-width: 100%;
    }
}

@media only screen and ( max-width: 1024px ) {
    .not-homepage #content .row .category-box-container, 
    .not-homepage #content .row .product-box-container {
        width: 33.333333333%;
    }
}

@media only screen and ( max-width: 767px ) {
    .not-homepage #content .row .category-box-container, 
    .not-homepage #content .row .product-box-container {
        width: 50%;
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: 5px;
    }
    .not-homepage #content .row .category-box-container:nth-of-type(2n), 
    .not-homepage #content .row .product-box-container:nth-of-type(2n) {  
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: 5px;
    }
    .product-box {
        margin-bottom: 1rem;
    }
    .not-homepage .row #content .row:last-of-type .col-sm-6.text-left, 
    .not-homepage .row #content .row:last-of-type .col-sm-6.text-right {
        width: 100%;
    }

    .background-card .background-card-content {
        padding: 40px 20px;
    }
    .background-card .image-container {
        display: none !important;
    }
    .background-card .form-container {
        max-width: 100%;
    }
}

@media only screen and ( max-width: 575px ) {
    .background-card .background-card-content {
        padding: 30px 0px;
    }
    .input-captcha-basic-col {
        margin-bottom: 5px;
    }
    .register-box.background-card .form-container form .form-content .captcha-container .form-group label {
        top: 18px;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
    .register-box.background-card .form-container form .form-content .captcha-container .form-group.completedInput label {
        top: -8px;
    }
    #register-form .checkbox-inline {
        font-size: 14px;
    }
}

@media only screen and ( max-width: 479px ) {
    .hide-under-480 {
        display: none;
    }
    .btn-primary.btn-categories-open {
        display: none !important;
    }
    .show-on-mobile-menu-item {
        display: block !important;
    }

    /* .not-homepage #content .row .category-box-container, 
    .not-homepage #content .row .product-box-container {
        width: 100%;
    } */
}

