body {
	font-family: Cuprum, Arial, sans-serif;
	font-weight: 400;
	color: #777;
	font-size: 15px;
	width: 100%;
	margin: 0;
}
body.bluring {
	position: relative;
}
@font-face {
    font-family:'Cuprum';
    src:url('../font/Cuprum_Regular.ttf');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Roboto';
    src:url('../font/RobotoRegular.ttf');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'PTS55F';
    src:url('../font/PTS55F.ttf');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Play';
    src:url('../font/Play.ttf');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Exo_2.0';
    src:url('../font/Exo_2.0.ttf');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'comic';
    src:url('../font/comic.ttf');
    font-weight:normal;
    font-style:normal;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-family: "Cuprum",sans-serif;
}
select {
	padding: 5px 0;
	min-width: 220px;
}
input, button, select, textarea {
	font-family: Cuprum, Arial;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
	margin-top: 0;
}
.product h1 {
	margin-bottom: 15px;
    margin-top: 0px;
}

h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
	padding: 0 6px;
}
.input-group > h3 {
    display: block;
    margin-bottom: 2px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 2;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #777777;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ff3366;
}
.product-thumb .chevron a:hover {
	color: #ffffff;
}
.product-thumb .chevron a + a:hover {
	color: inherit;
}
a:active, a:hover, a:focus {
	outline: 0 none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 15px;
	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-text {
	font-size: 12px;
	/height: 30px;
	min-width: 22px;
	background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
	color: #555;
}
.divshadow .quantity-input .input-group .input-group-text {
    background: none;
    border: 0 none;
	max-width: 80px;
    padding: 0;
	font-size: 8px;
}
.input-group-text svg {
	font-size: 13px;
}
.input-group-text svg.svg-phone {
	left: 4px;
    position: relative;
    top: 3px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
div.required .control-label:before {
	content: '* ';
	color: #ff3366;
	font-weight: bold;
}
/* top */
#top {
	background: #f8f8f8;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    font-size: 11px;
    padding: 0;
    position: relative;
	z-index: 100;
}
#top.d-block {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
#top .dropdown-menu {
    min-width: 120px;
}
#top .pull-left .dropdown-menu {
	right: auto;
	left: 0;
}
#top .pull-left ul.dropdown-menu li + li {
	border-top: 1px solid #f3f3f3;
}
#top .pull-right .dropdown-menu {
	right: 0;
	left: auto;
}
#top .pull-left.nopadding .dropdown-menu {
	right: auto;
	left: -6px;
}
#top .social_top .dropdown-menu {
	padding: 15px 10px 8px;
}
#top .social_top .dropdown-menu ul li {
	margin-bottom: 7px;
}
.container {
	max-width: none;
    width: 86%;
}
@media (max-width: 767px) {
	#top_banner_image .container {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
}
#top .container {
	background: none;
	padding: 0 15px;
	margin: 0 auto;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	background: #f5f5f5;
	color: #434343;
}
#top .btn-link, #top-links li, #top-links a {
	text-decoration: none;
	position: relative;
	color: #777777;
}
#top-links a svg {
	position: relative;
	top: 3px;
}
#top-links .list-inline li {
	z-index: 1;
}
#top-links ul.list-inline > li:not(.nopadding) {
	padding: 0 10px 0 0;
}
#top .nopadding button {
	line-height: 12px;
    padding: 3px 4px;
}
#top .nopadding button.active-select {
	background: #ffffff;
	border-radius: 3px;
}
#top .nopadding button + button {
	margin-left: 5px;
}
button:focus, button:active {
	outline: 0 none;
}
#top button:hover, #top-links a:hover {
	color: #ff3366;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	background: #f5f5f5;
}
#top button strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 7px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	float: left;
    position: relative;
    top: 13px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
    line-height: 20px;
    padding: 3px 6px 0;
	width: 100%;
}
#search .input-lg:focus {
	box-shadow: 0 0 0 #ffffff;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#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: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 350px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	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 {
	min-height: 40px;
}
#menu .nav > li {
	
}
#menu .nav > li > a {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 0 20px;
	/background-color: transparent;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
	transition: opacity 0.5s ease 0s, box-shadow 0.5s ease 0s, border-color 0.5s ease 0s;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	
}
#menu .nav > li > a {
	color: #333;
	font-size: 12px;
}
#mobile-menu #menu .nav > li > a {
    font-size: 16px;
    padding: 6px 15px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	background: -moz-linear-gradient(center top , #ffffff 0%, #f1f1f1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#mobile-menu #menu .nav > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 0 none;
	border-top: 0 none;
	border-right: 0 none;
	border-radius: 0;
}
#menu .nav > li:first-of-type {
	border-radius: 8px 0 0 8px;
}
#menu .navbar-collapse {
	background: #f4f4f4;
	border: 1px solid #d1d2d3;
	border-radius: 8px;
}
#menu .nav > li + li {
	border-left: 1px solid #d1d2d3;
}

#menu .nav > li:hover {
	
}
#menu .nav > li:hover > a {
	background: #eeeeee;
}
#menu .dropdown-menu {
	left: auto;
    padding: 20px 10px;
    right: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	list-style-type: none;
}
#menu .dropdown-inner a {
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner a.shadow {
	float: none;
	line-height: 30px;
	font-size: 14px;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #50b0ff, #1f90bb);
	background: -moz-linear-gradient(top,  #50b0ff 0%, #1f90bb 100%);
	background: -webkit-linear-gradient(top,  #50b0ff 0%,#1f90bb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b0ff', endColorstr='#1f90bb',GradientType=0 );
	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: #3d5165;
	border: 0 none;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

/* content */
#content {
	min-height: 600px;
	padding-bottom: 15px;
	padding-top: 15px;
}
#column-left, #column-right {
	padding-top: 15px;
}
/* footer */
footer {
	border-top: 1px solid #ddd;
    color: #e2e2e2;
    margin: 15px auto 0;
    padding-top: 20px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
#column-left + #content .breadcrumb {
	padding: 8px 10px;
	margin: 0 0 10px;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li:not([class]) {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 25px 0 5px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li:not([class]) + li:not([class]):before {
	content: '';
	padding: 0;
}
.breadcrumb > li:not([class]):after {
	content: '\2192';
	display: block;
    height: 23px;
    position: absolute;
    right: -11px;
    top: -1px;
    width: 26px;
}
.pagination {
	margin: 0;
	flex-wrap: wrap;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	white-space: nowrap;
}
.btn svg + span {
	margin-left: 7px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	border-radius: 3px;
	padding: 10px 16px !important;
	font-size: 16px !important;
}
#form-language .btn-group,
#form-currency .btn-group {
	background: #f1f1f1;
    border-radius: 3px;
    padding: 5px 6px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
	border-radius: 4px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background: -moz-linear-gradient(top,  #eeeeee 0%, #dddddd 100%);
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 );
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	background: #3d5165;
}
.btn-primary svg {
	fill: #ffffff;
}
.btn-primary:hover,
.btn-check:focus + .btn-primary, .btn-primary:focus {
	color: #ffffff;
	border-width: 0;
	background-color: #3d5165;
	border-color: #3d5165;
}
.btn-color {
	color: #ffffff;
	background: #ff3366;
}
.btn-color:active, .btn-color:hover, .btn-color:focus {
	color: #ffffff;
	opacity: 0.9;
}
.btn-warning {
	color: #ffffff;
	background: #ff3366;
	border-color: #ff3366;
}
.btn-warning:hover {
	background: #ff3366;
	border-color: #ff3366;
}
.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);
}
#cart.btn-group.btn-block button.btn-danger {
	background: url("../image/remove.png") no-repeat scroll 0 0;
	min-width: auto;
    padding: 0;
	height: 17px;
    width: 17px;
}
.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: -moz-linear-gradient(top,  #62c462 0%, #51a351 100%);
	background: -webkit-linear-gradient(top,  #62c462 0%,#51a351 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c462', endColorstr='#51a351',GradientType=0 );
	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: -moz-linear-gradient(top,  #e06342 0%, #dc512c 100%);
	background: -webkit-linear-gradient(top,  #e06342 0%,#dc512c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e06342', endColorstr='#dc512c',GradientType=0 );
	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: #777777;
	border-radius: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
	text-decoration: none;
}
.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;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background: -moz-linear-gradient(top,  #444444 0%, #222222 100%);
	background: -webkit-linear-gradient(top,  #444444 0%,#222222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
	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 > ul > li {
	border: 1px solid #DDDDDD;
}
.list-group > ul > li + li {
	margin-top: -1px;
}
.list-group > a {
	background: #f5f5f5;
    color: #777777;
    font-size: 16px;
	padding: 10px 12px;
}
.list-group > ul > li > a {
	background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #fefefe;
}
@media (max-width: 767px) {
	.category ul.list-unstyled > li > span > a {
		background: #f1f1f1;
		border-bottom: 1px solid #fefefe;
	}
	.list-category_menu .list-unstyled > li {
		border: 1px solid #dddddd;
	}
	#mobile-menu .list-category_menu .list-unstyled > li {
		border: 1px solid rgba(255,255,255,0.1);
	}
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background: none;
	color: #000000;
	border: 1px solid #DDDDDD;
}
.list-group-item {
	border-bottom: 1px solid #fefefe;
	margin-bottom: 0;
}
.list-group-item + .list-group-item {
	border-top: 1px solid #dddddd;
}
.list-group-item:last-of-type {
	border-bottom: 1px solid #dddddd;
}
/* 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-price {
	border: 1px solid #dddddd;
	min-height: 70px;
}
.product-price + .product-price {
	margin-top: -1px;
}

.product-blog .product-price .product-thumb {
	padding: 10px 0;
}
.product-blog .product-grid .product-thumb .button-group {
	float: none !important;
	width: 100%;
}
.product-thumb .image {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 35px;
}
.carous .product-thumb .image {
	padding-top: 0;
}
.openstoremodule .product-thumb .image {
	padding-top: 0;
	margin-bottom: 0;
}
.openstoremodule .product-thumb .image > a {
	margin-bottom: 0;
}
.slide .carousel-indicators {
	bottom: -28px;
	margin: 0 auto;
}
.slide.openstoremodule .carousel-indicators, .slide.openstoremodule2 .carousel-indicators {
	bottom: 10px;
}
.slide-special .carousel-indicators {
    bottom: -15px;
}
.openstoremodule3 .product-thumb .image {
	padding-top: 0;
}
.product-thumb .image > a {
	display: block;
	margin-bottom: 15px;
}
.openstoremodule3 .product-thumb .image {
	padding-left: 7px;
	padding-right: 7px;
}
.openstoremodule3 .product-thumb .image > a {
	margin-bottom: 0;
}
.product-thumb .image-product {
    bottom: 25px;
	display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.product-thumb .addit-image .image-product {
	display: flex;
    z-index: 2;
}
.product-price .product-thumb .image-product {
	display: block;
}
.pagination-image-product {
	line-height: 20px;
    margin: 20px 0 0;
    text-align: center;
}
.pagination-image-product > span {
	cursor: pointer;
    display: inline-block;
    height: 30px;
	padding: 0 3px;
}
.pagination-image-product > span > strong {
	background: #ccc;
    display: block;
    height: 4px;
    width: 15px;
	margin-top: 12px;
}
.pagination-image-product > span.red > strong {
	background: #ff3366;
}
.product-price .pagination-image-product {
	display: none;
}
.product-list .pagination-image-product {
	margin-top: 0;
}
.product-thumb .real-image {
	position: relative;
	z-index: 1;
}
.product-thumb .addit-image .real-image {
	z-index: 2;
}
.product-price .product-thumb .real-image {
	display: inline-block;
	z-index: auto;
	max-width: 100%;
}
.owl-carousel.carous .product-thumb .real-image {
	overflow: hidden;
}
.product-thumb .image-product > a {
	display: flex;
}
.height-special-product {
	padding: 0;
}
.product-price .product-thumb .image {
	margin: 0 0 1px;
	padding: 0;
	
}
.product-price .product-thumb .image a img {
	background: #ffffff;
	display: block;
	margin: 0;
	padding: 0;
	transition: box-shadow 0.1s ease-in-out, margin 0.1s ease-in-out, max-width 0.1s ease-in-out, max-height 0.1s ease-in-out, padding: 0.1s ease-in-out;
}
@media screen and (min-width: 768px) {
	.product-price .product-thumb .image:hover .real-image img {
		background: #ffffff;
		max-width: 154px;
		max-height: 154px;
		margin: -77px;
		border-radius: 6px;
		box-shadow: 0 0 7px rgba(0,0,0,0.25);
		position: absolute;
		z-index: 6;
		padding: 10px;
		width: auto;
	}
}
@media screen and (max-width: 462px) {
	.product-price .product-thumb .image a .img {
		text-align: center;
	}
	.product-price .product-thumb .image a img {
		margin: 0 auto;
	}
}
.product-layout {
	margin-bottom: 35px;
}
.product-layout.product-price {
	margin-bottom: 0;
}
.product-layout .product-thumb {
	padding: 0 15px;
}
.product-price .product-thumb {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 15px;
	padding-top: 15px;
}
/*.product-layout:not(.product-price):not(.no_image) .product-thumb .image .img {
    transform-origin: 50% 50% 0;
    transition: all 0.35s ease-in-out 0s;
	transform: translateZ(0px) rotateY(0deg);
}
.product-layout:not(.product-price):not(.no_image) .product-thumb .image:hover .img {
    transform: translateZ(-1000px) rotateY(90deg);
}
.product-layout:not(.product-price):not(.no_image) .product-thumb .image:hover .images-add {
  transform: translateZ(0) rotateY(0);
  visibility: visible;
  opacity: 1;
}*/
.product-price .price-button {
    clear: none !important;
    display: block;
    margin: 0;
}
.product-thumb .image .images-add {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all 0.35s ease 0.35s;
    visibility: hidden;
	transform: translateZ(-1000px) rotateY(-90deg);
}
.divshadow .product-thumb .image {
	margin-bottom: 0;
}
.product-list .product-thumb .image.imags {
	padding-left: 75px;
}
.product-thumb .image .images-add a + a,
.owl-item .image .images-add a + a {
	margin-top: 10px;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-price .product-thumb .image img {
	width: 45px;
	z-index: 5;
}
@media (max-width: 767px) {
	.product-price .product-thumb .image img {
		width: auto;
	}
}
.product-price .price-cart {
	display: none;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
		margin-right: 15px;
	}
	.product-list .product-thumb .image {
		padding-top: 30px;
	}
}
.product-thumb h4 {
	margin-bottom: 15px;
    margin-top: 0;
}
.product-layout:not(.product-price):not(.no_image) .product-thumb .caption {
    padding: 15px 15px 0;
    position: relative;
    z-index: 1;
}
.product-layout:not(.product-price):not(.no_image) .product-price .product-thumb .caption {
	margin: 0;
	padding: 0 15px;
}
.product-layout .product-thumb .addit-image + .caption {
	padding-top: 0 !important;
}
.product-layout:not(.product-price):not(.no_image) .product-thumb .image {
	/overflow: hidden;
	z-index: 3;
}
.product-blog .product-layout:not(.product-price):not(.no_image) .product-thumb,
.product-blog .product-layout:not(.product-price):not(.no_image) .product-thumb .image {
	padding-top: 0;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .reviews_icon {
	margin: 0 8px;
}
.rating .reviews_icon + div {
	
}
.rating .reviews_icon,
.rating .reviews_icon + div {
	display: inline-block;
}
.rating .fa-star-o {
	color: #999;
	font-size: 14px;
}
.rating .fa-star {
	color: #ff3366;
	font-size: 14px;
}
.rating .fa-star + .fa-star-o {
	color: #ff3366;
}
h2.price {
	margin: 0;
}
.product-thumb .price,
.owl-item .price,
.product-thumb .price-new,
.owl-item .price-new {
	font-weight: normal;
	font-size: 22px;
}
.product-thumb .price-new {
	color: #ff3366;
}
.product-price .product-thumb .price,
.product-price .product-thumb .price-new {
	font-size: 20px;
	color: #333333;
}
.price-new {
	font-size: 28px;
}
.price-old {
	color: #777;
}
.product-thumb .price-old,
.owl-item .price-old {
	font-weight: normal;
	font-size: 16px;
	text-decoration: line-through;
}
.menu-head .product-thumb .price-old {
	color: #999999;
    font-size: 12px;
    position: relative;
    top: 5px;
}
.product-price .product-thumb .price-old {
	font-size: 12px;
	color: #999;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .image .button-group {
	bottom: 0;
    left: 0%;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    -o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    width: 100%;
	min-width: 115px;
}
.product-thumb:hover .image .button-group {
	bottom: 30px;
	opacity: 1;
	width: 36%;
	left: 32%;
}
.product-thumb .image .button-group button {
	position: relative;
	z-index: 2;
}
.product-thumb .image .button-group button {
	float: left;
}
.product-thumb .image .button-group button + button {
	float: right;
}
.product-thumb:hover .image .button-group button:after {
	content: ' ';
	position: absolute;
	left: -7px;
	top: -7px;
	right: -7px;
	bottom: -7px;
	background: #ffffff;
	z-index: 1;
	opacity: 0.5;
	border-radius: 5px;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.button-group > button[type="submit"],
.button-group > button[formaction*="/cart|add"],
.btn-button,
.btn-primary {
    background: #3d5165;
    border: 0 none;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    min-height: 40px;
    outline: 0 none;
}
.button-group > button[type="submit"],
.button-group > button[formaction*="/cart|add"],
.btn-button,
.btn-primary,
.btn-border,
.btn-danger {
	padding: 6px 15px;
}
.btn-xs {
	padding: 6px 10px;
}
.product-thumb .button-group button:hover {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.9;
}
.product-thumb .button-group button.btn-border:hover {
	color: #777;
}
.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.thumbnails ul {
    list-style-type: none;
    padding-left: 0;
}
.thumbnails ul {
    position: relative;
}
.product .thumbnails .view-images + ul li {
	position: relative;
}
.product .thumbnails > li {
    position: relative;
}
.thumbnails {
	text-align: center;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	display: block;
}
.thumbnails .image-additional a {
	margin-bottom: 0px;
}
.thumbnails .image-additional ul li{
	border: 0 none;
	padding: 0px;
}
.thumbnails .image-additional ul li a {
	border: 0 none;
}
.image-additional ul {
	list-style-type: none;
	padding-left: 0px;
}
.thumbnails .image-additional {
	margin-bottom: 10px;
}
@media (min-width: 1200px) {
	.col-lg-2:nth-of-type(6n+1),
	.col-lg-3:nth-of-type(4n+1),
	.col-lg-4:nth-of-type(3n+1),
	.col-lg-6:nth-of-type(2n+1) {
		clear: both;
	}
	.text-lg-right {
		text-align: right;
	}
	.text-lg-left {
		text-align: left;
	}
	.row-lg {
		margin-left: -15px;
		margin-right: -15px;
	}
	.row-lg-left {
		margin-left: -15px;
		margin-right: 0;
	}
	.row-lg-right {
		margin-left: 0;
		margin-right: -15px;
	}
	.margin-top-lg {
		margin-top: 15px;
	}
	.margin-bottom-lg {
		margin-bottom: 15px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.col-md-2:nth-of-type(6n+1),
	.col-md-3:nth-of-type(4n+1),
	.col-md-4:nth-of-type(3n+1),
	.col-md-6:nth-of-type(2n+1) {
		clear: both;
	}
	.text-md-right {
		text-align: right;
	}
	.text-md-left {
		text-align: left;
	}
	.row-md {
		margin-left: -15px;
		margin-right: -15px;
	}
	.row-md-left {
		margin-left: -15px;
		margin-right: 0;
	}
	.row-md-right {
		margin-left: 0;
		margin-right: -15px;
	}
	.margin-top-md {
		margin-top: 15px;
	}
	.margin-bottom-md {
		margin-bottom: 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.col-sm-2:nth-of-type(6n+1),
	.col-sm-3:nth-of-type(4n+1),
	.col-sm-4:nth-of-type(3n+1),
	.col-sm-6:not(#content):nth-of-type(2n+1) {
		clear: both;
	}
	#top-links .col-sm-2:nth-of-type(6n+1),
	#top-links .col-sm-3:nth-of-type(4n+1),
	#top-links .col-sm-4:nth-of-type(3n+1),
	#top-links .col-sm-6:not(#content):nth-of-type(2n+1) {
		clear: none;
	}
	#footer .col-sm-2:nth-child(6n+1),
	#footer .col-sm-3:nth-child(4n+1),
	#footer .col-sm-4:nth-child(3n+1),
	#footer .col-sm-6:nth-child(2n+1) {
		clear: both;
	}
	.text-sm-right {
		text-align: right;
	}
	.text-sm-left {
		text-align: left;
	}
	.row-sm {
		margin-left: -15px;
		margin-right: -15px;
	}
	.footer_head.margin-top {
		margin-top: 0px;
	}
	.margin-top-sm {
		margin-top: 15px;
	}
	.margin-bottom-sm {
		margin-bottom: 15px;
	}
	#option_filter  .checkbox-group h4,
	#option_filter  .checkbox-group-price h4 {
		font-size: 12px;
	}
	#column-left #option_filter h4 > .fa-chevron-down, #column-right #option_filter h4 > .fa-chevron-down {
		position: absolute;
		right: 5px;
		top: 15px;
	}
}
@media (max-width: 767px) {
	#footer .col-xs-2:nth-of-type(6n+1),
	#footer .col-xs-3:nth-of-type(4n+1),
	#footer .col-xs-4:nth-of-type(3n+1),
	#footer .col-xs-6:nth-of-type(2n+1) {
		clear: both;
	}
	.text-xs-right {
		text-align: right;
	}
	.text-xs-left {
		text-align: left;
	}
	.row-xs {
		margin-left: -15px;
		margin-right: -15px;
	}
	.margin-top-xs {
		margin-top: 15px;
	}
	.margin-bottom-xs {
		margin-bottom: 15px;
	}
}
/* 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;
}

/* Template */
.bg-header {
    margin: 0 auto;
    padding-bottom: 20px;
	position: relative;
	text-align: right;
}
@media (max-width: 767px) {
	.bg-header.container {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar_category {
		padding: 0;
		margin-bottom: 15px;
	}
}
#search_tablet {
    display: none;
    margin: 15px 0;
}
#search_tablet .input-lg {
    height: 30px;
    padding: 0 11px;
}
#search_tablet .button-search {
	right: 0;
}
#search .btn-default.btn-lg,
#search_tablet .btn-default.btn-lg {
    background: #ffffff;
	border-left: 0 none;
    color: #888888;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    width: 45px;
	padding: 0;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
}
#search .form-control.input-lg {
	border-radius: 5px 0 0 5px;
	box-shadow: 0 0 0 #ffffff;
}
#search .btn-default.btn-lg {
	background: #3d5165;
    height: 40px;
    border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
}
#search .btn-default.btn-lg svg {
	fill: #ffffff;
    font-size: 18px;
    line-height: 38px;
	/margin-top: 9px;
}
#search select.form-control {
	min-width: auto;
	padding: 0 20px 0 7px;
	border: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none; 
	height: 33px;
	border-radius: 0;
}
#search select.form-control::-ms-expand{
    display: none;
}
.select-wrap {
	position: relative;
}
.select-sort {
	position: relative;
}
.select-sort.input-group-btn:last-child > .btn, .select-sort.input-group-btn:last-child > .btn-group,
.select-sort.input-group-btn:first-child > .btn, .select-sort.input-group-btn:first-child > .btn-group {
	background: #f5f5f5;
    border: 1px solid #dddddd;
	border-radius: 4px;
	box-shadow: 0 0 2px #fefefe inset;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 25px 8px 10px;
    width: 100%;
}
#search .select-arrow {
	position: absolute;
	border: 5px solid transparent; 
	border-bottom: 0;
	right: 6px;
}
#search .select-arrow:nth-child(1) {
	top: 15px;
	border-top-color: #999999;
}
#search .select-arrow:nth-child(2) {
	top: 12px;
	border-top-color: #FFF;
}
#search select option {
	
}
#search_tablet .input-group-btn {
    position: absolute;
    right: 53px;
    top: 0;
}
.button-search:hover {
	background-position: -61px -30px;
}
.bg-header-line {
    background: url("../image/bg-header-line.png") no-repeat scroll center center;
    float: left;
    height: 115px;
    margin: -23px 18px 0;
    width: 7px;
}
.line-search-cart-header {
    float: right;
    height: 44px;
}
.callback-header {
    background: url("../image/callback-header.png") no-repeat scroll left center;
    color: #000000;
    float: right;
    font-size: 11px;
    line-height: 21px;
    padding: 11px 0 11px 185px;
	text-align: right;
	height: 92px;
	position: relative;
}
.contacts-left-header {
    float: right;
    margin: 0 0 7px;
    padding: 0;
    position: relative;
    width: 185px;
}
.contacts-left-header a {
	display: block;
	padding-left: 25px;
}
.contacts-left-header a.openrecall {
    padding: 4px 0 7px 24px;
    position: relative;
    text-align: left;
}
.contacts-left-header a + a {
	margin-top: 10px;
}
.contacts-left-header a span.e-mail {
    display: block;
    font-size: 13px;
    margin-bottom: 9px;
    text-align: left;
}
.contacts-left-header a .fa-envelope-o,
.contacts-left-header a .fa-phone {
	color: #ff3366;
	float: left;
	font-size: 17px;
	margin-right: 10px;
	position: absolute;
	left: 0;
}
.contacts-left-header a .fa-phone {
	left: 2px;
}
.contacts-left-header a span.callback {
    color: #444444;
    font-size: 12px;
    text-align: center;
    text-decoration: underline;
}
.contacts-left-header a:hover span.callback {
	
}
.contacts-right-header {
	float: right;
    position: relative;
}
.contacts-right-header .inner,
.social .inner {
	display: inline-block;
	vertical-align: middle;
}
.contacts-right-header .inner {
	color: #696969;
    font-size: 12px;
}

