body {
	font-family: 'Karla', sans-serif; /*{body-font-family}*/;
	color: #1D1D1D /*{body-font-colour}*/;
}

a, .btn-link{
	color: #333333 /*{link-text-colour}*/;
}
a:hover, a:active, a:focus, .btn-link:hover{
	color: #999999 /*{link-text-hover-colour}*/;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Karla', sans-serif; /*{headers-font-family}*/;
	color: #333 /*{headers-colour}*/;
}
.text-family-secondary {
	font-family: 'Roboto Mono', monospace; /*{secondary-font-family}*/;
}
.text-color-secondary {
	color: #6c757d /*{secondary-font-colour}*/;
}

/* Secondary button */
.btn-outline-secondary, .btn-default {
	color: #333 /*{buttons | btn-default-text-colour}*/;
	background-color: #fff /*{buttons | btn-default-background-colour}*/;
	border-color: #ccc /*{buttons | btn-default-border-colour}*/;
}
.btn-outline-secondary:hover, .btn-default:hover{
	color: #333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary.disabled, .btn-default:disabled {
	color: #333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle,
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
	color: #333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
/* Primary button */
.btn-primary {
	color: #fff /*{buttons | btn-primary-text-colour}*/;
	background-color: #1D1D1D /*{buttons | btn-primary-background-colour}*/;
	border-color: #1D1D1D /*{buttons | btn-primary-border-colour}*/;
}
.btn-primary:hover {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #333333 /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #333333 /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color:  #444444 /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #444444  /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #444444 /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #444444  /*{buttons | btn-primary-border-colour-hover}*/;
}
/* Warning button */
.btn-warning {
	color: #fff /*{buttons | btn-warning-text-colour}*/;
	background-color: #ffc107 /*{buttons | btn-warning-background-colour}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour}*/;
}
.btn-warning:hover {
	color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
.btn-warning.disabled, .btn-warning:disabled {
	color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color:  #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
	color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
/* Danger button */
.btn-danger {
	color: #fff /*{buttons | btn-danger-text-colour}*/;
	background-color: #dc3545 /*{buttons | btn-danger-background-colour}*/;
	border-color: #dc3545 /*{buttons | btn-danger-border-colour}*/;
}
.btn-danger:hover {
	color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color:  #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
	color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
/* Success button */
.btn-success {
	color: #fff /*{buttons | btn-success-text-colour}*/;
	background-color: #1D1D1D /*{buttons | btn-success-background-colour}*/;
	border-color: #1D1D1D /*{buttons | btn-success-border-colour}*/;
}
.btn-success:hover {
	color: #fff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #2D2D2D /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #2D2D2D /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success.disabled, .btn-success:disabled {
	color: #fff /*{buttons | btn-success-text-colour-hover}*/;
	background-color:  #2D2D2D /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #2D2D2D /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: #fff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #2D2D2D /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #2D2D2D /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #2D2D2D;
    border-color: #2D2D2D;
    box-shadow: none;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow:none;
}

/* Info button */
.btn-info {
	color: #333333 /*{buttons | btn-info-text-colour}*/;
	background-color: #FFFFFF /*{buttons | btn-info-background-colour}*/;
	border-color: #333333 /*{buttons | btn-info-border-colour}*/;
}
.btn-info:hover {
	color: #333333 /*{buttons | btn-info-text-colour-hover}*/;
	background-color: #FFFFFF /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #333333 /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info.disabled, .btn-info:disabled {
	color: #555555 /*{buttons | btn-info-text-colour-hover}*/;
	background-color:  #FFFFFF /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #555555 /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
	color: #333333 /*{buttons | btn-info-text-colour-hover}*/;
	background-color: #FFFFFF /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #333333 /*{buttons | btn-info-border-colour-hover}*/;
}

.btn-info:focus, .btn-info.focus {
	color: #333333;
	background-color: #FFFFFF;
	border-color: #333333;
	box-shadow: none;
  }

/* Pagination */
.pagination .page-link{
	color: #333333 /*{pagination-text-colour}*/;
	border-color: #333333 /*{pagination-text-colour}*/;
}
.pagination .page-link:hover,
.pagination .page-link:focus{
	color: #333333 /*{pagination-text-colour-hover}*/;
	border-color: #333333 /*{pagination-text-colour-hover}*/;
}
.pagination .active .page-link,
.pagination .active .page-link:hover,
.pagination .active .page-link:focus {
	color: #333333 /*{pagination-text-colour-active}*/;
	border-color: #333333 /*{pagination-text-colour-active}*/;
}

/* Badges */
.badge-secondary {
	color: #1D1D1D /*{label-default-text-colour}*/;;
	background-color: #ebebeb /*{label-default-bg}*/;
}
.badge-primary {
	color: #006ff5 /*{label-primary-text-colour}*/;;
	background-color: rgb(0 111 245, 0.1) /*{label-primary-bg}*/;
}
.badge-success {
	color: #13b37f /*{label-success-text-colour}*/;
    background-color: rgba(19, 179, 127, 0.1) /*{label-success-bg}*/;
}
.badge-info {
	color:#FFFFFF /*{label-info-text-colour}*/;
	background-color: #4337ff /*{label-info-bg}*/;
}
.badge-warning {
	color: #e8a60d /*{label-warning-text-colour}*/;
    background-color: rgba(232, 166, 13, 0.1) /*{label-warning-bg}*/;
}
.badge-danger {
	color: #e45588 /*{label-danger-text-colour}*/;
    background-color: rgba(228, 85, 136, 0.1) /*{label-danger-bg}*/;
}

/* Alerts */
.alert-primary {
	color: rgba(0,0,0,1) /*{alert-primary-text-colour}*/;
	background-color: rgba(0,0,0,0.1)  /*{alert-primary-bg-colour}*/;
	border-color: rgba(0,0,0,1)  /*{alert-primary-border-colour}*/;
}
.alert-primary .close {
	color: rgba(0,0,0,1)  /*{alert-primary-text-colour}*/;
}
.alert-success {
	color: rgba(19,179,127,1) /*{alert-success-text-colour}*/;
	background-color: rgba(19,179,127,0.1) /*{alert-success-bg-colour}*/;
	border-color: rgba(19,179,127,1) /*{alert-success-border-colour}*/;
}
.alert-success .close {
	color: rgba(19,179,127,1) /*{alert-success-text-colour}*/;
}
.alert-warning {
	color: rgba(232,166,13,1) /*{alert-warning-text-colour}*/;
	background-color: rgba(232,166,13,0.1) /*{alert-warning-bg-colour}*/;
	border-color: rgba(232,166,13,1) /*{alert-warning-border-colour}*/;
}
.alert-warning .close {
	color: rgba(232,166,13,1) /*{alert-warning-text-colour}*/;
}
.alert-danger {
	color: rgba(228,85,136,1) /*{alert-danger-text-colour}*/;
	background-color: rgba(228,85,136,0.1) /*{alert-danger-bg-colour}*/;
	border-color: rgba(228,85,136,1) /*{alert-danger-border-colour}*/;
}
.alert-danger .close {
	color: rgba(228,85,136,1) /*{alert-danger-text-colour}*/;
}
.alert-info {
	color: rgba(17,160,230,1) /*{alert-info-text-colour}*/;
	background-color: rgba(17,160,230,0.1) /*{alert-info-bg-colour}*/;
	border-color: rgba(17,160,230,1) /*{alert-info-border-colour}*/;
}
.alert-info .close {
	color: rgba(17,160,230,1) /*{alert-info-text-colour}*/;
}
  
/* Header */
.wrapper-header:after {
	background-color:#1D1D1D /*{navbar-default-bg-colour}*/; 
}
.wrapper-header:hover:after {
	background-color:#1D1D1D /*{navbar-default-bg-colour}*/; 
}
.display-header {
	background-color: #1D1D1D /*{navbar-default-bg-colour}*/;
}

/* Header Desktop */
.header-menu-item, .header-menu-item a {
	color:#FFFFFF /*{navbar-default-text-colour}*/;
}
.header-menu-item:hover, .header-menu-item:active, .header-menu-item:focus,
.header-menu-item a:hover, .header-menu-item a:active , .header-menu-item a:focus {
	color:#FFFFFF /*{navbar-default-text-colour}*/;
}

#menu-btn {
	color:#FFFFFF /*{navbar-default-text-colour}*/;
}
#cart-btn {
	color:#FFFFFF /*{navbar-default-text-colour}*/;
}
#search-btn {
	color:#FFFFFF /*{navbar-default-text-colour}*/;
}

/* Mega Menu */
.mega-menu {
	background-color:#FFFFFF /*{mega-menu-bg-colour}*/;
}
.mega-menu-item {
	color:#1D1D1D /*{mega-menu-primary-text-colour}*/;
}
.mega-menu-item:hover {
	color:#1D1D1D /*{mega-menu-primary-text-colour-hover}*/;
}
.mega-menu-content .lvl-1 .shop-all {
	color:#1D1D1D /*{mega-menu-primary-text-colour}*/;
}
.mega-menu-content .lvl-1 .shop-all:hover {
	color:#1D1D1D /*{mega-menu-primary-text-colour-hover}*/;
}
.mega-menu-content .lvl-1 li {
    border-color: #CCCCCC /*{mega-menu-border-colour}*/;
}
.mega-menu-content .lvl-1 .shop-all {
	color:#1D1D1D /*{mega-menu-primary-text-colour}*/;
}
.wrapper-lvl-2 h3 a {
	color:#1D1D1D /*{mega-menu-primary-text-colour}*/;
}
.mega-menu-list .lvl-2 a {
	color:#1D1D1D /*{mega-menu-primary-text-colour}*/;
}
.mega-menu-list .lvl-3 a {
	color:#999999 /*{mega-menu-secondary-text-colour}*/;
}
.mega-menu .product-thumb-details a {
    color: #333333 /*{mega-menu-primary-text-colour}*/;
}
.mega-menu .product-thumb-price {
    color: #6c757d; /*{mega-menu-secondary-text-colour}*/;
}
.mega-menu .product-thumb-atc .addtocart,
.mega-menu .product-thumb-atc .product-thumb-cart {
    color: #6c757d; /*{mega-menu-secondary-text-colour}*/;
}
.mega-menu .shop-all-cat {
    color:#6c757d /*{mega-menu-secondary-text-colour}*/;
}

/* Footer */
footer {
	background-color:#FFFFFF /*{footer-bg-colour}*/;
	border-color: #DADADA /*{footer-border-colour-top}*/;
}
.form-subscribe {
	border-color: #666666; /*{footer-border-colour-internal}*/;
}
.btn-subscribe {
	color:#000000 /*{footer-primary-text-colour}*/;
}
.footer-below {
	border-color:#DADADA /*{footer-border-colour-internal}*/;
}
footer h1, footer h2, footer h3, footer h4, footer h5 {
	color: #333333 /*{footer-primary-text-colour}*/;
}
footer .footer-menu-item h4 {
	color: #333333 /*{footer-primary-text-colour}*/;
}
.footer-social i {
	color: #333333 /*{footer-primary-text-colour}*/;
}
footer .text-color-secondary {
	color: #6c757d /*{footer-secondary-text-colour}*/;
}
.input-subscribe {
	color: #6c757d /*{footer-secondary-text-colour}*/;
}
.input-subscribe::placeholder {
	color: #6c757d /*{footer-secondary-text-colour}*/;
}

/* Mobile Menu */
#header-menu {
	background-color: #1D1D1D /*{mobile-menu-bg-colour}*/;
}
#menu-close {
	color:#FFFFFF /*{mobile-menu-primary-text-colour}*/;
}
.menu-body ul li a {
	color:#FFFFFF /*{mobile-menu-primary-text-colour}*/;
}
.menu-body ul li {
	border-color: #454545 /*{mobile-menu-border-colour}*/;
}
#main-menu span.collapsed.mob-drop:after {
	color:#FFFFFF /*{mobile-menu-primary-text-colour}*/;
}
#main-menu span.mob-drop:after {
	color:#FFFFFF; /*{mobile-menu-primary-text-colour}*/;
}
.menu-level-wrapper h3 {
	color:#FFFFFF /*{mobile-menu-primary-text-colour}*/;
}
.menu-level-wrapper a {
	color:#FFFFFF /*{mobile-menu-primary-text-colour}*/;
}
.lvl-3-mob a {
	color:#FFFFFF /*{mobile-menu-primary-text-colour}*/;
}

