@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-Bold.eot');
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
		url('./fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('./fonts/OpenSans-Bold.woff') format('woff'),
		url('./fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-Light.eot');
	src: local('Open Sans Light'), local('OpenSans-Light'),
		url('./fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
		url('./fonts/OpenSans-Light.woff') format('woff'),
		url('./fonts/OpenSans-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-Regular.eot');
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
		url('./fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('./fonts/OpenSans-Regular.woff') format('woff'),
		url('./fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-SemiBold.eot');
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
		url('./fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('./fonts/OpenSans-SemiBold.woff') format('woff'),
		url('./fonts/OpenSans-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

body {
	font-family: 'Open Sans';
	font-weight: 400;
	color: #000;
	font-size: 16px;
	line-height: 26px;
	width: 100%;
}
@media (min-width: 768px) {
	.container {
	width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
	width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
	width: 1170px;
	}
}
@media (min-width: 1320px) {
	.container {
	width: 1280px;
	}
}
@media (min-width: 1480px) {
	.container {
	width: 1400px;
	}
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
.blue {
	color: #ca0011
}
/* default font size */
.fa {
	font-size: 16px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #ca0011;
}
a:hover {
	color: #2893f3;
	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;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #ca0011;
}
/* top */
#top {
	background-color: #f5f5f5;
	padding: 7px 0px;
	min-height: 30px;
}
#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 {
	color: #ffffff;
	background-color: #ca0011;
}
#top .btn-link, #top-links li, #top-links a {
	color: #000;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .pull-left a:hover {
	text-decoration: underline;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}

header {
	margin: 30px 0 30px 0;
}
/* logo */
#logo {
	margin: 0 0 0 0;
}
/* search */
.searchbox {
	padding-left: 70px;
	margin-bottom: 10px;
}
#search {
	padding-top: 5px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 0;
	border-color: #7c7b7b;
	box-shadow: none;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px;
	background: #fff;
	border-color: #7c7b7b;
	border-radius: 0;
	border-left: 0;
	box-shadow: none;
	outline: 0;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
/* menu */
#menu {
	background-color: #000000;
	min-height: 60px;
	border-radius: 0;
}
#menu .nav > li > a {
	color: #fff;
	padding: 20px 15px 18px 15px;
	min-height: 16px;
	background-color: transparent;
	text-transform: uppercase;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #424242;
}
#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: 16px;
	font-weight: 100;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #ca0011;
	border-color: #c50032 #c50032 #c52525;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #ca0011;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#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: 40px;
	padding-bottom: 40px;
	background-color: #1f2022;
	border-top: 1px solid #ddd;
	color: #fff;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #fff;
}
footer a {
	color: #fff;
	font-weight: 100;
}
footer a:hover, footer a:focus {
	color: #cecece;
}
footer .ftitle {
	font-weight: bold;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	background: #f7f7f7;
	border-radius: 0;
	font-size: 14px;
}
.breadcrumb > li {
	padding: 0 15px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: ' / ';
		display: block;
		position: absolute;
		top: 0;
		right: -5px;
}
.breadcrumb > li:last-child:after {
	content: '';
		display: none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 16px;
	border: 1px solid #cccccc;
	border-radius: 0;
	outline: 0 !important;
	box-shadow: none !important;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	background-color: #e7e7e7;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	background-color: #ca0011;
	border-color: #c50032 #c50032 #c52525;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #a70e1b;
	background-position: 0 -15px;
	border-color: #a70e1b;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	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;
	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;
	background-color: #5bb75b;
	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;
	background-color: #df5c39;
	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: #ca0011;
	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;
	background-color: #363636;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
}
/* 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;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.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;*/
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 105px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	text-decoration-color: red;
	margin-left: 10px;
	font-size: 16px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