.header_links_cart {
    display: none;
    float: right;
    text-align: right;
}
.links {
	margin-top: 7px;
    height: 30px;
}
.links ul { 
	float:left; 
	padding:0px; 
	margin:0px; 
}
.links > ul > li {
	float:left;
	margin-right:10px;
	display:block;
	position:relative;
}
.links > ul > li.none-statii {
    display: none;
}
.links > ul > li > .background {
	position:absolute;
	width:100%;
	height:100%;
	background:#ffffff;
	opacity:0.10;
	filter: alpha(opacity = 10); 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px; 
	border-radius:2px;
}
.links > ul > li:hover > .background {
	opacity:0.20;
	filter: alpha(opacity = 20); 
}
.links > ul > li > a {
	font-size:11px;
	min-width:58px;
	padding:0px 6px 0;
	text-align:center;
	background-position:center 5px;
	color:#aaaaaa;
	height:20px;
	background-repeat:no-repeat;
	zoom:1;
	position:relative;
}
.links > ul > li > a:hover {
	background-position: center -37px;
}
.up_to_tablet, .to-gadjet {
	display:none !important;
}
.links > ul > li.none-statii {
    display: none;
}
.navbar-nav > li > .dropdown-menu {
	padding: 20px 0;
	border: 0 none;
}
.navbar-nav > li:hover {
	
}
li.column-3child .third > ul {
	list-style-type: none;
}
li.column-1child .third,
li.column-2child .third,
li.column-3child .third {
	color: #4c4c4c;
    font-size: 12px;
}

#welcome_mobile {
	text-align: center;
	display: none;
}
#welcome_mobile a {
	display: inline-block;
}
#welcome {
    border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    font-size: 11px;
    text-align: right;
}
#welcome:hover {
	
}
#welcome a {
    color: #000000;
    text-decoration: none;
}
#welcome .login-button a {
	color: #898989;
    font-size: 12px;
    font-weight: normal;
}
#welcome .dropdown-login .dbw a {
	color: #505050;
    font-size: 12px;
    text-decoration: underline;
	display: inline-block;
}
#welcome .dropdown-login .dbw .fa {
	
}
#welcome a:hover {
	text-decoration:none;
	color: 2BAB1F;
}
#welcome .dropdown-login {
    display: block;
    position: relative;
    text-align: center;
    z-index: 1;
}
#welcome .dropdown-login:hover {
	background-position: 0 -85px;
}
#welcome .dropdown-enter:hover {
	background-position: 0 -84px;
}
#welcome .header-login-box {
    border: 1px solid #CCCCCC;
    font-weight: bold;
    padding: 10px;
}
#welcome .register {
    background: url("../image/img-login.png") no-repeat scroll left 0;
    float: right;
    margin-left: 17px;
    padding: 1px 0 0 24px;
    text-align: left;
}
#welcome .register a {
    color: #000000;
    font-size: 11px;
    text-decoration: underline;
}
.top_banner {
	position: relative;
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}
@-moz-keyframes scroll {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}
@keyframes scroll {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0)
    }
}
.marquee {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.marquee span {
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: scroll 30s infinite linear;
    -moz-animation: scroll 30s infinite linear;
    animation: scroll 30s infinite linear;
	font-size: 14px;
	color: #777777;
	text-shadow: 0 0 0 #fff;
}
.header + .container,
#top_banner .container {
	margin-bottom: 0;
}
.close_banner {
	background: #ffffff;
    color: #d7d7d7;
	fill: #d7d7d7;
    cursor: pointer;
    left: 15px;
    position: absolute;
    top: 0;
	line-height: 32px;
}
.close_banner span {
	margin-right: 5px;
	font-size: 10px;
}
.close_banner span + span {
	font-size: 12px;
    position: relative;
}
#top_banner_image .close_banner {
	left: auto;
    right: 0;
}
#top_banner .close_banner {
	display: none;
	line-height: 35px;
}
#top_banner:hover .close_banner {
	display: block;
}
.header_top {
    font-size: 11px;
}
#welcome .dropdown-login span {
    font-size: 15px;
    text-decoration: none;
	line-height: 30px;
}
.icons-header svg {
	fill: #333;
    font-size: 17px;
	position: relative;
}
.icons-header svg.svg-phone {
	top: 2px;
	left: 3px;
}
.icons-header > div {
	min-width: 33%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.icons-header2 > div {
	min-width: 50%;
}
.icons-header1 > div {
	min-width: 100%;
}
#welcome .dropdown-login .login-menu span {
	font-weight: normal;
}
#welcome .dropdown-login .login-menu > span {
	display: inline-block;
}
#welcome .dropdown-enter span {
    background: url("../image/arrowset.png") no-repeat scroll 100% -73px;
}
#welcome .dropdown-enter.active span {
	background: url('../image/arrowset.png') no-repeat scroll 100% -60px;
}
#welcome .dropdown-enter {
    cursor: pointer;
}
#welcome .content-login-box {
    border: 1px solid #CCCCCC;
    margin-top: 3px;
    padding: 10px;
    text-align: left;
}
#welcome .dropdown-box {
    background: #FFFFFF;
    border: 1px solid #C6C6C6;
    box-shadow: 1px 1px 4px #B7B7B7;
    cursor: default;
    display: none;
    right: 0;
    padding: 3px;
    position: absolute;
    text-shadow: 0 1px 0 #FFFFFF;
    top: 39px;
    z-index: 100;
	left: 0;
}
#welcome .dropdown-box.show,
#welcome .open .dropdown-box {
	display: block;
}
#welcome .dropdown-box ul {
	list-style-type: none;
	text-align: left;
	margin-bottom: 0;
	padding-left: 0;
	padding-top: 7px;
	padding-bottom: 7px;
}
#welcome .dropdown-box ul li {
	padding: 0 5px;
}
#welcome .dropdown-box ul li a {
	color: #434343;
	font-size: 16px;
	padding: 3px 10px;
	white-space: nowrap;
	display: block;
}
#welcome .dropdown-box ul li a:hover {
	background: #f5f5f5;
}
#welcome .dropdown-enter.active .dropdown-box {
	display: block;
    left: auto;
    right: 0;
    text-align: left;
    width: 185px;
}
#welcome .dropdown-enter.active .dropdown-box .content-account-box ul {
	width: auto;
	list-style: outside none none;
    width: auto;
}
.login-content .forgotten {
	float: right;
	line-height:34px;
}
.checkout-content .forgotten {
	float:right;
	line-height:34px;
}
.login-menu {
	position: relative;
	padding: 5px;
}
.login-menu a {
    color: #353535;
	text-decoration: underline;
	padding: 0;
	display: inline-table;
}
.login-menu .dtw {
    height: 41px;
}
.login-menu .dtw h3 {
	background: none;
    color: #000;
    float: left;
    font-size: 19px;
    margin: 0 0 0 -6px;
}
.login-menu .dtw .close {
    border: medium none;
    cursor: pointer;
    height: 17px;
    position: absolute;
    right: -5px;
    top: 3px;
    width: 17px;
}
.login-menu .dtw .close .fa {
    font-size: 14px;
    position: absolute;
    right: 3px;
    top: 2px;
}
.rcol {
    float: right;
}
.login-menu .dbw {
    padding: 10px 15px;
	text-align: left;
	font-size: 11px;
	margin-top: 10px;
}

.aclr:after {
    clear: both;
    content: "";
    display: block;
    line-height: 0;
}
.login-menu .optgroup {
    padding: 5px 0 5px 90px;
}
.login-menu .optgroup.textarea {
	padding-left: 0;
}
.recallbox .optgroup.textarea .f_textarea {
	max-width: none;
	width: 100%;
}
.optgroup {
    padding: 2px;
}
.login-menu .optgroup {
    padding: 20px 0 0 35px;
	position: relative;
}
.login-menu .dtw + .optgroup {
	padding-left: 15px;
}
.login-menu .optgroup.login-button {
	padding: 20px 0 0 0;
}
.optgroup {
    padding: 2px;
}
#welcome .dropdown-login .login-menu .optgroup span.lbl,
#contac .login-menu .optgroup span.lbl {
    background-color: #22A8B5;
    background-image: linear-gradient(to bottom, #aeaeae, #696969);
	background: -moz-linear-gradient(top,  #aeaeae 0%, #696969 100%);
	background: -webkit-linear-gradient(top,  #aeaeae 0%,#696969 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeaeae', endColorstr='#696969',GradientType=0 );
    color: #fff;
    font-weight: normal;
    height: 34px;
    left: 0px;
    line-height: 34px;
    padding-right: 0;
    position: absolute;
    text-align: center;
    width: 37px;
	bottom: 0;
}
#welcome .dropdown-login .login-menu .optgroup + .optgroup span.lbl {
	line-height: 30px;
}
.login-menu .optgroup .f_input {
    width: 224px;
}
.f_input, .f_textarea, .f_select {
    background: #FFFFFF;
    border: 1px solid #dddddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    padding: 6px 12px;
    width: 250px;
}
.f_btn {
    background-color: #22A8B5;
    background-image: linear-gradient(to bottom, #aeaeae, #696969);
	background: -moz-linear-gradient(top,  #aeaeae 0%, #696969 100%);
	background: -webkit-linear-gradient(top,  #aeaeae 0%,#696969 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeaeae', endColorstr='#696969',GradientType=0 );
    background-repeat: repeat-x;
    border: 1px solid #333;
    box-shadow: 0 0 0 1px #999999 inset, 0 2px 3px rgba(47, 68, 74, 0.25);
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 17px 9px;
	float: left;
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.5;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.5;
}
.modal-backdrop {
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}
.vpad {
    padding: 6px 0;
}
.recallbox {
    right: 0;
    z-index: 999;
}
.recallbox .dtw {
    
}
.recallbox .dbw {
    text-align: center;
}
#contac .recallbox .dbw {
	padding: 0;
    text-align: right;
}
.recallbox .dbw .f_btn {
	float: none;
	cursor: pointer;
}
.recallbox .close {
    text-decoration: none;
}
.optgroup {
    padding: 2px;
}
.recallbox .optgroup .lgrey {
    padding-bottom: 3px;
	text-align: left;
	font-size: 11px;
}
.lgrey {
    color: #5B5D5E;
}
.recallbox .optgroup .f_input {
    width: 237px;
}
.recallbox .optgroup .f_textarea {
    max-height: 318px;
    max-width: 236px;
	min-width: 226px;
    width: 236px;
}
#welcome .dropdown-enter {
    cursor: pointer;
    display: block;
    float: left;
    height: 41px;
    text-align: center;
    width: 184px;
}
#welcome .dropdown-enter:hover {
	background-position: 0 -84px;
}
#welcome .dropdown-enter span {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding-right: 26px;
    text-decoration: none;
	line-height: 39px;
	display: block;
}
#welcome .dropdown-enter.active span {
	background: url('../image/arrowset.png') no-repeat scroll 100% -48px;
}
#welcome .dropdown-enter {
    cursor: pointer;
}
.bottom-footer-width {
    background: #FFFFFF;
    border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}
.bottom-footer-width h4 {
    font-size: 15px;
    color: #434343;
    font-weight: normal;
    margin-bottom: 3px;
}
#footer {
	min-height: 100px;
    padding-bottom: 0;
    text-align: center;
}
#footer .social_wrapper {
	margin-bottom:10px;
	overflow:hidden;
	clear:both;
}
#footer .social_wrapper a {
	width:40px;
	height:40px;
	display:block;
	float:left;
	margin:0px 10px 10px 0px;
	background: url('../image/social/facebook.png') no-repeat;
}
#footer .social_wrapper a:hover {
	background-position:0px -40px;
}
#footer .social_wrapper .facebook {background: url('../image/social/facebook.png') no-repeat;}
#footer .social_wrapper .twitter {background: url('../image/social/twitter.png') no-repeat;}
#footer .social_wrapper .youtube {background: url('../image/social/youtube.png') no-repeat;}
#footer .social_wrapper .googleplus {background: url('../image/social/googleplus.png') no-repeat;}
#footer .social_wrapper .pinterest {background: url('../image/social/pinterest.png') no-repeat;}

#footer .main_content .left {
	background: url('../image/overlay_darken.png') repeat;
	width:690px;
	padding:20px 20px 0px 20px;
	float:left;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	min-height:140px;
	overflow:auto;
}
#footer .main_content .right {
	background: url('../image/overlay_darken.png') repeat;
	float:right;
	width:180px;
	padding:20px 20px 0px 20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	min-height:140px;
	color:#555555;
}
#footer.lighten_footer_content_background .main_content .left, #footer.lighten_footer_content_background .main_content .right {
	background: url('../image/overlay_lighten.png') repeat;
}
#footer .main_content .right .telephone {
	font-size:14px;
	font-weight:bold;
	color:#a60404;
	display:block;
	margin-bottom:10px;
}
#footer h3 {
    background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #777;
    font-size: 18px;
    margin-bottom: 9px;
    margin-top: 0;
    padding: 9px;
    text-align: center;
    text-transform: uppercase;
}
#footer .column {
    margin-bottom: 15px;
    min-height: 80px;
    text-align: left;
    vertical-align: top;
}
#footer .column ul {
	margin: 0 0 0 33px;
    min-height: 101px;
    padding: 10px;
}
#footer .column ul li {
	margin-bottom: 2px;
    list-style-image: url("../image/footer-li-list.png");
}
#footer .column ul li:hover {
    padding-left: 5px;
}
#footer .column a {
    line-height: 21px;
}
#footer .bottom_line {
	clear:both;
	padding:20px 0px;
	overflow:auto;
}
#footer_payment_icon {
	float:right;
	display:block;
}
.bottom-footer-text {
    background: #fafafa;
    color: #888888;
	font-size: 11px;
	padding: 12px 18px;
	text-align: justify;
	margin-bottom: 0;
	box-shadow: 0 2px 3px #999999;
	position: relative;
	z-index: 2;
}
.bottom-footer-text + .maps {
	position: relative;
	z-index: 1;
}
.bottom-footer-text .container {
	margin-bottom: 0;
}
.bottom-footer-width {
    background: #ffffff;
    padding: 30px 0 10px;
}
.scrolling {
	color: #ffffff;
}
.scrolling:hover {
	color: #ffffff;
}
.scrolling .fa {
	display: inline;
    font-size: 7px;
    position: relative;
    top: -2px;
	
}
.bottom-footer {
    background: #3b3b3b;
    margin-left: auto;
    margin-right: auto;
	padding: 10px 0;
    width: 100%;
	color: #ffffff;
}
.bottom-footer .container {
	margin-bottom: 0;
}
.bottom-footer-center {
    margin: 0 auto;
    width: 85%;
}
.bottom-footer-center-left {
    background: url("../image/vsep.png") repeat-y scroll right center;
    float: left;
    height: 142px;
    padding: 15px 0 0;
    position: relative;
    width: 63%;
}
.bottom-footer-center-left-icon {
    background: url("../image/menu_footer.png") no-repeat scroll center center;
    height: 52px;
    position: absolute;
    right: -30px;
    top: -8px;
    width: 52px;
}
.footer-shadow {
    color: #FFFFFF;
}
.questions_footer + .categ {
    margin-left: 2%;
}
.pay_social {
    float: right;
    margin-right: 4%;
    width: 45%;
}
.pay_social h4 {
    color: #FFFFFF;
    font-weight: normal;
    margin: 0;
}
.pay_social.no-categ {
    width: 48%;
}
.pay_social .pay {
    font-size: 13px;
    margin-right: 4%;
	width: 100%;
}
.pay_social.no-categ .social {
    float: left;
    width: 37%;
}
.pay_social.no-categ .pay {
    float: right;
    width: 53%;
}
.pay_social .social {
    font-size: 13px;
	width: 100%;
}
.schetchiki {
    bottom: 0;
    position: absolute;
}
.carous .schetchik {
    bottom: 10px;
    position: absolute;
    width: 100%;
    z-index: 2;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
		    transition: all 0.5s ease-in-out;
}
.list-a a svg {
	font-size: 12px;
	left: -1px;
	position: relative;
	top: 4px;
}
.list-a a:hover svg {
	fill: #ff3366;
}
.list-a a,
.list-a button {
	padding: 0;
}
.list-a button svg.svg-wishlist {
	left: -3px;
	position: relative;
}
.carous .image:hover .schetchik {
	bottom: -80px;
}
.carous .hasCountdown:after {
    background: #fff;
	border-radius: 5px;
    bottom: -7px;
    content: "";
    left: -15px;
    opacity: 0.6;
    position: absolute;
    right: -15px;
    top: -10px;
    z-index: 0;
}
.carous .countdown_row {
	position: relative;
	z-index: 3;
}
.statii-footer {
	color: #ffffff;
	text-align: justify;
	font-size: 12px;
}

.statii-footer > ul {
    list-style-type: none;
    padding-left: 0px;
	margin: 0;
}
.statii-footer > ul  {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.statii-footer > ul > li {
    float: left;
    margin-bottom: 2px;
    text-align: left;
    width: 49%;
}
.statii-footer > ul > li > a {
    background: url("../image/arrowset.png") no-repeat scroll -7px -2px;
    color: #FFFFFF;
    font-size: 12px;
    padding-left: 15px;
    transition: none 0s ease 0s;
}
.statii-footer > ul > li > a:hover {
    background-position: -7px -20px;
}
.footer-niz {
    box-shadow: 0 2px 2px #333 inset;
    color: #888;
    font-size: 10px;
    line-height: 12px;
    margin: 0 auto;
    padding: 11px 1%;
	clear: both;
}
.head-statii-top-line {
    float: left;
    margin-right: 20px;
}
.head-statii-top-line > ul {
	list-style: outside none none;
    margin: 0;
    padding-left: 0;
    padding-top: 10px;
}
.head-statii-top-line ul li {
    display: inline-block;
}
.head-statii-top-line ul li a {
	color: #ffffff;
	font-family: Arial;
	height: 30px;
    line-height: 32px;
	display: block;
    font-size: 12px;
	padding: 0 15px 0 32px;
    text-decoration: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	text-shadow: 0 -1px 0 #444;
}
.head-statii-top-line ul li a.shipping {
    background: #696969 url("../image/icon-header.png") no-repeat scroll 3px 10px;
}

.head-statii-top-line ul li a.pay {
    background: #696969 url("../image/icon-header.png") no-repeat scroll 3px -10px;
}
#search {
    border-color: #3d5165;
    border-width: 2px;
    float: right;
    margin-bottom: 0;
    padding: 0;
    position: relative;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.20);
}

.button-search {
    background: rgba(0, 0, 0, 0) url("../image/search.png") no-repeat scroll 0 -30px;
    color: #ffffff;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    line-height: 26px;
    position: absolute;
    right: 14px;
    text-align: center;
    text-shadow: 0 -1px 0 #60ac1c;
    width: 60px;
}
#search input {
    border: medium none;
    
}
.lang-curr {
    float: right;
    padding-top: 8px;
}

