.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
	display: none
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: 0;
	padding: 0 !important;
	font: inherit
}
.owl-carousel.owl-loaded {
	display: block
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.no-js .owl-carousel {
	display: block
}
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	animation-name: fadeOut
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
	transition: height 500ms ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("../../../../../../www.portotheme.com/html/porto_ecommerce/demo_4/assets/images/owl.video.play.html") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}
.owl-theme .owl-nav {
	margin: 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	color: #222529;
	font-size: 3rem
}
.owl-theme .owl-nav [class*='owl-'] {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #222529;
	margin: 0;
	font-size: 3rem;
	padding: 4px 7px;
	background: transparent;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}
.owl-theme .owl-nav [class*='owl-'] i:before {
	margin: 0;
	width: auto
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: transparent;
	color: #222529;
	text-decoration: none
}
.owl-theme .owl-nav .owl-prev {
	left: 0
}
.owl-theme .owl-nav .owl-next {
	right: 0
}
.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 2.5rem
}
.owl-theme .owl-dots {
	line-height: 1;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
*display:inline
}
.owl-theme .owl-dots .owl-dot span {
	position: relative;
	width: 15px;
	height: 15px;
	margin: 2px 2px;
	background: transparent;
	display: block;
	-webkit-backface-visibility: visible;
	transition: all .3s ease;
	border: 0.2rem solid rgba(0,0,0,0.4);
	border-radius: 50%
}
.owl-theme .owl-dots .owl-dot span:before {
	content: '';
	display: block;
width:.7rem;
height:.7rem;
	background-color: transparent;
	position: absolute;
	left: 50%;
	top: 50%;
margin-top:-.35rem;
margin-left:-.35rem;
	background-color: #08C;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	transition: all .3s;
	border-radius: 50%
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	border-color: #08C;
	background: transparent
}
.owl-theme .owl-dots .owl-dot.active span:before {
	opacity: 1;
	visibility: visible;
	transform: scale(1)
}
.owl-theme.owl-theme-light .owl-dots .owl-dot span {
	border-color: #fff;
	background: transparent
}
.owl-theme.owl-theme-light .owl-dots .owl-dot span:before {
	border-color: #fff
}
.owl-theme.owl-theme-light .owl-dots .owl-dot.active span, .owl-theme.owl-theme-light .owl-dots .owl-dot:hover span {
	border-color: #08C;
	background: transparent
}
.owl-theme.owl-theme-light .owl-dots .owl-dot.active span:before {
	border-color: #08C
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #fff;
	opacity: .4
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}
.mfp-align-top .mfp-container:before {
	display: none
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}
.mfp-ajax-cur {
	cursor: progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
	cursor: auto
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}
.mfp-loading.mfp-figure {
	display: none
}
.mfp-hide {
	display: none !important
}
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}
.mfp-preloader a {
	color: #CCC
}
.mfp-preloader a:hover {
	color: #FFF
}
.mfp-s-ready .mfp-preloader {
	display: none
}
.mfp-s-error .mfp-content {
	display: none
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}
button::-moz-focus-inner {
padding:0;
border:0
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1
}
.mfp-close:active {
	top: 1px
}
.mfp-close-btn-in .mfp-close {
	color: #333
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}
.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
	margin-top: -54px
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1
}
.mfp-arrow:before, .mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7
}
.mfp-arrow-left {
	left: 0
}
.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F
}
.mfp-arrow-right {
	right: 0
}
.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px
}
.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}
.mfp-iframe-holder .mfp-close {
	top: -40px
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	box-shadow: 0 0 8px rgba(0,0,0,0.6)
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}
.mfp-figure {
	line-height: 0
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	background: #444
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px
}
.mfp-figure figure {
	margin: 0
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px
}
.mfp-image-holder .mfp-content {
	max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}