/* Search */
.wrapper-search {
	background-color: #FFFFFF /*{search-bg-colour}*/;
	border-color: #DADADA /*{search-border-colour}*/;
}
.search-input {
	color:#999999 /*{search-text-colour}*/;
}
.search-input::placeholder {
	color:#999999 /*{search-text-colour}*/;
}
  
/* Home Page - Carousel */
.hero-details h1 {
	color: #FFFFFF /*{home-carousel-text-colour}*/;
}
.hero-details h2 {
	color:#FFFFFF /*{home-carousel-text-colour}*/;
}
.hero-cta {
	background-color:#FFFFFF /*{home-carousel-button-bg-colour}*/;
	color:#000000 /*{home-carousel-button-text-colour}*/;
}

/* Home Page - Call To Action */
.wrapper-cta {
	background-color:#FFFFFF /*{home-cta-bg-colour}*/;
}
.home-cta-headline {
	color:#333333 /*{home-cta-primary-text-colour}*/;
}
.home-cta-text {
	color:#6c757d /*{home-cta-secondary-text-colour}*/;
}
.home-cta-btn {
	background-color: #1D1D1D /*{home-cta-button-bg-colour}*/;
	color:#FFFFFF /*{home-cta-button-text-colour}*/;
}

/* Home Page - Featured Adverts */
.wrapper-featured-advert {
	background-color: #1D1D1D /*{home-featured-bg-colour}*/;
}
.featured-advert-details h4 {
	color: #FFFFFF /*{home-featured-text-colour}*/;
}
.featured-advert-details h5 {
	color: #FFFFFF /*{home-featured-text-colour}*/
}

/* Home Page - Main Featured Product */
.wrapper-featured-product-single {
	background-color: #f5f5f5 /*{featured-prod-bg-colour}*/;
}
.wrapper-featured-product-single .product-brand {
	color: #1D1D1D /*{featured-prod-text-primary}*/;
}
.wrapper-featured-product-single .product-title h1 {
	color: #1D1D1D /*{featured-prod-text-primary}*/;
}
.wrapper-featured-product-single .product-price .text-color-secondary {
	color: #1D1D1D /*{featured-prod-text-secondary}*/;
}
.wrapper-featured-product-single .promo-price {
	color: #1D1D1D /*{featured-prod-text-secondary}*/;
}
.wrapper-featured-product-single .product-description {
	color: #555555 /*{featured-prod-text-secondary}*/;
}
.wrapper-featured-product-single .stock-badge {
	color: #1D1D1D /*{featured-prod-text-secondary}*/;
}
.wrapper-featured-product-single .btn-featured-prod {
	background-color: #1D1D1D /*{featured-prod-button-bg-colour}*/;
	border-color: #1D1D1D /*{featured-prod-button-border-colour}*/;
	color: #FFFFFF /*{featured-prod-button-text-hover}*/;
}
.wrapper-featured-product-single .btn-featured-prod:hover {
	background-color: #1D1D1D /*{featured-prod-hov-button-bg-colour}*/;
	border-color:#1D1D1D /*{featured-prod-hov-button-border-colour}*/;
	color: #FFFFFF /*{featured-prod-hov-button-text-colour}*/;
}

