/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #333e48;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background: #EEEEEE;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#header {padding-top: 30px; padding-bottom: 15px; background: #FFF;}
/* top */
#top {
	/*background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;*/
	padding: 4px 0px 3px 0;
	min-height: 40px;
	background: #FFF;
	z-index: 21;
	position: relative;
}
#top .container {
	padding: 0 10px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #4a4949;
	text-decoration: none;
	font-weight: 700;
	font-size: 12px;
}
#top-links a {
	background: #f5f5f5;
	border: 1px solid #EEE;
	border-radius: 3px;
	margin-left: 5px;
	padding: 2px 5px;
	display: inline-block;
}
#top-links a:hover {
	color: #fff;
	background: #333e48;
}
#top-links a i {color: #2daf4f;}
#top-links .fa {
	font-size: 12px;
}
#top .btn-link:hover {
	color: #333e48;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
.top-bar .slogan {
	font-weight: 500;
	display: inline-block;
	color: #444;
	font-size: 12px;
	background: #f5f5f5;
	padding: 3px 8px;
	border-radius: 3px;
	border: 1px solid #EEE;
	margin-top: 5px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 46px;
	line-height: 20px;
	padding: 0 10px;
	border: 2px solid #333e48;
	box-shadow: none;
	font-size: 16px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	background: #333e48;
	border-color: #333e48;
	box-shadow: none;
	color: #fff;
	height: 46px;
}
#account-links {
	width: 100%;
}
#account-links .list-inline {display: block; width: 100%; float: left;}
#account-links .dropdown-toggle {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 15px;
	color: #FFF;
	background: #333e48;
	height: 46px;
	box-shadow: none;
	border-color: #333e48;
	width: 100%; border-radius: 5px; color: #FFF;
	display: block;
	width: 100%;
}

/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	background: #333e48;
	height: 46px;
	box-shadow: none;
	border-color: #333e48;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #333e48;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #2daf4f;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
