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

:root {
 --maincolor: #333333;
 --secondarycolor: #E61D23;
 --thirdcolor: #F9C888;
 --greycolor: #E3E1E1;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: var(--maincolor);
	font-size: 15px;
	line-height: 1.2;
	width: 100%;
	overflow-x: hidden;
	background: #FFF;
}
h1, h2, h3, h4, h5, h6 {
	color: var(--maincolor);
}
.fa {
	font-size: 14px;
}
h1 {
	font-size: 40px;
	margin-bottom: 30px;
	font-weight: normal;
	display: flex;
	z-index: 1;
	position: relative;
}

#product-category h1:before {
	content: '';
	position: absolute;
	top: 22px;
	right: 0;
	width: 100%;
	height: 0px;
	border-bottom: 1px solid var(--thirdcolor);
	height: 0;
	z-index: -1;
}
#product-category h1 span {
	background: #fff;
	z-index: 1;
	padding-right: 10px;
}

h2 {
	font-size: 26px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: normal;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: var(--maincolor);
	transition: all .4s;
	text-decoration: none !important;
}
a:hover, a:active {
	color: var(--secondarycolor);
	text-decoration: none;
}
a.reverce {
	color: #7B818C;	
}
a.reverce:hover {
	color: var(--secondarycolor);	
}
a.more {
	padding-right: 50px;
	position: relative;
	font-size: 24px;
	color: var(--secondarycolor);
}
a.more:before {
	content: " ";
	position: absolute;
	right: 3px;
	top: 10px;
	border: 1px solid currentcolor;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border-left: 0;
	border-bottom: 0;
}
a.more:after {
	content: " ";
	position: absolute;
	right: 2px;
	top: 15px;
	background: currentcolor;
	width: 30px;
	height: 1px;
}
a.more:hover {
	color: var(--thirdcolor);
}
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[type="text"].form-control,
input[type="tel"].form-control,
input[type="email"].form-control,
input[type="password"].form-control {
    height: 40px;
    padding: 7px 12px;
    border-radius: 3px;
    box-shadow: none;	
}
.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 {
	border: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.dropdown-menu:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: -16px;
	left: 15px;
	border: 8px solid transparent;
	border-bottom-color: #fff;
}
.dropdown-menu.dropdown-menu-right:before {
	left: auto;
	right: 15px;
}
.dropdown-menu > li > a {
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    color: var(--maincolor);
}
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #fff;
	background: var(--maincolor);
}

.d-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.margin-bottom {
	margin-bottom: 30px;
}

header {
	background: #fff;
	color: var(--maincolor);
    z-index: 10;
    position: relative;
    width: 100%;
}
header a {
	color: var(--maincolor);
}
header a:hover {
	color: var(--maincolor);
}

.header-top-row {
	border-bottom: 1px solid var(--thirdcolor);	
}
@media (max-width: 992px) {
	.header-top-row-right { width: 100%; }
}

.header-row {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 1px solid var(--thirdcolor);
}
.header-row:before,
.header-row:after {
	display: none;
}

.header-mobile-menu {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	width: 100%;	
}
.header-mobile-menu > a {
	display: block;
	background-color: transparent;
	width: 48px;
	height: 48px;
	line-height: 48px;
	color: var(--secondarycolor);
	padding: 0;
	text-align: center;
	border-radius: 0;
	position: relative;
	transform: translateY(0px);
	font-size: 32px;
}
.header-mobile-menu > a .fa-times {
	display: none;
}
body.open-mobile-panel .header-mobile-menu > a .fa-bars {
	display: none;
}
body.open-mobile-panel .header-mobile-menu > a .fa-times {
	display: inline-block;
}

#logo {
    margin: 0;
    padding: 5px 0;
    -ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	width: 100%;
}
#logo img {
	max-width: 100%;
}

.header-phones {
    position: relative;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	width: 100%;
	display: flex;
	justify-content: flex-end;
    padding-right: 30px;
}

.header-phones p {
	margin: 0;
	font-size: 20px;
	text-align: right;
}
.header-phones > div + .btn.btn-primary,
.header-phones > div + .btn.btn-primary:hover,
.header-phones > div + .btn.btn-primary:active {
	background: var(--secondarycolor);
    color: #fff;
    padding: 5px 15px;
    width: auto;
    height: auto;
    min-width: 0px;
    line-height: 1.2;
    font-weight: normal;
    border-radius: 0;
    text-align: left;
    font-size: 14px;
    box-shadow: none !important;	
	margin-left: 20px;
}
.header-phones > div + .btn.btn-primary:hover {
	color: #fff;
}

.header-phones .dropdown-toggle {
	color: #fff;
}
.header-phones .dropdown-menu {
	color: var(--secondarycolor);
	width: 100%;
	font-weight: normal;
    line-height: 1.4;
}
.header-phones .dropdown-menu > div {
	padding: 10px 20px;
}
.header-account {
	margin-right: 20px;
}
.header-account a.dropdown-toggle {
	color: var(--maincolor);
    font-weight: normal;
    line-height: 30px;
    display: block;	
}
.header-account a.dropdown-toggle .fas {
	margin-right: 5px;
	font-size: 16px;
}
.header-account a.dropdown-toggle:hover {
	color: var(--secondarycolor);	
}