form {
    display: inline;
    margin: 0;
    padding: 0;
}
#language, #currency {
    color: #000000;
    font-size: 16px;
    margin-bottom: 5px;
    
    text-align: right;
}
#language {
	margin-right: 0px;
}
#currency {
	margin-right: 15px;
}
#language img {
    cursor: pointer;
    display: inline;
    margin-right: 10px;
}
#top .list-inline {
	margin: 0;
}
#cart.btn-group.btn-block {
    height: 50px;
    position: relative;
}
#cart.btn-group.btn-block button {
	background: none;
	border: 0 none;
    line-height: 27px;
    padding: 0 20px 0 0;
    position: relative;
    text-align: right;
}
#cart.btn-group.btn-block button img {
	right: -10px;
    position: absolute;
    top: -22px;
}
#cart.btn-group.btn-block button span {
	font-weight: normal;
	color: #333;
    font-size: 14px;
}
#cart.btn-group.btn-block button .fa-shopping-cart {
	color: #666666;
    font-size: 58px;
	position: relative;
}
.top_line #cart {
	width: 46px;
}
.top_line #cart.btn-group.btn-block button .fa-shopping-cart {
    font-size: 30px;
	top: 10px;
}
.top_line a.dropdown-toggle > span {
	display: none;
}
.top_line .row > a.dropdown-toggle {
	text-align: center;
	line-height: 48px;
	position: relative;
	z-index: 10;
}
.top_line a.dropdown-toggle > .fa {
	font-size: 22px;
}
a.rcol.close {
	display: block;
    height: 26px;
    margin-right: -5px;
	text-align: center;
    width: 25px;
}
#top-links .list-inline span,
#top-links .fa {
	font-size: 15px;
}
#top-links .fa.fa-bars {
	color: #ff3366;
}
#top-links .fa {
	color: #3d5165;
}
#top-links .fa.fa-chevron-down {
	color: #aaaaaa;
    font-size: 7px;
    position: relative;
    right: -4px;
    top: -2px;
}
#menu .navbar-collapse {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}
#menu .navbar-collapse > div {
	padding: 0;
}
.container .articles .menu_button button {
	color: #555555;
}
.container .articles .menu_button button .fa {
	font-size: 13px;
}
.container .articles .menu_button button span + .fa {
	font-size: 10px;
    position: relative;
    right: -2px;
    top: -2px;
}
.menu_button .btn {
	padding: 7.5px 10px;
}
.pay_social h4 {
    color: #ffffff;
    font-size: 17px;
}
ul.list-unstyled > li {
	
}
ul.list-unstyled > li.column-1child {
	width: 97%;
}
ul.list-unstyled > li.column-2child {
	width: 45%;
}
ul.list-unstyled > li.column-3child {
	width: 31%;
}
ul.list-unstyled > li.column-4child {
	width: 24%;
}
ul.list-unstyled > li.column-5child {
	width: 18%;
}
.product .list-unstyled {
	margin-bottom: 0;
}
.product ul.list-unstyled > li {
	display: block;
}
.product .product-parametr ul.list-unstyled > li {
	padding-left: 0;
	padding-right: 0;
}
.product-parametr hr {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #fff;
    margin-bottom: 15px;
    margin-top: 10px;
}
ul.list-unstyled > li a {
	float: none;
}
.product ul.list-unstyled > li a {
	float: none;
	color: #ff3366;
}
.subsc ul.list-unstyled > li a {
	color: #ffffff;
}
.subsc .form-control,
.subsc .btn-warning {
	height: 40px;
}
.subsc .scrolling {
	padding: 6px 12px;
}
ul.list-unstyled > li > .third ul {
	padding-left: 0px;
}
ul.list-unstyled > li > .third ul li a {
	
}
.category.column_position {
	background: #fdfdfd;
	border: 1px solid #ececec;
}
.category.column_position h3 {
	color: #555555;
    font-family: "OpenSans",sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 14px;
	margin: 4px 0;
    padding: 12px 10px 12px 13px;
    text-transform: uppercase;
}
.category.column_position ul {
	background: #f8f8f8;
    border: 1px solid #999;
	padding: 0;
	list-style-type: none;
	margin-bottom: 0;
}
.category.column_position ul li {
	position: relative;
	padding: 0 10px;
}
.category.column_position > ul > li + li > a {
	border-top: 1px solid #d2d2ce;
}
.category.column_position > ul > li:hover + li > a {
	border-top: 0 none;
}
.category.column_position > ul > li:first-child > a,
.category.column_position > ul > li > ul > li:first-child + li > a,
.category.column_position > ul > li:hover + li > a {
	
}
.category.column_position > ul > li > ul > li:first-child {
	font-size: 10px;
}
.category.column_position ul.child_1 > li > a {
	background: #ffffff;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	
}
.category.column_position ul.child_1 > li.child:hover > a {
	background: #f8f8f8;
	width: 271px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	z-index: 9;
}

.category.column_position ul li ul li:first-child + li {
	clear: both;
}
.category.column_position ul li ul.child_1 li {
	position: initial;
}

.category.column_position ul li:hover > ul {
	display: block;
	background: #ffffff;
	box-shadow: 0 0 3px #dddddd;
}
.category.column_position > ul > li > ul {
	background: #ffffff;
	border: 1px solid #00529f;
	display: none;
    left: 100%;
    min-width: 280px;
	padding: 10px 0;
    position: absolute;
	top: -39px;
	margin-left: -1px;	
	z-index: 8;
}
.category.column_position > ul > li > ul > li {
	max-width: 280px;
}
.category.column_position > ul > li:hover {
	background: #ffffff;
	border: 1px solid #00529f;
}
.category.column_position > ul > li.childr:hover {
	background: #ffffff;
	border-right: 0 none;
	z-index: 102;
	width: 105%;
	
}
.category.column_position > ul > li:first-child:hover {
	margin: -1px 0 0 -1px;
}
.category.column_position > ul > li:last-child:hover {
	margin: 0 0 -1px -1px;
}
.category.column_position > ul > li.childr:hover > a {
	background: #ffffff;
	width: 108%;
	z-index: 9;
}
.category.column_position > ul > li:hover > a {
	border-top: 0 none;
}
.category.column_position ul li ul span.image {
	float: left;
}
.category.column_position > ul > li > ul > li > ul.child_2 {
	border: 1px solid #999;
    bottom: 10px;
    display: none;
    left: 280px;
	padding: 10px 0;
    position: absolute;
    top: 10px;
	min-width: 260px;
	z-index: 8;
	
}
.category.column_position > ul > li > ul > li:hover > ul.child_2 {
	background: #f8f8f8;
	display: block;
}
.category.column_position ul a {
	border: 0 none;
	display: block;
	position: relative;
}
.category.column_position ul.child_2 a {
	border: 1px solid #f8f8f8;
}
.category.column_position ul.child_2 a:hover {
	background: #ffffff;
	border: 1px solid #999999;
	
}
.category.column_position ul .fa {
	color: #2bab1f;
    height: 23px;
    line-height: 22px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 4px;
    width: 22px;
}
.category.column_position ul .fa {
	color: #898989;
	font-size: 9px;
	
}
.category.column_position > ul > li:hover > a .fa,
.category.column_position ul.child_1 > li:hover a .fa {
	display: none;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.icon-plus:before {
    content: "\f078";
    font-weight: normal;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	
}
.category.column_position ul a.category-button.detailed .icon-plus:before {
	
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg); 
	transform: rotate(180deg);
}
#column-left {
    float: left;
}
#column-right {
	float: right;
}
#content .category.column_position,
#column-left .module-category.content_position,
#column-right .module-category.content_position {
	display: none;
}
.module-category.content_position {
	border-radius: 0 3px 3px;
	-webkit-border-radius: 0 3px 3px;
    -moz-border-radius: 0 3px 3px;
	padding-top: 15px;
}

.head_carousel {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 8px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    color: #2f2f2f;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto -15px;
    padding: 3px 7px;
    position: relative;
    text-align: center;
    width: 145px;
    z-index: 2;
}
.box-category-top {
	border: 1px solid #ececec;
    border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 auto 15px;
    padding: 30px 0 15px;
    width: 98%;
}
.box-category-top > div {
    display: inline-table;
	text-align: center;
    width: 16%;
}
.box-category-top > div .image {
    margin-bottom: 10px;
}
.product-thumb {
	background: #ffffff;
	border: 1px solid #fff;
	border-radius: 3px;
	padding-top: 15px;
}
.slide-special .product-thumb {
	padding-top: 0;
	margin: 0 auto;
}
.menu-head .product-thumb {
	padding-top: 0;
}
.product-layout.menu-head:not(.product-price):not(.no_image) .product-thumb .caption {
	margin-bottom: 15px;
	padding-top: 0;
}
.product-layout.menu-head .product-thumb .image {
    margin-bottom: 0;
    margin-right: 15px;
    padding-top: 0;
}
.product-layout.menu-head .product-thumb > div {
    position: relative;
    z-index: 1;
}
#content .row > .product-layout:nth-child(1) .product-thumb,
#content .row > .product-layout:nth-child(3) .product-thumb,
#content .row > .product-layout:nth-child(5) .product-thumb,
#content .row > .product-layout:nth-child(7) .product-thumb,
#content .row > .product-layout:nth-child(9) .product-thumb,
#content .row > .product-layout:nth-child(11) .product-thumb,
#content .row > .product-layout:nth-child(12) .product-thumb,
#content .row > .product-layout:nth-child(14) .product-thumb,
#content .row > .product-layout:nth-child(15) .product-thumb,
#content .row > .product-layout:nth-child(17) .product-thumb {
	
}
#content #owl-example3 .owl-item:nth-child(2n) .product-thumb {
	
}
.owl-item .product-thumb {
	padding: 10px 15px 0;
	border: 1px solid #ffffff;
}
.carous .owl-item .product-thumb {
	padding: 0;
}
.openstoremodule3 .owl-item .product-thumb {
	padding: 10px 0 0;
	margin-bottom: 0;
}
.openstoremodule .owl-item .product-thumb {
	background: none;
	border: 0 none;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	text-align: center;
}
.openstoremodule .product-thumb .image img {
	border-radius: 3px;
}
.product-list {
	margin-bottom: 20px;
	position: relative;
}
.product-list .product-thumb {
	position: initial;
	margin-bottom: 0;
}
.product-list .product-thumb .image {
	margin-bottom: 0px;
}
.divshadow .product-thumb {
	border: 0 none;
	padding-bottom: 0;
}
.chevron a {
    margin: 0 auto;
    position: relative;
    text-align: center;
    min-width: 32px;
	overflow: hidden;
	transition: border 1s ease 0s;
	transition: color 1s ease 0s;
}
.product .chevron {
	margin-top: 0;
}
.product .chevron a {
	display: block;
}
.product-list .chevron a,
.product-list .chevron button {
    padding: 0 7px 0 0;
}
.product-list .chevron a .fa,
.product-list .chevron button .fa {
	display: inline;
}
.product-list .chevron a + a,
.product-list .chevron button + button {
	margin-left: 0px;
}
.product-price .chevron a {
	text-align: center;
}
.product-price button[formaction*="/cart|add"] {
	
}
.product-price .wishlist button,
.product-price .compare button {
	border: 1px solid #ddd;
	padding: 2px 8px 14px;
}
.chevron {
	margin-top: 15px;
}
.product-price a.cheapering,
.product-price .chevron {
	float: left;
}
.product-price .chevron {
	margin: 0 15px 0 0;
}
.product-price a.cheapering {
	border: 0 none;
	margin: 0 5px 0 0;
}
.product-price a.cheapering,
.product-price .chevron a,
.product-price .button-group button span {
	display: none;
}
.product-blog .product-price .button-group button span {
	display: inline-block;
}
.product-thumb .image .chevron {
	bottom: 10px;
    height: 0;
    margin: 0;
    position: absolute;
    width: 100%;
	line-height: 65px;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
	z-index: 2;
}
.product-thumb .image.addit-image .chevron {
	bottom: 50px;
}
.product-thumb .addit-image .image-product:hover + div + .chevron,
.product-thumb .addit-image .image-product:hover + div + div + .chevron,
.product-thumb .addit-image .image-product:hover + div + div + div + .chevron,
.product-thumb .addit-image .image-product:hover + div + div + div + div + .chevron,
.product-thumb .addit-image .chevron:hover {
	height: 65px;
}
.product-thumb .image:not(.addit-image) .real-image:hover + div + .chevron,
.product-thumb .image:not(.addit-image) .real-image:hover + div + div + .chevron,
.product-thumb .image:not(.addit-image) .real-image:hover + div + div + div + .chevron,
.product-thumb .image:not(.addit-image) .real-image:hover + div + div + div + div + .chevron,
.product-thumb .image:not(.addit-image) .chevron:hover {
	height: 65px;
}
.product-thumb .image .chevron:before {
	background: #fff;
	bottom: 0;
    content: "";
    left: -7px;
    opacity: 0.3;
    position: absolute;
    right: -7px;
    top: 0;
    z-index: 0;
}
.product-thumb .image .cheapering {
	position: absolute;
	top: 15px;
	right: 15px;
	display: none;
}
.product-thumb .image .cheapering a {
    border-radius: 4px;
    color: #ffffff;
	position: relative;
	z-index: 1;
}
.product-thumb .image .chevron a:before,
.product-thumb .image .cheapering a:before {
	content: " ";
	position: absolute;
	top: -5px;
	right: -5px;
	bottom: -5px;
	left: -5px;
}
.product-thumb .image .cheapering a:before {
	background: #3d5165;
	border-radius: 5px;
	z-index: -1;
}
.product-thumb .chevron a {
    background: #ff3366;
    border-radius: 4px;
    color: #ffffff;
    padding: 7px 15px;
}
.product-thumb .chevron a + a {
	background: #fff;
    border-color: #fff;
    color: #3d5165;
    margin-top: -3px;
    padding: 6px 15px;
}
.product-thumb .image a:hover + div + .chevron {
	display: block;
}
.product-grid .product-thumb .chevron .btn-cheaper span {
	display: none;
}
.product-thumb .images-add-bottom {
	border-radius: 0 0 5px 5px;
    height: 0;
    overflow: hidden;
    line-height: 85px;
    position: absolute;
    text-align: center;
    -o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    z-index: 2;
	width: 100%;
}
.product-thumb .images-add-bottom:before {
	background: #fff;
    bottom: -5px;
    content: " ";
    left: -5px;
    opacity: 1;
    position: absolute;
    right: -5px;
    top: 0;
    z-index: 0;
}
.product-thumb .image:hover .images-add-bottom {
	height: 85px;
}
.product-thumb .image + .caption > h4,
.product-thumb .image + .caption > p {
	opacity: 1;
	transition-property: opacity;
    transition-duration: .5s;
    transition-delay: .5s;
}
.product-thumb .image.addit-image:hover + .caption > h4,
.product-thumb .image.addit-image:hover + .caption > p {
	/opacity: 0;
	transition-property: all;
    transition-duration: 0s;
    transition-delay: 0s;
}
.compare svg {
	position: relative;
	top: 8px;
}
.product-price .compare svg {
    left: 3px;
    top: 9px;
}
.compare-btn,
.wishlist-btn {
	padding-left: 15px;
	padding-right: 15px;
}
.compare-btn svg {
	position: relative;
	top: 8px;
}
.wishlist-btn svg {
	position: relative;
	top: 6px;
}
.product-thumb .wishlist svg {
	position: relative;
	top: 5px;
}
.product-thumb .wishlist button:hover svg,
.product-thumb .compare button:hover svg {
	fill: #ff3366;
}
.product-thumb .images-add-bottom img {
    border: 1px solid #ddd;
    max-width: 18%;
    padding: 5px 5px;
	position: relative;
	z-index: 2;
}
.chevron a .fa {
	position: relative;
	transition: color 1s ease 0s;
	font-size: 12px;
}
.product-price .chevron a .fa {
	padding: 0;
}
.product-list .chevron a span,
.product-list .chevron a:hover + a span,
.product-list a.cheapering {
	max-width: none;
	display: inline;
}
.product-list a.btn-cheaper span {
	display: none;
}
.product-list .chevron a + a.cheapering .fa {
	padding: 12px 0 6px 7px;
}
.chevron.one a span {
	display: inline;
	padding-right: 6px;
}
.chevron a + a span {
	max-width: 200px;
	left: 0;
}
.chevron a:hover span {
	max-width: 200px;
	left: 0;
}
.product-thumb .images-add,
.owl-item .images-add {
	
}
.product-thumb .images-add,
.owl-item .images-add {
	opacity: 1;
}
.product-thumb .images-add a img,
.owl-item .images-add a img {
	background: #ffffff;
    width: 40px;
}
.divshadow {
    color: #4f4f4f;
    position: absolute;
    text-align: left;
    top: 6%;
	z-index: 102;
	display: none;
}
.option-div {
	background: #ffffff;
	border-radius: 15px;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
    padding: 10px 15px 15px;
    z-index: 2;
	position: relative;
}
.quick-quickpay .option-div {
	box-shadow: 2px 3px 3px rgba(0, 0, 0, 0);
}
.option-div h4 i {
	border-top: 1px solid #c0c0c0;
    display: inline-block;
	width: 100%;
	position: absolute;
	top: 10px;
	left: 0;
}
.option-div h4 strong {
	padding: 0 10px;
	font-weight: normal;
}
.option-div h4 {
	position: absolute;
	top: -10px;
	left: 5px;
}
.options .image-label > label {
	background: none !important;
    padding: 0 !important;
	border: 0 !important;
}
.options .image-label > label > img {
	background: #fff;
	border: 1px solid #f1f1f1;
    border-radius: 4px;
	padding: 4px;
	max-width: 45px;
}
.options .image-label input[type="radio"]:checked + label,
.options .image-label input[type="checkbox"]:checked + label {
	border-color: #f5f5f5;
}
.options .image-label input[type="radio"]:checked + label > img,
.options .image-label input[type="checkbox"]:checked + label > img {
	border-color: #3d5165;
}
.option-div .form-group img + span {
	color: #666666;
	line-height: 20px;
}
.option-div .header-popup {
	background: #ffffff;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    box-shadow: 0 0 1px #333;
    color: #666666;
    font-size: 13px;
    left: -10px;
    padding: 7px 7px 7px 15px;
    position: absolute;
    top: 10px;
	border-radius: 5px;
}
.divshadow .close {
	cursor: pointer;
    height: 40px;
    line-height: 40px;
    opacity: 1;
    position: absolute;
    right: 4px;
    text-align: center;
    top: 10px;
    width: 40px;
    z-index: 9;
}
.divshadow .close svg {
	fill: #777777;
    font-size: 20px;
}
.divshadow .close:hover .fa {
	color: #000000;
}
.option-div hr {
	margin: 10px 0;
}
.option-div .images-add {
    position: absolute;
    left: 15px;
	top: -15px;
	z-index: 2;
}
.option-div .images-add a {
	display: block;
	padding: 5px;
	border: 1px solid #dddddd;
	margin-bottom: 12px;
}
.option-div .option select {
	margin-bottom: 15px;
}
.option-div .image {
	text-align: center;
}
.option-div .image > a {
	display: block;
	text-align: center;
}
.option-div .image > a > img {
	display: inline-block;
}
.product-list .option-div {
	border-radius: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
	box-shadow: 0 0 0 #ffffff;
	border: 0 none;
	position: initial;
}
#content .product-thumb.boundary:hover {
	border-radius: 0 10px 10px 0;
	box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.25);
}
#content .product-thumb:hover > .rating {
	display: none;
}
.caption h4 {
	font-size: 18px;
	text-align: center;
}
.product-price .caption h4 {
	text-align: left;
	margin: 0;
}
.product-list .caption h4 {
	text-align: left;
	 margin-bottom: 5px;
}
.price_block {
	display: block;
	margin: 10px 0;
	text-align: left;
}
.caption h4 + p,
.caption h4 + span + p {
	color: #aaaaaa;
    font-size: 11px;
	text-align: justify;
	margin-bottom: 5px;
}
.caption h4 + p:hover,
.caption h4 + span + p:hover {
	color: #666666;
	display: block;
}
.description_hover {
	display: none;
}
.product-thumb .price-button {
	margin-bottom: 10px;
}
.product-list .product-thumb .price-button {
	overflow: auto;
}
.product-thumb .image .rating {
    left: 2px;
    padding: 2px;
    position: absolute;
    top: 0;
	z-index: 3;
}
.product-price .product-thumb .image .rating {
	display: none;
}
.product-thumb .image .rating > * {
	position: relative;
	z-index: 1;
}
.product-thumb .image .rating:after {
	opacity: 0.8;
	content: '';
	position: absolute;
	top: -3px;
	right: -3px;
	bottom: -3px;
	left: -3px;
	z-index: 0;
	border-radius: 3px;
}
.product-thumb .image:hover .rating:after {
	background: #fff;
}
.product-thumb .caption h4 a {
	font-weight: normal;
	color: #3d5165;
}
.product-price .product-thumb .caption h4 {
    font-size: 16px;
    margin: 6px 0;
}
.product-price .product-thumb .caption h4 a {
	display: block;
}
.product-price .product-thumb .price-new,
.product-price .product-thumb .price-old {
    line-height: 24px;
    margin: 0;
}
.openstoremodule .product-thumb .price {
	float: none;
	text-align: center;
}
.product-thumb .price {
	float: left;
}
.product-thumb .button-group {
	float: right;
	position: relative;
	-webkit-transform: skew(-1deg);
	   -moz-transform: skew(-1deg);
	     -o-transform: skew(-1deg);
			transform: skew(-1deg);
}
.product-list .product-thumb .button-group {
	float: left;
	margin-left: 15px;
}
.product-blog .product-price .product-thumb .button-group {
	
}
.product-blog .product-list .product-thumb .button-group {
	margin-left: 0;
	width: 100%;
}
.carous .product-thumb .button-group {
	float: left;
}
.product-thumb .wishlist,
.owl-item .wishlist {
    float: right;
	line-height: 45px;
}