/* Home Page - USPs */
.wrapper-home-usp {
	background-color: #EAEAEA /*{home-usp-bg-colour}*/;
}
.wrapper-home-usp h3 {
	color: #1D1D1D /*{home-usp-primary-text-colour}*/;
}
.wrapper-home-usp p {
	color: #1D1D1D /*{home-usp-secondary-text-colour}*/;
}
.usp-icon i {
	color: #1D1D1D /*{home-usp-icon-colour}*/;
}

/* Content Pages */
.wrapper-content-header {
	background-color:#1D1D1D /*{content-header-bg-colour}*/;
}
.content-header-content h1{
	color:#FFFFFF /*{content-header-text-colour}*/;
}
.wrapper-content-details {
	color:#FFFFFF  /*{content-header-text-colour}*/;
}
.content-header-content .breadcrumb .breadcrumb-item a {
    color: #FFFFFF /*{content-header-text-colour}*/;
}
.content-header-content .breadcrumb .breadcrumb-item::before {
    color: #FFFFFF /*{content-header-text-colour}*/;
}
.content-header-content .content-author {
    color: #FFFFFF /*{content-header-text-colour}*/;
}
.content-header-content .content-date {
    color: #FFFFFF /*{content-header-text-colour}*/;
}

/* Product Pages */
.wrapper-product-details .product-brand {
	color: #1D1D1D /*{product-page-primary-text-colour}*/;
}
.wrapper-product-details .product-title h1 {
	color: #1D1D1D /*{product-page-primary-text-colour}*/;
}
.wrapper-product-details .product-price .text-color-secondary {
	color: #6c757d /*{product-page-secondary-text-colour}*/;
}
.wrapper-product-details .product-price {
	color: #1D1D1D /*{product-page-primary-text-colour}*/;
}
.wrapper-product-details .stock-badge {
	color: #1D1D1D /*{product-page-primary-text-colour}*/;
}
.wishlist_toggle span {
	color: #555555 /*{product-page-secondary-text-colour}*/;
}
.product-description {
	color:#555555 /*{product-page-secondary-text-colour}*/;
}
.wrapper-product-information {
    color: #1D1D1D /*{product-page-primary-text-colour}*/;
}
.product-more-info {
    color: #1D1D1D /*{product-page-primary-text-colour}*/;
}
.info-content table {
    color: #333333 /*{product-page-primary-text-colour}*/;
}

/* Product Thumbnails */
.product-thumb-details a {
	color: #333333 /*{product-thumb-primary-text-colour}*/;
}
.product-thumb-details a:hover {
	color: #333333 /*{product-thumb-primary-text-colour}*/;
}
.product-thumb-price {
	color: #6c757d /*{product-thumb-secondary-text-colour}*/;
	font-family: 'Roboto Mono', monospace /*{secondary-font-family}*/;
}
.product-thumb-atc .btn-thumb-atc {
	color: #6c757d /*{product-thumb-secondary-text-colour}*/;
}

.badge-promo {
	background-color: #000000; /* Product Thumbnail Badge Background Colour */
	color: #FFFFFF;  /* Product Thumbnail Badge Text Colour */
}


/*
	gallant-oslo-20240305 styles 
*/


/*
	HEADER MENU LINKS / STICKY HEADER
*/

.wrapper-header {
	min-height: 90px;
	
}

.display-header {
	background-color: rgba(255,255,255,.7); 
}

.wrapper-header:after {
	background-color: rgba(255,255,255,.7); 
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.wrapper-header:hover:after {
	background-color: rgba(255,255,255,.7); 
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.wrapper-header i {
	color: #000 !important;
}

.wrapper-header:hover i  {
	color: #000 !important;
}

.wrapper-header .header-menu-item {
	color: #000 !important;
}
.wrapper-header:hover .header-menu-item {
	color: #000 !important;
}

.header-transparent i  {
	color: #fff !important;
}

.header-transparent .header-menu-item  {
	color: #fff !important;
}




@media (max-width: 990px) {
	.wrapper-header {
		min-height: 75px;
	}

	.header-content-mobile-left i {
		margin-left: 0 !important;
	}
}


/*
	HEADER ACCORDIAN MENU 
*/ 

#header-menu {
	background-color: #366B37;
	padding: 40px 30px;
}

.menu-header ,.menu-body {
	padding: 0;
}

.menu-body {
	position: relative;
	margin-top: 70px;
	height: 900px;
	overflow-y: auto;
}



.filters {
	display: none;
    left: -100%;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    width: 100%;
}


.filters.init {
	display: block;
}

.filters.activeClass {
	opacity: 1;
	top: 0;
	left: 0;
	transition: all 0.3s ease-in-out;
	visibility: visible;
}

.filters--submenu {
	width: 100%;
	background-color: #366B37;
	display: block;
	height: 100% !important;
	left: -100%;
	min-height: auto;
	opacity: 0;
	top: 0;
	transition: all 0.3s ease-in-out;
	z-index: 99;
}

.filters--submenu.activeClass {
	left: 0;
	opacity: 1;
	transition: all 0.3s ease-in-out;
	visibility: visible;
}


.filters__title {
	text-transform: capitalize;
	height: 26px;
	width: 100%;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.filters__title:hover {
	color: rgba(255,255,255,.9);
}


.filters__filter {
	margin-bottom: 15px;
}

.filters__filter:last-child {
	margin-bottom: 0;
}


.filters-header  {
	cursor: pointer;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}



.filters-header i {
	font-size: 14px;
}


/*
	HOMEPAGE HERO BANNER	
*/

.hero-container {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.hero-carousel {
	width: 100% !important;
}

.hero-carousel .slick-dots {
	max-width: 1500px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0 15px;
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
}


.hero-carousel .slick-dots li {
	margin-left: 10px;
	width: 15px;
	height: 15px;
    border: none;
	background-color: rgba(255,255,255,.5);
}


.hero-carousel .slick-dots .slick-active {
	background-color: #fff;
}


.hero-content {
	height: 630px;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 30px;
	display: flex;
	justify-content: start;
	align-items: center;
}


.hero-details {
	position: relative;
	top: 0;
	left: 0;
}



@media (max-width: 990px) {
	.hero-content {
		height: 652px;
		align-items: end;
		padding: 0 15px;
	}

	.hero-details {
		padding-bottom: 35px;
	}


}





/*
	GLOBAL HOMEPAGE STYLES 
*/

.home-title {
	margin: 0;
	text-align: center;
	width: 100%;
	font-weight: 400;
	font-size: 32px;
}

@media (min-width: 990px) {
	.home-title {
		font-size: 45px;
	}
}

.home-subtext {
	margin: 0;
	text-align: center;
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	margin-top: 15px;
}

@media (min-width: 990px) {
	.home-subtext {
		font-size: 16px;
	}
}


.main-btn {
	margin: 30px auto 50px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	width: 152px;
	height: 36px;
	font-weight: 400;
	font-size: 16px;
}


/*
 HOMEPAGE NEW ARRIVALS 
*/


.tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 42px;
	margin: 30px 0 15px 0;
}

.tabs .tab {
	cursor: pointer;
	font-weight: 400;
	font-size: 14px;
	color: #6C757D;
}

.tabs .tab.activeClass {
	text-decoration: underline;
}


.tab-list {
	display: none;
}

.tab-list.activeClass {
	display: block;
}

.products-list {
	margin: 0 15px;
}

/*
 HOMEPAGE COLLECTIONS 
*/ 

.collection-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	grid-template-areas: 'c2 c2 c1' 'c4 c3 c3';
}

.collection-single {
	width: 100%;
	height: 100%;
	position: relative;
}

.collection-single:before {
	content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-color: rgba(0,0,0,0);
	 transition: all .2s ease-in-out;
}

.collection-single:hover:before {
	background-color: rgba(0,0,0,.1);
}

.collection-single .collection-img {
	width: 100%;
	height: 760px;
}

.collection-content {
	position: absolute;
	bottom: 50px;
	left: 25px;
}

.collection-title {
	font-weight: 700;
	font-size: 22px;
	color: #fff;
}

.collection-cta {
	margin: 0;
	padding-top: 5px;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}




@media (max-width: 990px) {
	.collection-wrap {
		display: grid;
		grid-template-columns: 1fr;
		gap: 30px;
		grid-template-areas: 'c1' 'c2' 'c3' 'c4';
	}

	.collection-single .collection-img {
		width: 100%;
		height: 100%;
	}

	.collection-content { 
		bottom: 25px;
		left: 25px;
	}
}

@media (max-width: 500px) { 



	.collection-single .collection-img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
}



.collection-single:nth-child(1) {
	grid-area: c1; 
}

.collection-single:nth-child(2) {
	grid-area: c2; 
}

.collection-single:nth-child(3) {
	grid-area: c3; 
}

.collection-single:nth-child(4) {
	grid-area: c4; 
}


/*
	HOMEPAGE BLOG
*/


.blog-img {
	width: 594px;
	height: 540px;
}

.blog-img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}