.header-compare-wishlist {
	display: flex;
}
.header-compare > a,
.header-wishlist > a {
    background: var(--greycolor);
    display: block;
    position: relative;
    width: 37px;
    height: 37px;
    color: var(--maincolor);
    font-size: 16px;
    line-height: 37px;
    text-align: center;
    border-radius: 5px;
}
header .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: var(--secondarycolor);
    color: var(--maincolor);
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.header-search {
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;	
}
/* search */
#search {
    margin-bottom: 0px;
    width: 100%;
    padding: 0;
    position: relative;
    display: inline-block;
}
#search .input-lg {
	height: 33px;
	line-height: 33px;
	padding: 0 33px 0 15px;
	background: #fff;
	border: 1px solid var(--thirdcolor);
	border-radius: 17px;
	outline: none;
	color: var(--thirdcolor);
	font-size: 14px;
}
#search .input-lg::placeholder {
  color: var(--thirdcolor);
  opacity: 1;
}
#search .input-lg:-ms-input-placeholder {
  color: var(--thirdcolor);
}
#search .input-lg::-ms-input-placeholder {
  color: var(--thirdcolor);
}
#search .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
    height: 33px;	
}
#search .btn-lg {
    font-size: 16px;
    line-height: 33px;
    padding: 0;
    text-shadow: none;
    width: 33px;
    height: 33px;
    display: block;
    outline: none;
    border: 0;
    border-radius: 17px;
    box-shadow: none;
    color: var(--thirdcolor);
    background: transparent;
}
#search .btn-lg:hover {
	color: var(--secondarycolor);
    background: transparent;	
}
.header-lang {
	display: block;
}
.header-lang button.dropdown-toggle {
	color: var(--maincolor);
	font-size: 20px;
	border: 0;
	font-weight: bold;
	padding-right: 0;	
}
.header-lang button.dropdown-toggle:hover {
    color: var(--maincolor);
    border: 0;	
    text-decoration: none;
}
.header-lang .dropdown-menu {
	min-width: 70px;
}
.header-lang .dropdown-menu .btn.btn-link {
	color: var(--maincolor);
}
.header-lang .dropdown-menu .btn.btn-link:hover {
	color: var(--secondarycolor);
	text-decoration: none;
}

.header-row-right {
	display: flex;
}
/* cart */

.header-cart {
	display: inline-block;
}
#cart {
	margin-bottom: 0px;
}
#cart > .btn {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	display: block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	background: url(../image/cart.png) no-repeat top center;
	text-align: center;
	margin-bottom: 25px;
}
#cart > .btn .cart-title {
    display: block;
    text-align: left;
    font-weight: bold;
}
#cart > .btn .badge {
	position: absolute;
	top: auto;
	bottom: -11px;
	right: -3px;
	background: #fff;
	border: 1px solid var(--secondarycolor);
	color: var(--secondarycolor);
	width: 24px;
	height: 24px;
	font-size: 20px;
	border-radius: 50%;
	line-height: 24px;
	text-align: center;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	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;
}
@media (max-width: 992px) {
	.header-cart > .btn.btn-primary {
		display: none;
	}
	#cart {
    	margin-bottom: 0px;
	}
}

.header-top-panel {
	background: var(--greycolor);
}

.btn-default.toggle-mobile-search {
	background: transparent !important;
	box-shadow: none !important;
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	color: var(--secondarycolor);
	font-size: 32px;
	line-height: 56px;
	text-align: center;
	border-radius: 0;
	padding: 0;
	overflow: hidden;
}

@media (max-width: 992px) {
	.header-account {
		order: 2;
		margin: 0;
	}
	.header-lang button.dropdown-toggle {
		padding-left: 0;
	}
	
}
@media (max-width: 768px) {
	.header-search {
		display: none;
	}
	body.show-mobile-search .header-search {
	    display: block;
	    position: absolute;
	    top: 100%;
	    width: 100%;
	    left: 0;
	    background: #fff;
	    padding: 10px;
	    border-bottom: 1px solid var(--thirdcolor);
	}
	#search {
    	width: 100%;
	}	
	.header-row-right {
		display: flex;
		justify-content: flex-end;		
	}
	.header-cart {
		order: 2;
	}
	#cart > .btn {
		margin: 0;
	}
}

.navigation {
    background: #fff;
    z-index: 9;
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.navigation > .container > .d-flex {

}
.categorymenu .categorymenu-dropdown {
	position: relative;
}
.categorymenu .categorymenu-dropdown .menu-overlay {
    position: fixed;
    background: var(--maincolor);
    opacity: .5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    display: none;	
}
.categorymenu .categorymenu-dropdown > a {
	display: block;
    background-color: var(--secondarycolor);
    height: 37px;
    line-height: 37px;
    padding: 0 25px;
    color: var(--maincolor);
    font-size: 15px;
    font-weight: bold;
    width: 255px;
    text-align: center;
    border-radius: 5px;
}
.categorymenu .categorymenu-dropdown > a > .fas {
    position: absolute;
    left: 10px;
    top: 0;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
}
.categorymenu .categorymenu-dropdown .categorymenu-dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	width: 100%;
	width: 1140px;
    padding-top: 6px;
}
.categorymenu .categorymenu-dropdown .categorymenu-dropdown-menu:before {
	content: '';
    position: absolute;
    top: -14px;
    left: 20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
}
.categorymenu .categorymenu-dropdown:hover .categorymenu-dropdown-menu {
	display: block;
}
.categorymenu .categorymenu-dropdown > a:hover ~ .menu-overlay,
.categorymenu .categorymenu-dropdown .categorymenu-dropdown-menu:hover ~ .menu-overlay {
	display: block;
}

