body {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #818285;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 14px;
}
a {
	color: #818285;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	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: 14px;
	border-radius: 0 !important;
	border-radius: 4px !important;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	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;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#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: #888;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #818285;
}
#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;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #fff;
}
/* cart */
#cart > .btn {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}
#cart.open > .btn {
	background-image: none;
	background-color: #ffffff;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none !important;
	text-shadow: none !important;
}
#cart .btn-inverse {
	text-shadow: none !important;
}
#cart.open > .btn:hover {
	color: #818285;
}
.header.primary #cart .dropdown-menu {
	background: #fff !important;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
	top: 58px !important;
	right: -8px !important;
	background-color: #f4f5f5 !important;
    border: 1px solid #ddd !important;
	padding-bottom: 0 !important;
	-webkit-box-shadow: 0 0 0 #fff !important;
    		box-shadow: 0 0 0 #fff !important;
}
#cart .dropdown-menu li {
	padding: 14px 14px 0 14px !important;
}
#cart .dropdown-menu li .table-striped tbody tr {
	background-color: transparent !important;
}
#cart .dropdown-menu a,
#cart .dropdown-menu li .table-striped tbody tr td,
#cart .dropdown-menu li .table-striped tbody tr td a,
#cart .dropdown-menu li .table-striped tbody tr td i,
#cart .dropdown-menu li .table-bordered tbody tr td {
	color: #818285 !important;
}
#cart .dropdown-menu li .table-striped tbody tr:first-child td {
	border: 0 solid transparent !important;
}
#cart .dropdown-menu li .table-striped tbody tr .btn-danger {
	text-shadow: 0 0 0 #fff !important;
}

#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: 332px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 6px 0 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	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: 14px;
}
#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;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
}
#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: 0;
	}
	#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;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
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;
	border-radius: 4px !important;
	margin-bottom: 28px !important;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #fff;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 0 solid #DDD;
	border-bottom: 0 solid #DDD;
	-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: 14px;
	border: 1px solid #cccccc;
	border-radius: 0;
	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: 14px;
}
.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;
	border-radius: 4px !important;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	border-radius: 4px !important;
	font-weight: 600 !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.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;
	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, #818285, #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 {
	color: #818285 !important;
	background: #fff !important;
	border: 1px solid #dddddd !important;
	text-shadow: 0 0 0 #fff !important;
}
/*.list-group a.active:hover,
.list-group a:hover,*/
.list-group a.child-active {
	border: 1px solid #ed1c24 !important;
	background-color: #ed1c24 !important;
	color: #fff !important;
	font-weight: 700 !important;
}
/* 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;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 20px;
	overflow: auto;
}
.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;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 15px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@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: #818285;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 14px;
	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: 32px;
	font-weight: 700;
	text-align: center;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #818285;
	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;
}

@media (min-width: 1200px) {
	#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-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-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;
}

/* misc */

*:focus {
    outline: none !important;
}
#product-category .category-title {
	border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.list-group-item:first-child {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.list-group-item:last-child {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.btn {
    box-shadow: inset 0 0 0 rgba(255,255,255,.2), 0 0 0 rgba(0,0,0,.05) !important;
}
.btn-default {
    color: #818285 !important;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.0) !important;
    background-color: #f4f5f5 !important;
    background-image: none !important;
    border-color: #ddd !important;
}
.btn-primary {
    color: #ffffff !important;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.0) !important;
    background-color: #ed1c24 !important;
    background-image: none !important;
    border-color: #ed1c24 !important;
}
.subcategory-item {
	padding: 0 15px 28px 15px !important;
}
.subcategory-item .wraper {
	padding: 14px !important;
	text-align: center !important;
	color: #818285 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    margin: 0 !important;
}
.subcategory-item img {
	width: 100% !important;
	height: auto !important;
	margin: auto !important;
}
.subcategory-item a {
	color: #818285 !important;
	text-decoration: none !important;
	font-weight: 600 !important;
}
#tab-specification .table>thead:first-child>tr:first-child>td {
	border-bottom: 0 !important;
}
#product-product {
	padding-top: 28px !important;
}
#product-product .special-order-container {
	margin-top: 20px !important;
}
#product-product .special-order-container .title {
	font-weight: 600 !important;
}
#product-product .special-order-container button {
	margin-top: 5px !important;
	background-color: #f4f5f5 !important;
    color: #818285 !important;
	border: 1px solid #ddd !important;
	padding: 4px 14px !important;
}

