/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #3b99e0;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: "Montserrat", sans-serif;
	--font-family-sans-serif: "Montserrat", sans-serif;
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}



*,
:after,
:before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	width:100%;
	height:100%;
	padding: 0;
	margin: 0;
	font-family: Montserrat, Jaturat, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0!important
}

dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
	margin-top: 0
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

.FRM select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


img.card-img-top.scale-on-hover {
	width:100%;
	height:auto;
	margin-bottom:5px;
}

p.text-muted.card-text {
    font-size: 0.8em;
}

.text-muted {
    color: #6c757d!important;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.8rem 0 0 0;
    height: 30%;
}

h6 a {
	font-weight: 600;
}

.block-heading h4 {
	background-image: linear-gradient(to bottom, #000000 , #626262);
    border: 1px solid #00000017;
    padding: 5px;
    border-radius: 10px;
    /*box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 61%);*/
    margin: auto;
    margin-bottom:10px;
}


.menu_text {
	color: #292929; 
	font-weight: 700; 
	font-size: 0.7em; 
	letter-spacing: 0.1rem;
}


address,
dl,
ol,
ul {
	margin-bottom: 1rem
}

b,
strong {
	font-weight: bolder
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

img {
	border-style: none
}

img,
svg {
	vertical-align: middle
}

table {
	border-collapse: collapse
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: dotted 1px;
	outline: -webkit-focus-ring-color auto 5px
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

[hidden] {
	display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

.h1,
h1 {
	font-size: 2.5rem
}

.h2,
h2 {
	font-size: 2rem
}

.h3,
h3 {
	font-size: 1.75rem
}

.h4,
h4 {
	font-size: 1.5rem
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

.small,
small {
	font-size: 80%;
	font-weight: 400
}

mark {
	padding: .2em;
	background-color: #fcf8e3
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:1200px) {
	.container {
		width: 100%;
    	max-width: 90%;
    	margin: 0 auto;
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding: 10px
}

.col,
.col-6,
.col-lg-1,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-8,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-sm-12,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-xl-12,
.col-xl-4 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

@media (min-width:576px) {
	.col-sm-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:768px) {
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:992px) {
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.offset-lg-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {
	.col-xl-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333%
	}
}

.table {
	width: 100%;
	color: #212529
}

.table td,
.table th {
	padding: .75rem;
	vertical-align: top
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.form-control,
select#b_state,
select#state,
select#b_country,
select#country {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

select#card_month,
select#card_year {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0 .5em;
	display: block;
	width: 40%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

select#ship_type {
	display: inline-block;
	float: right;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin: -12px 0 0;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (max-width:575px) {
	.img-fluid {
		height: auto;
		margin: auto;
		width: 80%!important;
		display: block
	}
	select#ship_type {
		display: inline-block;
		float: right;
		height: calc(1.5em + .75rem + 2px);
		padding: .075rem;
		font-size: .8rem;
		font-weight: 400;
		line-height: 1.5;
		margin: -10px 0 0;
		color: #495057;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #ced4da;
		border-radius: .25rem;
		transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
		width: 40%
	}
	input#promo_code {
		float: right;
		height: calc(1.3em + .45rem + 2px) !important;
		padding: .075rem;
		font-size: .8rem;
		font-weight: 400;
		line-height: 1.5;
		color: #495057;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #ced4da;
		border-radius: .25rem;
		transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
		margin: -15px 0 0;
		width: 50%;
		text-align: right
	}
	span {
		font-size: .8em
	}
	.clean-block.payment-form .products .price {
		float: right;
		font-weight: 400;
		font-size: .8em
	}
	table.table {
		font-size: .8em
	}
}

input#promo_code {
	float: right;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}



@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

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

.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-label {
	margin-bottom: 0
}

.form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width:576px) {
	.form-inline label {
		-ms-flex-align: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.form-inline .form-group,
	.form-inline label {
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
		.form-inline .input-group {
			width: auto
		}
	.form-inline .form-check {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
	box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-outline-primary {
	color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none
	}
}

.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%
}

.input-group>.form-control {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group>.form-control+.form-control {
	margin-left: -1px
}

.input-group>.form-control:focus {
	z-index: 3
}

.input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	padding: .5rem 1rem
}

.navbar,
.navbar>.container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.2em;
	vertical-align: middle;
	content: "";
	background: 50%/100% 100% no-repeat
}

@media (max-width:991.98px) {
	.navbar-expand-lg>.container {
		padding-right: 0;
		padding-left: 0
	}
	
	
}

@media (min-width:992px) {
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-lg>.container {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-lg .navbar-toggler {
		display: none
	}
	
	
}

.navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand>.container {
	padding-right: 0;
	padding-left: 0;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
	color: rgba(255, 255, 255);
	border-color: rgba(255, 255, 255)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

#myBtn {
	display: none;
    position: fixed;
    top: 010px;
    left: 47%;
    z-index: 99;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 800;
    border: 0px solid #b3b3b3;
    outline: none;
    background-color: white;
    color: black;
    cursor: pointer;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.61);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.61);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.61);
}

@media screen and (max-width:425px) {
#myBtn {
	display: none;
    position: fixed;
    top: 10px;
    left: 43%;
    z-index: 99;
    font-family: Montserrat;
    font-size: 8px;
    font-weight: 800;
    border: 0px solid #b3b3b3;
    outline: none;
    background-color: white;
    color: black;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.61);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.61);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.61);
}
}


