body {
	font-family: PT Sans,Cuprum,Verdana,Arial,Helvetica,sans-serif;
	font-weight: 400;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-family: PT Sans,Cuprum,Verdana,Arial,Helvetica,sans-serif;
}
button, input, select, textarea {
	font-family: PT Sans,Cuprum,Verdana,Arial,Helvetica,sans-serif;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
	font-family: PT Sans,Cuprum,Verdana,Arial,Helvetica,sans-serif;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #02b1b1;
}
#content {
	background: #ffffff;
	padding-top: 15px;
}
#product-product #content {
	padding-top: 0;
}
#content:after {
	content: ' ';
	clear: both;
}
#content h1,
#content > h3 {
	margin-top: 0;
	margin-bottom: 20px;
}
#product-category #content h3 {
    color: #777;
    font-size: 16px;
}
a:hover,
a:focus,
.btn-link:focus,
.btn-link {
	cursor: pointer;
	outline: 0 none;
	text-decoration: none;
}
a:hover,
a:focus,
.footer-powered a:hover,
.footer-container a:hover {
	color: #02b1b1;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	font-weight: normal;
}
.vertical-middle {
	vertical-align: middle
}
.form-control {
	border-color: #cccccc;
	border-radius: 5px !important;
	height: 40px;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.form-control:focus {
	box-shadow: 0 0 0 #fff;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	cursor: pointer;
    fill: #444;
    font-size: 13px;
}
.input-group .form-control {
    border-radius: 5px 0 0 5px !important;
}
.input-group .input-group-addon + .form-control {
	border-radius: 0 5px 5px 0 !important;
}
.divshadow .input-group .input-group-btn + .form-control {
    border-radius: 0 !important;
}
.divshadow .input-group-addon {
    border-color: #ccc;
}
.divshadow .quickblock .input-group .form-control {
	border-color: #ccc;
}
.divshadow .input-group.quantity-input-cart .form-control {
	border-radius: 0;
	border-color: #EFEFEF;
}
.quantity-input .form-control {
	border-color: #dddddd;
	border-left-width: 0;
	border-right-width: 0;
}
.form-control#input-captcha {
	border-left: 1px solid #b1b1b1;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.125) inset;
    font-size: 15px;
    height: 35px;
}
.form-control#input-captcha + img {
	margin-top: 15px;
}
.form-horizontal label.control-label[for="input-captcha"] {
	text-align: left;
}
.divshadow .input-group .input-group-addon {
	min-width: 40px;
	background: #EFEFEF;
}
.divshadow .quantity-input .input-group .input-group-addon {
	background: none;
	border: 0 none;
	padding: 0;
}
.cart-box-bottom .quantity-input {
    float: left;
	margin: 0 15px 0 0;
}
.cart_block button.quick-button {
	max-width: 100%;
	position: relative;
}
.cart_block button.quick-button.load:after {
	top: 3%;
}
/*.categorycarousel .image:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	content: '';
	background: rgba(0,0,0,0.2);
	z-index: 0;
	opacity: 1;
	-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;
}*/
.categorycarousel .image:hover:after {
	opacity: 0;
}
.categorycarousel .owl-carousel .image {
	border-radius: 15px;
	overflow: hidden;
}
.categorycarousel .owl-carousel > div img {
	-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;
	border-radius: 15px;
	opacity: 0.9;
	filter: grayscale(0.5);
}
.categorycarousel .owl-carousel > div:hover img {
	transform: scale(1.1,1.1);
	opacity: 1;
	filter: grayscale(0);
}
.categorycarousel .category-div > div.load:after {
	right: 0;
	top: 39%;
	margin: 0 auto;
	border: 0 !important;
	width: 100%;
}
.cart_block button.quick-button > span + i {
	font-size: 7px;
    position: relative;
    right: -6px;
    top: -1px;
}
.product .cart_block button {
	margin-right: 0;
}
.cart-box-bottom .quantity-input {
    float: left;
	margin: 0 15px 0 0;
}
@media (max-width: 480px) {
	.cart_block .quantity-input .minus1,
	.cart_block .quantity-input .plus1	{
		padding: 4px 7px;
	}
}
.cart-box-bottom .quantity-input .minus1 {
    height: 34px;
    width: 36px;
}
.cart-box-bottom .quantity-input input {
    float: left;
    height: 34px;
    text-align: center;
}
#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;
}
.quantity-input-cart .input-group-addon {
	background: #f7f7f7;
	border-radius: 0;
    color: #02b1b1;
    padding-left: 8px;
    padding-right: 8px;
	border: 0 none;
}
.quantity-input-cart .input-group-addon .fa,
.quantity-input-cart .input-group-addon .icon {
	font-size: 9px;
}
.input-group.quantity-input-cart {
	max-width: 100px;
}
.quantity-input-cart .form-control {
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-bottom-width: 1px;
	padding-left: 1px;
	padding-right: 1px;
}
.quantity-input-cart .input-group-addon i {
    color: #666666 !important;
}
.divshadow.divcart {
    padding: 0;
}
.divcart .dropdown-menu {
    border: 0 none;
    box-shadow: 0 0 0 #fff;
    left: auto;
    margin: 0;
    position: relative;
    right: auto;
    width: 100%;
    padding: 15px 25px 15px;
	font-size: 16px;
}
.divcart.show .dropdown-menu .closecart {
    color: #fff;
    cursor: pointer;
    padding: 5px 5px 5px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.divcart .no-border > .row:nth-child(2n+1) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    margin-top: -1px;
    padding-bottom: 17px;
    padding-top: 10px;
}
.minus1,
.plus1 {
	background: #eeeeee;
	border: 1px solid #ddd;
	border-radius: 0;
    color: #8a8a8a;
    z-index: 3;
    text-align: center;
	cursor: pointer;
	position: absolute;
	top: -1px;
}
.minus1 {
	left: 0;
	border-right: 1px solid #ddd;
	border-radius: 5px 0 0 5px;
}
.plus1 {
	right: 0;
	border-left: 1px solid #ddd;
	border-radius: 0 5px 5px 0;
}
.minus1:hover, .plus1:hover {
	background: #f7f7f7;
}
.quantity-input .form-control {
    border-radius: 0 0 0 0 !important;
    box-shadow: 0 0 0 #fff;
    float: left;
    height: 38px;
    padding: 9px 15px;
    text-align: center;
    width: 100%;
}
.quantity-input .form-control:focus {
	box-shadow: 0 0 0 #fff;
}
.quantity-input .fa {
    font-size: 14px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu > li > a,
.dropdown-menu > li > span {
	font-size: 15px;
}
.dropdown-menu > li > a,
.dropdown-menu > li > span {
	color: #666;
	padding: 7px 20px;
}
.dropdown-menu > li > span {
	display: block;
}
.top-nav .dropdown-menu > li > span {
	padding: 5px 20px;
	display: block;
}
.dropdown-menu.wishlist-header li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
}
.dropdown-menu.wishlist-header li a:not(.btn) {
	clear: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 17px;
    padding: 0;
    text-align: justify;
    white-space: normal;
    width: 100%;
}
.btn.btn-primary {
	border-radius: 5px !important;
}
.btn svg {
	font-size: 12px;
}
.more-product-block .btn.btn-block svg {
	font-size: 11px;
	position: relative;
	top: 3px;
}
.row-button .btn {
	color: #444;
}
.row-button .btn svg {
	position: relative;
	top: 4px;
	font-size: 13px;
	fill: #444;
}
.view .btn.btn-default {
	background: #ffffff;
}
.view .btn.btn-default svg {
	fill: #444444;
}
.view .btn svg {
    font-size: 12px;
    position: relative;
    top: 1px;
}
.view > .btn {
	border-radius: 3px !important;
}
.view #justify-view.btn {
	padding: 7.5px 14px;
}
.view .btn svg.svg-justify {
	font-size: 14px;
	
}
.quantity-input .input-group-btn .btn {
	padding: 6.5px 7px;
}
#cont + .input-group-btn .btn {
    left: -2px;
    position: relative;
}
.input-group-btn .btn {
    height: 40px;
    line-height: 38px;
}
.quantity-input .input-group-btn .btn {
	height: 48px;
    top: 0px;
    position: relative;
    line-height: 22px;
}
.input-group-btn .btn i {
	line-height: 20px;
}
.input-group-btn .btn i {
	font-size: 16px;
	color: #999;
}
#search .search button.btn-lg {
    background: none;    
    margin-right: 5px;
}
#search .search button.btn-lg i {
	border-left: 1px solid #dddddd;
	color: #02b1b1;
	padding-left: 12px;
}
.button-cheaper .btn i {
	font-size: 14px;
}
.dropdown-menu.wishlist-header li a.btn {
	padding: 3px 8px;
    position: absolute;
    right: -5px;
    top: -1px;
}
.dropdown-menu.wishlist-header li span.price {
	color: #898989;
    font-size: 11px;
}
.dropdown-menu.wishlist-header li span.price .price-new {
	font-weight: 700;
}
.dropdown-menu.wishlist-header li span.price .price-old {
	text-decoration: line-through;
}
.dropdown-menu.wishlist-header li a > img {
	float: left;
	margin-right: 10px;
}
.dropdown-menu.wishlist-header li span.pull-left {
	color: #333;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
    padding-right: 20px;
    width: 100%;
}
.dropdown-menu.wishlist-header li a.wishlist-name .price {
	display: block;
    font-weight: normal;
    padding-top: 3px;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus {
	background: rgba(255,255,255,0.7);
}
/* top */
#top_banner {
	line-height: 35px;
}
.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;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.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;
	color: #999;
	text-shadow: 0 0 0 #fff;
}
.close_banner {
	background: #ffffff;
    color: #d7d7d7;
    cursor: pointer;
    left: 15px;
    position: absolute;
    top: -7px;
}
.close_banner span {
	margin-right: 5px;
	font-size: 24px;
}
.close_banner span + span {
	font-size: 12px;
    position: relative;
    top: -4px;
}
.id_top,
.top_line {
	background: none;
    min-height: 33px;
    padding: 0;
    position: relative;
    z-index: 9;
}
#top {
	border-top: 2px solid #78929e;
}
@media (min-width: 768px) {
	.id_top,
	.top_line {
		box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
	}
	#top-header {
		border-bottom: 1px solid #dddddd;
	}
	#top-header #menu .dropdown-menu {
		background: none;
	}
	#top-header #menu .dropdown-menu:after {
		background: #fff;
		bottom: 0;
		content: "";
		left: 0;
		opacity: 0.9;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	#top-header #menu .dropdown-menu .dropdown-inner {
		position: relative;
		z-index: 2;
	}
	#top.id_top {
		border-bottom: 1px solid #dddddd;
		box-shadow: 0 0 0 !important;
	}
	#top.id_top.header_3 {
		box-shadow: -2px 1px 3px rgba(0, 0, 0, 0.1) !important;
		z-index: 10;
	}
	#top.header_2.id_top {
		border-bottom: 0 none;
		box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
		z-index: 10;
	}
	#top.header_2.id_top .container {
		background: #ffffff;
		padding-bottom: 9px;
		padding-top: 9px;
	}
	#top.header_2.id_top .blog-menu {
		width: 100%;
	}
	#top.header_2.id_top .blog-menu > .btn-group {
		display: block;
	}
	#top.header_2.id_top .blog-menu button {
		background: #f8f8f8;
		border: 0 none;
		float: none;
		line-height: 18px;
		padding-bottom: 6px;
		padding-top: 6px;
		top: 8px;
		width: 100%;
	}
	#top.header_2.id_top .blog-menu button .icon {
		font-size: 7px;
	}
}
@media (max-width: 767px) {
	.id_top,
	.top_line {
		margin-bottom: 15px;
	}
	.margin-top-xs {
		margin-top: 15px;
	}
	.margin-bottom-xs {
		margin-bottom: 15px;
	}
	.padding-bottom-xs {
		padding-bottom: 15px;
	}
}
.top-nav {	
	position: relative;
}
.top-nav:after {	
	background: url('../image/bg-header.jpg') left center repeat-x;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	content: '';
	z-index: -1;
}
.top-nav.header_3 {
    position: relative;
    z-index: 11;
}
.top-nav .btn-group:hover {
	position: relative;
    z-index: 10;
}
.top-nav .pull-left + .pull-left .btn-group > button > strong,
.top-nav .pull-left + .pull-left .btn-group > button > .icon-messenger,
.top-nav .pull-left + .pull-left .btn-group > button > .fa-book {
	border-left: 1px solid rgba(255, 255, 255, 0.20);
}
.top-nav .pull-left .btn-group > button .icon-clock-circle,
.top-nav .pull-left .btn-group > button .icon-messenger {
	font-size: 12px;
	position: relative;
	top: 1px;
}
.id_top .wishlist-header,
.top_line .wishlist-header {
	min-width: 345px;
	padding: 15px 8px 0;
}
.id_top .wishlist-header li:not(.wishlist):nth-child(2n),
.top_line .wishlist-header li:not(.wishlist):nth-child(2n) {
	background: #f2f2f2;
	padding-top: 12px;
	padding-bottom: 12px;
}
.top .container {
	padding: 2px 15px;
}
.top_line .row-header,
.id_top .row-header,
.top_line .row-header {
	position: relative;
	
}

.row-header--valign {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

@media screen and (max-width:1200px) {
	.row-header--valign {
	display: block;
}
}

.id_top .list-inline.nav.navbar-nav,
.top_line .list-inline.nav.navbar-nav {
	display: table;
	width: 100%;
}
.top_line .list-inline.nav.navbar-nav:not(.no-border) {
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}
.id_top .list-inline.nav.navbar-nav > li,
.top_line .list-inline.nav.navbar-nav > li {
	display: table-cell;
	float: none;
	padding: 0;
	text-align: center;
	vertical-align: top;
}
.id_top .list-inline.nav.navbar-nav > li:hover > a {
	background: EFEFEF;
}
.top-nav #form-currency .currency-select,
.top-nav #form-language .language-select {
	background: #fff;
	font-size: 15px;
	padding: 0;
}
.top-nav #form-language .language-select {
	text-align: left;
}
.top-nav #form-currency .currency-select {
	text-align: right;
}
.top-nav #form-currency .currency-select img,
.top-nav #form-language .language-select img {
	margin-top: -3px;
}
.top-nav #form-currency .currency-select:hover,
.top-nav #form-language .language-select:hover {
	text-shadow: none;
	color: #02b1b1;
	text-decoration: none;
}
.top-nav #form-currency .dropdown-menu,
.top-nav #form-language .dropdown-menu {
	min-width: 130px;
}
.top-nav .btn-group > .btn-link,
#top-links .list-inline > li,
#top-links .list-inline > li > a,
#top-links .list-inline > li > a > svg path{
	color: #333333;
	text-decoration: none;
}
.id_top #top-links .list-inline .icon,
.top_line #top-links .list-inline .icon {
	font-size: 12px;
    margin-right: 4px;
}
.id_top #top-links .list-inline .icon.icon-shopping-bag,
.top_line #top-links .list-inline .icon.icon-shopping-bag {
	font-size: 15px;
}
#top-links .list-inline > li {
    line-height: 41px;
}
#top-links .list-inline > li .fa {
	
}
@media (min-width: 768px) {
    #top-links .list-inline > li span:not(.btn-group):not(.svg-right-arrow), .top-nav .btn-link .icon:not(.icon-remove) {
    	border-right: 1px solid rgba(255, 255, 255, 0.20);
    }
}
.top-nav .btn-group .btn-link .icon:not(.icon-remove) {
	border-right: 0 none;
    padding-right: 0;
}
#top-links .list-inline > li:last-of-type {
	padding-right: 0;
}
#top-links .list-inline > li:last-of-type span {
	border-right: 0 solid !important;
	padding-right: 0;
}
#top-links .list-inline {
	margin: 0 5px 0 0;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	
}
.top-nav .btn-link strong {
    font-weight: normal;
}
.top-nav .btn-link span,
#top-links .list-inline > li {
	margin-right: 0;
}
.top-nav .btn-link span,
#top-links .list-inline > li,
.top-nav .btn-link strong{
	font-size: 13.5px;
	text-shadow: 1px 1px 0 #fff;
}
.btn-link .icon.icon-arrow-down {
	font-size: 7px;
}
.top-nav .container .btn-group > .btn {
	padding: 8.5px 2px 8.5px 12px;
}
#top-links a + a {
	margin-left: 15px;
}
.id_top .navbar-nav > li > .dropdown-menu,
.top_line  .navbar-nav > li > .dropdown-menu,
.top-nav .navbar-nav > li > .dropdown-menu,
.top-nav .btn-group > .dropdown-menu,
.top_line .navbar-nav > li > .dropdown-menu {
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.176);
    margin-right: -1px;
    margin-top: 0px;
	border: 0 none;
}
/* logo */
#logo {
	position: relative;
    top: 2px;
}

