@charset "utf-8";
@import "../../stylesheet/stylesheet.css";

:root{
    --primary:rgba( 14, 14, 14, 1);
    --primary_three:rgba( 14, 14, 14, 0.3);
    --primary_five:rgba( 14, 14, 14, 0.5);
    --primary_seven:rgba( 14, 14, 14, 0.7);
    --primary_nine:rgba( 14, 14, 14, 0.9);

    --secondary:rgba( 234, 234, 234, 1);
    --secondary_three:rgba( 234, 234, 234, 0.3);
    --secondary_five:rgba( 234, 234, 234, 0.5);
    --secondary_seven:rgba( 234, 234, 234, 0.7);
    --secondary_nine:rgba( 234, 234, 234, 0.9);

    --third:rgba( 94, 178, 45, 1);
    --third_three:rgba( 94, 178, 45, 0.3);
    --third_five:rgba( 94, 178, 45, 0.5);
    --third_seven:rgba( 94, 178, 45, 0.7);
    --third_nine:rgba( 94, 178, 45, 0.9);

    --forth:rgba( 171, 32, 22, 1);
    --forth_three:rgba( 171, 32, 22, 0.3);
    --forth_five:rgba( 171, 32, 22, 0.5);
    --forth_seven:rgba( 171, 32, 22, 0.7);
    --forth_nine:rgba( 171, 32, 22, 0.9);

    --fifth:rgba( 255, 255, 255, 1);
    --fifth_three:rgba( 255, 255, 255, 0.3);
    --fifth_five:rgba( 255, 255, 255, 0.5);
    --fifth_seven:rgba( 255, 255, 255, 0.7);
    --fifth_nine:rgba( 255, 255, 255, 0.9);

}
.revolution img {
    width: 100%;
}
.tp-caption {
	 width: 100%;
	 text-align: center;
}
 .tp-caption label {
	 font-size: 50pt;
	 line-height: 50pt;
	 text-shadow: 0px 0px 9px #333;
	 color: var(--secondary);
}
 .top-categories {
	 position: absolute;
	 bottom: 0px;
	 z-index: 20;
	 text-align: center;
	 left: 0;
	 right: 0;
}
 .top-categories a {
	 font-size: 16pt;
	 display: inline-block;
	 padding: 10px;
	 vertical-align: bottom;
	 background: #ab2016cf;
	 min-width: 100px;
	 border-radius: 3px;
	 transition: 0.3s;
	 -webkit-transition: 0.3s;
	 -ms-transition: 0.3s;
	 height: 80px;
	 -moz-transition: 0.3s;
	 margin-left: -1px;
	 margin-right: -1px;
	 color: #fff;
}
 .top-categories a span.cat__icon {
	 display: block;
}
 .top-categories a label {
	 font-weight: normal;
	 text-transform: uppercase;
}
 .top-categories a span.cat__text {
	 text-transform: uppercase;
	 font-size: 12px;
}
 .top-categories a:hover {
	 background: #ab2016;
	 color: #fff;
	 height: 100px;
	 text-decoration: none;
}
 .search_group {
	 display: flex;
	 border-radius: 4px;
	 overflow: hidden;
	 border: 1px solid #ccc;
}
 .search_group .form-control {
	 border: 0px;
}
 .ptsans {
	 font-family: 'PT Sans', sans-serif;
}
 body {
	 background-color: var(--fifth);
	 font-family: "PT Sans";
	 font-size: 14px;
}
 .boxed {
	 max-width: 1170px;
	 margin: auto;
}
 h1, h2, h3, h4, h5, h6, h7, .title3, .title2, .title1 {
	 font-weight: 400;
	 color: #444444;
}
 a {
	 color: #656565;
}
 a:hover, a:focus {
	 color: var(--third);
}
 p {
	color: var(--primary);
    font-family: "PT Sans";
    font-size: 16px;
    line-height: 26px;
}
 .icon-1half {
	 font-size: 1.5em;
}
 .block {
	 padding: 60px 0;
	 position: relative;
	 overflow: hidden;
}
 .btn-home {
	 color: var(--secondary);
	 padding: 15px 20px;
	 text-transform: uppercase;
	 background-color: var(--primary_five);
}
 .btn-home:hover {
	 text-decoration: none;
	 background-color: var(--forth);
	 color: var(--forth);
	 border-color: var(--forth);
}
 .btn-read {
	 border: 1px solid var(--secondary_seven);
	 color: var(--secondary);
	 padding: 10px 20px;
	 text-transform: uppercase;
	 margin: 10px auto 20px;
	 display: inline-block;
}
 .btn-read:hover {
	 text-decoration: none;
	 background-color: var(--secondary);
	 color: var(--forth);
	 border-color: var(--secondary);
}
 .btn-dark {
	 border: 1px solid var(--primary_seven);
	 color: var(--primary);
	 padding: 10px 20px;
	 text-transform: uppercase;
	 margin: 10px auto 20px;
	 display: inline-block;
}
 .btn-dark:hover {
	 text-decoration: none;
	 background-color: var(--forth);
	 color: var(--secondary);
	 border-color: var(--forth);
}
 .btn-darkest {
	 border: 1px solid var(--forth);
	 text-decoration: none;
	 background-color: var(--forth);
	 color: #fff !important;
	 border-color: var(--forth);
	 padding: 10px 20px;
	 margin: 10px auto 20px;
	 text-transform: uppercase;
	 display: inline-block;
}
 .btn-darkest:hover {
	 border-color: var(--primary_seven);
	 background-color: #fff;
	 color: var(--primary) !important;
}
 blockquote p, .block-form blockquote p {
	 color: var(--primary);
	 font-size: 16px;
}
 .form-control {
	 border-radius: 0;
}
 .text-error {
	 font-size: 18px;
	 color: red;
}
 .color-active {
	 color: var(--forth);
}
 .highlight {
	 background-color: var(--forth);
	 color: var(--secondary);
	 padding: 3px 2px;
}
 .dis-n {
	 display: none;
}
 .fa-rotate-45 {
	 -webkit-transform: rotate(45deg);
	 -moz-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 -o-transform: rotate(45deg);
	 transform: rotate(45deg);
}
 .block-form select.form-control {
	 font-size: 14px;
	 height: auto;
}
 form#addlist .btn-default-1 {
	 margin-right: 0px;
}
 .revolution-container {
	 width: 100%;
	 position: relative;
	 padding: 0;
}
 .revolution {
	 width: 100%;
	 position: relative;
}
 #header.light-header {
	 position: relative;
}
 #header.light-header .header-top-row {
	 background-color: var(--forth);
	 border-bottom: var(--forth);
}
 #header.light-header .top-welcome p {
	 color: var(--secondary);
}
 #header.light-header .top-welcome p i {
	 color: var(--secondary);
}
 #header.light-header .socials-block ul li a {
	 color: var(--secondary);
}
 #header.light-header .socials-block ul li a:hover {
	 color: var(--secondary);
	 background: var(--forth);
}
 #header.light-header #account-menu .account-menu-title {
	 color: var(--secondary);
}
 #header.light-header #account-menu .account-menu-title:hover {
	 color: var(--secondary);
}
 #header.light-header #account-menu .account-menu-item {
	 background-color: var(--secondary);
}
 #header.light-header #account-menu .account-menu-item a {
	 color: var(--primary);
	 border-color: var(--secondary_three);
}
 #header.light-header #account-menu .account-menu-item a:hover {
	 color: var(--forth);
}
 #header.light-header #currency .currency-title {
	 color: var(--primary_five);
}
 #header.light-header #currency .currency-title:hover {
	 color: var(--secondary);
}
 #header.light-header #currency .currency-item {
	 background-color: var(--secondary);
}
 #header.light-header #currency .currency-item a {
	 color: var(--primary_five);
	 border-color: var(--secondary_seven);
}
 #header.light-header #currency .currency-item a:hover {
	 color: var(--secondary);
}
 #header.light-header #lang .lang-title {
	 color: var(--primary_five);
}
 #header.light-header #lang .lang-title:hover {
	 color: var(--secondary);
}
 #header.light-header #lang .lang-item {
	 background-color: var(--secondary);
}
 #header.light-header #lang .lang-item a {
	 color: var(--primary_five);
	 border-color: var(--secondary_seven);
}
 #header.light-header #lang .lang-item a:hover {
	 color: var(--secondary);
}
 #header.light-header .header-main .header-main-block1 {
	 background-color: var(--secondary_seven);
}
 #header.light-header .header-main .top-search-form div input {
	 background-color: var(--secondary_seven);
}
 #header.light-header .header-main .top-search-form div button {
	 color: var(--forth);
}
 #header.light-header .top-icons .top-icon {
	 background-color: var(--forth);
}
 #header.light-header .top-icons .top-icon i {
	 color: var(--secondary);
}
 #header.light-header .top-icons .top-icon:hover {
	 background-color: var(--forth);
}
 #header.light-header .top-icons .top-icon:hover i {
	 color: var(--secondary);
}
 #header.light-header .header-mini-cart {
	 background: url("../images/card2.png") no-repeat var(--secondary_nine) center right;
}
 #header.light-header .header-mini-cart:hover {
	 background-color: var(--secondary_nine);
}
 #header.light-header .header-mini-cart:hover a {
	 color: var(--forth);
}
 #header.light-header .header-mini-cart:hover a span {
	 color: var(--forth);
}
 #header.light-header .header-mini-cart a {
	 color: var(--primary_seven);
}
 #header.light-header .header-mini-cart a span {
	 color: var(--primary_five);
}
 #header.light-header .header-mini-cart .shopping-cart-content {
	 border: 1px solid var(--secondary);
	 background-color: var(--secondary);
}
 #header.light-header .header-mini-cart .shopping-cart-content .item {
	 background-color: var(--secondary_three);
}
 #header.light-header .header-mini-cart .shopping-cart-content .item p {
	 color: var(--primary_seven);
}
 #header.light-header .header-mini-cart .shopping-cart-content .item .trash i {
	 color: var(--primary_seven);
}
 #header.light-header .header-mini-cart .shopping-cart-content .item .trash i:hover {
	 color: var(--forth);
}
 #header.light-header .header-mini-cart .shopping-cart-content .item:hover {
	 background-color: var(--secondary_seven);
}
 #header.light-header .header-mini-cart .shopping-cart-content .total {
	 color: var(--primary_seven);
}
 #header.light-header .header-mini-cart .shopping-cart-content .total a {
	 color: var(--primary_seven);
}
 #header.light-header .header-main-fixed .header-main-block1 {
	 background-color: var(--secondary_nine);
}
 #header.light-header .header-main-fixed .header-logo .img-responsive {
	 height: 50px;
}
 #header.light-header .header-main-fixed .header-logo {
	 top: -3px;
}
 #header.light-header .navbar-main {
	 background-color: var(--primary_five);
}
 #header.light-header .navbar-main .nav > li > a {
	 color: var(--secondary);
	 font-weight: 400;
}
 #header.light-header .navbar-main a.navbar-brand i {
	 color: var(--secondary);
}
 #header.header-top-fixed {
	 position: fixed;
}
 #header {
	 position: absolute;
	 z-index: 50;
	 display: block;
	 top: 0;
	 left: 0;
	 right: 0;
}
 #header .container {
	 position: relative;
}
 #header .header-top-row {
	 width: 100%;
	 background-color: var(--forth);
	 position: relative;
}
 #header .v-line {
	 width: 0;
	 border-left: 1px solid var(--forth);
	 height: 30px;
	 float: right;
}
 #header .top-welcome p {
	 line-height: 40px;
	 color: var(--secondary);
	 margin: 0;
	 font-size: 13px;
	 text-align: left;
}
 #header .top-welcome p i {
	 color: var(--secondary);
	 margin-right: 10px;
}
 #header .socials-block ul {
	 margin: 0;
	 padding: 0;
}
 #header .socials-block ul li {
	 padding: 0;
	 margin: 0;
	 float: right;
}
 #header .socials-block ul li a {
	 display: block;
	 line-height: 40px;
	 text-align: center;
	 height: 40px;
	 width: 40px;
	 color: var(--secondary);
}
 #header .socials-block ul li a:hover, #header .socials-block ul li a.active {
	 color: var(--forth);
	 background-color: var(--secondary);
	 text-decoration: none;
}
 #header #account-menu {
	 font-size: 13px;
	 position: relative;
}
 #header #account-menu:hover .account-menu-item {
	 top: 40px;
	 display: block;
	 opacity: 1;
}
 #header #account-menu .account-menu-title {
	 display: block;
	 line-height: 40px;
	 text-align: center;
	 height: 40px;
	 width: 110px;
	 color: var(--secondary);
}
 #header #account-menu .account-menu-title:hover {
	 background-color: var(--forth);
	 color: var(--secondary);
	 text-decoration: none;
}
 #header #account-menu .account-menu-item {
	 display: hidden;
	 top: -1000px;
	 position: absolute;
	 z-index: 1000;
	 opacity: 0;
	 background-color: var(--secondary_nine);
	 overflow: hidden;
}
 #header #account-menu .account-menu-item a {
	 display: block;
	 line-height: 38px;
	 border-top: 1px solid var(--secondary);
	 text-align: left;
	 text-indent: 7px;
	 width: 110px;
	 color: var(--forth);
}
 #header #account-menu .account-menu-item a:hover {
	 background-color: var(--secondary);
	 color: var(--forth);
	 text-decoration: none;
}
 #header #account-menu .account-menu-item a i:before {
	 display: inline;
}
 #header #currency {
	 font-size: 13px;
	 position: relative;
}
 #header #currency:hover .currency-item {
	 top: 40px;
	 display: inline-block;
	 opacity: 1;
}
 #header #currency .currency-title {
	 display: block;
	 line-height: 40px;
	 text-align: center;
	 height: 40px;
	 width: 80px;
	 color: var(--secondary_five);
}
 #header #currency .currency-title:hover {
	 background-color: var(--forth);
	 color: var(--secondary);
	 text-decoration: none;
}
 #header #currency .currency-item {
	 display: hidden;
	 top: -1000px;
	 position: absolute;
	 z-index: 1000;
	 opacity: 0;
	 background-color: var(--primary_nine);
	 overflow: hidden;
}
 #header #currency .currency-item a {
	 display: block;
	 line-height: 38px;
	 border-top: 1px solid #2a2a2a;
	 text-align: left;
	 text-indent: 15px;
	 width: 80px;
	 color: var(--secondary_five);
}
 #header #currency .currency-item a:hover {
	 background-color: var(--forth);
	 color: var(--secondary);
	 text-decoration: none;
}
 #header #lang {
	 font-size: 13px;
	 position: relative;
}
 #header #lang:hover .lang-item {
	 top: 40px;
	 display: block;
	 opacity: 1;
}
 #header #lang .lang-title {
	 display: block;
	 line-height: 40px;
	 text-align: center;
	 height: 40px;
	 width: 100px;
	 color: var(--secondary_five);
}
 #header #lang .lang-title:hover {
	 background-color: var(--forth);
	 color: var(--secondary);
	 text-decoration: none;
}
 #header #lang .lang-item {
	 display: hidden;
	 top: -1000px;
	 position: absolute;
	 z-index: 1000;
	 opacity: 0;
	 background-color: var(--primary_nine);
	 overflow: hidden;
}
 #header #lang .lang-item a {
	 display: block;
	 line-height: 38px;
	 border-top: 1px solid #2a2a2a;
	 text-align: left;
	 text-indent: 15px;
	 width: 100px;
	 color: var(--secondary_five);
}
 #header #lang .lang-item a:hover {
	 background-color: var(--forth);
	 color: var(--secondary);
	 text-decoration: none;
}
 #header .header-bg {
	 height: 105px;
}
 #header .header-bg-fixed {
	 height: 0;
}
 #header .header-main {
	 height: 105px;
}
 #header .header-main .header-main-block1 {
	 background-color: rgba(226,220,199,0.7);
}
 #header .header-main .top-search-form {
	 width: 100%;
}
 #header .header-main .top-search-form div {
	 margin: 5px 0;
	 position: relative;
}
 #header .header-main .top-search-form div input {
	 border: 1px solid var(--forth_five);
	 height: 40px;
	 padding: 0 10px;
	 background: none;
	 background-color: var(--fifth);
	 outline: 0;
	 border-radius: 20px;
}
 #header .header-main .top-search-form div input:focus {
	 outline: 0;
	 box-shadow: none;
}
 #header .header-main .top-search-form div button {
	 position: absolute;
	 right: 0;
	 top: 0;
	 border: none;
	 height: 40px;
	 width: 40px;
	 background: none;
	 color: var(--forth);
	 font-size: 14px;
}
 #header .header-main .top-search-form div button:hover {
	 color: var(--forth);
}
 #header #container-fixed {
	 height: 40px;
	 margin: 15px 0;
}
 #header .header-logo {
	 display: block;
	 margin: 0 auto;
	 position: relative;
	 top: -12px;
}
 #header .navbar-main {
	 margin: 0;
	 border-radius: 0;
	 background-color: var(--secondary_nine);
	 border: none;
}
 #header .header-main-fixed {
	 height: 100px;
}
 #header .header-main-fixed .header-main-block1 {
	 background-color: #e2dcc7;
}
 #header .header-main-fixed #container-fixed {
	 margin: 0;
}
 #header .header-main-fixed .navbar-main {
	 box-shadow: 0px 3px 3px #0000002b;
}
 #header .header-main-fixed .header-logo .img-responsive {
	 height: 50px;
}
 #header .header-main-fixed .header-logo {
	 top: -3px;
}
 #header .header-mini-cart {
	 position: relative;
	 width: 150px;
	 height: 40px;
	 right: 0;
	 text-align: center;
	 background: url("../images/card2.png") no-repeat var(--secondary_seven) center right;
	 border-radius: 3px;
	 margin: 5px 0 0 5px;
}
 #header .header-mini-cart:hover {
	 background-color: var(--secondary);
	 color: var(--forth);
}
 #header .header-mini-cart a {
	 text-decoration: none;
	 display: block;
	 height: 100%;
	 outline: 0;
	 text-shadow: none;
	 padding: 4px 40px 0 13px;
	 text-align: left;
	 color: var(--forth);
	 line-height: 14px;
}
 #header .header-mini-cart a span {
	 height: 20px;
	 font-size: 11px;
	 line-height: 20px;
	 color: var(--forth);
	 display: block;
}
 #header .header-mini-cart a:hover {
	 color: var(--forth);
}
 #header .header-mini-cart a:hover span {
	 color: var(--forth);
}
 #header .header-mini-cart .shopping-cart-content {
	 width: 238px;
	 padding: 10px;
	 margin: 5px 0 0 0;
	 border: 1px solid var(--secondary_nine);
	 border-radius: 0;
	 font-size: 12px;
	 z-index: 9999;
	 background-color: var(--secondary_nine);
}
 #header .header-mini-cart .shopping-cart-content .item {
	 width: 216px;
	 height: 70px;
	 background-color: var(--primary_five);
	 margin-bottom: 5px;
	 position: relative;
	 font-family: "PT Sans", Helvetica, sans-serif;
}
 #header .header-mini-cart .shopping-cart-content .item img {
	 height: 70px;
}
 #header .header-mini-cart .shopping-cart-content .item a {
	 float: left;
	 padding: 0px !important;
	 width: auto;
}
 #header .header-mini-cart .shopping-cart-content .item p {
	 padding: 5px 5px 0;
	 margin: 0;
	 color: var(--secondary_nine);
	 font-size: 13px;
	 text-align: left;
}
 #header .header-mini-cart .shopping-cart-content .item p strong {
	 font-size: 13px;
}
 #header .header-mini-cart .shopping-cart-content .item div {
	 margin-left: 70px;
	 position: absolute;
	 margin-right: 30px;
}
 #header .header-mini-cart .shopping-cart-content .item .trash {
	 display: inline-block;
	 padding: 0;
	 float: right;
}
 #header .header-mini-cart .shopping-cart-content .item .trash i {
	 text-decoration: none;
	 color: var(--secondary);
	 min-width: 30px;
	 height: 70px;
	 text-align: center;
	 vertical-align: middle;
	 line-height: 70px;
	 font-size: 16px;
}
 #header .header-mini-cart .shopping-cart-content .item .trash i:hover {
	 color: var(--forth);
}
 #header .header-mini-cart .shopping-cart-content .item:hover {
	 background-color: var(--primary);
}
 #header .header-mini-cart .shopping-cart-content .total {
	 width: 100%;
	 color: var(--secondary);
}
 #header .header-mini-cart .shopping-cart-content .total table {
	 border-collapse: collapse;
	 display: inline-block;
	 margin-bottom: 5px;
	 float: right;
	 width: 100%;
}
 #header .header-mini-cart .shopping-cart-content .total table td {
	 padding: 2px 2px 2px 10px;
	 text-align: right;
}
 #header .header-mini-cart .shopping-cart-content .total a {
	 padding: 7px 15px;
	 border-radius: 0;
	 color: var(--secondary);
	 margin: 0 0 0 10px;
}
 #header .header-mini-cart .shopping-cart-content .total a:hover {
	 color: var(--secondary);
	 background-color: var(--forth);
	 border-color: var(--forth);
}
 #header .top-icons .top-icon {
	 text-align: center;
	 margin-left: 5px;
	 margin-top: 5px;
	 position: relative;
	 float: right;
	 border-radius: 35px;
	 background: var(--forth);
	 padding: 0px 20px;
}
 #header .top-icons .top-icon a {
	 display: inline-block;
	 height: 100%;
}
 #header .top-icons .top-icon span {
	 color: var(--fifth);
	 font-weight: bold;
	 display: inline-block;
	 vertical-align: baseline;
}
 #header .top-icons .top-icon i {
	 color: var(--fifth);
}



 #header .top-icons i {
	 font-size: 16px;
	 color: var(--primary);
	 line-height: 40px;
}
 .top-header-bg {
	 height: 140px;
}
 .top-header-bg.top-header-bg-fix {
	 height: 120px;
}


 .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	 background-color: #ab2016;
	 border-color: #ab2016;
}
 .pagination > li > a, .pagination > li > span {
	color: var(--forth);
    margin: 20px 10px;
    border-radius: 5px;
}
 .navbar-main {
	 border: none;
	 margin: 0;
	 line-height: 22px;
	 min-height: 1px;
	 border-radius: 0;
	 position: relative;
	 background: var(--primary_seven);
}
 .navbar-main .nav >.dropdown > a {
	 padding: 7px 15px 7px 15px;
}
 .navbar-main .nav > li > a {
	 color: var(--forth);
	 padding: 7px 15px;
	 border-top: 0px solid transparent;
	 font-weight: 700;
	 text-transform: uppercase;
}
 .navbar-main .nav > li > a i {
	 font-size: 10px;
	 position: absolute;
	 right: 0px;
	 bottom: 0px;
}
 .navbar-main .nav > li > a > span, .navbar-main .dropdown-menu > li > a > span, .navbar-main .yamm-content ul>li span, .navbar-main .yamm-content h4 span {
	 position: absolute;
	 top: -10px;
	 right: 3px;
	 text-transform: uppercase;
	 color: var(--secondary);
	 font-size: 10px;
	 line-height: 8px;
	 background-color: var(--third);
	 padding: 5px 8px;
}
 .navbar-main .nav > li > a > span:after, .navbar-main .dropdown-menu > li > a > span:after, .navbar-main .yamm-content ul>li span:after, .navbar-main .yamm-content h4 span:after {
	 content: '';
	 position: absolute;
	 border-right: 5px solid transparent;
	 border-bottom: none;
	 border-top: 5px solid var(--third);
	 border-left: 5px solid transparent;
	 left: 5px;
	 bottom: -5px;
	 z-index: 1;
}
 .navbar-main .dropdown-menu {
	 border: none !important;
	 padding: 0;
	 border-radius: 0;
	 background-color: #f1f1f1;
	 -webkit-box-shadow: 0 6px 12px rgba(79,83,103,0.175);
	 box-shadow: 0 6px 12px rgba(79,83,103,0.175);
}
 .navbar-main .dropdown-menu li>a {
	 padding: 0 15px;
	 white-space: nowrap;
	 min-height: 32px;
	 line-height: 40px;
	 position: relative;
}
 .navbar-main .dropdown-submenu {
	 position: relative;
}
 .navbar-main .dropdown-submenu:hover:after {
	 color: var(--forth);
}
 .navbar-main .dropdown-submenu:after {
	 content: "\f105";
	 font-family: FontAwesome;
	 font-style: normal;
	 font-weight: normal;
	 text-decoration: inherit;
	 font-size: 14px;
	 padding-left: 15px;
	 position: absolute;
	 top: 10px;
	 right: 10px;
}
 .navbar-main .dropdown-submenu > .dropdown-menu {
	 position: absolute;
	 left: 100%;
	 top: 0;
	 margin: 0;
}
 .navbar-main .dropdown-submenu:hover > .dropdown-menu {
	 display: block;
}
 .navbar-main .dropdown-menu > li > a:hover, .navbar-main .dropdown-menu > li > a:focus {
	 background-color: #f7f7f7;
	 color: var(--forth);
	 background-image: none;
}
 .navbar-main .nav.navbar-right .dropdown-menu {
	 right: 15px;
}
 .navbar-main a.navbar-brand {
	 padding: 0 0 0 15px;
	 height: 30px;
}
 .navbar-main a.navbar-brand i {
	 display: inline-block;
	 color: var(--forth);
	 height: 35px;
	 width: 30px;
	 line-height: 35px;
	 text-align: center;
}
 .navbar-main .navbar-toggle {
	 background-color: var(--primary);
	 border-radius: 0;
}
 .navbar-main .navbar-toggle .icon-bar {
	 background-color: var(--secondary);
}
 .navbar-main .navbar-collapse {
	 max-height: none;
}
 .nav > li > a:hover, .nav .open > a:hover, .nav .open > a:focus, .nav > li > a:focus, .nav .open > a, .navbar-main .nav > li.open > a {
	 background-color: var(--forth);
	 color: var(--secondary);
	 border-color: #f1f1f1;
	 -webkit-box-shadow: 0 012px rgba(79,83,103,0.175);
	 box-shadow: 0 0 12px rgba(79,83,103,0.175);
}
 .nav > li > a:hover i, .nav .open > a:hover i, .nav .open > a:focus i, .nav > li > a:focus i, .nav .open > a i, .navbar-main .nav > li.open > a i {
	 color: var(--secondary);
}
 .yamm-content ul>li {
	 min-height: 40px;
	 line-height: 40px;
}
 .yamm-content ul>li i {
	 width: 17px;
}
 .yamm-content .banner {
	 margin: 0;
}
 .product-section article {
	 margin-bottom: 40px;
}
 .product-section ul {
	 margin-bottom: 0;
}
 .product-section ul li {
	 margin-bottom: 40px;
}
 .block-product-tab {
	 position: relative;
	 margin-top: 30px;
}
 .block-product-tab .tab-bg {
	 position: absolute;
	 width: 100%;
	 background-color: var(--secondary);
	 z-index: -1;
	 height: 50px;
}
 .block-product-tab .toolbar-for-light {
	 top: 7px;
	 right: 7px;
	 z-index: 3;
	 width: 80px;
}
 .block-product-tab .toolbar-for-light a {
	 border: none;
	 background-color: var(--secondary);
	 color: var(--primary_three);
}
 .block-product-tab .nav-pills > li > a {
	 border-radius: 0;
	 padding: 15px 16px 16px;
	 border-top: 2px solid transparent;
}
 .block-product-tab .nav-pills > li.active > a:hover {
	 background: var(--secondary);
}
 .block-product-tab .nav-pills > li.active > a, .block-product-tab .nav-pills > li.active > a:focus {
	 background-color: var(--secondary);
	 border-top-color: var(--forth);
	 color: var(--forth);
}
 .block-product-tab .nav {
	 font-size: 24px;
	 line-height: 1.1;
}
 .block-product-tab .nav li {
	 float: left;
	 margin-bottom: 20px;
}
 .product.light {
	 -webkit-backface-visibility: hidden;
	 -moz-backface-visibility: hidden;
	 backface-visibility: hidden;
	 border: 5px solid var(--fifth);
	 border-radius: 30px;
	 height: 97%;
	 margin: 5px auto 10px;
	 overflow: hidden;
	 position: relative;
	 background-color: var(--fifth);
     box-shadow: 0px 5px 10px #c5c3c3;
}
 .product.light:hover {
	 border-color: var(--fifth);
}
 .product.light:hover .product-caption {
	 background-color: var(--fifth);
}
 .product.light:hover .product-compare {
	 right: 10px;
}
 .product.light:hover .product-wishlist {
	 right: 10px;
}
.owl-carousel .product.light {
    max-width: 90%;
}
 .product.light .product-compare {
	 position: absolute;
	 font-size: 18px;
	 text-align: center;
	 color: var(--forth);
	 display: block;
	 -webkit-backface-visibility: hidden;
	 background-color: var(--secondary_nine);
	 width: 40px;
	 height: 40px;
	 text-decoration: none;
	 vertical-align: middle;
	 line-height: 40px;
	 border: 1px solid var(--forth_five);
	 z-index: 103;
	 bottom: 10px;
	 right: -100px;
}
 .product.light .product-compare:hover {
	 background-color: var(--forth_nine);
	 color: var(--secondary);
}
 .product.light .product-wishlist {
	 position: absolute;
	 font-size: 18px;
	 text-align: center;
	 color: var(--forth);
	 display: block;
	 -webkit-backface-visibility: hidden;
	 background-color: var(--secondary_nine);
	 width: 40px;
	 height: 40px;
	 text-decoration: none;
	 vertical-align: middle;
	 line-height: 40px;
	 border: 1px solid var(--forth_five);
	 z-index: 103;
	 bottom: 52px;
	 right: -100px;
}
 .product.light .product-wishlist:hover {
	 background-color: var(--forth_nine);
	 color: var(--secondary);
}
 .product.light .product-caption {
	 text-align: left;
	 position: relative;
	 padding: 10px 10px 5px 10px;
	 background-color: var(--fifth);
}
 .product.light .product-caption .product-name {
	 font-size: 16px;
	 padding: 0 0 5px;
	 display: block;
	 text-transform: uppercase;
	 text-decoration: none;
	 color: var(--primary);
     letter-spacing: 0.5px;
     line-height: 20px;
}
 .product.light .product-caption .product-name:hover {
	 color: var(--forth);
}
 .product.light .product-caption .block-name {
	 display: block;
	 min-height: 50px;
}
 .product.light .product-caption .product-cart {
	 color: var(--secondary);
	 display: inline-block;
	 position: absolute;
	 right: 10px;
	 top: 10px;
}
 .product.light .product-caption .product-cart a {
	 display: inline-block;
	 font-size: 19px;
	 text-align: center;
	 color: var(--forth);
	 -webkit-backface-visibility: hidden;
	 width: 40px;
	 height: 40px;
	 text-decoration: none;
	 vertical-align: middle;
	 line-height: 40px;
	 border: 1px solid var(--forth_five);
}
 .product.light .product-caption .product-cart a:hover {
	 background-color: var(--forth);
	 color: var(--secondary);
	 border-color: var(--forth);
}
 .product.light .product-caption .product-price {
	 color: var(--primary_nine);
	 font-size: 15px;
	 margin: 0;
}
 .product.light .product-caption .product-price span {
	 color: var(--primary_five);
	 font-size: 13px;
	 text-decoration: line-through;
}
 .product.light .product-rating {
	 width: 100%;
	 padding: 5px 0 3px;
	 position: relative;
	 height: 20px;
}
 .product.light .product-rating .stars {
	 unicode-bidi: bidi-override;
	 font-size: 12px;
	 text-align: left;
}
 .product.light .product-rating .stars span.star {
	 font-family: FontAwesome;
	 font-weight: normal;
	 font-style: normal;
	 display: inline-block;
}
 .product.light .product-rating .stars span.star.active:before {
	 content: "\f005";
}
 .product.light .product-rating .stars span.star:hover {
	 cursor: pointer;
}
 .product.light .product-rating .stars span.star:before {
	 content: "\f006";
	 padding: 0 2px;
	 color: var(--forth_nine);
}
 .product.light .product-rating .stars span.star:hover:before, .product.light .product-rating .stars span.star:hover ~ span.star:before {
	 content: "\f005";
	 color: var(--forth);
}
 .product.light .product-rating .review {
	 color: var(--primary_seven);
	 font-size: 11px;
	 position: absolute;
	 left: 85px;
	 top: 7px;
	 text-decoration: none;
}
 .product.light .product-rating .review:hover {
	 color: var(--forth);
}
 .product.light .description {
	 font-size: 14px;
	 color: var(--primary_seven);
}
 .product.light .product-new {
	 position: absolute;
	 font-size: 14px;
	 z-index: 5;
	 height: 38px;
	 text-align: center;
	 line-height: 28px;
	 left: -25px;
	 top: -8px;
	 color: var(--secondary);
	 background-color: var(--third);
	 width: 70px;
	 padding-top: 10px;
	 -webkit-backface-visibility: hidden;
	 -moz-backface-visibility: hidden;
	 backface-visibility: hidden;
}
 .product.light .product-sale {
	 position: absolute;
	 font-size: 14px;
	 z-index: 6;
	 height: 60px;
	 width: 60px;
	 text-align: center;
	 padding: 17px;
	 right: 3px;
	 top: 3px;
	 line-height: 13px;
	 color: var(--forth);
	 border: 1px solid var(--forth_five);
	 background-color: var(--secondary_nine);
	 -webkit-backface-visibility: hidden;
	 -moz-backface-visibility: hidden;
	 backface-visibility: hidden;
}
 .last-sale {
	 margin: 30px auto !important;
}
 .last-sale .product-sale {
	 background-color: var(--third) !important;
	 border-color: var(--third) !important;
	 color: var(--secondary) !important;
}
 .last-sale .time {
	 position: absolute;
	 bottom: 10px;
	 left: 0;
	 margin: 10px 0 0 10px;
	 font-size: 15px;
	 color: #fff;
	 text-align: left;
	 z-index: 7;
}
 .last-sale .time div {
	 display: inline-block;
	 float: left;
	 background-color: var(--forth_nine);
	 width: 40px;
	 padding: 3px 8px 3px;
	 margin-right: 2px;
	 text-align: center;
}
 .last-sale .time .cd-time {
	 display: block;
	 margin-top: 0;
	 font-size: 11px;
	 line-height: 11px;
	 padding-bottom: 2px;
}
 .product-section figure {
	 max-width: 280px;
	 margin: 0 auto;
	 overflow: hidden;
	 position: relative;
}
 .figure-hover-overlay {
	 position: relative;
	 overflow: hidden;
}
 .figure-hover-overlay .figure-href {
	 position: absolute;
	 left: 0;
	 right: 0;
	 top: 0;
	 bottom: 0;
	 z-index: 5;
}
 .figure-hover-overlay .img-overlay {
	 position: absolute;
	 opacity: 1;
	 z-index: 2;
}
 .figure-hover-overlay img {
	 position: relative;
	 -webkit-backface-visibility: hidden;
	 -moz-backface-visibility: hidden;
	 backface-visibility: hidden;
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 20px;
}
.owl-carousel .product.light .figure-hover-overlay img {
    height: 300px;
}
 .img-overlay {
	 position: absolute;
	 opacity: 0.5;
	 z-index: 2;
}
 .product:hover .figure-hover-overlay img {
	 -webkit-transform-origin: 50% 50%;
	 -moz-transform-origin: 50% 50%;
	 transform-origin: 50% 50%;
}
 .product .figure-hover-overlay:hover .img-overlay {
	 opacity: 0;
}
 .product.list {
	 -webkit-backface-visibility: hidden;
	 -moz-backface-visibility: hidden;
	 backface-visibility: hidden;
	 border: 5px solid var(--secondary);
	 margin: 5px auto 30px;
	 overflow: hidden;
	 position: relative;
	 background-color: var(--secondary);
}
 .product.list:hover {
	 border-color: var(--secondary);
}
 .product.list:hover .product-caption {
	 background-color: var(--secondary);
}
 .product.list:hover .product-compare {
	 right: 10px;
}
 .product.list:hover .product-wishlist {
	 right: 10px;
}
 .product.list .product-compare {
	 position: absolute;
	 font-size: 18px;
	 text-align: center;
	 color: var(--forth);
	 display: block;
	 -webkit-backface-visibility: hidden;
	 background-color: var(--secondary_nine);
	 width: 40px;
	 height: 40px;
	 text-decoration: none;
	 vertical-align: middle;
	 line-height: 40px;
	 border: 1px solid var(--forth_five);
	 z-index: 5;
	 bottom: 10px;
	 right: -100px;
}
 .product.list .product-compare:hover {
	 background-color: var(--forth_nine);
	 color: var(--secondary);
}
 .product.list .product-wishlist {
	 position: absolute;
	 font-size: 18px;
	 text-align: center;
	 color: var(--forth);
	 display: block;
	 -webkit-backface-visibility: hidden;
	 background-color: var(--secondary_nine);
	 width: 40px;
	 height: 40px;
	 text-decoration: none;
	 vertical-align: middle;
	 line-height: 40px;
	 border: 1px solid var(--forth_five);
	 z-index: 6;
	 bottom: 52px;
	 right: -100px;
}
 .product.list .product-wishlist:hover {
	 background-color: var(--forth_nine);
	 color: var(--secondary);
}
 .product.list .product-caption {
	 text-align: left;
	 padding: 10px 10px 5px 10px;
	 background-color: var(--secondary);
}
 .product.list .product-caption .product-name {
	 font-size: 14px;
	 padding: 5px 0 5px;
	 display: block;
	 text-transform: uppercase;
	 text-decoration: none;
	 color: var(--primary);
}
 .product.list .product-caption .product-name:hover {
	 color: var(--forth);
}
 .product.list .product-caption .block-name {
	 display: inline-block;
}
 .product.list .product-caption .product-cart {
	 color: var(--secondary);
	 margin-bottom: 20px;
}
 .product.list .product-caption .product-cart a {
	 display: inline-block;
	 font-size: 19px;
	 text-align: center;
	 color: var(--forth);
	 -webkit-backface-visibility: hidden;
	 padding: 0 15px;
	 text-decoration: none;
	 vertical-align: middle;
	 line-height: 40px;
	 border: 1px solid var(--forth_five);
}
 .product.list .product-caption .product-cart a:hover {
	 background-color: var(--forth);
	 color: var(--secondary);
	 border-color: var(--forth);
}
 .product.list .product-caption .product-price {
	 color: var(--primary_nine);
	 font-size: 15px;
	 margin: 0;
}
 .product.list .product-caption .product-price span {
	 color: var(--primary_five);
	 font-size: 13px;
	 text-decoration: line-through;
}
 .product.list .product-rating {
	 width: 100%;
	 padding: 5px 0 3px;
	 position: relative;
}
 .product.list .product-rating .stars {
	 unicode-bidi: bidi-override;
	 direction: rtl;
	 font-size: 12px;
	 text-align: left;
}
 .product.list .product-rating .stars span.star {
	 font-family: FontAwesome;
	 font-weight: normal;
	 font-style: normal;
	 display: inline-block;
}
 .product.list .product-rating .stars span.star.active:before {
	 content: "\f005";
}
 .product.list .product-rating .stars span.star:hover {
	 cursor: pointer;
}
 .product.list .product-rating .stars span.star:before {
	 content: "\f006";
	 padding: 0 2px;
	 color: #ffc107;
}
 .product.list .product-rating .stars span.star:hover:before, .product.list .product-rating .stars span.star:hover ~ span.star:before {
	 content: "\f005";
	 color: #ffc107;
}
 .product.list .product-rating .review {
	 color: var(--primary_seven);
	 font-size: 11px;
	 position: absolute;
	 left: 85px;
	 top: 7px;
	 text-decoration: none;
}
 .product.list .product-rating .review:hover {
	 color: var(--forth);
}
 .product.list .description {
	 font-size: 14px;
	 color: var(--primary_seven);
	 margin: 10px 0 20px;
}
 .product.list .product-new {
	 position: absolute;
	 font-size: 14px;
	 z-index: 5;
	 height: 38px;
	 text-align: center;
	 line-height: 28px;
	 left: -25px;
	 top: -8px;
	 color: var(--secondary);
	 background-color: var(--third);
	 width: 70px;
	 padding-top: 10px;
	 -webkit-backface-visibility: hidden;
	 -moz-backface-visibility: hidden;
	 backface-visibility: hidden;
}
 .product.list .product-sale {
	 position: absolute;
	 font-size: 14px;
	 z-index: 6;
	 height: 60px;
	 width: 60px;
	 text-align: center;
	 padding: 17px;
	 line-height: 13px;
	 right: 3px;
	 top: 3px;
	 color: var(--forth);
	 border: 1px solid var(--forth_five);
	 background-color: var(--secondary_nine);
	 -webkit-backface-visibility: hidden;
	 -moz-backface-visibility: hidden;
	 backface-visibility: hidden;
}
 .breadcrumb {
	 margin: 0;
	 padding: 25px 0;
	 background: none;
}
 .breadcrumb > li {
	 text-shadow: none;
	 margin-left: 5px;
}
 .breadcrumb > li:first-child {
	 margin-left: 0;
}
 .breadcrumb > li a {
	 color: var(--primary);
	 text-decoration: none;
	 font-size: 13px;
	 display: inline-block;
}
 .breadcrumb > li a:hover {
	 color: var(--forth);
}
 .breadcrumb > li:after {
	 margin-left: 10px;
	 content: "\f105";
	 font-family: FontAwesome;
	 font-style: normal;
	 font-weight: normal;
	 text-decoration: inherit;
	 font-size: 12px;
	 color: var(--primary);
}
 .breadcrumb > li+li:before {
	 content: "";
	 padding: 0;
}
 .breadcrumb > li:last-child:after {
	 content: "";
}
 .breadcrumb > .active {
	 color: var(--forth);
	 font-size: 13px;
}
 span.dropcap {
	 font-size: 40px;
	 float: left;
	 margin: 3px 10px 5px 0;
	 line-height: 1;
	 padding: 5px 14px;
	 background: var(--forth);
	 color: var(--secondary);
}
 blockquote {
	 font-size: 14px;
	 border-color: var(--secondary);
	 font-style: italic;
}
 .alert {
	 border-radius: 0;
}
 .alert.alert-success {
	 background-color: var(--third);
	 border: none;
	 color: var(--secondary);
}
 .alert.alert-warning {
	 background-color: var(--forth);
	 border: none;
	 color: var(--secondary);
}
 .progress {
	 height: 36px;
	 border-radius: 0;
}
 .progress .progress-bar {
	 line-height: 36px;
}
 .flickr li {
	 float: left;
	 margin: 5px;
	 padding: 1px;
	 background-color: var(--secondary);
	 width: 68px;
}
 .flickr li:hover {
	 background-color: var(--forth);
}
 .tool_tip {
	 color: var(--forth);
}
 .tool_tip:hover {
	 color: var(--forth);
}
 .header-menu {
	 position: relative;
	 margin: 10px 0 0;
}
 .header-menu h4 {
	 text-align: left;
	 color: var(--primary);
	 text-transform: uppercase;
	 padding: 0 0 10px 15px;
	 border-bottom: 1px solid #ddd;
	 margin: 0;
}
 .header-for-light {
	 margin-bottom: 20px;
	 position: relative;
     display: flex;
    align-items: center;
}
 .header-for-light h1, .header-for-light .title1 {
	 font-size: 60px;
	 line-height: 60px;
	 text-align: left;
	 font-weight: 600;
	 letter-spacing: 4px;
	 margin-top: 0;
	 font-family: "Italianno", cursive;
}
 .header-for-light h1 span, .header-for-light h4 span, .header-for-light .title1 span {
	 color: var(--forth);
}
 .header-for-light h3 {
	 text-align: right;
}
 .header-for-light h4 {
	 text-transform: uppercase;
	 text-align: left;
	 margin-top: 0;
}
 .header-for-light .header-bottom-line {
	 display: block;
	 border-bottom: 1px solid var(--primary_three);
	 height: 0;
}
 .header-with-icon {
	 position: relative;
	 height: 50px;
	 background-color: var(--secondary);
	 font-size: 16px;
	 margin: 30px 0 20px;
}
 .header-with-icon >i {
	 width: 50px;
	 height: 50px;
	 line-height: 50px;
	 background-color: var(--forth);
	 color: var(--secondary);
	 text-align: center;
	 margin-right: 10px;
}
 .header-with-icon >i:after {
	 content: '';
	 position: absolute;
	 border-right: 8px solid transparent;
	 border-bottom: none;
	 border-top: 8px solid var(--forth);
	 border-left: 8px solid transparent;
	 left: 16px;
	 bottom: -8px;
	 z-index: 1;
}
 .header-with-icon .toolbar-for-light {
	 top: 7px;
	 right: 7px;
	 width: 80px;
}
 .header-with-icon .toolbar-for-light a {
	 border: none;
	 background-color: var(--secondary);
	 color: var(--primary_three);
}
 .main-category-block .main-category-items {
	 position: relative;
}
 .main-category-block .main-category-title {
	 position: relative;
	 height: 50px;
	 background-color: var(--forth);
	 font-size: 24px;
	 margin: 30px 0 25px;
	 color: var(--secondary);
}
 .main-category-block .main-category-title > i {
	 width: 50px;
	 height: 50px;
	 line-height: 50px;
	 background-color: var(--third);
	 color: var(--secondary);
	 text-align: center;
	 margin-right: 10px;
}
 .main-category-block .main-category-title > i:after {
	 content: '';
	 position: absolute;
	 border-right: 8px solid transparent;
	 border-bottom: none;
	 border-top: 8px solid var(--third);
	 border-left: 8px solid transparent;
	 left: 16px;
	 bottom: -8px;
	 z-index: 1;
}
 .main-category-block .main-category-list {
	 background-color: var(--secondary);
}
 .main-category-block .main-category-list .with-dropdown > a:after {
	 content: "\f105";
	 font-family: FontAwesome;
	 font-style: normal;
	 font-weight: normal;
	 text-decoration: inherit;
	 font-size: 14px;
	 padding-left: 15px;
	 position: absolute;
	 top: 10px;
	 right: 10px;
}
 .main-category-block .main-category-list .with-dropdown .dropdown-menu {
	 left: 100%;
	 top: 0;
	 padding: 0;
	 width: 600px;
}
 .main-category-block .main-category-list .with-dropdown:hover .dropdown-menu {
	 display: block;
}
 .main-category-block .main-category-list .dropdown-menu {
	 border-radius: 0;
	 border-color: var(--secondary);
	 background-color: var(--secondary);
	 margin: 0;
}
 .main-category-block .main-category-list .dropdown-menu ul {
	 float: left;
}
 .main-category-block .main-category-list .dropdown-menu ul li a:hover {
	 color: var(--forth);
}
 .main-category-block .main-category-list .dropdown-menu li {
	 border: none;
	 margin-bottom: 0;
}
 .main-category-block .main-category-list .dropdown-menu li a {
	 padding: 12px 15px;
	 min-width: 250px;
}
 .main-category-block .main-category-list .dropdown-menu li h4 {
	 padding: 15px 0 14px;
	 text-transform: uppercase;
	 color: var(--primary);
	 margin: 0 15px;
	 border-bottom: 1px solid #ddd;
}
 .main-category-block .main-category-list li {
	 margin-bottom: -1px;
	 border: 1px solid var(--secondary);
	 font-size: 16px;
	 line-height: 24px;
}
 .main-category-block .main-category-list li a {
	 position: relative;
	 display: block;
	 padding: 12px 10px 12px 64px;
}
 .main-category-block .main-category-list li a i {
	 position: absolute;
	 z-index: 1;
	 top: -1px;
	 bottom: -1px;
	 left: -1px;
	 width: 50px;
	 font-size: 24px;
	 line-height: 50px;
	 text-align: center;
	 color: #fff;
}
 .main-category-block .main-category-list li a:hover {
	 text-decoration: none;
	 color: var(--forth);
}
 .main-category-block .main-category-list li a:hover i {
	 background: var(--forth);
}
 .main-category-block .main-category-list li:nth-child(odd) i {
	 background: #999;
}
 .main-category-block .main-category-list i {
	 background: var(--primary_seven);
}
 .title-block {
	 position: relative;
	 text-align: center;
}
 .title-block.light h1, .title-block.light .title2 {
	 color: var(--primary);
	 font-weight: 600;
	 letter-spacing: 4px;
	 margin-top: 0;
	 font-family: "Italianno", cursive;
}
 .title-block.light p {
	 color: var(--primary_nine);
}
 .title-block.light .toolbar-for-light {
	 width: 85px;
}
 .title-block.light .toolbar-for-light a {
	 border-color: var(--primary_nine);
	 color: var(--primary_nine);
}
 .title-block.light .toolbar-for-light a:hover {
	 border-color: var(--forth);
	 color: var(--secondary);
	 background-color: var(--forth);
}
 .title-block.light .toolbar-for-light .next {
	 float: none;
}
 .title-block h2, .title-block .title3 {
	 font-size: 24px;
	 color: var(--third);
	 display: block;
	 margin-top: 20px;
	 margin-bottom: 10px;
}
 .title-block h1, .title-block .title2 {
	 font-size: 60px;
	 margin-top: 0;
	 color: var(--secondary);
	 line-height: 1.1;
	 display: block;
	 margin-bottom: 10px;
}
 .title-block p {
	 color: var(--secondary_seven);
}
 .title-block .icon {
	 margin: 20px 0;
}
 .title-block .icon i {
	 color: var(--secondary);
	 text-align: center;
	 line-height: 90px;
	 font-size: 46px;
	 margin: auto;
	 display: block;
	 width: 90px;
	 height: 90px;
	 border-radius: 70px;
	 border: 1px solid var(--secondary_five);
}
 .title-block .toolbar-for-light {
	 position: inherit;
	 margin: 20px auto;
	 width: 85px;
}
 .title-block .toolbar-for-light a {
	 border-color: var(--secondary_seven);
	 color: var(--secondary_seven);
}
 .title-block .toolbar-for-light a:hover {
	 background-color: var(--secondary);
	 color: var(--forth);
}
 .title-block .toolbar-for-light .next {
	 float: none;
}
 .title-block:hover .icon i {
	 color: var(--forth);
	 background-color: var(--secondary);
}
 .toolbar-for-light {
	 width: 80px;
	 position: absolute;
	 right: 0;
	 top: 5px;
}
 .toolbar-for-light .prev {
	 float: left;
}
 .toolbar-for-light a {
	 display: inline-block;
	 height: 36px;
	 width: 36px;
	 line-height: 26px;
	 padding: 0 7px;
	 border: 1px solid;
	 color: var(--primary_nine);
	 font-size: 22px;
	 text-decoration: none;
	 text-align: center;
	 vertical-align: top;
     border-radius: 5px;
}
 .toolbar-for-light a:hover {
	 border-color: var(--forth);
	 background-color: var(--forth);
	 color: var(--secondary);
}
 .toolbar-for-light a i {
	 line-height: 34px;
	 padding: 0 3px;
	 font-size: 22px;
}
 .toolbar-for-light .next {
	 float: right;
}
 .widget-title {
    position: relative;
    height: 50px;
    background-color: var(--secondary_seven);
    font-size: 18px;
    margin: 30px 0 20px;
    color: var(--primary_nine);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.widget-title i {
	 width: 50px;
	 height: 50px;
	 line-height: 50px;
	 background-color: var(--forth);
	 color: var(--secondary);
	 text-align: center;
	 margin-right: 10px;
}
 .widget-title i:after {
	 content: '';
	 position: absolute;
	 border-right: 8px solid transparent;
	 border-bottom: none;
	 border-top: 8px solid var(--forth);
	 border-left: 8px solid transparent;
	 left: 16px;
	 bottom: -8px;
	 z-index: 1;
}
 .widget-title.dark {
	 background-color: #222;
	 color: #aaa;
}
 .widget-block.dark .product-name {
	 color: #aaa;
}
 .widget-block.dark .product-price {
	 color: #aaa;
}
 .widget-block.dark .product-price span {
	 color: #777;
}
 .widget-block {
	 margin-bottom: 20px;
}
 .widget-block .product-name {
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 0 5px;
    display: block;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 1px;
    color: var(--primary);
}
 .widget-block .product-name:hover {
	 color: var(--forth);
}
 .widget-block .block-name {
	 display: inline-block;
}
 .widget-block .product-price {
	 color: var(--primary_nine);
	 font-size: 15px;
	 margin: 0;
}
 .widget-block .product-price span {
	 color: var(--primary_five);
	 font-size: 13px;
	 text-decoration: line-through;
}
 .widget-block .product-rating {
	 width: 100%;
	 padding: 5px 0 3px;
	 position: relative;
}
 .widget-block .product-rating .stars {
	 unicode-bidi: bidi-override;
	 direction: rtl;
	 font-size: 12px;
	 text-align: left;
}
 .widget-block .product-rating .stars span.star {
	 font-family: FontAwesome;
	 font-weight: normal;
	 font-style: normal;
	 display: inline-block;
}
 .widget-block .product-rating .stars span.star.active:before {
	 content: "\f005";
}
 .widget-block .product-rating .stars span.star:hover {
	 cursor: pointer;
}
 .widget-block .product-rating .stars span.star:before {
	 content: "\f006";
	 padding: 0 2px;
	 color: var(--forth_nine);
}
 .widget-block .product-rating .stars span.star:hover:before, .widget-block .product-rating .stars span.star:hover ~ span.star:before {
	 content: "\f005";
	 color: var(--forth);
}
 .widget-block .product-rating .review {
	 color: var(--primary_seven);
	 font-size: 11px;
	 position: absolute;
	 left: 85px;
	 top: 7px;
	 text-decoration: none;
}
 .widget-block .product-rating .review:hover {
	 color: var(--forth);
}
 .tags {
	 font-size: 0;
}
 .tags li {
	 display: inline-block;
	 margin: 3px;
	 font-size: 16px;
	 line-height: 40px;
}
 .tags li a {
	 display: block;
	 padding: 0 20px;
	 background-color: var(--secondary_seven);
	 color: var(--primary_seven);
}
 .tags li a:hover {
	 text-decoration: none;
	 background-color: var(--forth);
	 color: var(--secondary);
}
 .catalog li {
	 margin-bottom: -1px;
	 border: 1px solid var(--secondary);
	 font-size: 16px;
	 line-height: 24px;
}
 .catalog li a {
	 position: relative;
	 display: block;
	 padding: 12px 10px 12px 64px;
}
 .catalog li a i {
	 position: absolute;
	 z-index: 1;
	 top: -1px;
	 bottom: -1px;
	 left: -1px;
	 width: 50px;
	 font-size: 24px;
	 line-height: 50px;
	 text-align: center;
	 color: #fff;
}
 .catalog li a:hover {
	 text-decoration: none;
	 background: var(--secondary);
	 color: var(--primary);
}
 .catalog li a:hover i {
	 background: var(--forth);
}
 .catalog li:nth-child(odd) i {
	 background: var(--forth_seven);
}
 .catalog i {
	 background: var(--forth_nine);
}
 .panel-group .panel-default {
	 border: none;
	 border-radius: 0;
	 margin-top: 0 !important;
}
 .panel-group .panel-heading {
	 background: none;
	 border: none;
	 border-radius: 0;
	 padding: 0;
}
 .panel-group .panel-body {
	 border-left: 1px solid var(--secondary_five);
	 border-right: 1px solid var(--secondary_five);
}
 .panel-group .panel-title {
	 margin-bottom: -1px;
	 border: 1px solid var(--secondary);
	 font-size: 16px;
	 line-height: 24px;
}
 .panel-group .panel-title a.collapsed:before {
	 content: "\f107";
	 font-family: FontAwesome;
	 font-style: normal;
	 font-weight: normal;
	 text-decoration: inherit;
	 position: absolute;
	 z-index: 1;
	 top: -1px;
	 bottom: -1px;
	 left: -1px;
	 width: 50px;
	 font-size: 24px;
	 line-height: 50px;
	 text-align: center;
	 color: var(--secondary);
	 background-color: var(--forth_seven);
}
 .panel-group .panel-title a {
	 position: relative;
	 display: block;
	 padding: 12px 10px 12px 64px;
	 background-color: var(--secondary);
}
 .panel-group .panel-title a:before {
	 content: "\f105";
	 font-family: FontAwesome;
	 font-style: normal;
	 font-weight: normal;
	 text-decoration: inherit;
	 position: absolute;
	 z-index: 1;
	 top: -1px;
	 bottom: -1px;
	 left: -1px;
	 width: 50px;
	 font-size: 24px;
	 line-height: 50px;
	 text-align: center;
	 color: var(--secondary);
	 background-color: var(--forth);
}
 .panel-group .panel-title a:hover {
	 text-decoration: none;
	 background: var(--secondary);
	 color: var(--primary);
}
 .panel-group .panel-title a:hover:before {
	 background: var(--forth);
}
 .panel-group .panel-title .collapsed {
	 background: var(--secondary);
}
 .panel-group .panel-title .collapsed:before {
	 background-color: var(--forth);
}
 .banner {
	 position: relative;
	 margin: 30px 0;
}
 .banner a:before {
	 position: absolute;
	 content: "";
	 left: 0;
	 top: 0;
	 bottom: 0;
	 right: 0;
}
 .banner a:hover:before {
	 -webkit-box-shadow: 0 0 0 5px rgba(255,255,255,0.2) inset;
	 -ms-box-shadow: 0 0 0 5px rgba(255,255,255,0.2) inset;
	 -o-box-shadow: 0 0 0 5px rgba(255,255,255,0.2) inset;
	 box-shadow: 0 0 0 5px rgba(255,255,255,0.3) inset;
	 -moz-box-shadow: 0 0 0 5px rgba(255,255,255,0.2) inset;
	 top: 20px;
	 left: 20px;
	 bottom: 20px;
	 right: 20px;
}
 .block-chess-banners .block {
	 background-color: var(--primary_seven);
}
 .block-chess-banners .block-chess {
	 background-color: var(--primary_three);
	 margin-bottom: 30px;
}
 .block-chess-banners .block-chess:hover {
	 background-color: var(--primary_seven);
}
 .block-chess-banners .block-chess p {
	 margin: 0;
	 color: var(--secondary_five);
}
 .block-chess-banners .block-chess .chess-caption-left .col-name {
	 color: var(--secondary);
	 font-size: 24px;
	 margin-bottom: 5px;
}
 .block-chess-banners .block-chess .chess-caption-left .col-name:hover {
	 color: var(--forth);
	 text-decoration: none;
}
 .block-chess-banners .block-chess .chess-caption-right .col-name {
	 color: var(--secondary);
	 font-size: 24px;
	 margin-bottom: 5px;
}
 .block-chess-banners .block-chess .chess-caption-right .col-name:hover {
	 color: var(--forth);
	 text-decoration: none;
}
 .block-chess-banners .block-chess .chess-caption-left {
	 padding: 20px 20px 20px 30px;
}
 .block-chess-banners .block-chess .chess-caption-right {
	 padding: 20px 20px 20px 0;
}
 .home-category .home-category-block {
	 position: relative;
}
 .home-category .home-category-block .home-category-title {
	 position: absolute;
	 margin-top: -70px;
	 z-index: 20;
	 left: 0;
	 right: 0;
	 height: 70px;
	 background-color: rgba(0,0,0,0.5);
	 font-size: 24px;
	 color: var(--primary);
}
 .home-category .home-category-block .home-category-title a {
	 text-decoration: none;
	 text-transform: uppercase;
	 color: var(--secondary);
}
 .home-category .home-category-block .home-category-title a:hover {
	 color: var(--secondary);
}
 .home-category .home-category-block .home-category-title i {
	 width: 70px;
	 height: 70px;
	 line-height: 70px;
	 background-color: var(--forth);
	 color: var(--secondary);
	 text-align: center;
	 font-size: 28px;
	 margin-right: 10px;
}
 .home-category .home-category-block .home-category-title i:after {
	 content: '';
	 position: absolute;
	 border-right: 10px solid transparent;
	 border-bottom: none;
	 border-top: 10px solid var(--forth);
	 border-left: 10px solid transparent;
	 left: 25px;
	 bottom: -10px;
	 z-index: 1;
}
 .home-category .home-category-block .home-category-option {
	 position: relative;
}
 .home-category .home-category-block .home-category-option .home-category-list {
	 position: absolute;
	 margin: 20px 0 0 12px;
	 padding-bottom: 15px;
}
 .home-category .home-category-block .home-category-option .home-category-list li {
	 margin-bottom: -1px;
	 font-size: 16px;
	 line-height: 24px;
}
 .home-category .home-category-block .home-category-option .home-category-list li a {
	 position: relative;
	 display: block;
	 padding: 10px 10px 10px 64px;
	 color: var(--secondary_seven);
}
 .home-category .home-category-block .home-category-option .home-category-list li a i {
	 position: absolute;
	 z-index: 1;
	 top: -1px;
	 bottom: -1px;
	 left: -1px;
	 width: 50px;
	 font-size: 16px;
	 line-height: 50px;
	 text-align: center;
	 color: var(--secondary_seven);
}
 .home-category .home-category-block .home-category-option .home-category-list li a:hover {
	 text-decoration: none;
	 color: var(--secondary);
}
 .home-category .home-category-block .home-category-option .home-category-list li a:hover i {
	 color: var(--secondary);
}
 .home-category .home-category-block:hover .home-category-title {
	 background-color: rgba(0,0,0,0.8);
}
 .home-slider-block {
	 margin: 30px 0;
}
 .block-pagination {
	 margin-bottom: 40px;
}
 .block-pagination ul > .active > a, .block-pagination ul > .active > span {
	 border-color: var(--forth);
	 color: var(--secondary);
	 background-color: var(--forth);
}
 .block-pagination ul > .active > a:hover, .block-pagination ul > .active > span:hover {
	 background: var(--forth);
	 border-color: var(--forth);
}
 .block-pagination ul > li > a:focus, .block-pagination ul > li > a:hover {
	 border-color: var(--forth);
	 background: var(--forth);
	 color: var(--secondary);
}
 .block-pagination ul > li > a {
	 border: 1px solid var(--secondary);
	 color: var(--primary_five);
}
 .block-pagination ul > li:first-child a {
	 color: var(--primary);
	 border-radius: 0;
}
 .block-pagination ul > li:first-child a:hover {
	 color: var(--secondary);
}
 .block-pagination ul > li:last-child a {
	 color: var(--primary);
	 border-radius: 0;
}
 .block-pagination ul > li:last-child a:hover {
	 color: var(--secondary);
}
 .ul-side-category {
	 width: 100%;
	 list-style-position: inside;
}
 .ul-side-category li:nth-child(odd) i {
	 background: var(--forth_seven);
}
 .ul-side-category i {
	 background: var(--forth_nine);
}
 .ul-side-category li {
	 font-size: 16px;
	 line-height: 24px;
	 list-style-type: none;
}
 .ul-side-category li a {
	 text-decoration: none;
	 color: var(--primary);
	 position: relative;
	 display: block;
	 padding: 12px 10px 12px 64px;
}
 .ul-side-category li a i {
	 position: absolute;
	 z-index: 1;
	 top: 0px;
	 bottom: 0px;
	 left: -1px;
	 width: 50px;
	 font-size: 24px;
	 line-height: 50px;
	 text-align: center;
	 color: #fff;
}
 .ul-side-category li a:hover {
	 text-decoration: none;
	 color: var(--forth);
}
 .ul-side-category li a:hover i {
	 background: var(--forth);
}
 .ul-side-category li i {
	 font-size: 16px;
	 line-height: 18px;
}
 .ul-side-category li:last-child {
	 border: none;
}
 .ul-side-category .sub-category {
	 display: block;
	 padding-left: 10px;
}
 .ul-side-category .sub-category li:nth-child(odd) i {
	 background: var(--secondary_seven);
	 color: var(--forth);
}
 .ul-side-category .sub-category li:nth-child(even) i {
	 background: var(--secondary_nine);
	 color: var(--forth);
}
 .colors {
	 margin: 0 !important;
	 list-style: none;
}
 .colors li {
	 float: left;
	 margin: 0 10px 10px 0;
}
 .colors li a {
	 display: block;
	 width: 32px;
	 height: 32px;
	 border: 1px #CCC solid;
}
 #owl-partners:hover .partner {
	 background-color: var(--fifth);
}
 .partner {
	 text-align: center;
	 background-color: var(--fifth);
	 margin: 10px;
	 padding: 15px 30px 10px;
	 border-radius: 4px;
}
 .partner img {
	 margin: 0 auto;
}
 #owl-partners:hover .partner:hover {
	 background-color: var(--fifth);
}
 .second-page-container {
	 padding-top: 190px;
}
 .google-map {
	 height: 500px;
}
 .block-form {
	 margin-bottom: 30px;
}
 .block-form h3 {
	 margin: 10px 0;
}
 .block-form h3 i {
	 color: var(--primary_seven);
	 font-size: 20px;
	 margin-right: 10px;
}
 .block-form p {
	 color: var(--primary_seven);
}
 .block-form textarea.form-control {
	 height: 100px;
}
 .block-form hr {
	 border-color: var(--secondary);
}
 .block-form label {
	 margin: 10px 0 0;
	 color: var(--primary_seven);
	 font-weight: 400;
}
 .block-form .form-control {
	 border-radius: 0;
	 margin: 10px 0;
	 border-color: var(--secondary);
	 height: 40px;
}
 .block-form .btn-default-1 {
	 border-color: var(--primary_three);
	 background-color: var(--secondary);
	 color: var(--primary_seven);
	 margin: 5px 20px 10px 0;
	 display: inline-block;
}
 .block-form .btn-default-1:hover {
	 border-color: var(--forth);
	 background-color: var(--forth);
	 color: var(--secondary);
}
.header-for-light a {
    color: var(--primary);
}
 .box-border {
	 padding: 20px 30px;
	 background-color: var(--fifth);
	 border: 1px solid var(--secondary);
	 margin-bottom: 30px;
}
 .box-border h3 {
	 margin: 10px 0;
}
 .btn-default-1 {
	 border: 1px solid var(--primary_three);
	 color: var(--secondary);
	 padding: 9px 20px;
	 text-transform: uppercase;
}
 .btn-default-1:hover {
	 text-decoration: none;
	 background-color: var(--secondary);
	 color: var(--forth);
	 border-color: var(--secondary);
}
 .block-order-total ul {
	 color: #555;
}
 .block-order-total ul li {
	 line-height: 40px;
}
 .block-order-total ul li strong {
	 float: right;
}
 .block-order-total ul .active {
	 color: var(--secondary);
}
 .cart-table.compare .card_product_image {
	 background: none;
}
 .cart-table.compare .card_product_image img {
	 width: 100%;
}
 .cart-table.compare tr td:nth-child(even) {
	 background-color: #f9f9f9;
}
 .cart-table.compare .product-price {
	 color: var(--forth);
	 font-size: 16px;
	 font-weight: 700;
}
 .cart-table {
	 min-width: 300px;
	 margin-bottom: 40px;
	 background-color: var(--secondary);
	 text-align: center;
	 overflow: hidden;
}
 .cart-table .product-rating {
	 width: 100%;
	 padding: 5px 0 3px;
	 position: relative;
}
 .cart-table .product-rating .stars {
	 unicode-bidi: bidi-override;
	 direction: rtl;
	 font-size: 12px;
	 text-align: center;
}
 .cart-table .product-rating .stars span.star {
	 font-family: FontAwesome;
	 font-weight: normal;
	 font-style: normal;
	 display: inline-block;
}
 .cart-table .product-rating .stars span.star.active:before {
	 content: "\f005";
}
 .cart-table .product-rating .stars span.star:hover {
	 cursor: pointer;
}
 .cart-table .product-rating .stars span.star:before {
	 content: "\f006";
	 padding: 0 2px;
	 color: var(--forth_nine);
}
 .cart-table .product-rating .stars span.star:hover:before, .cart-table .product-rating .stars span.star:hover ~ span.star:before {
	 content: "\f005";
	 color: var(--forth);
}
 .cart-table .product-rating .review {
	 color: var(--primary_seven);
	 font-size: 11px;
	 position: absolute;
	 left: 85px;
	 top: 7px;
	 text-decoration: none;
}
 .cart-table .product-rating .review:hover {
	 color: var(--forth);
}
 .cart-table a {
	 text-decoration: none;
	 color: var(--primary);
}
 .cart-table a:hover {
	 color: var(--forth);
}
 .cart-table th {
	 display: none;
}
 .cart-table td {
	 display: block;
}
 .cart-table td:first-child {
	 padding-top: .5em;
}
 .cart-table td:last-child {
	 padding-bottom: .5em;
}
 .cart-table td:before {
	 content: attr(data-th) ": ";
	 font-weight: bold;
	 width: 120px;
	 display: inline-block;
}
 @media (min-width: 680px) {
	 .cart-table td:before {
		 display: none;
	}
}
 .cart-table th, .cart-table td {
	 text-align: center;
	 vertical-align: middle !important;
}
 @media (min-width: 680px) {
	 .cart-table th, .cart-table td {
		 display: table-cell;
		 padding: .25em .5em;
	}
	 .cart-table th:first-child, .cart-table td:first-child {
		 padding-left: 0;
	}
	 .cart-table th:last-child, .cart-table td:last-child {
		 padding-right: 0;
	}
}
 @media (min-width: 680px) {
	 .cart-table th, .cart-table td {
		 padding: 1em !important;
	}
}
 @media (max-width: 680px) {
	 .cart-table th, .cart-table td {
		 text-align: left;
	}
}
 .cart-table th, .cart-table td:before {
	 color: var(--primary);
}
 .cart-table .card_product_image {
	 width: 140px;
	 background-color: var(--secondary);
}
 .cart-table .card_product_image img {
	 width: 120px;
}
 .cart-table .card_product_quantity input {
	 width: 50px;
	 border-radius: 0;
}
 .cart-table .btn-default-1 {
	 color: var(--primary);
}
 .cart-table .btn-default-1:hover {
	 background-color: var(--forth);
	 color: var(--secondary);
}
 .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	 background-color: var(--forth);
}
 .nav-pills {
	 margin-top: 10px;
}
 .nav-pills > li > a {
	 background-color: var(--secondary);
	 border-radius: 0;
	 font-size: 16px;
}
 .nav-pills > li > a i {
	 font-size: 18px;
	 display: block;
	 height: 24px;
}
 .nav-pills > li > a:hover {
	 background-color: var(--forth);
	 color: var(--secondary);
	 box-shadow: none;
}
 .nav-pills > li > a:hover i {
	 color: var(--secondary);
}
 .table-responsive .table .label {
	 background-color: var(--forth);
}
 .table-responsive .table .new {
	 background-color: var(--third);
}
 .blog {
	 background-color: #f7f7f7;
	 border: 1px solid var(--secondary);
	 max-width: 100%;
	 margin: 0 auto;
	 overflow: hidden;
	 position: relative;
     border-radius: 10px;
	 margin-bottom: 30px;
}
 .blog .blog-link {
	 display: block;
	 width: 50px;
	 height: 50px;
	 position: absolute;
	 line-height: 48px;
	 font-size: 12px;
	 color: var(--forth);
	 z-index: 5;
	 text-decoration: none;
}
 .blog .fa-comment {
	 display: block;
	 font-size: 26px;
	 line-height: 50px;
	 width: 50px;
	 height: 50px;
	 position: absolute;
	 background-color: var(--forth);
	 color: var(--secondary);
	 z-index: 3;
}
 .blog .blog-caption {
	 -webkit-backface-visibility: hidden;
	 -moz-backface-visibility: hidden;
	 backface-visibility: hidden;
	 padding: 0 15px 10px 15px;
}
 .blog .blog-caption .post-information {
	 color: var(--primary_seven);
	 padding: 10px 0;
	 text-align: center;
	 font-size: 12px;
}
 .blog .blog-caption .post-information span {
	 padding-right: 10px;
}
 .blog .blog-caption .blog-name {
	 color: var(--primary);
}
 .blog .blog-caption .blog-name:hover {
	 color: var(--forth);
	 text-decoration: none;
}
 .blog figure {
	 max-width: 100%;
	 margin: 0 auto;
	 overflow: hidden;
	 position: relative;
}
 .blog .figure-hover-overlay {
	 position: relative;
	 overflow: hidden;
	 background-color: var(--secondary);
}
 .blog .figure-hover-overlay .figure-href {
	 position: absolute;
	 left: 0;
	 right: 0;
	 top: 0;
	 bottom: 0;
	 z-index: 5;
}
 .blog .figure-hover-overlay img {
	 position: relative;
	 -webkit-transform: scale(1);
	 -moz-transform: scale(1);
	 transform: scale(1);
	 -webkit-transition: 1.25s ease-out;
	 transition: 1.25s ease-out;
	 -webkit-backface-visibility: hidden;
	 -moz-backface-visibility: hidden;
	 backface-visibility: hidden;
     height: 300px;
    border-radius: 0px;
    object-fit: cover;
    width: 100%;
}
 .blog:hover .figure-hover-overlay img {
	 -webkit-transform-origin: 50% 50%;
	 -moz-transform-origin: 50% 50%;
	 transform-origin: 50% 50%;
	 -webkit-transform: scale(1.1);
	 -moz-transform: scale(1.1);
	 transform: scale(1.1);
	 -webkit-transition: 1.25s ease-out;
	 transition: 1.25s ease-out;
}
 .blog:hover .figure-hover-overlay figcaption {
	 opacity: 1;
	 -webkit-transform: translateY(0px);
	 -moz-transform: translateY(0px);
	 -ms-transform: translateY(0px);
	 transform: translateY(0px);
	 -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	 -moz-transition: -moz-transform 0.4s, opacity 0.1s;
	 transition: transform 0.4s, opacity 0.1s;
	 color: #FFF !important;
}
 .blog .bar:before {
	 content: '';
	 position: absolute;
	 border-right: 10px solid transparent;
	 border-bottom: 10px solid #f7f7f7;
	 border-top: none;
	 border-left: 10px solid transparent;
	 left: 50%;
	 bottom: 0;
	 z-index: 10;
	 margin-left: -10px;
}
 .blog .btn-read {
	 color: var(--primary_seven);
	 border-color: var(--primary_five);
}
 .blog .btn-read:hover {
	 color: var(--secondary);
	 background-color: var(--forth);
	 border-color: var(--forth);
}
 .media-heading {
	 font-size: 18px;
	 margin-bottom: 10px;
}
 .time-right {
	 float: right;
	 padding: 5px 20px;
	 font-size: 13px;
	 color: var(--primary);
}
 .btn-right-post {
	 border: 1px solid var(--primary_five);
	 padding: 3px 20px;
	 float: right;
	 color: var(--primary_nine);
	 font-size: 12px;
	 background-color: var(--secondary);
}
 .btn-right-post:hover {
	 text-decoration: none;
	 background-color: var(--forth);
	 color: var(--secondary);
	 border-color: var(--forth);
}
 .block-products-modes {
	 padding: 7px 15px;
	 margin-bottom: 30px;
	 border: 1px solid #ddd;
}
 .block-products-modes label {
	 line-height: 34px;
	 font-weight: 400;
	 margin: 0;
	 color: #fff;
	 font-size: 16px;
}
 .block-products-modes .product-view-mode a {
	 text-decoration: none;
	 display: inline-block;
	 margin-right: 10px;
	 font-size: 28px;
	 color: var(--primary_three);
	 vertical-align: middle;
	 line-height: 34px;
}

 .block-products-modes .product-view-mode a:hover {
	 color: var(--forth);
}
 .block-products-modes .product-view-mode .active {
	 color: var(--forth);
}
 .block-products-modes select {
	 border-color: #ddd;
}
 .search_group .btn {
	 border-radius: 0px;
}
 .mb-25 {
	 margin-bottom: 25px;
}
 .product-image {
	 overflow: hidden;
	 position: relative;
}
 .product-image img {
	 max-width: 100%;
}
 #product-zoom {
	 border: 1px solid #eaeaea;
	 width: 100%;
}
 #gal1 {
	 float: left;
	 position: absolute;
	 top: 0;
	 z-index: 10;
}
 #gal1 a {
	 text-decoration: none;
	 display: block;
}
 #gal1 img {
	 border: 2px solid #eaeaea;
}
 #gal1 img:hover {
	 border-color: var(--forth);
}
 .block-product-detail {
	 margin-bottom: 30px;
}
 #review .product-rating {
	 padding: 5px 0 3px;
	 position: relative;
	 display: inline-block;
}
 #review .product-rating .stars {
	 unicode-bidi: bidi-override;
	 direction: rtl;
	 font-size: 12px;
	 text-align: center;
}
 #review .product-rating .stars span.star {
	 font-family: FontAwesome;
	 font-weight: normal;
	 font-style: normal;
	 display: inline-block;
}
 #review .product-rating .stars span.star.active:before {
	 content: "\f005";
}
 #review .product-rating .stars span.star:hover {
	 cursor: pointer;
}
 #review .product-rating .stars span.star:before {
	 content: "\f006";
	 padding: 0 2px;
	 color: var(--forth_nine);
}
 #review .product-rating .stars span.star:hover:before, #review .product-rating .stars span.star:hover ~ span.star:before {
	 content: "\f005";
	 color: var(--forth);
}
 #review .product-rating .review {
	 color: var(--primary_seven);
	 font-size: 11px;
	 position: absolute;
	 left: 85px;
	 top: 7px;
	 text-decoration: none;
}
 #review .product-rating .review:hover {
	 color: var(--forth);
}
 .product-detail-section .clearfix {
	 padding: 5px 0 5px;
}
 .product-detail-section label {
	 width: 120px;
	 color: var(--forth);
     font-size: 16px;
}
 .product-detail-section .product-information .form-control {
	 width: 120px;
}
 .product-detail-section .product-information .shopping-cart-buttons a {
	 display: inline-block;
	 margin-top: 5px;
	 font-size: 16px;
	 height: 40px;
	 width: 40px;
	 text-align: center;
	 line-height: 38px;
	 color: var(--forth);
	 border: 1px solid var(--forth_five);
}
 .product-detail-section .product-information .shopping-cart-buttons a:hover {
	 background-color: var(--forth);
	 color: var(--secondary);
}
 .product-detail-section .product-information .shopping-cart-buttons a.shoping {
	 width: 120px;
	 background-color: var(--forth);
	 color: var(--secondary);
}
 .product-detail-section .product-price {
	 color: var(--forth);
	 font-size: 16px;
	 margin: 0;
	 font-weight: 700;
}
 .product-detail-section .product-price span {
	 color: var(--primary_seven);
	 font-size: 16px;
	 text-decoration: line-through;
}
 .product-detail-section a {
	 text-decoration: none;
	 color: var(--primary);
     font-size: 16px;
}
 .product-detail-section a:hover {
	 color: var(--forth);
}
 .product-detail-section h3 {
	margin: 5px 0;
    color: var(--primary);
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
}
 .product-detail-section .product-rating {
	 width: 100%;
	 padding: 5px 0 3px;
	 position: relative;
}
 .product-detail-section .product-rating .stars {
	 unicode-bidi: bidi-override;
	 direction: rtl;
	 font-size: 12px;
	 text-align: left;
}
 .product-detail-section .product-rating .stars span.star {
	 font-family: FontAwesome;
	 font-weight: normal;
	 font-style: normal;
	 display: inline-block;
}
 .product-detail-section .product-rating .stars span.star.active:before {
	 content: "\f005";
}
 .product-detail-section .product-rating .stars span.star:hover {
	 cursor: pointer;
}
 .product-detail-section .product-rating .stars span.star:before {
	 content: "\f006";
	 padding: 0 2px;
	 color: var(--forth_nine);
}
 .product-detail-section .product-rating .stars span.star:hover:before, .product-detail-section .product-rating .stars span.star:hover ~ span.star:before {
	 content: "\f005";
	 color: var(--forth);
}
 .product-detail-section .product-rating .review {
	 color: var(--primary_seven);
	 font-size: 16px;
	 position: absolute;
	 left: 125px;
	 top: 7px;
	 text-decoration: none;
}
 .product-detail-section .product-rating .review:hover {
	 color: var(--forth);
}
.tab-content>.tab-pane,
 .product-detail-section .description {
	font-size: 16px;
    color: var(--primary);
    line-height: 26px;
}
 #MyContactForm label {
	 cursor: text;
	 display: block;
	 margin: 0 0;
	 position: relative;
	 top: 0;
	 width: 100%;
}
 #form-wrapper #MyContactForm .error {
	 bottom: 20px;
	 color: #FF0000;
	 font-family: inherit;
	 font-size: 12px;
	 font-weight: normal;
	 left: auto;
	 letter-spacing: 0;
	 right: 20px;
	 text-transform: capitalize;
	 width: auto;
}
 .payment-service {
	 padding: 15px 10px;
	 text-align: left;
	 position: relative;
	 border: 1px solid var(--primary_three);
	 margin: 20px 0;
     border-radius: 10px;
}
 .payment-service:hover {
	 border-color: var(--forth);
	 background-color: var(--forth);
}
 .payment-service:hover i {
	 color: var(--forth);
	 background-color: var(--secondary);
	 border-color: var(--secondary);
}
 .payment-service:hover h3, .payment-service:hover .title1 {
	 color: var(--secondary);
}
 .payment-service:hover p {
	 color: var(--secondary);
}
 .payment-service p {
	 margin: 0;
}
 .payment-service a {
	 position: absolute;
	 z-index: 11;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
}
 .payment-service h3, .payment-service .title1 {
	 margin: 5px 0 5px;
	 font-size: 24px;
}
.swiper-slide img{
    width: 100%;
}
 .payment-service i {
	 color: var(--secondary);
	 text-align: center;
	 line-height: 80px;
	 font-size: 42px;
	 margin: auto;
	 display: block;
	 width: 80px;
	 height: 80px;
	 border-radius: 70px;
	 border: 1px solid var(--forth);
	 background-color: var(--forth);
}
 .header-footer {
	 position: relative;
	 border-bottom: 1px solid #666;
	 margin-bottom: 10px;
}
 .header-footer h3, .header-footer .title1 {
	 margin: 10px 0;
	 text-transform: uppercase;
	 color: #ccc;
	 font-family: 'PT Sans', sans-serif;
}
 .footer-information {
	 padding: 40px 0;
	 background: rgba(0,0,0,0.95);
	 font-size: 13px;
}
 .footer-information p {
	 color: #aaa;
}
 .footer-information a {
	text-decoration: none;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 0.5px;
}
 .footer-information a:hover {
	 color: var(--secondary);
}
 .footer-information .footer-categories {
	 margin: 0;
	 list-style-type: none;
}
 .footer-information .footer-categories li {
	list-style-type: none;
    margin-top: 5px;
}
 .social {
	 background: rgba(0,0,0,0.95);
	 padding: 40px 0 0 0;
}
 .social .socials {
	 text-align: left;
}
 .social .socials a {
	 display: inline-block;
	 width: 40px;
	 height: 40px;
	 text-align: center;
	 margin: 20px 10px 20px 0;
	 text-decoration: none;
	 color: #ccc;
	 vertical-align: middle;
	 line-height: 40px;
	 border: 1px solid #666;
	 font-size: 20px;
}
 .social .socials a:hover {
	 background-color: var(--secondary);
	 color: var(--forth);
	 border-color: var(--secondary);
}
 .social form {
	 margin: 20px 0;
	 position: relative;
}
 .social form input {
	 border: 1px solid #666;
	 height: 40px;
	 padding: 5px 10px;
	 background: none;
	 color: var(--secondary);
}
 .social form ::-webkit-input-placeholder {
	 color: #aaa;
}
 .social form :-moz-placeholder {
	 color: #aaa;
}
 .social form ::-moz-placeholder {
	 color: #aaa;
}
 .social form :-ms-input-placeholder {
	 color: #aaa;
}
 .social form button {
	 position: absolute;
	 right: 0;
	 top: 0;
	 border: none;
	 border-left: none;
	 height: 40px;
	 width: 80px;
	 background: none;
	 color: var(--secondary);
}
 .social form button:hover {
	 color: var(--forth);
}
 .footer-copy {
	 padding: 15px 0 5px;
}
 .footer-copy a {
	 color: var(--forth);
}
 .footer-copy .logo-copy {
	 display: inline-block;
	 width: 140px;
	 height: 52px;
	 background: url("../images/logo.png") no-repeat;
	 margin-right: 10px;
	 background-size: 100%;
}
 .footer-copy p {
	 display: inline-block;
	 height: 42px;
	 line-height: 16px;
	 border-left: 1px var(--primary) solid;
	 padding: 10px 0 0 10px;
	 margin: 0;
	 font-size: 12px;
	 color: #ccc;
}
 .footer-payments {
	 list-style: none;
	 padding: 10px 0 0 0;
}
 .footer-payments li {
	 display: inline-block;
	 margin: 0 4px 8px;
	 float: inherit;
}
 .want form {
	 margin: 20px 0;
	 position: relative;
}
 .want form textarea {
	 border: 1px solid #666;
	 height: 100px;
	 padding: 5px 10px;
	 background: none;
	 color: var(--secondary);
}
 .want form ::-webkit-input-placeholder {
	 color: #aaa;
}
 .want form :-moz-placeholder {
	 color: #aaa;
}
 .want form ::-moz-placeholder {
	 color: #aaa;
}
 .want form :-ms-input-placeholder {
	 color: #aaa;
}
 .want form button {
	 position: absolute;
	 right: 0;
	 bottom: 0;
	 border-left: none;
	 border: none;
	 height: 40px;
	 width: 80px;
	 background: none;
	 color: var(--secondary);
}
 .want form button:hover {
	 color: var(--forth);
}
 .color-scheme-1 {
	 background-color: var(--primary);
}
 .color-scheme-2 {
	 background-color: var(--secondary);
}
 .color-scheme-3 {
	 background-color: var(--forth);
}
 .color-scheme-white-90 {
	 background-color: rgba(255,255,255,0.85);
}
 .color-scheme-dark-90 {
	 background-color: rgba(0,0,0,0.85);
}
 .body-bg {
	 background-image: url("../images/bg/bg1.jpg");
	 background-size: cover;
	 background-position: center center;
	 background-attachment: fixed;
}
 .contact-bg {
	 background-image: url("../images/bg/bg-contact.jpg");
	 background-size: cover;
	 background-position: center center;
	 background-attachment: fixed;
}
 .block-chess-banners {
	 background-image: url("../images/bg/bg2.jpg");
	 background-size: cover;
	 background-position: center center;
	 background-attachment: fixed;
}
 #feature-section {
	 background-image: url("../images/bg/bg6.jpg");
	 background-size: cover;
	 background-position: center center;
	 background-attachment: fixed;
}
 #sale-section {
	 background-image: url("../images/bg/bg01.jpg");
	 background-size: cover;
	 background-position: center center;
	 background-attachment: fixed;
}
 .partners {
	 background-image: url("../images/bg/bg_part.jpg");
	 background-size: cover;
	 background-position: center center;
	 background-attachment: fixed;
}
 .feature-block {
	 background-color: rgba(0,0,0,0.9);
}
 #footer-block {
	 background-image: url("../images/bg/bg4.jpg");
	 background-size: cover;
	 background-position: center center;
	 background-attachment: fixed;
}
 .menu2 {
	 background: url("../images/preview/menu-bg1.jpg") no-repeat bottom right;
}
 .menu1 {
	 background: url("../images/preview/menu-bg2.jpg") no-repeat bottom right;
}
 .menu3 {
	 background: url("../images/preview/menu-bg3.jpg") no-repeat bottom right;
}
 .menu4 {
	 background: url("../images/preview/menu-bg4.jpg") no-repeat bottom right;
}
 .menu5 {
	 background: url("../images/preview/menu-bg5.jpg") no-repeat bottom right;
}
 #product-category .main-category-title {
	 margin-top: 0px;
}
 .category_title.header-for-light h1 {
	 display: inline-block;
	 min-width: 320px;
	 position: absolute;
}
 .category_title .banner {
	 position: relative;
	 margin: 0px 0 0px;
	 width: 100%;
	 display: inline-block;
	 vertical-align: top;
	 text-align: right;
}
 .category_title .banner img {
	 display: inline-block;
	 /* width: calc(100% - 218px);
	 width: -webkit-calc(100% - 218px);
	 width: -moz-calc(100% - 218px); */
}
 @media (max-width: 767px) {
	 .revolution-container {
		 height: 450px !important;
	}
	 #header .header-main, #header .header-bg {
		 height: auto;
	}
	 header + section {
		 position: relative;
	}
	 .block-chess-banners {
		 text-align: center;
	}
	 .block-chess-banners * {
		 margin-bottom: 10px;
	}
	 .block-chess-banners img {
		 display: inline-block;
		 max-height: 180px;
		 margin-top: 20px;
		 margin-bottom: 10px;
	}
	 .top-categories {
		 position: relative;
		 display: flex;
		 flex-wrap: wrap;
		 justify-content: center;
	}
	
}
 @media (max-width: 640px) {
	 .top-categories {
		 position: relative;
	}
	 .footer-copy .logo-copy {
		 background-size: 140px;
		 width: 100%;
		 margin-right: 0px;
		 margin-bottom: 10px;
		 background-position: center;
	}
	 #header .header-logo .img-responsive {
		 min-height: 50px;
	}
	 .footer-copy {
		 min-height: 128px;
	}
	 .footer-copy p {
		 display: block;
		 text-align: center;
	}
	 .footer-payments {
		 display: none;
	}
	 .revolution-container {
		 height: 350px !important;
	}
	 #header {
		 position: static;
	}
	 .header-main-block1 .row {
		 display: flex;
		 display: -webkit-flex;
		 flex-wrap: wrap-reverse;
	}
	
	
	 .header-main-block1 .col-sm-5 {
		display:none;
	}
	/*  .header-main-block1 .col-sm-4 {
		 position: absolute;
		 right: 0;
		 top: 0;
	} */
	 #header .top-icons .top-icon{
		float: none;
	 }
	 .header-for-light {
		 position: static;
	}
	 .toolbar-for-light {
		 width: 80px;
		 position: absolute;
		 right: 0;
		 bottom: 20px;
		 left: 0;
		 top: auto;
		 margin: auto;
	}
	.title-block h1, .title-block .title2,
	 .header-for-light h1, .header-for-light .title1 {
		 font-size: 50px;
		 display: block;
		 text-align: center;
		 width: 100%;
	}
	 #header .socials-block ul {
		 margin: 3px auto;
		 float: right;
	}
	 #header.light-header .socials-block ul li a, #header .socials-block ul li a {
		 height: 20px;
		 width: 20px;
		 line-height: 20px;
		 color: #c30303;
		 border-radius: 4px;
		 background: #fff;
		 margin: 3px;
	}
	 .payment-service h3, .payment-service .title1 {
		 display: block;
		 text-align: center;
	}
	 #header.light-header .top-icons .top-icon span {
		 color: #fff;
	}
	 #header.light-header .top-icons .top-icon {
		 background: #c30303;
		 color: #fff;
	}
	 .nav-pills {
		 display: flex;
	}
	 .nav-pills > li > a {
		 font-size: 12px;
		 padding: 5px 15px;
	}
	 .breadcrumb {
		 padding: 5px 0;
	}
	 .category_title .banner img {
		 width: 100%;
	}
	 .category_title.header-for-light {
		 position: relative;
	}
	 .category_title.header-for-light h1 {
		 top: 35%;
		 z-index: 1;
		 color: #fff;
		 width: 100%;
	}
	 .category_title .banner:after {
		 content: '';
		 background: #000000ba;
		 position: absolute;
		 width: 100%;
		 height: 100%;
		 left: 0;
		 top: 0;
	}
	 .navbar-main .navbar-toggle {
		 border-radius: 10px;
		 padding: 8px 6px 8px 20px;
		 margin-top: 5px;
		 margin-right: 15px;
		 margin-bottom: 5px;
	}
	 .navbar-toggle .icon-bar {
		 display: block;
		 width: 3px;
		 height: 2px;
	}
	 .breadcrumb {
		 display: none;
	}
	 #header .header-main .top-search-form div button, #header .header-main .top-search-form div input {
		 height: 30px;
	}
	 #header .header-logo .img-responsive {
		 height: 50px;
	}
	 #header .header-logo {
		 top: -7px;
		 margin-right: 10px;
		 margin-left: 0px;
	}
}
 @media (max-width: 360px) {
	 .top-categories a {
		 min-width: 72px;
	}
}
 @media (max-width: 640px) {
	 #header.header-top-fixed {
		 position: static !important;
	}
	 #header .header-main-fixed #container-fixed {
		 margin: 5px 0;
	}
}

