@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?9ob9mb");
	src: url("../fonts/icomoon.eot?9ob9mb#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?9ob9mb") format("truetype"), url("../fonts/icomoon.woff?9ob9mb") format("woff"), url("../fonts/icomoon.svg?9ob9mb#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-cart:before {
	content: "\e906";
}

.icon-designer:before {
	content: "\e907";
}

.icon-install:before {
	content: "\e908";
}

.icon-login:before {
	content: "\e909";
}

.icon-measure:before {
	content: "\e90a";
}

.icon-search:before {
	content: "\e90b";
}

.icon-shipping:before {
	content: "\e90c";
}

.icon-twitter:before {
	content: "\e901";
}

.icon-facebook:before {
	content: "\e902";
}

.icon-google-plus:before {
	content: "\e903";
}

.icon-linkedin:before {
	content: "\e904";
}

.icon-send:before {
	content: "\e900";
}

.icon-instagram:before {
	content: "\e905";
}

.icon-star:before {
	content: "\e90d";
}

/* Slick slider styles */

.product-gallery {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.product-gallery .slick-track,
.product-gallery .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.social-links,
.account-links,
.main-menu,
.additional-menu,
.category-list,
.info-section .offers-list,
ul:not([class]):not([id]),
.category-nav,
.description-list,
.product-colors .colors-list,
#footer .menu-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

#header {
	background-color: #fff;
	border-bottom: .3125rem solid #2aace2;
	padding: .625rem 0;
	position: relative;
}

#header .container {
	max-width: 78.25rem;
}

#header .account-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right: .625rem;
}

#header .account-links li {
	padding: 0 .75rem;
}

#header .account-links li a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #6c757d;
	font-weight: 400;
}

#header .account-links li a:hover {
	color: #2c6e86;
}

#header .account-links li a:hover i {
	color: #2c6e86;
}

.top-header {
	background-color: #2c6e86;
	padding: .625rem 0;
}

.logo {
	display: inline-block;
	vertical-align: top;
	width: 9.375rem;
}

