/** Reset Bootstrap **/
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:active,
.form-control:focus,
.page-link:focus {
	box-shadow: none !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active,
.page-item.active .page-link {
	border-color: transparent;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
	outline: none;
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 3px;
}

.form-control {
    border-color: #303030;
    border-radius: 0;
}

.btn-bold .btn,
.h1-bold h1,
.h2-bold h2,
.h3-bold h3,
.h4-bold h4,
.h5-bold h5,
.h6-bold h6,
.h1-bold .h1,
.h2-bold .h2,
.h3-bold .h3,
.h4-bold .h4,
.h5-bold .h5,
.h6-bold .h6,
.font-weight-bold .tree li a,
.font-weight-bold .small,
.font-weight-bold small,
.font-weight-bold .form-control,
.font-weight-bold .dropdown-menu .dropdown-item {
	font-weight: 600;
}

.dropdown-toggle::after {
	content: '\f078';
	font-family: Font Awesome\ 5 Pro;
	border: none;
	font-size: 10px;
	width: 0.313em;
	height: 0.625em;
	font-weight: bold;
}

/*.site-header.sticky-top {
    position: fixed;
    top: 0;
    z-index: 1020;
    width: 100%;
}*/

.home-header {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 3rem;
	display: none;
}

.page-home .catalog-product {
	border-bottom: none !important;
}

.image-secondar-nav .swiper-button {
    margin: auto;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 2rem;
    width: 1rem;
    color: #bbc0ac;
    font-size: 1.5rem
}

.image-secondary-prev {
	display: none;
}

.page-catalog .catalog-navigation .navbar {
	background: transparent;
}

.page-catalog .catalog-navigation .navbar .nav-link {
	text-transform: uppercase;
	font-weight: 700;
}
.page-catalog .catalog-navigation .navbar .dropdown-toggle:after {
	font-size: 14px;
	width: 1rem;
	height: 1rem;
	margin-left: .25rem;
	vertical-align: 0px;
}

.btn-secondary {
	border-radius: 0;
	padding: .25rem 1rem;
}

.form-control,
.btn-secondary,
.btn-primary {
	border-width: 2px;
}

body {
	font-weight: 400;
}

/** Breadcrumb **/
.breadcrumb {
	margin-bottom: 2rem;
    letter-spacing: 2px;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "|";
	padding-right: .75rem;
	color: #161616;
	font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .75rem;
}

.breadcrumb-item.small {
	font-size: 1rem;
	font-weight: inherit;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
}

.product-bread-crumbs .breadcrumb-item a {
	color: #aaaf9b;
}
/** Sidebar **/

.mobile-menu-toggle {
	background-color: transparent;
	height: 24px;
	width: 24px;
	position: relative;
	margin-top: 14px;
	padding: 0;
	border: none;
}

.mobile-menu-toggle:before,
.mobile-menu-toggle:after,
.mobile-menu-toggle .handle-inner {
	content: '';
	position: absolute;
	height: 1px;
	width: 16px;
	left: 4px;
	background: #000;
	-webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
	transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
	transition: transform 0.4s ease, opacity 0.4s ease;
	transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}

.mobile-menu-toggle.active .handle-inner {
	opacity: 0;
}

.mobile-menu-toggle:before {
	top: 6px;
}

.mobile-menu-toggle:after {
	left: 4px;
	top: 18px;
}

.mobile-menu-toggle.active:before {
	-webkit-transform: translateY(6px) rotateZ(45deg);
	transform: translateY(6px) rotateZ(45deg);
}

.mobile-menu-toggle.active:after {
	-webkit-transform: translateY(-6px) rotateZ(-45deg);
	transform: translateY(-6px) rotateZ(-45deg);
}

.sidebar-menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	padding: 12px !important;
	background: #f8f8f8 !important;
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: visibility 0.4s ease, top 0.4s ease, -webkit-transform 0.4s ease;
	transition: visibility 0.4s ease, top 0.4s ease, -webkit-transform 0.4s ease;
	transition: transform 0.4s ease, visibility 0.4s ease, top 0.4s ease;
	transition: transform 0.4s ease, visibility 0.4s ease, top 0.4s ease, -webkit-transform 0.4s ease;
	top: 52px;
	bottom: 0;
	left: 0;
	width: 100%;
	visibility: hidden;
	overflow: scroll;
	z-index: 3;
	top: 85px;
}

