@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
* {
	font-family:Inter;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:0;
	padding:0;
	border:0;
	
}
.wrapper {
	width:95%;
	max-width:1080px;
	margin-left:auto;
	margin-right:auto;
}
.gift-packer-back {
    position: fixed;
    left: 0;
    bottom: 50px;
    background: rgb(204, 63, 63);
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 36px 15px 102px;
    z-index: 800;
}
.gift-packer-back:hover {
	background:rgb(218, 70, 70);
	box-shadow:0 0 5px #252525;
	-webkit-box-shadow:0 0 5px #252525;
	-moz-box-shadow:0 0 5px #252525;
}
body.backgrounded {
	background-position: center center;
	background-attachment: fixed;
	background-size:cover;
}
.only-mobile {
	display:none;
}
input[disabled] {
	cursor: not-allowed;
}
ul.options li a {
    display:inline-block;
    color:#222;
    font-size:18px;
}
ul.options li + li {
    margin-top: 10px;
}
#search-form {
	position: relative;
}
#search-form .live-results {
	position: absolute;
	top:45px;
	left:0;
	width:100%;
	z-index:500;
}
#search-form .live-results {
	font-size:0;
	background:#fff;
	border:1px solid #efefef;
    box-shadow: 0 0 10px #ababab;
    -moz-box-shadow: 0 0 10px #ababab;
    -webkit-box-shadow: 0 0 10px #ababab;
	display:none;
}
#search-form .live-results a {
	display:block;
	width:100%;
	padding:5px;
}
#search-form .live-results a:hover {
	background:#f9f9f9;
}
#search-form .live-results a + a {
	border-top:1px solid #ddd;
}
#search-form .live-results .live-search-thumb {
	vertical-align: middle;
	width:15%;
	display:inline-block;
}
#search-form .live-results .live-search-product {
	vertical-align: middle;
	width:50%;
	display:inline-block;
	font-size:14px;
	color:#252525;
}
#search-form .live-results .cat-item {
	padding:20px;
}
#search-form .live-results .cat-item .live-search-product {
	text-align:left;
	width:77%;
}
#search-form .live-results .cat-item .live-search-thumb {
	width:23%;
}
#search-form .live-results .string-item {
	padding:20px;
}
#search-form .live-results .string-item .live-search-product {
	text-align:left;
	width:77%;
}
#search-form .live-results .string-item .live-search-thumb {
	width:23%;
}
#search-form .live-results .live-search-thumb p {
	color:#28cc88;
	font-size:16px;
	text-align:center;
}
#search-form .live-results .live-search-price {
	vertical-align: middle;
	width:35%;
	display:inline-block;
	font-size:14px;
	color:#252525;
	font-weight: bold;
}
#search-form .live-results .live-search-price b {
	text-decoration: line-through;
    font-size: 0.9em;
    margin-right: 5px;
    display: inline-block;
    color: #d63031;
}
#search-form .live-results .no-results {
	padding:20px;
	color:#252525;
	font-size:15px;
	display:block;
	font-weight: bold;
}
#search-form .live-results .instru {
    padding: 10px 20px;
    background: rgb(255, 229, 44);
    color: #000;
    font-size: 17px;
    display: block;
}
body {
	background:#fff;
	background-position: center center;
	overflow-y: scroll;
	background-attachment: fixed;
}
input[readonly]:hover {
	cursor:not-allowed;
}
.system-messages {
	margin-bottom:30px;
}
.system-messages .success {
    background: rgb(81, 226, 120);
    color: #fff;
    font-size: 22px;
    padding: 20px;
}
.content h1 {
	padding:30px 0;
}
.content h1 svg {
	color:#f7f7f7;
	display:inline-block;
	margin-right:10px;
}
.content .inner label.error br {
	margin:0;
}
.system-messages .error {
    background: #c45656;
    color: #fff;
    font-size: 22px;
    padding: 20px;
}
.content h1 span {
	font-weight: 300;
	margin-right:30px;
	display:inline-block;
	opacity:0.3;
	filter:alpha(30);
}
.content h1 {
	color: #252525;
    font-size: 28px;
    /* text-transform: uppercase; */
    /* background: #ededed;*/
}
.search-results.content h1 {
	background:#fff;
	line-height: normal;
}
.content .inner {
    padding:30px 0;
}
.content .inner br {
	display: block;
	content: "";
	margin: 30px 0;
	line-height: normal;
}
.content .inner ul, .content .inner ol {
    margin-left:35px;
}
.content .inner p {
	line-height: 32px;
	font-size: 21px;
}
.content .info-text {
	margin-bottom:50px;
  }