@media (max-width: 480px) {
	.revolution-container{
		height: 300px !important;
	}
}
 .px-3 {
	 padding-left: 30px;
	 padding-right: 30px;
}
 .modal-content {
	 border-radius: 0px;
}
 .modal-footer.block-form {
	 margin-bottom: 0px;
}
.block-blog {
    font-size: 18px;
    line-height: 30px;
    color: var(--primary);
}
.block-blog 
.header-for-light h1, .block-blog .header-for-light .title1 {
    font-size: 40px;
    color: var(--primary);
}
 .block-blog img {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
}
.widget-block img {
    width: 100%;
    object-fit: contain;
    background: var(--secondary);
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s;
}
.widget-block .row:hover img{
    transform: scale(1.2);
}
@media(min-width: 1024px){
    #sale-section .container>.row{
        display: flex;
        align-items: center;
    }
}
@media(min-width: 1440px){
    .top-categories a span.cat__text{
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .top-categories a span.cat__icon .fa {
        font-size: 30px;
    }
    .top-categories a span.cat__icon{
        margin-bottom: 8px;
    }
    .navbar-main .nav >.dropdown > a,
    .navbar-main .nav > li > a{
        padding: 10px 15px;
        font-size: 16px;
        letter-spacing: 1px;
    }
}
.toggle-footer{
	display: none;
}
.mob-nav {
    cursor: pointer;
	display: none;
}
.right_menu_togle {
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px #eee;
	padding: 90px 60px 60px 50px;
	font-size: 1.15em;
	max-width: 480px;
	width: 100%;
	left: -500px;
	z-index: 999999;
	transition: all 0.3s ease;
	position: fixed;
	overflow-y: auto;
	display: block;
	height: 100%;
	top: 0;
}
.right_menu_togle .close-btn {
    overflow: visible;
    position: absolute;
    top: 10px;
    display: block;
    z-index: 99;
    right: 57px;
    cursor: pointer;
    transition: all .3s ease;
}
.right_menu_togle .close-btn .nav-close {
    position: absolute;
    top: 23px;
    display: block;
    z-index: 99;
    right: 3px;
    cursor: pointer;
}
.right_menu_togle .close-btn .nav-close .line {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.right_menu_togle .close-btn .nav-close .line span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 1px !important;
    height: 25px !important;
    background: #000000;
    border: none !important;
    transition: all 0.3s ease;
}
.right_menu_togle .close-btn .nav-close .line span.line2 {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.mobile-navbar-menu .nav-menu{
	padding-left: 0px;
    list-style: none;
}
.mobile-navbar-menu .nav-menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
    padding: 10px 0;
    line-height: 30px;
	transition: 0.3s;
    width: 100%;
	letter-spacing: 0.6px;
}
.mobile-navbar-menu .nav-menu li a:hover{
	color: var(--forth);
}
ul.sub_menu {
	position: relative;
	visibility: visible;
	opacity: 1;
	border: 0;
	box-shadow: none;
}
.nav-expanded nav {
    left: 0 !important;
}
@media(max-width: 768px){
	#sale-section .title-block h2, #sale-section .title-block .title3{
		margin-top: 0px;
	}
	.block {
    	padding: 40px 0;
	}
	#header #container-fixed{
		height: auto;
	}
	.header-main-block1 .col-sm-3{
		flex: 1;
		display: flex;
		justify-content: left;
	}
	.header-main-block1 .col-sm-4,
	.header-main-block1 .col-sm-5{
		flex: 1;
	}
	.header-main-block1 .row{
		display: flex;
    	justify-content: space-between;
	}
	.mob-nav{
		display: block;
		margin-right: 10px;
		padding-left: 10px;
	}
	#header .header-logo{
		margin-right: 10px;
	}
	.mob-nav i {
		font-size: 30px;
		color: var(--forth);
		margin-top: 8px;
		margin-left: 8px;
	}
	.navbar-main .navbar-toggle{
		display: none;
	}
	#footer-block{
		position: relative;
	}
	.toggle-footer {
		position: absolute;
		top: -20px;
		z-index: 11;
		right: 0;
		left: 0;
		margin: auto;
		width: 30px;
		background: var(--forth);
		color: var(--fifth);
		text-align: center;
		border-radius: 10px 10px 0px 0px;
		display: block;
		line-height: 30px;
		cursor: pointer;
	}
	.toggle-footer i{
		font-size: 18px;
	}
	.footer-information{
		display: none;
	}
	#footer-block .block,
	.blockcolor-scheme-2{
		display: none;
	}
	.top-categories{
		padding: 40px 0px;
	}
	 .top-categories a {
		 min-width: 40px;
		 background: url(../images/icon-1.png);
		 color: #333;
		 box-shadow: 0px 0px 3px #d1d1d1 inset;
		 font-weight: 700;
		 margin-bottom: 5px;
		 width: 30.33%;
		 margin: 5px;
		 border-radius: 14px;
		background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        overflow: hidden;
	}
	 .top-categories a span.cat__text {
		 line-height: 6px;
	}
	
	
	.top-categories a:hover:before{
		opacity: 0.7;
	}
	.top-categories a:before {
		background: var(--forth_seven);
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
	}
	
	.top-categories a span {
		z-index: 2;
		position: relative;
		color: var(--fifth);
	}
	.top-categories a:hover{
		 background: url(../images/icon-1.png);
		 background-repeat: no-repeat;
        background-size: cover;
		height: 80px;
	}
	.block.color-scheme-2 {
		padding-bottom: 100px;
	}
	.toolbar-for-light{
		bottom: 40px;
	}
	.information {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	#product-category {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}@media(max-width:640px){
	.right-filter {
		display: flex;
		padding: 0px;
	}
	.right-filter label{
		font-size: 14px;
	}
}
@media(max-width:560px){
	.mob-nav,
	#header .header-logo{
		margin-right: 0px;
	}
	.block-products-modes label{
		font-size: 12px;
		line-height: 14px;
	}
}
@media(max-width:400px){
	.mob-nav,
	#header .header-logo{
		margin-right: 0px;
	}
	.mob-nav{
		padding-left: 5px;
	}
	.header-main-block1 .col-sm-4,
	.header-main-block1 .col-sm-3{
		padding-right: 5px;
    	padding-left: 5px;
	}
	
}
@media(max-width:360px){
	#header .top-icons i {
		font-size: 12px;
		line-height: 30px;
	}
	#header .top-icons .top-icon span{
		font-size: 12px;
	}
	#header .top-icons .top-icon{
		padding: 0px 10px;
	}
}