@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');

body {
	background: #fff;
	color: #222;
	font-size: 14px;
	font-family: 'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}

header {
	padding-top: 20px;
	background: #fff;
}
a {
	color: #222;
}
a:hover {
	color: #09a2c0;
}
a:focus, a:active {
	color: #333;
}
label {
	font-size: 14px;
	font-weight: bold;
}
.clearfix {
	clear: both;
}

.fa {
	font-size: 16px;
}

#content > h2 {
	text-transform: uppercase;
	color: #282828;
	margin-top: 0;
	font-size: 19px;
	font-weight: 700;
}

div#cart {
	margin-bottom: 0;
	width: auto;
	vertical-align: top;
}
div#cart .dropdown-menu {
	display: block;
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	transition-duration: .33s,.33s,.15s;
	-webkit-transition-duration: .33s,.33s,.15s;
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out/*! autoprefixer: on */;
	padding: 0;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
div#cart:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

.btn {
	border: none;
}
.btn:hover {
	border: none;
}

.btn-default, .btn-primary {
	color: #fff;
	font-weight: bold;
	text-shadow: none;
	background-color: #09a2c0;
	background-image: none;
	background-repeat: repeat-x;
	border: none;
}
.btn-default:hover {
	color: #f9f9f9;
	text-shadow: none;
	background-color: #09a2c0;
	background-image: none;
	background-repeat: repeat-x;
	border: none;
}
.btn-success {
	color: #ffffff;
	text-shadow: none;
	background-color: #238823;
	background-image: none;
	background-repeat: no-repeat;
	border-color: #238823;
}
.btn-success:hover {
	color: #ffffff;
	text-shadow: none;
	background-color: #007000;
	background-image: none;
	background-repeat: no-repeat;
	border-color: #007000;
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #09a2c0;
	border-color: #09a2c0;
}


.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #d02637;
	border-color: #d02637;
}



#adk-send, #adk-cancel, .adk-description h3 {
	font-weight: bold;
}
.adk-cookie-header h3 {
	margin-top: 0;
	font-weight: bold;
	color: #222;
}
.adk-cookie-banner {
	padding: 10px 20px;
	box-shadow: 0 2px 20px 0 rgba(0,0,0,.15);
}
.adk-cookie-buttons {
	text-align: center;
}
#rest_menu {
	display: inline-block;
	position: relative;
}
.adk-cookie-body a {
	font-weight: bold;
	text-decoration: none;
}
.adk-cookie-body {
	padding: 10px;
	background: #fff;
	margin-bottom: 10px;
	font-size: 13px;
}
.adk-cookie-buttons .adk-cookie-button:first-child {
	background: #238823 !important;
}
.adk-cookie-buttons .adk-cookie-button:first-child:hover {
	background: #007000 !important;
}
.adk-cookie-buttons .adk-cookie-button:nth-child(2) {
	background: #09a2c0 !important;
}
.adk-cookie-buttons .adk-cookie-button:nth-child(2):hover {
	background: #006174 !important;
}
.adk-cookie-button {
	display: inline-block;
	padding: 10px 20px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 16px !important;
}



/*Top Menu Restyle*/
#top_menu, #top_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top_menu {
	width: auto;
	margin: 0px auto;
	border: none;
	background-color: #fff;
	background-image: none;
	border-radius: 0px;
	box-shadow: none;
}

#top_menu:before,
#top_menu:after {
	content: "";
	display: table;
}

#top_menu:after {
	clear: both;
}

#top_menu {
	zoom:1;
}

#top_menu li {
	float: left;
	border-right: none;
	box-shadow: none;
	position: relative;
}

#top_menu a {
	float: left;
	padding: 12px 20px;
	color: #333;
	text-transform: uppercase;
	/*font: bold 12px Arial, Helvetica;*/
	font-size: 12px;
	text-decoration: none;
	text-shadow: none;
}

#top_menu li:hover > a {
	color: #222;
}



*html #top_menu li a:hover { /* IE6 only */
	color: #fafafa;
}

#top_menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 63px;
	left: -10px;
	z-index: 2;
	background: #fff;
	box-shadow: none;
	border-radius: 0px;
	transition-duration: .33s,.33s,.15s;
	-webkit-transition-duration: .33s,.33s,.15s;
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out/*! autoprefixer: on */;
}

#top_menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

#top_menu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
	box-shadow: none;
}

#top_menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; /*IE6 only*/
	box-shadow: none;
}

#top_menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#top_menu ul a {
	padding: 10px;
	width: 100%;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}

#top_menu ul a:hover {
	background-color: #f1f1f1;
	background-image: none;
}

#top_menu ul li:first-child > a {
	border-radius: 3px 3px 0 0;
}

#top_menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 64px;
	top: -7px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	box-shadow: 0 2px 20px 0 rgba(0,0,0,.15);
}

#top_menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #3b3b3b;
}

#top_menu ul li:first-child a:hover:after {
	border-bottom-color: #fff;
}

#top_menu ul ul li:first-child a:hover:after {
	border-right-color: #0299d3;
	border-bottom-color: transparent;
}

#top_menu ul li:last-child > a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

/* Mobile */
#top_menu-trigger {
	display: none;
}