.option-radio {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}
.option-radio .radio {
	margin-top: 0;
	min-width: 160px;
}
.option-radio .radio label {
	padding: 10px 20px;
	border: 1px solid #ccc;
	margin-right: 10px;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	transition: 0.3s;
}
.option-radio .radio label:hover {
	background: #fffbe9;
	border: 1px solid #ffd22c;
}
.option-radio .radio label.active {
	background: #ffec90;
	border: 1px solid #ffd22c;
}
.option-radio .radio input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.package-price > span {
	display: block;
	line-height: 1.2;
}
.package-value {
	font-size: 15px;
	font-weight: 600;
}
.my-country {
	border-bottom: 2px dotted;
	display: inline-block;
	cursor: pointer;
}
#modal-countries .modal-content{
	padding: 15px;
}
#modal-countries ul {
	list-style: none;
}
#modal-countries li {
	font-size: 13px;
	line-height: 1.2;
	cursor: pointer;
}
#modal-countries li.active {
	color: #ca0011;
}
#modal-countries li:hover {
	text-decoration: underline;
}
#product .tax-price {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 20px;
}
.product-images {
	position: relative;
}
.live-search {
	width:100%;
	position:absolute;
	z-index:1000;
	margin-top: 40px;
	background-color:#FFF;
	border: 1px solid #DDD;
	left: 0;
	display:none;
}
.live-search .loading{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.live-search ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.live-search ul li {
	cursor:pointer;
	padding: 10px 5px;
	margin:0px 5px;
	background-color:#FFF;
	min-height:68px;
	clear:both;
}
.live-search ul li:nth-child(even) {
	background-color: #FAFAFA;
}
.live-search ul li:hover {
	background-color: #f1f1f1;
}
.live-search ul li a{
	text-decoration: none;
	display:block;
}
.live-search ul li .product-image{
	float:left;
	margin-right:5px;
}
.live-search ul li .product-name p{
	font-weight: normal;
	line-height: 16px;
    font-size: 12px;
	color:#555555;
	margin:0px;
	padding:0px;
}
.live-search ul li .product-name{
	float: left;
	width:58%;
	font-size: 15px;
	line-height: 22px;
	max-height: 48px;
    overflow: hidden;
}
.live-search ul li .product-price {
	text-align: right;
	font-size: 14px;
	float:right;
	width:25%;
}
.live-search ul li .product-price .price{
	color: #333333;
	display:block;
}
.live-search ul li .product-price .special{
	color: #a9a9a9;
	text-decoration: line-through;
	display:block;
}

.live-search .product-price > .special {
	margin-top: -5px;
}
.live-search .result-text{
	text-align: center;
	font-size: 14px;
    line-height: 40px;
	color:#555555;
	background-color:#f3f3f3;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.live-search .view-all-results:hover {
	color: #23527c;
}
.live-search .view-all-results {
	color: #23a1d1;
}
.live-search .product-image {
	width: auto;
}
.live-search .product-image img {
	width: 50px;
}
#search .input-lg+.dropdown-menu {
	padding: 0;
	border: 0;
}
#search .input-lg:focus+.dropdown-menu,
#search .input-lg:focus+.dropdown-menu+.live-search{
	display: block !important;
}

@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%;
	}
}
.thumbnail {
	padding: 0;
	border: 0;
}
.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: 0;
	display: block;
	border: 0;
}
.image-additional {
	margin-bottom: 15px;
}
.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%;
	}
	.navbar-nav {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: flex-start;
		align-items: center;
	}
	#menu .nav > li > a {
		text-align: center;
	}
	#top-links {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: space-between;
		align-items: center;
	}
}

