body {
    background-color: #fff;
    background-image: url(../image/bg8.jpg);
    background-attachment: fixed;
    background-position: top 60px center;
	background-size:cover;
    background-repeat: no-repeat;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #212121;
	font-size: 15px;
	line-height: 20px;
	width: 100%;
overflow-x: hidden;
}
@media (min-width: 1200px) {
    .container {
       width:100%;
	max-width:1600px;
    }
}
/* default font size */
.fa {
	font-size: 14px;
}
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
z-index: 9;
background: #fff;
box-shadow: 0 0.3em 0.3em 0 rgba(0, 0, 0, 0.2);
}

header .d-flex{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
}
header .d-flex:before,
header .d-flex:after{
	display:none;
}
/* Override the bootstrap defaults */
h1 {
color:#212121;
margin-top:20px;
margin-bottom:20px;
font-size:28px;
line-height:30px;
font-weight:300;
overflow:hidden;
text-align:center;
}

h1:before,h1:after {
background-color: #dddddd;
content:"";
display:inline-block;
height:1px;
position:relative;
vertical-align:middle;
width:50%
}

h1:before {
right:.5em;
margin-left:-50%
}

h1:after {
left:.5em;
margin-right:-50%
}

h2 {
color:#212121;
margin-top:20px;
margin-bottom:20px;
font-size:22px;
line-height:28px;
font-weight:300;
overflow:hidden;
text-align:center;
}

h2:before,h2:after {
background-color:#dddddd;
content:"";
display:inline-block;
height:1px;
position:relative;
vertical-align:middle;
width:50%
}

h2:before {
right:.5em;
margin-left:-50%
}

h2:after {
left:.5em;
margin-right:-50%
}

h3 {
color:#212121;
margin-top:20px;
margin-bottom:20px;
font-size:22px;
line-height:28px;
font-weight:300;
overflow:hidden;
text-align:center;
}

h3:before,h3:after {
background-color:#dddddd;
content:"";
display:inline-block;
height:1px;
position:relative;
vertical-align:middle;
width:50%
}

h3:before {
right:.5em;
margin-left:-50%
}

h3:after {
left:.5em;
margin-right:-50%
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: var(--accent-color);
}
a {
	color: #23527c;
}
a:hover {
	text-decoration: none;
	color:#000000;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin:0;
	padding:0;
}
.tab-content{
	padding:15px;
	background:#fff;
	border:1px solid #ddd;
	border-top:0px;
}
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: var(--accent-color);
	background: #f3f3f3;

}
/* top */
.abouts {
position: relative;
display: inline-block;
width: 50%;
height: 30px;
color: #212121;
padding: 8px 0 0 0;
}

.list-inline {
padding-top: 8px;
}
#product-product .list-inline .fa{
color: #212121;
}
#product-product .list-inline li {
width: 100%;
padding: 5px 0;
margin: 5px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#product-product .list-inline li a {
padding-top: 8px;
font-size: 18px;
line-height: 24px;
}
.blocktop {
margin-top: 4px;
text-align: center;
}
#top {

}
#top .container {
	padding: 0 10px;
}
#form-currency a,
#form-language a {
color: var(--accent-color) !important;
}
#form-currency .currency-select,
#form-language .btn-block {
	background: transparent;
    border: 0px;
}
#form-currency .currency-select:hover,
#form-language .btn-block:hover {
	text-shadow: none;
	color: #fff;
	background: #000

}
.btn-link, #top-links li, #top-links a {
	color: #ffffff;
	text-decoration: none;
}
.btn-link:hover, #top-links a:hover {
text-decoration: underline;
}
.dropdown-menu a {
text-align: left;
	text-shadow: none;
color: #212121;
}
#top-links .dropdown-menu a:hover {
background: #D0D3D9;
	color: #212121;
}
#top-links .dropdown-menu a {
	color: #212121;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
color: #212121;
	padding-top: 1px;
}
#top-links a + a {
	margin-left: 15px;
}
.topinfo {
margin-top: 40px;
}
/* logo */
#logo {
	margin: 8px 0;
}
/* search */
#search {
margin-top: 4px;
}

#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
font-size: 16px;
color: #000000 !important;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
background: #484848; 

}

/* language */
#form-language{
	position: relative;
    white-space: nowrap;
	width:50px;
}
#form-language .btn-link{
	color:#000;
}