@media (min-width: 768px) {
	#product-product .thumbnails {
		position: relative !important;
	}
}

#product-product .thumbnails .additional-images-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    margin-left: 20px !important;
    margin-bottom: 20px !important;
}
#product-product .thumbnails .additional-images-container li {
    margin: 0 !important;
}

/* container */

@media (min-width: 1600px) {
	.container {
		width: 1270px !important;
	}
}

/* special order form */

.special-order-form {
	transform: translate3d(0,0,0) !important;
    visibility: hidden !important;
    opacity: 0 !important;
    display: block !important;
    position: fixed !important;
    z-index: 999999 !important;
    text-align: center !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    overflow-y: scroll !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
	overflow: hidden !important;
}
.special-order-form.visible {
    visibility: visible !important;
	opacity: 1 !important;
}
.special-order-form .content {
	background-color: #fff !important;
	border: 1px solid #ddd !important;
	display: inline-block !important;
	max-width: 400px !important;
	padding: 0 28px 28px 28px !important;
}
.special-order-form .content .text {
	margin-bottom: 28px !important;
}
.special-order-form .content input {
	width: 100% !important;
	margin-bottom: 14px !important;
}
.special-order-form .content textarea {
	width: 100% !important;
	margin-bottom: 28px !important;
}
.special-order-form .content .form-send {
	color: #fff !important;
	background-color: #ed1c24 !important;
	border: 1px solid #ed1c24 !important;
	padding: 4px 14px !important;
}
.special-order-form .content .form-close {
	padding: 4px 14px !important;
	background-color: #f4f5f5 !important;
    color: #818285 !important;
	border: 1px solid #ddd !important;
	margin-right: 4px !important;
}

@media (max-width: 768px) {
	.special-order-form {
		background-color: #fff !important;
	}
	.special-order-form .content {
		background-color: #fff !important;
		border: 0 solid #ddd !important;
	}
}

/* nav */

.primary.nav,
.secondary.nav {
	transform: translate3d(0,0,0) !important;
    padding: 0 0 0 0 !important;
    display: block !important;
    position: fixed !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 999999 !important;
    visibility: hidden !important;
    height: 100% !important;
    opacity: 0;
    overflow-y: scroll !important;
    -webkit-transition: opacity 0.4s linear !important;
    -moz-transition: opacity 0.4s linear !important;
    -ms-transition: opacity 0.4s linear !important;
    -o-transition: opacity 0.4s linear !important;
    transition: opacity 0.4s linear !important;
	background-color: #fff !important;
	text-align: center !important;
}
.primary.nav.visible,
.secondary.nav.visible {
    visibility: visible !important;
    opacity: 1;
    -webkit-transition: opacity 0.4s linear !important;
    -moz-transition: opacity 0.4s linear !important;
    -ms-transition: opacity 0.4s linear !important;
    -o-transition: opacity 0.4s linear !important;
    transition: opacity 0.4s linear !important;
}
.primary.nav .logo,
.secondary.nav .logo {
	background-color: #f4f5f5 !important;
    border-bottom: 1px solid #ddd !important;
	padding: 28px !important;
}
.primary.nav .logo img,
.secondary.nav .logo img {
	max-height: 48px !important;
	width: auto !important;
}
.primary.nav .links,
.secondary.nav .links {
	padding: 28px !important;
}
.primary.nav .links ul,
.secondary.nav .links ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
}
.primary.nav .links ul li a,
.secondary.nav .links ul li a {
	color: #818285 !important;
	font-size: 18px !important;
	line-height: 44px !important;
	font-weight: 600 !important;
}




.primary.nav .links ul li a.procuct-catalog ,
.secondary.nav .links ul li a.procuct-catalog {
	display: inline-block !important;
    color: #f4f5f5 !important;
    background-color: #ed1c24 !important;
    padding: 4px 18px !important;
    border-radius: 4px !important;
	margin-top: 24px !important;
	margin-bottom: 8px !important;
}









.primary.nav .languages,
.secondary.nav .languages {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
}
.primary.nav .languages ul,
.secondary.nav .languages ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
}
.primary.nav .languages ul li,
.secondary.nav .languages ul li {
	display: inline-block !important;
}
.primary.nav .languages ul li button,
.secondary.nav .languages ul li button {
	color: #818285 !important;
	font-size: 16px !important;
	line-height: 26px !important;
	font-weight: 600 !important;
}
.primary.nav .languages ul li i,
.secondary.nav .languages ul li i {
	display: none !important;
}
.primary.nav .button,
.secondary.nav .button {
	padding: 48px 0 68px 0 !important;
}
.primary.nav .button i,
.secondary.nav .button i {
	font-size: 38px !important;
	color: #818285 !important;
}