.follow-block {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.follow-block .title {
	color: #e0e0e0;
	font-family: "Ubuntu Condensed", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-size: .8125rem;
	padding-right: 1.125rem;
	text-transform: uppercase;
}

.social-links {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.social-links li {
	margin: 0 .25rem;
}

.social-links li a {
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
	width: 25px;
	height: 25px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #5c5c5c;
	border-radius: 50%;
	color: #bcbcbc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .8125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.social-links li a:hover {
	background-color: #fff;
}

.social-links li a:hover i {
	color: #2c6e86;
}

.social-links li a i {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.bottom-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.bottom-header .mobile-holder {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: calc(100% - 150px);
}

.account-links li.account {
	display: none;
}

.account-links i {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #5ca047;
	font-size: 1.5625rem;
}

.account-links .links-text {
	font-size: .8125rem;
}

.nav-active .navigation {
	opacity: 1;
	visibility: visible;
}

.main-menu {
	margin-bottom: 1.9375rem;
}

.main-menu li:last-child {
	border-right: none;
	padding-right: 0;
}

.main-menu li:hover a:before,
.main-menu li.active a:before {
	opacity: 1;
}

.main-menu li a {
	color: #446f9b;
	font-size: .875rem;
	display: block;
	padding: .625rem .9375rem;
	position: relative;
	text-transform: capitalize;
}

.main-menu li a:before {
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	background-color: #5ca047;
	bottom: 0;
	content: "";
	height: .1875rem;
	left: .9375rem;
	opacity: 0;
	position: absolute;
	right: .9375rem;
}

.additional-menu {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin: 0 -.625rem 1.875rem;
}

.additional-menu li {
	padding: 0 .625rem;
}

.additional-menu a {
	color: #6c757d;
	display: inline-block;
	font-size: .8125rem;
	vertical-align: middle;
}

.additional-menu a:hover {
	color: #5ca047;
}

.additional-menu a:hover i {
	color: #5ca047;
}

.additional-menu i {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #2c6e86;
	display: block;
	font-size: 1.5625rem;
	margin-bottom: .3125rem;
}

.nav-opener,
.drop-opener {
	display: block;
	position: relative;
	width: 1.5625rem;
	height: 1rem;
	z-index: 5;
}

.nav-opener:hover:after,
.nav-opener:hover:before,
.nav-opener:hover span,
.drop-opener:hover:after,
.drop-opener:hover:before,
.drop-opener:hover span {
	background: #2c6e86;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after,
.drop-opener span,
.drop-opener:before,
.drop-opener:after {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	background: #5ca047;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: .1875rem;
	margin-top: -.125rem;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after,
.drop-opener:before,
.drop-opener:after {
	content: "";
	top: 0;
}

.nav-opener:after,
.drop-opener:after {
	top: 100%;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 0;
	right: 0;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.user-login .account-links li.login {
	display: none;
}

.user-login .account-links li.account {
	display: block;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

::-ms-clear {
	display: none;
}

input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

a.card:hover {
	box-shadow: none;
}

img {
	max-width: 100%;
}

h2,
.h2 {
	line-height: 1.069259259;
	text-transform: uppercase;
}

h5,
.h5 {
	text-transform: uppercase;
}

.container {
	max-width: 57.5rem;
}

.btn {
	min-width: 15.125rem;
	padding-bottom: 4px;
	padding-top: 8px;
	text-transform: uppercase;
	white-space: normal;
}

.btn.btn-info {
	color: #ffebca;
}

.btn.btn-secondary {
	box-shadow: 0 .375rem .375rem rgba(0, 0, 0, .24);
	color: #5a5a5a;
	font-size: .875rem;
	font-weight: 700;
	min-width: 8.8125rem;
	text-transform: capitalize;
}

.btn.btn-light {
	border: 1px solid #ccc;
}

.btn.btn-success {
	/*font-size: .875rem;*/
	font-weight: 700;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
	background-color: #fff;
	color: #a1a1a1;
	border-color: #ccc;
}

.intro-section {
	/*background-size: cover;*/
	background-position: 50%, 50%;
	background-repeat: no-repeat;
	min-height: 26.4375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


.intro-section.narrow-intro {
	box-shadow: 0 .3125rem .625rem .25rem rgba(0, 0, 0, .25);
	min-height: 21.4375rem;
}

.intro-section.bg-decor {
	position: relative;
}

.intro-section.bg-decor:after {
	background-image: -webkit-linear-gradient(bottom, #237d49 0%, rgba(35, 125, 73, 0) 100%);
	background-image: linear-gradient(to top, #237d49 0%, rgba(35, 125, 73, 0) 100%);
	bottom: 0;
	content: "";
	left: 0;
	opacity: .84;
	pointer-events: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.intro-section h1 {
	color: #fff;
	margin-bottom: 1.25rem;
}

.intro-section .container {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 71.375rem;
	padding: 2.4375rem .9375rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.category-holder {
	background-color: #ade3f5;
	box-shadow: .1875rem .6875rem 1.4375rem .25rem rgba(0, 0, 0, .47);
	border-top: .3125rem solid #2aace2;
	padding: .9375rem 0;
}

.category-holder .container {
	max-width: 54rem;
}

.category-holder .drop-opener {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: .9375rem;
}

.category-holder .drop-opener:after,
.category-holder .drop-opener:before,
.category-holder .drop-opener span {
	background-color: #2c6e86;
}

.category-holder .drop-holder.drop-mobile-active .drop-opener span {
	opacity: 0;
}

.category-holder .drop-holder.drop-mobile-active .drop-opener:before,
.category-holder .drop-holder.drop-mobile-active .drop-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 0;
	right: 0;
}

.category-holder .drop-holder.drop-mobile-active .drop-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.category-holder .drop-holder.drop-mobile-active .category-list {
	opacity: 1;
	visibility: visible;
}

.category-list li {
	margin-bottom: .625rem;
}

.category-list li a {
	color: inherit;
	font-weight: 700;
}

.category-list li a:hover {
	color: #2c6e86;
}

.search-form {
	padding-left: 3.125rem;
}

.search-form .form-group {
	margin-bottom: 0;
	position: relative;
}

.search-form input[type="search"] {
	-webkit-transition: border-color .3s linear;
	transition: border-color .3s linear;
	background-color: #d7d7d7;
	border: none;
	border-radius: .625rem;
	box-shadow: .125rem .375rem .375rem .0625rem rgba(0, 0, 0, .24), inset 1px 1px 0 rgba(0, 0, 0, .04);
	height: 2.125rem;
	padding: .3125rem 1.875rem;
	text-align: center;
	width: 100%;
}

.search-form input[type="search"]::-webkit-input-placeholder {
	font-size: .625rem;
	color: #5a5a5a;
}

.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	font-size: .625rem;
	color: #5a5a5a;
}

.search-form input[type="search"]:-moz-placeholder {
	font-size: .625rem;
	color: #5a5a5a;
}

.search-form input[type="search"]:-ms-input-placeholder {
	font-size: .625rem;
	color: #5a5a5a;
}

.search-form input[type="search"].placeholder {
	font-size: .625rem;
	color: #5a5a5a;
}

.search-form input[type="search"]:focus {
	border-color: #2c6e86;
	outline: none;
}

.search-form .icon-search {
	font-size: 1.5rem;
	left: .375rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product-section h2,
.product-cards-section h2 {
	font-size: 1.375rem;
	text-align: center;
}

.product-section {
	padding: 3rem 0 0;
}

.product-section h2 {
	margin-bottom: 1.625rem;
}

.product-section .card {
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	width: 100%;
}

.product-section .category {
	color: #2c6e86;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.card-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 .5rem 1.875rem;
	display:block
}

.card {
	-webkit-transition: box-shadow .3s linear;
	transition: box-shadow .3s linear;
	box-shadow: 0 .5625rem .3125rem .0625rem rgba(0, 0, 0, .15);
	padding: .625rem .3125rem;
}

.card .card-img img {
	width: 100%;
}

.shipping-info {
	background-color: #d8f2fb;
	border-bottom: .3125rem solid #c9cbce;
	padding: 1.875rem 0;
}

.shipping-info h2 {
	line-height: 1.1724137;
	margin-bottom: 1.875rem;
	padding-right: 3.5625rem;
	position: relative;
}

.shipping-info .icon-shipping {
	color: #5ca047;
	font-size: 2.1875rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.instruction-block {
	box-shadow: 0 .5625rem .3125rem .0625rem rgba(0, 0, 0, .15);
	background-color: #f2f2f2;
}

.instruction-block .container {
	max-width: 65.375rem;
}

.instruction-block .img-holder {
	background-size: cover;
	background-position: 50%, 50%;
	background-repeat: no-repeat;
	min-height: 9.375rem;
}

.instruction-block .additional-menu {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -1rem 1.875rem;
	padding: 1.875rem 0;
}

.instruction-block .additional-menu li:last-child {
	padding-right: 1.3125rem;
}

.instruction-block .additional-menu li i {
	margin-bottom: .625rem;
}

.company-features {
	font-family: "Open Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	line-height: 1.25;
	padding: 1.875rem 0;
}

.company-features h2 {
	border-bottom: .125rem dashed #c9cbce;
	font-weight: 400;
	letter-spacing: -.5px;
	margin-bottom: 1.25rem;
	padding: 0 .8125rem .8125rem;
	text-align: center;
}

.company-features p {
	margin-bottom: 1.25rem;
}

.company-features .container {
	max-width: 58.5rem;
}

.order-samples {
	background-color: #d8f2fb;
	padding: .875rem 0 1.375rem;
}

.order-samples .img-holder {
	border: 1px solid #acacac;
	box-shadow: .125rem .5625rem .3125rem .0625rem rgba(0, 0, 0, .15);
	border-radius: 1.25rem;
	overflow: hidden;
	margin-bottom: 1.875rem;
}

.order-samples .img-holder img {
	border-radius: 1.25rem;
	width: 100%;
}

.order-samples h2 {
	margin-bottom: 1.25rem;
}

.info-section {
	font-size: .6875rem;
	padding: 1.875rem 0 .9375rem;
}

.info-section .container {
	max-width: 59.25rem;
}

.info-section ul:not([class]):not([id]):last-of-type {
	margin-bottom: .8125rem;
}

.info-section h1 {
	margin-bottom: .6875rem;
}

.info-section .text.list-heading p {
	margin-bottom: 0;
}

.info-section .text p {
	margin-bottom: .875rem;
}

.info-section .offers-list.warranty-list > li {
	margin-bottom: 1.625rem;
}

.info-section .offers-list.warranty-list > li:first-child .title {
	margin-bottom: .5625rem;
}

.info-section .offers-list.warranty-list .title {
	margin-bottom: 0;
}

.info-section .offers-list.warranty-list .address-holder p {
	margin-bottom: 0;
}

.info-section .offers-list.warranty-list p {
	margin-bottom: .6875rem;
}

.info-section .offers-list .text {
	padding-left: .5625rem;
}

.info-section .offers-list a {
	color: inherit;
}

.info-section .offers-list a:hover {
	color: #5ca047;
}

.info-section .text-holder {
	margin-bottom: 1.6875rem;
}

.info-section .title {
	color: #2c6e86;
	display: block;
	font-size: .6875rem;
	font-weight: 700;
	margin-bottom: .75rem;
	text-transform: uppercase;
}

ul:not([class]):not([id]) {
	padding-left: .5625rem;
}

.product-cards-section {
	padding: 1.875rem 0 1.0625rem;
}

.product-cards-section .container {
	max-width: 59.25rem;
}

.product-cards-section .heading-holder {
	margin-bottom: 1.25rem;
	position: relative;
}

.category-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -.1875rem;
}

.category-nav li {
	padding: 0 .1875rem .375rem;
}

.sorting-holder {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #2c6e86;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sorting-holder .title {
	font-size: .875rem;
	padding-right: .625rem;
}

.sorting-holder .sorting-opener {
	border: 1px solid #acacac;
	background-color: #fff;
	color: #5a5a5a;
	font-size: .6875rem;
	padding: .3125rem 2.5rem .3125rem 1.375rem;
	text-transform: capitalize;
	text-align: left;
	width: 100%;
}

.sorting-holder .dropdown {
	min-width: 12.25rem;
}

.sorting-holder .icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 1px solid #acacac;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 2.0625rem;
}

.sorting-holder .icon:before {
	color: #2c6e86;
	content: ">";
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sorting-holder .dropdown-menu {
	border-top: none;
	border-radius: 0;
	margin-top: 0;
}

.rating {
	margin-bottom: .8125rem;
}

.product-card {
	width: 100%;
}

.product-card .btn {
	-webkit-transition: background-color .3s linear, color .3s linear;
	transition: background-color .3s linear, color .3s linear;
	background-color: #ade3f5;
	color: #2c6e86;
	font-size: .875rem;
	font-weight: 700;
	min-width: 100%;
}

.product-card .btn:hover {
	background-color: #2c6e86;
	color: #ade3f5;
}

.product-card h3,
.product-card .lowest-price {
	color: #2c6e86;
	font-size: .75rem;
	font-weight: 700;
}

.product-card h3 a:hover {
	color: #2aace2;
}

.product-card .lowest-price {
	display: block;
}

.card-body,
.card-footer {
	text-align: center;
}

.card-footer {
	background-color: transparent;
	border-top: 0;
	padding: 0;
}

.product-detail-section {
	padding: 1.875rem 0;
}

.product-detail-section .container {
	max-width: 71rem;
}

.product-detail-section .product-details ul:not([class]):not([id]) li {
	font-size: .625rem;
}

.product-detail-section h1 {
	color: inherit;
	margin-bottom: .9375rem;
}

.product-detail-section .list-title {
	font-size: .6875rem;
	display: block;
	margin-bottom: .6875rem;
}

.product-gallery {
	box-shadow: .4375rem .3125rem .3125rem .0625rem rgba(0, 0, 0, .15);
	margin-bottom: 1.25rem;
}

.product-gallery .slide img {
	width: 100%;
}

.product-nav {
	margin-bottom: 1.75rem;
}

.product-nav .slide {
	width: 2.5rem;
	height: 2.5rem;
	margin: 0 .5625rem;
}

.product-nav .slide:first-child {
	margin-left: 0;
}

.product-nav .slide img {
	width: 100%;
}

.product-descritpion h2 {
	color: #5a5a5a;
	margin-bottom: .875rem;
}

.description-list {
	margin-bottom: 2.5rem;
}

.description-list li {
	font-size: .6875rem;
}

.description-list h3 {
	font-size: .875rem;
	color: inherit;
	margin-bottom: 0;
	text-transform: uppercase;
}

.description-list a {
	color: inherit;
}

.description-list a:hover {
	color: #2c6e86;
}

.description-list p {
	margin-bottom: .6875rem;
}

.description-list ul:not([class]):not([id]) {
	margin: .9375rem 0 1.5625rem;
}

.customization {
	background-color: #d8f2fb;
	border-radius: 1.25rem;
	margin-bottom: 2.4375rem;
	margin-top: 1.25rem;
	padding: .9375rem;
}

.customization .title {
	color: #2c6e86;
	font-size: .875rem;
	font-weight: 700;
	min-width: 3rem;
	text-transform: uppercase;
}

.customization .dropdown-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.customization .dropdown {
	margin: 0 .3125rem .4375rem;
	width: 4.375rem;
}

.customization .dropdown.color-dropdown {
	margin: 0 .3125rem .4375rem 0;
	width: 100%;
}

.customization .dropdown.color-dropdown .dropdown-toggle {
	font-size: .625rem;
	padding: .625rem .9375rem .625rem 1.8125rem;
	text-transform: none;
}

.customization .dropdown.color-dropdown .dropdown-toggle:after {
	font-size: 1rem;
}

.customization .dropdown-toggle {
	border-radius: .3125rem;
	color: #a1a1a1;
	font-size: 1rem;
	line-height: 1;
	min-width: auto;
	text-align: left;
	padding: .1875rem 1.125rem;
	width: 100%;
}

.customization .dropdown-toggle small {
	display: block;
	font-size: .5625rem;
	font-weight: 400;
	text-transform: none;
}

.customization .dropdown-toggle,
.customization .dropdown-item {
	color: #a1a1a1;
	font-weight: 700;
}

.customization .dropdown-item {
	font-size: .875rem;
	cursor: pointer;
}

.customization .dropdown-toggle:after {
	color: #2c6e86;
	position: absolute;
	right: .375rem;
	top: .3125rem;
}

.customization .lowest-price {
	color: #2c6e86;
	font-size: 1.25rem;
	font-weight: 700;
	display: block;
	padding-top: .4375rem;
	padding-left: 16px;
}

.customization .total-holder {
	padding-top: .625rem;
	text-align: center;
}

.customization .total-holder .btn {
	min-width: 12.5rem;
	padding-bottom: .3125rem;
	padding-top: .3125rem;
}

.product-colors h4 {
	font-size: .6875rem;
	margin: 0 0 1.375rem 1.375rem;
	text-transform: uppercase;
}

.product-colors .colors-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 33.25rem;
}

.product-colors .colors-list li {
	padding: 0 .25rem 1rem;
	width: 5rem;
}

.product-colors .colors-list li.white .sample-color {
	color: #fff;
}

.product-colors .colors-list li.dark-gray .sample-color {
	background-color: #dbd2d2;
}

.product-colors .colors-list li.gray .sample-color {
	background-color: #f2f1f1;
}

.product-colors .colors-card {
	padding-bottom: .9375rem;
	margin-bottom: 25px;
}

.product-colors .colors-card:hover .sample-color {
	border-color: #acacac;
}

.product-colors span {
	display: block;
	font-size: .625rem;
	text-align: center;
}

.product-colors .text {
	color: #59717f;
	margin-bottom: .1875rem;
}

.product-colors .sample {
	border-radius: .3125rem;
	color: #fff;
}

.product-colors .sample-color {
	-webkit-transition: border-color .3s linear;
	transition: border-color .3s linear;
	background-color: #fff;
	border-radius: .3125rem;
	border: 1px solid #acacac;
	height: 3.125rem;
	margin-bottom: .9375rem;
}

#footer {
	background-color: #5ca047;
	border-top: 1.1875rem solid #2c6e86;
	padding: .625rem 0 1rem;
}

#footer .container {
	max-width: 66.375rem;
}

#footer .logo {
	padding: .25rem 0 .1875rem;
}

#footer .account-links,
#footer .menu-links {
	padding-bottom: 1.25rem;
}

#footer .account-links li,
#footer .menu-links li {
	margin-bottom: .3125rem;
}

#footer .account-links li a,
#footer .menu-links li a {
	color: #fbfbfb;
	font-size: .9375rem;
	text-transform: uppercase;
}

#footer .account-links li a:hover,
#footer .menu-links li a:hover {
	color: #2c6e86;
}

#footer .account-links {
	position: relative;
}

#footer .account-links li a {
	font-weight: 700;
}

#footer .follow-block {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: .75rem;
}