#form-language  .dropdown-menu{
	width: 45px;
    min-width: 45px;
}
#form-language img{
	display:none;
}
/* cart */
#cart {
	margin-top: 0px;
	border: 0px solid #034ec3;
	float:right;
	width:auto;
}
#cart > .btn {
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
background: rgb(1,163,248);
background: -moz-linear-gradient(left,  rgb(1,163,248) 0%, rgb(2,77,194) 100%);
background: -webkit-linear-gradient(left,  rgb(1,163,248) 0%,rgb(2,77,194) 100%);
background: linear-gradient(to right,  rgb(1,163,248) 0%,rgb(2,77,194) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a3f8', endColorstr='#024dc2',GradientType=1 );
border: 1px solid #034ec3;
padding: 1px;
}
#cart > button{
	border: none;
    background: transparent;
}
#cart .fa{
margin-top: -2px;
font-size: 20px;
vertical-align: middle;
}
#cart-total {
margin-top: 6px;
margin-left: -2px;
padding: 0px 4px 2px 4px;
}
#cart > .btn:hover {
opacity: 0.8;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #034ec3;
	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%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, var(--accent-color), #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #212121;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #212121;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #212121;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, var(--accent-color), #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, var(--accent-color), #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #212121;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
ul.list-unstyled {
line-height: 30px;
	}
/* content */
#content {
	min-height: 400px;
}

/* home */
#common-home #column-left,
#common-home #column-right{
	width:50%;
}
@media (max-width:767px){
	#common-home #column-left,
#common-home #column-right{
	width:100%;
	        width: 100%;
        display: block !important;
}
}
#common-home #column-left .swiper-container{
	background: rgba(0, 0, 0, 0.2);
    border: 10px solid #fefefe;
    box-shadow: 0 0.2em 0.2em 0 rgba(0, 0, 0, 0.2);
}

