body {
	font: 100% Helvetica, sans-serif;
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

body * {
	font-family: Helvetica, sans-serif
}

.wrapper {
	width: 100%;
	max-width: 1390px;
	margin: 0 auto;
	font-family: 'Helvetica', sans-serif
}

img {
	max-width: 100%
}

ul li {
	list-style: none
}

ul {
	padding: 0px
}

.container-fluid {
	padding: 0px
}

.header {
	padding-bottom: 20px;
	background: #FFFFFF;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09)
}

.header .header__topbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #333333;
	height: 40px;
	font-size: 0.875rem;
	color: #FFFFFF;
	letter-spacing: 0
}

.header .header__logobar {
	padding: 25px 0
}

.header .header__logobar .header__logo-container img {
	max-width: 204px
}

.header .header__logobar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.header .header__logobar ul li {
	margin-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header .header__logobar ul li:last-child {
	margin-right: 0
}

.header .header__logobar ul li p {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1rem;
	color: #333333;
	position: relative;
	top: 1px
}

.header .header__logobar ul li i {
	color: #FF8231;
	margin-right: 10px;
	font-size: 1.3125rem
}

.header .header__navbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header .header__navbar ul li {
	text-transform: uppercase;
	font-family: Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1rem;
	color: #333333
}

.header .header__navbar ul li.divider {
	width: 2px;
	height: 25px;
	background: #ddd
}

.header .header__navbar ul li a,
.header .header__navbar ul li a:visited,
.header .header__navbar ul li a:link {
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.15s all;
	transition: 0.15s all
}

.header .header__navbar ul li a:hover,
.header .header__navbar ul li a:visited:hover,
.header .header__navbar ul li a:link:hover {
	cursor: pointer;
	color: #FF8231;
	-webkit-transition: 0.15s all;
	transition: 0.15s all
}

.product-info__gallery {
	position: relative;
	margin-top: 20px
}

p.product-info__gallery-notice {
	font-family: Helvetica, sans-serif;
	font-size: 0.75rem;
	color: #787878;
	letter-spacing: 0;
	line-height: 1.4;
	width: 310px;
	position: static;
	bottom: 0;
	left: 0
}

.product-info {
	padding-top: 50px;
	padding-bottom: 50px
}

.product-info h1 {
	position: relative;
	top: 0;
	font-family: Helvetica, sans-serif;
	font-size: 2.25rem;
	color: #333;
	letter-spacing: 0;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0
}

.product-info_buy-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.product-info__question {
	background-color: #f5f5f5;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 30px 0;
	max-width: 300px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product-info__question p {
	font-family: Helvetica, sans-serif;
	font-style: italic;
	font-size: 0.875rem;
	color: #5D5D5D;
	letter-spacing: 0
}

.product-info__question i {
	color: #FF8231;
	font-size: 1rem;
	margin-right: 4px;
	margin-left: 13px
}

.product-info__question a {
	font-family: Helvetica, sans-serif;
	font-style: italic;
	font-size: 0.875rem;
	color: #FF8231;
	letter-spacing: 0
}

.product-info__checklist__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.product-info__checklist__inner:last-of-type li {
	margin-bottom: 0
}

.product-info__checklist__inner:last-of-type i {
	margin-top: 0
}

.product-info__checklist {
	-webkit-box-shadow: -2px 12px 32px 8px rgba(0, 0, 0, 0.04);
	box-shadow: -2px 12px 32px 8px rgba(0, 0, 0, 0.04);
	padding: 5px 20px 5px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border-radius: 10px
}

.product-info__checklist i {
	color: #FF8231;
	font-size: 1.5625rem;
	margin-right: 10px;
	margin-top: -12px
}

.product-info__checklist li {
	font-family: Helvetica, sans-serif;
	line-height: 1.3;
	margin: 3px 0;
	font-size: 1rem;
	color: #333;
	letter-spacing: 0;
	margin-bottom: 12px
}

.product-info__checklist span {
	font-weight: bold
}

.price-and-buy-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 33px
}

.product-info__price-field h3 {
	font-family: Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1.625rem;
	color: #333;
	letter-spacing: 0;
	margin-top: 0;
	margin-bottom: 0
}

.product-info__price-field span {
	margin: 0;
	font-family: Helvetica, sans-serif;
	font-size: 0.625rem;
	color: #555555;
	letter-spacing: 0;
	position: absolute;
	left: 110px
}

.product-info__price-field h4 {
	font-family: Helvetica, sans-serif;
	font-style: italic;
	font-size: 1.125rem;
	color: #333;
	letter-spacing: 0;
	font-weight: 200;
	margin-top: 15px;
	margin-bottom: 0
}

.product-info__buy-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
}

