/* @font-face {
	src: url('../fonts/BarlowSemiCondensed-Bold.ttf');
	font-family: 'BarlowSemiCondensed';
	font-weight: 700;
	font-display: fallback;
}
@font-face {
	src: url('../fonts/BarlowSemiCondensed-Light.ttf');
	font-family: 'BarlowSemiCondensed';
	font-weight: 300;
	font-display: fallback;
}
@font-face {
	src: url('../fonts/BarlowSemiCondensed-Regular.ttf');
	font-family: 'BarlowSemiCondensed';
	font-weight: 400;
	font-display: fallback;
}
@font-face {
	src: url('../fonts/BarlowSemiCondensed-Medium.ttf');
	font-family: 'BarlowSemiCondensed';
	font-weight: 500;
	font-display: fallback;
}
@font-face {
	src: url('../fonts/BarlowSemiCondensed-SemiBold.ttf');
	font-family: 'BarlowSemiCondensed';
	font-weight: 600;
	font-display: fallback;
}




@font-face {
	src: url('../fonts/Barlow-Bold.ttf');
	font-family: 'Barlow';
	font-weight: 700;
	font-display: fallback;
}
@font-face {
	src: url('../fonts/Barlow-SemiBold.ttf');
	font-family: 'Barlow';
	font-weight: 600;
	font-display: fallback;
}
@font-face {
	src: url('../fonts/Barlow-Medium.ttf');
	font-family: 'Barlow';
	font-weight: 500;
	font-display: fallback;
}
@font-face {
	src: url('../fonts/Barlow-Regular.ttf');
	font-family: 'Barlow';
	font-weight: 400;
	font-display: fallback;
} */

@font-face {
	src: url('../fonts/Lato-Bold.ttf');
	font-family: 'Lato';
	font-weight: 700;
	font-display: swap;
}
@font-face {
	src: url('../fonts/Lato-black.ttf');
	font-family: 'Lato';
	font-weight: 900;
	font-display: swap;
}
@font-face {
	src: url('../fonts/Lato-Light.ttf');
	font-family: 'Lato';
	font-weight: 300;
	font-display: swap;
}
@font-face {
	src: url('../fonts/Lato-Regular.ttf');
	font-family: 'Lato';
	font-weight: 400;
	font-display: swap;
}

/**/

@media (min-width: 768px) {
	.row-eq-height {
	display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
	}
	.valign {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		float: none;
	}
}

body {

	font-family: 'Lato', Arial, sans-serif;
	/* font-family: 'Barlow', Arial, sans-serif; */
	/* font-family: 'BarlowSemiCondensed', Arial, sans-serif; */
}

a, .btn, .form-control {
	transition: 0.2s all;
	text-shadow: none;
	box-shadow: none;
	outline: none !important;
	font-size: 14px;
}

.btn.btn-primary {
	background: #a0a0a0;
	border-color: #a0a0a0;
}
.btn.btn-primary:hover {
	background: #BFB343;
	border-color: #BFB343;
}

a {
	color: #a0a0a0;
}
a:hover {
	color: #BFB343;
}


.btn:focus,
.btn:active,
.form-control:focus,
.form-control:active {
	text-shadow: none;
	box-shadow: none;
}


header {
	position: relative;
	display: block;
	/*border-bottom: 1px solid #f5f5f5;*/
	z-index: 91;
}
header .header-top {
	position: relative;
	display: block;
	font-size: 18px;
	background: #a0a0a0;
	color: #ffffff;

	padding-top: 10px;
	padding-bottom: 10px;
	/* font-family: 'BarlowSemiCondensed', Arial, sans-serif; */
}
header .header-top .header-info {
	position: relative;
	display: inline-block;
	float:right;
	margin-left: 25px;
	font-weight: 500;
	/* text-transform: uppercase; */
	letter-spacing: 0.05em;
	padding-top: 4px;
	color: #ffffff;
	font-size: 18px;
}
header .header-top .header-info i {
	margin-right: 7px;
}
header .header-search {
	position: relative;
	display: inline-block;
	float: right;
	width: 300px;
}
header .header-search #search {
	margin-bottom: 0;
}
header .header-search .form-control {
	border-color: #ffffff;
}

header .header-search .btn.btn-default {
	background: #ffffff;
	border-color : #ffffff;
	color: #a0a0a0;
    font-size: 12px;
}
header .header-search .btn.btn-default:hover {
	background: #23767d;
	border-color: #23767d;
	color: #ffffff;
}
header .header-social {
	position: relative;
	display: inline-block;
}
header .header-social a {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 23px;
}
header .header-social a + a {
	margin-left: 15px;
}


header .header-menu .navbar.navbar-default {
	background: none;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	background: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Barlow', Arial, sans-serif;
}
header .navbar-brand.header-logo {
	padding: 0;
	padding-left: 15px;
}
header .header-logo img {
	height: 52px;
}
header .header-menu .navbar.navbar-default .navbar-nav>li>a.header-category-button.collapsed,
header .header-menu .navbar.navbar-default .navbar-nav>li>a {
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
}
header .header-menu .navbar.navbar-default .navbar-nav>li + li:before {
	content: "|";
    position: absolute;
    left: -1px;
    top: 16px;
}
header .header-menu .navbar.navbar-default .navbar-nav>li>a:hover {
	color: #BFB343;
}

header .header-menu .navbar.navbar-default .navbar-nav>li>a.header-category-button {
	color: #BFB343;
}

header .header-menu .navbar.navbar-default .navbar-nav>li>a.header-wishlist {
	text-transform: none;
	letter-spacing: inherit;
	/* font-family: 'BarlowSemiCondensed'; */
}
header .header-menu .navbar.navbar-default .navbar-nav>li>a.header-wishlist i {
	color: #C90D0C;
	margin-right: 5px;
	transition: 0.2s all;
}
header .header-menu .navbar.navbar-default .navbar-nav>li>a.header-wishlist:hover {
	color: #a0a0a0;
}
header .header-menu .navbar.navbar-default .navbar-nav>li>a.header-wishlist:hover i {
	color: #a0a0a0;
}

header .header-menu .navbar.navbar-default .navbar-nav>li>a.header-wishlist b {
	position: absolute;
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    padding: 0px;
    border-radius: 100%;
    background: #a0a0a0;
    width: 20px;
    text-align: center;
	right: 4px;
	top: 9px;
}


header .header-categories {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #f5f5f5;
	z-index: 91;

	-webkit-box-shadow: 2px 14px 22px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 2px 14px 22px 0px rgba(0,0,0,0.11);
	box-shadow: 2px 14px 22px 0px rgba(0,0,0,0.11);
}
header .header-categories .hc-wrapper {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 15px;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}

header .header-categories .categories {
	columns: 3;
	column-gap: 30px;
	column-fill: balance;
}
header .header-categories .categories > li {
	position: relative;
	display: block;
	column-span: none;
	break-inside: avoid-column;
}
header .header-categories .categories > li > a {
	font-size: 22px;
	font-weight: 600;
	margin-top: 15px;
	text-transform: uppercase;
	color: #000000;
	transition: 0.2s all;
}
header .header-categories .categories > li > a img {
	transition: 0.2s all;
}
header .header-categories .categories > li > a:hover {
	color: #a0a0a0;
}
header .header-categories .categories > li > a:hover img {
	opacity: 0.7;
}
header .header-categories .subcategories {
	position: relative;
	display: block;
	padding-left: 15px;
}
header .header-categories .subcategories > li {
	position: relative;
	display: block;
	column-span: none;
}
header .header-categories .subcategories > li > a{
	font-size: 16px;
	font-weight: 400;
}