.sidebar-menu .side-parent > a:before {
	content: "+";
	position: absolute;
	right: 10px;
	top: 10px;
	height: 20px;
	margin: auto;
	font-size: 1.5rem;
	line-height: 1;
}

.sidebar-menu .side-parent > a[aria-expanded="true"]:before {
	content: "-";
}

.sidebar-menu .nav-item {
	position: relative;
	border-bottom: solid 1px #efefef;
}

.sidebar-menu .nav-item:last-child {
	border-bottom: none;
}

.sidebar-menu.open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
}

.sidebar-menu li .nav-link {
	padding-left: .5rem;
}

.sidebar-menu li li .nav-link {
	padding-left: 1.25rem;
}

.sidebar-menu li li li .nav-link {
	padding-left: 1.75rem;
}

.sidebar-menu ul {
	list-style: none;
	padding: 0;
}

/** Header **/
.icon-cart {
	max-width: 22px;
	margin-top: -5px;
}
.top-bar-caption {
	font-size: .75rem !important;
}

.account-nav-item {
	display: none;
}

.col-logo {
	padding: 0 !important;
}

.col-account {
	min-width: 82px;
}

.container-header {
	padding: 0;
}

.site-header .nav-link {
	text-transform: uppercase;
    letter-spacing: 2px;
}

.container-header .nav-link {
	padding: .5rem !important;
}

.container-navigation,
.col-pages-menu {
	display: none;
}

.layout-zone-top-bar {
	padding: .5rem 0;
	text-align: center;
	text-transform: uppercase;
}

.layout-zone-header .navbar-brand {
	margin-right: 0;
}

.order-cart-wrapper .dropdown-toggle:after {
	display: none;
}

.order-cart-wrapper .cart-link {
	position: relative;
}

.order-cart-wrapper .item-count {
	position: absolute;
	left: 20px;
	text-decoration: none;
	bottom: 8px;
	font-size: 0.750em;
	text-align: center;
	height: 1.1rem;
	min-width: 1.1rem;
	border-radius: 50%;
	padding: 3px;
	line-height: 1;
}

#account-menu-btn {
	cursor: pointer;
}

.search-bar .form-control {
	border-width: 0;
}

.search-bar .input-group {
	flex-wrap: nowrap;
	overflow: hidden;
}

.order-cart-wrapper {
	transition: all 0.2s ease-in-out;
}

.search-bar {
	position: absolute;
	top: 5px;
	right: 15px;
	width: 0;
	border-bottom: 1px solid;
	background: #fff;
	transition: auto;
	transition: all 0.8s ease-in-out;
	overflow: hidden;
	max-width: 350px;
}
.catalog-product-sub-categories {
	border-top: 3px solid #cacdc0;
	border-bottom: 3px solid #cacdc0;
	padding: 1rem .25rem;
}

.catalog-product-sub-categories .active {
	color: #bbc0ac;
}

.catalog-product-sub-categories .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
	font-weight: 700;
	letter-spacing: 2px;
}

.search-bar  .input-group {
	flex-wrap: nowrap;
}

.active > .search-bar {
	width: 100%;
	overflow: visible;
}

.page-signup h4 {
    color: #e7ad4f;
    text-transform: uppercase;
}

.page-signup .btn-form-register-submit {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1.25rem;
    padding: .5rem 4rem;
}

/** Navigation **/
.layout-zone-navigation .navbar {
	padding: .25rem;
}

/** Home Slider **/

.home-slider .slide-image {
    width: 100%;
}

.slide-text-wrapper {
	width: auto;
	margin: 20px ;
}
.home-slider {
	padding-bottom: 30px;
}

.home-slider-pagination {
	display: none;
}

.container-slider {
	padding: 0;
}

/*.slide-image {
	min-height: 450px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}*/