/* 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;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
	position: absolute;
	margin-top: 4px\9;
	margin-right: -20px;
		margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: unset;
	border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
	float: right;

}
html[dir=rtl] #cart .dropdown-menu {
	left: 0;
	right: auto;

}
.list-inline {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	 
	html[dir=rtl] .navbar-nav {
		float: right;
		margin: 0;
	}
	
	html[dir=rtl] .navbar-nav > li {
		float: right;
	}
	 
}
.home-catalog {
	margin-top: 10px;
	margin-bottom: 30px;
}
.home-catalog-item a {
	position: relative;
	display: block;
	background-color: #f5f5f5;
	padding: 10px 15px;
	height: 110px;
		line-height: 80px;
	margin-bottom: 20px;
	transition: .3s;
}
.home-catalog-item a:hover {
	background-color: #fdefef;
}
.home-catalog-item img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 30%;
}
.home-catalog-item span {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	line-height: 30px;
	max-width: 140px;
	font-size: 25px;
	color: #323232;
}
.wishlist_icon {
	display: inline-block;
	height: 26px;
	width: 26px;
	background-image: url(/image/icons/wish.svg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	transition: all ease .2s;
}
.compare_icon {
	display: inline-block;
	height: 26px;
	width: 26px;
	background-image: url(/image/icons/compare.svg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	transition: all ease .2s;
}
.cart_icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	left: 0;
	top: 0;
	z-index: 1;
	background-image: url(/image/icons/cart.svg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	transition: all ease .2s;
}
.login_icon {
	width: 25px;
	height: 25px;
	background-image: url(/image/icons/login.svg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.remove_icon {
	position: relative;
	display: inline-block;
	width: 14px;
		height: 14px;
		border: 0;
		background-color: transparent;
	z-index: 1;
	background-image: url(/image/icons/remove.svg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	transition: all ease .2s;
}
#cart {
	margin-left: 30px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
#cart .remove_icon{
	top: 4px;
}
.cart-counter {
	position: absolute;
		top: 0;
		left: 20px;
		background: #ca0011;
		color: #fff;
		font-size: 12px;
		width: 22px;
		height: 22px;
		line-height: 22px;
		text-align: center;
		border-radius: 20px;
}
.cart-amount {
		padding-left: 10px;
		font-size: 18px;
		color: #ca0011;
}
.header-right {
	text-align: right;
	padding-top: 8px;
}
#top .header-phone a {
	color: #ca0011;
	font-weight: bold;
}
#wishlist-total {
	position: relative;
}
#wishlist-total span {
	position: absolute;
		top: -5px;
		left: 20px;
		background: #ca0011;
		color: #fff;
		font-size: 12px;
		width: 22px;
		height: 22px;
		line-height: 22px;
		text-align: center;
		border-radius: 20px;
}
#top-links .nav>ul>li {
		padding-right: 8px;
		padding-left: 8px;
}
#top-links .nav>ul>li:first-child {
	padding-left: 0;
}
.v_before:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: -3px;
		width: 1px;
		height: 30px;
		background-color: #d9d9d9;
}
.opening-hours {
	position: relative;
}
.header-phone {
	position: relative;
	padding-left: 15px !important;
	padding-right: 20px !important;
	margin-right: 10px;
}
.header-phone:after {
		content: '';
		-webkit-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
		width: 14px;
		height: 10px;
		display: block;
		position: absolute;
		top: 8px;
		right: 0;
		background: url(/image/icons/arrow.svg) center no-repeat;
		transition: .3s;
}
.header-phone:hover:after {
	transform: rotate(-180deg);
	top: 7px;
}
.phones-list {
	display: none;
	position: absolute;
	left: 0;
	padding: 0 15px 10px 15px;
		width: 100%;
		background-color: #f5f5f5;
		box-shadow: 0 6px 7px -6px;
		z-index: 3;
}
#top .phones-list a {
	display: block;
}
.header-phone:hover .phones-list {
	display: block;
}
.header-phone a:hover {
	color: #000 !important;
}

#top-links .top-links-right>ul>li {
		padding-right: 12px;
		padding-left: 16px;
}
.maintenance  #logo img{
	height: auto;
	max-height: 80px;
	position: relative;
		top: 0;
}
.product-thumb .product-name {
	display: block;
	color: #333333;
	text-align: center;
	height: 74px;
	overflow: hidden;
}
.extra-buttons {
	position: absolute;
	right: -50px;
	top: 20px;
	display: none;
	transition: .3s;
}
.product-thumb:hover .extra-buttons {
	right: 8px;
	display: block;
}
.extra-buttons {
	z-index: 1;
}
.extra-buttons button {
	display: block;
	background: #fff;
	border: 0;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	margin-bottom: 15px;
	box-shadow: 0 0 5px #ccc;
}
.extra-buttons button:hover {
	background: #dcdcdc;
}
.extra-buttons i {
	position: relative;
		top: 4px;
}
.product-layout {
	box-shadow: -0.5px -0.5px 0 0.5px #f9f9fc, inset -1px -1px 0 0 #f9f9fc;
	/*transition: .3s;*/
}
.product-layout:hover {
	box-shadow: 0 0 5px #a6a6a6;
}
.product-thumb .stock {
	float: left;
}
.product-thumb .stock span {
	line-height: 40px;
	font-size: 14px;
	/*background: #f4f4f4;*/
	border: 1px dashed;
	padding: 3px 6px;
	font-weight: 100;
}
.stock .instock{
	color: green;
}
.stock .preorder{
	color: orange;
}
.stock .outstock{
	color: red;
}
.stock .instock:before {
		content: "";
		width: 10px;
		height: 10px;
		background: url(/image/icons/sprite.svg#include--product-module-stock) no-repeat;
		margin-right: 4px;
		display: inline-block;
}
.button-cart {
	float: right;
	background-color: #ca0011;
}
.product-thumb .price {
	color: #ca0011;
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
}
.products-row {
	margin-right: 0;
		margin-left: 0;
		margin-bottom: 30px;
}
.alert {
	font-size: 14px;
}
.alert-dismissable .close, .alert-dismissible .close {
		right: -8px;
		top: 3px;
}
.product-thumb .image {
	padding: 15px 20px 10px 20px;
}
.prodcatman {
		position: relative;
}
.prodcatman>.products-row {
	border: groove;
	border-color: #FFF;
	border-width: 2px;
}
.prodcatman .product-layout {
	float:right;
}
.prodcatman>.products-row>.product-layout:first-child {
		position: absolute;
		left: 0;
		top: 0;
		/*height: calc(100% + 30px);
		margin-top: -15px;*/
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		z-index: 5;
		transition: .3s;
		padding: 30px 25px;
		float: none;
}
.prodcatman:hover>.products-row>.product-layout:first-child {
	height: calc(100% + 30px);
		margin-top: -15px;
}
.common-home .products-row {
		margin-bottom: 30px;
}

.cat-total {
	display: block;
		text-align: center;
		margin: 0 auto;
		color: #fff;
		font-size: 14px;
		font-weight: 100;
}
.catbox {
	border: 0;
		box-shadow: none;
		transition: .3s;
		color: #fff;
}
.catbox ul {
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.catbox .desc {
	color: #fff;
	font-size: 15px;
	margin-top: 20px;
	font-weight: 100;
}
.catbox .desc a {
	color: #fff;
	font-size: 17px;
	font-weight: 100;
}
.catbox .desc a:hover, .catbox .desc a:focus {
	text-decoration: underline;
	text-decoration-style: dotted;
}
.cat-name {
	text-align: center;
	color: #fff;
	font-weight: 100;
	font-size: 25px;
	margin-top: 20%;
}
.btn-all {
	display: table;
		text-align: center;
		margin: 35px auto 0 auto;
		color: #fff;
		padding: 12px 25px;
		border: 1px solid #fff;
		transition: .3s;
		font-weight: 100;
}
.btn-all:hover,.btn-all:focus {
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-decoration: none;
}

.home-texts {
	margin: 60px 0 40px 0;
	padding: 50px;
		background: #f7f7f7;
		color: #000;
}
.home-texts h1{
	margin-top: 0;
	font-size: 28px;
	font-weight: 100;
}
.home-texts h3{
	font-weight: 100;
}
.home-description {
	font-weight: 100;
}
#reviews {
	margin: 30px 0;
}
.fa-viber {
		position: relative;
		top: 3px;
		background-image: url(/image/icons/viber.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 16px;
		height: 16px;
}
.powered {
	font-size: 13px;
	font-weight: 100;
	margin-bottom: 20px;
}
.payment-icons .fa {
	font-size: 34px;
	line-height: inherit;
	color: darkgray;
}
.pcart-totals {
	font-size: 18px;
	font-weight: 100;
}
.normal-price {
	font-size: 28px;
	font-weight: 600;
	color: #ca0011;
	margin-bottom: 0;
		margin-right: 30px;
		line-height: 52px;
}
.old-price {
	text-decoration: line-through;
	text-decoration-color: red;
}
.pricebox {
	min-height: 52px;
	margin: 30px 0;
}
.pricebox-item {
	position: relative;
	display: inline-block;
	float: left;
}
#button-cart:before {
		content: "";
		display: inline-block;
		background: url(/image/icons/cart_white.svg) no-repeat 0 0;
		width: 30px;
		height: 28px;
		margin-right: 12px;
}
#button-cart {
		display: inline-flex;
	vertical-align: middle;
		line-height: 30px;
		font-size: 18px;
		padding: 10px 36px;
		margin-right: 20px;
}
#button-wishlist,
#button-compare {
	display: inline-flex;
	vertical-align: middle;
		line-height: 30px;
		font-size: 18px;
		padding: 13px 12px;
		margin-right: 10px;
		border: 0;
}
#button-compare {
	margin-right: 0;
}
#button-wishlist:hover,
#button-compare:hover {
	background: #fdefef;
	border: 0;
}
#parameters {
	font-weight: 100;
	font-size: 14px;
}
#parameters tr>td:first-child {
	font-weight: 600;
}
.pr-methods {
	font-weight: 600;
	text-transform: uppercase;
}
.pr-methods-list {
	list-style: square;
}
.pr-methods-list em {
	font-weight: 100;
}
.pr-methods-list img + span{
	padding-left: 7px;
}
.pr-payment .pr-methods-list {
    list-style: none;
    padding-left: 0;
}
.delivery-post {
	list-style: none;
	padding-left: 0;
	line-height: 36px;
}
#related-products {
	margin-top: 50px;
}
.pr-info {
	padding: 14px 20px;
	background: #fdefef;
}
.pr-model {
	margin-top: 10px;
}
.pr-model, .pr-brand, .pr-ean {
	font-weight: 100;
}
.pr-model span, .pr-ean span {
	font-weight: 500;
}
.pr-brand a {
	color: #ca0011;
	font-weight: 400;
}
.pr-brand a:hover,.pr-brand a:focus {
	text-decoration: underline;
}
.opt-prices {
	position: relative;
	margin-top: -10px;
}
.opt-title {
	position: relative;
	font-size: 13px;
	padding-right: 20px;
	cursor: pointer;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-thickness: 1px;
}
.opt-title:after {
	content: '';
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 14px;
	height: 10px;
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	background: url(/image/icons/arrow.svg) center no-repeat;
	transition: .3s;
}
.opt-prices:hover .opt-title {
	text-decoration: none;
}
.opt-prices:hover .opt-title:after {
	transform: rotate(-180deg);
}
.opt-list {
	display: none;
	position: absolute;
	background: #fdefef;
	padding: 5px 0;
	box-shadow: 0 0 4px #ccc;
	min-width: 200px;
	z-index: 1;
}
.opt-list li {
	padding: 0 8px;
	cursor: default;
}
.opt-list li:hover {
	background: #fff;
}
.opt-prices:hover .opt-list {
	display: block;
}
.pricebox .old-price {
	position: absolute;
	top: -10px;
}
.product-product h1 {
	margin-top: 0;
}
.pre-h1 {
	display: block;
	margin-top: 14px;
	font-size: 18px;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: #ca0011;
	text-decoration-thickness: 2px;
	margin-bottom: 4px;
}
.nav-tabs>li>a {
	border-radius: 0;
	font-size: 18px;
}
.rating .aslink {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-thickness: 1px;
	color: #ca0011;
	cursor: pointer;
}
.rating .aslink:hover {
	text-decoration: none;
}
.sort-row {
	margin-top: 20px;
	margin-bottom: 20px;
}
.sort-row .input-group {
		max-width: 245px;
		float: right;
}
.sort-row button {
	border-radius: 0 !important;
	background: none;
}
.sort-row .input-group-addon,
.sort-row select {
	height: 34px !important;
	border-radius: 0 !important;
	font-size: 16px !important
}
.sort_icon {
	width: 22px;
	height: 22px;
	background: url(/image/icons/sort.svg) center no-repeat;
	-webkit-background-size: 80% 80%;
	-o-background-size: 80% 80%;
	background-size: 80% 80%;
	padding: 0px 20px !important
}
.icon_grid {
	background: url(/image/icons/grid.svg) center no-repeat;
}
.icon_list {
	background: url(/image/icons/list.svg) center no-repeat;
}
.icon_grid,
.icon_list {
	display: block;
	width: 20px;
	height: 20px;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}