.blog-single {
	display: grid;
	grid-template-columns: .5fr 1fr;
	align-items: center;
}


.blog-title {
	font-weight: 400;
	font-size: 45px;
}

.blog-subtext {
	margin: 0;
	padding: 25px 0;
	font-weight: 400;
	font-size: 16px;
}

.blog-content .main-btn {
	margin: 0;
}



@media (max-width: 990px) {
	.blog-single {
		display: grid;
		grid-template-columns: 1fr;
	}

	.blog-content  {
		margin-top: 30px;
	}

	.blog-img {
		width: 100%;
		height: 100%;
	}

	.blog-title {
		font-size: 32px;
	}

	.blog-subtext {
		padding: 35px 0 25px 0;
	}

}


/*
 ABOUT 
*/

.about-content {
	max-width: 80%;
	margin: 0 auto;
} 

.about-subtext {
	margin-top: 25px !important;
	font-weight: 400;
	font-size: 16px;
}

.about-content p {
	margin: 0;
}



@media (max-width: 990px) {
	.about-content {
		max-width: 100%;
		margin: 0 auto;
	} 
}



/*
 FOOTER USPS
*/


.usps {
	background-color: #F2EFE7;
}

.usps__wrap {
	max-width: 1470px;
	margin: 0 auto;
	padding: 70px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.usps__single {
	display: flex;
	justify-content: center;
	align-items:center;
	gap: 30px;
}

.usps-img {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items:center;
}

.usps-img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}


.usps-title {
	font-weight: 400;
	font-size: 18px;
}

.usps-subtext {
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	padding-top: 12px;
}


@media (max-width: 990px) {
	.usps__wrap {
		padding: 70px 15px;
		flex-direction: column;
		align-items: start;
		justify-content: start;
	}

	.usps__single {
		justify-content: start;
		margin-bottom: 40px;
	}

	.usps__single:last-child {
		margin-bottom: 0;
	}

	.usps-img {
		justify-content: start;
	}

}


/*
	NEWSLETTER / FOOTER 
*/

.footer-description {
	font-weight: 400;
	font-size: 14px;
}


.footer-newsletter {
	margin-bottom: 15px;
}

.footer-newsletter h4 {
	font-weight: 500;
	font-size: 16px;
}

.btn-subscribe {
	font-weight: 500;
	font-size: 14px;
} 

.checkbox-text {
	font-weight: 300;
	font-size: 13px;
	color: #6C757D;
}

.checkbox-text a {
	text-decoration: underline;
}


.footer-social svg {
	width: 25px;
	height: 100%; 
}



.footer-social a {
	margin: 0;
	margin-right: 10px;
}
 
.nav-item h4 {
	font-weight: 500;
	font-size: 19px;
}


.footer-menu-mobile .mob-drop {
	font-weight: 600;
	font-size: 16px;
	color: #000;
}

.payment-icon-container {
	filter: grayscale(0) !important;
}

.payment-methods-list {
	margin-bottom: 0;
}

@media (max-width: 990px) {
	.payment-methods {
		width: 100% ;
		max-width: 100%;
		flex: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 25px;
	}

	.payment-methods-list {
		display: flex;
		justify-content: center !important;
		align-items: center;
	}
}


/*
	ABOUT US  PAGE 
*/

/*
	BANNER
*/ 
.about-banner {
	height: 630px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.about-banner__wrap {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-banner__wrap h1 {
	font-weight: 400;
	font-size: 63px;
	color: #fff;
}

@media (max-width: 990px) {
	.about-banner {
		height: 577px;
	}

	.about-banner__wrap h1 {
		font-size: 42px;
	}
}


/*
	TEXT / IMG SECTION / CAROUSEL
*/ 


.info-text {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 100px;
}

.info-text--centered {
	align-items: center;
}

.info-text__content  {
	width: 100%;
}

.info-text__content p {
	font-size: 16px;
	font-weight: 400;
}

.info-text__content h2 {
	font-weight: 400;
	font-size: 45px;
	margin-bottom: 25px;
}

.info-text__img {
	width: 100%;
	height: 400px;
	
}

.info-text__img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}


.info-text__carousel {
	width: 100%;
	overflow: hidden;
	background-color: #F2EFE7;
	height: 230px;
}

.info-text__carousel .slick-arrow {
	font-size: 0;
	position: absolute;
	border: none;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.info-text__carousel .slick-prev {
	left: 0 !important;
}

.info-text__carousel .slick-next {
	right: 0 !important;
}

.info-text__carousel .slick-prev:before {
	content: "<";
	color: #000;
	font-size: 25px;	
	
}

.info-text__carousel .slick-next:after {
	content: ">";
	color: #000;
	font-size: 25px;	
	
}


.info-text__single {
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	font-family: "Sanchez", serif !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	height: 230px;
	padding: 0 93px;
}

.info-text__content--first {
	text-align: left;
}


.info-text__single a {
	font-weight: 500;
	width: 100%;
	display: block;
	text-decoration: underline;
}

.info-text__single a:hover {
	text-decoration: underline;
}

@media (max-width: 990px) {
	.info-text {
		grid-template-columns: 1fr;
		gap: 60px;
	}

	.info-text__content  {
		width: 100%;
	}

	.info-text__content--first {
		text-align: left;
	}
	
	.info-text__content h2 { 
		font-size: 32px;
	}

	.info-text__img {
		width: 100%;
		height: 400px;
	}

	.info-text__img img {
		width: 100%;
	}

	.info-text__single, .info-text__carousel  {
		height: 250px;
	}


	.info-text__carousel .slick-arrow {
		width: 30px;
		height: 30px;
	}

	.info-text__carousel .slick-prev:before, .info-text__carousel .slick-next:after  {
		font-size: 20px !important;
	}
}

@media (max-width: 500px) {
	.info-text__img {
		width: 100%;
		height: auto;
	}

	.info-text__carousel {
		padding: 0 40px;
	}

	.info-text__carousel, 
	.info-text__single{
		height: 280px;
	}

	.info-text__single {
		padding: 0;
	}


}


/*
	ABOUTUS VALUES X4 
*/


.aboutus-values .home-title {
	margin-bottom: 70px;
}


.aboutus-values__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
} 


.aboutus-values__single {
	text-align: center;
}

.aboutus-values__img {
	width: 150px;
	height: 150px;
}

.aboutus-values__img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}