.product-thumb .compare,
.owl-item .compare {
    float: right;
	line-height: 45px;
}
.product-price .product-thumb .wishlist,
.product-price .product-thumb .compare,
.product-price .product-thumb button[formaction*="/cart|add"],
.product-price .product-thumb button[onclick^="ajaxmoremodule"] {
    line-height: normal;
	float: right;
	margin-left: 15px;
}
.product-price .product-thumb .btn-button svg {
    fill: #ffffff;
    float: left;
    font-size: 13px;
    margin-right: 7px;
    position: relative;
}
.wishlist button, .compare button {
	background: none;
	border: 0 none;
	fill: #3d5165;
}
.icon-wishlist:before {
    content: "\f005";
	color: #535353;
    font-size: 15px;
}
.icon-compare:before {
    content: "\f080";
	color: #535353;
    font-size: 15px;
}
#content .product-thumb .rating img, #content .owl-item .rating img {
    margin-top: 2px;
}
.icon {
    color: #2e2e2e;
}
#content .product-thumb.none-hover:hover .caption > .description_no_hover,
#content .product-thumb.none-hover:hover .caption > .rating,
#content .product-thumb.none-hover:hover .caption > .wishlist,
#content .product-thumb.none-hover:hover .caption > .compare {
	display: block;
}
#content .product-thumb.none-hover:hover .caption > .price-cart {
	display: inline-table;
}
.price-cart {
	display: inline-table;
    margin: 0 0 15px 0;
    overflow: auto;
}
.product-layout:not(.product-price) .product-thumb .price-cart,
.owl-item .product-thumb .price-cart {
	width: 100%;
}
.price-cart.width {
	width: 100%;
}
.product-grid .price-cart {
	width: 100%;
}
.product-thumb .price, .owl-item .price {
    line-height: 45px;
	margin-bottom: 0;
    vertical-align: middle;
	text-align: left;
}
.carous .owl-item .price {
	color: #888;
    font-size: 28px;
}
.product-thumb .price.spec, .owl-item .price.spec {
    color: #ec005c;
}
.product-list .product-thumb .price {
	float: left;
	margin: 5px 0;
}
.product-price .product-thumb .price {
	float: left;
    margin: 0;
	line-height: 30px;
}
.product-thumb:hover .image,
.product-thumb:hover .caption .images-add,
.product-thumb:hover .caption h4 a {
	/z-index: 2;
}
.sticker-thumb {
	position: absolute;
    right: 5px;
	top: 0px;
	text-align: left;
	z-index: 1;
}
.sticker-thumb > div {
	margin-bottom: 10px;
}
.product-price .sticker-thumb {
	display: none;
}
.product-price .sticker-thumb > div {
	margin: 0;
}
.product-price .sticker-thumb span {
	font-size: 13px;
    padding: 0 6px;
}
.stiker-module-special,
.stiker-module-popular,
.stiker-module-new {
	display: block;
	font-size: 15px;
}
.stiker-module-special .trapezium10,
.stiker-module-popular .trapezium10,
.stiker-module-new .trapezium10,
.stiker-popular-product  .trapezium10,
.stiker-new-product  .trapezium10,
.stiker-special-product  .trapezium10 {
	border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    padding: 3px 15px 4px;
    transform: skew(-10deg);
    z-index: 1;
}
.stiker-module-special .trapezium10 {
    color: #ffffff;
	background: #ff3366;
}
.stiker-module-popular .trapezium10 {
    color: #ffffff;
	background: #aaaaaa;
}
.stiker-module-new .trapezium10 {
    color: #ffffff;
	background: #3d5165;
}
.stiker-product {
    left: -1px;
    position: absolute;
    text-align: left;
    top: 15px;
}
.stiker-product > div {
	margin-bottom: 15px;
}

.noquantityselect,
.noquantityselectchek {
    border: 1px solid #D4D4D4;
    border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) inset;
    color: #898989;
    cursor: inherit;
    display: inline-block;
    margin: 0 5px 10px 0;
    padding: 2px 5px;
    text-shadow: 0 1px 1px #FFFFFF;
}
.noselect,
.noselectchek,
.noquantityselect {
	border: 1px solid #ddd;
}
.yesselect,
.yesselectchek {
    border: 1px solid #2e85bc;
}
.option-div .options .option input.none, .quick-view-product-info .tab-contents .options .option input.none {
    display: none;
}
.error {
	color: #ff0000;
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
}
.product-list .options .option select {
	width: 35%;
}
.owl-pagination {
    background: #FFFFFF;
    text-align: center;
	position: initial;
}
.openstoremodule .owl-pagination,
.openstoremodule2 .owl-pagination {
	background: none;
    bottom: 5px;
    position: absolute;
    text-align: center;
    top: auto;
    width: 100%;
}
.carous .owl-pagination {
	right: -2px;
	top: 11px;
	position: absolute;
}
.featured-header_content_bottom + div + .owl-controls .owl-pagination,
.featured-header_content_top + div + .owl-controls .owl-pagination,
.bestseller-header_content_bottom + div + .owl-controls .owl-pagination,
.bestseller-header_content_top + div + .owl-controls .owl-pagination,
.latest-header_content_bottom + div + .owl-controls .owl-pagination,
.latest-header_content_top + div + .owl-controls .owl-pagination,
.special-header_content_bottom + div + .owl-controls .owl-pagination,
.special-header_content_top + div + .owl-controls .owl-pagination,
.reviews-header_content_top + div + .owl-controls .owl-pagination {
	background: #ffffff;
    padding-top: 0;
    position: absolute;
    right: -2px;
    top: 4px;
    z-index: 1;
}
.owl-carousel .owl-buttons .owl-next {
    right: 10px;
}
.owl-next:hover,
.owl-prev:hover {
    opacity: 1;
}
.owl-next.disabled:hover,
.owl-prev.disabled:hover {
    
}
.owl-carousel .owl-buttons div {
	background: #dddddd;
    border-radius: 32px;
    height: 45px;
    opacity: 0.7;
    text-align: center;
    width: 45px;
	position: absolute;
	top: 40%;
	cursor: pointer;
}
.owl-carousel.manufacturer-banner .owl-buttons div {
	top: 5%;
}
.owl-carousel.manufacturer-banner .owl-item > div {
	padding: 5px;
}
.owl-carousel.manufacturer-banner .owl-buttons .owl-prev {
	left: 0px;
}
.owl-carousel.manufacturer-banner .owl-buttons .owl-next {
	right: 0px;
}
.divshadow .owl-carousel .owl-buttons div {
	top: 45%;
}
.module .owl-carousel .owl-buttons div i,
.owl-carousel .owl-buttons div i {
	color: #ffffff;
    font-size: 27px;
    font-weight: normal;
    line-height: 60px;
	position: relative;
}
.owl-carousel .owl-buttons .owl-prev {
    left: 10px;
}
.divshadow .owl-carousel .owl-buttons .owl-prev {
	left: 15px;
}
.divshadow .owl-carousel .owl-buttons .owl-next {
	right: 15px;
}
.owl-carousel .owl-buttons .owl-prev i {
	left: -3px;
}
.owl-carousel .owl-buttons .owl-next i {
	right: -3px;
}
.owl-carousel.openstoremodule .owl-buttons .owl-prev i {
	left: 0;
}
.owl-carousel.openstoremodule .owl-buttons .owl-next i {
	right: 0;
}
.owl-prev.disabled {
	background: url("../image/next-prev.png") no-repeat scroll -37px 1px;
}
 .owl-next.disabled {
	background: url("../image/next-prev.png") no-repeat scroll -37px -38px;
}
.owl-prev:hover {
    opacity: 1;
}
.owl-prev.disabled:hover {
    
}
.owl-theme .owl-controlls .owl-buttons div{
	display: inline-block;
	zoom: 1;
	*display: inline;
    height: 32px;
    width: 25px;
}
.review-comment-str {
    background: #f4f4f4;
    height: 16px;
    margin-bottom: -8px;
    margin-left: 41px;
    width: 16px;
	transform: rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
.review-list {
    background: #f4f4f4;
    border-radius: 8px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px;
}
.review-list .author {
    float: left;
    margin-bottom: 10px;
}
.review-list .author_name,
.review-list .rating {
	display: inline-block;
}
.avatar {
    float: left;
    margin-right: 13px;
}
.avatar img {
    width: 50px;
}
.filter {
	margin-top: 10px;
	overflow: auto;
}
.filter p {
	margin: 8px 0 10px;
}
.filter a#compare-total {
	background: #1ca9b8;
    border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #ffffff;
    font-weight: normal;
    line-height: 18px;
    padding: 7px 15px;
    text-decoration: none;
}
.filter .col-md-2 {
	width: auto;
}
.filter-sort {
	float: right;
}
.divshadow .product-list .product-thumb > div {
	background: none;
	min-height: auto;
	margin-bottom: 0;
	padding-bottom: 5px;
}
.divshadow .product-list .product-thumb > div + div {
	
}
.block_list_grid {
    background: url("../image/catshow.png") no-repeat scroll left top;
    margin-top: 6px;
    overflow: auto;
}
.block_list_grid .btn-group {
	color: #555555;
    display: inline-block;
    float: right;
    font-weight: normal;
    line-height: 24px;
    margin-right: 7px;
    padding: 8px 0 6px;
}
.block_list_grid button {
	border-radius: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.clearboth {
	clear: left;
}
.overflow {
	overflow: auto;
}
.message-success a {
	color: #333;
	font-size: 13px;
	text-decoration: underline;
}
.message-success {
	background: url("../image/comments.png") no-repeat scroll 10px center #FFFFFF;
    border-bottom: 1px solid #D2D2CE;
    border-radius: 13px;
	-webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    box-shadow: 0 0 6px #999999;
    color: #555555;
    font-size: 13px;
    left: 23%;
    margin: 0;
    padding: 15px 13px 15px 53px;
    position: fixed;
    top: 50%;
    width: 53%;
    z-index: 9999;
}
.view-images {
    background: url("../image/preview.png") no-repeat scroll left 0;
    display: block;
    height: 35px;
    overflow: hidden;
    position: absolute;
    width: 35px;
    z-index: 101;
}
.view-images img {
    opacity: 0;
}
.thumbnails .image-additional ul li {
	display: inline-block;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}
.thumbnails .image-additional u li {
	border: 0 none;
}
.thumbnails .image-additional {
    position: relative;
	text-align: center;
}
.thumbnails .image-additional a {
    opacity: 0.7;
    transition: opacity 0.5s ease 0s, background-color 0.5s ease 0s, box-shadow 0.5s ease 0s, border-color 0.5s ease 0s;
}
span.listicon {
	background: url("../image/bullet_tiny.png") no-repeat scroll left 50%;
    color: #555555;
    line-height: 18px;
    padding-left: 11px;
}
.quick_button_block {
	padding: 0;
}
#product {
	margin-top: 0px;
	overflow: auto;
	padding-bottom: 15px;
}
.form-group .radio label {
	font-weight: normal;
}
.none {
	display: none;
}
.product .radio, .product .checkbox,
.option-div .radio, .option-div .checkbox {
	display: inline-table;
	margin: 0 5px 3px 0;
}
select.form-control {
    min-width: 190px;
}
#column-left + #column-right + #content .product hr {
	clear: both;
}
.price h2 {
	color: #f60587;
	display: inline-block;
    margin: 0 10px 3px 0;
}
.list-unstyled.price {
	margin-bottom: 15px;
}
.cart-box-bottom {
    margin: 0 0 18px 0;
	padding: 15px 0;
	background: #ffffff;
}
.cart_block {
	clear: both;
}
#product .cart_block {
    overflow: auto;
}
.cart_block button {
	float: left;
    width: auto;
}
.product .cart_block button {
	margin-right: 0;
}
.cart-box-bottom .quantity-input {
    float: left;
	margin: 0 15px 0 0;
}
.cart_block .quantity-input {
	padding-bottom: 15px;
	float: none;
}
.product .cart_block .quantity-input {
	padding-bottom: 0;
}
.option-div .input-group .form-control[name^="quantity"] {
    min-width: 50px;
}
.text-danger {
    color: #ff3366;
}
#tab-review .text-danger,
.quickpay .forming_quick .text-danger,
.divcart .text-danger,
.product .options .text-danger {
	border: 1px solid #ff3366;
    border-radius: 3px;
    float: right;
    font-size: 14px;
    margin-top: 3px;
    padding: 2px 11px;
}
.cart_block .quantity-input .minus1, .cart_block .quantity-input .plus1 {
	line-height: 25px;
	width: 45px;
}
.cart-box-bottom .quantity-input .minus1 {
    height: 34px;
    width: 36px;
}
.cart_block button.quick-button > span + i {
    font-size: 7px;
    position: relative;
    right: -6px;
    top: -1px;
}
.cart-box-bottom .quantity-input input {
    float: left;
    height: 34px;
    text-align: center;
}
.product .cart-box-bottom .quantity-input .minus1,
.product .cart-box-bottom .quantity-input .plus1,
.product .cart-box-bottom .quantity-input input {
	height: 40px;
}
#product .cart-box-bottom .quantity-input input {
    width: 50px;
}
.cart-box-bottom .quantity-input .plus1 {
    height: 34px;
    width: 36px;
}
.cart-box-bottom button.btn-primary {
    float: left;
	width: auto;
}
button.btn.button-wishlists,
button.btn.button-compares {
	background: none;
	border: 0 none;
	color: #636363;
	font-weight: normal;
	margin-top: 15px;
	padding: 0;
}
.textor {
    clear: left;
    padding: 20px 0 0;
	width: 40px;
}
.product .tab-content {
	float: left;
	margin-top: -1px;
    padding: 15px 0 0;
    width: 100%;
}
#top-links {
	line-height: 37px;
    margin-top: 0;
    padding: 0;
}
#menu-mobile {
	background: #3d5165;
	border-radius: 0;
	padding: 7px 12px;
}
#menu-mobile svg {
	fill: #ffffff;
	position: relative;
	top: 1px;
	left: 2px;
}
}

