
.product-sort {
    margin-bottom: 30px;
}
.product-sort .input-group .input-group-text {
    border-radius: 0px;
    background-color: #ffffff;
    border-color: #ffffff;
}

.alert.alert-danger.alert-dismissible button.close {
    background: none;
    border: none;
    padding: 5px 10px;
}
.category-box-container {
    
}
.category-box-container .category-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
    background-color: #F9FAFB;
}
.category-box-container .category-box .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: var(--black-color);
    margin-bottom: 5px;
    padding-top: 10px;
    padding: 5px 5px;
}


/* BgdTeo */
.not-homepage #column-left .module.module-mozaiq {
    margin: 0px;
}
.not-homepage #column-left .module.module-mozaiq .mozaiq-item-with-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 10px 0px;
}
.not-homepage #column-left .module.module-mozaiq .mozaiq-item-with-background .caption {
    opacity: 1;
    background: transparent;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
}
.not-homepage #column-left .module.module-mozaiq .mozaiq-item-with-background .caption .caption-inner {
    position: relative;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    white-space: normal;
}
.not-homepage #column-left .container-itx-categories + .container .module.module-mozaiq .mozaiq-item-with-background .caption .caption-inner, 
.not-homepage #column-left .itx-filter + .container .module.module-mozaiq .mozaiq-item-with-background .caption .caption-inner {
    top: 80%;
    left: 0%;
    -webkit-transform: translate(0%, -80%);
    -moz-transform: translate(0%, -80%);
    -o-transform: translate(0%, -80%);
    transform: translate(0%, -80%);
}
.not-homepage #column-left .module.module-mozaiq .mozaiq-item-with-background .caption .title {
    font-family: 'DIN Pro';
    font-weight: bold;
    /* font-size: 40px; */
    font-size: 32px;
    text-transform: uppercase;
    text-shadow: var(--var-shadow-text);
    line-height: 1.2;
}
.not-homepage #column-left .module.module-mozaiq .mozaiq-item-with-background .caption .subtitle {
    font-family: 'DIN Pro';
    font-weight: bold;
    /* font-size: 24px; */
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 15px;
}
.not-homepage #column-left .module.module-mozaiq .mozaiq-item-with-background .caption .caption-inner .btn.btn-default {
    font-family: 'DIN Pro';
    font-weight: bold;
    position: relative;
    color: var(--text-white);
    font-size: 18px;
    background-color: var(--blue-background);
    padding: 10px 50px 10px 30px;
    border-radius: 25px;
    border: 1px solid;
    border-color: var(--text-white);
    margin-top: 15px;
}
.not-homepage #column-left .module.module-mozaiq .mozaiq-item-with-background .caption .caption-inner .btn.btn-default:after {
    content: '\f054';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border: 2px solid;
    width: 30px;
    height: 30px;
    line-height: 1.1;
    font-size: 20px;
    border-radius: 100%;
    color: var(--text-orange);
    border-color: var(--text-orange);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.not-homepage #column-left .module.module-mozaiq .mozaiq-item-with-background .caption .caption-inner .btn.btn-default:hover {
    color: var(--text-blue);
    /* border-color: var(--text-blue); */
    background-color: var(--orange-background);
}
.not-homepage #column-left .module.module-mozaiq .mozaiq-item-with-background .caption .caption-inner .btn.btn-default:hover:after {
    color: var(--text-blue);
    border-color: var(--text-blue);
}
.not-homepage #column-left .container:last-of-type .module.module-mozaiq .mozaiq-item-with-background {
    margin-bottom: 0px;
}

.landing-bnr-wrap {
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.landing-bnr-item {
    position: relative;
    display: block;
}
.landing-bnr-item img {
    border-radius: 6px;
}

@media only screen and ( max-width: 1199px ) {
    .not-homepage #column-left .module.module-mozaiq .mozaiq-item-with-background .caption .title {
        font-size: 28px;
    }
    .not-homepage #column-left .module.module-mozaiq .mozaiq-item-with-background .caption .subtitle {
        font-size: 18px;
    }
    .not-homepage #column-left .module.module-mozaiq .mozaiq-item-with-background .caption .caption-inner .btn.btn-default {
        font-size: 14px;
    }
}

@media only screen and ( max-width: 991px ) {
    .not-homepage #column-left .container.itx-banner-row-container {
        padding: 0px;
        display: none;
    }
    .landing-bnr-wrap {
        flex-wrap: wrap;
    }
}
/* end BgdTeo */