.product-info__buy-field p {
	font-family: Helvetica, sans-serif;
	font-weight: 700;
	font-size: 0.875rem;
	color: #fff;
	letter-spacing: 0.04375rem;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product-info__buy-field a {
	font-family: Helvetica, sans-serif;
	font-size: 0.75rem;
	color: #FF8231;
	letter-spacing: 0
}

.product-info__buy-field i {
	font-size: 0.9375rem;
	margin-right: 5px
}

.button {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
/*	width: 180px;*/
	max-width: 200px;
	width: 100%;
	height: 43px;
	background-color: #FF8231;
	border-radius: 4px
}

.product-info__buy-field__inner-container {
	margin-top: 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.product-info__buy-field__inner-container i {
	color: #FF8231
}

.shipping-payment-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.shipping-payment-icons h5 {
	margin-bottom: 10px;
	margin-top: 0;
	font-family: Helvetica, sans-serif;
	font-size: 0.875rem;
	color: #5D5D5D;
	font-weight: 400;
	letter-spacing: 0
}

.shipping-payment-icons__payment,
.shipping-payment-icons__shipping {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.shipping-payment-icons__container-background {
	background-color: #F0F0F0;
	height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.shipping-payment-icons__shipping-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.shipping-payment-icons__payment-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.long-description h2 {
	font-family: Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	color: #333;
	letter-spacing: 0;
	margin-top: 40px;
	margin-bottom: 0
}

.long-description p {
	font-family: Helvetica, sans-serif;
	font-size: 1rem;
	color: #333;
	letter-spacing: 0;
	line-height: 1.5;
	margin-bottom: 0;
	margin-top: 15px
}

.long-description__tabbar {
	margin-top: 50px
}

.long-description__tabbar .block {
	border-top: 1px solid #DDD;
	background-color: #fff
}

.long-description__tabbar .block input[type='radio']:checked ~ .info {
	height: auto;
	padding: 0 15px 25px 15px
}

.long-description__tabbar .block input[type='radio']:checked ~ .info p {
	margin: 0
}

.long-description__tabbar .block input[type='radio']:checked ~ label .fa-chevron-down {
	display: none
}

.long-description__tabbar input[type='radio'] {
	width: 100%;
	display: none
}

.long-description__tabbar label {
	width: auto;
	max-width: 100%;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 22px 20px 22px 15px
}

.long-description__tabbar label i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #555
}

.long-description__tabbar span {
	font-family: Helvetica, sans-serif;
	font-size: 1rem;
	color: #333;
	letter-spacing: 0;
	display: block;
	margin: 0;
	cursor: pointer
}

.long-description__tabbar .info {
	background: #fff;
	color: #222;
	width: 100%;
	height: 0;
	line-height: 2;
	padding-left: 15px;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.long-description__tabbar h4 {
	color: #111;
	text-align: right;
	text-shadow: 2px 2px 3px #fff;
	position: absolute;
	bottom: 20px;
	right: 15px
}

.long-description__tabbar p {
	font-size: 0.875rem
}

.long-description__tabbar h4 a {
	color: #111;
	text-decoration: none
}

.long-description__tabbar::-moz-selection {
	background: #222;
	color: #fff
}

.long-description__tabbar::selection {
	background: #222;
	color: #fff
}

.long-description__separation {
	border: 1px solid #DDD;
	margin: 50px 0
}

.long-description__supplies-and-refurbished {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.long-description__supplies-and-refurbished p {
	font-family: Helvetica, sans-serif;
	font-size: 0.875rem;
	color: #333;
	letter-spacing: 0;
	line-height: 1.3125rem;
	margin-top: 10px
}

.long-description__supplies-and-refurbished a {
	text-decoration: none;
	color: #333
}

.long-description__supplies-and-refurbished span {
	text-decoration: underline;
	font-style: italic
}

.long-description__supplies {
	width: 100%;
	border-left: 7px solid #0984E3;
	padding: 25px 22px;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09);
	margin-top: 92px;
	background-color: #FAFAFA
}

.long-description__supplies i {
	color: #0984E3;
	font-size: 1.0625rem;
	margin-right: 8px
}

.long-description__refurbished {
	width: 100%;
	border-left: 7px solid #2ED573;
	padding: 25px 22px;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09);
	margin-top: 40px;
	background-color: #FAFAFA
}

.long-description__refurbished i {
	color: #2ED573;
	font-size: 1.125rem;
	margin-right: 8px
}

.long-description__inner-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.long-description__inner-container h5 {
	font-family: Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1.0625rem;
	color: #333;
	letter-spacing: 0;
	margin: 0
}

.table-container h3 {
	font-family: Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	color: #333;
	letter-spacing: 0
}

.about-us {
	position: relative;
	top: 0;
	margin-bottom: 15px;
	padding: 85px 0;
	background: url("../img/bigbg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/* background-attachment: fixed */
}

.about-us h3 {
	font-family: Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1.6875rem;
	color: #fff;
	letter-spacing: 0;
	margin: 0
}

.about-us p {
	margin-top: 20px;
	font-family: Helvetica, sans-serif;
	font-size: 1rem;
	color: #fff;
	letter-spacing: 0;
	line-height: 1.5rem;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2
}

.about-us img {
	z-index: -1
}

.service__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px
}

.service__heading h3 {
	font-family: Helvetica, sans-serif;
	font-size: 2rem;
	color: #333;
	letter-spacing: 0;
	font-weight: 300
}

.service__heading__inner-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.service__heading__inner-container i {
	color: #FF8231;
	margin-right: 7px
}

.service__heading__inner-container h5 {
	font-family: Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1.0625rem;
	color: #333;
	letter-spacing: 0;
	margin: 0
}

.service p {
	font-family: Helvetica, sans-serif;
	font-size: 0.875rem;
	color: #333;
	letter-spacing: 0;
	text-align: center;
	line-height: 1.3125rem
}

.service span {
	font-family: Helvetica, sans-serif;
	font-size: 0.875rem;
	color: #333;
	font-weight: bold
}

.service__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09);
	padding: 25px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.service__container__button {
	width: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FF8231;
	padding: 9px;
	border-radius: 4px
}

.service__container__button a {
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-weight: 700;
	font-size: 0.75rem;
	color: #fff;
	letter-spacing: 0.0375rem
}

.chat-speach-bubble {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: -2px 12px 32px 12px rgba(0, 0, 0, 0.05);
	box-shadow: -2px 12px 32px 12px rgba(0, 0, 0, 0.05);
	width: 325px;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 8px;
	margin-left: 30px;
	margin-top: 70px;
	margin-bottom: 0px;
	padding: 15px 15px 15px 20px
}

.chat-speach-bubble p {
	font-family: Helvetica, sans-serif;
	font-size: 0.875rem;
	color: #333;
	letter-spacing: 0;
	line-height: 1.3125rem;
	margin-bottom: 0
}

.chat-speach-bubble span {
	font-family: Helvetica, sans-serif;
	font-size: 0.875rem;
	color: #333;
	font-weight: bold
}

.speach-bubble__inner-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.speach-bubble__inner-container i {
	color: #FF8231;
	margin-right: 7px
}

.speach-bubble__inner-container h5 {
	font-family: Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1.0625rem;
	color: #333;
	letter-spacing: 0;
	margin: 0
}

.product-info__info-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.product-info__info-details__package {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-right: 15px
}

.product-info__info-details__package p {
	font-family: Helvetica, sans-serif;
	font-size: 1rem;
	color: #333;
	letter-spacing: 0;
	margin-bottom: 3px
}

.product-info__info-details__package span {
	font-weight: bold;
	margin-left: 4px
}

.product-info__info-details__package h5 {
	font-family: Helvetica, sans-serif;
	font-style: italic;
	font-size: 0.8125rem;
	color: #767676;
	letter-spacing: 0;
	font-weight: 400;
	margin: 0
}

.speach-bubble__triangle-container {
	position: relative;
	top: 0;
}

.speach-bubble__triangle {
	position: absolute;
	top: 105px;
	left: 70px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 21px 0 21px;
	border-color: #fff transparent transparent transparent;
	-webkit-box-shadow: 20px 16px 10px -17px rgba(0, 0, 0, 0.05);
	box-shadow: 20px 16px 10px -17px rgba(0, 0, 0, 0.05);
	margin-bottom: 50px
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529
}

.table th {
	width: 28%;
	text-align: left;
	margin-left: 15px
}

.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
	padding-left: 15px
}

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

.table tbody + tbody {
	border-top: 2px solid #dee2e6
}

.table-sm th,
.table-sm td {
	padding: 0.3rem
}

.table-bordered {
	border: 1px solid #dee2e6;
	margin-bottom: 60px
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
	border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary > th,
.table-primary > td {
	background-color: #b8daff
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
	border-color: #7abaff
}

.table-hover .table-primary:hover {
	background-color: #9fcdff
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
	background-color: #9fcdff
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
	background-color: #d6d8db
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
	border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
	background-color: #c8cbcf
}

.table-success,
.table-success > th,
.table-success > td {
	background-color: #c3e6cb
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
	border-color: #8fd19e
}

.table-hover .table-success:hover {
	background-color: #b1dfbb
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
	background-color: #b1dfbb
}

.table-info,
.table-info > th,
.table-info > td {
	background-color: #bee5eb
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
	border-color: #86cfda
}

.table-hover .table-info:hover {
	background-color: #abdde5
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
	background-color: #abdde5
}

.table-warning,
.table-warning > th,
.table-warning > td {
	background-color: #ffeeba
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
	border-color: #ffdf7e
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
	background-color: #ffe8a1
}

.table-danger,
.table-danger > th,
.table-danger > td {
	background-color: #f5c6cb
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
	border-color: #ed969e
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
	background-color: #f1b0b7
}

.table-light,
.table-light > th,
.table-light > td {
	background-color: #fdfdfe
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
	border-color: #fbfcfc
}

.table-hover .table-light:hover {
	background-color: #ececf6
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
	background-color: #ececf6
}

.table-dark,
.table-dark > th,
.table-dark > td {
	background-color: #c6c8ca
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
	border-color: #95999c
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
	background-color: #b9bbbe
}

.table-active,
.table-active > th,
.table-active > td {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.table-dark {
	color: #fff;
	background-color: #343a40
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #454d55
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-sm > .table-bordered {
		border: 0
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-md > .table-bordered {
		border: 0
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-lg > .table-bordered {
		border: 0
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-xl > .table-bordered {
		border: 0
	}
}

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

.table-responsive > .table-bordered {
	border: 0
}

@media screen and (max-width: 991px) {
	p.product-info__gallery-notice {
		position: static
	}

	.header__topbar__usps div:last-of-type {
		display: none
	}

	.header .header__logobar {
		padding-top: 20px
	}

	.header {
		padding-bottom: 10px
	}

	.header .header__logobar__usps li:first-of-type {
		display: none
	}

	.header .header__navbar ul li {
		font-size: 0.75rem
	}

	.product-info h1 {
		font-size: 1.75rem
	}

	.product-info__info-details {
		display: block
	}

	.product-info__checklist i {
		font-size: 1.2rem
	}

	.product-info__checklist li {
		font-size: 0.85rem
	}

	.product-info__question {
		max-width: 100%
	}

	.product-info__checklist {
		padding-left: 15px;
		padding-right: 10px
	}

	.product-info__buy-field {
/*		position: relative;*/
		position: static;
		align-items: left;
		right: 15px
	}

	.product-info {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.shipping-payment-icons__shipping-images img {
		max-width: 18%;
		-ms-flex-item-align: center;
		align-self: center
	}

	.shipping-payment-icons__payment-images img {
		max-width: 28%;
		-ms-flex-item-align: center;
		align-self: center
	}

	.long-description__inner-container h5 {
		font-size: 1rem
	}

	.about-us {
		background-attachment: scroll
	}

	.about-us p {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}
}

@media screen and (max-width: 767px) {
	.product-info__info-details {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.product-info__checklist {
		margin-top: 25px
	}

	.product-info__checklist li {
		font-size: 1rem
	}

	.product-info__question {
		display: none
	}

	.shipping-payment-icons__container-background {
		height: auto;
		padding-top: 25px;
		padding-bottom: 25px
	}

	.shipping-payment-icons__container-background .shipping-payment-icons__shipping {
		margin-bottom: 15px
	}

	.long-description__supplies {
		margin-top: 20px
	}

	.service__container {
		margin-bottom: 30px
	}

	.product-info__buy-field {
		display: none
	}
}

@media screen and (max-width: 575px) {
	.product-info__info-details {
		display: block
	}

	.table-bordered tr {
		display: block;
		line-height: 1.5
	}

	.table-bordered td {
		border: none
	}

	.table-bordered th {
		display: block;
		width: 100%;
		margin-left: 0;
		border: none;
		border-top: 1px solid #ddd
	}

	.service__heading h3 {
		font-size: 1.4rem
	}
}

/*# sourceMappingURL=styles.css.map */