/*@media screen and (max-width: 600px) {*/

	/*!* nav-wrap *!*/
	/*#top_menu-wrap {*/
		/*position: relative;*/
	/*}*/

	/*#top_menu-wrap * {*/
		/*-moz-box-sizing: border-box;*/
		/*-webkit-box-sizing: border-box;*/
		/*box-sizing: border-box;*/
	/*}*/

	/*!* menu icon *!*/
	/*#top_menu-trigger {*/
		/*display: block; !* show menu icon *!*/
		/*height: 40px;*/
		/*line-height: 40px;*/
		/*cursor: pointer;*/
		/*padding: 0 0 0 35px;*/
		/*border: 1px solid #222;*/
		/*color: #fafafa;*/
		/*font-weight: bold;*/
		/*background-color: #111;*/
		/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, linear-gradient(#444, #111);*/
		/*border-radius: 6px;*/
		/*box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;*/
	/*}*/

	/*!* main nav *!*/
	/*#top_menu {*/
		/*margin: 0; padding: 10px;*/
		/*position: absolute;*/
		/*top: 40px;*/
		/*width: 100%;*/
		/*z-index: 1;*/
		/*background-color: #fff;*/
		/*display: none;*/
		/*box-shadow: none;*/
	/*}*/

	/*#top_menu:after {*/
		/*content: '';*/
		/*position: absolute;*/
		/*left: 25px;*/
		/*top: -8px;*/
		/*border-left: 8px solid transparent;*/
		/*border-right: 8px solid transparent;*/
		/*border-bottom: 8px solid #fff;*/
	/*}*/

	/*#top_menu ul {*/
		/*position: static;*/
		/*visibility: visible;*/
		/*opacity: 1;*/
		/*margin: 0;*/
		/*background: none;*/
		/*box-shadow: none;*/
	/*}*/

	/*#top_menu ul ul {*/
		/*margin: 0 0 0 20px !important;*/
		/*box-shadow: none;*/
	/*}*/

	/*#top_menu li {*/
		/*position: static;*/
		/*display: block;*/
		/*float: none;*/
		/*border: 0;*/
		/*margin: 5px;*/
		/*box-shadow: none;*/
	/*}*/

	/*#top_menu ul li{*/
		/*margin-left: 20px;*/
		/*box-shadow: none;*/
	/*}*/

	/*#top_menu a{*/
		/*display: block;*/
		/*float: none;*/
		/*padding: 0;*/
		/*color: #999;*/
	/*}*/

	/*#top_menu a:hover{*/
		/*color: #fafafa;*/
	/*}*/

	/*#top_menu ul a{*/
		/*padding: 0;*/
		/*width: auto;*/
	/*}*/

	/*#top_menu ul a:hover{*/
		/*background: none;*/
	/*}*/

	/*#top_menu ul li:first-child a:after,*/
	/*#top_menu ul ul li:first-child a:after {*/
		/*border: 0;*/
	/*}*/

/*}*/

@media screen and (min-width: 600px) {
	#top_menu {
		display: block !important;
	}
}

/* iPad */
.no-transition {
	transition: none;
	opacity: 1;
	visibility: visible;
	display: none;
}

#top_menu li:hover > .no-transition {
	display: block;
}



#top_menu .dropdown-menu {
	display: block;
	min-width: 140px;
	border: none;
	border-radius: 0px;
	background-clip: padding-box;
	box-shadow: 0 2px 20px 0 rgba(0,0,0,.15);
}

#top_menu > li a i {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 23px;
}
#top_menu > li a span {
	font-size: 13px;
	text-transform: lowercase;
}


#search {
	margin-bottom: 10px;
	margin-top: 0px;
	top: 24px;
}
#search .btn-lg {
	padding: 10px 16px;
}
#search.input-group .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: none;
	background: #09a2c0;
	color: #fff;
	text-transform: lowercase;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}
#search.input-group .btn-lg:hover {
	background: #006174;
	color: #fff;
}
#search .input-lg {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 3px;
}
.hidden_wish {
	display: none;
}
.wishlist_count {
	background: #006174;
	color: #fff;
	display: block;
	font-size: 10px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	width: 19px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	right: 12px;
	top: 0;
}
#cart-total {
	background: #006174;
	color: #fff;
	display: block;
	font-size: 10px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	width: 19px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	right: 41px;
	top: 0;
}
/*#top_menu > li a i.fa-heart {*/
	/*color: #333;*/
/*}*/
div#cart .btn-inverse {
	color: #333;
	text-shadow: none;
	background-color: #fff;
	background-image: none;
	background-repeat:no-repeat;
	border-color: transparent;
	box-shadow: none;
	border: none;
	text-transform: lowercase;
	font-size: 13px;
}
div#cart .btn-inverse i {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 23px;
	line-height: 26px;
}

div#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
	border: none;
	border-radius: 0px;
	background-clip: padding-box;
	box-shadow: 0 2px 20px 0 rgba(0,0,0,.15);
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f1f1f1;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-top: none;
}