#common-home #column-left .swiper-container img{
	width:100%;
	height:auto;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
	color: #212121;
	background-color:#212121;
	color:#fff;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #333;
}
footer a {
	color: #fff;
}
footer a:hover {
	text-decoration:underline;
	color:var(--accent-color);
}
footer h5 {
	font-size: 16px;
	color: #fff;
text-transform: uppercase;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px 0;
	padding: 8px 0;
	border-bottom: 0px solid #ddd;
background: #f3f3f3;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	right: -1px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 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);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
font-size: 14px;
font-weight: 400;
color: #ffffff;
background: #484848; 

}
.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: #ffffff;
background: #484848; 


}
.btn-primary {
	color: #ffffff;
background: #484848; 

}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: var(--accent-color);
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: var(--accent-color);
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
background: #fefefe;
text-align: center;
margin-bottom: 20px;
overflow: auto;
float: left;
box-shadow: 0 0.3em 0.3em 0 rgba(0, 0, 0, 0.2);
}
.product-thumb:hover {
 -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
box-shadow: 0 0.5em 0.5em 0 rgba(0, 0, 0, 0.2);
}
.product-thumb .image {

	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
opacity: 0.9;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
#product .radio {
display: inline-block;
vertical-align: top;
margin-top: -5px;
width: 60px;
}
#product .radio img{
display:flex; 
border-radius: 20%;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 10px;
	width:230px;
}
}
.product-thumb h4 {
height: 40px;
overflow-y: hidden;
word-break: break-word;
}
.product-thumb h4 a{
color: #212121;
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
font-weight: 700;
}
.product-thumb h4 a:hover{
text-decoration: underline;
}
.product-thumb h5 a{
color: #212121;
text-transform: uppercase;
font-weight: 400;
}
.product-thumb h5 a:hover{
text-decoration: underline;
}
.product-thumb .caption {
	padding: 5px;
	min-height: 1px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.poductstock {
background: #ffffff;
padding: 0 4px;
border-radius: 2px;
box-shadow: 0.1em 0.1em rgba(0, 0, 0, 0.2);
}
.rightline {
border-right: 1px solid #dddddd;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
float: left;
	padding: 0;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {

	margin-left: 0;
	padding: 0 2px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-views{
	font-size:15px;
	margin-bottom:10px;
}
.product-thumb .product-views{
	font-size:12px;
	display:inline-block;
	padding-right:7px;
	margin-right:5px;
	border-right:1px solid #eee;
	margin:0;
	color:#999;
}
.product-thumb .rating {
	padding-bottom: 10px;
	display:inline-block;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: var(--accent-color-yellow);
	font-size: 15px;
}
.rating .fa-star {
	color: var(--accent-color-yellow);
	font-size: 16px;
}
.rating .fa-star + .fa-star-o {
	color:var(--accent-color-yellow);
}
h2.price {
	margin: 0;
}
.product-thumb .price {
font-size: 18px;
white-space:nowrap;
color: #212121;
}
.product-thumb .price-new {
color: var(--accent-color);
}
.product-thumb .price-old {
	color: #212121;
	text-decoration: line-through;
	margin-left: 10px;
}
.pprice {
font-size: 28px;
color: #212121;
font-weight: 300;
}
.pprice-new {
font-size: 32px;
line-height: 36px;
font-weight: 300;
color: var(--accent-color);
}
.pprice-old {
font-size: 28px;
line-height: 36px;
font-weight: 100;
color: #212121;
text-decoration: line-through;
margin-left: 10px;
}
.mprice {
font-size: 14px;
color: #212121;
font-weight: 300;
}
.mprice-new {
font-size: 14px;
font-weight: 300;
color: var(--accent-color);
}
.mprice-old {
font-size:13px;
font-weight: 100;
color: #212121;
text-decoration: line-through;
margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {

}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 33%;
	border: none;
	display: inline-block;
	float: left;
	color: var(--accent-color);
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 33%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

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

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

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

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

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

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.inbiz {
position:relative;
width:90%;
text-align:right;
margin:-20px 0 1px;
color:#b0adad
}

.inbiz a {
color:#b0adad
}

.parall {
margin-left:calc(-49vw + 50%);
margin-right:calc(-49vw + 50%);
background-image:url(/image/parall.jpg);
height:540px;
background-attachment:fixed;
background-position:center;
background-repeat:no-repeat;
background-size:cover
}
.spin {
width:30px;
height:30px;
background:#e5e5e5;
padding:2px;
-webkit-border-radius:80%;
border-radius:80%
}

.spin:hover {
background:#b7b7b7;
transform:rotate(360deg);
transition:all .3s ease-in-out 0s;
}

.front {
border:10px solid #b5bdc8;
border-radius:20%;
width:350px;
height:350px;
padding:10px;
margin:10px;
background:#edebed;
opacity:.8;
text-align:center
}

.front:hover {
border:10px solid #000000;
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-o-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;
border-radius:2%;
opacity:1;
background:#fefefe;
box-shadow:0 0 30px #fff
}

.txt {
background:url(../image/txtw.png) top center repeat;
padding:20px;
margin:5% 0 20px;
color:#ffffff;
font-size:20px;
line-height:26px;
border-radius:2%
}

.fullw {
margin-left:calc(-49vw + 50%);
margin-right:calc(-49vw + 50%);
background:url(../image/txtw.png) top center repeat;
padding:20px 0
}
#myBtn {
  display: none; 
  position: fixed; 
  bottom: 20px; 
  right: 30px; 

  border: none; 
  outline: none; 
  background-color: #484848; 
  color: white; 
  cursor: pointer;
  padding: 4px 12px; 
  border-radius: 10px; 
}
#myBtn .fa{
  font-size: 30px; 
}
#myBtn:hover {
  background-color: #555; 
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
z-index: 9;
}
.sh2 {
visibility:hidden;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
transform: translate(0, -50px);
}
.sh1:hover .sh2 {
transform: translate(0, 0);
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
visibility:visible;
z-index: 9999;
}
.sdr1 {
position: relative;
float:left;
margin-top: -38px;
text-align: center;
font-weight: bold;
}
.sdr {
position: relative;
float:left;
}
.cartmob {
display: none;
}
.tovarh {
margin-top: -30px;

}
.tovarh h1{
font-size: 22px;
font-weight:bold;
}
.tovarh h1:before,.tovarh h1:after {
background-color: #dddddd;
content:"";
display:inline-block;
height:1px;
position:relative;
vertical-align:middle;
width:100%;
}
.tovarh h1:before {
right:0;
margin-left:0;
}

.tovarh h1:after {
left:0;
margin-right:0;
}
#button-cart{
	font-size:14px;
}
#show {
position: relative;
display: none;
margin-top: 0;
width: 30px;
text-align:center;
cursor: grab;
}
.show2 {
position: relative;
width: 70%;
float: right;
margin:0 auto 5px;
}
/*.mds {
margin-top: 16px;
width: 40px;
float: right;
}*/
.mds a{
color: #353535;
}
.mds1 {
margin-top: 10px;
width: 150px;
float: right;
}
.mds1 a{
color: #353535;
}
.mds2 {
display:flex;
align-items:center;
float: right;
    justify-content: flex-end;
white-space:nowrap;
}
.mds2 a{
color: #353535;
}
.marg {
width: 35%;
margin-right: -30px !important;
}
 .show1{
  display: block;
 }
 .show3{ 
        display: none;
width: 250px;
height: 250px;
 }
    .show1:hover + .show3{
position: absolute;
display: block;
margin-top: -240px;
margin-left: -50px;
width: 200px;
height: 200px;
z-index: 99999;
 -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
    }