.slide-text-container {
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	min-height: inherit;
	padding: 0;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.slide-header {
	line-height: 1;
	margin-bottom: 1rem;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.slide-caption {
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.btn-slider {
	font-size: 1rem;
	padding: .5rem 0;
	border-radius: 0;
	width: 160px;
	letter-spacing: 3px;
	font-weight: 500;
}

/** products list **/
.list-products .product-sale {
	right: 3px;
	top: 3px;
}

.list-products .product-hot-deal {
	top: 3px;
	left: 3px;
}

.list-products .product .product-image {
	min-height: auto;
	display: block !important;
}

.product.border-bottom {
	border: none !important;
}

.list-products .product-action {
	display: none;
}

.list-products .product-info {
	text-align: center;
}

.list-products .product-title {
	margin-top: 1.5rem!important;
	font-size: 1rem !important;
    font-family: inherit;
    font-weight: 600;
}

.list-products .product-price .product-price-final {
	font-size: 1rem !important;
}

.product-info .product-rating,
.product-info .product-free-shipping,
.product-info .product-add-to-wishlist {
	font-size: 0.75rem;
	margin: 0 !important;
}

.product-info .product-rating .rating {
	min-width: auto;
}

.product .badge-product-savings {
	font-weight: 600;
}

.list-products .product .product-price {
	margin-top: .5rem;
}

.product-info-bottom .col-5.text-right {
	line-height: 1;
}

/** Product **/
.page-product .product-images {
	border: none !important;
}

.view-product .product-image {
	height: auto;
	padding: 0 !important;
}

.page-product .product-add .input-group-btn,
.page-product .product-add .button-add-to-cart .fa,
.page-product .product-single-info .product-rating,
.page-product .product-single-info .product-id,
.page-product .product-single-info .product-shipping,
.page-product .product-single-info .product-save {
	display: none;
}

.product .product-action .input-group {
	width: 80px;
}

.product .product-action .input-group .form-control {
	height: auto;
	background-color: #eaece6 !important;
	border-color: #eaece6 !important;
}

.page-product .product-add .button-add-to-cart,
.product .product-action .input-group .form-control {
	font-size: 1.5rem;
	padding: 1.125rem .5rem;
	letter-spacing: 2px;
}

.page-product .product-add .button-add-to-cart {
	width: calc(100% - 120px);
	margin-left: 20px !important;
	border-radius: 0;
	text-transform: uppercase;
}

.product-single-info .product-title {
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 7px;
}

.product-single-info .product-title,
.product-single-info .product-manufacturer,
.product-single-info .product-overview,
.product .product-single-info .product-price .product-price-final {
	font-weight: 600;
}

.product-single-info .product-overview,
.page-product .product-description {
    letter-spacing: 2px;
}

.page-product .product-description h5 {
	font-family: inherit;
}

.product-single-info .product-manufacturer a {
	font-size: 1.25rem;
}

.product .product-single-info .product-price .product-price-final {
	font-family: 'Dosis', sans-serif;
	font-size: 1.875rem;
}

.product-single-info  .product-overview {
	font-size: 1.25rem;
}

.page-product .product-single-info {
	text-align: center;
}

.page-product .product-description {
	text-align: left;
}

.page-product .carousel-indicators {
	position: relative;
	right: auto;
	bottom: auto;
	left: auto;
	margin: 2rem 0;
	width: 100%;
}

.page-product .carousel-indicators li {
	border-radius: 50%;
	height: 1.25rem;
	width: 1.25rem;
	padding: 0;
	border: 0;
	margin: 0 .75rem;
}

.page-product .nav-tabs {
	border-bottom: 0;
}

#swatch_image_container {
	text-align: center;
}
#color-value {
	color: #bbc0ac;
}
.item-attribute {
	display: inline-block;
	vertical-align: middle;
	height: 60px;
	width: 60px;
	text-align: center;
	margin: 0 5px 5px 0;
    border-radius: 50%;
    overflow: hidden;
	position: relative;
    padding: 2px;
    border: solid 2px #fff;
}
.item-attribute.active {
	box-shadow: #bbc0ac 0px 0px 4px;
	border-color: #bbc0ac;
}
.item-attribute img {
	border-radius: 50%;
}
.item-attribute.item-attribute-default {
	line-height: 60px;
}
.item-attribute.item-attribute-hex {
	line-height: 60px;
}
.item-attribute.item-attribute-image img {
	max-height: 100%;
}
/** Manufacturer **/
.manufacturers-list .manufacturer-slide {
	width: 16.66%;
	height:165px;
	overflow: hidden;
}

.manufacturers-list .manufacturer {
	border: 1px solid;
	margin: 5px;
	padding: 10px;
	height: 155px;
	justify-content: center;
	align-items: center;
	text-align: center;
	display: flex;
}

.manufacturers-list .manufacturer img {
	max-width: 125px;
	max-height: 125px;
}

/** Swiper Slider **/
.swiper-pagination-bullet {
	opacity: 1;
	width: .6rem;
	height: .6rem;
}

.swiper-button-prev,
.swiper-button-next {
	background-image: none;
	font-size: 3rem;
	line-height: 1;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
	outline: none;
}

.swiper-button-next, 
.swiper-container-rtl .swiper-button-prev{
    right: 40px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 40px;
}

/** Footer **/
.col-sub-footer .nav-link {
	padding: 0 .5rem !important;
	line-height: 1.2;
}
.footer-header {
    font-weight: 600;
    text-transform: uppercase;
}

.container-footer {
	text-align: center;
}

.footer-title {
	text-transform: uppercase;
}

.layout-zone-footer {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.layout-zone-footer .nav-link {
	padding: .5rem 0;
	line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 0;
}

.layout-zone-footer *:not(.btn) {
	font-size: 1.375rem;
}

.layout-zone-footer .store-address {
	display: -ms-flexbox;
	display: flex;
	line-height: 2;
	justify-content: center;
}

.footer-desc {
    font-size: 80% !important;
    max-width: 300px;
    margin: auto;
    font-family: 'Raleway', sans-serif;
    line-height: 1.2;
    font-weight: 600;
}

.footer-newsletters-form {
    max-width: 280px;
    margin: 20px auto 0;
    border: 2px solid #000;
}
.footer-newsletters-form .subscribe-email {
    padding: 0 .5rem;
    background: transparent;
}
.footer-newsletters-form .subscribe-email::placeholder,
.footer-newsletters-form .subscribe-email {
	color: #000;
    font-weight: 600;
}

.footer-newsletters-form .btn-subscribe .fal,
.footer-newsletters-form .subscribe-email {
	font-size: 1rem;
}
.footer-newsletters-form .btn-subscribe {
	color: #fff;
	background: #000;
	border-radius: 0;
    padding: .25rem .75rem;
}

.layout-zone-footer .btn-email {
	background-color: transparent !important;
	display: block;
	max-width: 200px;
	margin: 20px auto 0;
	font-size: 70% !important;
	padding: 0;
}

.container-sub-footer {
	font-weight: 500;
}

.container-sub-footer .col {
	margin: 0.5rem 0;
}

.layout-zone-sub-footer .col-sub-footer {
	-ms-flex-item-align: center;
	align-self: center;
}

.nav-link-social {
	font-size: 2.175rem;
	padding: 0 .5rem;
}

.nav-link.nav-link-social {
    padding: 0 .75rem !important;
}

.col-sub-footer .social-links {
	-ms-flex-pack: center;
	justify-content: center;
}

/* Newsletter */
.container-newsletters {
	padding: 1.5rem 0;
}

.newsletters-wrapper {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.newsletter-title {
	text-transform: uppercase;
}

.subscribe-email {
	border: none;
	padding: 0;
    text-transform: uppercase;
}

.subscribe-email::placeholder {
	color: #aaaf9b;
}

.newsletters-form {
	border-bottom: solid 2px;
	margin: 1rem 0;
}

.newsletters-form .btn-subscribe {
	background-color: transparent !important;
	border: none;
}

.btn-subscribe .fal {
	font-size: 2rem;
}

.btn-subscribe:focus {
	outline: none;
	box-shadow: none;
}

.newsletter-desc {
	font-size: 1rem;
	letter-spacing: 1px;
}

.col-newsletter-icon {
	text-align: center;
}

.col-newsletter-icon,
.col-newsletter-form {
	margin: 1rem 0;
}

/* Banner */
.container-ads-banner {
	margin: 1rem 0;
}

.container-ads-banner .btn {
	text-transform: uppercase;
	font-weight: 700;
	padding: .25rem 0;
	letter-spacing: 2px;
	max-width: 160px;
	width: 100%;
}

.ad-caption {
    max-width: 850px;
    letter-spacing: 2px;
    line-height: 1.8;
    margin: auto;
    font-weight: 600;
    font-family: inherit !important;
}

.ad-caption-row {
	padding-top: 1.5rem;
	padding-bottom: 2rem;
}

/* Instagram */
.instagram-wrap,
.style-header-wrap {
	margin: 1rem auto 2rem auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.instagram-header,
.style-header {
	display: inline-block;
	margin: 0 1rem;
	text-transform: uppercase;
}

.wrong-icon {
	display: inline-block;
}

.wrong-icon {
	background: transparent url('../images/newsletter-x.png') center no-repeat;
	width: 150px;
	height: 20px;
}

.container-instagram {
	padding: 1.5rem 0;
	text-align: center;
}

.social-header {
	text-transform: uppercase;
	letter-spacing: 5px;
}

.container-social {
	padding-top: 3rem;
	margin-bottom: 4rem;
}

.social-impact-header {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.social-impact-list {
	margin-top: 2rem;
	margin-bottom: 5rem;
	text-align: center;
}

.social-impact-link {
	position: relative;
}

.social-impact-url {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 1rem 0;
	font-weight: 600;
	width: 250px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.list-products .main-image-container.secondary-hover {
    position: relative;
    display: block;
}

.list-products .product .image-product,
.page-product .product-attributes .image-product {
    vertical-align: initial;
}

.product-attribute-caption,
.product-attribute-type-select select {
    text-transform: lowercase;
    font-weight: 500;
    color: #303030;
    font-size: 1.375rem;
}

.page-product .product-action .product-attributes {
	text-align: left;
}

.page-product .product-attribute-select {
    border: none;
    border-bottom: 2px solid #94af91;
    border-radius: 0;
    padding: .125rem 0;
    height: auto;
    min-width: 150px;
    width: auto;
}

.list-products .main-image-container.secondary-hover .image-product-secondary {
    transition: all 0.2s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
}

.list-products .main-image-container.secondary-hover .image-product {
    opacity: 1.0;
    transition: all 0.2s;
}

.list-products .main-image-container.secondary-hover:hover .image-product {
    opacity: 0;
}

.list-products .main-image-container.secondary-hover:hover .image-product-secondary {
    opacity: 1.0;
}

.list-products .color-swatches {
    text-align: left;
}

/* Custom Page */
.page-custom {
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 2rem;
}
.page-custom .h1,
.page-custom .h2, 
.page-custom .h3,
.page-custom .h4,
.page-custom .h5,
.page-custom .h6,
.page-custom h1,
.page-custom h2,
.page-custom h3,
.page-custom h4,
.page-custom h5,
.page-custom h6,
.section-intro p {
	font-weight: 600;
}

.page-custom .page-title h1 {
	padding-bottom: 1.5rem;
	border-bottom: 3px solid #cacdc0;
	text-transform: uppercase;
	margin-bottom: 3rem !important;
}

.section-slider .page-slider-pagination {
	text-align: right;
    position: relative;
    bottom: 0;
    padding: 1.25rem 1.25rem 0;
}

.section-slider .swiper-pagination-bullet {
	background-color: #e5e7e1 !important;
}

.section-order {
    line-height: 1.75;
}

.section-about,
.section-order {
    background-color: #eaece6;
    padding: 2rem 0;
}

.section-about h2,
.section-order h2 {
    letter-spacing: 5px;
}

.section-order .order-desc a {
	color: #aaaf9b;
}

.section-intro,
.section-login, 
.section-signup {
    padding: 2rem 0;
}

.section-intro p {
	margin-bottom: 2px;
    line-height: 1.5;
    letter-spacing: 2px;
}

.section-banner {
	padding: 2rem 0;
}

.section-banner p {
	line-height: 1.75;
}

.section-banner h2 {
    font-family: 'Raleway', sans-serif;
}
.section-social-impact {
	padding: 3rem 0;
    text-align: center;
}
.wholesale-form {
	width: 100%;
}

.wholesale-form .input-field,
.wholesale-form .form-control {
    width: 100%;
    margin-bottom: 1.5rem;
    border-radius: 0;
    border: 2px solid #000;
    padding: .5rem 1.25rem;
}

.wholesale-form .input-field::placeholder,
.wholesale-form .form-control::placeholder,
.wholesale-form .form-control {
	font-weight: 600;
	color: #000000;
}

.wholesale-form .form-group.required label {
	display: none;
}

.wholesale-form .btn-login,
.wholesale-form .btn-primary {
	width: 100%;
    margin-bottom: .5rem;
	border-radius: 0;
    background: #aaaf9b !important;
    border-color: #aaaf9b !important;
    font-weight: 500;
    font-size: 1.25rem;
}

@media (min-width: 576px) {
	.container-footer {
		text-align: left;
	}

	.layout-zone-footer .store-address {
		justify-content: flex-start;
	}
}

@media (min-width: 768px) {
	.slide-text-wrapper {
		position: absolute;
		width: auto;
		left: 50%;
		transform: translateX(-50%);
		max-width: 500px;
		width: 80%;
		padding: 1rem;
		text-align: center;
		bottom: -30px;
		margin: 0;
	}

	.col-sub-footer .social-links {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.section-order .order-label {
	    min-height: 100px;
	}
	
	.list-products .color-swatches {
        min-height: 60px;
	}
}

@media (min-width: 992px) {
    .site-header.sticky-top {
        position: fixed;
        width: 100%;
    }
    
    body.page:not(.page-home) .container-main,
    body.page.page-home .container-slider {
        margin-top: 202px;
    }
    
	.page-custom {
	    margin-top: 4rem;
	}
	.section-intro,
	.section-banner,
	.section-about,
	.section-order {
	    padding: 4rem 0;
	}

	.section-login,
	.section-signup {
	    padding: 6rem 0;
	}

	.section-social-impact .details p,
	.section-intro p {
	    font-size: 1.375rem;
	}

	.section-social-impact {
		padding: 5rem 0;
	}

	.section-signup ul li,
	.section-order .order-desc p {
		margin-bottom: 1rem;
		font-size: 1.375rem;
	}

	.image-secondar-nav .swiper-button {
	    font-size: 3rem;
	    height: 3rem;
    	width: 1rem;
	}
	.active > .order-cart-wrapper {
		opacity: 0;
	}

	.order-cart-wrapper .item-count {
		left: 20px;
	}

	.btn-slider {
		width: 200px;
		font-size: 1.125rem;
		padding: 1rem 0;
	}

	.top-bar-caption {
		font-size: 1rem !important;
	}

	.container-navigation,
	.col-pages-menu,
	.account-nav-item {
		display: block;
	}

	.col-sidebar-menu {
		display: none;
	}

	.container-navigation {
		font-weight: 600;
		padding-bottom: 1rem;
	    transition: all ease .5s;
	}

	.container-header {
		padding: 1rem 0 .5rem;
		font-weight: 600;
	    transition: all ease .5s;
	}

	.sticky-head > .container-header,
	.sticky-head > .container-navigation {
		padding: 0;
	}

	.main-nav .nav-item.dropdown:hover > .multi-level {
		display: block;
	}

	.container-main {
		min-height: 407px;
	}

	.home-products-container,
	.h-0 {
		min-height: 0;
		height: 0;
	}

	.slide-text-wrapper {
		padding: 2rem;
		padding-bottom: 0;
	}

	.slide-caption {
		margin-bottom: 6rem;
	}

	.social-impact-url {
		padding: 2rem 0;
		width: 300px;
		letter-spacing: 3px;
	}

	.swiper-pagination-bullet {
		width: 1rem;
		height: 1rem;
	}

	.slide-text-wrapper {
		max-width: 650px;
	}

	.layout-zone-footer {
		padding: 7rem 0;
	}

	.sidebar-menu.open {
		display: none !important;
	}

	.container-ads-banner .btn {
		max-width: 200px;
	}

	.container-newsletters {
	    padding: 2rem 0;
	}

	.newsletter-desc {
		font-size: 1.375rem;
		letter-spacing: 3px
	}

	.newsletters-form {
		margin: 2rem 0;
	}

	.instagram-wrap,
	.style-header-wrap {
		margin-top: 3rem;
		margin-bottom: 5rem;
	}

	.instagram-header,
	.style-header {
		margin: 0 2rem;
	}

	.copyright-col .nav-item:not(:last-child) {
		border-right: 1px solid;
	}

	.container-instagram {
		padding: 2rem 0;
	}

	.catalog-product-sub-categories {
		padding: 2rem 1rem;
	}

	.footer-header {
		margin-top: -30px;
	}
	
	.list-products .product .product-image {
        max-height: 278px;
	}
}

@media (min-width: 1200px) {
	.home-slider {
		padding-bottom: 40px;
	}

	.btn-slider {
		padding: 1.5rem 0;
		width: 250px;
	}

	.slide-text-wrapper {
		bottom: -40px;
	}

	.container-ads-banner {
		margin: 3rem 0;
	}

	.ad-caption-row {
		padding-top: 3rem;
		padding-bottom: 6rem;
	}

	.container-social {
		padding-top: 4rem;
		margin-bottom: 6rem;
	}

	.social-impact-list {
		margin-top: 4rem;
		margin-bottom: 8rem;
	}
	.list-products-home .product {
		padding-bottom: .25rem;
	}
	
	.list-products .product .product-image {
        max-height: 340px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1200px;
	}

	.slide-caption {
		margin-bottom: 9rem;
	}

	.container-header .nav-link {
		padding: .75rem !important;
	}

	.container-navigation .nav-link {
		padding: .75rem 1.5rem !important;
	}

	.container-navigation .nav-link.nav-home {
		padding: .45rem 1.5rem !important;
	}

	.container-navigation .nav-link.nav-home .fa-home {
		font-size: 2rem;
	}

	.order-cart-wrapper .item-count {
	    left: 32px;
	}

	.page-philosophy .section-intro .col-12 {
		-ms-flex: 0 0 62%;
		flex: 0 0 62%;
		max-width: 62%;
	}

	.section-social-impact .col-lg-4 {
		-ms-flex: 0 0 19%;
		flex: 0 0 19%;
		max-width: 19%;
	}
	
	.list-products .product .product-image {
        max-height: 350px;
	}
}

@media (min-width: 1824px) {
	.container {
		max-width: 1640px;
	}

	.container-header .nav-link {
		padding: .75rem 1.25rem !important;
	}
	
	.list-products .product .product-image {
	    max-height: 500px;
	}
}

@media (max-width: 992px) {
	body h1,
	body .h1 {
		font-size: 1.625rem !important;
	}

	body h2,
	body .h2 {
		font-size: 1.5rem !important;
	}

	body h3,
	body .h3 {
		font-size: 1.375rem !important;
	}

	body h4,
	body .h4 {
		font-size: 1.25rem !important;
	}

	body h5,
	body .h5 {
		font-size: 1.125rem !important;
	}

	body h6,
	body .h6 {
		font-size: 1rem !important;
	}

	.cart-link {
		display: block;
	}

	.cart-link .fa:before {
		content: "\f290";
	}

	.site-header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
	}

	#site-container {
		padding-top: 86px;
	}

	.search-bar {
		height: 100vh;
		max-width: 100%;
		left: 0;
		top: 85px;
		transition: all 0.2s ease-in-out;
	}

	.search-bar  form {
		padding: 10px;
	}

	.col-account {
		position: unset;
	}
}

@media (max-width: 768px) {
	.wrong-icon {
	    width: 100px;
	}

	.layout-zone-header .col {
		padding-right: 7.5px;
		padding-left: 7.5px;
	}

	h2.slide-header {
		font-size: 1.25rem !important;
	}

	p.slide-caption {
		font-size: 1rem !important;
	}

	.slide-header,
	.slide-caption {
		color: #000 !important;
	}

	.home-slider .swiper-button-prev,
	.home-slider .swiper-button-next {
		top: 30% ;
		font-size: 1.5rem;
	}

	.col-sub-footer {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.layout-zone-ads-banner .col-sm-4,
	.layout-zone-social .col-sm-4 {
		padding-right: 7.5px;
		padding-left: 7.5px;
	}
}

@media (max-width: 576px) {
	.wrong-icon {
	    width: 45px;
	}
	.container-header .row {
		margin-right: 0;
		margin-left: 0;
	}
	.container-header .nav-link {
	    padding: .5rem .25rem !important;
	}
}