div#cart .dropdown-menu:hover:after {
	border-bottom-color: #fff;
}
div#cart .dropdown-menu::after {
	content: '';
	position: absolute;
	left: auto;
	right: 40px;
	top: -7px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	box-shadow: 0 2px 20px 0 rgba(0,0,0,.15);
}
/*.banner_holder #swiper0,.banner_holder #swiper1,.banner_holder #swiper2 {*/
	/*margin-bottom: 0;*/
/*}*/
.banner_holder {
	background: #c8c8c8;
}
.banner_holder .swiper-viewport {
	margin-bottom: 0;
	margin: 0px;
	background: transparent;
	z-index: 1;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	width: 100%;
	position: relative;
	overflow: visible;
}
/*.megamenu ul {*/
	/*padding: 0;*/
	/*margin: 0;*/
	/*height: 60px;*/
/*}*/



.swiper-viewport {
	margin: 0 0 60px;
	background: #fff;
	z-index: 1;
	border: none;
	border-radius: 4px;
	box-shadow: none;
	width: 100%;
	position: relative;
	overflow: visible;
}


.single > a {
	font-weight: bold;
}
/*.single > a::before {*/
	/*position: absolute;*/
	/*display: block;*/
	/*content: "";*/
	/*width: 40px;*/
	/*height: 2px;*/
	/*background: #006174;*/
	/*bottom: 5px;*/
	/*z-index: 1;*/
/*}*/
/*.single > a::after {*/
	/*position: relative;*/
	/*display: block;*/
	/*content: "";*/
	/*width: 100%;*/
	/*height: 2px;*/
	/*background: #eeeeee;*/
/*}*/


.phone_number {
	margin-right: 20px;
}









/*design banere*/


.grid {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: 200px;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a.vmore {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a.vmore {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;

	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: transparent;
}

figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover {
	background: #5c9011;
}

figure.effect-bubba:hover img {
	opacity: 0.7;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 20px;
	padding-left: 15px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	text-align: left;
	color: #fff;
	font-size: 30px;
}

figure.effect-bubba p {
	padding-top: 20px;
	padding-left: 15px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	text-align: left;
	font-size: 16px;
	text-transform: none;
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-bubba a.view_more_button {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	/* padding-top: 20px; */
	/* padding-left: 15px; */
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	text-align: left;
	position: absolute;
	right: 60px;
	padding: 15px 25px;
	top: 94px;
	border-radius: 4px;
	text-decoration: none;
}
figure.effect-bubba:hover a.view_more_button {
	opacity: 1;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}




.owl-stage { margin:auto; }

.row.owl-carousel {
	/*margin-right: 0px;*/
	/*margin-left: 0px;*/
}



.product-thumb {
	border: 1px solid #eee;
	background: #fff;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
	border-radius: 4px;
}
.product-thumb:hover {
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);
}




.product-thumb h4 {
	font-weight: bold;
	color: #000;
}
.product-thumb h4 a {
	color: #000;
}

.product-thumb .image a {
	display: block;
	position: relative;
	overflow: hidden;
}

.product-thumb .image img {
	opacity: 1;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.add_to_basket {
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}
.product-thumb:hover .image img {
	opacity: 1;
	-webkit-transform: scale3d(1.3,1.3,1);
	transform: scale3d(1.3,1.3,1);
}
.product-thumb .caption {
	min-height: auto;
}
.product-thumb h4 {
	min-height: 39px;
	text-align: center;
	margin-bottom: 0;
	font-size: 16px;
}
.product-thumb .button-group button {
	background: transparent;
	border: none;
}
.product-thumb .button-group button:hover {
	background: transparent;
	border: none;
	text-decoration: none;
	cursor: pointer;
}

.product-thumb .button-group button + button {
	position: absolute;
	top: 5px;
	left: 26px;
	border: none;
	width: auto;
}
.product-thumb .button-group button + button i {
	font-size: 14px;
}
.product-thumb .button-group button i {
	font-size: 23px;
}
.product-thumb .button-group button:nth-child(1) {
	background: transparent;
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 19px;
	border: none;
	width: 44px;
}
.product-thumb .button-group button:nth-child(1) i {
	font-size: 23px;
	color: #09a2c0;
}

.product-thumb .caption + button, #button-cart, .btn-primary.ask_for_price, .ask_for_price {
	background: #09a2c0;
	display: block;
	padding: 10px 10px 10px 60px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border: none;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
	border-radius: 4px;
}

.product-thumb .caption + button:hover, #button-cart:hover, .btn-primary.ask_for_price:hover, .ask_for_price:hover {
	background: #f84600;
	color: #fff;
}
.product-thumb .caption + button i, #button-cart i, .ask_for_price i {
	color: #fff;
	font-size: 19px;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 40px;
	height: 46px;
	margin-left: -5px;
	margin-top: 0px;
	width: 50px;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}
.product-thumb:hover .caption + button i, .product-thumb:hover .caption + .ask_for_price i {
	background: #000;
	color: #fff;
}



.product-thumb .caption + button i:after, #button-cart i:after, .ask_for_price i:after  {
	border-left: 5px solid #000;
	border-top: 0px solid transparent;
	border-bottom: 50px solid transparent;
	content: "";
	height: 0;
	left: 50px;
	position: absolute;
	right: 0;
	width: 0;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}
