


@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Didact+Gothic&family=Playfair+Display:wght@400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');





:root {
 --primary-color: #FC6400;
 --secondary-color: #f3a101;
 --tertiary-color: #201658;
 --black-color: #000000;
 --white-color: #ffffff;

 --primary-font: "Titillium Web", sans-serif;
 --secondary-font: "Inter", sans-serif;

 --display-one: 64px;
 --display-two: 56px;
 --display-three: 48px;
 --display-four: 42px;
 --display-five: 36px;
 --display-six: 30px;

 --fw-black: 900;
 --fw-bold: 700;
 --fw-regular: 400;
 --fw-light: 300;

 --heading-line-height: 1.3;
 --text-line-height: 1.7;
}
body{
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
}


p {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}
.mt-1 {
	margin-top: 1rem !important
}

.mt-2 {
	margin-top: 2rem !important
}

.mt-3 {
	margin-top: 3rem !important
}

.mt-4 {
	margin-top: 4rem !important
}

.mt-5 {
	margin-top: 5rem !important
}

.mt-6 {
	margin-top: 6rem !important
}

.mt-7 {
	margin-top: 7rem !important
}

.mt-8 {
	margin-top: 8rem !important
}

.mt-9 {
	margin-top: 9rem !important
}

.mt-10 {
	margin-top: 10rem !important
}

.mb-1 {
	margin-bottom: 1rem !important
}

.mb-2 {
	margin-bottom: 2rem !important
}

.mb-3 {
	margin-bottom: 3rem !important
}

.mb-4 {
	margin-bottom: 4rem !important
}

.mb-5 {
	margin-bottom: 5rem !important
}

.mb-6 {
	margin-bottom: 6rem !important
}

.mb-7 {
	margin-bottom: 7rem !important
}

.mb-8 {
	margin-bottom: 8rem !important
}

.mb-9 {
	margin-bottom: 9rem !important
}

.mb-10 {
	margin-bottom: 10rem !important
}

@media (min-width: 768px) {
	.mt-md-0 {
		margin-top: 0rem !important
	}

	.mt-md-1 {
		margin-top: 1rem !important
	}

	.mt-md-2 {
		margin-top: 2rem !important
	}

	.mt-md-3 {
		margin-top: 3rem !important
	}

	.mt-md-4 {
		margin-top: 4rem !important
	}

	.mt-md-5 {
		margin-top: 5rem !important
	}

	.mt-md-6 {
		margin-top: 6rem !important
	}

	.mt-md-7 {
		margin-top: 7rem !important
	}

	.mt-md-8 {
		margin-top: 8rem !important
	}

	.mt-md-9 {
		margin-top: 9rem !important
	}

	.mt-md-10 {
		margin-top: 10rem !important
	}

	.mb-md-0 {
		margin-bottom: 0rem !important
	}

	.mb-md-1 {
		margin-bottom: 1rem !important
	}

	.mb-md-2 {
		margin-bottom: 2rem !important
	}

	.mb-md-3 {
		margin-bottom: 3rem !important
	}

	.mb-md-4 {
		margin-bottom: 4rem !important
	}

	.mb-md-5 {
		margin-bottom: 5rem !important
	}

	.mb-md-6 {
		margin-bottom: 6rem !important
	}

	.mb-md-7 {
		margin-bottom: 7rem !important
	}

	.mb-md-8 {
		margin-bottom: 8rem !important
	}

	.mb-md-9 {
		margin-bottom: 9rem !important
	}

	.mb-md-10 {
		margin-bottom: 10rem !important
	}
}

@media (min-width: 992px) {
	.mt-lg-0 {
		margin-top: 0rem !important
	}

	.mt-lg-1 {
		margin-top: 1rem !important
	}

	.mt-lg-2 {
		margin-top: 2rem !important
	}

	.mt-lg-3 {
		margin-top: 3rem !important
	}

	.mt-lg-4 {
		margin-top: 4rem !important
	}

	.mt-lg-5 {
		margin-top: 5rem !important
	}

	.mt-lg-6 {
		margin-top: 6rem !important
	}

	.mt-lg-7 {
		margin-top: 7rem !important
	}

	.mt-lg-8 {
		margin-top: 8rem !important
	}

	.mt-lg-9 {
		margin-top: 9rem !important
	}

	.mt-lg-10 {
		margin-top: 10rem !important
	}

	.mb-lg-0 {
		margin-bottom: 0rem !important
	}

	.mb-lg-1 {
		margin-bottom: 1rem !important
	}

	.mb-lg-2 {
		margin-bottom: 2rem !important
	}

	.mb-lg-3 {
		margin-bottom: 3rem !important
	}

	.mb-lg-4 {
		margin-bottom: 4rem !important
	}

	.mb-lg-5 {
		margin-bottom: 5rem !important
	}

	.mb-lg-6 {
		margin-bottom: 6rem !important
	}

	.mb-lg-7 {
		margin-bottom: 7rem !important
	}

	.mb-lg-8 {
		margin-bottom: 8rem !important
	}

	.mb-lg-9 {
		margin-bottom: 9rem !important
	}

	.mb-lg-10 {
		margin-bottom: 10rem !important
	}
}

@media (min-width: 1200px) {
	.mt-xl-0 {
		margin-top: 0rem !important
	}

	.mt-xl-1 {
		margin-top: 1rem !important
	}

	.mt-xl-2 {
		margin-top: 2rem !important
	}

	.mt-xl-3 {
		margin-top: 3rem !important
	}

	.mt-xl-4 {
		margin-top: 4rem !important
	}

	.mt-xl-5 {
		margin-top: 5rem !important
	}

	.mt-xl-6 {
		margin-top: 6rem !important
	}

	.mt-xl-7 {
		margin-top: 7rem !important
	}

	.mt-xl-8 {
		margin-top: 8rem !important
	}

	.mt-xl-9 {
		margin-top: 9rem !important
	}

	.mt-xl-10 {
		margin-top: 10rem !important
	}

	.mb-xl-0 {
		margin-bottom: 0rem !important
	}

	.mb-xl-1 {
		margin-bottom: 1rem !important
	}

	.mb-xl-2 {
		margin-bottom: 2rem !important
	}

	.mb-xl-3 {
		margin-bottom: 3rem !important
	}

	.mb-xl-4 {
		margin-bottom: 4rem !important
	}

	.mb-xl-5 {
		margin-bottom: 5rem !important
	}

	.mb-xl-6 {
		margin-bottom: 6rem !important
	}

	.mb-xl-7 {
		margin-bottom: 7rem !important
	}

	.mb-xl-8 {
		margin-bottom: 8rem !important
	}

	.mb-xl-9 {
		margin-bottom: 9rem !important
	}

	.mb-xl-10 {
		margin-bottom: 10rem !important
	}
}

@media (min-width: 1600px) {
	.mt-xxl-0 {
		margin-top: 0rem !important
	}

	.mt-xxl-1 {
		margin-top: 1rem !important
	}

	.mt-xxl-2 {
		margin-top: 2rem !important
	}

	.mt-xxl-3 {
		margin-top: 3rem !important
	}

	.mt-xxl-4 {
		margin-top: 4rem !important
	}

	.mt-xxl-5 {
		margin-top: 5rem !important
	}

	.mt-xxl-6 {
		margin-top: 6rem !important
	}

	.mt-xxl-7 {
		margin-top: 7rem !important
	}

	.mt-xxl-8 {
		margin-top: 8rem !important
	}

	.mt-xxl-9 {
		margin-top: 9rem !important
	}

	.mt-xxl-10 {
		margin-top: 10rem !important
	}

	.mb-xxl-0 {
		margin-bottom: 0rem !important
	}

	.mb-xxl-1 {
		margin-bottom: 1rem !important
	}

	.mb-xxl-2 {
		margin-bottom: 2rem !important
	}

	.mb-xxl-3 {
		margin-bottom: 3rem !important
	}

	.mb-xxl-4 {
		margin-bottom: 4rem !important
	}

	.mb-xxl-5 {
		margin-bottom: 5rem !important
	}

	.mb-xxl-6 {
		margin-bottom: 6rem !important
	}

	.mb-xxl-7 {
		margin-bottom: 7rem !important
	}

	.mb-xxl-8 {
		margin-bottom: 8rem !important
	}

	.mb-xxl-9 {
		margin-bottom: 9rem !important
	}

	.mb-xxl-10 {
		margin-bottom: 10rem !important
	}
}

.m-b-1 {
	margin-bottom: .4rem !important
}

.m-b-2 {
	margin-bottom: .8rem !important
}

.m-b-3 {
	margin-bottom: 1.6rem !important
}

.m-b-4 {
	margin-bottom: 2.4rem !important
}

.m-b-5 {
	margin-bottom: 4.8rem !important
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: 0;
	padding: 0 !important;
	font: inherit;
	color: #fff;
	font-size: 64px;
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("../../../../../../www.portotheme.com/html/porto_ecommerce/demo_11/assets/images/owl.video.play.html") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-theme .owl-nav {
	margin: 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	color: #222529;
	font-size: 3rem
}

.owl-theme .owl-nav [class*='owl-'] {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #222529;
	margin: 0;
	font-size: 3rem;
	padding: 4px 7px;
	background: transparent;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-'] i:before {
	margin: 0;
	width: auto
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: transparent;
	color: #222529;
	text-decoration: none
}

.owl-theme .owl-nav .owl-prev {
	left: 0
}

.owl-theme .owl-nav .owl-next {
	right: 0
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 2.5rem
}

.owl-theme .owl-dots {
	line-height: 1;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline
}

.owl-theme .owl-dots .owl-dot span {
	position: relative;
	width: 15px;
	height: 15px;
	margin: 2px 2px;
	background: transparent;
	display: block;
	-webkit-backface-visibility: visible;
	transition: all .3s ease;
	border: 0.2rem solid rgba(0, 0, 0, 0.4);
	border-radius: 50%
}

.owl-theme .owl-dots .owl-dot span:before {
	content: '';
	display: block;
	width: .7rem;
	height: .7rem;
	background-color: transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -.35rem;
	margin-left: -.35rem;
	background-color: #21346a;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	transition: all .3s;
	border-radius: 50%
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	border-color: #21346a;
	background: transparent
}

.owl-theme .owl-dots .owl-dot.active span:before {
	opacity: 1;
	visibility: visible;
	transform: scale(1)
}

.owl-theme.owl-theme-light .owl-dots .owl-dot span {
	border-color: #fff;
	background: transparent
}

.owl-theme.owl-theme-light .owl-dots .owl-dot span:before {
	border-color: #fff
}

.owl-theme.owl-theme-light .owl-dots .owl-dot.active span,
.owl-theme.owl-theme-light .owl-dots .owl-dot:hover span {
	border-color: #21346a;
	background: transparent
}

.owl-theme.owl-theme-light .owl-dots .owl-dot.active span:before {
	border-color: #21346a
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #fff;
	opacity: 0.4
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
	background: rgb(255 255 255 / 0%);
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #CCC
}

.mfp-preloader a:hover {
	color: #FFF
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	    font-family: "Open Sans", sans-serif;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0
}

.bootstrap-touchspin .input-group-btn-vertical {
	position: absolute;
	right: 0;
	height: 100%;
	z-index: 11
}

.bootstrap-touchspin.input-group {
	max-width: 68px;
	padding-right: 20px;
	margin-bottom: 0
}

.bootstrap-touchspin .form-control {
	text-align: center;
	margin-bottom: 0;
	height: 4.2rem;
	max-width: 46px;
	padding: 1.1rem 1rem
}

.bootstrap-touchspin .form-control:not(:focus) {
	border-color: #ccc
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
	position: absolute;
	right: 0;
	height: 2rem;
	padding: 0;
	width: 2rem;
	text-align: center;
	font-size: 1.2rem
}

.bootstrap-touchspin .input-group-btn-vertical>.btn:before {
	position: relative;
	margin: 0;
	width: auto;
	line-height: 1;
	width: auto;
	top: -.1rem;
	margin-right: -.2rem
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0;
	top: 0
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0;
	bottom: 0
}

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-target {
	position: relative;
	direction: ltr
}

.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

.noUi-connects {
	overflow: hidden;
	z-index: 0
}

.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
	left: auto;
	right: 0
}

.noUi-vertical .noUi-origin {
	width: 0
}

.noUi-horizontal .noUi-origin {
	height: 0
}

.noUi-handle {
	position: absolute
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s
}

.noUi-state-drag * {
	cursor: inherit !important
}

.noUi-horizontal {
	height: .3rem
}

.noUi-horizontal .noUi-handle {
	width: 1.1rem;
	height: 1.1rem;
	left: -.55rem;
	top: -.3em
}

.noUi-vertical {
	width: .3rem;
	height: 150px
}

.noUi-vertical .noUi-handle {
	width: 1.1rem;
	height: 1.1rem;
	left: -.4rem;
	top: -.5rem
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
	right: -.55rem;
	left: auto
}

.noUi-target {
	background: #dfdfdf;
	border-radius: 0
}

.noUi-connects {
	border-radius: 0
}

.noUi-connect {
	background: #000
}

.noUi-draggable {
	cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize
}

.noUi-handle {
	border-radius: 50%;
	background: #000;
	cursor: pointer
}

[disabled] .noUi-connect {
	background: #B8B8B8
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
	cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-pips {
	position: absolute;
	color: #999
}

.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px
}

.noUi-marker {
	position: absolute;
	background: #CCC
}

.noUi-marker-sub {
	background: #AAA
}

.noUi-marker-large {
	background: #AAA
}

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%
}

.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px
}

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%
}

.noUi-value-vertical {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%, 0);
	padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%
}

.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%
}

.alert {
	margin-bottom: 2rem;
	padding: 1.4rem 1.5rem;
	border-radius: 0
}

.alert.alert-intro {
	font-size: 1.5rem
}

.banner {
	position: relative;
	font-size: 1.6rem
}

.banner figure {
	margin: 0
}

.banner img {
	width: 100%
}

.banner h1,
.banner h2,
.banner h3,
.banner h4,
.banner h5,
.banner h6 {
	line-height: 1
}

.banner .container:not(.banner-content) {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.bg-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.ibanner {
	font-size: 10px
}

aside .banner {
	font-size: 1.6rem
}

.banner-layer {
	position: absolute;
	left: 0;
	right: 0;
}

.banner-content {
	position: relative
}

.banner-layer-top {
	top: 7%
}

.banner-layer-bottom {
	bottom: 5%
}

.banner-layer-space {
	left: 0;
	right: 0;
	padding: 1em 1.5625em
}

.banner-layer-left {
	right: auto
}

.banner-layer-right {
	left: auto
}

.banner-layer-middle {
     top: 49%;
     text-align: left;
     transform: translateY(-50%);
     background: #ffffff3d;
     /* padding: 60px 0px; */
     width: 40%;
     left: 11%;
     border-radius: 10px;
     box-shadow: none;
     padding: 30px;
}

@media (max-width: 1199px) {
	.banner {
		font-size: 1.4rem
	}

	.ibanner {
		font-size: 1rem
	}
}

@media (max-width: 767px) {
	.home-slider h3 {
		margin: 0rem 0 0rem;
		font-size: 2.5em;
		font-weight: 700;
		letter-spacing: 0;
		color: #fff;
		padding-bottom: 25px;
		line-height: inherit;
	}

	.owl-carousel .owl-item img {
		display: block;
		width: 100%;
		min-height: 440px;
		object-fit: cover;
	}

	.banner-md-vw-small {
		font-size: 1.8vw
	}

	.banner-md-vw {
		font-size: 2.3vw
	}

	.banner-md-vw-large {
		font-size: 3vw
	}
}

@media (max-width: 575px) {
	.banner-md-vw-small {
		font-size: 2.3vw
	}

	.banner-sm-vw {
		font-size: 3vw
	}

	.banner-sm-vw-large {
		font-size: 4vw
	}
}

.breadcrumb-nav {
    color: #8e8e8e;
    margin-top: 0;
    background-color: #ebe7e7;
}

.breadcrumb {
	margin-bottom: 0;
	padding: 1.2rem 0;
	border-radius: 0;
	background-color: transparent
}

.breadcrumb-item {
	font-size: 11.2px;
	letter-spacing: 0;
	line-height: 24px;
	text-transform: uppercase
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 1.4rem
}

.breadcrumb-item+.breadcrumb-item:before {
	color: inherit;
	padding-right: 1.4rem;
	content: "/";
	font-size: 12px;
	font-family: 'porto';
	vertical-align: middle;
	margin-top: -.5rem;
}

.breadcrumb-item a,
.breadcrumb-item.active {
	color: inherit;
	font-size: 16px;
}

.btn {
	transition: all .3s;
	text-transform: uppercase;
	padding: 1.85rem 4.2rem;
	border-radius: -7px;
	font-size: 1.4rem;
	font-weight: 700;
	    font-family: "Open Sans", sans-serif;
	line-height: 1.429;
}

.btn:focus {
	box-shadow: none
}

.btn-sm {
	padding: 1em 1.6em;
	font-size: 1.2rem
}

.btn-md {
	padding: 1em 2.2em;
	font-size: 1.3rem
}

.btn-lg {
	padding: 1.5em 4.15em;
	font-size: 1.4rem;
}

.btn-xl {
	padding: 1.125em 2.75em;
	font-size: 1.125em
}

.btn-icon-left i {
	padding-right: .7rem
}

.btn-icon-right i {
	padding-left: .7rem
}

.btn-primary {
    border-color: #ffffff;
    color: #fff;
    box-shadow: none;
    background-color: #023062;
    border-radius: 31px !important;
    padding: 17px 20px !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
	border-color: #222;
	background-color: #222;
	color: #ffffff;
	box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
	border-color: #21346a;
	background-color: #21346a;
	color: #fff
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	border-color: #21346a;
	background-color: #21346a;
	color: #fff;
}

.btn-outline {
	border-color: #ccc;
	background-color: transparent;
	background-image: none;
	color: #ccc
}

.btn-outline:hover,
.btn-outline.focus {
	border-color: #21346a;
	background-color: transparent;
	color: #21346a;
	box-shadow: none
}

.btn-outline.disabled,
.btn-outline:disabled {
	background-color: transparent;
	color: #ccc
}

.btn-outline:not(:disabled):not(.disabled):active,
.btn-outline:not(:disabled):not(.disabled).active,
.show>.btn-outline.dropdown-toggle {
	border-color: #21346a;
	background-color: transparent;
	color: #21346a
}

.btn-outline-secondary {
	border-color: #ccc;
	background-color: transparent;
	background-image: none;
	color: #777
}

.btn-outline-secondary:hover,
.btn-outline-secondary.focus {
	border-color: #21346a;
	background-color: #21346a;
	color: #fff;
	box-shadow: none
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	background-color: transparent;
	color: #777
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
	border-color: #21346a;
	background-color: #21346a;
	color: #fff
}

.btn-dark {
	border-color: rgb(255 255 255 / 56%);
	background-color: rgb(6 6 6 / 66%);
	color: #fff;
	box-shadow: none;
	/* position: absolute; */
	/* top: 50%; */
	/* right: 0; */
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus {
	border-color: #ffffff;
	background-color: #21346a;
	color: #ffffff;
	box-shadow: none;
}

.btn-dark.disabled,
.btn-dark:disabled {
	border-color: #222529;
	background-color: #222529;
	color: #fff
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
	border-color: #050606;
	background-color: #0b0c0d;
	color: #fff
}

.btn-link {
	padding-top: 0;
	padding-bottom: 0;
	color: #21346a;
	    font-family: "Open Sans", sans-serif;
	font-size: 13px;
	letter-spacing: 0;
	text-transform: initial
}

.btn-link:hover,
.btn-link:focus {
	color: #21346a;
	text-decoration: underline
}

.btn-social-login {
	display: flex;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #21346a;
	    font-family: "Open Sans", sans-serif;
	text-decoration: none;
	text-transform: uppercase
}

.btn-social-login span,
.btn-social-login i {
	color: #fff
}

.btn-social-login i {
	margin-top: -1px;
	padding-right: 6px
}

.btn-facebook {
	background: #3a589d
}

.btn-gplus {
	background: #dd4e31
}

.btn-twitter {
	background: #1aa9e1
}

.owl-dots .owl-dot,
.owl-nav .owl-prev,
.owl-nav .owl-next {
	outline: none
}

a:focus {
	outline: none
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(359deg)
	}
}

.mfp-container .mfp-preloader,
.porto-loading-icon {
	content: '';
	display: inline-block;
	z-index: 2;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	border: 2px solid transparent;
	border-radius: 50%;
	border-top-color: #21346a;
	border-image: none;
	text-indent: -9999px;
	-webkit-animation: spin .75s infinite linear;
	animation: spin .75s infinite linear
}

.mfp-container .mfp-preloader:before,
.porto-loading-icon:before {
	position: absolute;
	top: -2px;
	right: 0;
	left: -2px;
	width: inherit;
	height: inherit;
	border: inherit;
	border-radius: inherit;
	border-top-color: inherit;
	content: '';
	-webkit-animation: spin 1.5s infinite ease;
	animation: spin 1.5s infinite ease
}

.card {
	margin-bottom: 3rem;
	border: 1px solid #ddd;
	border-radius: 0;
	font-size: 1.4rem
}

.card-header {
	margin: 0;
	padding: 1.2rem 1.5rem;
	border-radius: 0;
	border-color: #ddd;
	background-color: #f5f5f5;
	color: #000;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase
}

.card-header:after {
	display: block;
	clear: both;
	content: ''
}

.card-header .card-edit {
	margin-top: .1rem;
	float: right;
	color: #21346a;
	font-size: 1.3rem;
	font-weight: 400;
	text-transform: capitalize
}

.card-body {
	min-height: 135px;
	padding: 2rem 1.5rem;
	border-top: 0;
	border-radius: 0
}

.card-body a {
	text-decoration: underline
}

.card-body h4 {
	margin-bottom: .7rem;
	color: #666
}

.feature-box {
	color: #7b858a;
	font-size: 1.5rem;
	line-height: 2;
	margin-bottom: 4rem
}

.feature-box i {
	display: inline-block;
	margin-bottom: 2.2rem;
	color: #21346a;
	font-size: 5rem;
	line-height: 1
}

.feature-box i:before {
	margin: 0
}

.feature-box h3 {
	margin-bottom: 2rem;
	color: #000;
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.1;
	letter-spacing: 0
}

.feature-box p {
	margin-bottom: 0
}

.feature-box-content {
	color: #7b858a;
	font-size: 1.5rem;
	line-height: 1.8
}

@font-face {
	font-family: "porto";
	src: url("../fonts/porto6e1d.eot?64334846");
	src: url("../fonts/porto6e1d.eot?64334846#iefix") format("embedded-opentype"), url("../fonts/porto6e1d.woff2?64334846") format("woff2"), url("../fonts/porto6e1d.woff?64334846") format("woff"), url("../fonts/porto6e1d.ttf?64334846") format("truetype"), url("../fonts/porto6e1d.svg?64334846#porto") format("svg");
	font-style: normal;
	font-weight: normal;
	font-display: swap
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "porto";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-spin1:before {
	content: '\e800'
}

.icon-spin2:before {
	content: '\e801'
}

.icon-spin3:before {
	content: '\e802'
}

.icon-spin4:before {
	content: '\e803'
}

.icon-spin5:before {
	content: '\e804'
}

.icon-spin6:before {
	content: '\e805'
}

.icon-firefox:before {
	content: '\e806'
}

.icon-chrome:before {
	content: '\e807'
}

.icon-opera:before {
	content: '\e808'
}

.icon-ie:before {
	content: '\e809'
}

.icon-phone:before {
	content: '\e80a'
}

.icon-down-dir:before {
	content: '\e80b'
}

.icon-cart:before {
	content: '\e80c'
}

.icon-up-dir:before {
	content: '\e80d'
}

.icon-mode-grid:before {
	content: '\e80e'
}

.icon-mode-list:before {
	content: '\e80f'
}

.icon-compare:before {
	content: '\e810'
}

.icon-wishlist:before {
	content: '\e811'
}

.icon-search:before {
	content: '\e812'
}

.icon-left-dir:before {
	content: '\e813'
}

.icon-right-dir:before {
	content: '\e814'
}

.icon-down-open:before {
	content: '\e815'
}

.icon-left-open:before {
	content: '\e816'
}

.icon-right-open:before {
	content: '\e817'
}

.icon-up-open:before {
	content: '\e818'
}

.icon-angle-left:before {
	content: '\e819'
}

.icon-angle-right:before {
	content: '\e81a'
}

.icon-angle-up:before {
	content: '\e81b'
}

.icon-angle-down:before {
	content: '\e81c'
}

.icon-down:before {
	content: '\e81d'
}

.icon-left:before {
	content: '\e81e'
}

.icon-right:before {
	content: '\e81f'
}

.icon-up:before {
	content: '\e820'
}

.icon-angle-double-left:before {
	content: '\e821'
}

.icon-angle-double-right:before {
	content: '\e822'
}

.icon-angle-double-up:before {
	content: '\e823'
}

.icon-angle-double-down:before {
	content: '\e824'
}

.icon-mail:before {
	content: '\e825'
}

.icon-location:before {
	content: '\e826'
}

.icon-skype:before {
	content: '\e827'
}

.icon-right-open-big:before {
	content: '\e828'
}

.icon-left-open-big:before {
	content: '\e829'
}

.icon-down-open-big:before {
	content: '\e82a'
}

.icon-up-open-big:before {
	content: '\e82b'
}

.icon-cancel:before {
	content: '\e82c'
}

.icon-user:before {
	content: '\e82d'
}

.icon-mail-alt:before {
	content: '\e82e'
}

.icon-fax:before {
	content: '\e82f'
}

.icon-lock:before {
	content: '\e830'
}

.icon-company:before {
	content: '\e831'
}

.icon-city:before {
	content: '\e832'
}

.icon-post:before {
	content: '\e833'
}

.icon-country:before {
	content: '\e834'
}

.icon-calendar:before {
	content: '\e835'
}

.icon-doc:before {
	content: '\e836'
}

.icon-mobile:before {
	content: '\e837'
}

.icon-clock:before {
	content: '\e838'
}

.icon-chat:before {
	content: '\e839'
}

.icon-tag:before {
	content: '\e83a'
}

.icon-folder:before {
	content: '\e83b'
}

.icon-folder-open:before {
	content: '\e83c'
}

.icon-forward:before {
	content: '\e83d'
}

.icon-reply:before {
	content: '\e83e'
}

.icon-cog:before {
	content: '\e83f'
}

.icon-cog-alt:before {
	content: '\e840'
}

.icon-wrench:before {
	content: '\e841'
}

.icon-quote-left:before {
	content: '\e842'
}

.icon-quote-right:before {
	content: '\e843'
}

.icon-gift:before {
	content: '\e844'
}

.icon-dollar:before {
	content: '\e845'
}

.icon-euro:before {
	content: '\e846'
}

.icon-pound:before {
	content: '\e847'
}

.icon-rupee:before {
	content: '\e848'
}

.icon-yen:before {
	content: '\e849'
}

.icon-rouble:before {
	content: '\e84a'
}

.icon-try:before {
	content: '\e84b'
}

.icon-won:before {
	content: '\e84c'
}

.icon-bitcoin:before {
	content: '\e84d'
}

.icon-ok:before {
	content: '\e84e'
}

.icon-chevron-left:before {
	content: '\e84f'
}

.icon-chevron-right:before {
	content: '\e850'
}

.icon-export:before {
	content: '\e851'
}

.icon-star:before {
	content: '\e852'
}

.icon-star-empty:before {
	content: '\e853'
}

.icon-plus-squared:before {
	content: '\e854'
}

.icon-minus-squared:before {
	content: '\e855'
}

.icon-plus-squared-alt:before {
	content: '\e856'
}

.icon-minus-squared-alt:before {
	content: '\e857'
}

.icon-truck:before {
	content: '\e858'
}

.icon-lifebuoy:before {
	content: '\e859'
}

.icon-pencil:before {
	content: '\e85a'
}

.icon-users:before {
	content: '\e85b'
}

.icon-video:before {
	content: '\e85c'
}

.icon-menu:before {
	content: '\e85d'
}

.icon-desktop:before {
	content: '\e85e'
}

.icon-doc-inv:before {
	content: '\e85f'
}

.icon-circle:before {
	content: '\e860'
}

.icon-circle-empty:before {
	content: '\e861'
}

.icon-circle-thin:before {
	content: '\e862'
}

.icon-mini-cart:before {
	content: '\e863'
}

.icon-paper-plane:before {
	content: '\e864'
}

.icon-attention-alt:before {
	content: '\e865'
}

.icon-info:before {
	content: '\e866'
}

.icon-compare-link:before {
	content: '\e867'
}

.icon-cat-default:before {
	content: '\e868'
}

.icon-cat-computer:before {
	content: '\e869'
}

.icon-cat-couch:before {
	content: '\e86a'
}

.icon-cat-garden:before {
	content: '\e86b'
}

.icon-cat-gift:before {
	content: '\e86c'
}

.icon-cat-shirt:before {
	content: '\e86d'
}

.icon-cat-sport:before {
	content: '\e86e'
}

.icon-cat-toys:before {
	content: '\e86f'
}

.icon-tag-line:before {
	content: '\e870'
}

.icon-bag:before {
	content: '\e871'
}

.icon-search-1:before {
	content: '\e872'
}

.icon-plus:before {
	content: '\e873'
}

.icon-minus:before {
	content: '\e874'
}

.icon-search-2:before {
	content: '\e875'
}

.icon-bag-1:before {
	content: '\e876'
}

.icon-online-support:before {
	content: '\e877'
}

.icon-shopping-bag:before {
	content: '\e878'
}

.icon-us-dollar:before {
	content: '\e879'
}

.icon-shipped:before {
	content: '\e87a'
}

.icon-list:before {
	content: '\e87b'
}

.icon-money:before {
	content: '\e87c'
}

.icon-shipping:before {
	content: '\e87d'
}

.icon-support:before {
	content: '\e87e'
}

.icon-bag-2:before {
	content: '\e87f'
}

.icon-grid:before {
	content: '\e880'
}

.icon-bag-3:before {
	content: '\e881'
}

.icon-direction:before {
	content: '\e882'
}

.icon-home:before {
	content: '\e883'
}

.icon-magnifier:before {
	content: '\e884'
}

.icon-magnifier-add:before {
	content: '\e885'
}

.icon-magnifier-remove:before {
	content: '\e886'
}

.icon-phone-1:before {
	content: '\e887'
}

.icon-clock-1:before {
	content: '\e888'
}

.icon-heart:before {
	content: '\e889'
}

.icon-heart-1:before {
	content: '\e88a'
}

.icon-earphones-alt:before {
	content: '\e88b'
}

.icon-credit-card:before {
	content: '\e88c'
}

.icon-action-undo:before {
	content: '\e88d'
}

.icon-envolope:before {
	content: '\e88e'
}

.icon-chart:before {
	content: '\e88f'
}

.icon-category-home:before {
	content: '\e900'
}

.icon-category-motors:before {
	content: '\e901'
}

.icon-category-music:before {
	content: '\e902'
}

.icon-category-gifts:before {
	content: '\e903'
}

.icon-category-electronics:before {
	content: '\e904'
}

.icon-category-fashion:before {
	content: '\e905'
}

.icon-category-hot-deals:before {
	content: '\e906'
}

.icon-tag-percent:before {
	content: '\e907'
}

.icon-joystick:before {
	content: '\e908'
}

.icon-category-furniture:before {
	content: '\e909'
}

.icon-category-garden:before {
	content: '\e90a'
}

.icon-category-lanterns-lighting:before {
	content: '\e90b'
}

.icon-category-mechanics:before {
	content: '\e90c'
}

.icon-category-motorcycles:before {
	content: '\e90d'
}

.icon-category-sound-video:before {
	content: '\e90e'
}

.icon-category-steering:before {
	content: '\e90f'
}

.icon-category-external-accessories:before {
	content: '\e910'
}

.icon-category-fluids:before {
	content: '\e911'
}

.icon-category-internal-accessories:before {
	content: '\e912'
}

.icon-category-chains:before {
	content: '\e913'
}

.icon-category-frames:before {
	content: '\e914'
}

.icon-category-pedals:before {
	content: '\e915'
}

.icon-category-saddle:before {
	content: '\e916'
}

.icon-category-tools:before {
	content: '\e917'
}

.icon-search-3:before {
	content: '\e918'
}

.icon-secure-payment:before {
	content: '\e919'
}

.icon-user-2:before {
	content: '\e91a'
}

.icon-wishlist-2:before {
	content: '\e91b'
}

.icon-gift-2:before {
	content: '\e91c'
}

.icon-edit:before {
	content: '\e91d'
}

.icon-chef:before {
	content: '\e91e'
}

.icon-smiling-girl:before {
	content: '\e91f'
}

.icon-tshirt:before {
	content: '\e920'
}

.icon-boy-broad-smile:before {
	content: '\e921'
}

.icon-smiling-baby:before {
	content: '\e922'
}

.icon-bars:before {
	content: '\e923'
}

.icon-twitter:before {
	content: '\f099'
}

.icon-facebook:before {
	content: '\f09a'
}

.icon-spinner:before {
	content: '\f110'
}

.icon-instagram:before {
	content: '\f16d'
}

.icon-check-empty:before {
	content: '\f87a'
}

.icon-check:before {
	content: '\f87b'
}

.icon-shopping-cart:before {
	content: '\e8ba'
}

.icon-phone-2:before {
	content: '\e8bb'
}

/* form {
	margin-bottom: 3.5rem
} */

form h2 {
	margin-top: 3.4rem;
	margin-bottom: 2.3rem
}

.form-group {
	margin-bottom: 1.4rem
}

.form-group .form-control,
.form-group .select-custom {
	margin-bottom: 0
}

.form-group .form-control+.form-control {
	margin-top: 1rem
}

.form-group-sm {
	max-width: 480px;
	margin-bottom: .9rem
}

.form-control {
    /* height: 6rem; */
    margin-bottom: 1rem;
    padding: 5px;
    transition: all .3s;
    border: 1px solid #dfdfdf;
    /* border-radius: 0; */
    background-color: #fff;
    color: #777;
    font-family: "Open Sans", sans-serif;
    /* font-size: 1.2rem; */
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
    height: calc(2em + .75rem + 2px);
    border-radius: 3px;
}
.form-control:focus {
	border-color: #dfdfdf;
	background-color: #fff;
	color: #777;
	box-shadow: none
}

.form-control-sm {
	height: 4.6rem;
	padding: .8rem 1.2rem
}
select.form-control:not([size]):not([multiple]) {
    height: 6rem;
    font-size: 16px;
    color: #000;
    height: calc(2em + .75rem + 2px);
    border-radius: 3px;
}

select.form-control-sm:not([size]):not([multiple]) {
	height: 4.6rem
}

.main .form-control::-webkit-input-placeholder,
.main .form-control::-moz-placeholder,
.main .form-control:-ms-input-placeholder,
.main .form-control::-ms-input-placeholder,
.main .form-control::placeholder {
	    font-family: "Open Sans", sans-serif;
}

textarea.form-control {
	max-width: 680px;
	min-height: 112px
}

.form-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2rem;
	margin-bottom: 3.5rem;
	font-size: 1.2rem;
	vertical-align: middle
}

.form-footer .form-footer-right {
	margin-right: 0;
	margin-left: auto
}

.form-footer .form-footer-right .btn {
	margin: 0
}

.form-footer .btn {
	margin-right: 3rem
}

.forget-pass {
	line-height: 1.3
}

label {
    margin: 0 0 .6rem;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.required-field>label:after {
	margin: 0 0 0 .45rem;
	color: #e02b27;
	font-size: 1.2rem;
	content: '*'
}

.required {
	color: #e02b27;
	font-size: 1.2rem
}

.required+.form-footer {
	margin-top: .8rem
}

.select-custom {
	position: relative;
	margin-bottom: 1rem;
	background: #fff
}

.select-custom select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	position: relative;
	z-index: 1;
	background: transparent
}

.select-custom select:focus {
	background: transparent
}

@media (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.select-custom select::-ms-expand {
		display: none
	}

	.select-custom select:focus::-ms-value {
		background: transparent;
		color: currentColor
	}
}

.select-custom:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 1.9rem;
	transform: translateY(-50%);
	font-family: 'porto';
	font-size: 1.5rem;
	content: '\e81c'
}

.select-custom .form-control,
.select-custom .form-control-sm {
	padding-right: 4rem
}

.form-group-custom-control {
	margin-top: 2rem
}

.form-group-custom-control .custom-control {
	margin-top: 0;
	margin-bottom: 2rem
}

.form-group-custom-control+.form-group-custom-control {
	margin-top: -.5rem
}

.form-group-custom-control .custom-control-label {
	    font-family: "Open Sans", sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: initial;
	font-size: 17px;
	line-height: 28px;
}

.custom-control {
    position: relative;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-left: 0;
}

.custom-control-label {
	position: static;
	margin-top: .1rem;
	margin-bottom: 0
}

.custom-control-label:before,
.custom-control-label:after {
	top: 0;
	left: 0;
	width: 2rem;
	height: 2rem
}

.custom-control-label:before {
	border: 1px solid #000;
	background-color: #fff
}

.custom-checkbox .custom-control-label:before {
	border-radius: 0
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
	background-color: #21346a
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
	background-color: #21346a
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(225, 59, 63, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
	background-color: rgba(225, 59, 63, 0.5)
}

.form-control-tooltip {
	position: relative;
	padding-right: 4rem
}

.form-control-tooltip .input-tooltip {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: all .3s;
	color: #777;
	font-size: 2.4rem
}

.form-control-tooltip .input-tooltip:hover,
.form-control-tooltip .input-tooltip:focus {
	color: #000
}

.form-input {
	padding: 1rem 1.2rem;
	border: 1px solid #ddd;
	border-radius: 2px
}

.form-wide {
	width: 100%
}

@media (min-width: 768px) {

	form,
	.form-footer {
		margin-bottom: 4rem
	}

	form h2 {
		margin-top: 4.4rem
	}
}

@media (min-width: 992px) {

	form,
	.form-footer {
		margin-bottom: 5rem
	}
}

.info-box {
	display: flex;
	align-items: center;
	width: 100%;
	color: #222529;
	padding: 2.5rem 2.4rem 2rem
}

.info-box i {
	color: inherit;
	font-size: 3.7rem;
	text-align: center
}

.info-box i:before {
	width: auto;
	margin: 0 .1em
}

.info-box h4 {
	color: inherit;
	margin-bottom: 2px;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.1
}

.info-box p {
	margin-bottom: 0;
	font-size: 1.3rem;
	letter-spacing: .01em;
	line-height: 1.6
}

.info-box-icon-left {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	-ms-flex-pack: center
}

.info-box-icon-left i {
	line-height: 0;
	margin-right: 1.5rem
}

.instagram-feed {
	position: relative
}

.instagram-feed-content {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 286px;
	padding: 3.6rem 4.4rem;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #0e0e0e;
	color: #fff;
	text-align: center
}

.instagram-feed-content i {
	display: inline-block;
	margin-bottom: .8rem;
	font-size: 2.4rem
}

.instagram-feed-content h3 {
	margin-bottom: .6rem;
	color: inherit;
	font-size: 3rem;
	text-transform: uppercase
}

.instagram-feed-content h4 {
	margin-bottom: 2.5rem;
	color: #f4f4f4;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: .05em
}

.instagram-feed-content .btn {
	padding: 1em 2.14em;
	color: #fff;
	border: 2px solid #fff;
	font-size: 1.3rem;
	letter-spacing: .05em
}

.instagram-feed-list a {
	display: block;
	position: relative
}

.instagram-feed-list a:after {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all .3s ease;
	background-color: rgba(0, 0, 0, 0.46);
	color: #f1f1f1;
	font-family: 'porto';
	font-size: 3.2rem;
	content: '\f16d';
	opacity: 0;
	visibility: hidden
}

.instagram-feed-list a:hover:after {
	opacity: 1;
	visibility: visible
}

.instagram-feed-list img {
	width: 100%
}

.modal form {
	margin: 0
}

.modal form .form-group {
	max-width: 480px
}

.modal form .form-control {
	max-width: 100%
}

.modal-body {
	padding: 1.5rem
}

.modal-content {
	border-radius: 0;
	box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35)
}

.modal-header,
.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
	padding-right: 1.5rem;
	padding-left: 1.5rem
}

.modal-title {
	font-weight: 400
}

.close {
	font-size: 2.2rem
}

@media (min-width: 576px) {
	.modal-content {
		margin-top: 20px;
		margin-bottom: 20px
	}

	.modal-body {
		max-height: calc(100vh - 210px);
		padding-top: 2rem;
		overflow-y: auto
	}

	.modal-header,
	.modal-footer,
	.modal-body {
		padding-right: 2em;
		padding-left: 2rem
	}
}

@media (min-width: 992px) {
	.modal-dialog {
		max-width: 800px
	}

	.modal-header,
	.modal-footer,
	.modal-body {
		padding-right: 3rem;
		padding-left: 3rem
	}
}

@media (max-width: 479px) {

	.modal-open,
	.modal-open .modal {
		padding-right: 0 !important
	}
}

.page-header {
	padding: 4.4rem 0 4.5rem;
	color: #222529;
	text-align: center
}

.breadcrumb-nav+.page-header {
	margin-top: -2rem
}

.page-header h1,
.page-title {
	margin-bottom: 0;
	color: #222529;
	    font-family: "Open Sans", sans-serif;
	text-transform: uppercase
}

@media (min-width: 768px) {
	.page-header {
		padding-top: 7rem;
		padding-bottom: 7rem
	}

	.breadcrumb-nav+.page-header {
		margin-top: -3rem
	}
}

@media (min-width: 992px) {
	.page-header {
		padding-top: 9.2rem;
		padding-bottom: 9rem
	}

	.breadcrumb-nav+.page-header {
		margin-top: -4rem
	}
}

.toolbox {
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	-ms-flex-pack: justify;
	margin-bottom: .5rem;
	font-size: 1.2rem;
	line-height: 1.5
}

.toolbox .select-custom:after {
	right: 1.5rem;
	margin-top: -1px;
	font-size: 1.6rem
}

.toolbox .select-custom .form-control {
	max-width: 160px;
	padding-right: 2.5rem;
	font-size: 1.2rem
}

.toolbox label {
	margin: 1px 1.2rem 0 0;
	color: #777;
	font-size: 1.2rem;
	font-weight: 400;
	    font-family: "Open Sans", sans-serif;
}

.toolbox .form-control {
	display: inline-block;
	margin-bottom: 0;
	padding: 0 .8rem;
	color: #777
}

.toolbox .form-control:focus {
	color: #777
}

.toolbox select.form-control:not([size]):not([multiple]) {
	height: 34px
}

.toolbox .toolbox-show .select-custom:after {
	right: 1rem
}

.toolbox .toolbox-show:not(:last-child) {
	margin-right: 1.6rem
}

.toolbox,
.toolbox-left,
.toolbox-right,
.toolbox-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.toolbox-item {
	margin-bottom: 10px
}

.toolbox-item:not(:last-child) {
	margin-right: 10px
}

.toolbox-item.toolbox-sort {
	margin-right: 1.5rem
}

.toolbox-item .select-custom {
	margin-bottom: 0
}

.toolbox-pagination {
	border-top: 1px solid #efefef;
	padding-top: 2.5rem;
	margin-bottom: 3.5rem
}

.pagination {
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	color: #706f6c;
	font-size: 1.4rem;
	font-weight: 600;
	    font-family: "Open Sans", sans-serif;
}

.page-item {
	margin-bottom: .5rem
}

.page-item:not(:first-child) {
	margin-left: .5rem
}

.page-item.active .page-link {
	color: #706f6c;
	background-color: transparent;
	border-color: #21346a
}

.page-item.disabled {
	display: none
}

.page-link {
	border: 1px solid #ccc;
	padding: 0 .5em;
	min-width: 2.2em;
	color: inherit;
	line-height: 2.1em;
	text-align: center
}

.page-link:hover,
.page-link:focus {
	color: #706f6c;
	background-color: transparent;
	border-color: #21346a;
	box-shadow: none
}

.page-link i {
	font-size: 2rem
}

span.page-link,
.page-link-btn {
	border: 0
}

.layout-btn {
	display: inline-block;
	width: 1.2em;
	color: #000;
	font-size: 1.6rem;
	line-height: 34px;
	text-align: center
}

.layout-btn:not(:last-child) {
	margin-right: 4px
}

.layout-btn.active {
	color: #21346a
}

@media (min-width: 992px) {
	.toolbox-pagination {
		margin-bottom: 4rem
	}
}

@media (max-width: 991px) {
	aside .toolbox-item {
		display: block
	}

	aside .toolbox-item:after {
		content: normal
	}
}

@media (max-width: 767px) {
	.toolbox label {
		display: none
	}
}

.login-popup .mfp-content {
	width: 80%;
	max-width: 872px;
	background-color: #fff
}

.login-popup .container {
	padding: 2.5rem 3rem
}

.login-popup .title {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2;
	text-transform: uppercase
}

.login-popup form {
	display: block
}

.login-popup label {
	color: #777;
	    font-family: "Open Sans", sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1;
	text-transform: capitalize
}

.login-popup .form-footer {
	margin: 0 0 2rem
}

.login-popup .form-footer .custom-control {
	margin: 0 0 0 auto;
	font-size: 1.3rem
}

.login-popup .forget-password {
	color: #21346a;
	font-size: 1.3rem
}

.login-popup .social-login-wrapper {
	padding: 2rem 2rem 2.5rem;
	background-color: #f4f4f2;
	text-align: center
}

.login-popup .social-login-wrapper p {
	margin-bottom: 2rem;
	color: #121214;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase
}

.login-popup .btn-group {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.newsletter-popup {
	position: relative;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px 30px 10px;
	background-color: #f1f1f1;
	border-radius: 0;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.mfp-close {
	text-indent: -9999px;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	width: 41px;
	height: 41px;
	color: #838383
}

.mfp-close:hover {
	opacity: 1
}

.mfp-image-holder .mfp-close {
	width: 41px;
	color: #fff;
	text-align: left
}

.mfp-close:after {
	content: '';
	position: absolute;
	height: 17px;
	top: 12px;
	left: 20px;
	border-left: 1px solid
}

.mfp-close:before {
	content: '';
	position: absolute;
	width: 17px;
	top: 20px;
	left: 12px;
	border-top: 1px solid
}

.newsletter-popup-content {
	max-width: 332px;
	text-align: center
}

.newsletter-popup-content .form-control {
	height: auto;
	padding: 7px 12px;
	border-radius: 5px 0 0 5px;
	font-size: 13px;
	border-color: #ccc
}

.newsletter-popup-content .btn {
	margin-left: -1px;
	padding: 0 12px;
	border: 1px solid #ccc;
	border-radius: 0 5px 5px 0;
	background-color: transparent;
	color: #555;
	font-size: 1.28rem;
	font-weight: 400;
	    font-family: "Open Sans", sans-serif;
	text-align: center;
	text-transform: uppercase
}

.newsletter-popup-content .btn:hover {
	background-color: #e6e6e6;
	border-color: rgba(0, 0, 0, 0.06)
}

.logo-newsletter {
	display: inline-block;
	max-width: 100%;
	height: auto
}

.newsletter-popup h2 {
	margin: 24px 0 16px;
	color: #313131;
	font-size: 16px;
	font-weight: 700;
	line-height: 2
}

.newsletter-popup p {
	font-size: 1.4rem;
	line-height: 1.43;
	letter-spacing: .025em
}

.newsletter-popup form {
	margin: 0 0 2.1rem
}

.newsletter-subscribe {
	font-size: 1.1rem;
	text-align: left
}

.newsletter-subscribe .checkbox {
	margin: 1.5rem 0
}

.newsletter-subscribe input {
	margin-right: .5rem;
	vertical-align: middle
}

.newsletter-subscribe label {
	color: inherit;
	font-size: 1.1rem;
	font-weight: 400;
	    font-family: "Open Sans", sans-serif;
	text-transform: none
}

.mfp-newsletter.mfp-removing {
	transition: opacity .35s ease-out;
	opacity: 0
}

.mfp-ready .mfp-preloader {
	display: none
}

.mfp-zoom-out-cur .mfp-bg {
	opacity: .8;
	background-color: #0b0b0b
}

.mfp-zoom-out-cur .mfp-counter {
	color: #fff
}

.mfp-zoom-out-cur .mfp-arrow-right:before {
	border-left: 0
}

.mfp-zoom-out-cur .mfp-arrow-left:before {
	border-right: 0
}

.mfp-ajax-product.mfp-bg,
.login-popup.mfp-bg {
	opacity: 0
}

.mfp-ajax-product .product-single-container {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.mfp-wrap .mfp-content {
	transition: all .35s ease-out;
	opacity: 0
}

.mfp-ajax-product.mfp-wrap .mfp-content,
.login-popup.mfp-wrap .mfp-content {
	max-width: 55%;
}

.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0
}

@media (max-width: 991px) {
	.mfp-container {
		padding: 2rem
	}
}

@media (min-width: 768px) {
	.login-popup .col-md-6 {
		padding: 0 2rem
	}

	.login-popup .col-md-6:first-child {
		border-right: 1px solid #f5f6f6
	}
}

.product-intro.owl-carousel.owl-theme .owl-nav.disabled+.owl-dots {
	margin: 0
}

.product-intro.owl-carousel.owl-theme .owl-dots {
	top: -58px;
	position: absolute;
	right: 0
}

.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid;
	background: none;
	margin: 5px 2px;
	border-radius: 7px;
	border-color: rgba(0, 68, 102, 0.4);
	transition: opacity .2s
}

.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: none;
	border-color: #21346a
}

.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span:before,
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span:before {
	display: none
}

.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span:after,
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span:after {
	content: '';
	position: absolute;
	left: 3px;
	bottom: 3px;
	right: 3px;
	top: 3px;
	border-radius: 10px;
	background-color: #21346a
}

.product-intro.owl-carousel.owl-theme .owl-nav {
	color: #333;
	font-size: 2.4rem
}

.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev,
.product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
	opacity: 0;
	transition: opacity .2s, transform .4s;
	top: 30%;
	width: 30px
}

.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
	text-align: left;
	left: -30px;
	padding-right: 30px;
	transform: translateX(-10px)
}

.product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
	text-align: right;
	right: -30px;
	padding-left: 30px;
	transform: translateX(10px)
}

.product-intro.owl-carousel.owl-theme:hover .owl-prev,
.product-intro.owl-carousel.owl-theme:hover .owl-next {
	transform: translateX(0);
	opacity: 1
}

.product-panel {
	margin-bottom: 3.5rem
}

.product-panel .section-title {
	color: #313131;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 2.4rem
}

.product-panel .section-title h2 {
	font-weight: 700;
	font-size: 1.6rem;
	    font-family: "Open Sans", sans-serif;
	letter-spacing: -0.01em;
	line-height: 22px;
	text-transform: uppercase
}

.product-default {
	color: #777;
	margin-bottom: 2rem
}

.product-default a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-default a:hover {
	text-decoration: none;
}

.product-default figure {
	margin-bottom: 1.6rem;
	position: relative
}

.product-default figure img {
	transition: opacity 1s;
	height: auto;
	width: 100%
}

.product-default figure img:last-child {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	left: 0
}

.product-default figure img:first-child {
	opacity: 1;
	position: relative
}

.product-default .label-group {
	position: absolute;
	top: .8rem;
	left: .8rem
}

.product-default .product-label {
	display: block;
	text-align: center;
	margin-bottom: 5px;
	text-transform: uppercase;
	padding: 5px 11px;
	color: #fff;
	font-weight: 600;
	font-size: 10px;
	line-height: 1
}

.product-default .product-label.label-hot {
	background-color: #62b959
}

.product-default .product-label.label-sale {
	background-color: #e27c7c
}

.product-default .product-details {
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	-ms-flex-direction: column;
	align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	-ms-flex-pack: center
}

.product-default .category-list {
	font-weight: 400;
	font-size: 1rem;
	    font-family: "Open Sans", sans-serif;
	line-height: 1.7;
	opacity: .8;
	text-transform: uppercase
}

.product-default .product-title {
	max-width: 100%;
	font-weight: 400;
	font-size: 1.5rem;
	    font-family: "Open Sans", sans-serif;
	line-height: 1.35;
	letter-spacing: .005em;
	margin-bottom: .72rem;
	text-overflow: ellipsis;
	overflow: hidden
}

.product-default .tooltiptext {
	visibility: hidden;
	position: absolute;
	background-color: #333;
	color: #fff;
	    font-family: "Open Sans", sans-serif;
	font-weight: 400;
	letter-spacing: .01em;
	text-align: center;
	padding: 1rem .7rem;
	z-index: 1;
	opacity: 0;
	transition: opacity .3s;
	bottom: 125%;
	left: 50%;
	transform: translateX(-50%)
}

.product-default .product-action {
	color: #333;
	text-align: center
}

.product-default .btn-icon-wish,
.product-default .btn-quickview {
	display: inline-block;
	border: 1px solid #ddd;
	margin: 0 2px;
	width: 36px;
	height: 36px;
	font-size: 1.6rem;
	text-align: center;
	opacity: 0;
	transition: all .25s ease;
	transform: translateX(200%)
}

.product-default .btn-icon-wish.checked,
.product-default .btn-quickview.checked {
	color: #e27c7c
}

.product-default .btn-icon-wish.checked i:before,
.product-default .btn-quickview.checked i:before {
	content: '\e88a'
}

.product-default .btn-quickview {
	font-size: 1.4rem;
	transform: translateX(-200%)
}

.product-default .btn-add-cart {
	background: #fff;
	color: #333;
	border: 1px solid #ddd;
	padding: 0 1rem;
	font-size: 1.2rem;
	font-weight: 600;
	    font-family: "Open Sans", sans-serif;
	line-height: 34px;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	transition: all .25s ease
}

.product-default .btn-add-cart i {
	font-size: 1.5rem;
	margin-bottom: 2px;
	line-height: 0
}

.product-default .btn-add-cart i:before {
	margin: 0 4px 0 0
}

.product-default:hover {
	z-index: 2
}

.product-default:hover figure {
	box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1)
}

.product-default:hover figure img:first-child {
	opacity: 0
}

.product-default:hover figure img:last-child {
	opacity: 1
}

.product-default:hover .btn-add-cart {
	background-color: #21346a;
	border-color: #21346a;
	color: #fff
}

.product-default:hover .product-action a {
	transform: translateX(0);
	opacity: 1
}

.tooltip-top:after {
	content: "";
	position: absolute;
	top: 96%;
	left: 50%;
	margin-left: -6px;
	border-width: 6px;
	border-style: solid;
	border-color: #333 transparent transparent transparent
}

.old-price {
	text-decoration: line-through;
	font-size: 1.4rem;
	letter-spacing: .005em;
	color: #999;
	margin-right: 3px
}

.product-price {
    color: #ffffff;
    font-size: 1.8rem;
}


.price-box {
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 1;
    width: 100%;
    padding: 12px;
    color: #fff !important;
    text-align: center;
}
a.btn.btn-dark.add-cart {
    background-color: #023062;
    border-radius: 40px;
    padding: 9px 24px;
}

a.btn.btn-dark.add-cart:hover{
  background-color: #222;   
}
.ratings-container {
	line-height: 1;
	margin: 0 0 10px 1px;
	cursor: pointer;
	position: relative;
	display: inline-block
}

.ratings-container .product-ratings,
.ratings-container .ratings {
	position: relative;
	display: inline-block;
	font-size: 11px;
	letter-spacing: .1em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900
}

.ratings-container .product-ratings {
	height: 11px
}

.ratings-container .product-ratings:before {
	content: "";
	color: #6a6a6d
}

.product-select-group {
	display: flex;
	display: -ms-flexbox
}

.product-select {
	margin: 0 4px 0 0;
	cursor: pointer
}

.product-select.type-image {
	width: 32px;
	height: 32px;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, 0.09)
}

.product-select.type-image.checked,
.product-select.type-image.hover {
	border: 1px solid #21346a
}

.product-select.type-check {
	margin: 5px;
	overflow: visible;
	display: block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%
}

.product-select.type-check:after {
	content: '';
	background-color: transparent;
	border: 1px solid black;
	position: absolute;
	left: -3px;
	top: -3px;
	border-radius: 50%;
	width: 18px;
	display: block;
	height: 18px
}

.product-select.type-check.checked:before {
	font-size: 8px;
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	text-indent: 0;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	color: #fff;
	height: 12px;
	line-height: 12px;
	margin-top: -6px;
	text-align: center
}

.product-single-qty {
	display: inline-block;
	max-width: 104px;
	vertical-align: middle
}

.product-single-qty .bootstrap-touchspin.input-group {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	max-width: none;
	padding-right: 0
}

.product-single-qty .bootstrap-touchspin .form-control {
	width: 2.5em;
	height: 36px;
	padding: 10px 2px;
	color: #222529;
	font-size: 1.4rem;
	    font-family: "Open Sans", sans-serif;
}

.product-single-qty .bootstrap-touchspin .form-control,
.product-single-qty .bootstrap-touchspin .form-control:not(:focus),
.product-single-qty .btn-outline:not(:disabled):not(.disabled):active {
	border-color: #dae2e6
}

.product-single-qty .btn {
	width: 2em;
	padding: 0
}

.product-single-qty .btn.btn-down-icon:hover:before,
.product-single-qty .btn.btn-down-icon:hover:after,
.product-single-qty .btn.btn-up-icon:hover:before,
.product-single-qty .btn.btn-up-icon:hover:after {
	background-color: #21346a
}

.product-single-qty .btn.btn-outline {
	border-color: #dae2e6
}

.product-single-qty .btn.btn-down-icon:after,
.product-single-qty .btn.btn-up-icon:before,
.product-single-qty .btn.btn-up-icon:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 1px;
	margin-left: -.55rem;
	background: #222529;
	content: ''
}

.product-single-qty .btn.btn-up-icon:before {
	transform: rotate(90deg)
}

.config-swatch-list {
	margin: 1.5rem 0 0;
	padding: 0;
	font-size: 0;
	list-style: none
}

.config-swatch-list li a {
	position: relative;
	display: block;
	width: 2.6rem;
	height: 2.6rem;
	margin: 3px 6px 3px 0;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2)
}

.config-swatch-list li .color-panel {
	display: inline-block;
	width: 1.7rem;
	height: 1.7rem;
	border: 1px solid #fff;
	transition: all .3s;
	margin-right: 1.5rem
}

.config-swatch-list li span:last-child {
	cursor: pointer
}

.config-swatch-list li:hover span:last-child {
	color: #21346a
}

.config-swatch-list li.active a:before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-family: 'porto';
	font-size: 1.1rem;
	line-height: 1;
	content: '\e84e'
}

.config-swatch-list a:hover .color-panel,
.config-swatch-list a:focus .color-panel,
.config-swatch-list li.active .color-panel {
	box-shadow: 0 0 0 .1rem #dfdfdf
}

.modal#addCartModal {
	width: 340px;
	top: calc((100% - 320px) / 2);
	left: calc((100% - 320px) / 2);
	padding: 10px !important;
	overflow: hidden
}

.modal#addCartModal .modal-dialog {
	margin: 0
}

.modal#addCartModal .modal-content {
	margin: 0;
	border: none;
	box-shadow: none
}

.add-cart-box {
	padding: 19px 10px 20px !important;
	border-top: 4px solid #21346a;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6)
}

.add-cart-box h4 {
	font-weight: 500;
	color: #21346a;
	margin-bottom: 1.8rem
}

.add-cart-box img {
	margin: 0 auto 10px;
	width: 120px
}

.add-cart-box .btn-actions {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-around;
	-ms-flex-pack: distribute
}

.add-cart-box .btn-actions .btn-primary {
	width: 140px;
	padding: 8px 0;
	font: 500 16px "Open Sans", sans-serif;
	border: none;
	cursor: pointer
}

.add-cart-box .btn-actions .btn-primary:focus,
.add-cart-box .btn-actions .btn-primary:active,
.add-cart-box .btn-actions .btn-primary:active:focus {
	outline: none;
	border: none;
	box-shadow: none
}

.divide-line>.col-1:nth-child(n) {
	border-right: 1px solid rgba(0, 0, 0, 0.09);
	border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-1:nth-child(12n) {
	border-right: none
}

.divide-line>.col-2:nth-child(n) {
	border-right: 1px solid rgba(0, 0, 0, 0.09);
	border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-2:nth-child(6n) {
	border-right: none
}

.divide-line>.col-3:nth-child(n) {
	border-right: 1px solid rgba(0, 0, 0, 0.09);
	border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-3:nth-child(4n) {
	border-right: none
}

.divide-line>.col-4:nth-child(n) {
	border-right: 1px solid rgba(0, 0, 0, 0.09);
	border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-4:nth-child(3n) {
	border-right: none
}

.divide-line>.col-5:nth-child(n) {
	border-right: 1px solid rgba(0, 0, 0, 0.09);
	border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-5:nth-child(2n) {
	border-right: none
}

.divide-line>.col-6:nth-child(n) {
	border-right: 1px solid rgba(0, 0, 0, 0.09);
	border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-6:nth-child(2n) {
	border-right: none
}

.divide-line>.col-7:nth-child(n) {
	border-right: 1px solid rgba(0, 0, 0, 0.09);
	border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-7:nth-child(1n) {
	border-right: none
}

.divide-line>.col-8:nth-child(n) {
	border-right: 1px solid rgba(0, 0, 0, 0.09);
	border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-8:nth-child(1n) {
	border-right: none
}

.divide-line>.col-9:nth-child(n) {
	border-right: 1px solid rgba(0, 0, 0, 0.09);
	border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-9:nth-child(1n) {
	border-right: none
}

.divide-line>.col-10:nth-child(n) {
	border-right: 1px solid rgba(0, 0, 0, 0.09);
	border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-10:nth-child(1n) {
	border-right: none
}

.divide-line>.col-11:nth-child(n) {
	border-right: 1px solid rgba(0, 0, 0, 0.09);
	border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-11:nth-child(1n) {
	border-right: none
}

.divide-line:not(.up-effect) .product-default .btn-quickview {
	width: calc(100% - 30px);
	margin: 0 15px
}

.divide-line:not(.up-effect) .product-default .product-details {
	padding: 0 1.5rem
}

.divide-line.up-effect {
	margin-top: -2rem
}

.divide-line.up-effect .product-default {
	padding-top: 5rem;
	margin: 0;
	transition: .3s
}

.divide-line.up-effect .product-default .product-action {
	transition: .3s;
	opacity: 0
}

.divide-line.up-effect .product-default:hover {
	padding-top: 1rem;
	padding-bottom: 4rem
}

.divide-line.up-effect .product-default:hover .product-action {
	opacity: 1
}

.divide-line .product-default {
	margin-bottom: 0
}

.divide-line .product-default:hover {
	box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1)
}

.divide-line .product-default:hover figure {
	box-shadow: none
}

.inner-quickview figure {
	position: relative
}

.inner-quickview figure .btn-quickview {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* left: 17%; */
	height: auto;
	padding: 1.4rem;
	color: #ffffff;
	background-color: #21346a;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: .025em;
	    font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	visibility: hidden;
	opacity: 0;
	transform: none;
	margin: auto 0;
	border: none;
	transition: 1.25s;
	/* border-radius: 30px; */
}

.inner-quickview figure .btn-quickview:hover {
	opacity: 1
}

.inner-quickview .product-details {
	align-items: flex-start;
	-ms-flex-align: start
}

.inner-quickview .category-wrap {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	-ms-flex-align: center;
	width: 100%
}

.inner-quickview .category-wrap .btn-icon-wish {
	transform: none;
	opacity: 1;
	width: auto;
	height: auto;
	border: none;
	overflow: visible;
	font-size: 1.5rem;
	line-height: 0
}

.inner-quickview:hover .btn-quickview {
	visibility: visible;
	opacity: .85
}

.inner-icon figure {
	position: relative
}

.inner-icon figure .btn-icon-group {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem
}

.inner-icon figure .btn-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
	border-radius: 50%;
	margin: 0 0 5px;
	width: 36px;
	height: 36px;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	transform: none
}

.inner-icon figure .btn-icon i {
	font-size: 1.6rem;
	margin-bottom: 0
}

.inner-icon figure .btn-icon i:before {
	margin: 0
}

.inner-icon figure .btn-icon i.icon-bag {
	font-size: 1.8rem
}

.inner-icon figure .btn-icon:hover {
	background-color: #21346a;
	border-color: #21346a;
	color: #fff
}

.inner-icon:hover .btn-icon {
	background-color: #fff;
	border-color: #ddd;
	color: black;
	visibility: visible;
	opacity: 1
}

.left-details .product-details {
	-ms-flex-align: start;
	align-items: flex-start
}

.left-details .btn-icon-wish,
.left-details .btn-quickview,
.left-details .btn-add-cart {
	background-color: #f4f4f4;
	border-color: #f4f4f4;
	color: black
}

.left-details .btn-icon-wish:hover,
.left-details .btn-quickview:hover,
.left-details .btn-add-cart:hover {
	background-color: #21346a;
	border-color: #21346a;
	color: #fff
}

.left-details .btn-icon-wish,
.left-details .btn-quickview {
	transform: none
}

.left-details .btn-add-cart {
	margin-left: 0;
	padding: 0 1.5rem
}

.hidden-description {
	position: relative
}

.hidden-description:hover figure {
	box-shadow: none
}

.hidden-description:hover .btn-add-cart {
	background-color: #f4f4f4
}

.hidden-description:hover .product-details {
	opacity: 1;
	transform: translateY(0)
}

.hidden-description figure {
	margin-bottom: 0
}

.hidden-description figure .btn-icon-group {
	top: 1rem;
	right: 1rem
}

.hidden-description .product-details {
	position: absolute;
	width: 100%;
	bottom: 46px;
	padding: 15px 20px 0;
	background-color: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.09);
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
	opacity: 0;
	transform: translateY(5px);
	transition: all .3s ease
}

.hidden-description .product-action {
	position: absolute;
	left: 0;
	bottom: -46px;
	width: 100%
}

.hidden-description .btn-quickview {
	transform: none;
	opacity: .85;
	background-color: #21346a;
	color: #fff;
	width: 50%;
	margin: 0;
	border: none;
	height: 45px;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: .025em;
	    font-family: "Open Sans", sans-serif;
	text-transform: uppercase
}

.hidden-description .btn-quickview:hover {
	opacity: 1;
	color: #fff
}

.hidden-description .btn-add-cart {
	z-index: 3;
	justify-content: center;
	margin: 0;
	width: 50%;
	height: 45px;
	border: none;
	background: #f4f4f4;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: .025em;
	    font-family: "Open Sans", sans-serif;
	text-transform: uppercase
}

.hidden-description .btn-add-cart:hover {
	background-color: #21346a;
	color: #fff
}

.full-width {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	display: flex;
	flex-wrap: wrap
}

.full-width [class*='col-'] {
	padding-right: 10px;
	padding-left: 10px
}

.no-gaps {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	padding-right: 0
}

.no-gaps [class*='col-'] {
	padding-right: 0;
	padding-left: 0
}

.no-gaps .product-details {
	padding: 0 1rem
}

.no-gaps .product-default {
	margin-bottom: 0
}

.no-gaps .product-default:nth-child(even) figure>a:first-child:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(33, 37, 41, 0.01)
}

.inner-icon-inline figure .btn-icon-group {
	display: flex;
	flex-direction: row
}

.inner-icon-inline figure .btn-icon {
	margin-left: 5px
}

.overlay figure {
	margin: 0
}

.overlay figure>a:first-child:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(27, 27, 23, 0);
	transition: all .25s
}

.overlay figure .btn-quickview,
.overlay figure .btn-icon-group {
	z-index: 1
}

.overlay figure .btn-icon {
	border-color: #fff;
	border-width: 2px;
	color: #fff;
	background-color: #4d4d4a;
	opacity: 0
}

.overlay .product-details {
	align-items: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transform: scale(0.8);
	transition: all .4s
}

.overlay .product-details .product-category,
.overlay .product-details .product-title a,
.overlay .product-details .product-price {
	color: #fff
}

.overlay .product-details a:hover {
	color: #21346a
}

.overlay .product-details .ratings-container .product-ratings:before {
	color: rgba(255, 255, 255, 0.6)
}

.overlay .product-details .price-box {
	margin-bottom: 0
}

.overlay:hover figure,
.overlay:nth-child(even):hover figure {
	box-shadow: none
}

.overlay:hover figure>a:first-child:after,
.overlay:nth-child(even):hover figure>a:first-child:after {
	background-color: rgba(27, 27, 23, 0.6)
}

.overlay:hover figure .btn-quickview,
.overlay:hover figure .btn-icon,
.overlay:nth-child(even):hover figure .btn-quickview,
.overlay:nth-child(even):hover figure .btn-icon {
	opacity: .85;
	visibility: visible
}

.overlay:hover figure .btn-quickview:hover,
.overlay:hover figure .btn-icon:hover,
.overlay:nth-child(even):hover figure .btn-quickview:hover,
.overlay:nth-child(even):hover figure .btn-icon:hover {
	opacity: 1
}

.overlay:hover figure .btn-icon,
.overlay:nth-child(even):hover figure .btn-icon {
	border-color: #fff;
	border-width: 2px;
	color: #fff;
	background-color: #4d4d4a;
	opacity: .85
}

.overlay:hover .product-details,
.overlay:nth-child(even):hover .product-details {
	opacity: 1;
	transform: scale(1)
}

.overlay-dark figure {
	margin: 0
}

.overlay-dark figure>a:first-child:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(27, 27, 23, 0.3);
	transition: all .25s
}

.overlay-dark figure .btn-quickview,
.overlay-dark figure .btn-icon-group {
	z-index: 1
}

.overlay-dark figure .btn-icon {
	border-color: #fff;
	border-width: 2px;
	color: #fff;
	background-color: #4d4d4a;
	opacity: 0;
	margin-left: 8px
}

.overlay-dark figure .btn-quickview {
	border: 2px solid #fff;
	background-color: #4d4d4a;
	border-radius: 2rem;
	padding: 1rem 2.3rem;
	width: auto;
	height: auto;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%, 50%);
	opacity: 0;
	transition: all .1s
}

.overlay-dark .product-details {
	position: absolute;
	width: 100%;
	left: 2rem;
	bottom: 4rem;
	opacity: 0;
	transform: translateY(10px);
	transition: all .4s
}

.overlay-dark .product-details .product-category,
.overlay-dark .product-details .product-title a,
.overlay-dark .product-details .product-price {
	color: #fff
}

.overlay-dark .product-details a:hover {
	color: #21346a
}

.overlay-dark .product-details .ratings-container .product-ratings:before {
	color: rgba(255, 255, 255, 0.6)
}

.overlay-dark .product-details .price-box {
	margin-bottom: 0
}

.overlay-dark:hover figure,
.overlay-dark:nth-child(even):hover figure {
	box-shadow: none
}

.overlay-dark:hover figure>a:first-child:after,
.overlay-dark:nth-child(even):hover figure>a:first-child:after {
	background-color: rgba(27, 27, 23, 0.7)
}

.overlay-dark:hover figure .btn-quickview,
.overlay-dark:hover figure .btn-icon,
.overlay-dark:nth-child(even):hover figure .btn-quickview,
.overlay-dark:nth-child(even):hover figure .btn-icon {
	opacity: .85
}

.overlay-dark:hover figure .btn-quickview:hover,
.overlay-dark:hover figure .btn-icon:hover,
.overlay-dark:nth-child(even):hover figure .btn-quickview:hover,
.overlay-dark:nth-child(even):hover figure .btn-icon:hover {
	background-color: #4d4d4a;
	opacity: 1
}

.overlay-dark:hover figure .btn-icon,
.overlay-dark:nth-child(even):hover figure .btn-icon {
	border-color: #fff;
	border-width: 2px;
	color: #fff;
	background-color: #4d4d4a;
	opacity: .85
}

.overlay-dark:hover .product-details,
.overlay-dark:nth-child(even):hover .product-details {
	opacity: 1;
	transform: translateY(0)
}

.creative-grid>div:not(:last-child) .product-default {
	height: 600px
}

.creative-grid>div:last-child .product-default {
	height: 300px
}

.creative-grid .product-default {
	padding-bottom: 2rem;
	margin-bottom: 0;
	position: relative
}

.creative-grid .product-default figure {
	height: 100%
}

.creative-grid .product-default figure img {
	position: absolute;
	object-fit: cover;
	height: 100%;
	transition: opacity .3s linear
}

.creative-grid .product-default figure img:last-child {
	opacity: 0
}

.creative-grid .product-default figure img:first-child {
	opacity: 1
}

.creative-grid .product-default:hover figure img:first-child {
	opacity: 0
}

.creative-grid .product-default:hover figure img:last-child {
	opacity: 1
}

.inner-btn figure .btn-icon-group {
	top: auto;
	left: auto;
	right: 1.5rem;
	bottom: 1.5rem
}

.inner-btn figure .btn-icon {
	position: relative;
	margin-bottom: 0
}

.inner-btn figure .btn-quickview {
	background-color: #fff
}

.inner-btn figure .btn-quickview i {
	font-size: 1.4rem
}

.quantity-input .product-details {
	align-items: center
}

.quantity-input .product-single-qty {
	margin: 0 0 1rem
}

.quantity-input .btn-add-cart {
	margin: 0 0 1rem 2px
}

.quantity-input .btn-add-cart:hover {
	background-color: #21346a;
	border-color: #21346a;
	color: #fff
}

.product-list {
	display: flex;
	display: -ms-flexbox
}

.product-list figure {
	max-width: 250px;
	margin-right: 20px;
	margin-bottom: 0
}

.product-list figure img {
	object-fit: cover;
	height: 100%
}

.product-list .product-details {
	max-width: calc(100% - 270px)
}

.product-list .product-title {
	font-weight: 600;
	font-size: 1.8rem;
	    font-family: "Open Sans", sans-serif;
}

.product-list .product-description {
	display: -webkit-box;
	max-width: 100%;
	font-weight: 400;
	font-size: 1.4rem;
	    font-family: "Open Sans", sans-serif;
	line-height: 24px;
	margin-bottom: 1em;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.product-list .btn-add-cart {
	margin: 0 3px 5px 0;
	padding: 0 1rem;
	background-color: #21346a;
	border-color: #21346a;
	color: #fff
}

.product-list .btn-icon-wish,
.product-list .btn-quickview {
	opacity: 1;
	background-color: #fff;
	color: #333;
	border-color: #ddd;
	margin: 0 0 5px;
	line-height: 32px
}

.product-list:hover figure {
	box-shadow: none
}

.product-widget {
	display: flex;
	display: -ms-flexbox;
	margin-bottom: 1.5rem
}

.product-widget figure {
	max-width: 84px;
	margin-right: 2rem;
	margin-bottom: 0
}

.product-widget figure img {
	object-fit: cover;
	height: 100%
}

.product-widget .ratings-container {
	margin-bottom: .5rem
}

.product-widget .product-details {
	max-width: calc(100% - 104px)
}

.product-widget .product-title {
	margin-bottom: .5rem;
	font-size: 1.3rem
}

.product-widget .price-box {
	margin-bottom: 0
}

.product-widget .product-price {
	font-size: 1.5rem
}

.product-widget .old-price {
	font-size: 1.2rem
}

.product-widget:hover figure {
	box-shadow: none
}

.product-quick-view {
	background-color: #ffffff;
	padding: 5rem 4rem 20px;
}

.product-quick-view .product-single-details .product-action {
	margin-bottom: 2.1rem
}

.product-quick-view .product-single-filter {
	padding-bottom: 2.2rem
}

.image-bg-white {
	filter: brightness(1.08)
}

.products-slider>.owl-stage-outer {
	margin: -10px -20px;
	padding: 10px 20px
}

@media (max-width: 1280px) {
	.products-slider>.owl-stage-outer {
		margin: -10px -15px;
		padding: 10px 15px
	}
}

.modal-backdrop.show {
	opacity: 0
}

@media (max-width: 1200px) {
	.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
		left: 10px
	}

	.product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
		right: 10px
	}
}

@media (max-width: 1159px) {
	.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
		left: -30px
	}

	.product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
		right: -30px
	}
}

@media (max-width: 1000px) {
	.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
		left: 10px
	}

	.product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
		right: 10px
	}
}

@media (min-width: 576px) {
	.divide-line>.col-sm-1:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-sm-1:nth-child(12n) {
		border-right: none
	}

	.divide-line>.col-sm-2:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-sm-2:nth-child(6n) {
		border-right: none
	}

	.divide-line>.col-sm-3:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-sm-3:nth-child(4n) {
		border-right: none
	}

	.divide-line>.col-sm-4:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-sm-4:nth-child(3n) {
		border-right: none
	}

	.divide-line>.col-sm-5:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-sm-5:nth-child(2n) {
		border-right: none
	}

	.divide-line>.col-sm-6:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-sm-6:nth-child(2n) {
		border-right: none
	}

	.divide-line>.col-sm-7:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-sm-7:nth-child(1n) {
		border-right: none
	}

	.divide-line>.col-sm-8:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-sm-8:nth-child(1n) {
		border-right: none
	}

	.divide-line>.col-sm-9:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-sm-9:nth-child(1n) {
		border-right: none
	}

	.divide-line>.col-sm-10:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-sm-10:nth-child(1n) {
		border-right: none
	}

	.divide-line>.col-sm-11:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-sm-11:nth-child(1n) {
		border-right: none
	}
}

@media (min-width: 768px) {
	.divide-line>.col-md-1:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-md-1:nth-child(12n) {
		border-right: none
	}

	.divide-line>.col-md-2:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-md-2:nth-child(6n) {
		border-right: none
	}

	.divide-line>.col-md-3:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-md-3:nth-child(4n) {
		border-right: none
	}

	.divide-line>.col-md-4:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-md-4:nth-child(3n) {
		border-right: none
	}

	.divide-line>.col-md-5:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-md-5:nth-child(2n) {
		border-right: none
	}

	.divide-line>.col-md-6:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-md-6:nth-child(2n) {
		border-right: none
	}

	.divide-line>.col-md-7:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-md-7:nth-child(1n) {
		border-right: none
	}

	.divide-line>.col-md-8:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-md-8:nth-child(1n) {
		border-right: none
	}

	.divide-line>.col-md-9:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-md-9:nth-child(1n) {
		border-right: none
	}

	.divide-line>.col-md-10:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-md-10:nth-child(1n) {
		border-right: none
	}

	.divide-line>.col-md-11:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-md-11:nth-child(1n) {
		border-right: none
	}
}

@media (min-width: 992px) {
	.divide-line>.col-lg-1:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-lg-1:nth-child(12n) {
		border-right: none
	}

	.divide-line>.col-lg-2:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-lg-2:nth-child(6n) {
		border-right: none
	}

	.divide-line>.col-lg-3:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-lg-3:nth-child(4n) {
		border-right: none
	}

	.divide-line>.col-lg-4:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-lg-4:nth-child(3n) {
		border-right: none
	}

	.divide-line>.col-lg-5:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-lg-5:nth-child(2n) {
		border-right: none
	}

	.divide-line>.col-lg-6:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-lg-6:nth-child(2n) {
		border-right: none
	}

	.divide-line>.col-lg-7:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-lg-7:nth-child(1n) {
		border-right: none
	}

	.divide-line>.col-lg-8:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-lg-8:nth-child(1n) {
		border-right: none
	}

	.divide-line>.col-lg-9:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-lg-9:nth-child(1n) {
		border-right: none
	}

	.divide-line>.col-lg-10:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-lg-10:nth-child(1n) {
		border-right: none
	}

	.divide-line>.col-lg-11:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-lg-11:nth-child(1n) {
		border-right: none
	}
}

@media (min-width: 1200px) {
	.divide-line>.col-xl-1:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-xl-1:nth-child(12n) {
		border-right: none
	}

	.divide-line>.col-xl-2:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-xl-2:nth-child(6n) {
		border-right: none
	}

	.divide-line>.col-xl-3:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-xl-3:nth-child(4n) {
		border-right: none
	}

	.divide-line>.col-xl-4:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-xl-4:nth-child(3n) {
		border-right: none
	}

	.divide-line>.col-xl-5:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-xl-5:nth-child(2n) {
		border-right: none
	}

	.divide-line>.col-xl-6:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-xl-6:nth-child(2n) {
		border-right: none
	}

	.divide-line>.col-xl-7:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-xl-7:nth-child(1n) {
		border-right: none
	}

	.divide-line>.col-xl-8:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-xl-8:nth-child(1n) {
		border-right: none
	}

	.divide-line>.col-xl-9:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-xl-9:nth-child(1n) {
		border-right: none
	}

	.divide-line>.col-xl-10:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-xl-10:nth-child(1n) {
		border-right: none
	}

	.divide-line>.col-xl-11:nth-child(n) {
		border-right: 1px solid rgba(0, 0, 0, 0.09);
		border-bottom: 1px solid rgba(0, 0, 0, 0.09)
	}

	.divide-line>.col-xl-11:nth-child(1n) {
		border-right: none
	}

	.col-xl-7col .product-default .product-title,
	.col-xl-8col .product-default .product-title {
		font-size: 1.3rem
	}

	.col-xl-7col .old-price,
	.col-xl-8col .old-price {
		font-size: 1.2rem
	}

	.col-xl-7col .product-price,
	.col-xl-8col .product-price {
		font-size: 1.5rem
	}
}

@media (max-width: 575px) {
	.product-list {
		flex-direction: column;
		-ms-flex-direction: column
	}

	.product-list figure {
		max-width: none;
		margin-right: 0;
		margin-bottom: 2rem
	}

	.product-list .product-details {
		max-width: none
	}
}

.product-category-panel {
	margin-bottom: 35px
}

.product-category-panel .owl-carousel {
	margin-top: -10px;
	padding-top: 10px
}

.product-category-panel .owl-carousel .owl-nav button.owl-prev,
.product-category-panel .owl-carousel .owl-nav button.owl-next {
	width: 30px;
	font-size: 24px;
	color: #333;
	line-height: 22px
}

.product-category-panel .owl-carousel .owl-nav button.owl-prev {
	left: -41px
}

.product-category-panel .owl-carousel .owl-nav button.owl-next {
	right: -41px
}

.product-category-panel .section-title {
	padding-bottom: 1rem;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 2.5rem
}

.product-category-panel .section-title h2 {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.2;
	    font-family: "Open Sans", sans-serif;
	letter-spacing: -0.05em;
	color: #282d3b;
	text-transform: uppercase
}

.product-category {
	color: #1d2127;
	margin-bottom: 2rem;
	position: relative
}

.product-category a:hover {
	color: inherit
}

.product-category figure {
	margin-bottom: 0;
	position: relative
}

.product-category figure:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: transparent;
	transition: all 0.3s;
	z-index: 1;
	content: ''
}

.product-category:hover figure:after {
	background-color: rgba(27, 27, 23, 0.15)
}

.owl-item>.product-category {
	margin-bottom: 0
}

.category-content {
	padding: 2rem;
	display: flex;
	display: -ms-flex-box;
	flex-direction: column;
	-ms-flex-direction: column;
	align-items: center;
	-ms-flex-align: center
}

.category-content h3 {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.35;
	    font-family: "Open Sans", sans-serif;
	letter-spacing: -.005em;
	margin-bottom: 1rem;
	text-transform: uppercase
}

.category-content span {
	font-weight: 400;
	font-size: 10.2px;
	line-height: 1.8;
	    font-family: "Open Sans", sans-serif;
	letter-spacing: normal;
	margin-top: -10px;
	text-transform: uppercase;
	opacity: .7
}

.category-content span mark {
	padding: 0;
	background-color: transparent;
	color: inherit
}

.content-left-center .category-content,
.content-left-bottom .category-content,
.content-center .category-content,
.content-center-bottom .category-content {
	padding: 20.4px 25.5px;
	position: absolute;
	width: 100%;
	transform: translateY(-50%);
	z-index: 2
}

.content-left-center .category-content h3,
.content-left-center .category-content span,
.content-left-bottom .category-content h3,
.content-left-bottom .category-content span,
.content-center .category-content h3,
.content-center .category-content span,
.content-center-bottom .category-content h3,
.content-center-bottom .category-content span {
	color: #fff
}

.content-left-center .category-content,
.content-center .category-content {
	left: 0;
	top: 50%
}

.content-left-center .category-content {
	align-items: flex-start
}

.content-left-bottom .category-content {
	align-items: flex-start;
	left: 0;
	bottom: 0;
	transform: none
}

.content-center-bottom figure {
	min-height: 90px
}

.content-center-bottom .category-content {
	bottom: 0;
	transform: none;
	padding: 20.4px 0
}

.content-center-bottom .category-content h3,
.content-center-bottom .category-content span {
	margin-bottom: 0;
	color: #1d2127
}

.overlay-lighter figure:after {
	background-color: rgba(27, 27, 23, 0)
}

.overlay-lighter:hover figure:after {
	background-color: rgba(27, 27, 23, 0.15)
}

.overlay-darker figure:after {
	background-color: rgba(27, 27, 23, 0.25)
}

.overlay-darker:hover figure:after {
	background-color: rgba(27, 27, 23, 0.4)
}

.overlay-light figure:after {
	background-color: rgba(27, 27, 23, 0.75)
}

.overlay-light:hover figure:after {
	background-color: rgba(27, 27, 23, 0.6)
}

.hidden-count .category-content span {
	max-height: 10px;
	transition: all .5s;
	transform: translateY(20%);
	opacity: 0
}

.hidden-count:hover .category-content span {
	max-height: 30px;
	transform: none;
	opacity: .7
}

.creative-grid .product-category {
	height: 100%;
	margin-bottom: 0;
	padding-bottom: 20px
}

.creative-grid .product-category.content-left-bottom .category-content {
	margin-bottom: 20px
}

.creative-grid .product-category figure {
	height: 100%
}

.creative-grid .product-category figure img {
	object-fit: cover
}

.height-600 {
	height: 600px
}

.height-400 {
	height: 400px
}

.height-300 {
	height: 300px
}

.height-200 {
	height: 200px
}

@media (min-width: 1160px) {
	.col-5col-1 {
		flex: 0 0 20%;
		max-width: 20%
	}
}

@media (max-width: 767px) {
	.height-600 {
		height: 400px
	}

	.height-300 {
		height: 200px
	}
}

@media (max-width: 450px) {
	.content-center-bottom .category-content {
		padding: 16.8px 21px;
		text-align: center;
		flex-wrap: wrap
	}
}

@media (max-width: 400px) {
	.content-center-bottom .category-content {
		padding-bottom: 1rem
	}
}

@media (max-width: 1200px) {

	.product-category-panel .owl-carousel .owl-nav button.owl-next,
	.product-category-panel .owl-carousel .owl-nav button.owl-prev {
		width: 15px
	}

	.product-category-panel .owl-carousel .owl-nav button.owl-next {
		right: -18px
	}

	.product-category-panel .owl-carousel .owl-nav button.owl-prev {
		left: -18px
	}
}

@media (max-width: 1159px) {

	.product-category-panel .owl-carousel .owl-nav button.owl-next,
	.product-category-panel .owl-carousel .owl-nav button.owl-prev {
		width: 30px
	}

	.product-category-panel .owl-carousel .owl-nav button.owl-next {
		right: -41px
	}

	.product-category-panel .owl-carousel .owl-nav button.owl-prev {
		left: -41px
	}
}

@media (max-width: 1024px) {

	.product-category-panel .owl-carousel .owl-nav button.owl-next,
	.product-category-panel .owl-carousel .owl-nav button.owl-prev {
		width: 15px
	}

	.product-category-panel .owl-carousel .owl-nav button.owl-next {
		right: -18px
	}

	.product-category-panel .owl-carousel .owl-nav button.owl-prev {
		left: -18px
	}
}

.testimonial-owner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-content: center
}

.testimonial-owner figure {
	max-width: 60px;
	margin-right: 25px
}

.testimonial-owner h4 {
	display: block;
	margin-bottom: .5rem;
	padding-top: .7rem;
	color: #111;
	font-size: 1.4rem;
	text-transform: uppercase
}

.testimonial-owner span {
	display: block;
	color: #666;
	font-size: 1.2rem;
	text-transform: uppercase
}

.testimonial blockquote {
	position: relative;
	margin: 0 0 0 15px;
	padding: 1rem 2rem
}

.testimonial blockquote:before {
	position: absolute;
	top: 0;
	left: -.2em;
	color: #21346a;
	    font-family: "Open Sans", sans-serif;
	font-size: 5rem;
	font-weight: 900;
	line-height: 1;
	content: '\201C'
}

.testimonial blockquote p {
	margin-bottom: 0
}

.social-icon {
	display: inline-block;
	width: 3.2rem;
	color: #fff;
	background-color: #21346a;
	font-size: 1.4rem;
	line-height: 3.2rem;
	text-align: center;
	text-decoration: none;
	opacity: 1
}

.social-icon+.social-icon {
	margin-left: .6rem
}

.social-icons .social-icon:hover,
.social-icons .social-icon:focus {
	color: #fff;
	text-decoration: none;
	opacity: .85
}

.social-icon.social-facebook {
	background-color: #3b5a9a
}

.social-icon.social-twitter {
	background-color: #1aa9e1
}

.social-icon.social-instagram {
	background-color: #7c4a3a
}

.social-icon.social-linkedin {
	background-color: #0073b2
}

.social-icon.social-gplus {
	background-color: #dd4b39
}

.social-icon.social-mail {
	background-color: #dd4b39
}

.share-links .share-twitter {
	background-color: #1aa9e1
}

.share-links .share-facebook {
	background-color: #3b5a9a
}

.share-links .share-linkedin {
	background-color: #0073b2
}

.share-links .share-rss {
	background-color: #ff8201
}

.share-links .share-googleplus {
	background-color: #dd4b39
}

.share-links .share-pinterest {
	background-color: #cc2127
}

.share-links .share-youtube {
	background-color: #c3191e
}

.share-links .share-instagram {
	background-color: #7c4a3a
}

.share-links .share-skype {
	background-color: #00b0f6
}

.share-links .share-email {
	background-color: #dd4b39
}

.share-links a {
	display: inline-block;
	position: relative;
	width: 3rem;
	height: 3rem;
	margin: 3.65rem 7.31rem 3.65rem 0;
	color: #fff;
	font-size: 1.28rem;
	text-indent: -9999em;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	transition: .25s
}

.share-links a:hover {
	color: #fff;
	opacity: .9
}

.share-links a::before {
	text-indent: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	line-height: 23px;
	height: 22px;
	margin: auto
}

.nav-tabs {
	margin: 0;
	border: 0;
	border-bottom: 2px solid #e7e7e7
}

.nav-tabs .nav-item {
	margin-bottom: -2px
}

.nav-tabs .nav-item .nav-link {
	padding: 1.2rem 0;
	border: 0;
	border-bottom: 2px solid transparent;
	color: #282d3b;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1;
	    font-family: "Open Sans", sans-serif;
	letter-spacing: .01rem;
	text-transform: uppercase
}

.nav-tabs .nav-item .nav-link:hover {
	color: #21346a
}

.nav-tabs .nav-item:not(:last-child) {
	margin-right: 3.4rem
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item .nav-link.active {
	border-bottom-color: #21346a;
	color: #21346a
}

.tooltip {
	    font-family: "Open Sans", sans-serif;
	font-size: 1.3rem
}

.tooltip.show {
	opacity: 1
}

.tooltip .arrow {
	width: 1rem;
	height: 1rem
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^='top'] {
	padding: 1rem 0
}

.bs-tooltip-top .arrow:before,
.bs-tooltip-auto[x-placement^='top'] .arrow:before {
	margin-left: -.5rem;
	border-width: 1rem 1rem 0;
	border-top-color: #ddd
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^='right'] {
	padding: 0 1rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^='right'] .arrow {
	width: 1rem;
	height: 2rem
}

.bs-tooltip-right .arrow:before,
.bs-tooltip-auto[x-placement^='right'] .arrow:before {
	border-width: 1rem 1rem 1rem 0;
	border-right-color: #ddd
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^='bottom'] {
	padding: 1rem 0
}

.bs-tooltip-bottom .arrow:before,
.bs-tooltip-auto[x-placement^='bottom'] .arrow:before {
	margin-left: -.5rem;
	border-width: 0 1rem 1em;
	border-bottom-color: #ddd
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^='left'] {
	padding: 0 1rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^='left'] .arrow {
	width: 1rem;
	height: 1rem
}

.bs-tooltip-left .arrow:before,
.bs-tooltip-auto[x-placement^='left'] .arrow:before {
	border-width: 1rem 0 1rem 1rem;
	border-left-color: #ddd
}

.tooltip-inner {
	max-width: 270px;
	padding: 1.2rem 1.5rem;
	border: 1px solid #ddd;
	border-radius: .1rem;
	background-color: #f4f4f4;
	color: #777;
	text-align: left
}

@keyframes maskUp {
	from {
		transform: translate(0, 100%)
	}

	to {
		transform: translate(0, 0)
	}
}

@keyframes maskRight {
	from {
		transform: translate(-100%, 0)
	}

	to {
		transform: translate(0, 0)
	}
}

@keyframes maskDown {
	from {
		transform: translate(0, -100%)
	}

	to {
		transform: translate(0, 0)
	}
}

@keyframes maskLeft {
	from {
		transform: translate(100%, 0)
	}

	to {
		transform: translate(0, 0)
	}
}

.maskUp {
	animation-name: maskUp
}

.maskRight {
	animation-name: maskRight
}

.maskDown {
	animation-name: maskDown
}

.maskLeft {
	animation-name: maskLeft
}

@keyframes fadeInUpShorter {
	from {
		opacity: 0;
		transform: translate(0, 50px)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInUpShorter {
	animation-name: fadeInUpShorter
}

@keyframes fadeInLeftShorter {
	from {
		opacity: 0;
		transform: translate(50px, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInLeftShorter {
	animation-name: fadeInLeftShorter
}

@keyframes fadeInRightShorter {
	from {
		opacity: 0;
		transform: translate(-50px, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInRightShorter {
	animation-name: fadeInRightShorter
}

@keyframes fadeInDownShorter {
	from {
		opacity: 0;
		transform: translate(0, -50px)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInDownShorter {
	animation-name: fadeInDownShorter
}

@keyframes blurIn {
	from {
		opacity: 0;
		filter: blur(20px);
		transform: scale(1.3)
	}

	to {
		opacity: 1;
		filter: blur(0);
		transform: none
	}
}

.blurIn {
	animation-name: blurIn
}

@keyframes dotPulse {
	from {
		opacity: 1;
		transform: scale(0.2)
	}

	to {
		opacity: 0;
		transform: scale(1)
	}
}

.dotPulse {
	animation-name: dotPulse;
	animation-iteration-count: infinite;
	animation-duration: 4s
}

@keyframes slideInUp {
	0% {
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes flipInX {
	0% {
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateX(90deg)
	}

	to {
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateY(-90deg)
	}

	to {
		transform: perspective(400px)
	}
}

@keyframes brightIn {
	0% {
		animation-timing-function: ease-in;
		filter: brightness(0%)
	}

	to {
		filter: brightness(100%)
	}
}

.brightIn {
	animation-name: brightIn
}

.appear-animate {
	opacity: 0
}

.appear-animation-visible {
	opacity: 1
}

html {
	overflow-x: hidden;
	font-size: 62.5%;
	font-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	color: #000;
	background: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
	    font-family: "Open Sans", sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	
}

body:not(.loaded)>*:not(.loading-overlay) {
	visibility: hidden
}

::-moz-selection {
	background-color: #21346a;
	color: #fff
}

::selection {
	background-color: #21346a;
	color: #fff
}

p {
	margin-bottom: 1.5rem
}

ul,
ol {
	margin: 0 0 2.25rem;
	padding: 0;
	list-style: none
}

b,
strong {
	font-weight: 700
}

em,
i {
	font-style: italic
}

hr {
    max-width: 1730px;
    margin: 5.5rem auto 5.2rem;
    border: 0;
    border-top: 1px solid #a59f9f;
}
sub,
sup {
	font-size: 70%
}

sup {
	font-size: 50%
}

sub {
	bottom: -.25em
}

img {
	display: block;
	max-width: 100%;
	height: auto
}

.form-control {
	outline: 0
}

button:focus {
	outline: none
}

body.modal-open {
	padding-right: 0 !important
}

@keyframes rotating {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(359deg)
	}
}

@keyframes bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	40% {
		transform: scale(1)
	}
}

.loading-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all .5s ease-in-out;
	background: #fff;
	opacity: 1;
	visibility: visible;
	z-index: 999999;
}

.loaded>.loading-overlay {
	opacity: 0;
	visibility: hidden
}

.bounce-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	margin: -9px 0 0 -35px;
	transition: all .2s;
	text-align: center;
	z-index: 10000
}

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background-color: #CCC;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	-webkit-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
	animation: 1.4s ease-in-out 0s normal both infinite bouncedelay
}

.bounce-loader .bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

.bounce-loader .bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

@media (max-width: 767px) {
	html {
		font-size: 9px
	}
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	    margin-bottom: 1.8rem;
	    color: #292929;
	    font-weight: 700;
	    line-height: 1.1;
	    font-family: "Teko", sans-serif; 

}

p{
     font-family: "Open Sans", sans-serif !important;
    font-size: 16px;
    line-height: 30px;

}

h1,
.h1 {
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1.223
}

h2,
.h2 {
	font-size: 3rem;
	line-height: 1.5
}

h3,
.h3 {
	font-size: 2.5rem;
	line-height: 1.28
}

h4,
.h4 {
	font-size: 2rem;
	line-height: 1.35
}

h5,
.h5 {
	font-size: 1.4rem;
	line-height: 1.429
}

h6,
.h6 {
	font-size: 1.3rem;
	line-height: 1.385;
	font-weight: 600
}

a {
	transition: all .3s;
	color: #21346a;
	text-decoration: none
}

a:hover,
a:focus {
	color: #21346a;
	text-decoration: none
}

.heading {
	margin-bottom: 3rem;
	color: #222529
}

.heading .title {
	margin-bottom: 1.6rem
}

.heading p {
	letter-spacing: -.015em
}

.heading p:last-child {
	margin-bottom: 0
}

.light-title {
	margin-bottom: 2rem;
	font-weight: 300
}

.section-title {
    text-transform: capitalize;
    font-size: 14px;
    font-family: var(--secondary-font);
    color: #fff;
}
.section-sub-title {
	font-size: 1.6rem;
	text-transform: uppercase
}

.title-decorate {
	display: flex;
	align-items: center;
	margin-bottom: 2.5rem;
	line-height: 1.4
}

.title-decorate::before {
	margin-right: 2rem
}

.title-decorate::after {
	margin-left: 2rem
}

.title-decorate::before,
.title-decorate::after {
	content: '';
	top: 50%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.08);
	flex: 1
}

.text-transform-none {
	text-transform: none
}

.ls-10 {
	letter-spacing: .01em !important
}

.ls-0 {
	letter-spacing: 0 !important
}

.ls-n-10 {
	letter-spacing: -.01em !important
}

.ls-n-15 {
	letter-spacing: -.015em !important
}

.ls-n-20 {
	letter-spacing: -.02em !important
}

.ls-n-25 {
	letter-spacing: -.025em !important
}

.bg-gray {
	background-color: #f4f4f4
}

.bg-dark {
	background-color: #222529 !important
}

.bg-dark2 {
	background-color: #2f3946 !important
}

.bg-primary {
	background-color: #21346a !important;
}

.bg-secondary {
	background-color: #222529 !important
}

.text-dark {
	color: #222529 !important
}

.text-primary {
	color: #21346a !important
}

.text-secondary {
	color: #222529 !important
}

.text-body {
	color: #777 !important
}

.text-black {
	color: #000 !important
}

.line-height-1 {
	line-height: 1 !important
}

.font1 {
	    font-family: "Open Sans", sans-serif; !important
}

.font2 {
	    font-family: "Open Sans", sans-serif; !important
}

.font3 {
	    font-family: "Open Sans", sans-serif;
}

@media (max-width: 767px) {
	.w-md-100 {
		width: 100% !important
	}

	.w-md-50 {
		width: 50% !important
	}
}

@media (max-width: 575px) {
	.w-sm-100 {
		width: 100% !important
	}

	.w-sm-50 {
		width: 50% !important
	}
}

@media (max-width: 479px) {
	.w-xs-100 {
		width: 100% !important
	}
}

@media (max-width: 480px) {
	.w-xs-100 {
		width: 100% !important
	}
}

@media (max-width: 400px) {
	.w-xxs-100 {
		width: 100% !important
	}
}

.round-images img {
	border-radius: 50%
}

.d-inline-flex-center {
	display: inline-flex;
	align-items: center
}

.flex-1 {
	flex: 1 !important
}

@media (min-width: 768px) {

	h1,
	.h1 {
		font-size: 4.5rem
	}

	h2,
	.h2 {
		font-size: 2.5rem
	}

	.heading {
		margin-bottom: 4rem
	}
}

@media (min-width: 992px) {

	h1,
	.h1 {
		font-size: 5rem

	}

	h2,
	.h2 {
		font-size: 3rem
	}

	.heading {
		margin-bottom: 5rem
	}

	.w-lg-max {
		flex: 1;
		-ms-flex: 1;
		max-width: 100%
	}
}

.border-primary {
	border-color: #21346a !important
}

.border-default {
	border-color: #e7e7e7 !important
}

.border {
	border: 1px solid #e7e7e7 !important
}

.border-bottom {
	border-bottom: 1px solid #e7e7e7 !important
}

.font-weight-sb {
	font-weight: 600 !important
}

.white-nowrap {
	white-space: nowrap
}

.page-wrapper {
    position: relative;
    background: #f8f9fa;
    transition: transform .25s;
}

.mmenu-active .page-wrapper {
	transform: translateX(250px)
}

.main {
	flex: 1 1 auto;
}



.row-sparse {
	margin-left: -15px;
	margin-right: -15px
}

.row-sparse>[class*="col-"] {
	padding-left: 15px;
	padding-right: 15px
}

.row-joined {
	margin-left: 0;
	margin-right: 0
}

.row-joined>[class*="col-"] {
	padding-left: 0;
	padding-right: 0
}

.container :not(.sticky-header)>.container,
.container :not(.sticky-header)>.container-fluid {
	padding-left: 0;
	padding-right: 0
}

.ajax-overlay {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(68, 70, 69, 0.65);
	z-index: 1041
}

@media (max-width: 1280px) {
	.container-fluid {
		padding-left: 20px;
		padding-right: 20px
	}
}

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

@media (min-width: 1200px) {
	.col-xl-5col {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.col-xl-7col {
		-ms-flex: 0 0 14.2857%;
		flex: 0 0 14.2857%;
		max-width: 14.2857%
	}

	.col-xl-8col {
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}

	.row-xl-tight {
		margin-left: -5px;
		margin-right: -5px
	}

	.row-xl-tight>[class*="col-"] {
		padding-left: 5px;
		padding-right: 5px
	}
}

@media (min-width: 992px) {
	.container {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media (max-width: 991px) {
	.container {
		max-width: none
	}
}

@media (min-width: 768px) {
	.row-md-tight {
		margin-left: -5px;
		margin-right: -5px
	}

	.row-md-tight>[class*="col-"] {
		padding-left: 5px;
		padding-right: 5px
	}
}

.owl-carousel .owl-dots .owl-dot span:before {
	width: 7px;
	height: 7px;
	margin-top: -3.5px;
	margin-left: -3.5px
}

.owl-carousel.dots-m-0 .disabled+.owl-dots {
	margin: 0
}

.owl-carousel.dots-mt-1 .disabled+.owl-dots {
	margin-top: 1rem
}

.owl-carousel.nav-big .owl-nav {
	font-size: 3.7rem
}

.owl-carousel.nav-big .owl-nav i {
	padding: 4px 7px
}

.owl-carousel.nav-large .owl-nav {
	font-size: 4.5rem
}

.owl-carousel.nav-large .owl-nav i {
	padding: 4px 2px
}

.owl-carousel.nav-image-center .owl-nav button {
	top: 33.6%
}

.owl-carousel.show-nav-hover .owl-nav {
	opacity: 0;
	transition: opacity .2s, color .2s
}

.owl-carousel.show-nav-hover:hover .owl-nav {
	opacity: 1
}

.owl-carousel .owl-nav .owl-prev {
	left: 1vw
}

.owl-carousel .owl-nav .owl-next {
	right: 1vw
}

@media (min-width: 992px) {
	.owl-carousel.nav-outer .owl-prev {
		left: -1.7vw
	}

	.owl-carousel.nav-outer .owl-next {
		right: -1.7vw
	}

	.owl-carousel.nav-outer.nav-large .owl-prev {
		left: -2.3vw
	}

	.owl-carousel.nav-outer.nav-large .owl-next {
		right: -2.3vw
	}
}

.owl-carousel.dots-top .owl-dots {
	position: absolute;
	right: 0;
	bottom: 100%;
	margin: 0 0 2.5rem
}

.owl-carousel.dots-small .owl-dots span {
	width: 14px;
	height: 14px
}

.owl-carousel.dots-small .owl-dots span:before {
	width: 4px;
	height: 4px;
	margin-left: -2px;
	margin-top: -2px
}

.owl-carousel.images-center img {
	width: auto;
	margin: auto
}

.dots-left .owl-dots {
	text-align: left
}

.owl-carousel-lazy {
	display: block
}

.owl-carousel-lazy .home-slide:first-child,
.owl-carousel-lazy .category-slide:first-child,
.owl-carousel-lazy .owl-item:first-child .home-slide,
.owl-carousel-lazy .owl-item:first-child .category-slide {
	display: block
}

.owl-carousel-lazy:not(.owl-loaded)>*:not(:first-child) {
	display: none
}

.home-slide,
.category-slide {
	width: 100%;
	position: relative;
	background-color: #ccc
}

.home-slide:after,
.home-slide:before,
.category-slide:after,
.category-slide:before {
	position: absolute;
	top: calc(50% - 2rem);
	left: calc(50% - 2rem);
	width: 40px;
	height: 40px;
	border: 2px solid transparent;
	border-radius: 50%;
	border-top-color: #21346a;
	border-image: none;
	content: ''
}

.home-slide:before,
.category-slide:before {
	-webkit-animation: spin 1s infinite ease;
	animation: spin 1s infinite ease;
	z-index: 4
}

.home-slide:after,
.category-slide:after {
	-webkit-animation: spin .5s infinite linear;
	animation: spin .5s infinite linear;
	z-index: 5
}

.home-slide.loaded:after,
.home-slide.loaded:before,
.category-slide.loaded:after,
.category-slide.loaded:before {
	display: none
}

div.slide-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

img.slide-bg {
	object-fit: cover;
	object-position: center top
}

.owl-carousel.show-nav-hover .owl-prev,
.owl-carousel.show-nav-hover .owl-next {
	transition: opacity .2s, transform .4s;
	opacity: 0
}

.owl-carousel.nav-pos-outside .owl-nav .owl-prev {
	width: 30px;
	left: -45px;
	color: #333;
	font-size: 24px
}

.owl-carousel.nav-pos-outside .owl-nav .owl-next {
	width: 30px;
	right: -45px;
	color: #333;
	font-size: 24px
}

.owl-carousel.show-nav-hover:hover .owl-prev.disabled,
.owl-carousel.show-nav-hover:hover .owl-next.disabled {
	opacity: .5
}

.owl-carousel.show-nav-hover:hover .owl-prev,
.owl-carousel.show-nav-hover:hover .owl-next {
	opacity: 1;
	transform: translate(0, -50%)
}

.noUi-target {
	background: #eee
}

.noUi-handle {
	background: #21346a
}

.noUi-connect {
	background: none;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.38) inset
}

@-webkit-keyframes fixedHeader {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-60px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@keyframes fixedHeader {
	0% {
		opacity: 0;
		transform: translateY(-60px)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

.sticky-header {
	/* background: #4c4c4c; */
	border-bottom: solid #efefef;
	border-top: 1px solid rgb(241 241 241 / 27%);
}

.sticky-header.fixed {
	position: fixed;
	right: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
	z-index: 1040
}

.sticky-header.fixed .logo img {
	transform: scale(0.8);
	transform-origin: left center
}

.sticky-header.deprecated-sticky:not(.fixed) .logo,
.sticky-header.deprecated-sticky:not(.fixed) .cart-dropdown {
	display: none
}

.sticky-header.deprecated-sticky.fixed .main-nav {
	width: auto
}

.main .sticky-header:not(.fixed)>.container {
	padding-left: 0;
	padding-right: 0
}

.main .sticky-header.fixed {
	min-height: 38px;
	padding-top: 15px;
	padding-bottom: 15px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	z-index: 1039
}

.main .sticky-header.fixed .container {
	margin: 0 auto
}

header {
	position: relative
}

header .container,
header .container-fluid {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-ms-flex-pack: justify;
	position: relative
}

header p {
	margin-bottom: 0
}

.header a {
	color: inherit
}

.header-top {
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: .025em;
	line-height: 24px;
	background: #dd6827;
}

.header-middle {
	color: #fff;
	/* background: #4c4c4c; */
}

.header-bottom {
	color: #222529;
}

.header-left,
.header-center,
.header-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.header-center,
.header-right {
	justify-content: space-between;
	display: flex;
}

.header-transparent {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1040
}

.logo {
	max-width: 300px;
    background: transparent !important;
}

.header-contact {
	align-items: center;
	text-transform: uppercase
}

.header-contact i {
	margin-right: 1.1rem;
	font-size: 2.9rem
}

.header-contact img {
	margin-right: .8rem
}

.header-contact h6 {
	margin: 0;
	font-size: 1.1rem;
	line-height: 1.3;
	color: #f3f3f3;
}

.header-contact a {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	white-space: nowrap
}

.mobile-menu-toggler {
	border: 0;
	background: transparent;
	color: #222529;
	padding: 1rem .5rem;
	margin-right: .5rem;
	font-size: 20px;
	line-height: 0;
	cursor: pointer
}

.badge-circle {
	position: absolute;
	top: 1px;
	right: 0;
	width: 1.6rem;
	border-radius: 50%;
	color: #fff;
	background: #023062;
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 1.6rem;
	    font-family: "Open Sans", sans-serif;
	text-align: center;
}

header .social-icon {
	border-radius: 50%;
	color: inherit;
	font-size: 1.28rem;
	width: 2.6rem;
	height: 2.6rem;
	line-height: 2.6rem
}


header .social-icon:not(:hover):not(:active):not(:focus) {
	background-color: transparent
}

header .social-icon+.social-icon {
	margin-left: 2px
}

header .separator {
	height: 20px;
	border-left: 1px solid rgba(0, 0, 0, 0.04);
	margin: 0 14px
}

.top-notice {
	position: relative;
	padding: 1rem 2rem;
	font-size: 1.3rem;
	    font-family: "Open Sans", sans-serif;
	line-height: 2;
	letter-spacing: .025em
}

.top-notice h5 {
	color: inherit;
	font-size: inherit;
	font-weight: 500
}

.top-notice small {
	font-size: .8461em;
	letter-spacing: .025em;
	opacity: .5
}

.top-notice a {
	color: inherit;
	font-weight: 700
}

.top-notice .category {
	display: inline-block;
	padding: .3em .8em;
	background: #151719;
	font-size: 1rem
}

.top-notice .mfp-close {
	top: 50%;
	transform: translateY(-50%) rotateZ(45deg) translateZ(0);
	color: inherit;
	opacity: .7;
	z-index: 10
}

.top-notice .mfp-close:hover {
	opacity: 1
}

.header-icon:not(:last-child) {
	margin-right: 1.4rem
}

.header-icon i {
	font-size: 2.7rem
}

@media (min-width: 992px) {
	.mobile-menu-toggler {
		display: none
	}
}

@media (max-width: 991px) {
	.main-nav {
		display: none
	}
}

@media (max-width: 767px) {
	.header .separator {
		display: none
	}
}

@media (max-width: 575px) {
	.top-notice {
		line-height: 1.5
	}

	.header-icon:not(:last-child) {
		margin-right: 1.2rem
	}
}

.dropdownmenu-wrapper {
	position: relative;
	padding: 1rem 1.5rem .5rem;
	border: 1px solid #f0f0f0;
	border-top-color: transparent;
	background-color: #fff;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15)
}

.cart-dropdown .dropdown-menu,
.compare-dropdown .dropdown-menu {
	display: block;
	left: 0;
	top: -999rem;
	width: 300px;
	padding-top: 10px;
	z-index: 100;
	font-size: 1.1rem;
	color: #696969;
	border: 0;
	margin: 0;
	background-color: transparent;
	box-shadow: none;
	visibility: hidden;
	opacity: 0;
	transition: opacity .7s
}

.cart-dropdown .dropdown-menu.show,
.compare-dropdown .dropdown-menu.show {
	opacity: 1;
	visibility: visible
}

.cart-dropdown:hover .dropdown-menu,
.compare-dropdown:hover .dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible
}

.dropdown-toggle i {
	font-size: 2.8rem
}

.dropdown-toggle:not(.dropdown-arrow):after {
	display: none
}

.dropdown-arrow:after {
	content: "\e81c";
	border: 0;
	margin: -5px 2px 0 11px;
	font-size: 15px;
	font-family: porto;
	width: auto;
	height: auto
}

.dropdown-arrow .badge-circle {
	top: 3px;
	left: 19px
}

.header-dropdowns {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center
}

.header-menu:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	width: 0;
	height: 0;
	z-index: 1151;
	margin-left: -9px;
	margin-top: -1rem;
	border-width: 0 9px 10px;
	border-style: solid;
	border-color: transparent transparent #fff;
	visibility: hidden;
	opacity: 1;
	transform: translateY(-1rem)
}

.header-dropdown {
	position: relative;
	line-height: 1.5;
	padding: 5px 0
}

.header-dropdown>a {
	padding: 0 5px;
	font-size: 20px;
	color: #fff;
}

.header-dropdown>a:after {
	/* content:'\e81c'; */
	font-family: 'porto';
	font-weight: 400;
	margin-left: .5rem;
}

.header-dropdown img {
	display: inline-block;
	max-width: none;
	margin: -2px 6px 0 1px
}

.header-dropdown ul {
	position: absolute;
	top: -300rem;
	z-index: 1150;
	min-width: 100%;
	margin: 0;
	padding: .5rem 0;
	background: #fff;
	box-shadow: 0 29px 29px rgba(0, 0, 0, 0.1);
	transition: transform, opacity .5s ease-out;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-1rem)
}

.header-dropdown ul a {
	display: block;
	padding: 0.5em 1.5em;
	color: #777;
	white-space: nowrap
}

.header-dropdown ul a:hover {
	background: #f4f4f4
}

.header-dropdown+.header-dropdown {
	margin-left: 1.4rem
}

.header-dropdown:hover .header-menu:before,
.header-dropdown:hover ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
	transform: none
}

.cart-dropdown .dropdown-arrow {
	white-space: nowrap
}

.cart-dropdown .dropdown-menu {
	right: 0;
	left: auto;
	padding-top: 8px
}

.cart-dropdown .dropdown-menu:before {
	content: '';
	position: absolute;
	top: -12px;
	right: 28px;
	border: 10px solid;
	border-color: transparent transparent #fff
}

.cart-dropdown .dropdownmenu-wrapper:before {
	right: 28px;
	left: auto
}

.cart-dropdown .dropdownmenu-wrapper:after {
	right: 29px;
	left: auto
}

.cart-dropdown .product {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 !important;
	padding: 1.6rem 1rem;
	border-bottom: 1px solid #e6ebee;
	box-shadow: none !important
}

.cart-dropdown .product-image-container {
	position: relative;
	max-width: 80px;
	margin: 0;
	margin-left: auto;
	border: 1px solid #ededed
}

.cart-dropdown .product-image-container img {
	object-fit: cover
}

.cart-dropdown .product-image-container a:after {
	display: none
}

.cart-dropdown .product-title {
	padding-right: 1.5rem;
	margin-bottom: 8px;
	font-size: 1.4rem;
	line-height: 19px
}

.cart-dropdown .product-title a {
	color: #696969
}

.cart-dropdown .product-details {
	font-size: 1.3rem
}

.cart-dropdown .btn-remove {
	position: absolute;
	top: -28px;
	right: -75px;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	color: inherit;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	text-align: center;
	line-height: 2rem;
}

.cart-dropdown .btn-remove:hover,
.cart-dropdown .btn-remove:focus {
	color: #21346a
}

.sticky-header .cart-dropdown {
	margin-top: 0;
	margin-bottom: 0
}

.dropdown-cart-header,
.dropdown-cart-total {
	color: #474747;
	font-weight: 700;
	line-height: 38px;
	text-transform: uppercase
}

.dropdown-cart-total {
	margin-bottom: 1.1rem;
	padding: 15px 10px 10px;
	font-size: 1.3rem
}

.dropdown-cart-total .cart-total-price {
	margin-left: auto;
	font-size: 1.5rem
}

.dropdown-cart-header {
	padding: 3px 10px;
	border-bottom: 1px solid #e6ebee;
	color: #696969;
	font-size: 1.3rem
}

.dropdown-cart-header a {
	color: #474747
}

.dropdown-cart-header a:hover {
	text-decoration: underline
}

.dropdown-cart-action {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .2rem 1rem 1.5rem
}

.dropdown-cart-action .btn {
	padding: 1.4rem 2.5rem;
	border-radius: .2rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
	    font-family: "Open Sans", sans-serif;
	letter-spacing: .025em
}

.compare-dropdown .dropdown-toggle {
	text-transform: uppercase
}

.compare-dropdown .dropdown-toggle i {
	margin-top: -.2rem;
	margin-right: .2rem
}

.compare-dropdown .dropdown-toggle i:before {
	margin: 0
}

.compare-dropdown .dropdown-toggle:after {
	display: none
}

.compare-products {
	margin: 0;
	padding: 0;
	list-style: none
}

.compare-products .product {
	position: relative;
	margin: 0;
	padding: .5rem 0;
	box-shadow: none !important
}

.compare-products .product:hover {
	box-shadow: none
}

.compare-products .product-title {
	margin: 0;
	color: #696969;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.35;
	text-transform: uppercase
}

.compare-products .btn-remove {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2.3rem;
	height: 2.3rem;
	margin-top: -1.2rem;
	padding: .5rem 0;
	color: #777;
	font-size: 1.3rem;
	line-height: 1;
	text-align: center;
	overflow: hidden
}

.compare-actions {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2rem
}

.compare-actions .action-link {
	display: inline-block;
	color: #777;
	font-size: 1.1rem;
	text-transform: uppercase
}

.compare-actions .btn {
	min-width: 110px;
	margin-left: auto;
	padding: .9rem 1rem;
	border: 0;
	border-radius: .2rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: .025rem;
	text-align: center;
	text-transform: uppercase
}

@media (min-width: 992px) {

	.dropdown-expanded>a,
	.dropdown-expanded .header-menu:before {
		display: none
	}

	.dropdown-expanded li+li {
		margin-left: 1rem
	}

	.dropdown-expanded ul {
		position: static;
		display: flex;
		display: -ms-flexbox;
		padding: 0;
		border: 0;
		background-color: transparent;
		box-shadow: none;
		opacity: 1;
		visibility: visible
	}

	.dropdown-expanded ul a {
		padding: 0;
		color: inherit
	}

	.dropdown-expanded ul a:hover {
		background-color: transparent;
		color: #21346a
	}

	.dropdown-expanded .header-menu ul {
		transform: none
	}
}

@media (max-width: 575px) {
	.compare-dropdown {
		display: none
	}
}

@media (max-width: 480px) {

	.cart-dropdown .dropdown-menu,
	.compare-dropdown .dropdown-menu {
		width: 260px
	}

	.cart-dropdown .dropdownmenu-wrapper,
	.compare-dropdown .dropdownmenu-wrapper {
		padding: 1rem 1.4rem
	}
}

.header-search {
	position: relative
}

.header-search form {
	margin: 0
}

.header-search .form-control,
.header-search select {
	margin: 0;
	border: 0;
	color: inherit;
	font-size: 1.3rem;
	height: 100%;
	box-shadow: none
}

.header-search .form-control,
.header-search .select-custom {
	background: #eee9e6
}

@media (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.header-search .form-control {
		flex: 1
	}
}

.header-search .form-control::placeholder {
	color: #a8a8a8
}

.header-search:not(.header-search-category) .form-control {
	border-radius: 5rem
}

.header-search:not(.header-search-category) .btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	border: 0;
	padding: 0 .8em;
	color: #333
}

.search-toggle:after {
	content: '';
	position: absolute;
	right: calc(50% - 10px);
	bottom: -10px;
	border: 10px solid transparent;
	border-bottom-color: #ccc
}

.header-search:not(.show) .search-toggle:after {
	display: none
}

.header-search-category .form-control {
	border-radius: 5rem 0 0 5rem
}

.header-search-category .btn {
	border-radius: 0 5rem 5rem 0
}

.header-search-wrapper {
	display: flex;
	display: -ms-flexbox;
	position: absolute;
	right: -2.3rem;
	z-index: 999;
	margin-top: 10px;
	color: #8d8d8d;
	box-sizing: content-box;
	height: 40px;
	border-radius: 5rem;
	border: 5px solid #ccc
}

.header-search-wrapper:after {
	display: block;
	clear: both;
	content: ''
}

.header-search:not(.show) .header-search-wrapper {
	display: none
}

.header-search-wrapper .select-custom {
	margin: 0;
	min-width: 13rem;
	flex: 0 0 13rem
}

.header-search-wrapper .select-custom:after {
	font-size: 1.4rem;
	line-height: 0;
	right: 1.5rem
}

.header-search-wrapper select {
	width: 100%;
	border-left: 1px solid #f6f7f9;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	line-height: 36px;
	color: inherit;
	-moz-appearance: none;
	-webkit-appearance: none
}

.header-search-wrapper select:focus {
	outline: none
}

.header-search-wrapper .btn {
	position: relative;
	padding: 0 0 3px 0;
	border: 0;
	border-left: 1px solid #f6f7f9;
	min-width: 40px;
	color: #8d8d8d;
	font-size: 2rem;
	background: #eee9e6
}

.header-search-popup .form-control {
	min-width: 266px;
	padding: 4px 22px;
	font-size: 1.4rem;
	line-height: 20px
}

.header-search-popup .form-control:focus {
	border: #e7e7e7
}

.header-search-inline .form-control {
	min-width: 21rem;
	padding: 1rem 2rem
}

@media (min-width: 992px) {

	.header-search-inline .search-toggle,
	.header-search-inline .btn:after {
		display: none
	}

	.header-search-inline.header-search .header-search-wrapper {
		display: flex;
		display: -ms-flex;
		position: static;
		margin: 0;
		border-width: 0
	}
}

@media (max-width: 767px) {
	.header-search .form-control {
		min-width: 17rem
	}
}

@media (max-width: 575px) {
	.header-search-wrapper {
		left: 15px;
		right: 15px
	}
}

.menu,
.menu li,
.menu ul,
.menu ol {
	margin: 0;
	padding: 0;
	list-style: none
}

.menu {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5
}

.menu:after {
	display: block;
	clear: both;
	content: ''
}

.menu .show>ul,
.menu .show>.megamenu {
	opacity: 1
}

.menu li>a {
	display: block;
	padding: .8rem 1.8rem;
	transition: .2s ease-out;
	color: #777
}

.menu li:hover>a,
.menu li.show>a,
.menu li.active>a {
	background: #f4f4f4
}

.menu>li {
	float: left;
	position: relative;
	margin-right: 2.8rem
}

.menu>li>a {
	padding: 1rem 0;
	font-size: 13px;
	font-weight: 400;
	color: #555
}

.menu>li:hover>a,
.menu>li.show>a,
.menu>li.active>a {
	color: #21346a;
	background: transparent
}

.menu>li>.sf-with-ul:before {
	content: '';
	position: absolute;
	z-index: 1000;
	left: 50%;
	bottom: 0;
	margin-left: -14px;
	border: 10px solid;
	border-color: transparent transparent #fff;
	opacity: 0;
	transition: opacity ease-in .08s
}

.menu>li.show>.sf-with-ul:before {
	opacity: 1;
	visibility: visible
}

.menu .megamenu {
	display: none;
	position: absolute;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.15);
	border: 1px solid #eee;
	border-top: 3px solid #21346a;
	left: 15px;
	padding: 10px 20px;
	width: 770px
}

.menu .megamenu.megamenu-3cols {
	width: 600px
}

.menu .megamenu .row>div {
	padding-top: 1.5rem
}

.menu .megamenu img {
	width: 300px;
	height: 100%;
	object-fit: cover
}

.menu .megamenu .submenu {
	margin: 0;
	padding-top: 0;
	border-top: none;
	display: block;
	position: static;
	box-shadow: none;
	min-width: 0
}

.menu .megamenu .submenu a {
	padding: 7px 8px 8px 0
}

.menu .megamenu .submenu li:hover a {
	text-decoration: underline;
	background: transparent
}

.menu .nolink {
	cursor: default;
	display: inline-block;
	padding-bottom: 6px;
	color: #333
}

.menu ul {
	display: none;
	position: absolute;
	min-width: 200px;
	padding: 5px 0;
	border-top: 3px solid #21346a;
	top: 100%;
	left: 0;
	z-index: 99;
	background-color: #fff;
	box-shadow: 0 29px 29px rgba(0, 0, 0, 0.1)
}

.menu ul ul {
	top: -5px;
	left: 100%
}

.menu.sf-arrows .sf-with-ul+ul>li {
	position: relative
}

.menu.sf-arrows .sf-with-ul:after {
	position: absolute;
	right: 1rem;
	content: '\e81a';
	font-family: 'porto'
}

.menu.sf-arrows>li>.sf-with-ul:after {
	content: '\e81c';
	position: static;
	margin-left: 5px;
	font-weight: 400
}

.main-nav .menu {
	text-transform: uppercase;
	font-size: 12px;
}

.main-nav .menu>li {
	margin-right: 0
}

.main-nav .menu>li>a {
	font-size: 12px;
	font-weight: 700;
	padding: 8px 13px;
	letter-spacing: -0.01em;
	color: #f9f9f9;
	    font-family: "Open Sans", sans-serif;
	letter-spacing: -0.01em;
}

.main-nav .menu>li:hover>a,
.main-nav .menu>li.show>a,
.main-nav .menu>li.active>a {
	color: #ffef50;
	background: transparent;
}

.main-nav .menu.sf-arrows ul {
	border-top: none
}

.main-nav .menu>li>ul {
	left: -15px
}

.main-nav .menu .megamenu {
	top: 100%;
	left: -15px;
	border-top: none
}

.main-nav .menu .megamenu img {
	height: 100%;
	object-fit: cover
}

.tip {
	display: inline-block;
	position: relative;
	margin: -2px 0 0 1rem;
	padding: 3px 4px;
	border-radius: 2px;
	color: #fff;
	    font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	line-height: 1;
	text-transform: uppercase;
	vertical-align: middle;
	z-index: 1
}

.tip:before {
	position: absolute;
	top: 50%;
	right: 100%;
	left: auto;
	margin-top: -3px;
	border: 3px solid transparent;
	content: ''
}

.tip-new {
	background-color: #0fc567
}

.tip-new:not(.tip-top):before {
	border-right-color: #0fc567
}

.tip-new.tip-top:before {
	border-top-color: #0fc567
}

.tip-hot {
	background-color: #eb2771
}

.tip-hot:not(.tip-top):before {
	border-right-color: #eb2771
}

.tip-hot.tip-top:before {
	border-right-color: #eb2771
}

.tip-top {
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: 6px;
	margin-left: -2px;
	transform: translate(-50%)
}

.tip-top:before {
	top: 100%;
	right: 60%;
	margin: 0
}

.product-promo {
	padding-left: 30px
}

.mobile-menu-container {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 250px;
	transform: translateX(-100%);
	transition: all .25s;
	background-color: #1D1E20;
	font-size: 1.2rem;
	line-height: 1.5;
	box-shadow: 0.1rem 0 0.6rem 0 rgba(50, 50, 50, 0.65);
	visibility: hidden;
	z-index: 1001;
	overflow-y: auto
}

.mmenu-active .mobile-menu-container {
	visibility: visible
}

.mobile-menu-container .social-icons {
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0
}

.mobile-menu-container .social-icon {
	width: 3rem;
	height: 3rem;
	margin-bottom: 0;
	border: 0;
	background-color: transparent;
	font-size: 1.5rem
}

.mobile-menu-container .social-icon+.social-icon {
	margin-left: .3rem
}

.mobile-menu-container .social-icon:hover,
.mobile-menu-container .social-icon:focus {
	background-color: transparent;
	color: #fafafa
}

.mobile-menu-wrapper {
	position: relative;
	padding: 4.2rem 0 3rem
}

.mobile-menu-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	padding: .4rem;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1;
	cursor: pointer;
	z-index: 9
}

.mobile-menu-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all .25s;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	z-index: 1000
}

.mmenu-active .mobile-menu-overlay {
	opacity: 1;
	visibility: visible
}

.mmenu-active .sidebar-product {
	display: none
}

.mobile-nav {
	margin: 0 0 2rem;
	padding: 0
}

.mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none
}

.mobile-menu>li>a {
	text-transform: uppercase
}

.mobile-menu li {
	display: block;
	position: relative;
	border-bottom: 1px solid #242527
}

.mobile-menu li a {
	display: block;
	position: relative;
	margin-right: 4.5rem;
	padding: 1.1rem 0 1.1rem 1.5rem;
	color: #fff
}

.mobile-menu li a:hover,
.mobile-menu li a:focus {
	color: #b7b7b7;
	text-decoration: none
}

.mobile-menu li.open>a,
.mobile-menu li.active>a {
	color: #b7b7b7
}

.mobile-menu li ul {
	display: none;
	margin: 0;
	padding: 0
}

.mobile-menu li ul li a {
	padding-left: 2.5rem
}

.mobile-menu li ul ul li a {
	padding-left: 3.5rem
}

.mmenu-btn {
	display: block;
	position: absolute;
	top: 50%;
	right: -3.8rem;
	width: 3rem;
	height: 3rem;
	margin-top: -1.5rem;
	text-align: center;
	border-radius: 0;
	outline: none;
	background-color: transparent;
	color: #fff;
	font-size: 1.5rem;
	line-height: 3rem;
	cursor: pointer
}

.mmenu-btn:after {
	display: inline-block;
	margin-top: -2px;
	font-family: 'porto';
	content: '\e81c'
}

.open>a>.mmenu-btn:after {
	content: '\e81b'
}

footer {
	font-size: 2rem;
	color: #a8a8a8;
	line-height: 3.6rem;
}

footer .container {
	position: relative
}

footer p {
	color: inherit
}

footer a {
	color: inherit;
	font-size: 18px;
	color: #fff;
}

footer a:hover,
footer a:focus {
	color: #777
}

.footer-middle {
	padding-top: 6.4rem;
	padding-bottom: 0.4rem
}

.footer-bottom {
    color: #999;
    border-top: 0px solid #313438;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}
footer .social-icon {
	border-radius: 50%;
	width: 4rem;
	height: 4rem;
	border: 1px solid #313438;
	color: #fff;
	font-size: 14px;
	line-height: 4rem
}

footer .social-icon:not(:hover):not(:active):not(:focus) {
	background: transparent
}

footer .widget {
	margin-bottom: 3rem;
	width: 70%;
}

footer .widget-title {
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 1.6rem;
}

footer .tagcloud a {
	padding: .6em;
	margin: 0 .8rem .8rem 0;
	border: 1px solid #313438;
	color: inherit;
	font-size: 11px;
	background: transparent
}

footer .tagcloud a:hover {
	border-color: #fff;
	background: transparent
}

footer .contact-info {
	margin: 0;
	padding: 0
}

footer .contact-info li {
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.8;
    font-size: 14px;
    color: #fff;
}

footer .contact-info-label {
    display: block;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1px;
    font-size: 14px;
}

#scroll-top {
	height: 40px;
	position: fixed;
	right: 15px;
	width: 40px;
	z-index: 9999;
	bottom: 0;
	color: #fff;
	background-color: #43494e;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	padding: 11px 0;
	visibility: hidden;
	opacity: 0;
	border-radius: 0 0 0 0;
	transition: all .3s, margin-right 0s;
	transform: translateY(40px)
}

#scroll-top:hover,
#scroll-top:focus {
	background-color: #3a4045
}

#scroll-top.fixed {
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.page-header h1 {
	color: #1e3636;
	font-size: 3.6rem;
	font-weight: 900;
	margin-bottom: 2.7rem
}

.page-header h1 span {
	display: block;
	color: #1e3636;
	font-size: .5em;
	font-weight: 700
}

.subtitle {
	color: #21293c;
	font-size: 1.9rem
}

/* .about-section {
	padding: 1rem 0 2.5rem;
	color: #7b858a;
	font-size: 1.5rem;
	line-height: 1.8
} */

.about-section p {
	margin-bottom: 2rem
}

.about-section .lead {
	    font-family: "Open Sans", sans-serif;
	color: #21293c;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 400
}
.product-desc ul li {
    font-size: 14px;
}
.features-section {
	padding: 5rem 0 2.4rem
}

.features-section h3 {
	    font-family: "Open Sans", sans-serif;
}

.features-section .feature-box {
	padding: 3rem 4rem
}

.testimonials-section {
	padding: 5rem 0
}

.testimonials-section .subtitle {
	margin-bottom: 3.5rem
}

.testimonials-carousel blockquote {
	margin-bottom: 0
}

.testimonials-carousel.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: .5rem
}

.counters-section {
	padding: 4.5rem 0 4rem
}

.count-container .count-wrapper {
	color: #0087cb;
	font-size: 3.2rem;
	font-weight: 800;
	line-height: 3.2rem
}

.count-container span:not(.count-to) {
	font-size: 1.9rem
}

.count-container .count-title {
	color: #7b858a;
	font-size: 1.4rem;
	font-weight: 600
}

.owl-carousel.images-left img {
	width: auto
}

@media (min-width: 992px) {
	.counters-section .col-md-4 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
}

/* @media (min-width: 768px) {
	.about-section {
		padding-top: 3rem;
		padding-bottom: 3.5rem
	}
} */

@media (min-width: 576px) {
	.testimonial blockquote {
		margin-left: 85px;
		padding: 1.5rem 3rem 1.5rem 2rem
	}
}

.sidebar-shop {
	font-size: 1.3rem
}

.sidebar-shop .widget {
	padding: 2rem;
	border: 1px solid #e7e7e7
}

.sidebar-shop .widget:after {
	display: block;
	clear: both;
	content: ''
}

.sidebar-shop .widget:not(:last-child) {
	border-bottom: 0
}

.sidebar-shop .widget .config-swatch-list {
	margin-top: .3rem
}

.sidebar-shop .widget .config-swatch-list li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 0;
	margin-bottom: .5rem;
	font-size: 1.3rem
}

.sidebar-shop .widget .config-swatch-list li:last-child {
	margin-bottom: 0
}

.sidebar-shop .widget .config-swatch-list li a {
	margin-right: 1.5rem
}

.sidebar-shop .widget-title {
	margin: 0;
	color: #313131;
	font-size: 1.5rem;
	font-weight: 600;
	    font-family: "Open Sans", sans-serif;
	line-height: 1.4;
	text-transform: uppercase
}

.sidebar-shop .widget-title a {
	display: block;
	position: relative;
	color: inherit
}

.sidebar-shop .widget-title a:hover,
.sidebar-shop .widget-title a:focus {
	text-decoration: none
}

.sidebar-shop .widget-title a:before,
.sidebar-shop .widget-title a:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 10px;
	height: 2px;
	margin-top: -1px;
	transition: all .35s;
	background: #222529;
	content: ''
}

.sidebar-shop .widget-title a.collapsed:after {
	transform: rotate(-90deg)
}

.sidebar-shop .widget-body {
	padding: 1.5rem 0
}

.sidebar-shop .widget-featured {
	position: relative
}

.sidebar-shop .widget-featured .widget-body {
	padding-top: 2.3rem
}

.sidebar-shop .widget-featured .product-sm:last-child {
	margin-bottom: 0
}

.widget .owl-carousel .owl-nav {
	position: absolute;
	top: -4.3rem;
	right: -.4rem;
	line-height: 0
}

.widget .owl-carousel .owl-nav button.owl-next,
.widget .owl-carousel .owl-nav button.owl-prev {
	padding: 0 .4rem !important;
	border-radius: 0;
	color: #222529;
	font-size: 2rem;
	line-height: 1
}

.widget .owl-carousel .owl-nav i:before {
	width: auto;
	margin: 0
}

.cat-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.cat-list li {
	margin-bottom: 1.4rem
}

.cat-list li:last-child {
	margin-bottom: 0
}

.cat-list li a {
	color: #777
}

.cat-list li a:hover,
.cat-list li a:focus {
	color: #21346a
}

.config-size-list {
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style: none
}

.config-size-list li {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: .8rem
}

.config-size-list li:not(:last-child) {
	margin-right: .8rem
}

.config-size-list a {
	display: block;
	position: relative;
	width: 4.4rem;
	height: 3rem;
	transition: all .3s;
	border: 1px solid #e9e9e9;
	color: #777;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 2.8rem;
	text-align: center;
	text-decoration: none
}

.config-size-list a:hover,
.config-size-list a:focus,
.config-size-list a.active {
	border-color: #21346a;
	background-color: #21346a;
	color: #61605a;
	text-decoration: none
}

.price-slider-wrapper {
	padding-top: 2rem
}

.filter-price-action {
	margin-top: 2.5rem;
	padding-bottom: .4rem
}

.filter-price-action .btn {
	padding: 3px .7em;
	font-size: 1.2rem;
	font-weight: 400
}

.filter-price-action .filter-price-text {
	font-size: 1.2rem;
	line-height: 2
}

.widget-block {
	font-size: 1.5rem;
	line-height: 1.42
}

.widget-block h5 {
	margin-bottom: 2rem;
	color: #7a7d82;
	font-size: 1.4rem;
	font-weight: 600;
	    font-family: "Open Sans", sans-serif;
}

.widget-block p {
	color: #21293c;
	max-width: 210px
}

.horizontal-filter {
	margin-bottom: 2rem;
	padding: 12px 12px 2px;
	background-color: #f4f4f4
}

.horizontal-filter .filter-price-form {
	    font-family: "Open Sans", sans-serif;
	font-size: 1.36rem
}

.horizontal-filter .filter-price-form .btn {
	font-family: inherit;
	padding: .7rem 1.2rem;
	font-size: 1.2rem;
	font-weight: 400
}

.horizontal-filter .input-price {
	display: block;
	width: 50px;
	padding: 6px;
	line-height: 1.45;
	outline: none;
	border: 1px solid rgba(0, 0, 0, 0.09)
}

.horizontal-filter select {
	border: 0
}

.sort-menu-trigger {
	display: block;
	color: #313131;
	font-size: 12px;
	line-height: 1.4;
	text-transform: uppercase
}

.sort-list li {
	padding: 1rem 0;
	font-size: 12px;
	text-transform: uppercase
}

.sort-list li a {
	color: inherit;
	font-weight: 600
}

.filter-toggle span {
	color: #777;
	font-size: 1.3rem
}

.filter-toggle a {
	display: inline-block;
	position: relative;
	width: 46px;
	height: 26px;
	margin-left: 8px;
	border-radius: 13px;
	background: #e6e6e6;
	text-decoration: none
}

.filter-toggle a:before {
	position: absolute;
	left: 0;
	width: 42px;
	height: 22px;
	-webkit-transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
	transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
	transition: all .3s linear;
	border-radius: 11px;
	background-color: #fff;
	content: ''
}

.filter-toggle a:after {
	position: absolute;
	left: 0;
	width: 22px;
	height: 22px;
	-webkit-transform: translate3d(2px, 2px, 0);
	transform: translate3d(2px, 2px, 0);
	transition: all .2s ease-in-out;
	border-radius: 11px;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
	content: ''
}

.filter-toggle.opened a {
	background-color: #21346a
}

.filter-toggle.opened a:before {
	-webkit-transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
	transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0)
}

.filter-toggle.opened a:after {
	-webkit-transform: translate3d(22px, 2px, 0);
	transform: translate3d(22px, 2px, 0)
}

.btn-loadmore {
	box-shadow: none;
	padding: 1.3rem 3rem;
	border: 1px solid #e7e7e7;
	font-size: 1.2rem;
	    font-family: "Open Sans", sans-serif;
	color: #555
}

.btn-loadmore:hover {
	border-color: #ccc
}

@media (min-width: 992px) {
	.horizontal-filter:not(.filter-sorts) {
		padding-left: 20px;
		padding-right: 20px
	}

	.filter-sorts .toolbox-left {
		position: relative
	}

	.filter-sorts .toolbox-item.toolbox-sort {
		margin-left: 0;
		margin-right: 1rem;
		background-color: #fff
	}

	.filter-sorts select {
		border: 0;
		text-transform: uppercase
	}

	.filter-sorts .mobile-sidebar.sidebar-shop {
		left: 0;
		padding: 0;
		visibility: visible;
		z-index: 2
	}

	.sort-list {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 220px;
		margin-top: 10px;
		padding: 10px 15px;
		background: #fff;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
		z-index: 99
	}

	.sort-list:before,
	.sort-list:after {
		content: '';
		position: absolute;
		bottom: 100%;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #fff;
		border-left: 10px solid transparent
	}

	.sort-list:before {
		left: 21px;
		z-index: 999
	}

	.sort-list:after {
		left: 20px;
		border-right-width: 11px;
		border-bottom: 11px solid #e8e8e8;
		border-left-width: 11px
	}

	.sort-menu-trigger {
		min-width: 140px;
		height: 34px;
		padding-left: .8rem;
		color: #777;
		line-height: 34px;
		z-index: 9
	}

	.sort-menu-trigger:hover,
	.sort-menu-trigger:focus {
		text-decoration: none
	}

	.toolbox-item.opened .sort-list {
		display: block
	}
}

@media (max-width: 991px) {
	.sort-menu-trigger {
		margin-bottom: 1.5rem;
		font-weight: 700
	}

	.sidebar-shop .widget {
		padding: 2rem 0;
		border: 0
	}

	.sidebar-shop .widget:first-child {
		padding-top: 0
	}

	.sidebar-shop .widget:not(:last-child) {
		border-bottom: 1px solid #e7e7e7
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.sidebar-shop .product-widget figure {
		max-width: 70px;
		margin-right: 1.5rem
	}
}

.add-cart {
	padding: 11px 28px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: -.015em;
	line-height: 24px
}

.add-cart:before {
	font-size: 1.8rem;
	line-height: 0;
	vertical-align: middle;
	margin-right: 8px;
	font-weight: 900
}

.add-wishlist {
	display: inline-block;
	padding: 16px 8px;
	color: #222529;
	font-size: 1.2rem;
	font-weight: 700;
	    font-family: "Open Sans", sans-serif;
	letter-spacing: -.015em;
	text-transform: uppercase;
	white-space: nowrap
}

.add-wishlist:before {
	content: '\e91b';
	margin-right: .5rem;
	display: inline-block;
	font-size: 1.8rem;
	font-family: 'porto';
	line-height: 0;
	transform: translateY(2px)
}

.add-compare:before {
	content: '\e810';
	font-size: 1.8rem;
	font-family: 'porto';
	margin-right: 6px
}

/* .product-single-container {
    margin-bottom: 3rem;
    margin-top: 84px;
} */
.product-single-details {
	/* margin-top: -.6rem;
	margin-bottom: 3rem; */
	border: none;
	padding: 20px;
}

.product-single-details .product-title {
	margin-bottom: 1.5rem;
	color: #151515;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: -.01em;
}

.product-single-details .price-box {
	margin-bottom: 2.4rem;
	color: #21346a;
	font-weight: 700;
	    font-family: "Open Sans", sans-serif;
}

.product-single-details .product-price {
	font-size: 2.4rem;
	letter-spacing: -.02em;
	vertical-align: middle
}

.product-single-details .old-price {
	color: #777;
	font-size: 2rem;
	vertical-align: middle
}

.product-single-details .old-price+.product-price {
	margin-left: 1rem
}

.product-single-details .short-divider {
	width: 40px;
	height: 0;
	border-top: 2px solid #e7e7e7;
	margin: 0 0 1.5rem;
	text-align: left
}

.product-single-details .divider {
	border-top: 1px solid #e7e7e7;
	margin: 2rem 0
}

.product-single-details .divider+.product-action {
	margin-top: -.5rem
}

.product-single-details .product-action+.divider {
	margin-top: 1.5rem
}

.product-single-details .ratings-container {
	margin-bottom: 2.1rem
}

.product-single-details .ratings-container .product-ratings,
.product-single-details .ratings-container .ratings {
	font-size: 1.4rem
}

.product-single-details .ratings-container .product-ratings {
	height: 14px
}

.product-single-details .ratings-container .product-ratings:before {
	color: #999
}

.product-single-details .ratings-container .ratings:before {
	color: #FD5B5A
}

.product-single-details .rating-link {
	color: #777;
	font-size: 1.4rem;
	font-weight: 400
}

.product-single-details .rating-link:hover {
	text-decoration: underline
}

.product-single-details .product-desc {
	margin-bottom: 4.2rem;
	font-size: 1.8rem;
	letter-spacing: -.015em;
	line-height: 1.92;
	color: #1d1d1d;
}

.product-single-details .product-desc ul li {
    list-style: none;
}

.product-single-details .product-desc a {
    color: #fff;
    border-bottom: 1px solid #222529;
    background-color: #f3a101;
    border: none;
    border-radius: 31px !important;
    padding: 12px 30px;
}
.product-single-details .product-desc a:hover {
 background-color: #222 !important;
}
.product-single-details .container {
	align-items: center;
	-ms-flex-align: center
}

.product-single-details .container img {
	max-width: 5rem;
	max-height: 5rem;
	margin-right: 2rem
}

.product-single-details .product-single-qty {
	margin: .5rem 4px .5rem 0
}

.product-single-details .product-single-qty .form-control {
	height: 4.8rem;
	font-size: 1.6rem;
	font-weight: 700
}

main .sticky-header:not(.fixed) .sticky-img,
main .sticky-header:not(.fixed) .sticky-detail {
	display: none
}

main .sticky-header:not(.fixed).container {
	padding-left: 0;
	padding-right: 0
}

main .sticky-header.fixed .container,
main .sticky-header.fixed .container-fluid {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap
}

main .sticky-header.fixed .product-action {
	flex: 1;
	-ms-flex: 1;
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 260px;
	text-align: right
}

main .sticky-header .sticky-img img {
	max-width: 60px
}

main .sticky-header .sticky-detail {
	display: flex;
	display: -ms-flexbox
}

main .sticky-header .product-title {
	margin-right: 2rem;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600
}

main .sticky-header .price-box {
	margin: 0;
	color: #2b2b2d;
	font-family: 'Oswald', 'Poppins';
	font-weight: 400
}

main .sticky-header .old-price {
	font-size: 1.4rem
}

main .sticky-header .product-price {
	font-size: 1.8rem
}

main .sticky-header .ratings-container {
	line-height: 24px
}

main .sticky-header .product-ratings:before {
	color: rgba(0, 0, 0, 0.16)
}

.product-both-info .product-single-details {
	margin-top: 0
}

.product-both-info .product-single-details .product-desc {
	border-bottom: 0
}

.single-info-list {
	margin-bottom: 2rem;
	padding: 0;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: .005em;
	text-transform: uppercase
}

.single-info-list li {
	margin-bottom: 1rem;
	letter-spacing: .005em
}

.single-info-list li strong {
	color: #4c4c4c
}

.product-single-filter {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2.1rem
}

.product-single-filter label {
	margin-right: 1.3rem;
	margin-bottom: 0;
	color: #777;
	font-weight: 400;
	    font-family: "Open Sans", sans-serif;
	letter-spacing: .005em;
	text-transform: uppercase
}

.product-single-filter .config-swatch-list {
	display: inline-flex;
	margin: 0
}

.product-single-filter .config-size-list li {
	margin-bottom: 0
}

.product-single-filter .config-size-list li:not(:last-child) {
	margin-right: .7rem
}

.product-single-filter .config-size-list li a {
	min-width: 3rem;
	height: 3rem;
	border: 1px solid #dae2e6;
	background-color: #f4f4f4;
	color: #21293c;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2.8rem
}

.product-single-filter .config-size-list li a:hover,
.product-single-filter .config-size-list li a:focus {
	border-color: #222529;
	background-color: #f4f4f4;
	color: #21293c
}

.product-single-filter .config-size-list li.active a {
	border-color: #222529;
	outline: none;
	background-color: #f4f4f4;
	color: #21293c
}

.product-single-filter.product-single-qty {
	max-width: 148px;
	max-height: 7.5rem;
	border-bottom: 0
}

.product-single-qty label {
	color: #222529;
	font-weight: 600;
	font-size: 1.5rem
}

.product-single-share {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap
}

.product-single-share label {
	margin-right: 1.2rem;
	margin-bottom: .5rem;
	color: #222529;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.1;
	    font-family: "Open Sans", sans-serif;
	letter-spacing: .005em;
	text-transform: uppercase
}

.product-single-share .social-icon {
	border-radius: 50%;
	line-height: 2em;
	border: 2px solid transparent;
	margin: 0.2857em 0.4285em 0.2857em 0
}

.product-single-share .social-icon:not(:hover):not(:active):not(:focus) {
	color: #222529;
	background-color: transparent;
	border-color: #e7e7e7
}

.product-single-gallery {
	margin-bottom: 3rem
}

.product-single-gallery .sticky-slider {
	position: relative
}

.product-single-gallery a {
	display: block
}

.product-single-gallery img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto
}

.product-single-gallery .owl-nav {
	font-size: 2.8rem
}

.product-single-gallery .owl-nav .owl-prev {
	left: 2.5rem
}

.product-single-gallery .owl-nav .owl-next {
	right: 2.5rem
}

.product-single-gallery .owl-nav button {
	transition: opacity .5s;
	opacity: .5
}

.product-single-gallery .product-item {
	position: relative;
	border: 3px solid #aeaeae;
}

.product-single-gallery .product-item:not(:last-child) {
	margin-bottom: 4px
}

.product-single-gallery .product-single-grid {
	margin-bottom: 3.6rem
}

.prod-thumbnail {
	display: -ms-flexbox;
	margin: 3px -3px 0;
	width: 83px;
}

.prod-thumbnail>.owl-dot {
	flex: 1;
	-ms-flex: 1 1 100px;
	margin: 3px
}

.prod-thumbnail img {
	width: 100%;
	cursor: pointer
}

.prod-thumbnail .active img,
.prod-thumbnail img:hover {
	border: 2px solid #21293c
}

.transparent-dots {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 110px;
	margin: 0;
	padding: 0;
	z-index: 99
}

.transparent-dots .owl-dot {
	margin: 4px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	transition: border-color .2s
}

.transparent-dots .owl-dot img {
	border: 0;
	opacity: .5
}

.transparent-dots .owl-dot.active,
.transparent-dots .owl-dot:hover {
	border-color: #21346a
}

.product-slider-container {
	position: relative
}

.product-slider-container:hover .prod-full-screen,
.product-slider-container:hover .owl-prev,
.product-slider-container:hover .owl-next {
	opacity: 1
}

.prod-full-screen {
	position: absolute;
	right: 2rem;
	bottom: 1.7rem;
	transition: all .5s;
	outline: none;
	opacity: 0;
	z-index: 1
}

.prod-full-screen i {
	color: #000;
	font-size: 1.4rem;
	cursor: pointer
}

.product-single-tabs {
	margin-bottom: 5.5rem
}

.product-single-tabs .tab-pane {
	padding-top: 3.5rem;
	color: #7b858a;
	line-height: 1.92
}

.product-single-tabs .sticky-header {
	height: auto
}

.product-single-tabs .nav.nav-tabs .nav-item .nav-link {
	color: #818692
}

.product-single-tabs .nav.nav-tabs .nav-item .nav-link.active {
	color: #222529
}

.product-single-tabs .nav.nav-tabs .nav-link {
	    font-family: "Open Sans", sans-serif;
}

.product-single-tabs .nav.nav-tabs .nav-link:hover,
.product-single-tabs .nav.nav-tabs .nav-link.active {
	border-bottom-color: #222529
}

.scrolling-box .tab-pane+.tab-pane {
	margin-top: 3.5rem;
	border-top: 2px solid #dae2e6
}

.product-desc-content p {
	margin-bottom: 2.2rem;
	letter-spacing: -.015em
}

.product-desc-content ul,
.product-desc-content ol {
	margin-bottom: 2.2rem;
	padding-left: 2.1rem;
	letter-spacing: .005em
}

.product-desc-content li {
	margin-bottom: .4rem
}

.product-desc-content li i {
	margin-right: 1.2rem;
	color: #21293c;
	font-size: 1.5rem
}

.product-desc-content img.float-right,
.product-desc-content img.float-left {
	max-width: 50%
}

.product-desc-content .feature-box i {
	float: none;
	display: inline-block
}

.product-desc-content .feature-box-content {
	margin-left: 0
}

.product-tags-content h4 {
	margin: 0 0 2rem;
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase
}

.product-tags-content form {
	margin-bottom: 2rem
}

.product-tags-content .form-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch
}

.product-tags-content .form-control {
	margin-right: 10px
}

.product-tags-content .btn {
	padding-top: .5rem;
	padding-bottom: .5rem
}

.product-reviews-content {
	line-height: 1.92
}

.product-reviews-content .reviews-title {
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: -.015em;
	margin-bottom: 0
}

.comment-container {
	display: flex;
	display: -ms-flexbox;
	padding: 29px 0 8px
}

.comment-container:not(:first-child) {
	border-top: 1px solid #e7e7e7
}

.comment-container .comment-avatar {
	flex: 1 0 auto;
	padding: 0 22px 5px 8px
}

.comment-container img {
	border-radius: 10rem
}

.comment-container .ratings-container {
	margin-bottom: 6px
}

.comment-container .product-ratings,
.comment-container .ratings {
	font-size: 14px
}

.comment-container .product-ratings:before {
	color: #999
}

.comment-container .ratings:before {
	color: #FD5B5A
}

.comment-container .comment-info {
	    font-family: "Open Sans", sans-serif;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: -.02em
}

.comment-container .avatar-name {
	display: inline;
	font-family: inherit;
	font-size: inherit
}

.comment-container .comment-text {
	letter-spacing: -0.015em
}

.add-product-review {
	background-color: #f4f4f4;
	padding: 3rem 2rem 3.5rem
}

.add-product-review h3 {
	font-size: 1.6rem;
	margin-bottom: 2.4rem
}

.add-product-review label {
	display: block;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 1.1rem
}

.add-product-review .form-control {
	font-size: 1.4rem;
	margin-bottom: 3rem;
	max-width: 100%
}

.add-product-review .btn {
	padding: .93em 1.78em
}

.rating-stars {
	display: flex;
	display: -ms-flexbox;
	position: relative;
	height: 14px;
	font-size: 1.4rem;
	margin-bottom: 2.8rem
}

.rating-stars a {
	color: #999;
	text-indent: -9999px;
	letter-spacing: 1px;
	width: 16px
}

.rating-stars a:before {
	content: '';
	position: absolute;
	left: 0;
	height: 14px;
	line-height: 1;
	font-family: 'Font Awesome 5 Free';
	text-indent: 0;
	overflow: hidden;
	white-space: nowrap
}

.rating-stars a.active:before,
.rating-stars a:hover:before {
	content: '\f005\f005\f005\f005\f005';
	font-weight: 900
}

.rating-stars .star-1 {
	z-index: 10
}

.rating-stars .star-2 {
	z-index: 9
}

.rating-stars .star-3 {
	z-index: 8
}

.rating-stars .star-4 {
	z-index: 7
}

.rating-stars .start-5 {
	z-index: 6
}

.rating-stars .star-1:before {
	width: 16px
}

.rating-stars .star-2:before {
	width: 32px
}

.rating-stars .star-3:before {
	width: 48px
}

.rating-stars .star-4:before {
	width: 64px
}

.rating-stars .star-5:before {
	content: '\f005\f005\f005\f005\f005'
}

.products-section {
	padding-top: 3.8rem;
	padding-bottom: 3rem
}

.products-section h2 {
	padding-bottom: 1rem;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 2.4rem;
	font-size: 1.8rem;
	    font-family: "Open Sans", sans-serif;
	line-height: 22px;
	letter-spacing: -.01em;
	text-transform: uppercase
}

.products-section.pt-sm {
	padding-top: 2.5rem
}

@media (max-width: 1599px) {
	.transparent-dots {
		width: 90px
	}
}

@media (min-width: 768px) {
	.products-section {
		padding-top: 4.8rem;
		padding-bottom: 4rem
	}

	.product-both-info .product-single-share {
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.add-product-review {
		padding-left: 3rem;
		padding-right: 3rem
	}
}

@media (min-width: 992px) {
	.product-single-container .col-lg-7 {
		-ms-flex: 0 0 55.56%;
		flex: 0 0 55.56%;
		max-width: 55.56%
	}

	.product-single-container .col-lg-5 {
		-ms-flex: 0 0 44.44%;
		flex: 0 0 44.44%;
		max-width: 44.44%
	}
}

@media (max-width: 991px) {
	.transparent-dots {
		top: 10px;
		left: 10px
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.product-all-icons.product-action .product-single-qty {
		margin-right: 50%;
		margin-bottom: 1.2rem
	}
}

@media (min-width: 576px) {
	.product-tags-content .form-control {
		width: 250px
	}
}

@media (max-width: 575px) {
	.transparent-dots {
		width: 70px
	}
}

.product-single-extended {
	margin-bottom: 6rem
}

.product-single-extended .product-single-gallery {
	position: relative
}

.product-single-extended .product-single-gallery .owl-item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: transparent;
	transition: background-color 1s
}

.product-single-extended .product-single-gallery .owl-item.center:before {
	background-color: rgba(0, 0, 0, 0.07)
}

.product-single-extended .product-title {
	font-size: 3.5rem;
	line-height: 1.15
}

.product-single-extended .price-box {
	margin-bottom: 1rem;
	border: 0
}

.product-single-extended .product-price {
	font-size: 3.1rem
}

.product-single-extended .old-price {
	font-size: 2.4rem
}

.product-single-extended .old-price+.product-price {
	margin-left: 1.5rem
}

.product-single-extended .widget-area .widget.widget-info {
	margin-bottom: 0
}

.product-single-extended .product-filters-container {
	border-top: 1px solid #e7e7e7
}

.product-desc .view-more {
	color: #21346a;
	font-weight: 700;
	text-transform: uppercase
}

.product-single-header {
	margin-bottom: 3.2rem;
	padding-bottom: 1.4rem;
	border-bottom: 1px solid #dae2e6
}

.single-qty-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.single-qty-wrapper label {
	margin-right: 1.3rem;
	margin-bottom: 0;
	color: #21293c;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.1;
	    font-family: "Open Sans", sans-serif;
	letter-spacing: .005em;
	text-transform: uppercase
}

.single-qty-wrapper .product-single-qty .horizontal-quantity {
	padding: .2rem;
	height: 24px;
	width: 36px;
	background-color: #f4f4f4;
	font-size: 1.3rem
}

.single-qty-wrapper .product-single-qty .btn {
	border-style: none
}

.product-single-row {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-align: center;
	align-items: center;
	height: 700px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #7b858a;
	font-size: 1.4rem;
	letter-spacing: .005em;
	line-height: 1.92
}

.product-single-row .single-row-entire,
.product-single-row .single-row-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.product-single-row .single-row-entire {
	width: 100%
}

.product-single-row .single-row-bg {
	left: 50%;
	width: 50%
}

.product-single-row.single-row-reverse .single-row-bg {
	left: 0
}

.product-single-row h5 {
	margin-bottom: 1.1rem;
	color: #7b858a;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: -.01em
}

.product-single-row h2 {
	margin-bottom: 2.8rem;
	font-size: 4.5rem;
	font-weight: 600;
	letter-spacing: -.01em
}

.product-single-row p {
	margin-bottom: 0
}

.product-single-row ul,
.product-single-row ol {
	margin-bottom: 0
}

.product-single-row ul li,
.product-single-row ol li {
	margin-bottom: .4rem
}

.product-single-row ul li i,
.product-single-row ol li i {
	margin-right: 2rem;
	color: #21293c;
	font-size: 1.5rem
}

.product-single-row ul li i:before,
.product-single-row ol li i:before {
	margin: 0
}

.product-single-video {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 300px;
	background-color: #4d4d4d;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #7b858a;
	text-align: center
}

.product-single-video h3 {
	margin-bottom: 1.2rem;
	color: #21293c;
	font-size: 3.5rem;
	font-weight: 600;
	letter-spacing: -.01em
}

.product-single-video .video-btn {
	color: #7b858a;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: -.01em;
	text-transform: uppercase
}

.product-single-video .video-btn img {
	display: inline-block;
	max-width: 38px;
	height: auto;
	margin-left: .7rem
}

@media (max-width: 991px) {
	.product-single-row h2 {
		font-size: 3.5rem
	}
}

@media (max-width: 767px) {
	.product-single-row {
		display: block
	}

	.product-single-row .single-row-bg {
		position: relative;
		left: 0;
		width: 100%;
		height: 50%
	}

	.product-single-row .single-row-entire {
		position: relative;
		height: 50%
	}

	.product-single-row .container {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		height: 50%
	}

	.product-single-extended .product-price {
		font-size: 2.4rem
	}

	.product-single-extended .product-title {
		font-size: 3rem
	}
}

@media (max-width: 575px) {
	.product-single-row h2 {
		font-size: 3rem
	}

	.product-single-extended .single-qty-wrapper {
		width: 100%;
		margin-bottom: 2rem
	}
}

.sidebar-product .widget.widget-collapse {
	margin-bottom: 3rem;
	padding: 1.8rem 1.5rem 1.3rem;
	border: 1px solid #dae2e6
}

.sidebar-product .widget.widget-collapse .widget-title {
	margin: 0
}

.sidebar-product .widget.widget-collapse .widget-title a {
	display: block;
	position: relative;
	padding: .2rem 0 .6rem;
	color: inherit
}

.sidebar-product .widget.widget-collapse .widget-title a:hover,
.sidebar-product .widget.widget-collapse .widget-title a:focus {
	color: #222529;
	text-decoration: none
}

.sidebar-product .widget.widget-collapse .widget-title a:after {
	display: inline-block;
	position: absolute;
	top: 42%;
	right: .1rem;
	transform: translateY(-50%);
	transition: all .35s;
	font-family: 'porto';
	font-size: 1.7rem;
	font-weight: 400;
	content: '\e81b'
}

.sidebar-product .widget.widget-collapse .widget-title a.collapsed:after {
	content: '\e81c'
}

.sidebar-product .widget.widget-collapse .widget-body {
	padding-top: 1.3rem;
	padding-bottom: .5rem
}

.sidebar-product .widget.widget-collapse .widget-body:after {
	display: block;
	clear: both;
	content: ''
}

.sidebar-product {
	margin-bottom: 2.8rem
}

.sidebar-product .widget:not(:last-child) {
	margin-bottom: 3rem
}

.sidebar-product .widget-title {
	margin: 0;
	color: #222529;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom-width: 1px
}

.sidebar-product .widget-subtitle {
	color: #7a7d82;
	margin-bottom: 3rem;
	font-size: 1.3rem;
	font-weight: 400
}

.sidebar-product .widget-body {
	padding-left: 0;
	padding-top: 2.3rem
}

.sidebar-product .widget-body p {
	line-height: 27px;
	font-size: 1.3rem;
	color: #222529;
	letter-spacing: .01em;
	font-weight: 500;
	margin-bottom: 3rem
}

.widget-info ul {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-ms-flex-pack: justify;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin: 0
}

aside .widget-info ul {
	display: block
}

.widget-info li {
	margin-bottom: 2rem
}

.widget-info li:not(:last-child) {
	margin-right: 2.5rem
}

aside .widget-info li:not(:last-child) {
	border-bottom: 1px solid #dee5e8;
	padding-bottom: 2.2rem;
	margin-right: 0
}

.widget-info i {
	min-width: 40px;
	margin-right: 15px;
	color: #21346a;
	font-size: 4rem;
	line-height: 1
}

.widget-info i:before {
	margin: 0
}

aside .widget-info i {
	margin-left: 7px
}

.widget-info h4 {
	display: inline-block;
	margin-bottom: 0;
	color: #6b7a83;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.286;
	    font-family: "Open Sans", sans-serif;
	text-transform: uppercase
}

.product-single-collapse {
	line-height: 1.9;
	margin-bottom: 2rem
}

.product-single-collapse p {
	margin-bottom: 2.5rem
}

.product-single-collapse .product-desc-content ul,
.product-single-collapse .product-desc-content ol {
	margin-bottom: 2.5rem
}

.product-collapse-title {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1;
	text-transform: uppercase
}

.product-collapse-title a {
	display: block;
	position: relative;
	padding: 1.5rem;
	border-bottom: 1px solid #ddd;
	color: inherit
}

.product-collapse-title a:hover,
.product-collapse-title a:focus {
	color: inherit;
	text-decoration: none
}

.product-collapse-title a:before {
	content: '\e81b';
	margin-right: 1rem;
	font-family: 'porto';
	font-size: 2rem;
	font-weight: 400
}

.product-collapse-title a:after {
	display: block;
	position: absolute;
	bottom: -.2rem;
	left: 0;
	width: 100%;
	height: .2rem;
	transform-origin: left center;
	transform: scale(1, 1);
	transition: transform .4s;
	background-color: #21346a;
	content: ''
}

.product-collapse-title a.collapsed:before {
	content: '\e81c'
}

.product-collapse-title a.collapsed:after {
	transform-origin: right center;
	transform: scale(0, 1)
}

.collapse-body-wrapper {
	padding: 3rem 0 1.5rem 2rem
}

.sidebar-toggle {
	position: fixed;
	top: 20%;
	left: 0;
	width: 40px;
	height: 40px;
	transition: left .2s ease-in-out 0s;
	border: #dcdcda solid 1px;
	border-left-width: 0;
	background: #fff;
	font-size: 17px;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	z-index: 999;
	margin-top: 50px
}

.sidebar-opened .sidebar-toggle {
	left: 260px;
	z-index: 9000
}

.sidebar-opened .sidebar-toggle i:before {
	content: ""
}

@media (min-width: 992px) {
	.main-content-wrap {
		overflow: hidden
	}

	.main-content-wrap .main-content {
		margin-left: -25%;
		transition: .15s linear
	}

	.main-content-wrap .sidebar-shop {
		left: -25%;
		transition: .15s linear;
		visibility: hidden;
		z-index: -1
	}

	.sidebar-opened .main-content-wrap>.sidebar-shop {
		left: 0;
		visibility: visible;
		z-index: 0
	}

	.sidebar-opened .main-content-wrap>.main-content {
		margin-left: 0
	}

	main:not(.sidebar-opened) .main-content-wrap>.main-content {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}

	.sidebar-toggle {
		display: none
	}
}

@media (min-width: 576px) {
	.sidebar-product .widget.widget-collapse {
		padding: 2.2rem 3rem
	}
}

@media (max-width: 991px) {
	.mobile-sidebar {
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		width: 260px;
		padding: 2rem;
		margin: 0;
		transform: translate(-260px);
		transition: transform .2s ease-in-out 0s;
		background-color: #fff;
		z-index: 9999;
		overflow-y: auto
	}

	.sidebar-opened .mobile-sidebar {
		transform: none
	}

	.sidebar-opened .sidebar-overlay {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #000;
		opacity: .35;
		z-index: 8999
	}
}

@media (max-width: 575px) {
	.widget-info ul {
		display: block
	}
}

@media (min-width: 576px) {
	.sale-banner h3 {
		white-space: nowrap
	}
}

.product-single-grid .product-single-gallery .product-item {
	margin-bottom: 2rem
}

.product-single-grid .inner {
	position: relative
}

.product-single-grid .product-item:hover .prod-full-screen {
	opacity: 1
}

.product-size-content img {
	margin-right: auto;
	margin-bottom: 2rem;
	margin-left: auto
}

.table.table-size thead tr th,
.table.table-size tbody tr td {
	border: 0;
	color: #21293c;
	font-size: 1.5rem;
	letter-spacing: .005em;
	text-transform: uppercase
}

.table.table-size thead tr th {
	padding: 2.8rem 1.5rem 1.7rem;
	background-color: #f4f4f2;
	font-weight: 600
}

.table.table-size tbody tr td {
	padding: 1rem 1.5rem;
	background-color: #fff;
	font-weight: 700
}

.table.table-size tbody tr td:first-child {
	font-weight: 600
}

.table.table-size tbody tr:nth-child(2n) td {
	background-color: #ebebeb
}

@media (min-width: 992px) {
	.table.table-size thead tr th {
		padding-top: 4.2rem;
		padding-bottom: 2.8rem
	}

	.table.table-size thead tr th,
	.table.table-size tbody tr td {
		padding-right: 3.5rem;
		padding-left: 3.5rem
	}
}

.cart-table-container {
	margin-bottom: 2.5rem
}

.cart-table-container .product-image img {
	max-width: 18rem;
}

.table.table-cart tr th,
.table.table-cart tr td {
	vertical-align: middle;
}

.table.table-cart tr th:not(.product-col),
.table.table-cart tr td:not(.product-col) {
	/* text-align: center; */
}

.table.table-cart tr th {
	padding: 2.4rem 1.5rem 1.2rem;
	border: 0;
	font-weight: 600;
	font-size: 18px;
	color: #000;
}

.table.table-cart tr td {
	padding: 2rem 1.5rem;
	border-top: 1px solid #ccc;
	font-size: 18px;
	color: #000;
}

.table.table-cart tr td.product-col {
	padding: 2rem .8rem 1.8rem 0;
	vertical-align: middle;
	display: flex;
	align-items: center;
	/* width: 39%; */
}

.table.table-cart tr.product-action-row td {
	padding: 0 0 2.2rem;
	border: 0
}

.table.table-cart .product-title {
    margin-bottom: 0;
    font-size: 14px;
    padding-top: 18px;
}

.table.table-cart tfoot td {
	padding: 2rem 0 1rem
}
.table.table-cart tfoot .btn {
    /* padding: .85rem 2rem; */
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0;
    /* text-transform: initial; */
    font-size: 14px;
    color: #fffafa;
    background-color: #023062;
    border: none;
    border-radius: 31px !important;
    padding: 17px 20px;
    width: 240px;
    text-transform: uppercase;
}
.table.table-cart tfoot .btn:hover {
      background-color: #222;
        border: none;
}
.table.table-cart tfoot .btn+.btn {
	margin-left: 1rem
}

.table.table-cart .bootstrap-touchspin.input-group {
	margin-right: auto;
	margin-left: auto
}

.btn-remove:hover,
.btn-remove:focus,
.btn-edit:hover,
.btn-edit:focus,
.btn-move:hover,
.btn-move:focus {
	color: #21346a;
	text-decoration: none
}

.btn-edit {
	margin-right: 1rem;
	font-size: 1.3rem
}

.btn-move {
	font-size: 1.3rem;
	line-height: 2.5rem
}

.btn-move:hover,
.btn-move:focus {
	text-decoration: underline
}

.qty-col {
	min-width: 98px
}

tbody .product-col {
	font-size: 0
}

.product-col .product-image-container {
	/* display: table-cell; */
	padding-right: 1.8rem;
	margin-bottom: 0;
	/* vertical-align: middle; */
}

.product-col .product-image img {
	border: 1px solid #ccc
}

.product-col .product-title {
    display: table-cell;
    vertical-align: bottom;
}

.cart-discount {
	margin-bottom: 4rem
}

.cart-discount h4 {
	margin-bottom: 1.2rem;
	font-size: 1.6rem;
	font-weight: 400
}

.cart-discount form {
	max-width: 420px
}

.cart-summary {
	margin-bottom: 2.5rem;
	padding: 1.4rem 1.8rem 2.2rem;
	border: 1px solid #ddd;
	background: #fbfbfb
}

.cart-summary h3 {
	margin-bottom: 1.3rem;
	font-size: 2.5rem;
	font-weight: 300
}

.cart-summary h4 {
	margin-bottom: 0;
	border-top: 1px solid #ccc;
	font-size: 1.5rem;
	font-weight: 600
}

.cart-summary h4 a {
	display: block;
	position: relative;
	padding: 1rem 2rem 1rem 0
}

.cart-summary h4 a:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: .4rem;
	transform: translateY(-50%);
	font-family: 'porto';
	font-size: 1.4rem;
	content: '\e81b'
}

.cart-summary h4 a.collapsed:after {
	content: '\e81c'
}

#total-estimate-section form {
	margin-bottom: 0;
	padding: .7rem 0 2.2rem
}

.table.table-totals {
	margin-bottom: 2rem;
	border-top: 1px solid #ccc
}

.table.table-totals tbody tr:first-child td {
	padding-top: 1.6rem
}

.table.table-totals tr {
	border: 0
}

.table.table-totals tr th,
.table.table-totals tr td {
	padding: .6rem 0;
	border: 0
}

.table.table-totals tr th:last-child,
.table.table-totals tr td:last-child {
	text-align: right
}

.table.table-totals tfoot {
	border-top: 1px solid #ccc;
	font-size: 1.8rem;
	font-weight: 600
}

.table.table-totals tfoot tr td {
	padding-top: 1.3rem;
	padding-bottom: 1.6rem
}

.checkout-methods .btn {
	letter-spacing: 0
}

.checkout-methods .btn+.btn {
	margin-top: 2.2rem
}

@media (max-width: 767px) {

	.table.table-cart,
	.table.table-cart tbody,
	.table.table-cart tfoot {
		display: block
	}

	.product-col .product-image img {
		border: 1px solid #ccc;
		width: 50px;
		
	}

	.table.table-cart thead {}

	.table.table-cart tr td {
		padding: .5rem 1rem;
		border-top: 0;
		width: 85px;
	}

	.table.table-cart tr td.product-col {
		padding-bottom: .5rem;
		flex-direction: row;
		display: flex;
		width: 69%;
		justify-content: start;
		align-items: center;
	}

	.table.table-cart .product-row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: row;
		border-top: 1px solid #ccc;
		justify-content: space-between;
		align-items: center;
	}

	.table.table-cart .product-action-row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center
	}

	.table.table-cart .product-action-row td {
		width: 100%
	}

	.table.table-cart .product-action-row .float-right {
		margin-top: -4px;
		margin-left: auto
	}

	.table.table-cart .product-col {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: left;
	}
.table.table-cart tr th {
    padding: 10px;
    border: 0;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    width: 100%;
    padding-right: 59px !important;
}
	.table.table-cart .product-col .product-image-container {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-right: 0;
		margin-bottom: 1rem
	}

	.table.table-cart tfoot {
		border-top: 1px solid #ccc
	}
.top-header ul li a {
    color: #fff;
    font-family: "Open Sans", sans-serif;
   
}
	.table.table-cart tfoot tr {
		display: block;
		width: 100%
	}

	.table.table-cart tfoot tr td {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 1rem 0
	}

	.table.table-cart tfoot .btn {
		margin-top: .5rem;
		padding-right: 1rem;
		padding-left: 1rem
	}

	/* .table.table-cart tfoot .float-left {
		display: none
	} */

	.table.table-cart tfoot .float-right {
		margin-left: auto
	}
}

.checkout-progress-bar {
	display: block;
	margin: 0 0 3rem;
	font-size: 0;
	line-height: 1.4;
	counter-reset: i
}

.checkout-progress-bar li {
	display: inline-block;
	position: relative;
	width: 50%;
	margin: 0;
	text-align: center;
	vertical-align: top
}

.checkout-progress-bar li:before {
	position: absolute;
	top: 1.9rem;
	left: 0;
	width: 100%;
	height: .7rem;
	transition: background .3s;
	background-color: #e4e4e4;
	content: ''
}

.checkout-progress-bar li>span {
	display: inline-block;
	width: 100%;
	padding-top: 4.5rem;
	color: #ccc;
	font-size: 1.6rem;
	font-weight: 300;
	word-wrap: break-word
}

.checkout-progress-bar li>span:before,
.checkout-progress-bar li>span:after {
	position: absolute;
	top: 0;
	left: 50%;
	transition: background .3s;
	border-radius: 50%;
	content: ''
}

.checkout-progress-bar li>span:before {
	width: 3.8rem;
	height: 3.8rem;
	margin-left: -1.9rem;
	background-color: #e4e4e4
}

.checkout-progress-bar li>span:after {
	top: .6rem;
	width: 2.6rem;
	height: 2.6rem;
	margin-left: -1.3rem;
	background: #fff;
	color: #21346a;
	font-weight: 600;
	content: counter(i);
	counter-increment: i;
}

.checkout-progress-bar li.active:before,
.checkout-progress-bar li.active>span:before {
	background-color: #21346a;
}

.checkout-progress-bar li.active>span {
	color: #000
}

.checkout-progress-bar li.active>span:after {
	font-family: 'porto';
	content: '\e84e'
}

.checkout-progress-bar li:first-child:before {
	border-radius: .6rem 0 0 .6rem
}

.checkout-progress-bar li:last-child:before {
	border-radius: 0 .6rem .6rem 0
}

.checkout-steps li {
	margin-bottom: 3rem
}

.checkout-steps li form {
	max-width: 480px;
	margin-top: 3rem;
	margin-bottom: 0;
	padding-bottom: 2rem;
	border-bottom: 1px solid #ccc
}

.checkout-steps li form:last-of-type {
	padding-bottom: .1rem;
	border-bottom: 0
}

.checkout-steps li form p {
	margin-bottom: 1rem;
	color: #777;
	font-size: 1.3rem
}

.checkout-steps li .form-footer {
	margin-top: 1rem;
	margin-bottom: 1rem
}

.step-title {
	margin-bottom: 0;
	padding-bottom: 9px;
	border-bottom: 1px solid #ccc;
	font-size: 2.2rem;
	font-weight: 300
}

.step-title:after {
	display: block;
	clear: both;
	content: ''
}

.step-title .step-title-edit {
	margin-top: .4rem;
	float: right;
	font-size: 1.4rem
}

.shipping-step-addresses {
	margin-bottom: 2rem;
	font-size: 0
}

.shipping-step-addresses:after {
	display: block;
	clear: both;
	content: ''
}

.shipping-address-box {
	display: inline-block;
	position: relative;
	width: 100%;
	min-height: 240px;
	margin: 0;
	padding: 1.8rem 3.2rem 1rem 1.8rem;
	transition: .3s border-color;
	border: .2rem solid transparent;
	font-size: 1.3rem;
	line-height: 3rem;
	vertical-align: top;
	word-wrap: break-word
}

.shipping-address-box.active {
	border-color: #ff5501
}

.shipping-address-box.active:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 2.7rem;
	height: 2.7rem;
	padding-top: .2rem;
	background-color: #ff5501;
	color: #fff;
	font-family: 'porto';
	font-size: 1.9rem;
	line-height: 2.1rem;
	text-align: center;
	content: '\e84e'
}

.shipping-address-box.active .address-box-action {
	visibility: hidden
}

.address-box-action {
	margin-top: 2rem
}

.address-box-action .btn {
	    font-family: "Open Sans", sans-serif;
	letter-spacing: 0;
	text-transform: initial
}

.address-box-action .btn.btn-sm {
	padding: .85rem 1.2rem;
	font-size: 1.3rem
}

.address-box-action .btn.btn-sm.btn-link {
	padding-right: 0;
	padding-left: 0
}

.btn-new-address {
	margin-bottom: 1.2rem;
	padding: .95rem 1.3rem;
	    font-family: "Open Sans", sans-serif;
	letter-spacing: 0;
	text-transform: initial
}

.table-step-shipping {
	max-width: 600px
}

.table-step-shipping tr td {
	padding: 1.8rem 1.5rem;
	border: 0;
	border-bottom: 1px solid #ccc
}

.checkout-steps-action:after {
	display: block;
	clear: both;
	content: ''
}

.checkout-steps-action .btn {
	min-width: 70px;
	text-align: center
}

.order-summary {
	margin-top: 3.3rem;
	margin-bottom: 3rem;
	padding: 2.2rem 2.7rem;
	border: 1px solid #ddd;
	background: #f5f5f5
}

.order-summary h3 {
	margin-bottom: 1.3rem;
	font-size: 2.5rem;
	font-weight: 300
}

.order-summary h4 {
	margin-bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 1.5rem;
	font-weight: 600
}

.order-summary h4 a {
	display: block;
	position: relative;
	padding: 1rem 2rem 1rem 0
}

.order-summary h4 a:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: .4rem;
	transform: translateY(-50%);
	font-family: 'porto';
	font-size: 1.5rem;
	font-weight: 400;
	content: '\e81b'
}

.order-summary h4 a.collapsed:after {
	content: '\e81c'
}

.table-mini-cart {
	margin-bottom: 0
}

.table-mini-cart tr td {
	padding: 2rem 0;
	border: 0;
	border-bottom: 1px solid #ccc;
	vertical-align: top
}

.table-mini-cart .product-col .product-image-container {
	max-width: 75px;
	padding-right: 1.5rem;
	vertical-align: top
}

.table-mini-cart .product-col>div {
	display: table-cell;
	padding-top: .7rem;
	vertical-align: top
}

.table-mini-cart .price-col {
	padding-top: 2.5rem;
	font-size: 1.6rem;
	font-weight: 400
}

.table-mini-cart .product-title {
	display: block;
	max-width: 170px;
	margin-bottom: .8rem;
	font-size: 1.4rem;
	font-weight: 600
}

.table-mini-cart .product-qty {
	display: block;
	color: #777;
	font-size: 1.3rem
}

.checkout-payment {
	margin-bottom: 3rem
}

.checkout-payment .step-title {
	margin-bottom: 1.8rem
}

.checkout-payment h4 {
	font-weight: 400
}

.checkout-payment .form-group {
	max-width: 600px;
}

#checkout-shipping-address {
	display: none;
	padding-left: 3rem;
	line-height: 3rem
}

#checkout-shipping-address.show {
	display: block
}

#new-checkout-address {
	display: none
}

#new-checkout-address.show {
	display: block
}

.checkout-discount {
	margin-top: 2rem;
	margin-bottom: 3rem
}

.checkout-discount form {
	max-width: 480px;
	margin-bottom: 0;
	padding-top: 1.5rem;
	padding-bottom: 1rem
}

.checkout-discount h4 {
	margin-bottom: 0;
	border-top: 1px solid #ccc;
	font-size: 1.4rem;
	font-weight: 400
}

.checkout-discount h4 a {
	display: block;
	position: relative;
	padding: 1rem 2rem 1rem 0
}

.checkout-discount h4 a:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: .4rem;
	transform: translateY(-50%);
	font-family: 'porto';
	font-size: 1.5rem;
	content: '\e81b'
}

.checkout-discount h4 a.collapsed:after {
	content: '\e81c'
}

.checkout-info-box {
	margin-bottom: 3rem;
	font-size: 1.3rem;
	line-height: 2.7rem
}

.checkout-info-box .step-title {
	margin-bottom: 1.8rem
}

@media (min-width: 576px) {
	.checkout-progress-bar li {
		width: 185px
	}

	.checkout-progress-bar li>span {
		font-size: 1.8rem
	}

	.shipping-address-box {
		width: 50%
	}
}

@media (min-width: 768px) {
	.shipping-address-box {
		width: 33.33%
	}
}

.post {
	margin-bottom: 3rem
}

.post a {
	color: inherit
}

.post a:hover,
.post a:focus {
	text-decoration: underline
}

.post .read-more {
	float: right
}

.post .read-more i:before {
	margin: 0
}

.post-media {
	margin-bottom: 2rem;
	border-radius: 0;
	background-color: #ccc
}

.post-media .post-date {
	position: absolute;
	top: 1rem;
	left: 1rem;
	width: 4.5rem;
	padding: 1rem .8rem;
	color: #fff;
	background: #222529;
	    font-family: "Open Sans", sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .05em
}

.post-media .day {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1
}

.post-media .month {
	display: block;
	font-size: 1.12rem;
	line-height: 1;
	opacity: .7
}

.post-slider {
	margin-bottom: 3rem
}

.post-slider .owl-dots {
	position: absolute;
	right: 0;
	bottom: .25rem;
	left: 0;
	margin: 0 !important
}

.post-body {
	padding-bottom: 2.7rem;
	border-bottom: 1px solid #ddd
}

.post-body .post-date {
	width: 45px;
	margin-right: 10px;
	float: left;
	text-align: center;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1)
}

.post-body .post-date .day {
	display: block;
	margin-bottom: .3rem;
	padding: 1rem .2rem;
	border-radius: .2rem .2rem 0 0;
	background-color: #f4f4f4;
	color: #21346a;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.375
}

.post-body .post-date .month {
	display: block;
	padding: 0 .2rem .2rem;
	border-radius: 0 0 .2rem .2rem;
	background-color: #21346a;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.33;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset
}

.post-title {
	margin-bottom: 1rem;
	color: #222529;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 1.35
}

.post-content:after {
	display: block;
	clear: both;
	content: ''
}

.post-meta>span {
	display: inline-block;
	margin-right: 1.5rem
}

.post-meta i {
	margin-right: .5rem
}

.post-meta i:before {
	margin: 0
}

.post-date-in-media .post-media {
	overflow: hidden
}

.post-date-in-media .post-media img {
	transition: transform .2s
}

.post-date-in-media .post-media:hover img {
	transform: scale(1.1, 1.1)
}

.post-date-in-media .post-body {
	margin-left: 0;
	padding-bottom: 2.1rem;
	border: 0
}

.post-date-in-media .post-title {
	margin-bottom: 1.6rem;
	font-size: 1.8rem;
	    font-family: "Open Sans", sans-serif;
	font-weight: 700
}

.post-date-in-media p {
	font-size: 1.3rem;
	line-height: 1.846
}

.post-date-in-media .post-comment {
	color: #999;
	font-size: 1rem;
	text-transform: uppercase
}

.single .post-meta {
	margin-bottom: 2.4rem
}

.single .post-title {
	font-size: 2.4rem
}

.single h3 {
	font-size: 2.2rem;
	font-weight: 400
}

.single h3 i {
	margin-right: .2rem
}

.single .post-content {
	margin-bottom: 4rem
}

.post-share {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 2.6rem;
	padding: 2.8rem 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}

.post-share h3 {
	margin-right: 1.5rem
}

.post-author {
	margin-bottom: 3rem;
	padding-bottom: 2.7rem;
	border-bottom: 1px solid #ddd
}

.post-author:after {
	display: block;
	clear: both;
	content: ''
}

.post-author h3 {
	margin-bottom: 2rem
}

.post-author figure {
	max-width: 80px;
	margin-right: 2rem;
	margin-bottom: 0;
	float: left
}

.post-author h4 {
	margin: 1rem;
	font-weight: 600
}

.post-author .author-content {
	font-size: 1.3rem;
	line-height: 1.8
}

.post-author .author-content p:last-child {
	margin-bottom: 0
}

.comment-respond h3 {
	margin-bottom: 1.2rem
}

.comment-respond h3+p {
	margin-bottom: 2.6rem
}

.comment-respond form {
	margin-bottom: 0
}

.related-posts {
	margin-bottom: 4rem
}

.related-posts h4 {
	margin-bottom: 2rem;
	font-size: 2rem;
	text-transform: uppercase
}

.related-posts .post {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0
}

.related-posts .post p {
	margin-bottom: 1rem
}

.related-posts .post-body {
	padding-bottom: 0;
	border-bottom: 0
}

.related-posts .post-media {
	margin-bottom: 2rem
}

.related-posts .post-title {
	margin-bottom: 1rem;
	font-size: 2rem
}

.sidebar {
	position: relative;
	font-size: 1.3rem
}

.sidebar .widget {
	margin-bottom: 3rem
}

.sidebar .sidebar-wrapper .widget:last-child {
	margin-bottom: 0;
	padding-bottom: 3rem
}

.widget-title {
    margin: .5rem 0 1.3rem;
    color: #fffdfd;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
}

.widget form {
	margin-bottom: 0
}

.list {
	margin: 0;
	padding: 0;
	list-style: none
}

.list li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0
}

.list li.active {
	font-weight: 600
}

.list li a {
	display: block;
	position: relative;
	padding: .8rem 0 .8rem 2rem;
	border-bottom: 1px solid #ededde;
	color: #000;
	font-size: 1.3rem
}

.list li a:before {
	display: inline-block;
	position: absolute;
	width: 0;
	height: 0;
	margin: .6rem 0 0 -1rem;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #333;
	content: ''
}

.list li a:hover,
.list li a:focus {
	background-color: #eee;
	text-decoration: none
}

.widget-search form {
	position: relative;
	margin: 0
}

.widget-search .form-control {
	width: 100%;
	max-width: none;
	height: 5rem;
	padding-top: 1.5rem;
	padding-right: 5.5rem;
	padding-bottom: 1.5rem
}

.widget-search .search-submit {
	position: absolute;
	top: 50%;
	right: 0;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	border: 0;
	outline: none;
	background-color: transparent;
	color: #21346a;
	font-size: 1.3rem;
	text-align: center;
	box-shadow: none;
	cursor: pointer
}

.tagcloud:after {
	display: block;
	clear: both;
	content: ''
}

.tagcloud a {
	display: block;
	margin: 0 .7rem .7rem 0;
	padding: 1.1rem 1.4rem;
	float: left;
	background-color: #e1e1e1;
	color: #7e7d79;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 11px
}

.tagcloud a:hover,
.tagcloud a:focus {
	background-color: #21346a;
	color: #fff;
	text-decoration: none
}

.simple-post-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.simple-post-list li {
	margin: 0 0 1rem
}

.simple-post-list li:after {
	display: block;
	clear: both;
	content: ''
}

.simple-post-list li:last-child {
	margin-bottom: 0
}

.simple-post-list .post-media {
	width: 6.5rem;
	margin: 0 1.2rem 0 0;
	float: left;
	border-radius: 0;
	line-height: 0
}

.simple-post-list .post-media img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto
}

.simple-post-list .post-meta {
	color: #888;
	font-size: 1.3rem
}

@media (min-width: 576px) {
	.post-share {
		flex-direction: row;
		align-items: center
	}

	.post-share h3 {
		margin-bottom: 0
	}

	.related-posts {
		padding-top: 1rem
	}
}

@media (min-width: 768px) {
	.single .post-meta {
		margin-bottom: 3.2rem
	}

	.single .post-title {
		font-size: 2.6rem
	}

	.post-body {
		margin-left: 60px
	}

	.post-body .post-date {
		margin-left: -60px
	}

	.related-posts {
		padding-top: 2.5rem
	}
}

@media (max-width: 767px) {
	.comment-respond .form-footer {
		margin-bottom: 3rem
	}
}

@media (max-width: 767px) {
	.comment-respond .form-footer {
		margin-bottom: 2rem
	}
}

#map {
	height: 280px;
	margin-bottom: 4rem;
	background-color: #ccc
}

#map address {
	margin: 0;
	padding: .625rem .875rem;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5
}

#map a {
	display: inline-block;
	margin-top: .8rem;
	font-size: 1.2rem;
	text-transform: uppercase
}

.contact-info {
	margin-bottom: 3rem;
	padding-top: .5rem
}

.contact-info>div {
	margin-bottom: 1.5rem
}

.contact-info>div:after {
	display: block;
	clear: both;
	content: ''
}

.contact-info i {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 4.3rem;
	height: 4.3rem;
	float: left;
	border-radius: 0;
	background-color: var(--secondary-color);
	color: #fbfbfb;
	font-size: 1.6rem;
	text-align: center;
}

.contact-info p {
	margin-bottom: 0;
	margin-left: 5.5rem
}

.contact-info p:first-of-type {
	padding-top: .1rem
}

@media (min-width: 768px) {
	#map {
		height: 380px;
		margin-bottom: 5rem
	}
}

@media (min-width: 992px) {
	#map {
		height: 460px;
		margin-bottom: 6rem
	}
}

.dashboard-content {
	margin-bottom: 1em
}

.dashboard-content h2 {
	margin-bottom: 2rem;
	font-size: 2.4rem
}

.dashboard-content .form-control {
	max-width: 100%
}

#account-chage-pass {
	display: none;
	padding-bottom: 1.5rem
}

#account-chage-pass.show {
	display: block
}

.widget-dashboard .widget-title {
	margin-top: .2rem;
	font-size: 1.8rem;
	font-weight: 600
}

.widget-dashboard {
	margin-bottom: 3rem
}

@media (min-width: 768px) {
	.dashboard-content h2 {
		font-size: 2.6rem
	}
}

.header .pre-header {
	color: #fff;
	background-color: #1d2122;
	    font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: .025em;
}

.header .pre-header .container {
	display: block;
	/* text-align:center; */
	color: #ffffff;
}

.header .pre-header>div {
	position: relative;
	padding-top: 1.6rem;
	padding-bottom: 1.6rem
}

.header .pre-header small {
	font-size: 1.09996rem;
	font-weight: 400;
	opacity: 0.8;
}

.header .pre-header .mfp-close {
	top: 50%;
	transform: translateY(-50%) rotateZ(45deg);
	color: inherit;
	opacity: .7
}

.header .top-links {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle
}

.header .menu-item {
	float: left
}

.header .menu-item a {
	display: inline-block;
	padding: .0rem 1.2rem;
	line-height: 0;
}

.header .separator {
	height: 17.59px;
	border-color: #23262a;
}

.header .wel-msg {
	margin-right: .8rem
}

.header .share-links a {
	width: 30px;
	height: 30px;
	margin: 0 1px;
	overflow: hidden;
	border-radius: 30px;
	font-size: 1.38rem
}

.header .share-links a:not(:hover) {
	color: inherit;
	background-color: transparent
}

.header .sticky-header.fixed {
	top: 0;
	padding-top: .4rem;
	padding-bottom: .4rem;
	border-bottom: .1rem solid #f3f3f3;
	box-shadow: 0 2px 5px rgb(84 84 84 / 10%);
	z-index: 1040;
	animation-duration: .4s;
	animation-name: fixedHeader;
}

.header .header-middle .header-left,
.header .header-middle .header-right {
	flex: 1
}

.header .header-middle .header-right {
	justify-content: flex-end
}

.header .header-middle .header-left,
.header .header-middle .header-right,
.header .header-middle .header-center {}

.header .header-middle .header-center {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.header .header-middle .cart-dropdown {
	max-height: 50px;
	margin-left: 1.4rem;
	line-height: 50px;
	padding-right: 10px;
}

.header .header-middle .search-toggle {
	/* display:inline-block; */
	width: 40px;
	height: 40px;
	font-size: 2.1rem;
	line-height: 40px;
	text-align: center;
}

.header .header-icon,
.header .header-icon i {
	display: inline-block;
	max-height: 2.7rem
}

.header .icon-magnifier::before {
	font-weight: 600
}

.header .login-link {
	margin-right: 1.6rem
}

.header .icon-wishlist-2::before,
.header .icon-user-2::before {
	margin-left: .27rem;
	margin-right: .27rem
}

.header .icon-shopping-cart::before {
	font-size: 2.7rem;
	line-height: 1
}

.header .dropdown-toggle,
.header .icon-shopping-cart {
	display: inline-flex;
	align-items: center;
	color: #414141;
	padding-left: 10px;
}

.header .dropdown-arrow .badge-circle {
	top: 3px !important;
	left: 38px;
}

.header .dropdown-arrow::after {
	margin: 0;
	margin-left: 1.5rem;
	font-size: 1.7rem
}

.header .header-contact i {
	display: inline-block;
	margin-right: 0.6rem;
	line-height: 1
}

.header .header-contact h6 {
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 1.2;
	color: #f9f9f9;
}

.header .header-contact a {
	margin-top: .3rem;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: .9;
	color: #f3f3f3 !important;
}

.main-nav {
    display: flex;
    width: 37%;
    justify-content: center;
    margin: 0 auto;
    padding-top: 10px;
}

.main-nav .tip.hot {
	display: inline-block;
	position: absolute;
	top: -11px;
	right: 10px;
	padding: 2px;
	font-size: 9px;
	font-style: normal;
	line-height: 1;
	color: #fff;
	background-color: #eb2771;
	border-color: #eb2771
}

.main-nav .tip.hot::before {
	content: '';
	position: absolute;
	top: auto;
	bottom: -3px;
	left: 2px;
	border-color: transparent;
	border-top-color: inherit;
	border-width: 3px 2px 0 2px
}

.main-nav .header-right a {
	display: inline-block;
	position: relative;
	/* padding: 11px 15px; */
	    font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -0.12px;
	text-transform: uppercase;
	color: #e2e2e2;
	line-height: 2.1rem;
}

.main-nav .header-right a:last-of-type {
	padding-right: -2px;
}

.main-nav .header-right a:hover {
	color: #e83642;
}

.main-nav .menu-custom-block {
	display: inline-flex;
	align-items: center;
	padding: 10px 0;
	line-height: 22px
}

.menu>li>a {
	line-height: 20px
}

.menu>li:first-child>a {
	padding-left: 0
}

.menu .megamenu {
	width: 650px
}

.megamenu ul {
	display: block;
	box-shadow: none
}

.megamenu ul a {
	padding-left: .9rem
}

.home-slide {
	display: flex;
	position: relative;
	min-height: 568.92px;
	align-items: flex-end;
	justify-content: flex-end
}

.home-slide .slide-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #3f3f3f;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2
}

.home-slide.home-slide-left .home-slide-content {
	left: 0%;
	right: auto;
	margin-left: 2rem
}

.home-slide.home-slide-left h4 {
	letter-spacing: .22em
}

.home-slide.home-slide-left h3 {
	letter-spacing: normal
}

.home-slide-content {
	position: absolute;
	right: 0%;
	bottom: 0%;
	margin-right: 2rem;
	margin-bottom: 2rem;
	font-size: 1rem;
	z-index: 10;
	text-align: left
}

.home-slide-content .col-1 {
	padding-left: 3.4rem;
	padding-right: 3.4rem;
	margin-left: .8rem;
	margin-right: 1.6rem;
	padding-top: 15px;
	padding-bottom: 15px;
}

.home-slide-content .col-2 {
	overflow: hidden;
	padding-left: 0;
	padding-right: 2.4rem;
	margin-right: .8rem
}

.sale-banner .banner-content {
	font-size: 1rem
}

.sale-banner .row.no-gutter {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 2.4rem;
	background: url(../../images/slide3.jpg);
	background-size: cover;
}

.sale-banner h4 {
	font-size: 1.8em;
	letter-spacing: .16em;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1;
	font-weight: 300
}

.sale-banner h3 {
	font-size: 4.3em;
	font-weight: 800;
	letter-spacing: .025em;
	line-height: 1;
	color: #fff !important;
}

.sale-banner h2 {
	top: .0125em;
	font-size: 18.4em;
	line-height: .7;
	letter-spacing: -.025em
}

@media (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.sale-banner h2 {
		top: .05em
	}
}

.sale-banner small {
	position: absolute;
	top: 50%;
	right: 1.62em;
	font-size: .1413em;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	transform: translateY(-54%)
}

.sale-banner ins {
	display: block;
	text-decoration: none;
	font-size: 50%;
	text-transform: uppercase
}

.sale-banner button {
	padding: 1.575rem 4.2rem;
	    font-family: "Open Sans", sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1.3333
}

.sale-banner.banner {
	margin-top: 2.4rem
}

.sale-banner.banner h4 {
	font-size: 2.1em
}

.sale-banner.banner h3 {
	font-size: 3em;
}

.sale-banner.banner h2 {
	font-size: 20.8em
}

.sale-banner.banner .col-1 {
	flex: 1;
	padding: 3.6rem 2.8rem;
	padding-right: 0;
	text-align: right;
}

.sale-banner.banner .col-2 {
	display: flex;
	align-items: center;
	padding-left: 2.4rem;
	padding-right: 2.4rem
}

.sale-banner.banner .col-3 {
	display: flex;
	align-items: center;
	flex: 1;
	padding: 1.6rem;
	padding-right: 0
}

.banner-container {
	margin-top: 4.5rem;
	margin-bottom: 4.8rem
}

.banner-container .banner-meta {
	display: flex;
	justify-content: space-between;
	padding: 1.3rem 0;
	    font-family: "Open Sans", sans-serif;
	font-size: 1.4rem;
	border-bottom: 1px solid #e7e7e7
}

.banner-container a {
	font-weight: 700;
	color: #222529;
	letter-spacing: .1em
}

.banner-container .banner-price {
	color: #858585;
	font-weight: 600
}

.banner-container .banner-price strong {
	color: #21346a
}

.feature-container {
	/* background: #fdfdfd; */
	/* padding: 50px 0; */
}

.feature-container .product-default {
	margin-bottom: 2.2rem
}

.feature-container .product-default h3 {
	margin-bottom: 0.5rem;
	    font-family: "Open Sans", sans-serif;
	letter-spacing: -.01em;
	white-space: nowrap;
}

.feature-container .old-price {
	margin-right: 4px;
	letter-spacing: normal;
	font-size: 1.44rem
}

.subtitle {
	margin-bottom: 8px;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: .1em;
	text-align: center
}

.heading-spacer {
	width: 10px;
	margin: 0px auto;
	margin-bottom: 1.7rem;
	border-top: 2px solid;
	border-color: #21346a
}

.feature-container .ratings-container,
.product-widgets .ratings-container {
	margin-left: 0;
	margin-bottom: 1.3rem;
	line-height: 11px
}

.category-list {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.product-widgets {
	margin-top: 4.6rem
}

.product-widgets .heading-spacer {
	margin-left: 0
}

.product-widgets figure a {
	display: block;
	position: relative
}

.product-widgets .product-default .product-title {
	    font-family: "Open Sans", sans-serif;
	font-size: 1.5rem;
	letter-spacing: -.01em
}

.product-widgets .product-default .price-box {
	margin-bottom: 1.6rem
}

.product-widgets .product-default .product-price {
	font-size: 1.8rem
}

.product-widgets .product-default figure {
	padding-right: 1.5rem;
	margin: 0
}

.product-widgets .product-default figure,
.product-widgets .product-default .product-details {
	flex: 0 0 50%;
	max-width: 50%
}

.partners-container {
	padding-top: 2.1rem
}

.partners-container .partners-carousel {
	padding-top: 4.8rem;
	padding-bottom: 4.8rem;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7
}

.partners-container .partners-carousel img {
	width: auto;
	margin-left: auto;
	margin-right: auto
}

.instagram-section {
	margin-top: 4rem
}

.instagram-section .subtitle {
	letter-spacing: 1px
}

body {
	line-height: 2.4rem
}

.col-auto {
	flex: 0 0 auto;
	max-width: none
}

.footer {
	background-color: #242424;
}

.footer .footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
    flex-direction: column-reverse;
}

.footer .social-icons {
	margin-top: 2rem
}

.footer .social-icons .social-icon {
	width: 3.6rem;
	height: 3.6rem;
	margin: .2rem;
	line-height: 3.6rem
}

.footer .contact-info {
	margin-bottom: 3.1rem
}

.footer .contact-info .contact-info-label {
	line-height: 2rem
}

.footer .widget-newsletter p {
	margin-top: -.3rem;
	margin-bottom: 1.3rem;
	max-width: 290px;
	line-height: 2.4rem
}

.footer .widget-newsletter form {
	position: relative;
	margin-bottom: 0;
	max-width: 370px
}

.footer .widget-newsletter .form-control {
	height: 4.8rem;
	padding: 1.1rem 12.4rem 1.1rem 2rem;
	margin-bottom: 1rem;
	background-color: #292c30;
	border-radius: 30px;
	border: none
}

.footer .widget-newsletter .form-control::placeholder {
	color: #fff;
	opacity: .4
}

.footer .widget-newsletter .btn {
	position: absolute;
	min-width: 63px;
	padding: 1.65rem 1.5rem;
	top: 0;
	right: 0;
	    font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1;
	color: #fff;
	background-color: #21346a;
	border-radius: 0 30px 30px 0;
	text-align: center
}

img.footer-payments {
    width: 100%;
    max-width: 160px;
}

@media (min-width: 992px) {
	.header {
		margin: 0 0 8px 0
	}
}

@media (max-width: 991px) {
	.header .sticky-header.fixed {
		padding: 0
	}

	.sale-banner .banner-content {
		font-size: .7rem
	}
}

@media (max-width: 767px) {
	.banner.banner-image {
		margin-bottom: 1rem
	}

    .footer-bottom hr {
        margin: 20px 0;
    }

    footer .widget {
        width: 100%;
    }

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

@media (max-width: 575px) {
	.footer .footer-bottom {
		flex-direction: column;
        padding: 0 0 20px 0;
	}

	button.mfp-close {
		display: none
	}

	.home-slide-content {
		font-size: .8rem
	}

	.footer-bottom {
		text-align: center
	}

	.footer-payments {
		margin-left: auto;
		margin-right: auto;
		margin: 30px 0;
        
	}

	.sale-banner button {
		padding: 1rem 1.5rem
	}

	.sale-banner .banner-content {
		font-size: .5rem
	}

    img.footer-payments {
    width: 100%;
    max-width: 160px;
}
}

@media (max-width: 479px) {
	.home-slide {
		min-height: 300px
	}

	.home-slide-content {
		font-size: .55rem
	}

	.pre-header small {
		display: none
	}
}

/*# sourceMappingURL=style.min.css.map */
.check .fas {
	font-size: 50px;
	border: 7px solid #21346a;
	border-radius: 50%;
	padding: 0.2em;
	text-align: center;
}

.check {
	text-align: center;
}


* {
	box-sizing: border-box;
}

body {
	font-family: Verdana, sans-serif;
}

.mySlides {
	display: none;
}

/* Slideshow container */
.slideshow-container {
	/* width: 720px; */
	position: relative;
	margin: 0 auto;
	/* margin-top: 100px; */
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active {
	/* background-color: #717171; */
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {
		opacity: 0.4;
	}

	to {
		opacity: 1;
	}
}

@keyframes fade {
	from {
		opacity: 0.4;
	}

	to {
		opacity: 1;
	}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
	.text {
		font-size: 11px;
	}
}


#slider {
	position: relative;
	overflow: hidden;
	margin: 20px auto 0 auto;
	border-radius: 4px;
}

#slider ul {
	position: relative;
	margin: 0;
	padding: 0;
	height: 200px;
	list-style: none;
}

#slider ul li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 500px;
	height: 300px;
	background: #ccc;
	text-align: center;
	line-height: 300px;
}

a.control_prev,
a.control_next {
	position: absolute;
	top: 40%;
	z-index: 999;
	display: block;
	padding: 4% 3%;
	width: auto;
	height: auto;
	background: #2a2a2a;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	opacity: 0.8;
	cursor: pointer;
}

a.control_prev:hover,
a.control_next:hover {
	opacity: 1;
	-webkit-transition: all 0.2s ease;
}

a.control_prev {
	border-radius: 0 2px 2px 0;
}

a.control_next {
	right: 0;
	border-radius: 2px 0 0 2px;
}

.slider_option {
	position: relative;
	margin: 10px auto;
	width: 160px;
	font-size: 18px;
}

.conteneur {
	max-width: 1200px;
	margin: 0 auto;
	/* height: 414px; */
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	    font-family: "Open Sans", sans-serif;
	/* color: #000; */
}

iframe {
	height: 100%;
	width: 100%;
}

/*------- SLIDER CSS ------*/

#sliderAccueil {
	margin-top: 10px;
	margin-bottom: 50px;
}

#slideshow-wrap {
	display: block;
	height: 500px;
	width: 95%;
	margin: auto;
	position: relative;
	margin-bottom: 50px;
}

#slideshow-inner {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	position: relative;
}

#slideshow-inner>ul {
	list-style: none;
	height: 100%;
	width: 500%;
	overflow: hidden;
	position: relative;

	top: 0px;
	-webkit-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

/* --------------- MES SLIDES ---------------- */

/*slides size (background part) */
.slides {
	height: 100%;
	width: 100%;
}

.slides h1 {
	color: #4c4c4c;
	font-weight: 700;
	font-family: 'Alatsi', sans-serif;
}

.slide-text {
	padding: 130px 68px;
	width: 60%;
}

#slide1 {
	background: url("../../images/slide1.jpg") no-repeat center center;
	background-size: cover;
}

#slide2 {
	background: url("../../images/slide2.jpg") no-repeat center center;
	background-size: cover;
}

#slide3 {
	background: url("../../images/slide3.jpg") no-repeat center center;
	background-size: cover;
}

#slide4 {
	background: url("../../images/slide4.jpg") no-repeat center center;
	background-size: cover;
}

/* --------------- /MES SLIDES ---------------- */

#slideshow-inner>ul>li {
	width: 20%;
	height: 100%;
	position: relative;
	float: left;
}

/* On cache les boutons radio d'origine */
#slideshow-wrap input[type="radio"] {
	position: absolute;
	left: 30%;
	bottom: 15px;
	visibility: hidden;
}

/* Pour en crer de nouveaux avec un autre style */
#slideshow-wrap label:not(.arrows) {
	z-index: 2;
	position: absolute;
	right: 80px;
	height: 10px;
	width: 10px;
	background-color: #751d3f;
	border-radius: 50%;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
	bottom: 25px;
}

/* Action du click */
#slideshow-wrap label:not(.arrows):active {
	background-color: grey;
	bottom: 26px;
}

/* Couleur de fond des boutons radio checked */
#slideshow-wrap input[type="radio"]#button-1:checked~label[for="button-1"] {
	background-color: rgba(255, 255, 255, 1);
}

#slideshow-wrap input[type="radio"]#button-2:checked~label[for="button-2"] {
	background-color: rgba(255, 255, 255, 1);
}

#slideshow-wrap input[type="radio"]#button-3:checked~label[for="button-3"] {
	background-color: rgba(255, 255, 255, 1);
}

#slideshow-wrap input[type="radio"]#button-4:checked~label[for="button-4"] {
	background-color: rgba(255, 255, 255, 1);
}

/* Dcalage des boutons radio */
#slideshow-wrap label[for="button-1"]:not(.arrows) {
	margin-right: 56px;
}

#slideshow-wrap label[for="button-2"]:not(.arrows) {
	margin-right: 18px;
}

#slideshow-wrap label[for="button-3"]:not(.arrows) {
	margin-right: -18px;
}

#slideshow-wrap label[for="button-4"]:not(.arrows) {
	margin-right: -56px;
}

/* Dcalage des images de fond au click (100% = une image) */
#slideshow-wrap input[type="radio"]#button-1:checked~#slideshow-inner>ul {
	left: 0;
}

#slideshow-wrap input[type="radio"]#button-2:checked~#slideshow-inner>ul {
	left: -100%;
}

#slideshow-wrap input[type="radio"]#button-3:checked~#slideshow-inner>ul {
	left: -200%;
}

#slideshow-wrap input[type="radio"]#button-4:checked~#slideshow-inner>ul {
	left: -300%;
}

label.arrows {
	/* Flche des boutons Gauche / Droite */
	font-family: "WebSymbolsRegular";
	font-size: 25px;
	color: rgb(255, 255, 240);
	position: absolute;
	top: 50%;
	margin-top: -25px;
	display: none;
	opacity: 0.7;
	cursor: pointer;
	background-color: transparent;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
}

label.arrows:hover {
	opacity: 1;
}

label.arrows:active {
	margin-top: -23px;
}

input[type="radio"]#button-1:checked~.arrows#arrow-2,
input[type="radio"]#button-2:checked~.arrows#arrow-3,
input[type="radio"]#button-3:checked~.arrows#arrow-4,
input[type="radio"]#button-4:checked~.arrows#arrow-5 {
	/* Boutons Droite placement */
	padding: 17px 24px;
	right: 10px;
	z-index: 2;
	display: block;
	border-radius: 45px;
	background: rgba(0, 0, 0, 0.8);
}

input[type="radio"]#button-2:checked~.arrows#arrow-1,
input[type="radio"]#button-3:checked~.arrows#arrow-2,
input[type="radio"]#button-4:checked~.arrows#arrow-3,
input[type="radio"]#button-5:checked~.arrows#arrow-4 {
	/* Boutons Gauche placement */
	padding: 17px 24px;
	border-radius: 45px;
	background: rgba(0, 0, 0, 0.8);
	left: 10px;
	z-index: 2;
	display: block;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

/*----- ONGLET DESCRIPTION SLIDER CSS ------*/

.description {
	position: absolute;
	display: flex;
	top: 0;
	right: 0;
	width: 35%;
	height: 100%;
	overflow: hidden;
}

.description .description-text {
	background-color: #1d2122;
	opacity: 1;
	height: 100%;
	padding: 30px 30px 60px 30px;
	overflow: hidden;
	position: relative;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	color: white;
}

.description-text h2 {
	text-transform: uppercase;
	line-height: 58px;
	margin-bottom: 15px;
	margin-top: 46px;
	color: #fff;
	padding: 9px;
	font-size: 38px;
}

.description-text p {
	line-height: 20px;
	font-weight: 100;
}

.description-text p span {
	background: url(https://www.iconsdb.com/icons/preview/white/note-2-xxl.png) no-repeat center center;
	background-size: 20px;
	vertical-align: middle;
	display: inline-block;
	width: 20px;
	height: 40px;
	margin-right: 10px;
}

/* RESPONSIVE */

@media screen and (max-width: 1050px) {
	.description {
		width: 400px;
	}
}

@media screen and (max-width: 800px) {
	.description {
		width: 100%;
	}

	.description .description-text {
		opacity: 0.65;
	}

	.slides {
		width: 100%;
	}
}


.wrapper {
	width: 75%;
	margin: 0 auto;
	max-width: 1130px;
	padding-top: 23px;
	height: auto;
	border-radius: 100px;
}

/******************************
* SLIDER START
* Adapted from: http://benschwarz.github.io/gallery-css
******************************/
.slider-wrapper {
	position: relative;
	overflow: hidden;
	height: auto;
	/* border-radius: 163px; */
}

.css-slider .slide:first-of-type {
	position: relative;
	pointer-events: auto;
	opacity: 1;
	z-index: 6;
}

.css-slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.css-slider .slide:nth-of-type(2) {
	z-index: 5;
}

.css-slider .slide:nth-of-type(3) {
	z-index: 4;
}

.css-slider .slide:nth-of-type(4) {
	z-index: 3;
}

.css-slider .slide:nth-of-type(5) {
	z-index: 2;
}

.css-slider .slide:nth-of-type(6) {
	z-index: 1;
}

.css-slider .slide a {
	cursor: pointer;
}

.css-slider .slider-control-op {
	display: none;
}

.css-slider .slider-control-op:target~.slide {
	pointer-events: none;
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
}

.css-slider .slider-control-op:target~.controls .slider-control-btn .square {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
}

/******************************
* TWO slides
******************************/
@-webkit-keyframes sliderControlAnimation-2 {
	0% {
		background: #96968c;
	}

	14.3%,
	50% {
		background: #70001A;
	}

	64.3%,
	100% {
		background: #96968c;
	}
}

@-moz-keyframes sliderControlAnimation-2 {
	0% {
		background: #96968c;
	}

	14.3%,
	50% {
		background: #70001A;
	}

	64.3%,
	100% {
		background: #96968c;
	}
}

@-o-keyframes sliderControlAnimation-2 {
	0% {
		background: #96968c;
	}

	14.3%,
	50% {
		background: #70001A;
	}

	64.3%,
	100% {
		background: #96968c;
	}
}

@keyframes sliderControlAnimation-2 {
	0% {
		background: #96968c;
	}

	14.3%,
	50% {
		background: #70001A;
	}

	64.3%,
	100% {
		background: #96968c;
	}
}

@-webkit-keyframes sliderGalleryAnimation-2 {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 1;
	}

	14.3%,
	50% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	64.3%,
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 1;
	}
}

@-moz-keyframes sliderGalleryAnimation-2 {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 1;
	}

	14.3%,
	50% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	64.3%,
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 1;
	}
}

@-o-keyframes sliderGalleryAnimation-2 {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 1;
	}

	14.3%,
	50% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	64.3%,
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 1;
	}
}

@keyframes sliderGalleryAnimation-2 {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 1;
	}

	14.3%,
	50% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	64.3%,
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 1;
	}
}

.slides-2.autoplay .slider-control-btn .square {
	-webkit-animation: sliderControlAnimation-2 14s infinite;
	-moz-animation: sliderControlAnimation-2 14s infinite;
	-o-animation: sliderControlAnimation-2 14s infinite;
	animation: sliderControlAnimation-2 14s infinite;
}

.slides-2.autoplay .slide {
	-webkit-animation: sliderGalleryAnimation-2 14s infinite;
	-moz-animation: sliderGalleryAnimation-2 14s infinite;
	-o-animation: sliderGalleryAnimation-2 14s infinite;
	animation: sliderGalleryAnimation-2 14s infinite;
}

/******************************
* THREE slides
******************************/
@-webkit-keyframes sliderControlAnimation-3 {
	0% {
		background: #96968c;
	}

	9.5%,
	33.3% {
		background: #70001A;
	}

	42.9%,
	100% {
		background: #96968c;
	}
}

@-moz-keyframes sliderControlAnimation-3 {
	0% {
		background: #96968c;
	}

	9.5%,
	33.3% {
		background: #70001A;
	}

	42.9%,
	100% {
		background: #96968c;
	}
}

@-o-keyframes sliderControlAnimation-3 {
	0% {
		background: #96968c;
	}

	9.5%,
	33.3% {
		background: #70001A;
	}

	42.9%,
	100% {
		background: #96968c;
	}
}

@keyframes sliderControlAnimation-3 {
	0% {
		background: #96968c;
	}

	9.5%,
	33.3% {
		background: #70001A;
	}

	42.9%,
	100% {
		background: #96968c;
	}
}

@-webkit-keyframes sliderGalleryAnimation-3 {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 1;
	}

	9.5%,
	33.3% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	42.9%,
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 1;
	}
}

@-moz-keyframes sliderGalleryAnimation-3 {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 1;
	}

	9.5%,
	33.3% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	42.9%,
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 1;
	}
}

@-o-keyframes sliderGalleryAnimation-3 {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 1;
	}

	9.5%,
	33.3% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	42.9%,
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 1;
	}
}

@keyframes sliderGalleryAnimation-3 {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 1;
	}

	9.5%,
	33.3% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	42.9%,
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 1;
	}
}

.slides-3.autoplay .slider-control-btn .square {
	-webkit-animation: sliderControlAnimation-3 21s infinite;
	-moz-animation: sliderControlAnimation-3 21s infinite;
	-o-animation: sliderControlAnimation-3 21s infinite;
	animation: sliderControlAnimation-3 21s infinite;
}

.slides-3.autoplay .slide {
	-webkit-animation: sliderGalleryAnimation-3 21s infinite;
	-moz-animation: sliderGalleryAnimation-3 21s infinite;
	-o-animation: sliderGalleryAnimation-3 21s infinite;
	animation: sliderGalleryAnimation-3 21s infinite;
}

/******************************
* FOUR slides
******************************/
@-webkit-keyframes sliderControlAnimation-4 {
	0% {
		background: #96968c;
	}

	7.1%,
	25% {
		background: #70001A;
	}

	32.1%,
	100% {
		background: #96968c;
	}
}

@-moz-keyframes sliderControlAnimation-4 {
	0% {
		background: #96968c;
	}

	7.1%,
	25% {
		background: #70001A;
	}

	32.1%,
	100% {
		background: #96968c;
	}
}

@-o-keyframes sliderControlAnimation-4 {
	0% {
		background: #96968c;
	}

	7.1%,
	25% {
		background: #70001A;
	}

	32.1%,
	100% {
		background: #96968c;
	}
}

@keyframes sliderControlAnimation-4 {
	0% {
		background: #96968c;
	}

	7.1%,
	25% {
		background: #70001A;
	}

	32.1%,
	100% {
		background: #96968c;
	}
}

@-webkit-keyframes sliderGalleryAnimation-4 {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 1;
	}

	7.1%,
	25% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	32.1%,
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 1;
	}
}

@-moz-keyframes sliderGalleryAnimation-4 {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 1;
	}

	7.1%,
	25% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	32.1%,
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 1;
	}
}

@-o-keyframes sliderGalleryAnimation-4 {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 1;
	}

	7.1%,
	25% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	32.1%,
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 1;
	}
}

@keyframes sliderGalleryAnimation-4 {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 1;
	}

	7.1%,
	25% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	32.1%,
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 1;
	}
}

.slides-4.autoplay .slider-control-btn .square {
	-webkit-animation: sliderControlAnimation-4 28s infinite;
	-moz-animation: sliderControlAnimation-4 28s infinite;
	-o-animation: sliderControlAnimation-4 28s infinite;
	animation: sliderControlAnimation-4 28s infinite;
}

.slides-4.autoplay .slide {
	-webkit-animation: sliderGalleryAnimation-4 28s infinite;
	-moz-animation: sliderGalleryAnimation-4 28s infinite;
	-o-animation: sliderGalleryAnimation-4 28s infinite;
	animation: sliderGalleryAnimation-4 28s infinite;
}

/******************************
* FIVE slides
******************************/
@-webkit-keyframes sliderControlAnimation-5 {
	0% {
		background: #96968c;
	}

	5.7%,
	20% {
		background: #70001A;
	}

	25.7%,
	100% {
		background: #96968c;
	}
}

@-moz-keyframes sliderControlAnimation-5 {
	0% {
		background: #96968c;
	}

	5.7%,
	20% {
		background: #70001A;
	}

	25.7%,
	100% {
		background: #96968c;
	}
}

@-o-keyframes sliderControlAnimation-5 {
	0% {
		background: #96968c;
	}

	5.7%,
	20% {
		background: #70001A;
	}

	25.7%,
	100% {
		background: #96968c;
	}
}

@keyframes sliderControlAnimation-5 {
	0% {
		background: #96968c;
	}

	5.7%,
	20% {
		background: #70001A;
	}

	25.7%,
	100% {
		background: #96968c;
	}
}

@-webkit-keyframes sliderGalleryAnimation-5 {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 1;
	}

	5.7%,
	20% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	25.7%,
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 1;
	}
}

@-moz-keyframes sliderGalleryAnimation-5 {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 1;
	}

	5.7%,
	20% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	25.7%,
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 1;
	}
}

@-o-keyframes sliderGalleryAnimation-5 {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 1;
	}

	5.7%,
	20% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	25.7%,
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 1;
	}
}

@keyframes sliderGalleryAnimation-5 {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 1;
	}

	5.7%,
	20% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	25.7%,
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 1;
	}
}

.slides-5.autoplay .slider-control-btn .square {
	-webkit-animation: sliderControlAnimation-5 35s infinite;
	-moz-animation: sliderControlAnimation-5 35s infinite;
	-o-animation: sliderControlAnimation-5 35s infinite;
	animation: sliderControlAnimation-5 35s infinite;
}

.slides-5.autoplay .slide {
	-webkit-animation: sliderGalleryAnimation-5 35s infinite;
	-moz-animation: sliderGalleryAnimation-5 35s infinite;
	-o-animation: sliderGalleryAnimation-5 35s infinite;
	animation: sliderGalleryAnimation-5 35s infinite;
}

/******************************
* SIX slides
******************************/
@-webkit-keyframes sliderControlAnimation-6 {
	0% {
		background: #96968c;
	}

	4.8%,
	16.66% {
		background: #70001A;
	}

	21.5%,
	100% {
		background: #96968c;
	}
}

@-moz-keyframes sliderControlAnimation-6 {
	0% {
		background: #96968c;
	}

	4.8%,
	16.66% {
		background: #70001A;
	}

	21.5%,
	100% {
		background: #96968c;
	}
}

@-o-keyframes sliderControlAnimation-6 {
	0% {
		background: #96968c;
	}

	4.8%,
	16.66% {
		background: #70001A;
	}

	21.5%,
	100% {
		background: #96968c;
	}
}

@keyframes sliderControlAnimation-6 {
	0% {
		background: #96968c;
	}

	4.8%,
	16.66% {
		background: #70001A;
	}

	21.5%,
	100% {
		background: #96968c;
	}
}

@-webkit-keyframes sliderGalleryAnimation-6 {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 1;
	}

	4.8%,
	16.66% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	21.5%,
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 1;
	}
}

@-moz-keyframes sliderGalleryAnimation-6 {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 1;
	}

	4.8%,
	16.66% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	21.5%,
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 1;
	}
}

@-o-keyframes sliderGalleryAnimation-6 {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 1;
	}

	4.8%,
	16.66% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	21.5%,
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 1;
	}
}

@keyframes sliderGalleryAnimation-6 {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 1;
	}

	4.8%,
	16.66% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	21.5%,
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 1;
	}
}

.slides-6.autoplay .slider-control-btn .square {
	-webkit-animation: sliderControlAnimation-6 42s infinite;
	-moz-animation: sliderControlAnimation-6 42s infinite;
	-o-animation: sliderControlAnimation-6 42s infinite;
	animation: sliderControlAnimation-6 42s infinite;
}

.slides-6.autoplay .slide {
	-webkit-animation: sliderGalleryAnimation-6 42s infinite;
	-moz-animation: sliderGalleryAnimation-6 42s infinite;
	-o-animation: sliderGalleryAnimation-6 42s infinite;
	animation: sliderGalleryAnimation-6 42s infinite;
}

/************************************************
* ANIMATION DELAYS
************************************************/
.slides-2 .slider-control-btn:nth-of-type(1) .square,
.slides-3 .slider-control-btn:nth-of-type(1) .square,
.slides-4 .slider-control-btn:nth-of-type(1) .square,
.slides-5 .slider-control-btn:nth-of-type(1) .square,
.slides-6 .slider-control-btn:nth-of-type(1) .square,
.slides-2 .slide:nth-of-type(1),
.slides-3 .slide:nth-of-type(1),
.slides-4 .slide:nth-of-type(1),
.slides-5 .slide:nth-of-type(1),
.slides-6 .slide:nth-of-type(1) {
	-webkit-animation-delay: -2s;
	-moz-animation-delay: -2s;
	-o-animation-delay: -2s;
	animation-delay: -2s;
}

.slides-2 .slider-control-btn:nth-of-type(2) .square,
.slides-3 .slider-control-btn:nth-of-type(2) .square,
.slides-4 .slider-control-btn:nth-of-type(2) .square,
.slides-5 .slider-control-btn:nth-of-type(2) .square,
.slides-6 .slider-control-btn:nth-of-type(2) .square,
.slides-2 .slide:nth-of-type(2),
.slides-3 .slide:nth-of-type(2),
.slides-4 .slide:nth-of-type(2),
.slides-5 .slide:nth-of-type(2),
.slides-6 .slide:nth-of-type(2) {
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-o-animation-delay: 5s;
	animation-delay: 5s;
}

.slides-3 .slider-control-btn:nth-of-type(3) .square,
.slides-4 .slider-control-btn:nth-of-type(3) .square,
.slides-5 .slider-control-btn:nth-of-type(3) .square,
.slides-6 .slider-control-btn:nth-of-type(3) .square,
.slides-3 .slide:nth-of-type(3),
.slides-4 .slide:nth-of-type(3),
.slides-5 .slide:nth-of-type(3),
.slides-6 .slide:nth-of-type(3) {
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-o-animation-delay: 12s;
	animation-delay: 12s;
}

.slides-4 .slider-control-btn:nth-of-type(4) .square,
.slides-5 .slider-control-btn:nth-of-type(4) .square,
.slides-6 .slider-control-btn:nth-of-type(4) .square,
.slides-4 .slide:nth-of-type(4),
.slides-5 .slide:nth-of-type(4),
.slides-6 .slide:nth-of-type(4) {
	-webkit-animation-delay: 19s;
	-moz-animation-delay: 19s;
	-o-animation-delay: 19s;
	animation-delay: 19s;
}

.slides-5 .slider-control-btn:nth-of-type(5) .square,
.slides-6 .slider-control-btn:nth-of-type(5) .square,
.slides-5 .slide:nth-of-type(5),
.slides-6 .slide:nth-of-type(5) {
	-webkit-animation-delay: 26s;
	-moz-animation-delay: 26s;
	-o-animation-delay: 26s;
	animation-delay: 26s;
}

.slides-6 .slider-control-btn:nth-of-type(6) .square,
.slides-6 .slide:nth-of-type(6) {
	-webkit-animation-delay: 33s;
	-moz-animation-delay: 33s;
	-o-animation-delay: 33s;
	animation-delay: 33s;
}

/***********************************
* SLIDER CONTROL ONCLICK STYLES
************************************/
.css-slider .slider-control-op:nth-of-type(1):target~.slide:nth-of-type(1),
.css-slider .slider-control-op:nth-of-type(2):target~.slide:nth-of-type(2),
.css-slider .slider-control-op:nth-of-type(3):target~.slide:nth-of-type(3),
.css-slider .slider-control-op:nth-of-type(4):target~.slide:nth-of-type(4),
.css-slider .slider-control-op:nth-of-type(5):target~.slide:nth-of-type(5),
.css-slider .slider-control-op:nth-of-type(6):target~.slide:nth-of-type(6) {
	pointer-events: auto;
	opacity: 1;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.css-slider .slider-control-op:nth-of-type(1):target~.slide,
.css-slider .slider-control-op:nth-of-type(2):target~.slide,
.css-slider .slider-control-op:nth-of-type(3):target~.slide {
	opacity: 0;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.css-slider .slider-control-op:nth-of-type(1):target~.controls .slider-control-btn:nth-of-type(1) .square,
.css-slider .slider-control-op:nth-of-type(2):target~.controls .slider-control-btn:nth-of-type(2) .square,
.css-slider .slider-control-op:nth-of-type(3):target~.controls .slider-control-btn:nth-of-type(3) .square,
.css-slider .slider-control-op:nth-of-type(4):target~.controls .slider-control-btn:nth-of-type(4) .square,
.css-slider .slider-control-op:nth-of-type(5):target~.controls .slider-control-btn:nth-of-type(5) .square,
.css-slider .slider-control-op:nth-of-type(6):target~.controls .slider-control-btn:nth-of-type(6) .square {
	background: #70001A;
	-webkit-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
}

/*
	Theme controls how everything looks in SLIDER CSS.
*/
.css-slider {
	position: relative;
	height: auto;
	overflow: hidden;
}

.css-slider .slide {
	overflow: hidden;
	text-align: center;
}

.css-slider .slide p {
	margin-bottom: 0;
}

.css-slider .controls {
	position: absolute;
	bottom: 10px;
	right: 106px;
	z-index: 15;
}

.css-slider .slider-control-btn {
	display: inline-block;
	margin: 0 .02em;
	font-size: 3em;
	text-align: center;
	text-decoration: none;
}

.square {
	display: block;
	width: 10px;
	height: 10px;
	background: #96968c;
	-webkit-transition: background .1s;
	-o-transition: background .1s;
	transition: background .1s;
}


.header {
	background-color: transparent;
}

.header-middle {
	padding-top: 0;
	padding-bottom: 0;
	color: #000;
	background: #ffffff;
	border-bottom: 2px solid #8c8c8c;
}

.header-top {
	color: #21346a;
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: .025em;
	line-height: 24px;
	background: #21346a;
}

.header-top .container {
	height: 42px;
}

header .container,
header .container-fluid {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-ms-flex-pack: justify;
	position: relative;
}

.header-search-wrapper {
	display: flex;
	display: -ms-flexbox;
	position: absolute;
	right: -2.3rem;
	z-index: 999;
	margin-top: 10px;
	color: #8d8d8d;
	box-sizing: content-box;
	height: 42px;
	border-radius: 5rem;
	border: 5px solid #08C;
}

.sticky-header.fixed {
	position: fixed;
	right: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
	z-index: 1040;
}

.header-bottom {
	/* border-bottom: 1px solid #e7e7e7; */
	/* background: #fff; */
}

.main-nav .menu {
	text-transform: uppercase;
	font-size: 12px;
	width: 100%;
	/* background: #21346a; */
	/* padding: 0 10px; */
	box-shadow: none;
}

.header-right {
	/* background: #212121; */
	box-shadow: none !important;
}

.menu {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
}

.menu,
.menu li,
.menu ul,
.menu ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav .menu>li:first-child a {
	/* padding-left: 0; */
}

.main-nav .menu>li>a {
	font-size: 12px;
	font-weight: 700;
	padding: 2.1rem 0;
	color: #f2f2f2;
}

.main-nav .menu>li {
	/* margin-right: 2.9rem; */
}

.menu>li {
	float: left;
	position: relative;
	margin-right: 2.8rem;
}

.cart-dropdown .btn-remove:hover,
.cart-dropdown .btn-remove:focus {
	color: #08C;
}

.btn-remove:hover,
.btn-remove:focus,
.btn-edit:hover,
.btn-edit:focus,
.btn-move:hover,
.btn-move:focus {
	color: #08C;
	text-decoration: none;
}

.cart-dropdown .btn-remove {
	position: absolute;
	top: -9px;
	right: -3px;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	color: inherit;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	text-align: center;
	line-height: 2rem;
}

.home-slider h3 {
	margin: .8rem 0 1.5rem;
	font-size: 6.5em;
	font-weight: 700;
	letter-spacing: 0.13em;
}

.home-slider h3 small {
    color: #1f1f1f;
    font-weight: 900;
    font-size: 65px;
    padding: 0;
        font-family: "Open Sans", sans-serif;
    letter-spacing: 0;
}

.banner h1,
.banner h2,
.banner h3,
.banner h4,
.banner h5,
.banner h6 {
	line-height: 1;
}

.home-slider h6 {
	margin-bottom: 1.6rem;
	font-size: 1.25em;
	letter-spacing: .05em;
	font-weight: 500;
	/* opacity: .7; */
	color: #fff;
}

.home-slider .btn {
    margin-left: 0;
    padding: 10px 50px;
    color: #ffffff;
    background: #21346a;
}

.home-slider a {
	font-size: 1.125em;
}

.btn-xl {
	padding: 1.125em 2.75em;
	font-size: 1.125em;
}

.btn {
	transition: all .3s;
	text-transform: uppercase;
	padding: 1.85rem 4.2rem;
	border-radius: 0;
	font-size: 1.4rem;
	font-weight: 700;
	font-family: Poppins, sans-serif;
	line-height: 1.429;
}

.home-slider .banner-layer.content-right h3 {
	margin-right: -1rem;
	letter-spacing: .118em;
}

.home-slider h3 {
	margin: .8rem 0 4.5rem;
	font-size: 3.5em;
	font-weight: 900;
	letter-spacing: 0.13em;
	color: #21346a;
	padding-bottom: 25px;
	line-height: 68px;
}

.home-slider .banner-layer.content-right .btn {}


.header {
	position: relative;
	width: 100%;
	min-height: 80px;
	padding: 0;
	background-color: transparent;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-align: left;
	margin: 0;
	/* position: absolute; */
}

header {
	z-index: 1000;
}

.header-top {
	font-size: 1rem;
}

.main {
    flex: 1 1 auto;
    padding-top: 0;
}

main,
footer {
	max-width: 100%;
}

main,
footer {

	margin-left: auto;
}

header .container,
header .container-fluid {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-ms-flex-pack: justify;
	position: relative;
}

.header-left,
.header-center,
.header-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.d-lg-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.Communityjoin h2 {
	color: #21346a;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 40px;
}

.Communityjoin p {
	color: #000;
	text-align: center;
	width: 70%;
	margin: 10px auto 70px;
	font-size: 17px;
	line-height: 1.8;
}

.logo {
	/* max-width: 25rem; */
	margin: 0;
	width: 25%;
	transform: translate(3px, 2px);
	background: #fff;
	/* padding: 5px 10px; */
}

header a {
	color: inherit;
}

.mobile-menu-toggler {
	display: none;
}

.pro-size {
	margin-bottom: 30px;
}

.mobile-menu-toggler {
	border: 0;
	background: transparent;
	color: #222529;
	padding: 1rem .5rem;
	margin-right: .5rem;
	font-size: 20px;
	line-height: 0;
	cursor: pointer;
}

.header-search:not(.header-search-category) .btn {
	height: 4rem;
	padding: 2px .8rem 0 1.3rem;
	background: #181b1f;
	color: #777;
	border-radius: 0 2rem 2rem 0;
	font-size: 1.8rem;
}

.header-search:not(.header-search-category) .btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	border: 0;
	padding: 0 .8em;
	color: #333;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.header-search-wrapper .btn {
	position: relative;
	padding: 0 0 3px 0;
	border: 0;
	border-left: 1px solid #e7e7e7;
	size: 2rem;
	min-width: 45px;
	color: #222529;
}

.btn {
	transition: all .3s;
	text-transform: uppercase;
	padding: 1.85rem 4.2rem;
	border-radius: 0;
	font-size: 1.4rem;
	font-weight: 700;
	font-family: Poppins, sans-serif;
	line-height: 1.429;
}

.menu-vertical>li {
	float: left;
	margin: 0;
	padding: 0 1.8rem 0 0;
}

.header-right.d-flex {
	float: right;
	text-align: right;
	flex: inherit !important;
}

.menu-vertical>li:hover>a,
.menu-vertical>li.show>a,
.menu-vertical>li.active>a {
	border-bottom-color: #e7e7e7;
	color: #fff;
}

.main-nav .menu>li>a {
	font-size: 12px;
	font-weight: 600;
	padding: 1.4rem 0 1.4rem 0.5rem;
	letter-spacing: -0.025em;
}

.main-nav .menu li>a {
	font-size: 17px;
	color: #000;
	    font-family: "Open Sans", sans-serif;
	text-transform: capitalize !important;
	color: #262626 !important;
	border: 1px solid #fff;
	/* border-bottom: 1px solid #a0a0a0; */
	padding: 15px 5px !important;
	letter-spacing: 1px !important;
	border: 0;
}

.menu>li:hover>a,
.menu>li.show>a,
.menu>li.active>a {
	    color: #f3a101  !important;
	    background: #21346a;
}

.menu-vertical>li:hover>a,
.menu-vertical>li.show>a,
.menu-vertical>li.active>a {
	border-bottom-color: #e7e7e7;
	color: #fff;
}

.main-nav .menu>li>a {
	font-size: 12px;
	font-weight: 600;
	padding: 1.4rem 0 1.4rem 0.5rem;
	letter-spacing: -0.025em;
}

.main-nav .menu li>a {
    font-size: 16px;
    color: #0e0d0d !important;
    letter-spacing: 0 !important;
}

.menu>li:hover>a,
.menu>li.show>a,
.menu>li.active>a {
	color: #222529;
	background: transparent;
}

.cart-dropdown .dropdown-menu {
	z-index: 1000;
	right: auto;
	/* left: -2rem; */
}

.cart-dropdown .dropdown-menu {
	right: 0;
	left: auto;
	padding-top: 8px;
}

.cart-dropdown .dropdown-menu,
.compare-dropdown .dropdown-menu {
	display: block;
	left: inherit;
	top: -999rem;
	width: 300px;
	padding-top: 10px;
	z-index: 100;
	font-size: 1.1rem;
	color: #696969;
	border: 0;
	margin: 0;
	background-color: transparent;
	box-shadow: none;
	visibility: hidden;
	opacity: 0;
	transition: opacity .7s;
	right: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
}

header a:hover {
	color: #fff;
}

.header-contact a {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	white-space: nowrap;
}

.index-about-txt {
	background: transparent;
	margin: 0;
	padding: 0;
}

.footer-shipping {
	background: #d48800;
	padding: 30px 0;
	text-align: center;
}

@media (min-width: 1400px) {

	main,
	footer {
		max-width: 100%;
	}
}


@media (max-width: 991px) {
	.header {
		width: 100%;
		min-height: auto;
		padding: 0;
	}

	main,
	footer {
		max-width: 100%;
	}

	.cart-dropdown .dropdown-menu {
		right: -2rem;
		left: auto;
	}

	.header .logo {
		width: 18rem;
		margin: 2rem auto;
		transform: none;
	}

}

@media (min-width: 992px) {
	.header-bottom {
		width: 100%;
		bottom: 3.8rem;
		left: 0;
	}

	.header-bottom>.container {
		margin-bottom: 2.3rem;
	}

	.header-bottom .header-left h6 {
		font-size: 11px;
		font-weight: 600;
		color: #777;
		line-height: 1;
	}

}

.home-slider .btn i {
	padding-left: 11px;
}

.home-slider .banner-layer.content-right .btn {
     margin-left: 0;
     padding: 8px 40px;
     border-radius: 7px;
     /* box-shadow: 2px 2px 0px rgb(0 0 0 / 60%); */
     letter-spacing: 0;
     background: #e52625;
     font-size: 15px;
     text-transform: inherit;
     /* border: 2px solid #fee01c; */
     box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}


.cart-dropdown .dropdown-menu::before {
	right: auto;
	left: 2rem;
}

.product-default a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	width: 100%;
}

.cart-dropdown .dropdown-menu:before {
	content: '';
	position: absolute;
	top: -12px;
	right: 28px;
	border: 10px solid;
	border-color: transparent transparent #fff;
}

.weight {
	font-size: 18px;
	font-weight: 600;
}

.serviceBox {
	    font-family: 'Roboto Condensed', sans-serif;
	    padding: 20px 8px;
	    background: #ffffff;
	    /* color: #fff; */
	    border-radius: 12px;
	    position: relative;
	    /* box-shadow: 2px 2px 10px rgba(0,0,0,0.1); */
	    width: 100%;
	    display: flex;
	    align-items: center;
	    gap: 20px;
	    margin-top: 16px;
	    padding-left: 18px;
	    min-height: 112px;
	    position: relative;
}

.serviceBox::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 4px;
    width: 0;
    background-color:#21346a;
    z-index: 2;
    transition: all ease .5s;
}
.serviceBox:hover::after{
    width: 100%;
}

.color {
	background: #21346a;
}
.chart li{
    display: inline;
    padding: 0 2rem 0 0;
}


.serviceBox .service-icon img {
    max-width: 65px;
    padding: 0;
    padding-left: 6px;
    /* padding-right: 0 !important; */
    text-align: center;
    display: inline-block;
    /* margin-bottom: 40px; */

}
i.number {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    background: #21346a;
    color: #fff;
    line-height: 34px;
    border-radius: 10px 0 0 0;
}
.serviceBox .title {
         color: #212121;
    font-size: 18px;
    margin: 12px 0;
        font-family: "Open Sans", sans-serif;
    font-weight: 800;
}

.color .serviceBox .title {
	color: #fff;
}

.color .serviceBox .service-icon img {
	-webkit-filter: invert(100%);
	/* Safari/Chrome */
	filter: invert(100%);
}

.index-about {
	padding: 270px 0;
	background-size: cover;
	background: url(../images/about.png) no-repeat center;
	background-size: 100%;
}

.index-about-txt h4 {
	color: #000;
	font-weight: 500;
	    font-family: "Open Sans", sans-serif;
	font-size: 36px;
}

.index-about-txt h2 {
	color: #21346a;
	font-weight: 600;
	font-size: 36px;
	    font-family: "Open Sans", sans-serif;
}

.index-about-txt p {
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	line-height: 36px;
	    font-family: "Open Sans", sans-serif;
}

.index-about-txt ul li {
	background: #21346a;
	margin-bottom: 0;
	padding: 18px;
	/* border-radius: 0 30px 0 0; */
	color: #fff;
	text-align: left;
	/* font-family: 'POPPINS'; */
	font-size: 18px;
	font-weight: 500;
	width: 100%;
	    font-family: "Open Sans", sans-serif;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


.featuredomahe {
	width: 100%;
	/* background: #fbb840; */
	padding: 0;
	margin-bottom: 30px;
	float: left;
}

.featuredomahe figure {
	    margin: auto;
	    /* width: 60%; */
	    /* background-color: #ffffff; */
}

.featuredomahe h3 {
    /* min-height: auto; */
    font-size: 17px;
    /* font-weight: 1000; */
    color: #7a4f00;
    text-align: center;
    margin-top: 0;
      font-family: "Chakra Petch", sans-serif;

    padding: 0 10px;
    text-transform: capitalize;
}
/* .featuredomaheinner {
    margin-bottom: 32px;
    margin-top: 71px;
} */

.featuredomahe img {
	    border-radius: 0;
	    padding: 5px;
	    width: 80%;
	    margin: auto;
}

.product-details {
	    width: 100%;
}

.subtitle {
	line-height: 1;
	letter-spacing: .1em;
	font-size: 42px;
	font-weight: 900;
	margin-bottom: 40px;
	color: #fbb840;
}

.featuredomahe .product-price {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 30px;
    color: #4f5251;
    font-weight: 500;
    font-family: "Chakra Petch", sans-serif;
   
}

.featuredomahe a.btn {
    width: 138px;
    background: #f3a101;
    border: 0;
    border-radius: 31px !important;
    margin: 20px auto;
    box-shadow: 0;
    display: block;
    padding: 12px 20px !important;
    box-shadow: 2px 2px 10px #ddd;
    transition: all ease .3s;
    color: #fff !important;
}

.featuredomahe a.btn:hover {
    background: #242628;
}

.Communityjoin.Communityjoin_1 h2 {
	font-size: 20px;
	width: 100%;
	margin: auto;
	font-weight: bold;
	    font-family: "Open Sans", sans-serif;
	text-transform: capitalize;
	/* background: rgba(0,0,0,0.2); */
	line-height: 2;
	margin-top: 10px;
	text-shadow: 1px 1px #fff;
	text-align: left;
}

.ban_secnd {
    /* background-size: cover; */
    /* width: 100%; */
    /* display: inline-block; */
    margin-top: 0;
    padding: 30px 0;
    /* background-size: cover; */
    background-color: #fbb840;
}

.ban_secnd_img img{
    width: 100%;
}

.mid_head {
      width: 100%;
    text-align: center;
        font-family: "Open Sans", sans-serif;
    margin-bottom: 30px;
    margin-top: 11px;
}
.mid_head  h2{
      font-family: "Open Sans", sans-serif;
    color: #21346a;
    /* border-bottom: 1px solid #21346a; */
    /* text-shadow: 3px 1px 0 #21346a; */
    width: 50%;
    text-align: left;
    font-size: 36px;
    font-weight: 900;
}
.qty-select select.select-qty {
    width: 225px;
    max-width: 100%;
    height: 38px;
    padding: 0 5px;
    font-size: 18px;
    background-color: #f8f7f7;
    border: 1px solid #d4d4d4;
    border-radius: 0px;
    color: #292929;
}
.footer-shipping p {
    color: #fff;
    font-size: 18px;
}

section.section-margin--small p {
    font-size: 17px;
    color: #000;
}

.ban_secnd_img {
    width: 100%;
    height: 100%;
    background: red;
    border-radius: 10px;
    overflow: hidden;
}

/* header */

.top-header{
    padding: 20px 0;
    background-color: #023062;
}

.top-header-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-header ul{
   
    margin-bottom: 0;
}

.top-header ul li{
    margin-right: 15px;
}

.top-header ul li a{
    color: #fff;
    font-family: "Open Sans", sans-serif;
}

.top-header p{
    color: #fff;
}

.menu-section ul li a{
    font-family: "Open Sans", sans-serif !important;
    
}

.cart-content {
    display: flex;
    align-items: center;
    justify-content: end;
}

.logo img{
    width: 150px;
}

.after-header-content {
    width: 100%;
    display: block;
}

/* banner section */

.banner-section{
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-section h4{
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 300;
}

.banner-section h2{
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
}

.banner-section h1{
    font-family: "Teko", sans-serif;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}

.banner-section h1 span{
    font-family: "Teko", sans-serif;
    color: #d86600;
    font-size: 55px;
}

.banner-section p{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #fff;
}

.banner-section h5{
    color: #f3a101;
    font-size: 18px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    margin: 30px 0 15px;
}

.banner-section .img-box{
    max-width: 100%;
    display: block;
    margin: auto;
    overflow: hidden;
    
}

.banner-section .img-box img{
    width: 100%;
    object-fit: cover;
  
}

.banner-button{
    background-color: #f3a101 !important;
    color: #fff !important;
    border: 2px solid #f3a101 !important;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: "Open Sans", sans-serif;
    
}

.features{
    padding: 80px 0 40px;
}

.features .feature-box{
    padding: 50px;
    text-align: center;
    border: 1px solid #f8a404;
}

.features .feature-box h2{
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
}

.features .feature-box p{
   font-family: "Open Sans", sans-serif; 
   font-size: 14px;
}

.features .feature-box i{
    color: #000;
}

.feature-container h2 {
    font-size: 50px;
    font-family: "Chakra Petch", sans-serif;
    letter-spacing: normal;
    color: #4f5251;
    padding-top: 55px;
    padding-bottom: 30px;
    font-weight: 600;
    text-transform: capitalize;
    padding-top: 0;
}



.featuredomahe .add-cart:hover{
    background-color: #000;
}


.featuredomahe h3 {
    font-size: 14px;
    font-weight: 500;
      font-family: "Chakra Petch", sans-serif;
    margin-bottom: 0 !important;
    color: #4f5251;
}


.featuredomahe h3 {
    font-size: 14px;
    font-weight: 500;
      font-family: "Chakra Petch", sans-serif !important;
    margin-bottom: 0 !important;
    height: 50px;
}

    .feature-container p{
        text-align: center;
         font-family: "Open Sans", sans-serif;
         font-size: 16px;
         width: 75%;
         display: block;
         margin: 30px auto 40px;
         line-height: 27px;
    }

    .feature-container h2{
        margin-bottom: 0;
    }

    .footer-bottom hr{
        width: 100%;
        height: 0px;
        background-color: #f4f4f4;
    }

    .footer .widget-title{
        font-family: "Open Sans", sans-serif;
        color: #fff;
    }
.footer a {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

    .contact-info-label{
        font-family: "Open Sans", sans-serif;
        color: #fff;
    }

.footer strong {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 14px;
}

    .logo {
   
    margin: 0;
    width: 100%;
    transform: translate(3px, 2px);
    background: #fff;
    display: inline-flex;
}

.cart-content {
    display: inline-flex;
    align-items: center;
    justify-content: end;
}

.after-header-content {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
}

.dropdownmenu-wrapper{
    height: 350px;
    overflow: scroll;
}

#cookiePopup{
    z-index: 100000;
}

#cookiePopup h4{
    margin-bottom: 0;
}

#cookiePopup p{
    margin-bottom: 0;
}

#acceptCookie{
    height: 38px !important;
    padding: 0 20px;
}

#declineCookie{
    height: 38px !important;
    padding: 0 20px;
}

/* .bg-red {
    background-color: #f3a101 !important;
} */
.shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important;
}

.bg-md-red-100 {
        background-color: #f8d7da !important;
    }
        .a-md-red a {
        color: #f3a101 !important;
    }

        .mx-md-15 {
        margin-right: .9375rem !important;
        margin-left: .9375rem !important;
    }
.py-md-15 {
    padding-top: 2.9375rem !important;
    padding-bottom: 2.9375rem !important;
}
    .p-md-10 {
        padding: .625rem !important;
    }

        .fs-sm-20 {
        font-size: 1.25rem !important;
    }
        .mb-md-15 {
        margin-bottom: .9375rem !important;
    }
    .navbar-dark .navbar-brand {
    color: #fff;
    font-size: 21px !important;
}

span.footer-copyright {
    font-size: 14px;
    color: #fff;
}

.product-single-details h2 {
    font-size: 21px;
}

.product-desc ul li {
    font-size: 14px;
    list-style-type: circle;
}

.footer-middle ul li {
    font-size: 14px;
    color: #fff;
}

.hero-banner {
    min-height: 100vh;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    background-image: url(../images/banner.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-attachment: fixed; */
    position: relative;
    /* background: linear-gradient(45deg, var(--primary-color), transparent); */
}

/* .hero-banner::before {
    content: '';
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, var(--primary-color), transparent);
    /* z-index: -1; */
} */


section.section-margin.calc-60px {
        margin: 0;
        padding: 60px 0;
        background: rgb(190 89 30);
        background: -moz-linear-gradient(0deg, rgba(239,131,84,1) 0%, rgba(192,45,51,1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(239,131,84,1) 0%, rgb(190 89 30) 100%);
        background: linear-gradient(0deg, rgba(239, 131, 84, 1) 0%, #be1e2d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef8354",endColorstr="#c02d33",GradientType=1);
} 
/* @media (min-width: 991px) {
    .hero-banner {
     background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    padding: 218px 0 136px 0;
    position: relative;
    z-index: 1;
    background-image: url(../images/banner.jpg);
    }
} */

.product_custom {
        margin: 0;
    background: var(--primary-color);
    padding: 80px 0;
    }

.main_menu .navbar-nav .nav-item .nav-link {
    font-family: var(--primary-font);
    font-size: 16px;
}


@media (min-width: 575px) {
    .hero-banner::before {
        width:20%
    }
}

@media (min-width: 991px) {
    .hero-banner::before {
        width:35%
    }
}

.hero-banner__img {
    position: relative;
    top: 1px
}
 .hero-banner__content {
        /* padding: 20px; */
        /* background: #dc3545; */
        /* text-align: left; */
        /* background: transparent; */
        /* box-shadow: 0; */
        /* backdrop-filter: blur( 1px );
        -webkit-backdrop-filter: blur( 4px ); */
        /* border-radius: 10px; */
        /* border: 1px solid rgba( 255, 255, 255, 0.18 ); */
        /* background: #dc3545; */
        /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
        /* backdrop-filter: blur( 4px );
        -webkit-backdrop-filter: blur( 4px ); */
        /* border-radius: 10px; */
        /* border: 1px solid rgba( 255, 255, 255, 0.18 ); */
}


@media  {
    .hero-banner__content {
        }
}

.hero-banner__content h4 {
    font-size: 14px;
    color: var(--white-color);
    margin-bottom: 25px;
    /* letter-spacing: 5px; */
    font-weight: var(--fw-regular);
    font-family: var(--secondary-font);
    line-height: var(--text-line-height);
    letter-spacing: 0;
}
.hero-banner__content h1 {
    font-size: var(--display-three);
    text-transform: uppercase;
    font-weight: var(--fw-black);
    margin-bottom: 10px;
    font-family: var(--primary-font);
    color: var(--white-color);
    letter-spacing: 0;
    font-size: 44px;
    font-family: "Oswald", Sans-serif;
}

/* @media (min-width: 767px) {
    .hero-banner__content h1 {
        font-size:30px;
        margin-bottom: 25px
    }
} */

/* @media (min-width: 991px) {
    .hero-banner__content h1 {
         font-size: 52px;
    color: #3aba83;
    letter-spacing: 1px;
    background: #000;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.2) !important;
    font-weight: 900;
    font-family: 'Comfortaa', cursive;
    text-transform: unset;}
} */

.hero-banner__content p {
    margin-bottom: 10px
}

@media (min-width: 767px) {
    .hero-banner__content p {
        margin-bottom:40px;
        color: #0c0c0c;
    }
}

.hero-carousel__slide {
    position: relative
}

.hero-carousel__slide::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    transform: translateY(50px);
    opacity: 0;
    transition: all .4s ease
}

.hero-carousel__slideOverlay {
    position: absolute;
    bottom: 50px;
    background: #3aba83;
    padding: 23px 90px 23px 25px;
    transform: translateY(50px);
    opacity: 0;
    z-index: -1;
    transition: all .4s ease-in-out
}

.hero-carousel__slideOverlay h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff
}

.hero-carousel__slideOverlay p {
    color: #fff;
    margin: 0
}

.hero-carousel__slide:hover::after {
    transform: translateY(0);
    opacity: 1
}

.hero-carousel__slide:hover .hero-carousel__slideOverlay {
    transform: translateY(0);
    opacity: 1;
    z-index: 2
}

.card-product {
    border: 0;
    background: #333;
    margin-bottom: 30px;
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5); */
    border-radius: 30px;

}

.card-product p {
    margin-bottom: 0
}

.card-product__img {
    position: relative;
    padding: 10px;
}
.card-img {
    width: 100%;
    border: 2px solid var(--primary-color);
    border-radius: 30px;
}
h4.card-product__title {
       min-height: 54px;
    line-height: var(--heading-line-height);
}

.card-product__imgOverlay {
       background: transparent;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 5px;
    transform: translateY(20px);
    opacity: 1;
    z-index: 1;
    transition: all .48s ease;
    padding: 0 0 50px 0;
}

.card-product__imgOverlay li {
    display: inline-block
}
/* a.navbar-brand.logo_h img {
    width: 150px;
} */
.single-footer-widget.tp_widgets img {
    width: 100%;
        filter: brightness(0) invert(1);
}

.footer-logo img {
    width: 240px !important;
}

.footer-menu .list {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.footer-menu .list li {
    margin: 0 !important;
}
.card-product__imgOverlay li button {
     border: 0;
    border-radius: 0;
    padding: 7px 12px;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    color: #fff;
    padding: 12px 36px;
    border-radius: 35px;
    box-shadow: 2px 2px 10px #363636;
    line-height: 1;
    font-family: var(--primary-font);
    text-transform: uppercase;
    border: 1px solid var(--white-color);
}

.card-product__imgOverlay li button i,.card-product__imgOverlay li button span {
    font-size: 15px;
    color: #fff;
    vertical-align: middle
}

.card-product__imgOverlay li button:hover {
        background: #f7941d;
}

.card-product__imgOverlay li:not(:last-child) {
    margin-right: 5px 
}

.card-product__title a {
     color: #fff;
    letter-spacing: 0px;
    font-weight: 600;
    font-family: var(--primary-font);
    font-size: 20px;
}
.header_area .navbar .nav .nav-item .nav-link:hover{
       color: #ffb75a;
}

.card-product__price {
      font-size: 18px;
      font-weight: 500;
      /* background: #ffb75a; */
      color: var(--white-color);
      border-radius: 10px;
      font-family: 'Josefin Sans', sans-serif;
}

.offer {
    background: url("../img/home/parallax-bg.png") right center no-repeat;
    background-size: cover
}

@media (min-width: 1200px) {
    .offer {
        background-size:100% 100%
    }
}

.offer__content {
    padding: 100px 0 110px 0
}

@media (min-width: 1000px) {
    .offer__content {
        padding:122px 0 135px 0
    }
}

.offer__content h3 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px
}

@media (min-width: 650px) {
    .offer__content h3 {
        font-size:50px;
        margin-bottom: 25px
    }
}

.offer__content h4 {
    font-size: 30px
}

.offer__content p {
    color: #555555
}

#bestSellerCarousel .owl-prev,#bestSellerCarousel .owl-next {
    width: 40px;
    height: 40px;
    background: #f1f6f7
}

#bestSellerCarousel .owl-prev i,#bestSellerCarousel .owl-prev span,#bestSellerCarousel .owl-next i,#bestSellerCarousel .owl-next span {
    font-size: 15px;
    color: #3aba83;
    line-height: 40px
}

#bestSellerCarousel .owl-prev:hover,#bestSellerCarousel .owl-next:hover {
    background: #3aba83
}

#bestSellerCarousel .owl-prev:hover i,#bestSellerCarousel .owl-prev:hover span,#bestSellerCarousel .owl-next:hover i,#bestSellerCarousel .owl-next:hover span {
    color: #fff
}

#bestSellerCarousel .owl-prev {
    position: absolute;
    top: 30%;
    transform: translateY(-30%);
    left: -20px
}

@media (min-width: 1340px) {
    #bestSellerCarousel .owl-prev {
        left:-105px
    }
}

#bestSellerCarousel .owl-next {
    position: absolute;
    top: 30%;
    transform: translateY(-30%);
    right: -20px
}

@media (min-width: 1340px) {
    #bestSellerCarousel .owl-next {
        right:-105px
    }
}

.card-blog {
    border: 0
}

.card-blog .card-body {
    padding: 25px 25px 25px 0
}

.card-blog__info {
    margin-bottom: 12px
}

.card-blog__info li {
    display: inline-block;
    font-size: 14px;
    color: #999999
}

.card-blog__info li a {
    color: #999999
}

.card-blog__info li i,.card-blog__info li span {
    margin-right: 5px;
    vertical-align: middle
}

.card-blog__info li:not(:last-child) {
    margin-right: 20px
}

.card-blog__title {
    font-size: 20px;
    margin-bottom: 20px
}

.card-blog__title a {
    color: #222
}

.card-blog__link {
    font-weight: 500;
    color: #222
}

.card-blog__link i,.card-blog__link span {
    font-size: 13px;
    padding-left: 3px;
    display: inline-block;
    transition: all .5s ease
}

.card-blog:hover .card-blog__title a {
    color: #3aba83
}

.card-blog:hover .card-blog__link {
    color: #3aba83
}

.card-blog:hover .card-blog__link i,.card-blog:hover .card-blog__link span {
    padding-left: 10px
}

.subscribe {
    padding: 45px 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px -5px 20px 0px rgba(56,74,235,0.1)
}

@media (min-width: 1000px) {
    .subscribe {
        padding:85px 10px
    }
}

.subscribe__title {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 16px
}

@media (min-width: 1000px) {
    .subscribe__title {
        font-size:36px
    }
}

.subscribe-form .form-group {
    margin-bottom: 0;
    position: relative
}

.subscribe-form .form-group .info {
    position: absolute;
    top: 50px;
    left: 10px;
    color: #3aba83
}

.subscribe-form .form-control {
    border-radius: 30px;
    height: 50px;
    border-color: #EEEEEE;
    padding-left: 20px;
    font-size: 14px
}

@media (min-width: 800px) {
    .subscribe-form .form-control {
        min-width:380px
    }
}

.subscribe-form .form-control::placeholder {
    color: #999999
}

.subscribe-form .form-control:focus {
    outline: 0;
    box-shadow: none
}

.subscribe-form button {
    margin-left: 15px
}

.subscribe-position {
    margin-bottom: 20px
}

@media (min-width: 1000px) {
    .subscribe-position {
        position:relative;
        top: 100px;
        margin-bottom: 0
    }
}

.button {
    
    border-radius: 30px;
    font-weight: var(--fw-regular);
    background: linear-gradient(45deg, #f3a101, var(--secondary-color));
    color: var(--white-color);
    padding: 16px 36px !important;
    width: max-content;
    font-family: var(--primary-font);
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    font-family: var(--secondary-font);
    text-align: center;
    background: #d86600;
}

.about-area.pos-rel.de-pt {
    background: #282726;
    padding-top: 100px;
    padding-bottom: 100px;
}
.button:hover {
    background: var(--white-color);
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.button-opp {
    display: flex;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    font-weight: var(--fw-regular);
    padding: 12px 36px !important;
    width: max-content;
    font-family: var(--primary-font);
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    justify-content: center;
    align-items: center;
    background: var(--white-color);
    color: var(--primary-color);
}

.button-opp:hover {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    color: var(--white-color);
    border-color: var(--white-color);
}

@media (max-width: 767px) {
    .button {
        padding:8px 25px !important
    }
}

.button-subscribe {
    font-size: 14px;
    padding: 10px 20px
}

@media (min-width: 800px) {
    .button-subscribe {
        padding:12px 35px;
        font-size: 15px
    }
}

.button-blog {
    padding: 5px 31px;
    font-size: 14px;
    background: #f9f9ff;
    border-color: #EEEEEE;
    border-radius: 0;
    color: #222
}

.button-blog:hover {
    background: #3aba83 !important;
    color: #fff !important
}

.button-postComment {
    border-radius: 4px;
    font-size: 14px;
    margin-top: 5px
}

.button-contact {
    border-radius: 0;
    padding: 12px 26px
}

.button-tracking {
    font-size: 14px;
    padding: 8px 42px
}

.button-login {
    font-size: 15px;
    padding: 7px 44px
}

.button-coupon {
    font-size: 15px;
    padding: 6px 45px
}

.button-paypal {
    width: 100%;
    padding: 8px 30px
}

.button-account {
    padding: 7px 42px;
    background: transparent;
    border-color: #fff
}

.button-account:hover {
    border-color: #fff !important
}

.button-header {
    padding: 10px 45px;
    background: transparent;
    color: #222;
    border-color: #EEEEEE
}

.button-hero {
    padding: 6px 41px
}

.button--active {
    background: #3aba83;
    color: #fff
}

.button-contactForm {
    border: 1px solid #3aba83 !important;
    border-radius: 0;
    padding: 11px 26px
}

.button-review {
    padding: 12px 40px;
    border-radius: 30px
}

/* .button:hover {
       border-color: #be1e2d;
       background: #fcb764;
       color: #fff;
} */

.button-register {
    font-size: 14px;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-transform: uppercase;
    background: #c5322d
}

.button-register:hover {
    background: #c5322d;
    opacity: .7;
    color: #fff
}

.blog-banner {
    position: relative
}

.blog-banner h4,.blog-banner h1,.blog-banner a {
    text-transform: capitalize;
    color: #fff
}

.blog-banner h4 {
    font-size: 18px;
    margin-bottom: 15px
}

.blog-banner h1 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Mulish', sans-serif;
}

@media (min-width: 992px) {
    .blog-banner h1 {
        font-size:36px
    }
}

.blog-banner-area {
    height: 280px;
    position: relative;
    z-index: 1;
    background-color: #78caeb;
}

@media (min-width: 1000px) {
    .blog-banner-area {
        height: 200px;
    }
}

.blog-banner-area .blog-banner {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%)
}

.blog-banner-area::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
}

.blog-banner-btn {
    border: 2px solid #3aba83;
    padding: 10px 45px
}

.blog-banner-btn:hover {
    background: #3aba83;
    color: #fff
}

.banner-breadcrumb {
    display: inline-block
}

.banner-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0
}

.banner-breadcrumb .breadcrumb-item {
    padding: .1rem
}

.banner-breadcrumb .breadcrumb-item a {
    text-transform: capitalize;
    color: #fff;
}

.banner-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    padding-right: .1rem;
    content: "-"
}

.banner-breadcrumb .breadcrumb-item.active {
    color: #fff;

}

.l_blog_item .l_blog_text .date {
    margin-top: 24px;
    margin-bottom: 15px
}

.l_blog_item .l_blog_text .date a {
    font-size: 12px
}

.l_blog_item .l_blog_text h4 {
    font-size: 18px;
    color: #222;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0px;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.l_blog_item .l_blog_text h4:hover {
    color: #3aba83
}

.l_blog_item .l_blog_text p {
    margin-bottom: 0px;
    padding-top: 20px
}

.causes_slider .owl-dots {
    text-align: center;
    margin-top: 80px
}

.causes_slider .owl-dots .owl-dot {
    height: 14px;
    width: 14px;
    background: #eeeeee;
    display: inline-block;
    margin-right: 7px
}

.causes_slider .owl-dots .owl-dot:last-child {
    margin-right: 0px
}

.causes_slider .owl-dots .owl-dot.active {
    background: #3aba83
}

.causes_item {
    background: #fff
}

.causes_item .causes_img {
    position: relative
}

.causes_item .causes_img .c_parcent {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    height: 3px;
    background: rgba(255,255,255,0.5)
}

.causes_item .causes_img .c_parcent span {
    width: 70%;
    height: 3px;
    background: #3aba83;
    position: absolute;
    left: 0px;
    bottom: 0px
}

.causes_item .causes_img .c_parcent span:before {
    content: "75%";
    position: absolute;
    right: -10px;
    bottom: 0px;
    background: #3aba83;
    color: #fff;
    padding: 0px 5px
}

.causes_item .causes_text {
    padding: 30px 35px 40px 30px
}

.causes_item .causes_text h4 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    cursor: pointer
}

.causes_item .causes_text h4:hover {
    color: #3aba83
}

.causes_item .causes_text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0px
}

.causes_item .causes_bottom a {
    width: 50%;
    border: 1px solid #3aba83;
    text-align: center;
    float: left;
    line-height: 50px;
    background: #3aba83;
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.causes_item .causes_bottom a+a {
    border-color: #eeeeee;
    background: #fff;
    font-size: 14px;
    color: #222
}

.latest_blog_area {
    background: #f9f9ff
}

.single-recent-blog-post {
    margin-bottom: 30px
}

.single-recent-blog-post .thumb {
    overflow: hidden
}

.single-recent-blog-post .thumb img {
    transition: all 0.7s linear
}

.single-recent-blog-post .details {
    padding-top: 30px
}

.single-recent-blog-post .details .sec_h4 {
    line-height: 24px;
    padding: 10px 0px 13px;
    transition: all 0.3s linear
}

.single-recent-blog-post .date {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.single-recent-blog-post:hover img {
    transform: scale(1.23) rotate(10deg)
}

.tags .tag_btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid #eeeeee;
    display: inline-block;
    padding: 1px 18px;
    text-align: center;
    color: #222
}

.tags .tag_btn:before {
    background: #3aba83
}

.tags .tag_btn+.tag_btn {
    margin-left: 2px
}

.blog_categorie_area {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width: 900px) {
    .blog_categorie_area {
        padding-top:80px;
        padding-bottom: 80px
    }
}

@media (min-width: 1100px) {
    .blog_categorie_area {
        padding-top:120px;
        padding-bottom: 120px
    }
}

.categories_post {
    position: relative;
    text-align: center;
    cursor: pointer
}

.categories_post img {
    max-width: 100%
}

.categories_post .categories_details {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(34,34,34,0.75);
    color: #fff;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center
}

.categories_post .categories_details h5 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    position: relative
}

.categories_post .categories_details p {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0px
}

.categories_post .categories_details .border_line {
    margin: 10px 0px;
    background: #fff;
    width: 100%;
    height: 1px
}

.categories_post:hover .categories_details {
    background: rgba(56,74,235,0.85)
}

.blog_item {
    margin-bottom: 40px
}

.blog_info {
    padding-top: 30px
}

.blog_info .post_tag {
    padding-bottom: 20px
}

.blog_info .post_tag a {
    color: #222;
    font-size: 14px
}

.blog_info .post_tag a.active {
    color: #3aba83
}

.blog_info .blog_meta li a {
    color: #777777;
    vertical-align: middle;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 14px
}

.blog_info .blog_meta li a i {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    line-height: 20px;
    vertical-align: middle
}

.blog_info .blog_meta li a:hover {
    color: #3aba83
}

.blog_post img {
    max-width: 100%
}

.blog_details {
    padding-top: 20px
}

.blog_details h2 {
    font-size: 24px;
    line-height: 36px;
    color: #222;
    font-weight: 600;
    transition: all 0.3s linear
}

.blog_details h2:hover {
    color: #3aba83
}

.blog_details p {
    margin-bottom: 26px
}

.view_btn {
    font-size: 14px;
    line-height: 36px;
    display: inline-block;
    color: #222;
    font-weight: 500;
    padding: 0px 30px;
    background: #fff
}

.blog_right_sidebar {
    border: 1px solid #eeeeee;
    background: #fafaff;
    padding: 30px
}

.blog_right_sidebar .widget_title {
    font-size: 18px;
    line-height: 25px;
    background: #3aba83;
    text-align: center;
    color: #fff;
    padding: 8px 0px;
    margin-bottom: 30px
}

.blog_right_sidebar .search_widget .input-group .form-control {
    font-size: 14px;
    line-height: 29px;
    border: 0px;
    width: 100%;
    font-weight: 300;
    color: #fff;
    padding-left: 20px;
    border-radius: 45px;
    z-index: 0;
    background: #3aba83
}

.blog_right_sidebar .search_widget .input-group .form-control.placeholder {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group .form-control:-moz-placeholder {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group .form-control::-moz-placeholder {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group .form-control::-webkit-input-placeholder {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group .form-control:focus {
    box-shadow: none
}

.blog_right_sidebar .search_widget .input-group .btn-default {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0px;
    box-shadow: none;
    font-size: 14px;
    color: #fff;
    padding: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.blog_right_sidebar .author_widget {
    text-align: center
}

.blog_right_sidebar .author_widget h4 {
    font-size: 18px;
    line-height: 20px;
    color: #222;
    margin-bottom: 5px;
    margin-top: 30px
}

.blog_right_sidebar .author_widget p {
    margin-bottom: 0px
}

.blog_right_sidebar .author_widget .social_icon {
    padding: 7px 0px 15px
}

.blog_right_sidebar .author_widget .social_icon a {
    font-size: 14px;
    color: #222;
    transition: all 0.2s linear
}

.blog_right_sidebar .author_widget .social_icon a+a {
    margin-left: 20px
}

.blog_right_sidebar .author_widget .social_icon a:hover {
    color: #3aba83
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    margin-bottom: 4px;
    transition: all 0.3s linear
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover {
    color: #3aba83
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 0px
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
    margin-top: 20px
}

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 2px dotted #eee;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px
}

.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #777
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0px
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
    padding-top: 15px
}

.blog_right_sidebar .post_category_widget .cat-list li:hover {
    border-color: #3aba83
}

.blog_right_sidebar .post_category_widget .cat-list li:hover a {
    color: #3aba83
}

.blog_right_sidebar .newsletter_widget {
    text-align: center
}

.blog_right_sidebar .newsletter_widget .form-group {
    margin-bottom: 8px
}

.blog_right_sidebar .newsletter_widget .input-group-prepend {
    margin-right: -1px
}

.blog_right_sidebar .newsletter_widget .input-group-text {
    background: #fff;
    border-radius: 0px;
    vertical-align: top;
    font-size: 12px;
    line-height: 36px;
    padding: 0px 0px 0px 15px;
    border: 1px solid #eeeeee;
    border-right: 0px
}

.blog_right_sidebar .newsletter_widget .input-group-text i {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control {
    font-size: 12px;
    line-height: 24px;
    color: #cccccc;
    border: 1px solid #eeeeee;
    border-left: 0px;
    border-radius: 0px
}

.blog_right_sidebar .newsletter_widget .form-control.placeholder {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control:-moz-placeholder {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control::-moz-placeholder {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control::-webkit-input-placeholder {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
    outline: none;
    box-shadow: none
}

.blog_right_sidebar .newsletter_widget .bbtns {
    background: #3aba83;
    color: #fff;
    font-size: 12px;
    line-height: 38px;
    display: inline-block;
    font-weight: 500;
    padding: 0px 24px 0px 24px;
    border-radius: 0
}

.blog_right_sidebar .newsletter_widget .text-bottom {
    font-size: 12px
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eee;
    background: #fff;
    padding: 0px 13px;
    margin-bottom: 8px;
    transition: all 0.3s ease 0s;
    color: #222;
    font-size: 12px
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #3aba83;
    color: #fff
}

.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0px
}

.blog-pagination {
    padding-top: 25px;
    padding-bottom: 95px
}

.blog-pagination .page-link {
    border-radius: 0
}

.blog-pagination .page-item {
    border: none
}

.page-link {
    background: transparent;
    font-weight: 400
}

.blog-pagination .page-item.active .page-link {
    background-color: #3aba83;
    border-color: transparent;
    color: #fff
}

.blog-pagination .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #8a8a8a;
    border: none
}

.blog-pagination .page-link .lnr {
    font-weight: 600
}

.blog-pagination .page-item:last-child .page-link,.blog-pagination .page-item:first-child .page-link {
    border-radius: 0
}

.blog-pagination .page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3aba83;
    border-color: #eee
}

.single-post-area .social-links {
    padding-top: 10px
}

.single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px
}

.single-post-area .social-links li a {
    color: #cccccc;
    padding: 7px;
    font-size: 14px;
    transition: all 0.2s linear
}

.single-post-area .social-links li a:hover {
    color: #222
}

.single-post-area .blog_details {
    padding-top: 26px
}

.single-post-area .blog_details p {
    margin-bottom: 10px
}

.single-post-area .quotes {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 24px 35px 24px 30px;
    background-color: #fff;
    box-shadow: -20.84px 21.58px 30px 0px rgba(176,176,176,0.1);
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-style: italic
}

.single-post-area .arrow {
    position: absolute
}

.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600
}

.single-post-area .thumb .overlay-bg {
    background: rgba(0,0,0,0.8)
}

.single-post-area .navigation-area {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 60px
}

.single-post-area .navigation-area p {
    margin-bottom: 0px
}

.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px;
    color: #222
}

.single-post-area .navigation-area .nav-left {
    text-align: left
}

.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-left .thumb img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-left:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: .5
}

@media (max-width: 767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom:30px
    }
}

.single-post-area .navigation-area .nav-right {
    text-align: right
}

.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-right .thumb img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: .5
}

@media (max-width: 991px) {
    .single-post-area .sidebar-widgets {
        padding-bottom:0px
    }
}

.comments-area {
    background: #fafaff;
    border: 1px solid #eee;
    padding: 50px 30px;
    margin-top: 50px
}

@media (max-width: 414px) {
    .comments-area {
        padding:50px 8px
    }
}

.comments-area h4 {
    text-align: center;
    margin-bottom: 50px;
    color: #222;
    font-size: 18px
}

.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0px
}

.comments-area a {
    color: #222
}

.comments-area .comment-list {
    padding-bottom: 48px
}

.comments-area .comment-list:last-child {
    padding-bottom: 0px
}

.comments-area .comment-list.left-padding {
    padding-left: 25px
}

@media (max-width: 413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size:12px
    }

    .comments-area .comment-list .single-comment .date {
        font-size: 11px
    }

    .comments-area .comment-list .single-comment .comment {
        font-size: 10px
    }
}

.comments-area .thumb {
    margin-right: 20px
}

.comments-area .date {
    font-size: 13px;
    color: #cccccc;
    margin-bottom: 13px
}

.comments-area .comment {
    color: #777777;
    margin-bottom: 0px
}

.comments-area .btn-reply {
    background-color: #fff;
    color: #222;
    padding: 5px 18px;
    font-size: 12px;
    display: block;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.comments-area .btn-reply:hover {
    background-color: #3aba83;
    color: #fff;
    font-weight: 700
}

.comment-form {
    background: #fafaff;
    text-align: center;
    border: 1px solid #eee;
    padding: 47px 30px 43px;
    margin-top: 50px;
    margin-bottom: 20px
}

.comment-form h4 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 22px;
    color: #222
}

.comment-form .name {
    padding-left: 0px
}

@media (max-width: 767px) {
    .comment-form .name {
        padding-right:0px;
        margin-bottom: 1rem
    }
}

.comment-form .email {
    padding-right: 0px
}

@media (max-width: 991px) {
    .comment-form .email {
        padding-left:0px
    }
}

.comment-form .form-control {
    padding: 8px 20px;
    background: #fff;
    border: none;
    border-radius: 0px;
    width: 100%;
    font-size: 14px;
    color: #777777;
    border: 1px solid transparent
}

.comment-form .form-control:focus {
    box-shadow: none;
    border: 1px solid #eee
}

.comment-form .form-control::placeholder {
    color: #777777
}

.comment-form textarea.form-control {
    height: 140px;
    resize: none
}

.comment-form ::-webkit-input-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form ::-moz-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form :-ms-input-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form :-moz-placeholder {
    font-size: 13px;
    color: #777
}

.contact-banner {
    position: relative
}

.contact-banner h4,.contact-banner h1,.contact-banner a {
    text-transform: uppercase;
    color: #fff
}

.contact-banner h4 {
    font-size: 18px;
    margin-bottom: 15px
}

.contact-banner h1 {
    font-size: 37px;
    margin-bottom: 5px
}

@media (min-width: 992px) {
    .contact-banner h1 {
        font-size:48px
    }
}

.contact-banner-area {
    height: 280px;
    background: url("../../assets/images/contact-bg.png") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

@media (min-width: 991px) {
    .contact-banner-area {
        height:450px
    }
}

.contact-banner-area .contact-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%)
}

.contact-banner-area::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1,2,11,0.7);
    z-index: -1
}

.contact-banner-btn {
    border: 2px solid #3aba83;
    padding: 10px 45px
}

.contact-banner-btn:hover {
    background: #3aba83;
    color: #fff
}

.contact-info__icon {
    margin-right: 20px
}

.contact-info__icon i,.contact-info__icon span {
    color: var(--white-color);
    font-size: 20px;
    background: var(--primary-color);
    padding: 10px;
    border-radius: 50px;
}

.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    color: var(--black-color);
}

.contact-info .media-body h3 a {
    color: var(--black-color);
}

.contact-info .media-body p {
    color: var(--black-color);
}

.form-contact .form-group {
    margin-bottom: 10px
}

.form-contact .form-control {
    border-radius: 0;
    height: 40px;
    padding-left: 18px;
    border-color: transparent;
    background: rgba(130,139,178,0.1)
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none
}

.form-contact .form-control::placeholder {
    font-size: 14px;
    color: #999999
}

.form-contact .different-control {
    height: 100% !important
}

.form-contact button {
    border: 0
}

.filter-bar {
    padding: 0px 20px 10px 20px;
    background: #f1f6f7;
    margin-bottom: 30px
}

.filter-bar a,.filter-bar i {
    color: #000
}

.filter-bar-search {
    margin-top: 10px
}

.filter-bar-search input {
    border: 1px solid #eee;
    font-size: 14px;
    color: #999999;
    height: 38px;
    padding-left: 15px
}

.filter-bar-search input:focus {
    outline: 0;
    box-shadow: none
}

.filter-bar-search input::placeholder {
    color: #999999
}

.filter-bar-search button {
    background: transparent;
    border: 1px solid #eee;
    background: #fff;
    border-left: 0;
    padding-right: 15px
}

.filter-bar-search button i,.filter-bar-search button span {
    font-size: 14px;
    color: #999999
}

.sorting {
    margin-top: 10px;
    margin-right: 10px
}

.sorting .nice-select {
    border-radius: 0px;
    border: 1px solid #eee;
    padding-right: 50px;
    height: 38px;
    color: #999999
}

.sorting .nice-select:after {
    right: 18px
}

.sorting .nice-select .list {
    border-radius: 0px
}

.sidebar-categories .head {
    font-family: 'Oswald', sans-serif;
    line-height: 50px;
    background: #3aba83;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.sidebar-categories .main-categories {
    padding: 20px 28px;
    background: #f1f6f7
}

.sidebar-categories .main-categories .pixel-radio {
    background: transparent !important
}

.sidebar-categories .main-nav-list a {
    font-size: 14px;
    display: block;
    line-height: 50px;
    padding-left: 10px;
    border-bottom: 1px solid #eee
}

.sidebar-categories .main-nav-list a:hover {
    color: #3aba83
}

.sidebar-categories .main-nav-list a .number {
    color: #cccccc;
    margin-left: 10px
}

.sidebar-categories .main-nav-list a .lnr {
    margin-right: 10px;
    display: none
}

.sidebar-categories .main-nav-list.child a {
    padding-left: 32px
}

.sidebar-filter {
    margin-top: 30px
}

.sidebar-filter .top-filter-head {
    font-family: 'Oswald', sans-serif;
    line-height: 50px;
    background: #3aba83;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.sidebar-filter .head {
    line-height: 60px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    text-transform: capitalize
}

.sidebar-filter .common-filter {
    background: #f1f6f7;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px
}

.sidebar-filter .common-filter .filter-list {
    position: relative;
    padding-left: 28px
}

.sidebar-filter .common-filter:last-child {
    border-bottom: 0
}

.filter-list {
    line-height: 32px
}

.filter-list i {
    margin-right: 10px;
    cursor: pointer
}

.filter-list .number {
    color: #ccc
}

.filter-list label {
    margin-bottom: 3px;
    cursor: pointer
}

@-webkit-keyframes click-wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.35;
        position: absolute;
        top: 50%;
        left: 50%
    }

    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
        top: 50%;
        left: 50%;
        position: absolute
    }
}

@-moz-keyframes click-wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.35;
        position: absolute;
        top: 50%;
        left: 50%
    }

    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
        top: 50%;
        left: 50%;
        position: absolute
    }
}

@keyframes click-wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.35;
        position: absolute;
        top: 50%;
        left: 50%
    }

    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
        top: 50%;
        left: 50%;
        position: absolute
    }
}

.pixel-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 15px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 1px solid #999999;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    outline: none;
    position: relative;
    z-index: 1
}

.pixel-radio:checked {
    border: 8px solid #3aba83
}

.pixel-radio:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #3aba83;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    opacity: 0
}

.pixel-radio {
    border-radius: 50%;
    top: 2px
}

.pixel-radio::after {
    border-radius: 50%
}

.price-range-area {
    padding: 15px 30px 0 30px
}

.price-range-area .noUi-target {
    background: #eee;
    border-radius: 0px;
    border: 0px;
    box-shadow: none
}

.price-range-area .noUi-base {
    background: #e8f0f2
}

.price-range-area .noUi-horizontal {
    height: 6px
}

.price-range-area .noUi-connect {
    background: #e8f0f2;
    border-radius: 0px;
    box-shadow: none
}

.price-range-area .noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    left: -8px;
    top: -5px;
    border-radius: 50%;
    border: 0px;
    background: #3aba83;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: ease 0.1s;
    -moz-transition: ease 0.1s;
    -o-transition: ease 0.1s;
    transition: ease 0.1s
}

.price-range-area .noUi-horizontal .noUi-handle:focus {
    outline: none
}

.price-range-area .noUi-horizontal .noUi-handle:hover {
    border: 3px solid #3aba83;
    background: #fff
}

.price-range-area .noUi-handle::after,.price-range-area .noUi-handle::before {
    display: none
}

.price-range-area .value-wrapper {
    margin-top: 15px;
    color: #777777
}

.price-range-area .value-wrapper .to {
    margin: 0 5px
}

.price-range-area .price {
    margin-right: 5px;
    color: #777
}

.single-search-product {
    padding: 10px 0
}

.products-page {
    padding: 60px 0;
}

.products-page h2 {
    text-align: center;
    margin-bottom: 20px;
    font-family: var(--primary-font);
    color: var(--black-color);
    font-size: var(--display-two);
    line-height: var(--heading-line-height);
    font-weight: var(--fw-black);
    letter-spacing: 2px;
}

@media (min-width: 1000px) {
    .single-search-product {
        padding:20px 0
    }
}

.single-search-product-wrapper {
    padding: 12px 20px 10px 30px;
    border: 1px solid #EEEEEE
}

.single-search-product img {
    max-width: 70px;
    height: auto
}

.single-search-product .desc {
    margin-left: 15px;
    margin-top: 5px
}

.single-search-product .desc .title {
    font-family: 'Oswald', sans-serif;
    color: #222;
    margin-bottom: 0;
    display: inline-block
}

.single-search-product .desc .price {
    font-size: 16px;
    font-weight: 500;
    color: #777777
}

.single-search-product .desc .price span {
    font-weight: 700
}

.single-search-product .desc .price del {
    font-size: 12px;
    color: #cccccc;
    font-weight: 400
}

.single-search-product:hover .title {
    color: #3aba83
}

.order-wrapper {
    background: #f1f6f7;
    padding: 25px
}

.order-wrapper .list-row {
    border-bottom: 1px solid #eee;
    padding: 10px 0
}

.order-wrapper .list-row h6 {
    text-transform: uppercase
}

.order-wrapper .list-row .total {
    font-weight: 500;
    color: #222
}

.order-wrapper .bold-lable {
    font-weight: 700;
    text-transform: uppercase;
    color: #222
}

.order-wrapper .payment-info {
    margin-top: 20px;
    background: #f5f5f5;
    border-top: 1px solid #eee;
    padding: 15px
}

.order-wrapper .terms-link {
    color: #43b253
}

.order-wrapper .pixel-checkbox {
    margin-top: 5px
}

.billing-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 15px;
    border-color: #DDDDDD
}

.billing-alert {
    font-size: 18px;
    color: #3aba83;
    margin-bottom: 30px
}

.confirmation-card {
    padding: 38px;
    background: #f1f6f7
}

.confirmation-card tr td:last-child {
    color: #222;
    padding-left: 25px
}

.order_details_table {
    background: #f1f6f7;
    padding: 30px;
    margin-top: 75px
}

@media (min-width: 767px) {
    .order_details_table {
        margin-top:45px
    }
}

.order_details_table h2 {
    color: #222;
    font-size: 18px;
    padding-bottom: 15px
}

.order_details_table .table {
    margin-bottom: 0px
}

.order_details_table .table thead tr th {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-family: "Oswald",sans-serif;
    font-weight: normal;
    color: #222
}

@media (max-width: 1000px) {
    .order_details_table .table tbody tr:last-child {
        height:50px
    }
}

.order_details_table .table tbody tr td {
    border: 0;
    color: #777777
}

.order_details_table .table tbody tr td p {
    margin-bottom: 0px
}

.order_details_table .table tbody tr td h5 {
    font-family: 'Comfortaa', cursive;
    color: #222;
    margin-bottom: 0px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500
}

.order_details_table .table tbody tr td h4 {
    font-family: 'Comfortaa', cursive;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #222;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500
}

.order_details_table .table tbody tr:last-child td {
    border-top: 1px solid #ddd;
    padding-bottom: 0
}

.order_details_table .table tbody tr:last-child td p {
    color: #222
}

.tracking_box_area .tracking_box_inner p {
    max-width: 870px;
    color: #555555;
    margin-bottom: 25px
}

.tracking_box_area .tracking_box_inner .tracking_form {
    max-width: 645px
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group {
    margin-bottom: 1.2rem
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input {
    height: 40px;
    border: 1px solid #eee;
    padding: 0px 15px;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input.placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input:-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input::-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group:last-child {
    margin-bottom: 0px
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group .submit_btn {
    text-transform: uppercase
}

.check_title h2 {
    font-size: 15px;
    font-weight: normal;
    font-family: 'Comfortaa', cursive;
    background: #f1f6f7;
    line-height: 40px !important;
    padding-left: 30px;
    margin-bottom: 0px
}

.check_title h2 a {
    color: #3aba83;
    text-decoration: underline
}

.returning_customer p {
    margin-top: 15px;
    padding-left: 30px;
    margin-bottom: 25px
}

.returning_customer .contact_form {
    max-width: 710px;
    margin-left: 15px
}

.returning_customer .contact_form .form-group {
    margin-bottom: 20px
}

.returning_customer .contact_form .form-group input {
    border: 1px solid #eeeeee;
    height: 40px;
    border-radius: 3px;
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group input.placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group input:-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group input::-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group .primary-btn {
    line-height: 38px;
    padding: 0px 38px;
    text-transform: uppercase;
    margin-right: 10px;
    border-radius: 2px;
    border: none
}

.returning_customer .contact_form .form-group .creat_account {
    display: inline-block;
    margin-left: 15px
}

.returning_customer .contact_form .form-group .creat_account input {
    height: auto;
    margin-right: 10px
}

.returning_customer .contact_form .form-group .lost_pass {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #777;
    font-weight: normal
}

.cupon_area {
    margin-bottom: 40px
}

.cupon_area input {
    margin-left: 30px;
    max-width: 730px;
    width: 100%;
    display: block;
    height: 40px;
    border-radius: 3px;
    padding: 0px 15px;
    border: 1px solid #eeeeee;
    outline: none;
    box-shadow: none;
    margin-top: 20px;
    margin-bottom: 20px
}

.cupon_area .tp_btn {
    margin-left: 30px
}

.tp_btn {
    border: 1px solid #eeeeee;
    display: inline-block;
    line-height: 38px;
    padding: 0px 40px;
    color: #222;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 3px
}

.tp_btn:hover {
    background: #3aba83;
    color: #fff;
    border-color: #3aba83
}

.billing_details h3 {
    font-size: 18px;
    color: #222;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.billing_details .contact_form .form-group {
    margin-bottom: 20px
}

.billing_details .contact_form .form-group .placeholder::before {
    font-size: 14px;
    color: #999999
}

.billing_details .contact_form .form-group input {
    font-size: 14px;
    border-radius: 3px;
    color: #999999;
    border-color: #EEEEEE
}

.billing_details .contact_form .form-group input.placeholder {
    color: #999999;
    font-size: 14px
}

.billing_details .contact_form .form-group input:-moz-placeholder {
    color: #999999;
    font-size: 14px
}

.billing_details .contact_form .form-group input::-moz-placeholder {
    color: #999999;
    font-size: 14px
}

.billing_details .contact_form .form-group input::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px
}

.billing_details .contact_form .form-group .form-control {
    border-color: #EEEEEE;
    font-size: 14px;
    color: #777777
}

.billing_details .contact_form .form-group .form-control::placeholder {
    color: #777777
}

.billing_details .contact_form .form-group label {
    color: #999999
}

.billing_details .contact_form .form-group textarea {
    height: 150px;
    border-radius: 3px;
    margin-top: 15px
}

.billing_details .contact_form .form-group .country_select {
    width: 100%;
    height: 40px;
    border-color: #EEEEEE
}

.billing_details .contact_form .form-group .country_select .current {
    color: #999999
}

.billing_details .contact_form .form-group .country_select span {
    color: #777
}

.billing_details .contact_form .form-group .country_select .list {
    width: 100%;
    border-radius: 0px
}

.billing_details .contact_form .form-group .country_select .list li {
    font-size: 14px;
    font-weight: normal
}

.billing_details .contact_form .form-group .creat_account #f-option2 {
    margin-right: 5px
}

.billing_details .contact_form .form-group .creat_account #f-option3 {
    margin-right: 5px
}

.billing_details .contact_form .form-group .creat_account a {
    color: #3aba83
}

.order_box {
    background: #e8f0f2;
    padding: 30px
}

.order_box h2 {
    border-bottom: 1px solid #dddddd;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    padding-bottom: 15px
}

.order_box .list li a {
    font-size: 14px;
    color: #777;
    font-weight: normal;
    border-bottom: 1px solid #eeeeee;
    display: block;
    line-height: 42px
}

.order_box .list li a h4 {
    font-family: 'Comfortaa', cursive;
    font-size: 15px;
    margin-top: 15px
}

.order_box .list li a span {
    float: right
}

.order_box .list li a .middle {
    float: none;
    width: 50px;
    text-align: right;
    display: inline-block;
    margin-left: 30px;
    color: #222
}

.order_box .list li:nth-child(4) a .middle {
    margin-left: 48px
}

.order_box .list_2 li a {
    text-transform: uppercase;
    color: #222;
    font-weight: 500
}

.order_box .list_2 li a span {
    color: #777;
    text-transform: capitalize
}

.order_box .list_2 li:last-child a span {
    color: #222
}

.order_box .payment_item h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    font-weight: 500;
    padding-left: 22px;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px
}

.order_box .payment_item h4:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    background: #fff;
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.order_box .payment_item h4:after {
    content: "";
    height: 4px;
    width: 4px;
    background: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 5px;
    top: 8px
}

.order_box .payment_item h4 img {
    padding-left: 60px
}

.order_box .payment_item p {
    background: #fff;
    padding: 15px 20px;
    font-size: 12px
}

.order_box .payment_item.active h4:before {
    background: #3aba83;
    border-color: #3aba83
}

.order_box .creat_account {
    margin-bottom: 15px
}

.order_box .creat_account label {
    padding-left: 10px;
    font-size: 12px;
    color: #222;
    display: inline;
}

.order_box .creat_account a {
    color: #c5322d
}

.order_box .primary-btn {
    display: block;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px
}

.order_box .primary-btn:hover:before {
    left: 310px
}

.order_details .title_confirmation {
    text-align: center;
    color: #28d500;
    font-size: 18px;
    margin-bottom: 80px
}

.order_d_inner .details_item h4 {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    font-size: 18px;
    color: #222;
    padding-left: 18px
}

.order_d_inner .details_item .list {
    padding-left: 18px
}

@media (min-width: 767px) {
    .order_d_inner .details_item .list {
        margin-bottom:30px
    }
}

.order_d_inner .details_item .list li {
    margin-bottom: 8px
}

.order_d_inner .details_item .list li:last-child {
    margin-bottom: 0px
}

.order_d_inner .details_item .list li a {
    font-size: 14px;
    color: #222
}

.order_d_inner .details_item .list li a span {
    width: 145px;
    display: inline-block;
    color: #777
}

.order_details_table {
    background: #e5ecee;
    padding: 30px;
    margin-top: 75px
}

@media (min-width: 767px) {
    .order_details_table {
        margin-top:45px
    }
}

.order_details_table h2 {
    color: #222;
    font-size: 18px;
    padding-bottom: 15px
}

.order_details_table .table {
    margin-bottom: 0px
}

.order_details_table .table thead tr th {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: normal
}

.order_details_table .table tbody tr td p {
    margin-bottom: 0px
}

.order_details_table .table tbody tr td h5 {
    color: #222;
    margin-bottom: 0px
}

.order_details_table .table tbody tr td h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #222
}

.order_details_table .table tbody tr:last-child td {
    border-top: 1px solid #ddd
}

.order_details_table .table tbody tr:last-child td p {
    color: #222
}

.radion_btn input[type=radio] {
    position: absolute;
    visibility: hidden
}

.radion_btn {
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px
}

.radion_btn img {
    position: absolute;
    right: 40px;
    top: 0px
}

.radion_btn label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 0px 25px 21px 25px;
    height: 14px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    font-weight: 500;
    color: #222;
    font-size: 15px;
    letter-spacing: .25px;
    text-transform: capitalize
}

.radion_btn .check {
    display: block;
    position: absolute;
    border: 1px solid #cdcdcd;
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 5px;
    left: 0px;
    background: #fff;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear
}

.radion_btn .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 4px;
    width: 4px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear
}

.radion_btn input[type=radio]:checked ~ .check {
    border: 1px solid #C5322D;
    background: #C5322D
}

.radion_btn input[type=radio]:checked ~ .check::before {
    background: #fff
}

.radion_btn input[type=radio]:checked ~ label {
    color: #000
}

.order_box .creat_account a {
    font-size: 12px;
    color: #3aba83
}

.login_box_area .login_box_img {
    height: 350px;
    position: relative
}

@media (min-width: 1000px) {
    .login_box_area .login_box_img {
        height:610px
    }
}

@media (min-width: 991px) {
    .login_box_area .login_box_img {
        margin-right:-30px
    }
}

.login_box_area .login_box_img img {
    width: 100%
}

.login_box_area .login_box_img:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #3aba83;
    opacity: .9
}

.login_box_area .login_box_img .hover {
    position: absolute;
    top: 50%;
    left: 0px;
    text-align: center;
    width: 100%;
    transform: translateY(-50%)
}

.login_box_area .login_box_img .hover h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px
}

.login_box_area .login_box_img .hover p {
    max-width: 390px;
    margin: 0px auto 28px;
    color: #fff
}

.login_box_area .login_box_img .hover .primary-btn {
    border-radius: 0px;
    line-height: 38px;
    text-transform: uppercase
}

.login_box_area .login_box_img .hover .primary-btn:hover:before {
    left: 260px
}

.login_box_area .login_box_img .button:hover {
    background: #c5322d !important;
    color: #fff !important;
    border-color: #c5322d !important
}

.login_form_inner {
    box-shadow: 0px 10px 40px 0px rgba(56,74,235,0.1);
    height: 100%;
    text-align: center;
    padding: 30px 0
}

@media (min-width: 1000px) {
    .login_form_inner {
        padding-top:115px;
        padding-bottom: 0
    }
}

.login_form_inner h3 {
    color: #222;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 75px
}

.login_form_inner .login_form {
    max-width: 385px;
    margin: auto
}

.login_form_inner.reg_form {
    padding-top: 60px
}

.login_form_inner.reg_form h3 {
    margin-bottom: 70px
}

.login_form .form-group {
    margin-bottom: 22px
}

.login_form .form-group input {
    height: 40px;
    border: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    color: #999999
}

.login_form .form-group input.placeholder {
    color: #999999
}

.login_form .form-group input:-moz-placeholder {
    color: #999999
}

.login_form .form-group input::-moz-placeholder {
    color: #999999
}

.login_form .form-group input::-webkit-input-placeholder {
    color: #999999
}

.login_form .form-group .creat_account {
    margin-top: 10px;
    font-size: 14px;
    text-align: left
}

.login_form .form-group .creat_account input {
    height: auto;
    margin-right: 10px;
    position: relative;
    top: 2px
}

.login_form .form-group .primary-btn {
    display: block;
    border-radius: 0px;
    line-height: 38px;
    width: 100%;
    text-transform: uppercase;
    border: none
}

.login_form .form-group .primary-btn:hover:before {
    left: 370px
}

.login_form .form-group a {
    font-size: 14px;
    color: #777;
    margin-top: 20px;
    display: block
}

.register_form_inner {
    padding-top: 70px
}

.instagram_area {
    position: relative
}

.instagram_area .container {
    max-width: 1625px
}

.instagram_area .insta_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2
}

.instagram_area .insta_btn .theme_btn {
    background: #fff;
    border-radius: 5px;
    padding: 0px 45px;
    line-height: 50px;
    color: #222;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1)
}

.instagram_area.top_pad {
    padding-top: 120px
}

.instagram_image {
    margin-bottom: -120px !important
}

.instagram_image a {
    flex: 0 0 16.667%;
    max-width: 16.667%;
    display: block;
    overflow: hidden
}

.instagram_image a img {
    width: 100%;
    transition: all 300ms ease
}

.instagram_image a:hover img {
    transform: scale(1.05)
}

@media (max-width: 991px) {
    .instagram_image {
        margin-bottom:120px !important
    }
}

@media (max-width: 767px) {
    .instagram_image a {
        flex:0 0 33.33%;
        max-width: 33.33%
    }

    /* .cart-dropdown:hover .dropdown-menu, .compare-dropdown:hover .dropdown-menu {
        position: fixed;
        left: 0;
        right: 0;
        top: 140px;
        bottom: 0;
        width: 100%;
        height: 100%;
    } */

    /* .dropdownmenu-wrapper {
        height: 100% !important;
    } */
}

@media (max-width: 575px) {
    .instagram_image {
        margin-bottom:70px !important
    }

    .instagram_image a {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.cart_area {
    padding-top: 90px;
    padding-bottom: 55px
}

.cart_inner .table th,.cart_inner .table td {
    padding: .75rem 1.5rem;
    border-color: #EEEEEE
}

.cart_inner .table thead tr th {
    border-top: 0px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Oswald",sans-serif;
    color: #222;
    border-bottom: 0px !important
}

.cart_inner .table tbody tr td {
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: middle;
    align-self: center
}

.cart_inner .table tbody tr td .media .d-flex {
    padding-right: 30px;
    width: 160px;
}

.cart_inner .table tbody tr td .media .d-flex img {
    border-radius: 3px
}

@media (max-width: 600px) {
    .cart_inner .table tbody tr td .media .d-flex img {
        max-width:100px;
        height: 80px
    }
}

.cart_inner .table tbody tr td .media .media-body {
    vertical-align: middle;
    align-self: center
}

.cart_inner .table tbody tr td .media .media-body p {
    margin-bottom: 0px
}

.cart_inner .table tbody tr td h5 {
    font-size: 16px;
    color: var(--black-color);
    font-family: var(--secondary-font);
    margin-bottom: 0px;
}

.cart_inner .table tbody tr td .product_count {
    margin-bottom: 0px
}

.cart_inner .table tbody tr td .product_count input {
    width: 100px;
    padding-left: 30px;
    height: 40px;
    outline: none;
    box-shadow: none
}

.cart_inner .table tbody tr td .product_count .increase {
    top: -2px
}

.cart_inner .table tbody tr td .product_count .increase:before {
    content: "";
    height: 40px;
    width: 1px;
    position: absolute;
    left: -3px;
    top: 0px;
    background: #eeeeee
}

.cart_inner .table tbody tr td .product_count .increase:after {
    content: "";
    height: 1px;
    width: 30px;
    position: absolute;
    left: -3px;
    top: 22px;
    background: #eeeeee
}

.cart_inner .table tbody tr td .product_count .reduced {
    bottom: -6px
}

.cart_inner .table tbody tr.bottom_button .button {
    font-size: 15px;
    padding: 7px 18px;
    background: #f9f9ff;
    border-color: #EEEEEE;
    color: #222
}

@media (min-width: 1000px) {
    .cart_inner .table tbody tr.bottom_button .button {
        padding:7px 45px
    }
}

.cart_inner .table tbody tr.bottom_button td:last-child {
    width: 60px
}

.cart_inner .table tbody tr.bottom_button td .cupon_text {
    margin-left: -429px
}

@media (min-width: 991px) {
    .cart_inner .table tbody tr.bottom_button td .cupon_text {
        margin-left:-465px
    }
}

@media (max-width: 600px) {
    .cart_inner .table tbody tr.bottom_button td .cupon_text {
        margin-left:-380px
    }
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input {
    width: 200px;
    padding: 0px 10px 0 18px;
    border-radius: 30px;
    border: 1px solid #eeeeee;
    height: 40px;
    font-size: 14px;
    color: #cccccc;
    font-weight: normal;
    margin-right: -3px;
    outline: none;
    box-shadow: none
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input.placeholder {
    font-size: 14px;
    color: #cccccc;
    font-weight: normal
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input:-moz-placeholder {
    font-size: 14px;
    color: #cccccc;
    font-weight: normal
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input::-moz-placeholder {
    font-size: 14px;
    color: #cccccc;
    font-weight: normal
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input::-webkit-input-placeholder {
    font-size: 14px;
    color: #cccccc;
    font-weight: normal
}

@media (max-width: 600px) {
    .cart_inner .table tbody tr.bottom_button td .cupon_text input {
        width:120px
    }
}

.cart_inner .table tbody tr.bottom_button td .cupon_text .primary-btn {
    height: 40px;
    line-height: 38px;
    text-transform: uppercase;
    background: #3aba83;
    padding: 0px 38px;
    margin-right: 5px;
    margin-left: 10px;
    border-radius: 30px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff
}

/* .cart_inner .table tbody tr.bottom_button td .cupon_text .gray_btn {
    padding: 0px 40px
} */

.cart_inner .table tbody tr.shipping_area td:nth-child(3) {
    vertical-align: top
}

.cart_inner .table tbody tr.shipping_area .shipping_box {
    margin-left: -250px;
    text-align: right
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li {
    margin-bottom: 12px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li:last-child {
    margin-bottom: 0px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li a {
    padding-right: 30px;
    font-size: 15px;
    color: #777;
    position: relative
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li a:before {
    content: "";
    height: 16px;
    width: 16px;
    border: 1px solid #cdcdcd;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li a:after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #3aba83;
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li.active a:after {
    opacity: 1
}

.cart_inner .table tbody tr.shipping_area .shipping_box h6 {
    font-size: 14px;
    font-weight: normal;
    color: #222;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px
}

.cart_inner .table tbody tr.shipping_area .shipping_box h6 i {
    color: #222;
    padding-left: 5px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select {
    display: block;
    width: 100%;
    background: #f1f6f7;
    border: 1px solid #eeeeee;
    height: 40px;
    color: #999999;
    margin-bottom: 20px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select:after {
    right: 20px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list {
    width: 100%;
    border-radius: 0px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list li {
    font-size: 14px;
    font-weight: normal;
    color: #777
}

.cart_inner .table tbody tr.shipping_area .shipping_box input {
    height: 40px;
    outline: none;
    background: #f1f6f7;
    border: 1px solid #eeeeee;
    width: 100%;
    font-size: 14px;
    color: #999999;
    padding: 0px 15px;
    margin-bottom: 20px
}

.cart_inner .table tbody tr.shipping_area .shipping_box input::placeholder {
    color: #999999
}

.cart_inner .table tbody tr.out_button_area .checkout_btn_inner {
    margin-left: -461px;
}

/* .cart_inner .table tbody tr.out_button_area .checkout_btn_inner .primary-btn {
    height: 40px;
    padding: 0px 44px;
    line-height: 38px;
    text-transform: capitalize;
    background: #be591e;
    border-radius: 30px;
    color: #fff;
    font-weight: 500
}

.cart_inner .table tbody tr.out_button_area .checkout_btn_inner .primary-btn:hover:before {
    left: 240px
} */

/* .gray_btn {
    line-height: 38px;
    background: #f1f6f7;
    border: 1px solid #eeeeee;
    border-radius: 30px;
    padding: 0px 44px;
    display: inline-block;
    color: #222;
    text-transform: capitalize;
    font-weight: 500
} */

.product_image_area {
    padding-top: 50px
}

@media (min-width: 1000px) {
    .product_image_area {
        padding-top:100px
    }
}

.s_Product_carousel .owl-dots {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.s_Product_carousel .owl-dots div {
    height: 5px;
    width: 20px;
    background: #dddddd;
    margin: 5px;
    display: block;
    content: "";
    border-radius: 50px
}

.s_Product_carousel .owl-dots div.active {
    width: 30px
}

.s_product_text {
    margin-left: -15px;
    /* margin-top: 65px; */
}

@media (max-width: 575px) {
    .s_product_text {
        margin-left:0px
    }
}

.s_product_text h3 {
    font-size: var(--display-three);
    font-weight: var(--fw-bold);
    color: var(--black-color);
    margin-bottom: 20px;
    font-family: var(--primary-font);
    line-height: var(--heading-line-height);
}

.s_product_text h5 {
    font-size: var(--display-five);
    font-weight: var(--fw-bold);
    color: var(--black-color);
    margin-bottom: 20px;
    font-family: var(--primary-font);
    line-height: var(--heading-line-height);
}

.s_product_text h6 {
    font-family: var(--secondary-font);
    font-weight: 700;
    color: var(--primary-color);
    /* margin-bottom: 10px; */
    font-size: 18px;
}

.s_product_text .list li {
    margin-bottom: 5px
}

.s_product_text .list li a {
    font-size: 15px;
    font-weight: normal;
    color: #777777
}

.s_product_text .list li a span {
    width: 90px;
    display: inline-block;
    color: #555555
}

.s_product_text .list li a span:hover {
    color: #555
}

.s_product_text .list li a.active span {
    color: #555;
    -webkit-text-fill-color: #555
}

.s_product_text .list li:last-child {
    margin-bottom: 0px
}

.s_product_text p {
    padding-top: 0;
    border-top: 1px dotted #eeeeee;
    /* border-bottom: 1px dotted #eeeeee; */
    margin-top: 20px;
    padding-bottom: 26px;
    margin-bottom: 0
}

.s_product_text .card_area {
    margin-top: 25px
}

.s_product_text .card_area .primary-btn {
    line-height: 38px;
    padding: 0px 38px;
    text-transform: uppercase;
    margin-right: 10px;
    border-radius: 5px
}

.s_product_text .card_area .icon_btn {
    position: relative;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #e8f0f2;
    border-radius: 3px;
    display: inline-block;
    color: #222;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-right: 10px;
    z-index: 1
}

.s_product_text .card_area .icon_btn i,.s_product_text .card_area .icon_btn span {
    line-height: 40px
}

.s_product_text .card_area .icon_btn:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.s_product_text .card_area .icon_btn:hover {
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(153,153,153,0.3)
}

.s_product_text .card_area .icon_btn:hover:after {
    opacity: 1;
    visibility: visible
}

.product_count {
    display: inline-block;
    position: relative;
    margin-bottom: 24px
}

.product_count label {
    font-size: 14px;
    color: #777;
    font-weight: normal;
    padding-right: 10px
}

.product_count input {
    width: 76px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding-left: 10px
}

.product_count button {
    display: block;
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    position: absolute;
    right: 0px;
    font-size: 14px;
    color: #cccccc;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.product_count button:hover {
    color: #222
}

.product_count .increase {
    top: -4px
}

.product_count .reduced {
    bottom: -8px
}

.product_description_area {
    padding-bottom: 100px;
    margin-top: 60px
}

.product_description_area .nav.nav-tabs {
    background: #f1f6f7;
    text-align: center;
    display: block;
    border: none;
    padding: 10px 0px
}

.product_description_area .nav.nav-tabs li {
    display: inline-block;
    margin-right: 7px
}

.product_description_area .nav.nav-tabs li:last-child {
    margin-right: 0px
}

@media (max-width: 441px) {
    .product_description_area .nav.nav-tabs li:last-child {
        margin-top:15px
    }
}

.product_description_area .nav.nav-tabs li a {
    padding: 0px;
    border: none;
    line-height: 38px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 30px;
    padding: 0px 30px;
    color: #222;
    font-size: 14px;
    font-weight: normal
}

@media (max-width: 570px) {
    .product_description_area .nav.nav-tabs li a {
        padding:0 15px
    }
}

.product_description_area .nav.nav-tabs li a.active {
    color: #fff;
    background: #3aba83;
    border-color: #3aba83
}

.product_description_area .tab-content {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px 30px 15px 30px
}

.product_description_area .tab-content .total_rate .box_total {
    background: #f1f6f7;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.product_description_area .tab-content .total_rate .box_total h4 {
    font-size: 48px;
    font-weight: bold;
    color: #3aba83
}

.product_description_area .tab-content .total_rate .box_total h5 {
    color: #333333;
    margin-bottom: 0px;
    font-size: 24px
}

.product_description_area .tab-content .total_rate .box_total h6 {
    font-family: 'Comfortaa', cursive;
    margin-bottom: 0px;
    font-size: 14px;
    color: #555555;
    font-weight: normal
}

.product_description_area .tab-content .total_rate .rating_list {
    margin-bottom: 30px
}

.product_description_area .tab-content .total_rate .rating_list h3 {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    margin-bottom: 10px
}

.product_description_area .tab-content .total_rate .rating_list .list li a {
    font-size: 15px;
    color: #555555
}

.product_description_area .tab-content .total_rate .rating_list .list li a i {
    color: #fbd600
}

.product_description_area .tab-content .total_rate .rating_list .list li a i:first-child {
    margin-left: 15px
}

.product_description_area .tab-content .total_rate .rating_list .list li a i:last-child {
    margin-right: 15px
}

.product_description_area .tab-content .total_rate .rating_list .list li:nth-child a i:last-child {
    color: #eeeeee
}

.product_description_area .tab-content .table {
    margin-bottom: 0px
}

.product_description_area .tab-content .table tbody tr td {
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 14px;
    padding-bottom: 14px
}

.product_description_area .tab-content .table tbody tr td h5 {
    font-size: 14px;
    font-weight: normal;
    color: #777;
    margin-bottom: 0px;
    white-space: nowrap
}

.product_description_area .tab-content .table tbody tr:first-child td {
    border-top: 0px
}

.review_item {
    margin-bottom: 10px
}

.review_item:last-child {
    margin-bottom: 0px
}

.review_item .media {
    position: relative
}

.review_item .media .d-flex {
    padding-right: 15px
}

.review_item .media .media-body {
    vertical-align: middle;
    align-self: center
}

.review_item .media .media-body h4 {
    font-size: 16px;
    color: #222;
    margin-bottom: 4px
}

.review_item .media .media-body i {
    color: #fbd600
}

.review_item .media .media-body h5 {
    font-size: 13px;
    font-weight: normal;
    color: #777
}

.review_item .media .media-body .reply_btn {
    border: 1px solid #e0e0e0;
    padding: 0px 28px;
    display: inline-block;
    line-height: 32px;
    border-radius: 16px;
    font-size: 14px;
    color: #222;
    position: absolute;
    right: 0px;
    top: 14px;
    @icnlude transition}

.review_item .media .media-body .reply_btn:hover {
    background: #3aba83;
    border-color: #3aba83;
    color: #fff
}

.review_item p {
    padding-top: 10px;
    margin-bottom: 0px
}

.review_item.reply {
    padding-left: 28px
}

.review_box h4 {
    font-size: 20px;
    color: #222;
    margin-bottom: 20px
}

.review_box p {
    margin-bottom: 0px;
    color: #555555;
    display: inline-block
}

.review_box .list {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px
}

.review_box .list li {
    display: inline-block
}

.review_box .list li a {
    display: inline-block;
    color: #fbd600
}

.review_box .contact_form {
    margin-top: 15px
}

.review_box .primary-btn {
    line-height: 38px !important;
    padding: 0px 38px;
    text-transform: uppercase;
    margin-right: 10px;
    border-radius: 5px;
    border: none
}

.form-review .form-control {
    height: 46px;
    background: transparent;
    border: 1px solid #EEEEEE;
    font-size: 14px;
    color: #999999
}

.footer-area {
    background: #000;
    padding: 50px 0px 50px
}

@media (min-width: 1000px) {
    .footer-area {
    padding: 80px 0px 60px;
    border-bottom: 1px solid var(--primary-color);
}
}

.single-footer-widget p {
    margin-bottom: 15px
}

.single-footer-widget p:last-child {
    margin-bottom: 0
}

.single-footer-widget .instafeed {
    margin-left: -5px;
    margin-right: -5px
}

.single-footer-widget .instafeed li {
    margin: 5px
}

@media (max-width: 1199px) and (min-width: 992px) {
    .single-footer-widget .instafeed li:nth-child(4),.single-footer-widget .instafeed li:nth-child(5),.single-footer-widget .instafeed li:nth-child(6) {
        display:none
    }
}

.single-footer-widget .sm-head {
    color: #fff;
    margin-bottom: 0px
}

.single-footer-widget .sm-head span {
    position: relative;
    margin-left: -40px;
    margin-right: 10px;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #ffc107;
    color: #ffffff;
    border-radius: 20px
}

.tp_widgets .list li {
    margin-bottom: 12px
}

.tp_widgets .list li a {
    color: var(--white-color);
    font-family: var(--primary-font);
    font-size: 16px;
    line-height: 1;
    font-weight: var(--fw-regular);
}

.tp_widgets .list li a:hover {
        color: #f26a25;
}

.tp_widgets .list li:last-child {
    margin-bottom: 0px
}

.tp_widgets p {
    color: var(--white-color);
}

.footer_title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Oswald",sans-serif;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 28px
}

@media (max-width: 991px) {
    .footer_title {
        margin-bottom:10px
    }
}

.footer_title.large_title {
    font-size: 36px;
    font-weight: 600
}

@media (max-width: 1199px) {
    .footer_title.large_title {
        font-size:18px
    }
}

.footer-bottom {
    background: #242424;
    padding: 32px;
}


.footer-bottom .footer-text {
    color: #fff;
    margin-bottom: 0
}

.footer-bottom .footer-text a {
    color: var(--secondary-color);
    opacity: 1;
}

.footer-only {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

@media (min-width: 1000px) {
    .footer-only {
        padding-top:115px !important;
        padding-bottom: 115px !important
    }
}
.special-products-banner {
    padding-top: 90px;
    padding-bottom: 80px;
    background-color: #fff;
}
.special-product-thumb.text-right img {
   
}
.des-list{
    list-style: disc;
}

.footer-shipping {
    background: #f7f7f7;
    color: #fff !important;
    padding: 60px 0;
    border-top: 2px solid var(--primary-color);
}
.footer-shipping h4 {
    color: #000;
    font-family: var(--primary-font);
    font-size: var(--display-two);
    line-height: var(--heading-line-height);
    font-weight: var(--fw-black);
    letter-spacing: 2px;
}
.footer-shipping p {
    color: #2f2f2f;
    font-size: 16px;
    font-family: var(--secondary-font);
}

.footer-inner {
    gap: 30px;
}

.product_custom .section-intro h2 {
    margin-bottom: 20px;
    font-family: var(--primary-font);
    color: var(--white-color);
    font-size: var(--display-two);
    font-weight: var(--fw-black);
    letter-spacing: 2px;
}

.about-us{
    padding: 80px 0;
    background-color: var(--primary-color);
}

.about-us h2{
    margin-bottom: 20px;
    font-family: var(--primary-font);
    color: var(--white-color);
    font-size: var(--display-two);
    line-height: var(--heading-line-height);
    font-weight: var(--fw-black);
    letter-spacing: 2px;
}


.about-us p{
    font-family: var(--secondary-font);
    color: var(--white-color);
    font-weight: var(--fw-regular);
    font-size: 16px;
    line-height: var(--text-line-height);
    text-align: justify;
}

.why_choose_us{
    padding: 60px 0;
    /* background-color: var(--primary-color); */
}

.why_choose_us h2{
    margin-bottom: 20px;
    font-family: var(--primary-font);
    color: var(--black-color);
    font-size: var(--display-two);
    line-height: var(--heading-line-height);
    font-weight: var(--fw-black);
    letter-spacing: 2px;
    text-align: left;
}


.why_choose_us h6{
    font-family: var(--secondary-font);
    color: var(--black-color);
    font-weight: var(--fw-bold);
    font-size: 20px;
    line-height: var(--heading-line-height);
    /* text-align: justify; */
}

.accordion-button:not(.collapsed) {
    background: var(--white-color);
    color: var(--black-color);
    border-bottom: 2px solid var(--primary-color);
}

/* .accordion-button::after {
    border-radius: 25px;
    border: 1px solid var(--white-color);
}

.accordion-button:not(.collapsed)::after {
    color: var(--white-color);
    background: var(--white-color);
} */



/* .about-us .img-box{
    width: 100%;
    border-radius: 30px;
} */

.img-box img{
    width: 100%;
    
    
}

@media screen and (max-width: 415px){
    .hero-banner__content h1 {
        font-size: 18px !important;
        line-height: 29px  !important;
    }
    section.hero-banner {
    padding: 100px 0 100px !important;
    padding-top: 0 !important;;
    padding-bottom: 0 !important;;
    min-height: 400px !important;;
}
.footer-bottom {
    background: #242424;
     padding: 0 ;
}
.footer-payments {
        margin-left: auto;
        margin-right: auto;
        margin: 8px 0;
    }
}

#cookiePopup {
    left: auto !important;
    right: 0 !important;
    min-width: 300px !important;
    width: 25% !important;
    flex-direction: column;
    border: 1px solid #023062;
    bottom: 0 !important;
    background: #000 !important;
    color: #fff;
}

#cookiePopup h4 {
    margin-bottom: 10px !important;
    color: #fff;
    font-size: 20px;
}

#cookiePopup p {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

#cookiePopup p a{
    color: #fff;
    font-weight: 600;
}

.cookie-button {
    /* width: 100%; */
    display: flex;
    justify-content: center;
}

.cookie-button button {
    width: 46%;
}
.kenburns-bottom-left {
	-webkit-animation: kenburns-bottom-left 5s ease-out 1s both;
	        animation: kenburns-bottom-left 5s ease-out 1s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-3-11 13:7:56
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation kenburns-bottom-left
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-bottom-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 84%;
            transform-origin: 16% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(-20px, 15px);
            transform: scale(1.25) translate(-20px, 15px);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
@keyframes kenburns-bottom-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 84%;
            transform-origin: 16% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(-20px, 15px);
            transform: scale(1.25) translate(-20px, 15px);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
.banner-bottom-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 20px 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    height: 100%;
    width: 100%;
    text-align: center;
    color: var(--text-color);
    box-shadow: -1px 5px 20px 0px var(--box-shadow-co);
    background-color: #fff;
}

/* .banner-bottom-item::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: var(--greenColor);
    opacity: 0;
    border-radius: 10px;
} */

.banner-bottom-item i {
    font-size: 40px;
    color: #090909;
    line-height: 1;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    padding-top: 10px;
    padding-left: 15px;
}
.banner-bottom-item i::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: #f5ddc0;
}
.banner-bottom-item h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-family: var(--primary-font);
    color: var(--black-color);
    font-family: "Oswald", Sans-serif;
    font-weight: 500;
}
.banner-bottom-item p {
    margin-bottom: 0;
    color: var(--black-color);
    font-size: 14px;
    line-height: var(--text-line-height);
    font-family: var(--secondary-font);
    min-height: 123px;
}
.banner-bottom-item .top-shape img:nth-child(1) {
    position: absolute;
    top: 25px;
    right: 25px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.banner-bottom-item .top-shape img:nth-child(2) {
    position: absolute;
    top: -125px;
    right: 25px;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-animation: rotated360 15s infinite linear;
    animation: rotated360 15s infinite linear;
}
/* .banner-bottom-item:hover::before {
    height: 100%;
    opacity: 1;
} */

.banner-bottom-item img {
    width: 72px;
}

.banner-bottom-item::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: #dc3545;
    opacity: 0;
    border-radius: 10px;
}
.about {
    /* background-image: url(../images/ab1.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-color: #fff;
}
.padding-area {
    padding: 80px 0;
}
.abt_txt_dtl h1 {
    text-align: center;
    color: #dc3545;
    font-size: 24px;
    margin-bottom: 1%;
}
.abt_txt_dtl p {
    text-align: center;
    color: #000;
    font-size: 19px;
    margin-bottom: 2%;
    font-weight: 600;
}
.about-inner.about-content {
    background: #f7a440;
    padding: 25px 16px;
    text-align: center;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.about-inner h1 {
    color: #000;
    font-size: 21px;
    margin-bottom: 3%;
    font-family: "Roboto Slab", serif;
    margin-top: 10%;
}
.about-inner p {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.about-inner.about_scnd.about-content {
    background-color: #dc3545;
}
.about-inner.about_scnd.about-content h1 {
    color: #fff;
}
.about-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
}
.banner-bottom-area {
    padding: 80px 0;
}

.accordion-button {
    box-shadow: none !important;
}

.footer-contact-info .inner {
    gap: 10px;
}

.footer-contact-info .inner span.fa {
    font-size: 20px;
    padding: 15px;
    background: var(--white-color);
    border-radius: 30px;
    color: var(--primary-color)
}

.footer-contact-info .inner p.heading {
    font-size: 18px;
    font-weight: var(--fw-bold);
}

.footer-contact-info .inner p {
    margin: 0;
}

 /* #cookiePopup {
    left: unset !important;
    right: 0%!important;
    width: 300px !important;
    flex-direction: column;
    border: 2px solid #f26422;
    bottom: 0 !important;
    background: #000 !important;
    color: #fff;
}

#cookiePopup h4 {
    margin-bottom: 10px !important;
    color: #fff;
}

#cookiePopup p {
    text-align: center;
    color: #fff;
}
#cookiePopup a{
    color: #fff;
}
.cookie-button {
    width: 100%;
    display: flex;
    justify-content: center;
}

.cookie-button button {
    width: 46%;
} */

.s_product_text .chart-box .nice-select {
    border: 1px solid var(--primary-color);
    border-radius: 25px;
}


.ben-block {
    background-image: url(../images/smoke-overlays.jpg);
    background-size: cover;
    padding: 100px 0;
    height: 634px;
    background-position: center;
}
.image-descrpition {
    padding-left: 23px;
}
.icon img {
    width: 80%;
}
.image-descrpition p {
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    width: 100%;
}
.image-descrpition h2 {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #fff;
}

.image-blk {
    margin-bottom: 40px;
}
.ben-blk-img {
    margin: -239px 0px -200px 0px;
    padding: 0px 0px 0px 0px;
}

.ben-blk-img img {
    opacity: 0.9;
    filter: brightness(100%) contrast(100%) saturate(60%) blur(0px) hue-rotate(0deg);
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

section.gadgets-blk {
    background-color: #282726;
    padding-top: 100px;
    padding-bottom: 100px;
}
.block-one p {
    text-align: center;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
}
.icon-sec img {
    width: 18%;
    margin: 0 auto;
    display: block;
    margin-bottom: 28px;
}
.block-one h2 {
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #fff;
}
.con-mid-sec p {
    font-size: 15px;
    width: 54%;
    margin-bottom: 50px;
}

.con-mid-sec h1 {
    font-family: "Oswald", Sans-serif;
    color: #fff;
    text-align: left;
}

.prd-details ul li {
    color: #fff;
    font-weight: normal;
    line-height: 26px;
}


.heading-sec h6 {
    font-family: "Oswald", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    color: #fff;
}

.heading-sec h4 {
    font-family: "Oswald", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #f3a101;
}

.heading-sec {
    position: relative;
}
.heading-sec:before {
    position: absolute;
    left: 0px;
    bottom: 0;
    right: 0;
    top: 0;
    border-left: 1px solid #f7f7f7;
    content: "";
}

.icon img {
    width: 80% ;
}

.about-cr {
  height: 50rem;
  width: 50rem;
  border-radius: 50%;
  position: absolute;
  bottom: -30%;
  right: -10%;
  border: 50px solid var(--clr-def);
  z-index: -1; }

.about-left-pic {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }
.about-left-pic .pic-main {
    border-radius: 50%;
    box-shadow: 0px 20px 60px 0px rgb(243 161 1 / 13%);
    padding: 3rem;
    background-color: var(--clr-white);
}
  .about-left-pic .about-shape {
    position: absolute;
    top: -10%;
    left: -65%;
    z-index: -1; }

.about-right .about-list {
  column-count: 2; }
  .about-right .about-list li {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 3rem; }
    .about-right .about-list li:last-child {
      margin-bottom: 0; }
    .about-right .about-list li i {
      font-size: 3rem;
      color: var(--clr-def); }

.site-sub-heading {
  font-size: 2.2rem;
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1rem 2rem;
  border: 3px solid var(--clr-def);
  display: inline-block; }

.site-heading {
  font-size: 40px;
  line-height: 55px;
  letter-spacing: -1.8px;
  margin-bottom: 3rem;
  text-transform: capitalize; }

.about-para {
  margin-bottom: 3rem; }
  .about-para p {
    line-height: 32px; }

.about-2-shape {
  position: absolute;
  top: 10%;
  left: -15%;
  z-index: -1; }

.about-2-right {
  padding-right: 7rem; }
  .about-2-right .about-para {
    margin-bottom: 4rem; }
  .about-2-right .about-2-list {
    margin-bottom: 4rem; }

.about-2-list li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem; }
  .about-2-list li:last-child {
    margin-bottom: 0; }
  .about-2-list li i {
    height: 50px;
    width: 50px;
    display: inline-block;
    background-color: var(--clr-bg);
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 1.8rem;
    color: var(--clr-def); }

  

.header_area {
   position: relative;
    width: 100%;
    z-index: 9999;
    background-color: var(--white-color);
    padding: 10px 0;
}

/* .navbar-brand img {
    width: 200px;
} */

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--primary-color);
}

.nav-link:focus, .nav-link:hover{
    color: var(--primary-color);
}

.nav-cart-custom {
    color: var(--secondary-color);
    position: relative;
}

.nav-cart-custom .ti-shopping-cart {
    font-size: 24px;
}

.nav-cart-custom span.nav-shop__circle.ng-binding {
    position: absolute;
    top: -4px;
    left: auto;
    right: -4px;
    bottom: auto;
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: var(--white-color);
}


.fixed .main_menu{
    box-shadow: none;
}
.fixed .header_area {
box-shadow: 0px 10px 27px 3px rgba(0,0,0,0.2);
}
/* .main_menu {
       background: #3aba83;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
} */

.header_area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px
}

.header_area .navbar .nav .nav-item {
      margin-right: 10px;
    /* background: #2b80d1; */
    padding: 0 10px;
    text-align: center;
}

.header_area .navbar .nav .nav-item .nav-link {
    text-transform: capitalize;
    color: #be591e;
    display: inline-block;
    font-weight: 500;
}
.special-product-content h2 {
    color: #3aba83;
}
.special-product-content p {
    line-height: 2.1;
    margin-top: 25px;
}

@media (min-width: 991px) {
    .header_area .navbar .nav .nav-item .nav-link {
        padding:32px 0px
    }
}

.header_area .navbar .nav .nav-item .nav-link:after {
    display: none
}

.header_area .navbar .nav .nav-item:hover .nav-link,.header_area .navbar .nav .nav-item.active .nav-link {
    color: #3aba83
}

.header_area .navbar .nav .nav-item.submenu {
    position: relative
}

.header_area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu ul {
        position:absolute;
        top: 120%;
        left: 0px;
        min-width: 200px;
        text-align: left;
        opacity: 0;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        border-radius: 0px
    }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all 400ms linear
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    transition: all 0.4s linear
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: #222;
    padding: 0px 30px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background: #3aba83;
    color: #fff
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu:hover ul {
        visibility:visible;
        opacity: 1;
        top: 100%
    }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0px
}

.header_area .navbar .nav .nav-item:last-child {
    margin: 35px;
}

.header_area .navbar .search {
    font-size: 12px;
    line-height: 60px;
    display: inline-block;
    color: #222
}

.header_area .navbar .search i {
    font-weight: 600
}

.header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #ffffff;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.1)
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 70px
}


ul.navbar-nav li {
    padding-right: 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: 023062 !important;
}
.main-menu .navigation li.dropdown .dropdown-btn {
  display: none;
}
.header-action > ul {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.header-action > ul li {
  position: relative;
  margin-left: 20px;
}
.header-action ul li:first-child {
  margin-left: 0;
}
.header-action > ul > li.header-shop-cart > a {
    height: 43px;
    width: 42px;
    display: block;
    text-align: center;
    line-height: 29px;
    border-radius: 50%;
    color: #000;
}
.header-action > ul > li > a {
  font-size: 14px;
}
.header-shop-cart a span {
    position: absolute;
    right: 19px;
    top: -10px;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
    background-image: -moz-linear-gradient(2deg, rgb(255, 127, 1) 0%, rgb(255, 5, 1) 100%);
    background-image: -webkit-linear-gradient(2deg, rgb(25 168 157) 0%, rgb(58 211 199) 100%);
    background-image: -ms-linear-gradient(2deg, rgb(255, 127, 1) 0%, rgb(255, 5, 1) 100%);
}
.header-shop-cart ul.minicart {
  background: #fff;
  opacity: 0;
  padding: 25px;
  position: absolute;
  right: -15px;
  top: 70px;
  transition: all 0.5s ease 0s;
  width: 346px;
  z-index: 9;
  box-shadow: 0px 12px 24px 0px rgba(120, 120, 120, 0.3);
  visibility: hidden;
  transform: translateY(10px);
}
.header-shop-cart ul.minicart::before {
  position: absolute;
  content: '';
  left: 0px;
  top: -25px;
  width: 100%;
  height: 45px;
  display: block;
}
.header-shop-cart:hover ul.minicart {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  z-index: 9;
}
.header-shop-cart .minicart > li {
  display: block;
  margin-bottom: 22px;
  margin-left: 0;
  overflow: hidden;
  padding: 0;
}
.header-shop-cart .minicart .cart-img {
  float: left;
}
ul.minicart .cart-img img {
  width: 100px;
}
.header-shop-cart .minicart .cart-content {
  float: left;
  padding-left: 15px;
  text-align: left;
  padding-right: 25px;
}
.cart-content h4 {
  font-family: 'Roboto', sans-serif;
}
ul.minicart .cart-content h4 {
  font-size: 15px;
  background: none;
  font-weight: 600;
  line-height: 1.4;
}
ul.minicart .cart-content h4 a {
  color: #282828;
}
ul.minicart .cart-price span {
  color: #9c9c9c;
  font-size: 13px;
  font-weight: 500;
  margin-left: 6px;
}
ul.minicart .cart-price .new {
  font-size: 14px;
  color: #282828;
  margin-left: 0;
}
.header-shop-cart .minicart .del-icon {
  float: right;
  margin-top: 30px;
}
.minicart .del-icon > a {
  font-size: 18px;
  color: #282828;
}
.total-price {
  border-top: 1px solid #473151;
  overflow: hidden;
  padding-top: 25px;
  margin-top: 10px;
}
.total-price span {
  color: #282828;
  font-weight: 500;
}
.header-shop-cart .minicart > li:last-child {
  margin-bottom: 0;
}
.checkout-link a {
  color: #fff;
  display: block;
  font-weight: 500;
  padding: 16px 30px;
  text-align: center;
  font-size: 17px;
  margin-bottom: 8px;
  text-transform: capitalize;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
}
.checkout-link a.red-color {
  background: #222;
  color: #fff;
}
.checkout-link a{
  background: #19a89d;
}
.header-action .header-btn .btn {
  color: #fff;
  font-size: 14px;
  padding: 20px 34px;
}
.navbar-wrap ul li .submenu {
  position: absolute;
  z-index: 9;
  background-color: #fff;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  display: block;
  left: 0;
  opacity: 0;
  padding: 18px 0;
  right: 0;
  top: 100%;
  visibility: hidden;
  min-width: 230px;
  border: 1px solid #f5f5f5;
  background: #ffffff;
  box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
  margin: 0;
  transform: scale(1 , 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li .submenu li {
  margin-left: 0;
  text-align: left;
  display: block;
}
.navbar-wrap ul li .submenu li a {
  padding: 0 10px 0 25px;
  line-height: 40px;
  font-weight: 600;
  color: #282828;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.menu-section {
    margin: 0 auto;
    width: 27%;
    display: block;
    padding-bottom: 11px;
    margin-top: -54px;
}

a.product-image img {
    width: 36%;
}

.cart-table {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f4f4f4;
    background-color: #f8f9fa;
    padding: 23px;
}

.cart-table-prd:not(:last-child) {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f4f4f4;
}
.cart-table-prd--head {
    font-size: 15px;
    font-weight: 500;
}

.cart-table-prd:not(:last-child) {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f4f4f4;
}
.cart-table-prd--head {
    font-size: 15px;
    font-weight: 500;
}
.cart-table-prd {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-top: 10px;
    padding-right: 0 !important;
    padding-bottom: 10px;
    padding-left: 0 !important;
    -ms-flex-align: center;
    align-items: center;
}

.cart-table {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f4f4f4;
    background-color: #f8f9fa;
    padding: 23px;
}

.sub {
    display: flex;
    justify-content: center;
    background: #e1e1e9;
}
body.equal-height .prd-img:not(.prd-img--noequal) img {
    position: absolute;
    right: 0;
    left: 0;
    width: auto;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
}
.fade-up.lazyloaded {
    opacity: 1;
}
.cart-table-prd-image img {
    max-width: 37px;
}
.cart-table-prd-content-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    justify-content: space-around;
}
.cart-total-sm {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.cart-table-prd-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 0;
    color: #818181;
}

.holder h1 {
    font-size: 23px;
    padding-top: 17px;
    font-weight: bold;
}

.custom-control-input {
    position: relative;
    z-index: 0;
    opacity: 1;
}
.custom-control-label:before, .custom-control-label:after {
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
    display: none;
}

.card-body h2 {
    font-size: 20px;
}
h3.title {
    font-size: 20px;
}

h2.custom-color {
    font-size: 19px;
}
.payment-link > img {
    width: 150px;
}

button.btn.btn {
    border-radius: 48px;
    background-color: #023062;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

button.btn.btn:hover {
    background-color: #222;
}

h3.product-title {
    text-align: center;
    font-size: 16px;
}

/* .bg-red {
    background-color: #f3a101 !important;
} */

.btn-red {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f3a101;
    --bs-btn-border-color: #f3a101;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4b1218;
    --bs-btn-hover-border-color: #461116;
    --bs-btn-focus-shadow-rgb: 113, 56, 62;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #461116;
    --bs-btn-active-border-color: #421015;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f3a101;
    --bs-btn-disabled-border-color: #f3a101;
}

h3.product-title {
    text-align: center;
    font-size: 14px;
    min-height: 44px;
}

.featuredomahe {
    margin-bottom: 24px;
}

section.hero-banner {
    padding: 100px 0 100px;
    position: relative;
    background: url(../images/banner.jpg) no-repeat center top;
    background-size: cover;
    background-position: center;
    padding-top: 139px;
    padding-bottom: 139px;
}


.top-header {
    padding: 7px 0;
    background-color: #023062;
}

.top-header-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-header ul li a {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.top-header ul li{
    margin-right: 15px;
}

.top-header ul li a{
    color: #fff;
    font-family: "Open Sans", sans-serif;
}

.top-header p{
    color: #fff;
}

.menu-section ul li a{
    font-family: "Open Sans", sans-serif !important;
    
}

.cart-content {
    display: flex;
    align-items: center;
    justify-content: end;
}

.logo img{
    width: 150px;
}

.after-header-content {
    width: 100%;
    display: block;
}

.featuredomahe h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #777;
}


    .featuredomahe h3{
        font-size: 16px;
        /* line-height: 16px; */
        font-weight: 500;
        font-family: "Open Sans", sans-serif;
    }

    .feature-container p{
        text-align: center;
         font-family: "Open Sans", sans-serif;
         font-size: 16px;
         width: 75%;
         display: block;
         margin: 30px auto 40px;
         line-height: 27px;
    }

    .feature-container h2{
        margin-bottom: 0;
    }

    .footer-bottom hr{
        width: 100%;
        height: 1px;
        background-color: #f4f4f4;
    }

    .footer .widget-title{
        font-family: "Open Sans", sans-serif;
        color: #fff;
    }

    .footer a{
        font-family: "Open Sans", sans-serif;
        color: #fff;
    }

    .contact-info-label{
        font-family: "Open Sans", sans-serif;
        color: #fff;
    }

    .footer strong{
        font-family: "Open Sans", sans-serif;
        color: #fff;
    }

    .logo {
   
    margin: 0;
    width: 100%;
    transform: translate(3px, 2px);
    background: #fff;
    display: inline-flex;
}

.cart-content {
    display: inline-flex;
    align-items: center;
    justify-content: end;
}

.after-header-content {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
}

.dropdownmenu-wrapper{
    height: 350px;
    overflow: scroll;
}

#cookiePopup{
    z-index: 100000;
    border: 1px solid #023062 !important;
}

#cookiePopup h4{
    margin-bottom: 0;
}

#cookiePopup p{
    margin-bottom: 0;
}

#acceptCookie{
    height: 38px !important;
    padding: 0 20px;
}

#declineCookie{
    height: 38px !important;
    padding: 0 20px;
}

.name-firstname input {
    width: 77%;
    height: 6rem;
    margin-bottom: 1rem;
    padding: 2rem;
    transition: all .3s;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    background-color: #fff;
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
}

.step-title .field .input-box input{
    width: 77%;
    height: 6rem;
    margin-bottom: 1rem;
    padding: 2rem;
    transition: all .3s;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    background-color: #fff;
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
}

.step-title .field select{
    width: 77%;
    height: 6rem;
    margin-bottom: 1rem;
    padding: 2rem;
    transition: all .3s;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    background-color: #fff;
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
}

.footer .contact-info li{
    font-size: 14px;
}

.footer .contact-info li a{
    font-size: 14px;
}

.footer-middle ul li{
    font-size: 14px;
}


.main-nav {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.main-nav .tip.hot {
	display: inline-block;
	position: absolute;
	top: -11px;
	right: 10px;
	padding: 2px;
	font-size: 9px;
	font-style: normal;
	line-height: 1;
	color: #fff;
	background-color: #eb2771;
	border-color: #eb2771
}

.main-nav .tip.hot::before {
	content: '';
	position: absolute;
	top: auto;
	bottom: -3px;
	left: 2px;
	border-color: transparent;
	border-top-color: inherit;
	border-width: 3px 2px 0 2px
}

.main-nav .header-right a {
	display: inline-block;
	position: relative;
	/* padding: 11px 15px; */
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -0.12px;
	text-transform: uppercase;
	color: #e2e2e2;
	line-height: 2.1rem;
}

.main-nav .header-right a:last-of-type {
	padding-right: -2px;
}

.main-nav .header-right a:hover {
	color: #e83642;
}

.main-nav .menu-custom-block {
	display: inline-flex;
	align-items: center;
	padding: 10px 0;
	line-height: 22px
}

.menu>li>a {
	line-height: 20px
}

.menu>li:first-child>a {
	padding-left: 0
}

.menu .megamenu {
	width: 650px
}

.megamenu ul {
	display: block;
	box-shadow: none
}

.megamenu ul a {
	padding-left: .9rem
}

.home-slide {
	display: flex;
	position: relative;
	min-height: 568.92px;
	align-items: flex-end;
	justify-content: flex-end
}
.main-nav .menu li>a:hover {
    color: #f3a101 !important;
}


@media only screen and (max-width: 768px) {
  .cart-table {
 
    padding: 0px !important;
}
#cookiePopup{
     width: 100% !important;   
}
.top-header ul li {
    margin-right: 15px;
    text-align: left;
}
}

/* new design */

.banner-section{
    width: 100%;
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/banner.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #4f5251; */
    
}





.banner-section h4{
    color: #333;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 40px;
    font-family: "Bai Jamjuree", sans-serif;
}


.feature{
    padding: 80px 0 0 0;
}

.feature-box{
    height: 255px;
    color: #4f5251;
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 4rem;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    padding: 20px;
    background: #4f5251;
    position: relative;
    padding-top: 40px;
    transition: 0.3s ease-in-out;
    margin-bottom: 20%;
}


.feature-box::before{
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background: #023062;
   transform: scale(0);
}


.feature-box:hover::before{
    transform: scale(1);
    transition: 0.3s ease-in-out;
}








.feature-box h4{
    font-family: "Chakra Petch", sans-serif;
    color: #fff;
    text-align: center;
    z-index: 9999;
    position: relative;
}

.feature-box p{
    color: #fff;
    text-align: center;
    z-index: 9999;
    position: relative;
    font-family: "Bai Jamjuree", sans-serif;
}

.feature-box img{
    width: 90px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15%;
    z-index: 9;
}


/* about */

.about-section{
   width: 100%;
    height: 450px;
    background: #4f5251;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-top: 15%;
}

.about-section .img-box{
    max-width: 100%;
    display: block;
    margin: auto;
    overflow: hidden;
}

.about-section .img-box img{
    width: 100%;
    overflow: hidden;
}

.about-section .text-box{
    margin-top: 40%;
}

.about-section .text-box h6{
    color: #fff;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 30px;
}

.about-section .text-box h4{
    color: #023062;
    font-size: 45px;
    font-family: "Chakra Petch", sans-serif;
}

.about-section .text-box p{
    color: #fff;
    font-family: "Bai Jamjuree", sans-serif;
}

.feature-container{
    background: #ffffff !important;
}

.featuredomahe{
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    padding-top: 8%;
}

@media screen and (max-width: 991px){
    .about-section{
        height: inherit;
        margin-top: inherit;
        padding-top: 60px;
    }
    .about-section .text-box{
        margin-top: 0;
       margin-bottom: 60px;
    }
}

.product-single-default h3{
     font-family: "Chakra Petch", sans-serif;
}

.product-single-default p{
    font-family: "Bai Jamjuree", sans-serif;

}
.cart-table-prd-info {
    max-width: 118px;
}

.about{
    padding: 90px 0;
}

.about h2{
    font-size: 60px;
    color: #fb9e27;
    font-family: "Teko", sans-serif;
    color: #fff;
    margin-bottom: 0;
}



.about .img-box{
    max-width: 100%;
    display: block;
    margin: auto;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.about .img-box img{
    width: 100%;
    object-fit: cover;
}


.about .text-box p{
    margin-bottom: 25px;
    color: #fff;
}

.about .button{
    background-color: #023062;
}

.about .text-box{
    padding: 20px 20px 35px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #d86600;
    margin-left: -15%;
}

.benefit{
    padding: 60px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/benefit-banner.jpg);
    background-attachment: fixed;
}

.benefit .main-heading{
    font-family: "Teko", sans-serif;
    font-size: 60px;
    margin-bottom: 30px;
    color: #d86600;
}

.benefit .benefit-box{
    padding: 30px 20px;
    background: #fff;
    background: rgba( 2, 48, 98, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border: 1px solid rgba( 255, 255, 255, 0.18 );
height: 250px;
}

.benefit .benefit-box h4{
    font-family: "Teko", sans-serif;
    font-size: 30px;
    color: #d86600;
}

.benefit .benefit-box p{
    color: #fff;
}

.benefit .benefit-box img{
    width: 60px;
}

.why-choose-us{
    padding: 90px 0;
}

.why-choose-us .main-heading{
    font-family: "Teko", sans-serif;
    font-size: 60px;
    margin-bottom: 30px;
    color: #d86600;
}



.why-choose-us .text-box h4{
    font-family: "Teko", sans-serif;
    font-size: 30px;
    color: #023062;
}

.feature-container h2{
    font-family: "DM Serif Display", serif;
    font-size: 30px;
    color: #023062;
}

.feature-container{
    padding: 90px 0;
}

.feature-container .main-heading{
    font-family: "Teko", sans-serif;
    font-size: 60px;
    color: #d86600;
}



.featuredomahe .product-price{
    font-family: "Teko", sans-serif;
    color: #d86600;
    font-size: 26px;
}

.featuredomahe h3{
     font-family: "Teko", sans-serif;
    color: #023062;
    font-size: 22px;
    
}
select#cart-qty {
    width: 60px;
}

@media screen and (max-width:992px){
    .about .text-box{
        margin-left: 0;
    }
    .about{
        padding-bottom: 0;
    }
}
.checkout-box {
    border: 1px solid #333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px !important;
    margin: 0;
}
h2.checkout-box {
    font-size: 16px !important;
}