.header-top@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700");

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

@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-shopping-cart:before {
	content: '\e8ba'
}

.icon-phone-2:before {
	content: '\e8bb'
}
.icon-menu:before{content:'\e85d'}
.icon-cancel:before{content:'\e82c'}
.icon-shopping-cart:before{content:'\e8ba'}
.icon-shopping-bag:before{content:'\e878'}
.icon-bag-2:before{content:'\e87f'}
.icon-mail-alt:before{content:'\e82e'}
.icon-mobile:before{content:'\e837'}

form {
	margin-bottom: 3.5rem
}

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

.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: Poppins, sans-serif
}


.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: Poppins, sans-serif;
	font-size: 1.2rem;
	font-weight: 700
}

.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'
}



.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
}

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

.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: #375faf
}

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

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(195, 81, 47, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
	background-color: rgba(195, 81, 47, 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
	}
}


.inner-quickview figure {
	position: relative
}

.inner-quickview figure .btn-quickview {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 1.4rem;
	color: #fff;
	background-color: #375faf;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: .025em;
	font-family: Poppins, sans-serif;
	text-transform: uppercase;
	visibility: hidden;
	opacity: 0;
	transform: none;
	margin: 0;
	border: none;
	transition: .25s
}

.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: #375faf;
	border-color: #375faf;
	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: #375faf;
	border-color: #375faf;
	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
}

html {
	overflow-x: hidden;
	font-size: 62.5%;
	font-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	color: #777;
	background: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.4;
	font-family: "Open Sans", sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden
}

body:not(.loaded)>*:not(.loading-overlay) {
	visibility: hidden
}

::-moz-selection {
	background-color: #375faf;
	color: #fff
}

::selection {
	background-color: #375faf;
	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 #e7e7e7
}

sub,
sup {
	font-size: 70%
}

sup {
	font-size: 50%
}

sub {
	bottom: -.25em
}

img {
	display: block;
	max-width: 100%;
	height: auto
}

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: #252525;
	font-weight: 700;
	line-height: 1.1;
	font-family: Poppins, sans-serif
}

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: #375faf;
	text-decoration: none
}

a:hover,
a:focus {
	color: #375faf;
	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: uppercase;
	font-size: 1.8rem
}

.section-sub-title {
	font-size: 1.6rem;
	text-transform: uppercase
}

.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: #375faf !important
}

.bg-secondary {
	background-color: #375faf !important
}

.text-dark {
	color: #222529 !important
}

.text-primary {
	color: #375faf !important
}

.text-secondary {
	color: #375faf !important
}

.text-body {
	color: #777 !important
}

.line-height-1 {
	line-height: 1 !important
}

.font1 {
	font-family: "Open Sans", sans-serif !important
}

.font2 {
	font-family: Poppins, sans-serif !important
}

@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%
}

@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%
	}
}

.page-wrapper {
	position: relative;
	transition: transform .25s
}

.mmenu-active .page-wrapper {
	transform: translateX(250px)
}

.main {
	flex: 1 1 auto
}

.row {
	margin-left: -10px;
	margin-right: -10px
}

[class*="col-"] {
	padding-left: 10px;
	padding-right: 10px
}

.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: 35%
}

.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: #375faf;
	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
}

.noUi-target {
	background: #eee
}

.noUi-handle {
	background: #375faf
}

.noUi-connect {
	background: none;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.38) inset
}

.sticky-header {
	background: #fff
}

.sticky-header.fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
	z-index: 1040
}

.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: #222529
}

.header-middle {
	padding-top: 3.85rem;
	padding-bottom: 3.85rem
}

.header-bottom {
	color: #222529;
	background: #fff
}

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

.header-center,
.header-right {
	margin-left: auto
}

.header-transparent {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1040
}

.logo {
	max-width: 150px
}

.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: #777
}

.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: #ff5b5b;
	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%;
	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(255, 255, 255, 0.1);
	margin: 0 10px
}

.top-notice {
	position: relative;
	padding: 0 2rem;
	font-size: 1.3rem;
	font-family: Poppins, 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: 2.2rem
}

.header-icon i {
	font-size: 2rem
}

@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;
	background-color: #fff;
	padding: 1rem 1.5rem .5rem;
	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 .2s
}

.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;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.5;
	padding: 5px 0
}

.header-dropdown>a {
	padding: 0 5px
}

.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 .2s 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.1rem
}

