@font-face {
  font-family: Barlow;
  src: url(../font/Barlow-Regular.ttf);
  font-weight: 400;}
@font-face {
  font-family: Barlow;
  src: url(../font/Barlow-Medium.ttf);
  font-weight: 500;}
@font-face {
  font-family: Barlow;
  src: url(../font/Barlow-SemiBold.ttf);
  font-weight: 600;}
@font-face {
  font-family: Barlow;
  src: url(../font/Barlow-Bold.ttf);
  font-weight: 700;}
@font-face {
  font-family: Poppins;
  src: url(../font/Poppins-Bold.ttf);
  font-weight: 700;}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;}
body {
	font-family: "Barlow", sans-serif;
	font-size: 19px;
	color: #030000;
	background-color: #fff;}
input {
	outline: none;}
a {
	transition: 0.33s all;
	text-decoration: none;}
p {
	line-height: 1.5;}
img {
	max-width: 100%;}
.bordered-image {
	border-radius: 6px;}
.text-color-dark {
	color: #030000 !important;}
.text-color-white {
	color: #fff !important;}
.text-center {
    text-align: center;}
.text-right {
	text-align: right;}
.mrg-btn-10 {
    margin-bottom: 10px;}
.mrg-btn-20 {
    margin-bottom: 20px;}
.mrg-btn-30 {
    margin-bottom: 30px;}
.mrg-btn-40 {
    margin-bottom: 40px;}
.mrg-btn-50 {
    margin-bottom: 50px;}
.mrg-btn-60 {
    margin-bottom: 60px;}
.mrg-btn-70 {
    margin-bottom: 70px;}
.mrg-btn-80 {
    margin-bottom: 80px;}
.mrg-btn-100 {
    margin-bottom: 100px;}
.mrg-btn-120 {
    margin-bottom: 120px;}
.mrg-top-10 {
    margin-top: 10px;}
.mrg-top-20 {
    margin-top: 20px;}
.mrg-top-30 {
    margin-top: 30px;}
.mrg-top-40 {
    margin-top: 40px;}
.mrg-top-50 {
    margin-top: 50px;}
.mrg-top-60 {
    margin-top: 60px;}
.mrg-top-70 {
    margin-top: 70px;}
.mrg-top-80 {
    margin-top: 80px;}
.mrg-top-100 {
    margin-top: 100px;}
.mrg-top-120 {
    margin-top: 120px;}
.mrg-top-min-30 {
	margin-top: -30px;}
.mrg-top-min-40 {
	margin-top: -40px;}
.mrg-top-min-50 {
	margin-top: -50px;}
.mrg-top-min-60 {
	margin-top: -60px;}
.mrg-btn-min-10 {
	margin-bottom: -10px;}
.mrg-btn-min-20 {
	margin-bottom: -20px;}
.mrg-btn-min-30 {
	margin-bottom: -30px;}
.mrg-btn-min-40 {
	margin-bottom: -40px;}
.mrg-btn-min-50 {
	margin-bottom: -50px;}
.mrg-btn-min-60 {
	margin-bottom: -60px;}
.mrg-btn-min-120 {
	margin-bottom: -120px;}
.mrg-btn-min-240 {
	margin-bottom: -240px;}
.mrg-btn-min-320 {
	margin-bottom: -320px;}
.container {
	margin: 0px auto;
	width: 1240px;}
.container-reduced {
	width: 1024px;}
.text-button {
	color: #e31e24;
	text-decoration: none;
	font-weight: 600;
	position: relative;
	padding-right: 25px;
	background-image: url('../img/btn-arrow-right.png');
	background-position: right center;
	background-repeat: no-repeat;}
.text-button:hover {
	filter: brightness(0);
	color: #030000;}
.text-button::after {
	position: absolute;
	content: "";
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e31e24;
	opacity: 0.2;}
.text-button:hover::after {
	filter: brightness(0);}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;}
.col {
    position: relative;
	padding: 10px;}
.col-sm-125 {
    width: calc(12.5% - 0px);}
.col-sm-2 {
	width: calc(16.6666% - 0px);}
.col-sm-3 {
	width: calc(25% - 0px);}
.col-sm-4 {
	width: calc(33.3333% - 0px);}
.col-sm-5 {
	width: calc(41.6666% - 0px);}
.col-sm-6 {
	width: calc(50% - 0px);}
.col-sm-7 {
	width: calc(58.3333% - 0px);}
.col-sm-8 {
	width: calc(66.6666% - 0px);}
.col-sm-9 {
	width: calc(75% - 0px);}
.col-sm-10 {
	width: calc(83.3333% - 0px);}
.col-sm-12 {
	width: calc(100% - 0px);}
.col-cm-5 {
	width: calc(20% - 0px);}
.col-cm-7 {
	width: calc(14.2857% - 0px);}
.col-cm-8 {
	width: calc(12.5% - 0px);}
.section {
	padding: 60px 0;}
.section.extended-padd {
	padding: 100px 0;}
.overflow-hidden {
	overflow: hidden;}
.desktop-hidden {
	display: none !important;}
.tablet-displayed {
	display: none;}
.fullw-img {
	max-width: unset;
	width: calc(100% + 40px);
	margin-left: -20px;}
h1, h2 {
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	line-height: 1.25;
	font-size: 48px;
	color: #e31e24;}
h3 {
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	line-height: 1.25;
	font-size: 27px;}
h4 {
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	line-height: 1.25;
	font-size: 23px;}
.bg-theme {
	background-color: #e31e24;}
.bg-white {
	background-color: #fff;}
.bg-light {
	background-color: #f9f9f6;}
.bg-light-splitted {
	background: linear-gradient(to bottom, #f9f9f6 0%, #f9f9f6 50%, #fff 50%, #fff 100%);}
.d-flex {
	display: flex;
	flex-wrap: wrap;}
.v-center {
	align-items: center;}
.v-top {
	align-items: flex-start;}
.v-bottom {
	align-items: flex-end;}
.h-center {
	justify-content: center;}
.site-header .top-bar p {
	font-weight: 700;
	padding-right: 45px;
	font-size: 16px;}
.site-header .top-bar .top-bar-menu li {
	list-style-type: none;
	display: inline-block;
	margin: 0;}
.site-header .top-bar .top-bar-menu li a {
	color: #808080;
	padding: 0 13px;
	position: relative;
	font-size: 16px;}
.site-header .top-bar .top-bar-menu li a:hover {
	color: #030000;}
.site-header .top-bar .top-bar-menu li a::after {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	right: -2px;
	top: calc(50% - 0px);
	background-color: #e31e24;}
.site-header .top-bar .top-bar-menu li:last-child a::after {
	display: none;}
.site-header .top-bar .top-bar-links {
	display: flex;
	margin-left: auto;
	align-items: center;
	flex-wrap: wrap;}
.site-header .top-bar .top-bar-links a {
	display: flex;
	align-items: center;
	color: #e31e24;
	font-size: 16px;
	font-weight: 600;
	margin: 0 17px;
	flex-wrap: wrap;}
.site-header .top-bar .top-bar-links a:last-child {
	margin-right: 0;}
.site-header .top-bar .top-bar-links a:first-child {
	margin-left: 0;}
.site-header .top-bar .top-bar-links a img {
	max-width: 21px;
	margin-right: 8px;}
.main-navigation {
	padding: 30px 0;
	background-color: #f9f9f6;}
.main-navigation .site-logo {
	margin-right: 50px;}
.main-navigation nav {
	width: calc(100% - 380px);}
.main-navigation nav ul li {
	display: inline-block;
	list-style-type: none;}
.main-navigation nav ul li a {
	color: #030000;
	margin-right: 20px;
	font-weight: 600;}
.main-navigation nav ul li.has-children {
	position: relative;}
.main-navigation nav ul li.has-children a {
	padding-right: 15px;
	background-image: url('../img/angle-down-icon.png');
	background-position: right top 10px;
	line-height: 32px;
	background-repeat: no-repeat;}
.main-navigation nav ul li.has-children ul li a {
	margin-right: 0;
	padding-right: 0;
	background-image: none;}
.main-navigation nav ul li.has-children:last-child ul {
	left: auto;
	right: 0;}
.main-navigation nav ul li ul {
	position: absolute;
	top: 20px;
	z-index: 99;
	left: 0;
	width: 250px;
	height: auto;
	padding-top: 20px;
	background-color: transparent;
	box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	display: none;}
.main-navigation nav ul li ul li {
	padding: 15px 25px;
	background-color: #fff;
	transition: 0.33s all;
	display: block;}
.main-navigation nav ul li ul li:hover {
	background-color: #e31e24;}
.main-navigation nav ul li ul li:hover a {
	color: #fff;}
.main-navigation nav ul li ul li:first-child {
	border-radius: 8px 8px 0 0;}
.main-navigation nav ul li ul li:last-child {
	border-radius: 0 0 8px 8px;}
.main-navigation nav ul li.has-children a:hover + ul, .main-navigation nav ul li.has-children ul:hover {
	display: block;}
.main-navigation nav ul li:last-child a {
	margin-right: 0;}
.main-navigation .nav-icons {
	margin-left: auto;}
.main-navigation .nav-icons a {
	display: none;}
.main-navigation .nav-icons a:nth-child(2) {
	display: block;}
.main-navigation .checkout-elements {
	display: none;
	margin-left: auto;
	font-weight: 500;
	align-items: center;}
.checkout-page .main-navigation .checkout-elements {
	display: flex;}
.main-navigation .checkout-elements a {
	margin-left: 60px;}
.search-form {
	width: 100%;
	position: relative;
	margin-top: 20px;
	display: none;}
.search-form button {
	background-color: transparent;
	border: none;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 32px;
	height: 32px;}
.search-form input {
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid gray;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	color: gray;
	width: 100%;
	padding: 10px 15px 12px 15px;
	font-size: 16px;}
.hero-section {
	height: 600px;}
.category-carousel img {
	width: auto !important;
	max-width: 100%;
	margin: 0px auto;}
.owl-stage {
	display: flex;}
.main-slider {
	position: relative;}
.main-slider .owl-stage-outer {
	padding-bottom: 25px;}
.main-slider .owl-item {
	height: 600px;}
.main-slider .owl-dots {
	width: 1240px;
	margin: -100px auto 0px auto;}
.main-slider .owl-dots .owl-dot {
	width: 18px;
	height: 18px;
	position: relative;
	margin: 0 8px;
	border-radius: 50%;
	background-color: #030000;}
.main-slider .owl-dots .owl-dot.active {
	background-color: #fff;}
.main-slider .main-slider-title {
	font-size: 73px;
	color: #fff;
	line-height: 1.1;
	font-family: "Poppins";
	font-weight: 700;}
.main-slider .slide-bg {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: top center;}
.main-slider .slide-bg-mob {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	display: none !important;}
.main-slider .slider-inner-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 1240px;
	height: 600px;
	margin: 0px auto;}
.priceoff-displayed::after {
	position: absolute;
	content: "";
	width: 149px;
	height: 165px;
	bottom: -25px;
	margin-left: -20px;
	background-image: url('../img/product-priceoff-title.png');}
.main-slider .slider-inner-wrapper .slider-inner-left {
	width: 40%;}
.main-slider .slider-inner-wrapper .slider-inner-right {
	width: 60%;}
.main-slider .slider-price {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e31e24;
	font-family: "Poppins";
	border-radius: 50%;
	height: 175px;
	width: 175px;
	font-size: 37px;
	z-index: 9;
	position: relative;
	top: -90px;
	margin-left: 155px;
	color: #fff;}
.main-slider .slider-price strong {
	text-align: center;
	line-height: 1;}
.main-slider .slider-price small {
	display: block;
	font-size: 29px;}
.main-slider .slider-inner-wrapper .slider-inner-right img {
	position: absolute;
	bottom: 40px;
	border-radius: 50%;
	width: auto;}
.main-slider p {
	font-size: 35px;
	color: #fff;
	margin: 20px 0 25px 0;
	font-family: "Poppins";
	font-weight: 700;}
.main-slider a {
	padding: 20px 40px;
	display: inline-flex;
	border-radius: 50px;
	font-weight: 500;
	background-color: #fff;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #e31e24;}
.main-slider a:hover {
	opacity: 0.85;}
.main-slider a img {
	width: auto !important;
	margin-left: 5px;}
.newest-categories {
	padding-top: 60px;}
.category-panel {
	width: 100%;
	position: relative;
	cursor: pointer;
	height: 110px;}
.category-panel h3 {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.4);
	font-size: 17px;
	font-family: "Barlow", sans-serif;
	color: #fff;
	font-weight: 600;}
.category-panel img {
	width: 100%;
	height: 100%;
	object-fit: cover;}
.category-panel::after {
	position: absolute;
	content: "";
	background-color: #e31e24;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 5px;}
.category-panel::before {
	position: absolute;
	content: "";
	width: 0;
  	height: 0;
  	bottom: -18px;
  	left: calc(50% - 6px);
  	border-left: 12px solid transparent;
  	border-right: 12px solid transparent;
  	border-top: 10px solid #e31e24;}
.category-panel::after, .category-panel::before {
	display: none;}
.category-panel:hover::after, .category-panel:hover::before, .category-panel.active-category::after, .category-panel.active-category::before {
	display: block;}
.category-carousel {
	overflow: hidden;
	height: 0;}
.category-carousel.active-carousel {
	height: auto;}
.col-sm-3 .category-carousel {
	display: none !important;}
.product-slider .owl-item {
	background-color: #fff;
	margin-left: 3px;
	border-radius: 12px;
	border: 1px solid #d0d0d0;
	padding: 35px 35px 90px 30px;}
.product-slider .owl-dots {
	width: 100%;
	text-align: center;
	margin: 30px auto 0px auto;}
.product-slider .owl-dots .owl-dot {
	width: 18px;
	height: 18px;
	position: relative;
	margin: 0 8px;
	border-radius: 50%;
	background-color: #d0d0d0;}
.product-slider .owl-dots .owl-dot.active {
	background-color: #e31e24;}
.product-slider h5 {
	font-size: 24px;
	text-align: center;
	margin-top: 25px;
	font-weight: 500;}
.product-slider .mark-favorite {
	position: absolute;
	top: 25px;
	right: 25px;}
.product-slider .mark-favorite img {
	width: 21px !important;}
.product-slider hr {
	width: 60px;
	opacity: 0.15;
	margin: 25px auto 20px auto;}
.product-slider p {
	font-size: 16px;
	color: #808080;
	margin-bottom: 25px;
	text-align: center;}
.product-slider cite {
	display: flex;
	position: absolute;
	width: calc(100% - 70px);
	bottom: 35px;
	align-items: center;}
.product-slider cite .price {
	font-style: normal;
	line-height: 1.1;
	font-size: 30px;
	color: #e31e24;
	font-weight: 700;}
.product-slider cite .price small {
	font-size: 16px;
	text-transform: uppercase;
	display: block;}
.product-slider cite a {
	margin-left: auto;
	width: 72px;
	height: 56px;
	border-radius: 6px;
	background-color: #e31e24;
	background-image: url('../img/cart-w-icon.png');
	background-size: 32px auto;
	background-repeat: no-repeat;
	background-position: center center;}
.product-slider cite a:hover {
	opacity: 0.85;}
.why-different .col:first-child {
	padding-right: 40px;}
.why-different .container {
	width: 1140px;}
.icon-h-panel {
	align-items: flex-start;
	display: flex;}
.icon-h-panel img {
	width: 44px;
	margin-top: 8px;
	margin-right: 18px;}
.icon-h-panel .icon-h-panel-title {
	font-size: 27px;
	font-family: "Poppins";
	padding-bottom: 5px;
	font-weight: 700;}
.icon-h-panel p {
	opacity: 0.75;}
.col:first-child .icon-circle-box {
	position: relative;
	z-index: 9;}
.icon-circle-box .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #f9f9f6;
	border-radius: 50%;
	width: 225px;
	position: relative;
	z-index: 3;
	margin-bottom: 30px;
	padding: 40px;
	height: 225px;}
.icon-circle-box .icon-circle-box-title {
	font-family: "Poppins";
	font-size: 27px;
	padding-bottom: 8px;
	font-weight: 700;}
.icon-circle-box p {
	opacity: 0.75;}
.icon-circle-box .icon.dotted::before {
	position: absolute;
	content: "";
	top: calc(50% - 10px);
	height: 20px;
	left: calc(-100% + 38px);
	width: calc(100% - 48px);
	z-index: 1;
	background-image: url('../img/dot.png');
	background-size: contain;
	background-position: left center;
	background-repeat: repeat-x;}
.icon-circle-box .icon.dotted::after {
	position: absolute;
	content: "";
	top: calc(50% - 10px);
	height: 20px;
	right: calc(-100% + 38px);
	width: calc(100% - 48px);
	z-index: 1;
	background-image: url('../img/dot.png');
	background-size: contain;
	background-position: left center;
	background-repeat: repeat-x;}
.col:first-child .icon-circle-box .icon.dotted::before {
	left: calc(-300% + 52px);
	width: calc(300% - 50px);}
.col:first-child .icon-circle-box .icon.dotted::after {
	display: none;}
.col:nth-last-child(2) .icon-circle-box .icon.dotted::after {
	right: calc(-300% + 38px);
	width: calc(300% - 48px);}
.col:nth-last-child(2) .icon-circle-box .icon.dotted::before {
	display: none;}
.offers-slider-wrapper {
	display: none;}
.offers-slider .owl-prev span, .offers-slider .owl-next span {
	display: none;}
.offers-slider .owl-prev {
	background-image: url('../img/owl-prev.png') !important;
	background-size: contain !important;
	background-position: center center !important;
	filter: grayscale(100%);
	opacity: 0.33;
	width: 30px;
	height: 30px;}
.offers-slider .owl-next {
	background-image: url('../img/owl-next.png') !important;
	background-size: contain !important;
	background-position: center center !important;
	filter: grayscale(100%);
	opacity: 0.33;
	float: right;
	width: 30px;
	height: 30px;}
.offers-slider .owl-nav {
	top: calc(50% - 38px);
	left: 0;
	width: 100%;
	position: absolute;}
.popular-categ-panel img {
	object-fit: cover;
	object-position: top center;
	width: 100%;}
.popular-categ-panel .hover-box {
	width: 100%;
	position: relative;
	z-index: 1;
	height: 250px;
	margin-top: -250px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.0));}
.popular-categ-panel .popular-categ-panel-title {
	color: #fff;
	font-weight: 700;
	font-size: 37px;
	font-family: "Poppins";
	position: relative;
	z-index: 3;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 40px;}
.popular-categ-panel .popular-categ-panel-title::before {
	position: absolute;
	transition: 0.33s all;
	content: "";
	top: 0;
	z-index: -1;
	left: 0;
	width: 100px;
	height: 250px;
	background-color: #e31e24;}
.popular-categ-panel .popular-categ-panel-title::after {
	position: absolute;
	content: "";
	transition: 0.33s all;
	width: 0;
	height: 0;
	top: 0;
	left: 100px;
	z-index: -1;
	border-style: solid;
	border-width: 250px 75px 0 0;
	border-color: #e31e24 transparent transparent transparent;}
.popular-categ-panel .popular-categ-panel-title:hover::before {
	width: 120px;}
.popular-categ-panel .popular-categ-panel-title:hover::after {
	left: 120px;}
.col:first-child .popular-categ-panel img {
	height: 790px;}
.col:last-child .popular-categ-panel img {
	height: 250px;}
.subscription .col:first-child img {
	position: absolute;
	right: 10px;
	top: 0;
	max-width: unset;
	height: calc(100% + 185px);
	margin-top: -90px;
	margin-bottom: -90px;}
.subscription h2 {
	color: #fff;}
.subscription h2 small {
	display: block;
	font-size: 30px;}
.subscription p {
	font-size: 17px;
	color: #fff;}
.subscription .subscribe-form {
	padding: 20px 0px 20px 65px;}
.subscription fieldset {
	border: none;
	display: flex;
	align-items: center;}
.subscription .acceptance {
	font-size: 17px;
	margin-top: 20px;
	display: block;
	color: #fff;}
.subscription .acceptance input {
	font-family: "Barlow", sans-serif;
	margin-right: 6px;
	margin-left: -20px;}
.subscription fieldset input {
	border: none;
	width: calc(100% - 210px);
	font-size: 19px;
	height: 60px;
	line-height: 50px;
	padding: 0 20px;}
.subscription fieldset button {
	width: 220px;
	height: 60px;
	border: none;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
	color: #fff;
	background-color: #000;
	border-radius: 6px;
	margin-left: -10px;
	font-size: 19px;
	font-weight: 600;
	transition: 0.33s all;
	font-family: "Barlow", sans-serif;}
.subscription fieldset button:hover {
	opacity: 0.85;}
.subscription fieldset button img {
	padding-right: 8px;}
.review-slider .owl-item {
	background-color: #fff;
	border-radius: 12px;
	margin-left: 3px;
	border: 1px solid #d0d0d0;
	padding: 60px;}
.review-slider .owl-dots {
	width: 100%;
	text-align: center;
	margin-top: 20px;}
.review-slider .owl-dots .owl-dot {
	width: 18px;
	height: 18px;
	position: relative;
	margin: 0 8px;
	border-radius: 50%;
	background-color: #d0d0d0;}
.review-slider .owl-dots .owl-dot.active {
	background-color: #e31e24;}
.review-slider img {
	width: auto !important;
	height: auto;}
.review-slider h5 {
	font-size: 27px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: 700;}
.review-slider p {
	padding-bottom: 20px;
	font-style: italic;}
.review-slider strong {
	font-weight: 600;
	opacity: 0.5;}
.review-slider {
	padding: 0 50px;}
.review-slider .owl-prev span, .review-slider .owl-next span {
	display: none;}
.review-slider .owl-prev {
	background-image: url('../img/owl-prev.png') !important;
	background-size: contain !important;
	background-position: center center !important;
	width: 30px;
	height: 30px;}
.review-slider .owl-next {
	background-image: url('../img/owl-next.png') !important;
	background-size: contain !important;
	background-position: center center !important;
	float: right;
	width: 30px;
	height: 30px;}
.review-slider .owl-nav {
	top: calc(50% - 38px);
	left: 0;
	width: 100%;
	position: absolute;}
.proudof-slider-wrapper {
	display: none;}
.proudof-slider img {
	margin: 0px auto;
	width: 200px !important;}
.proudof-slider h3, .proudof-slider p {
	text-align: center;}
.proudof-slider .owl-prev span, .offers-slider .owl-next span {
	display: none;}
.proudof-slider .owl-prev {
	background-image: url('../img/owl-prev.png') !important;
	background-size: contain !important;
	background-position: center center !important;
	filter: grayscale(100%);
	opacity: 0.33;
	width: 30px;
	height: 30px;}
.proudof-slider .owl-next {
	background-image: url('../img/owl-next.png') !important;
	background-size: contain !important;
	background-position: center center !important;
	filter: grayscale(100%);
	opacity: 0.33;
	float: right;
	width: 30px;
	height: 30px;}
.proudof-slider .owl-nav {
	top: calc(50% - 38px);
	left: 0;
	width: 100%;
	position: absolute;}
.gallery-slider img {
	margin: 0px auto;
	width: 75% !important;}
.gallery-slider .owl-item {
	display: flex;
	justify-content: center;
	align-items: center;}
.gallery-slider h3, .gallery-slider p {
	text-align: center;}
.gallery-slider .owl-prev span, .gallery-slider .owl-next span {
	display: none;}
.gallery-slider .owl-prev {
	background-image: url('../img/owl-prev.png') !important;
	background-size: contain !important;
	background-position: center center !important;
	filter: grayscale(100%);
	opacity: 0.33;
	width: 30px;
	height: 30px;}
.gallery-slider .owl-next {
	background-image: url('../img/owl-next.png') !important;
	background-size: contain !important;
	background-position: center center !important;
	filter: grayscale(100%);
	opacity: 0.33;
	float: right;
	width: 30px;
	height: 30px;}
.gallery-slider .owl-nav {
	top: calc(50% - 19px);
	left: 0;
	width: 100%;
	position: absolute;}
.wrapper {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;}
.wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;}
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;}
.wrapper:hover input ~ .checkmark {
    background-color: #ccc;}
.wrapper input:checked ~ .checkmark {
    background-color: #000;}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;}
.wrapper input:checked ~ .checkmark:after {
    display: block;}
.wrapper .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);}
.subpage-hero-section {
	padding: 20px 0;
	border-top: 1px solid #e4e4e4;}
.breadcrumb {
	margin-bottom: 10px;}
.breadcrumb a, .breadcrumb span {
	font-size: 16px;
	color: #b6b6ae;
	position: relative;
	font-weight: 600;
	padding-right: 25px;}
.breadcrumb a::after {
	position: absolute;
	content: "»";
	font-size: 18px;
	color: #b6b6ae;
	bottom: -1px;
	right: 8px;}
.aboutus-page .offers-section h2 {
	display: none;}
.avatar-panel h4, .avatar-panel p {
	font-family: "Barlow", sans-serif;
	padding: 0 15px;}
.avatar-panel h4 {
	font-weight: 600;
	font-size: 27px;}
.gallery-section img {
	width: 100%;
	object-fit: cover;}
.gallery-section .col-sm-5 img {
	height: 100%;}
.category-banner {
	width: 100%;
	height: 385px;
	margin: 30px 10px 0px 10px;
	position: relative;}
.category-banner .bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;}
.category-banner .product {
	position: absolute;
	bottom: 40px;
	border-radius: 50%;
	width: 300px;
	left: 235px;}
.category-banner .banner-price {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e31e24;
	font-family: "Poppins";
	border-radius: 50%;
	height: 140px;
	width: 140px;
	font-size: 37px;
	z-index: 9;
	position: absolute;
	top: 35px;
	left: 445px;
	color: #fff;}
.category-banner .banner-price strong {
	text-align: center;
	line-height: 1;}
.category-banner .banner-price strong small {
	display: block;
	font-size: 27px;}
.category-banner::before {
	position: absolute;
	content: "";
	width: 96px;
	height: 106px;
	top: -10px;
	left: 40px;
	background-image: url('../img/product-priceoff-title.png');
	background-size: 100% auto;}
.orderby-section {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;}
.orderby-section .col {
	display: flex;
	align-items: center;}
.orderby-section .page-nums span {
	padding-right: 20px;}
.orderby-section .page-nums span:last-child {
	padding-right: 0px;}
.orderby-section .order-by {
	margin-left: auto;}
.orderby-section .order-by title {
	display: inline-block;
	padding-right: 10px;}
.orderby-section .order-by form select {
	padding: 12px 20px;
	background-color: #fff;
	width: 360px;
	max-width: 100%;
	appearance: none;
	border: 1px solid #e4e4e4;
	font-size: 17px;
	background-image: url('../img/input-arrow-down.png');
	background-position: right 15px center;
	background-repeat: no-repeat;
	color: #b6b6ae;}
.product-grid-section {
	padding-bottom: 40px;}
.product-grid-section .product-item {
	background-color: #fff;
	margin-top: 20px;
	position: relative;
	height: 100%;
	border-radius: 12px;
	border: 1px solid #d0d0d0;
	padding: 35px 35px 90px 35px;}
.product-grid-section .product-item .mark-favorite {
	position: absolute;
	top: 25px;
	right: 25px;}
.product-grid-section .product-item .mark-favorite img {
	width: 21px;}
.product-grid-section .product-item img {
	width: auto;
	margin: 0px auto;
	display: block;}
.product-grid-section .product-item h5 {
	font-size: 24px;
	text-align: center;
	margin-top: 25px;
	font-weight: 500;}
.product-grid-section .product-item hr {
	width: 60px;
	opacity: 0.15;
	margin: 25px auto 20px auto;}
.product-grid-section .product-item p {
	font-size: 16px;
	color: #808080;
	margin-bottom: 15px;
	text-align: center;}
.product-grid-section .product-item cite {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	width: calc(100% - 70px);
	bottom: 35px;
	align-items: center;}
.product-grid-section .product-item cite .price {
	font-style: normal;
	line-height: 1.1;
	font-size: 30px;
	color: #e31e24;
	font-weight: 700;}
.product-grid-section .product-item cite .price small {
	font-size: 16px;
	text-transform: uppercase;
	display: block;}
.product-grid-section .product-item cite a {
	margin-left: auto;
	width: 72px;
	height: 56px;
	border-radius: 6px;
	background-color: #e31e24;
	background-image: url('../img/cart-w-icon.png');
	background-size: 32px auto;
	background-repeat: no-repeat;
	background-position: center center;}
.product-grid-section .product-item cite a:hover {
	opacity: 0.85;}
.pagination-section {
	padding: 10px 0;
	border-top: 1px solid #e4e4e4;}
.pagination-section span {
	padding-right: 20px;}
.pagination-section span:last-child {
	padding-right: 0; }
.pagination-section .col {
	display: flex;
	align-items: center;}
.pagination-section .pagination {
	margin-left: auto;}
.pagination-section .pagination .jump-first-page {
	margin-right: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 72px;
	height: 50px;
	border-radius: 6px;
	background-color: #e31e24;}
.pagination-section .pagination .jump-last-page {
	margin-left: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 72px;
	height: 50px;
	border-radius: 6px;
	background-color: #e31e24;}
.pagination-section .pagination a {
	display: inline-flex;
	justify-content: center;
	color: #030000;
	align-items: center;
	font-weight: 600;
	width: 40px;
	border-radius: 6px;
	height: 50px;}
.pagination-section .pagination a.current-page {
	background-color: #e9e9e1;}
.product-grid-section .product-item.banner-product-item {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;}
.product-grid-section .product-item.banner-product-item img {
	position: absolute;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	top: 1px;
	left: 1px;
	object-fit: cover;
	border-radius: 12px;}
.product-grid-section .product-item.banner-product-item a {
	width: calc(100% - 70px);
	height: 60px;
	position: absolute;
	bottom: 32px;
	left: 45px;
	border: none;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
	color: #fff;
	background-color: #000;
	border-radius: 6px;
	margin-left: -10px;
	font-size: 19px;
	font-weight: 700;
	transition: 0.33s all;
	font-family: "Poppins", sans-serif;}
.product-grid-section .product-item.banner-product-item a img {
	position: relative;
	object-fit: none;
	width: auto;
	margin: 0 10px 0 0;
	height: auto;
	border-radius: 0px;}
.product-grid-section .product-item.banner-product-item strong {
	font-weight: 700;
	color: #fff;
	display: block;
	width: 100%;
	margin-top: 95%;
	position: relative;
	font-family: "Poppins", sans-serif;
	line-height: 1.125;
	font-size: 40px;}
.product-grid-section .product-item.banner-product-item small {
	font-weight: 700;
	color: #fff;
	display: block;
	width: 100%;
	font-family: "Poppins", sans-serif;
	line-height: 1.125;
	margin-bottom: 25px;
	position: relative;
	font-size: 29px;}
.checkout-page .site-footer, .checkout-page .site-header .top-bar {
	display: none;}
.checkout-page nav, .checkout-page .nav-icons, .checkout-page .search-form {
	display: none;}
.checkout-page .main-navigation {
	padding: 10px 0;
	border-bottom: 1px solid #e4e4e4;
	background-color: #fff;}
.checkout-section {
	background-color: #f9f9f6;}
.checkout-steps {
	position: relative;
	padding: 40px 35px 0 0;
	width: 57.5%;
	background-color: #fff;}
.checkout-steps::before {
	position: absolute;
	top: 0;
	right: 100%;
	content: "";
	width: 100vw;
	height: 100%;
	background-color: #fff;}
.checkout-login-panel {
	padding: 35px;
	margin: 40px 0;
	display: flex;
	align-items: center;
	background-color: #f3eaea;
	border-radius: 4px;}
.checkout-login-panel span strong {
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	display: block;
	color: #e31e24;
	font-weight: 700;}
.checkout-login-panel a {
	padding: 15px 32px;
	color: #fff;
	margin-left: auto;
	font-family: "Barlow", sans-serif;
	text-align: center;
	border-radius: 6px;
	font-weight: 600;
	background-color: #030000;}
.checkout-steps fieldset {
	border: none;}
.checkout-steps fieldset label, .checkout-summary label {
	font-family: "Poppins", sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 700;}
.checkout-steps input, .checkout-steps select, .checkout-steps textarea {
	width: 100%;
	border: 1px solid #e4e4e4;
	background-color: #fff;
	appearance: none;
	padding: 14px 20px;
	color: #808080;
	font-weight: 600;
	font-size: 19px;
	font-family: "Barlow", sans-serif;}
.checkout-steps select {
	background-image: url('../img/input-arrow-down.png');
	background-position: right 15px center;
	background-repeat: no-repeat;}
.checkout-steps hr {
	border: none;
	width: 100%;
	border-bottom: 1px solid #e4e4e4;}
.checkout-steps .radio-wrapper {
  	display: block;
  	position: relative;
  	padding-left: 45px;
  	margin-bottom: 20px;
  	cursor: pointer;
  	font-size: 19px;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;}
.checkout-steps .radio-wrapper input {
  	position: absolute;
  	opacity: 0;
  	z-index: 99;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	cursor: pointer;}
.checkout-steps .checkmark {
  	position: absolute;
  	top: -3px;
  	left: 0;
  	height: 32px;
  	width: 32px;
  	background-color: #fff;
  	border: 1px solid #e4e4e4;
  	border-radius: 50%;}
.checkout-steps .radio-wrapper:hover input ~ .checkmark {
  	background-color: #f9f9f9;}
.checkout-steps .radio-wrapper input:checked ~ .checkmark {
  	background-color: #fff;}
.checkout-steps .checkmark:after {
  	content: "";
  	position: absolute;
  	display: none;}
.checkout-steps .radio-wrapper input:checked ~ .checkmark:after {
  	display: block;}
.checkout-steps .radio-wrapper .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #030000;}
.checkout-steps .radio-wrapper.shipping-method {
	margin-bottom: 10px;
	height: 200px;}
.checkout-steps .radio-wrapper.shipping-method input {
	height: 100%;
	z-index: 99;}
.checkout-steps .radio-wrapper.shipping-method .checkmark {
	width: 100%;
	height: auto;
	border-radius: 0px;
	text-align: center;
	border: 1px solid #cecece;
	padding: 24px;}
.checkout-steps .radio-wrapper.shipping-method .checkmark img {
	width: auto;
	filter: grayscale(100%);
	margin-bottom: 20px;
	height: 80px;}
.checkout-steps .radio-wrapper.shipping-method .checkmark small {
	font-size: 19px;
	display: block;}
.checkout-steps .radio-wrapper.shipping-method .checkmark strong {
	display: block;}
.checkout-steps .radio-wrapper.shipping-method input:checked ~ .checkmark img {
	filter: grayscale(0%);}
.checkout-steps .radio-wrapper.shipping-method input:checked ~ .checkmark::after {
	border: 3px solid #e31e24;
	width: calc(100% - 3px);
	top: 0;
	left: 0;
	border-radius: 0px;
	background: transparent;
	height: calc(100% - 3px);}
.checkout-steps .radio-wrapper.payment-method {
	display: flex;
	height: 40px;
	align-items: center;}
.checkout-steps .radio-wrapper.payment-method img {
	max-width: 50%;
	margin-left: 30px;}
.checkout-steps .radio-wrapper.payment-method .checkmark {
	top: calc(50% - 16px);}
.checkout-steps .checkbox-wrapper {
	font-size: 19px;
	margin-bottom: 30px;
	padding-left: 45px;}
.checkout-steps .checkbox-wrapper .checkmark {
	border-radius: 0px;}
.checkout-steps .checkbox-wrapper input {
	z-index: 99;
	left: 0;
	top: 0;}
.checkout-steps .checkbox-wrapper .checkmark::after {
	left: 11px;
	top: 6px;
	width: 5px;
	height: 12px;}
.checkout-steps .checkbox-wrapper input:checked ~ .checkmark {
	background-color: #000;}
.checkout-steps .checkbox-wrapper:hover .checkmark {
	background-color: #f9f9f9;}
.checkout-steps .required-desc {
	padding-bottom: 30px;
	display: block;
	opacity: 0.5;}
.checkout-summary {
	padding: 40px 0 80px 25px;
	width: 42.5%;
	background-color: #f9f9f6;}
.checkout-summary-sticky-inner {
	position: sticky;
	top: 25px;}
.checkout-mobile-top-summary {
	flex-wrap: wrap;
	position: relative;
	align-items: center;
	padding: 20px 0 20px 30px;
	display: none;}
.checkout-mobile-top-summary::before {
	position: absolute;
	content: "";
	top: 40px;
	left: 0;
	background-image: url('../img/summary-angle-arrow-icon.png');
	width: 14px;
	height: 14px;}
.checkout-mobile-top-summary strong {
	font-size: 27px;
	font-weight: 700;
	margin-left: auto;
	margin-top: 6px;
	margin-bottom: 6px;}
.checkout-mobile-top-summary .current-feedback-msg span {
	position: relative;
	font-size: 17px;
	text-transform: none;
	font-weight: 500;
	font-family: "Barlow", sans-serif;
	display: block;
	line-height: 0.8;}
.checkout-mobile-top-summary .current-feedback-msg .opened {
	display: none;}
.checkout-summary.opened .checkout-mobile-top-summary .current-feedback-msg .closed {
	display: none;}
.checkout-summary.opened .checkout-mobile-top-summary .current-feedback-msg .opened {
	display: block;}
.checkout-summary.opened .checkout-mobile-top-summary::before {
	transform: rotate(180deg);}
.checkout-summary .checkout-cart {
	margin-top: 10px;}
.checkout-summary .checkout-cart .cart-element {
	display: flex;
	border-bottom: 1px solid #e4e4e4;
	padding: 15px 0;
	flex-wrap: wrap;
	align-items: center;}
.checkout-summary .checkout-cart .cart-element a {
	font-weight: 700;
	color: #000;
	font-size: 14px;}
.checkout-summary .checkout-cart .cart-element img {
	width: 58px;
	height: 58px;
	border: 1px solid #e4e4e4;
	margin: 0 10px;
	object-fit: cover;
	object-position: center center;}
.checkout-summary .checkout-cart .cart-element span {
	font-size: 17px;
	width: calc(100% - 290px);
	padding-right: 10px;
	font-weight: 600;}
.checkout-summary .checkout-cart .cart-element input {
	padding: 8px 24px;
	background-color: #fff;
	border: none;
	width: 80px;
	appearance: none;
	text-align: center;
	font-size: 17px;}
.checkout-summary .checkout-cart .cart-element strong {
	font-weight: 600;
	width: 120px;
	text-align: right;
	padding-left: 10px;
	font-size: 21px;
	text-transform: uppercase;}
.checkout-summary .checkout-cart .cart-element input::-webkit-outer-spin-button,
.checkout-summary .checkout-cart .cart-element input::-webkit-inner-spin-button {
  	-webkit-appearance: none;
  	margin: 0;}
.checkout-summary .checkout-cart .cart-element input[type="number"] {
  	-moz-appearance: textfield;}
.checkout-summary .checkout-coupon {
	padding: 15px 0 15px 15px;
	border-bottom: 1px solid #e4e4e4;
	display: flex;
	flex-wrap: wrap;}
.checkout-summary .checkout-coupon input {
	width: calc(100% - 210px);
	border: 1px solid #e4e4e4;
	background-color: #fff;
	appearance: none;
	padding: 14px 20px;
	font-size: 19px;
	font-family: "Barlow", sans-serif;}
.checkout-summary .checkout-coupon button {
	padding: 15px 0;
	width: 220px;
	color: #fff;
	margin-left: -10px;
	font-family: "Barlow", sans-serif;
	text-align: center;
	border-radius: 6px;
	font-size: 19px;
	border: none;
	font-weight: 600;
	background-color: #030000;}
.checkout-summary .checkout-add-costs {
	padding: 15px 0 15px 15px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #e4e4e4;}
.checkout-summary .checkout-add-costs strong {
	font-size: 21px;
	font-weight: 600;
	margin-left: auto;}
.checkout-summary .checkout-total {
	padding: 15px 0 15px 15px;
	color: #e31e24;
	font-weight: 700;
	font-size: 27px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #e4e4e4;}
.checkout-summary .checkout-total strong {
	font-size: 37px;
	margin-left: auto;}
.checkout-summary .place-order {
	width: 100%;
	background-color: #e31e24;
	padding: 18px 54px;
	text-transform: uppercase;
	font-size: 27px;
	font-weight: 500;
	margin-top: 25px;
	border: none;
	border-radius: 6px;
	color: #fff;
	font-family: "Barlow", sans-serif;
	text-align: center;}
.checkout-summary .place-order img {
	margin-right: 15px;}
.fly-page .product-image {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
	width: 52.5%;}
.fly-page .product-details {
	padding: 0 50px;
	width: 47.5%;}
.fly-page .product-details h1 {
	margin-bottom: 15px;
	font-size: 37px;}
.fly-page .product-details .product-short-desc {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;}
.fly-page .product-details table tr {
	display: block;
	padding: 2px 0;}
.fly-page .product-details table tr td:first-child {
	min-width: 150px;
	font-weight: 600;}
.fly-page .product-details .product-shipping-info {
	padding: 15px 0;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	font-weight: 700;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;}
.fly-page .product-details .product-shipping-info img {
	margin-right: 15px;}
.fly-page .product-details .product-price small {
	font-family: "Poppins", sans-serif;
	font-size: 21px;
	display: block;
	text-transform: uppercase;
	color: #e31e24;}
.fly-page .product-details .product-price strong {
	font-family: "Poppins", sans-serif;
	font-size: 48px;
	line-height: 1;
	display: block;
	color: #e31e24;}
.fly-page .product-details .product-price span {
	display: block;
	font-weight: 600;}
.fly-page .product-details .product-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 25px;}
.fly-page .product-details .product-add-to-cart input {
	padding: 20px;
	width: 120px;
	font-family: "Barlow", sans-serif;
	font-size: 19px;
	color: #808080;
	margin-right: 15px;
	text-align: center;
	border: 1px solid #e4e4e4;}
.fly-page .product-details .product-add-to-cart input::-webkit-outer-spin-button,
.fly-page .product-details .product-add-to-cart input::-webkit-inner-spin-button {
  	-webkit-appearance: none;
  	margin: 0;}
.fly-page .product-details .product-add-to-cart input[type="number"] {
  	-moz-appearance: textfield;}
.fly-page .product-details .product-add-to-cart button {
	width: auto;
	background-color: #e31e24;
	padding: 19px 37px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 19px;
	font-weight: 600;
	transition: 0.33s all;
	border: none;
	margin-right: 30px;
	border-radius: 6px;
	color: #fff;
	font-family: "Barlow", sans-serif;
	text-align: center;}
.fly-page .product-details .product-add-to-cart button:hover {
	opacity: 0.85;}
.fly-page .product-details .product-add-to-cart button img {
	height: 27px;
	margin-right: 10px;}
.fly-page .flypage-hero-section {
	padding-bottom: 40px;}
.fly-page .offers-section h2 {
	display: none;}
.fly-page .offers-section {
	padding-top: 80px;}
.fly-page .flypage-description-section h2 {
	margin-bottom: 30px;
	text-align: center;}
.fly-page .flypage-description-section p {
	margin-bottom: 25px;}
.simple-accordion {
	margin-top: 15px;
	border: 1px solid #e4e4e4;
	padding: 15px;}
.simple-accordion .acc-link {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-weight: 600;
	cursor: pointer;
	font-size: 21px;}
.simple-accordion .acc-link p {
	width: calc(100% - 160px);}
.simple-accordion .acc-link img {
	margin-right: 15px;}
.simple-accordion .acc-link .text-button {
	margin-right: 10px;
	margin-left: auto;}
.simple-accordion .acc-link .text-button::after {
	display: none;}
.simple-accordion .acc-content {
	display: none;}
.simple-accordion .acc-content p {
	margin-top: 20px;}
.simple-accordion .acc-content.active {
	display: block;}
.fly-page .flypage-related-section {
	padding-bottom: 80px;}
.flypage-extraoffers-section .owl-dots, .flypage-related-section .owl-dots {
	display: none;}
.fly-page .site-footer {
	margin-top: 0;}



.site-footer {
	margin-top: 60px;}
.site-footer .footer-main {
	padding: 60px 0 30px 0;
	border-bottom: 1px solid #e4e4e4;}
.site-footer .footer-bottom {
	padding: 30px 0;}
.site-footer .footer-copyright {
	padding: 20px 0;}
.site-footer h4 {
	font-size: 21px;
	font-family: "Poppins";
	font-weight: 700;
	margin-bottom: 15px;
	color: #e31e24;}
.site-footer ul li {
	padding: 8px 0;
	list-style-type: none;}
.site-footer ul li a {
	font-weight: 500;
	color: #030000;}
.site-footer ul li a:hover {
	color: #e31e24;}
.site-footer .footer-main .col:nth-child(2) h4, .site-footer .footer-main .col:nth-child(2) ul {
	padding: 0 0 0 100px;}
.site-footer .footer-main .col:nth-child(3) h4, .site-footer .footer-main .col:nth-child(3) ul {
	padding: 0 0 0 60px;}
.site-footer .footer-copyright p {
	color: #b6b6ae;}
.site-footer .col:last-child ul li {
	display: inline-block;
	width: 33.3333%;}
.site-footer .footer-bottom img {
	max-width: 16.6666%;
	margin-right: 80px;}
.site-footer .footer-bottom img:last-child {
	margin-right: 0;}
.site-footer .social-icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;}
.site-footer .social-icons a img {
	margin: 0 8px 12px 8px;}
.site-footer .social-icons a:hover {
	opacity: 0.8;}



	@media ( max-width: 1280px ) {
		.container, .why-different .container {
			width: calc(100% - 40px);}
		.top-bar-menu {
			margin-bottom: 12px;
			margin-left: auto;}
		.site-header .top-bar .top-bar-menu li a {
			padding: 0 8px;}
		.site-header .top-bar .top-bar-menu li:last-child a {
			padding: 0 0 0 8px;}
		.site-header .top-bar p {
			margin-bottom: 10px;
			padding-right: 0;}
		.main-slider .slider-inner-wrapper, .main-slider .owl-dots {
			width: 100%;
			padding: 0 20px;}
		.main-slider .slider-inner-wrapper .slider-inner-left {
			width: 40%;}
		.main-slider .slider-inner-wrapper .slider-inner-right {
			width: 60%;}
		.checkout-steps {
			width: 50%;
			padding: 40px 25px 0 0;}
		.checkout-summary {
			width: 50%;}
		.checkout-summary::after {
			width: calc(100% + 20px);}
		.product-grid-section .col {
			width: 33.3333% !important;}
		.fly-page .product-image {
			width: 50%;}
		.fly-page .product-details {
			padding: 0 0 0 35px;
			width: 50%;}
		.fly-page .product-details .product-add-to-cart input {
			width: 65px;}
		.fly-page .product-details .product-add-to-cart button {
			padding: 19px 27px;
			margin-right: 15px;}
		.site-footer .footer-bottom img {
			width: 12.5%;
			margin-right: 40px;}
	}

	@media ( max-width: 1024px ) {
		.main-navigation .site-logo {
			margin-right: 40px;
			width: 220px;}
		.main-navigation nav {
			width: calc(100% - 310px);}
		.main-navigation nav ul li.has-children:last-child ul {
			right: auto;
			left: 0;}
		.tablet-hidden {
			display: none;}
		.tablet-displayed {
			display: block;}
		.main-slider .main-slider-title {
			font-size: 56px;}
		.main-slider p {
			font-size: 28px;}
		.icon-circle-box .icon {
			width: 180px;
			height: 180px;
			padding: 55px;}
		.proudof img {
			width: 175px;}
		.subscription fieldset button {
			width: 60px;
			font-size: 0px;}
		.subscription fieldset button img {
			padding: 0;}
		.subscription fieldset input {
			width: calc(100% - 50px);}
		.subscription .subscribe-form {
			padding: 0;}
		.site-footer .footer-bottom img {
			width: 15%;}
		.site-footer .col:last-child ul li {
			width: 50%;}
	}

	@media ( max-width: 922px ) {
		.proudof-slider-wrapper {
			display: block;}
		.proudof-slider .owl-item {
			padding: 0 120px;}
		.tabmob-hidden {
			display: none;}
		.main-navigation nav {
			width: calc(100% + 20px);
			position: absolute;
			top: 88px;
			padding: 15px 20px;
			z-index: 99;
			background-color: #e31e24;
			left: -10px;
			display: none;}
		.main-navigation nav ul li {
			width: 100%;}
		.main-navigation nav ul li.has-children a {
			padding: 0;
			margin: 0;
			line-height: 40px;
			color: #fff;}
		.main-navigation nav.active {
			display: block;}
		.main-navigation nav ul li ul {
			position: relative;
			width: calc(100% + 40px);
			margin-left: -20px;
			margin-top: -5px;
			margin-bottom: 35px;}
		.main-navigation nav ul li ul li:first-child, .main-navigation nav ul li ul li:last-child {
			border-radius: 0px;}
		.main-navigation nav ul li ul li {
			padding: 5px 20px;}
		.main-navigation nav ul li.has-children ul {
			border-radius: 0px;
			background-color: #fff;
			padding: 15px 0;}
		.main-navigation nav ul li.has-children a:hover + ul, .main-navigation nav ul li.has-children ul:hover {
			display: none;}
		.main-navigation nav ul li.has-children a:hover + ul.active, .main-navigation nav ul li.has-children ul.active:hover {
			display: block;}
		.main-navigation nav ul li.has-children ul li:hover a {
			color: #fff;}
		.main-navigation nav ul li.has-children ul.active {
			display: block;}
		.main-navigation nav ul li.has-children ul li a {
			line-height: 30px;
			color: #e31e24;}
		.main-navigation .nav-icons {
			display: flex;
			align-items: center;}
		.main-navigation .nav-icons a {
			display: flex;
			height: 30px;
			align-items: center;}
		.main-navigation .nav-icons a:not(:first-child) {
			margin-left: 15px;
			position: relative;
			padding-left: 15px;}
		.main-navigation .nav-icons a:not(:first-child)::before {
			position: absolute;
			content: "";
			height: 30px;
			top: 0;
			left: 0;
			width: 1px;
			background-color: #d5d5d5;}
		.product-grid-section .col {
			width: 50% !important;}
		.offers-slider-wrapper {
			display: block;}
		.checkout-page .main-navigation .checkout-elements {
			display: none;}
		.checkout-summary .checkout-cart {
			display: none;
			margin-top: 0;}
		.checkout-summary.opened .checkout-cart {
			display: block;}
		.checkout-page .site-header .top-bar {
			display: block;}
		.checkout-page .main-navigation {
			background-color: #f9f9f6;}
		.checkout-summary {
			padding: 0;
			width: 100%;}
		.checkout-steps {
			padding: 25px 0 0 0;
			width: 100%;}
		.checkout-steps h1 {
			display: none;}
		.checkout-page .checkout-section form {
			flex-direction: column-reverse;}
		.checkout-summary::after {
			width: calc(100% + 40px);
			background-color: #e4e4df;
			left: -20px;}
		.checkout-summary .checkout-coupon, .checkout-summary .checkout-add-costs, .checkout-summary .checkout-total, .checkout-summary .place-order, .checkout-summary label {
			display: none;}
		.checkout-summary .checkout-cart .cart-element {
			border-top: 1px solid #fff;
			width: calc(100% + 40px);
			margin-left: -20px;
			padding: 15px 20px;}
		.checkout-mobile-top-summary label {
			display: block;}
		.checkout-mobile-top-summary {
			display: flex;}
		.fly-page .offers-section h2 {
			display: block;}
	}

	@media ( max-width: 768px ) {
		.site-header .top-bar .col {
			justify-content: center;}
		.top-bar-menu {
			margin: 0 auto 12px auto;}
		.site-header .top-bar .top-bar-links {
			margin: 0px auto;}
		.main-navigation .site-logo {
			width: 200px;
			margin-right: 0;}
		.main-slider .slide-bg {
			display: none !important;}
		.main-slider .slide-bg-mob {
			display: block !important;}
		.main-slider .slider-inner-wrapper .slider-inner-left, .main-slider .slider-inner-wrapper .slider-inner-right {
			text-align: center;
			width: 100%;}
		.main-slider .slider-inner-wrapper {
			flex-direction: column-reverse;}
		.owl-stage-outer {
			padding-bottom: 0px;}
		.priceoff-displayed::after {
			display: none;}
		.proudof-slider .owl-item {
			padding: 0 60px;}
		.main-slider .slider-inner-wrapper .slider-inner-right img {
			position: relative;
			bottom: 0;
			margin-left: 10%;
			margin-bottom: 15px;
			width: 150px;}
		.main-slider .main-slider-title {
			display: block;
			text-align: center;
			font-size: 48px;}
		.main-slider p {
			text-align: center;
			margin: 38px 0 25px 0;
			font-size: 27px;}
		.main-slider .slider-price {
			width: 80px;
			height: 80px;
			top: 0;
			margin-bottom: -45px;
			margin-left: 30%;
			font-size: 20px;}
		.main-slider .slider-price small {
			font-size: 14px;}
		.main-slider .slider-inner-wrapper {
			padding: 10px 10px 105px 10px;}
		.main-slider .owl-dots {
			text-align: center;}
		h1 {
			font-size: 30px;}
		h2 {
			font-size: 30px;}
		.section, .section.extended-padd {
			padding: 40px 0;}
		.text-right {
			text-align: center;}
		.col {
			width: 100% !important;}
		.mrg-btn-50 {
			margin-bottom: 25px;}
		.mrg-btn-60 {
			margin-bottom: 40px;}
		.mrg-top-100 {
			margin-top: 60px;}
		.mobile-hidden {
			display: none;}
		.desktop-hidden {
			display: block !important;}
		.breadcrumb, h1 {
			text-align: center;}
		.breadcrumb span {
			padding: 0;}
		.category-banner {
			width: calc(100% + 40px);
			height: 220px;
			margin: -30px 0px 30px -20px;}
		.category-banner::before {
			display: none;}
		.category-banner .bg {
			object-position: center center;}
		.category-banner .product {
			bottom: 20px;
			width: 175px;
			left: 30px;}
		.category-banner .banner-price {
			width: 72px;
			height: 72px;
			top: 30px;
			left: 150px;
			font-size: 18px;}
		.category-banner .banner-price strong small {
			font-size: 14px;}
		.orderby-section {
			border: none;}
		.orderby-section .page-nums, .pagination-section .page-nums {
			display: none;}
		.orderby-section .order-by title {
			display: none;}
		.pagination-section .pagination {
			margin: 0px auto;}
		.icon-h-panel .icon-h-panel-title {
			font-size: 23px;}
		.why-different .col:first-child {
			padding-right: 10px;}
		.col:first-child .popular-categ-panel img, .col:last-child .popular-categ-panel img {
			height: 150px;}
		.popular-categ-panel .hover-box {
			height: 150px;
			margin-top: -150px;}
		.popular-categ-panel .popular-categ-panel-title::before {
			width: 75px;
			height: 150px;}
		.popular-categ-panel .popular-categ-panel-title::after {
			left: 75px;
			border-width: 150px 75px 0 0;}
		.popular-categ-panel .popular-categ-panel-title {
			font-size: 23px;}
		.popular-categ-panel img {
			object-position: center center;}
		.subscription h2 {
			font-size: 36px;}
		.subscription h2 small {
			font-size: 24px;}
		.subscription .wrapper {
			font-size: 15px;}
		.background-workers .row {
			flex-direction: column-reverse;}
		.col-sm-3 .category-carousel {
			display: block !important;}
		.proudof-slider img {
			width: 175px !important;}
		.background-workers img {
			margin-bottom: 40px;}
		.background-workers h3 {
			padding: 0 20px;
			margin-bottom: -15px;}
		.background-workers p {
			padding: 0 20px;}
		.background-workers a {
			margin: 0 20px;}
		.avatar-section .col-sm-4 {
			width: 50% !important;}
		.avatar-section .avatar-panel h4, .avatar-section .avatar-panel p {
			font-size: 17px;}
		.fly-page .product-image {
			width: calc(100% + 40px);
			margin: -30px -20px 30px -20px;
			border-left: none;
			border-radius: 0px;
			overflow: unset;
			border-top: none;
			border-right: none;}
		.fly-page .product-details {
			padding: 0;
			width: 100%;}
		.fly-page .breadcrumb, .fly-page h1 {
			text-align: left;}
		.fly-page .product-details h1 {
			font-size: 30px;}
		.fly-page .product-details .product-add-to-cart a {
			margin-left: auto;}
		.flypage-extraoffers-section .owl-dots, .flypage-related-section .owl-dots {
			display: block;}
		.simple-accordion {
			width: calc(100% + 40px);
			margin-left: -20px;
			border-left: none;
			border-right: none;}
		.simple-accordion .acc-link p {
			line-height: 1;
			width: calc(100% - 60px);}
		.simple-accordion .acc-link .text-button {
			margin-left: 60px;
			line-height: 1.75;
			margin-right: auto;}
		.footer-logo {
			display: block;
			margin: 0px auto;}
		.site-footer .footer-main .col:nth-child(2) h4, .site-footer .footer-main .col:nth-child(2) ul {
			padding: 0 20px;}
		.site-footer .footer-main .col:nth-child(3) h4, .site-footer .footer-main .col:nth-child(3) ul {
			padding: 0 20px;}
		.site-footer .footer-copyright p {
			text-align: center;}
		.site-footer {
			margin-top: 20px;}
		.category-panel:not(.active-category) {
			margin-bottom: -60px;}
		.site-footer .footer-bottom img {
			margin-bottom: 10px;
			margin-top: 10px;}
	}

	@media ( max-width: 576px ) {
		.top-bar-menu, .site-header .top-bar .top-bar-links {
			display: none;}
		.main-navigation nav {
			top: 128px;}
		.main-navigation {
			padding: 10px 0;}
		.site-header .top-bar p {
			margin: 0;}
		.main-navigation .site-logo {
			width: 180px;}
		.main-navigation .nav-icons a:not(:first-child) {
			margin-left: 12px;
			padding-left: 12px;}
		.main-navigation .nav-icons a:not(:first-child)::before {
			top: -3px;}
		.main-navigation .nav-icons a {
			height: 24px;}
		.main-navigation .nav-icons a.mob-icon {
			height: 20px;}
		.main-navigation .nav-icons a img {
			height: 90%;}
		.search-form {
			display: block;}
		.review-slider {
			padding: 0;}
		.review-slider .owl-nav {
			display: none;}
		.review-slider h5 {
			font-size: 23px;}
		.review-slider .owl-item {
			padding: 30px;}
		.review-slider img {
			width: 150px !important;}
		.site-footer .footer-bottom {
			display: none;}
		.pocket-hidden {
			display: none;}
		.orderby-section .order-by {
			width: 100%;}
		.product-grid-section .col {
			width: 100% !important;}
		.checkout-page .search-form {
			display: block;}
		.checkout-login-panel {
			width: calc(100% + 40px);
			margin-left: -20px;
			padding: 40px 20px;
			flex-wrap: wrap;}
		.checkout-login-panel span {
			display: block;
			width: 100%;}
		.checkout-login-panel span strong {
			padding-bottom: 15px;}
		.checkout-login-panel a {
			margin-left: 0;
			margin-right: auto;
			margin-top: 20px;}
		.checkout-steps hr {
			width: calc(100% + 40px);
			margin-left: -20px;}
		.checkout-summary .checkout-cart .cart-element input {
			display: none;}
		.checkout-summary .checkout-cart .cart-element span {
			padding-right: 0;
			width: calc(100% - 210px);}
		.checkout-steps .radio-wrapper.payment-method img {
			display: none;}
		.fly-page .product-details .product-add-to-cart a {
			margin-top: -275px;}
		.fly-page .product-details .product-price strong {
			padding-right: 40px;}
		.fly-page .product-details .product-add-to-cart input {
			width: 120px;}
		.fly-page .product-details .product-add-to-cart button {
			margin-right: 0;
			width: calc(100% - 135px);}
		.fly-page .flypage-description-section h2 {
			margin-bottom: 15px;
		}
		.site-footer .col:last-child ul li {
			width: 50%;}
		.site-footer .social-icons {
			margin-bottom: 40px;}
	}