.ctn-preloader{
    display: none;
}
/* img{
	width: 100%;
	object-fit: contain;
} */
.main__logo--link img{
    width: 200px;
}
.header__search--box{
    width: 550px;
}
.header__account .header__account--items{
    margin: 0 8px;
}
.categories__menu--items .categories__menu--link img{
    display: inline-block;
    width: 36px;
    padding-right: 15px;
}
.header__section .offcanvas__stikcy--toolbar__icon{
    width: 100%;
}
.header__section .language__currency .language__currency--list .account__currency--link .currency__link--icon{
    width: 16px;
}
.header__section .main__header .main_header--custom_navbar .offcanvas__account--currency__submenu{
    left: 0;
    bottom: unset;
}
.header__section .main__header .main_header--custom_navbar .offcanvas__dropdown--language{
    right: 0;
    bottom: unset;
}
.header__section .main__header .main_header--custom_navbar .offcanvas__account--currency,
.header__section .main__header .main_header--custom_navbar .language__currency--list{
    display: none;
}
.header__section .main__header .main_header--custom_navbar .offcanvas__account--currency img{
    width: 16px;
}
.header__section .language__items .language__text{
    white-space: nowrap;
}
.offcanvas__stikcy--toolbar__btn:hover .offcanvas__stikcy--toolbar__icon{
    background-color: unset;
}
.section__heading--maintitle,
.cart__table--header__list{
    text-transform: unset;
}
.cart__summary .cart__summary--footer .primary__btn{
    font-size: 1.2rem;
}
.cart__table--body__list{
    white-space: nowrap;
}
.shop__header{
    display: none !important;
}
.checkout__content--step .checkout__no--delivery{
    display: none;
}
.checkout__total .checkout__total--delivery{
    display: none;
}
.payment__history--list{
    margin-right: 5rem;
}
.payment__history--list .checkout__checkbox--label{
    margin-top: 5px;
}
.slider__maintitle--inner__text{
    margin-top: 15px;
    font-size: 2rem;
    text-decoration: none;
}
.brand--section .brand--list ul{
    margin-bottom: 30px;
}
.brand--section .brand--list ul li{
    display: inline-block;
    margin-right: 5px;
}
.brand--section .brand--list ul li a{
    display: inline-block;
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    padding: 1rem 1.5rem;
    font-size: 16px;
    line-height: 1.5;
    border-radius: .5rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.brand--section .brand--list ul li a:hover{
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.brand--section .brand--list .brand--content .brand--content--list{
    padding: 20px 0;
    border-bottom: 1px solid #dee2e6;
}
.brand--section .brand--list .brand--content .brand--content--list h2{
    margin-bottom: 10px;
}
.section__shipping--address{
    padding: 0;
}
.old__price{
    text-decoration: line-through;
}
.account__left--sidebar{
    width: 100%;
    padding: 0 0 30px 0;
    margin: 0;
    border-right: none;
}
.account__left--sidebar .account__menu{
    display: flex;
    width: 100%;
    overflow-x: auto;
}
.account__left--sidebar .account__menu .account__menu--list{
    flex: 1;
    background-color: #f7f7f7;
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
    white-space: nowrap;
}
.account__wrapper{
    width: 100%;
}
.account__wrapper .account-address{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
}
.account__wrapper .account-address .address-item .account__details p{
    margin: 0;
}
.account__wrapper .account-address .address-item .account__details--footer{
    margin-top: 1.5rem;
}
.account__wrapper .order-detail-table table th,
.account__wrapper .order-detail-table table td{
    padding: 1rem;
}
.account__wrapper .order-detail-table .order-detail-table-action a{
    margin-right: 10px;
}
.account__wrapper .order-detail-table .order-detail-table-action a:last-child{
    margin-right: 0;
}
.widget__area  .single__widget{
    margin-bottom: 2rem;
}
.widget__area  .single__widget .widget__categories--menu .widget__categories--menu--has--dropdown>a:before{
    position: absolute;
    left: 85%;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 18px;
}
.widget__area  .single__widget .widget__categories--menu .widget__categories--menu--has--dropdown>a.open:before{
    position: absolute;
    left: 85%;
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 18px;
}
.widget__area  .single__widget .widget__categories--menu li{
    padding: .5rem 1rem;
    line-height: 2rem;
    font-size: 1.5rem;
}
.widget__area  .single__widget .widget__categories--menu>li{
    border: 1px solid var(--border-color);
    padding: 1rem 1.7rem;
}
.widget__area  .single__widget .widget__categories--menu li a{
    display: flex;
    align-items: center;
}
.widget__area  .single__widget .widget__categories--menu li a img{
    width: 2rem;
    margin-right: 10px;
}
.widget__area  .single__widget .widget__categories--menu li .widget__categories--menu--dropdown{
    padding-top: 5px;
}
.widget__area  .single__widget .widget__categories--menu .widget__categories--menu--dropdown{
    display: none;
}
.widget__area  .single__widget .widget__categories--menu .widget__categories--menu--dropdown.active{
    display: block;
}
.widget__area  .single__widget .widget__form--check{
    padding-right: 10px;
}
.widget__area  .single__widget .widget__form--check::-webkit-scrollbar {
    width: 10px;
}
.widget__area  .single__widget .widget__form--check::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.widget__area  .single__widget .widget__form--check::-webkit-scrollbar-thumb {
    background: #888; 
}
.widget__area  .single__widget .widget__form--check::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.widget__area  .single__widget.price__filter{
    margin: 0;
    padding: 1rem;
}
.widget__area .single__widget.price__filter button{
    width: 100%;
}
.product__card .product__card--thumbnail__img{
    height: 150px;
}
.product__details--media .product__media--nav__items--img{
    height: 50px;
}
.quickview__info .request--now__btn{
    line-height: 3.5rem;
    height: 3.5rem;
    margin-left: 60px;
    padding: 0 1.5rem;
    border-radius: 2.4rem;
    background: var(--secondary-color);
    color: var(--text-white-color);
}
.quickview__info .request--now__btn:hover{
    background: var(--primary-color);
    color: var(--text-white-color);
}
.contact__info .contact__info--items .contact__info--icon{
    width: 30px;
    margin: 0;
    padding: 0;
}
.contact__info .contact__info--items .contact__info--icon i{
    font-size: 18px;
}
.footer__section{
    padding-top: 4rem;
}
.footer__section .newsletter__area{
    padding-bottom: 4rem;
}
.footer__section .footer__bottom .footer__logo .footer__logo--link img{
    width: 200px;
}
.footer__section .footer__bottom .copyright__content{
    margin-bottom: 0;
}
.minicart__button .primary__btn{
    padding: 0px 10px;
}
.cart__remove--btn{
    min-width: 3rem;
}
div.dataTables_wrapper div.dataTables_filter label{
    text-align: right;
}
.select2-container--bootstrap4 .selection{
    width: 100%;
}
.select2-container--bootstrap4 .select2-selection--single{
    height: 4.8rem !important;
    padding: 0 .5rem;
}
.select2-container--bootstrap4 .select2-selection--single,
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered{
    line-height: 4.8rem;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    margin-top: 10px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-link{
    padding: 0.75rem 1.25rem;
}
.page-link,
.page-link:hover{
    color: #ed1d24;
}
.page-link:hover,
.page-link:focus{
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}
.page-link:focus{
    box-shadow: unset;
}
.page-item.active .page-link{
    background-color: #ed1d24;
    border-color: #ed1d24;
}
.pagination__wrapper .pagination__list a{
    width: 4rem;
    height: 4rem;
    line-height: 3.8rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    background: var(--body-background-color);
}
.pagination__wrapper .pagination__list a:hover{
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--text-white-color);
}
.pagination__wrapper .pagination__list .pagination__item--current{
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--text-white-color);
}
.toast{
    opacity: 1 !important;
}
.toast .toast-message{
    font-size: 12px;
    font-weight: bold;
}
.g-recaptcha{
	margin: 10px 0;
}
.alert{
    margin-top: 15px;
}
.alert p{
    margin: 0;
}
@media only screen and (max-width: 1200px){
    .product__section .product__card .product__card--thumbnail__img{
        height: 120px;
    }
    .shop__section .product__card .product__card--thumbnail__img{
        height: 100px;
    }
    .product__media--nav__items{
        padding: 0.6rem;
    }
    .product__details--media .product__media--nav__items--img{
        height: 34px;
    }
}
@media only screen and (max-width: 991px){
    .header__section .main__header .main_header--custom_navbar{
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
        gap: 1rem;
    }
    .header__section .main__header .main_header--custom_navbar .offcanvas__account--currency,
    .header__section .main__header .main_header--custom_navbar .language__currency--list{
        display: block;
    }
    .header__section .main__header .main__header--inner{
        gap: 0;
    }
    .shop__header{
        display: flex !important;
    }
    .account__left--sidebar{
        border-bottom: unset;
    }
    .account__wrapper .account-address{
        grid-template-columns: 1fr 1fr;
    }
    .shop__section .product__card .product__card--thumbnail__img{
        height: 120px;
    }
    .product__details--media .product__media--nav__items--img{
        height: 28px;
    }
}
@media only screen and (max-width: 767px){
    .cart__table--body__list .cart__thumbnail{
        min-width: 8rem;
    }
    .product__section .product__card .product__card--thumbnail__img{
        height: 150px;
    }
    .shop__section .product__card .product__card--thumbnail__img{
        height: 150px;
    }
    div.dataTables_wrapper div.dataTables_length label,
    div.dataTables_wrapper div.dataTables_filter label{
        text-align: center;
    }
    .product__details--media .product__media--nav__items--img{
        height: 60px;
    }
}
@media only screen and (max-width: 600px){
    .product__section .product__card .product__card--thumbnail__img{
        height: 125px;
    }
    .shop__section .product__card .product__card--thumbnail__img{
        height: 125px;
    }
    .product__media--nav__items{
        padding: 0.4rem;
    }
    .product__details--media .product__media--nav__items--img{
        height: 55px;
    }
}
@media only screen and (max-width: 480px){
    .header__section .main__header .main_header--custom_navbar .offcanvas__account--currency img{
        width: 12px;
    }
    .offcanvas__account--currency .offcanvas__account--currency__menu span{
        font-size: 12px;
    }
    .language__currency--list .offcanvas__language--switcher span{
        font-size: 12px;
    }
    .account__wrapper .account-address{
        grid-template-columns: 1fr;
    }
    .product__section .product__card .product__card--thumbnail__img{
        height: 260px;
    }
    .shop__section .product__card .product__card--thumbnail__img{
        height: 260px;
    }
}
@media only screen and (max-width: 400px){
    .product__section .product__card .product__card--thumbnail__img{
        height: 200px;
    }
    .shop__section .product__card .product__card--thumbnail__img{
        height: 200px;
    }
    .product__details--media .product__media--nav__items--img{
        height: 40px;
    }
}
@media only screen and (max-width: 350px){
    .product__section .product__card .product__card--thumbnail__img{
        height: 170px;
    }
    .shop__section .product__card .product__card--thumbnail__img{
        height: 170px;
    }
    .product__details--media .product__media--nav__items--img{
        height: 34px;
    }
}
@media only screen and (min-width: 1200px){
    .hero__slider--items {
        height: 400px !important;
    }
}
@media only screen and (min-width: 768px){
    .breadcrumb__bg {
        padding: 2rem 0;
    }
    .select2 .select2-container--bootstrap4 .select2-selection--single,
    .select2 .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered{
        line-height: 5.2rem;
    }
}