.header-dropdown:hover .header-menu:before,
.header-dropdown:hover ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
	transform: none
}

.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: none
}

.cart-dropdown .product-image-container a:after {
	display: none
}

.cart-dropdown .product-title {
	padding-right: 1.5rem;
	margin-bottom: 8px;
	font-size: 1.3rem;
	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: -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
}

.cart-dropdown .btn-remove:hover,
.cart-dropdown .btn-remove:focus {
	color: #375faf
}

.sticky-header .cart-dropdown {
	margin-top: 0;
	margin-bottom: 0
}

.dropdown-cart-header,
.dropdown-cart-total {
	padding: .3rem 1rem;
	color: #474747;
	font-weight: 700;
	line-height: 38px;
	text-transform: uppercase
}

.dropdown-cart-total {
	margin-bottom: 1.1rem;
	font-size: 1.4rem
}

.dropdown-cart-total .cart-total-price {
	margin-left: auto;
	font-size: 1.5rem
}

.dropdown-cart-header {
	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: 3rem
	}
	.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
	}
	.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: #f4f4f4
}

@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: 50px;
	border-radius: 5rem;
	border: 3px 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.7rem
}

.header-search-wrapper select {
	width: 100%;
	border-left: 1px solid #e7e7e7;
	padding-left: 1rem;
	padding-right: 1.7rem;
	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 #e7e7e7;
	min-width: 45px;
	color: #222529;
	font-size: 2rem;
	background: #f4f4f4
}

.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: #375faf;
	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 #375faf;
	/* left: 15px; */
	padding:30px;
	padding-top: 10px;
    padding-bottom: 15px;
	width: 991px
}

.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 #375faf;
	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: 2.9rem
}

.main-nav .menu>li>a {
	font-size: 14px;
	font-weight: 700;
	padding: 30px 0;
	/* padding: 19px 0 */
	
}

.main-nav .menu>li:first-child a {
	padding-left: 0
}

.main-nav .menu>li:not(.float-right):last-child,
.main-nav .menu>li:not(.float-right)+li.float-right {
	margin-right: 0
}

.main-nav .menu.sf-arrows ul {
	border-top: none
}

.main-nav .menu>li>ul {
	left: -15px
}

.main-nav .menu .megamenu {
	top: 100%;
	right: -120px;
	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
}

.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.5rem;
	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 {
	transform: translateX(0);
	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: 1.3rem;
	line-height: 24px;
	letter-spacing: .005em
}

footer .container {
	position: relative
}

footer p {
	color: inherit
}

footer a {
	color: inherit
}

.footer-middle {
	padding-top: 6.3rem
}

.footer-bottom {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem
}

footer .social-icon {
	border-radius: 50%;
	width: 1.4rem;
	height: 1.4rem;
	color: #222529;
	font-size: 1.8rem;
	line-height: 1.4rem
}

footer .social-icon:not(:hover):not(:active):not(:focus) {
	background: transparent
}

footer .widget {
	margin-bottom: 3rem
}

footer .widget-title {
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 1.7rem
}

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.4
}

footer .contact-info-label {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 1px
}

#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
}

.header-middle {
	border-bottom: 1px solid #e7e7e7
}

.header-align-center .header-left,
.header-align-center .header-right {
	flex: 1;
	-ms-flex: 1
}

.header-align-center .header-right {
	justify-content: flex-end;
	-ms-flex-pack: end
}

.header-top {
	height: auto;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	border-bottom: 1px solid #eee;
	color: #fff;
	background-color: #222529;
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: .025em;
	line-height: 1.5
}

.header-top a {
	color: inherit
}

.telephone {
	color: inherit;
	font-weight: 700;
	text-transform: uppercase
}

.header-dropdown.switcher {
	padding: 1.2rem 0
}

.header-dropdown.switcher ul:before {
	content: normal
}

.header-dropdown.switcher:first-child {
	margin-left: 0
}

.header-dropdown.switcher>a {
	padding: 1.2rem 2.4rem;
	color: #222529;
	background-color: #f4f4f4;
	border-radius: 5rem
}

.header-dropdown.switcher .header-menu {
	font-size: 1.2rem
}

.header-icon,
.cart-count {
	font-size: 1.2rem;
	font-weight: 600
}

.header-icon i,
.dropdown-toggle i {
	font-size: 2rem
}

.header-icon i:before,
.dropdown-toggle i:before {
	vertical-align: bottom
}