header .header-cart {
	text-align: right;
}
header .header-cart > button {
	position: relative;
	display: inline-block;
	/*text-align: right;*/
	background: none;
	border: none;
	padding: 12px 15px;
	/*padding-top: 3px;*/
    /*padding-right: 13px;*/
}

header .header-cart > button .text {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	/*margin-right: 5px;*/
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 18px;
	transition: 0.2s all;
}
header .header-cart > button span {
	position: absolute;
	top: -5px;
	right: -14px;
	background: #cccccc;
	color: #ffffff;
	border-radius: 100%;
	padding: 1px;
	font-weight: 900;
	width: 19px;
	text-align: center;
	font-size: 12px;

}

header .header-cart > button .text i {
	color: #a0a0a0;
	transition: 0.2s all;
}
header .header-cart > button:hover .text {
	color: #BFB343;
}
header .header-cart > button:hover .text i {
	color: #BFB343;
}

@media (min-width: 768px) {
	header .header-cart:hover > .dropdown-menu {
		display: block;
		padding-top: 0;
	}
}


#cart {
	margin-bottom: 0;
}

#cart .dropdown-menu {
	background: #ffffff;
	/*border: 1px solid #eeeeee;*/
	border: none;
	border-radius: 0;

	min-width: 300px;
	margin-top: 0;
}
#cart .dropdown-menu .cart-title {
	background: #a0a0a0;
    color: #EBFFFA;
    font-size: 16px;
	/* font-family: 'BarlowSemiCondensed', Arial, sans-serif; */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
	/*padding: 5px 15px;*/
    padding: 15px 15px;
    text-align: left;
}
@keyframes cart-remove {
	0% { transform: rotate(0deg) translate3d(0,0,0) translateZ(0) scale(1.0, 1.0); }
	100% { transform: rotate(90deg)translate3d(0,0,0) translateZ(0) scale(1.0, 1.0); }
}
#cart .dropdown-menu .btn-remove {
	background: #ca5050;
	transition: 0.2s all;
	background: none;
	padding: 0;
	border: none;
	transform: translateZ(0) scale(1.0, 1.0) rotate(0deg);
}
#cart .dropdown-menu .btn-remove img {
	height: 12px;
	-webkit-backface-visibility: hidden;

}
#cart .dropdown-menu .btn-remove:hover {
	animation-name: cart-remove;
	animation-duration: 0.4s;
	animation-iteration-count: 1;
}
#cart .dropdown-menu table.table tr > td,
#cart .dropdown-menu table.table tr > th {
	vertical-align: middle;
	padding: 4px;
	border-color: #eeeeee;
}
#cart .dropdown-menu .cart-product .name {
	vertical-align: middle;
    padding: 4px;
    border-color: #eeeeee;
    line-height: 14px;
    max-width: 175px;
    max-height: 41px;
    overflow: hidden;
}
#cart .dropdown-menu .cart-product .image {
	width: 40px;
}
#cart .dropdown-menu .cart-product .image img {
	border: 1px solid #eeeeee;
}
#cart .dropdown-menu .cart-product .name a {
	font-weight: 600;
	font-size: 12px;
}
#cart .dropdown-menu .cart-product .quantity {
	font-size: 12px;
}
#cart .dropdown-menu .cart-product .total {
	font-size: 12px;
	font-weight: 700;
	color: #a0a0a0;
}
#cart .dropdown-menu .table.table-total td,
#cart .dropdown-menu .table.table-total th {
	/*border: none;*/
	font-size: 14px;
}
/*#cart .dropdown-menu .cart-button {
	border-radius: 16px;
	padding-left: 25px;
	padding-right: 25px;
}*/
#cart .dropdown-menu .table-products {
	margin-bottom: 0;
}
#cart .dropdown-menu li > div {
	padding: 0;
	min-width: 375px;
}

#cart .cart-table-padding {
	padding: 15px;
	position: relative;
	display: block;
}
#cart .cart-table-padding.no-pad-top {
	padding-top: 0;
}

#cart .dropdown-menu table.table tr:nth-child(1) td,
#cart .dropdown-menu table.table tr:nth-child(1) th {
	border-top: none;
}



.footer-map {
	position: relative;
	display: block;
	margin-top: 20px;
	margin-bottom: -5px;
}

.footer-map .map-iframe {
	width: 100%;
	height: 550px;
}

.footer-map .over-map {
	position: absolute;
	top : 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}
.footer-map.contact-map .over-map  {
	position: relative;
	top: 0;
	transform: none;
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer-form {
	position: relative;
	display: block;
	background: #a0a0a0;
	padding: 30px;
	opacity: 0.85;
	height: 100%;
}
.footer-form .t {
	position: relative;
	display: block;
	color: #ffffff;
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 20px;
}
.footer-form .form-control {
	margin-bottom: 6px;
	border: none;
	border-radius: 0;
	font-size: 16px;
	color: #000000;
	padding: 15px 20px;
	height: auto;
}
.footer-form textarea.form-control {
	height: 100px;
}
.footer-form .btn.btn-default {
	color: #000000;
	padding: 6px 40px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 24px;
	background: #ffffff;
	border-radius: 0;
	border: none;
	margin-top: 20px;
}

.footer-form .btn.btn-default:hover {
	background: #BFB334;
	color: #ffffff;
}
.footer-form .radio-row {
	margin-left: -3px;
	margin-right: -3px;
}
.footer-form .radio-row > div {
	padding-left: 3px;
	padding-right: 3px;
}
.footer-form input[type='radio'] {
	display: none;
}
.footer-form input[type='radio'] + label {
	position: relative;
	display: block;
	background: #ffffff;
	border: 3px solid #ffffff;
	font-size: 16px;
	color: #222222;
	text-align: center;
	font-weight: 400;
	padding: 5px 15px;
	cursor: pointer;
	transition: 0.2s all;
}
.footer-form input[type='radio'] + label i {
	transition: 0.2s all;
	position: absolute;
	font-size: 22px;
	color: rgba(146, 148, 146);
	top: 5px;
	left: 15px;
	opacity: 0;
}
.footer-form input[type='radio'] + label:hover {
	border-color: rgba(146, 148, 146, 1);
}
.footer-form input[type='radio'] + label:hover i {
	opacity: 1;
}
.footer-form input[type='radio']:checked + label {
	border-color: rgba(93, 218, 99, 1);
}
.footer-form input[type='radio']:checked + label i {
	opacity: 1;
	color: rgba(93, 218, 99, 1);
}

.footer-showroom {
	position: relative;
	display: block;
	background: #ffffff;
	border: 1px solid #000000;
	padding: 30px;
	opacity: 0.85;
	height: 100%;
	color: #000000;
}
.footer-showroom .t {
	position: relative;
	display: block;
	color: #000000;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 10px;
}
.footer-showroom ul {
	position: relative;

	list-style-type: none;
	font-size: 16px;

    line-height: 26px;
    padding-left: 25px;
}
.footer-showroom ul li {
	position: relative;
}
.footer-showroom ul i {
	position: absolute;
    left: -23px;
    font-size: 16px;
    top: 5px;
}

footer {
	position: relative;
	display: block;
	/*background: url('../image/bgr2.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;*/
	background: #f2f2f2;


	/*background: #141414;*/
	/*color: #ffffff;*/
	color: #222222;
	padding-top: 45px;
	margin-top: 0;
	border: none;
}
footer .footer-logo {
	position: relative;
	display: block;
    margin-top: 25px;
}
footer .footer-logo img  {

}
footer .footer-title {
	position: relative;
	display: block;
	margin-bottom: 5px;
	/*color: #BFB343;*/
	color: #a0a0a0;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 600;
}
footer .left-border {
	/*border-left: 1px solid #ffffff;*/
	border-left: 1px solid #222222;
}
footer .right-border {
	/*border-right: 1px solid #ffffff;*/
	border-right: 1px solid #222222;
}

footer .footer-links {
	position: relative;
	display: block;
	columns: 2;
}
footer .footer-links a {
	position: relative;
	display: block;
	font-size: 13px;
	margin-top: 6px;
	/*color: #ffffff;*/
	color: #222222;
}
footer .footer-links a:hover {
	color: #BFB343;
}


footer .row {
	margin-left: -30px;
	margin-right: -30px;
}
footer .row >div {
	padding-left: 30px;
	padding-right: 30px;
}
footer .footer-social {
	position: relative;
	display: block;
	margin-top: 15px;
}
footer .footer-social a {
	font-size: 28px;
	/*color: #ffffff;*/
	color: #222222;

	position: relative;
	display: inline-block;
}
footer .footer-social a + a {
	margin-left: 20px;
}
footer .footer-social a:hover {
	color: #BFB343;
}


footer .footer-copy {
	position: relative;
	display: block;
	border-top: 1px solid #ffffff;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	font-size: 12px;
	text-align: center;
}
footer .footer-copy a {
	color: #a0a0a0;
	font-size: 12px;
}
footer .footer-copy a:hover {
	color :#BFB343;
}
#wowslider-container1 {
	background: #a0a0a0;
	overflow: hidden;
}