#myBtn:hover {
  background-color: white;
}

.bg-white {
	background-color: #fff!important
}

.border {
	border: 1px solid #dee2e6!important
}

.border-top {
	border-top: 1px solid #dee2e6!important
}

.border-right {
	border-right: 1px solid #dee2e6!important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6!important
}

.border-left {
	border-left: 1px solid #dee2e6!important
}

.border-primary {
	border-color: #007bff!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

@media (min-width: 768px){
	.d-md-block {
	    display: block!important;
	}
}

.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.mr-auto,
.mx-auto {
	margin-right: auto!important
}

.mx-auto {
	margin-left: auto!important
}

.text-justify {
	text-align: justify!important
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

.text-info {
	color: #3b99e0!important
}

.visible {
	visibility: visible!important
}

@media print {
	*,
	:after,
	:before {
		text-shadow: none!important;
		box-shadow: none!important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	.container,
	body {
		min-width: 992px!important
	}
	.navbar {
		display: none
	}
		.table {
			border-collapse: collapse!important
		}
	.table td,
	.table th {
		background-color: #fff!important
	}
}


.sp-wrap {
	border: 5px solid #eee;
	border-radius: 3px
}

.sp-wrap {
	display: none;
	line-height: 0;
	font-size: 0;
	background: #eee;
	position: relative;
	margin: 0 25px 15px 0;
	float: left;
	max-width: 300px
}

.sp-thumbs {
	text-align: left;
	display: inline-block
}

.sp-thumbs img {
	min-height: 50px;
	min-width: 50px;
	max-width: 50px
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
	width: 100px;
	height: 97px;
	overflow: hidden;
	opacity: .3;
	display: inline-block;
	background-size: cover;
	background-position: 50%;
	transition: .2s ease-out
}

.sp-thumbs a:hover {
	opacity: 1
}

.sp-current,
.sp-thumbs a:active {
	opacity: 1!important;
	position: relative
}

.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0
}

.sp-large a img {
	max-width: 100%;
	height: auto
}

.sp-large a {
	display: block
}

.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .9);
	z-index: 1031;
	display: none;
	cursor: pointer
}

.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff
}

#sp-next,
#sp-prev {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s
}

#sp-prev {
	left: 10px
}

#sp-prev:before {
	content: "";
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px
}

#sp-next {
	right: 10px
}

#sp-next:before {
	content: "";
	border: 7px solid transparent;
	border-left: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 18px
}

#sp-next:hover,
#sp-prev:hover {
	background: #444
}

@media screen and (max-width:400px) {
	.sp-wrap {
		margin: 0 0 15px
	}
	#sp-next,
	#sp-prev {
		top: auto;
		margin-top: 0;
		bottom: 25px
	}
}

.btn i {
	margin-right: 5px
}

.clean-block {
	padding-bottom: 50px
}

.clean-block.dark {
	background-color: #f6f6f6
}

.clean-block .block-heading {
	/*padding-top: 50px;*/
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center
}

.clean-block .block-heading p {
	text-align: center;
	/*max-width: 420px; */
	max-width: 90%;
	margin: auto;
	font-size: .85em;
}

.clean-block.dark .block-heading p {
	opacity: .8
}

.clean-block .block-heading h1,
.clean-block .block-heading h2,
.clean-block .block-heading h3 {
	margin-bottom: 1.2rem
}

.clean-block .block-content,
.clean-block .content {
	background-color: #fff
}

.clean-block .block-content {
	padding: 40px
}

.clean-block.clean-faq .faq-item {
	margin-bottom: 20px
}

.clean-block.clean-faq .faq-item .question {
	font-weight: 600;
	font-size: 1em;
	line-height: 1.5
}

.clean-block.clean-faq .faq-item .answer {
	font-size: 1em;
	color: #7f7d7d;
	margin-top: 20px
}

.clean-block.payment-form form {
	border-top: 2px solid #5ea4f3;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .075);
	background-color: #fff;
	padding: 0;
	max-width: 600px;
	margin: auto
}