.top_line #logo {
	top: 3px;
}
.header_3 #logo {
    top: 9px;
}
.header_3 #logo img,
.version_3 #logo img {
	max-height: 45px;
}
.top_line .id_top {
	top: 8px;
}
/* search */
#search {
	background: #ffffff;
    border-bottom: 1px solid #999999;
    border-radius: 0;    
}
#search .svg-select-category {
	position: relative;
	top: 5px;
	left: -2px;
}
#search.open {
	display: table;
}
.footer_2 #search,
.footer_3 #search {
	display: table;
    position: initial;
	padding: 0 0 0 5px;
}
.footer_2 #search {
	margin-bottom: 30px;
}
.footer_3 #search {
	margin-bottom: 0;
}
.header_3 #search {
	padding: 4px 0 4px 5px;
	top: 1px;
}
.header_3 #search,
.version_3 #search {
	background: #ffffff;
	z-index: 11;
}
#top.header_2 #search {
	position: initial;
}
#search > .form-control {
	border: 0 none;
	box-shadow: 0 0 0 transparent;
}
#search .input-lg {
	height: 35px;
	line-height: 20px;
	padding: 0 10px 0 10px;
	margin-right: 15px;
    margin-top: 2px;
}
#search .btn-lg {
    border: 0 none;
    font-size: 13px;
    line-height: 18px;
    padding: 4px 6px;
    text-shadow: 0 1px 0 #fff;
	margin-right: 7px;
}
#search .btn-lg span {
	color: #777;
	margin-right: 5px;
}
#search .search button.btn-lg {
	margin-right: 5px;
}
/* quick search */
#quick_search_results {
    margin: 0px;
    padding: 0 5px;
    position: absolute;
    top: 34px;
    left: 0px;
    background: #FFFFFF;
    z-index: 9;
    min-width: 260px;
	list-style: none;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	-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;
	width: 100%;
	top: 100%;
}
#quick_search_results .ajax-header {
	background: #f7f7f7;
    display: block;
	font-size: 13px;
    margin: 0 -5px;
    padding: 8px 15px;
    width: auto;
}
#quick_search_results .input-group-btn .btn {    
    height: 35px;
    margin-top: 6px;
    padding: 4.5px 12px;
}
#quick_search_results .input-group-btn .btn .svg-icon {
	fill: #ffffff;
    font-size: 14px;
    top: -1px;
}
#quick_search_results .quantity-input-cart .form-control {
	height: 35px;
}
#quick_search_results li {
	border-top: solid 1px #FFFFFF;
	text-align: left;
	width: 100%;
}
#quick_search_results a {
	font-size: 14px;
	padding: 8px 10px;
	white-space: normal;
	width: auto;
}
#quick_search_results li + li {
	border-top: solid 1px #f8f8f8;
}
#quick_search_results a, #quick_search_results a:visited, #quick_search_results a:hover {
    color: #444444;
    text-decoration: none;
}
#quick_search_results a:visited, #quick_search_results a:hover {
    color: #02b1b1;
}
#quick_search_results img {
	float: left;
    margin-right: 15px;
	max-width: 35px;
}
#quick_search_results li:hover {
    background-color: #f8f8f8;
}
#quick_search_results li span.pull-right {
	margin: 7px 0 0 0px;
	width: auto;
}
#quick_search_results li .quantity-input-cart {
	margin: 13px 7px 0 0;
	max-width: 100px;
	width: auto;
}
#quick_search_results .lisves {
    background-color: #f8f8f8;
}
/* cart */
#cart #cart-total,
#wishlist-header-total span {
    font-family: Arial;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 13px;
    width: 20px;
}
#cart #cart-total, #wishlist-header-total span {
	color: #02b1b1;
    position: relative;
    right: -2px;
    top: -19px;
}
#cart #cart-total.color-2, #wishlist-header-total span.color-2 {
	color: #fa0000;
}
.header_3 #cart #cart-total, .header_3 #wishlist-header-total span {
	position: absolute;
	right: -15px;
}
#cart a.dropdown-toggle {
	cursor: pointer;
}
#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;
}
.lk-block .dropdown-menu {
	font-size: 12px;
	padding: 15px 10px;
	z-index: 1001;
}
@media (max-width: 478px) {
	.top_line .navbar-nav .open .dropdown-menu {
        float: none !important;
        left: 15px;
        position: fixed !important;
        right: 15px;
        top: 55px;
        width: auto;
	}
    #cart .dropdown-menu li {
        min-width: 0 !important;
    }
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #ffffff;
}
.table-striped > tbody > tr:nth-of-type(2n) {
    border-top: 1px solid #e9e9e9;
}
.table > tbody > tr > td {
	border-top: 0 none;
	padding: 13px 8px 11px;
}
.table.table-background > tbody > tr:nth-of-type(2n+1) > td {
	background: #efefef;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li {
	min-width: 427px;
}
.wishlist-header.dropdown-menu li {
	min-width: 260px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > .block {
		min-width: 100%;
	}
    .wishlist-header.dropdown-menu li {
    	min-width: 0;
    }
}
.id_top .dropdown-menu li p {
	margin: 20px 0;
}
.header_block {
	position: relative;
}
.relative {
	position: relative !important;
}
/* menu */
#menu {
	background: none;
	margin-bottom: 0;
}
#menu .navbar-nav {
	float: right;
}
.header_2 #menu .navbar-nav {
	float: left;
	width: 100%;
}
.top_line #menu .navbar-nav {
	float: left;
}
.top_line #menu .navbar-nav {
	
}
.top_line .top, .top_line .top, .id_top .top, .header_block, #menu.navbar, #menu .navbar-nav > li {
    /position: initial;
}

.header_2.id_top > .container {
	position: relative;
}
#menu.navbar {
	border: 0 none;
}
#menu .nav > li > a,
.id_top .nav > li > a,
.top_line .nav > li > a,
.top_line .nav > li > button {
	background-color: transparent;
    color: #333333;
    font-size: 15.5px;
	line-height: 40px;
    min-height: 15px;
    padding: 7px 12px;
    text-transform: none;
}
.version_1 header #menu .nav > li > a, .version_1 header #top .nav > li > a {
	padding: 20px 12px;
}
.version_3 #menu .nav > li > a {
	text-align: center;
}
.version_3 .top_line #menu .nav > li > a {
	white-space: nowrap;
}
.header_2.id_top .nav > li > a,
.header_2.id_top .nav > li > button,
.header_3.id_top .nav > li > a,
.header_3.id_top .nav > li > button {
	color: #000000;
	font-size: 10px;
    font-weight: normal;
    line-height: 30px;
    text-transform: none;
	padding: 23px 12px;
	vertical-align: top;
}
.header_3.id_top .nav > li > a,
.header_3.id_top .nav > li > button {
	line-height: 24px;
}
.header_2.id_top .lk-block .nav > li > a,
.header_3.id_top .lk-block .nav > li > a {
	position: relative;
	top: 2px;
}
.header_3.id_top .lk-block .nav > li > a,
.header_3.id_top .lk-block .nav > li > button {
	display: block;
	padding: 18px 12px;
	white-space: nowrap;
	width: 100%;
}
.header_3.id_top .lk-block .nav > li > a > .icon,
.header_3.id_top .lk-block .nav > li > a > .fa,
.header_3.id_top .lk-block .nav > li > button > .icon {
	position: relative;
	top: 3px;
}
.header_3.id_top .lk-block .nav > li > button > .icon {
	top: 5px;
}
.header_3.id_top .lk-block .nav > li span {
	margin-left: 7px;
}
.header_3.id_top .lk-block .nav li > span {
	display: block;
    font-size: 13px;
    margin-bottom: 10px;
    margin-left: 0;
}
#menu #category,
.menu #category {
	color: #fff;
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 46px;
    padding-left: 15px;
    text-transform: uppercase;
}
.header_3 .menu {
	background: #02b1b1;
	border-width: 0;
	margin-bottom: 0;
	min-height: 43px;
	border-radius: 0;
}
@media (min-width: 767px) {
	#top-header.id_top .nav > li > a {
		padding: 9px 15px;
	}
	#top-header.header_2.id_top .nav > li > a {
		color: #333333;
		text-align: center;
		text-shadow: 1px 1px 0 #fff;
	}
	#top-header.header_2.id_top .nav > li:hover > a {
		color: #02b1b1;
		background: #ffffff;
		text-shadow: 0 0 0 #fff;
	}
	#top-header.header_2.id_top .nav > li:hover > a span.svg > svg {
		/fill: #ffffff;
	}
	.header_3 .navbar-collapse {
		display: none !important;
		padding-top: 12px;
		position: absolute;
		top: 100%;
		width: 100%;
	}
	.header_3 .navbar-collapse.visible {
		display: block !important;
		visibility: hidden;
	}
	.header_3 .navbar-collapse .navbar-nav {
		float: none;
	}
	.header_3 .navbar-collapse.collapse.in,
	.header_3 .navbar-collapse.collapsing {
		border: 1px solid #ddd;
		box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.09);
		display: block !important;
		padding-left: 0;
		padding-right: 0;
	}
	.header_3 .navbar-collapse > ul:after {
		background: #ffffff;
		bottom: 0;
		content: " ";
		display: block;
		left: 0;
		opacity: 0.9;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	
	.header_3 .menu .navbar-header {
		width: 100%;
	}
	.header_3 .menu .navbar-toggle {
		display: block;
		margin-right: 0;
		margin-bottom: 8px;
		margin-top: 9px;
	}
	.header_3 .menu #category {
		font-size: 15px;
		line-height: 44px;
	}
	.header_3 .search {
		display: table-cell;
		position: initial;
	}
	.header_3 .search > a {
		margin-right: 4px;
	}
	#top-header.header_3 .menu .navbar-nav > li {
		width: 100%;
		margin-bottom: 0;
	}
	#top-header.header_3 .menu .navbar-nav > li > .icon-arrow-next {
		color: #999;
		font-size: 8px;
		font-weight: normal;
		vertical-align: middle;
		width: 15px;
	}
	#top-header.header_3 .menu .navbar-nav > li > .dropdown-menu {
		border-top: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		border-radius: 0;
		box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.09);
		left: 100%;
		margin-left: 0;
		top: 0 !important;
	}
	#menu .dropdown-menu .dropdown-inner,
	.menu .dropdown-menu .dropdown-inner {
		padding: 7px 0;
	}
}
.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{
	outline: 0 none;
}
.id_top .nav > li > a,
.top_line .nav > li > a {
	padding-bottom: 2px;
}
.id_top .lk-block:hover .nav > li > a,
.top_line .lk-block:hover .nav > li > a {
	background: #fff;
    position: relative;
    z-index: 1;
}
#menu .nav > li.more_articles > a {
	padding-left: 15px;
	padding-right: 15px;
}
#menu .icon-search {
	font-size: 17px;
    position: relative;
    top: 2px;
}
.id_top .list-inline.nav.navbar-nav .dropdown-toggle > i, .top_line .list-inline.nav.navbar-nav .dropdown-toggle > i,
.id_top .list-inline.nav.navbar-nav .dropdown-toggle > svg path, .top_line .list-inline.nav.navbar-nav .dropdown-toggle > svg path,
.id_top .list-inline.nav.navbar-nav .dropdown-toggle > .icon, .top_line .list-inline.nav.navbar-nav .dropdown-toggle > .icon {
	font-size: 18px;
}
.id_top.header_3 .list-inline.nav.navbar-nav .dropdown-toggle > .icon-clock-circle {
	font-size: 16px;
	top: 4px;
}
.header_2.id_top .list-inline.nav.navbar-nav .dropdown-toggle > .icon {
	font-size: 17px;
}
.header_2 .list-inline.nav.navbar-nav .dropdown-toggle > .icon-arrow-down {
	font-size: 7px;
}
.color-2 {
	color: #02b1b1;
}
.color-3 {
	color: #02b1b1;
}
.bg-2 {
	background: #02b1b1;
}
#menu a:hover,
#menu .nav > li > a:hover,
.dropdown-menu > li > a:hover {
	text-decoration: none;
	color: #02b1b1;
}
#menu a {
	transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
}
#menu .dropdown-menu {
	padding-bottom: 7px;
	left: 14px;
}
#top-header.header_3 {
	padding: 12px 0 7px;
}
#top-header.header_3 .nav > li > a {
	color: #444444;
	line-height: 25px;
	padding: 11px 12px;
	white-space: nowrap;
}
#top-header.header_3 .menu .nav > li > a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 9px 12px;
	padding-right: 10px 30px 10px 12px;
	white-space: normal;
}
#top-header #menu .dropdown-menu {
	left: 0;
}
#top-header.header_2 #menu .dropdown-menu {
	border: 0 none;
}
#top-header.header_2 #menu .no-chilren .dropdown-menu {
	min-width: 0;
}
#top-header.header_2 #menu .no-chilren .dropdown-menu.menu-description {
	min-width: 380px;
}
#top-header.header_2 #menu .no-chilren .dropdown-menu a.image-category {
	margin-right: 0;
}
#top-header.header_2 #menu .no-chilren .dropdown-menu.menu-description a.image-category {
	margin-right: 15px;
}
#menu .dropdown-menu span.dropdown-inner {
	display: block;
	padding: 3px 0 7px;
}
#menu .more_articles .dropdown-menu .dropdown:hover .dropdown-menu {
	display: none;
}
#menu .dropdown-inner a,
.header_3 .menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 5px 20px;
	clear: both;
	color: #444444;
	text-transform: none;
	line-height: 27px;
}
#menu .dropdown-inner a:not(.image-category):hover {
	background: #02b1b1;
}
#menu .dropdown-inner a.image-category {
	min-width: 0;
}
#menu .dropdown-inner a.image-category img.img-responsive {
	display: inline-block;
}
#menu .dropdown-inner a {
	font-size: 15px;
}
.header_3 .menu .dropdown-inner a {
	font-size: 14px;
}
#menu .more_articles .dropdown-inner li,
#menu .more_articles .dropdown-inner a {
	display: inline-block;
}
#menu .more_articles.block .dropdown-inner li,
#menu .more_articles.block .dropdown-inner a {
	display: block;
}
#menu .more_articles.block .dropdown-inner a {
	padding-left: 10px;
}
@media (min-width: 768px) {
	#top-header.header_3 .nav > li a:hover {
		color: #02b1b1;
	}
	#menu .dropdown-inner li a:hover {
		color: #ffffff;
	}
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 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, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#menu .btn-navbar,
.header_3 .menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #ffffff;
	padding: 2px 18px;
	float: right;
	border: 0 none;
}
#menu .btn-navbar svg,
.menu .btn-navbar svg {
	fill: #fff;
    height: 20px;
    top: 4px;
    width: 20px;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	outline: 0 none;
}
#menu .navbar-collapse {
	padding-left: 0;
    padding-right: 0;
}
.fixed-block {
	background: #02b1b1;
	display: none;
	position: fixed;
	right: 0;
	top: 60%;
	z-index: 99;
}
.fixed-block ul {
	margin: 0;
	padding: 5px 0;
}
.fixed-block ul li {
	padding: 0 5px;
}
.fixed-block ul li a {
	color: #ffffff;
	padding: 10px 15px;
}
.fixed-block ul li:hover a {
	color: #333333;
}
.fixed-block ul li + li a {
	border-top: 1px solid #ffffff;
}
.top-contact a {
	padding: 4.5px 15px;
}
.top_line {
    background: #ffffff;
	min-height: 35px;
	left: 0;
    position: fixed;
    right: 0;
    transition: all 0.3s ease 0s;
	opacity: 0;
	top: 0;
	z-index: 10000;
	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;
}
.call a {
    background: #02b1b1;
	border-radius: 0;
    color: #fff;
    padding: 3px 13px 6px;
}
.call a:hover {
	color: #fff;
}
.call a svg {
	fill: #fff;
}
.top_line .call {
	display: none;
}
.top_line.show {
	opacity: 1;
}
.dropdown-menu.text-justify {
	text-align: justify;
}
@media (min-width: 768px) {
	.id_top .more_articles .dropdown:hover .dropdown-menu,
	.top_line .more_articles .dropdown:hover .dropdown-menu {
		display: none;
	}
	.id_top .dropdown > .dropdown-menu,
	.top_line .dropdown > .dropdown-menu,
	.top-nav .btn-group > .dropdown-menu {
		border-radius: 0 0 3px 3px;
		/display: none;
		opacity: 0;
		z-index: -1;
	}
	.top-nav .dropdown-menu > li > a {
		padding: 0;
		border: 0 none;
	}
	.id_top .navbar-nav > li:first-of-type > .dropdown-menu,
	.top_line .navbar-nav > li:first-of-type > .dropdown-menu,
	.top-nav .btn-group > .dropdown-menu {
		min-width: 220px;
		padding: 0;
	}
	.id_top .dropdown > .dropdown-menu .dropdown > .dropdown-menu,
	.top_line .dropdown > .dropdown-menu .dropdown > .dropdown-menu {
		display: none;
	}
	.top-nav form .dropdown-menu .btn-link {
		color: #333333;
	}
	#slideshow.marg-top {
		top: -57px;
	}
	.top_line #menu .navbar-nav {
		width: 100%;
	}
}
.dropdown-menu.sho {
	display: block !important;
}
.top_line .more_articles.hidden-xs {
	display: block !important;
}
.version_3 .top_line .more_articles.hidden-xs {
	display: inline-block !important;
}
.version_3 .top_line .more_articles.hidden-xs.table-cell {
    display: table-cell !important;
}
.bg-white-after {
	background: url('../image/bg-header.jpg') center center repeat-x;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.70;
	top: 0;
	z-index: 9;
}
#mobile-menu span.svg.svg-right-arrow {
	cursor: pointer;
	display: block;
	padding: 5px 8px;
	position: absolute;
	right: 11px;
	top: 8px;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