#top-links .pull-left .dropdown-menu .btn {
	padding: 5px 12px;
}
#top-links #language,
#top-links #currency {
	margin: 0;
    position: relative;
    top: -5px;
}
#top-links .dropdown-menu {
	border-radius: 0 0 4px 4px;
    border-top: 0 none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.176);
    margin-top: 4px;
    min-width: 200px;
    padding-top: 10px;
}
#top-links .nopadding .dropdown-menu {
	min-width: 120px;
}
#top-links #currency .dropdown-menu {
    right: 0;
}
#top-links .mobile {
	display: none;
}
#column-left + #column-left  + #content .product-layout.col-md-3 {
    display: inline-table;
    float: none;
	max-width: 290px;
	min-width: 250px;
}
.product {
	margin-bottom: 10px;
	text-align: left;
}
.product .addthis_toolbox {
	text-align: right;
	margin-top: 7px;
}
.nav-tabs {
    border-bottom: 0 none;
}
#column-left + #content .product .nav.nav-tabs,
#column-left + #column-right + #content .product .nav.nav-tabs {
	float: none;
}
#cart .pull-right strong.but {
	background: #808080;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	color: #ffffff;
	padding: 5px;
}
#cart .pull-right strong.but:hover {
	background: #5e5e5e;
}
#cart p.text-right {
	padding: 0;
}
.tabs-a {
	
}
.cat-slide-info {
    background: url("../image/bgset.png") repeat-x scroll 0 -554px;
    height: 40px;
}
.cat-slide-info .thide {
    background: url("../image/catslideinfo.png") no-repeat scroll 0 0;
	display: block;
    margin: 0 auto;
    padding-top: 10px;
    position: relative;
    top: 12px;
    width: 222px;
}
#content .column_position,
#column-left .content_position,
#column-right .content_position {
	display: none;
}
#column-left h3,
#column-right h3 {
	padding: 0;
	margin-top: 0;
}
.container #product h3 {
    margin-top: 5px;
    padding: 0;
}
.container .category h3 {
	background: none;
}
.relative {
	position: relative;
}
.box {
	margin: 10px 0;
}
.relative .owl-carousel,
.relative .owl-carousel .owl-wrapper {
	position: initial;
}
#content .reviews .carousel-item > div .name {
    margin-bottom: 10px;
	text-align: left;
}
.reviews .carousel-item > div .name a {
	font-size: 16px;
	margin-top: 0;
	color: #3d5165;
}
.reviews .carousel-item > div .image {
    float: left;
    margin-right: 10px;
    margin-top: 0;
}
.reviews .carousel-item > div .review {
    text-align: justify;
	font-size: 14px;
	min-height: 60px;
	line-height: 20px;
}
#content .reviews .carousel-item > div .rating {
    margin-bottom: 10px;
    text-align: left;
}
#column-left .reviews .carousel-item > div .rating,
#column-right .reviews .carousel-item > div .rating {
    bottom: 0;
    left: 10px;
    position: absolute;
    right: auto;
}
.reviews .carousel-item > div .podrobnee {
    bottom: 0;
    position: absolute;
    right: 0;
}
.reviews .carousel-item .relative {
	margin-left: auto;
    margin-right: auto;
	overflow: auto;
    padding: 10px 0 30px;
    position: relative;
}
#content.none .manufacturer {
    margin: 0 auto 1%;
}
.manufacturer {
    background-image: linear-gradient(to bottom, #f1f1f1, #ffffff);
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );
    border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: block;
    margin: 0 auto 25px;
    overflow: auto;
    padding: 5px 0 5px 13px;
    position: relative;
}
#column-left .manufacturer,
#column-right .manufacturer {
    padding: 5px 0 5px 8px;
}
a.manuf-link {
    float: left;
    margin-right: 20px;
    padding: 5px 0;
}
.list-manuf {
    float: left;
    padding: 5px 0;
}
.list-manuf a {
    display: inline-block;
    text-decoration: underline;
}
.list-manuf a {
    border-right: 1px solid #c7c7c7;
    margin-right: 3px;
    padding-right: 8px;
}
.list-manuf a:last-of-type {
	border: 0 none;
}
#column-left .manufacturer .list-manuf a, #column-right .manufacturer .list-manuf a {
    border: 1px solid #c0c0c0;
    border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 9px;
    padding: 4px;
    text-decoration: none;
}
.product-thumb.tabrelated .caption {
	margin-bottom: 10px;
}
.product-thumb.tabrelated .caption p {
	text-align: justify;
}
.product-thumb.tabrelated .compare,
.product-thumb.tabrelated .wishlist {
	float: left;
	margin-top: 9px;
}
#accordion .panel .checkbox {
	clear: both;
}
.paddin {
	padding: 0 5px;
}
.bg-container {
    margin: 0 auto;
    min-height: 53px;
    text-align: right;
}
.navbar_category .btn-navbar {
	background: #3d5165;
	min-height: 40px;
	outline: 0 none;
	position: relative;
}
.navbar_category .btn-navbar:hover {
    background-image: linear-gradient(to bottom, #666666, #777777);
	background: -moz-linear-gradient(top,  #666666 0%, #777777 100%);
	background: -webkit-linear-gradient(top,  #666666 0%,#777777 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#777777',GradientType=0 );
}
.navbar_category .btn-navbar {
	float: none;
	padding: 0;
	width: 100%;
	border-radius: 3px 3px 0 0;
	cursor: auto;
}
@media (max-width: 767px) {
	.navbar_category .btn-navbar {
		cursor: pointer;
	}
}
.navbar_category .btn-navbar > span {
	color: #ffffff;
	font-size: 17px;
	float: left;
    line-height: 30px;
}
.navbar_category .nav > li > a {
	color: #333333;
	padding: 7px 15px;
}
.navbar_category .btn-navbar .fa,
.navbar_category .btn-navbar svg {
	color: #ffffff;
	font-weight: bold;
	float: right;
	margin: 6px 9px 0 0;
}
.nav-tabs.categorycarousel > li > a svg {
    position: relative;
	top: -1px;
	float: none;
}
.nav > li > a:hover {
	color: #444;
}
.nav-tabs.categorycarousel > li > a svg path {
	stroke: #444;
}
.nav-tabs.categorycarousel > li .fa {
    font-size: 13px;
    top: 0;
}
.nav-tabs.categorycarousel > li > a.active .fa {
	color: #ffffff;
}
.nav-tabs.categorycarousel > li > a.active svg path {
	stroke: #fff;
}
.navbar_category .nav > li > a .fa-angle-right {
	float: right;
}
.navbar_category .nav > li:hover > a .fa-angle-right {
	font-size: 18px;
}
.navbar_category .dropdown-menu {
	border-radius: 0 4px 4px 0;
    left: 100%;
    margin: 0;
    top: -2px;
	padding-top: 15px;
	padding-bottom: 20px;
	width: auto;
}
@media (min-width: 768px) {
	.navbar_category .list-group.category > .nav > li > .dropdown-menu {
		display: none;
		z-index: -1;
	}
}
.tablet {
	display: block !important;
}
.navbar_category .btn-navbar {
	height: 43px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
}
.navbar_category .btn-navbar.collapsed {
	
}
.category {
	padding: 0;
	position: relative;
	margin-bottom: 0;
}
.nav > li {
	text-align: left;
}
.category .nav > li {
	position: relative;
}
.category .nav > li > .fa {
	font-size: 9px;
	border-width: 0;
}
@media (max-width: 767px) {
	.category .nav > li > .fa {
	  position: absolute;
	  right: 0;
	  top: 12px;
	}
}
.category .nav > li + li {
	
}
@media (max-width: 767px) {
	.category .dropdown-menu {
		position: absolute;
		right: auto;
		left: 100%;
		top: 0;
		border-radius: 0 0 4px;
		margin: 0;
		box-shadow: 1px 1px 1px #999;
		border-left: 0 none;
		width: 100%;
	}
	.category .nav > li {
		clear: both;
	}
	.list-group.category .open > .fa-chevron-down:before {
		content: "\f077";
	}
}
@media only screen and (min-width: 768px) {
	.list-group.category > .nav > li:hover > .dropdown-menu {
		display: block;
		z-index: 9;
	}
}
.category .dropdown-inner > ul.list-unstyled > li {
	padding-top: 8px;
    padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
	.category ul.list-unstyled > li {
		overflow: hidden;
		padding-bottom: 15px;
		padding-right: 15px;
	}
}
.category ul.active___ul > li {
	border: 0 none;
	padding-bottom: 0;
	padding-right: 0;
}
@media only screen and (min-width: 768px) {
	.category ul.list-unstyled > li > span {
		padding: 0;
		border: 1px solid #ddd;
		border-radius: 3px;
		padding-left: 15px;
	}
}
.category ul.list-unstyled > li.active___ul__li > span {
	padding-left: 0;
}
.category ul.list-unstyled > li > span.open + .dropdown-menu {
	display: block;
}
.category ul.list-unstyled > li > span > a {
	border: 0 none;
    color: #ff3366;
	float: none;
    font-size: 15px;
    line-height: 26px;
	height: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}
@media (max-width: 767px) {
	.category ul.list-unstyled > li > span > a {
		border-bottom: 1px solid #fefefe;
	}
}
.category ul.list-unstyled > li.active___ul__li > span > a {
	padding-left: 0;
}
.category .list-category_menu {
	padding-left: 0;
	padding-right: 0;
}
.category .list-category_menu > ul.list-unstyled > li > span {
    display: block;
    line-height: 35px;
    width: 100%;
}
@media (min-width: 768px) {
	.category .list-category_menu > ul.list-unstyled > li > span.child__category {
		padding-right: 35px;
		position: relative;
	}
}
.category .list-category_menu > ul.list-unstyled > li > span.child__category > span.btn {
	display: none;
}
.category .list-category_menu > ul.list-unstyled > li.active___ul__li > span.child__category > span.btn {
	display: inline-block;
}
.category .list-category_menu > ul.list-unstyled > li > span.child__category > strong {
	height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
}
.category .list-category_menu > ul.list-unstyled > li.active___ul__li > span.child__category > strong {
	width: 45px;
}
.category .list-category_menu > ul.list-unstyled > li > a {
	border-bottom: 1px dashed #ddd;
}
.category .list-category_menu > ul.list-unstyled > li > span > a {
    background: none;
    color: #3d5165;
}
.category ul.list-unstyled > li > span .fa {
	font-size: 9px;
    margin-left: -4px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
}
.category > .nav > li > a {
    color: #555555;
    font-size: 16px;
}
.category .nav > li:hover {
	background: #ffffff;
}
.category ul.podcategory {
	list-style-type: none;
	padding: 0;
	position: relative;
	left: auto;
	box-shadow: 0 0 0 #fff;
	border: 0 none;
}
.category ul.podcategory li {
	display: inline-block;
}
.category ul.podcategory li a {
	border: 0 none;
    color: #54687c;
    font-size: 15px;
    padding: 5px 10px 5px 0;
}
.category > .nav > li > a .fa {
	float: right;
    font-size: 9px;
    margin-top: 6px;
	transition: 0s all;
}
.category > .nav > li:hover > a .fa {
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.category .nav.nav-tabs {
    
}
.category .nav.nav-tabs span {
    height: 100%;
    left: 5px;
    padding: 0;
    position: absolute;
    width: 30px;
}
.category .nav.nav-tabs .active a span {
	z-index: 0;
}
.category .nav.nav-tabs svg {
    font-size: 11px;
	position: relative;
	top: 0px;
	left: 4px;
}
.category .nav.nav-tabs svg.svg-description {
	fill: #555;
	font-size: 16px;
    left: 6px;
    top: 4px;
}
.category .nav.nav-tabs .active svg {
	font-size: 17px;
}
.category .nav.nav-tabs .active svg.svg-description {
	font-size: 20px;
	top: 6px;
}
.category .nav.nav-tabs > li > a {
	background: #ffffff;
	border-radius: 4px;
	height: 37px;
	line-height: 35px;
	padding: 0 10px 0 30px;
	color: #777777;
	border: 1px solid #eeeeee;
	top: -1px;
	text-decoration: none;
	text-align: left;
}
.category .nav.nav-tabs > li.day-nav > a {
	background: #f1f1f1;
	
}
.category .nav.nav-tabs > li.day-nav > a.active {
	background: #ff3366;
    border: 1px solid #ff3366 !important;
    color: #fff !important;
    position: relative;
}
.category .nav.nav-tabs > li.day-nav > a.active svg {
	fill: #fff;
    font-size: 15px;
    top: 1px;
}
.nav-tabs > li > a {
	background: #ffffff;
	
}
.nav-tabs > li > a.active {
	z-index: 2
}
.category .nav.nav-tabs li.manuf-nav > a.active {
    background: #6a7e92;
    border: 1px solid #6a7e92 !important;
    color: #fff !important;
}
.category .nav.nav-tabs li.category-nav > a.active {
    background: #ff3366;
    border: 1px solid #ff3366 !important;
    color: #fff !important;
}
.category .nav.nav-tabs li.description-nav > a.active {
	background: #50b0ff;
    border: 1px solid #50b0ff !important;
    color: #fff !important;
}
.category .nav.nav-tabs li.manuf-nav > a.active svg {
	fill: #ffffff;
}
.category .nav.nav-tabs li.category-nav > a svg {
	font-size: 14px;
    top: -1px;
}
.category .nav.nav-tabs li.category-nav > a svg path {
	stroke: #777777;
}
.category .nav.nav-tabs li.category-nav > a.active svg {
	font-size: 15px;
    top: -1px;
}
.category .nav.nav-tabs li.category-nav > a.active svg path {
	stroke: #ffffff;
}
.category .nav.nav-tabs li.description-nav > a.active svg {
	fill: #ffffff;
}
.category .nav.nav-tabs.category-nav-ul {
	border-color: #ff3366;
}
.category .nav.nav-tabs.manuf-nav-ul {
	border-color: #50b0ff;
}
.nav-tabs > li > a {
	border-bottom: 2px solid #fff;
	border-radius: 4px;
}
.category > .nav.nav-tabs > li > a.active {
	border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-radius: 0 0 3px 3px;
    border-right: 1px solid #dddddd;
    box-shadow: 0 0 0 #fff;
    margin: 2px 0 0;
}
.category .nav.nav-tabs > li {
	background: none;
	display: inline-block;
}
.category .dropdown-inner > .list-unstyled {
    padding-left: 10px;
}
.category .image_category_menu {
	float: left;
	margin: 0 10px 0 0;
}
.category .category-collapse {
	position: absolute;
    width: 100%;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	border-radius: 0 0 5px 5px;
}
.header_block {
	position: relative;
	z-index: 99;
}
.header_block .category .category-collapse {
	/z-index: 99;
}
.category .category-collapse:hover {
    /z-index: 106;
}
.collapse-hidden {
	display: none !important;
}
.collapse-hidden.collapse.in {
	display: block !important;
}
.category .close_category {
	cursor: pointer;
    display: none;
    height: 25px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 2px;
    width: 25px;
}
.category .in + .close_category {
	display: block;
}
.category-collapse .dropdown-inner {
    display: table;
    position: relative;
}
.category-collapse .dropdown-inner ul {
	vertical-align: top;
	border: 0 none;
}
.category-collapse .dropdown-inner ul.podcategory {
	background: none;
    border: 0 none;
    box-shadow: 0 0 0 #fff;
    float: none;
    position: initial;
    width: 100%;
	padding: 8px 0px;
}
@media only screen and (max-width: 767px) {
	.category-collapse .dropdown-inner ul.podcategory {
		display: none;
	}
	.list-category_menu > ul + ul {
		margin-top: -1px;
	}
}

.list-category_menu .list-unstyled > li {
	/margin-bottom: 20px;
}
.list-category_menu .list-unstyled > li img {
    margin-right: 10px;
}
.list-category_menu > ul {
	-o-transition: width 1.5s ease-in-out;
	-moz-transition: width 1.5s ease-in-out;
	-webkit-transition: width 1.5s ease-in-out;
	transition: width 1.5s ease-in-out;
	padding: 0;
}
.list-category_menu .list-unstyled > li + li {
	margin-top: -1px;
}
.list-category_menu > ul > li:not(.active___ul__li) {
	-o-transition: max-height 1s ease-in-out,opacity 1s ease-in-out,padding-bottom 1s ease-in-out;
	-moz-transition: max-height 1s ease-in-out,opacity 1s ease-in-out,padding-bottom 1s ease-in-out;
	-webkit-transition: max-height 1s ease-in-out,opacity 1s ease-in-out,padding-bottom 1s ease-in-out;
	transition: max-height 1s ease-in-out,opacity 1s ease-in-out,padding-bottom 1s ease-in-out;
	max-height: 150px;
}
.list-category_menu.active__menu > ul:not(.active___ul){
	width: 0;
}
.list-category_menu.active__menu > ul > li {
	opacity: 0;
}
.list-category_menu.active__menu > ul > li.active___ul__li {
	opacity: 1;
}
@media only screen and (min-width: 768px) {
	.category-collapse .dropdown-inner > ul.list-unstyled:nth-child(2n) {
		background: #f1f1f1;
		border-radius: 8px;
	}
}
.category .close_category .fa-times {
	margin-top: 5px;
	font-size: 20px;
}
.image_category_child {
	display: inline-block;
}
.categorycarousel .owl-carousel {
	position: relative;
}
.categorycarousel .tabled ul li {
	display: inline-block;
    margin-bottom: 10px;
    width: 24%;
}
.categorycarousel ul.breadcrumb {
	border: 0 none;
}
.categorycarousel ul.breadcrumb > li:after {
	height: 9px;
	top: 5px;
	width: 9px;
}
.categorycarousel ul.breadcrumb > li:first-of-type {
	padding-left: 0;
}

/* Tabs */
.nav-tabs > li > a {
	outline: 0 none;
	margin: 0;
}
.nav-tabs.categorycarousel > li > a {
    border: 1px solid #dddddd;
    padding: 9px 15px;
}
.nav-tabs > li {
	margin-right: 0;
}
.nav-tabs > li {
	margin-right: 7px;
	margin-bottom: 15px;
}
.nav.nav-tabs.categorycarousel {
	text-align: center;
	margin: 5px auto 5px;
	z-index: 2;
}
ul.nav.nav-tabs.categorycarousel > li + li {
	margin-left: 15px;
}
.nav-tabs > li .fa {
	color: #777777;
    font-size: 9px;
    position: relative;
    top: -2px;
}
.nav-tabs > li > a.active .fa {
	color: #ff3366;
}
.nav-tabs > li.day-nav a.active .fa {
	color: #fff;
    font-size: 8px;
}
.nav-tabs > li .fa-home {
	font-size: 16px;
	top: 0;
}
.nav-tabs > li .after-fa {
	color: #555d68;
    font-size: 9px;
    position: relative;
    top: -1px;
}
.nav-tabs > li > a.active .after-fa {
	color: #ff3366;
}
.nav-tabs > li button {
	padding: 0 12px;
}
.nav-tabs > li button + button {
	border-left: 1px solid #dddddd;
}
.nav-tabs > li .btn-link:focus {
	outline: 0 none;
}
.nav-tabs > li .btn-link {
	color: #555d68;
}
.btn-color-link {
	fill: #ff3366;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a.active > a {
	background: none;
	border-color: none;
}
.manufacturer-banner .owl-item a {
	display: block;
}
.manufacturer-banner .owl-item a {
	border: 1px solid #eaeaea;
	border-radius: 5px;
}
.tab-content .active + .active {
	visibility: hidden;
	height: 0;
	width: 100%;
}
#search button.search,
.select-wrap button.sorting {
	background: #ffffff;
	border: 0 none;
	border-radius: 3px;
    color: #cccccc;
    font-size: 14px;
    font-weight: normal;
    height: 38px;
    padding: 0 5px;
	line-height: 39px;
}
#search .search-tags button svg {
	position: relative;
    top: -2px;
}
#search button.search span.search_text {
	background-image: linear-gradient(to bottom, #f1f1f1, #ffffff);
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );
    color: #777;
    padding: 8px 10px;
	border-radius: 3px;
}
#search button .fa-chevron-down {
	color: #cccccc;
    font-size: 7px;
    opacity: 1;
}
#search button svg {
	fill: #B2BBC5;
}
#search button.search:hover .fa,
#search button.search:hover svg {
	opacity: 1;
	color: #999;
	fill: #999;
}
#search button.search:active {
	outline: 0 none;
}
#search .input-wrap {
	float: left;
    padding-right: 35px;
    position: relative;
}
#search .dropdown-menu {
	min-width: 200px;
    padding: 10px;
    width: auto;
}
/* quick search */
#quick_search_results {
    margin: 0px;
    padding: 0 5px 5px 5px;
    position: absolute;
    top: 40px;
    left: -2px;
    background: #FFFFFF;
    z-index: 9;
    min-width: 260px;
	list-style: none;
	border-left: 2px solid #777777;
	border-right: 2px solid #777777;
	border-bottom: 2px solid #777777;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-khtml-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	right: -2px;
}
#quick_search_results li {
	border-top: solid 1px #FFFFFF;
	text-align: left;
	padding: 2px 4px;
	font-size: 16px;
}
#quick_search_results li.ajax-header {
	background: #f1f1f1;
}
#quick_search_results  a {
	display: block;
	padding: 5px;
	width: 100%;
}
#quick_search_results li:not(.ajax-header) + li:not(.ajax-header) {
	border-top: solid 1px #ececec;
}
#quick_search_results a, #quick_search_results a:visited, #quick_search_results a:hover {
    color: #777777;
    text-decoration: none;
	display: block;
	font-size: 15px;
}
#quick_search_results img {
	margin-right: 15px;
}
#quick_search_results li:hover {
    background-color: #E2E2E2;
}
#quick_search_results .lisves {
    background-color: #E2E2E2;
}
.btn-link:hover, .btn-link:focus {
	text-decoration: none;
}
.dropdown-menu > li > a {
	font-size: 16px;
	padding: 5px;
	color: #6e6e6e;
}
#menu .dropdown-menu.manuf {
	padding: 10px 2% 10px 5%;
}
.dropdown-menu.manuf > li {
	
}
.dropdown-menu.manuf > li > a {
	padding: 5px;
}
.dropdown-menu.manuf > li > a > img {
	margin-right: 10px;
}
.welcome_header {
	position: absolute;
    right: 15px;
    top: 3px;
}
.bg-header .social a:before {
	clear: both;
}
.bg-header .social .social_h {
	display: block;
    font-size: 13px;
    margin-bottom: 10px;
}
.bg-header .social a + a {
	margin-left: 10px;
}
.bg-header .social a img {
	
}
.bg-header .social a img {
	width: 26px;
	-webkit-transition: width left top 0.3s;
    transition: width left top 0.3s;
	border-radius: 3px;
    box-shadow: 0 0 0 3px rgb(254, 254, 254), 0 1px 3px 3px rgb(210, 210, 210);
}
.bg-header .social a:hover img {
	
}
.bg-header .social a span {
	color: #696969;
}
.visible {
	display: block !important;
}
.login-menu.modal.in {
	z-index: 1050;
}
.login-menu.hide {
    display: block !important;
}

.bg-header .phone .fa {
	color: #666666;
    font-size: 21px;
}
.bg-header .phone .fa.fa-chevron-down {
	font-size: 11px;
    margin: 0 0 0 7px;
    position: relative;
    top: -4px;
}
.bg-header .phone button,
.bg-header .social,
.contacts-right-header {
	color: #ff3366;
    font-size: 15px;
    line-height: 18px;
    padding: 15px;
	text-align: right;
}
.bg-header .social {
	margin-top: 15px;
}
.bg-header .phone button {
	margin-top: 35px;
}
.bg-header .phone .btn:focus {
	outline: 0 none;
}
.bg-header .social .fa {
	color: #696969;
	font-size: 20px;
}
.bg-header .contacts-left-header + .contacts-right-header {
	padding-right: 30px;
    padding-top: 15px;
    text-align: right;
}
.dropdown-menu {
	padding: 9px 13px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.37);
}
.phone_block .dropdown-menu li {
	font-size: 15px;
	padding: 5px 10px;
}
.phone_block .dropdown-menu ul {
	padding-left: 0;
}
.phone_block .dropdown-menu li img {
	width: 17px;
	margin-right: 15px;
}
.phone_block .dropdown-menu {
    left: 0;
    min-width: 250px;
    padding: 15px;
    right: auto;
    top: 75px;
}
.list-inline > li.mon {
	display: none;
}
.tabletting {
	display: none;
	float: right;
}
.header #welcome .dropdown-menu,
.header .contacts-left-header .dropdown-menu {
	bottom: auto;
    left: 50%;
    margin-left: -150px;
    position: fixed;
    top: 25%;
    width: 330px;
}
.header #welcome .dropdown-box {
	width: 190px;
	top: 100%;
}
.modal-bg {
	background: #000000;
	opacity: 0;
	display: none;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 101;
	-webkit-transition: opacity .5s ease-in-out;
	   -moz-transition: opacity .5s ease-in-out;
	    -ms-transition: opacity .5s ease-in-out;
	     -o-transition: opacity .5s ease-in-out;
	        transition: opacity .5s ease-in-out;
}
.modal-bg.d-block {
	opacity: 0.60;
}
.modal-bg.opacity {
	opacity: 0.1;
}
.input-group .form-control,
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	z-index: 0;
}
.input-group .form-control {
	min-height: 38px;
}
.container .articles {
	position: relative;
	padding: 9px 4px;
	width: 100%;
}
.container .articles > ul {
    display: block;
    overflow: hidden;
    padding-left: 0;
    white-space: nowrap;
	padding-right: 25px;
}
.container .articles ul li {
	display: inline-block;
    white-space: nowrap;
	list-style-type: none;
}
.container .articles ul li.more_articles {
	position: absolute;
    right: 0;
}
.container .articles ul li.more_articles .dropdown-menu {
	left: auto;
    padding: 5px;
    right: 0;
    top: 45px;
}
.container .articles ul.dropdown-menu li {
	display: block;
    float: none;
    width: 100%;
}
.container .articles ul li a {
	display: block;
	padding: 0 3px;
}
.container .articles ul li a span {
    border-radius: 3px;
    color: #666666;
	display: block;
    font-size: 14px;
    padding: 5px 15px;
    text-transform: uppercase;
}
.container .articles > ul > li > a > span {
	background-image: linear-gradient(to bottom, #f1f1f1, #ffffff);
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );
}
.container .articles ul li.more_articles a span {
	border: 0 none;
    padding: 7px 5px;
}
.container .articles ul li.more_articles a {
	border: 0 none;
}
.container .articles ul.dropdown-menu li a {
	border-left: 0 none;
}
.container.articles ul li + li {
    border-left: 1px solid #d1d2d3;
}
.container .articles .menu_button button {
	color: #555555;
	font-size: 12px;
}
.container .articles .menu_button {
    float: right;
    position: relative;
    text-align: right;
}
.nav-tabs.categorycarousel > li {
	float: none;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 0;
}
.nav-tabs.categorycarousel > li + li {
	margin-left: 15px;
}
.owl-item > .item > a > img.img-fluid {
	margin: 0 auto;
}
.maps .container {
	position: relative;
	margin-bottom: 0;
}
.maps .gradient {
	height: 320px;
	position: absolute;
    width: 15%;
    z-index: 1;
}
.maps .gradient.left {
	background: linear-gradient(to left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1)) repeat scroll 0 0;
    left: 15px;
}
.maps .gradient.right {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1)) repeat scroll 0 0;
    right: 15px;
}
.bottom-pay {
	
}
.bottom-pay .container {
	padding: 0 40px;
	position: relative;
}
.owl-carousel.footer-pay {
	position: initial;
}
.footer-pay .owl-item > div {
	padding: 10px 0;
	text-align: center;
}

.footer-pay .owl-item > div img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.footer-pay .owl-item > div img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}
.footer-right {
	min-height: 130px;
    padding-bottom: 32px;
    position: relative;
}
#search_footer #search button.search,
#search_footer #search .select-wrap {
	display: none;
}
#search_footer #search {
	margin: 0 0 15px;
    width: 100%;
}
.phone:focus {
	outline: 0 none;
}
.phone_block {
	display: block;
	position: relative;
	text-align: center;
}