/* .header */

.header {
	padding: 0 !important;
	margin: 0 !important;
	border-bottom: 0px solid #fff !important;
}
.header .container {
	padding-left: 7px !important;
	padding-right: 7px !important;
}
.header .menu .top-content .container {
	border-bottom: 1px solid #fff !important;
}
.header .menu .top-content .contacts {
	float: left !important;
}
.header .menu .top-content .links {
	float: right !important;
}
.header .menu .top-content .languages {
	float: right !important;
    display: none;
}
.header .menu .top-content ul {
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.header .menu .top-content ul li {
	display: inline-block !important;
	padding: 14px 28px 14px 8px !important;
	margin: 0 !important;
}
.header .menu .top-content .links ul li {
	padding: 14px 8px 14px 28px !important;
}
.header .menu .top-content ul li a,
.header .menu .top-content ul li button {
	margin: 0 !important;
	padding: 0 !important;
	border: 0px solid #fff !important;
	background: none !important;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px !important;
	line-height: 24px !important;
	cursor: pointer !important;
}
.header .menu .bottom-content .logo {
	float: left !important;
	padding: 12px 8px !important;
}
.header .menu .bottom-content .logo img {
	height: 48px !important;
}
.header .menu .bottom-content .links {
	float: right !important;
}
.header .menu .bottom-content .links ul {
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.header .menu .bottom-content .links ul li {
	display: inline-block !important;
	padding: 20px 8px 0 28px !important;
	margin: 0 !important;
}
.header .menu .bottom-content .links ul li a {
	text-decoration: none !important;
	text-transform: uppercase !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.header .menu .bottom-content .links ul li a i {
	font-size: 18px !important;
	color: #fff !important;
}
.header .menu .bottom-content .button {
	display: none !important;
}

/* .header.primary */

.header.primary {
	position: relative !important;
}
.header.primary .menu {
	position: absolute !important;
	z-index: 9999 !important;
	left: 0 !important;
	right: 0 !important;
}
.header.primary .info {
	text-align: center !important;
	position: absolute !important;
	z-index: 9999 !important;
	left: 0 !important;
	right: 0 !important;
}
.header.primary .info .title {
	color: #fff !important;
	text-transform: uppercase !important;
	font-size: 74px !important;
	line-height: 84px !important;
	margin: 0 !important;
}
.header.primary .info .text {
	color: #fff !important;
	text-transform: uppercase !important;
	font-size: 24px !important;
	line-height: 34px !important;
	margin-top: 22px !important;
	margin-bottom: 34px !important;
}
.header.primary .info a {
	display: none !important;
}
.header.primary .info .search-car select {
	vertical-align: top !important;
	width: 25% !important;
	margin: 1px !important;
	background-color: #fff !important;
	border: 1px solid #fff !important;
	padding: 5px 8px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 26px !important;
	font-family: 'Open Sans', sans-serif !important;
}
.header.primary .info .search-car input {
	vertical-align: top !important;
	width: 20% !important;
	margin: 1px !important;
	background-color: #fff !important;
	border: 1px solid #fff !important;
	padding: 4px 8px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 26px !important;
	font-family: 'Open Sans', sans-serif !important;
}
.header.primary .info .search-car button {
	vertical-align: top !important;
	width: 10% !important;
	margin: 1px !important;
	background-color: #fff !important;
	border: 1px solid #fff !important;
	padding: 4px 8px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 26px !important;
	font-family: 'Open Sans', sans-serif !important;
}
.header.primary .info .search-car .search-model option.item.hide {
	display: none;
}
.header.primary .slider {
	padding: 0 !important;
	margin: 0 !important;
}
.header.primary .slider .slide {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}

/* .header.secondary */

.header.secondary .menu {
	background-color: #f4f5f5 !important;
    border-bottom: 1px solid #ddd !important;
}
.header.secondary .menu .top-content ul li a,
.header.secondary .menu .top-content ul li button {
    color: #818285 !important;
}
.header.secondary .menu .bottom-content .links ul li a {
	color: #818285 !important;
	font-size: 15px !important;
	font-weight: 600 !important;
}
.header.primary .menu .bottom-content .links ul li a.button,
.header.secondary .menu .bottom-content .links ul li a.button {
	display: inline-block !important;
	color: #f4f5f5 !important;
	background-color: #ed1c24 !important;
	padding: 4px 18px !important;
	border-radius: 4px !important;
}
.header.primary .menu .bottom-content .links ul li a.button:hover {
	color: #818285 !important;
	background-color: #fff !important;
}
.header.secondary .menu .bottom-content .links ul li a.button:hover {
	background-color: #818285 !important;
}
.header.secondary .menu .bottom-content .links ul li a i {
	color: #818285 !important;
}
.header.secondary .menu .top-content .container {
    border-bottom: 1.2px solid #818285 !important;
}

@media only screen and (max-width: 768px) {
	.header .menu .top-content .contacts,
	.header .menu .top-content .links ul li {
		display: none !important;
	}
	.header .menu .top-content .links ul li:last-child {
		display: block !important;
	}
	.header .menu .bottom-content .links {
		display: none !important;
	}
	.header .menu .bottom-content .logo img {
		height: 48px !important;
	}
	.header .menu .bottom-content .button {
		float: right !important;
		text-align: right !important;
		display: inline-block !important;
	}
	.header .menu .bottom-content .button i {
		color: #fff !important;
		font-size: 32px !important;
		padding-top: 18px !important;
		padding-right: 8px !important;
	}
	.header.secondary .menu .bottom-content .button i {
		color: #818285 !important;
	}
	.header.primary .info .title {
		font-size: 48px !important;
		line-height: 58px !important;
		margin: 0 !important;
	}
	.header.primary .info .text {
		font-size: 22px !important;
		line-height: 32px !important;
		margin-top: 22px !important;
		margin-bottom: 48px !important;
	}
	.header.primary .info .search-car {
		display: none !important;
	}
	.header.primary .info a {
		background-color: #fff !important;
		color: #818285 !important;
		font-size: 18px !important;
		padding: 12px 38px !important;
		font-weight: 600 !important;
		display: inline-block !important;
	}
}

/* breadcrumb */

.breadcrumb {
    border: 0px solid #fff !important;
	background-color: #fff !important;
	padding: 0 !important;
	margin: 0 0 28px 0 !important;
	border-bottom: 1px solid #fff !important;
}
.breadcrumb .container {
	padding: 15px !important;
}
.breadcrumb li {
	display: inline-block !important;
}
.breadcrumb li:last-child span {
	display: none !important;
}
.breadcrumb li a {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #818285 !important;
}
.breadcrumb li span {
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #818285 !important;
}

/* category title */

.category-title {
	background: #f4f5f5 !important;
	border: 1px solid #ddd !important;
	border-bottom: 0 solid #ddd !important;
	color: #818285 !important;
	font-size: 14px !important;
	margin-bottom: 0 !important;
	padding: 8px 12px;
	text-transform: uppercase !important;
}

/* product search container */

.product-search-container {
	border: 2px solid #0086e6 !important;
	margin-bottom: 20px !important;
	overflow: auto !important;
}
.product-search-container button {
	background: #0086e6 !important;
	color: #fff !important;
	font-size: 14px !important;
	margin-bottom: 0 !important;
	padding: 6px 12px;
	text-transform: uppercase !important;
	border: 0 !important;
	float: right !important;
	width: 9% !important;
}
.product-search-container select,
.product-search-container input {
	float: left !important;
	width: 30% !important;
	border: 0 !important;
	font-size: 14px !important;
	padding: 6px !important;
}

/* product */

.thumbnail {
    border-radius: 4px !important;
}

/* product-category-info */

#product-category {
  padding-top: 24px !important;
}
#product-category h1 {
	margin-top: 0 !important;
    margin-bottom: 24px !important;
}
#product-category .product-category-info .image {
	margin-top: 15px !important;
}
#product-category .product-category-info .image img {
	border-radius: 0 !important;
}
#product-category .product-category-info .texts h2 {
	margin: 15px 0 15px 0 !important;
}
#product-category .product-category-info .texts p {
	font-size: 14px !important;
}
#product-category .product-category-products .product-category-divider {
	background-color: #f4f5f5 !important;
	border: 1px solid #ddd !important;
	margin-bottom: 0 !important;
	padding: 8px !important;
}
#product-category .product-category-products .product-category-divider p {
	margin: 0 !important;
	color: #818285 !important;
	font-size: 17px !important;
	font-weight: 400 !important;
}
#product-category .product-category-products {
	margin-top: 30px !important;
}
#product-category .product-category-products .sale-container {
	display: none !important;
}
#product-category #content .row {
	display: flex !important;
	flex-wrap: wrap !important;
}
#product-category #content .row .subcategory-item {
	display: flex !important;
	flex-direction: column !important;
}
#product-category #content .row .subcategory-item a {
	display: flex !important;
	border: 1px solid #ddd !important;
	height: 100% !important;
	border-radius: 4px !important;
}
#product-category #content .row .subcategory-item a .wraper {
	text-align: center !important;
	width: 100% !important;
}
#product-category #content .row .divider-container {
    padding: 0 15px 28px 15px !important;
    width: 100%;
}
#product-category #content .row .divider-container .divider {
    border-bottom: 1px solid #ddd;
}