.aboutus-values__text {
	font-weight: 400;
	font-size: 27px;
	margin-top: 30px;
}


@media (max-width: 990px) {

	.aboutus-values__wrap {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 80px;
	}

	.aboutus-values__single {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.aboutus-values__img {
		width: 75px;
		height: 75px;
	}
	

	.aboutus-values__text {
		font-size: 20px;
		margin-top: 20px;
	}
}


/*
	 Info text last 
*/

.info-text--full {
	margin-top: 150px;
	margin-bottom: 100px;


}

.info-text--full__wrap {
	background-color: #F2EBD5;
	height: 590px;
	display: grid;
	grid-template-columns: 1fr 2fr;
	align-items: center;
	gap: 0;
	width: 100%;
}

.info-text--full .info-text__img {
	height: 590px;
}


.info-text--full .info-text__img img {
	height: 100%;
}


.info-text--full .info-text__content {
	padding: 0 60px;
}


@media (max-width: 990px) {

	.info-text--full {
		margin-top: 100px;
	}


	.info-text--full__wrap {
		grid-template-columns: 1fr;
		height: 100%;
	}


	.info-text--full .info-text__img {
		height: auto;
	}

	.info-text--full .info-text__content  {
		padding: 50px 25px;
	}
}



/*
	FAQS PAGE 
*/

/*
	FAQ BANNER
*/ 

.faq-banner {
	height: 630px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.faq-banner__wrap {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.faq-banner__wrap h1 {
	font-weight: 400;
	font-size: 63px;
	color: #fff;
}

@media (max-width: 990px) {
	.faq-banner {
		height: 577px;
	}

	.faq-banner__wrap h1 {
		font-size: 42px;
	}
}




/*
	FAQ Page Accordion
*/

.faq-questions {
	margin: 120px 0 50px 0;
}

.faq-questions--secondary {
	margin: 0 0 120px 0;
}


.faq-questions__wrap {
	border: 1px solid #D9D9D9;
	max-width: 705px;
	margin: 0 auto;
	background-color: #F2EFE7;
	padding: 35px 30px;
	margin-bottom: 50px;
}

.faq-questions__wrap:last-child {
	margin-bottom: 0;
}


.faq-questions__title {
	font-weight: 400;
	font-size: 34px;
}

.faq-questions__list {
	margin-top: 25px;
}


.faq-questions__single {
	max-height: 35px;
	overflow: hidden;
	transition: max-height 500ms ease-in-out;
	margin-top: 40px;
}

.faq-questions__single:nth-child(1) {
	margin-top: 0;
}

.faq-questions__single.activeClass {
	max-height: 350px;
}

.faq-questions__single.activeClass .faq-question::after  {
	transform: rotate(180deg);
}

.faq-question {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	height: 35px;	
}

.faq-question::after {
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    color: #333333;
	font-size: 20px;
}


.faq-content {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
}



@media (max-width: 990px) {
	.faq-questions {
		margin: 80px 0;
		padding: 0 15px;
	}

	.faq-questions__title {
		font-size: 32px;
	}

	
	.faq-questions__wrap {
		max-width: 100%;
		margin-bottom: 80px;
	}

	
}

@media (max-width: 500px) {
	.faq-questions__wrap {
		max-width: 100%;
		padding: 35px 10px;
	}
}




/*
	SELLERS GUIDE PAGE 
*/

.sg-banner {
	height: 630px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.sg-banner__wrap {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.sg-banner__wrap h1 {
	font-weight: 400;
	font-size: 63px;
	color: #fff;
	text-align: center;
}

.sg-banner__wrap p {
	font-weight: 400;
	font-size: 25px;
	color: #fff;
}

@media (max-width: 990px) {
	.sg-banner{
		height: 577px;
	}

	.sg-banner__wrap h1 {
		font-size: 42px;
	}
}


/*
	Sellers Guide info link
*/

.sg-info {
	font-size: 25px;
	font-weight: 400;
	margin: 80px 0;
	text-align: center;
}

.sg-info a {
	font-weight: 700;
}


@media (max-width: 990px) {
	.sg-info {
		font-size: 20px;
		margin: 60px 0;
	}
}




/*
	Sellers Guide x2 Full Width Image / Text SECTION A / SECTION E
*/ 


.sg-showcase {
	background-color: #f2efe7;
	padding: 35px 0;
}

.sg-showcase__wrap {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 30px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	align-items: center;
}

.sg-showcase__img {
	width: 705px;
	height: 705px;
}

.sg-showcase__img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.sg-showcase__title {
	font-weight: 400;
	font-size: 45px;
}


.sg-showcase__subtext {
	font-weight: 400;
	font-size: 16px;
	padding-top: 24px;
}


@media (max-width: 990px) {
	.sg-showcase__wrap {
		grid-template-columns: 1fr;
		padding: 0 15px;
	}

	.sg-showcase__img {
		width: 100%;
		height: auto;
	}

	.sg-showcase__img img{ 
		width: 100%;
	}

	.sg-showcase__title {
		font-size: 32px;
	}
}


/*
	SELLERS GUIDE APPROVAL LIST SECTION B / SECTION D
*/

.sg-process {
	max-width: 1500px;
	margin: 120px auto;
	padding: 0 30px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	
}

.sg-process--secondary {
	align-items: start;
}


.sg-process__single	{
	border: 1px solid #D9D9D9;
	background-color: #F2EFE7;
	padding: 35px 65px;
}

.sg-title {
	font-weight: 400;
	font-size: 34px;
}

.sg-title--approval::before {
	content: '\f00c';
    font-family: "Line Awesome Free";
    font-weight: 900;
    color: #333333;
	font-size: 30px;
	margin-right: 10px;
}

.sg-title--noapproval::before {
	content: '\f00d';
    font-family: "Line Awesome Free";
    font-weight: 900;
    color: #333333;
	font-size: 30px;
	margin-right: 10px;
}


.sg-list {
	margin: 0;
	padding: 0;
	margin-top: 25px;
}

.sg-list__item {
	list-style: none;
	font-weight: 400;
	font-size: 16px;
	margin-top: 5px;
}

.sg-list__item--space {
	margin-top: 30px;
}



@media (max-width: 990px) {
	.sg-process {
		grid-template-columns: 1fr;
		margin: 80px auto;
		padding: 0 15px;
	}
}


@media (max-width: 500px) {
	.sg-process__single {
		padding: 25px;
	}

	.sg-title {
		font-size: 32px;
	}
}


/*
	SECTION D CHECK THE CONDITION TXT
*/

.sg-conditions {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
	padding: 0 15px;
}


.sg-conditions__title {
	font-weight: 400;
	font-size: 45px;
}

.sg-conditions__subtext {
	font-weight: 400;
	font-size: 16px;
	margin-top: 25px;
}

@media (max-width: 990px) {
	.sg-conditions__title {
		font-size: 32px;
	}
}


/*
	SECTION E BEST PRACTICES 
*/

.sg-showcase__list {
	margin: 0;
	padding: 0;
	margin-top: 25px;
}

.sg-showcase__list-item {
	margin-left: 20px;
	font-weight: 400;
	font-size: 16px;
	margin-top: 10px;
}


.sg-showcase--right .sg-showcase__img {
	height: 544px;
}

@media (max-width: 990px) {
	.sg-showcase--right .sg-showcase__img {
		height: auto;
	}
}


/*
 SECTION F PRICING PAYMENT WITH TABLE 
*/


.sg-pricing-payment {
	max-width: 1500px;
	margin: 120px auto;
	padding: 0 30px;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 70px;
	align-items: center;
}

.sg-pricing-payment__table  th {
	background-color: #F2EBD5;
	font-weight: 400;
	font-size: 19px;
	text-align: center;

}

.sg-pricing-payment__table td {
	text-align: center;
	font-weight: 400;
	font-size: 16px;
}

@media (max-width: 990px) {
	.sg-pricing-payment {
		grid-template-columns: 1fr;
		gap: 60px;
		margin: 80px auto;
		padding: 0 15px;
	}

	.sg-pricing-payment__table  th {
		font-size: 16px;
	}
}


/*
	SECTION G FAQS QUESTIONS 
*/

.sg-faq {
	max-width: 1500px;
	margin: 120px auto;
	padding: 0 30px;
}


.sg-faq__wrap {
	border: 1px solid #D9D9D9;
	margin-top: 50px;
}

.sg-faq .faq-questions__single {
	max-height: 60px;
	padding: 0 30px;
	margin-top: 0;
	border-bottom: 1px solid #d9d9d9;
}


.sg-faq .faq-questions__single.activeClass {
	max-height: 350px !important;
}


.sg-faq .faq-questions__single:last-child {
	border-bottom: none;
}

.sg-faq .faq-question {
	height: 60px;
}

.sg-faq .faq-content {
	margin-bottom: 15px;
	margin-top: 0;
}

@media (max-width: 990px) {
	.sg-faq {
		margin: 80px auto;
		padding: 0 15px;
	}
}

@media (max-width: 500px) {
	.sg-faq .faq-questions__single {
		padding: 0 10px;
		max-height: 90px;
	}

	.sg-faq .faq-question {
		height: 90px;
	}

	.sg-faq .faq-content {
		margin-bottom: 30px;
	}
}


/*
	SELL WITH US PAGE 
*/


/*
	Main banner
*/


.swu-banner {
	width: 100%;
	height: 630px;
}

.swu-banner__single {
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swu-banner__content {
	text-align: center;
	padding: 0 30px;
	max-width: 890px;
	margin: 0 auto;
}


.swu-banner__content .title {
	font-weight: 400;
	font-size: 63px;
	color: #fff;
}

.swu-banner__content .subtext {
	font-weight: 400;
	font-size: 25px;
	color: #fff;
	margin: 20px 0;
	padding: 0;
}


.swu-banner__content .cta {
	background-color: #fff;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	width: 182px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
}

.swu-banner__content .cta:hover {
	background-color: rgba(255,255,255,.9);
}



@media (max-width: 990px) {
	.swu-banner {
		height: 577px;
	}

	.swu-banner__content {
		padding: 0 15px;
		max-width: 100%;
	}

	.swu-banner__content .title {
		font-size: 42px;
	}

	.swu-banner__content .subtext {
		font-size: 25px;
	}

	.swu-banner__content .cta {
		width: 152px;
		height: 36px;
	}
	
}


/*
	Sell With Us x5 processes
*/

.swu-process {
	margin-top: 120px;
}

.swu-title {
	text-align: center;
	font-weight: 400;
	font-size: 45px;
	margin-bottom: 50px;
}


.swu-process__wrap {
	padding: 95px 0;
}

.swu-process__wrap:nth-child(odd)  {
	background-color: #F2EFE7;

	padding: 45px 0;
}


.swu-process__wrap:nth-child(even) .swu-process__single .swu-process__img {
	 order: 2;
}

.swu-process__wrap:nth-child(even) .swu-process__single .swu-process__info {
	text-align: right;
}

.swu-process__wrap:nth-child(even) .swu-process__single .swu-process__info .cta {
	margin-left: auto;
}


.swu-process__single {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: start;
	max-width: 750px;
	margin: 0 auto;
}




.swu-process__img {
	width: 320px;
	height: 360px;
}
.swu-process__img img { 
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
}


.swu-process__info .title {
	font-weight: 400;
	font-size: 34px;
	margin: 0;
	padding: 0;
}

.swu-process__info .subtext {
	font-weight: 400;
	font-size: 16px;
	margin: 0;
	padding: 25px 0;
}

.swu-process__info .cta {
	width: 182px;
	height: 36px;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	border-radius: 20px;
}

.swu-process__info .cta:hover {
	background-color: rgba(0,0,0,.9);
}




@media (max-width: 1200px) {

	.swu-process {
		margin-top: 80px;
	}
	
	.swu-title {
		font-size: 32px;
	}

	
	.swu-process__wrap {
		padding: 60px 0;
	}

	.swu-process__single {
		grid-template-columns: 1fr;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}

	.swu-process__wrap:nth-child(even) .swu-process__single .swu-process__info {
		order: 2;
	}


	.swu-title {
		font-size: 32px;
	}

	.swu-process__wrap{
		gap: 60px 0;
	}


	.swu-process__img {
		width: 100%;
		height: auto;
	}

	.swu-process__img  img{ 
		width: 100%;
	}
}



/*
   Sell With Us	Bottom Text
*/

.swu-text {
	max-width: 1500px;
	margin: 120px auto;
	padding: 0 30px;
}

.swu-text .title {
	font-weight: 400;
	font-size: 45px;
}

.swu-text .subtext {
	margin: 0;
	padding: 25px 0;
	font-weight: 400;
	font-size: 16px;
}

.swu-text .list {
	margin: 0;
	padding: 0;
}

.swu-text .list-item {
	margin-left: 15px;
}


.swu-text .cta {
	width: 182px;
	height: 36px;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	border-radius: 20px;
}

.swu-text .cta:hover {
	background-color: rgba(0,0,0,.9);
}




@media (max-width: 990px) {

	.swu-text {
		margin: 80px auto;
		padding: 0 15px;
	}
	.swu-text .title {
		font-size: 32px;
	}
}




/*
	ACCOUNT PAGE 
*/

#n_customer_account .breadcrumb {
	padding-top: 20px;
}

#n_customer_account .table-bordered thead{
	background-color: #F5F5F5;
}

#n_customer_account .table-bordered tbody tr{
	background-color: #fff !important;
}

.page-header--account {
	margin-top: 50px;
}

.page-header--account h1 {

	font-weight: 400;
	font-size: 45px;
}


.page-header__user-name {
	font-weight: 700;
	font-size: 24px;
}

.page-header__user-name a{
	font-weight: 400;
}


.account__sub-title {
	font-weight: 400;
	font-size: 37px;
	margin: 50px 0 30px 0;

}


@media (max-width: 990px) {
	.page-header--account h1 {
		font-size: 32px;
	}

	.page-header__user-name {
		font-size: 20px;
	}

	.account__sub-title {
		font-size: 26px;
		margin: 40px 0 30px 0;
		padding-top: 40px;
		border-top: 1px solid #D9D9D9;
	}

}





/*
	Category Filters 
*/ 

.filter-header {
	margin-bottom: 0;
}


.filter-clear__btn {
	margin: 25px 0;
	padding: 5px 0;
	text-transform: uppercase;
	border: 1px solid rgba(0, 0, 0, 0.125);
	width: 100%;
	display: flex;
	color: #6c757d;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.filter-icon {
	margin: 0;
	padding: 0;
	width: 8px;
	height: 8px;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 50%;
}

.filter-icon-remove {
	margin: 0;
	padding: 0;
	width: 8px;
	height: 8px;
	border: 1px solid #6c757d;
	background-color: #6c757d;
	border-radius: 50%;
}


.filter span , .filter-remove span{
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 5px;
}

/*
	Logo Size Update 
*/

@media(min-width: 990px) {
	.logo {
		max-width: 185px !important;
		max-height: 85px;
		padding-top: 1rem;
		padding-bottom: 1rem; 
	}
}




/*
	Reviews io grid alignment 
*/


#reviewsio-carousel-widget {
	max-width: 1238px;
	margin: 6rem auto 0 auto;
	padding: 0 30px;
}

@media (max-width: 990px) {
	#reviewsio-carousel-widget {
		max-width: 1238px;
		margin: 6rem auto 0 auto;
		padding: 0 15px;
	}
}


/*
	THUMBS BRANDS
*/


.product-thumb-brands {
	text-transform: uppercase;
}




/*
	Theme : gallant-oslo-20240718 
*/


/*
	Hero banner 
*/


.budget-banner__single {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 650px; 
	display: flex;
	justify-content: start;
	align-items: end;
}



.budget-banner__text-wrap {
	max-width: 100%;
	padding: 0 15px 35px 15px;
}


.budget-banner__title {
	color: #fff;
	display: block;
	font-weight: 400;
	font-size: 42px;
}


.budget-banner__subtext {
	color: #fff;
	font-weight: 400;
	font-size: 25px;
}


.budget-banner__cta {
	background-color: #fff;
	border-radius: 20px;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	padding: 10px 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
}

.budget-banner__cta:hover {
	color: #fff;
	background-color: #000;
}



@media (min-width: 990px) {

	.budget-banner__single {
		align-items: center;
		height: 630px;
	}

	.budget-banner__text-wrap {
		padding: 0 30px;
		max-width: 1500px;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}




	.budget-banner__title {
		font-size: 63px;
	}


	.budget-banner__subtext {
		padding: 0 0 20px 0;
		margin: 0;
	}
	
	.budget-banner__cta {
		margin-left: auto;
		margin-right: auto;
	}

}



/*
	Budget Text 
*/


.budget-text {
	padding: 80px 15px;
	text-align: center;
}

.budget-text__top {
	font-weight: 600;
	font-size: 20px;
	margin: 0;
	padding-bottom: 30px;
}

.budget-text__bottom {
	font-weight: 400;
	font-size: 18px;
}

.budget-text__link {
	font-weight: 700;
	text-decoration: underline;
}

.budget-text__link:hover {
	text-decoration: underline;
}

@media (min-width: 990px) {

	.budget-text {
		padding: 80px 30px 120px 30px;
		max-width: 1100px;
		margin: 0 auto;
	}
	
	.budget-text__top { 
		font-size: 25px;
	}

	.budget-text__bottom {
		font-weight: 400;
		font-size: 23px;
	}
}


/*
	SHOWCASE 
*/ 


.budget-showcase {
	padding: 0 15px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	height: 100%;
}

.budget-showcase__single {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat; 
	display: flex;
	justify-content: start;
	align-items: end;
	height: 485px;
}


.budget-showcase__text-wrap {
	padding: 30px;
}

.budget-showcase__title {
	color: #fff;
	font-weight: 700;
	font-size: 22px;
	display: block;
}


.budget-showcase__cta {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	margin: 7px 0 0 0;
}


.budget-showcase__single:hover .budget-showcase__cta {
	color: #fff;
	text-decoration: underline;
}



@media (min-width: 990px) {
.budget-showcase {
	padding: 0 30px;
	max-width: 1500px;
	margin: 0 auto;
	grid-template-columns: 1fr 1fr 1fr;
	height: 750px;
}

.budget-showcase__single {
	height: 100%;
}

.budget-showcase__single--0 {
	grid-row: 1/3;
	grid-column: 1/2;
}

.budget-showcase__single--1 {
	grid-row: 1/3;
	grid-column: 2/3;
}

.budget-showcase__single--2 {
	grid-row: 1/2;
	grid-column: 3/4;
}

.budget-showcase__single--3 {
	grid-row: 2/3;
	grid-column: 3/4;
}


}



/*
	Budget Filters & Products
*/


.budget__cta-btn {
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
	width: 150px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	border-radius: 20px;
	margin: 0 auto;
}


.budget__cta-btn:hover {
	color: #000;
	background-color: #fff;
}



.budget-filters
{
	padding: 80px 15px 80px 15px;
}


.budget-filters 
.budget__cta-btn {
	margin-top: 80px;
}

.budget-products {
	padding: 0 15px;
}

.budget-filters .slick-slide > div {
	margin: 0 15px;
}


.budget-filters .slick-list {
	margin: 0 -15px;
}



.budget-filters__title,
.budget-products__title
{
	font-weight: 400;
	font-size: 32px;
	display: block;
	text-align: center;
	margin-bottom: 50px;
}


.budget-filters__single {
	padding: 0 0 80px 0;
}

.budget-filters__box {
	background-color: #F2EFE7;
	height: 165px;
	width: 165px;
	font-weight: 400;
	font-size: 22px;
}


.budget-filters__text-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	text-align: center;
}