@media (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0
}
.mfp-img-mobile img.mfp-img {
	padding: 0
}
.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0
}
.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px
}
.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0,0,0,0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	box-sizing: border-box
}
.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0
}
.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px
}
.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0,0,0,0.6);
	position: fixed;
	text-align: center;
	padding: 0
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75)
}
.mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0
}
.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%
}
.mfp-container {
	padding-left: 6px;
	padding-right: 6px
}
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0
}
.bootstrap-touchspin .input-group-btn-vertical {
	position: absolute;
	right: 0;
	height: 100%;
	z-index: 11
}
.bootstrap-touchspin.input-group {
	max-width: 68px;
	padding-right: 20px;
	margin-bottom: 0
}
.bootstrap-touchspin .form-control {
	text-align: center;
	margin-bottom: 0;
	height: 4.2rem;
	max-width: 46px;
	padding: 1.1rem 1rem
}
.bootstrap-touchspin .form-control:not(:focus) {
	border-color: #ccc
}
.bootstrap-touchspin .input-group-btn-vertical>.btn {
	position: absolute;
	right: 0;
	height: 2rem;
	padding: 0;
	width: 2rem;
	text-align: center;
	font-size: 1.2rem
}
.bootstrap-touchspin .input-group-btn-vertical>.btn:before {
	position: relative;
	margin: 0;
	width: auto;
	line-height: 1;
	width: auto;
top:-.1rem;
margin-right:-.2rem
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0 !important;
	top: 0
}
.bootstrap-touchspin-down, .bootstrap-touchspin-up, .btn-dark{border-radius: 0;}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0;
	bottom: 0
}/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
.btn-dark {
	border-color: #222529;
	background-color: #222529;
	color: #fff;
	box-shadow: none
}
.btn-dark:hover, .btn-dark:focus, .btn-dark.focus {
	border-color: #34393f;
	background-color: #34393f;
	color: #fff;
	box-shadow: none
}
.btn-dark.disabled, .btn-dark:disabled {
	border-color: #222529;
	background-color: #222529;
	color: #fff
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show>.btn-dark.dropdown-toggle {
	border-color: #050606;
	background-color: #0b0c0d;
	color: #fff
}

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


.select-custom {
	position: relative;
	margin-bottom: 1rem;
	background: #fff
}
.select-custom select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	position: relative;
	z-index: 1;
	background: transparent
}
.select-custom select:focus {
	background: transparent
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
.select-custom select::-ms-expand {
display:none
}
.select-custom select:focus::-ms-value {
background:transparent;
color:currentColor
}
}
.select-custom:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 1.9rem;
	transform: translateY(-50%);
	font-family: 'porto';
	font-size: 1.5rem;
	content: '\e81c'
}
.select-custom .form-control, .select-custom .form-control-sm {
	padding-right: 4rem
}
.form-group-custom-control {
	margin-top: 2rem
}
.form-group-custom-control .custom-control {
	margin-top: 0;
	margin-bottom: 2rem
}
.form-group-custom-control+.form-group-custom-control {
margin-top:-.5rem
}
.form-group-custom-control .custom-control-label {
	
	font-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: #08C
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
	background-color: #08C
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
	background-color: rgba(0,136,204,0.5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
	background-color: rgba(0,136,204,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%
}
.toolbox {
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	-ms-flex-pack: justify;
margin-bottom:.5rem;
	font-size: 1.2rem;
	line-height: 1.5
}
.toolbox .select-custom:after {
	right: 1.5rem;
	margin-top: -1px;
	font-size: 1.6rem
}
.toolbox .select-custom .form-control {
	max-width: 160px;
	padding-right: 2.5rem;
	font-size: 1.2rem
}
.toolbox label {
	margin: 1px 1.2rem 0 0;
	color: #777;
	font-size: 1.2rem;
	font-weight: 400;
	
}
.toolbox .form-control {
	display: inline-block;
	margin-bottom: 0;
padding:0 .8rem;
	color: #777
}
.toolbox .form-control:focus {
	color: #777
}
.toolbox select.form-control:not([size]):not([multiple]) {
	height: 34px
}
.toolbox .toolbox-show .select-custom:after {
	right: 1rem
}
.toolbox .toolbox-show:not(:last-child) {
	margin-right: 1.6rem
}
.toolbox, .toolbox-left, .toolbox-right, .toolbox-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.toolbox-item {
	margin-bottom: 10px
}
.toolbox-item:not(:last-child) {
	margin-right: 10px
}
.toolbox-item.toolbox-sort {
	margin-right: 1.5rem
}
.toolbox-item .select-custom {
	margin-bottom: 0
}
.toolbox-pagination {
	border-top: 1px solid #efefef;
	padding-top: 2.5rem;
	margin-bottom: 3.5rem
}
.pagination {
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	color: #706f6c;
	font-size: 1.4rem;
	font-weight: 600;
	
}
.mfp-close {
	text-indent: -9999px;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	width: 41px;
	height: 41px;
	color: #838383
}
.mfp-close:hover {
	opacity: 1
}
.mfp-image-holder .mfp-close {
	width: 41px;
	color: #fff;
	text-align: left
}
.mfp-close:after {
	content: '';
	position: absolute;
	height: 17px;
	top: 12px;
	left: 20px;
	border-left: 1px solid
}
.mfp-close:before {
	content: '';
	position: absolute;
	width: 17px;
	top: 20px;
	left: 12px;
	border-top: 1px solid
}


.mfp-zoom-out-cur .mfp-bg {
	opacity: .8;
	background-color: #0b0b0b
}
.mfp-zoom-out-cur .mfp-counter {
	color: #fff
}
.mfp-zoom-out-cur .mfp-arrow-right:before {
	border-left: 0
}
.mfp-zoom-out-cur .mfp-arrow-left:before {
	border-right: 0
}
.mfp-ajax-product.mfp-bg, .login-popup.mfp-bg {
	opacity: 0
}
.mfp-ajax-product .product-single-container {
	box-shadow: 0 10px 25px rgba(0,0,0,0.5)
}
.mfp-wrap .mfp-content {
	transition: all .35s ease-out;
	opacity: 0
}
.mfp-ajax-product.mfp-wrap .mfp-content, .login-popup.mfp-wrap .mfp-content {
	max-width: 872px
}
.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1
}
.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0
}
@media (max-width: 991px) {
.mfp-container {
	padding: 2rem
}
}
.tooltip-top:after {
	content: "";
	position: absolute;
	top: 96%;
	left: 50%;
	margin-left: -6px;
	border-width: 6px;
	border-style: solid;
	border-color: #333 transparent transparent transparent
}
.old-price {
	text-decoration: line-through;
	font-size: 1.4rem;
	letter-spacing: .005em;
	color: #999;
	margin-right: 3px
}
.product-price {
	color: #222529;
	font-size: 1.8rem;
	line-height: .8
}
.price-box {
	margin-bottom: 1.5rem;
	font-weight: 600;
	
	line-height: 1
}
.ratings-container {
	line-height: 1;
	margin: 0 0 10px 1px;
	cursor: pointer;
	position: relative;
	display: inline-block
}
.ratings-container .product-ratings, .ratings-container .ratings {
	position: relative;
	display: inline-block;
	font-size: 11px;
	letter-spacing: .1em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900
}
.ratings-container .product-ratings {
	height: 11px
}
.ratings-container .product-ratings:before {
	content: "";
	color: rgba(0,0,0,0.16)
}
.ratings-container .product-ratings:hover .tooltiptext {
	visibility: visible;
	opacity: 1
}
.ratings-container .ratings {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	overflow: hidden
}
.ratings-container .ratings:before {
	content: "";
	color: #6a6a6d
}
.product-select-group {
	display: flex;
	display: -ms-flexbox
}
.product-select {
	margin: 0 4px 0 0;
	cursor: pointer
}
.product-select.type-image {
	width: 32px;
	height: 32px;
	background-size: contain;
	border: 1px solid rgba(0,0,0,0.09)
}
.product-select.type-image.checked, .product-select.type-image.hover {
	border: 1px solid #08C
}
.product-select.type-check {
	margin: 5px;
	overflow: visible;
	display: block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%
}
.product-select.type-check:after {
	content: '';
	background-color: transparent;
	border: 1px solid black;
	position: absolute;
	left: -3px;
	top: -3px;
	border-radius: 50%;
	width: 18px;
	display: block;
	height: 18px
}
.product-select.type-check.checked:before {
	font-size: 8px;
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	text-indent: 0;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	color: #fff;
	height: 12px;
	line-height: 12px;
	margin-top: -6px;
	text-align: center
}
.product-single-qty {
	display: inline-block;
	max-width: 104px;
	vertical-align: middle
}
.product-single-qty .bootstrap-touchspin.input-group {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	max-width: none;
	padding-right: 0
}
.product-single-qty .bootstrap-touchspin .form-control {
	width: 2.5em;
	height: 36px;
	padding: 10px 2px;
	color: #222529;
	font-size: 1.4rem;
	
}
.product-single-qty .bootstrap-touchspin .form-control, .product-single-qty .bootstrap-touchspin .form-control:not(:focus), .product-single-qty .btn-outline:not(:disabled):not(.disabled):active {
	border-color: #dae2e6
}
.product-single-qty .btn {
	width: 2em;
	padding: 0
}
.product-single-qty .btn.btn-down-icon:hover:before, .product-single-qty .btn.btn-down-icon:hover:after, .product-single-qty .btn.btn-up-icon:hover:before, .product-single-qty .btn.btn-up-icon:hover:after {
	background-color: #08C
}
.product-single-qty .btn.btn-outline {
	border-color: #dae2e6
}
.product-single-qty .btn.btn-down-icon:after, .product-single-qty .btn.btn-up-icon:before, .product-single-qty .btn.btn-up-icon:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 1px;
margin-left:-6px;
	background: #222529;
	content: ''
}
.product-single-qty .btn.btn-up-icon:before {
	transform: rotate(90deg)
}
.config-swatch-list {
	margin: 1.5rem 0 0;
	padding: 0;
	font-size: 0;
	list-style: none
}
.config-swatch-list li a {
	position: relative;
	display: block;
	width: 2.6rem;
	height: 2.6rem;
	margin: 3px 6px 3px 0;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.2)
}
.config-swatch-list li .color-panel {
	display: inline-block;
	width: 1.7rem;
	height: 1.7rem;
	border: 1px solid #fff;
	transition: all .3s;
	margin-right: 1.5rem
}
.config-swatch-list li span:last-child {
	cursor: pointer
}
.config-swatch-list li:hover span:last-child {
	color: #08C
}
.config-swatch-list li.active a:before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-family: 'porto';
	font-size: 1.1rem;
	line-height: 1;
	content: '\e84e'
}
.config-swatch-list a:hover .color-panel, .config-swatch-list a:focus .color-panel, .config-swatch-list li.active .color-panel {
box-shadow:0 0 0 .1rem #dfdfdf
}
.modal#addCartModal {
	width: 340px;
	top: calc((100% - 320px) / 2);
	left: calc((100% - 320px) / 2);
	padding: 10px !important;
	overflow: hidden
}
.modal#addCartModal .modal-dialog {
	margin: 0
}
.modal#addCartModal .modal-content {
	margin: 0;
	border: none;
	box-shadow: none
}
.add-cart-box {
	padding: 19px 10px 20px !important;
	border-top: 4px solid #08C;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.6)
}
.add-cart-box h4 {
	font-weight: 500;
	color: #08C;
	margin-bottom: 1.8rem
}
.add-cart-box img {
	margin: 0 auto 10px;
	width: 120px
}
.add-cart-box .btn-actions {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-around;
	-ms-flex-pack: distribute
}
.add-cart-box .btn-actions .btn-primary {
	width: 140px;
	padding: 8px 0;
	font: 500 16px "Open Sans", sans-serif;
	border: none;
	cursor: pointer
}
.add-cart-box .btn-actions .btn-primary:focus, .add-cart-box .btn-actions .btn-primary:active, .add-cart-box .btn-actions .btn-primary:active:focus {
	outline: none;
	border: none;
	box-shadow: none
}