.featured-products-container .row,
#product-search #content .row,
#product-category #content .row {
	display: flex !important;
    flex-wrap: wrap !important;
}
.featured-products-container .row .product-layout,
#product-search #content .row .product-layout,
#product-category #content .row .product-layout {
    display: flex !important;
    flex-direction: column !important;
}
.featured-products-container .row .product-layout .product-thumb,
#product-search #content .row .product-layout .product-thumb,
#product-category #content .row .product-layout .product-thumb {
	height: 100% !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media only screen and (min-width: 767px) {
	#product-category #content .row .subcategory-item a:hover {
		background-color: #ed1c24 !important;
		border-color: #ed1c24 !important;
	}
	#product-category #content .row .subcategory-item a:hover .wraper {
		color: #fff !important;
		font-weight: 700 !important;
	}
}

@media only screen and (min-width: 767px) {
	#product-category .product-category-products .product-thumb {
		margin-bottom: 0 !important;
	}
	#product-category .product-category-filter .product-thumb {
		border: 0 solid #fff !important;
		border-bottom: 1px solid #ddd !important;
	}
	#product-category .product-category-products .product-category-filter .product-layout:last-child .product-thumb {
		border-bottom: 0 solid #ddd !important;
	}
	.product-category-products-hr {
		margin-top: 0 !important;
	}
	#product-category .product-category-products .product-layout .product-thumb .name-container h4 {
		padding: 15px 0 10px 15px !important;
		margin-top: 0 !important;
		font-size: 20px !important;
		font-weight: 600 !important;
		margin-bottom: 0 !important;
	}
	#product-category .product-category-products .product-layout .product-thumb .name-container p {
		padding: 0 0 0 15px !important;
		margin-bottom: 0 !important;
		color: #818285 !important;
	}
	#product-category .product-category-products .name-container {
		margin-top: 5px !important;
	}
	#product-category .product-category-products .name-container .sale-label {
		background-color: #ed1c24 !important;
		color: #fff !important;
		display: inline-block !important;
		font-size: 14px !important;
		line-height: 14px !important;
		padding: 3px 8px !important;
		vertical-align: top !important;
		margin-top: 1px !important;
		margin-left: 4px !important;
	}
	#product-category .product-category-products .product-layout .product-thumb .price-container {
		text-align: center !important;
	}
	#product-category .product-category-products .product-layout .product-thumb .price-container .price {
		border-left: 1px solid #ddd !important;
		border-right: 1px solid #ddd !important;
		padding: 15px 0 !important;
		margin-top: 30px !important;
		font-size: 20px !important;
		font-weight: 400 !important;
		margin-bottom: 0 !important;
	}
	#product-category .product-category-products .product-layout .product-thumb .price-container .price .price-old {
		font-size: 16px !important;
	}
	#product-category .product-category-products .price .price-new {
		color: #ed1c24 !important;
		font-weight: 400 !important;
	}
	#product-category .product-category-products .price .price-old {
		color: #c1c1c1 !important;
	}
	#product-category .product-category-products .button-container {
		padding: 0 !important;
		text-align: center !important;
	}
	#product-category .product-category-products .button-container .button-group {
		background-color: #fff !important;
		border: 0 solid #fff !important;
	}
	#product-category .product-category-products .product-layout .product-thumb .button-container button {
		color: #818285 !important;
		padding: 0 !important;
		border: 0 solid #0086e6 !important;
		margin-top: 34px !important;
		background-color: #f4f5f5 !important;
		border: 1px solid #ddd !important;
		width: 100% !important;
	}
	#product-category .product-category-products .product-layout .product-thumb .button-container button i {
		font-size: 28px !important;
		padding: 8px 10px 8px 8px !important;
	}
	#product-category .product-category-products .product-layout .product-thumb .button-container .special-order {
		color: #818285 !important;
		padding: 0 !important;
		border: 0 solid #0086e6 !important;
		margin-top: 34px !important;
		background-color: #f4f5f5 !important;
		width: 100% !important;
		display: inline-block !important;
		border: 1px solid #ddd !important;
		font-size: 11px !important;
	}
	#product-category .product-category-products .product-layout .product-thumb .button-container button span.text {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	#product-category .product-category-products .product-layout {
		text-align: center !important;
	}
	#product-category .product-category-products .product-category-divider {
		margin-bottom: 20px !important;
	}
	#product-category .product-category-products .product-layout .product-thumb {
		position: relative !important;
		overflow: hidden !important;
	}
	#product-category .product-category-products .product-layout .product-thumb .sale-container {
		display: block !important;
		background-color: #ed1c24 !important;
		text-align: center !important;
		width: 200px !important;
		position: absolute !important;
		top: -115px !important;
		right: -125px !important;
		z-index: 9999999 !important;
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
			 -o-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	#product-category .product-category-products .product-layout .product-thumb .sale-container p {
		color: #fff !important;
		font-weight: 600 !important;
		font-size: 12px !important;
		padding-top: 150px !important;
	}
	#product-category .product-category-products .product-layout .product-thumb .button-container {
		padding: 0 !important;
	}
	#product-category .product-category-products .product-layout .product-thumb .button-container button {
		width: 100% !important;
		font-size: 16px !important;
		padding: 8px !important;
		border: 0 solid #fff !important;
		background-color: #eee !important;
    	color: #888 !important;
		border-top: 1px solid #ddd !important;
		text-transform: uppercase !important;
	}
	#product-category .product-category-products .product-layout .product-thumb .button-container button i {
		font-size: 16px !important;
	}
	#product-category .product-category-products .product-layout .product-thumb .button-container .special-order {
		width: 100% !important;
		font-size: 16px !important;
		padding: 8px !important;
		border: 0 solid #fff !important;
		background-color: #eee !important;
    	color: #888 !important;
		display: inline-block !important;
	}
	#product-category .product-category-products .product-layout .product-thumb .name-container h4 {
		margin-top: 0 !important;
		font-size: 20px !important;
		font-weight: 600 !important;
		margin-bottom: 10px !important;
	}
	#product-category .product-category-products .product-layout .product-thumb .name-container p {
		margin: 0 !important;
		color: #818285 !important;
	}
	#product-category .product-category-products .product-layout .product-thumb .price-container {
		text-align: center !important;
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	#product-category .product-category-products .product-layout .product-thumb .price-container .price {
		font-size: 20px !important;
		font-weight: 400 !important;
	}
	#product-category .product-category-products .product-layout .product-thumb .price-container .price .price-new {
		color: #ed1c24 !important;
	}
	#product-category .product-category-products .product-layout .product-thumb .price-container .price .price-old {
		color: #818285 !important;
	}
}