.product-thumb:hover .caption + button i:after {
	border-left: 5px solid #000;
}
.product-thumb .caption + button i:before, #button-cart i:before, .ask_for_price i:before {
	margin-left: 8px;
}


.product-thumb .button-group {
	border-top: none;
	background-color: #fff;
	overflow: auto;
}


.product-thumb .image a:hover {
	opacity: 1;
}

.product-thumb .caption .price-old {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

.product-thumb .caption .price-new {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #006174;
}

.product-thumb .caption .price-tax {
	display: block;
	text-align: center;
	color: #444;
}

.product-thumb .price {
	min-height: 30px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	color: #09a2c0;
	font-family: "Open Sans";
}




.image_container {
	background-repeat: no-repeat;
	background-position: right center;
}
/* Line-art / SVG-style banners: keep art fully visible on the right, no cover-crop */
.image_container.image_container--incredere {
	background-color: #f5f5f5;
	background-position: right center;
	/* Asset is 1000px wide with ~500px art on the right; scale with container */
	background-size: 100% auto;
}
.details_container {
	position: relative;
	background: #f5f5f5;
	max-width: 44%;
	padding: 20px 60px 30px 40px;
	z-index: 2;
}
.details_container::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 202px solid #f5f5f5;
	border-right: 14px solid transparent;
	position: absolute;
	right: -14px;
	top: 0px;
}
.details_container h4 {
	font-size: 24px;
	font-weight: bold;
	color: #222;
}
.details_container h4 i {
	font-size: 24px;
	font-weight: bold;
	color: #222;
}
.details_container p {
	font-size: 16px;
	/*font-weight: bold;*/
	color: #222;
}


.details_container button {
	background: #f84600;
	display: block;
	padding: 10px 25px 10px 70px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border: none;
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
    border-radius: 4px;
}
.details_container button i {
	color: #fff;
	font-size: 16px;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 38px;
	height: 40px;
	margin-left: 0px;
	margin-top: 0px;
	width: 50px;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}

.details_container button i:after {
	border-left: 5px solid #000;
	border-top: 0px solid transparent;
	border-bottom: 50px solid transparent;
	content: "";
	height: 0;
	left: 50px;
	position: absolute;
	right: 0;
	width: 0;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}
.details_container button i:before {
	margin-left: 4px;
}



.details_container button:hover {
	background: #09a2c0;
}
.details_container button i {
	color: #fff;
	font-size: 16px;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 38px;
	height: 40px;
	margin-left: 0px;
	margin-top: 0px;
	width: 50px;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}
.details_container:hover button i {
	background: #000;
}
.details_container:hover button i:after {
	border-left: 5px solid #000;
}





.image_container {
	position: relative;
}
.image_container::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 1;
	display: block;
	content: '';
	width: 20%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
}
.image_container:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}



.home h3 {
	display: none;
}
.home .owl-carousel {
	margin-top: 20px;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	height: 40px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	width: 40px !important;
	outline: none;
}
.owl-carousel .owl-nav button span {
	font-size: 44px;
	line-height: 29px;
}
.owl-theme .owl-nav {
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	margin-top: 0 !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: #006174 !important;
	color: #FFF;
	text-decoration: none;
}
.owl-theme .owl-prev {
	left: 24px;
}
.owl-theme .owl-next {
	right: 24px;
}
.owl-theme .owl-nav {
	display: none;
}

.owl-theme .owl-dots .owl-dot {
	outline: none;
	margin-bottom: 20px;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #006174 !important;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background: #898989 !important;
}
.owl-theme .owl-dots .owl-dot span {
	width: 15px !important;
	height: 15px !important;
	margin: 5px 7px;
	background: #c8c8c8 !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}



.swiper-pagination-bullet {
	width: 15px !important;
	height: 15px !important;
	background: #c8c8c8 !important;
	border-radius: 20px;
	box-shadow: none;
	margin: 0 5px;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #006174 !important;
}


.ocmp-heading h4 {
	border-bottom: 1px solid #eeeeee !important;
	margin-bottom: 0px !important;
	margin-top: 9px;
}
footer {
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	color: #000;
}
footer a {
	color: #000;
}
footer a:hover {
	color: #333;
}

footer ul li {
	padding: 5px 10px 5px 0;
}
footer ul li + li {
	border-top: 1px dotted #cccccc;
}
footer ul li::before {
	content: "";
	background: url(../image/read_dart.png) repeat scroll 0 0 transparent;
	float: left;
	height: 5px;
	margin-right: 4px;
	margin-top: 8px;
	width: 8px;
}
footer .col-sm-3 {
	padding-right: 150px;
}
.underfooter {
	background-color: #e5e5e5;
	border-top: 1px solid #dadada;
	margin-top: 20px;
	padding-top: 18px;
	color: #000;
}
.underfooter p {
	font-size: 11px;
}
footer h5 {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #f84600;
	clear: both;
	margin-bottom: 10px;
	padding: 6px 10px;
	text-transform: uppercase;
	position: relative;
	border: none;
	border-radius: 5px;
}
footer h5::after {
	/*display: block;*/
	/*content: "";*/
	/*width: 60%;*/
	/*border-bottom: 0.5px solid rgba(255,255,255,.5);*/
	/*!*position: absolute;*!*/
	/*margin-top: 10px;*/
}

.arti-media {
	display: inline-block;
	float: right;
}
.arti-media span {
	position: relative;
	right: 11px;
	top: -4px;
	font-size: 11px;
}
.arti-media a {
	background-image: url("../image/arti-media-logo.png");
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	opacity: 1;
	width: 17px;
}

.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	font-family: Ubuntu, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #282828;
}

