/*Amrinder*/
.main {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	padding: 10px 30px;
}

.main .product-item {
	position: relative;
	width: 250px;
	height: 460px;
	overflow: hidden;
	border-radius: 50px;
	cursor: pointer;
	transition: transform 0.3s ease;
	flex: none;
	max-width: none;
	padding: 0;
	border: 1px solid #ddd;
}

.pre-header ul {
	margin-bottom: 0;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

.header {
	/*box-shadow: 0 1px 0px #ddd;*/
	background: #fff;
	border-radius: 0;
	margin-bottom: 0;
	z-index: 999;
	position: relative;
	background: #fff9f2;
	box-shadow: none;
}
/* 
.header::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 46px;
	background: #ddd;
	height: 1px;
} */

.header .container {
	position: relative;
	display: flex;
	flex-direction: column;
}

.pre-header {
	color: #616b76;
	box-shadow: none;
	border: none;
	padding: 12px 0;
	line-height: 1.2;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	background: #fff9f2;
}

.pre-header li {
	padding-left: 11px;
	padding-right: 15px;
	border-right: solid 1px #bbb;
}

.head-content {
	display: flex;
	max-width: 100%;
	width: 100%;
	position: relative;
	min-height: 95px;
	padding: 0;
	align-items: center;
}

.site-logo {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	align-self: center;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
}

.site-logo>img {
	width: 280px;
}

.header .top-cart-block {
	margin-top: 0;
	font: 400 13px 'Open Sans', Arial, sans-serif;
	/*position: absolute;
	right: 0;*/
	display: flex;
}

.top-cart-info {
	background: #f9f9f9;
	color: #595f65;
	border: solid 1px #ececec;
	border-radius: 30px !important;
	padding: 8px 10px 6px;
	line-height: 1.2;
	display: flex;
	align-items: center;
	gap: 8px;
}

.top-cart-info-value {
	border-left: solid 1px #a5aab0;
	margin-left: 5px;
	padding-left: 5px;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

.top-cart-icons {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: 0 !important;
}

.top-cart-icons>div {
	position: relative;
}

.top-cart-icons>div>div {
	display: flex;
	align-items: center;
	gap: 2px;
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 5px;
	background: rgb(248, 249, 250);
	border: 1px solid rgb(221, 221, 221);
	border-radius: 30px !important;
}

.top-cart-icons svg {
	width: 17px;
	height: 17px;
	fill: #e84d1c;
	position: relative;
	display: block;
}

.top-cart-block .fa-shopping-cart {
	position: static;
	top: 0;
	right: 0;
	background: none;
	color: #fff;
	border-radius: 16px !important;
	font-size: 16px;
	padding: 4px;
}

.top-cart-icons>div {
	position: relative;
}

.top-cart-icons>div>div {
	display: flex;
	align-items: center;
	gap: 2px;
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 5px;
	background: rgb(248, 249, 250);
	border: 1px solid rgb(221, 221, 221);
	border-radius: 30px !important;
}

.header .header-navigation {
	display: flex !important;
	justify-content: center;
	max-width: 100%;
	width: 100%;
}

.header-navigation>ul>li>a {
	color: #000;
	display: block;
	padding: 15px 24px;
	font-size: 18px;
	position: relative;
	text-transform: capitalize;
	/*font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;*/
	 font-family: "Nunito", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 600;
	  font-style: normal;
}

.header-navigation>ul>li>a::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 22px;
	width: 2px;
	background-color: #666;
}

.header-navigation>ul>li:last-child>a::before {
	content: none;
}

.header-navigation ul>li.active>a,
.header-navigation ul>li>a:hover,
.header-navigation ul>li>a:focus,
.header-navigation ul>li.open>a,
.header-navigation ul>li.open>a:hover,
.header-navigation ul>li.open>a:focus {
	background: transparent;
}

.header-navigation>ul>li.dropdown:hover>a::after {
	left: 50%;
	transform: translateX(-50%);
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid #e6400c !important;
	border-right: 8px solid transparent !important;
	border-left: 8px solid transparent !important;
	margin-left: 0 !important;
}

.list-inline {
	text-transform: capitalize;
}

.header .header-navigation {
	text-transform: capitalize;
}

.top-cart-block .fa-users {
	position: static;
	top: 0;
	right: 120;
	background: #e84d1c;
	color: #fff;
	padding: 8px 8px 7px;
	border-radius: 16px !important;
	font-size: 16px;
	margin: 0 0 0 10px;
}

.top-cart-info-count {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

.top-cart-info-count>span {
	font-weight: 400;
	margin: 0 4px 0 0;
	font-size: 15px;
}

.slider-image {
	object-fit: cover;
}

.swiper-button-prev {
	left: var(--swiper-navigation-sides-offset, 30px) !important;
	height: 55px !important;
	width: 45px !important;
}

.swiper-button-next {
	right: var(--swiper-navigation-sides-offset, 30px) !important;
	height: 55px !important;
	width: 45px !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 18px !important;
}

.occupation-container {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	justify-content: center;
	padding: 0 !important;
}

.more-detail {
	visibility: hidden;
	opacity: 0;
	transition: opacity .15s linear;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 150px;
	text-align: center;
}

.product-item:hover .more-detail {
	visibility: visible;
	opacity: 1;
	transform: translateY(130px);
}

.steps-block h2,
.ecommerce .steps-block h2 {
	font-size: 26px;
	text-transform: uppercase;
	margin: 0 0 .2em;
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	letter-spacing: -.5px;
}

.steps-block em {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .7px;
}

.steps-block .fa-truck,
.steps-block .fa-gift,
.steps-block .fa-phone {
	font-size: 26px;
	width: 50px;
	height: 50px;
	padding-top: 11px;
}

.steps-block-col span {
	width: 20px;
	height: 50px;
}

.pre-footer p {
	line-height: 1.35em;
	font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	margin: 0 0 10px;
}

.list-unstyled {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.pre-footer a,
.pre-footer address,
.pre-footer-subscribe-box,
.input-group .form-control,
.footer {
	font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	color: #666;
}

.u-name {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	margin: 0 0 0 4px;
}

.pre-footer h2,
.ecommerce .pre-footer h2 {
	font-size: 20px;
	color: #c2c1c1;
}

.pre-footer li {
	margin-bottom: 10px;
	letter-spacing: -.4px;
}

.pre-footer li>svg {
	display: block;
	margin: 4px .5em 0 0;
	height: 10px;
	width: 10px;
	fill: #DD2B1C;
	float: left;
}

.pre-footer address>svg {
	display: block;
	margin: 0 .5em 0 0;
	height: 17px;
	width: 17px;
	fill: #DD2B1C;
	float: left;
}

.steps-block {
	padding: 50px 0;
}

.steps-block-col {
	min-height: auto;
	;
}

.steps-block .container,
.main .container {
	width: 1370px;
}

.wide-section .container {
	width: 1550px;
}

.pre-header .container {
    width: 1550px;
}

.pi-img-wrapper {
	height: 80%;
	width: 100%;
}

.wide-section .col-lg-2 {
	width: 20%;
}

.pi-img-wrapper>img.img-responsive {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.pi-price {
	font-family: "Nunito", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
}

.product-item .add2cart {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.occupation-container .occupation-card {
	padding: 0;
	width: 100%;
	border: 1px solid #ddd;
	position: relative;
	height: auto;
	border-radius: 10px!important;
	padding: 1.5em;
}

.occupation-card > img {
	height: 330px;
	border-radius: 10px!important;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

/*.occupation-container .occupation-card::before {
	content: "";
	position: absolute;
	bottom: -135px;
	left: 50%;
	transform: translateX(-50%);
	height: 200px;
	width: 450px;
	background-color: #e84d1c;
	border-radius: 50%;
	outline: 4px solid #fff;
}*/

/*.occupation-container .occupation-card::after {
	content: "";
	position: absolute;
	inset: 0;
	height: 96%;
	width: 96%;
	border: 2px solid rgba(255,255,255,.6);
	margin: auto;
}*/
.main .product-item {
	width: 100%;
}

.product-item {
	padding: 0;
	height: 400px;
}

.wide-section .main {
	padding: 0;
	gap: 0;
}

/*.main .product-item::before{
	content: "";
	position: absolute;
	inset: 0;
	height: 96%;
	width: 96%;
	border: 2px solid rgba(0,0,0,.15);
	margin: auto;
	z-index: 2;	
}*/
.section-title {
	text-transform: capitalize;
	margin: 45px 195px 55px !important;
	font-size: 32px;
	color: #000;
	font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	background: #FFF9F2;
	padding: 1em 1.5em;
	border-radius: 8px;
}

/*.section-title>span {
	color: #e84d1c;
}*/

.section-title::after {
	bottom: -15px !important;
	width: 40% !important;
	height: 1px !important;
	content: none;
}

.pre-footer h2,
.ecommerce .pre-footer h2 {
	margin: 0 0 20px;
	color: #000;
	font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
	font-weight: 600;
}

.pre-footer {
	color: #666;
}

.product-item h3 {
	font-size: 18px;
	margin: 0;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	letter-spacing: .3px;
}

.btn {
	text-transform: none;
	border-radius: 20px !important;
}

.pre-footer-subscribe-box .input-group {
	border-radius: 25px !important;
	overflow: hidden;
}

.social-icons li {
	margin-right: 8px;
}

.social-icons li a {
	border-radius: 20px !important;
}

.more-button-container {
	margin: 10px 0 30px !important;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.category-conatiner {
	padding: 0 0 4em;
	background-color: #f2f2f2;
	margin: 2em 0 1em;
}

.slider-content {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	height: 94%;
	width: 509px;
	position: absolute;
	top: 0;
	left: 15em;
	z-index: 2;
}

.slider-container {
	position: relative;
	background: #fff9f2;
	width: 100%;
	height: 680px;
	overflow: hidden;
}

.slider-container .col-lg-5, .slider-container .col-lg-7 {
	height: 100%;
	overflow: hidden;
}

.slider-container .item {
	height: 100%;
}

.slider-container .item img {
    height: 100%;
	max-width: 100%;
    margin: 0 auto;
}

.carousel-fade .item { opacity: 0; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity;}
.carousel-fade .next.left,.carousel-fade .prev.right,.carousel-fade .item.active { opacity: 1; }
.carousel-fade .active.left,.carousel-fade .active.right { left: 0; opacity: 0;z-index: 1;}
/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right { opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
}

.carousel-control{width:12%;opacity:1;}
.carousel-control.right,.carousel-control.left{background:none;z-index:2;display: none ;}
.carousel-control svg{position:absolute;top:50%;transform:translateY(-50%);text-shadow:none;color: #000;width: 50px;padding:1.5em .7em;border-radius:4px; }
.left.carousel-control svg{left:40px;}
.right.carousel-control svg{right:40px;}
.carousel-indicators .active{background-color:#d1a751;height:10px;width:40px;}
.carousel-indicators li{height:10px;width:40px;background-color:#000;border:0; margin: 0; transition: width .2s linear;}


.slider-content h1 {
	text-transform: capitalize;
	font-family: "Slackey", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 60px;
	line-height: 1em;
	color: #3B4950;
	margin: 0 0 10px;
}

.slider-content h1>span {
	color: #DD2B1C;
	display: block;
}

.slider-content p {
	font-size: 16px;
	line-height: 1.4em;
	font-family: "Nunito", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	color: #000;
}

.slider-content a {
	text-decoration: none;
	color: #fff;
	background-color: #e84d1c;
	padding: .7em 1.6em;
	font-size: 14px;
	border-radius: 25px !important;
	margin: .5em 0 0;
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}

.header-navigation .product-item {
	padding: 0;
	border: 1px solid #ddd;
	text-align: center;
	max-width: 100%;
	margin: 0 0 .4em;
}

.header-navigation .product-item h3 {
	margin: 0;
}

.header-navigation .product-item .pi-price {
	padding: 0;
	margin: -15px 0 0;
}

.pi-price > del {
	color: #666;
	font-weight: 400;
	margin: 2px 10px 0 0;
	font-size: 16px;
}

.pi-price > small {
	text-transform: uppercase;
	margin: 0 10px 0 0;
	font-size: 65%;
	color: #000;
}

.product-item h3 a {
    color: #3e4d5c;
    font-size: 18px;
    font-weight: 600;
}

.header-navigation .product-item .add2cart {
	padding: 3px 15px;
}

.title-wrapper {
	margin: 0 0 20px;
	min-height: auto;
	padding: 60px 0;
	position: relative;
}

.title-wrapper::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(80, 80, 80, .9);
	z-index: 0;
}

.title-wrapper h1 {
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	margin: 0;
	color: #ccc;
	z-index: 1;
	position: relative;
}

.title-wrapper h1+em {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	letter-spacing: .3px;
	z-index: 1;
	position: relative;
	font-size: 18px;
	text-align: left;
}

.breadcrumb {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	padding: 0 15px 0 0;
}

.breadcrumb li {
	margin: 0 15px 0 0;
	text-transform: capitalize;
}

.breadcrumb li a {
	font-weight: 300;
}

.breadcrumb li:first-child a {
	font-weight: 600;
}

.sidebar-container {
	border-radius: 25px !important;
	background: #fff;
	height: 100vh;
	overflow-y: scroll;

	/* Hide scrollbar for Webkit browsers (Chrome, Safari, Edge) */
	scrollbar-width: none;           /* Firefox */
	-ms-overflow-style: none;        /* IE and Edge */
}

.sidebar-container::-webkit-scrollbar {
	display: none;                   /* Chrome, Safari, Edge */
}


.sidebar-search {
	margin-bottom: 15px !important;
}

.sidebar-search .form-control {
	border-radius: 30px !important;
	background-color: #fff;
	padding: 13px 18px;
	height: auto;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	border-color: #aaa;
}

.sidebar-filter h2 {
	color: #222 !important;
	font-weight: 500 !important;
	letter-spacing: .3px;
}

.sidebar-filter label {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
}

.sidebar-filter {
	/*	border: 1px solid #aaa;*/
	border-radius: 20px !important;
	margin-bottom: 0 !important;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	padding: 15px 0 20px;
}

.grid-container {
	grid-template-columns: repeat(5, 1fr) !important;
}

.grid-list.size {
	grid-template-columns: repeat(3, 1fr) !important;
}

.color-card,
.checkbox-label {
	border-radius: 10px !important;
}

.color-label {
	font-weight: 300;
}

.checkbox-label {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	margin: 0;
}

.range-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 10px;
}

.range-container>div {
	max-width: 100%;
	width: 100%;
	box-shadow: 0 2px 10px 0 rgba(80, 80, 80, .2);
	border-radius: 10px !important;
	padding: .5em .45em;
	margin: 0 0 1.5rem;
}

.grid-container,
.grid-list {
	grid-template-columns: repeat(1, 1fr);
}

.list-view-sorting label {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	margin: 0 10px 0 0;
	text-transform: capitalize;
}

select.form-control {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	border-radius: 25px !important;
}

.product-list-page .product-item {
	width: 100%;
}

.pi-img-wrapper div {
	background: rgba(50, 50, 50, 0.85);
}

.pi-img-wrapper div .btn-default {
	background-color: #e6400c;
	border-color: #e6400c;
	padding: 5px 15px;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 13px;
	z-index: 2;
}

.pi-img-wrapper div .btn-default:hover,
.pi-img-wrapper div .btn-default:focus {
	background-color: #222;
	border-color: #ddd;
}

.quantity,
.items-info {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 14px;
}

.quantity strong {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.quantity-container {
	border-radius: 30px !important;
	overflow: hidden;
}

.quantity-container span,
.coupon {
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
}

.quantity-container button {
	border: 0;
	border-radius: 30px;
}

.quantity-container button:first-child {
	background-color: #e94d1c !important;
	color: #fff;
}

.quantity-container button:last-child {
	background-color: #222 !important;
	color: #fff;
}

.pagination-btn {
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
}

.pi-img-wrapper+div.pi-data {
	text-align: center;
	background-color: transparent;
}

.pi-data h3 {
	margin: 0;
}

.pi-data h3,
.pi-data div,
.pi-data button {
	z-index: 2;
	position: relative;
}

.pi-data::before {
	content: "";
	position: absolute;
	bottom: -100px;
	left: 50%;
	transform: translateX(-50%);
	height: 230px;
	width: 450px;
	background-color: #fff;
	border-radius: 50%;
	z-index: 1;
}

.product-page {
	padding: 0;
	margin-right: 0;
}

.header+.main {
	padding: 20px 30px;
}

.main h1 {
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}

.product-page-cart {
	margin-bottom: 0;
}

.price-availability-block .price strong,
.availability,
.product-page-cart button,
.description>p {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}

.description>p {
	font-weight: 300;
	font-size: 14px;
}

.availability {
	font-size: 15px;
}

.availability>strong {
	background-color: #e84d1c;
	color: #fff !important;
	height: 30px;
	width: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.price-availability-block {
	margin-bottom: 5px;
}

.product-main-image {
	margin-bottom: 10px;
}

.product-page-content {
	padding: 30px 13px 0;
}

.product-page-content {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}

.nav-tabs>li>a,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	padding: 10px 15px;
}

.review-item-submitted>strong {
	font-size: 18px;
}

.reviews-form {
	padding: 2em 2.5em;
	border-radius: 30px;
	background-color: #eee;
}

.reviews-form .form-control {
	border-radius: 30px !important;
	padding: 1em .8em !important;
	height: auto !important;
	border-color: #aaa;
}

.reviews-form .btn {
	font-size: 20px;
	padding: .5em 1.5em;
	border-radius: 30px !important;
}

.color-card {
	border: 0;
	box-shadow: none !important;
	padding: 4px 8px;
}

.goods-data {
	margin: 1em 0 0;
	border: 1px solid #aaa;
	border-radius: 25px !important;
	background: #f5f5f5;
}

.table-bordered {
	background-color: #fff;
	margin: 0;
}

.table-wrapper-responsive {
	border-radius: 15px !important;
	overflow: hidden;
	border: 1px solid #aaa;
}

.goods-data th,
.checkout-page th {
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
}

.goods-data td,
.checkout-page td,
.btn-default,
.btn-primary,
.shopping-total em,
.checkout-total-block em,
.shopping-total strong,
.checkout-total-block strong,
.btn-success {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}

.goods-data td {
	font-size: 18px;
}

.btn-default,
.btn-primary,
.btn-success {
	margin: 1em 0 0;
	font-weight: 500;
	padding: 8px 18px;
	border-radius: 30px;
}

.goods-data th[colspan="6"],
.checkout-page th[colspan="6"] {
	text-align: right;
}

form {
	width: 100%;
}

.default-form label,
.checkout-page label,
input.form-control,
textarea.form-control {
	min-width: 80px;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}

.checkout-page h3 {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	margin: 0 0 1em;
	padding: 0;
}

.checkout-page h2 a {
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	letter-spacing: -1px;
	background-color: #222;
	margin: 1em 0 0;
}

.panel-body {
	background-color: #f5f5f5;
	border-radius: 0 0 30px 30px !important;
}

.form-group {
	align-items: center;
}

input.form-control,
textarea.form-control {
	border-radius: 30px !important;
}

.pre-footer-subscribe-box .btn-primary {
	margin-top: 0;
}

.color-card {
	border: 0 !important;
}

.coupon-container {
	margin: 1.5rem 0 0;
}

.coupon-container input {
	padding: 13px 20px;
	height: auto;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}

.coupon-container button {
	margin: 0 !important;
	padding: 13px 20px;
	border-radius: 40px !important;
	min-width: 100px;
}

.prices>p {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-size: 20px;
}

.content-page {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
}

.content-page .btn-primary {
	margin: 0;
}

.header-navigation-content .col-md-2 {
	width: 20%;
}

.useful-container {
	padding: 4em 0;
}

.useful-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5em;
}

.useful-icon {
	background: #FFF9F2;
	width: 85px;
	height: 85px;
	border-radius: 50% !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.useful-icon svg { 
	fill: #DD2B1C;
    width: 50px;
    height: 50px;
    position: relative;
	display: block;
}

.useful-text h4, .useful-text p {	
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.useful-text h4 {
	text-transform: capitalize;
	color: #292D32;
    font-weight: 600;
    font-size: 20px;
}

.useful-text p {
	color: #000;
    font-weight: 400;
    font-size: 15px;
	width: 230px;
	line-height: 1.1em;
}

.occupation-label {	
	color: #000 !important;
	font-weight: 600 !important;
	font-size: 17px !important;
	font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
	background-color: transparent !important;
	border-radius: 0 !important;
	text-transform: capitalize;
	width: 100%;
	left: 0;
	bottom: 0;
	position: relative;
	padding: 10px 0 15px;
}

.occupation-card p {
	font-size: 13px;
	font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
	font-weight: 400;
	text-align: left;
	margin: 0 0 15px;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.explore-btn {
	background: #DD2B1C;
	color: #fff;
	font-size: 15px;
	font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
	font-weight: 400;
	width: 140px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 4px!important;
	display: block;
	margin: auto;
}

.product-list {
    gap: 30px !important;
	justify-content: center;
}

.row.product-list .pi-img-wrapper {
	height: 330px;
	border-radius: 10px !important;
	overflow: hidden;
	margin: 0 0 1em;
}

.order-now {
	background: #DD2B1C;
	color: #fff;
	font-size: 15px;
	font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
	font-weight: 300;
	width: 123px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 6px!important;
	display: block;
	text-transform: capitalize;
	margin: 1.5em 0 0;
}

.line-clamp-2 {
	color: #000;
	font-size: 18px;
	font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
	font-weight: 500;
	display: block;
}

.row.product-list .col-lg-3 {
    width: 22%;
}

.wide-section .container {
    width: 1660px;
}

.header > div {
	display: flex;
	align-items: center;
	margin: 0 auto;
	width: 1510px;
}

.header-navigation .dropdown-menu {
	top: 78px;
}

.desktop-search {
	border: 1px solid #ddd;
	margin: 0;
	position: relative;
	width: 300px;
	border-radius: 30px !important;
	background: #fff;
	display: flex;
	padding: 3px 12px;
	margin: 0 !important;
}

.desktop-search > input {
	padding: 5px 10px;
	width: 100%;
	padding: 10px;
	border: none;
	outline: none;
}

.pre-footer {
	background: #FFF9F2;
}

.footer {
	background: #E02222;
}

.footer .powered {
	color: #333;
}

.footer .powered > a {
	color: #fff;
}

.ml-negative {
	transform: translateX(-8em);
}

.footer .padding-top-10 {
	opacity: 1;
	color: #000;
}

.hamburger-close {
	display: none;
}

.pre-footer .container {
	width: 1550px;
}

/* Forgot Password */

.forget-box {
	padding: 30px 20px;
	font-family: "Nunito", sans-serif;
	border-radius: 15px !important;
}

/*.forget-box h2 {
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: 300;
	color: #DD2B1C;
}*/

.forget-box h2 {
	font-size: 16px;
	margin-bottom: 30px;
	text-align: left;
	font-weight: 600;
	color: #DD2B1C;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.forget-box input {
	border: 1px solid #ccc;
	border-radius: 6px !important;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 10px;
	width: 100%;
	position: relative;
}

.forget-box button {
	border-radius: 6px !important;
	font-size: 15px;
	padding: 10px;
	background-color: #DD2B1C !important;
	width: 120px;
}

.forget-box label {
	display: flex;
	font-size: 15px;
	font-weight: 300;
	position: relative;
	margin-bottom: 10px;
}

.forget-box label > svg {
	display: block;
	height: 13px;
	width: 13px;
	margin: .2em .4em 0 0;
	fill: #DD2B1C;
}


@media(max-width:1660px) {
	.wide-section .container, .pre-header .container, .pre-footer .container {
		width: 1360px;
	}
	.header > div {
		width: 1360px;
		padding: 0 15px;
	}
	.header-navigation > ul > li > a {
		font-size: 16px;
		padding: 15px 20px;
	}
	.slider-content {
		left: 7em;
	}
	.product-item h3, .pi-price {
		font-size: 16px;
	}
	.pi-price > del {
		margin: 0 10px 0 0;
	}
}

@media(max-width:1500px) {
	.slider-content {
		left: 5em;
	}
}

@media(max-width:1400px) {
	.wide-section .container, .pre-header .container, .header > div, .pre-footer .container {
		width: 1170px;
	}	
	.header .header-navigation > ul > li {
		margin-right: 0;
	}	
	.header .header-navigation {
		margin: 0;
	}
	.slider-content h1 {
		font-size: 52px;
	}
	.slider-container {
		height: 520px;
	}
	.occupation-card > img, .row.product-list .pi-img-wrapper, .pi-img-wrapper {
		height: 250px;
	}
	.product-item {
		height: 325px !important;
	}	
	.section-title {
		margin: 25px 90px 35px !important;
		font-size: 28px;
		padding: 1em 1.2em;
	}
	.ml-negative {
		transform: translateX(-4em);
	}
}

@media(max-width:1199px) {
	.wide-section .container, .pre-header .container, .header > div, .pre-footer .container {
		width: 970px;
	}
	.header .top-cart-block {
		position: absolute;
		top: -30px;
		right: 0;
	}
	.header .header-navigation {
		justify-content: end;
		float: left !important;
		display: flex;
		clear: none;
		background: transparent;
		padding: 0;
		margin: 0;
	}
	.header .header-navigation li {
		float: left;
		padding: 0;
		clear: none;
	}
	.header .header-navigation li > a, .header .dropdown.open .dropdown-toggle, .header .header-navigation li.open > a {
		border-bottom: 0 !important;
		padding: 15px 24px;
		margin: 0;
		position: relative;
		color: #000 !important;
		background: none !important;
	}
	.header-navigation > ul > li:last-child > a {
		padding: 15px 0 15px 24px;
	}
	.slider-content {
		left: 0;
		height: 90%;
		width: 100%;
		padding: 0 3em;
	}
	.slider-content h1 {
		font-size: 40px;
	}
	.slider-content p {
		font-size: 14px;
	}
	.section-title {
		margin: 25px 70px 35px !important;
		font-size: 22px;
		padding: 1em 1.2em;
	}
	.product-list {
		gap: 10px !important;
	}
	.occupation-card > img, .row.product-list .pi-img-wrapper, .pi-img-wrapper {
		height: 210px;
	}
	.header-navigation-content .col-md-2 {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.header-navigation .product-item {
		height: 285px;
	}
	.product-item h3, .pi-price {
		font-size: 16px;
	}
	.product-item h3 {
		padding-top: 0;
	}
	.slider-container {
		height: 400px;
	}
	.useful-section {
		gap: 1em;
	}
	.useful-icon {
		flex-shrink: 0;
		height: 65px;
		width: 65px;
	}
	.useful-text h4 {
		font-size: 18px;
	}
	.useful-text p {
		font-size: 14px;
		width: 100%;
	}
	.carousel img {
		width: auto;
	}
	.desktop-search {
		width: 270px;
	}
	.desktop-search > input {
		padding: 5px 10px;
	}
	.line-clamp-2 {
		font-size: 17px;
	}
	.header-navigation-content {
		padding: 20px 30px !important;
		min-width: 600px;
	}
	.header-navigation .dropdown-menu {
		background: #fff !important;
		position: absolute !important;
		border: none !important;
		box-shadow: 5px 5px rgba(91, 91, 91, 0.2) !important;
		text-transform: none;
		font: 13px "Open Sans", sans-serif;
		letter-spacing: 0;
		border-radius: 0;
		z-index: 9999;
		width: auto !important;
	}
	.header-navigation .dropdown100 > .dropdown-menu {
		left: 15px;
		right: 15px;
	}
	.header-navigation > ul > li > .dropdown-menu {
		margin-top: -5px;
		border-top: solid 3px transparent;
		z-index: 1001;
	}
	.header-navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.header-navigation > ul > li:hover > .dropdown-menu {
		display: block;
	}
	.product-item {
		height: 278px !important;
	}
}

@media(max-width:991px) {	
	.wide-section .container, .pre-header .container, .header > div, .pre-footer .container {
		width: 750px;
	}
	.header .header-navigation li > a, .header .dropdown.open .dropdown-toggle, .header .header-navigation li.open > a {
		font-size: 14px;
		padding: 14px 18px;
	}
	.header-navigation > ul > li:last-child > a {
		padding: 14px 0 14px 18px;
	}
	.slider-container {
		height: 360px;
	}
	.slider-content h1 {
		font-size: 26px;
	}
	.explore-btn {
		font-size: 14px;
		width: 103px;
		height: 30px;
		line-height: 30px;
	}
	.order-now {
		font-size: 14px;
		width: 103px;
		height: 30px;
		line-height: 30px;
	}
	.category-container .col-sm-3 {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.occupation-container .occupation-card {
		padding: 1em;
	}
	.occupation-card > img, .row.product-list .pi-img-wrapper, .pi-img-wrapper {
		height: 180px;
	}
	.product-item {
		height: 240px !important;
	}
	.product-item h3, .pi-price, .pi-price > del {
		font-size: 14px;
	}
	.occupation-card p {
		-webkit-line-clamp: 3;
	}
	.product-list {
		gap: 0 !important;
	}
	.section-title {
		margin: 25px 60px 35px !important;
		font-size: 20px;
	}
	.header-navigation .dropdown-menu {
		top: 75px;
		left: 0 !important;
		right: 0 !important;
		min-width: 720px;
	}
	.useful-icon {
		height: 55px;
		width: 55px;
	}
	.useful-icon svg {
		width: 35px;
		height: 35px;
	}
	.useful-text h4 {
		font-size: 17px;
	}
	.useful-text p {
		font-size: 13px;
	}
	.ml-negative {
		transform: translateX(0);
	}
}

@media(max-width:767px) {
	.section-title {
		margin: 20px 10px 30px 10px !important
	}
	.slider-content {
		width: 270px;
		left: 0;
		padding: 0 1em;
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: none !important;
	}

	.wide-section .container,
	.main .container {
		width: 100%;
	}

	.wide-section .col-lg-2 {
		width: 50%;
	}

	.row,
	.main {
		justify-content: start;
	}

	.occupation-container,
	.main .product-item {
		margin: 0 0 1em;
	}

	.wide-section .row .col-lg-2:nth-child(even) {
		padding-left: 7.5px;
	}

	.wide-section .row .col-lg-2:nth-child(odd) {
		padding-right: 7.5px;
	}

	.occupation-card {
		width: 100% !important;
		height: auto !important;
	}

	.occupation-container .occupation-card::before {
		bottom: -155px;
	}
	
	.header .mobi-toggler {
		margin: 0;
		height: 42px;
		width: 42px;
		background-size: 11px 13px;
		margin: 1rem 0 0;
	}

	.header-navigation ul {
		width: 100%;
	}

	.header-navigation>ul>li>a::before {
		left: 0;
		right: auto;
		top: auto;
		bottom: 0;
		margin: auto;
		height: 1px;
		width: 100%;
		background: #ddd;
	}

	/*.pre-header .additional-nav, .pre-header .pull-right li:first-child {
		display: inherit;
	}*/
	.head-content {
		align-items: normal;
		justify-content: center;
		flex-direction: column;
	}

	/* .head-content>div {
		padding: 1.5rem 0 0;
	} */

	.site-logo {
		position: relative;
		transform: translateX(0);
		left: auto;
		margin-right: 0;
	}

	.main.padd-zero {
		padding: 0;
	}

	.sidebar-filter {
		padding: 15px 0 0;
	}

	.sidebar-filter.margin-bottom-25 {
		margin-bottom: 10px !important;
	}

	.pi-data::before {
		bottom: -100px;
	}

	.pi-img-wrapper {
		height: 260px;
	}

	.product-list-page .col-xs-6:nth-child(even) {
		padding-left: 7.5px
	}

	.product-list-page .col-xs-6:nth-child(odd) {
		padding-right: 7.5px
	}

	.main.padd-zero .product-item {
		width: 100%;
		height: 350px;
	}

	.price-availability-block {
		padding-bottom: 5px;
	}

	.product-page h1 {
		padding-top: 5px;
		padding-bottom: 15px;
	}

	.product-page-cart {
		padding-bottom: 10px;
	}

	.header+.main.checkout-pg {
		padding: 0;
	}

	.header+.main.checkout-pg form {
		display: flex;
		flex-wrap: wrap;
		gap: 0 10px;
	}

	.header+.main.checkout-pg form .form-group {
		align-items: start;
		max-width: 48%;
		gap: 0;
	}

	.panel-body.padd-side-zero {
		padding: 15px 0;
	}

	.prices>p {
		font-size: 18px;
	}

	.pre-footer h2,
	.ecommerce .pre-footer h2 {
		text-align: left;
	}

	.reviews-form h2 {
		text-align: left;
	}

	.reviews-form .form-group {
		align-items: start;
	}

	.pre-footer .row,
	.product-page .row {
		justify-content: start;
	}

	.price-availability-block {
		display: flex;
		align-items: center;
		border: #aaa 2px dashed;
		padding: 0 10px;
		border-radius: 8px !important;
	}

	.availability {
		padding: 0 0 0 10px;
	}

	.reviews-form {
		padding: 1.3em 1.8em;
	}

	.reviews-form .btn {
		margin: 0;
		width: 100%;
	}

	.fa.fa-star {
		color: #fb0;
	}

	.quantity .btn-success {
		margin: 0 0 0 1em;
	}

	h1 {
		font-size: 34px;
	}

	.content-page {
		margin-left: -15px;
		margin-right: -15px;
	}

	.content-page hr {
		display: none;
	}

	.content-page h3 {
		margin: 0 0 1em;
	}
	
	.product-list {
		justify-content: center;
	}
	
	.wide-section .container, .pre-header .container, .header > div, .pre-footer .container {
		width: 100%;
	}
	
	
	.pre-header {
		padding: 24px 0;
	}
	
	.header .top-cart-block {
		top: -50px;
	}
	
	.slider-container {
		height: 300px;
	}

	.slider-container .item img {
		object-fit: contain;
	}
	
	.row.product-list .col-lg-3 {
		width: 25%;
	}
	
	.line-clamp-2 {
		font-size: 14px;
	}
	
	.occupation-label {
		font-size: 14px !important;
	}
	
	.row.product-list .col-lg-3 {
		width: 50%;
	}
	
	.order-now {
		margin: 1.5em 0 2em;
	}
	
	.useful-section {
		justify-content: start;
		margin: 0 0 2em;
	}
	
	.hamburger-menu {
		padding: 10px 0 10px 10px;
		z-index: 1 !important;
	}	
	
	.header .header-navigation {
		position: fixed;
		top: 0;
		right: 0;
		height: 100vh;
		width: 280px;
		background: #fff;
		z-index: 1001;
		padding: 5em 0 0;
		transform: translateX(280px);
	}
	
	.header-navigation > ul > li:hover > .dropdown-menu {
		display: none;
	}
	
	.header .header-navigation li {
		float: none;
	}
	
	.header .header-navigation li > a, .header .dropdown.open .dropdown-toggle, .header .header-navigation li.open > a {
		font-size: 15px;
		padding: 9px 18px;
	}
	
	.header-navigation > ul > li:last-child > a {
		padding: 9px 18px;
	}
	
	.desktop-search {
		width: 100%;
	}
	
	.hamburger-close {
		position: absolute;
		top: 1em;
		right: 1em;
		height: 40px;
		width: 40px;
		border-radius: 50% !important;
		background: #DD2B1C;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 0;
		outline: 2px solid #ddd;
		font-size: 1.4em;
		display: block;
	}
	
	.header-overlay {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		background: rgba(0,0,0,.67);
		z-index: 1000;
		opacity: 0;
		visibility: hidden;
		transition: opacity .35s linear;
	}
	
	.carousel-control svg {
		width: 23px;
		padding: .3em .2em;
		background: #fff;
	}

	.left.carousel-control svg {
		left: 0;
	}

	.right.carousel-control svg {
		right: 0;
	}
	
}

@media(max-width:540px) {
	.header .top-cart-block {
		top: 0;
		margin: 1em 0 0;
		right: auto;
		width: 100%;
		position: relative;
	}
	.top-cart-icons {
		width: 100%;
	}
	.pre-header {
		padding: 10px 0;
	}
	.pre-header .additional-nav {
		display: block;
	}
	.pre-header .list-inline li {
		display: inline-block;
		padding-left: 11px;
		padding-right: 15px;
		border-right: solid 1px #bbb;
	}
	.slider-content {
		width: 100%;		
		padding: 0 0 0 1em;
	}
	.slider-content h1 {
		font-size: 20px;
	}
	.slider-content p {
		font-size: 13px;
		line-height: 1.2em;
	}
	.section-title {
		margin: 20px 15px 30px !important;
	}
	.category-container .col-sm-3:nth-child(even), .row.product-list .col-lg-3:nth-child(even) {
		padding-left: 7.5px;
		padding-right: 15px;
	}
	.category-container .col-sm-3:nth-child(odd), .row.product-list .col-lg-3:nth-child(odd) {
		padding-right: 7.5px;
		padding-left: 15px;
	}
}

@media(max-width:575px) {}





.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;     /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