@media (min-width: 500px) { 
	.budget-filters__box {
		background-color: #F2EFE7;
		height: 260px;
		width: 260px;
		font-weight: 400;
		font-size: 22px;
	}
}


@media (min-width: 990px) { 
	.budget-filters
	{
		padding: 0 30px;
		max-width: 1500px;
		margin: 0 auto;
	}


	.budget-products {
		padding: 120px 30px 80px 30px;
		max-width: 1500px;
		margin: 0 auto;
	}


	.budget-filters .slick-slide > div {
		margin: 0 20px;
	}
	
	
	.budget-filters .slick-list {
		margin: 0 -20px;
	}


	.budget-filters__single {
		padding: 120px 0 0 0;
	}

	.budget-filters__title,
	.budget-products__title
	{
		font-size: 45px;
	}


	.budget-filters__box {
		background-color: #F2EFE7;
		height: 260px;
		width: 260px;
		font-weight: 400;
		font-size: 25px;
	}
}





@media print {
	header , footer , .usps , .breadcrumb , .consignment-details__print-btn , .page-header__user-name {
		display: none !important;
	}

	.consignment-details {
		margin: 0 !important;
		padding: 0 !important;
	}
}
 

/*
	Consignment Process   
*/ 


.consignment-process {
	max-width: 1500px;
	margin: 50px auto 120px auto;
	padding: 0 15px;
}