.inner-icon:hover .btn-icon {
	background-color: #fff;
	border-color: #ddd;
	color: black;
	visibility: visible;
	opacity: 1
}

.quantity-input .product-details {
	align-items: center
}
.quantity-input .product-single-qty {
	margin: 0 0 1rem
}
.quantity-input .btn-add-cart {
	margin: 0 0 1rem 2px
}
.quantity-input .btn-add-cart:hover {
	background-color: #08C;
	border-color: #08C;
	color: #fff
}

.social-icon {
	display: inline-block;
	width: 2.3rem;
	color: #fff;
	background-color: #08C;
	font-size: 1rem;
	line-height: 3.2rem;
	text-align: center;
	text-decoration: none;
	opacity: 1
}
.social-icon+.social-icon {
margin-left:.6rem
}
.social-icons .social-icon:hover, .social-icons .social-icon:focus {
	color: #fff;
	text-decoration: none;
	opacity: .85
}
.social-icon.social-facebook {
	background-color: #3b5a9a
}
.social-icon.social-twitter {
	background-color: #1aa9e1
}
.social-icon.social-instagram {
	background-color: #7c4a3a
}
.social-icon.social-linkedin {
	background-color: #0073b2;
}
.social-icon.social-linkedin:hover {
	color: #fff !important;
}
.social-icon.social-gplus {
	background-color: #dd4b39
}
.social-icon.social-mail {
	background-color: #dd4b39
}
.nav-tabs {
	margin: 0;
	border: 0;
	border-bottom: 2px solid #e7e7e7
}
.nav-tabs .nav-item {
	margin-bottom: -2px
}
.nav-tabs .nav-item .nav-link {
	padding: 1.2rem 0;
	border: 0;
	border-bottom: 2px solid transparent;
	color: #282d3b;
	font-weight: 700;
	font-size: .9rem;
	line-height: 1;
	letter-spacing:.01rem;
}
.nav-tabs .nav-item .nav-link:hover {
	color: #08C
}
.nav-tabs .nav-item:not(:last-child) {
	margin-right: 1rem
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-item .nav-link.active {
	border-bottom-color: #08C;
	color: #08C
}
.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
}