#footer .follow-block .title {
	color: #fdfdfd;
}

#footer .form-holder {
	background-color: #5c5c5c;
	padding: 1.1875rem .9375rem .8125rem;
}

#footer .form-holder h4 {
	color: #e0e0e0;
	font-size: 1.3125rem;
	text-transform: uppercase;
}

.address {
	color: #fbfbfb;
	font-size: .625rem;
	text-transform: uppercase;
}

.sign-up-form .form-group {
	margin-bottom: 0;
	position: relative;
}

.sign-up-form input[type="email"] {
	border-radius: .125rem;
	border-color: transparent;
	font-size: .6875rem;
	height: 1.75rem;
	padding: .4375rem 2.8125rem .3125rem .75rem;
	width: 100%;
}

.sign-up-form input[type="email"]::-webkit-input-placeholder {
	color: #bfcdf5;
}

.sign-up-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #bfcdf5;
}

.sign-up-form input[type="email"]:-moz-placeholder {
	color: #bfcdf5;
}

.sign-up-form input[type="email"]:-ms-input-placeholder {
	color: #bfcdf5;
}

.sign-up-form input[type="email"].placeholder {
	color: #bfcdf5;
}

.sign-up-form .send-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: none;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 2.3125rem;
}

.sign-up-form .send-btn:hover .icon-send {
	color: #6788e7;
}

