img{
	width: 100%;
	object-fit: contain;
}
.main__logo--link img{
    width: 250px;
}
.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;
}
.language__currency.style4 .language__switcher{
    color: var(--secondary-color);
}
.dropdown__language{
    left: 0;
    right: auto;
    width: auto;
    min-width: 100px;
    margin-top: 5px !important;
}
.header__section .main__header .main_header--custom_navbar .offcanvas__dropdown--language{
    right: 0;
    bottom: unset;
}
.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;
}
.header__sticky.sticky{
    padding: 10px 0;
}
.header__sticky.sticky .language__currency.header__sticky--none {
    display: none!important;
}
.header__bottom--inner__style3{
    padding: 0;
}
.header__section .navigation{
    display: flex;
}
.header__section .navigation>li{
	padding: 10px 0;
}
.header__section .navigation>li>a{
	padding: 15px 15px 15px 0;
}
.header__section .navigation li a{
	font-weight: 500;
    text-transform: unset;
    white-space: nowrap;
}
.header__section .navigation li ul{
    position: absolute;
    left: 100%;
    top: -1px;
    min-width: 150px;
    padding: 0;
    z-index: 100;
    display: none;
    visibility: hidden;
    background: var(--secondary-color);
    opacity: 0;
    border: 1px solid rgba(0,0,0,.2);
}
.header__section .navigation>li>ul{
	left: 0;
	top: 100%;
}
.header__section .navigation li:hover>ul{
	display: block;
    opacity: 1;
    visibility: visible;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.header__section .navigation li ul li a{
    position: relative;
    display: block;
    padding: 10px 20px 10px 5px;
    line-height: 18px;
    font-weight: 500;
    font-size: 14px;
    text-transform: unset;
    color: #fff;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.offcanvas__header .offcanvas__logo_link img{
    width: 200px;
}
.offcanvas__header .language__currency--list{
    text-align: right;
}
.offcanvas__header .offcanvas__dropdown--language.active{
    top: 20px;
    right: 0;
}
.offcanvas__header .offcanvas__menu .navigation{
    display: block;
}
.offcanvas__header .offcanvas__menu .navigation .submenu{
	display: none;
}
.offcanvas__header .offcanvas__menu ul li a {
    background: 0 0;
    color: var(--secondary-color) !important;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    border-top: 1px solid rgba(255,255,255,.3);
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding: 10px 15px 10px 20px !important;
    position: relative;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.offcanvas__header .offcanvas__menu ul li a .custom-compressor{
	display: none;
}
.offcanvas__header .offcanvas__menu ul li a.deactive{
	border: none;
}
.offcanvas__header .offcanvas__menu ul li a.deactive .custom-compressor{
	display: block;
}
.offcanvas__header .offcanvas__menu ul li a.deactive span,
.offcanvas__header .offcanvas__menu ul li a.deactive .custom-expander{
	display: none;
}
.offcanvas__header .offcanvas__menu ul li a span{
	display: inline-block;
	width: 85%;
}
.offcanvas__header .offcanvas__menu ul li a .custom-expander{
	background: none;
	color: var(--secondary-color);
	border: 1px solid rgba(255,255,255,0.80);
	padding: 0;
	font-size: 18px;
	border-radius: 0px;
	position: absolute;
	top: 3px;
	right: 20px;
	outline: none;
}
.offcanvas__header .offcanvas__menu ul li a .custom-compressor{
	display: none;
	background: none;
	color: var(--secondary-color);
	border: 1px solid rgba(255,255,255,0.80);
	padding: 0;
	font-size: 18px;
	border-radius: 0px;
	position: absolute;
	top: -10px;
    left: 20px;
	outline: none;
}
.offcanvas__header .offcanvas__menu ul li ul{
    position: static;
    background: unset;
    border: unset;
}
.offcanvas__filter--sidebar{
    height:100%;
}
.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;
}
.slider__subtitle.style4{
    font-size: 28px;
    font-weight: bold;
}
.slider__maintitle.style4{
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 2px;
}
.categories__card:hover{
    background: var(--bg-offwhite-color);
}
.categories__card:hover .categories__title,
.categories__card:hover .categories__subtitle{
    color: var(--secondary-color);
}
.categories__card .categories__card--link img{
    height: 100px;
}
.tab__btn--wrapper .tab__btn--item .tab__btn--link:hover,
.tab__btn--wrapper .tab__btn--item .tab__btn--link.active{
    text-decoration: none;
}
.shop__header{
    display: none !important;
}
.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;
}
.product__card--action{
    bottom: 40%;
}
.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__main--wrapper .request--now__btn{
    background: var(--secondary-color);
    color: var(--text-white-color);
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin-right: 15px;
    border-radius: 50%;
}
.quickview__main--wrapper .request--now__btn:hover{
    background: var(--primary-color);
    color: var(--text-white-color);
}
.quickview__main--wrapper .quickview__info .product__details--info__title{
    margin-top: 30px;
}
.product__details--info .request--now__btn{
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
}
.contact__info .contact__info--items .contact__info--icon{
    padding: 0;
    margin-right: 1rem;
}
.contact__info .contact__info--items .contact__info--icon i{
    font-size: 18px;
}
.contact__info--content__desc,
.contact__info--content__desc a{
    font-size: 18px;
}
.contact__info--content__desc a:hover{
    color: #fff;
}
.footer__section{
    padding-top: 4rem;
}
.footer__section .newsletter__area{
    padding-bottom: 4rem;
}
.footer__section .footer__bottom .footer__logo .footer__logo--link img{
    width: 150px;
}
.footer__section .footer__bottom .copyright__content{
    margin-bottom: 0;
}
.footer__section .footer__bottom .footer__application a img{
    width: 100px;
}
.whatsapp-widget{
    position: fixed;
    bottom: 15%;
    right: 20px;
    background-color: #25D366;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    z-index: 1;
}
.error__content--title{
    text-transform: unset;
}
.minicart__button .primary__btn{
    padding: 0px 10px;
}
.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;
}
.toast .toast-message p{
    font-size: 14px;
    margin-bottom: 0;
}
.g-recaptcha{
	margin: 10px 0;
}
.alert{
    margin-top: 15px;
}
.alert p{
    margin: 0;
}
@media only screen and (max-width: 1200px){
    .header__section .navigation>li>a{
		padding: 5px 15px;
		font-size: 14px;
	}
    .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 .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;
    }
    .product__media--view__icon{
        top: 1rem;
        left: 1rem;
    }
    .whatsapp-widget{
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-radius: 5px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}
@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;
    }
    .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){
    .language__currency--list .offcanvas__language--switcher span{
        font-size: 12px;
    }
    .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;
    }
}