.home-description {
	position: relative;
	display: block;

	margin-bottom: 40px;
}
.home-description .s {
	position: relative;
	display: block;
	font-size: 17px;
	color: #a0a0a0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.home-description .t {
	position: relative;
	display: block;
	font-size: 44px;
	color: #000000;
	text-align: center;
	font-weight: 500;
	/* font-family: 'BarlowSemiCondensed', Arial, sans-serif; */
	letter-spacing: 0.05em;
	margin-top: 40px;
	line-height: 46px;
	margin-bottom: 50px;
}
.home-description .img1 {
	margin-bottom: 20px;
}
.home-description .img2 {
	background: #C2B535;
	color: #ffffff;
	display: flex;
}
.home-description .img2 .text {
	position: relative;
	display: inline-block;
	width: 187px;
}
.home-description .img2 .text span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	right: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}
.home-description .p {
	position: relative;
    display: block;
    line-height: 33px;
    font-size: 15px;
    margin-bottom: 45px;
}
.home-description ul.list-unstyled li + li {
	margin-top: 30px;
}
.home-description ul.list-unstyled li {
	font-weight: 600;
	color: #000000;
}
.home-description ul.list-unstyled li i {
	color: #a0a0a0;
	font-size: 18px;
	margin-right: 10px;
}
.home-description .btn.btn-default.btn-go-more {
	border-radius: 0;
	background: none;
	border: 8px solid #000000;
	padding: 20px 50px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 900;
	color: #000000;
	margin-top: 44px;
}
.home-description .btn.btn-default.btn-go-more:hover {
	color: #C2B535;
	border-color: #C2B535;

}



.home-carousel {
	position: relative;
	display: block;
	background: #a0a0a0;
	/*display: flex;*/
}

.home-carousel .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.home-carousel .container-fluid > .row {
	margin-left: 0;
	margin-right: 0;
}
.home-carousel .container-fluid > .row > div {
	/*height: 100%;*/
	padding-left: 0;
	padding-right: 0;
}

.home-carousel .t {
	position: relative;
	display: block;
	font-size: 40px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	height: 100%;
    /*padding: 99px 0px;*/
}
.home-carousel .t span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
	right: 15px;
}
.home-carousel .carousel-wrap {
	position: relative;
	display: block;

}
.home-carousel  .carousel-item {
	position: relative;
	display: block;
}
.home-carousel  .carousel-item  .hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.75);
	color: #000000;
	opacity: 0;
	transition: 0.2s all;
}
.home-carousel  .carousel-item:hover .hover {
	opacity: 1;
}
.home-carousel  .carousel-item  .hover .in {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
	right: 15px;
	text-align: center;
}
.home-carousel  .carousel-item  .hover .in .d {
	position: relative;
	display: block;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
}
.home-carousel  .carousel-item  .hover .in .btn.btn-primary {
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px 25px;
}
.home-carousel .owl-carousel .owl-nav {
	margin: 0;
}
.home-carousel .owl-carousel .owl-nav .owl-prev,
.home-carousel .owl-carousel .owl-nav .owl-next {
	position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    background: #b5b5b5;
    padding: 0px 15px !important;
    padding-bottom: 9px !important;
    line-height: 40px;
    font-size: 40px;
    color: #ffffff;
    border-radius: 0;
	transition: 0.2s all;
}
.home-carousel .owl-carousel .owl-nav .owl-prev {
	left: 15px;
}
.home-carousel .owl-carousel .owl-nav .owl-next {
	right: 15px;
}
.home-carousel .owl-carousel .owl-nav .owl-prev:hover,
.home-carousel .owl-carousel .owl-nav .owl-next:hover {
	background: #a0a0a0;
}



.home-blog {
	position: relative;
	display: block;

	margin-top: 20px;
	/*margin-bottom: 20px;*/
}
.home-blog .hb-art {
	position: relative;
	display: block;
}
.home-blog .hb-art img {
max-width: 100%;
}
.home-blog .hb-art .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 15%;
	background: rgba(255,255,255,0.75);
	padding: 15px;
}
.home-blog .hb-art .caption .s {
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 22px;
	color: #000000;
	margin-bottom: 5px;
}
.home-blog .hb-art .caption .p {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #000000;

	display: none;

}
.home-blog .hb-art .caption .date {
	position: relative;
	display: block;
	text-align: right;
	margin-top: 5px;
	border-top: 1px solid #cccccc;
	padding-top: 5px;
	color: #000000;
}

.home-blog .t {
	position: absolute;
	top: 0;
	left: 50%;
	color: #ffffff;
	font-size: 50px;
	text-transform: uppercase;
	background: rgba(80,170,178,0.85);
	padding: 20px 100px;
	z-index: 20;
	font-weight: 600;
	letter-spacing: 0.05em;
}
.home-blog .owl-carousel .owl-nav {
	margin: 0;
}
.home-blog .owl-carousel .owl-nav .owl-prev,
.home-blog .owl-carousel .owl-nav .owl-next {
	position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    background: #b5b5b5;
    padding: 0px 15px !important;
    padding-bottom: 9px !important;
    line-height: 40px;
    font-size: 40px;
    color: #ffffff;
    border-radius: 0;
	transition: 0.2s all;
}
.home-blog .owl-carousel .owl-nav .owl-prev {
	left: 15px;
}
.home-blog .owl-carousel .owl-nav .owl-next {
	right: 15px;
}
.home-blog .owl-carousel .owl-nav .owl-prev:hover,
.home-blog .owl-carousel .owl-nav .owl-next:hover {
	background: #a0a0a0;
}