.sign-up-form .icon-send {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #bfcdf5;
	font-size: 1.5625rem;
}

.copyright {
	color: #bbc1c9;
	display: block;
	font-family: "Open Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-size: .8125rem;
	padding-top: .625rem;
}

.copyright a {
	color: #bbc1c9;
	font-size: .8125rem;
}

.copyright a:hover {
	color: #2c6e86;
}

body {
	min-width: 320px;
}

.main_fullwidth {
	max-width:100%!important;
	/*padding:0px!important;*/
}
#main {
	width: 100%;
	padding: 0 3%;
	margin: auto;
	max-width:1200px;
	padding-top: 26px;
	padding-bottom: 26px;
}

@media (min-width: 576px) {
	.search-form .form-group {
		max-width: 13.875rem;
		margin: 0 0 0 auto;
	}

	.instruction-block .additional-menu li {
		width: 33.33%;
	}

	.instruction-block .additional-menu li a {
		font-size: 1.25rem;
	}

	.instruction-block .additional-menu li i {
		font-size: 2.3125rem;
	}

	.customization .total-holder {
		text-align: left;
	}
}

@media (min-width: 768px) {
	#header {
		padding: 0;
	}

	#header .account-links {
		padding-right: 0;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	#header .account-links li:last-child {
		padding-right: 0;
	}

	.main-header {
		padding: .3125rem 0;
	}

	.main-header .container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.logo {
		width: 12.5rem;
	}

	.bottom-header .mobile-holder {
		display: none;
		padding: .625rem 0;
	}

	.account-links i {
		font-size: 2.1875rem;
	}

	.account-links .links-text {
		padding-left: .3125rem;
	}

	.account-links .links-text:hover {
		color: #2c6e86;
	}

	.navigation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: .375rem;
		width: calc(100% - 220px);
	}

	.main-menu {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 100%;
	}

	.main-menu li {
		border-right: 1px solid #5ca047;
		padding: .375rem .4375rem;
	}

	.main-menu li a {
		padding: 0;
	}

	.main-menu li a:before {
		bottom: -.3125rem;
		left: 0;
		right: 0;
	}

	.additional-holder {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 100%;
	}

	.additional-menu {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 0;
	}

	h1,
	.h1 {
		font-size: 2.4375rem;
	}

	h2,
	.h2 {
		font-size: 1.6875rem;
	}

	.btn {
		font-size: 24px;
	}

	.category-holder {
		padding: 1.3125rem 0 1.625rem;
	}

	.category-holder .drop-opener {
		display: none;
	}

	.category-list {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.category-list li {
		margin-bottom: 0;
	}

	.search-form {
		padding-left: 0;
	}

	.shipping-info {
		padding: 3.5rem 0 2.125rem;
	}

	.shipping-info h2 {
		font-size: 1.8125rem;
		font-weight: 400;
		padding-right: 8.75rem;
	}

	.shipping-info .icon-shipping {
		right: -.4375rem;
	}

	.shipping-info .icon-shipping {
		font-size: 5.5625rem;
	}

	.instruction-block .img-holder {
		min-height: 16.5rem;
	}

	.instruction-block .additional-menu {
		margin: 0 -.625rem;
		padding: 3.75rem 0 2.8125rem;
	}

	.instruction-block .additional-menu li a {
		font-size: 2.0625rem;
	}

	.instruction-block .additional-menu li i {
		font-size: 4.1875rem;
	}

	.company-features {
		padding: 4rem 0 2.1875rem;
	}

	.info-section {
		padding: 2.9375rem 0 3.75rem;
	}

	.product-cards-section {
		padding-top: 2.625rem;
	}

	.product-cards-section .heading-holder {
		margin-bottom: 2.5rem;
	}

	.product-cards-section h2 {
		padding: 0 16.25rem;
	}

	.sorting-holder {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1;
	}

	.product-card .btn {
		min-width: 13.5625rem;
	}

	.card-body {
		padding: 1.375rem 1.875rem .5625rem;
	}

	.description-list {
		margin-bottom: 0;
	}

	.customization {
		max-width: 33.9375rem;
	}

	.customization .dropdown.color-dropdown {
		min-width: 9.375rem;
		width: auto;
	}

	.customization .dropdown.color-dropdown .dropdown-toggle:after {
		right: 1.5625rem;
		top: .6875rem;
	}

	.customization .total-holder .btn {
		min-width: 100%;
	}

	.product-colors .colors-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	#footer .account-links,
	#footer .menu-links {
		padding: 0 1.6875rem 1.875rem;
	}

	#footer .follow-block {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.logo-holder {
		max-width: 18.25rem;
	}

	.address {
		margin: 0 auto 1.25rem;
		max-width: 7.25rem;
	}

	.copyright {
		padding-top: .3125rem;
	}
}