#mobile-menu .navbar-ex2-collapse span.svg.svg-right-arrow {
	top: -4px;
}
@media (max-width: 767px) {
	#logo {
		margin: 10px 0;
	}
	.id_top #menu,
	.id_top .menu	{
		background: #02b1b1;
		padding: 2px 0;
	}
	.bg-white-after {
		background: none;
	}
	.id_top #menu .navbar-nav {
		float: none;
		margin: 7.5px 0;
	}
	.id_top #menu .nav > li:hover > a,
	.id_top .menu .nav > li:hover > a {
		background: rgba(0,0,0,0.1);
	}
	.id_top #menu a {
		padding: 0 12px !important;
		color: #ffffff !important;
		font-weight: normal !important;
		line-height: 40px !important;
	}
	.id_top #menu div.dropdown-menu,
	.id_top #menu div.dropdown-menu .dropdown-inner	{
		padding-top: 0;
		padding-bottom: 0;
	}
	.id_top #menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	.id_top #menu div.dropdown-menu {
		padding: 0 15px;
	}
	.id_top #menu .dropdown-inner {
		display: block;
	}
	.id_top #menu .dropdown-inner a,
	.id_top .menu .dropdown-inner a	{
		width: 100%;
		color: #fff;
	}
	.id_top #menu .dropdown-menu a:hover,
	.id_top #menu .dropdown-menu ul li a:hover,
	.id_top .menu .dropdown-menu a:hover,
	.id_top .menu .dropdown-menu ul li a:hover	{
		background: rgba(0, 0, 0, 0.1);
	}
	.id_top #menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	.id_top #menu .navbar-nav > li {
		position: relative;
	}
	.id_top #menu .navbar-nav > li > a,
	.id_top #menu .navbar-nav > li > .fa {
		
	}
	.id_top #search {
		border: 1px solid #dddddd;
		clear: both;
		display: table;
		margin-bottom: 20px;
		margin-top: 25px;
		position: initial;
	}
	.id_top #search .input-lg {
		height: 35px;
	}
	.id_top #search .btn-lg {
		background: #ededed;
		line-height: 25px;
		margin-right: 4px;
	}
	.id_top #menu .dropdown svg,
	.id_top .menu .dropdown svg {
		fill: #ffffff;
	}
	
	.id_top #menu .dropdown.open .svg,
	.id_top .menu .dropdown.open .svg {
		transform: rotate(90deg);
	}
	.fixed-block {
		display: block;
	}
	.top_line .collapse {
		display: block;
	}
	.top_line .navbar-header {
		display: none;
	}
	.top_line .nav > li > a,
	.top_line .nav > li > button	{
		padding: 7px 12px !important;
	}
	noindex:-o-prefocus, .top_line .nav > li > a, .top_line .nav > li > button {
		padding: 3px 12px !important;
	}
	#top .call {
		margin-bottom: 15px;
	}
	#top.header_2 #search {
		margin-bottom: 3px;
	}
	.top-nav .list-inline > li > a.left-border {
		border-left: 1px solid rgba(255, 255, 255, 0.2);
		padding-left: 12px;
	}
	#top-header.header_3 .menu .nav > li > a {
		color: #ffffff;
	}
	.header_3 .menu .navbar-nav > li > .icon {
		color: #ffffff;
	}
	#top-header.header_3 .menu .nav li > a {
		font-weight: normal;
	}
	.visible-xm-inline-block {
		display: none;
	}
	#menu .btn-navbar,
	.menu .btn-navbar	{
		margin-right: 0;
	}
    .top_line li#cart.open .dropdown-menu {
        display: none;
    }
}
#menu .more_articles .fa {
	font-size: 14px;
}
.top_line.header_2 #menu .more_articles .fa {
	font-size: 14px;
}
.id_top .btn-link .icon.icon-remove,
.top_line .btn-link .icon.icon-remove {
	font-size: 12px;
}
/* content */
#content {
	min-height: 600px;
}
#content > div:not(.border-center):not(.clearfix):not(.categorycarousel):not(.description):not(.sorting):not(.category-list) {
	margin-bottom: 60px;
}
/* footer */
footer {
	margin-top: 0;
	padding-bottom: 30px;
	padding-top: 30px;
	background-color: #252525;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer .list-unstyled {
	margin-bottom: 0;
}
footer .list-unstyled li a {
	display: block;
	font-size: 13px;
	padding: 6px 0;
	text-shadow: 0 1px 0 #000;
}
footer.footer_2 .list-unstyled li a {
	padding: 3px 0;
}
footer span {
	color: #acacac;
    font-family: Cuprum,Arial,sans-serif;
    font-size: 13px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer h5 {
	color: #fff;
    font-family: 'Cuprum','Open Sans',sans-serif;
    font-size: 15px;
	margin-bottom: 25px;
    text-transform: uppercase;
}
footer.footer_2 h5 {
    margin-bottom: 15px;
}
.footer-powered {
	background: #ffffff;
	padding: 10px 0;
}
.footer-powered,
.footer-powered a {
    color: #333333;
}
.footer-powered .list-unstyled {
	margin-bottom: 0;
}
.footer-container {
	background: #f5f5f5;
    padding: 25px 0;
	margin-top: 0;
}
.footer-container h5 {
	color: #252525;
    font-family: 'Cuprum','Open Sans',sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.footer-container,
.footer-container a {
	color: #252525;
	text-shadow: 1px 1px 0 #fff;
}
.footer-container + .footer_3 {
	margin-top: 0;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert-success {
    background-color: #02b1b1;
    border-color: #02b1b1;
    color: #02b1b1;
}
.alert-danger,
.alert-success {
    background-color: #fff;
}
/* breadcrumb */
.breadcrumb {
	background: none;
	margin: 15px 0 10px;
	padding: 8px 0;
}
.compare-wishlist {
	margin: 15px 0 10px;
}
.breadcrumb i {
	color: #02b1b1;
	font-size: 20px;
    margin-left: 4px;
    position: relative;
    top: 1px;
}
.breadcrumb > li {
	position: relative;
}
.breadcrumb > li > a,
.breadcrumb > li > span {
	font-size: 13px;
}
.breadcrumb > li > a {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 35px 0 0;
	white-space: nowrap;
	color: #777777;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li > a:after {
	content: '';
	border-bottom: 1px solid #777777;
    border-right: 1px solid #777777;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 15px;
    top: 8px;
    -webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
    width: 6px;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 6.5px 15px;
	font-size: 13px;
}
.click-children.btn {
	background: #ffffff;
	border-radius: 0;
	padding: 6.5px 15px;
	fill: #333333;
}
.category-list .click-children.btn {
	border-radius: 5px;
    font-size: 8px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0;
    padding: 6.5px 10px;
    position: absolute;
    right: 0;
    top: 50%;
}
.category-list .click-children.btn svg {
	font-size: 12px;
    position: relative;
    top: 2px;
}
.category-list .image:hover .click-children.btn {
	opacity: 0.8;
}
.btn.active,
.btn:hover, .btn:focus {
	box-shadow: 0 0 0 rgba(0,0,0,0) inset;
}
.sorting .btn {
	padding: 9px 14px;
}
.btn-border {
	border: 1px solid #02b1b1;
}
.btn-border-img {
	margin: 0 7px 7px 0;
}
.btn-border-img:hover img,
.btn-border-img:hover a.no-image-img {
	border-color: #777;
}
.btn-border-img img {
	border: 1px solid #f1f1f1;
	padding: 7px;
}
.btn-border-img a.no-image-img {
	border: 1px solid #f1f1f1;
    color: #555;
    display: block;
    padding: 7px;
    width: 100%;
}
.btn-border-img span {
    display: table-cell;
    max-height: 80px;
    max-width: 80px;
    vertical-align: middle;
    white-space: normal;
}
.btn-border-white {
	color: #333333;
}
.btn-border-gray {
	border: 1px solid #dddddd;
}
.btn-border-big {
	background: none;
    border: 2px solid #02b1b1;
    border-radius: 3px;
    color: #02b1b1;
    font-size: 14px;
    font-weight: bold;
    padding: 7.5px 20px;
    text-transform: uppercase;
}
.button-cart .icon {
	font-size: 13px;
    margin-right: 5px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-link.btn-lg:hover {
	text-decoration: none;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 15px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777777 !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #efefef;
	border-color: #efefef;
	text-shadow: 0 1px 0 #fff;
}
.btn-default:hover, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover, .btn-default.focus, .btn-default:focus {
	background-color: #efefef;
	border-color: #efefef;
	color: #333333;
}
.btn-default-border {
	color: #444444 !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #ffffff !important;
	border-color: #efefef !important;
	border-width: 1px !important;
	border-style: solid !important;
}
.btn-default-border:hover, .btn-default-border.active.focus, .btn-default-border.active:focus, .btn-default-border.active:hover, .btn-default-border.focus:active, .btn-default-border:active:focus, .btn-default-border:active:hover, .open > .dropdown-toggle.btn-default-border.focus, .open > .dropdown-toggle.btn-default-border:focus, .open > .dropdown-toggle.btn-default-border:hover, .btn-default.focus, .btn-default-border:focus {
	background-color: #efefef;
	border-color: #efefef !important;
	color: #666666 !important;
}
.btn-gray {
	
}
.form-review-shop .btn {
	padding: 6px 12px;
	margin-bottom: 15px;
}
.btn-white {
	background: #ffffff;
	box-shadow: 0 0 0 rgba(0,0,0,0.2);
	color: #333;
	fill: #333;
}
.btn-white > svg {
	color: #02b1b1;
}
.btn-primary,
.btn-white:hover {
	color: #fff;
	fill: #fff;
	background-color: #02b1b1;
	border: 1px solid transparent !important;
}
.btn-white:hover {
	fill: #02b1b1;
}
.btn-primary-border {
	border-width: 0;
	color: #02b1b1;
	fill: #02b1b1;
	background: none;
	border-color: #02b1b1;
	-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;
}
.btn-primary > svg,
.btn-primary-border > svg {
	font-size: 14px;
    position: relative;
    top: 5px;
}
.btn-primary {	
    position: relative;
    line-height: 32px;
    font-size: 15px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.focus, .btn-primary:focus {
	background-color: #02b1b1 !important;
	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3) inset;
}
.btn-color {
	color: #ffffff;
	background-color: #78929e;
	border-color: #78929e;
	fill: #ffffff;
}
.btn-color:hover, .btn-color:focus, .btn-color.focus, .btn-color:active, .btn-color.active, .btn-color.disabled, .btn-color[disabled] {
	color: #ffffff;
}
.btn-color-border {
	color: #02b1b1 !important;
	background-color: #ffffff !important;
	border-color: #02b1b1 !important;
	border-width: 1px !important;
	border-style: solid !important;
	fill: #02b1b1;
}
.product-thumb .button-group button.btn-border {
	border: 1px solid #333333;
}
.btn-border:hover, .btn-border:active, .btn-border.active, .btn-border.disabled, .btn-border[disabled] {
	background-color: #ffffff;
	color: #333333;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    background: #da4f49;
    color: #ffffff;
	fill: #ffffff;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	border-radius: 0;
    color: #02b1b1;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
}
.header-contact a {
    color: #777777;
    font-size: 17px;
    line-height: 12px;
    padding: 9px 13px 10px 12px;
    /*position: relative;
    top: 24px;*/
}
#top .header-contact a svg.svg-icon {
	fill: #02b1b1;
    height: 15px;
    position: relative;
    top: 1px;
    width: 17px;
}
#top .header-contact a svg.svg-icon use {
	height: 15px;
	width: 15px;
}
.btn-link:focus, .btn-link:hover {
	outline: 0 none;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-link:focus, .btn-link:hover {
	color: #02b1b1;
	text-decoration: none;
}
.top-nav .btn-link svg {
	fill: #02b1b1;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #eeeeee;
    color: #666;
    display: block;
    font-size: 16px;
    line-height: 15px;
    padding: 14px 12px;
}
.list-dropdown-menu > li {
	background: #02b1b1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
	z-index: 3;
}
.list-dropdown-menu > li > a {
	border: 0 none;
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 15px;
    padding: 9px 12px;
}
.list-dropdown-menu.page-category > li > a {
	line-height: 25px;
}
.list-dropdown-menu .btn-link svg.svg-search {
    margin-top: 7px;
}
.list-dropdown-menu > li:hover > a {
	opacity: 0.9;
}
.list-dropdown-menu > li > a > span {
	position: relative;
	z-index: 1;
}
.list-dropdown-menu > li.open > a {
	opacity: 0.9;
}
.list-dropdown-menu > li:hover > a:after {
	background: rgba(0,0,0,0.1);
    bottom: -1px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.list-dropdown-menu > li > span.svg-right-arrow:hover {
	background: rgba(0,0,0,0.03);
}
.list-dropdown-menu > li:first-child > a:after {
	top: -1px;
}
.list-dropdown-menu .dropdown-menu .tab-content .list-unstyled a {
	color: #666666;
	text-shadow: 1px 1px 0 #fff;
	font-size: 15px;
	display: block;
}
.list-dropdown-menu .dropdown-menu .tab-content .list-unstyled a svg {
	fill: #02b1b1;
    font-size: 7px;
	margin-right: 4px;
}
.list-dropdown-menu .dropdown-menu .tab-content .list-unstyled a:hover {
	color: #02b1b1;
}
.list-dropdown-menu .dropdown-menu .tab-content .list-unstyled a img {
	margin: 0 7px 7px 0;
}
.list-dropdown-menu .dropdown-menu .tab-content .list-unstyled a .count-category {
	color: #999;
}
.list-dropdown-menu > li > a > span > img {
	margin-right: 12px;
}
.list-group a .icon:not(.icon-search):not(.icon-mailbox) {
	color: #999;
    float: right;
    font-size: 9px;
    position: relative;
    top: 6px;
}
.list-group a .icon.icon-search {
	color: #666;
    visibility: hidden;
    font-size: 10px;
}
.list-group a.active:hover .icon.icon-search {
	color: #ffffff;
}
.list-group a.image-hover:hover .icon.icon-search {
    visibility: visible;
}

.list-group > li:hover > a {
    color: #ffffff;
	opacity: 0.8;
}
.list-dropdown-menu >  > a i {
	color: #02b1b1;
}
.list-group > li:hover a + i {
	color: #fff;
}
.list-group a.active,
.list-group a.active:hover {
	background: #02b1b1;
	border-color: #02b1b1;
	color: #ffffff;
}

.list-group .open a.active,
.list-group .open a.active:hover,
.list-group .open a.active:hover,
.list-group .open .dropdown-menu li a.active,
.list-group .open .dropdown-menu li a.active:hover,
.list-group .open .dropdown-menu li a.active:hover {
	color: #ffffff;
}
.list-group a.active + .icon,
.list-group .open a.active + .icon,
.list-group .open a.active:hover + .icon,
.list-group .open .dropdown-menu li a.active + .icon,
.list-group .open .dropdown-menu li a.active:hover + .icon,
.list-group .open .dropdown-menu li a:hover + .icon,
.list-group .open a.active .icon,
.list-group .open a.active:hover .icon,
.list-group .open a.active:hover .icon,
.list-group .open .dropdown-menu li a.active .icon,
.list-group .open .dropdown-menu li a.active:hover .icon,
.list-group .open .dropdown-menu li a.active:hover .icon {
	color: #ffffff;
}
.list-dropdown-menu {
	box-shadow: 5px 8px 12px rgba(0, 0, 0, 0.3);
	margin-bottom: 35px;
}
.list-dropdown-menu .dropdown-menu {
	border-width: 0;
	background: #fff;
	opacity: 0.95;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	position: relative;
}
.product-thumb.transition {
	padding: 0;
}
.product-justify .product-thumb {
	margin-bottom: 0;
}
.product-thumb .image {
	overflow: hidden;
	text-align: center;
	position: relative;
	opacity: 0.85;
}
.product-large .product-thumb h4 a {
	color: #777777;
}
.product-large .product-thumb .image {
	margin-bottom: 15px;
}
.product-large .product-thumb .image .button-group p:not(.price) {
	color: #666;
    font-size: 11px;
    text-align: justify;
}
.product-list .product-thumb .image {
	z-index: 1;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.product-thumb .image:after {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: '';
		display: block;
		border: 15px solid #fff;
		opacity: 0.2;
		-moz-transition: 0.5s all ease;
		-o-transition: 0.5s all ease;
		-webkit-transition: 0.5s all ease;
		transition: 0.5s all ease;
	}
	.product-justify .product-thumb .image:after {
		border: 0 none;
	}
	.product-justify .product-thumb .image:after {
		border-right: 1px solid #eeeeee;
	}
	.product-thumb .image:hover:after {
		background: #000;
		opacity: 0;
		border: 1px solid #fff;
	}
	.product-thumb .image.show_a:after {
		z-index: -1;
	}
}
.product-thumb .image .rating {
	position: absolute;
    right: 15px;
    top: 15px;
}
.product-thumb .image img {
	-o-transition: transform 0.5s cubic-bezier(0.37, 0.8, 0.76, 0.96) 0s;
	-moz-transition: transform 0.5s cubic-bezier(0.37, 0.8, 0.76, 0.96) 0s;
	-webkit-transition: transform 0.5s cubic-bezier(0.37, 0.8, 0.76, 0.96) 0s;
	transition: transform 0.5s cubic-bezier(0.37, 0.8, 0.76, 0.96) 0s;
}
.product-thumb .image {
	opacity: 1;
}
@media (min-width: 767px) {
	.product-thumb .image:hover img {
		transform: scale(1.1,1.1);
	}
	.row-sm {
		margin-left: -15px;
		margin-right: -15px;
	}
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-large .product-thumb .image img {
	width: 230px;
}
.product-list .product-thumb {
	border-bottom: 1px solid #f5f5f5;
}
.product-list + .product-list {
	margin-top: 10px;
}
.product-list .product-thumb {
	margin-bottom: 0;
    padding-bottom: 20px;
}
.product-list .product-thumb .image img {
	max-width: 140px;
}
.product-justify {
	margin-bottom: -1px;
}
.product-justify .product-thumb {
	border: 1px solid #ddd;
}
.product-justify .product-thumb {
	padding: 10px 15px;
}
.product-justify .product-thumb .image img {
	max-height: 35px;
	margin-left: 0;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.top_line .dropdown:not(#cart):hover > .dropdown-menu,
	.id_top .dropdown:not(#cart):hover > .dropdown-menu,
	.top-nav .btn-group:hover > .dropdown-menu	{
		display: block;
		top: 120%;
		opacity: 1;
		z-index: 1000;
	}
	.product-list .product-thumb .image {
		float: left;
	}
	#content .product-page.column-page {
		margin-right: -15px;
		padding-right: 15px;
	}
	.no-padding-sm {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.margin-bottom-sm {
		margin-bottom: 15px;
	}
}
.product-thumb.transition .caption,
.product-list .product-thumb .caption,
.product-grid .product-thumb .caption {
	padding: 0px;
}
.product-thumb .caption h4 a {
	font-size: 16px;
}
.product-justify .product-thumb .caption h4 a {
	font-size: 13px;
}
.product-thumb .caption p {
	color: #aaaaaa;
	font-size: 12px;
	text-align: justify;
}
.product-justify .product-thumb .caption p {
	display: none;
}
.product-thumb .caption .price {
	color: #666;
    display: block;
    font-size: 15px;
    text-align: left;
}
.product-thumb.transition .caption .price,
.product-grid .product-thumb .caption .price {
	text-align: center;
}
.product-grid .product-thumb .caption .price,
.product-list .product-thumb .caption .price,
.product-large .product-thumb .caption .price {
	display: block;
    float: none;
    margin-bottom: 15px;
}
.block-button button {
    float: none;
    margin-bottom: 15px;
	margin-right: 7px;
}
.product-list .product-thumb .caption {
	margin-left: 170px;
	position: relative;
	z-index: 0;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #fd5865;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #fd5865;
}
.rating-label {
	border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    padding: 2px 9px;
}
input[type="radio"]:checked + .rating-label {
	border: 1px solid #02b1b1;
	background: #02b1b1;
	color: #ffffff;
}
#cart .remove-icon-cart {
	position: relative;
	right: -15px;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.price-old {
	text-decoration: line-through;
}
.product-thumb .price-new {
	color: #fd5865;
}
.product-thumb .price-old {
	color: #999;
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
    text-decoration: line-through;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
	font-weight: normal;
}
.product-grid .product-thumb .button-group,
.product-thumb.transition .button-group,
.product-large .product-thumb .button-group {
	
}
.product-large .product-thumb .button-group {
	padding: 0 7px;
}
.product-list .product-thumb .button-group {
	padding: 0;
}
.product-list .product-thumb .button-group,
.product-justify .product-thumb .button-group,
.product-large .product-thumb .button-group {
    opacity: 1;
    position: initial;
    visibility: visible;
}

.product-list .product-thumb .button-group {
	width: auto;
	border-left: 1px solid #ddd;
	margin-left: 0;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
	.id_top #menu div.dropdown-menu {
		box-shadow: 0 0 0 #ffffff;
	}
}
.product-thumb .button-group button {
	border-radius: 5px !important;
    display: inline-block;
    font-size: 15px;
    line-height: 25px;    
    position: relative;
    text-align: center;
}
.product-large .product-thumb .button-group button {
	background: none;
	float: none;
}
.product-blog .product-thumb.transition .button-group button {
	width: 33%;
	-webkit-transform: skew(-6deg);
	   -moz-transform: skew(-6deg);
	     -o-transform: skew(-6deg);
			transform: skew(-6deg);
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    display: inline-block;
    width: 20%;
	margin-right: 7px;
}
.product-blog .product-thumb.transition .button-group p {
	border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.product-list .product-thumb .button-group button {
	min-height: 38px;
	padding: 7.5px 15px;
	width: auto;
}
.product-layout .product-thumb .button-group button {
	text-transform: capitalize;
}
.product-justify .product-thumb .button-group button {
	font-size: 13px;
    line-height: 27px;
}
.product-justify .product-thumb .button-group button {
	float: right;
    margin-left: 15px;
	padding: 3.5px 12px;
	height: 36px;
}
.product-thumb .image button[onclick^='compare.add'] {
	font-size: 14px;
}
.product-thumb .image button[onclick^='wishlist.add'],
.product-thumb .image button[onclick^='compare.add'],
.product-thumb .image button[onclick^='ajaxmoremodule'] {
	border-radius: 7px !important;
    box-shadow: 2px 4px 9px rgba(0, 0, 0, 0.35);
    height: 40px;
    line-height: 33px;
    position: absolute;
    /*top: -25px;*/
    -o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0.8;
	-webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
	transform: skew(-3deg);
	padding: 6.5px 10px;
	z-index: 1;
}
.product-thumb:hover .image button {
	opacity: 1;
}
.product-thumb .image button[onclick^='ajaxmoremodule'] {
    left: 50%;
    margin: 0 auto 0 -85px;
    top: 80%;
    width: 170px;
	line-height: 23px;	
	bottom: 10%;
}
.product-thumb button[onclick^="ajaxmoremodule"].btn-white:hover > svg {
	fill: #ffffff !important;
}
.btn-white > svg,
.btn-color-border > svg {
	font-size: 11px;
    position: relative;
    top: 3px;
}
.product-thumb .image button[onclick^='wishlist.add'] {
	left: -45px;
	top: -45px;
}
.product-thumb .image button[onclick^='compare.add'] {
	right: -45px;
	top: -45px;
}
.product-thumb .image:hover button[onclick^='wishlist.add'] {
	left: 25%;
	top: 60%;
}
.product-thumb .image:hover button[onclick^='compare.add'] {
	right: 25%;
	top: 60%;
}
.product-thumb .image button[onclick^='wishlist.add']:hover,
.product-thumb .image button[onclick^='compare.add']:hover {
	background: #fff;
	fill: #02b1b1;
}
/*
.product-thumb .image:hover button[onclick^='wishlist.add'],
.product-thumb .image:hover button[onclick^='compare.add'] {
	top: 60%;
	opacity: 0.9;
}

.product-thumb .image:hover button[onclick^='ajaxmoremodule'] {
	bottom: 10%;
	opacity: 0.8;
}
*/
.product-justify .product-thumb .button-group button[onclick^='wishlist.add'],
.product-justify .product-thumb .button-group button[onclick^='compare.add'] {
	float: left;
}
.product-thumb .button-group button > i {
	font-size: 16px;
}
.product-large .product-thumb .button-group button > svg {
	position: relative;
	top: 3px;
}
.product-list .product-thumb .button-group button > svg {
	font-size: 12px;
}
.product-justify .product-thumb .button-group button > svg {
	font-size: 11px;
}
.product-thumb .button-group button > svg {
    font-size: 13px;
    position: relative;
    top: 3px;
}
.product-thumb button > i + span {
	margin-left: 9px;
}
.product-thumb.transition .button-group button + button,
.product-grid .product-thumb .button-group button + button {
	border-left: 1px solid #ddd;
	width: 25%;
}
.product-blog .product-thumb .button-group button + button {
    border-left: 1px solid #e7e7e7;
}
.product-list .product-thumb .button-group button + button {
	border-left: 0 none;
    margin-left: 15px;
}
.product-thumb .button-group button:hover {
	text-decoration: none;
	cursor: pointer;
}
.product-thumb .button-group button.no-quick,
.product-thumb .button-group button + button.no-quick {
	width: 33%;
}
.top_line #search {
	top: 4px;
}
@media (max-width: 1199px) {
	.top_line #logo img {
		max-height: 35px;
	}
}
@media (max-width: 767px) {
	.top_line #logo img {
		max-height: 35px;
	}
	.top_line #search {
		top: 6px;
	}
	.top_line .navbar-nav .open .dropdown-menu { 
		position: absolute;
	}
}
.thumbnail {
	border: 0 none;
}
.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	
}
.image-additional {
	
}
/*.quickpay-product .swiper-container {
	height: 400px;
}
@media (max-width: 500px) {
	.quickpay-product .swiper-container {
		height: 265px;
	}
}*/
#thumbnails-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	display: inline-block;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
	
}
@media (min-width: 1200px) {
	.version_3 #quick_search_results a {
		width: auto;
	}
	.pull-right-lg {
		float: right !important;
	}
	.pull-left-lg {
		float: left !important;
	}
	.margin-top-4x-lg {
		margin-top: 45px;
	}
	.text-center-lg {
		text-align: center !important;
	}
	.text-right-lg {
		text-align: right !important;
	}
	.text-left-lg {
		text-align: left !important;
	}
	.visible-xm {
		display: none !important;
	}
	.visible-xm-inline-block {
		display: none;
	}
	.block-button button {
		min-width: 131px;
	}
}
@media (max-width: 1199px) {
	#quick_search_results .input-group-btn > .btn .icon {
		display: block;
		margin-top: 2px;
	}
	#quick_search_results .input-group-btn > .btn {
		line-height: 5px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
	
	.pull-right-md {
		float: right !important;
	}
	.pull-left-md {
		float: left !important;
	}
	.margin-top-4x-md {
		margin-top: 45px;
	}
	.text-center-md {
		text-align: center !important;
	}
	.text-right-md {
		text-align: right !important;
	}
	.text-left-md {
		text-align: left !important;
	}
	.visible-xm {
		display: none !important;
	}
	.visible-xm-inline-block {
		display: none !important;
	}
	.product-large .product-thumb .image img {
		width: 175px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
	.pull-right-sm {
		float: right !important;
	}
	.pull-left-sm {
		float: left !important;
	}
	.text-center-sm {
		text-align: center !important;
	}
	.text-right-sm {
		text-align: right !important;
	}
	.text-left-sm {
		text-align: left !important;
	}
	.visible-xm {
		display: none !important;
	}
	.pull-right-sm-0 {
		float: none !important;
	}
	#column-left + #content .border-temp:before, #column-left + #content .border-temp:after {
		width: 42%;
	}
    .text-left-sm {
        text-align: left;
    }
    .visible-xm-inline-block {
		display: none !important;
	}
}
@media (max-width: 991px) {
	#logo {
		top: auto;
	}
	.top_line #menu .nav > li.more_articles > a:not(.no-border) {
		border-left: 1px solid #e1e1e1;
		border-right: 1px solid #e1e1e1;
	}
	.top_line #menu .nav > li.more_articles > a .fa {
		font-size: 16px;
	}
	.top_line .navbar-nav {
		float: left;
		margin: 0;
	}
	.top_line #menu .navbar-nav .more_articles .dropdown-menu {
		right: auto;
		width: auto;
	}
	.top_line .navbar-nav .open .dropdown-menu {
		background: #ffffff;
	}
	.top_line #search {
		left: 15px;
		right: 15px;
		z-index: 9;
	}
	.product-thumb.transition {
		padding: 0;
	}
	.visible-xm-inline-block {
		display: none;
	}
    .border-div-product > .row > div {
        margin-bottom: 5px;
        min-height: 20px !important;
    }
    .border-div > .row > div {
        border-left: 0 none !important;
    }
}
@media (max-width: 992px) {
	#logo {
		text-align: center;
	}
	#logo img {
		display: inline-block;
		margin: 0 auto;
	}
}
/* 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;
}
#search .input-group .form-control[name^="quantity"].cont-cart {
    min-width: 10px;
    width: 30px;
}
/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}

@media screen and (max-width: 527px) {
	.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;
		padding-right: 15px;
		padding-left: 15px;
		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%;
	}
	.top_search {
		position: initial;
	}
	.col-xm-offset-0 {
		margin-left: auto;
		margin-right: auto;
	}
	.pull-right-xm {
		float: right !important;
	}
	.pull-left-xm {
		float: left !important;
	}
	.row-xm {
		margin: 0 -15px;
	}
	.row-xm-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.row-right-xm {
		margin-right: -15px;
	}
	.row-left-xm {
		margin-left: -15px;
	}
	.text-center-xm {
		text-align: center;
	}
	.pull-right-xm {
		float: right !important;
	}
	.pull-left-xm {
		float: left !important;
	}
	.pull-right-xm-0 {
		float: none !important;
	}
	.text-center-xm {
		text-align: center !important;
	}
	.text-right-xm {
		text-align: right !important;
	}
	.text-left-xm {
		text-align: left !important;
	}
	#images {
		display: inline-block;
	}
	.product-thumb .button-group button[onclick^="cart.add"] > i {
		font-size: 14px;
	}
	.product-thumb .button-group button[onclick^="cart.add"] > i + span {
		margin-left: 7px;
	}
	.product-justify .product-thumb .caption h4 a {
		font-size: 14px;
	}
	.product-justify .product-thumb .button-group button {
		margin-bottom: 0;
	}
	.product-list .product-thumb .image img {
		max-height: 160px;
		max-width: none;
	}
	.margin-top-xm {
		margin-top: 15px;
	}
	.margin-bottom-xm {
		margin-bottom: 15px;
	}
	.product-thumb .button-group {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
    .product-thumb .caption .price {
        float: none;
        text-align: center;
    }
    
    .visible-xm-inline-block {
        display: inline-block !important;
    }
}
.btn-remove-cart {
    padding-top: 15px;
    padding-bottom: 15px;
}
.btn-remove-cart .icon {
	color: #fa0000;
}
.btn-remove-cart span {
	color: #fa0000;
}
.btn-remove-cart svg {
	fill: #fa0000 !important;
    font-size: 11px;
    position: relative;
    top: 4px;
}
@media screen and (max-width: 520px) {
	.col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
	}
	.col-ms-12 {
	  width: 100% !important;
	}
	.col-ms-11 {
	  width: 91.66666667%;
	}
	.col-ms-10 {
	  width: 83.33333333%;
	}
	.col-ms-9 {
	  width: 75%;
	}
	.col-ms-8 {
	  width: 66.66666667%;
	}
	.col-ms-7 {
	  width: 58.33333333%;
	}
	.col-ms-6 {
	  width: 50%;
	}
	.col-ms-5 {
	  width: 41.66666667%;
	}
	.col-ms-4 {
	  width: 33.33333333%;
	}
	.col-ms-3 {
	  width: 25%;
	}
	.col-ms-2 {
	  width: 16.66666667%;
	}
	.col-ms-1 {
	  width: 8.33333333%;
	}
	.hidden-ms {
		display: none !important;
	}
	.visible-ms {
		display: block !important;
		float: left;
	}
	.visible-ms-inline-block {
		display: inline-block !important;
	}
	.top_search {
		position: initial;
	}
	.col-ms-offset-0 {
		margin-left: auto;
		margin-right: auto;
	}
	.row-right-ms-0 {
		margin-right: 0 !important;
	}
	.margin-top-ms {
		margin-top: 15px;
	}
	.text-center-ms {
		text-align: center !important;
	}
	.text-right-ms {
		text-align: right !important;
	}
	.text-left-ms {
		text-align: left !important;
	}
	.width-xm-12 {
		width: 100%;
	}
	.width-xm-6 {
		width: 50%;
	}
	.width-xm-4 {
		width: 25%;
	}
	.right-ms {
		right: 0;
		left: auto;
	}
	.product-large .product-thumb .button-group {
		margin-left: 0 !important;
		width: 100% !important;
	}
	.product-large .product-thumb .image .button-group p:not(.price), .product-large .product-thumb .btn-white {
		display: none;
	}
}
@media screen and (max-width: 372px) {
	.hidden-mx {
		display: none !important;
	}
	.col-mx-12 {
		width: 100%;
	}
	.col-mx-6 {
		width: 50%;
	}
	
}
@media screen and (max-width: 290px) {
	.hidden-dm {
		display: none !important;
	}
	.col-dm-12 {
		width: 100%;
	}
	.col-dm-6 {
		width: 50%;
	}
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline-block-auto {
	display: inline-block;
    margin: 0 auto;
}
.no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}
.no-padding-auto {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.margin-bottom {
	margin-bottom: 7px !important;
}
.margin-bottom-2x,
#product .margin-bottom-2x.table {
	margin-bottom: 15px;
}
.margin-bottom-3x {
	margin-bottom: 25px;
}
.margin-bottom-4x {
	margin-bottom: 35px;
}
.margin-bottom-5x {
	margin-bottom: 45px;
}
.padding {
    padding: 15px;
}
.padding-bottom-5x {
	padding-bottom: 45px;
}
.padding-bottom-4x {
	padding-bottom: 35px;
}
.padding-bottom-3x {
	padding-bottom: 25px;
}
.padding-bottom-2x {
	padding-bottom: 15px;
}
.margin-top-0 {
	margin-top: 0;
}
.margin-top {
	margin-top: 15px;
}
.margin-top-2x {
	margin-top: 25px;
}
.margin-top-3x {
	margin-top: 35px;
}
.margin-top-4x {
	margin-top: 45px;
}
.padding-top {
	padding-top: 7px;
}
.padding-top-2x {
	padding-top: 15px;
}
.padding-bottom-2x {
	padding-bottom: 15px;
}
.padding-bottom {
	padding-bottom: 7px;
}
.padding-left {
	padding-left: 15px;
}
.padding-right {
	padding-right: 15px;
}
.swiper-viewport {
	border: 0 none !important;
	box-shadow: 0 0 0 #fff !important;
	text-align: center !important;
	margin: 15px 0 20px !important;
}
.quickpay-product #image-block.images-quick {
	padding-left: 100px;
	position: relative;
}
.quickpay-product #image-block.images-quick > .swiper-viewport {
	float: left;
	width: 95px;
	margin: 0 !important;
}
.quickpay-product #image-block.images-quick > .additional-image {
	position: absolute;
	left: 0;
	top: 0;
}
.quickpay-product #image-block.images-quick > .image {
	
}
.reviewsshop .swiper-viewport {
	background: none !important;
	margin-bottom: 0 !important;
}
.swiper-pagination-bullet {
	box-shadow: 0 0 0 #ffffff !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	height: 20px !important;
	line-height: 16px;
	width: auto !important;
	text-align: center;
	font-size: 10px;
	transform: skew(-3deg);
	padding: 0 5px;
}
.swiper-pagination-bullet {
	border-bottom: 1px solid #fff;
}
.swiper-pagination-bullet:hover {
	border-bottom: 1px solid #efefef;
}
.swiper-scrollbar {
	display: none;
}
.swiper-viewport.products-module {
	margin: 0 0 20px;
}
#slideshow.swiper-viewport {
	margin-bottom: 0;
    padding-bottom: 35px;
}
#slideshow.swiper-viewport.marg-top {
	padding-bottom: 0;
}
#slideshow .swiper-button-prev, #slideshow .swiper-button-next {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}
#slideshow .swiper-pagination {
	bottom: 15px;
}
.news {
	margin-bottom: 20px;
    padding-bottom: 15px;
}
.news .swiper-pager {
	top: 65%;
}
.swiper-pagination-bullet-active {
	background: #efefef !important;
	color: #777777;
}
.swiper-pagination-bullet-active {
	border-bottom: 1px solid #efefef;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px !important;
}
.swiper-button-disabled {
	display: none;
}
.textbanner .swiper-pagination-bullet {
	background: rgba(0, 0, 0, 0.7);
}
.clicksearch {
	cursor: pointer;
}
.clicksearch .dropdown-menu {
	width: 100%;
	padding: 5px 15px 9px;
	border-radius: 0;
	border: 0 none;
}
.load:after {
	background: url('../image/loading.svg') center center no-repeat;
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	top: -25%;
	bottom: 0;
	left: 0;
	z-index: 3;
}
.list-dropdown-menu .load:after {
	top: -2%;
}
.load > a,
.load > span,
.load > li {
	opacity: 0.15;
}
.table {
	display: table !important;
	float: none !important;
}
.top_line.header_2 .header_block {
	margin-top: 0;
}
.header_3 .top .header_block > a {
	border-radius: 0;
	display: block;
    line-height: 35px;
    padding: 14px 12px !important;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.header_3 .top .header_block > a {
		display: inline-block;
	}
	.header_3 .header_block {
		text-align: center;
	}
	.header_3#top {
		margin-bottom: 0;
	}
	#top-header.header_3 {
		padding-top: 0;
	}
	.header_3 #search {
		margin-top: 5px;
	}
	.header_3 .top .header_block > a {
		padding: 5px 12px !important;
	}
	.pull-left-xs {
		float: left !important;
	}
	.margin-right-xs {
		margin-left: 0 !important;
		margin-right: 15px !important;
	}
	.margin-bottom-xs {
		margin-bottom: 15px !important;
	}
	.width-all-xs {
		width: 100% !important;
		padding: 0 15px !important;
	}
	.pull-right-xs {
		float: right !important;
	}
	.pull-left-xs {
		float: left !important;
	}
	.text-center-xs {
		text-align: center !important;
	}
	.lightcart .text-center-xs a {
		display: inline-block;
	}
	.text-right-xs {
		text-align: right !important;
	}
	.text-left-xs {
		text-align: left !important;
	}
	.visible-xm {
		display: none !important;
	}
	.pull-right-xs-0 {
		float: none !important;
	}
	.sorting .form-group button {
		width: 100%;
	}
    .text-left-xs {
        text-align: left;
    }
}
@media screen and (max-width: 527px) {
	.hidden-xm {
		display: none !important;
	}
	.visible-xm {
		display: block !important;
	}
}
.header_3 .top .header_block > a + a {
	margin-right: 30px;
}
.header_3 #top-links .dropdown-menu {
	left: auto;
	right: 0;
}
.table-cell {
	display: table-cell !important;
	float: none !important;
}
.hide.table-cell {
	display: none !important;
}
.bg-color {
	background: #02b1b1;
}
.newsletter {
	padding: 20px 0;
	color: #ffffff;
}
.newsletter .form-control {
	border: 0 none;
}
.newsletter .btn:not(.btn-no-border):hover {
	color: inherit;
}
#column-left .newsletter .btn.text-nowrap,
#column-right .newsletter .btn.text-nowrap {
	white-space: normal;
}
.btn-no-border {
	background: none;
	color: #ffffff;
	padding: 10.5px 15px;
    position: relative;
    z-index: 1;
}
.btn-no-border.focus, .btn-no-border:focus, .btn-no-border:hover {
	color: #333333;
	background: #ffffff;
}
@media screen and (min-width: 768px) {
	.header_2 .header_block {
		clear: both;
		margin-top: 20px;
	}
	#top-header.header_2.id_top {
		border-bottom: 0 none;
	}
}	
.header_2.id_top > .container {
	z-index: 10;
}
.header_2 #top-links > div.pull-left .btn-group > ul {
	left: auto;
	right: 0;
}
.border {
	border: 1px solid #999;
}
.padding-left-0 {
	padding-left: 0 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	.header_2 .header_block {
		margin-top: 0;
	}
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background: none;
	border: 0 none;
}
.hide-important {
	display: none !important;
}
#social-pay .fa,
#social .fa {
	font-size: 18px;
}
#social-pay,
#social,
#pay {
	line-height: 43px;
}
#social-pay a,
#social a {
	margin-right: 20px;
}
#social-pay img,
#social a,
#pay img {
	margin: 0 15px 0 0;
}
#social-pay img,
#pay img {
	max-width: 22px;
}
.margin-right {
	margin-right: 15px;
}
.margin-left {
	margin-left: 15px;
}
.footer_1 {
	position: relative;
}
.button-top {
	margin: 0 auto;
    text-align: center;
}
.button-top > button {
	border: 0 none;
    font-size: 17px;
    height: 45px;
    transform: rotate(45deg);
    width: 45px;
}
.button-top > button > svg {
	fill: #ffffff;
    font-size: 12px;
    transform: rotate(-135deg);
}
.button-top > button {
	background: #02b1b1;
    color: #fff;
    position: absolute;
    top: -67px;
    right: 0;
}
.button-top {
	bottom: 5%;
    position: fixed;
    right: 3%;
    z-index: 9;
}
.button-top:hover,
.button-top:hover {
    opacity: 1;
}
.button-top > button {
    color: #fe6905;
}
.button-top > button {
	background: #78929e;
    box-shadow: 6px 2px 9px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: block;
    height: 45px;
    margin-bottom: 35px;
    transform: rotate(45deg);
    width: 45px;
}
.footer_2 #search .select-wrap,
.footer_2 #search .close-button,
.footer_3 #search .select-wrap,
.footer_3 #search .close-button {
	display: none;
}
.button-top button i {
	font-size: 13px;
	transform: rotate(-225deg);
}
.button-top a i {
	font-size: 18px;
    line-height: 28px;
    transform: rotate(-45deg);
}
.button-top a i {
	color: #02b1b1;
}
.no-bottom #search {
	margin-bottom: 0 !important;
}
.swiper-pager {
	line-height: 0 !important;
}
.swiper-button-next, .swiper-button-prev {
	background: none;
    height: 25px;
    margin-top: -10px;
    text-align: center;
    top: 50%;
    width: 25px;
}
.swiper-pager .swiper-button-prev {
	border: 0 none;
}
.swiper-pager .swiper-button-next {
	border: 0 none;
}
.swiper-button-next, .swiper-button-prev {
    height: 35px !important;
    line-height: 28px;
    width: 35px !important;
}
.swiper-button-next svg, .swiper-button-prev svg {
	display: block;
    left: 7px;
    line-height: 14px;
    margin: 0 auto;
    position: absolute;
    top: 5px;
}
.swiper-button-prev:before, .swiper-button-next:before {
	content: "" !important;
}

.clearfix .swiper-viewport .swiper-button-next {
	right: 25px;
}
.clearfix .swiper-viewport .swiper-button-prev {
	left: 25px;
}
.clearfix .swiper-viewport:hover .swiper-button-next {
	right: 35px;
}
.clearfix .swiper-viewport:hover .swiper-button-prev {
	right: 35px;
}

#slideshow .swiper-button-next, #slideshow .swiper-button-prev {
	width: 30px;
	height: 30px;
}
#slideshow.swiper-viewport .swiper-button-next {
	right: 15px;
}
#slideshow.swiper-viewport .swiper-button-prev {
	left: 15px;
}
#slideshow.swiper-viewport:hover .swiper-button-next {
	right: 35px !important;
}
#slideshow.swiper-viewport:hover .swiper-button-prev {
	left: 35px !important;
}
#slideshow .swiper-pager .swiper-button-prev {
	border: 0 none;
}
#slideshow .swiper-pager .swiper-button-next {
	border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
	border-left: 0 none;
	border-bottom: 0 none;
}
.textbanner .textbanner-image img {
	margin: 0 auto !important;
}
.textbanner .textbanner-image .text-left {
	text-align: center !important;
}
@media screen and (min-width: 768px) {
	.textbanner .swiper-viewport:hover .swiper-button-prev {
		left: 25px;
	}
	.textbanner .swiper-viewport:hover .swiper-button-next {
		right: 25px;
	}
}
@media screen and (max-width: 767px) {
	.textbanner {
		padding-left: 45px;
		padding-right: 45px;
	}
	.textbanner .swiper-pager > .swiper-button-prev {
		left: -15px;
	}
	.textbanner .swiper-pager > .swiper-button-next {
		right: -15px;
	}
	.textbanner .swiper-pagination {
		bottom: auto;
		position: relative;
	}
	.textbanner .swiper-pager {
		top: 28%;
	}
	.visible-xs-inline-block {
		display: inline-block;
	}
	.product-large .product-thumb .image img {
		width: auto;
	}
	.display-inline-xs {
		display: inline-block;
	}
}
.border-bottom {
	border-bottom: 1px solid #e1e1e1;
}
.swiper-viewport:hover .swiper-pager.swiper-module > div {
	opacity: 0.7;
}
.swiper-pager.swiper-module .swiper-button-prev:before,
.swiper-pager.swiper-module .swiper-button-next:before {
	color: rgba(255, 255, 255, 0.8);
    display: block;
    font-size: 10px;
    font-weight: normal;
    position: relative;
    right: 20px;
    top: -5px;
    transform: rotate(-45deg);
}
.swiper-pager.swiper-module .swiper-button-prev:before {
	content: "\f053" !important; 
}
.swiper-pager.swiper-module .swiper-button-next:before {
	content: "\f054" !important; 
}
.products-module .swiper-pager {
    top: 35%;
}
.wallcategory img {
	border-radius: 5px;
}
.wallcategory .absolute_img img {
    width: 100%;
}
.wallcategory h3 {
	background: #fff;
	border-radius: 0 3px 3px 0;
    margin-left: -15px;
    opacity: 0.9;
    padding: 7px 7px 10px 15px;
}
.wallcategory .swiper-viewport > .swiper-pagination-bullet {
    display: block;
    margin: 8px !important;
}
.wallcategory .swiper-pager {
	top: 33%;
}
.wallcategory .more_link {
	border: 1px solid #fff;
	padding: 5px 10px;
	color: #ffffff;
}
.absolute_content {
	background: rgba(0, 0, 0, 0.30);
	border-radius: 5px;
    bottom: 0;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
}
.absolute_img {
	-webkit-transition:all .25s cubic-bezier(.37,.8,.76,.96);
	-o-transition:all .25s cubic-bezier(.37,.8,.76,.96);
	transition:all .25s cubic-bezier(.37,.8,.76,.96);
}
.block-image {
	overflow: hidden;
}
.block-image:hover .absolute_img {
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.wallcategory .absolute_content span,
.wallcategory .absolute_content a {
	color: #ffffff;
}
#column-left + #content .wallcategory .absolute_content a {
	font-size: 14px;
}
#column-left + #content .wallcategory .absolute_content span {
	font-size: 12px;
	line-height: 17px;
}
#column-left + #content .wallcategory .bottom-block {
	top: 17%;
}
.wallcategory .swiper-pagination.text-left-pagination {
	text-align: left;
}
.wallcategory .swiper-viewport {
	margin: 0 0 40px !important;
	padding-bottom: 40px;
}
.wallcategory .pagination-bottom {
	bottom: 0;
    margin: 0 auto;
    position: absolute;
    width: 100%;
}
.wallcategory .swiper-pagination.text-right-pagination {
	text-align: right;
}
.wallcategory .swiper-viewport > .swiper-pagination-bullets {
	bottom: auto;
    float: left;
    left: -27px;
    right: auto;
    text-align: center;
	top: 38%;
    width: 26px;
}
.wallcategory .swiper-viewport.right > .swiper-pagination-bullets {
	right: -28px;
    left: auto;
}
.wallcategory .swiper-viewport > .swiper-pagination-bullets.no-slider {
	bottom: 0;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
}
#column-left .wallcategory .swiper-viewport > .swiper-pagination-bullets,
#column-right .wallcategory .swiper-viewport > .swiper-pagination-bullets {
	float: none;
	margin-bottom: 6px;
    position: initial;
    width: auto;
}
.bottom-block {
	left: 15px;
    position: absolute;
    right: 30px;
    top: 50%;
}
.product-grid .product-thumb .button-group,
.product-thumb.transition .button-group,
.product-large .product-thumb .button-group {
	text-align: center;
}
.product-blog .product-thumb.transition .button-group {
	background: #ffffff;
	bottom: 25px;
    color: #444;
    font-size: 12px;
    opacity: 0.85;
    padding: 12px 14px;
    text-shadow: 1px 1px 0 #fff;
    visibility: visible;
	display: none;
	position: absolute;
}
.product-blog .product-thumb.transition:hover .button-group {
    color: #777;
    opacity: 0.9;
	display: block;
}
.product-thumb:hover .button-group {
	visibility: visible;
	opacity: 0.9;
	bottom: 25px;
}
.product-thumb .button-group:hover {
	opacity: 1;
}
@media screen and (max-width: 991px) {
	.product-large .product-thumb .button-group {
		border-radius: 0;
		bottom: 25px;
		opacity: 0.9;
		visibility: visible;
		width: 85%;
	}
}
@media screen and (max-width: 527px) {
	.wallcategory .swiper-viewport > .swiper-pagination-bullets {
		float: none;
		margin: 15px 0;
		position: initial;
		width: 100%;
	}
	.product-thumb {
		width: 100%;
	}
	.product-thumb.transition .button-group,
	.product-grid .product-thumb .button-group,
	.product-list .product-thumb .button-group {
		float: none;
		margin: 20px 0 0;
		opacity: 1;
		overflow: auto;
		position: initial;
		visibility: visible;
	}
	.product-thumb.transition .button-group,
	.product-grid .product-thumb .button-group {
		width: 100%;
	}
	.swiper-viewport:hover .swiper-button-prev {
		left: 7px !important;
	}
	.swiper-viewport:hover .swiper-button-next {
		right: 7px !important;
	}
	.product-thumb .image {
		opacity: 1;
	}
	.product-large .product-thumb .image img {
		width: auto;
	}
	.top_line .row-header > .top {
		padding-right: 0;
	}
	.top_line .row-header > .lk-block {
		padding-left: 0;
	}
	.top_line #menu .navbar-nav {
		width: 100%;
	}
	.top_line .list-inline.nav.navbar-nav:not(.no-border),
	.top_line #menu .nav > li.more_articles > a:not(.no-border)	{
		border-left: 0 none;
		border-right: 0 none;
	}
	.top_line #menu .navbar-nav > li,
	.top_line #menu .navbar-nav > li > a {
		padding-left: 0;
		padding-right: 0;
	}
	.top_line #menu .navbar-nav > li {
		display: table-cell !important;
		float: none !important;
	}
	.product-grid .product-thumb .button-group button[onclick^='ajaxmoremodule'] > span {
		
	}
}
@media (max-width: 465px) {
	.product-thumb .button-group {
		box-shadow: 0 0 0 #ffffff;
	}
	.product-justify .product-thumb .button-group button {
		width: auto;
	}
	.product-thumb .button-group button + button {
		border: 0 none;
		line-height: 0;
		padding: 8px 0;
		width: 33.33%;
	}
	.product-thumb.transition .button-group button + button + button,
	.product-thumb.transition .button-group button + button + button + button {
		border-left: 1px solid #dddddd;
	}
	.product-thumb .button-group button.no-quick {
		width: 100%;
        
	}
	.product-blog .product-thumb.transition .button-group button {
		width: 49%;
	}
	.product-thumb .button-group button.no-quick + button.no-quick {
		width: 24%;
	}
	.visible-xm-inline-block {
		display: inline-block !important;
	}
	.product-grid .product-thumb .button-group button + button + button + button {
		border-left: 0 none;
	}
	.product-grid .product-thumb .button-group button + button,
	.product-grid .product-thumb .button-group button + button + button,
	.product-grid .product-thumb .button-group button + button + button + button {
		width: 33%;
	}
}
.modal-bg {
	background: #000000;
	opacity: 0;
	display: none;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 10000;
	-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.show {
	opacity: 0.30;
}
.modal-bg.opacity {
	opacity: 0.1;
}
.divshadow {
	background: #ffffff;
	border-radius: 15px;
	box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.85);
    color: #4f4f4f;
    position: absolute;
    text-align: left;
    top: 6%;
	z-index: 10001;
	padding-top: 25px;
	padding-bottom: 25px;
	display: none;
}
.divshadow.callbacking {
	padding-top: 7px;
}
.divshadow h3.text-center {
	margin-top: 10px;
}
.price h2 {
	font-size: 36px;
	font-weight: 700;
}
.divshadow .border-right h2 {
	margin-bottom: 15px;
    margin-top: 0;
}
.border-right-1x {
	border-right: 1px solid #eeeeee;
}
.border-left-1x {
	border-left: 1px solid #eeeeee;
}
.close {
	color: #333;
    font-size: 17px;
    height: 30px;
    line-height: 32px;
    opacity: 1;
    position: absolute;
    right: 9px;
    text-align: center;
    text-shadow: 0 0 0 #fff;
    top: 10px;
    width: 30px;
    z-index: 9;
}
.close svg {
    fill: #02b1b1;
    font-size: 16px;
}
.close:hover .fa {
	color: #000000;
}
.red {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #fa0000;
}
.load:after {
	background: url('../image/loading.svg') center center no-repeat;
}
.product-thumb.load:after {
	z-index: 3;
}
.load > .image > a {
	opacity: 0.15;
}
input[type="checkbox"]#zachita {
	margin-left: 0;
    position: relative;
    top: 2px;
}
input[type="checkbox"]#zachita + label {
	padding-left: 5px;
}
.quickblock {
    display: none;
	position: relative;
}
.swal2-container {
	z-index: 10002 !important;
}
.form-control::-moz-placeholder{color: #aaa;font-size: 13px;opacity:1}.form-control:-ms-input-placeholder{color: #aaa;font-size: 13px;}.form-control::-webkit-input-placeholder{color: #aaa;font-size: 13px;}
.red.form-control::-moz-placeholder{color:#fa0000;opacity:1}.red.form-control:-ms-input-placeholder{color:#fa0000}.red.form-control::-webkit-input-placeholder{color:#fa0000}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	background: #fff;
    border-left: 1px solid transparent;
    border-radius: 0;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
	border-bottom: 1px solid #02b1b1;
    color: #02b1b1;
	fill: #02b1b1;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
	 margin-right: 5px;
}
.nav-tabs > li > a {
	background: none;
	border-radius: 0;
	color: #444;
	fill: #444;
	padding: 5px 15px 10px;
	font-size: 16px;
}
.nav-tabs > li > a:first-child {
	padding-left: 0;
}
.divshadow .nav-tabs > li > a:first-child {
	margin-right: 15px;
    padding-right: 21px;
}
.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
	border: 1px solid transparent;
	border-radius: 0;
	color: #444;
	background: none;
}
.quickpay-product .options {
	border: 1px solid #efefef;
	padding: 15px;
	border-radius: 7px;
}
.options .form-group > label {
	margin-bottom: 10px;
}
.options input[type="radio"],
.options input[type="checkbox"] {
	display: none;
}
.options input[type="radio"] + label,
.options input[type="checkbox"] + label {
	background: #ffffff;
	border: 1px solid #dedede;
    color: #444;
    cursor: pointer;
    font-size: 13px;
    margin: 0;
    min-height: 20px;
    padding: 7px 12px;
    position: relative;
}
.options .inline-block-checkbox input[type="radio"] + label,
.options .inline-block-checkbox input[type="checkbox"] + label {
	border: 0 none;
}
.options input[type="radio"]:checked + label,
.options input[type="checkbox"]:checked + label {
	border: 1px solid #02b1b1;
	background: #02b1b1;
	color: #ffffff;
}
.options .append {
	font-size: 10px;
}
.options .checkbox, .options .radio {
	display: inline-block;
    margin-right: 7px;
	margin-top: 0;
    text-align: center;
}
.options .checkbox label, .options .radio label {
	border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 4px;
    padding: 5px 9px;
}
.options .input-group-btn .btn {
	line-height: 21px;
}
.options .form-group textarea {
	max-width: 100%;
}
.bootstrap-datetimepicker-widget {
	font-size: 12px;
}
.categorycarousel {
	text-align: right;
	width: 100%;
}
.nav-tabs.categorycarousel > li {
    margin-right: -2px;
    text-transform: uppercase;
}
.nav-tabs.categorycarousel > li > a {
	margin-right: 0;
}
.categorycarousel .name {
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
    bottom: 20px;
    display: table;
    padding-left: 10px;
    position: absolute;
    width: 100%;
	z-index: 2;
}
.categorycarousel .name:after {	
	background: #02b1b1;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.80;
    position: absolute;
    right: 0;
    top: 1px;
}
.categorycarousel .name.no-after:after {	
	content: none;
}
.button-addon {
	background: #F0F0F0;
	width: 1%;
}
.categorycarousel .name .button-addon svg {
	margin-top: 5px;
    top: 1px;
}
.categorycarousel .name .button-addon {
	background: #02b1b1;
}
.categorycarousel .name a,
.categorycarousel .name .button-addon {
	color: #ffffff;
    display: table-cell;
    font-size: 16px;
    position: relative;
    vertical-align: middle;
    z-index: 1;
	fill: #ffffff;
}
.categorycarousel .name .button-addon {
	background: #fff;
}
.categorycarousel .name a svg {
    font-size: 9px;
    position: relative;
    top: 2px;
}
.categorycarousel .name a span.category-name {
	color: #666;
    font-size: 20px;
}
.categorycarousel .no-image .name a span.category-name {
	color: #444444;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.categorycarousel .category-div > div {
	margin-bottom: 35px;
	position: relative;
}
#column-left .categorycarousel .category-div > div,
#column-right .categorycarousel .category-div > div {
	margin-bottom: 0;
}
@media screen and (max-width: 520px) {
	
}
.categorycarousel .category-div .table {
	margin-bottom: 0;
	position: relative;
}
.categorycarousel .category-div .table {
	vertical-align: middle;
	height: 180px;
	padding: 0 10px;
}
#column-left .categorycarousel .category-div > div,
#column-right .categorycarousel .category-div > div {
	margin-bottom: 15px;
}
.categorycarousel .category-div > div:after,
.categorycarousel .category-div > div:before {
	border-color: #aaa;
	opacity: 0.8;
	content: " ";
	height: 20%;
	width: 70%;
	position: absolute;
	z-index: -1;
}
#column-left .margin-bottom-column,
#column-right .margin-bottom-column {
	margin-bottom: 10px;
}
@media (min-width: 1199px) {
	#content .categorycarousel .category-div > div:nth-child(2):after,
	#content .categorycarousel .category-div > div:nth-child(4):after,
	#content .categorycarousel .category-div > div:nth-child(5):after,
	#content .categorycarousel .category-div > div:nth-child(7):after,
	#content .categorycarousel .category-div > div:nth-child(10):after,
	#content .categorycarousel .category-div > div:nth-child(12):after,
	#content .categorycarousel .category-div > div:nth-child(13):after,
	#content .categorycarousel .category-div > div:nth-child(15):after,
	#content .categorycarousel .category-div > div:nth-child(18):after,
	#content .categorycarousel .category-div > div:nth-child(20):after,
	#content .categorycarousel .category-div > div:nth-child(21):after,
	#content .categorycarousel .category-div > div:nth-child(23):after,
	#content .categorycarousel .category-div > div:nth-child(26):after,
	#content .categorycarousel .category-div > div:nth-child(28):after,
	#content .categorycarousel .category-div > div:nth-child(29):after,
	#content .categorycarousel .category-div > div:nth-child(31):after,
	#content .categorycarousel .category-div > div:nth-child(34):after,
	#content .categorycarousel .category-div > div:nth-child(36):after,
	#content .categorycarousel .category-div > div:nth-child(37):after,
	#content .categorycarousel .category-div > div:nth-child(39):after {
		border-bottom-width: 1px;
		border-right-width: 1px;
		border-bottom-style: solid;
		border-right-style: solid;
		bottom: 0;
		right: 15px;
	}
	#content .categorycarousel .category-div > div:nth-child(2):before,
	#content .categorycarousel .category-div > div:nth-child(4):before,
	#content .categorycarousel .category-div > div:nth-child(5):before,
	#content .categorycarousel .category-div > div:nth-child(7):before,
	#content .categorycarousel .category-div > div:nth-child(10):before,
	#content .categorycarousel .category-div > div:nth-child(12):before,
	#content .categorycarousel .category-div > div:nth-child(13):before,
	#content .categorycarousel .category-div > div:nth-child(15):before,
	#content .categorycarousel .category-div > div:nth-child(18):before,
	#content .categorycarousel .category-div > div:nth-child(20):before,
	#content .categorycarousel .category-div > div:nth-child(21):before,
	#content .categorycarousel .category-div > div:nth-child(23):before,
	#content .categorycarousel .category-div > div:nth-child(26):before,
	#content .categorycarousel .category-div > div:nth-child(28):before,
	#content .categorycarousel .category-div > div:nth-child(29):before,
	#content .categorycarousel .category-div > div:nth-child(31):before,
	#content .categorycarousel .category-div > div:nth-child(34):before,
	#content .categorycarousel .category-div > div:nth-child(36):before,
	#content .categorycarousel .category-div > div:nth-child(37):before,
	#content .categorycarousel .category-div > div:nth-child(39):before {
		border-top-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-left-style: solid;
		left: 15px;
		top: 0;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .categorycarousel .category-div > div:nth-child(1):after,
	#content .categorycarousel .category-div > div:nth-child(3):after,
	#content .categorycarousel .category-div > div:nth-child(5):after,
	#content .categorycarousel .category-div > div:nth-child(7):after,
	#content .categorycarousel .category-div > div:nth-child(9):after,
	#content .categorycarousel .category-div > div:nth-child(11):after,
	#content .categorycarousel .category-div > div:nth-child(13):after,
	#content .categorycarousel .category-div > div:nth-child(15):after,
	#content .categorycarousel .category-div > div:nth-child(17):after,
	#content .categorycarousel .category-div > div:nth-child(19):after,
	#content .categorycarousel .category-div > div:nth-child(21):after,
	#content .categorycarousel .category-div > div:nth-child(23):after,
	#content .categorycarousel .category-div > div:nth-child(25):after,
	#content .categorycarousel .category-div > div:nth-child(27):after,
	#content .categorycarousel .category-div > div:nth-child(29):after,
	#content .categorycarousel .category-div > div:nth-child(31):after,
	#content .categorycarousel .category-div > div:nth-child(33):after,
	#content .categorycarousel .category-div > div:nth-child(35):after,
	#content .categorycarousel .category-div > div:nth-child(37):after,
	#content .categorycarousel .category-div > div:nth-child(39):after {
		border-bottom-width: 1px;
		border-right-width: 1px;
		border-bottom-style: solid;
		border-right-style: solid;
		bottom: 0;
		right: 15px;
	}
	#content .categorycarousel .category-div > div:nth-child(1):before,
	#content .categorycarousel .category-div > div:nth-child(3):before,
	#content .categorycarousel .category-div > div:nth-child(5):before,
	#content .categorycarousel .category-div > div:nth-child(7):before,
	#content .categorycarousel .category-div > div:nth-child(9):before,
	#content .categorycarousel .category-div > div:nth-child(11):before,
	#content .categorycarousel .category-div > div:nth-child(13):before,
	#content .categorycarousel .category-div > div:nth-child(15):before,
	#content .categorycarousel .category-div > div:nth-child(17):before,
	#content .categorycarousel .category-div > div:nth-child(19):before,
	#content .categorycarousel .category-div > div:nth-child(21):before,
	#content .categorycarousel .category-div > div:nth-child(23):before,
	#content .categorycarousel .category-div > div:nth-child(25):before,
	#content .categorycarousel .category-div > div:nth-child(27):before,
	#content .categorycarousel .category-div > div:nth-child(29):before,
	#content .categorycarousel .category-div > div:nth-child(31):before,
	#content .categorycarousel .category-div > div:nth-child(33):before,
	#content .categorycarousel .category-div > div:nth-child(35):before,
	#content .categorycarousel .category-div > div:nth-child(37):before,
	#content .categorycarousel .category-div > div:nth-child(39):before {
		border-top-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-left-style: solid;
		left: 15px;
		top: 0;
	}
}
@media (min-width: 521px) and (max-width: 992px) {
	#content .categorycarousel .category-div > div:nth-child(2):after,
	#content .categorycarousel .category-div > div:nth-child(3):after,
	#content .categorycarousel .category-div > div:nth-child(6):after,
	#content .categorycarousel .category-div > div:nth-child(7):after,
	#content .categorycarousel .category-div > div:nth-child(10):after,
	#content .categorycarousel .category-div > div:nth-child(11):after,
	#content .categorycarousel .category-div > div:nth-child(14):after,
	#content .categorycarousel .category-div > div:nth-child(15):after,
	#content .categorycarousel .category-div > div:nth-child(18):after,
	#content .categorycarousel .category-div > div:nth-child(19):after,
	#content .categorycarousel .category-div > div:nth-child(22):after,
	#content .categorycarousel .category-div > div:nth-child(23):after,
	#content .categorycarousel .category-div > div:nth-child(26):after,
	#content .categorycarousel .category-div > div:nth-child(27):after,
	#content .categorycarousel .category-div > div:nth-child(30):after,
	#content .categorycarousel .category-div > div:nth-child(31):after,
	#content .categorycarousel .category-div > div:nth-child(34):after,
	#content .categorycarousel .category-div > div:nth-child(35):after,
	#content .categorycarousel .category-div > div:nth-child(38):after,
	#content .categorycarousel .category-div > div:nth-child(39):after {
		border-bottom-width: 1px;
		border-right-width: 1px;
		border-bottom-style: solid;
		border-right-style: solid;
		bottom: 0;
		right: 15px;
	}
	#content .categorycarousel .category-div > div:nth-child(2):before,
	#content .categorycarousel .category-div > div:nth-child(3):before,
	#content .categorycarousel .category-div > div:nth-child(6):before,
	#content .categorycarousel .category-div > div:nth-child(7):before,
	#content .categorycarousel .category-div > div:nth-child(10):before,
	#content .categorycarousel .category-div > div:nth-child(11):before,
	#content .categorycarousel .category-div > div:nth-child(14):before,
	#content .categorycarousel .category-div > div:nth-child(15):before,
	#content .categorycarousel .category-div > div:nth-child(18):before,
	#content .categorycarousel .category-div > div:nth-child(19):before,
	#content .categorycarousel .category-div > div:nth-child(22):before,
	#content .categorycarousel .category-div > div:nth-child(23):before,
	#content .categorycarousel .category-div > div:nth-child(26):before,
	#content .categorycarousel .category-div > div:nth-child(27):before,
	#content .categorycarousel .category-div > div:nth-child(30):before,
	#content .categorycarousel .category-div > div:nth-child(31):before,
	#content .categorycarousel .category-div > div:nth-child(34):before,
	#content .categorycarousel .category-div > div:nth-child(35):before,
	#content .categorycarousel .category-div > div:nth-child(38):before,
	#content .categorycarousel .category-div > div:nth-child(39):before {
		border-top-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-left-style: solid;
		left: 15px;
		top: 0;
	}
}
@media screen and (max-width: 520px) {
	#content .categorycarousel .category-div > div:nth-child(2n+1):after {
		border-bottom-width: 1px;
		border-right-width: 1px;
		border-bottom-style: solid;
		border-right-style: solid;
		bottom: 0;
		right: 15px;
	}
	#content .categorycarousel .category-div > div:nth-child(2n+1):before {
		border-top-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-left-style: solid;
		left: 15px;
		top: 0;
	}
}
@media (min-width: 1199px) {
	#column-left + #content .categorycarousel .category-div > div:after,
	#column-left + #content .categorycarousel .category-div > div:before,
	#column-right + #content .categorycarousel .category-div > div:after,
	#column-right + #content .categorycarousel .category-div > div:before	{
		border-width: 0;
	}
	#column-left + #content .categorycarousel .category-div > div:nth-child(1):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(3):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(5):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(7):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(9):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(11):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(13):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(15):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(17):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(19):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(21):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(23):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(25):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(27):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(29):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(31):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(33):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(35):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(37):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(39):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(1):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(3):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(5):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(7):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(9):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(11):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(13):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(15):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(17):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(19):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(21):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(23):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(25):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(27):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(29):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(31):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(33):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(35):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(37):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(39):after	{
		border-bottom-width: 1px;
		border-right-width: 1px;
		border-bottom-style: solid;
		border-right-style: solid;
		bottom: 0;
		right: 15px;
	}
	#column-left + #content .categorycarousel .category-div > div:nth-child(1):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(3):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(5):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(7):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(9):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(11):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(13):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(15):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(17):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(19):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(21):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(23):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(25):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(27):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(29):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(31):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(33):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(35):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(37):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(39):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(1):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(3):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(5):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(7):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(9):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(11):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(13):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(15):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(17):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(19):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(21):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(23):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(25):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(27):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(29):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(31):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(33):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(35):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(37):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(39):before	{
		border-top-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-left-style: solid;
		left: 15px;
		top: 0;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#column-left + #content .categorycarousel .category-div > div:after,
	#column-left + #content .categorycarousel .category-div > div:before,
	#column-right + #content .categorycarousel .category-div > div:after,
	#column-right + #content .categorycarousel .category-div > div:before	{
		border-width: 0;
	}
	.product-large .product-thumb .button-group {
		margin: 0 auto 0 -23px;
		width: 56px;
	}
}
@media (min-width: 521px) and (max-width: 992px) {
	#column-left + #content .categorycarousel .category-div > div:after,
	#column-left + #content .categorycarousel .category-div > div:before,
	#column-right + #content .categorycarousel .category-div > div:after,
	#column-right + #content .categorycarousel .category-div > div:before{
		border-width: 0;
	}
	#column-left + #content .categorycarousel .category-div > div:nth-child(2):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(3):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(6):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(7):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(10):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(11):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(14):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(15):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(18):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(19):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(22):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(23):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(26):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(27):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(30):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(31):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(34):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(35):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(38):after,
	#column-left + #content .categorycarousel .category-div > div:nth-child(39):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(2):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(3):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(6):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(7):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(10):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(11):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(14):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(15):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(18):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(19):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(22):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(23):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(26):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(27):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(30):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(31):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(34):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(35):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(38):after,
	#column-right + #content .categorycarousel .category-div > div:nth-child(39):after	{
		border-bottom-width: 1px;
		border-right-width: 1px;
		border-bottom-style: solid;
		border-right-style: solid;
		bottom: 0;
		right: 15px;
	}
	#column-left + #content .categorycarousel .category-div > div:nth-child(2):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(3):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(6):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(7):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(10):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(11):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(14):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(15):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(18):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(19):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(22):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(23):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(26):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(27):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(30):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(31):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(34):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(35):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(38):before,
	#column-left + #content .categorycarousel .category-div > div:nth-child(39):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(2):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(3):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(6):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(7):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(10):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(11):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(14):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(15):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(18):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(19):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(22):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(23):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(26):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(27):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(30):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(31):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(34):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(35):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(38):before,
	#column-right + #content .categorycarousel .category-div > div:nth-child(39):before	{
		border-top-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-left-style: solid;
		left: 15px;
		top: 0;
	}
}
#column-left .categorycarousel .category-div > div:nth-child(2n+1):after,
#column-right .categorycarousel .category-div > div:nth-child(2n+1):after {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	bottom: 0;
	right: 15px;
}
#column-left .categorycarousel .category-div > div:nth-child(2n+1):before,
#column-right .categorycarousel .category-div > div:nth-child(2n+1):before {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	left: 15px;
	top: 0;
}
.categorycarousel .category-div .table-cell {
	position: relative;
    vertical-align: middle;
    z-index: 2;
}
.categorycarousel .category-div .table .more {
	border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    color: #999999;
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    margin-top: 15px;
    padding: 0 8px;
}
.categorycarousel .category-div .table.no-image .more {
    color: #777;
}
/.categorycarousel .table:not(.no-image):hover .name a span.category-name,
/.categorycarousel .category-div .table:not(.no-image):hover .more {
	color: #fff;
	border-color: 1px solid #78929e;
}
.categorycarousel .category-div .no-image:before, .categorycarousel .category-div .no-image:after, .categorycarousel .category-div .no-image .over:before, .categorycarousel .category-div .no-image .over:after {
		position: absolute;
		display: inline-block;
		content: '';
		background: #fff;
		right: 0;
		bottom: 0;
		width: 0;
		height: 1px;
		-moz-transition: 1s all ease;
		-o-transition: 1s all ease;
		-webkit-transition: 1s all ease;
		transition: 1s all ease;
		z-index: 1;
	}
	.categorycarousel .category-div .no-image:before {
		top: 0;
		left: 0;
		width: 1px;
		height: 0;
	}
	.categorycarousel .category-div .no-image .over:before {
		width: 1px;
		height: 0;
	}
	.categorycarousel .category-div .no-image:after {
		top: 0;
		left: 0;
	}
@media (min-width: 768px) {
	
	
	
	.categorycarousel .category-div .no-image:hover:before,
	.categorycarousel .category-div .no-image:hover:after,
	.categorycarousel .category-div .no-image:hover .over:before,
	.categorycarousel .category-div .no-image:hover .over:after,
	.categorycarousel .category-div .no-image-border:before,
	.categorycarousel .category-div .no-image-border .over:before,
	.categorycarousel .category-div .no-image-border:after,
	.categorycarousel .category-div .no-image-border .over:after {
		background: #777;
	}
	.categorycarousel .category-div .no-image:hover:before,
	.categorycarousel .category-div .no-image:hover .over:before {
		height: 100%;
	}
	.categorycarousel .category-div .no-image:hover:after,
	.categorycarousel .category-div .no-image:hover .over:after {
		width: 100%;
	}
	.categorycarousel .category-div .no-image-border:before,
	.categorycarousel .category-div .no-image-border .over:before {
		height: 80%;
	}
	.categorycarousel .category-div .no-image-border:after,
	.categorycarousel .category-div .no-image-border .over:after {
		width: 80%;
	}
	.background-over {
		position: absolute;
		top: 3px;
		right: 3px;
		bottom: 3px;
		left: 3px;
		opacity: 0.7;
	}
	.categorycarousel .category-div .no-image .btn-link {
		visibility: visible;
	}
	
}
@media (max-width: 767px) {
	.product-large .product-thumb .image {
		width: 100%;
	}
    
    .categorycarousel .category-div .no-image:before, .categorycarousel .category-div .no-image:after, .categorycarousel .category-div .no-image .over:before, .categorycarousel .category-div .no-image .over:after {
		background: #777;
	}
    .categorycarousel .category-div .no-image:before,
	.categorycarousel .category-div .no-image .over:before{
		height: 70%;
	}
	.categorycarousel .category-div .no-image:after,
	.categorycarousel .category-div .no-image .over:after{
		width: 70%;
	}
    #newDivPh {
        display: none;
    }
}
.categorycarousel .category-div .no-image:hover .btn-link {
	visibility: visible;
}
.categorycarousel .category-div .btn-link .icon {
	font-size: 11px;
}
.categorycarousel .category-div .no-image .btn-link .icon {
	color: #02b1b1;
}
.list-podcategory > a {
	font-size: 13px;
}
.border-temp:before, .border-temp:after {
	border-color: #ffffff;
    content: " ";
    height: 60%;
    opacity: 0.8;
    position: absolute;
    width: 70%;
    z-index: 0;
}
.border-temp:before {
	border-left-style: solid;
    border-left-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    left: 15px;
    top: 0;
}
.border-temp:after {
	border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    bottom: 0;
    right: 15px;
}
.temp-color:before,
.temp-color:after {
	border-color: #02b1b1;
}
#column-left .news h3,
#column-right .news h3 {
    width: auto;
}
.reviewsshop h3 i {
	font-size: 10px;
	color: #02b1b1;
}
.reviewsshop img {
	margin-bottom: 15px;
	margin-right: 15px;
	max-width: 95px;
}
.reviewsshop .descrip {
	color: #555;
    font-size: 12.5px;
    margin-bottom: 15px;
    padding: 0 15px;
    text-align: justify;
    text-shadow: 1px 1px 0 #fff;
}
#column-left .reviewsshop .descrip,
#column-right .reviewsshop .descrip {
	text-align: justify;
}
#column-left, #column-right {
	background: #ffffff;
}
#column-left {
	-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;
}
.swiper-slide p {
    color: #777;
    line-height: 23px;
}
.border-gray {
	border-top: 1px solid #ddd;
}
.border-center {
	position: relative;
	margin-bottom: 15px;
}
.quickpay-product .border-center {
	clear: both;
    text-align: center;
    top: 10px;
    width: 100% !important;
}
.border-center > h3,
.border-center > ul {
	background: #ffffff;
	color: rgba(0, 0, 0, 0.5);
	z-index: 1;
	font-size: 17px;
    margin: 0 auto;
	display: table;
	text-align: center;
	max-width: 100%;
	position: relative;
}
.reviewsshop .border-center > h3 {
	background: #f5f5f5;
}
.border-center > h3 {
	padding: 12px 30px;
	color: #666666;
	fill: #666666;
}
.border-center > h3 > svg {
	font-size: 11px;
    position: relative;
    top: 3px;
}
#column-left .border-center > h3,
#column-right .border-center > h3 {
	font-size: 14px;
    padding: 12px;
}
.border-center > ul {
	padding: 0 30px;
}
.border-center > h3 a {
	font-size: 13px;
}
.border-center > h3 > .fa {
	color: #02b1b1;
}
.border-center:after {	
	height: 1px;
    content: " ";
    display: block;
    position: absolute;
    top: 22px;
    width: 100%;
}
.border-center:after {
	background: linear-gradient(to left, #fff 20%, #02b1b1 50%, #fff 80%);
}
#content .reviewsshop .border-center:after {
	background: linear-gradient(to left, #f5f5f5 20%, #02b1b1 50%, #f5f5f5 80%);
}
#column-left .border-center:after,
#column-right .border-center:after {
	background: linear-gradient(to left, #fff 1%, #02b1b1 50%, #fff 100%);
}
#column-left .border-center,
#column-right .border-center {
	margin-bottom: 20px;
}
.border-center.pagination-bottom:after {
	background: linear-gradient(to left, #f5f5f5 0%, #ddd 10%, #ddd 50%, #ddd 90%, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
#column-left .border-center.pagination-bottom:after,
#column-right .border-center.pagination-bottom:after {
	background: none;
}
#column-left .border-center.pagination-bottom,
#column-right .border-center.pagination-bottom {
	margin-top: 15px;
}
.master .border-center:after {
	background: linear-gradient(to left, #fff 5%, #999 50%, #fff 95%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.bg-over,
.bg-over-black {
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.bg-over {
	z-index: 0;
	-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;
	opacity: 0.7;
}
.bg-over-black {
	
}
.bg-mask {
	background: #ffffff;
    bottom: 10px;
    box-shadow: -1px -1px 5px #999 inset;
    left: 10px;
    opacity: 0.95;
    position: absolute;
    right: 10px;
    top: 10px;
}
.bg-mask-over {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 100vh;
    margin-left: -50vw;
    margin-top: -60px;
    background-size: cover;
    background-position: center center;
    background-blend-mode: luminosity;
    -webkit-transform-origin: 50% 16.5vh;
    transform-origin: 50% 16.5vh;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
	-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;
	
}
.blur {
	filter: url(../font/blur.svg#blur);
	-webkit-filter: blur(1px);
	filter: blur(1px);
}
.categorycarousel .category-div .cat-block {
	overflow: hidden;
}
.categorycarousel .category-div .table:hover .bg-over {
	-webkit-transform: scale(1.6);
	-ms-transform: scale(1.6);
	-o-transform: scale(1.6);
	transform: scale(1.6);
}
.categorycarousel .category-div .table:hover .bg-mask {
	opacity: 0.9;
}
.news h4 {
	margin-top: 0;
	font-size: 13px;
}
.border-center + div {
	margin: 0 0 15px;
}
.swiper-pagination {
	bottom: auto
}
@media (max-width: 767px) {
	.reviewsshop .swiper-pagination,
	.news .swiper-pagination,
	.products-module .swiper-pagination {
		left: auto;
		right: auto;
		top: 0;
		width: 100%;
	}
	.border-center:after {
		background: linear-gradient(to left, #fff 0%, #999 50%, #fff 100%);
	}
	.product-large .product-thumb .button-group {
		margin: 0 auto 0 -38%;
		padding: 9px 10px;
		width: 78%;
	}
	.product-large .product-thumb .block-button {
		text-align: center;
	}
	.product-large .product-thumb .button-group {
		background: none;
		opacity: 1;
	}
	.product-large .product-thumb .button-group:after {
		position: absolute;
		border-radius: 7px 0;
		content: ' ';
		right: 0;
		bottom: 0;
		left: 0;
		top: 0;
		background: #ffffff;
		opacity: 0.8;
		z-index: -1;
	}
	.product-large .product-thumb h4 a {
		color: #333333;
	}
	.breadcrumb {
		margin: 0;
	}
	.position_1 .thumbnails {
		margin-left: 0;
	}
	.border-left-1x {
		border-left: 0 none;
	}
	.compare-wishlist {
		margin: 0 0 5px;
	}
	#top-header.header_3 {
		margin-bottom: 0;
	}
	.thumbnails .image-additional {
		margin-left: 0;
		margin-right: 7px;
	}
    .button-top {
        right: 7%;
        bottom: 1%;
    }
    .top_line #search.open {
        left: 0;
        width: 100%;
    }
    .button-top a i {
        font-size: 15px;
        left: -2px;
        position: relative;
        top: -6px;
    }
    .button-top a,
    .button-top button {
        height: 35px;
        width: 35px;
    }
    .button-top > button {
        top: -55px;
    }
    .button-top > a {
        margin-bottom: 15px;
    }
    .btn-remove-cart i {
        font-size: 7px !important;
    }
    .btn-remove-cart {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
    }
}
@media screen (min-width: 527px) and (max-width: 767px) {
	.thumbnails .image-additional {
		float: none;
		margin: 0 auto;
	}
}
@media screen and (max-width: 520px) {
	.product-large .product-thumb .button-group {
		margin: 0 auto 0 -29%;
		width: 58%;
	}
}
@media screen and (max-width: 410px) {
	.product-large .product-thumb .button-group {
		margin: 0 auto 0 -42%;
		width: 84%;
	}
}
@media screen and (max-width: 427px) {
	.top_line #menu .navbar-nav {
		display: table;
	}
}
#column-left .product-layout {
	margin-bottom: 25px;
}
.product-blog + .product-blog {
	margin-bottom: 25px;
}
.reviewsshop .border-temp {
	display: inline-block;
    padding: 0 30px;
    position: relative;
}
.reviewsshop .border-temp > a {
	position: relative;
	z-index: 1;
}
.reviewsshop .border-temp:before, .reviewsshop .border-temp:after {
	border-color: #02b1b1;
}
.more_news_sver {
	display: none;
}
.date_footer,
.dating {
	color: #999999;
}
.lastname-review {
	display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
.form-review-shop {
	display: none;
}
.swal2-modal .swal2-title {
	font-size: 16px !important;
}
.swal2-modal .swal2-spacer {
	margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
	height: 38px;
	padding: 8px 10px;
}
.sorting .fa-chevron-down {
	font-size: 8px;
    position: relative;
    right: -4px;
    top: -2px;
}
.category-list .image-a {
    border-radius: 10%;
    display: inline-block;
    height: 180px;
    padding: 19px;
    width: 180px;
	transition: transform 0.5s ease-in-out, opacity 1.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out, opacity 1.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out, opacity 1.5s ease-in-out;
	-webkit-transition: transform 0.5s ease-in-out, opacity 1.5s ease-in-out;
}
.category-list .image:hover .image-a {
	transform: scale(1.1,1.1);
}
.category-list .name > a {
	display: block;
    fill: #02b1b1;
    font-size: 15px;
    white-space: normal;
}
.category-list .name > a > svg {
	font-size: 10px;
	position: relative;
	top: 2px;
}
.category-list .image {
    border-radius: 5px;
    padding: 15px 5px;
}
.category-list .input-group {
	border-radius: 3px;
    margin-bottom: 12px;
    margin-right: 12px;
}
.category-list .input-group .btn {
	color: #333;
    fill: #555;
    font-size: 14.5px;
    padding-left: 15px;
    padding-right: 8px;
}
.category-list .input-group .btn svg {
	font-size: 10px;
    position: relative;
    top: 2px;
}
.category-list a:hover {
	color: #02b1b1 !important;
}
.show-large {
	display: none !important;
}
.product-large .show-large {
	display: inline-block !important;
}
.list-group-item {
	border-color: #eeeeee;
}
.list-group-item:first-child,
.list-group-item:last-child {
	border-radius: 0;
}
#mobile-menu .list-group-item:first-child {
	border-top: 0 none;
}
#mobile-menu .list-group-item:last-child {
	border-bottom: 0 none;
}
#mobile-menu .list-group-item {
	
}
.list-dropdown-menu .category > .icon:before {
	content:"\e60c";
}
.list-dropdown-menu .category.open > .icon:before {
	content:"\e60b";
}
.list-dropdown-menu .dropdown-menu {
	border-bottom: 0 none;
	border-color: #eeeeee;
    border-radius: 0 3px 3px 0;
    box-shadow: -2px 1px 28px rgba(0, 0, 0, 0.3);
    float: none;
    margin: 0;
    padding: 15px;
    position: absolute;
    width: 100%;
	left: 100%;
	top: 0;
}
ul.list-dropdown-menu > li {
	position: relative;
	width: 100%;
}
ul.list-dropdown-menu .dropdown-menu .tab-content li {
	clear: left;
    margin-bottom: 15px;
    padding: 5px 0;
}
ul.list-dropdown-menu .dropdown-menu .tab-content li.pull-width {
	border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
ul.list-dropdown-menu li > .svg-right-arrow {
	fill: #ffffff;
	font-size: 8px;
    padding: 12px;
    z-index: 2;
	transform: rotate(0deg);
	display: table-cell;
}
.list-dropdown-menu .list-group-item {
	margin-bottom: 0;
}
.list-dropdown-menu .category.open .list-group-item.active + .icon:before,
.list-dropdown-menu .category.open .list-group-item.active:focus + .icon:before,
.list-dropdown-menu .category.open .list-group-item.active:hover + .icon:before {
    color: #ffffff;
}
.nav-mastermodule li a.btn:focus {
	outline: 0 none;
}
.nav-mastermodule li {
	display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
}
.nav-mastermodule li > a {
    border-bottom: 1px solid #ffffff;
	color: #777777;
	font-size: 17px;
	padding-left: 0;
	border-radius: 0;
}
.nav-mastermodule li.active > a {
    border-bottom: 1px solid #02b1b1;
	color: #02b1b1;
}
.nav-mastermodule li > a > svg {
	fill: #02b1b1;
    font-size: 12px;
    position: relative;
    top: 5px;
}
@media (min-width: 768px) {
    .master .tab-content > .tab-pane {
        display: block;
    }
}
.master .tab-content > .tab-pane {
	visibility: hidden;
	height: 0;
}
.master .tab-content > .tab-pane.active {
	visibility: visible;
	height: auto;
}
.more-product-block {
	background: linear-gradient(to left, #eee 0%, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-bottom: 15px;
    padding-top: 25px;
	padding-right: 15px;
}
.more-product-block hr {
	border-bottom: 1px solid #fff;
    border-top: 1px solid #ddd;
    margin-bottom: 10px;
    margin-top: 10px;
}
.more-product-block li {
    fill: #555;
    font-size: 14px;
}
.more-product-block li svg {
	font-size: 12px;
    position: relative;
    top: 4px;
}
.more-product-block ul {
	margin-bottom: 0;
}
.more-product-block ul li {
	padding-bottom: 3px;
	padding-top: 3px;
}
.addthis_button_tweet {
	margin-right: 16px;
}
.thumbnails img {
	border-radius: 7px;
}
.line-height-25 {
	line-height: 25px;
}
.line-height-40 {
	line-height: 40px;
}
#content .product-page {
	border-radius: 5px;
	background: #f2f2f2;
    margin-bottom: 20px !important;
    padding: 5px 0;
}

#content .product-page h1 {
	font-size: 32px;
	line-height: 40px;
    margin-bottom: 0;
	text-shadow: 1px 1px 0 #fff;
}
.product-page a {
	color: #666666;
	text-shadow: 1px 1px 0 #fff;
}
.product-page .rating p {
	margin-bottom: 0;
}
.product-page .rating .fa-stack {
    font-size: 8px;
	text-shadow: 1px 1px 0 #fff;
}
.product-page .next-page a {
	color: #02b1b1;
}
.product-page .next-page a svg {
	font-size: 7px;
    position: relative;
    top: 1px;
	fill: #02b1b1;
}
.product-page .next-page span {
	border-left: 1px solid #bbb;
    border-right: 1px solid #fff;
    color: #cccccc;
    display: inline-block;
    height: 12px;
    margin: 0 10px;
    position: relative;
    top: 2px;
}
.product-page .icon {
    font-size: 7px;
	margin-right: -3px;
    text-shadow: 1px 1px 0 #fff;
}
.nav-product .nav-tabs > li {
	float: none;
	display: inline-block;
}
.send_mail_amigo.input-group {
    z-index: 0;
}
.quantity-input {
	position: relative;
}
.quantity-input .form-control {
    height: 48px;
    padding: 0;
}
#product .quantity-input {
    overflow: auto;
    text-align: center;
}
@media (max-width: 767px) {
	padding-left: 1px;
    padding-right: 29px;
}
.quantity-input .plus1 svg,
.quantity-input .minus1 svg {
	font-size: 18px;
    fill: #777;
    top: 3px;
    position: relative;
}
#product .list-unstyled {
	margin-bottom: 25px;
}
#product .vertical-middle .list-unstyled {
	margin-bottom: 0;
}
#product .vertical-middle .list-unstyled li + li {
	color: #999
}
#product .list-unstyled.price h2 {
	margin-top: 0;
}
#product a.cheapering {
	font-size: 14px;
}
hr {
	margin-top: 10px;
    margin-bottom: 10px;
}
.thumbnails + hr {
	margin-top: 9px;
}
#product .cheapering .fa {
    font-size: 14px;
}
.btn-callback {
	font-size: 16px;
    line-height: 0;
    padding-top: 0;
    text-decoration: underline;
}
.person {
	margin-top: 0;
}
.person .table,
#product .table {
	margin-bottom: 0;
}
#tab-description img,
#tab-description iframe {
	max-width: 100%;
}
.product-blog,
.noclear {
	clear: none !important;
}



/* loader-container */