.module-featured {
	position: relative;
	display: block;
}
.module-title {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 50px;
	color: #000000;
	font-weight: 700;
}

.products {
	position: relative;
	display: block;
}


.product-thumbnail {
	position: relative;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border: 1px solid #ffffff;
	transition: 0.2s all;
	/*padding: 15px;*/
}
.product-thumbnail:hover {
	border-color: #cccccc;
}
.product-thumbnail .image {
	position: relative;
	display: block;
	transition: 0.2s all;
}
.product-thumbnail .image img {
	margin: 0 auto;
}
.product-thumbnail .promo {
	/* position: absolute;
    top: 5px;
    left: 5px; */
	/*color: #a0a0a0;*/
    color: #000000;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 32px;
    padding: 0;
    /*background: #a0a0a0;*/
	font-weight: 900;
	text-align: center;

}
.product-thumbnail .price {
	position: relative;
	display: block;
    color: #000000;
    font-weight: 700;
    text-transform: lowercase;;
    font-size: 16px;
    padding: 0px 10px;
	text-align: center;
    /*background: #ffffff;*/
}
.product-thumbnail .dimensions {
	position: relative;
	display: block;
	height: 20px;
	overflow: hidden;
}
.product-thumbnail .price .price-old {
	text-decoration: line-through;
	color: #999999;
	font-weight: 300;
}
.product-thumbnail .price .price-new {
	color: #000000;
}

.product-thumbnail .promo img {
	height: 40px;
}
/*.product-thumbnail .image:hover {
	opacity: 0.7;
}*/
.product-thumbnail .caption {
	position: relative;
	display: block;
	margin-top: 13px;
	text-align: center;
}
.product-thumbnail .caption .title {
	position: relative;
	display: block;
	color: #000000;
	font-size: 20px;
	font-weight: 600;
}
.product-thumbnail .caption .title:hover {
	color: #C2B535;
}
.product-thumbnail .caption .category {
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
}
.product-thumbnail .caption .button {
	position: relative;
	display: block;
	font-size: 14px;
	text-transform: lowercase;;
	/*color: #a0a0a0;*/
	font-weight: 500;
	margin-top: 10px;
}
.product-thumbnail .caption .button i {
	display: none;
	font-size: 21px;
	margin-left: 7px;
	line-height: 14px;
	vertical-align: -1px;
	transition: 0.2s all;
}
.product-thumbnail .caption .button:hover i {
	margin-left: 21px;
}


.module-featured .products > .row {
	margin-left: -30px;
	margin-right: -30px;
}
.module-featured .products > .row > div {
	padding-left: 30px;
	padding-right: 30px;
}
.module-featured .product-thumbnail {
	margin-bottom: 60px;
}



.product-related {
	position: relative;
	display: block;
}
.product-related .products .product-thumbnail .caption  {
	margin-top: 5px;
}
.product-related .products .product-thumbnail .caption .title {
	text-align: center;
	font-size: 16px;
}

.product-related .t {
	position: relative;
	display: block;
	font-size: 22px;
	color: #222222;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 18px;
	margin-bottom: 22px;
}
.product-related .t b {
	/*position: relative;*/
	/*display: block;*/
	text-transform: uppercase;
	color: #a0a0a0;
}

#content > h1:first-child {
	position: relative;
	display: block;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 32px;
	color: #000000;
	font-weight: 600;
}


.breadcrumb {
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	background: none;
	padding: 10px 0px;
	font-size: 12px;
}
.breadcrumb > li {
	text-shadow: none;
	border: none;
	padding: 0;
	padding-left: 0;
	padding-right: 15px;
}
.breadcrumb > li:after {
	display: none;
}
.breadcrumb a {
	color: #BFB343;
	text-transform: uppercase;
	font-weight: 700;
}
.breadcrumb > li:nth-last-child(1) a {
	text-transform: none;
	color: #000000;
}
/*.breadcrumb > li + li:before {
	content: ">";
	color: #a0a0a0;
	position: relative;
	display: inline-block;
	margin-right: 6px;
}*/


body.product-product .header-top {
	display: none;
}



.category-description {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;

	background: #efefef;
	padding: 30px;
	margin-bottom: 20px;
}