.add-cart {
	padding: 11px 28px;
	font-size: 1rem;
	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;
	
	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: #222529;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -.01em
}
.product-single-details .price-box {
	margin-bottom: 2rem;
	color: #08C;
	font-weight: 700;
	
}
.product-single-details .product-price {
	font-size: 1.5rem;
	letter-spacing: -.02em;
	vertical-align: middle
}
.product-single-details .old-price {
	color: #777;
	font-size: 1.5rem;
	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: 1rem
}
.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: 2rem;
	font-size: 1rem;
	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: 3rem;
	font-size: 1rem;
	font-weight: 700
}
.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: 500;
	letter-spacing: .005em;
}
.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: 1rem;
	font-weight: 500;
	line-height: 2.8rem
}
.product-single-filter .config-size-list li a:hover, .product-single-filter .config-size-list li a:focus {
	border-color: #ff7272;
	background-color: #f4f4f4;
	color: #21293c
}
.product-single-filter .config-size-list li.active a {
	border-color: #ff7272;
	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;
	
	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: #08C
}
.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: 1;
	z-index: 1
}
.prod-full-screen i {
	color: #000;
	font-size: 1.4rem;
	cursor: pointer
}
.product-single-tabs {
	margin-bottom: 5.5rem;
	min-height: 400px;
}
.product-single-tabs .tab-pane {
	padding-top: 1rem;
	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 {
	
}
.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: 1rem;
	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 {
	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-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: 2rem
}
.add-product-review label {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 1.1rem
}
.add-product-review .form-control {
	font-size: 1rem;
	margin-bottom: 2rem;
	border-radius: 0;
	max-width: 100%
}
.add-product-review .btn {
	padding: .93em 1.78em
}
.rating-stars {
	display: flex;
	display: -ms-flexbox;
	position: relative;
	height: 14px;
	margin-bottom: 2rem
}
.rating-stars a {
	color: #999;
	text-indent: -9999px;
	letter-spacing: 1px;
	width: 16px
}
.rating-stars a:before {
	content: '';
	position: absolute;
	left: 0;
	height: 24px;
	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;
	
	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: #08C;
	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;
	
	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
}
}