/* Select */
.custom-select {
	max-width: 230px;
	height: 33px;
	overflow: hidden;
	border: 1px solid #c0c0c0;
	position: relative;
	background: #ffffff;
}
#product .custom-select {
	width: 170px
}
.custom-select .fa {
	font-size: 10px;
    position: absolute;
    right: 7px;
    top: 9px;
}
.custom-select select {
	height: 30px;
	background: transparent;
	background: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
	border: 0;
	outline: 0;
	font: 12px Arial;
	color: #4f4f4f;
	padding: 6px 8px;
}
.custom-select:hover {
	background-color: #fff;
}
.custom-select select option {
	color: #4f4f4f;
    padding: 4px 12px;
}
.divshadow .tab-related .product-thumb .rating {
	margin: 15px 0;
}
.divshadow .price-cart {
	margin: 0;
}
.divshadow .tab-related:hover {
	opacity: 1;
}
.divshadow .tab-related {
	opacity: 0.8;
}
.minus1,
.plus1 {
	background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
	border: 1px solid #dddddd;
    color: #8a8a8a;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 32px;
	cursor: pointer;
}
.minus1 {
	border-radius: 3px 0 0 3px;
}
.plus1 {
	border-radius: 0 3px 3px 0;
}
.quantity-input {
	float: left;
	position: relative;
	-webkit-transform: skew(-1deg);
	   -moz-transform: skew(-1deg);
	     -o-transform: skew(-1deg);
			transform: skew(-1deg);
}
.product-price .quantity-input {
	display: none;
}
.quantity-input > div > span {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
}
.minus1:hover, .plus1:hover {
	background: #f7f7f7;
}
.quantity-input .form-control {
	border-radius: 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 0 none;
	border-right: 0 none;
	float: left;
	margin: 0 -1px;
	padding: 5px 15px;
	height: 40px;
	width: auto;
	text-align: center;
	box-shadow: 0 0 0 #fff;
}
.quantity-input-cart .form-control {
	height: 40px;
}
.quick-quickpay .quantity-input .form-control {
	width: 100%;
}
.quantity-input .form-control:focus {
	box-shadow: 0 0 0 #fff;
}
.quantity-input .fa {
    font-size: 14px;
    text-shadow: 0 2px 1px #fff;
}
.quantity-input svg,
.quantity-input-cart svg {
	position: relative;
	fill: #3d5165;
	font-size: 13px;
	margin: 0 auto;
}
.quantity-input-cart svg {
	/top: 3px;
}
.quantity-input .btn-primary svg {
	fill: #ffffff;
}
.divshadow .options {
	
}
.load:after {
	background: url('../image/loading.gif') no-repeat scroll center center / 40px auto;
}
.loading:after {
	background: url('../image/load.gif') no-repeat scroll center center / 40px auto;
}
.product-thumb.load:after {
	z-index: 3;
}
.load > div {
	opacity: 0.5;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.divcart {
    position: absolute !important;
}
.divcart ul {
	font-size: 16px;
}
.font-18x {
	font-size: 18px;
}
.font-color-gray {
	color: #999;
}
.divcart .span-h2 {
    display: block;
    font-size: 27px;
    margin-bottom: 15px;
}
.divcart.d-block {
	z-index: 1000;
}
.divcart.d-block .dropdown-menu {
	display: block;
	padding: 20px 30px 10px;
    position: relative;
    width: 100%;
}
.divcart.d-block .dropdown-menu .closecart {
	position: absolute;
    right: 10px;
    top: 10px;
	text-align: center;
	cursor: pointer;
}
.divcart.d-block .dropdown-menu .closecart .fa {
	color: #999;
	font-size: 17px;
	cursor: pointer;
	display: block;
	height: 25px;
	line-height: 25px;
	width: 25px;
}
.table.no-border > tbody > tr > td {
	border: 0 none;
}
.divcart.d-block .dropdown-menu strong {
	font-weight: normal;
}
.divcart.d-block .dropdown-menu p.text-right {
	padding-left: 0;
	padding-right: 0;
}
.clearboth {
	clear: both;
}
h3.clearboth {
	padding-top: 15px;
}
.quickpay h2 {
	margin-top: 5px;
}
.divshadow .quickpay .owl-carousel .owl-buttons .owl-prev {
	left: 0;
}
.divshadow .quickpay .owl-carousel .owl-buttons .owl-next {
	right: 0;
}
.option-div .options + hr {
	margin-top: 0;
}
p.price {
	color: #ff3366;
    font-size: 18px;
}
.price-old {
	text-decoration: line-through;
	margin-left: 5px;
}
.price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
label span.append {
	background: #ffffff;
    border: 1px solid #999;
    border-radius: 2px;
    font-size: 9px;
    padding: 2px;
    position: absolute;
    right: 3px;
    top: -14px;
}
.option-div ul.list-unstyled > li {
	display: block;
	padding-bottom: 0;
	color: #777;
}
.quickpay-product .list-unstyled.price h2, .divshadow .border-right h2 {
    font-size: 36px !important;
}
.quickpay-product .options {
	background: #f5f5f5;
    border: 1px solid #eeeeee;
    border-radius: 7px;
    padding: 15px;
	position: relative;
}
.quickpay-product .options:after {
    background: #f5f5f5;
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    content: "";
    height: 12px;
    left: 25px;
    position: absolute;
    top: -7px;
    transform: rotate(45deg);
    width: 12px;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes winking {
	from, 50%, to {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}
}
@keyframes winking {
	from, 50%, to {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}
}
.winking {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
.option-div.cheapering h3 {
	margin-top: 0;
	padding: 0;
}
.option-div.cheapering {
	margin: 0 auto;
    position: relative;
    width: 630px;
}
.option-div.callbacking {
    margin: 0 auto;
    position: relative;
    width: 450px;
}
.option-div .description {
	color: #777777;
	display: block;
}
.cheapering textarea.form-control {
    min-height: 107px;
}
.form-control:focus {
    border-color: #aaaaaa;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    outline: 0 none;
}
.option-div .description:hover {
	color: #444444;
}
.option-div.cheapering .image {
	margin-bottom: 15px;
}
a.cheapering {
    display: inline-block;
}
#column-left a.cheapering,
#column-right a.cheapering {
	margin-bottom: 10px;
}
#column-left .rating,
#column-right .rating {
	margin-bottom: 8px;
}
a.cheapering .fa {
	margin-right: 7px;
}
.product-price a.cheapering .fa {
	margin: 0;
}
.red svg {
	fill: #ff3366;
}
.red .far, .red .fas {
    color: #ff3366 !important;
}
.relative.module {
	padding: 0 15px 25px;
}
.relative.module .owl-item {
	padding: 10px 10px 15px;
}
.relative.module .owl-item > .product-thumb {
	margin-bottom: 0;
}
.module .owl-carousel .owl-buttons div {
	top: 45%;
}
.bottom-pay {
	padding-bottom: 30px;
}
.bottom-pay .container {
	margin-bottom: 0;
	
}
.container,
.bottom-pay,
.footer-niz {
	background: #fff;
}
footer .container,
.subsc .container {
	background: none;
}
.subsc {
	color: #fff;
}
.product-list .price-cart {
    display: block;
    margin-bottom: 10px;
    overflow: visible;
	min-height: 35px;
}
.product-list .chevron {
	margin-bottom: 15px;
}
.product-list .grid,
.product-grid .list,
.product-list .price-cart.grid {
	display: none;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #f8f8f8;
    border-color: #fd4d00;
    color: #777777;
    cursor: default;
    z-index: 2;
}
.pagination > li > a {
	white-space: nowrap;
}
.pagination > li > a, .pagination > li > span {
	border: 1px solid #aaaaaa;
    border-radius: 4px;
    color: #000000;
    margin-right: 5px;
    padding: 2px 10px;
}
.pagination > li > a.no-active {
	opacity: 0.3;
	cursor: default;
}
.price-cart.list .price {
	display: inline-block;
}
.sort label {
	line-height: 30px;
}
.select-sort .fa {
	font-size: 10px;
    position: absolute;
    right: 6px;
    top: 17px;
}
.sort .btn-group button {
	background: #ffffff;
	border: 1px solid #3d5165;
	color: #666666;
	padding: 10px 15px;
	line-height: 22px;
}
.list-category ul {
	list-style-type: none;
	padding-left: 0;
}
.list-category ul li {
    align-items: center;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}
.list-category ul li a {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.list-category ul li a img {
	display: block;
    margin: 0 auto 10px;
	opacity: 0.90;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	transform: scale(0.8, 0.8);
}
.list-category ul li:hover a img {
	opacity: 1;
	transform: scale(1.0, 1.0);
}
.list-category ul li a span {
	
}
.content_position.reviews {
	margin: 0 0 30px;
}
#button-voucher + label {
	display: none;
}
.table-bordered > div {
	display: inline-table;
	min-height: 35px;
}
.option-div .clearfix {
	paddind-bottom: 25px;
}
.well {
    background: #fdfdfd;
}
.subscribe {
	padding: 20px;
	min-height: 370px;
}
.subscribe h2 {
	margin-top: 0;
}
.subscribe .form-inline {
	padding: 0 15px 0 0;
}
.subscribe .form-inline .form-control {
	width: 100%;
}
#content .news .owl-item > div .image {
	float: left;
	margin-top: 4px;
}
#content .news .owl-item > div .name {
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: justify;
	margin-bottom: 5px;
}
#content .news .owl-item > div .descrip {
	text-align: justify;
	display: block;
	font-size: 11px;
}
.all_news {
	font-size: 16px;
	margin-bottom: 5px;
}
.dating {
    color: #898989;
	display: block;
    font-size: 12px;
	margin-bottom: 5px;
}
.bold {
	font-weight: bold;
}
.newspage {
	overflow: auto;
}
.newspage .image {
	float: left;
}
.newspage {
	margin-top: 30px;
}
.newspage:last-of-type {
	margin-bottom: 30px;
}
.newspage .text_news {
	display: block;
	text-align: justify;
}
.newspage .more_news {
	cursor: pointer;
    display: block;
    padding: 8px 0;
}
.image.newspage {
	float: left;
	margin: 5px 0 15px;
}
.newspage .name {
    color: #000;
    font-size: 14px;
    font-style: italic;
}
.option-div h2,
.option-div h3,
.option-div h4 {
	margin-top: 10px;
	padding: 0;
}
.option-div > h3 {
	font-size: 22px;
    line-height: 45px;
    margin: 0 -10px;
}
.option-div h4 {
	position: relative;
}
.option-div.cheapering h3,
.option-div.cheapering h4 {
	margin-top: 15px;
}
#column-left .reviews .image,
#column-right .reviews .image {
	float: left;
	margin: 0 10px 10px 0; 
}
#column-left .reviews > div,
#column-right .reviews > div {
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 10px;
}
#column-left .reviews > div .podrobnee,
#column-right .reviews > div .podrobnee {
	text-align: right;
}
.module .owl-carousel .owl-buttons div {
	opacity: 0.7;
}
.slideshow .owl-item > div {
	padding-bottom: 0;
	width: 100%;
}
@media only screen and (max-width: 1680px) {
	.slideshow .owl-item > div .img-fluid {
		width: 100%;
	}
}
.title_banner {
    background: #ffffff;
    border-color: #eee #ddd;
    border-style: solid;
    border-width: 3px;
    left: 10px;
    padding: 4px 14px;
    position: absolute;
    top: 20px;
}
.reviews .name {
	margin-bottom: 0;
}
.reviews .image img {
	border-radius: 3px;
}
.news .owl-item > div .image {
	float: left;
}
.option-div .alert {
	margin-bottom: 7px;
}
.product-thumb .rating .reviews_icon:hover + div .fa-stack {
	
}
.product-thumb .rating .fa-stack {
	
}
.option-div .nav-tabs {
	margin-bottom: 0;
}
.option-div .nav-tabs > li {
    margin-bottom: 15px;
}
.option-div .nav-tabs > li {
	margin: 20px 0 15px;
}
.subscribe .fa {
    font-size: 20px;
}
.container,
.bottom-line-footer .container {
    /max-width: 1280px;
}

.category.column_position ul.child_1 > li:hover > a {
    border: 1px solid #999999;
}
.category.column_position ul.child_1 > li.child:hover > a {
    border-right: 0 none;
}
.category.column_position ul li ul span.image {
    margin-bottom: 3px;
}
.line-height {
	font-size: 12px;
    line-height: 24px;
}
.sort .input-group-btn {
	width: auto;
}
.btn-border {
	border: 1px solid #bbbbbb;
}
.btn-border-turquoise {
    border: 1px solid #4ac6dc;
    color: #ff3366;
}
.btn-border-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
	margin-bottom: 7px;
}
.btn-border-white {
	border: 1px solid #ffffff;
}
.btn-bg {
	background: #ff3366;
	color: #ffffff;
}
.btn-gray {
	background: #f5f5f5;
	color: #666666;
}
.btn-black {
	background: #696969;
	color: #ffffff;
}
.img-thumbnail-option {
	margin-left: -15px;
}
.person p {
	margin-bottom: 0;
}
.person .table {
	padding-left: 30px;
}
.checkbox.person input[type="checkbox"] {
	margin-left: -10px;
    position: absolute;
    top: 5px;
}
.zachita {
	position: absolute;
	left: 0;
}
.text_zachita.check {
	display: block;
	padding-left: 20px;
	position: relative;
}
.text_p.red {
	color: #ff3366;
}
.checkbox.person {
	padding-left: 15px;
	margin: 0;
}
.checkbox.person.text_person {
	padding-left: 15px;
}
.checkbox.person label {
	border: 0 none !important;
    padding-top: 0 !important;
}
.person .text-danger {
	float: left;
    position: relative;
    top: -25px;
    z-index: 1;
}
.option-div .checkbox.person input[type="checkbox"]:checked + label {
	border: 0 none;
}
.header-contact button {
    font-size: 21px;
    padding-bottom: 0;
    padding-right: 23px;
    position: relative;
}
.header-contact a.openrecall {
	padding-top: 0;
	color: #999999;
}
.header-contact .fa {
	color: #ff3366;
    font-size: 18px;
}
.header-contact .fa.fa-chevron-down {
	color: #cccccc;
    font-size: 8px;
}
.phone-header .fa.fa-chevron-down {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 8px;
	left: auto;
}
.phone-header p {
	font-size: 16px;
}
#cart.btn-group.btn-block button span#cart-total {
	background: #ff3366;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    padding: 0 8px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 2px;
}
.top_line #cart {
	z-index: 8;
}
.top_line #cart.btn-group.btn-block button span#cart-total {
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    right: -11px;
    width: 20px;
}
.phone-header {
	position: relative;
	
	float: right;
}
.top_line .phone-header {
    z-index: 10;
	margin-right: -15px;
}
.top_line .slid + div .phone-header {
	z-index: 8;
}
.phone-header button {
	line-height: 27px;
	padding-left: 50px;
}
.header-contact a.openrecall {
    margin-left: 50px;
}
.top_line .phone-header button {
	position: relative;
	padding-bottom: 0;
}
.top_line .phone-header .fa-phone-square {
	font-size: 42px;
	top: -10px;
}
.top_search {
	margin-top: 5px;
	cursor: pointer;
}
.top_search #search {
	width: 0px;
	-webkit-transition: width 1s ease-in-out, opacity 1s ease-in-out;
	-moz-transition: width 1s ease-in-out, opacity 1s ease-in-out;
	-o-transition: width 1s ease-in-out, opacity 1s ease-in-out;
	transition:  width 1s ease-in-out, opacity 1s ease-in-out;
	opacity: 0;
}
.top_search .fa-search {
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    font-size: 23px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    width: 35px;
	position: relative;
	z-index: 10;
	left: 0px;
	-webkit-transition: left 1s ease-in-out;
	-moz-transition: left 1s ease-in-out;
	-o-transition: left 1s ease-in-out;
	transition:  left 1s ease-in-out;
}
.top_search.slid .fa-search {
	border: 1px solid #ffffff;
	position: relative;
	left: -45px;
	z-index: 10;
	background: #ffffff;
}
.top_search #search {
	padding-left: 34px;
	position: absolute;
	top: 0;
	background: #ffffff;
	z-index: 9;
	left: -4px;
}
.top_search.slid #search {
	opacity: 1;
	width: 102%;
}
.top_line .phone-header .fa-chevron-down {
    color: #666;
    font-size: 9px;
    left: auto;
    right: 0;
}
.phone-header .btn {
	padding-top: 0;
	color: #1e91cf;
}
.top_line .phone-header .btn {
	padding-bottom: 0;
	padding-left: 50px;
}
.header-contact {
	padding-top: 25px;
}
.icons-header {
	color: #666666;
}
.icons-header a {
	position: relative;
	padding: 0;
	top: -4px;
}
.icons-header a:hover {
	/background: #ff3366;
}
.icons-header a:hover svg,
.icons-header a:hover strong {
	color: #ff3366;
	fill: #ff3366;
}
.icons-header svg {
	fill: #555555;
}
.icons-header span {
	fill: #666666;
}
.icons-header strong {
	display: block;
	font-weight: normal;
	font-size: 13px;
	color: #888888;
}
.icons-header a#compare-total svg {
	left: 4px;
	top: 5px;
}
.icons-header a#wishlist-total svg {
	top: 2px;
}
.icons-header .dropdown-login > a svg {
	font-size: 16.5px;
	top: 1px;
}

.navbar_category .dropdown-menu .dropdown-inner,
.navbar_category .dropdown-menu .dropdown-inner .tab-content {
    width: 100%;
}
.navbar_category .dropdown-menu .dropdown-inner .tab-content {
	clear: both;
}
@media (min-width: 768px) {
	.navbar_category .dropdown-menu .dropdown-inner .tab-content {
		padding-top: 25px;
	}
}
.navbar_category .dropdown-menu .dropdown-inner > .list-unstyled > img {
	display: inline-block;
}
.header_block span.count-icons {
    padding: 0 5px;
    position: absolute;
    right: -2px;
    top: -5px;
	font-size: 14px;
}
.row-sm-left {
	margin-left: -15px;
}
.category .nav.nav-tabs.more_description {
	margin-bottom: 10px;
}