.module-filter {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.module-filter .navbar.navbar-default {
	margin-bottom: 0;
	background: none;
	border: none;
	border-radius: 0;
	font-size: 16px;
}
.module-filter .navbar.navbar-default .navbar-brand {
	background: #a0a0a0;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
}
.module-filter .navbar.navbar-default .navbar-brand  i {
	margin-left: 40px;
}
.module-filter .navbar.navbar-default .navbar-nav>li>a {
	color: #000000;
	font-weight: 600;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
}
.module-filter .navbar.navbar-default li.active > a {
	background: #69bac1;
	color: #ffffff;

}
.module-filter .navbar.navbar-default a.disabled {
	opacity: 0.25 !important;
}
.module-filter .navbar.navbar-default a:hover {
	background: #BFB343;
	color: #ffffff;
}
.module-filter .navbar.navbar-default ul.dropdown-menu {
	/*min-width: 200px;*/
	/*max-height: 150px;*/
	/*overflow-y: auto;*/
}
.module-filter .navbar.navbar-default ul.dropdown-menu.col-2 {
	columns: 2;
}
.module-filter .navbar.navbar-default ul.dropdown-menu.col-3 {
	columns: 3;
}
.module-filter .navbar.navbar-default ul.dropdown-menu.col-4 {
	columns: 4;
}
.module-filter .navbar.navbar-default ul.dropdown-menu  > li {
	display: block;
	break-inside: avoid-column;
	min-width: 200px;

}
.module-filter .navbar.navbar-default ul.dropdown-menu a {
	color: #000000;
	font-weight: 500;
	font-size: 16px;
    padding: 0px 20px;
}

.module-filter .navbar.navbar-default ul.dropdown-menu a > i {
	display: none;
	float: right;
	color: #ff0000;
    margin-top: 2px;
}
.module-filter .navbar.navbar-default li.active > a > i {
	display: inline-block;
}
.module-filter .navbar.navbar-default a > .total {
	display: inline-block;
	float: right;
	background: #a0a0a0;
	color: #ffffff;
	font-weight: 600;
	font-size: 12px;
	padding: 2px 6px;
	text-align: center;
	border-radius: 4px;
	width: 33px;
	text-align: center;
}
.module-filter .navbar.navbar-default li.active > a > .total {
	display: none;
}
@media (min-width: 768px) {
	.module-filter .navbar.navbar-default .navbar-nav>li.dropdown:hover > .dropdown-menu {
		display: block;
	}
}


.more-products {
	position: relative;
	display: block;
	background: #a0a0a0;
	color: #ffffff;
	font-weight: 600;
	font-size: 30px;
	text-align: center;

}
.more-products span {
	position: absolute;
	top: 50%;
	left: 15px;
	right: 15px;
	transform: translateY(-50%);
}
.more-products:hover {
	color: #222222;
	background: #cccccc;
}

.search-page-form {
	position: relative;
	display: block;
	max-width: 300px;

	margin-bottom: 0;
	float: right;
}
.search-page-form .input-group .form-control {
	border-radius: 0;

}
.search-page-form .input-group .btn {
	border-radius: 0;

	height: 34px;
	padding-top: 6px;
}
.search-page-form .input-group .btn i {
	margin-left: 8px;
}


.product-page {
	position: relative;
	display: block;
}

.product-page > .row {
	margin-left: -45px;
	margin-right: -45px;
}
.product-page > .row > div {
	padding-left: 15px;
	padding-right: 15px;
}

.product-page  .product-title {
	position: relative;
    display: block;
    margin-top: 0;
    padding-top: 0;
    /* font-family: 'BarlowSemiCondensed'; */
    font-weight: 300;
    font-size: 33px;
    color: #000000;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 500;

	text-align: center;
}
.product-page .product-rating {
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.product-page .product-rating .gold {
	color: #E2AC01;
}
.product-page .product-rating .fa-stack {
	width: 14px;
}
.product-page .short-description {
	position: relative;
	display: block;
	margin-bottom: 20px;
	color: #999999;
	font-size: 16px;
	line-height: 26px;
}
.product-page .product-price {
	position: relative;
	display: block;
	font-size: 400px;
	color: #999999;
	font-size: 24px;
	margin-bottom: 15px;
}
.product-page .product-price  b {
	font-weight: 400;
	color: #a0a0a0;
}
.product-page .product-price-old {
	color: #999999;
	text-decoration: line-through;
}
.product-page .colors {
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.product-page .colors .t {
	position: relative;
	display: block;
	font-size: 15px;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	font-weight: 4600;
	margin-bottom: 7px;
}
.product-page .colors .option-image {
	position: relative;
	display: inline-block;
}
.product-page .colors .option-image + .option-image {
	margin-left: 20px;
}
.product-page .product-cart-buttons {
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.product-page .btn.btn-primary.btn-oferta {
	position: relative;
	display: inline-block;
	/*max-width: 300px;*/
	/*width: 100%;*/
	height: auto;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	vertical-align: middle;

	background: #1D3632;
	border-color: #1D3632;
	border-radius: 8px;

	padding: 8px 25px;
	margin-bottom: 0px;
}
.product-page .btn.btn-primary.btn-oferta:hover {
	background: #468483;
	border-color: #468483;
}
.product-page .btn.btn-primary.btn-oferta i {
	margin-righT: 3px;
	/*padding-right: 20px;*/
	/*border-right: 2px solid #9AD9DE;*/
	vertical-align: 0;

}

.product-page .btn.btn-default.btn-wishlist {
	position: relative;
	display: inline-block;
	background: none;
	border: none;
	border-radius: 0;
	font-size: 45px;
    padding: 0;
    margin-top: -3px;
	heighT: auto;
	vertical-align: middle;
	color: #C90D0C;
	margin-left: 15px;
}
.product-page .btn.btn-default.btn-wishlist:hover {
	color: #a0a0a0;
}
.product-page .wishlist-success {
	position: absolute;
	bottom: -65px;
	font-size: 12px;
	color: #ffffff;
	background: #C90D0C;
	border-radius: 12px;
	padding: 3px 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	white-space: normal;
	z-index: 5;
}
.product-page .wishlist-success:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #C90D0C;
}
.product-page .product-alt-buttons {
	position: relative;
	/*display: block;*/
	margin-bottom: 20px;
}
.product-page span.product-alt-buttons {
	margin-left: 20px;
	vertical-align: -7px;
}
.product-page .product-alt-buttons a {
	position: relative;
	display: inline-block;
	font-size: 32px;
}
.product-page  .product-share {
	margin-bottom: 15px;
}
.product-page  .product-share a {
	float: none !important;
}


.product-page .product-alt-buttons a + a {
	margin-left: 20px;
}
.product-page .product-alt-buttons a.whatsapp {
	color: #00E676;
}
.product-page .product-alt-buttons a.ico-pdf {
	color: #C1392B;
}
a.ico-pdf span {
	font-size: 14px !important;
	font-weight: 600;
	vertical-align: middle;
}
.product-page .product-alt-buttons a.ico-fb {
	color: #11308A;
}
.product-page .product-alt-buttons a.ico-tw {
	color: #33CAE9;
}
.product-page .product-alt-buttons a.ico-ins {
	color: #D6339E;
}
.product-page .product-alt-buttons a:hover {
	color :#999999 !important;
}
.product-page .product-telephone {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #000000;
	color: #000000;
	font-size: 16px;
	margin-top: 6px;
}
.product-page .product-telephone i {
	font-size: 22px;
	vertical-align: -2px;
	color: #C1392B;
	margin-left: 10px;
	transition: 0.2s all;
}
.product-page .product-telephone:hover {
	color :#a0a0a0;
	border-color: #a0a0a0;
}
.product-page .product-telephone:hover i {
	color: #a0a0a0;
}


#form-review {
	max-width: 600px;
	padding-left: 25px;
	padding-right: 25px;
}

.product-gallery {
	position: relative;
	display: block;
}

.product-gallery .owl-carousel .owl-nav {
	margin: 0;
}
.product-gallery .owl-carousel .owl-nav .owl-prev,
.product-gallery .owl-carousel .owl-nav .owl-next {
	position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    background: #b5b5b5;
    padding: 0px 15px !important;
    padding-bottom: 9px !important;
    line-height: 40px;
    font-size: 40px;
    color: #ffffff;
    border-radius: 0;
	transition: 0.2s all;
}
.product-gallery .owl-carousel .owl-nav .owl-prev {
	left: 15px;
}
.product-gallery .owl-carousel .owl-nav .owl-next {
	right: 15px;
}
.product-gallery .owl-carousel .owl-nav .owl-prev:hover,
.product-gallery .owl-carousel .owl-nav .owl-next:hover {
	background: #a0a0a0;
}

.product-page .nav-tabs>li>a {
	border-radius: 0;
	font-size: 20px;
	padding: 10px 25px;
	color: #aaaaaa;
}
.product-page .nav-tabs>li.active>a,
.product-page .nav-tabs>li.active>a:focus,
.product-page .nav-tabs>li.active>a:hover {
	color: #000000;
}
.product-page .nav-tabs {
	padding-left: 25px;
	padding-right: 25px;
}

.product-page .product-description {
	position: relative;
	display: block;
	padding: 25px 0px;
	font-size: 16px;
    line-height: 20px;
	letter-spacing: 0.01em;
	/* font-family: 'BarlowSemiCondensed'; */
	color: #999999;
}



.contact-page {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
}



.blog-right {
	position: relative;
	display: block;
}
.blog-right .t {
	position: relative;
	display: block;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 7px;
	color: #000000;
	margin-top: 25px;
}
.blog-search {
	position: relative;
	display: block;
}
.blog-search .form-control {
	border-top-left-radius: 26px;
	border-bottom-left-radius: 26px;
	height: 37px;
	font-size: 14px;
}
.blog-search .btn {
	border-top-right-radius: 26px;
	border-bottom-right-radius: 26px;
	padding-left:18px;
	padding-right: 18px;
}


.blog-topviews {
	position: relative;
	display: block;


}
.blog-topviews a {
	position: relative;
	display: block;
	font-size: 14px;

}
.blog-topviews a + a {
	margin-top: 4px;
	padding-top: 4px;
	border-top: 1px solid #dddddd;
}


.blog-newsletter {
	position: relative;
	display: block;
}

.blog-newsletter p {
	font-weight: 700;
	font-size: 14px;
}
.blog-newsletter .form-control {
	border-radius: 26px;
	margin-bottom: 15px;
}
.blog-newsletter .btn {
	border-radius: 26px;
	margin-top: 10px;
	padding-left: 18px;
	padding-right: 18px;
}



.blog-newsletter .newsletter-notification {
	position: relative;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #ffffff;
	color: #000000;
	border-radius: 26px;
	padding: 7px 25px;


	border-bottom: 3px solid red;
	border-right: 3px solid red;

	border-color: #65ada5;
	z-index: 3;
}
.blog-newsletter .newsletter-notification:before {
	content: "";
    position: absolute;
    top: -11px;
    left: 25px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 11px solid #ffffff;
}


.blog-newsletter .newsletter-notification.error {
	border-color: red;
}
.blog-newsletter .newsletter-notification.valid {
	border-color: green;
}


.blog-description {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 26px;

	margin-bottom: 20px;
}
.blog-description.with-image {
	min-height: 150px;
}
.blog-description .blog-image {
	margin-left: 15px;
	margin-bottom: 15px;
}

.article-categories {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 30px;
	color: #000000;
	font-size: 14px;
	line-height: 26px;
	min-height: 100%;

	-webkit-box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.05);
-moz-box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.05);
box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.05);
}
.article-categories .t {
	position: relative;
	display: block;
	font-weight: 600;
	color: #000000;
	font-size: 16px;
	margin-bottom: 15px;
}
.article-categories a {
	position: relative;
	display: block;
}