#column-left a.list-group-item {
	background-color: #fff;
	border: 1px solid #eeeeee;
	padding: 10px 15px;
	font-size: 12px;
	display: block;
	color: #222;
	font-family: Open Sans, sans-serif;
	padding-left: 30px;
	font-weight: normal;
}
#column-left a.list-group-item:first-child {
	background-color: #c8c8c8;
	border: 1px solid #c8c8c8;
	padding: 10px 15px;
	font-size: 12px;
	display: block;
	color: #222;
	font-family: Open Sans, sans-serif;
	padding-left: 30px;
	font-weight: bold;
}
#column-left a.list-group-item.first_layer {
	background-color: #fff;
	border: 1px solid #eeeeee;
	padding: 10px 15px;
	color: #222;
	font-weight: bold;
	padding-left: 20px;
}
#column-left a.list-group-item::before {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 10px;
	top: -1px;
	position: relative;
	display: inline-block;
}
#column-left .list-group a {
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}
#column-left .list-group a.active, #column-left .list-group a.active:hover, #column-left .list-group a:hover {
	color: #222;
	background: #f7f7f7 !important;
	border: 1px solid #eee;
	text-shadow: none;
	font-weight: bold;
	margin-left: 3px;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}

.firt-level-cat {
	padding-left: 10px  !important;
}



.ocmp_categories li a {
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-ms-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	font-size: 16px;
}
.ocmp_categories li a:hover {
	padding-left: 2px;
	font-weight: bold;
}


.megamenu .ocmp_column_ul li.single a:hover, .ocmp_image a:hover {
	padding-left: 0px;
	font-weight: bold;
}

.breadcrumb {
	border: 1px solid #eee;
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #fff;
	border-radius: 0px;
	border-left: none;
	border-right: none;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li:after {
	top: 8px;
	right: -5px;
	width: 4px;
	height: 4px;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}
.breadcrumb a {
	color: #282828;
}
.first_sel {
	display: inline-block;
	float: right;
	max-width: 200px;
	margin-right: 10px;
}
.second_sel {
	display: inline-block;
	float: right;
	max-width: 200px;
}
.first_sel i, .second_sel i {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 14px;
	background: #fff;
	width: 40px;
	height: 40px;
}
select#input-limit {
	width: auto;
	max-width: 80px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px 10px;
	height: 40px;
	border: none;
	box-shadow: none;
}
select#input-sort {
	width: auto;
	max-width: 164px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px 10px;
	height: 40px;
	border: none;
	box-shadow: none;
}
.selects {
	width: auto;
	max-width: 164px;
	display: inline-block;
	margin-left: 0px;
	margin-right: 0px;
	/*padding: 10px 10px;*/
	height: 40px;
	border: none;
	box-shadow: none;
}
.cshape .btn-default {
	color: #000;
	text-shadow: none;
	background-color: #ddd;
	background-image: none;
	border-color: transparent;
	box-shadow: none;
	height: 40px;
	width: 40px;
	border-radius: 0;
}
.cshape .btn-default:hover {
	color: #282828;
	text-shadow: none;
	background-color: #eee;
	background-image: none;
	border-color: transparent;
	box-shadow: none;
	border-radius: 0;
}
.cshape .btn-default.active i {
	color: #fff;
}
a.comprar {
	padding: 10px 12px;
	color: #fff;
	background-color: #222;
	float: left;
}

a.comprar:hover {
	color: #222;
	background-color: #006174;
	float: left;
}



.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 2;
	cursor: default;
	background-color: #09a2c0;
	border-color: #eee;
	border-radius: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	padding: 0;
	text-align: center;
	font-size: 14px;
	box-shadow: none;
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	margin-left: -1px;
	text-decoration: none;
	background-color: #eee;
	border: 1px solid #e7e7e7;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #999;
	font-weight: bold;
	padding: 0;
	text-align: center;
	font-size: 14px;
}

.pagination>li>a:hover {
	background-color: #eaeaea;
	border: 1px solid #e7e7e7;
	color: #999;
}
.breadcrumb li:nth-child(1) {
	padding: 0;
	margin: 0;
	padding-right: 10px;
}


.product-thumb h4 a {
	display: -webkit-box;
	margin: 0 auto;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;

	height: 33px;/* Fallback for non-webkit */
}

.live-search ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px !important;
}
.live-search ul li .product-name {
	font-weight: bold;
	float: left;
	width: 50%;
	color: #222;
	font-size: 13px;
}
.live-search ul li:hover {
	background-color: #eee !important;
}

.product-add-cart a {
	color: #fff;
	background-color: #09a2c0;
	border-color: #09a2c0;
	background-image: none;
}
.product-add-cart a:hover {
	color: #fff;
	background-color: #e01e2e;
	border-color: #e01e2e;
	background-image: none;
}
.live-search .result-text {
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	line-height: 30px !important;
	color: #fff !important;
	background-color: #09a2c0 !important;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.live-search .view-all-results {
	color: #fff !important;
}
.live-search .view-all-results:hover {
	color: #f7f7f7 !important;
}