/* help search product */

.help-search-product {
	height: 300px !important;
    background-color: #f4f5f5 !important;
    border-top: 1px solid #ddd !important;
	margin-top: 20px !important;
}

/* search-car */

.search-car.top-page-place .column {
	margin: 0 !important;
	padding: 0 !important;
}
.search-car.top-page-place .column select {
	width: 100% !important;
	margin-bottom: 15px !important;
	font-size: 16px !important;
	line-height: 26px !important;
	padding: 6px !important;
}
.search-car.top-page-place .column input {
	width: 100% !important;
	margin-bottom: 15px !important;
	font-size: 16px !important;
	line-height: 26px !important;
	padding: 5px 8px !important;
}
.search-car.top-page-place .column button {
	width: 100% !important;
	margin-bottom: 15px !important;
	font-size: 16px !important;
	line-height: 26px !important;
	padding: 5px 0 !important;
	background-color: #777 !important;
	color: #fff !important;
	border: 1px solid #777 !important;
}
.search-car.top-page-place .search-make {
	border: 1px solid #777 !important;
	border-right: 0 solid #777 !important;
}
.search-car.top-page-place .search-model {
	border: 1px solid #777 !important;
	border-left: 0 solid #777 !important;
	border-right: 0 solid #777 !important;
}
.search-car.top-page-place .search-model option.item.hide {
	display: none;
}
.search-car.top-page-place .search-code {
	border: 1px solid #777 !important;
	border-left: 0 solid #777 !important;
	border-right: 0 solid #777 !important;
}