.content .inner p + p, .content .inner p + ul, .content .inner ul + p, .content .inner p + ol, .content .inner ol + p, .content .inner ul + ul, .content .inner ol + ol {
    margin-top:30px;
}
.content .module-title a {
    text-decoration: none;
}
div.item[data-product-id] { width: 216px; }
.loading {
	z-index:99999999;
	background:rgba(255,255,255,0.4);
	left:0;
	top:0;
	display:none;
	width:100%;
	height: 100%;
	position: fixed;
}
header {
	background:url(../img/green-shopping-pattern.png);
	background-attachment: fixed;
}
header .search {
	text-align:center;
}
header .search input {
    border:1px solid #fff;
    padding: 10px;
    width: 336px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #444;
    font-size: 13px;
    background-image: url(../img/search-input-icon.png);
    background-position: 301px 3px;
    background-repeat: no-repeat;
}
header .search input:focus {
	box-shadow:0 0 15px #16351e;
	-moz-box-shadow:0 0 15px #16351e;
	-webkit-box-shadow:0 0 15px #16351e;
}
nav {
	font-size:0;
}
nav div {
	width: 33.334%;
	display:inline-block;
	vertical-align:middle;
}
nav .logo img {
	display:inline-block;
	padding: 28px 0px;
}

nav .cart a {
	width:310px;
}
nav .cart-icon {
	color:#fff;
	display:inline-block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	text-align:left;
	padding:30px 30px;
	background:#4b8c5c;
}
nav .cart-icon:hover {
	background:#458054;
	cursor:pointer;
}
nav .cart-icon svg, nav .cart-icon span {
	display:inline-block;
	vertical-align:middle;
}
nav .cart-icon svg {
	font-size:48px;
	margin-right:15px;
	display:inline-block;
	vertical-align:middle;
}
nav .cart-icon span {
	font-size:19px;
	line-height: 20px;
	display:inline-block;
	vertical-align:middle;
	font-weight:700;
}
nav .cart-icon b {
	font-weight:400;
	font-size:16px;
}
nav .cart-icon b em {
	font-style:normal;
}
nav .cart {
	text-align:right;
}
.main-nav {
	font-size:0;
	text-align: center;

}
.main-nav a {
	color: #666;
    font-size: 18px;
    padding: 12px 30px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	font-weight: 300;
	width:20%;
	background: #626bad;
	color:#fff;
    text-decoration: none;
    display: inline-block;
}
.main-nav a + a {
	margin-left:0;
}
.main-nav a:hover {
	color:#fff;

}
.filter.top {
	margin-bottom:50px;
}
.filter.bottom {
	margin-top:50px;
}
.content {
    margin: 50px 0;
	line-height: 24px;
}
.content a {
	text-decoration: underline;
	color:#008eff;
}
.content a:hover {
	text-decoration: none;
	color:#252525;
}
.module-title a {
	color: #252525;
}
.module-title a:hover {
	color: #ff4141;
}
.module-title {
	color: #252525;
    font-size: 35px;
    /* border-bottom: 3px solid #eee; */
    font-weight: 100;
    padding: 20px;

    /* letter-spacing: 0px; */
    font-weight: 700;
	letter-spacing: 2px;
	
}
.item .out-of-stock {
	position: absolute;
    left: 0;
    top: 80px;
    padding: 1px 0;
    width: 100%;
    color: #fff;
    text-align: center;
	background: #d93031;
	opacity:0.9;
	filter:alpha(90);
}
.item .ws-available {
	position: absolute;
    left: 0;
    top: 80px;
    padding: 1px 0;
    width: 100%;
    color: #fff;
    text-align: center;
	background: #30d946;
	opacity:0.9;
	filter:alpha(90);
}