.header-icon i {
	display: inline-block;
	transform: translate(1px, -2px)
}

.cart-dropdown .dropdown-menu:before {
	right: 12px
}

.cart-dropdown .dropdown-menu:after {
	content: '';
	position: absolute;
	top: -14px;
	right: 11px;
	border: 11px solid;
	border-color: transparent transparent #f0f0f0;
	z-index: -1
}

.dropdown-cart-header a {
	color: #000
}

@media (min-width: 992px) {
	.header-bottom .header-right {
		padding-bottom: .8rem
	}
}

@media (max-width: 991px) {
	.header-mobile-merge {
		display: flex;
		display: -ms-flexbox;
		align-items: center;
		-ms-flex-align: center
	}
	.header-mobile-merge .header-middle {
		flex: 1;
		-ms-flex: 1;
		border: 0
	}
	.header-mobile-merge .header-middle .container {
		padding-right: 0
	}
	.header-icon i,
	.dropdown-toggle i {
		font-size: 2.8rem
	}
}

.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: Poppins, 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: unset !important
}

.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: #252525;
	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: #375faf
}

.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: #375faf;
	background-color: #375faf;
	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: #375faf
}

.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: Poppins, 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
}

.product-single-details {
	margin-top: -.6rem;
	margin-bottom: 3rem
}

.product-single-details .product-title {
	margin-bottom: .5rem;
	color: #375faf;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: -.01em
}

.product-single-details .price-box {
	margin-bottom: 2.4rem;
	color: #375faf;
	font-weight: 700;
	font-family: Poppins, 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.6rem;
	letter-spacing: -.015em;
	line-height: 1.92
}

.product-single-details .product-desc a {
	color: #222529;
	border-bottom: 1px solid #222529
}

.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: #375faf;
	background-color: #f4f4f4;
	color: #21293c
}

.product-single-filter .config-size-list li.active a {
	border-color: #375faf;
	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
}

.product-single-gallery .product-item:not(:last-child) {
	margin-bottom: 4px
}

.product-single-gallery .product-single-grid {
	margin-bottom: 3.6rem
}

.prod-thumbnail {
	display: flex;
	display: -ms-flexbox;
	margin: 3px -3px 0
}

.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: #375faf
}

.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: #375faf;
	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: #252525;
	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: #375faf;
	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: #375faf;
	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
	}
}

.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
}

.table.table-cart tr td {
	padding: 2rem 1.5rem;
	border-top: 1px solid #ccc
}

.table.table-cart tr td.product-col {
	padding: 2rem .8rem 1.8rem 0
}

.table.table-cart tr.product-action-row td {
	padding: 0 0 2.2rem;
	border: 0
}

.table.table-cart .product-title {
	margin-bottom: 0
}

.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
}

.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: #375faf;
	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: middle
}

.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
	}
	.table.table-cart thead {
		display: none
	}
	.table.table-cart tr td {
		padding: .5rem 1rem;
		border-top: 0
	}
	.table.table-cart tr td.product-col {
		padding-bottom: .5rem
	}
	.table.table-cart .product-row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		border-top: 1px solid #ccc
	}
	.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: center
	}
	.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
	}
	.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: #777;
	font-weight: 600;
	content: counter(i);
	counter-increment: i
}

.checkout-progress-bar li.active:before,
.checkout-progress-bar li.active>span:before {
	background-color: #ff5501
}

.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: 480px
}

#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: Poppins, 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: #375faf;
	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: #375faf;
	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: #252525;
	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: #000;
	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: #375faf;
	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: #375faf;
	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: #375faf;
	color: #fff;
	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
	}
}

.breadcrumb-item+.breadcrumb-item:before {
	font-family: inherit;
	vertical-align: baseline;
	margin-top: 0
}

.info-boxes-slider .info-box {
	color: #fff;
	line-height: 34px;
	padding-top: .8rem;
	padding-bottom: .8rem
}

.info-boxes-slider i {
	margin-right: 1rem
}

.info-boxes-slider .owl-item:not(:first-child):not(:last-child) {
	background-color: #b94725
}

.home-slider img {
	min-height: 50rem
}