@media only screen and (max-width: 768px) {
	.search-car.top-page-place .search-make {
		border: 1px solid #777 !important;
	}
	.search-car.top-page-place .search-model {
		border: 1px solid #777 !important;
	}
	.search-car.top-page-place .search-code {
		border: 1px solid #777 !important;
	}
}

/* alert */

.alert-success {
    color: #fff !important;
    background-color: #ed1c24 !important;
    border-color: #ed1c24 !important;
	border-radius: 4px !important;
}
.alert-success a {
	color: #fff !important;
	opacity: 1.0 !important;
}
.alert-dismissible .close {
   	right: 0 !important;
    color: #fff !important;
	opacity: 1 !important;
}

/* home */

#common-home .info-container {
	text-align: center !important;
}
#common-home .info-container .column {
	padding: 60px 28px 68px 28px !important;
}
#common-home .info-container .info-image {
	width: 68px !important;
	height: auto !important;
	color: #818285 !important;
}
#common-home .info-container .info-title {
	margin: 14px 0 0 0 !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #818285 !important;
}
#common-home .info-container .info-text {
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	color: #818285 !important;
}
#common-home h3 {
	text-align: center !important;
	font-size: 28px !important;
	margin-top: 68px !important;
	margin-bottom: 28px !important;
}
.product-layout .product-thumb {
	position: relative !important;
	overflow: hidden !important;
}
.product-layout .product-thumb .sale-container {
	background-color: #ed1c24 !important;
    text-align: center !important;
	width: 200px !important;
	position: absolute !important;
	top: -115px !important;
	right: -125px !important;
	z-index: 9999999 !important;
	-webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
    	 -o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}