.category hr {
	margin: 5px 0;
}
.hide_template {
	display: none;
	padding: 10px 0 0;
}
ul.manuf_template li {
	float: left;
}
.category ul.list-unstyled.manuf_template > li {
	margin-right: 6px;
}
.category ul.list-unstyled.manuf_template > li > a {
	border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    padding: 4px 6px;
}
.owl-wrapper-outer {
    box-shadow: 0 0 0 0 #fff;
	border: 0 none;
}
.nav-tabs.categorycarousel > li > a.active, .nav-tabs.categorycarousel > li > a.active:focus, .nav-tabs.categorycarousel > li > a.active:hover {
    border: 1px solid #999;
	background: #ff3366;
	color: #ffffff !important;
	border: 0 none;
}
.nav-tabs > li > a.active:hover {
	cursor: default;
}
.options .radio input[type="radio"],
.options .checkbox input[type="checkbox"] {
	display: none;
}
.radio input[type="radio"] + label,
.checkbox input[type="checkbox"] + label,
.option input[type="radio"] + label,
.option input[type="checkbox"] + label {
	border-radius: 4px;
	padding: 5px 12px;
	min-height: 20px;
	margin: 0;
	border: 1px solid #dddddd;
	cursor: pointer;
	position: relative;
	color: #555;
	background-image: linear-gradient(to bottom, #f1f1f1, #ffffff);
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );
	font-size: 16px;
}
.checkbox.person input[type="checkbox"] + label {
	background: none;
}
.options .required-font {
	color: #777;
    font-size: 13px;
}
.options .option {
	margin-bottom: 7px;
}
.options:not(#home_filter) .option input[type="radio"]:checked + label,
.options:not(#home_filter) .radio input[type="radio"]:checked + label,
.options:not(#home_filter) input[type="checkbox"]:checked + label {
	background: #3d5165;
    border: 1px solid #555;
    color: #fff;
}
#option_filter .option input[type="radio"]:checked + label,
#option_filter .radio input[type="radio"]:checked + label {
	border: 0 none;
}
.checkbox, .radio {
    display: inline-table;
	margin-right: 10px;
}
span.append {
    display: block;
    font-size: 9px;
    margin-top: -1px;
	text-align: center;
}
.owl-carousel .owl-buttons div {
	background: none;
}
.owl-carousel .owl-buttons div i {
	margin: 0;
}
.owl-carousel .owl-buttons {
	opacity: 0;
	filter: alpha(opacity=50);
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}
.owl-carousel:hover .owl-buttons {
	opacity: 1;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 4px;
}
.header_popup {
	position: absolute;
	left: 15px;
	top: 10px;
	font-size: 16px;
	text-transform: uppercase;
}
.margin-bottom {
	margin-bottom: 15px;
}
.margin-top {
	margin-top: 15px;
}
.padding-bottom {
	padding-bottom: 15px;
}
#review_popup a .fa,
.add_reviews a .fa {
	color: #777777;
}
.add_reviews a {
	text-decoration: none;
}
.hidden_template {
	display: none;
}
.text-underline {
	text-decoration: underline;
}
select.form-control, textarea.form-control, input.form-control[type="text"], input.form-control[type="password"], input.form-control[type="datetime"], input.form-control[type="datetime-local"], input.form-control[type="date"], input.form-control[type="month"], input.form-control[type="time"], input.form-control[type="week"], input.form-control[type="number"], input.form-control[type="email"], input.form-control[type="url"], input.form-control[type="search"], input.form-control[type="tel"], input.form-control[type="color"] {
	font-size: 15px;
	color: #888888;
}
.form-control {
	box-shadow: 0 0 0 #ffffff;
}
.trapezium {
	-webkit-transform: skew(-2deg);
	   -moz-transform: skew(-2deg);
	     -o-transform: skew(-2deg);
			transform: skew(-2deg);
}
.trapezium10 {
	-webkit-transform: skew(-10deg);
	   -moz-transform: skew(-10deg);
	     -o-transform: skew(-10deg);
			transform: skew(-10deg);
	border-radius: 7px 0;
}
.product-layout:not(.product-price):not(.no_image) .product-thumb:after {
	-webkit-transform: skew(-1deg);
	   -moz-transform: skew(-1deg);
	     -o-transform: skew(-1deg);
			transform: skew(-1deg);
	border-radius: 0 0 3px;
    bottom: 0;
    box-shadow: -0.9px -0.5px 0.5px #e1e1e1 inset;
    content: "";
    left: 4%;
    padding: 5px 15px 15px;
    position: absolute;
    right: 10px;
    top: 15%;
    z-index: 0;
}
.product-blog .product-layout:not(.product-price):not(.no_image) .product-thumb:after {
	content: none;
}
.load:after, .loading:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.line-border {
	margin: 0 auto;
	display: block;
}
.line-border {
	border-top: 1px dashed #3d5165;
    position: absolute;
    top: 50%;
    width: 100%;
	z-index: 1;
}
.white {
	background: #ffffff;
}
.margin-center {
	margin-left: auto;
	margin-right: auto;
}
.top-pagination {
	margin-bottom: 25px;
}
.reviewsshop strong {
    display: block;
    font-size: 16px;
    font-weight: normal;
	color: #3d5165;
	margin-bottom: 7px;
}
.reviewsshop .descrip {
    color: #999;
    font-size: 13px;
}
.reviewsshop .descrip img {
    margin-right: 15px;
    max-width: 120px;
}
.reviewsshop .swiper-pager {
	top: 50% !important;
}
.top-pagination .carousel .carousel-indicators {
    position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	padding: 15px 0 15px 15px;
	z-index: 2;
	bottom: auto;
	width: auto;
	left: auto;
	background: #fff;
}
.top-pagination {
	position: relative;
}
.top-pagination .carousel {
	position: initial;
}
.top-pagination .image-product.carousel {
	position: relative;
	padding-bottom: 25px;
}
.top-pagination .image-product.carousel .owl-controls .owl-pagination {
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
}
.categorycarousel .owl-controls .owl-buttons .owl-prev, .categorycarousel .owl-controls .owl-buttons .owl-next {
	top: 35%;
}
.carous .owl-controls .owl-buttons .owl-prev, .carous .owl-controls .owl-buttons .owl-next {
    top: 45%;
}
.redcolor {
	color: #ff3366;
}
.input-group > h3 > span {
	background: #ffffff;
	color: #3d5165;
    padding: 6px 15px 8px 0;
	display: inline-block;
}
.input-group > h3:after {
	
}
.product-thumb .image img {
	border-radius: 5px;
    color: red;
    position: relative;
    font-size: 24pt;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
	cursor: pointer;
}
.product-thumb .image img {
	opacity: 0.85;
}
.product-thumb .image:hover img {
	opacity: 1;
}
.openstoremodule3 .product-thumb .image:hover img {
	opacity: 1;
}
.openstoremodule3 .product-thumb .image img {
	opacity: 0.75;
}
.product-thumb .image img.blink_on:after{
    transition: 1.5s linear;
    background-position: 130% 0%;
}
.categorycarousel-module {
	margin-bottom: 35px;
}
.categorycarousel-module > .input-group {
	margin-bottom: 20px;
}
#column-left .reviews > div:nth-child(2n),
#column-right .reviews > div:nth-child(2n) {
    border-radius: 2px;
	border: 1px dashed #dddddd;
}
#column-left .reviews > div,
#column-right .reviews > div {
    padding: 15px;
}
.categorycarousel .owl-carousel .owl-item .image {
	padding: 20px 7px;
}
.categorycarousel .scroll-wrapper, .categorycarousel .scroll-content {
	max-height: 200px;
}
.categorycarousel .scroll-element .scroll-bar {
    background-color: #ffffff;
}
.categorycarousel .scroll-element .scroll-element_track {
    background-color: #f1f1f1;
}
.checkbox-group-overflow > .scroll-element {
    background-color: #ffffff;
}
.categorycarousel .checkbox-group-overflow > .scroll-element,
.categorycarousel .checkbox-group-overflow > .scroll-element .scroll-element_size,
.categorycarousel .checkbox-group-overflow > .scroll-element .scroll-element_track {
    background-color: #3d5165;
}
.border-block {
	border: 1px solid #dddddd;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	transform: translate3d(0px, 0px, 0px);
}
.btn-white {
	background: #f1f1f1;
	color: #444;
}
.btn-linear-bg {
	background-image: linear-gradient(to bottom, #f1f1f1, #ffffff);
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );
}
.btn-linear-bg-bottom {
	background-image: linear-gradient(to bottom, #f1f1f1, #ffffff);
	background: -moz-linear-gradient(bottom,  #f1f1f1 0%, #ffffff 100%);
	background: -webkit-linear-gradient(bottom,  #f1f1f1 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
}
.btn-color-bg {
    background: none repeat scroll 0 0 #3d5165;
}
.btn-bg-white {
	background: #ffffff;
	color: #888;
    fill: #888;
}
.btn-padding {
	padding-left: 25px;
	padding-right: 25px;
}
.hide_description {
	display: none;
}
.more_description {
	background: #f5f5f5;
	cursor: pointer;
    display: inline-block;
    padding: 3px 10px;
}
.svernut {
	display: none;
}
.stock_price {
	border-radius: 3px;
	font-size: 13px;
    margin-right: 10px;
    padding: 0 6px 2px;
    text-transform: lowercase;
}
.artikul_price {
	font-size: 13px;
}
.sort .btn-group button.active-view {
	background: #3d5165;
}
.sort .btn-group button.active-view .fa {
	color: #ffffff;
	text-shadow: 0 0 0 #3d5165;
}
.sort .btn-group button .fa {
	font-size: 16px;
	margin-top: 2px;
}
@media screen and (min-width: 558px) and (max-width: 767px) {
	.product-grid.col-xs-12 {
		width: 50%;
	}
}
@media screen and (max-width: 397px) {
	.list-category .col-xs-6 {
		width: 100%;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
		-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
	}
	#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;
		-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		color: #fff;
	}
	.category-collapse .dropdown-inner ul.list-unstyled {
		min-width: none;
		display: block;
	}
	.category-collapse .dropdown-inner {
		display: block;
	}
	.category-collapse .dropdown-inner ul {
		display: none;
	}
	.category .dropdown-inner > ul.list-unstyled > li {
		padding: 0;
	}
	.category .dropdown-inner > ul.list-unstyled + ul > li {
		border-top: 1px solid #dddddd;
	}
	.category .dropdown-inner > ul.list-unstyled > li + li {
		border-top: 1px solid #dddddd;
	}
	.phone-header {
		float: none;
		margin: 0 auto;
	}
	.row-xs-left {
		margin-left: -15px;
	}
	.top-pagination .owl-controls .owl-pagination {
		top: auto;
		bottom: 0;
		width: 100%;
		text-align: center;
	}
}
.open > .dropdown-menu {
	display: block;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	outline: 0 none;
	border: 0 none;
}
.top_line {
    background: #ffffff;
	border-bottom: 2px solid #777;
	box-shadow: 0 0 7px #ddd;
	min-height: 35px;
	left: 0;
    position: fixed;
    right: 0;
    transition: all 0.3s ease 0s;
	opacity: 0;
	top: 0;
	padding-top: 8px;
	z-index: 999;
	display: none;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.top_line.d-block {
	opacity: 1;
}
.navbar-category-collapse-top {
	display: none;
}
@media screen and (max-width: 599px) {
	.sort > .col-xs-7 {
		margin-bottom: 20px;
		width: 100%;
	}
	.sort .select-sort {
		float: left !important;
	}
	.top_mobile_block {
		width: 100%;
	}
}
@media screen and (max-width: 497px) {
	.col-xm-1, .col-xm-2, .col-xm-3, .col-xm-4, .col-xm-5, .col-xm-6, .col-xm-7, .col-xm-8, .col-xm-9, .col-xm-10, .col-xm-11, .col-xm-12 {
		position: relative;
		min-height: 1px;
		float: left;
	}
	.col-xm-12 {
	  width: 100%;
	}
	.col-xm-11 {
	  width: 91.66666667%;
	}
	.col-xm-10 {
	  width: 83.33333333%;
	}
	.col-xm-9 {
	  width: 75%;
	}
	.col-xm-8 {
	  width: 66.66666667%;
	}
	.col-xm-7 {
	  width: 58.33333333%;
	}
	.col-xm-6 {
	  width: 50%;
	}
	.col-xm-5 {
	  width: 41.66666667%;
	}
	.col-xm-4 {
	  width: 33.33333333%;
	}
	.col-xm-3 {
	  width: 25%;
	}
	.col-xm-2 {
	  width: 16.66666667%;
	}
	.col-xm-1 {
	  width: 8.33333333%;
	}
	.hidden-xm {
		display: none !important;
	}
	.visible-xm {
		display: block !important;
		float: left;
	}
	.top_search {
		position: initial;
	}
	.col-xm-offset-0 {
		margin-left: auto;
		margin-right: auto;
	}
	.margin-top-xm {
		margin-top: 15px;
	}
	.margin-bottom-xm {
		margin-bottom: 15px !important;
	}
	.quantity-input .form-control {
		padding: 5px 7px;
	}
	
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.hide-sm {
		display: none;
	}
}
.breadcrumb .printing {
	cursor: pointer;
}
.margin-right {
	margin-right: 15px;
}
.margin-left {
	margin-left: 15px;
}
.margin-bottom {
	margin-bottom: 15px;
}
.margin-bottom-2x {
	margin-bottom: 25px;
}
.margin-bottom-3x {
	margin-bottom: 35px;
}
.addthis {
	border: 1px solid #ddd;
    border-radius: 3px;
    padding-bottom: 5px;
    padding-top: 7px;
}
.nav-tabs > li > a {
	line-height: 25px;
}
.nav-tabs > li > a, .nav-tabs > li > a.active, .nav-tabs > li > a.active:focus, .nav-tabs > li > a.active:hover {
	border: 0 none;
	font-size: 16px;
}
.nav-tabs .nav-link {
	border: 1px solid #e1e1e1;
}
.carous .nav > li > a:focus, .carous .nav > li > a:hover {
	background: none;
}
.nav-tabs > li > a {
	padding: 5px 15px;
	border: 1px solid #f5f5f5;
    border-radius: 3px;
    line-height: 30px;
	margin-right: 10px;
	color: #777777;
}
.nav-tabs > li > a.active, .nav-tabs > li > a.active:focus, .nav-tabs > li > a.active:hover {
	border: 1px solid #ff3366;
	color: #ff3366;
}
.nav-tabs > li > a.active svg, .nav-tabs > li > a.active:focus svg, .nav-tabs > li > a.active:hover svg {
	fill: #ff3366;
}
.nav-tabs > li > a > svg {
    float: left;
    font-size: 18px;
    position: relative;
    top: 6px;
	fill: #777777;
}
#option-select {
	background: #ffffff;
    border-radius: 4px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.description-quickpay > h2 {
	margin: 0;
    padding-top: 25px;
}
.sku {
	line-height: 38px;
}
.sku span {
	padding: 4px 6px;
}
.product .price {
	margin: 0;
}
.product a.cheapering {
	font-size: 14px;
}
.btn-warning-bg {
	background: #ff3366;
	color: #ffffff;
}
.btn-warning-border {
	border: 1px solid #ff3366;
}
.btn-no-bg {
	background: #ffffff;
}
.btn-danger {
	background: #ff3366;
	color: #ffffff;
}
.btn-danger svg {
	float: left;
	fill: #ffffff;
}
.button_cart svg {
	top: 3px;
	position: relative;
}
.btn-danger:hover, .btn-danger:active {
	background-color: #ff3366;
	border-color: #ff3366;
	opacity: 0.95;
	color: #ffffff;
}
.bg-gray {
	background: #3b3b3b;
}
.bg-gray-white {
	background: #f5f5f5;
}
.border-radius-5x {
	border-radius: 5px;
}
.padding-15x {
	padding: 15px;
}
.padding {
	padding-top: 7px;
	padding-bottom: 7px;
}
.padding2x {
	padding-top: 20px;
	padding-bottom: 20px;
}
.color-white,
a.color-white:hover {
	color: #ffffff;
}
.footer_head {
	font-size: 15px;
	margin-bottom: 5px;
}
span.footer-size {
	font-size: 12px;
}
.border-radius {
	border-radius: 3px;
}
.border-radius-0 {
	border-radius: 0;
}
.btn.text {
	padding-left: 0;
	padding-right: 0;
}
.btn.text-nowrap {
	white-space: normal;
}
.nav-tabs.categorycarousel {
	border: 0 none;
	margin: 0 auto;
	padding: 0 15px;
	width: auto;
	background: #fff;
	z-index: 9;
}
.btn:active {
	box-shadow: 0 0 0 #fff;
}
@media (max-width: 767px) {
	.category .dropdown-menu {
		background: #f9f9f9;
		padding: 0;
		box-shadow: 0 0 0 #fff;
	}
	.list-category_menu .list-unstyled > li {
		margin-left: -1px;
		margin-right: -1px;
	}
}
.category .dropdown-menu > li > a {
	background: none;
}
.redcolor {
	color: #ff3366;
}
.graycolor {
	color: #dddddd;
}
.openstoremodule .owl-item .caption h4 a {
	color: #666;
	font-size: 14px;
}
.owl-carousel.openstoremodule .owl-buttons .owl-prev,
.owl-carousel.openstoremodule .owl-buttons .owl-next,
.owl-carousel.openstoremodule2 .owl-buttons .owl-prev,
.owl-carousel.openstoremodule2 .owl-buttons .owl-next,
.owl-carousel.openstoremodule3 .owl-buttons .owl-prev,
.owl-carousel.openstoremodule3 .owl-buttons .owl-next {
	height: 40px;
	width: 40px;
}
.owl-carousel.openstoremodule .owl-buttons .owl-prev,
.owl-carousel.openstoremodule .owl-buttons .owl-next,
.owl-carousel.openstoremodule2 .owl-buttons .owl-prev,
.owl-carousel.openstoremodule2 .owl-buttons .owl-next {
    top: 47%;
}
.owl-carousel.openstoremodule3 .owl-buttons .owl-prev,
.owl-carousel.openstoremodule3 .owl-buttons .owl-next {
    top: 39%;
}
.owl-carousel.openstoremodule.openstoremodule-special .owl-buttons .owl-prev,
.owl-carousel.openstoremodule.openstoremodule-special .owl-buttons .owl-next {
	top: 28%;
}
.owl-carousel.openstoremodule .owl-buttons .owl-prev i,
.owl-carousel.openstoremodule .owl-buttons .owl-next i,
.owl-carousel.openstoremodule2 .owl-buttons .owl-prev i,
.owl-carousel.openstoremodule2 .owl-buttons .owl-next i,
.owl-carousel.openstoremodule3 .owl-buttons .owl-prev i,
.owl-carousel.openstoremodule3 .owl-buttons .owl-next i {
	font-size: 14px;
	margin: -10px 0 0;
}
.openstoremodule img,
.openstoremodule2 img {
	border-radius: 7px;
}
.border {
	border: 1px solid #ddd;
}
.border-right {
	border-right: 1px solid #ddd;
}
.border-left {
	border-left: 1px solid #ddd;
}
.border-top {
	border-top: 1px solid #ddd;
}
.border-bottom {
	border-bottom: 1px solid #ddd;
}
.img-width {
	width: 100%;
}
.openstoremodule.owl-carousel,
.openstoremodule2.owl-carousel,
.openstoremodule3.owl-carousel,
.openstoremodule2 .product-thumb {
	margin-bottom: 0;
}
.openstoremodule2.owl-carousel {
	border-left: 7px solid #ffffff;
	border-right: 7px solid #ffffff;
}
.openstoremodule2.owl-carousel img {
	
}
.padding0 {
	padding-left: 0;
	padding-right: 0;
}
.openstoremodule .owl-wrapper-outer,
.openstoremodule2 .owl-wrapper-outer {
	border-radius: 0;
}
.caption span.gray {
	font-size: 12px;
}
.openstoremodule {
	position: relative;
	background: none;
	margin-bottom: 0 !important;
}
.openstoremodule .title-banner,
.openstoremodule2 .title-banner {
	background: #fff;
	position: absolute;
	opacity: 0.74;
    padding: 10px;
}
.openstoremodule .title-banner {
    bottom: 35px;
    left: 50%;
    margin: 0 auto 0 -35%;
    text-align: center;
    width: 70%;
}
.openstoremodule2 .title-banner {
    top: 15px;
    left: 15px;
    text-align: left;
}
.openstoremodule h3 {
	margin-top: 5px;
}
.box-shadow {
	box-shadow: 0 0px 7px #bbb inset;
    position: relative;
    z-index: 9;
}
.border-2x {
	border: 2px solid #ddd;
}
.footer_viewed {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 101;
}
.footer_fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99;
}
.footer_fixed .bg-gray {
	background: #eeeeee;
}
.footer_fixed .bg-gray > .container,
.footer_fixed .bg-gray > .container > .owl-carousel {
	background: none;
}
.span-price-old {
	text-decoration: line-through;
}
#carousel_viewed {
	margin-bottom: 0;
	padding: 20px 0 45px;
}
#carousel_viewed .btn-white {
	background: #ffffff;
    margin: 0 auto;
    text-align: center;
    width: 150px;
}
#carousel_viewed .btn-white a,
#carousel_viewed .btn-white img {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}
#carousel_viewed .owl-controls .owl-buttons .owl-prev,
#carousel_viewed .owl-controls .owl-buttons .owl-next,
.reviews .owl-controls .owl-buttons .owl-prev,
.reviews .owl-controls .owl-buttons .owl-next,
.news .owl-controls .owl-buttons .owl-prev,
.news .owl-controls .owl-buttons .owl-next {
	top: 28%;
}
.descrip {
	display: block;
    font-size: 12px;
    text-align: justify;
}
#logo img,
#logo img:focus {
	outline: 0 none;
}
.product .rating {
	margin-top: 5px;
	padding-bottom: 5px;
}
.product .cart_block .quantity-input .minus1, .product .cart_block .quantity-input .plus1 {
    line-height: 40px;
}
.product-list a.cheapering {
	position: relative;
    top: 7px;
}
#option_filter .text_more_group a strong {
	font-weight: normal;
}

.btn {
    font-size: 15px;
}
.reviews .owl-item > div .name {
	text-align: left;
}
.reviews .rating {
	margin-bottom: 5px;
}
.slideshow .owl-controls .owl-buttons .owl-prev,
.slideshow .owl-controls .owl-buttons .owl-next {
    top: 41%;
}
.filter .text_more_group a {
    color: #000;
	text-decoration: underline;
}
a.addthis_button_tweet {
	margin-right: 20px;
}
@media (max-width: 466px) {
	.top-pagination .owl-controls .owl-pagination {
		top: 30px;
		bottom: auto;
	}
	.cart_block .quantity-input .minus1, .cart_block .quantity-input .plus1 {
		width: auto;
		padding: 6px 4px;
	}
}
@media (min-width: 467px) {
	.carous.top-pagination .owl-controls .owl-pagination {
		bottom: -10px;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
	header .phone-header .fa {
		top: -10px;
	}
	.header-contact {
		padding: 25px 0;
	}
	.phone-header {
		line-height: 43px;
	}
}
.top_line .phone-header .openrecall {
	display: none;
}
.breadcrumb + .breadcrumb {
	display: none;
}
#home_filter.options .option input[type="radio"]:checked + label,
#home_filter.options .radio input[type="radio"]:checked + label,
#home_filter.options input[type="checkbox"]:checked + label {
    border: 0 none;
}
@media (max-width: 767px) {
	.header-contact {
		left: 50%;
		margin-left: -125px;
		margin-top: 25px;
		position: relative;
		width: 300px;
	}
	.category .list-category_menu > ul.list-unstyled > li > span {
		position: relative;
	}
	.category .list-category_menu > ul.list-unstyled > li > span > a {
		display: block;
		padding: 9px 15px 9px 30px;
	}
	.category .list-category_menu > ul.list-unstyled > li > span > a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	.category .list-category_menu > ul.list-unstyled > li > span > a:after {
		color: #999;
		content: "-";
		height: 5px;
		left: 11px;
		margin-top: -12px;
		position: absolute;
		top: 50%;
		width: 5px;
	}
	.navbar_category .btn-navbar svg {
		margin-right: 15px;
	}
	.navbar_category .nav > li > a {
		text-shadow: 1px 1px 0px #fff;
	}
	#logo {
		 margin-bottom: 20px;
	}
	#top + .line-dynamic-text {
		z-index: 1;
		position: relative;
	}
	.marquee {
		padding: 7px 0;
	}
	.bg-header {
		padding-bottom: 0;
	}
	.header {
		margin-bottom: 15px;
	}
	#content {
		padding-left: 0;
		padding-right: 0;
	}
}
#tab-description img {
	max-width: 100%;
}
.quickblock {
	display: none;
	padding: 0 0 15px;
	position: relative;
}
#cart > .dropdown-menu,
#cart.open > .dropdown-menu {
	display: none;
}
.quantity-input-cart {
	position: relative;
}
.quantity-input-cart span {
	background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
    border: 1px solid #ccc;
    border-radius: 0;
    line-height: 9px;
    padding: 9px 9px;
    position: absolute;
	cursor: pointer;
	z-index: 1;
}
.quantity-input-cart span .fa {
	font-size: 10px;
}
#quick_search_results {
	z-index: 100;
}
#quick_search_results .quantity-input-cart span {
	position: initial;
	height: 34px;
	line-height: 31px;
	padding: 0px 8px;
}
#quick_search_results .input-group .form-control[name^="quantity"] {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	height: 34px;
	min-height: 34px;
	min-width: 0;
	padding: 0;
}
#quick_search_results .input-group .btn-primary {
	min-height: 34px;
	padding: 3px 10px;
}
.quantity-input-cart {
	
}
.quantity-input-cart .minus-cart {
	top: 0;
	border-radius: 3px 0 0 3px;
	left: 0;
}
.quantity-input-cart .plus-cart {
    top: 0;
	border-radius: 0 3px 3px 0;
	right: 0;
}
.quantity-input-cart input {
	border-radius: 3px;
    height: 34px;
    text-align: center;
}
.padding-top {
	padding-top: 15px;
}
.divcart ul.list-unstyled > li > .row:nth-child(2n+1) {
	background: #f9f9f9;
}
.openrecall.hiden {
	visibility: hidden;
}
.btn-absolute {
    font-size: 9px;
    position: absolute;
    right: 0;
    top: 8px;
}
li .btn-absolute {
    transform: rotate(0deg);
}
#mobile-menu .btn-absolute {
	right: 11px;
}
@media (min-width: 767px) {
	.top_line .phone-header .btn {
		line-height: 38px;
	}
	.top_line .phone-header .fa-phone-square {
		top: 0;
	}
	.top_line .phone-header .fa-chevron-down {
		top: 13px;
	}
	.category li:hover .btn-absolute {
		transform: rotate(-90deg);
		-o-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
}
#content + .carous {
	clear: both;
}
#content .list-group {
	
}
#content .list-group > a {
	background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    margin-right: 6px;
}
#column-left .product-blog,
#column-right .product-blog {
	width: 100% !important;
}
.product-blog .product-thumb > .row {
	margin: 0;
}
.top_search.slid .fa-search {
	z-index: 11;
}
.top_search #search {
	z-index: -1;
}
.top_search.slid #search {
    z-index: 10;
}
#search .search-tags {
	padding: 0;
    position: absolute;
    right: 52px;
    top: -1px;
	z-index: 100;
}
#search .search-tags button {
	background: #ffffff;
	padding: 4px 10px;
	color: #333333;
	top: 1px;
}
#search .search-tags button.full-checked svg {
	fill: #aaaaaa;
}
#search .search-tags button span {
	position: relative;
	top: -1px;
}
#search .search-tags button .fa {
    color: #50b0ff;
    margin-right: 10px;
}
#search .dropdown-menu > li > label {
	padding: 5px;
	display: block;
}
#search .search-tags label {
	margin: 0;
	color: #666666;
	cursor: pointer;
}
#search:hover .search-tags label {
	color: #777777;
}
#search .search-tags input {
	height: auto;
    margin-right: 7px;
    width: auto;
}
.svg-icon {
    width: 1.5em;
    height: 1.5em;
}
.svg-book {
    fill: #3d5165;
    float: left;
    padding: 3px 0;
    position: relative;
    top: 1px;
}
.svg-book + span {
	margin-left: 3px;
}
.header-contact svg {
    fill: #3d5165;
    font-size: 28px;
    position: relative;
    top: 1px;
}
.header-contact .phone-header svg {
	position: absolute;
	left: 0;
}
.conten-size:after {
    content: "";
    display: block;
    height: 100%;
    left: -20px;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
	background-size: 100% 100%;
	background-image: url("../image/menu-curve.svg");
	background-repeat: no-repeat;
}
#welcome .conten-size {
	position: relative;
	z-index: 0;
}
#top-links .conten-size:after {
	left: 45px;
    transform: rotate(-180deg);
    width: 50%;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus,
input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
	outline: 0 none;
}
.description-menu img,
.image___categ img {
	display: inline-block;
	max-width: 100%;
}
.child__category svg {
	fill: #ff3366;
	font-size: 12px;
    position: relative;
    top: 0;
}
.child__category strong svg {
	fill: #999999;
}
.font-name {
	color: #666666;
	display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 10px;
    text-shadow: 0 0 0 #fff;
}
.no-clear-both {
	clear: none !important;
}
a.name-podcategory {
	font-size: 15px;
	color: #ff3366;
}
.child__category + .font-name {
	margin-top: 15px;
}
.help_text_category {
	color: #999;
	text-align: left;
	white-space: normal;
}
.padding-right {
	padding-right: 15px !important;
}
.padding-left {
	padding-left: 15px !important;
}
.padding-left-0 {
	padding-left: 0 !important;
}
.product-thumb .price-block button {
	background: #3d5165;
	border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 0 0 #fff;
    color: #fff;
	font-size: 16px;
    padding: 8px 12px 6px 35px;
	position: relative;
}
.product-thumb .price-block button svg {
	fill: #fff;
    font-size: 12px;
    left: 9px;
    position: absolute;
    top: 8px;
}
.menu-head .product-thumb .price-block button svg {
	font-size: 14px;
}
.product-thumb .button-group button svg,
button.button-cart-product svg {
	fill: #fff;
	position: relative;
	top: 2px;
}
.product-thumb .button-group button:nth-child(1) svg,
button.button-cart-product svg {
    float: left;
}
.product-thumb .button-group button:nth-child(1) span,
button.button-cart-product span {
    margin-left: 7px;
}
.product-thumb .price-block {
	width: 100%;
}
.display-table {
	display: table;
}
.display-flex {
	display: flex;
}
.align-items-center {
	align-items: center;
}
.justify-content-center {
	 justify-content: center;
}