.clean-block.payment-form .title {
	font-size: 1em;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: .8em;
	font-weight: 600;
	padding-bottom: 8px
}

.clean-block.payment-form .products {
	background-color: #f7fbff;
	padding: 25px
}

@media (max-width:576px) {
	.clean-block.payment-form .products {
		background-color: #f7fbff;
		padding: 5px
	}
}

.clean-block.payment-form .products .item {
	margin-bottom: 1em
}

.clean-block.payment-form .products .item-name {
	font-weight: 500;
	font-size: .9em
}

.clean-block.payment-form .products .item p {
	margin-bottom: .2em
}

.clean-block.payment-form .products .price {
	float: right;
	font-weight: 600;
	font-size: .9em
}

.clean-block.payment-form .products .total {
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin-top: 10px;
	padding-top: 19px;
	font-weight: 500;
	line-height: 1
}

.clean-block.payment-form .card-details {
	padding: 25px 25px 15px
}

.clean-block.payment-form .card-details label {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #767676;
	text-transform: uppercase
}

.clean-block.clean-catalog .products {
	padding: 0
}

@media (max-width:991px) {
.clean-product-item {
	padding: 20px;
	border-right: none;
	border-bottom: 1px solid #e2e2e2;
	height: 100%
	}
}

.clean-product-item .image {
	margin-bottom: 15px
}

.clean-product-item .image img {
	max-width: 100%;
}

.clean-product-item .product-name {
	margin-bottom: 5px;
	text-align: center
}

.clean-product-item .product-name a {
	color: #000 !important;
	font-size: .9em;
	font-weight: 600 !important;
}

.product-name p {
    font-size: .8rem;
    color: #000;
    font-style: italic;
}

.clean-product-item .product-name a:hover {
	text-decoration: none;
	color: #8f8c8c
}

.clean-product-item .about {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: center
}

.clean-product-item .price {
	text-align: right;
	padding-right: 10px;
	margin-bottom: 15px;
	font-size: .8em;
}

.clean-product-item .price h3 {
	font-size: 1.2em;
	font-weight: 600;
	color: #32303c;
	margin: 0
}

.clean-block.clean-cart .summary {
	height: 100%
}

.clean-block.clean-cart .summary h3 {
	text-align: center;
	font-size: 1.25em;
	font-weight: 600;
	padding-top: 16px;
	padding-bottom: 28px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #1d4f88
}

.clean-block.clean-cart .summary .text {
	font-size: .65em;
	font-weight: 600
}

.clean-block.clean-product .product-info {
	margin-bottom: 50px
}

.clean-block.clean-product .gallery {
	background-color: #fff
}

.clean-block.clean-product .sp-wrap {
	background: 0 0;
	border: none;
	float: none;
	max-width: 100%;
	display: block !important;
	margin: auto;
}

.clean-block.clean-product .sp-thumbs {
	margin-top: 15px
}

.clean-block.clean-product .sp-thumbs a:link {
	margin-right: 20px
}

.clean-block.clean-product .product-info .info .price {
	padding: 10px 0
}

.clean-block.clean-product .product-info .info .price h3 {
	font-size: 1.5em;
	font-weight: 700
}

.clean-block.clean-product .product-info .info .summary {
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding-top: 15px
}

.clean-block.clean-product .product-info .description {
	max-width: 90%;
	margin: 0 auto
}

.clean-block.clean-product .product-info .description p {
	margin-bottom: 15px
}

.clean-block.clean-product .product-info .description h4 {
	margin-top: 60px;
	margin-bottom: 20px
}

.clean-block.clean-product .tab-content .description {
	padding-top: 25px;
	margin-bottom: 50px;
}

.clean-block.clean-product .tab-content .reviews,
.clean-block.clean-product .tab-content .specifications,
.clean-block.clean-product .tab-content .parts
 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.clean-block.clean-product .clean-related-items .items {
	margin-top: 30px
}

.clean-related-item {
	border: 1px solid #eaeaea;
	padding-top: 20px;
	padding-bottom: 20px
}

.clean-related-item .related-name {
	text-align: center;
	margin-top: 16px
}

.clean-related-item .related-name a {
	font-size: 1em;
	color: #212529
}

.clean-related-item .related-name a:hover {
	text-decoration: none;
	color: #999ea4
}

@media (min-width:576px) {
	.clean-block {
		/*padding-bottom: 100px*/
	}
	.clean-block .block-heading {
		padding-top: 35px
	}
	.clean-block.payment-form .title {
		font-size: 1.2em
	}
	.clean-block.payment-form .products {
		padding: 40px
	}
	.clean-block.payment-form .products .item-name,
	.clean-block.payment-form .products .price {
		font-size: 1em
	}
	.clean-block.payment-form .card-details {
		padding: 40px 40px 30px
	}
}