.live-search ul li .product-price .price {
	color: #C63534!important;
}
.live-search ul li .product-price .special {
	color: #999!important;
}
.live-search ul li {
	min-height: 60px!important;
}
.live-search ul li .product-name p {
	font-weight: normal;
	font-style: italic;
	font-size: 12px!important;
	color: #555555;
	margin: 0px;
	padding: 0px;
}

.subcat {
	padding: 5px 15px;
}
.subcat ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
.subcat li {
	display: inline-block;
	position: relative;
	border: 1px solid #e5e5e5;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	line-height: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: 5px 5px 0 0px;
	padding: 2px 14px;
	float: left;
	/* background-image: url(../image/menu-texture.png) !important; */
	background: #f5f4f2;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}
.subcat li:hover {
	border: 1px solid #006174;
	background-image: none !important;
	background-color: #006174;

}
.subcat a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	color: #222;
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}
.subcat li:hover a {
	color: #fff;
	text-shadow: 0px 0px 3px #fffffc;
}
.subcat a:after {
	/*content: "";*/
	display: block;
	width: 4px;
	height: 4px;
	background: #fff;
	position: absolute;
	top: 6px;
	left: 0;
	border: 1px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}
.subcat li:hover a:after {
	background: #006174;
	border: 1px solid #006174;
}
.subcat li:before {
	/*content: "";*/
	display: block;
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 9px solid #006174;
	position: absolute;
	top: 0;
	left: -10px;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}
.subcat li:hover:before {
	border-right: 9px solid #09a2c0;
}
.simple_block {
	display: inline-block;
	float: left;
	/*padding: 5px 0px;*/
	margin-bottom: 0px;
}
#content h2 + h3 {
	color: #333;
	margin-bottom: 0;
	font-size: 16px;
}
#search h1 {
	margin: 0;
	color: #333;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10px;
}
#button-search {
	color: #ffffff;
	text-shadow: none;
	background-color: #09a2c0;
	background-image: none;
	background-repeat: no-repeat;
	border-color: #09a2c0;
	border-radius: 4px;
	text-transform: lowercase;
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: none;
	text-transform: lowercase;
	border: none;
	margin-bottom: 20px;
}

.table-bordered a.btn-danger {
	color: #fff;
}

input, .form-control {
	background: #f7f7f7;
	border: 1px solid #eee;
	box-shadow: none;
}

#form-questions input, #form-questions .form-control {
	background: #fff;
	border: 1px solid #eee;
	box-shadow: none;
}
#form-questions textarea {
	max-height: 70px;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .form-control {
	border-radius: 0;
}

.btn {
	border-radius: 4px;
	padding: 9px 40px;
	font-size: 15px;
}
.btn-primary {
	color: #fff;
	text-shadow: none;
	background-color: #09a2c0;
	background-image: none;
	background-repeat: no-repeat;
	border-color: #09a2c0 #09a2c0 #09a2c0;
	box-shadow: none;
	border-radius: 4px;
	padding: 9px 40px;
	font-size: 15px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #d81e2e;
	background-image: none;
	background-repeat: no-repeat;
	border-color: #d81e2e #d81e2e #d81e2e;
	box-shadow: none;
	color: #f9f9f9;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #d81e2e;
	border-color: #d81e2e;
	box-shadow: none;
}
.btn-danger {
	background-color: #006174;
	background-image: none;
	background-repeat: no-repeat;
	border-color: #006174 #006174 #006174;
	box-shadow: none;
	color: #fff;
}
.panel-default>.panel-heading {
	color: #222;
	background-color: #fff;
	border-color: #eee;
	border-radius: 0;
}


.alert {
	padding: 12px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 0px;
}

.alert-success {
	color: #222;
	background-color: #def9de;
	border-color: #eee;
	font-weight: bold;
}
.alert a {
	color: #d81e2e;
	text-decoration: none;
}
.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -8px;
	right: 0px;
	color: #222;
	opacity: 1;
	font-size: 32px;
}


.form-horizontal {
	background: white;
	padding: 20px;
	padding-bottom: 52px;
}

.table-bordered {
	border: 1px solid #eee;
	background: #fff;
	color: #333;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 1px;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #eee;
}
.table-bordered a {
	/*color: #007000;*/
	font-size: 14px;
	font-weight: bold;
}
thead tr td {
	font-weight: bold;
}


.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #eee;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #eee;
}
.panel-default {
	border-color: #eee;
}
legend {
	border-bottom: 1px solid #eee;
}

.centered {
	max-width: 480px;
	margin: 0 auto;
	margin-top: 40px;
}
#content {
	 min-height: 400px;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.register p a {
	color: #006174;
	font-weight: bold;
}
.register .buttons {
	/*margin-bottom: 42px;*/
}
#input-limit, #input-sort {
	background: #fff;
}