.navigation #menu {
	background: #fff;
	box-shadow: none;
	border-radius: 0;
	border: 0;
	margin: 0;
}
.navigation #menu .nav {
    float: none;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.navigation #menu .nav:before,
.navigation #menu .nav:after {
	display: none;
}
.navigation #menu .nav > li {
    position: relative;
    float: none;
    transition: all .4s;
}
.navigation #menu .nav > li > a {
    background-color: transparent;
    padding: 0;
    font-size: 18px;
    position: relative;
    text-align: center;
    line-height: 58px;
}
.navigation #menu .nav > li:hover {
	background: transparent;
}
.navigation #menu .nav > li:hover > a span{
	color: var(--maincolor);
}
.navigation #menu .nav > li > div {
	display: none;
}
.navigation #menu .nav > li > div {
	display: none;
	position: absolute;
	top: 58px;
	left: 0;
	background: #fff;
	width: 100%;
	box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.1);
	height: 300px;	
	min-width: 200px;
}
.navigation #menu .nav > li:hover > div {
	display: flex;	
}
.navigation #menu .nav > li > div ul {
	padding: 15px;	
}
.navigation #menu .nav > li > div ul li {
	display: block;
}
.navigation #menu .nav > li > div ul li a {
	display: block;
    padding: 5px 0;
    font-size: 15px;
}
.navigation #menu .nav > li > div ul li a:hover {
}

@media (max-width: 1200px) {
	.navigation #menu .nav > li > div { width: 740px; }
}

.navigation .navigation-column-3 {
	width: calc(100% - 255px);
	padding-left: 30px;
}

@media (max-width: 992px) {
	.navigation > .container { padding: 0; display: none; }	
}

/* content */
#content {
	min-height: 300px;
}
/* footer */
footer {
	margin-top: 30px;
    padding-top: 60px;
    background-color: var(--maincolor);
    border-top: 0;
	color: #fff;
    line-height: 1.4;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid var(--greycolor);
	margin-bottom: 30px;
}
footer a {
	color: var(--greycolor);
}
footer a:hover {
	color: #fff;
}
footer .footer-block-title {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--thirdcolor);
}
footer > .container {
	padding-bottom: 30px;
}
footer .col-sm-3 {
	margin-bottom: 30px;
	font-size: 19px;
}
footer .list-unstyled {
	margin-bottom: 0px;
}
footer .list-unstyled li {
	margin-bottom: 10px;
}
footer .footer-time {
	margin-bottom: 30px;
}
footer .footer-bottom {
	border-top: 1px solid #7B818C;
	padding-top: 40px;	
	padding-bottom: 40px;
}
footer .footer-powered {

}
footer .footer-powered img {
    max-width: 100%;
    display: inline-block;	
    margin-right: 30px;	
}
footer .footer-powered a {
	color: var(--secondarycolor);
	text-transform: uppercase;
}
footer .footer-powered a:hover {
	color: #fff;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 20px 0;
    padding: 0;
    border: 0;
    background: none;
    font-size: 13px;
    color: #7B818C;
}
.breadcrumb > li {
    text-shadow: none;
    padding: 0 20px 0 0;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 6px;
    width: 5px;
    height: 5px;
    border-right: 1px solid var(--maincolor);
    border-bottom: 1px solid var(--maincolor);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb > li:last-child {
	padding-right: 0;
}
.breadcrumb > li:last-child:after {
	display: none;
}
.breadcrumb a {
	color: #7B818C;
}
.breadcrumb a:hover {
	color: var(--maincolor);
}

.row.pagination-filter {
	margin-left: 0;
	margin-right: 0;
}
.row.pagination-filter .text-center {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
}
.pagination {
	margin: 0;
}
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 0;
    font-size: 1.2em;
    color: var(--secondarycolor);	
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background: #fff;
	color: var(--maincolor);
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
	background: #fff;
	color: var(--maincolor);
    border-color: #ddd;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 0 20px;
	line-height: 38px;
    height: 38px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	outline: none !important;
	transform: all .4s;
}
.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: #fff;
    text-shadow: none;
    box-shadow: none;
    border: 0;
    background: #7d7d7d;
    border-radius: 5px;
    font-weight: bold;
    font-size: 13px;
    padding: 0 30px;
    line-height: 40px;
    height: 40px;
}
.btn-primary {
	color: var(--secondarycolor);
	text-shadow: none;
	background: #fff;
	border: 2px solid var(--secondarycolor);
	box-shadow: none;
	border-radius: 20px;
	font-size: 20px;
	padding: 0 20px;
	line-height: 37px;
	height: 40px;
	font-weight: bold;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:active:hover, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #fff;
	border: 2px solid var(--thirdcolor);
	color: var(--thirdcolor);
}
.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 {
    background: var(--maincolor);
    border: 0;
    text-shadow: none;
}
.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: none;
    font-size: 13px;
    border: 0;
    background: #f97e00;
}
.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);
}