@media (min-width: 992px) {
	#header {
		border-width: .9375rem;
	}

	#header .logo {
		margin-left: 2.0625rem;
	}

	.top-header {
		padding: 1.3125rem 0;
	}

	.main-header {
		padding: 2.0625rem 0 1.625rem;
	}

	.logo {
		width: 18.25rem;
	}

	.account-links .links-text {
		font-size: 1rem;
	}

	.navigation {
		width: calc(100% - 340px);
	}

	.additional-menu li {
		padding: 0 1.3125rem;
	}

	.additional-menu li:last-child {
		padding-right: .9375rem;
	}

	.additional-menu a {
		font-size: .9375rem;
	}

	.additional-menu i {
		font-size: 1.875rem;
	}

	.nav-opener,
	.drop-opener {
		display: none;
	}

	.order-samples .img-holder {
		margin-bottom: 0;
		margin-right: 1.8125rem;
	}

	.order-samples .text-holder {
		padding-top: .8125rem;
	}

	.product-cards-section .card-holder {
		padding: 0 1.75rem 3.375rem;
	}

	.product-card {
		padding-bottom: 1.4375rem;
	}

	.product-detail-section {
		/*padding-top: 4.375rem;*/
	}

	.product-detail-section .product-details {
		padding-left: 1.75rem;
	}

	.customization {
		padding: 1.4375rem 1.375rem .625rem 2.4375rem;
	}

	.customization .title {
		margin-right: 1rem;
	}

	.customization .dropdown.color-dropdown {
		min-width: 13.5625rem;
		width: auto;
	}

	.customization .total-holder .btn {
		min-width: 13.625rem;
	}

	#footer .account-links:after {
		/*background-color: #2c6f86;*/
		content: "";
		height: 1.6875rem;
		top: .6875rem;
		position: absolute;
		right: .25rem;
		width: 1px;
	}

	.footer-nav {
		/*
		display: -webkit-box;
		display: -ms-flexbox;
		*/
		display: block;
		margin: 0 -2.9375rem;
	}
}