.hcs-left {
    width:25%;
    vertical-align: top;
    display:inline-block;
}
.hcs-right {
    width:75%;
    vertical-align: top;
	display:inline-block;
	padding-left:20px;
}
footer {
	padding:40px 0;
	font-size:0;
	background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 100%);

}
footer section {
	width:50%;
	display:inline-block;
	vertical-align:top;
}
footer iframe {
	width:100%;
	height:500px;
	border:0;
}
footer img {
	opacity:0.7;
	filter:alpha(70);
	display:inline-block;
}
footer img:hover {
	opacity:1;
	filter:alpha(100);
}
.footer-left .menu {
	margin-bottom:20px;
	width:auto;
	display:table;
}
.footer-left .menu a svg {
	display: none;
}
.footer-left .menu a {
	display:block;
	width:100%;
}
footer a {
    color: #252525;
    text-decoration: none;
}
.footer .footer-left {
	width:50%;
	vertical-align: top;
	display:inline-block;
}
.footer .footer-right {
	width:50%;
	vertical-align: top;
	display:inline-block;
}
footer h2 {
	line-height: initial;
}
footer section a {

    font-size: 15px;
    color: #008eff;
    font-weight: 400;
}
footer .img-block {
	text-align: right;
}
footer .img-block img {
	display:block;
}
footer .img-block a + a {
	margin-top:15px;
}
footer a + a {
	margin-top:10px;
}
footer a[href]:hover {
	color:#252525;
	text-decoration:underline;
	cursor:pointer;
}
footer .copyright {
	color:#252525;
	line-height: 19px;
	font-size:13px;
	margin-top:50px;
	text-align: center;
}
footer .copyright a {
	color:#008eff;
}
footer .copyright a:hover {
	color:#252525;
}
.promo-icons {
	font-size:0;

	background-attachment: fixed;
	text-align:center;
	margin:40px 0;
}
.promo-icons .item {
	width:30%;
	vertical-align: top;
	display: inline-block;
	text-align:center;
	padding: 20px;
}
.promo-icons .item p {
    font-size: 19px;
    color: #000;
    font-weight: 300;
}
.promo-icons .item svg {
	font-size:40px;
	margin-bottom:10px;
	display:inline-block;
	color:#008eff;
}
.promo-icons .item + .item {
	margin-left:7px;
}
.content-bottom {
	margin-top:100px;
	padding:50px 0;
	background:#252525;
}
.cart-response {
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	z-index:5000;
	padding-top:20px;
}
.cart-response .wr {
	width:900px;
	margin:0 auto 0 auto;
	box-shadow:1px 1px 5px #000;
	-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
	background:#fff;
}
.cart-response .content {
    font-size: 18px;
    padding: 30px 0 0 0;
	color: #252525;
	text-align:center;
}
.cart-response .content .product + .product {
	margin-top:10px;
}
.cart-response .content b {
	color:#008eff;
}
.cart-response .buttons { 
	font-size:0;
}
.cart-response .buttons p {
	display:inline-block;
	width:50%;
	padding:0 25px 25px;
}
.cart-response .buttons p:nth-child(2) {
	text-align:right;
}
.cart-response .buttons p a {
	padding:12px 20px;
	background:#ff4141;
	color:#fff;
	font-size:19px;
	display:inline-block;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	text-decoration: none;
}
.cart-response .buttons p a:hover {
	background:#ff3232;
	cursor:pointer;
}
.data {
	width:100%;
	margin:0 auto;
}
.data table {
	width:100%;
}
.data table td {
	padding:15px;
}
.data table tr td {
	width:50%;
}
.data td .tip {
	color: #252525;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}
.data table span {
	margin:0 0 7px 7px;
	font-size:17px;
	display:block;
}
.data table input, .data table select {
    display: block;
    width: 100%;
    box-shadow: inset 1px 1px 2px #ddd;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.data .submit {
	padding: 20px 60px;
    color: #fff;
    font-size: 23px;
    background: #008eff;
    text-decoration: none;
	vertical-align: middle;
	display:inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.data .submit:hover {
	background:#0973ca;
	cursor:pointer;
	color:#fff;
}
.data .actions {
	text-align: right;
	padding:15px;
}
.data .actions .link {
	vertical-align: middle;
	display:inline-block;
	margin-right:20px;
	color:#222;
	font-size:15px;
}
.data input[type=submit] {
	display:none;
}
.data label.error {
	padding:5px;
	display:block;
	font-size:15px;
	background:#ff4141;
	color:#fff;
}
.data label.success {
	padding:5px;
	display:block;
	font-size:15px;
	background:green;
	color:#fff;
}
.list table {
	width:100%;
}
.list table td {
	padding:15px;
	font-size:15px;
}
.list table tr:first-child td {
	font-weight: bold;
}
.list table .buttons a {
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:8px;
	font-size: 16px;
	text-decoration: none;
}
.list table .buttons a:hover {
	background:#ccc;
	cursor: pointer;
}
.cols {
	font-size:0;
}
.cols .col-6 {
	width:50%;
	vertical-align: top;
	display:inline-block;
}
.cols .col-5 {
	width:41.6666666667%;
	vertical-align: top;
	display:inline-block;
}
.cols .col-7 {
	width:58.3333333333%;
	vertical-align: top;
	display:inline-block;
}
.cookiebar {
	position: fixed;
	left:0;
	bottom:0;
	width:100%;
	background:#000;
	z-index:400;
	text-align: left;
	padding:15px 0 15px 50px;
	display:none;
}
.cookiebar p {
	color:#fff;
	font-size:13px;
	display:inline-block;
	margin:0;
	vertical-align: middle;
}
.cookiebar span {
	display:inline-block;
	vertical-align: middle;
	background:#50CB86 ;
	color:#fff;
	margin-left:14px;
	font-size:16px;
	padding:4px 15px;
}
.cookiebar span:hover {
	background:rgb(98, 214, 149);
	cursor:pointer;
}

.soparams {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px #cccccc;
    margin-top: 10px;
	max-width:50%;
}
.soparam_name {
    flex: 1 0 50%;
    padding: 8px 0px;
    border-bottom: 1px solid #eaeaea;
}
.soparam_val {
    flex: 1 0 50%;
    padding: 8px 0px;
    border-bottom: 1px solid #eaeaea;
}
.soparams > div:nth-last-child(-n+2) { border-bottom:0px }
.head-coupon {
    padding: 15px 0;
    color: #fff;
    background: #252525;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
}
.header-image-bg {
	background: url(../img/grill.png) center center;
	background-size: 100%;
	padding:30px 0 60px 0;
	overflow: hidden;
	position: relative;
}
.header-image-bg:before {
	content: "";
	position: absolute;
	top: -0;
	left: 0;
	width: 100%;
	height: 15px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,60 C300,-60 900,180 1200,60 V0 H0 Z' fill='%23eee'%3E%3C/path%3E%3C/svg%3E");
	background-size: 80%;
	background-repeat: repeat-x;
	background-position: top;
}
.header-image-bg:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 60px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,60 C300,180 900,-60 1200,60 V120 H0 Z' fill='%23eee'%3E%3C/path%3E%3C/svg%3E");
	background-size: 100%;
	background-repeat: repeat-x;
	background-position: bottom;
	
	
	
}
.header-bar {
	font-size:0;
	padding-top:0;
}
.header-top-cont {
	margin-bottom:30px;
}
.header-top-cont a {
	color:#008eff;
	text-decoration: none;
}
.header-top-cont a:hover {
	color:#fff;
	text-decoration: underline;
}

.header-bar .html-text-module span {
	font-size:initial;
}
footer .html-text-module p, footer .html-text-module div {
	font-size:initial;
	line-height: 23px;
	color:#252525;
}

footer h3 {
	margin:20px 0;
	color:#252525;
}
.header-bar .logo {
	text-align: center;
	display:block;
	vertical-align: middle;
}
.header-bar .menu {
	width:75%;
	
	display:inline-block;
	vertical-align: middle;
}
.header-bar .greenbuttonmagic a:first-child {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 2px;
}
.header-bar .greenbuttonmagic a:first-child:hover {
	background:rgb(81, 226, 120);
	color:#fff;
}
.header-bar .greenbuttonmagic a:first-child svg {
	margin-right:3px;
	color:rgb(102, 255, 143);
}
.navigation-line {

    background: #fff;
    background: -moz-linear-gradient(top, #eee 0%, #fff 100%);
    background: -webkit-linear-gradient(top, #eee 0%, #fff 100%);
    background: linear-gradient(to bottom, #eee 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#fff',GradientType=0 );
}
.user-line {
	background: #eee;
	background: -moz-linear-gradient(top, #ffffff 0%, #eee 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #eee 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #eee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eee',GradientType=0 );
	margin-top:0;
	text-align: center;
}
.header-bar .menu2 {
	width:25%;
	display:inline-block;
	vertical-align: middle;
	text-align:right;
}
.logo-image {
	max-width:400px;
}
.text-style-1 {
	font-size: 25px;
	color: #252525;
	margin-bottom: 50px;
	font-weight: bold;
}
.text-style-2 {
	font-size: 21px;
	color: #252525;
	margin-bottom: 50px;
	font-weight: bold;
}
.header-bar .menu a, .header-bar .menu2 a {
	display:inline-block;
	vertical-align: middle;
	color:#252525;
	font-size:16px;
	height:50px;
	text-decoration:none;
	line-height: 27px;
	padding:13px 12px 12px 12px;
}
.header-bar .menu2 svg {
	margin-right:3px;
}
.header-bar .menu b {
	display:inline-block;
	vertical-align: middle;
	color:#252525;
	font-size:13px;
	font-weight: 800;
	margin-right:15px;
	text-decoration:none;
}
.content {
    font-size:25px;
    color:#252525;
    margin-bottom: 50px;
}
.content li {
    font-size: 19px;
    color: #252525;
    line-height: 30px;
}
.content li + li {
    margin-top:20px;
}
.header-bar .menu b svg {
	margin-right:3px;
}
.header-bar .menu a:hover, .header-bar .menu2 a:hover {
	color:#008eff;
}
.header-bar .menu a + a, .header-bar .menu2 a + a {
	margin-left:0;
}
.product-list-discount img, .product-list-new img {
	border-radius:15px;
}
.header-bar .cart {
	display:inline-block;
	vertical-align: middle;
	position: relative;
	background: #ff4141;
	text-transform: uppercase;
	font-weight: bold;
}
.header-bar .menu2 a.cart {
	color:#fff;
	border-radius:2px;
	padding-left:25px;
	padding-right:25px;
}
.header-bar .menu2 .cart:hover {
	background:#ff3232;
	color:#fff;
}
.header-bar .menu2 .cart:hover svg {
	color:#fff;
}
.header-bar .cart svg {
	color:#fff;
	font-size:24px;
}
.header-bar a:hover svg {
	cursor:pointer;
	color:#008eff;
}
.header-bar .cart span {
	text-transform: none;
	line-height: 18px;
	font-weight: normal;
	color: #fff;
	font-size: 15px;
	font-style: italic;
}
.header-bar .menu2 .cart:hover span {
	color:#fff;
}
.search-bar {
	font-size:0;
	padding:30px 0 0 0;
}
.search-bar .tips {
	display:inline-block;
	vertical-align: middle;
	width:60%;
}
.search-bar .input {
	display:inline-block;
	vertical-align: middle;
	width:100%;
}
.search-bar .tips {
	text-align:right;
	padding-right:10px;
}
.search-bar .input {
	
}
.search-bar .tips a {
	font-weight:600;
	display:inline-block;
	color:#252525;
	font-size:15px;
}
.search-bar .tips .important {
	text-transform: uppercase;
	font-size:23px;
	color:#008eff;
}
.search-bar .tips a + a {
	margin-left:20px;
}
.search-bar .tips a:hover {
	color:#666;
	text-decoration:none;
}
.search-bar .input input {
    display: block;
    width: 100%;
    box-shadow: inset 1px 1px 2px #ddd;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.search-bar .input input:focus {
	border-color:#28cc88;
	box-shadow: none;
}
.search-bar input::placeholder {
	color: #888;
	opacity: 1;
}
.search-bar input:-ms-input-placeholder {
	color: #888;
	opacity: 1;
}
.search-bar input::-ms-input-placeholder {
	color: #888;
	opacity: 1;
}
.arukereso-img {
	margin:20px 0 0 0;
}
.arukereso-img:hover {
	opacity:0.8;

}
.filter input[type=text] {
	width:100px;
}
.filter input[type=text], .filter select {
	color: #252525;
	padding:11px;
	display:inline-block;
	font-size:16px;
	background:#f7f7f7;
	vertical-align: middle;
}
.filter input[type=text] {
	outline:none;
}
.filter input[type=submit] {
	background: #008eff;
	padding: 11px 35px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}
.filter input[type=submit]:hover {
    cursor: pointer;
    background:#0973ca;
}
.filter {
	font-size:0;
}
.filter .filter-pagination {
	display: inline-block;
	width:40%;
	vertical-align: middle;
}

.filter .filter-filters {
	display: inline-block;
	width:60%;
	vertical-align: middle;
	text-align: right;
}
.filter p {
    font-size: 16px;
    padding: 10px 0;
    margin: 10px 0;
    font-weight: bold;
    color: #555;
    text-align: center;
    border-top: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
}
.filter label {
    color: #666;
    font-size: 15px;
    line-height: 15px;
    margin-left:5px;
}
.tags {
    text-align: center;
    
}
.tags a {
    color:#4541eb;
    font-size:14px;
    display:inline-block;
    padding:4px 10px;
    border-radius:20px;
    text-decoration: none;
}
.tags a:hover {
    background:#f9f9f9;
    color:#2f2bcd;
}
.tags a.active {
    background:#2f2bcd;
    color:#fff;
}
.tags a + a {
    margin-left:5px;
}
.child-cats {
    padding-left:15px;
}
.child-cats .child-cat-item {
    display:block;
    line-height: normal;
}
.child-cats .child-cat-item span {
    display:block;
}
.child-cats .child-cat-item a {
    display: block;
    font-size: 15px;
    text-decoration: none;
	color: #444;
	font-weight:700;
}
.child-cats .child-cat-item + .child-cat-item {
    margin-top:10px;
}
.child-cats .child-cat-item:hover a {
    color:blue;
}
.more-cats .child-cats {
	column-count: 4;
	margin:40px 0;
	width:100%;
}
.more-cats .child-cat-item {
	display:block;
}
.more-cats .child-cat-item a:hover {
	color:#28cc88;
    text-decoration: underline;
}
.filter .lb {
    height:0;
}
.cat-products .inner {
    padding:0;
}


.pagination {
    background:#fff;
    

}
.content .pagination a {
    display: inline-block;
    padding: 11px 0;
    font-size: 16px;
    width: 66px;
    line-height: normal;
    text-decoration: none;
	/* border-radius: 2px; */
	text-align: center;
    background: #f7f7f7;
    color: #252525;
    /* border: 1px solid #cacaca; */
    vertical-align: middle;
}
.pagination a svg {
    display: inline-block;
}
.pagination strong {
    display: inline-block;
    padding: 11px 0;
    font-size: 16px;
    width: 66px;
    line-height: normal;
    text-decoration: none;
    /* border-radius: 2px; */
    background: #008eff;
    color: #fff;
	/* border: 1px solid #cacaca; */
	text-align: center;
    vertical-align: middle;
}
.pagination a:hover {
    border-color:#666;
    background: #eee;
}
.mobile-menu {
	background:#252525;
	position: fixed;
	z-index:1000000;
	left:0;
	top:0;
	height:100%;
	box-shadow:0 0 10px 0 #222;
	padding:20px 0;
	display:none;
}
.mobile-menu a {
	display:block;
	color:#fff;
	font-size:18px;
	padding:8px 30px;
	text-decoration: none;
}
.mobile-menu a:hover {
	background:#222;
	cursor:pointer;
}
.mobile-menu .mobile-menu-close {
	color:red;
	text-align:center;
	font-size:14px;
	cursor:pointer;
	margin-top:20px;
}
.menu2-init-button {
	display:none;
	cursor:pointer;
	color:#fff;
	border:1px solid #fff;
	padding:10px;
	font-weight:900;
	font-size:18px;
	text-align:center;
}
.goback {
    text-align: center;
    padding: 20px;
    color: #ff4141;
    font-size: 15px;
    display: block;
    text-decoration: none;
}
.goback:hover {
	color:#252525;
}