.home-slider .banner-layer {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.home-slide1 .banner-layer {
	left: 8%
}

.home-slide1 img {
	object-position: 70% top
}

.home-slide1 h2 {
	font-size: 2.544em;
	color: #777;
	font-weight: 500
}

.home-slide1 h3 {
	font-size: 6.179em;
	letter-spacing: .03em
}

.home-slide1 h3 em {
	display: inline-block;
	font-style: normal;
	font-size: .469em;
	margin-right: .8rem
}

.home-slide1 h4 {
	margin-right: 3.4em;
	font-size: 1.125em;
	font-weight: 700
}

.home-slide1 h4 span {
	font-size: 1.1111em
}

.home-slide1 h4 em {
	font-size: 2em;
	font-style: normal;
	margin-top: -2px;
	display: inline-block;
	letter-spacing: .01em;
	vertical-align: text-top
}

.home-slide1 a {
	border-width: 4px;
	padding: 1em 3.7em;
	background-color: transparent;
	color: #222529;
	letter-spacing: .01em
}

.home-slide2 .banner-layer {
	right: 10.4%
}

.home-slide2 h2 {
	color: #999;
	font-size: 2.125em;
	font-weight: 500
}

.home-slide2 h3 {
	font-size: 4.3125em
}

.home-slide2 .off-category {
	font-size: 2.125em;
	letter-spacing: .15em;
	margin-right: -1rem
}

.home-slide2 a {
	padding: 1.25em 3em;
	font-size: 1em;
	letter-spacing: .15em;
	font-weight: 600
}

.brands-slider {
	padding-top: 2.7rem;
	padding-bottom: 2.8rem
}

.banners-section {
	padding-top: 5.8rem;
	padding-bottom: 3.9rem
}

.banners-section h3 {
	font-size: 1.5em
}

.banners-section h4 {
	font-size: 1em
}

.banners-section del {
	font-size: 1.25em;
	vertical-align: super
}

.banners-section strong {
	font-size: 1.8125em;
	font-weight: 800;
	letter-spacing: -.04em
}

.banners-section .banner {
	transition: box-shadow .3s
}

.banners-section .banner:hover {
	box-shadow: 0 0 4rem rgba(0, 0, 0, 0.1)
}

.banner-layer-circle {
	top: 50%;
	left: 45%;
	right: auto;
	transform: translate(50%, -50%)
}

.banner-layer-circle h4 {
	font-size: 2.625em
}

.banner-layer-vertical-item {
	transform-origin: bottom left;
	transform: rotate(270deg) translateY(100%)
}

.banner-layer-right .banner-layer-vertical-item {
	margin-left: 100%;
	transform: rotate(270deg);
	width: auto
}

.banner-layer-circle-item {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	-ms-flex-pack: center;
	width: 2.238em;
	height: 2.238em;
	border-radius: 50%;
	color: #fff;
	background: #222529;
	letter-spacing: -.08em
}

.banner-layer-circle-item sup {
	margin-left: .0866em;
	line-height: 1;
	top: 0;
	letter-spacing: 0;
	font-size: 55%
}

.banner-layer-circle-item small {
	display: block;
	font-size: .4329em;
	letter-spacing: -.025em
}

.shop-section {
	padding-top: 5rem
}

.section-title {
	padding-bottom: .7rem;
	color: #302e2a;
	border-bottom: 1px solid #e1e1e1;
	font-size: 1.6rem;
	letter-spacing: -.01em;
	text-transform: uppercase
}

.products-grid {
	margin-left: -10px;
	margin-right: -10px
}

.products-grid .product-default {
	padding: 0 10px 20px;
	margin-bottom: 0
}

.products-grid figure {
	height: 100%
}

.products-grid figure img {
	height: 100%;
	object-fit: cover
}

.grid-height-1-2 {
	height: 300px
}

.grid-height-1 {
	height: 600px
}

.grid-col-sizer {
	width: 25%
}

.product-widgets-section {
	padding: 5rem 0 2rem
}

.product-widgets-section .product-widget {
	margin-bottom: 2rem
}

.product-widgets-section .product-widget figure {
	max-width: 95px;
	margin-right: 1.2rem
}

.product-widgets-section .product-widget .ratings-container {
	margin-bottom: 1rem
}

.product-widgets-section .product-widget .product-title {
	font-size: 1.5rem
}

.product-widgets-section .product-widget .product-price {
	font-size: 1.8rem
}

.product-widgets-section .product-widget .old-price {
	font-size: 1.4rem
}

.section-sub-title {
	font-size: 1.4rem;
	letter-spacing: -.02em;
	text-transform: uppercase
}

.top-shoes-banner {
	margin-top: 3.7rem
}

.top-shoes-banner h3 {
	color: #fff;
	font-size: 2em
}

.top-shoes-banner h4 {
	font-size: 1.375em;
	font-weight: 600;
	letter-spacing: -.04em
}

.top-shoes-banner .btn {
	padding: 1em 2.9em;
	color: #fff;
	border: 2px solid #fff;
	font-size: .75em
}

.top-shoes-banner .btn:hover {
	background-color: #fff;
	color: #222529
}

.newsletter-section .info-box i {
	font-size: 3rem;
	margin-bottom: 1.5rem
}

.newsletter-section h2 {
	font-size: 2.4rem;
	font-weight: 600
}

.newsletter-section p {
	color: #777;
	letter-spacing: .005em
}

.newsletter-form {
	margin: 0;
	padding-left: 2rem;
	border-radius: 5rem;
	background-color: #f4f4f4
}

.newsletter-form .form-control {
	border: 0;
	margin: 0;
	padding: 1rem 2rem 1rem 0;
	color: #8d8d8d;
	background-color: #f4f4f4;
	font-size: 1.2rem;
	font-style: italic;
	height: 48px;
	outline: none;
	box-shadow: none
}

.newsletter-form .form-control::placeholder {
	font: inherit;
	color: #8d8d8d;
	text-transform: none
}

.newsletter-form .btn {
	padding: 0 2.5em;
	height: 48px;
	border-radius: 0 5rem 5rem 0;
	border: 0;
	font-size: 1.2rem;
	line-height: 48px;
	letter-spacing: .005em;
	box-shadow: none
}

.main-content .product-default figure {
	border: 1px solid #f4f4f4
}

.main-content .product-default .product-title {
	font-family: Poppins, sans-serif
}

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

.category-banner-container {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7
}

.category-banner {
	padding-top: 4.8rem;
	padding-bottom: 4.8rem;
	font-size: 1.339rem
}

.category-banner .btn {
	font-size: 1.0757em
}

footer {
	line-height: 24px
}

footer .widget-title {
	letter-spacing: 0
}

footer h3 {
	font-size: 2.2rem
}

.footer-middle {
	border-top: 1px solid #e7e7e7
}

.footer-bottom {
	border-top: 1px solid #e7e7e7
}

@media (max-width: 575px) {
	.category-banner {
		font-size: 2.3vw
	}
	.grid-height-1-2 {
		height: 200px
	}
	.grid-height-1 {
		height: 400px
	}
}

.about-section {
	padding-bottom: 6rem
}

.about-section p {
	line-height: 2
}

.team-section {
	padding: 5rem 0;
	background-color: #efefef
}

.history-section {
	padding: 5rem 0
}

.history-section .title {
	margin-bottom: 2.5rem
}

.history-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 0 2rem
}