.product-layout .product-thumb .sale-container p {
	color: #fff !important;
	font-weight: 600 !important;
	font-size: 12px !important;
	padding-top: 150px !important;
}
.product-layout .product-thumb .image img {
	width: 100% !important;
}
.product-layout .product-thumb .caption {
	min-height: 40px !important;
	text-align: center !important;
}
.product-layout .product-thumb .caption h4 {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}
.product-layout .product-thumb .caption h4 a {
	color: #818285 !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 24px !important;
	margin: 15px 0 0 0 !important;
	text-decoration: none !important;
	display: block !important;
}
.product-layout .product-thumb .caption .used-in-vehicles {
	margin-bottom: 18px !important;
	font-size: 14px !important;
	color: #818285 !important;
}
.product-layout .product-thumb .caption .price {
	color: #818285 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 26px !important;
	margin-bottom: 15px !important;
}
.product-layout .product-thumb .caption .price .price-new {
	color: #ed1c24 !important;
}
.product-layout .product-thumb .caption .price .price-old {
	color: #818285 !important;
}
.product-layout .product-thumb .caption .button-group {
	background-color: transparent !important;
	border: 0 solid transparent !important;
	text-align: center !important;
	margin-bottom: 18px !important;
}
.product-layout .product-thumb .caption .button-group button {
	float: none !important;
	border-radius: 4px !important;
	border: 1px solid #ddd !important;
    width: auto !important;
    padding: 0 28px !important;
}
.product-layout .product-thumb .caption .button-group button:hover {
	background-color: #ed1c24 !important;
	border-color: #ed1c24 !important;
	color: #fff !important;
}

#common-home .swiper-viewport {
	border: 0 solid #fff !important;
    border-radius: 0 !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.0) !important;
	margin: 68px 0 108px 0 !important;
}

@media only screen and (max-width: 768px) {
	#common-home .info-container .column {
		padding: 28px !important;
	}
	#common-home .swiper-button-next {
		opacity: 0 !important;
	}
	#common-home .swiper-button-prev {
		opacity: 0 !important;
	}
}

@media only screen and (max-width: 768px) {
    #common-home .info-container {
        padding: 28px 0 !important;
    }
    #common-home .info-container .container {
        display: flex !important;
        justify-content: center !important;
    }
    #common-home .info-container .column {
        display: flex !important;
        align-items: center !important;
        padding: 14px !important;
    }
    #common-home .info-container .column .info-image {
        margin-right: 14px !important;
        width: 48px !important;
    }
}

/* custom-brand-title-container */

.custom-brand-title-container {
    background-color: #f4f5f5 !important;
	border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 88px !important;
    margin-right: -50%;
    margin-left: -50%;
}
.custom-brand-title-container .content-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 28px !important;
}
.custom-brand-title-container .content-container img {
    height: 56px !important;
    width: auto !important;
    margin-right: 14px !important;
}
.custom-brand-title-container .content-container h2 {
    margin: 0 !important;
}

/* featured products container */