.catg {

display: inline-block;

}
.catg > a{
	display:block;
	box-shadow: 0 0.2em 0.2em 0 rgba(0, 0, 0, 0.2);
	position: relative;
	margin-bottom: 20px;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	padding-bottom:10px;
}
.catg > a:hover {
box-shadow: 0 0.3em 0.3em 0 rgba(0, 0, 0, 0.3);
}
.catg > a > .catg-name{
	min-height: 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.boxsright {
border: 10px solid #fefefe;
box-shadow: 0 0.2em 0.2em 0 rgba(0, 0, 0, 0.2);
width:100%;
height:auto;
max-width:450px;
}

.boxsleft{
margin-top: 20%;
margin-left: -25% !important;
box-shadow: 0 0.2em 0.2em 0 rgba(0, 0, 0, 0.2);
background: rgba(0, 0, 0, 0.2);
}
.boxss {
width: 24%;
height: 100px;
margin: 0px 5px;
box-shadow: 0 0.2em 0.2em 0 rgba(0, 0, 0, 0.2);
}
.boxss img{
	width:70px;
	height:auto;
}
.nayavnict {
padding: 5px 0;
margin: 5px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
 #callme_button > a.callme {
    width: 44px;
}

#callme_button > a {
    position: fixed;
    right: 32px;
    top: 65%;
    width: 22px;
    z-index: 999;
    cursor: pointer;
    height: 60px;
    padding: 0px;
    outline: none;
animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.75);
		
	}

	70% {
		transform: scale(1);
	
	}

	100% {
		transform: scale(0.75);
	
	}
}
@media only screen and (max-width : 992px) {
	body{
		background-position: top 52px center;
	}
.boxsleft{
margin-top: -85%;
margin-left: 52% !important;
width: 180px;
height: 200px;
}
.boxss {
width: 98%;
height: auto;
margin: 15px 0;
padding-bottom: 10px;
}
#search {
margin-top: 4px;
}
.marg {
width: 100%;
margin-right: 0px !important;
margin-bottom: 4px;
}
.show2 {
width: 100%;
}
header .d-flex{
	display:block;
	position:relative;
}
header .d-flex > div{
	width:auto;
}
header .d-flex > div.col-md-8{
	order:5;
}
header .d-flex > div.mds2{
	    position: absolute;
        right: 55px;
        top: 13px;
        width: 135px;
		max-width:135px;
        float: none;
        padding: 0;
}
/*
.mds {
display: inline-block !importan;
margin-top: -1px !important;
width: 40px;
float: right;
}*/
.mds1 {
display: inline-block !importan;
margin-top: -9px;
width: 140px;
float: right;
padding: 0;
text-align: center;
}
/*
.mds2 {
margin-top: 8px;
width: 110px;
float: right;
}
#cart {
margin-top: 4px;
margin-bottom: 8px;
}
#form-language{
	    top: 3px;
		    left: -8px;
}*/
#supermenu.respsmall a.mobile-trigger{
	float:right;
}
.mobtop {
display: none;
}
.topinfo {
margin-top: 15px;
}
.sticky {
  position: relative;
  top: 0;
z-index: 1;
}
.sh2 {
display: inline-block;
visibility:visible;
width: 100%;
transform: translate(0, 0);
}
.sdr1 {
margin-top: 0px;
top: -3px;
}
#logo {
width: 100%;
margin: 10px 0 0;
text-align: center;
}
#logo img{
margin: 0 auto;
text-align: center;
max-height:33px;
}
.product-thumb .price {
font-size: 16px;
}
.product-thumb .caption {
	padding: 1;
	min-height: 1px;
}
.parall {
margin-left:0;
margin-right:0;
width: 100%;
height:auto;
background-attachment:local;
background-position:center;
background-repeat:no-repeat;
background-size:cover;
}
.abouts {
width: 80%;
height: 30px;
padding: 8px 0 0 10px;
}
.breadcrumb {
display: block;
width: 100%;
margin: 0 0 5px 0;
padding: 4px 0;
overflow: hidden;
}