.history-image {
	position: relative;
	-ms-flex: 0 0 197px;
	flex: 0 0 197px;
	-ms-flex-item-align: center;
	align-self: center;
	max-width: 197px;
	margin: 0;
	padding-bottom: 1rem
}

.history-image img {
	display: block;
	max-width: 100%;
	height: auto
}

.history-image span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 5.4rem;
	font-weight: 300;
	line-height: 1;
	text-align: center
}

.history-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 3rem 2rem;
	border: 1px solid #dedede;
	color: #676a6d;
	line-height: 2
}

.history-content p:last-child {
	margin-bottom: 0
}

.info-box.info-box-border {
	justify-content: flex-start;
	-ms-flex-pack: start;
	padding: 1rem;
	border: 1px solid #dedede
}

.info-box.info-box-border+.info-box.info-box-border {
	margin-top: -1px
}

.info-box.info-box-border i {
	min-width: 5rem;
	margin-right: 1.5rem;
	margin-left: 1.5rem;
	color: #252525;
	font-size: 3.7rem;
	text-align: center
}

@media (min-width: 576px) {
	.history-item {
		flex-direction: row
	}
	.history-image {
		align-self: strech;
		padding-bottom: 0
	}
	.history-content {
		padding-right: 2.5rem;
		padding-left: 2.5rem;
		border-left: none
	}
}

@media (min-width: 992px) {
	.about-section {
		padding-bottom: 5rem
	}
	.team-section {
		padding-top: 6rem;
		padding-bottom: 6rem
	}
	.history-section {
		padding-top: 5.7rem;
		padding-bottom: 7.5rem
	}
	.history-content {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem
	}
}