#loader-container {
    background: white none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}
.count_loader {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.count_loader strong {
    font: italic 33px/1em "Lora",serif;
}
#loader-container #loader::after {
    animation: 1.5s linear 0s normal none infinite running spin;
    border-radius: 50%;
    border-top: 1px solid #1b8198;
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
}
#loader-container #loader {
    animation: 2s linear 0s normal none infinite running spin;
    border-radius: 50%;
    border-top: 1px solid #1b8198;
    display: block;
    height: 70px;
    left: 50%;
	margin: -35px 0 0 -35px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    z-index: 1500;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }

  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }

  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }
@keyframes rotate {
  0% {
    transform: rotate(0); }

  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0); }

  100% {
    -moz-transform: rotate(360deg); } }
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }

  40% {
    transform: rotate3d(0, 0, 1, -10deg); }

  60% {
    transform: rotate3d(0, 0, 1, 5deg); }

  80% {
    transform: rotate3d(0, 0, 1, -5deg); }

  100% {
    transform: rotate3d(0, 0, 1, 0deg); } }
@-webkit-keyframes push {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes push {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(20%);
    opacity: 0; }

  to {
    -webkit-transform: translateX(0%);
    opacity: 1; } }
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(20%);
    opacity: 0; }

  to {
    -moz-transform: translateX(0%);
    opacity: 1; } }