.breadcrumb i {
	font-size: 12px;
}
.breadcrumb > li {
	text-shadow: 0 0 0 #FFF;
	padding: 0 5px;
	position: relative;
	white-space: normal;
	word-break: break-word;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	right: -2px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*.catg {
width: 48%;
height: 160px;
margin: 10px 2px;
padding: 0;
box-shadow: 0 0.3em 0.3em 0 rgba(0, 0, 0, 0.2);
}*/

.product-thumb h4{
height: 50px;
overflow: hidden;
}
.product-thumb h4 a{
color: #212121;
line-height: 16px;
overflow: hidden;
text-transform: none;
font-weight: 400;
}
.product-thumb .price {
font-size: 15px;
color: #212121;
}
.product-thumb .price-new {
color: var(--accent-color);
font-size: 15px;
}
.product-thumb .price-old {
	color: #212121;
	text-decoration: line-through;
	margin-left: 4px;
font-size: 15px;
}
#top-links .dropdown {
margin-left: -30px;
}
}

#information-information .categorywall-container > h3{
	display:none;
}

.dp {
	background:#fff;
	padding:20px 15px 25px;
	font-size:14px;
	color:#666666;
	margin:30px 0 15px;
}

.dp h2{
	color:#373737;
	font-size:15px;
	padding:0 0 15px;
	border-bottom:1px solid #DCDCDC;
	margin:0 0 15px;
	text-transform:uppercase;
}
.dp .row{
	margin-bottom:8px;
	display:flex;
	align-items:flex-start;
}

.dp .row:before,
.dp .row:after{
	display:none;
}

.dp .row .col-sm-2{
	width:135px;
}

.dp .row .col-sm-10{
	width:auto;
	flex:1;
}

.dp .located-in{
	margin-top:-10px;
	margin-bottom:10px;
	color:#959595;
}



.dp a{
	text-decoration:underline;
	color:#BB1616;
}
.dp a:hover{
	text-decoration:none;
}
.dp .d_from,
.dp .d_to{
	font-weight:bold
}
.dp .row-flex{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:0;
}
.dp .row-flex:before,
.dp .row-flex:after{
	display:none;
}
.dp .row-flex .col-sm-2{
	width:auto;
	min-width:217px;
}
.dp .thumbnail{
	border:0;
	border-radius:0;
	padding:0;
	margin:0 0 18px;
	display:inline-flex;
	align-items:center;
	line-height:15px;
}

.dp .thumbnail img{
	margin-right:7px;
}

.dp .thumbnail .caption{
	color:#666;
	padding:0;
}

.dp .thumbnail .caption p{
	margin:0;
}

@media (max-width:445px){
	header #logo{
		max-width:calc(100vw - 220px);
	}
}

.swiper-viewport .swiper-slide:before{
	content:"";
	display:block;
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:.5;
	background:#000;
}
.swiper-description{
	    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: left;
	z-index:3;
}

.opc_block_shipping_method{
	visibility:hidden;
	opacity:0;
	height:0;
	margin:0 !important;
}

.checkout-сustomer-info .form-group.col-sm-6,
.checkout-address-info .form-group.col-sm-6{
	width:100%;
}

#onepcheckout .opc-label{
	font-weight:700;
}

#content #onepcheckout input.form-control, 
#content .coupon_table input.form-control,
#content #onepcheckout select.form-control{
	border-color:#abadb3
}

#content .opc_block_cart .cart-list,
#content .checkout-payment-method{
	border-radius:8px 8px  0px 0px !important;
}

#content .checkout-сustomer,
#content .checkout-address{
	border-radius:0px !important;
}

#content .checkout-comment{
	background:#fff;
	padding: 15px 20px 10px 20px;
	border-radius:0px 0px 8px 8px !important;
}