.article {
	position: relative;
	display: block;
	background: #ffffff;
	margin-bottom: 30px;

	border: 1px solid #ffffff;
	transition: 0.2s all;

	-webkit-box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.05);
-moz-box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.05);
box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.05);
}
.article:hover {
	border-color: #5ECFC3;
}

.article .image {
	position: relative;
	display: block;
}

.article .caption {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 25px;
}
.article .caption .title {
	position: relative;
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
}
.article .caption .date-added {
	position: relative;
	display: block;
	color: #707070;
	font-size: 14px;
	line-height: 29px;

	margin-bottom: 15.5px;
}
.article .caption .description {
	position: relative;
	display: block;
	color: #000000;
	font-size: 14px;
	line-height: 29px;
	margin-bottom: 19.5px;
}
.article .caption .btn.btn-primary.btn-article {
	background: #ffffff;
	color: #56BBB0;
	border: 1px solid #F4F4F4;
}
.article .caption .btn.btn-primary.btn-article:hover {
	background: #56BBB0;
	border-color: #56BBB0;
	color: #ffffff;
}


.article.article-left {
	margin-bottom: 0;
}


.row.row-article-front {
	margin-bottom: 30px;
}


.article-pagination {
	position: relative;
	display: block;
	margin-bottom: 30px;
	font-size: 14px;
}


.main-article-description {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 30px;
}
.main-article-description .main-article-image {
	margin-left: 15px;
	margin-bottom: 15px;
}

.article-products {
	margin-bottom: 30px;
}

.article-review {
	position: relative;
	display: block;
	margin-bottom: 30px;
	font-size: 14px;

	max-width: 550px;
}
.article-review .review-empty {
	position: relative;
	display: block;
	margin-top: 15px;
	background: #ffffff;
	padding: 15px;
	-webkit-box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.05);
	box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.05);
}
.article-review .review-box {
	position: relative;
	display: block;
	margin-top: 15px;
	background: #ffffff;
	padding: 15px;
	-webkit-box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.05);
	box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.05);
}

.article-review .review-form {
	position: relative;
	display: block;

}
.article-review .review-form .t {
	font-size: 24px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 5px;
}
.article-review .review-form label {
	font-size: 14px;
	color: #000000;
	margin-top: 20px;
}
.article-review .review-form label .required {
	color: #ff0000;
}
.article-review .review-form .btn-review {
	margin-top: 20px;
}
.article-review .review-form .form-control {
	border-color: #e8e3e3;
}
.article-review .article-review-err {
	position: relative;
	display: block;
	margin-top: 5px;
	font-size: 12px;
	color: #ff0000;
}
.article-review .article-review-success {
	position: relative;
	display: block;
	margin-top: 15px;
	font-size: 14px;
	font-weight: 600;
	padding: 15px;
	background: #ffffff;
	border: 1px solid #efefef;
	color: #5ECFC3;
}


.article-review .review-box {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 26px;
}
.article-review .review-box .t {
	position: relative;
	display: block;
	color: #000000;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
}
.article-review .review-box .d {
	position: relative;
	display: inline-block;
	font-weight: 100;
	color: #cccccc;
	float: right;

}

.page-header {
	border: none !important;
}

.fixed-social {
	position: fixed;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1000;

	-webkit-box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.27);
	box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.27);
}
.fixed-social a {
	position: relative;
	display: block;
	font-size: 24px;
	color: #ffffff;
	padding: 3px 12px;
	background: #999999;
	text-align: center;
}
.fixed-social a.whatsapp {
	background: #00E676;
}
.fixed-social a.facebook {
	background: #3F5D9A;
}
.fixed-social a:hover {
	background: #a0a0a0;
}

#wowslider-container1 .ws-title {
	top: auto !important;
	left: auto !important;
	bottom: auto !important;
	right: auto !important;
	top: 15px !important;
	left: 50% !important;
	right: 15px !important;
	font-size: 30px !important;
	font-weight: 500 !important;
	/* font-family: 'BarlowSemiCondensed' !important; */
}
#wowslider-container1 .ws-title span {
	opacity: 1 !important;
	background: #a0a0a0 !important;
	padding: 10px 35px !important;
	transform: translateX(-50%) !important;

	-webkit-box-shadow: 0px 9px 20px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 9px 20px -9px rgba(0,0,0,0.75);
	box-shadow: 0px 9px 20px -9px rgba(0,0,0,0.75);

}