.button-cart-icon {
	position: relative;
	padding: 0 30px 0 30px;
}
.btn-wishlist {
    border: 0;
}
.btn-compare {
    border: 0;
}
.btn-wishlist:hover,
.btn-compare:hover {

}

/* 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;
}


.product-sorting-block > div {
	margin-bottom: 20px;
}
.product-sorting-block .switch-layot {
	float: right;
	padding-top: 2px;
	padding-left: 20px;
}
.product-sorting-block .switch-layot .btn-default {
    background: transparent;
    box-shadow: none;
    text-shadow: none;
    color: var(--maincolor);
    border: 0;
    padding: 5px 5px;
    height: auto;
}
.product-sorting-block .switch-layot .btn-default.active {
    background: transparent;
    color: var(--secondarycolor);
}
.product-sorting-block .sorting-select {
	margin: 0;
	float: right;
}
.product-sorting-block .sorting-select select {
    width: auto;
    float: right;
}
.product-sorting-block .toggle-mobile-filter {
    display: block;
    width: 100%;	
}
@media (max-width: 768px) {
	.product-sorting-block .sorting-select select { float: none; width: 100%; }	
}

.rating {
	margin-bottom: 20px;
}
.rating .fa-stack {
	font-size: 5px;
}
.rating .fa-star {
    color: var(--greycolor);
    font-size: 12px;
}
.rating .fa-star + .fa-star {
	color: var(--secondarycolor);
}

/* product list */
.product-thumb {
	margin-bottom: 30px;
	background: #FFFFFF;
	position: relative;
	padding-bottom: 10px;
	transition: transform .4s;
	border: 0;
}
.product-thumb:before {
	content: '';
	position: absolute;
	background: #fff;
	z-index: -1;
	width: 100%;
	height: 100%;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	transition: box-shadow .4s;
}
.product-thumb:hover {
	z-index: 4;	
}
.product-thumb:hover:before {
	height: calc(100% + 50px);	
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.swiper-slide .product-thumb {
	margin-bottom: 50px;
}
.product-layout.product-list .xdstickers_wrapper.position_upright {
	display: none !important;	
}
.product-thumb .xdstickers {
	background: var(--thirdcolor) !important;	
	position: relative !important;
	color: #fff !important;
}
.product-thumb .xdstickers:before {
	content: '';
	width: 9px;
	height: 37px;
	position: absolute;
	top: 0;
	left: -9px;
	background: url(../image/ribbon.png) no-repeat center center;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
	overflow: hidden;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	transition: all .4s;
	transform: scale(.9);
}
.product-thumb:hover .image img {
	transform: scale(1);
}
.product-thumb .caption {
	padding: 0 10px;
}
.product-thumb .product-thumb-name {
	display: block;
	line-height: 18px;
	font-size: 15px;
	overflow: hidden;
	height: 36px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: var(--maincolor);
	font-weight: normal;
	text-align: center;
}
.product-thumb .product-thumb-name:hover {
	color: var(--secondarycolor);
}
.product-thumb .product-thumb-stock {
	font-size: 14px;
    margin-bottom: 10px;
    color: #a2a9b3;	
    display: none;
}
.product-thumb .caption-line.d-flex {
	display: none;	
}
.product-thumb .product-thumb-model {
    color: #7B818C;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    top: 1px;
}

.product-thumb .product-thumb-price {
	margin-bottom: 5px;
	text-align: center;
	border-top: 1px solid var(--greycolor);
	padding-top: 5px;
}
.product-thumb .price-new {
	display: inline-block;
    position: relative;
    font-weight: bold;
    line-height: 24px;
    font-size: 16px;
}
.product-thumb .price-old {
    color: #C12727;
    text-decoration: line-through;
    margin-right: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .product-thumb-buttons {
	display: none;
	padding: 0px 10px 0 10px;
	text-align: center;
	position: absolute;
	top: 100%;
	z-index: 2;
	left: 0;
	width: 100%;
}
.product-thumb:hover .product-thumb-buttons {
	display: block;
}
.product-thumb .product-thumb-attrs {
	padding: 0;
	font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    height: 0px;
    transition: all .4s
}
.product-thumb .product-thumb-attrs:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30px;
	width: 100%;
	background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.product-thumb:hover .product-thumb-attrs {
    height: 74px;
    bottom: -74px;
    padding: 10px;	
}
.product-thumb .rating {
    display: flex;
    margin: 0 15px 0 0;
}
.product-thumb .rating .rating-desc {
	padding-top: 4px;
    padding-left: 10px;
    font-size: 14px;
    color: #A9A9A9;
}
.caption-buttons {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}
.caption-buttons .btn {
    background: var(--greycolor);
    padding: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.caption-buttons .btn:hover {
	background: var(--secondarycolor);
}

@media (min-width: 992px) {
.product-list .product-thumb {
    display: flex;
    align-items: flex-start;
    padding: 5px;
    margin-bottom: 15px;
}
.product-list .product-thumb:hover::before {
    height: 100%;
}
.product-list .product-thumb .image {
	width: 100px;
}
.product-list .product-thumb .caption {
    width: calc(100% - 320px);	
}
.product-list .product-thumb .product-thumb-name {
	height: 20px;
	text-align: left;
}
.product-list .product-thumb .product-thumb-price {
	text-align: left;
}
.product-list .product-thumb .product-thumb-buttons {
	width: 220px;
	padding: 0;
	margin-top: 10px;
	border: 0;
	display: block;
	position: relative;
	top: auto;
	left: auto;
	text-align: right;
}
.product-list .product-thumb .rating {
    border-top: 0;
    padding-top: 0;	
}
.product-list .product-thumb:hover .product-thumb-attrs {
    height: 44px;
    bottom: -44px;
    padding: 0 10px;
}
.product-list .product-thumb .product-thumb-attrs:after {
	display: none;
}
.product-list .product-thumb:hover .product-thumb-overlay {
    height: calc(100% + 54px);	
}

}


.product-images {
	position: relative;
}
.thumbnail {
	padding: 0;
	border: 0;
	border-radius: 5px;
	margin: 0;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.thumbnails {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails.image-additionals {
    position: absolute;
    bottom: 0;
    left: 0;	
}
.thumbnails > li {
    margin-left: 0px;
    margin-right: 7px;
    display: inline-block;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
    margin-bottom: 0px;
    padding: 5px;
    display: block;
    border: 2px solid var(--greycolor);
    border-radius: 5px;
}
.image-additional a:hover {
	border-color: var(--secondarycolor);
}
.image-additional {
	max-width: 80px;
}
@media screen and (max-width: 768px){
	.image-additional {
		max-width: 40px;
	}
	.image-additional a {
		padding: 0;
	}
}
.product-page-content h1 {
    margin-top: 20px;
    margin-bottom: 30px;
}
.product-price {
	font-size: 34px;
	font-weight: normal;
	padding-top: 115px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 768px){
	.product-price {
		padding-top: 15px;
	}
}
.product-price .product-price-stock {
	font-size: 16px;
    padding-left: 30px;
    color: var(--maincolor);
    display: none;
}
.product-price .old-price {
	color: #C12727;
    font-size: 18px;
    margin-right: 20px;	
}
.green {

}
.short-attrs {
    color: #7B818C;
    margin-top: -2px;
    display: none;
}
.short-attrs .attr-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--greycolor);	
    margin-bottom: 10px;
}
.short-attrs .attr-item > div {
    display: inline-block;
    background: #fff;
    margin-bottom: -2px;
}
.short-attrs .attr-item div + div {
    color: var(--maincolor);
    text-align: right;
}
.short-attrs .more_attrs {
	border-bottom: 1px dashed;
}
.product-info-grey {
    color: #7B818C;
    display: flex;
    font-size: 20px;
    flex-wrap: wrap;
}
.product-info-grey li {
	padding-right: 15px;
}
.product-info-stock {
	font-size: 18px;
    font-weight: bold;	
}
.more_reviews {
	font-size: 14px;
    margin-left: 15px;
    border-bottom: 1px dashed;	
}

#product > .form-group {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
#product #button-cart {
	width: auto;
	margin-bottom: 20px;
}
#product #button-cart:before {
    top: 18px;
    left: 20px;
}
#product #button-cart + .btn.btn-primary {
    background: var(--greycolor);
    width: 100%;
    margin-bottom: 20px;	
}
#product #button-cart + .btn.btn-primary:hover {
    background: var(--maincolor);	
}
#product .btn-wishlist,
#product .btn-compare {
    margin: 0 0 10px 0;
    padding: 0;
    background: transparent;
    color: #7B818C;
    font-size: 15px;
    box-shadow: none;
    display: none;
}
#product .btn-wishlist .fas,
#product .btn-compare .fas {
	font-size: 18px;
    margin-right: 5px;
}
#product .btn-wishlist:hover,
#product .btn-compare:hover {
	color: var(--maincolor);
}
.product-page-content-top {
	font-size: 14px;
    background: var(--greycolor);
    border-radius: 5px;
    padding: 15px 15px 10px 15px;	
    margin-bottom: 20px;
}
.product-view-now {
    margin-bottom: 15px;
    font-size: 14px;
    color: #808080;
    display: none;	
}
@media (max-width: 768px) {
	.product-price { align-items: unset; flex-direction: column; }
	.product-price .product-price-stock { padding-left: 0px; }
}
.attrs-all {
    margin-bottom: 30px;	
}
.attrs-all-single {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #efefef;
    margin-bottom: 10px;		
}
.attrs-all-single > div {
    background: #fff;
    position: relative;
    margin-bottom: -3px;
}
.attrs-all-single .attrs-all-single-right {
	color: #808080;
}
#review {
	margin-bottom: 20px;
}
.toggle-rewiev-form {
	margin-bottom: 20px;
}
.rewiev-form {
    background: var(--greycolor);
    padding: 20px 20px 5px 20px;
    border-radius: 5px;	
    margin-bottom: 30px;
    display: none;
}
.rewiev-form-title {
    font-size: 22px;
    margin-bottom: 20px;	
}
.review-item {
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    font-size: 15px;
}
.review-item .review-item-top {
	border-bottom: 1px solid #e6e6e6;
    padding: 10px 15px;	
}
.review-item .review-item-author {
	font-weight: bold;
}
.review-item .review-item-date_added {
	color: #808080;	
}
.review-item .review-item-body {
	padding: 15px 15px 5px 15px;
}