#content .opc_block_totals .totals-inner{
	border-radius:0px 0px;
}
@media (max-width:991px){
    #content .checkout-col-left {
      margin-bottom:30px;
}
}
#content .checkout-free-text .whatsapp-link,
#product-product .whatsapp-link{
	margin-bottom:20px;
	border-radius:8px;
	overflow:hidden;
	height:80px;
	position:relative;
}

#product-product .whatsapp-link{
	margin-top:20px;
}
#content .checkout-free-text .whatsapp-link img,
#product-product .whatsapp-link img{
	width:100%;
	object-fit:cover;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
}
#content .checkout-free-text{
	border-radius: 0px 0px 8px 8px !important;
}
#content .checkout-free-text .icons{

    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    overflow-x: hidden;
    justify-content: space-between;
}

#content .checkout-free-text .icons img{
   height: auto !important;
    max-height: 40px !important;
    width: auto !important;
    flex: 1 1 auto;
    object-fit: contain;
}

.swiper-description .h1{
	font-weight:bold;
}

.swiper-viewport .buttons{
display:flex;
align-items:center;

}
.swiper-viewport .text-sl11 .des{
	color:#fff;
}
.swiper-viewport .text-sl11 .button{
position:static !important;}
.counters {
           display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
	color:#fff;
    font-family: 'Rubik', sans-serif;
opacity: 1;
    animation: myeffect-slideshow 0.5s ease-in-out;
    -webkit-animation: myeffect-slideshow 0.5s ease-in-out;
    -moz-animation: myeffect-slideshow 0.5s ease-in-out;
    -o-animation: myeffect-slideshow 0.5s ease-in-out;
        }

        .counter-item {
			padding-left:74px;
			position:relative;
			transition:.3s;
        }

        .counter-icon {
			position:absolute;
            border-radius: 50%;
            width:62px;
			height:62px;
			top:50%;
			left:0;
			transform:translateY(-50%);
            display: inline-block;
        }

        .counter-icon img {
            width: 100% !important;
            height: 100% !important;
			object-fit:cover;
			opacity: 1;
			animation: none !important;
			-webkit-animation: none !important;
			-moz-animation:none !important;
			-o-animation: none !important;
        }

        .counter-number {
			display: flex;
            justify-content: flex-start;
            gap: 3px;
            margin: 3px 0;
        }

		.counter-number .digit {
            background: rgba(255,255,255,.2);
            color: #fff;
            font-size: 50px;
            font-weight: 500;
            width: 50px;
            height: 65px;
            line-height: 65px;
            text-align: center;
            border-radius: 5px;
			border:1px solid #535353;
        }

        .counter-label {
            font-size: 25px;
            font-weight: 400;
			line-height:52px;
        }
.swiper-viewport .swiper-pager{
	top:unset;
	bottom:45px;
}
@media (max-width:767px){

.swiper-description{
	position:relative;
	text-align:center;
}
.swiper-description .h1{
	font-size:24px;
}
.swiper-description .h2{
	font-size:20px;
}
.swiper-description .h3{
	font-size:16px;
}

.swiper-viewport .swiper-slide img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.swiper-viewport .buttons{
	flex-wrap:wrap;
	justify-content:center;
}
	
.counters {
   margin-left:0;
   gap:30px;
   margin-top:1em;
   width:100%;
        }

        .counter-item {
			padding-left:46px;
			position:relative;
			transition:.3s;
        }

        .counter-icon {
			position:absolute;
            border-radius: 50%;
            width:34px;
			height:34px;
			top:50%;
			left:0;
			transform:translateY(-50%);
            display: inline-block;
        }

        .counter-icon img {
            width: 100% !important;
            height: 100% !important;
			object-fit:cover;
			opacity: 1;
			animation: none !important;
			-webkit-animation: none !important;
			-moz-animation:none !important;
			-o-animation: none !important;
        }

        .counter-number {
			display: flex;
            justify-content: flex-start;
            gap: 0;
            margin: 3px 0;
        }

		.counter-number .digit {
            background: rgba(255,255,255,.2);
            color: #fff;
            font-size: 28px;
            font-weight: 500;
            width: 25px;
            height: 38px;
            line-height: 38px;
            text-align: center;
            border-radius: 5px;
			border:1px solid #535353;
        }

        .counter-label {
            font-size: 12px;
            font-weight: 400;
			line-height:22px;
white-space:nowrap;
        }
}