@media (min-width: 1200px) {
	.history-content {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem
	}
}


/*# sourceMappingURL=style.min.css.map */


/*custom-css*/

.sticky-header.fixed {
	background: #375faf !important
}

.sticky-header.fixed.menu>li>a {
	color: white !important;
}

a.maincat {
	color: #375faf !important
}

a.subcat {
	color: #222529;
	font-size: 11px;
}

.email {
	color: #fff;
}

.email a:hover {
	color: #ddd;
}

.fixed.menu>li>a {
	color: #fff
}

.sticky_menu a,
.sticky_menu li a {
	color: #fff
}

.megamenu .submenu li a {
	color: #222529
}

.owl-carousel.nav-outer.nav-large .owl-prev {
	left: 50px;
	z-index: 999;
	color: #375faf;
}

.owl-carousel.nav-outer.nav-large .owl-next,
.owl-prev {
	right: 50px;
	z-index: 999;
	color: #375faf;
}

.sticky_menu>li:hover>a,
.sticky_menu>li.show>a,
.sticky_menu>li.active>a {
	color: #ddd;
	background: transparent
}

.footer-bottom {
	background: #f5f5f5;
}

.contact-info p a {
	color: #777
}

.brand-logo {
	font-size: 4em;
}

.header-logo {
	margin: auto;
	flex: unset !important
}

.product-price {
	color: #222529
}

@media screen and (max-width:991px) {
	.cart-dropdown {
		line-height: normal;
	}
	.sticky_menu li a.float-right {
		color: #000
	}
}

@media screen and (max-width:575px) {
	.brand-logo {
		font-size: 2em;
	}
}

.footer-middle {
	background: #f9f9f9;
}

.sticky_menu a.subcat {
	color: #222529;
	font-size: 11px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
	border-color: #375faf;
	background-color: transparent;
	color: #375faf;
	box-shadow: none;
}

button.owl-prev {#375faf !important}
button.owl-next {#375faf !important}


/*final custom css*/

a.btn-secondary{text-decoration:none;}
.btn-secondary{
	background:#375faf;
	color:#fff;
	text-decoration:none;
	}
	.btn-outline-secondary{
		color:#375faf;
		border-color: #375faf;	
	}
	.btn-outline-secondary:hover{
		color:#fff;
		background-color: #375faf;
		border-color: #375faf;	
	}
	.btn-secondary:hover{
		color:#375faf;
		background-color: transparent;
		border-color: #375faf;
	}

	.card-body {
		min-height:unset;
	}
	
/*mega-menu*/	
	.drp-down-arrow{
		display: block;
		position: absolute;
		top: 50%;
		right: -2.3rem;
		width: 3rem;
		height: 3rem;
		margin-top: -1.5rem;
		text-align: center;
		border-radius: 0;
		outline: none;
		background-color: transparent;
		color: #fff;
		font-size: 1.3rem;
		line-height: 3rem;
		cursor: pointer;
	}
	.drp-down-arrow:after{
		display: inline-block;
		margin-top: -2px;
		font-family: 'porto';
		content: '\e81c';
	}
	span.frwd-slash:before{
		 content: " / ";
		 color: grey;
		font-weight: normal;
		font-size: 13px;
	}
	
	/* .megamenu a:hover{text-decoration:underline !important} */
	.megamenu a{font-size:14px!important;line-height:2.3!important; color:#555!important}
	.megamenu a.active{color:#375faf!important}

	a.sidebar-menu-link{font-size:15px!important}
	a.sidebar-menu-link:hover{background-color:#375faf!important; color:white!important}
	a.sidebar-menu-link.active{background-color:#375faf!important; color:white!important}

	a.index-cat-link{font-size:1.9rem;}

	ul.menu li.active a{position:relative;}
	ul.menu li.active:after {
		content: '';
		position: absolute;
		top: 55px;
		height: 2px;
		width: 100%;
		background: #375faf;
		left: 0;
	  }
	  ul.menu li:hover:after {
		content: '';
		position: absolute;
		top: 55px;
		height: 2px;
		width: 100%;
		background: #375faf;
		left: 0;
	  }

	  .header-top h6{font-size:1.4rem}

	  @media (max-width: 991px) {
		.footer-middle{padding-top:3rem !important}
	  }