.section-text__inner {
	font-weight: 400;
}

.section-text__inner h2 {
	font-size: 32px;
	margin-bottom: 25px;
}


.section-text__inner ul {
	margin-left: 18px;
}

.read-more {
    max-height: 450px;
    overflow: hidden;
    transition: max-height .3s ease-in-out;
}

.readmore__btn-wrap {
	margin-top: 25px;
}

.read-more__btn {
	cursor: pointer;
	background-color: #000;
	border-radius: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 36px;
	width: 152px;	
}





@media (min-width: 990px) {

	.consignment-process {
		padding: 0 30px;
	}

	.section-text__inner h2 {
		font-size: 45px;
	}

	.read-more { 
		max-height: 100%;
		overflow: none;
	}

	.read-more__btn { 
		display: none;
	}

}

/*
	Consignment Process form  
*/ 

.consignment-process__form-wrap {
	margin-top: 40px;
}


.consign-process__top-title {
	font-size: 18px;
	font-weight: 400;
}

.consign-process__top-subtext {
	font-size: 14px;
	font-weight: 300;
	margin-top: 10px;
}


.consignment-process__download-form {
	border-radius: 3px;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 7px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	height: 45px;
	margin-top: 50px;
}


.consignment-process__download-form:hover {
	background-color: #c5c5c5;
	color: #fff;
}