#tab-description h2 {
	z-index: 1;
	position: relative;	
}
#tab-description h2:after {
	content: '';
	position: absolute;
	top: 14px;
	right: 0;
	width: 100%;
	border-bottom: 1px solid var(--thirdcolor);
	height: 0;
	z-index: -1;	
}
#tab-description h2 span {
	background: #fff;
	z-index: 1;
	padding-right: 10px;	
}


@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%;
    }
}

@media (max-width: 768px) {
	#column-right, #column-left {
		display: none;	
	}
}

/* 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;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}


#mobile-panel {
    position: fixed;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    z-index: 99;
    top: 0;
    width: 300px;
    overflow: hidden;
    transition: left .4s;	
    left: -320px;
}
@media (min-width: 992px) {
	#mobile-panel { display: none; }
}
body.open-mobile-panel {
	overflow: hidden;
}
body.open-mobile-panel #mobile-panel {
	left: 0;
	overflow: auto;
	transition: left .4s;
}
#mobile-panel .mobile-panel-inner {
	padding: 15px;
}
#mobile-panel .toggle-mobile-panel {
	width: 100%;
	text-align: right;
	font-size: 36px;
	color: var(--secondarycolor);
	display: block;
}
#mobile-panel ul.nav {
	float: none;	
	margin: 7.5px -15px;
}
#mobile-panel ul.nav li {
    border-bottom: 1px solid var(--greycolor);	
    float: none;    
}
#mobile-panel ul.nav > li > a {
    color: var(--maincolor);
    font-size: 14px;
    position: relative;	
    padding: 10px 15px;
    font-weight: bold;
}
#mobile-panel ul.nav > li > a img {
	border-radius: 5px;
	max-width: 40px;
	margin-right: 5px;
}
#mobile-panel ul.nav > li > a:hover, #mobile-panel ul.nav > li > a:focus {
	color: var(--maincolor);
	background: var(--greycolor);
}
#mobile-panel ul.nav li.isset-child > a:after {
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: FontAwesome;
    content: "\f054";
    font-size: 11px;
    color: var(--secondarycolor); 
    transition: all .4s;
}
#mobile-panel ul.nav li.isset-child > a:hover:after {
	color: #fff;
}
#mobile-panel ul.nav li.isset-child.open-child > a {
	background: var(--greycolor); 
}
#mobile-panel ul.nav li.isset-child.open-child > a:after {
	color: #fff;
    transform: rotate(90deg);	
}
#mobile-panel ul.nav li.isset-child ul {
	display: none;
}
#mobile-panel ul.nav li.isset-child ul li a {
	display: block;
	color: var(--maincolor);
	font-size: 13px;
	background: var(--greycolor);
	padding: 8px 15px;
}
#mobile-panel ul.nav li.isset-child ul li a:hover {
	color: var(--maincolor);
}


#mobile-panel ul.nav li.sep {
	display: none;
}

#mobile-panel .mobile-panel-information ul.nav > li > a {
	color: var(--maincolor);
    font-weight: bold;
}

#mobile-panel .mobile-panel-title {
    padding-top: 10px;
    color: var(--maincolor);
    font-weight: bold;
    font-size: 14px;
}

.block-title {
	color: var(--maincolor);
	font-weight: normal;
	font-size: 36px;
	position: relative;
	z-index: 1;
}
.block-title:after {
	content: '';
	position: absolute;
	top: 22px;
	right: 0;
	width: 100%;
	border-bottom: 1px solid var(--thirdcolor);
	height: 0;
	z-index: -1;	
}
.block-title span {
	background: #fff;
	z-index: 1;
	padding-right: 10px;	
}
.block-title.margin {
    margin-bottom: 20px;
}
.block-title.block-title-center {
	text-align: center;
}
.block-title.block-title-center:after {
	display: none;
}
@media screen and (max-width: 768px){
.block-title {
	font-size: 18px;
    padding-left: 5px;
    white-space: nowrap;
    max-width: calc(100% - 70px);
    overflow: hidden;
    text-overflow: ellipsis;
}
}

.category-wall {
	padding-top: 30px;
}
@media screen and (min-width: 992px){
.category-wall .col-md-2 {
	width: 20%;
}
}
.category-block {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: relative;	
    padding: 10px;
    transition: all .4s;
}
.category-block:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.category-block-img {
	position: relative;	
	text-align: center;
	display: block;
	margin: 0 auto;
}
.category-block-img img {
	max-width: 100%;
	margin-bottom: 15px;
}
.category-block-img span {
	display: none;
}
.category-block-title {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	height: 55px;
	overflow: hidden;
	padding-top: 15px;
	color: var(--maincolor);
	font-weight: normal;
	border-top: 1px solid var(--greycolor);
}
.category-block-title:hover {
    color: var(--secondarycolor);
}

#back_to_top {
    color: #fff;
    position: fixed;
    bottom: 30px;
    right: -70px;
    margin: 0;
    z-index: 10000;
    width: 40px;
    height: 40px;
    background-color: var(--maincolor);
    border-radius: 5px;
    opacity: 0;
}
#back_to_top .arrow-up.icon {
    color: currentColor;
    margin-left: 19px;
    margin-top: 13px;
    width: 2px;
    height: 16px;
    background-color: currentColor;
    position: absolute;
}
#back_to_top .arrow-up.icon:before {
    content: '';
    position: absolute;
    left: -4px;
    top: -1px;
    width: 10px;
    height: 10px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#back_to_top:hover {
    background: var(--secondarycolor);
    color: #fff;
}
.scrolled #back_to_top {
	right: 30px;
	opacity: 1;
}


.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: unset;
    max-width: 200px;
    overflow: hidden;
    font-size: 14px;
}


.navbar.account-menu {
	min-height: unset;
    border: 1px solid var(--secondarycolor);
    padding: 10px 15px;
    position: relative;
    font-size: 15px;	
}
.navbar.account-menu .navbar-nav {
    display: flex;
    justify-content: space-between;
    float: none;
    margin-left: -7px;
    margin-right: -7px;	
}
.navbar.account-menu .nav-item {
	padding: 0 7px;
}
@media screen and (max-width: 992px){
.navbar.account-menu {
    border: 0;
    padding: 0;
    font-size: 14px;
}
.navbar.account-menu .navbar-nav {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 0 20px;
    margin-left: 0;
    margin-right: 0;
}
.navbar.account-menu:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 100%;
	background: linear-gradient(to right, #fff, transparent);
}
.navbar.account-menu:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 100%;
	background: linear-gradient(to left, #fff, transparent);
}
.navbar.account-menu .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 30px;	
}		
}

.well.login-form {
    background: #fff;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin: 0 auto;
    border-color: #ececec;
}
.well.login-form h2 {
	margin-top: 0;
}
.well.login-form .form-group a {
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

.account-blocks a {
	display: flex;
	border-radius: 5px;
	min-height: 60px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--maincolor);
	margin-bottom: 30px;
}
.account-blocks a span {
	text-align: center;
}
.account-blocks a:hover {
	background: var(--secondarycolor);
}

#common-success h1,
#common-success p,
#common-success .buttons {
	text-align: center;
}
#common-success .buttons > div {
	float: none !important;
}

#simplecheckout_form_0 .simplecheckout-cart thead,
#simplecheckout_form_0 .simplecheckout-cart td.quantity,
#simplecheckout_form_0 .simplecheckout-cart td.price {
	display: none !important;
}
#simplecheckout_form_0 .simplecheckout-cart td.name,
#simplecheckout_form_0 .simplecheckout-cart td.total {
    vertical-align: middle;
    font-size: 14px !important;
    font-weight: normal !important;
}
#simplecheckout_form_0 .simplecheckout-cart td.name {
    text-align: left;
}
#simplecheckout_form_0 .checkout-heading {
    border-radius: 0 !important;
    border: 0 !important;
    background: transparent !important;
    padding: 10px 0px !important;
    color: currentColor !important;	
    font-size: 20px;
}
#simplecheckout_form_0 .simplecheckout-cart-total-remove {
	display: none;
}
#simplecheckout_form_0 .simplecheckout-cart-total {
    border: 0;
    padding-top: 30px;	
}
#simplecheckout_form_0 .simplecheckout-cart-total-value {
	font-size: 24px;
}

#simplecheckout_form_0 .form-horizontal .control-label {
	text-align: left !important;
}
#simplecheckout_form_0 .simplecheckout-block-content {
    padding: 10px 0;
}

.simplecheckout-left-column {
    padding: 15px;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.simplecheckout-button-block {
	padding-left: 0 !important;
	padding-right: 0 !important;	
}
.simplecheckout-button-right {
	float: left !important;
	padding-top: 10px;
}
.simplecheckout-button-block a.btn-primary {
	height: 60px;
    line-height: 60px;
    font-size: 20px;	
}
.checkout-heading-button a {
	color: var(--maincolor);
}
.checkout-heading-button a:hover {
	color: var(--secondarycolor);
}
.simplecheckout-block-content .radio {
	position: relative;
}
.simplecheckout-block-content .radio label {
	padding: 0;
}
.simplecheckout-block-content .radio label input {
	display: none;
}
.simplecheckout-block-content .radio label input ~ span {
	position: relative;
	padding-left: 22px;
}
.simplecheckout-block-content .radio label input ~ span:before {
    font: normal normal normal 10px/1 FontAwesome;
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    line-height: 13px;
    text-align: center;
    border-radius: 3px;	
}
.simplecheckout-block-content .radio label input:checked ~ span:before {
    content: "\f00c";
    color: #fff;
    background: var(--maincolor);
    border-color: var(--maincolor);	
}
.simplecheckout-block-content .radio label:hover input ~ span:before {
	border-color: #969696;
}

@media screen and (max-width: 768px){
	#simplecheckout_customer .checkout-heading-button { float: none !important; }
}

.modal-backdrop {
	z-index: 9 !important;
}

.swiper-viewport.slideshow-module {
	margin-bottom: 60px !important;
	padding-top: 0px;
}
.swiper-viewport.slideshow-module .swiper-slide .slide-item img {
	width: 100%;
}
.swiper-viewport.slideshow-module .swiper-slide .slide-item {
	position: relative;
}
.swiper-viewport.slideshow-module .swiper-slide .slide-item .caption {
	position: absolute;
	color: var(--maincolor);
	font-size: 44px;
	font-weight: 100;
	top: 50%;
	left: 50%;
	width: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding: 0 15px;
	display: none;
}

.swiper-viewport.slideshow-module .swiper-slide .slide-item .caption .btn-primary,
.swiper-viewport.slideshow-module .swiper-slide .slide-item .caption .btn-primary:hover {
	background: transparent;
	margin-top: 10px;
}

@media screen and (max-width: 992px){
	.swiper-viewport.slideshow-module .swiper-slide .slide-item .caption { font-size: 32px; line-height: 1; }	
}
@media screen and (max-width: 680px){
	.swiper-viewport.slideshow-module .swiper-slide .slide-item .caption { font-size: 22px; }	
	.swiper-viewport.slideshow-module .swiper-slide .slide-item .caption .btn-primary { display: none;}
}
@media screen and (max-width: 480px){
	.swiper-viewport.slideshow-module .swiper-slide .slide-item .caption { font-size: 15px; left: 0; width: 100%; }	
}

.icons {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 30px;
}
.icons p {
	margin-bottom: 30px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-weight: bold;
    line-height: 1.1;
}
.icons p img {
	margin-right: 10px;
}
@media screen and (max-width: 768px){
	.icons { flex-direction: column; }	
}

.banner-block-item {
	background-size: cover;
	background-position: center center;
}
.banner-block-item .caption {
	font-weight: bold;
	color: #fff;
	font-size: 48px;
	max-width: 60%;
	display: block;
	padding-top: 100px;
	padding-bottom: 100px;
}

.banner-more {
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	border-radius: 15px;
	font-size: 15px;
	background: #fff;
	display: inline-block;
	margin-top: 20px;	
}
.banner-more:hover {
	background: var(--greycolor);
}

.layoutmanager {
	margin-left: -15px;
	margin-right: -15px;
}
@media screen and (max-width: 768px){
	.layoutmanager .layout-column.col-sm-6.col-xs-6 {
		width: 100% !important;
	}
}



#checkout-cart #accordion {
	display: none !important;
}

.footer-social-icons-title {
	font-weight: bold;
	margin-bottom: 15px;
}
.footer-social-icons .social {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.footer-social-icons .social a {
	font-size: 32px;
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	background: transparent;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
}
.footer-social-icons .social a:hover {
    color: var(--secondarycolor);
}

.blog-article {
	background: #fff;
    padding: 0px;	
}
.blog-article > .row {
	margin-bottom: 30px;
}
.blog-article .image img {
	margin: 0 auto;
	width: 100%;
}
.blog-article .caption {
	height: 150px;
	overflow: hidden;
	position: relative;
	padding-top: 15px;
}
.blog-article > .row .caption {
	padding-top: 0;
	height: auto;
	overflow: unset;
}
.blog-article .caption:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 100%;
	background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}
.blog-article > .row .caption:after {
	display: none;
}
.blog-article .date_added {
    padding: 10px 0;	
    display: none;
}
.blog-article .date_added span {
    font-size: 12px;
    display: inline-block;
    color: #ababab;	
}
.blog-article .blog-article-title {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;	
}
.blog-article > .row .blog-article-title {
	font-size: 23px;	
}
.blog-article .description {
	margin: 0;	
	font-size: 14px;
}
.blog-post img {
	max-width: 100%;
	height: auto !important;
}
.blog-article .blog-article-button {
	padding-top: 20px;
}
.blog-article > .row .description {
	color: #7A7A7A;
}


.sf-block {
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 30px;
	background: url(../image/sf-bg.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
}
.sf-block .sf-header {
	font-size: 41px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.sf-block .sf-desc {
	font-size: 22px;
	text-align: center;
	max-width: 680px;
	margin: 0 auto 20px auto;
}
.sf-block .input-group {
	max-width: 680px;
	margin: 0 auto;	
	display: flex;
}
.sf-block .input-group .form-control {
	background: #B1B1B1;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 22px;
	border: 0;
	border-radius: 24px;
	margin-right: 20px;
	padding: 0 20px;
}
.sf-block .input-group .form-control::placeholder {
  color: #fff;
  opacity: 1;
}
.sf-block .input-group .form-control:-ms-input-placeholder {
  color: #fff;
}
.sf-block .input-group .form-control::-ms-input-placeholder {
  color: #fff;
}
.sf-block .input-group .btn-primary {
	border-radius: 24px;
	display: block;
	font-size: 22px;
	height: 48px;
	width: auto;
	line-height: 46px;
	color: #fff;
	background: var(--secondarycolor);
}
.sf-block #respond ~ span {
	color: #fff !important;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px){
	.sf-block .sf-header { font-size: 24px; }
	.sf-block .sf-desc { font-size: 14px; }
	.sf-block .input-group { flex-direction: column; }
	.sf-block .input-group .form-control { margin: 0 0 20px 0; }
}



.header-comment .comment-content {
	margin-bottom: 20px;
    text-align: center;
    border: 1px solid #c1c1c1;
    background: var(--greycolor);
    padding: 10px 5px;
    font-weight: bold;
    color: var(--secondarycolor);
}
.header-comment .comment-content p {
	margin: 0;
}