.img-thumbnail {
	border: 0;
}
.bf-panel-wrapper .box, .bf-count, .alert {
	border-radius: 0 !important;
	border: 0 !important;
}
/*.bf-arrow {
	background: url(/image/icons/arrow.svg) center center no-repeat !important;
}*/
.alert {
	border: 0;
}
.alert-info {
	background-color: #fdefef !important;
}
.alert-success {
	background-color: #fff1af !important;
}
.alert-danger {
	background-color: #f9e5ee !important;
}
#cart1 .table>tbody>tr.warning>td {
	background-color: #f9e5ee !important;
}
.review-card {
	margin-bottom: 25px;
}
.rc-text {
	position: relative;
	background: #00539b;
	color: #fff;
	padding: 20px 25px;
	font-weight: 100;
}
.rc-text:after {
	content: '';
	display: block;
	position: absolute;
	border-top: 14px solid #00539b;
	border-left: 2px solid transparent;
	border-right: 26px solid transparent;
	bottom: -12px;
	left: 15px;
}
#reviews h2 {
	margin-top: 50px;
	margin-bottom: 30px;
}
#review+p {
	font-size: 22px;
	font-weight: 600;
}
.form-control{
	border-radius: 0;
}
.more-desc {
	display: none;
}
.product-list .product-thumb{
	margin-bottom: 0;
	display: table;
}
.product-list .image{
	position: relative;
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.product-list .image img{
	height: 75px;
	width: auto;
	padding-top: 7px;
}
.product-list .caption{
	display: table-cell;
	width: 60%;
	margin-left: 0;
	text-align: left;
	vertical-align: middle;
}
.product-list .stock {
		float: none;
		display: table-cell;
		vertical-align: middle;
}
.product-list .button-cart {
	float: none;
	display: table-cell;
		vertical-align: middle;
		margin-top: -58px;
		margin-left: 37px;
}
.product-list .product-name,.product-list .price {
	text-align: left;
}
.product-list .product-name {
	height: 36px;
}
.product-list .extra-buttons button {
		display: inline-block;
}
.live-search .price {
	font-weight: bold;
	color: #000;
}
#top .header-phone .telegram-link,
.fa-telegram {
	color: #2598fc;
}
#top .header-phone .whatsapp-link,
.fa-whatsapp {
	color: #07b97d;
}
#top .header-phone .facebook-link,
.fa-facebook-official {
	color: #275ea3;
}
footer .fa-telegram,
footer .fa-whatsapp,
footer .fa-facebook-official {
	color: #ffffff;
}
i.fa-telegram,
i.fa-whatsapp,
i.fa-facebook-official {
	display: inline-block;
	width: 18px;
	text-align: center;
}
.contact-schema {
	margin: 60px 0;
}
.f-phone {
	font-size: 20px;
}
.f-phone-last {
	margin-bottom: 10px;
}
.common-home h2 {
	font-size: 25px;
	font-weight: 100;
}
.rating-star {float:left;}
.rating-star:not(:checked) > input {position:absolute; clip:rect(0,0,0,0);}
.rating-star:not(:checked) > label {float:right; width:1em; padding:0 .1em; overflow:hidden; white-space:nowrap; cursor:pointer; font-size:150%; line-height:1.0; color:#ddd; margin-right:5px;}
.rating-star:not(:checked) > label:before {content: '★ ';}
.rating-star > input:checked ~ label {color: #F57636;}
.rating-star:not(:checked) > label:hover,
.rating-star:not(:checked) > label:hover ~ label {color: gold;}
.rating-star > input:checked + label:hover,
.rating-star > input:checked + label:hover ~ label,
.rating-star > input:checked ~ label:hover,
.rating-star > input:checked ~ label:hover ~ label,
.rating-star > label:hover ~ input:checked ~ label {color: #ea0;}
.rating-star > label:active {position:relative; top:1px; left:1px;}

.caret {
	border: 0;
	content: '';
		-webkit-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
		width: 14px;
		height: 10px;
		display: block;
		position: absolute;
		top: 9px;
		right: -2px;
		background: url(/image/icons/arrow.svg) center no-repeat;
		transition: .3s;
}
.sw-image img {
		height: 124px;
}
.descbox img {
	max-width: 100%;
}
.image-additional {
	position:relative;
}
.pr-video:after{
	content: '';
	position: absolute;
	background: url(/image/catalog/play.png) center center no-repeat;
	background-size: 60%;
	display:block;
	width: 100px;
	height: 100px;
	top:0;
	left:0;
}
.image-additional .pr-video:hover:after {
	opacity: 0.8;
}
caption {
		color: #000;
}
#form-taxer {
	border: 1px dashed;
	padding: 50px 40px;
}
#form-taxer label {
	line-height: 20px;
}
#form-taxer input,
#form-taxer select {
	margin-top: 8px;
}
#form-taxer small{
	font-size: 12px;
	line-height: 16px;
}
#calculation {
	margin-top: 30px;
}
a.sw-title {
		background: #f7f7f7;
		vertical-align: middle;
		display: table-cell;
		width: 15em;
		text-align: center;
		height: 68px;
	padding: 3px 5px;
		overflow: hidden;
}
a.sw-title:hover, a.sw-title:focus {
	background: #fafafa;
	text-decoration: underline;
}
.sw-item {
	margin-bottom: 20px;
}
.pagination>li>a, .pagination>li>span {
		border-radius: 0 !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
		background-color: #ca0011;
		border-color: #ca0011;
}
.comprop {
	color: #ca0011;
	cursor: pointer;
		text-decoration: underline;
		text-decoration-style: dashed;
		text-decoration-thickness: 1px;
}
.comprop:hover {
		text-decoration: none;
}
.v_before {
	position: relative;
}
.well {
		background-color: #ffffff;
		box-shadow: none;
	border-radius: 0;
	border: 0;
}
#shipinfo {
	display: inline-block;
		float: right;
	width: 40%;
	margin-left: 30px;
	margin-bottom: 20px;
}
#parameters caption {
		padding-top: 0;
		font-size: 18px;
		font-weight: 600;
}
.pr-catimg {
	display: block;
	margin-top: 15px;
}
.descbox > p {
	display: flow-root;
}
.descbox h4 {
	font-size: 18px;
	font-weight: bold;
}
#form-review {
		max-width: 650px;
}
.copyright {
		font-weight: 100;
		font-size: 14px;
}
footer .payment-icons {
	margin-top: 30px;
}
.copyright-box {
	margin-top: 15px;
	text-align: center;
}
footer address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.5;
	border-left: 2px solid #ccc;
	padding-left: 10px;
	color: #b9b9b9;
}
.search-icon {
	display: inline-block;
	height: 14px;
	width: 14px;
	background-image: url(/image/icons/search.svg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

.highlight {
	position: relative;
	height: 200px;
	overflow: hidden;
	transition: .4s;
	font-size: 16px;
	line-height: 1.3;
}
.highlight:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(254,254,254,0.8491771708683473) 40%, rgba(255,255,255,1) 100%);
}
.highlight.opened:after {
	display: none;
}
.heading-highlight {
	font-weight: bold;
	font-size: 18px;
}
.more-highlight {
	position: relative;
	text-align: center;
	padding: 0px;
	color: #ca0011;
	cursor: pointer;
}
.more-highlight.off {
	display: block;
}
.more-highlight.on {
	display: none;
}
.more-highlight i {
	position: relative;
}
.more-highlight i:after {
	content: '';
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 14px;
	height: 10px;
	display: block;
	position: absolute;
	top: 6px;
	right: -17px;
	background: url(/image/icons/arrow.svg) center no-repeat;
	transition: .3s;
}
.more-highlight.on i:after {
	transform: rotate(180deg);
}
.highlight table {
	width: 100%;
}
.highlight table th,
.highlight table td {
	padding: 3px 4px;
}
img.mfp-img {
	background-color: white;
	background-clip: content-box;
}
.header-center {
	display: inline-block;
}
.panel {
	border-radius: 0;
}
.country-prod, .zone-prod, .city-prod {
	margin-bottom: 4px;
}
.postcode-prod {
	margin-bottom: 15px;
}
#prodship {
  padding: 10px 15px;
  margin-top: 20px;
  border: 1px solid #ccc;
  border-radius: 0px;
  font-size: 13px;
}
#prodship .prodship-title {
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
#prodship .prodship-method-title {
  font-weight: bold;
  margin-top: 15px;
}
#prodship .prodship-row {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
#prodship .prodship-col {
  display: table-cell;
}
#prodship .prodship-col-right {
  text-align: right;
}
#prodship .prodship-logo {
  width: 40px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