.table-cell {
	display: table-cell;
}
.product-thumb .display-table {
	width: 100%;
}
.vertical-middle {
	vertical-align: middle;
}


#mobile-menu {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    overflow: auto;
    position: fixed;
    top: 79px;
    transition: width 0.5s ease-in-out 0s;
    width: 0;
    z-index: 999;
}
#mobile-menu li a {
	position: relative;
	line-height: 30px;
	padding: 5px 15px;
}
#mobile-menu.active {
    width: 100%;
}
#mobile-menu li > a > .svg > svg {
    height: 16px;
    position: relative;
    top: 3px;
    width: 16px;
}
#mobile-menu span.svg.svg-right-arrow {
    cursor: pointer;
    display: block;
    padding: 5px 8px;
    position: absolute;
    right: 7px;
    top: 0px;
    transition: all 0.5s ease-in-out 0s;
}
#mobile-menu .dropdown-menu {
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 0 #fff;
    float: none;
    margin: 0;
    padding: 0 !important;
    position: initial !important;
	transform: none !important;
    width: 100%;
}
#mobile-menu li .dropdown-menu a,#mobile-menu li .dropdown-menu li > span {
    border: 0 none;
    color: #3d5165;
    display: block;
    font-size: 15px;
    text-shadow: 0 0 0 transparent;
}
#mobile-menu li .dropdown-menu > li > span,
#mobile-menu li .dropdown-menu li > span > a {
	line-height: 25px;
    padding: 10px 15px 10px 35px;
}
#mobile-menu li .dropdown-menu > li > a {
	color: #3d5165;
	padding: 7px 15px 7px 35px;
	line-height: 30px;
	font-size: 15px;
}
#mobile-menu li > a > svg {
	position: relative;
	top: -2px;
	margin-right: 5px;
}
#mobile-menu > ul.list-unstyled > li + li {
	margin-top: -1px;
}
#mobile-menu #menu {
    background-color: #3d5165;
	min-height: 50px;
	padding-bottom: 0;
}
#mobile-menu #menu .btn-navbar {
    line-height: 35px;
    padding: 9px 45px 4px 18px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
	position: relative;
	z-index: 1;
}
#mobile-menu .category {
	clear: both;
    z-index: 0;
	width: 100%;
}
#mobile-menu #menu .btn-navbar > svg {
	position: absolute;
    right: 20px;
    top: 15px;
}
.nav > li > a:focus {
	outline: 0 none;
}
.owl-controls .owl-page {
	padding: 10px 0;
}
.owl-controls .owl-page span, .swiper-pagination span {
	background: none !important;
    border: 1px solid #ccc !important;
    box-shadow: 0 0 0 transparent !important;
	height: 7px;
	width: 20px;
	border-radius: 0;
}
.owl-controls .owl-page.active span, .swiper-pagination-clickable .swiper-pagination-bullet {
	background: none !important;
	border: 1px solid #ff3366 !important;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active {
	background: #ff3366 !important;
}
.openstoremodule .owl-controls .owl-page span,
.openstoremodule2 .owl-controls .owl-page span {
	background: none !important;
    border: 1px solid #ffffff !important;
    box-shadow: 0 0 0 transparent !important;
}
.openstoremodule .owl-controls .owl-page.active span,
.openstoremodule2 .owl-controls .owl-page.active span {
	background: rgba(255, 255, 255, 1) !important;
	border: 1px solid rgba(255, 255, 255, 1) !important;
}
.reviewsshop .swiper-viewport {
    margin: 0 !important;
    padding-bottom: 45px;
}
.reviewsshop .swiper-viewport .swiper-pagination {
    bottom: 13px;
}
.reviewsshop .swiper-button-prev:before, .reviewsshop .swiper-button-next:before {
	content: none;
}






.owl-carousel.openstoremodule-special .owl-buttons {
	opacity: 0.7;
}
.owl-carousel.openstoremodule-special .owl-buttons > div {
	opacity: 1;
}
.owl-carousel.openstoremodule-special:hover .owl-buttons,
.owl-carousel.openstoremodule-special:hover .owl-buttons > div {
	opacity: 1;
}

@media (min-width: 768px) {
	.categorycarousel .owl-carousel:hover .owl-buttons .owl-prev {
		left: 10px;
	}
	.categorycarousel .owl-carousel:hover .owl-buttons .owl-next {
		right: 10px;
	}
	.openstoremodule-special .owl-pagination {
		display: none;
	}
	.categorycarousel .div-child {
		position: relative;
	}
}
@media (max-width: 767px) {
	.owl-carousel.openstoremodule-special .owl-pagination {
		display: none;
	}
	#quick_search_results .quantity-input-cart span {
		padding: 0px 3px;
	}
}


.quickpay-product #image-block.images-quick {
    position: relative;
	padding-top: 45px;
}
.quickpay-product #image-block.images-quick > .additional-image {
    
}
.quickpay-product #image-block.images-quick > .swiper-viewport {
    float: left;
    margin: 15px 0 0 0 !important;
    width: 100%;
}
.quickpay-product #image-block.images-quick .image #wrap #zoom1 img {
	display: inline-block !important;
	float: none !important;
}
.quickpay-product #image-block.images-quick .image #wrap .cloud-zoom-big {
    right: 0;
    width: 100% !important;
}
#thumbnails-swiper .swiper-slide {
    height: auto;
}
.thumbnails img {
    border-radius: 7px;
}
.product .thumbnail {
	border: 0 none;
}
.quickpay-product .border-center {
    clear: both;
    text-align: center;
    top: 10px;
    width: 100% !important;
}
.border-center .swiper-pager {
    top: 3px;
}
#column-left .border-center .swiper-pager,
#column-right .border-center .swiper-pager {
    top: 50%;
}
.border-center .swiper-pager svg,
.owl-carousel .owl-buttons svg {
    background: #3d5165;
    border-radius: 4px;
    fill: #fff;
    padding: 2px 0 2px 3px;
    transform: skew(-7deg);
}
.border-center .swiper-pager svg,
.owl-carousel .owl-buttons svg {
    font-size: 28px;
    padding: 2px 0 2px 3px;
}
#column-left .border-center .swiper-pager svg, #column-right .border-center .swiper-pager svg,
#column-left .owl-carousel .owl-buttons svg, #column-right .owl-carousel .owl-buttons svg {
    font-size: 20px;
}
.swiper-viewport {
    border: 0 none !important;
    box-shadow: 0 0 0 #fff !important;
    margin: 15px 0 20px !important;
    text-align: center !important;
}
.quickpay-product .swiper-button-prev:before,
.quickpay-product .swiper-button-next:before {
	font-size: 26px;
}
.quickpay-product .swiper-viewport .swiper-button-prev {
	left: 10px;
}
.quickpay-product .swiper-viewport .swiper-button-next {
	right: 10px;
}
.quickpay-product .swiper-viewport:hover .swiper-button-prev {
	left: -20px;
}
.quickpay-product .swiper-viewport:hover .swiper-button-next {
	right: -20px;
}
.quickpay-product .swiper-pagination-bullet {
	border-radius: 0;
	height: 7px;
	width: 20px;
}
.quickpay-product .swiper-pagination-bullet {
    background: #ffffff !important;
}
.quickpay-product .swiper-pagination-bullet-active {
    background: none repeat scroll 0 0 #ff3366 !important;
    border: 1px solid #ff3366 !important;
}
.form-control::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #aaa;
}
.form-control::-webkit-input-placeholder {
  color: #aaa;
}
.form-control.red::-moz-placeholder {
  color: #ff3366;
  opacity: 1;
}
.form-control.red:-ms-input-placeholder {
  color: #ff3366;
}
.form-control.red::-webkit-input-placeholder {
  color: #ff3366;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #ff3366;
}
.option-div .has-error .form-control,
.divcart .has-error .form-control,
.divcart .has-error .form-control {
	border-color: #f2dede;
	border-bottom-right-radius: 0;
}
.has-error .input-group-text {
    background-color: #f2dede;
    border-color: #f2dede;
    color: #555;
}
.has-error .form-control:focus {
	border-color: #f2dede;
	box-shadow: 0 0 0 #fff;
}
.empty_cart {
	font-size: 22px;
	margin-bottom: 0;
	margin-top: 15px;
}
.btn-border-lite {
	border: 1px solid #f1f1f1;
	background: #f5f5f5;
	padding: 0 15px 0;
}
.social_img a {
	margin-right: 7px;
}
@media screen and (max-width: 1192px) {
	.product-price .product-thumb .btn-button svg {
		margin: 0;
	}
	.product-price .product-thumb button[formaction*="/cart|add"] {
		padding: 9px 12px 8px;
	}
}
@media screen and (max-width: 492px) {
	.product-price .product-thumb button[formaction*="/cart|add"] {
		clear: both;
		margin: 0;
	}
	.product-price .product-thumb button[formaction*="/cart|add"], .product-price .product-thumb .wishlist, .product-price .product-thumb .compare {
		float: left;
	}
	.product-price .product-thumb button[formaction*="/cart|add"] svg {
		left: 0;
	}
	.product-price .product-thumb .price {
		display: block;
		float: none;
		margin-bottom: 10px;
	}
}
.width-all-div {
	
}
.width-all-div div {
	display: flex;
}
.width-all-div div, .width-all-div button {
	margin: 0 auto;
}
.width-all-div > div {
	float: none !important;
	text-align: center;
}
.width-all-div > div + div {
	margin-top: 15px;
}
.width-all-div .quantity-input .form-control {
	width: 100%;
}
.width-all-div .quantity-input > div > span {
    width: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 916px) {
	.product-list .chevron a {
		display: inline-block;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.product-list .product-thumb .quantity-input {
		margin-bottom: 15px;
		margin-right: 15px;
	}
	.product-list .product-thumb .button-group {
		margin-left: 0;
	}
	.product-list .product-thumb .button-group button:nth-child(1) span {
		display: inline !important;
	}
}
@media only screen and (max-width: 767px) {
	.product-list .chevron,.product-list .price-cart {
		width: 100% !important;
		float: left;
		margin: 0;
	}
	.product-list .product-thumb .chevron a + a > span {
		display: none;
	}
	.product-list .product-thumb .caption:after {
		clear: both;
		content: "";
		display: block;
	}
	.product-list .product-thumb .caption {
		padding-bottom: 15px !important;
	}
	.product-list .product-thumb .button-group {
		float: right;
	}
	.product-list .product-thumb .button-group {
		margin-left: 0;
		float: right;
	}
	.divcart.d-block .dropdown-menu {
		position: absolute;
	}
}
@media only screen and (max-width: 534px) {
	.product-list .product-thumb .price-cart {
		text-align: center;
	}
	.product-list .product-thumb .button-group {
		display: inline-block;
	}
	.product-list .chevron, .product-list .price-cart {
		width: 100% !important;
	}
	.product-list .chevron {
		margin-bottom: 15px;
	}
	.product-list .product-thumb .button-group button:nth-child(1) span {
		display: inline-block !important;
	}
	.product-list .product-thumb .chevron a + a {
		border: 1px solid #ddd;
	}
	.product-list .product-thumb .chevron a + a > span {
		display: inline-block !important;
		margin-left: 5px;
	}
	.product-list .product-thumb .image .chevron {
		height: auto;
		position: initial;
		margin-bottom: 7px;
	}
	.product-list .product-thumb .pagination-image-product {
		line-height: 10px;
	}
}
#column-left #option_filter > .clearfix,
#column-right #option_filter > .clearfix {
	margin: 0 -15px;
}
#column-left #option_filter .checkbox-group-overflow-price > .row,
#column-right #option_filter .checkbox-group-overflow-price > .row,
#column-left #option_filter .checkbox-group > .row,
#column-right #option_filter .checkbox-group > .row {
	margin-left: 0;
	margin-right: 0;
}
.btn-link.button-wishlists, .btn-link.button-compares {
	padding-left: 0;
    padding-right: 0;
}
.btn-link.button-wishlists svg, .btn-link.button-compares svg {
	float: left;
    font-size: 13px;
    position: relative;
}
.btn-link.button-wishlists svg {
	top: 3px;
}
.btn-link.button-compares svg {
	top: 5px;
}
.mousetrap {
	right: 0;
}
#cloud-zoom-big {
    right: 0;
    width: 100% !important;
}
#at_hover.atm-s a {
	padding: 7px 10px !important;
}
.inline-block {
	display: inline-block;
}
#light-tab {
    padding-bottom: 15px !important;
}
.news .owl-item > div .name {
    color: #3d5165;
    font-size: 17px;
    text-align: center;
}
.button-book {
	background: none;
    line-height: 29px;
}
#top .nopadding .dropdown-menu > li > button {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 6px 3px;
    white-space: nowrap;
	text-align: left;
}
@media (max-width: 767px) {
	.language-select, .currency-select {
		display: none;
	}
	#menu {
		min-height: 0;
	}
	.header {
		margin-bottom: 0;
	}
	#content {
		padding-top: 0;
	}
	.language-select.active-select, .currency-select.active-select {
		display: inline-block;
	}
	#top .nopadding button + button {
		margin: 0;
	}
	#top-links .list-inline li {
		padding-left: 5px;
		padding-right: 0;
	}
	.padding-left-0-xs {
		padding-left: 0 !important;
	}
	.select-sort .fa {
		font-size: 8px;
		position: relative;
		right: 0;
		top: -1px;
	}
	.select-sort button {
		padding: 8px 10px !important;
	}
	.product-blog .product-layout:not(.product-price):not(.no_image) .product-thumb .image {
		width: 33%;
		display: inline-block;
		float: left;
	}
	.product-blog .product-layout:not(.product-price):not(.no_image) .product-thumb .caption {
		display: inline-block;
	}
	.sort .input-group-btn, .sort-number > .pull-right {
		width: 100%;
	}
	#top-links #cart.btn-group.btn-block button span#cart-total {
		font-size: 12px;
		line-height: 21px;
	}
	#top-links #cart.btn-group.btn-block button.btn-lg {
		padding: 5px 16px !important;
	}
	#top-links #cart.btn-group.btn-block button.btn-lg svg {
		position: relative;
		top: 4px;
	}
	#top-links #cart.btn-group.btn-block {
		height: 43px;
	}
}
.product-blog .caption .button-group {
	width: 100%;
	float: none;
}
.btn-group.open .dropdown-toggle {
	box-shadow: 0 0 0 rgba(0,0,0,0);
	background: #ffffff;
}
.lang-curr-block {
	top: 3px;
}
.button-group span.description {
	font-size: 11px;
}
.product-blog .btn-primary {
	text-transform: capitalize;
}
.form-review-shop {
	display: none;
}
#form-review-shop #button-upload {
	margin-bottom: 15px;
}
.swiper-button-next:before,
.swiper-button-prev:before {
	content: none;
}
.list-grup ul {
	padding-left: 25px;
}
.list-grup > li > a {
    display: inline-block;
    padding: 3px 0;
}
#at15s {
	z-index: 9;
}
.owl-carousel .owl-wrapper-outer {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.product-thumb .countdown-thumb {
    background: rgba(255, 255, 255, 0.5);
    bottom: -25px;
    padding: 8px 15px;
    position: absolute;
    transition: all 0.35s ease-in-out 0s;
    width: 100%;
    z-index: 1;
	height: 65px;
	overflow: hidden;
}
.product-list .product-thumb .countdown-thumb {
    overflow: visible;
    position: initial;
}
.product-thumb .image:hover .countdown-thumb {
	height: 0;
	padding: 0 15px;
}
.product-thumb .hasCountdown {
    padding: 0;
}
.product-thumb .countdown_amount {
	padding: 10px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	color: #3d5165;
	border: 0 none;
}
.product-thumb .countdown_section {
    line-height: 9px;
	color: #3d5165;
}
.carous .product-thumb .countdown_section {
	 line-height: 17px;
	 padding-bottom: 0;
}
.product-thumb .text-center + .hasCountdown {
	margin-top: 7px;
	width: 100%;
}
.height-bottom-product .owl-pagination {
    top: 0;
}
.carous .product-thumb .countdown-thumb {
	background: none;
	bottom: 7px;
}
.product-price .product-thumb .countdown-thumb {
	display: none;
}
.product .countdown-thumb {
	position: relative;
	z-index: 1;
}
.product .countdown-thumb .countdown_section {
	font-size: 13px;
}
.product .countdown-thumb .countdown_amount {
    background: #ffffff;
	border-color: #dddddd;
    border-radius: 3px;
    color: #ff3366;
    padding: 4px 10px;
	font-size: 20px;
}
.product .hasCountdown {
	padding-bottom: 0;
	width: 100%
}
#carousel_viewed .owl-wrapper-outer {
    background: none;
    border: 0 none;
}
.footer_fixed .bg-gray {
	background-image: linear-gradient(to bottom, #f1f1f1, #ffffff);
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );
}
.footer_viewed .fa {
	font-size: 9px;
}
.forming_quick .person .text-danger {
    top: -5px;
}
#content #option_filter .input-group .input-group-text {
	width: 100%;
}
#content #option_filter .content_filt {
	float: none;
	display: inline-block;
	width: auto;
	margin-right: 7px;
}
.phone-mob {
    clear: both;
    padding: 7px 0 0;
}
.phone-mob a {
	font-size: 18px;
	color: #ff3366;
}
.quantity-input .btn svg {
    right: 1px;
    top: 0;
}
.quick-button {
    padding: 9px 15px 8px;
}
@media (max-width: 1043px) {
	.quick-button > span, .quick-button > .fa {
		display: none;
	}
}
@media (max-width: 934px) {
	.option-div .input-group .form-control[name^="quantity"] {
		min-width: 35px;
	}
}
@media (max-width: 1322px) {
	#button-cart-product {
		padding: 9px 12px 8px;
	}
	.cart-box-bottom .quantity-input .minus1 {
		width: 33px;
	}
	.cart-box-bottom .quantity-input .plus1 {
		width: 33px;
	}
	.product .cart_block .quantity-input .minus1, .product .cart_block .quantity-input .plus1 {
		line-height: 36px;
	}
	.quantity-input .form-control {
		padding: 5px 8px;
	}
}
.btn-check:focus + .btn, .btn:focus {
	box-shadow: 0 0 0 #fff;
}
.form-control:disabled, .form-control:read-only {
	background-color: #ffffff;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.ms-auto {
	.margin-left: auto;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li {
	position: relative;
	display: block;
}
.category > .nav > li {
	position: relative;
	width: 100%;
}
span.svg {
	display: inline-block;
	transform: rotate(90deg);
	cursor: pointer;
}
span.svg > svg {
	fill: #555;
	height: 12px;
	position: relative;
	top: 2px;
	width: 12px;
}
.carousel-indicators [data-bs-target] {
	background-color: #fff;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	border-color: #cccccc;
}
.openstoremodule .carousel-indicators [data-bs-target],
.openstoremodule2 .carousel-indicators [data-bs-target] {
	border-color: #fff;
	background: none;
	opacity: 1;
}
.reviewsshop .carousel-indicators [data-bs-target] {
	height: 6px;
	width: 20px;
	border-radius: 0;
	border-color: #ff3366;
}
.reviewsshop .carousel-indicators .active {
	opacity: 1;
	background: #ff3366;
}
.carousel-indicators .active {
	opacity: 1;
	border-color: #ff3366;
}
.openstoremodule .carousel-indicators .active,
.openstoremodule2 .carousel-indicators .active {
	border-color: #fff;
	background: #fff;
}
.carousel {
	box-shadow: 0 0 0 rgba(0,0,0,0);
	border-width: 0;
	margin-bottom: 80px;
}
.reviewsshop .carousel {
	margin-bottom: 45px;
}
.carousel.openstoremodule,
.carousel.openstoremodule2,
.height-bottom-product .carousel {
	margin-bottom: 0;
}
.carousel-control-prev, .carousel-control-next {
	background: #3d5165;
	border-radius: 4px;
	fill: #fff;
	padding: 0;
	transform: skew(-7deg);
	height: 45px;
	opacity: 0.7;
	text-align: center;
	width: 45px;
}
.carousel:hover .carousel-control-prev {
	left: 7px;
}
.carousel:hover .carousel-control-next {
	right: 7px;
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	z-index: 9;
}
.product-thumb {
	position: relative;
}
.divshadow .input-group-text {
	font-size: 0.9rem;
}
.divshadow .input-group-text {
	width: 45px;
	text-align: center;
}
.divshadow .input-group-text i {
	font-size: 13px;
	margin: 0 auto;
}
.divshadow .input-group-text svg {
	text-align: center;
}
.divshadow .input-group-text svg.svg-phone {
	left: 4px;
	position: relative;
	top: 2px;
}
.subsc .text, .subsc .form-control, .subsc ul.list-unstyled > li a, .subsc p, .subsc .footer_head, .subsc .footer-size {
	color: #FFFFFF;
}
.nav-tabs > li > a.active, .nav-tabs > li > a.active:focus, .nav-tabs > li > a.active:hover {
	border: 1px solid #ff3366 !important;
	color: #ff3366 !important;
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #ffffff;
  background-color: #3d5165;
  border-color: #3d5165;
}
.svg-grid, .svg-list-view {
	font-size: 11px;
	fill: #3D5165;
}
#list-view.active-view, #grid-view.active-view {
	background: #3D5165;
}
#list-view.active-view svg, #grid-view.active-view svg {
	fill: #FFFFFF;
}
.product-blog .product-thumb,
.product-blog .product-thumb .caption {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
@media (max-width: 576px) {
	.carous .quantity-input {
		width: 100%;
	}
	.carous .quantity-input > div {
		width: 100%;
		display: flex;
	}
	.carous .quantity-input > div > .form-control {
		display: flex;
		width: 100%;
	}
	.carous .quantity-input + .button-group {
		width: 100%;
	}
	.carous .quantity-input + .button-group > a + a {
		float: right !important;
	}
	.carous .btn-border-lite {
		padding-bottom: 15px;
	}
	.container {
		width: 92%;
	}
	.carous .nav-tabs > li {
		margin-right: 0px;
	}
	.carousel .carousel-control-prev {
		left: 0;
	}
	.carousel .carousel-control-next {
		right: 0;
	}
	.carousel {
		margin-bottom: 35px;
	}
	.cart_block button.quick-button {
		padding: 7px 12px;
	}
	.select-sort.input-group-btn:first-child > .btn {
		width: auto;
	}
}
.loginpopup .btn-close {
	height: auto;
}
@media (max-width: 767px) {
	.modal-bg {
		z-index: 999;
	}
	.divshadow {
		z-index: 1000;
	}
}
.page-link {
	white-space: nowrap;
}