.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:#08C;background-color:#08C;color:#61605a;text-decoration:none}
.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
}
.product-desc-content ul{list-style: none;}
.mb-2{margin-bottom: 1rem !important;}
:root {
 --white: #ffffff;
 --light: #f0eff3;
 --black: #222529;
 --dark-blue: #1f2029;
 --dark-light: #353746;
 --red: #f4898f;
 --yellow: #f4898f;
 --grey: #ecedf3;
}
/* #Primary
================================================== */

::selection {
	color: var(--white);
	background-color: var(--black);
}
::-moz-selection {
 color: var(--white);
 background-color: var(--black);
}
mark {
	color: var(--white);
	background-color: var(--black);
}
.section {
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.over-hide {
	overflow: hidden;
}
.z-bigger {
	z-index: 100 !important;
}
.background-color {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--dark-blue);
	z-index: 1;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.checkbox:checked ~ .background-color {
	background-color: var(--white);
}
[type="checkbox"]:checked, [type="checkbox"]:not(:checked), [type="radio"]:checked, [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;
}
.checkbox:checked + label, .checkbox:not(:checked) + label {
	position: relative;
	width: 70px;
	display: inline-block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	margin: 17px 0;
	margin-top: 100px;
	height: 6px;
	background-image: linear-gradient(298deg, var(--red), var(--yellow));
	z-index: 100 !important;
}
.checkbox:checked + label:before, .checkbox:not(:checked) + label:before {
	position: absolute;
	font-family: 'unicons';
	cursor: pointer;
	top: -17px;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.checkbox:not(:checked) + label:before {
	content: '\eac1';
	left: 0;
	color: var(--grey);
	background-color: var(--dark-light);
	box-shadow: 0 4px 4px rgba(0,0,0,0.15), 0 0 0 1px rgba(26,53,71,0.07);
}
.checkbox:checked + label:before {
	content: '\eb8f';
	left: 30px;
	color: var(--yellow);
	background-color: var(--dark-blue);
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}
.checkbox:checked ~ .section .container .row .col-12 p {
	color: var(--dark-blue);
}
.checkbox-tools:checked + label {
	position: relative;
	display: inline-block;
	padding: 20px;
	width: 110px;
	font-size: 14px;
	line-height: 20px;
	margin: 0 auto;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	color: var(--white);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.checkbox-tools:not(:checked) + label {
	position: relative;
	display: inline-block;
	padding: 20px;
	width: 110px;
	font-size: 14px;
	line-height: 20px;
	margin: 0 auto;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	color: var(--black);
	border: 1px solid #e5e5e5;
}
.checkbox-tools:not(:checked) + label {
	background-color: var(--white);
	border: 1px solid #e5e5e5;
}
.checkbox-tools:checked + label {
	background-color: transparent;
}
.checkbox-tools:not(:checked) + label:hover {
	border: 1px solid #e5e5e5;
}
.checkbox-tools:checked + label::before, .checkbox-tools:not(:checked) + label::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(298deg, var(--red), var(--yellow));
	z-index: -1;
}
.checkbox-tools:checked + label .uil, .checkbox-tools:not(:checked) + label .uil {
	font-size: 24px;
	line-height: 24px;
	display: block;
	padding-bottom: 10px;
}
.checkbox:checked ~ .section .container .row .col-12 .checkbox-tools:not(:checked) + label {
	background-color: var(--light);
	color: var(--dark-blue);
	box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}
.checkbox:checked ~ .section .container .row .col-xl-10 .checkbox-budget:not(:checked) + label {
	background-color: var(--light);
	-webkit-text-stroke: 1px var(--dark-blue);
	text-stroke: 1px var(--dark-blue);
	box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}
.checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:not(:checked) + label, .checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:checked + label {
	background-color: var(--light);
	color: var(--dark-blue);
}
.checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:checked + label::after, .checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:not(:checked) + label::after {
	background-color: var(--light);
}
.link-to-page {
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 20000;
	cursor: pointer;
	width: 50px;
}
.link-to-page img {
	width: 100%;
	height: auto;
	display: block;
}
@media (max-width:700px) {
.kaldir {
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 999;
	display: block;
}
.mobil {
	display: block;
}
.masaustu {
	display: none;
}
.kaldir button {
	width: 100%;
}
}
.btn-dark2 {
	border-color: #f4898f;
	background-color: #f4898f;
	color: #fff;
	box-shadow: none;
	border-radius: 0;
}
@media (min-width:701px) {
.kaldir {
	display: none;
}
.mobil {
	display: none;
}
.masaustu {
	display: block;
}
}