#prodship .prodship-logo+.prodship-method-name{
  display: inline-block;
  width: calc(100% - 60px);
  vertical-align: middle;
}
.prodship-title span {
  display: inline-block;
  position: absolute;
  right: 0;
  transition: 0.3s;
  transform: rotate(-90deg);
}
.prodship-title.prodship-open span {
  transform: rotate(90deg);
}
.hidden {
  display: none;
}
#content ul,
#content ol {
	line-height: 2;
}
#tab-specification table tr > td:first-child {
	font-weight: 500;
}
#tab-specification table tr:hover {
	background-color: #fafafa;
}
.pr0 {
	padding-right: 0 !important;
}
.sharethis-inline-share-buttons {
    margin-top: 30px;
}

.common-home .slideshow .container {
  position: relative;
  height: 100%;
}
.common-home .slideshow .slide-title {
    display: inline-block;
    position: absolute;
    bottom: 47%;
    font-size: 48px;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0 0 3px #000000;
    margin: 0 auto;
    width: 100%;
    left: 0;
    padding: 0 25%;
}
.common-home .slideshow {
  margin-top: -20px;
  margin-bottom: 40px;
}
.common-home .slideshow .swiper-slide {
  height: 960px;
}
.time_special {
	display: block;
    margin: 8px 0 12px;
	overflow: hidden;
	height: 67px;
}
.time_special .box-time-date {
	background: #fdefef;
	font-size: 9px;
	color: #000000;
	min-width: 48px;
	min-height: 48px;
	text-align: center;
	margin-top: 7px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0;
	border: 1px #e8e8e8 solid;
	display: inline-block;
	margin-right:5px;
}
.time_special .box-time-date span {
	display: block;
	font-size: 16px;
	color: #ca0011;
	margin-top: 6px;
}
.box-timer {
	left: 0px;
	text-align: center;
	margin-top: 0;
	position: absolute;
	bottom: 5%;
	width:100%;
}
.time_special .divider.box-time-date {
    background: none;
    border: 0;
	min-width: 5px;
	font-size: 14px;
}
.time_special .divider.box-time-date span{
    background: none;
    border: 0;
	min-width: 5px;
}
.spec-percent {
	position: absolute;
	color: #ffffff;
    background: #ff5a5a;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    right: 0;
    top: 10px;
    padding: 5px 8px;
}
.spec-percent-product {
	position: absolute;
	color: #ffffff;
    background: #ff5a5a;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    right: 20px;
    top: 10px;
    padding: 5px 8px;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		width: 15%;
	}
	.product-list .product-thumb .stock {
		width: 15%;
	}
	.product-list .product-thumb .button-cart {
		margin-top: 30%;
		margin-left: 15px;
	}
	.container>.navbar-collapse {
		margin-right: -15px;
		margin-left: -15px;
	}
}
.nav-tabs sup {
	border-radius: 50%;
	background: #ffd3d3;
	color: #2a2a2a;
	padding: 0 5px;
}