@media (max-width:768px) {
	.clean-block.clean-catalog .products {
		padding: 10px
	}
	.clean-block.clean-catalog .products .clean-product-item .product-name {
		text-align: center;
		height: 60px !important;
		line-height: normal;
	}
	.clean-block.clean-catalog .products .clean-product-item .model-no {
		text-align: center;
		height: 35px !important;
		line-height: normal;
		font-size: .8em;
		font-style: italic;
	}
	
	.clean-product-item .product-name a {
	color: #000 !important;
	font-size: 1em;
	font-weight: 550 !important;
}
}
	
	
@media (min-width:768px) {
	.clean-block.clean-catalog .products {
		padding: 10px
	}
	.clean-block.clean-catalog .products .clean-product-item .product-name {
		text-align: center;
		height: 80px !important;
		line-height: normal;
	}
	.clean-block.clean-catalog .products .clean-product-item .model-no {
		text-align: center;
		height: 35px !important;
		line-height: normal;
		font-size: .8em;
		font-style: italic;
	}
	
	.clean-block.clean-catalog .products .clean-product-item {
		/*border: 1px solid #b3b3b3;
		border-radius: 15px;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14) */
	}
	}

.clean-block.clean-product .block-content {
	padding: 3px
}

.clean-block.clean-product .tab-content .description .right {
	text-align: right
}

.col-md-6.col-lg-3.item:hover {
    box-shadow: 0 2px 8px #c8c8c8;
}

@media (max-width:991px) {
	.clean-navbar .navbar-nav .nav-link {
		font-weight: 600;
		font-size: .8rem;
		text-transform: uppercase;
		color: #000;
	}
}

@media (min-width:992px) {
	.clean-navbar .navbar-nav .nav-link {
		font-weight: 600;
		font-size: .8rem;
		color: #fff
	}
}

@media (min-width:992px) {
	.col-md-6.col-lg-3.item {
		border-right: 1px solid #c6c5c5;
    	border-bottom: 1px solid #c6c5c5;
	}
	
	.col-md-6.col-lg-3.item:nth-child(4n) {
    	border-right: none;
	}
}

@media print { 		
	    		.navbar {
        				display: block;
        				border-width:0 !important;
    					}
    					
    			
}

.clean-navbar .navbar-nav .nav-item,
.clean-navbar .navbar-nav:last-child .item:last-child,
.clean-navbar .navbar-nav:last-child .item:last-child a {
	padding-right: 0
}

@media (min-width:576px) {
	.navbar {
		padding-top: 1.2rem;
		padding-bottom: 1.2rem
	}
}

@media (min-width: 768px){
	.clean-block.clean-cart .items .product:not(:last-child) {
    	padding-top: 0;
    	padding-bottom: 25px;
	}
}

@media (min-width: 768px){
	.clean-block.clean-cart .items .product {
	    padding: 0;
	    text-align: left;
    }
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

@media (min-width: 768px){
	.clean-block.clean-cart .items .product .product-info {
	    padding: 0 15px 0 1.5em;
	}
}

@media (min-width: 768px){
	.clean-block.clean-cart .items .product .quantity {
	    text-align: center;
    }
}

@media (min-width: 768px){
	.clean-block.clean-cart .items .product .price {
	    font-weight: 700;
	    font-size: 22px;
    }
}

.clean-block.clean-cart .items .product .product-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    border: 2px solid #f0f0f0;
}

.clean-block.clean-cart .items .product .product-info .product-specs {
    font-size: .8rem;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}

.clean-block.clean-cart .items .product .quantity label {
    font-size: .9em;
}

@media (min-width: 768px){
	.clean-block.clean-cart .items .product .quantity .quantity-input {
	    margin: auto;
	    padding-left: 15px;
	    padding-right: 5px;
    }
}

.clean-block.clean-cart .items .product .quantity .quantity-input {
    width: 68px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.clean-block.clean-cart .items .product .price {
    font-weight: 700;
    font-size: 22px;
    text-align: right;
}

@media (min-width: 768px){
	.col-md-2 {
	    -ms-flex: 0 0 16.66667%;
	    flex: 0 0 16.66667%;
	    max-width: 16.66667%;
	}
}

.clean-block.clean-cart .items .product .product-name {
    font-weight: 600;
    font-size: 1em;
}


.clean-block.clean-cart .items .product .product-info .product-specs .value {
    font-weight: 400;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.clean-block.clean-cart .items .product .product-info {
    padding-top: 1em;
    padding-bottom: 1em;
}


.p-5{padding:3rem 0 0 3rem !important}

.img-fluid{max-width:100%;height:auto}

.mx-auto{margin-right:auto !important;margin-left:auto !important}