.owl-wrapper-outer {border-radius: 0!important;}
/* content */
#content {
	min-height: 300px;
}
/* footer */
footer {
	padding: 50px 0;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #333e48;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0;
	padding: 15px 0;
	background: none;
	font-weight: 400; 
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li a {
	color: #000;
}
.breadcrumb > li {
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li:first-child {
	padding-left: 0;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	right: -5px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 0px;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	background-color: #2daf4f;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #333e48;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
.owl-wrapper-outer {box-shadow: none!important; border: 0;}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-grid .product-description {display: none;}
.product-grid {text-align: center;}
.product-list {text-align: left;}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
.product-thumb h4 {
	font-weight: 400;
}
.product-thumb h4 a {
	color: #555;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 80px;
	margin-bottom: 10px;
}
.product-list .product-thumb .caption {
	margin-left: 250px;
	font-size: 16px;
}
.product-list .product-thumb .caption h4 {
	font-size: 20px;
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
	font-size: 20px;
}
.product-thumb .price-new {
	font-weight: 500;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

.additional-images {list-style: none; list-style-type: none; padding: 0;
	display: grid;
	grid-column-gap: 5px;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0;
	padding: 0;
	margin: 0 -5px;
}
.additional-images li {margin: 5px;}
.additional-images .thumbnail {margin-bottom: 0;}



@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left  .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left + #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}




h5.model {
	font-weight: 700;
	color: #00BCD4;
}






.monavigation,
.monavigation ul,
.monavigation ul li,
.monavigation ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.monavigation:after,
.monavigation > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.monavigation {
	z-index: 11;
	position: relative;
}
.monavigation > ul > li {
	float: left;
	display: inline-block;
}
.monavigation > ul > li > a {
	padding: 15px 15px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255,255,255,0.8);
	background: #333e48;
	border-radius: 4px;
	width: 100%;
	height: 46px;
	text-align: center;
}
.monavigation > ul > li:hover > a,
.monavigation > ul > li > a:hover,
.monavigation > ul > .current-menu-item > a {
	color: #ffffff!important;
}
.monavigation > ul > li.has-sub > a {
	padding-right: 45px;
}
.monavigation > ul > li.has-sub > a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #d3eced;
	right: 17px;
	top: 22px;
}
.monavigation > ul > li.has-sub.active > a::after,
.monavigation > ul > li.has-sub:hover > a {
	border-top-color: #ffffff;
}
.monavigation ul ul {
	position: absolute;
	left: -9999px;
	top: 60px;
	padding-top: 6px;
	font-size: 15px;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease, opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease, opacity 0.2s ease-in;
	-ms-transition: opacity 0.2s ease, opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease, opacity 0.2s ease-in;
	transition: opacity 0.2s ease, opacity 0.2s ease-in;
}
.monavigation > ul > li > ul::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: #ffffff;
	top: -4px;
	left: 20px;
}
.monavigation ul ul ul::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right-color: #ffffff;
	top: 11px;
	left: -4px;
}
.monavigation > ul > li > ul {
	top: 120px;
}
.monavigation > ul > li:hover > ul {
	top: 40px;
	left: 0;
	opacity: 1;
}
.monavigation ul ul li a {
	text-decoration: none;
	padding: 11px 25px;
	width: 200px;
	color: #777777;
	background: #ffffff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
	font-weight: 600;
}
.monavigation ul ul li:hover > a,
.monavigation ul ul li.active > a {
	color: #333333;
}
.monavigation ul ul li:first-child > a {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding-top: 22px;
}
.monavigation ul ul li:last-child > a {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding-bottom: 22px;
}
.monavigation > ul > li > ul::after {
	position: absolute;
	display: block;
}
.monavigation ul ul li.has-sub > a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left-color: #777777;
	right: 17px;
	top: 14px;
}
.monavigation ul ul li.has-sub.active > a::after,
.monavigation ul ul li.has-sub:hover > a::after {
	border-left-color: #333333;
}
.monavigation.align-right ul ul li.has-sub.active > a::after,
.monavigation.align-right ul ul li.has-sub:hover > a::after {
	border-right-color: #333333;
	border-left-color: transparent;
}




.box {
	background: #FFF;
/*	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);*/
	margin-bottom: 20px;
}
.box-title {
	padding: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDD;
}
.box-title h3, .box-title h2, .box-title h1 {padding: 0; margin: 0;}
.box-content {padding: 0 20px;}
.box-content-no-title {padding: 20px;}
.box-content-no-padding {padding: 0px;}
.box-content-padding-bottom {padding-bottom: 20px;}