/* Middle */
@media (max-width: 1199px) and (min-width: 768px) {
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	.pricebox>.pricebox-item:nth-child(3){
		clear: both;
	}
	#button-wishlist,#button-compare {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.product-list .product-thumb .stock span {
		font-size: 12px;
	}
	.product-thumb .product-name {
		height: 74px;
	}
	.common-home .slideshow .swiper-slide {
	  height: 700px;
	}
}
/* Mobile */
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
	.top-links-left,
	label[for="my-country"] {
		display: none;
	}
	#logo {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#logo img {
		position: relative;
		top: 0;
		margin-top: 15px;
		max-width: 280px;
		margin: 0 auto;
		height: auto;
		max-height: 80px;
	}
	.searchbox {
		padding-left: 0;
	}
	#menu #category{
		line-height: 58px;
	}
	#menu .btn-navbar {
		padding: 9px 18px;
		border-color: #fff;
	}
	.prodcatman>.products-row>.product-layout:first-child {
		height: auto;
		position: relative;
	}
	.footer-logo {
		max-width: 280px;
		margin: 0 auto 20px auto;
	}
	.payment-icons,.powered{
		text-align: center;
	}
	#button-cart {
		margin: 15px auto;
	}
	.descbox {
		position: relative;
		height: 500px;
		overflow: hidden;
		border-bottom: 1px dotted;
		transition: .4s;
	}
	.descbox:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background: rgb(255,255,255);
		background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(254,254,254,0.8491771708683473) 40%, rgba(255,255,255,1) 100%);
	}
	.descbox.opened:after {
		display: none;
	}
	.more-desc {
		position: relative;
		text-align: center;
		padding: 5px;
		border-bottom: 1px dotted;
		color: #ca0011;
	}
	.more-desc.off {
		display: block;
	}
	.more-desc.on {
		display: none;
	}
	.more-desc i {
		position: relative;
	}
	.more-desc i:after {
		content: '';
		-webkit-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
		width: 14px;
		height: 10px;
		display: block;
		position: absolute;
		top: 6px;
		right: -17px;
		background: url(/image/icons/arrow.svg) center no-repeat;
		transition: .3s;
	}
	.more-desc.on i:after {
		transform: rotate(180deg);
	}
	#tab-description {
		margin-bottom: 20px;
	}
	.pricebox {
		margin: 3px 0;
		text-align: center;
	}
	#button-cart {
		display: block;
		max-width: 360px;
		width: 100%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#button-cart:before {
		position: relative;
		top: 5px;
	}
	.pricebox .pricebox-item {
		float: none;
		display: block;
	}
	.pricebox>.pricebox-item:nth-child(3),
	.pricebox>.pricebox-item:nth-child(4) {
		float: none;
		display: inline-block;
	}
	.normal-price,.old-price,.opt-prices{
		text-align: center;
		margin-right: 0;
	}
	h1 {
		text-align: center;
		font-size: 24px;
	}
	.breadcrumb {
		display: none;
	}
	#button-payment-method {
		width: 100%;
		margin-bottom: 10px;
	}
	#cart1 .name img{
		display: none;
	}
	.alert {
		line-height: 16px;
	}
	.home-texts {
		padding: 15px;
	}
	footer a {
		display: block;
		font-size: 16px;
		line-height: 40px;
	}
	.comprop {
		display: block;
		margin-top: 15px;
		line-height: 40px;
		text-align: center;
	}
	h2 {
		font-size: 22px;
	}
	#shipinfo {
		display: block;
		float: none;
		width: auto;
		margin-left: 0px;
		margin-bottom: 20px;
	}
	.pr-catimg {
		display: none;
	}
	.rating {
		margin-bottom: 15px;
	}
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-thumb .product-name {
		height: 52px;
	}
	.product-list .product-thumb .button-group {
		border-left: none;
	}
	.header-center {
		display: none;
	}
	header {
		margin: 0 0 0 0;
	}
	.nav-tabs {
		margin-top: 15px;
	}
	.common-home .slideshow .swiper-slide {
	  height: 600px;
	}
	.common-home .slideshow .slide-title {
		font-size: 32px !important;
		padding: 0 5% !important;
	}
	.thumbnails .image-additional {
		margin-left: 15px;
	}
	.pre-h1 {
		text-align: center;
	}
	.stock {
		display: block;
		text-align: center;
	}
	.langbox {
		padding-left: 0 !important;
	}
	.sharethis-inline-share-buttons {
		margin-bottom: 15px;
	}
	.langbox .dropdown-menu {
		min-width: 0;
	}
	.time_special {
		text-align: center;
		margin-bottom: 12px;
	}
}