@-ms-keyframes moveFromRight {
  from {
    -ms-transform: translateX(20%);
    opacity: 0; }

  to {
    -ms-transform: translateX(0%);
    opacity: 1; } }
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-20%);
    opacity: 0; }

  to {
    -webkit-transform: translateX(0%);
    opacity: 1; } }
@-moz-keyframes moveFromLeft {
  from {
    -moz-transform: translateX(-20%);
    opacity: 0; }

  to {
    -moz-transform: translateX(0%);
    opacity: 1; } }
@-ms-keyframes moveFromLeft {
  from {
    -ms-transform: translateX(-20%);
    opacity: 0; }

  to {
    -ms-transform: translateX(0%);
    opacity: 1; } }
@-webkit-keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-20%);
    opacity: 0; }

  to {
    -webkit-transform: translateY(0%);
    opacity: 1; } }
@-moz-keyframes moveFromTop {
  from {
    -moz-transform: translateY(-20%);
    opacity: 0; }

  to {
    -moz-transform: translateY(0%);
    opacity: 1; } }
@-ms-keyframes moveFromTop {
  from {
    -ms-transform: translateY(-20%);
    opacity: 0; }

  to {
    -ms-transform: translateY(0%);
    opacity: 1; } }
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(1px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
}
body > .clearfix {
	padding-top: 15px;
}
.border-top {
    border-top: 1px solid #ddd;
}
.border-bottom {
    border-bottom: 1px solid #ddd;
}
.border-div > .row > div {
    border-left: 1px dashed #ddd;
    margin-left: -1px;
    min-height: 40px;
    vertical-align: middle;
}
.border-div-product > .row > div {
    min-height: 90px;
}
.border-div > span,
.border-div > .row > div > span {
    vertical-align: middle;
}
#checkout-cart .table-bordered > .row.padding-bottom-2x + .row.padding-bottom-2x {
    border-top: 1px dashed #ddd;
}
.panel-default > .panel-heading {
    background: #efefef;
}
.panel-title {
    font-size: 14px;
}
.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: winking;
  animation-name: winking;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 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: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 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: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