@keyframes btnptanim {
	from { background-color: #1D3632; border-color: #2a8274; }
	to { background-color: #1D3632; border-color: #2a8274; }
}

.product-page .btn-product-prev {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	-webkit-box-shadow: 0px 0px 29px -14px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 29px -14px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 29px -14px rgba(0,0,0,0.75);

	animation-name: btnptanim;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-direction: alternate;

	font-size: 13px;
}

.product-page .btn-product-next {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
	-webkit-box-shadow: 0px 0px 29px -14px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 29px -14px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 29px -14px rgba(0,0,0,0.75);

	animation-name: btnptanim;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-direction: alternate;

	font-size: 13px;
}
.product-page .btn-product-prev i,
.product-page .btn-product-next i {
	font-size: 44px;
	display: block;
	text-align: center;
	margin-bottom: 2px;
}



.container-fluid.container-fluid-more-padding {
	padding-left: 50px;
	padding-right: 50px;

	max-width: 1920px;
}

.main-article-description .main-article-image {
	max-width: 100%;
}



.product-attribute-group {
	position: relative;
	display: block;
	padding: 15px;
	border: 1px solid #dddddd;
	margin-bottom: 15px;
}
.product-attribute-group .t {
	position: relative;
	display: block;
	font-size: 18px;
	color: #222222;
	margin-bottom: 7px;
}
.product-attribute-group ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.product-attribute-group ul span {
	position: relative;
	display: inline-block;
	min-width: 65px;
	font-weight: 700;
}
.product-attribute-group ul i {
	font-size: 18px;
    vertical-align: -2px;
    color: #a0a0a0;
    margin-right: 6px;
}
.product-attribute-group ul li + li {
	margin-top: 3px;
}


.module-special.product-colection {
	margin-bottom: 50px;
}


#product-gallery.owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
}

body.information-contact .footer-map.hide-contact {
	display: none;
}


.footer-map.contact-map .map-iframe {
	height: 300px;
}

.arhitecti {
	position: relative;
	display: block;
	background: url('../image/arhi_bg.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;

	padding-top: 90px;
	padding-bottom: 90px;
}
.arhitecti p {
	font-size: 16px  !important;
	line-height: 24px !important;
	margin-bottom: 25px !important;
}

.module-special.product-colection .product-thumbnail .image img {
	margin: 0 auto;
	max-height: 235px;
}
.module-special.product-colection.module-related .product-thumbnail .image img {
	max-height: 100000px;
}

.module-special.product-colection .product-thumbnail .caption .title {
	font-size: 16px;
}






header .header-social a {
	font-size: 14px;
}
header .header-top .header-info {
	font-size: 14px;
	padding-top: 2px;
}


header .header-search #search .form-control,
header .header-search #search .btn {
	padding-top: 3px;
    padding-bottom: 3px;
    height: 25px;
}
header .header-top {
	padding-top: 2px;
	padding-bottom: 2px;
}



header .header-menu .navbar.navbar-default {
	padding-top: 3px;
	padding-bottom: 3px;
}
.breadcrumb {
	padding: 2px 0px;
}
h1 {
	margin-top: 2px;
}
.module-filter {
	margin-bottom: 5px;
}

.module-filter .navbar.navbar-default .navbar-brand {
	padding:4px 20px;
	height: auto;
}
.module-filter .navbar.navbar-default .navbar-nav>li>a {
	padding-top: 4px;
	padding-bottom: 4px;
}
.product-thumbnail .caption {
	margin-top: 3px;
}









@media (max-width: 1199px) {
	header .header-logo img {
    	height: 40px;
	    margin-top: 6px;
	}
	header .header-menu .navbar.navbar-default .navbar-nav>li>a.header-category-button.collapsed, header .header-menu .navbar.navbar-default .navbar-nav>li>a {
		font-size: 16px;
		padding-left: 15px;
		padding-right: 15px;
	}
	header .header-menu .navbar.navbar-default .product-thumbnail .caption .title {
		fpmt=shape-inside: 16px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.module-featured .products > .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.module-featured .products > .row > div {
		padding-left: 15px;
		padding-right: 15px;
	}
	.product-thumbnail .caption .title {
		font-size: 20px;
	    line-height: 24px;
	}
	.product-thumbnail .caption {
		margin-top: 10px;
	}
	.product-thumbnail .caption .category {
		margin-top: 5px;
	}
	.module-featured .product-thumbnail {
		margin-bottom: 30px;
	}
	.home-blog .t {
		font-size: 35px;
	    padding: 10px 75px;
	}
	.home-blog .hb-art .caption .p {
		font-size: 14px;
    	line-height: 19px;
	}

	.footer-form .t {
		font-size: 26px;
	}
	.footer-form {
		padding: 20px;
	}
	.footer-form .form-control {
		font-size: 14px;
		padding: 12px 15px;
	}
	.footer-form .btn.btn-default {
		font-size: 20px;
	}
	.footer-showroom ul {
		font-size: 14px;
    	line-height: 22px;
	}
	.footer-showroom ul i {
		font-size: 14px;
		top: 4px;
	}

	footer .row {
		margin-left: -15px;
		margin-right: -15px;

	}
	footer .row > div {
		padding-left: 15px;
		padding-right: 15px;
	}

	.product-page > .row {
		margin-left: -25px;
		margin-right: -25px;
	}
	.product-page > .row > div {
		padding-left: 25px;
		padding-right: 25px;
	}
}


@media (max-width: 991px) {
	.container-fluid.container-fluid-more-padding {
		padding-left: 15px;
		padding-right: 15px;
	}
	.gdpr-cookie {
		z-index: 100000 !important;
	}
	.gdpr-cookie > div {
		float: none !important;
		margin-left: 0 !important;
		margin-bottom: 10px !important;
		text-align: center;
	}

	.gdpr-cookie .ui-checkbox {
		display: inline-block !important;
	}
	.gdpr-cookie label + input {
		margin-left: 7px !important;
	    vertical-align: -1px !important;
	}

	header .header-top {
		font-size: 16px;
	}
	header .header-social a {
		font-size: 16px;
	}
	header .header-social a + a {
    	margin-left: 9px;
	}
	header .header-search {
		width: 200px;
	}
	header .header-social {
		margin-top: 7px;
	}
	header .header-logo img {
	    height: 25px;
	    margin-top: 13px;
	}
	header .header-menu .navbar.navbar-default .navbar-nav>li>a.header-category-button.collapsed, header .header-menu .navbar.navbar-default .navbar-nav>li>a {
		font-size: 14px;
	    padding-left: 12px;
	    padding-right: 12px;
	}
	header .header-menu .navbar.navbar-default .navbar-nav>li>a.header-wishlist b {
		right: -7px;
	}
	header .header-menu .navbar.navbar-default {
	    padding-top: 0;
	    padding-bottom: 0;
	}
	.home-description .t {
	    font-size: 26px;
	    line-height: 28px;
	    margin-top: 20px;
		margin-bottom: 27px;
	}

	.product-page > .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.product-page > .row > div {
		padding-left: 15px;
		padding-right: 15px;
	}

	.home-description .p {
	    position: relative;
	    display: block;
	    line-height: 22px;
	    font-size: 14px;
	    margin-bottom: 15px;
	}
	.home-description ul.list-unstyled li + li {
    	margin-top: 10px;
	}
	.home-description .btn.btn-default.btn-go-more {
		margin-top: 0;
	}
	.home-description .img2 {
		display: none;
	}
	.home-carousel .t {
		font-size: 24px;
	}

	footer .footer-links {
		columns: 1;
	}

	header .header-categories .categories > li > a {
		font-size: 20px;
	}
	.module-filter .navbar.navbar-default ul.dropdown-menu {
		left: 50%;
		transform: translateX(-50%);
	}

	.module-filter .navbar.navbar-default .navbar-brand i {
	    margin-left: 10px;
	}
	.module-filter .navbar.navbar-default .navbar-nav>li>a {
		font-size: 14px;
		padding-left: 13px;
		padding-right: 13px;
	}
	.product-page .product-title {
		font-size: 28px;

	}
	.product-page .btn.btn-primary.btn-oferta {
		font-size: 18px;
		padding: 8px 16px;
	}
	.product-page .product-alt-buttons {
		text-align: center;
	}
	.product-page .product-telephone {
		font-size: 14px;
	}

	.main-article-description .main-article-image {
		display: block;
		float: none !important;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.product-page .btn.btn-default.btn-wishlist .wishlist-success {
		left: auto;
		transform: none;
		right: -11px;
	}
	.product-page .btn.btn-default.btn-wishlist .wishlist-success:before {
		left: auto;
		transform: none;
		right: 13px;
	}

	.product-page .btn-product-next,
	.product-page .btn-product-prev {
		font-size: 14px;
	}
	.product-page .btn.btn-default.btn-wishlist {
		font-size: 40px;
	    padding: 0;
	    margin-top: -2px;
	}
	.product-page .product-description {
		font-size: 14px;
		line-height: 20px;
	}

	.home-description .img1 {
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.home-description {
		text-align: center;
	}

	.home-description .btn.btn-default.btn-go-more {
		margin-top: 20px;
	}

	.module-filter .navbar.navbar-default ul.dropdown-menu.col-2 {
		columns: 1;
	}
	.module-filter .navbar.navbar-default ul.dropdown-menu.col-3 {
		columns: 1;
	}
	.module-filter .navbar.navbar-default ul.dropdown-menu.col-4 {
		columns: 1;
	}
	.module-filter .navbar.navbar-default ul.dropdown-menu {
		max-height: 200px;
		overflow-y: auto;
	}
}

@media (max-width: 767px) {
	.breadcrumb {
		display: none;
	}

	header .header-top .header-info {
		display: none;
	}
	.fixed-social {
		top: auto;
		transform: none;
		bottom: 55px;
	}
	header .header-menu .navbar.navbar-default .navbar-nav>li>a.header-wishlist b {
		right: auto;
		left: 81px;
	}

	header.fixed .header-top {
		margin-bottom: 50px;
	}
	header.fixed .header-menu {
		position: fixed;
		top: 0;
		left: 0;
		righT: 0;

		margin-bottom: 0;
		z-index: 7;
		border-bottom: 1px solid #dddddd;
	}
	#wowslider-container1 .ws-title  {
		font-size: 16px !important;
	}
	.home-carousel .t {
		min-height: 60px;
	}
	.home-blog .t {
	    font-size: 18px;
	    padding: 10px 75px;
	    left: 0;
	    text-align: center;
	    righT: 0;
	}
	.footer-map .map-iframe {
		height: 800px;
	}
	.category-description {
		background: none;
		padding: 0;
	}
	.module-filter .navbar.navbar-default ul.dropdown-menu {
		left: auto;
		transform: none;
	}
	.module-title {
		font-size: 25px;
	}
	.product-page .btn.btn-primary.btn-oferta {
		display: block;
		margin-bottom: 15px;
		width: 100%;
	}
}



.gdpr-cookie {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.7);
	padding: 15px;
	color: #ffffff;
	z-index: 100;
}
.gdpr-cookie .inputs {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.gdpr-cookie > div {
	float: right;
	margin-left: 15px;
}
.gdpr-cookie label {
	margin-left: 15px;
}



.cat-desc-center {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;

	padding: 15px;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

@keyframes morep {
	0% {
		transform: scale(1) rotate(0deg);
	}
	10% {
		transform: scale(1.1) rotate(8deg);
	}
	20% {
		transform: scale(0.9) rotate(-8deg);
	}
	30% {
		transform: scale(1) rotate(0deg);
	}
	100% {
		transform: scale(1) rotate(0deg);
	}
}

.more-products {
	transform: scale(1);

	animation-name: morep;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

.footer-map .map-iframe {
	height: 300px;
}
.footer-form .t {
	font-size: 22px;
	margin-bottom: 5px;
}
.footer-form .form-control {
	font-size: 14px;
	padding: 2px 20px;
}
.footer-form .btn.btn-default {
	margin-top: 3px;
	font-size: 14px;
}
.footer-form {
	padding: 5px;
	text-align: center;
}
.footer-showroom {
	padding :5px;
}
.footer-showroom .t {
	font-size: 18px;
	margin-bottom: 2px;
}
.footer-showroom ul {
	font-size: 13px;
	line-height: 19px;
}


.module-featured.home-products .nav.nav-tabs {
	display: block;
	border: none;
	text-align: center;
	margin-bottom: 25px;
}
.module-featured.home-products .nav.nav-tabs > li {
	position: relative;
	display: inline-block;
	float: none;
	margin: 0px 5px;
}
.module-featured.home-products .nav.nav-tabs > li > a {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	border: none;
	border-radius: 0px;
}
.module-featured.home-products .nav.nav-tabs > li > a:hover {
	color: #A0A0A0;
}
.module-featured.home-products .nav.nav-tabs > li.active > a {
	background: #A0A0A0;
	color: #ffffff;
}


@media (max-width: 991px) {
	header .header-social {
	    margin-top: 1px;
	}
}

.product-page .btn.btn-primary.btn-oferta {
	display: block;
	width: 100%;
	/* border-radius: 0px; */
}
.crofr {
	padding: 4px !important;
}

.product-page .btn.btn-default.btn-wishlist {
	font-size: 26px;
	display: block;
	margin-left: 0px;
	text-align: center;
}

.product-page .product-alt-buttons {
	margin-bottom: 0px;
}
.product-page .product-cart-buttons {
	margin-bottom: 0px;
}
.product-page .product-alt-buttons a span {
	font-size: 14px;
}
.product-page .product-alt-buttons a i {
    vertical-align: -4px;
}
.product-page .product-alt-buttons a {
	font-size: 26px;
    line-height: 27px;
	display: block;
	text-align: center;
}

.product-page .product-telephone {
	display: block;
	text-align: center;
	padding: 0px 0px;
	border: none;
}

.product-page .product-share {
	margin-bottom: -5px;
}

.ag-label {
	font-weight: 700;
}
.ag-label.ag-promo,
.ag-value.ag-promo {
	color: #1C322F;
	font-size: 18px;
	font-weight: 700;
}

.spec-target {
	padding: 2px 4px !important;
}
.spec-target .btn.btn-default {
	position: relative;
	display: inline-block;
	widtH: 50%;
	border-radius: 8px;
	border: none;
	background: #000000;
	border-color: #000000;
	color: #ffffff;
	font-weight: 700;
}
.spec-target .btn.btn-default + .btn {
	border-left: 1px solid #cccccc;
}
.spec-target .btn.btn-default:hover {
	background: #379492;
	color: #ffffff;
	border-color: #379492;
}

.pcb-share {
	position: relative;
	display: block;
}
.pcb-share .btn.btn-primary {
	position: relative;
	display: block;
	background: none;
	font-weight: 700;
	width: 100%;
	text-align: center;
	color: #000000;
	border-radius: 0px;
	border: none;
	font-size: 20px;
	text-transform: uppercase;

    padding: 2px 0px;

}
.pcb-share .btn.btn-primary:hover {
	color: #CD201F;
}
.pcb-share .addthis_toolbox {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 2;
	display: none;
}
.pcb-share .addthis_toolbox > a {
	display: inline-block;
	float: none !important;
}
.pcb-share:hover .addthis_toolbox {
	display: block;
}


@media (max-width: 767px) {
	.product-page .btn-product-prev , .product-page .btn-product-next  {
		opacity: 0.7;
		border: none;
	}
}

.pcb-share .btn.btn-primary {
	    /* color: #C90D0C; */
		font-size: 26px;
		    margin: -5px 0px;
}
.pcb-share .btn.btn-primary span {
	font-size: 14px !important;
	font-weight: 600;
	vertical-align: middle;
}

.product-page .product-alt-buttons a span,
.product-page .product-telephone {
	font-weight: 700;
}