@media (min-width: 1200px) {
	.search-form .form-group {
		margin-right: -6.5rem;
	}

	.category-nav {
		margin: 0 -1.125rem;
	}

	.category-nav li {
		padding: 0 1.125rem;
	}
}

@media (max-width: 991px) {
	.category-nav li .btn {
		font-size: .75rem;
		min-width: auto;
	}
	.intro-section {
		min-height: 15.4375rem;
	}
}

@media (max-width: 767px) {
	.top-header {
		display: none;
	}

	.account-links .links-text {
		display: none;
	}

	.navigation {
		-webkit-transition: opacity .3s linear, visibility .3s linear;
		transition: opacity .3s linear, visibility .3s linear;
		background-color: #fff;
		box-shadow: 0 .875rem 1.5625rem rgba(0, 0, 0, .3);
		left: 0;
		opacity: 0;
		padding-top: .9375rem;
		position: absolute;
		right: 0;
		top: calc(100% + 5px);
		visibility: hidden;
		z-index: 6;
	}

	.category-list {
		-webkit-transition: opacity .3s linear, visibility .3s linear;
		transition: opacity .3s linear, visibility .3s linear;
		background-color: #d7d7d7;
		box-shadow: 0 .625rem .625rem rgba(0, 0, 0, .47);
		left: 0;
		opacity: 0;
		padding: .9375rem .9375rem .3125rem;
		position: absolute;
		right: 0;
		top: calc(100% + 15px);
		visibility: hidden;
		z-index: 2;
	}
}



.myaccountbuttons {
    background-color: #2c6e86;
    color: #ffffff;
    background-image: linear-gradient(to bottom,#2c6e86 0,#2d7f9c 100%);
    width: calc(25% - 3px);
    height: 175px;
    font-weight: normal;
    padding: 0px;
    margin-bottom: 15px;
    font-size: 15px;
    max-width: 100%;
    border-radius: 6px;
}

.myaccountbuttons:hover {
    color: #cef3ff;
}

#shopnowbutton a {
    background-color: rgb(159, 174, 30);
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    padding: 8px 25px;
    text-transform: uppercase;
    }
#logoutbutton a {
    background-color: #428bca;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    padding: 8px 25px;
    text-transform: uppercase;
    }
.card-img {
    width: 100%;
    height: 175px;
    background-size: cover!important;
}
.main-contain {display:flex}