.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 0px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
a.thumbnail:hover {
	border: 1px solid #c8c8c8;
	border-color: #c8c8c8;
}
/*.product .breadcrumb {*/
	/*border: 1px solid #eee;*/
	/*padding: 8px 15px;*/
	/*margin-bottom: 0px;*/
	/*list-style: none;*/
	/*background-color: #fff;*/
	/*border-radius: 0px;*/
	/*border-left: none;*/
	/*border-right: none;*/
/*}*/
.product h1 {
	font-size: 26px;
	font-weight: 700;
	font-family: Ubuntu, sans-serif;
	margin-top: 0;
}
.page_title {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.page_title img {
	max-width: 100%;
	margin-bottom: 0px;
}
p + #tab-specification {
	margin-top: 20px;
}

#tab-specification tbody tr td:first-child {
	font-weight: normal;
}
#tab-specification tbody tr td:nth-child(2) {
	background: #f7f7f7;
	font-weight: bold;
}
#tab-specification thead {
	background-color: #f5f5f5;
	color: #222;
}
#input-quantity {
	width: auto;
	float: left;
}
.product_price span {
	display: block;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	text-decoration: line-through;
	margin-left: 0px;
}
.product_price li h2 {
	margin: 0;
	font-weight: bold;
	font-size: 37px;
	color: #09a2c0;
	font-family: "Open Sans";
}
.stock_checker {
	background: #006174;
	border-radius: 0px;
	display: inline-block;
	padding: 2px 5px;
	text-transform: lowercase;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 4px;
}
#button-cart {
	margin-top: 20px;
}
.product label[for=input-quantity] {
	display: block;
}
#review + h2 + a {
	font-weight: bold;
	color: #09a2c0;
}
#review + h2 + a + a {
	font-weight: bold;
	color: #238823;
}
#product h3 {
	font-size: 16px;
	font-weight: 700;
	font-family: Ubuntu, sans-serif;
	margin-top: 0;
}
.product .table>thead>tr>td {
	padding: 0;
}
.product .table>thead>tr>td strong {
	margin-left: 10px;
	margin-top: 8px;
	display: inline-block;
}
thead button {
	float: right;
}



.wishlist_btn button {
	background: #f7f7f7;
	display: block;
	padding: 10px 25px 10px 70px;
	margin: 0 auto;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #666;
	border: 2px solid #eee;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}

.wishlist_btn button:hover {
	color: #09a2c0;
	background: #f7f7f7;
	border: 2px solid #09a2c0;
}
.wishlist_btn button i {
	color: #09a2c0;
	font-size: 24px;
	background: #eee;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 48px;
	height: 48px;
	margin-left: 0px;
	margin-top: 0px;
	width: 50px;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}

.wishlist_btn button:after {
	border-left: 5px solid #eee;
	border-top: 0px solid transparent;
	border-bottom: 50px solid transparent;
	content: "";
	height: 0;
	left: 50px;
	top: 0;
	position: absolute;
	right: 0;
	width: 0;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}
.wishlist_btn button i:after {
	border-left: 5px solid #09a2c0;
}
.wishlist_btn button i:before {
	margin-left: 1px;
}
.product-list .only_grid_p_description {
	text-align: left;
	font-size: 14px;
}
.product-grid .only_grid_p_description {
	display: none;
	text-align: left;
	font-size: 14px;
}
.product-list .product-thumb h4 {
	min-height: 39px;
	text-align: left;
	margin-bottom: 0;
	font-size: 16px;
	margin-top: 32px;
}
.product-list .product-thumb .caption .price-old, .product-list .product-thumb .caption .price-new, .product-list .product-thumb .caption .price-tax {
	text-align: left;
}
.product-list .product-thumb .caption + button, #button-cart {
	background: #09a2c0;
	display: block;
	padding: 10px 25px 10px 70px;
	margin: 0;
	font-size: 20px;
	margin-bottom: 25px;
	margin-top: 30px;
}
.product-list .product-thumb .image img {
	max-width: 60%;
}
.cshape .btn-default, .cshape .btn-default:focus, .cshape .btn-default:hover {
	outline: none;
}
.cshape .btn-default.active  {
	background: #006174;
	outline: none;
}
.box {
	border: 1px solid #eee;
	background: #fff;
	border-radius: 0px;
	margin-bottom: 20px;
}




