@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #313c4c;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
a, a:hover {
	text-decoration: none;
}
@keyframes slide-up {
	from {
		top: 50px;
	}
}
@keyframes slide-right {
	from {
		left: -15px;
	}
}
.btn:focus, .form-control:focus,.custom-control-label:focus {
	outline: none;
	box-shadow: none;
	border-color:#999 !important;
}
textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover, label:focus, .btn:active, .btn.active {
	outline: 0px !important;
	-webkit-appearance: none;
	box-shadow: none !important;
}
.form-control:focus {
	border-color: #313c4c;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.bg-grey {
	background-color: #fafafa;
}
.bg-dark-grey {
	background-color: #f5f5f5;
}
.bg-yellow {
	background-color: #F8AD28;
}
.text-grey {
	color: #696464;
}
.whatsapp-color {
	color: #25d366;
}
.bb-1g {
	border-bottom: 1px solid #eeeeee;
}
ul.nolist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.nolist > li {
	display: inline-block;
}
.font36 {
	font-size: 36px !important;
	line-height: 42px;
}
.font56 {
	font-size: 56px !important;
	line-height: 62px;
}
.fw-400 {
	font-weight: 400 !important;
}
.fw-600 {
	font-weight: 600 !important;
}
.text-black {
	color: #313c4c !important;
}
.text-yellow {
	color: #F8AD28 !important;
}
.top-menu li + li::before {
	content: '|';
	display: inline-block;
	margin: 0 0.2rem 0 0;
	color: #999999;
	font-size: 11px;
}
.top-menu a {
	font-size: 13px;
	color: #999999;
}
.top-menu a:hover {
	color: #313c4c;
}
.hero-image .swiper-slide {
	height: 100%;
	background-size: cover;
}
ul.primary-navigation {
	margin-bottom: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	align-items: center;
}
ul.primary-navigation > li {
	position: relative;
	padding: 10px 0px;
}
ul.primary-navigation > li a {
	color: #313c4c;
	padding: 0 15px;
	display: flex;
	align-items: center;
	position: relative;
}
ul.primary-navigation > li.active a, ul.primary-navigation > li:hover a {
	color: #F8AD28;
}
.header .main-menu, .header .main-menu nav {
	display: flex;
}
.header-search {
	background: rgba(0, 0, 0, 0.45);
	padding: 20px 0;
	position: absolute;
	z-index: 2;
	width: 100%;
	display: none;
}
.mw-80 {
	max-width: 80%;
	margin: 0px auto;
}
.header-search .form-control, .header-search .btn {
	height: 38px;
	line-height: 25px;
}
.footer-icon svg {
	width: 20px !important;
	font-size: 15px;
	flex-grow: 1
}
.footer-icon li span {
	width: 100%;
	display: inline-block;
}
ul.primary-navigation > li:nth-child(1) a {
	padding-left: 0;
}
.dropdown ul.sub-menu {
	position: absolute;
	border-radius: 4px;
	background: #F8AD28;
	margin: 10.125rem 0 0;
	padding: 5px 0;
	list-style-type: none;
	z-index: 3;
	top: 100%;
	margin-top: 0px;
	max-height: 300px;
	overflow-y: auto;
	display: none;
	width: 180px;
}
.dropdown:hover ul.sub-menu {
	display: block;
	animation: slide-up .25s ease-in-out;
}
.dropdown ul.sub-menu > li {
	border-bottom: 1px solid #F8AD28;
	padding: 10px;
}
.dropdown ul.sub-menu > li:nth-last-child(1) {
	border-bottom: 0px;
}
.dropdown ul.sub-menu > li a {
	color: #313c4c;
	padding: 0px;
	line-height: normal;
}
.dropdown ul.sub-menu > li a:hover {
	color: #fff;
}
.hero-image .swiper-slide, .hero-image .row {
	width: 100%;
	background-size: cover;
	background-position: right;
}
.header .right-column {
	flex-grow: 1;
	text-align: right;
	align-items: center;
	display: inline-flex;
	justify-content: flex-end;
	padding-right: 1em;
}
ul.other-navigation {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.other-navigation > li {
	display: inline-block;
	margin-left: 15px;
}
ul.other-navigation > li a {
	display: inline-flex;
	flex-direction: column;
	color: #313c4c;
	justify-content: center;
	text-transform: uppercase;
	font-size: 10px;
	align-items: center;
	position: relative;
}
ul.other-navigation > li a span {
	margin-top: 2px;
}
ul.other-navigation > li a span.count {
	position: absolute;
	right: -10px;
	top: -10px;
	background: #F8AD28;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	color: #000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 500;
}
.icon {
	background: url("../img/sprite.png");
}
.icon-25x25 {
	width: 25px;
	height: 25px;
	display: inline-table;
}
.icon-search-white {
	background-position: 0px 0px;
}
.icon-search-yellow {
	background-position: -25px 0px;
}
.icon-account-white {
	background-position: -50px 0px;
}
.icon-account-yellow {
	background-position: -75px 0px;
}
.icon-cart-white {
	background-position: -100px 0px;
}
.icon-cart-yellow {
	background-position: -125px 0px;
}
.icon-close-white {
	background-position: -150px 0px;
}
.icon-close-yellow {
	background-position: -175px 0px;
}
.icon-bar-white {
	background-position: -0px -25px;
}
.icon-bar-yellow {
	background-position: -25px -25px;
}
.icon-down {
	background-position: -50px -25px;
}
.icon-up {
	background-position: -75px -25px;
}
.icon-filter-black {
	background-position: -100px -25px;
}
.icon-filter-white {
	background-position: -125px -25px;
}
.desktop-none {
	display: none !important;
}
.logo {
	padding: 1.5rem 0;
}
.section {
	padding-top: 70px;
	padding-bottom: 70px;
}
.section-title, .woocommerce-products-header__title.page-title, .single-product .entry-title {
	font-size: 36px;
	color: #313c4c;
	font-weight: 600;
	line-height: 42px;
}
.content {
	font-size: 16px;
	font-weight: 300;
}
.content p {
	margin-bottom: 1.75rem;
}
.content p:nth-last-child(1) {
	margin-bottom: 0px;
}
.hero-image {
	background-size: cover;
}
.lead {
	font-size: 18px;
}
.btn-round, .add_to_cart_button {
	font-size: 14px !important;
	color: #999;
	border: 1px solid #999;
	padding: 0.5rem 2.5rem !important;
	border-radius: 50px;
	position: relative;
	overflow: hidden;
	background: none;
}
.btn-round::after, .add_to_cart_button::after {
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	left: 0;
	top: 0;
	background: #f7ab1a;
	color: #fff;
	border-color: #f7ab1a;
	z-index: -1;
	position: absolute;
	transition: 0.3s ease;
}
.btn-round:hover, .add_to_cart_button:hover {
	color: #fff;
	border-color: #f7ab1a;
}
.btn-round:hover::after, .add_to_cart_button::after {
	content: '';
	display: block;
	width: 100%;
}
.btn-black {
	font-size: 14px;
	color: #fff;
	border: 1px solid #313c4c;
	padding: 0.5rem 2.5rem;
	border-radius: 50px;
	position: relative;
	overflow: hidden;
	background: #313c4c;
}
.btn-black::after {
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	right: 0;
	top: 0;
	background: #f7ab1a;
	color: #fff;
	border-color: #f7ab1a;
	z-index: -1;
	position: absolute;
	transition: 0.3s ease;
}
.btn-black:hover {
	color: #fff;
	border-color: #f7ab1a;
}
.btn-black:hover::after {
	content: '';
	display: block;
	width: 100%;
}
a.button, .button {
	font-size: 14px !important;
	color: #fff;
	border: 1px solid #313c4c;
	padding: 0.5rem 2.5rem !important;
	min-width: 150px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	background: #313c4c;
}
a.button:hover, .button:hover {
	color: #fff;
	text-decoration: none !important;
	background: #f7ab1a;
	border-color: #f7ab1a;
}
.input-group {
	align-items: center;
}
.input-group .custom-control {
	border-radius: 50px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	padding: 0.5rem 2.5rem 0.5rem 1rem;
	height: 39px;
	font-size: 14px;
}
.woocommerce-variation-add-to-cart {
	display: flex;
	align-items: center;
}
.single-product form.cart input {
	display: block;
	width: 100%;
	height: calc(1.5em+ .75rem+ 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.single-product form.cart .quantity {
	width: 100px;
}
.single-product div.product .product_meta {
	margin-top: 1.5rem;
	font-size: 13px;
}
.single-product div.product .product_meta a {
	color: #F8AD28
}
.rupee {
	font-family: arial, serif;
	font-weight: 400;
}
.product-box figure {
	background: #fff;
	border: 1px solid #ddd;
}
.product-box .title {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}
.product-box .title a {
	color: #313c4c;
	transition: 0.3s ease;
}
.product-box .title a:hover {
	color: #F8AD28;
}
.product-box .price,.product-box .woocommerce-Price-amount.amount {
	font-size: 16px !important;
	font-weight: 500;
	color: #F8AD28 !important;
}
.related.products {text-align: center;}
.product-box .price del {
	color: #999;
}
.woocommerce-tabs .panel h2:first-of-type {font-size: 20px; margin-bottom: 1rem; }
table.woocommerce-product-attributes tr th,table.woocommerce-product-attributes tr td {padding: 10px;}
.small-box .title {
	font-size: 14px;
	font-weight: 400;
}
.small-box .price {
	font-size: 16px;
}
.reviews {
	font-size: 18px;
	font-weight: 400;
	position: relative;
	display: flex;
	flex-direction: row;
}
.reviews .c-name {
	font-weight: 500;
}
.reviews .svg-inline--fa {
	position: absolute;
	top: -7px;
	left: 0;
	font-size: 30px;
	color: #F8AD28;
}
.reviews .quote {
	margin-left: 2.5rem;
	font-weight: 300;
}
.footer {
	background: #313c4c;
	color: #bcbfc2;
}
.footer strong {
	color: #fff;
	font-weight: 500;
}
.footer-title {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}
.footer ul > li {
	display: block;
	margin-top: 5px;
}
.footer ul > li a {
	color: #bcbfc2;
	transition: 0.3s ease;
}
.footer ul > li a:hover {
	color: #fff;
}
.copyright {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.copyright a {
	color: #F8AD28;
}
.divider {
	border-top: 1px solid #56616d;
	display: inline-block;
	width: 100%;
}
ul.nolist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.vertical-grid {
	display: flex;
	align-items: center;
}
.vertical-grid .details {
	margin-left: 1.25rem;
}
.vertical-grid .title {
	font-size: 20px;
	color: #fff;
	margin-bottom: 0.3rem;
}
.vertical-grid .sub-title {
	font-size: 16px;
	color: #6d4b0d;
	font-weight: 400;
}
#mobileMenu {
	position: fixed;
	top: 0;
	left: -22rem;
	height: 100%;
	transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s, box-shadow 0.3s 0.25s;
	border: none !important;
	border-radius: 0 !important;
	width: 100%;
	max-width: 22rem;
	background-color: #F8AD28;
	z-index: 1038;
	display: block;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	font-family: 'Poppins', sans-serif !important;
}
.woocommerce-ordering, .woocommerce-result-count {margin: 0px; padding: 0px;}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	font-size: 14px;
}
.woocommerce-breadcrumb { margin-bottom: 1rem;}
.woocommerce-products-header {
	margin-bottom: 3rem;
}
.woocommerce-breadcrumb a {
	color: #F8AD28
}
.woocommerce-breadcrumb {
	color: #999;
}
.single-product .woocommerce-Price-amount.amount {
	font-size: 30px;
	font-weight: 500;
	color: #F8AD28;
}
.single-product del, .single-product del .woocommerce-Price-amount.amount {
	color: #999 !important;
}
.woocommerce .onsale {
	background: #F8AD28;
	font-size: 14px;
	padding: 0.5rem;
}
.woocommerce-product-gallery {
	padding: 1rem;
	background: #fff;
	border: 1px solid #ddd;
}
.woocommerce-pagination ul.page-numbers {text-align: center;}
.woocommerce-pagination {padding: 3rem 0 1rem;}
.woocommerce-pagination span.page-numbers,.woocommerce-pagination a.page-numbers,.woocommerce-pagination .next.page-numbers {background: #F8AD28;
color: #fff;
border-radius: 5px;
width: 30px;
height: 30px;
text-align: center;
display: inline-flex !important;
justify-content: center;
align-items: center;}
.woocommerce-pagination span.page-numbers {background: #313c4c;}
.woocommerce-product-gallery .flex-viewport {
	height: 500px !important;
}
.woocommerce-product-gallery .flex-viewport img {
	object-fit: scale-down;
	height: 500px;
	text-align: center;
	width: 100%;
}
.woocommerce-product-gallery--columns-4 ol {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.woocommerce-product-gallery .flex-control-thumbs li {
	display: inline-block;
	float: none;
}
.woocommerce-info {
	border: 0px;
}
.woocommerce-product-gallery img {
	margin: 0px auto;
}
.woocommerce-result-count {padding: 9px 0;}
.product-box .price, .entry-summary .price {
	flex-direction: row-reverse;
	display: flex;
	justify-content: flex-end;
}
.product-box .price ins, .entry-summary .price ins {
	margin-right: 8px;
}
.archive .header, .single .header, .page .header {
	border-bottom: 1px solid #eeeeee
}
.product-box figure {
	text-align: center;
	height: 250px;
	overflow: hidden;
}
.product-box figure img {
	object-fit: scale-down;
	width: 100%;
	height: 100%;
}
.product-box.small-box figure {
	height: auto;
}
.swiper-banner .swiper-button-next {
	margin-right: 0;
	transition: 0.3s ease;
}
.swiper-banner .swiper-button-prev {
	margin-left: 0;
	transition: 0.3s ease;
}
.swiper-button-next, .swiper-button-prev {
	color: #fff;
	opacity: 0;
	transition: 0.3s ease;
}
.swiper-banner:hover .swiper-button-next, .swiper-banner:hover .swiper-button-prev {
	opacity: 1;
}
.swiper-banner:hover .swiper-button-next {
	margin-right: 1.5em;
}
.swiper-banner:hover .swiper-button-prev {
	margin-left: 1.5em;
}
.swiper-banner img {
	object-fit: cover;
	width: 100%;
}
.swiper-pagination-bullet-active {
	background: #F8AD28
}
.entry-content h2 {
	margin-bottom: 1rem;
	font-size: 22px;
	margin-top: 3rem;
	color: #000;
}
.entry-content h3 {
	margin-bottom: 1rem;
	font-size: 18px;
	margin-top: 3rem;
	color: #000;
}
.entry-content ul > li {
	margin-bottom: 5px;
}
.entry-content a {
	color: #F8AD28;
}
.blog .featured-media-inner, .archive .featured-media-inner {
	height: 170px;
	overflow: hidden
}
.blog .featured-media-inner a, .archive .featured-media-inner a {
	width: 100%
}
.blog .featured-media-inner img, .archive .featured-media-inner img {
	width: 100%
}
.blog .entry-title a, .archive .entry-title a,.blog .entry-title,.archive .entry-title {
	font-size: 18px;
	line-height: 24px;
	color: #000!important;
	margin-top: 1rem;
	font-weight: 500
}
.blog .entry-title a:hover, .archive .entry-title a:hover {
	text-decoration: none;
	color: #F8AD28!important
}
.blog .entry-categories-inner, .archive .entry-categories-inner {
	margin-bottom: 5px
}
.blog .entry-categories-inner a, .archive .entry-categories-inner a {
	font-size: 14px;
	color: #393939!important;
	font-weight: 500
}
.blog .post, .archive .post {
	box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
	border-radius: 7px;
	height: 100%;
	overflow: hidden
}
.blog .post .featured-media-inner img, .archive .post .featured-media-inner img {
	transition: .3s ease
}
.blog .post:hover .featured-media-inner img, .archive .post:hover .featured-media-inner img {
	transform: scale(1.2)
}
.blog .entry-header-inner, .archive .entry-header-inner {
	padding: 1.5rem 1rem
}
.blog figure, .archive figure {
	margin-bottom: 0
}
b, strong {
    font-weight: 600;
}
.blog-inner .entry-title {
	font-size: 30px;
	line-height: 34px;
	color: #000;
	font-weight: 500;
	text-align: left;
	margin-bottom: 1.5rem
}
.blog-inner .entry-content {
	line-height: normal;
	color: #5F6565
}
.pagination-single-inner .title-inner {color: #000;}
.pagination-single-inner .title-inner:hover {color: #F8AD28;}
.blog-inner .featured-media-inner {
	margin-bottom: 1.5rem;text-align: center;
}
.blog-inner .entry-content p {
	margin-bottom: 2.25rem
}
.blog-inner .wp-caption-text {    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    font-style: italic;}
.blog-inner ul.post-meta {
	margin: 0 0 1.5rem;
	padding: 0;
	list-style-type: none;
	text-align: left
}
.blog-inner ul.post-meta > li {
	display: inline-flex;
	margin-right: 1rem;
	align-items: center
}
.blog-inner ul.post-meta > li .meta-text {
	margin-left: .5rem
}
.blog-inner .pagination-single-inner {
	display: flex
}
.blog-inner .pagination-single-inner a.previous-post, .blog-inner .pagination-single-inner a.next-post {
	color: #0C1025;
	font-weight: 500;
	font-size: 15px;
	width: 50%
}
.blog-inner .pagination-single-inner a {
	padding-right: 2rem
}
.blog-inner .pagination-single-inner a + a {
	padding-left: 2rem;
	text-align: right;
	padding-right: 0
}
.blog-inner .pagination-single-inner .arrow {
	display: none
}
.archive-header {
	display: block;
	width: 100%;
	margin-bottom: 3rem
}
.archive-title {
	font-size: 30px;
	font-weight: 600
}
.archive-title .color-accent {
	display: none
}
.woocommerce .woocommerce-form-login__rememberme {margin: 0rem !important;}
.customer_login {max-width: 500px; padding: 2rem 1.5rem 3rem; border-radius: 10px; box-shadow: 0px 0px 30px rgb(0 0 0 / 20%); margin: 0px auto;}
.customer_login h2 {margin-top: 0px !important; margin-bottom: 1.5rem !important}
.link {color: #313c4c !important; border-bottom: 1px solid;}
.link:hover {color: #F8AD28 !important;}
.customer_login ul.woocommerce-error {margin-bottom: 1rem; list-style-type: none; padding: 0; border-radius: 5px; font-size: 13px; background: #ea4335;}
.customer_login ul.woocommerce-error li {padding: 10px; margin: 0px; border-radius: 8px;}
.customer_login .custom-control {display: inline-flex !important; }
.customer_login .custom-control-label {display: inline-flex !important; align-items: center;}
.custom-control-input:checked~.custom-control-label::before {background-color: #F8AD28; border-color: #F8AD28;}
.customer_login .form-control {font-size: 13px;}
.customer_login .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {max-width: 100%;}
.d-none {display: none;}
.customer_login .woocommerce-error li {justify-content: flex-start;}
.customer_login .woocommerce-error li strong {display: none;}
@media (max-width:991px) {
	.mobile-siderbar-header {
		font-size: 14px;
		color: #775a13;
		padding: 8px 20px;
		display: inline-flex;
		align-items: baseline;
		width: 100%;
	}
	.mobile-siderbar-header span.close {
		flex-grow: 1;
		text-align: right;
		opacity: 1;
		text-shadow: none;
	}
	.mobile-siderbar-header span.close a {
		font-size: 14px;
		color: #775a13;
		font-weight: normal;
	}
	.mobile-siderbar-header span.close svg {
		font-size: 10px;
	}
	.mobile-siderbar-navigation {
		margin-top: 15px;
		padding-bottom: 5em;
	}
	.mobile-siderbar-navigation ul, ul.mobile-siderbar-submenu {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	.mobile-siderbar-navigation ul > li {
		padding: 10px 20px;
		border-bottom: 1px solid #dfa926;
	}
	.mobile-siderbar-navigation ul > li:nth-last-child(1) {
		border-bottom: 0px;
	}
	.mobile-siderbar-navigation ul > li a {
		font-size: 16px;
		color: #181b1e;
		transition: 0.3s ease;
		display: inline-flex;
		align-items: center;
		width: 100%;
	}
	.mobile-siderbar-navigation ul > li a span {
		flex-grow: 1;
		text-align: left;
	}
	.mobile-siderbar-navigation ul > li a:hover {
		color: #fff;
	}
	ul.mobile-siderbar-submenu {
		margin-top: 15px;
		margin-bottom: 15px;
		display: none;
		position: relative;
		left: 5px;
	}
	ul.mobile-siderbar-submenu > li {
		border-bottom: 0px;
		padding: 6px 15px;
		border-left: 1px solid #dfa926;
	}
	.mobile-siderbar-dropdown.selected .mobile-siderbar-submenu {
		animation: slide-right .25s ease-in-out;
	}
	.mobile-sidebar-search {
		padding: 30px 15px 0px;
	}
	.mobile-sidebar-search .form-control {
		font-size: 14px;
		border: 0px;
		height: 36px;
	}
	.mobile-sidebar-search .btn {
		background-color: #181b1e;
		border: 0px;
		;
	}
	.mobile-sidebar-body {
		width: calc(100% - .375rem);
		height: calc(100% - 3rem);
		overflow-y: auto;
	}
	.mobile-none {
		display: none !important;
	}
	.desktop-none {
		display: inline-block !important;
	}
	.section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.product-box .title {
		font-size: 14px;
		font-weight: 400;
	}
	.product-box .price {
		font-size: 15px;
	}
	.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-ordering, .woocommerce-page .woocommerce-result-count {font-size: 14px;}
}
@media (max-width:767px) {
	.mob-none {
		display: none !important;
	}
	.section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.section-title {
		font-size: 26px;
		line-height: 32px;
	}
	.content {
		font-size: 14px;
	}
	.lead {
		font-size: 15px;
		line-height: 21px;
	}
	.swiper-banner:hover .swiper-button-next, .swiper-banner:hover .swiper-button-prev {
		opacity: 0;
	}
	.product-box .title {white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;}
	.product-box figure img {height: 150px;}
	.product-box figure {height: auto;}
	.woocommerce-pagination {padding: 1rem 0 2rem;}
	
}
@media (max-width:600px) {
		.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering { margin-bottom: 1.5rem;}
	.woocommerce-result-count {margin-bottom: 0.5rem;}
}
@media (max-width:575px) {
	.logo {
		width: 100px;
	}
	.font56 {
		font-size: 42px !important;
		line-height: 48px;
	}
	.font36 {
		font-size: 26px !important;
		line-height: 42px;
	}
	.product-box figure {
		padding: 0.5rem;
	}
	.reviews {
		font-size: 16px;
	}
	.input-group {
		flex-direction: column;
	}
	.input-group > .custom-file {
		margin-bottom: 1rem;
		width: 100%;
	}
	.input-group .custom-control, .input-group .btn-black {
		border-radius: 50px !important;
	}
	.hero-image {
		background-position: left;
	}
	.mobile-sidebar-search .input-group {
		flex-direction: row;
	}
	.productBox [class*=col-md-] {
		margin-bottom: 1.5rem;
	}
	.productBox [class*=col-md-]:nth-last-child(1) {
		margin-bottom: 0;
	}
	.product-box figure {
		text-align: center;
	}
	.product-box img {
		height: 200px;
		max-width: auto;
		width: auto;
	}
	.product-box.small-box img {
		height: 150px;
		max-width: auto;
		width: auto;
	}
	.section-title, .woocommerce-products-header__title.page-title, .single-product .entry-title, .entry-header-inner .entry-title {
		font-size: 30px;
		line-height: 34px;
	}
}
@media (max-width:480px) {}