.button_cart .fa-chevron-down {
    font-size: 9px;
    position: relative;
    right: -5px;
    top: -1px;
}
#div_zachita_cart {
    margin-left: -10px;
    margin-top: 5px;
}
.total-cart:nth-child(2n) {
    border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.pagination > li > a {
	color: #02b1b1;
	border: 1px solid #eee;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #02b1b1;
    border-color: #02b1b1;
    color: #fff;
    cursor: default;
    z-index: 2;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 0;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	border-color: #eeeeee;
}
.pagination > li > a,
.pagination > li > span {
	margin-right: 7px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.block-products,
#product-quick {
	position: relative;
}
.block-products .pagination > li > a, .block-products .pagination > li > span {
    margin-right: 5px;
    padding: 3px 10px;
}
.top_line .icon_mobile_filter {
	display: none !important;
}
.icon_mobile_filter.btn.btn-primary {
	width: 100% !important;
	margin-top: 15px !important;
}
.width-pull {
	width: 100%;
}
.overflow-auto {
	overflow: auto;
}
.no-white-space {
	white-space: normal;
}
.font-10x {
	font-size: 12px;    
}
.font-10x.count-category {
	position: relative;
    top: -6px;
}
.category-list .font-10x.count-category {
    color: #999;
}














#menu .navbar-nav > li {
	perspective: 1000px;		
}
#menu .navbar-nav li:hover .dropdown-menu {
	animation-name: swingdown;
	animation-duration: 1s;
	animation-timing-function: ease;
}
@keyframes swingdown {
	0% {
		opacity: .99999;
		transform: rotateX(90deg);
	}

	30% {			
		transform: rotateX(-10deg) rotateY(5deg);
		animation-timing-function: ease-in-out;
	}

	65% {
		transform: rotateX(10deg) rotateY(-3deg);
		animation-timing-function: ease-in-out;
	}

	100% {
		transform: rotateX(0);
		animation-timing-function: ease-in-out;
	}
}
.svg-icon {
	width: 1.5em;
    height: 1.5em;
}
.divshadow .nav-tabs > li > a > svg {
	font-size: 15px;
    position: absolute;
    right: -9px;
    top: 8px;
}
.svg-icon-1 {
	height: 1em;
    margin-right: 3px;
    position: relative;
    top: 3px;
    width: 1em;
}
.svg-icon-top {
	position: relative;
	top: 4px;
	font-size: 12px;
	fill: #02b1b1;
}
.svg-icon.svg-callback {
	height: 18px;
    width: 18px;
}
.top-contact svg.svg-icon.svg-callback {
	position: relative;
	top: 3px;
	left: -3px;
}
.svg-list {
	fill: #555;
    height: 22px;
    position: relative;
    top: 5px;
    width: 17px;
}
.categorycarousel .svg-icon {	
    font-size: 11px;
    position: relative;
    top: 3px;
}
.categorycarousel > li > a > .svg-icon {
	fill: #02b1b1;
}
#top .svg-icon {
    fill: #555;
    font-size: 17px;
}
#top .svg-search {
	fill: #02b1b1;
	height: 1.2em;
    width: 1.2em;
}
#top-header .svg-more {
	position: relative;
	top: 8px;
	width: 20px;
	height: 20px;
}
.top-nav .svg-icon {
	position: relative;
	top: 3px;
}
.top-nav .svg-icon {
    width: 17px;
    height: 16px;
}
.top-nav .svg-icon.svg-article {
    height: 16px;
    width: 17px;
}
.top-nav #menu-mobile .svg-icon {	
    height: 20px;
    width: 20px;
}
.top-nav #menu-mobile svg.svg-icon {
	fill: #fff;
}
.svg-wishlist {
	
}
.svg-cart {
	position: relative;
    top: 2px;
}
#quick_search_results .svg-cart-top {
	height: 23px;
    width: 13px;
}
.icon-user {    
    fill: #575757;
}
.icon-list {    
    fill: #575757;
}
#menu-mobile {
	background: #02b1b1;
	border-radius: 0;
    padding: 6.5px 12px;
}
#mobile-menu {
	background: #fff;
	position: fixed;
	top: 82px;
	left: 0;
	width: 0%;
	bottom: 0;
	-o-transition: width 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out;
	-webkit-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
	overflow: hidden;
	z-index: 11;
	overflow: auto;
	margin-bottom: 0;
}
#mobile-menu.active {
	width: 100%;
}
#mobile-menu .list-group li {
	margin-bottom: -1px;
	position: relative;
}
#mobile-menu .list-group a,
#mobile-menu .list-group button {
	white-space: nowrap;
}
#mobile-menu .list-group a svg {
	position: relative;
    top: 2px;
}
#mobile-menu .list-group > li > a.open > .svg {
	transform: rotate(90deg);
}
#mobile-menu .list-group > li > a > .svg {
    padding: 3px 7px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 9px;    
    z-index: 1;
}
#mobile-menu li > a > .svg > svg {
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
}
span.svg {
	display: inline-block;
    transform: rotate(90deg);
	cursor: pointer;
}
.rotate180 {
	transform: rotate(180deg) !important;
}
.rotate270 {
	transform: rotate(270deg) !important;
}
ul.list-dropdown-menu li.open > span.svg-right-arrow > .svg-right-arrow {
	transform: rotate(180deg) !important;
	-o-transition: rotate 0.5s ease-in-out;
	Line 1468: 	-moz-transition: rotate 0.5s ease-in-out;
	Line 1469: 	-webkit-transition: rotate 0.5s ease-in-out;
	Line 1470: 	transition: rotate 0.5s ease-in-out;
}
header #menu span.svg.svg-right-arrow {
	display: inline-block;
	transform: rotate(90deg);
	top: 1px;
}
@media (min-width: 767px) {
	header #menu span.svg.svg-right-arrow {
		left: 5px;
		position: relative;
	}
}
@media (max-width: 767px) {
	header #menu span.svg.svg-right-arrow {
		right: 20px;
		position: absolute;
	}
}
.list-dropdown-menu span.svg.svg-right-arrow > svg {
	fill: #ffffff;
}
span.svg > svg {
	fill: #555;
    height: 12px;
    position: relative;
    top: 2px;
    width: 12px;
	
}
#mobile-menu .list-group .open + .dropdown-menu, #menu .open + .dropdown-menu {
	display: block;
}
@media (max-width: 767px) {
	#menu .dropdown-menu {
		background: #02b1b1;
	}
	#menu .dropdown-menu, #mobile-menu .dropdown-menu {
		border: 0 none;
		border-radius: 0;
		box-shadow: 0 0 0 #fff;
		float: none;
		margin: 0;
		padding: 0;
		position: initial;
		width: 100%;
	}	
}
#mobile-menu .dropdown-menu {
	padding: 15px 0;
}
#mobile-menu li .dropdown-menu li > span {
	display: block;
}
#mobile-menu li .dropdown-menu li > span,
#mobile-menu li .dropdown-menu a {
	border: 0 none;
	font-size: 15px;
    padding-left: 35px;
}
@media (max-width: 767px) {
	#top-links .pull-right {
		border-right: 1px solid #f5f5f5;
	}
	#top-links .pull-right + .pull-right {
		margin-right: -1px;
	}
	#menu .navbar-nav li .dropdown-menu  {
		transform-origin: 50% 0%;
	}
}
.more_articles {
	background: #02b1b1;
}
.more_articles svg {
	fill: #fff;
}
.more_articles:hover a svg {
	fill: #02b1b1;
}
.top-nav {
	z-index: 11;
}
.menu-description {
	color: #777;
    font-size: 13px;
    text-shadow: 0 1px 0 #fff;
}
#newDivPh {
  position:absolute;
  background:#fff;
  padding:5px 10px;
  border:2px solid #78929e;
    -webkit-box-shadow: 2px 2px 5px #333;
	-moz-box-shadow: 2px 2px 5px #333;
	box-shadow: 2px 2px 5px #333;
    z-index: 99;
}
.has-error-form {
	color: #e3503e;
}
.block-products .caption > p {
	margin-top: 7px;
}
.block-products .caption a {
	font-size: 12px;
}
@media screen and (max-width: 520px) {
	.col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
	}
	
	.col-ms-12 {
	  width: 100% !important;
	}
	.col-ms-11 {
	  width: 91.66666667%;
	}
	.col-ms-10 {
	  width: 83.33333333%;
	}
	.col-ms-9 {
	  width: 75%;
	}
	.col-ms-8 {
	  width: 66.66666667%;
	}
	.col-ms-7 {
	  width: 58.33333333%;
	}
	.col-ms-6 {
	  width: 50%;
	}
	.col-ms-5 {
	  width: 41.66666667%;
	}
	.col-ms-4 {
	  width: 33.33333333%;
	}
	.col-ms-3 {
	  width: 25%;
	}
	.col-ms-2 {
	  width: 16.66666667%;
	}
	.col-ms-1 {
	  width: 8.33333333%;
	}
	.hidden-ms {
		display: none !important;
	}
	.visible-ms {
		display: block !important;
		float: left;
	}
	.visible-ms-inline-block {
		display: inline-block !important;
	}
	.top_search {
		position: initial;
	}
	.col-ms-offset-0 {
		margin-left: auto;
		margin-right: auto;
	}
	.row-right-ms-0 {
		margin-right: 0 !important;
	}
	.margin-top-ms {
		margin-top: 15px;
	}
}
@media screen and (max-width: 320px) {
	.col-sx-1, .col-sx-2, .col-sx-3, .col-sx-4, .col-sx-5, .col-sx-6, .col-sx-7, .col-sx-8, .col-sx-9, .col-sx-10, .col-sx-11, .col-sx-12 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
	}
	
	.col-sx-12 {
	  width: 100% !important;
	}
	.col-sx-11 {
	  width: 91.66666667%;
	}
	.col-sx-10 {
	  width: 83.33333333%;
	}
	.col-sx-9 {
	  width: 75%;
	}
	.col-sx-8 {
	  width: 66.66666667%;
	}
	.col-sx-7 {
	  width: 58.33333333%;
	}
	.col-sx-6 {
	  width: 50%;
	}
	.col-sx-5 {
	  width: 41.66666667%;
	}
	.col-sx-4 {
	  width: 33.33333333%;
	}
	.col-sx-3 {
	  width: 25%;
	}
	.col-sx-2 {
	  width: 16.66666667%;
	}
	.col-sx-1 {
	  width: 8.33333333%;
	}
	.hidden-sx {
		display: none !important;
	}
	.visible-sx {
		display: block !important;
		float: left;
	}
	.visible-sx-inline-block {
		display: inline-block !important;
	}
	.col-sx-offset-0 {
		margin-left: auto;
		margin-right: auto;
	}
	.row-right-sx-0 {
		margin-right: 0 !important;
	}
	.margin-top-sx {
		margin-top: 15px;
	}
}
.trapezium {
	-webkit-transform: skew(-2deg);
	   -moz-transform: skew(-2deg);
	     -o-transform: skew(-2deg);
			transform: skew(-2deg);
}
.width-pull {
	width: 100%;
}
.carousel .swiper-slide {
	padding: 7px;
}
#thumbnails-swiper .swiper-slide {
	height: auto;
}
.carousel img {
	border-bottom: 1px solid #ddd;
    border-radius: 3px;
    border-right: 1px solid #ddd;
    display: inline-block;
    opacity: 0.8;
}
.carousel img:hover {
    opacity: 1;
	border-color: #ddd;
}
.swiper-pager {
	background: #fff;
	border: 1px solid #fff;
    border-radius: 13px 0;
    bottom: 20px !important;
    box-shadow: 2px 4px 9px rgba(0, 0, 0, 0.05);
    display: inline-block;
    height: 37px !important;
    margin: 0 auto !important;
    overflow: hidden;
	padding: 0 40px !important;
    position: relative !important;
    right: auto !important;
    top: auto;
    width: auto !important;
    z-index: 9;
	
}
.border-center .swiper-pager {
	top: 3px;
}
.swiper-pager:hover {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.swiper-pager svg {
	fill: #fd5865;
	font-size: 16px;
}
.swiper-viewport .swiper-button-next:hover,
.swiper-viewport .swiper-button-prev:hover {
	margin-top: 1px;
}
.swiper-viewport .swiper-button-next {
	right: 0 !important;
}
.swiper-viewport .swiper-button-prev {
	left: 0 !important;
}
.swiper-viewport:hover .swiper-button-prev {
	left: 0 !important;
}
.swiper-viewport:hover .swiper-button-next {
	right: 0 !important;
}
.swiper-viewport .swiper-button-next,
.swiper-viewport .swiper-button-prev {
	top: 0;
}
.swiper-pager:before,
.swiper-pager:after {
	background: #ddd;
	content: "";
    height: 15px;
    margin: 0 auto;
    position: absolute;
    top: 9px;
    width: 1px;
}
.swiper-pager:before {
	left: 50%;
}
.swiper-pager.pagination-new:before,
.swiper-pager.pagination-new:after {
	content: none;
}
.swiper-pager > div {
	margin: 0;
    opacity: 1 !important;
}
.swiper-pager > .swiper-pagination {
	bottom: auto;
    line-height: 30px;
    position: relative;
    top: auto;
}
.swiper-viewport .swiper-button-prev:hover,
.swiper-viewport .swiper-button-next:hover {
	border-color: #02b1b1;
}
.tooltip-inner {
	background: #444 !important;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow,
.tooltip.right .tooltip-arrow,
.tooltip.left .tooltip-arrow,
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
	border-top-color: #444 !important;
}
.reviewsshop {
	background: #f8f8f8;
	border-radius: 5px;
	padding: 30px 15px;
}
.reviewsshop.content_bottom,
.reviewsshop.content_bottom .border-center > h3 {
	 background: #ffffff;
}
.textbanner .swiper-container {
	padding: 15px 0;
}
.textbanner .swiper-slide {
	border: 2px solid #78929e;
    border-radius: 10px;
    padding: 15px 0;
	min-height: 130px;
}
.textbanner-image a {
	border: 1px solid #02b1b1;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    padding: 20px;
}
.textbanner-image a svg {
	display: block;
    font-size: 12px;
    height: 3.5em;
    width: 3.5em;
	fill: #02b1b1;
}
.inline-block-checkbox img {
	border-radius: 50%;
}
.inline-block-checkbox input + label {
	padding: 0 !important;
}
.inline-block-checkbox input:checked + label:after {
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    bottom: -4px;
    content: " ";
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    z-index: 0;
}
.inline-block-checkbox input:checked + label img {
	position: relative;
	z-index: 3;
}
.inline-block-checkbox input:checked + label {
	position: relative;
	background: none !important;
	border: 0 none !important;	
}
.tablesize .table tbody {
	padding-top: 15px;
}
.tablesize .table tr > td {
	color: #333;
    font-size: 15px;
	padding: 8px 0;
}
@media (max-width: 767px) {
	.tablesize .table tr > td {
		font-size: 2vw;
	}
}
.tablesize .table tr[selected] > td {
	background: #02b1b1;
	color: #ffffff;
}
.tablesize .table > thead > tr > td {
	padding: 15px 0;
}
.tablesize .table > thead > tr > td {
	background: #F6F6F6;
}
.font-15x {
	font-size: 15px;
}
.text-underline {
	text-decoration: underline;
}
.btn-big {
	line-height: 32px;
    font-size: 15px;
}
.btn-big svg {
	position: relative;
	top: 2px;
}
.description p {
	color: #999;
}
.sorting {
	margin-bottom: 25px;
}
.btn-group.view .dropdown-menu {
	border: 0 none;
    border-radius: 0;
    left: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
}
.btn-group.view .dropdown-menu button {
	background: #02b1b1 !important;
    border: 0 none !important;
    border-radius: 0;
    fill: #ffffff;
    margin: 0;
    width: 100%;
}
.btn-group.view .dropdown-menu button:hover {
	background: #ffffff !important;
	fill: #444444;
}
.btn-group.view .dropdown-menu button + button {
	margin-top: -1px;
}
.mastercolor {
	font-family: Cuprum, Arial;
    left: 0;
    position: fixed;
    top: 120px;
    z-index: 1001;
}
.template-setting {
	background: #ffffff;
	box-shadow: 3px 3px 6px #999;
	margin-left: -360px;
    min-height: 500px;
	padding: 5px 5px;
    position: relative;
    width: 350px;
	transition:			all 1s ease 0s;
	-moz-transition:	all 1s ease 0s;
	-webkit-transition:	all 1s ease 0s;
	-o-transition:		all 1s ease 0s;
}
.template-setting.show {
	margin-left: 0px;
}
.template-setting h4 {
	font-size: 16px;
	text-align: left;
	color: #607D8B;
}
.template-setting select.form-control {
	min-width: 0;
	margin-left: -15px;
}
.template-setting .input-width {
	margin-left: -15px;
}
.template-setting .element {
	margin: 0 10px 10px 0;
}
.template-setting .element input,
.template-setting .element label {
	border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0;
    padding: 3px;
	cursor: pointer;
}
.template-setting .element input,
.template-setting .element label span {
	height: 30px;
	width: 30px;
	margin: 0;
}
.template-setting .element label span {
	display: block;
}
.template-setting .element input {
	display: none;
}
.template-setting .element input:checked + label {
	border: 1px solid #333;
}
.coloring {
	border: 1px solid #fff;
    height: 33px;
    margin-left: -15px;
    padding: 2px 0;
    text-align: center;
    width: 100%;
}
.focus_div {
	width: 100%;
	height: 25px;
	opacity: 0;
}
.colordiv {
	display: none;
	min-height: 160px;
}
.close-setting {
	background: #333;
    cursor: pointer;
    height: 55px;
    line-height: 65px;
    position: absolute;
    right: -65px;
    top: 0;
    width: 65px;
}
.close-setting .fa {
	font-size: 25px;
	color: #ffffff;
}
.divshadow #search .btn-primary {
	border-radius: 0 !important;
}
.divshadow #search .btn-primary > svg {
	font-size: 11px;
	top: -2px;
}
.text-uppercase {
	text-transform: uppercase;
}
#top li#cart.open > ul {
	display: none;
}
.closecart {
	cursor: pointer;
}
@media (max-width: 767px) {
	#top .navbar-nav {
		margin: 0 auto;
	}
	#top-links .clicksearch .btn-link {
		padding: 7.5px 15px;
	}
}
.product-thumb .image button[onclick^="wishlist.add"],
.product-thumb .image button[onclick^="compare.add"] {
	padding: 8.5px 13px;
}
.product-thumb .image button[onclick^="wishlist.add"].btn-white > svg,
.product-thumb .image button[onclick^="compare.add"].btn-white > svg {
	font-size: 13px;
    top: -1px;
}
.lightcart .input-group-btn .btn {
    border-radius: 0 3px 3px 0 !important;
    font-size: 13px;
    height: 40px;
    line-height: 23px;
}
.lightcart .light-qty .input-group-btn .btn {
    font-size: 13px;
    line-height: 34px;
}
.lightcart .panel-title {
	font-size: 18px;
}
.lightcart .panel-default > .panel-heading {
	background: #fff;
}
.lightcart .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: 0 none;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border-bottom-width: 1px;
}
.light-td .input-group-btn .btn {
    font-size: 14px;
    line-height: 25px;
}
.light-td input + .input-group-btn .btn {
	border-radius: 0 5px 5px 0 !important;
}
.light-qty button > svg {
	position: relative;
	top: -2px;
}
@media (max-width: 767px) {
	.categorycarousel .name {
		bottom: 0;
		margin-top: -3px;
		position: relative;
	}
	.categorycarousel .owl-carousel > div img {
		border-radius: 15px 15px 0 0;
	}
	.categorycarousel .name a {
		font-size: 13px;
	}
	.categorycarousel .name a svg {
		display: none;
	}
	.top-nav #search {
		border: 0 none;
		width: 100%;
		left: 0;
	}
	.top-nav #search > .form-control {
		border: 1px solid #ddd;
		display: block;
		margin: 0;
		width: 100%;
	}
	.top-nav #search > .input-group-btn.search {
		display: block;
		position: absolute;
		right: 0;
		width: 37px;
	}
	.top-nav #search > .input-group-btn.search svg {
		position: relative;
		top: -1px;
	}
	.textbanner {
		padding-left: 15px;
		padding-right: 15px;
	}
	#search .search button.btn-lg {
		margin-right: 0;
		width: 100%;
		fill: #999;
	}
	
	.clicksearch .dropdown-menu {
		padding: 9px 15px;
	}
	#top-links .clicksearch .btn-link svg {
		font-size: 14px;
		height: 17px;		
	}
	.divshadow .border-right h2 {
		margin-top: 15px;
	}
	.next-page a {
		font-size: 11px;
	}
	.product-page a {
		font-size: 11px;
	}
	.category-list .image-a {
		width: 100%;
	}
	.lk-block .dropdown.open {
		position: initial;
	}
	.open a#wishlist-header-total + .dropdown-menu {
		background: #fff;
		left: 15px;
		margin: 0;
		min-width: 0;
		position: absolute;
		right: 15px;
		width: auto;
	}
	#top {
		z-index: 10;
	}
}
.dropdown-menu .list-group-item:first-child {
	border-top: 0 none;
}
.dropdown-menu .list-group-item:last-child {
	border-bottom: 0 none;
}
#mobile-menu .dropdown-backdrop {
	z-index: 0 !important;
}
img.img-captcha {
	position: relative;
	top: -7px;
}

.showcase-list .product-grid .product-thumb .button-group button + button {
	border: 0 none;
	width: 20%;
}
.showcase-list .product-grid .product-thumb .rating {
	margin-bottom: 15px;
}
.product-thumb .caption p.description {
	word-wrap: break-word;
}
.product-grid .product-thumb .caption h4,
.product-thumb.transition .caption h4 {
	text-align: center;
}

.article-menu__list {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	list-style: none;
	gap: 1em;
	margin: 1px;
	padding: 1.5px;
}

.article-menu__list > li {
	padding: 8.5px 2px 8.5px 12px;
	opacity: .8;
	transition: opacity .5s ease-in-out;
}
.article-menu__list > li:hover {
	opacity: 1;
}

.article-menu__list > li > a {
	color: #000;
	font-size: 13.5px;
	line-height: 1.42857143;
}

header {
	position: sticky;
	left: 0;
	top: 0;
	z-index: 10;
}

#top {
	background-color: #ffffff;
}

.l-margin-100 {
	left: -100px;
}