.box-heading {
	background: #c8c8c8;
	text-shadow: none;
	border-bottom: 1px solid #eee;
	padding: 10px 15px;
	font-size: 12px;
	display: block;
	color: #222;
	font-family: Open Sans, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.bf-count {
	float: right;
	background: #f7f7f7!important;
	color: #999 !important;
	line-height: 20px;
	padding: 0 7px;
	border-radius: 0;
	display: block;
	position: relative;
	width: auto;
	height: 20px;
	text-align: center;
	font-size: 10px;
}
.bf-layout-id-40 .ui-state-default {
	background: #006174 !important;
}
.bf-layout-id-40 .ui-widget-header {
	background: #f7f7f7 !important;
}
.bf-layout-id-40 .bf-attr-header {
	font-weight: bold;
}
.bf-arrow {
	background-position: 50% -153px;
	display: inline;
	font-size: 0;
	padding: 8px;
	float: right;
	position: absolute;
	right: 0;
	top: 10px;
}
.bf-attr-header {
	padding-right: 23px;
}
.align_right {
	text-align: right;
}
.logo_align {
	text-align: center;
}
.arrow:before {
	border-top: 3px solid #09a2c0 !important;
}
.arrow:after {
	border-left: 3px solid #09a2c0 !important;
}

/*.col-sm-offset-8 .table-bordered::after, .checkout-checkout .table-bordered::after {*/
	/*content: "Preţurile conţin TVA";*/
	/*position: absolute;*/
	/*bottom: -4px;*/
	/*right: 17px;*/
	/*font-size: 12px;*/
	/*font-weight: bold;*/
	/*color: #777;*/
/*}*/
#cart {
	margin-bottom: 0px;
}
#account #content ul.list-unstyled {
	background: #fff;
	border: 1px solid #eee;
	padding: 15px;
}
#top_menu ul li a i {
	display: inline-block;
	float: left;
	font-size: 16px;
	margin-right: 6px;
}
#account-account li {
	margin-bottom: 10px;
}
#account-account li a {
	/*font-size: 16px;*/
}
#account-account li a i {
	margin-right: 6px;
	font-size: 16px;
	width: 20px;
	text-align: center;
}
.checkout-success a {
	font-weight: bold;
}
#button-questions {

}





header .align_right {
	margin-top: 14px;
}
.sku_info {
	display: inline-block;
	margin-left: 10px;
}
.description_block {
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 40px;
}
.description_icon {
	position: relative;
}
.description_icon::before {
	content: "";
	background: url(../image/read_dart.png) repeat scroll 0 0 transparent;
	float: left;
	height: 5px;
	margin-right: 4px;
	margin-top: 7px;
	width: 8px;
}

.ocmp_block_wrapper .ocmp_categories {
	margin-top: 10px;
}

.ocmp_block_li ul.ocmp_categories li {
	position: relative;
	padding-left: 20px;
}
.ocmp_block_li ul.ocmp_categories li::before {
	content: "";
	background: url(../image/read_dart.png) repeat scroll 0 0 transparent;
	height: 5px;
	margin-right: 4px;
	margin-top: 8px;
	width: 8px;
	position: absolute;
	left: 0;
	top: 0;
}

/*.ocmp_menu_li.ocmp-sub-menu.activated:nth-child(2) .ocmp_column_ul {*/
	/*border-bottom: 1px solid #eee;*/
/*}*/
#manufacturer #content > h2 {
	color: #282828;
	background: #e5e5e5;
	padding: 5px 10px;
}
.owl-item .product-thumb .caption + button {
    padding: 10px 46px 12px 60px;
}

.ocmp-nav > li > a:hover {
	background: #09a2c0 !important;
}

.ocmp-nav > li > a:hover .ocmp-menu-title {
	color: #fff !important;
}



.form-control {
	height: 40px;
}
.form-horizontal .control-label {
	font-weight: bold;
	font-size: 15px;
}









.slidecontainer {
	width: 100%;
}

#myRange {
	-webkit-appearance: none;
	height: 15px;
	background: #fff;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
	display: block;
	width: calc(100% - 70px);
	margin-top: -23px;
	margin-left: 35px;
	margin-right: 10px;
	border-radius: 4px;
}

#myRange:hover {
	opacity: 1;
}

#myRange::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 15px;
	height: 25px;
	background: #09a2c0;
	cursor: pointer;
	border-radius: 4px;
}

#myRange::-moz-range-thumb {
	width: 15px;
	height: 25px;
	background: #09a2c0;
	cursor: pointer;
	border-radius: 4px;
}

#minus {
	background: #09a2c0;
	color: white;
	width: 30px;
	height: 30px;
	cursor: pointer;
	text-align: center;
	padding: 6px;
	display: inline-block;
	border-radius: 4px;
}
#plus {
	background: green;
	color: white;
	width: 30px;
	height: 30px;
	cursor: pointer;
	text-align: center;
	padding: 6px;
	display: inline-block;
	float: right;
	border-radius: 4px;
}
.product_qty_updater span.input-group-btn, .qty_radio, #radioQTY {
	display: none;
}
.chosenLenght {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
#lenghtInMM {
	display: inline-block;
	text-align: right;
	width: 50%;
	float: left;
}
.lenghtMM {
	display: inline-block;
	text-align: left;
	width: 50%;
	float: left;
}
.Minim, .Maxim {
	display: inline-block;
}

.Minim::after, .Maxim::after {
	content: "mm";
	/*font-weight: bold;*/
	font-size: 14px;
}
.formatedFormgroup {
	display: inline-block;
}
.formatedFormgroup + .formatedFormgroup {
	margin-left: 10px;
	float: right;
}
.table-option-qty {
	border: none;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
body#product #product hr + h3 {
	display: none;
}
.quantityBox {
	clear: both;
	border: 1px solid #eee;
	background: #f1f1f1;
}
#product-category #content .img-thumbnail {
    padding: 0 15px;
    background-color: #fff;
    border: none;
    border-radius: 0;
}
.manu_img {
    width: 200px;
}
.page_title .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 15px;
}
#column-right .list-group a i {
    margin-right: 6px;
}
#cart a strong i {
    margin-right: 6px;
}