.consignment-process__form {
	margin-top: 50px;
}


.form-group__single {
	margin-bottom: 30px;
}

.form-group__single:last-child { 
	margin-bottom: 0;
}


.form-group__single label {
	font-size: 14px;
	font-weight: 300;
}

.form-group__single input {
	cursor: default;
	border: 1px solid #c5c5c5;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 300;
	height: 40px;
}

.form-group__text {
	font-size: 18px;
	font-weight: 400;
	margin: 50px 0 50px 0;
}

.consignment-process__submit-btn {
	border: 1px solid #c5c5c5;
	border-radius: 3px;
	background-color: #fff;
	font-size: 18px;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
	height: 45px;
	width: 100%;
}


.consignment-process__submit-btn:hover { 
	color: #fff;
	background-color: #366B37;
}

.consignment-process__upload-input {
	bottom: 0px;
	position: absolute;
	left: 15px;
	z-index: -1;
	opacity: .01;
}

.consignment-process__upload-btn {
	cursor: pointer;
	border-radius: 3px;
	background-color: #C5C5C5;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 7px;
	color: #fff;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	height: 45px;
}

.consignment-process__upload-btn:hover {
	background-color: #000;
}


.form-group__btn-wrap {
	position: relative;
}



@media (min-width: 990px) {

	.consignment-process__download-form , 
	.consignment-process__upload-btn
	{
		height: 45px;
		width: 290px;
	}	

	.consignment-process__submit-btn {
		height: 45px;
		margin-bottom: 0;
		width: 130px;
	}

	.consignment-process__upload-input {
		left: 160px;

	}

	.form-group__btn-wrap {
		position: relative;
		display: flex;
		justify-content: start;
		align-items: center;
		gap: 22px;
	}
}



/*
	MY CONSIGNMENTS NEW DESIGN 
*/


.consignment-details {
	margin-top: 50px;
}


.consignment-details__title {
	font-size: 32px;
	font-weight: 400;
}


.consignment-details__credit-availability {
	font-size: 18px;
}


.consignment-details__wrap {
	border-bottom: 1px solid #d9d9d9;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.consignment-details__single {
	margin-bottom: 30px;
	max-height: 45px;
	overflow: hidden;
	transition: max-height 500ms ease-in-out;
}


.consignment-details__single.activeClass {
	max-height: max-content;
}


.consignment-details__single.activeClass svg {
	transform: rotate(180deg);
}

.consignment-details__single .table  {

	overflow-x: auto;
	padding: 0 2px 15px 2px;
	scrollbar-width: thin;
	scrollbar-color: #366B37 #F2EFE7;
	white-space: nowrap;
}


.consignment-details__single  td {
	border-top: none !important;
	border: none;
}



.consignment-details__single th {
	border-bottom: none !important;
	font-size: 16px;
	font-weight: 700;
	padding-top: 30px;
	padding-bottom: 5px;
	width: 200px;
}

.consignment-details__single th:first-child,
.consignment-details__single td:first-child
{ 
	padding-left: 0;
}


.consignment-details__single th:last-child,
.consignment-details__single td:last-child
{ 
	padding-right: 0;
}




.consignment-details__single tbody td {
	border-top: none !important;
	border: none;
	font-size: 16px;
	font-weight: 400;
}


.consignment-details__single tbody tr{ 
	border-bottom: 1px solid #d9d9d9;
}

.consignment-details__single tbody tr:last-child{ 
	border-bottom: none;
}


.consignment-details__single .consignment__item-name {
	font-weight: 700;
}



.consignment-details__single:last-child {
	margin-bottom: 0;
}

.consignment-details__text-wrap {
	background-color: #F2EBD5;
	cursor: pointer;
	height: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;

	padding: 0 15px;
}

.consignment-details__text {
	font-size: 16px;
	font-weight: 700; 
	text-transform: uppercase;
}

.consignment-details__text span { 
	font-weight: 400;
}



.consignment-details__total-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #000;
	margin-left: auto;
	padding: 0 15px;
	height: 40px;
	width: 100%;
}


.consignment-details__total-text {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}



@media (min-width: 990px) { 

	.consignment-details__title {
		font-size: 45px;
		font-weight: 400;
	}


	.consignment-details__total-wrap {
		width: 480px;
	}

	
}



/*
	CONSIGNMENT FORMS NEW DESIGN 
*/ 


.consignment-form {
	padding-top: 5rem;
}


.consignment-form__wrap p  { 
	font-size: 16px;
	font-weight: 400;
}

.consignment-form__wrap h2  { 
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 30px;
}


.consignment-form__wrap a, 
.consignment-form__wrap button  
{ 
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 7px;
	margin: 30px 0 50px 0;
	height: 45px;
	width: 290px;
} 


.consignment-form__top-text {
	margin-top: 50px;
}


.consignment-form__top-text a , 
.consignment-form__download a
{
	background-color: #000;
}


.consignment-form__top-text a:hover,
.consignment-form__download a:hover
{ 
	background-color: #D9D9D9;
}


.consignment-form__btn-wrap {
	margin: 80px 0 50px 0;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 12px;
}


.consignment-form__single-btn {
	background-color: #D9D9D9;
}


.consignment-form__single-btn.activeClass,
.consignment-form__single-btn:hover 
{
	background-color: #366B37;
}


.consignment-form__content {
	display: none;
}

.consignment-form__content.activeClass { 
	display: block;
}



/*
	MAIN FORM 
*/ 



.form-group__title {
	font-size: 16px;
	font-weight: 700;
	margin: 60px 0 0 0;
}

.form-group__subtext { 
	display: block;
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline;
	margin: 10px 0 30px 0;
}


.consignment-form__main-form .form-group__single  { 
	margin: 30px 0 0 0;
	width: 100%;
}


.consignment-form__main-form .form-group__single input { 
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	height: 40px;
} 


.form-group__single-radio {
	display: flex;
	justify-content: start;
	align-items: center;
	margin-bottom: 10px;
	gap: 3px;
}


.form-group__single-radio:last-child { 
	margin-bottom: 0;
}

.form-group__single-radio input { 
	height: 16px;
	width: 16px;
}


.form-group__single-radio label {
	margin: 0;
}


.form-group__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	gap: 40px;
}


.form-group__scroll-wrap {
	overflow-x: auto;
	white-space: nowrap;
	padding: 0 2px 15px 2px;
	scrollbar-width: thin;
	scrollbar-color: #366B37 #F2EFE7;
}


.form-group__item-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	flex-wrap: nowrap;
}


.form-group__item-wrap .form-group__single input {
	width: 150px;
}

.form-group__single-desc input {
	width: 630px !important;
}


.form-group__show-more {
	background-color: #D9D9D9;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
	display: flex;
	font-size: 18px;
	font-weight: 400;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	height: 45px;
	width: 200px;
}

.form-group__show-more:hover {
	background-color: #000;
}


.consignment-form__bottom-text {
	margin-top: 60px;
}


.consignment-form__submit-btn {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	background-color: #366B37;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
	height: 45px;
	width: 330px;
}


.consignment-form__submit-btn:hover {
	background-color: #d9d9d9;
}



@media (max-width: 768px) {
	
.consignment-form__wrap a ,
.consignment-form__wrap button  
{
	height: 40px;
	width: 100%;
}

.consignment-form__btn-wrap {
	flex-direction: column;
}


.form-group__wrap {
	flex-direction: column;
	gap: 0;
}


.consignment-form__single-btn {
	margin: 0 !important;
}

}