.product-description-box .tab-content {padding: 20px; font-size: 14px; line-height: 1.6em;}
.product-description-box .tab-content img {max-width: 100%; height: auto!important; display: inline-block; width: 100%;}
.product-description-box .nav-tabs {background: #333e48; height: 45px; overflow: hidden; border: 0; margin-bottom: 0;}
.product-description-box .nav-tabs a {color: #FFF; font-size: 16px; border:0!important;}
.product-description-box .nav-tabs>li.active>a, .product-description-box .nav-tabs>li.active>a:focus, .product-description-box .nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 0!important;
	border-radius: 0!important;
	height: 45px;
}
.product-description-box .nav-tabs>li>a:hover {
	border: 0!important;
	border-radius: 0!important;
	height: 45px;
	background: #777;
}


.categories-list-group .list-group-item:first-child, .categories-list-group .list-group-item:last-child {
	border-radius: 0;
}
.categories-list-group h2 {
	padding-bottom: 20px;
	margin: 0;
}
.categories-list-group .list-group-item {padding: 7px 10px;}
.categories-list-group .list-group-item.active, .categories-list-group .list-group-item.active:focus, .categories-list-group .list-group-item.active:hover {
	z-index: 2;
	color: #000;
	background-color: #eee;
	border-color: #ddd;
}



.home-container .owl-carousel {
	margin-top: 20px;
}



.top-bar {border-bottom: 1px solid #EEE;}




.header-logo {max-width: 250px; height: auto; margin-top: -10px; z-index: 10; position: relative;}
.product-thumb {transition: box-shadow .3s; padding: 10px 0; }
.product-thumb:hover {box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);}
.categories-list-group h2, .box-title h2, .box-title h3 {font-size: 18px; font-family: 'Roboto', sans-serif; font-weight: 600;}
.product-thumb .price {font-weight: 700;}
.box {border-radius: 4px;}


.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;
	color: #fff;
	cursor: default;
	background-color: #2daf4f;
	border-color: #2daf4f;
}
.pagination>li>a, .pagination>li>span {color: #000;}
.btn-default{background: #EEE; border-color: #ccc;}
.product-description-box .nav-tabs {border-radius: 4px 4px 0 0;}
a.thumbnail:hover {border-color: #CCC;}
.tab-content * {font-family: 'Roboto', sans-serif!important; font-size: 14px!important;}
.tab-content i {font-family: 'FontAwesome'!important;}
.slider {/*background: #333e48; */padding: 30px 0 0; overflow-x: hidden; position: relative; z-index: 0;}

#slideshow0 {margin-bottom: 50px;}
#slideshow0:before {content: ''; background: #192229; position: absolute; left: -1500px; right: -1500px; top: -30px; bottom: -30px;}
.owl-item img {border-radius: 4px;}
.owl-wrapper-outer {border: 0!important;}

.overlaybg {
	width: 100%;
	height: 100%;
	background: #000000;
	position: absolute;
	display: none;
	z-index: 9;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s;
	transition: all .2s;
}
.overlaybg-show {display:block; -webkit-transition-delay: 1s; transition-delay: 1s;  opacity: 0.6; filter: alpha(opacity=60);}


.footer-options {background: #FFF; padding: 70px 0; 	margin-top: 30px;}
.footer-options .title h1 {margin: 0; padding-bottom: 10px; font-size: 28px; font-weight: 700;}
.footer-options .title {margin-bottom: 50px;}


.footer-options .item {text-align: left;}
.footer-options .item .item-img {display: inline-block; width: 20%; float: left; border: 1px dashed #8bc34a; background: #252d33; border-radius: 5px;}
.footer-options .item .text {width: 75%; margin-left: 5%; float: left;}

.footer-options .item h3 {margin-top: 0;}
.footer-options .items-line {margin-top: 50px;}


.footer-action {background: #42A315; padding: 40px 0; color: #FFF; font-size: 30px; font-weight: 700;}
.footer-action h2 {color: #FFF; font-size: 20px; margin: 0; }
.footer-action a {color: #FFF; transition: all .2s}
.footer-action a:hover {color: #000;}

footer h2 {font-size: 20px; font-weight: 700; color: #FFF;}
.footer-menu, .footer-menu li {margin: 0; padding: 0; list-style: none;}
.footer-menu {position: relative;}
.footer-menu li {position: relative; padding-left: 10px; display: block; margin-bottom: 10px;}
.product-info-menu li {padding-left: 0px;}
.product-info-title {font-size: 20px!important;}
.footer-menu li a {padding-left: 0;}
.footer-menu li a:before {content: '';}
.footer-menu li:before {
	position: absolute;
	left: 0;
	top: -1px;
	font-family: "FontAwesome";
	font-size: 14px;
	color: #42A315;
}
.footer-menu .phone {font-size: 20px;}
.footer-menu .address:before {content: "\f041";}
.footer-menu .phone:before {content: "\f095";}
.footer-menu .arrow:before {content: "\f054"; font-size: 8px;}
.footer-menu .work-hours:before {content: "\f017";}


.footer-options-top {padding: 15px 0; text-align: center;}
.footer-options-top .title h1 {margin: 0; padding-bottom: 10px; font-size: 28px; font-weight: 600; letter-spacing: -.2pt}





.footer-options .grid-4 {
	display: grid;
	grid-column-gap: 50px;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0;
	padding: 0;
}
.footer-options {padding: 35px 0; background: #333e48;}
.footer-options .item {text-align: left; float: left; margin: 15px 0;}
.footer-options .item .item-img {display: inline-block; width: 20%; float: left; padding: 5px; }
.footer-options .item .text {width: 75%; margin-left: 5%; float: left; font-size: 13px; line-height: 1.4em;  color:rgba(255,255,255,0.5);}
.footer-options .item h3 {margin-top: 0; font-size: 18px; font-weight: 600; color: #FFF}

.footer-bottom-widgets {padding: 90px 0; font-size: 13px;}
.footer-bottom-widgets {background-color: #fff;padding: 4em 0; }
.footer-bottom-widgets .widget-title {font-size: 1.5em;line-height: 1.4em;margin-bottom: 0.5em;font-weight: 600; letter-spacing: -0.2pt }
.footer-bottom-widgets ul { list-style: none;padding-left: 0; margin-bottom: 0; }
.footer-bottom-widgets ul > li > a {color: #333e48; display: block;}
.footer-bottom-widgets ul > li > a:hover, .footer-bottom-widgets ul > li > a:focus {color: #333e48; }
.footer-bottom-widgets ul.children {margin-top: 1em; }
.footer-bottom-widgets .columns {    display: inline-block;     vertical-align: top; }
.footer-bottom-widgets .columns + .columns {      margin-left: 5.357em; }
.footer-contact > div:last-child {margin-bottom: 0; }
.footer-logo {margin-bottom: 2.571em; }
.footer-logo img {max-width: 200px; height: auto;}
.footer-buttons {margin: 20px 0; padding-top: 20px; border-top: 1px solid #DDD;}
.footer-btn {background: #4caf50; border: 0; border-radius: 4px; color: #FFF; padding: 10px 15px; font-weight: 400; display: inline-block;}
.footer-btn:hover, .footer-btn:active, .footer-btn:focus, .footer-btn:visited {background: #313e48; color: #FFF;}
.footer-btn2 {background: #8bc34a; border: 0; border-radius: 4px; color: #FFF; padding: 10px 20px; font-weight: 400; display: inline-block;}
.footer-btn2:hover, .footer-btn2:active, .footer-btn2:focus, .footer-btn2:visited {background: #313e48; color: #FFF;}
.footer-bottom-widgets .menu-phone {font-size: 19px; padding: 5px 0; }
.footer-bottom-widgets .menu-item-address {min-height: 80px;}
.working-hours {margin-top: 20px;}
.working-hours ul {margin-bottom: 0; padding: 0; list-style: none; list-style-type: none;}
.working-hours li span {float: right;}
.working-hours {border: 1px solid #dedede; background: #fff; padding: 10px 15px; margin-top: 20px; border-radius: 3px; }

.footer-menu-big {font-size: 20px;}
.footer-bottom-widgets ul > li > a i {color: #4caf50}

.footer-call-us {margin-bottom: 30px; }
.footer-call-us .fa {font-size: 28px; color: #4caf50;  }
.footer-call-us .call-us-text {font-weight: 400; display: block; margin-bottom: 10px; line-height: 1.429em; }
.footer-call-us .call-us-number {font-size: 26px; display: block; line-height: 1.429em; }
.footer-call-us .call-us-number a {color: #000;}
.footer-address {margin-bottom: 30px; }
.footer-address .footer-address-title {display: block; }
.footer-address address {margin-bottom: 0; }


.copyright-bar {background-color: #eaeaea; padding: 20px 0;}
.copyright-bar .copyright {line-height: 30px; font-size: 12px;}
.footer-payment-logo .cash-card {padding-left: 0;margin-bottom: 0;list-style: none; }
.footer-payment-logo .card-inline .card-item {float: left; }
.footer-payment-logo .card-inline .card-item + .card-item {margin-left: 1.143em; }
.footer-payment-logo .card-item > img {width: 60px; border:1px solid #DDD; height: auto; }





.add-to-cart-input {font-size: 20px!important; font-weight: 700; text-align: center; min-height: 50px;}
.add-to-cart-button {font-size: 18px!important; text-align: center; min-height: 50px; padding-left: 20px; padding-right: 20px;}
.add-to-cart-button i {font-size: 20px!important; margin-right: 10px;}




.section-text {padding: 40px 10px 0; font-size: 13px; line-height: 1.5em;}
.section-text .box {float: left; padding: 20px;}
.section-text h1, .section-text h2 {font-size: 20px; font-weight: 600; margin-top: 10px;}
.section-text a {font-weight: bold;}

.home-banner-six {padding: 10px 0 0;}
.home-banner-six img {margin-bottom: 30px;}




.main-slider {position: relative;}
.main-slider .custom-nav * {outline: 0;}
.main-slider .custom-nav {position: absolute; top: 40%; left: 0;   right: 0;}
.main-slider .custom-nav .owl-prev, .main-slider .custom-nav .owl-next {position: absolute; height: 50px; width: 50px; color: inherit; border: none; z-index: 100; border-radius: 100px; transition: background .2s; border: 2px solid rgba(255,255,255,.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); line-height: 30px; background: none; color: #FFF; cursor: pointer;}
.main-slider .custom-nav .owl-prev:hover, .main-slider .custom-nav .owl-next:hover {background: #fff;}
.main-slider .custom-nav .owl-prev:hover i, .main-slider .custom-nav .owl-next:hover i {color: #000;}
.main-slider .custom-nav .owl-prev i, .main-slider .custom-nav .owl-next i {font-size: 10px; color: #fff;}
.main-slider .custom-nav .owl-prev {left: -70px;}
.main-slider .custom-nav .owl-next {right: -70px;}



.button-prod {padding: 5px 10px; background: #2daf4f; border-radius: 3px; color: #FFF; display: inline-block; transition: background .2s;}
.button-prod:hover {background: #2aa149; color: #FFF;}




/************************************************************************
 * MOBILE MENU            
 ************************************************************************/

 .mobile-categories-open {position: absolute; left: 15px; font-size: 30px; padding: 25px 0; background: #fff; width: 50px; color: #2daf4f; display: none;}
 .mobile-categories-open i {font-size: 30px;}

 .mobile-account-open {position: absolute; right: 15px; text-align: right; font-size: 30px; padding: 25px 0; background: #fff; width: 50px; color: #2daf4f; display: none;}
 .mobile-account-open i {font-size: 30px;}


 .site-overlay {background: rgba(0,0,0,0.8); position: fixed; width: 100%; top: 0; bottom: 0; z-index: 200; display: none;}
 .mobile-categories-menu, .mobile-account-menu {position: fixed; height: 100%; width: 320px; top: 0; background: #FFF; z-index: 500; transition: all .2s;overflow-y: scroll;}
 .mobile-categories-menu-open, .mobile-account-menu-open {-webkit-box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.15); box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.15);}

 .mobile-header-logo {max-width: 180px; height: auto;}
 .mobile-categories-menu {left: -320px;}
 .mobile-categories-menu-open {left: 0;}

 .mobile-account-menu {right: -320px;}
 .mobile-account-menu-open {right: 0;}

 .mobile-categories-close, .mobile-account-close {padding: 10px; text-align: center; width: 45px; height: 45px; border:2px solid #EEE; color: #e31e24; opacity: inherit; border-radius: 3px; position: absolute; right: 20px; top: 20px;}

 .offcanvas-menu-inner {padding: 20px; overflow-y: auto;}
 .offcanvas-menu-inner ul {padding: 0; margin: 0; margin-bottom: 50px; overflow-y: scroll;}
 .offcanvas-menu-inner ul ul {padding: 0; margin: 0; margin-bottom: 0;}
 .offcanvas-menu-inner ul li {list-style-type: none; list-style-position: inside; }
 .offcanvas-menu-inner ul li a {font-weight: 400; color: #1e272e; font-size: 14px; padding: 8px 0; display: block; text-decoration: none; border-bottom: 1px solid #f5f5f5; position: relative; padding-left: 20px;}
 .offcanvas-menu-inner ul li a i {display: none;}
 .offcanvas-menu-inner ul li a:before {content: '\f105'; font-family: 'FontAwesome'; position: absolute; left: 0; color: #2daf4f;}
 .offcanvas-menu-inner ul li a:hover {color: #2daf4f;}
 .offcanvas-menu-inner .mini-menu li a {font-size: 11px!important; }
 .offcanvas-menu-inner ul ul li a {padding-left: 20px; margin-left: 20px;}




/**************************************************
 * RESPONSIVE
 **************************************************/
 @media only screen and (min-width: 1200px){
 }

 @media only screen and (max-width: 992px){
 }

 @media only screen and (max-width: 768px){
 	#menu, #top, .monavigation {display: none;}
 	.mobile-navigation-open {display: inline-block;}    
 	.footer-options .grid-4 {grid-template-columns: repeat(2, 1fr);}
 	#logo {text-align: center;}
 	#logo img {display: inline-block; margin-bottom: 20px; max-width: 200px; height: auto;}
 	.header-logo {margin-top: inherit; padding-top: 15px;}
 	.mobile-add-to-cart-left {width: 35%; float: left;} 
 	.mobile-add-to-cart-right {width: 65%; float: left;}
 	.add-to-cart-button {font-size: 16px!important; padding-left: 10px; padding-right: 10px; display: block; width: 100%;}
 	.mobile-categories-open, .mobile-account-open {display: inline-block;}
 	.copyright-bar {text-align: center;}
 	.copyright-bar .copyright {line-height: 20px; margin-bottom: 10px;}
 	.copyright-bar .pull-left, .copyright-bar .pull-right {text-align: center; float: none!important;}
 	.footer-payment-logo .card-inline .card-item {float: none; margin: 5px; display: inline-block}
 	.footer-payment-logo .card-inline .card-item + .card-item {margin: 5px;}

 	.product-description-box .nav-tabs {height: auto; overflow: visible;}	
 	.product-description-box .nav-tabs>li {width: 100%;}

 }

 @media only screen and (max-width: 576px){
 	.footer-options .grid-4 {grid-template-columns: repeat(1, 1fr);}
 	#logo img {display: inline-block; margin-bottom: 20px; padding-top: 18px; max-width: 160px; height: auto;}
 	.section-text {padding: 0;}
 	.home-banner-six img {margin-bottom: 20px;}
 	.footer-options {margin: 0;}
 	.additional-images {margin-bottom: 30px;}
 	.blog-image {float: none; width: 100%!important; height: auto; margin-bottom: 10px; }
 	.box-content .col-xs-12 {width: 50%!important;}
 	.box-content .product-layout {height: 350px;}
 }




 #d_quickcheckout #shipping_method_list .title {display: none!important;}
 #d_quickcheckout .form-horizontal .qc-coupon,  #d_quickcheckout .form-horizontal .qc-voucher {display: none;}
 #confirm_agree_input label, #payment_address_agree_input label {
 	font-size: 14px!important;
 	border: 2px dotted #9E9E9E;
 	padding: 11px;
 	border-radius: 5px;
 	display: block!important;
 	text-align: left!important;	
 }
 #confirm_agree_input label {margin-bottom: 30px!important;}

 #d_quickcheckout .text-danger {
 	color: #d90000!important;
 	font-size: 12px!important;
 }

 #d_quickcheckout .has-error .checkbox, #d_quickcheckout .has-error .checkbox-inline, #d_quickcheckout .has-error .control-label, #d_quickcheckout .has-error .help-block, #d_quickcheckout .has-error .radio, #d_quickcheckout .has-error .radio-inline, #d_quickcheckout .has-error.checkbox label, #d_quickcheckout .has-error.checkbox-inline label, #d_quickcheckout .has-error.radio label, #d_quickcheckout .has-error.radio-inline label {
 	color: #d90000!important;
 }
 #d_quickcheckout .well-sm {background: #FFF!important;     -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
 }



 #payment_method_list img, #payment_address_company_input {display: none;}
 #payment_address_fax_input, #payment_address_newsletter_input, #payment_address_customer_group_id_input {display: none;}


 #payment_view {
 	margin-bottom: 20px;
 	background-color: #fff;
 	border: 1px solid transparent;
 	border-radius: 4px;
 	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
 }
 #grilabs-payment-container {
 	padding: 0!important; 
 	width: 100%!important;
 	margin-left: 0!important;
 	margin-right: 0!important;
 }
 @media screen and (max-width: 720px) {
 	#installmentInputs {
 		float: left;
 		background-color: #fff!important;
 	}
 }



 .product-office-gallery img {margin-bottom: 30px;}


 .table-news h2 {font-size: 18px;}


 .responsive-cart {width: 100%; float: left;}
 .responsive-cart .div-row {width: 100%; float: left; position: relative;}
 .responsive-cart .div-row .hide-this {display: none;}
 .responsive-cart-header, .responsive-cart-body {width: 100%; float: left; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; }
 .responsive-cart-header .div1, .responsive-cart-body .div1 {width: 10%; float: left; border-top: 1px solid #ddd; border-left: 1px solid #ddd; padding: 5px;}
 .responsive-cart-header .div2, .responsive-cart-body .div2 {width: 30%; float: left; border-top: 1px solid #ddd; border-left: 1px solid #ddd; padding: 5px;}
 .responsive-cart-header .div3, .responsive-cart-body .div3 {width: 10%; float: left; border-top: 1px solid #ddd; border-left: 1px solid #ddd; padding: 5px;}
 .responsive-cart-header .div4, .responsive-cart-body .div4 {width: 20%; float: left; border-top: 1px solid #ddd; border-left: 1px solid #ddd; padding: 5px;}
 .responsive-cart-header .div5, .responsive-cart-body .div5 {width: 15%; float: left; border-top: 1px solid #ddd; border-left: 1px solid #ddd; padding: 5px;}
 .responsive-cart-header .div6, .responsive-cart-body .div6 {width: 15%; float: left; border-top: 1px solid #ddd; border-left: 1px solid #ddd; padding: 5px;}

 .responsive-cart-body .div1, .responsive-cart-body .div2, .responsive-cart-body .div3, .responsive-cart-body .div4, .responsive-cart-body .div5, .responsive-cart-body .div6 {min-height: 70px;}

 @media only screen and (max-width: 768px){
 	.responsive-cart-header {display: none;}
 	.responsive-cart-header, .responsive-cart-body {border: 0; }
 	.responsive-cart-body .div1, .responsive-cart-body .div2, .responsive-cart-body .div3, .responsive-cart-body .div4, .responsive-cart-body .div5, .responsive-cart-body .div6 {border: 0; width: 100%; min-height: 0; text-align: left;}
 	.responsive-cart-body .div1 {width: 30%; text-align: center; position: absolute; left: 0}
 	.responsive-cart-body .div2, .responsive-cart-body .div3, .responsive-cart-body .div4, .responsive-cart-body .div5, .responsive-cart-body .div6 {width: 70%; border-left: 0; padding-top: 2px; padding-bottom: 2px; margin-left: 30%;}
 	.responsive-cart .div-row {border: 1px solid #ddd; padding: 10px 0; }
 	.responsive-cart .div-row .hide-this {display: inline-block;}

 }




 .shipping-method-panel .panel-body strong {display: none;}







 /************************************************************************
 *
 * FANCYBOX LIGHTBOX           
 *
 ************************************************************************/
 /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
 .fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
 .fancybox-wrap {position: absolute; top: 0; left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 8020; }
 .fancybox-skin {position: relative; background: #f9f9f9; color: #444; padding: 0!important; text-shadow: none; -webkit-border-radius: 3px;    -moz-border-radius: 3px;         border-radius: 3px; }
 .fancybox-opened {z-index: 8030; }
 .fancybox-opened .fancybox-skin {-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);         box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
 .fancybox-outer, .fancybox-inner {position: relative; }
 .fancybox-inner {overflow: hidden; }
 .fancybox-type-iframe .fancybox-inner {-webkit-overflow-scrolling: touch; }
 .fancybox-error {color: #444; font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0; padding: 15px; white-space: nowrap; }
 .fancybox-image, .fancybox-iframe {display: block; width: 100%; height: 100%; }
 .fancybox-image {max-width: 100%; max-height: 100%; }
 #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {background-image: url(../image/fancybox/fancybox_sprite.png); }
 #fancybox-loading {position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
 #fancybox-loading div {width: 44px; height: 44px; background: url(../image/fancybox/fancybox_loading.gif) center center no-repeat; }
 .fancybox-close {position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; }
 .fancybox-nav {position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url(../image/fancybox/blank.gif); /* helps IE */
 	-webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; }
 	.fancybox-prev {left: 0; }
 	.fancybox-next {right: 0; }
 	.fancybox-nav span {position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; }
 	.fancybox-prev span {left: 10px; background-position: 0 -36px; }
 	.fancybox-next span {right: 10px; background-position: 0 -72px; }
 	.fancybox-nav:hover span {visibility: visible; }
 	.fancybox-tmp {position: absolute; top: -99999px; left: -99999px; max-width: 99999px; max-height: 99999px; overflow: visible !important; }
 	/* Overlay helper */
 	.fancybox-lock {   overflow: visible !important;     width: auto; }
 	.fancybox-lock body {   overflow: hidden !important; }
 	.fancybox-lock-test {   overflow-y: hidden !important; }
 	.fancybox-overlay {position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: url(../image/fancybox/fancybox_overlay.png); }
 	.fancybox-overlay-fixed {position: fixed; bottom: 0; right: 0; }
 	.fancybox-lock .fancybox-overlay {overflow: auto; overflow-y: scroll; }
 	/* Title helper */
 	.fancybox-title {visibility: hidden; font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position: relative; text-shadow: none; z-index: 8050; }
 	.fancybox-opened .fancybox-title {visibility: visible; }
 	.fancybox-title-float-wrap {position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
 	.fancybox-title-float-wrap .child {display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px;    -moz-border-radius: 15px;         border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
 	.fancybox-title-outside-wrap {position: relative; margin-top: 10px; color: #fff; }
 	.fancybox-title-inside-wrap {padding-top: 10px; }
 	.fancybox-title-over-wrap {position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); }
 	/*Retina graphics!*/
 	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5){ 
 	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {  background-image: url(../image/fancybox/fancybox_sprite@2x.png);  background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/}
 #fancybox-loading div { background-image: url(../image/fancybox/fancybox_loading@2x.gif); background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/}
}




.destek {margin-bottom: 30px;}
.destek .destek-icon {margin-bottom: 20px;}
.destek .logo-icon {max-width: 80px; height: auto; margin-right: 15px; display: inline-block;}
.ss-mobile-contact {display: none;}

@media (max-width: 768px) {
	body {padding-bottom: 74px!important}
	.zopim {bottom: 80px!important;}
	.ss-mobile-contact {
		display: block;
		float: left;
		position: fixed;
		z-index: 1500000;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #222;
		padding: 14px 30px;
		height: 74px;
		display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 30px; 
		text-align: center;
	}
	.ss-mobile-contact a {
		width: 46px;
		height: 46px;
		border-radius: 35px;
		background: #e91e63;
		color: #FFF;
		display: inline-block;
		line-height: 46px;
		text-align: center;
		font-size: 30px;
		box-shadow: 0px 0px 0px 5px rgba(255,255,255,.3);
	}
	.ss-mobile-contact a i {
		line-height: 46px;
		text-align: center;
		font-size: 30px;
	}
	.ss-mobile-contact img {
		width: 46px; height: auto;
	}
	.ss-mobile-contact .whatsapp {
		background: #27ae60;
	}

}