#common-home {
    overflow: hidden !important;
}
#common-home .featured-products-container h3 {
    display: none !important;
}

/* custom brand more container */

#common-home .custom-brand-more-container {
    margin-bottom: 58px !important;
    text-align: center !important;
}
#common-home .custom-brand-more-container.show-catalog {
    margin-bottom: 0 !important;
}
#common-home .custom-brand-more-container a {
    color: #818285 !important;
}

/* footer */

footer {
	background-color: #fff !important;
	border-top: 0 solid #fff !important;
}
footer .top-content {
	background-color: #f4f5f5 !important;
	border-top: 1px solid #ddd !important;
}
footer .top-content .container .row {
	display: flex !important;
    align-items: flex-end !important;
	padding: 68px 0 !important;
}
footer .top-content .container .row img {
	height: 54px !important;
	margin: 0 auto 20px auto !important;
}
footer .top-content .container .row h5 {
	font-size: 16px !important;
	line-height: 26px !important;
	text-transform: uppercase !important;
	color: #818285 !important;
}
footer .top-content .container .row .column .list-unstyled {
	margin: 0 !important;
}
footer .top-content .container .row .column .list-unstyled .link {
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 28px !important;
	text-decoration: none !important;
	color: #818285 !important;
}
footer .top-content .container .row .column .icon {
	padding: 18px 4px 0 4px !important;
	display: inline-block !important;
}
footer .top-content .container .row .column .icon i {
	font-size: 28px !important;
	color: #818285 !important;
}
footer .bottom-content {
	background-color: #f4f5f5 !important;
}
footer .bottom-content .container {
	border-top: 1.2px solid #ddd !important;
}
footer .bottom-content .container .row {
	padding: 18px 0 !important;
}
footer .bottom-content .container .row .column p {
	font-size: 14px !important;
	line-height: 28px !important;
	margin: 0 !important;
	color: #818285 !important;
}

@media only screen and (max-width: 768px) {
	footer .top-content .container .row {
		display: inline-block !important;
		align-items: flex-end !important;
		padding: 68px 0 !important;
	}
	footer .top-content .container .row h5 {
		margin-top: 28px !important;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	#product-product .thumbnails .thumbnail img {
		max-width: 95% !important;
		margin: auto !important;
	}
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #ddd !important;
}

.alert-dismissable .close,
.alert-dismissible .close {
	top: 0;
}

#checkout-cart .table-responsive .table .btn.btn-primary {
	margin-left: 6px !important;
	background-color: #818285 !important;
	border-color: #818285 !important;
	padding: 6px 10px !important;
}
#checkout-cart .table-responsive .table .btn.btn-danger {
	margin-left: 6px !important;
	background-color: #ed1c24 !important;
	border-color: #ed1c24 !important;
	border-radius: 4px !important;
	padding: 6px 10px !important;
}

.alert-danger {
    color: #fff;
    background-color: #ed1c24 !important;
    border-color: #ed1c24 !important;
}

.text-danger {
	color: #ed1c24 !important;
}

#information-contact #content h1,
#information-information #content h1 {
	margin-bottom: 24px !important;
}
#information-information #content {
	text-align: justify !important;
}
#information-information #content ul {
	padding-left: 24px !important;
}

.product-thumb {
	margin-bottom: 30px;
}

#product-product h1 {
	margin: 0 0 24px 0 !important;
}

.related-products-title {
	margin: 88px 0 28px 0 !important;
}

/* price value */

#product-product .custom-price-container ul li .price-value {
    font-weight: 800 !important;
    display: flex;
    align-items: flex-end;
}
#product-product .custom-price-container ul li .price-value .price-form-button {
    font-weight: 400;
    color: #666;
    font-size: 14px;
    line-height: 18px;
    padding-left: 18px;
    text-decoration: underline;
    cursor: pointer;
    font-style: italic;
}

/* Product category */

#product-category .custom-product-sort-container {
    justify-content: flex-end;
}
#product-category .custom-product-sort-container .form-group select {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
#product-category .custom-product-sort-container .form-group label {
    padding: 0 10px !important;
}

/* Product search */

#product-search .search-car.top-page-place .search-item-hide {
    display: none !important;
}

@media (min-width: 768px) {
    .search-car.top-page-place .column input.search-code {
        border-left: 1px solid #777 !important;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        margin-bottom: 25px !important;
    }
    .search-car.top-page-place .column button {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}
.pagination>li>a,
.pagination>li>span {
    color: #818285;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #f4f5f5;
    border-color: #f4f5f5;
    color: #818285;
}
