* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    background: #F4F4F4;
    color: #111;
    font-family: 'Helvetica Neue', Helvetica;
    padding: 0;
    margin: 0;
}

a {
    color: #937C00;
    text-decoration: none;
}

a:hover {
    color: #000;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

b,
strong {
    font-weight: 500;
}

h1 {
    font-weight: 400;
    margin: 5px 0 15px;
}

h2,
.h2 {
    font-size: 22px;
    font-weight: 400;
    margin: 5px 0 15px;
}

.h2.b {
    border-bottom: #FFDD55 3px solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.grids {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.grids_v {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.t_block {
    display: table;
}

.t_block>* {
    display: table-cell;
}

.main_wrapper {
    width: 100%;
    min-height: 100%;
}

.sidebar {
    background: #fff;
    width: 280px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    z-index: 10;
}

.sidebar>.wrapper {
    padding: 15px;
}

.sidebar .logo img {
    display: block;
    margin: 10px 0 30px;
}

.catalog_menu ul {
    color: #111;
    line-height: 1;
    list-style: none;
    padding: 0 0 55px;
    margin: 0;
}

.catalog_menu a {
    color: #111;
}

.catalog_menu>ul>li {
    display: block;
    border-top: #e5e5e5 1px solid;
    position: relative;
}

.catalog_menu>ul>li:first-child {
    border: none;
}

.catalog_menu>ul>li>.cat {
    display: table;
    position: relative;
    width: 100%;
    height: 56px;
    padding: 11px 0 11px 40px;
}

.catalog_menu>ul>li.parent>.cat {
    padding-right: 10px;
}

.catalog_menu>ul>li.parent>.cat:before,
.catalog_menu>ul>li.parent>.cat:after {
    content: '';
    border: 8px solid transparent;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
}

.catalog_menu>ul>li.parent>.cat:before {
    border-left: #999 8px solid;
}

.catalog_menu>ul>li.parent>.cat:after {
    border-left: #fff 8px solid;
    right: -7px;
}

.catalog_menu>ul>li>.cat .icon {
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
}

.catalog_menu>ul>li>.cat .icon img {
    max-width: 100%;
    max-height: 100%;
}

.catalog_menu>ul>li>.cat>span {
    display: table-cell;
    font-weight: 500;
    line-height: 1;
    vertical-align: middle;
}

.catalog_menu>ul>li>.cat>span {
    text-transform: lowercase;
    height: 22px;
}

.catalog_menu>ul>li>.cat>span:first-letter {
    text-transform: uppercase;
}

.catalog_menu .subcategories {
    background: #fff;
    border-radius: 0 7px 7px 0;
    position: absolute;
    left: -5000px;
    top: -5000px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .08);
    overflow: hidden;
    padding: 15px;
}


/*.catalog_menu > ul > li:last-child .subcategories,
.catalog_menu > ul > li:nth-last-child(2) .subcategories{
	top: auto;
	bottom: -25px;
}
.catalog_menu > ul > li:nth-last-child(3) .subcategories,
.catalog_menu > ul > li:nth-last-child(4) .subcategories,
.catalog_menu > ul > li:nth-last-child(5) .subcategories{
	top: 50%;
	transform: translateY(-50%);
}*/

.catalog_menu .subcategories:before {
    content: '';
    position: absolute;
    right: 100%;
    top: -10px;
    width: 10px;
    height: calc(100% + 20px);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
}

.catalog_menu>ul>li .subcategories>.bg,
body .catalog_menu>ul>li .subcategories>.bg:hover {
    content: '';
    background: rgba(0, 0, 0, .4);
    position: fixed;
    right: 0;
    top: -100%;
    width: calc(100% - 280px);
    height: 100%;
    opacity: 0;
    transition: opacity .5s;
    z-index: -1;
}

.catalog_menu .subcat.c2 {
    width: calc(170px * 2);
}

.catalog_menu .subcat.c3 {
    width: calc(170px * 3);
}

.catalog_menu .subcat.c4 {
    width: calc(170px * 4);
}

.catalog_menu .subcat>li {
    text-align: center;
    width: 170px;
}

.catalog_menu .subcat>li>* {
    display: block;
    border: #fff 2px solid;
    border-radius: 5px;
    height: 100%;
    padding: 10px;
}

.catalog_menu .subcat>li>a:hover {
    border-color: #FFED00;
}

.catalog_menu .subcat .image {
    line-height: 90px;
    width: 130px;
    height: 90px;
    margin: 0 auto 10px;
}

.catalog_menu .subcat .image img {
    vertical-align: bottom;
    max-width: 100%;
    max-height: 100%;
}

.catalog_menu .subcat .image img.no_img {
    height: 75%;
}

.catalog_menu .subcat li span {
    font-weight: 500;
}

.catalog_menu>ul>li:hover,
.catalog_menu>ul>li:hover+li {
    border-top-color: #fff;
}

.catalog_menu>ul>li:hover>.cat,
.catalog_menu>ul>li.selected>.cat {
    width: calc(100% + 30px);
    padding-left: 55px;
    padding-right: 15px;
    margin: 0 -15px;
}

.catalog_menu>ul>li.selected>.cat {
    background: #f4f4f4;
}

.catalog_menu>ul>li:hover>.cat {
    background: #FFED00;
}

.catalog_menu>ul>li.parent:hover>.cat,
.catalog_menu>ul>li.parent.selected>.cat {
    padding-right: 25px;
}

.catalog_menu>ul>li.parent.selected>.cat:before {
    right: 7px;
}

.catalog_menu>ul>li.parent.selected>.cat:after {
    border-left-color: #f4f4f4;
    right: 8px;
}

.catalog_menu>ul>li.parent:hover>.cat:before,
.catalog_menu>ul>li.parent:hover>.cat:after {
    display: none;
}

.catalog_menu>ul>li.parent:hover:after {
    content: '';
    border: 28px solid transparent;
    border-left: #FFED00 20px solid;
    position: absolute;
    left: calc(100% + 15px);
    top: 0;
}

.catalog_menu>ul>li:hover>.cat .icon,
.catalog_menu>ul>li.selected>.cat .icon {
    left: 15px;
}

.catalog_menu>ul>li:hover .subcategories {
    left: calc(100% + 15px);
    top: -25px;
}

.catalog_menu>ul>li:hover .subcategories>.bg {
    top: 0;
    opacity: 1;
}

.main {
    width: calc(100% - 280px);
}

.top_line {
    background: #2e2e2e;
    color: #cecece;
    font-size: 14px;
    font-weight: 300;
    float: left;
    width: 100%;
}

.top_line a {
    color: #cecece;
}

.top_line a:hover {
    color: #fff;
}

.top_line .account {
    background: #000;
    float: right;
    padding: 14px 15px 14px 40px;
}

.top_line .account div {
    display: inline;
}

.account .login,
.account .username a {
    background: url(../images/icons/user.svg) no-repeat 0 center;
    background-size: contain;
    padding: 4px 0 3px 33px;
}

.account .login {
    margin-right: 25px;
}

.account .logout {
    background: #2e2e2e;
    border-radius: 3px;
    padding: 2px 10px 3px;
    margin: 0 0 0 10px;
}

.login_form .button {
    float: left;
}

.login_form .cart_form {
    display: table;
    width: 100%;
}

.auth_socials {
    float: left;
}

.auth_socials>* {
    float: left;
}

.auth_socials .or {
    color: #666;
    font-size: 14px;
    font-style: italic;
    vertical-align: top;
    padding: 11px 25px 0;
}

.auth_socials .facebook>div {
    color: #666;
    font-size: 12px;
    font-style: italic;
    margin: 0 0 5px;
}

.soc_button img {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 8px 0 0;
}

.soc_button {
    display: inline-block;
    border: #ccc 1px solid;
    border-radius: 30px;
    padding: 2px 15px 2px 2px;
}

.soc_button:hover {
    background: rgba(0, 0, 0, .05);
}

.soc_button.to_facebook {
    border-color: #475993;
}

.soc_button div {
    float: left;
    width: calc(100% - 38%);
}

.soc_button span {
    display: block;
    line-height: 1;
}

.soc_button .i {
    color: #666;
    font-size: 12px;
}

.soc_button .n {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    clear: left;
}

.top_line .phones {
    float: right;
    margin: 12px 40px 0 0;
}

.top_line .phones div {
    background: url(../images/icons/phone-call.svg) no-repeat 0 center;
    background-size: contain;
    font-size: 15px;
    padding: 0 0 0 30px;
}

.top_line .call {
    display: none;
    background: #eee url(../images/icons/phone-call_b.svg) no-repeat 7px center;
    background-size: auto 60%;
    border-radius: 20px;
    color: #000;
    line-height: 1;
    float: right;
    padding: 6px 10px 6px 30px;
    margin: 6px 10px 0 0;
}

.top_line .call:hover {
    color: #937C00;
}

.top_line .address {
    float: right;
    margin: 8px 35px 8px 0;
}

.top_line .address_link_mob{
    display: none;
}

.top_line .address2 {
    position: fixed;
    top: 22px;
    float: right;
    margin: 8px 0px 8px 0;
    z-index: 100;
}

.top_line .address a {
    display: block;
    /*background: url(../images/icons/location.svg) no-repeat 0 center;*/
    background: url(../images/icons/shop.svg) no-repeat 0 center;
    background-size: auto 82%;
    font-size: 10px;
    line-height: 1;
    padding: 0 0 0 27px;
    cursor: pointer;
}

.top_line_ul {
    background-color: #2e2e2e;
    padding-bottom: 22px;
    -webkit-padding-start: 26px;
}

.top_line_ul li {
    display: block;
    padding: 18px 11px 18px 25px;
    font-size: inherit;
    transition: .1s;
    cursor: pointer;
    margin-right: 22px;
}

.top_line_ul li:hover {
    background: #FFED00;
    color: blue;
}

.top_line .address a span {
    display: block;
    font-size: 13px;
}

.top_line .menu {
    list-style: none;
    float: left;
    padding: 0;
    margin: 5px 0 0 20px;
}

.top_line .menu li {
    float: left;
    margin: 0 20px 0 0;
}

.top_line .menu li:first-child {
    margin-right: 15px;
}

.top_line .menu a,
.top_line .menu span {
    display: block;
    line-height: 1;
    padding: 8px 0;
}

.top_line .menu .discounted_link {
    background: #000 url(../images/icons/star.svg) no-repeat 8px center;
    background-size: 16px 16px;
    border-radius: 3px;
    padding: 5px 10px 7px 30px;
    margin-top: 3px;
}

.top_line .menu .maps {
    background: url(../images/icons/location.svg) no-repeat 8px center;
    background-size: 16px 16px;
    border-radius: 3px;
    padding: 0px 10px 0px 30px;
    /*margin-top: 3px;*/
}

.top_line .mob_maps {
    display:none;
    width: 20px;
    float: left;
    margin-top: 6px;
    margin-left: 20px;
}

.cart_informer_s {
    display: none;
    background: #000;
    float: right;
    position: relative;
    padding: 8px 15px;
}

.cart_informer_s:before {
    content: '';
    background: #555;
    position: absolute;
    left: 0;
    top: 15%;
    width: 1px;
    height: 70%;
}

.cart_informer_s .cart_s {
    background: url(../images/icons/cart_s.svg) no-repeat 0 center;
    background-size: auto 100%;
    float: left;
    position: relative;
    min-height: 26px;
    cursor: pointer;
    padding: 0 0 0 40px;
}

.cart_informer_s .count {
    background: #fff;
    border: #000 1px solid;
    border-radius: 30px;
    position: absolute;
    left: 13px;
    top: 0;
    color: #000;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 14px;
    height: 16px;
    width: auto;
    min-width: 16px;
    padding: 0 2px;
}

.cart_informer_s .info>div div {
    display: inline-block;
}

.cart_informer_s .info>div:first-child,
.cart_informer_s .info span {
    font-size: 10px;
}

.cart_informer_s .info>div:last-child {
    font-size: 13px;
}

.cart_informer_s .cart_s.empty div {
    padding: 6px 0 0;
}

.main_row {
    float: left;
    width: 100%;
    padding: 15px;
}

.content_wrapper {
    float: left;
    width: calc(100% - 285px);
}

.right_sidebar_wrapper {
    float: right;
    width: 270px;
}

.right_sidebar {
    width: 100%;
}

.cart_informer {
    background: #fff;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .16);
}

.cart_informer:after {
    content: '';
    background: url(../images/b1.svg) repeat-x 0 0;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 6px;
}

.cart_informer .cart_title {
    background: #F8F8F0;
    border-bottom: #d3d5d5 1px solid;
    padding: 15px 15px 13px;
}

.cart_informer .cart_title .wrapper {
    display: inline-block;
    background: url(../images/icons/shopping-cart.svg) no-repeat 0 0;
    background-size: 40px 40px;
    line-height: 40px;
    padding: 0 0 0 50px;
}

.cart_informer .cart_title .wrapper>div {
    display: inline-block;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    vertical-align: middle;
}

.cart_informer .cart_title span {
    font-size: 11px;
    font-weight: 600;
}

.cart_informer .cart_title .price {
    display: inline-block;
    white-space: nowrap;
}

.cart_informer .cart_title .currency {
    font-size: 14px;
    font-weight: 500;
}

.cart_informer>.wrapper {
    min-height: 80px;
    padding: 0 15px 15px;
}

.cart_informer .purchase {
    border-top: #ddd 1px solid;
    padding: 10px 0;
}

.cart_informer .purchase:first-child {
    border: none;
}

.cart_informer .purchase>* {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cart_informer .purchase .image {
    text-align: center;
    width: 45px;
}

.cart_informer .purchase .image a,
.cart_informer .purchase .image img {
    display: inline-block;
    font-size: 0;
}

.cart_informer .purchase .name {
    line-height: 1;
    width: calc(100% - 75px);
}

.cart_informer .purchase .name>.wrapper {
    padding: 0 0 0 5px;
}

.cart_informer .purchase .name a {
    color: #111;
    font-size: 14px;
    font-weight: 500;
}

.cart_informer .purchase .name .price {
    color: #937C00;
    font-weight: 700;
    margin: 5px 0 0;
}

.cart_informer .purchase .name .price span {
    font-size: 10px;
}

.cart_informer .purchase .name .price div {
    display: inline-block;
    white-space: nowrap;
}

.cart_informer .purchase .name .price .compare_price,
#purchases td.price .compare_price {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    white-space: nowrap;
    position: relative;
    padding: 0 5px;
}

.cart_informer .purchase .amount {
    text-align: right;
    font-size: 14px;
    line-height: 1;
    width: 30px;
}

.cart_informer .purchase .amount>.wrapper>div {
    clear: both;
    float: right;
}

.cart_informer .purchase .amount .c {
    border: #ddd 1px solid;
    font-weight: 700;
    text-align: center;
    width: 16px;
    cursor: pointer;
    padding: 0 0 2px;
}

.cart_informer .purchase .amount .c.plus {
    border-radius: 10px 10px 0 0;
}

.cart_informer .purchase .amount .c.minus {
    border-radius: 0 0 10px 10px;
}

.cart_informer .purchase .amount .c:hover {
    background: #f0f0f0;
}

.cart_informer .purchase .amount .count {
    border: none;
    outline: none;
    background: none;
    color: #666;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    width: 50px;
    padding: 3px 4px 4px 0;
}

.cart_informer .pack_info {
    background: #FFFAC0;
    font-size: 11px;
    font-style: italic;
    line-height: 1;
    padding: 4px 5px;
    margin: -5px 0 5px;
}

.cart_informer .pack_info span {
    font-size: 9px;
}

.cart_informer .total {
    display: inline-block;
    border-top: #ccc 1px solid;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    padding: 15px 0;
}

.cart_informer .total .price {
    display: inline-block;
    font-size: 18px;
    margin-left: 5px;
}

.cart_informer .total .price span {
    font-size: 14px;
}

.cart_informer .button {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    padding: 10px;
}

.cart_informer label {
    display: none;
    color: #937C00;
    font-style: italic;
    text-align: center;
    cursor: pointer;
    width: 100%;
    margin: 20px 0 10px;
}

.cart_informer .no_purchases {
    color: #999;
    font-size: 13px;
    font-style: italic;
    line-height: 1;
    position: relative;
    padding: 7px 0 0 52px;
    margin: 40px 0 0;
}

.cart_informer .no_purchases:before {
    content: 'i';
    border: #ddd 1px solid;
    border-radius: 50%;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
}

.to_top {
    background: #fff url(../images/icons/arrow-top.svg) no-repeat center;
    background-size: 40% auto;
    border-radius: 50px;
    text-align: center;
    position: fixed;
    bottom: 15px;
    width: 40px;
    height: 40px;
    transition: opacity 1s;
    transform: translateX(-350px);
    cursor: pointer;
    opacity: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
    z-index: 10;
}

.to_top.active {
    opacity: 1;
    transform: translateX(-27px);
}

.search_block {
    float: left;
    width: 100%;
}

.search {
    border: #FFED00 7px solid;
    border-radius: 5px;
    float: left;
    width: 100%;
    max-width: 1085px;
    margin: 0 0 10px;
}

.search input {
    border: none;
    background: #fff;
    outline: none;
    font-size: 14px;
    line-height: 15px;
    font-weight: 300;
    width: calc(100% - 126px);
    padding: 10px;
}

.search button {
    background: #5C5C5C;
    border: none;
    color: #fff;
    text-align: center;
    float: right;
    width: 126px;
    cursor: pointer;
    padding: 8px 0;
}

.search button span {
    display: inline-block;
    background: url(../images/icons/search.svg) no-repeat 0 0;
    background-size: contain;
    font-size: 15px;
    line-height: 1;
    font-weight: 300;
    padding: 2px 7px 2px 32px;
}

.search button:hover {
    background: #444;
}

.autocomplete-suggestions {
    background-color: #fff;
    border-radius: 0 0 7px 7px;
    overflow: hidden;
    border: 1px solid #ccc;
    overflow-y: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .12);
    padding: 0 10px;
}

.autocomplete-suggestions .autocomplete-suggestion {
    cursor: default;
}

.autocomplete-suggestions .selected {
    background: #F0F0F0;
}

.autocomplete-suggestions div {
    border-top: #ddd 1px solid;
    white-space: nowrap;
    padding: 5px;
}

.autocomplete-suggestions div:first-child {
    border: none;
}

.autocomplete-suggestions img {
    margin-right: 5px;
}

.autocomplete-suggestions strong {
    display: inline-block;
    background: #FFED00;
    font-weight: normal;
    /*color:#3399FF;*/
}

.path {
    background: #ededed;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1;
    float: left;
    width: 100%;
    padding: 10px 10px 5px;
    margin: 0 0 10px;
}

.path a,
.path span {
    color: #777;
}

.path a:hover {
    color: #000;
}

.path:after {
    content: '';
    display: block;
    clear: both;
}

.path>div {
    float: left;
    position: relative;
    padding: 0 8px 0 0;
    margin: 0 12px 5px 0;
}

.path>div[itemtype]:before {
    content: '';
    border: 4px solid transparent;
    border-left: #999 4px solid;
    position: absolute;
    left: 100%;
    top: 2px;
    position: absolute;
}

.path>div[itemtype]:after {
    content: '';
    border: 4px solid transparent;
    border-left: #ededed 4px solid;
    position: absolute;
    left: calc(100% - 1px);
    top: 2px;
    position: absolute;
}

.path i {
    font-style: normal;
}

a.facebook_share {
    border: #ccc 1px solid;
    border-radius: 4px;
    color: #444;
    float: right;
    position: relative;
    top: -2px;
    padding: 3px 5px 3px 17px;
}

.facebook_share:before {
    content: '';
    background: url(../images/icons/facebook.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    opacity: .5;
}

.text_block .facebook_share {
    display: table;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    float: none;
    padding: 4px 10px 4px 28px;
    margin: 30px 0 20px;
}

.text_block .facebook_share:before {
    background: url(../images/icons/facebook-logo.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    opacity: 1;
}

.categories {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

.categories>li {
    background: #fff;
    border: #ccc 1px solid;
    border-radius: 7px;
    width: calc((100% - 20px) / 3);
    padding: 10px;
    margin: 0 10px 10px 0;
}

.categories>li:nth-child(3n) {
    margin-right: 0;
}

.categories>li:hover {
    border-color: #aaa;
}

.categories .image {
    float: left;
    position: relative;
    width: 80px;
    min-height: 60px;
    margin-right: 10px;
}

.categories .image img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.categories .image img.no_img {
    width: 60%;
}

.categories .info {
    float: left;
    width: calc(100% - 90px);
}

.categories .info h2 {
    font-weight: 700;
}

.categories .info a {
    color: #111;
    font-weight: 500;
    line-height: 1;
}

.categories .subcategories a {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    margin-right: 5px;
}

.filter {
    background: #EDE9E1;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 15px;
}

.filter>.title {
    background: rgba(0, 0, 0, .03);
    border-radius: 3px 0 0 3px;
    font-weight: 400;
    text-align: center;
    width: 128px;
    padding: 11px 0 0;
}

.filter>.title div {
    display: inline-block;
    background: url(../images/icons/controls.svg) no-repeat 0 0;
    background-size: 22px 22px;
    padding: 3px 3px 5px 34px;
}

.filter>.wrapper {
    width: calc(100% - 128px);
    padding: 10px 20px 0;
}

.filter_element {
    float: left;
    margin: 0 20px 10px 0;
}

.filter_element>div {
    float: left;
}

.filter_element>div.name {
    font-weight: 300;
    margin: 5px 5px 0 0;
}

.filter_element>div.value {
    background: rgba(255, 255, 255, .6);
    border-radius: 30px;
    position: relative;
    width: 145px;
    height: 24px;
    padding: 5px 10px;
}

.filter_element>div.value:before {
    content: '';
    border: transparent 5px solid;
    border-top-color: #ccc;
    position: absolute;
    right: 8px;
    top: 11px;
}

.filter_element>div.value a {
    display: none;
    color: #111;
    white-space: nowrap;
}

.filter_element>div.value a.selected {
    display: block;
    font-weight: 500;
    width: 110px;
    overflow: hidden;
}

.filter_element>div.value a:hover {
    background: #f0f0f0;
}

.filter_element>div.value:hover>div {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: -5px;
    min-width: 100%;
    max-height: 400px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .16);
    z-index: 5;
    overflow: auto;
    padding: 5px 0;
}

.filter_element>div.value:hover a {
    display: block;
    width: auto;
    padding: 5px 10px;
}

.filter_element>div.value:hover a.selected {
    background: #FFED00;
}

.sort {
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    clear: both;
    margin: 0 0 15px;
}

.sort>div {
    display: inline-block;
}

.sort>.title {
    color: #777;
    padding: 3px 3px 3px 0;
}

.sort .sort_values {
    border: #d0d0d0 1px solid;
    border-radius: 30px;
    vertical-align: middle;
    overflow: hidden;
    margin-top: -1px;
}

.sort .sort_values a {
    display: inline-block;
    color: #111;
    padding: 3px 7px 4px;
}

.sort .sort_values a:first-child {
    padding-left: 12px;
}

.sort .sort_values a:last-child {
    padding-right: 12px;
}

.sort .sort_values a.selected {
    background: #e5e5e5;
}

.sort .sort_values a span {
    color: #aaa;
    font-size: 11px;
    position: relative;
    top: -1px;
}

.sort .sort_values a span.active {
    color: #000;
}

.products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.products .product {
    background: #fff;
    border-radius: 7px;
    position: relative;
    width: calc((100% - 75px) / 6);
    transition: .3s;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .12);
    padding: 10px;
    margin: 0 15px 15px 0;
}

.products .product:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
}

.products .product:nth-child(6n) {
    margin-right: 0;
}

.products .product .image {
    position: relative;
    width: 100%;
    padding: 0 0 80%;
}

.products .product .image img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    /*object-fit: contain;*/
}

.products .product .image img.no_img {
    width: 70%;
    height: 70%;
}

.products .product h3 {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.products .product h3 a {
    color: #111;
}

.products .product .price_wrapper {
    width: calc(100% + 10px);
    margin-right: -10px;
}

.products .product .price_block,
.products .product .button_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.products .product .price_block {
    width: calc(100% - 50px);
    padding: 0 10px 0 0;
}

.products .product .button_block {
    width: 50px;
}

.products .product .price_block>.wrapper {
    text-align: right;
}

.products .product .price_block>.wrapper>div {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
}

.products .product .price {
    font-size: 17px;
    font-weight: 700;
    padding: 0 5px;
}

.products .product .price.cp {
    padding: 2px 5px;
    color: #f00;
}

.products .product .price span:first-child {
    font-size: 12px;
}

.products .product .price .currency {
    font-size: 12px;
    font-weight: 500;
}

.products .product .compare_price {
    font-size: 14px;
    font-weight: 300;
    position: relative;
    top: -1px;
    padding: 0 5px;
}

.products .product .compare_price span,
.cart_informer .purchase .name .price .compare_price span {
    font-size: 10px;
}

.products .product .compare_price:after,
.cart_informer .purchase .name .price .compare_price:after,
.product_view .price_block .compare_price:after,
.browsed_products .compare_price:after,
#purchases td.price .compare_price:after {
    content: '';
    background: #888;
    position: absolute;
    left: 0;
    top: 54%;
    width: 100%;
    height: 1px;
}

.products .product .to_cart,
.product_view .to_cart {
    background: rgba(255, 238, 0, 0.65) url(../images/icons/cart.svg) no-repeat center;
    background-size: 27px 27px;
    border: none;
    outline: none;
    border-radius: 30px 0 0 30px;
    float: right;
    width: 50px;
    height: 30px;
    transition: background-color .5s;
    cursor: pointer;
    margin: 0 -10px 0 0;
}

.products .product .to_cart {
    background-size: 23px 23px;
}

.products .product .to_cart:hover,
.product_view .to_cart:hover {
    background-color: #ffed00;
}

.products .product .to_cart.added,
.product_view .to_cart.added {
    background-color: #FFED00;
    background-image: url(../images/icons/cart_ch.svg)
}

.products .product .price2_block {
    font-size: 11px;
    font-style: italic;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    margin: 10px 0 0;
}

.products .product .price2_block .price2 {
    display: inline;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    white-space: nowrap;
}

.products .product .price2_block .price2 span {
    font-size: 10px;
}

.sticker {
    background: #f00;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
    line-height: 48px;
    position: absolute;
    right: -6px;
    top: -6px;
    width: 50px;
    height: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .12);
}

.products .slick-track .product {
    display: block;
    margin: 0 15px 0 0;
}

.pagination {
    display: table;
    border: #ccc 1px solid;
    border-radius: 5px;
    color: #5A5A5A;
    font-size: 16px;
    max-width: 100%;
    overflow: hidden;
    margin: 10px 0;
}

.pagination a {
    border-left: #ccc 1px solid;
    color: #5A5A5A;
    text-align: center;
    float: left;
    min-width: 30px;
    padding: 6px 8px;
}

.pagination a:first-child {
    border: none;
}

.pagination a.selected:hover,
.pagination a.selected {
    background: #E7E3DB;
}

.pagination a:hover {
    background: rgba(0, 0, 0, 0.03);
}

.pagination .prev_page_link span,
.pagination .next_page_link span {
    font-size: 13px;
    position: relative;
    top: -1px;
}

.button {
    display: inline-block;
    background: #FFED00;
    border: none;
    border-radius: 30px;
    outline: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    transition: .3s;
    padding: 10px 20px;
}

.button:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.button img {
    display: inline-block;
    height: 13px;
    margin-left: 7px;
}

.button2 {
    display: inline-block;
    background: none;
    border: #FFED00 3px solid;
    border-radius: 30px;
    outline: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    transition: .3s;
    padding: 7px 17px;
}

.button2:hover {
    background: #FFED00;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.content_block {
    background: #fff;
    border: #ccc 1px solid;
    border-radius: 7px;
    float: left;
    position: relative;
    width: 100%;
    min-height: 300px;
    padding: 15px;
}

.product_view .images_block,
.product_view .product_info {
    float: left;
    width: calc(50% - 10px);
    min-height: 300px;
}

.product_view .images_block {
    text-align: center;
    position: relative;
    margin-right: 20px;
}

.product_view .images_block a {
    outline: none;
    position: relative;
}

.product_view .images_block .image .no_img {
    width: 40%;
}

.product_view .images_block .image a {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0 0 100%;
}

.product_view .images_block .image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    /*height: 100%;*/
}

.product_view .images_block .image .no_img {
    height: auto;
}

.product_view .images_block .image a:after {
    content: 'збільшити';
    display: none;
    background: rgba(0, 0, 0, .7) url(../images/icons/search.svg) no-repeat 10px center;
    background-size: auto 55%;
    border-radius: 30px;
    color: #fff;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 15px 10px 40px;
}

.product_view .images_block .image a:hover:after {
    display: block;
}

.product_view .images_block .images {
    margin: 20px 0 0;
}

.product_view .images_block .images a {
    display: inline-block;
    border: #ccc 1px solid;
    border-radius: 7px;
    font-size: 0;
    text-align: center;
    line-height: 76px;
    width: 90px;
    height: 90px;
    padding: 5px;
    margin: 0 3px 10px;
}

.product_view .images_block .images a.selected,
.product_view .images_block .images a:hover {
    border-width: 3px;
    padding: 3px;
}

.product_view .images_block .images a.selected {
    border-color: #bbb;
}

.product_view .images_block .images img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.product_view h1 {
    margin: 0 0 10px;
}

.product_view .sku {
    color: #666;
    font-size: 14px;
    font-weight: 300;
    margin: -5px 0 20px;
}

.product_view .sku span {
    color: #333;
    font-weight: 600;
}

.product_view .price_block {
    margin: 0 0 10px;
}

.product_view .price_block>.wrapper>div {
    display: inline-block;
}

.product_view .price_block .t {
    color: #888;
    font-size: 16px;
    font-weight: 300;
}

.product_view .price_block .price {
    color: #937C00;
    font-size: 32px;
    font-weight: 500;
}

.product_view .price_block .price span {
    font-size: 18px;
}

.product_view .price_block .price.cp {
    color: #f00;
    padding: 2px 8px;
}

.product_view .price_block .compare_price {
    color: #333;
    font-size: 26px;
    font-weight: 300;
    position: relative;
    padding: 0 7px;
}

.product_view .button_block {
    display: inline-block;
    margin: 25px 0 0;
}

.product_view .to_cart {
    background-position: 20px center;
    border-radius: 50px;
    font-size: 16px;
    float: none;
    width: auto;
    height: 36px;
    padding: 0 25px 0 60px;
    margin: 0 0 10px;
}

.buy1click {
    overflow: hidden;
    margin: 10px 0 20px;
}

.buy1click input,
.buy1click button {
    border: #aaa 1px solid;
    font-size: 14px;
    float: left;
}

.buy1click input {
    border-radius: 4px 0 0 4px;
    border-right-color: #ccc;
    outline: none;
    width: 160px;
    padding: 6px;
}

.buy1click button {
    background: #f0f0f0;
    border-radius: 0 4px 4px 0;
    border-left: none;
    cursor: pointer;
    padding: 6px 10px;
}

.product_view .count_block {
    float: left;
    margin: 1px 10px 0 0;
}

.count_block * {
    box-sizing: content-box;
}

.count {
    width: 100px;
    position: relative;
}

.count>span {
    border: #dcdcdc 1px solid;
    color: #ccc;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    float: left;
    width: 20px;
    height: 30px;
}

.count>span.active {
    background: #f8f8f8;
    color: #333;
    cursor: pointer;
}

.count>span.active:hover {
    background: #fff;
    color: #daa700;
}

.count>span.minus {
    border-radius: 5px 0 0 5px;
}

.count>span.plus {
    border-radius: 0 5px 5px 0;
}

.count input {
    display: block;
    border: none;
    border-top: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
    color: #111;
    font-size: 14px;
    text-align: right;
    float: left;
    width: 23px;
    height: 30px;
    padding: 0 28px 0 5px;
}

.count i {
    font-style: normal;
    color: #a0a0a0;
    font-size: 11px;
    line-height: 11px;
    position: absolute;
    left: 56px;
    top: 12px;
}

.product_view .add_pack {
    background: none;
    border: #CAEC77 3px solid;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    height: 36px;
    padding: 0 15px;
    margin-bottom: 10px;
}

.product_view .price2_block {
    font-style: italic;
    margin: 0 0 10px;
}

.product_view .price2_block div {
    display: inline-block;
}

.product_view .price2_block .price2 {
    font-weight: 700;
}

.product_view .price2_block .price2 span:first-child {
    font-size: 13px;
}

.sh_text_block {
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    text-align: justify;
    position: relative;
    padding: 20px 0 0;
    margin: 15px 0;
}

.sh_text_block:before {
    content: '';
    background: linear-gradient(to top, #fff 30%, rgba(255, 255, 255, 0));
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
}

.sh_text_block.show:before {
    display: none;
}

.sh_text_block .to_full_txt {
    background: #999;
    border-radius: 30px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    bottom: -8px;
    left: 50%;
    height: 14px;
    cursor: pointer;
    transform: translateX(-50%);
    padding: 2px 15px;
}

.sh_text_block .to_full_txt:hover {
    background: #888;
}

.sh_text_block .inblock {
    font-weight: 300;
    line-height: 1.3;
    height: 120px;
    overflow: hidden;
}

.sh_text_block p {
    margin: 0 0 15px;
}

.features {
    line-height: 1;
    margin: 65px 0 0;
}

.features td {
    font-size: 14px;
    /*font-family: 'Times New Roman';*/
    padding: 0 0 10px;
}

.features .name span {
    display: inline-block;
    border-bottom: #444 1px dotted;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px 0 0;
}

.features .name span i {
    background: #fff;
    position: relative;
    top: 2px;
    padding: 0 5px 0 0;
}

.features .value span {
    display: inline-block;
    font-style: italic;
    font-weight: 500;
    position: relative;
    top: 2px;
    padding: 0 0 0 5px;
}

.product_view .sticker {
    right: auto;
    left: 0;
    top: 0;
}

.not_available {
    display: table;
    background: #EDEDED url(../images/icons/timer2.svg) no-repeat 9px center;
    background-size: auto calc(100% - 10px);
    border-radius: 5px;
    padding: 5px 15px 5px 35px;
}

.not_available.sm {
    background-position: 7px center;
    background-size: auto 13px;
    font-size: 12px;
    padding: 3px 10px 3px 25px;
    margin: 5px 0 0;
}

.products .not_available {
    margin: 0 auto;
}

.not_available_product {
    opacity: .5;
}

#comments {
    border-top: #e5e5e5 1px solid;
    float: left;
    width: 100%;
    padding: 10px 0 0;
    margin: 30px 0 0;
}

#comments .form {
    background: #F8F8F0;
    margin-bottom: 0;
}

.comment_list {
    list-style: none;
    width: 100%;
    padding: 0;
}

.comment_list li {
    position: relative;
    padding: 0 0 15px 50px;
}

.comment_list li:before,
.comment_list li:after {
    content: '';
    background: #F0EEEA;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
}

.comment_list li:before {
    background: #F0EEEA;
    border-radius: 50%;
}

.comment_list li:after {
    background: url(../images/icons/user_b.svg) no-repeat center;
    background-size: 90%;
    opacity: .6;
}

.comment_list .comment {
    background: #f4f4f4;
    border-radius: 5px;
    position: relative;
    padding: 10px;
}

.comment_list .comment:after {
    content: '';
    border: transparent 7px solid;
    border-right-color: #f4f4f4;
    position: absolute;
    right: 100%;
    top: 13px;
}

.comment_list .comment_header {
    font-size: 14px;
    color: #777;
    font-weight: 700;
}

.comment_list .comment_header i {
    font-style: normal;
    font-weight: 300;
}

.comment_list .comment_header b {
    color: #000;
}

.comment_list .comment p {
    margin: 10px 0 0;
}

input[name=captcha] {
    position: fixed;
    left: -2000px;
    top: -300px;
}

.related_products {
    float: left;
    width: 100%;
    margin: 30px 0 0;
}

.browsed_products_block {
    border-bottom: rgba(0, 0, 0, .13) 1px solid;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.browsed_products_block * {
    box-sizing: content-box;
}

.browsed_products {
    list-style: none;
    width: calc(100% + 10px);
    padding: 0 0 40px;
    margin: 0 -5px;
}

.browsed_products .product {
    background: #fff;
    border: #ccc 1px solid;
    border-radius: 7px;
    outline: none;
    width: calc((100% - 40px) / 5 - 22px);
    min-height: 55px;
    padding: 10px;
    margin: 0 5px 10px;
}

.browsed_products .product:hover {
    border-color: #aaa;
}

.browsed_products .image {
    text-align: center;
    width: 50px;
    margin-right: 10px;
}

.browsed_products .image img {
    display: inline-block;
    font-size: 0;
    max-width: 100%;
}

.browsed_products .product_info {
    width: calc(100% - 60px);
}

.browsed_products h6 {
    margin: 0 0 2px;
}

.browsed_products h6 a {
    color: #333;
    line-height: 1;
}

.browsed_products .price_block>div {
    display: inline-block;
    font-size: 14px;
}

.browsed_products .price {
    color: #937C00;
    font-weight: 500;
}

.browsed_products .price span {
    font-size: 10px;
}

.browsed_products .price.cp {
    color: #f00;
    padding: 2px 5px;
}

.browsed_products .compare_price {
    color: #777;
    font-weight: 300;
    white-space: nowrap;
    position: relative;
    padding: 0 5px;
}

.slick-prev,
.slick-next {
    display: block;
    background: transparent;
    background-repeat: no-repeat;
    background-size: auto 40%;
    border: #aaa 1px solid;
    border-radius: 50%;
    outline: none;
    color: transparent;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: .6;
    padding: 0;
}

.slick-next {
    background-image: url(../images/icons/arrow_right.svg);
    background-position: 52% center;
    transform: translateX(5px);
}

.slick-prev {
    background-image: url(../images/icons/arrow_left.svg);
    background-position: 45% center;
    transform: translateX(calc(-100% - 5px));
}

.slick-prev:hover,
.slick-next:hover {
    opacity: 1;
}

.footer {
    background: #F0EEEA;
    border-top: #c6c6c6 1px solid;
    border-bottom: #c6c6c6 1px solid;
    float: left;
    width: 100%;
    padding: 20px 15px;
}

.footer .t_block {
    width: 100%;
}

.footer .bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    width: 100%;
}

.footer .bottom a {
    color: #444;
}

.footer .bottom a:hover {
    color: #000;
}

.footer .bottom>.column:first-child {
    padding-left: 25px;
}

.footer .bottom .box {
    margin: 0 30px 30px 0;
}

.footer .bottom .box:last-child {
    margin-bottom: 0;
}

.footer .bottom .box .title {
    font-weight: 600;
    margin: 0 0 10px;
}

.footer .bottom .box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .bottom .box li,
.footer .bottom .box p {
    margin: 7px 0;
}

.footer .menu {
    list-style: none;
    float: left;
    padding: 0;
    margin: 9px 0 0 30px;
}

.footer .menu li {
    color: #444;
    float: left;
    margin: 0 15px 0 0;
}

.footer .socials {}

.footer .socials a {
    display: inline-block;
    border: #ccc 1px solid;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 9px;
    margin: 0 5px 0 0;
}

.footer .socials img {
    object-fit: contain;
    width: 20px;
    height: 20px;
}

.footer .cop,
.footer .developer {
    color: #888;
    font-size: 12px;
}

.footer .developer {
    margin-top: 5px;
}

.posts_list .post_item {
    border-top: #d9d9d9 1px solid;
    padding: 15px 0;
}

.posts_list .post_item>.image {
    position: relative;
    width: 40%;
    min-height: 220px;
}

.posts_list .post_item>.preview {
    width: 60%;
    padding: 15px 0 15px 20px;
}

.posts_list .post_item>.image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}

.posts_list .post_item h3 {
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
    margin: 0 0 5px;
}

.posts_list .post_item h3 a {
    color: #000;
}

.posts_list .post_item .date {
    color: #777;
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 10px;
}

.posts_list .post_item .annotation {
    font-weight: 300;
    margin: 0 0 10px;
}


.blog_list .blog_item {
      border-top: #d9d9d9 1px solid;
      padding: 15px 0;
  }

.blog_list .blog_item>.image {
    position: relative;
    width: 40%;
    min-height: 220px;
}

.blog_list .blog_item>.preview {
    width: 60%;
    padding: 15px 0 15px 20px;
}

.blog_list .blog_item>.image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_list .blog_item h3 {
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
    margin: 0 0 5px;
}

.blog_list .blog_item h3 a {
    color: #000;
}

.blog_list .blog_item .date {
    color: #777;
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 10px;
}

.blog_list .blog_item .annotation {
    font-weight: 300;
    margin: 0 0 10px;
}

.pg_post .date {
    color: #777;
    font-size: 14px;
    font-weight: 300;
    margin: -5px 0 20px;
}

.pg_post .s_image {
    display: block;
    width: 100%;
    /*height: 375px;*/
    object-fit: cover;
    margin: 0 0 20px;
}

.next_prev_block {
    border-top: #d9d9d9 1px solid;
    width: calc(100% + 30px);
    margin: 0 -15px -15px;
}

.next_prev_block * {
    box-sizing: border-box;
}

.next_prev_block .next_prev {
    width: 50%;
    padding: 30px 20px;
}

.next_prev_block .next_prev:hover {
    background: #f8f8f8;
}

.next_prev_block .next_prev:first-child {
    border-radius: 0 0 0 7px;
}

.next_prev_block .next_prev:nth-child(2) {
    border-radius: 0 0 7px 0;
}

.next_prev_block .next_prev.prev {
    border-right: #d9d9d9 1px solid;
}

.next_prev_block .next_prev>.i {
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 12px auto;
    position: relative;
    width: 40px;
}

.next_prev_block .next_prev.prev>.i {
    background-image: url(../images/icons/arrow_left.svg);
}

.next_prev_block .next_prev.next>.i {
    background-image: url(../images/icons/arrow_right.svg);
    background-position: right center;
}

.next_prev_block .next_prev>div {
    width: calc(100% - 40px);
}

.next_prev_block .info {
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.next_prev_block h6 {
    font-size: 18px;
    line-height: 1;
    margin: 0 0 5px;
}

.next_prev_block h6 a {
    color: #000;
}

.next_prev_block .annotation {
    color: #777;
    font-weight: 300;
}

.text_block {
    font-weight: 300;
}

.page404 {
    text-align: center;
}

.page404 img {
    width: 500px;
    max-width: 100%;
}

.page_thankyou {
    text-align: center;
}

.page_thankyou h1 {
    color: #FFED00;
    font-size: 40px;
    font-weight: 800;
    text-shadow: 2px 2px 0 #333, -2px 2px 0 #333, 2px -2px 0 #333, -2px -2px 0 #333;
}

.page_thankyou img {
    margin-top: 50px;
    max-height: 400px;
}

.repeat_order {
    background: #FFED00;
    border: #FFED00 3px solid;
    border-radius: 30px;
    color: #111;
    font-size: 16px;
    float: right;
    padding: 3px 13px;
}

.purchases_block {
    background: #f9f9f9;
    border-top: #d9d9d9 1px solid;
    border-bottom: #d9d9d9 1px solid;
    padding: 0 15px;
    margin: 0 -15px;
}

#purchases {
    line-height: 1;
    width: 100%;
}

#purchases tr {
    border-top: 1px solid #d9d9d9;
    height: 70px;
}

#purchases tr:first-child {
    border: none;
}

#purchases th {
    vertical-align: top;
    padding-top: 10px;
    font-size: 18px;
    font-weight: normal;
}

#purchases td {
    padding-top: 10px;
    padding-bottom: 10px;
}

#purchases .image {
    width: 50px;
    text-align: center;
}

#purchases .image a {
    margin: 0 7px 7px 0;
    display: table-cell;
    width: 50px;
    height: 50px;
}

#purchases .image img {
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    object-fit: contain;
}

#purchases .name {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

#purchases td.name {
    font-size: 14px;
}

#purchases td.name a {
    color: #000;
    font-weight: 600;
    float: left;
}

#purchases td.name span {
    display: block;
    font-size: 12px;
    font-family: "LatoLight";
}

#purchases td .download_attachment {
    white-space: nowrap;
    color: #3b8500;
    padding: 5px 10px 7px 10px;
    border-bottom-color: 1px dotted green;
    background-color: #ccff72;
    line-height: 30px;
}

#purchases div.price {}

#purchases td.price {
    font-size: 18px;
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
}

#purchases td.price>.row>.col {
    display: inline-block;
    white-space: nowrap;
}

#purchases td.price>.row>.col:last-child {
    min-width: 100px;
    padding-left: 15px;
}

#purchases td.price>.row>.col div {
    display: inline-block;
    white-space: nowrap;
}

#purchases td.price span {
    font-size: 13px;
}

#purchases td.price .count_c {
    color: #999;
    font-size: 13px;
}

#purchases .remove {
    padding-left: 15px;
    text-align: right;
}

#purchases .remove a {
    display: inline-block;
    background: url(../images/icons/close-circle.svg) no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
}

#purchases .amount {
    font-size: 14px;
    padding: 5px 0;
    /*padding-left: 5px;*/
    /*padding-right: 5px;*/
}

#purchases .amount select {
    font-size: 12px;
}

#purchases .amount span {
    color: #999;
}

.coupon_wrapper {
    padding: 5px 0 0;
}

.coupon_wrapper input {
    float: left;
}

#purchases .coupon th {
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
}

#purchases .coupon .name {
    font-size: 14px;
    padding-top: 10px;
}

#purchases .coupon .name input.coupon_code {
    border: #aaa 1px solid;
    border-radius: 4px;
    outline: none;
    width: 200px;
    padding: 5px;
    margin-right: 5px;
}

#purchases .coupon input[type=button] {
    background: #f0f0f0;
    border: #aaa 1px solid;
    border-radius: 4px;
    cursor: pointer;
    padding: 5px 10px;
}

#purchases .coupon input[type=button]:hover {
    background: #e9e9e9;
}

#purchases .coupon .name input {
    font-size: 16px;
    margin-bottom: 5px;
}

.coupon .message_error {
    margin: 5px 0;
}

#purchases .coupon .info {
    clear: both;
}

#purchases .coupon .price {
    text-align: right;
}

#purchases .coupon .price div {
    display: inline-block;
    background: #FFFAC0;
    font-size: 20px;
    padding: 5px;
}

.total_purchases_price {
    font-size: 24px;
    text-align: right;
    margin: 10px 5px 50px;
}

.total_purchases_price span {
    font-size: 18px;
}

#purchases td .pack_info {
    display: block;
    background: #FFFAC0;
    font-size: 12px;
    font-style: italic;
    line-height: 1;
    clear: both;
    float: left;
    padding: 5px;
    margin: 5px 0 0;
}

#purchases td .pack_info span {
    display: inline-block;
}

.deliveries_block {
    float: left;
    width: 60%;
    margin: 0 20px 0 0;
}

ul#deliveries {
    border: 7px solid #f0f0f0;
    list-style: none;
    width: 100%;
    padding: 5px 10px;
    margin: 10px 0 20px;
}

ul#deliveries li {
    border-bottom: #d9d9d9 1px solid;
    padding: 15px 0;
}

ul#deliveries li:last-child {
    border: none;
}

ul#deliveries li input {
    float: left;
    margin: 2px 0 0;
}

ul#deliveries li h3 {
    font-size: 15px;
    margin: 0 0 5px 25px;
}

ul#deliveries li .description {
    display: none;
    color: #555;
    font-weight: 300;
    padding: 10px 0;
    margin-left: 25px;
}

ul#deliveries li :checked~.description {
    display: block;
}

ul#deliveries li .description p {
    margin: 0;
}

.deliveries_block .button {
    margin: 10px 0 20px;
}

.payments_block {
  float: left;
  width: 60%;
  margin: 0 20px 0 0;
}

ul#payments {
    border: 7px solid #f0f0f0;
    list-style: none;
    width: 100%;
    padding: 5px 10px;
    margin: 10px 0 20px;
}

ul#payments li {
    border-bottom: #d9d9d9 1px solid;
    padding: 15px 0;
}

ul#payments li:last-child {
    border: none;
}

ul#payments li input {
    float: left;
    margin: 2px 0 0;
}

ul#payments li h3 {
    font-size: 15px;
    margin: 0 0 5px 25px;
}

ul#payments li .description {
    display: none;
    color: #555;
    font-weight: 300;
    padding: 10px 0;
    margin-left: 25px;
}

ul#payments li :checked~.description {
    display: block;
}

ul#payments li .description p {
    margin: 0;
}

.payments_block .button {
    margin: 10px 0 20px;
}

/* @end */

.cart_form_block {
    float: left;
    width: calc(40% - 20px);
}

.cart_form {
    background: #FFF8E5;
    box-sizing: border-box;
    padding: 30px 20px 20px;
    margin: 10px 0 20px;
}

.cart_form h5 {
    position: relative;
    margin: -10px 0 30px;
}

.pg_order .deliveries_block,
.pg_order .cart_form_block {
    width: calc(50% - 10px);
}

.pg_order .deliveries_block .button {
    margin-top: 0;
}


/* @group Кабинет */

#orders_history {
    list-style: none;
}

#orders_history li {
    margin-bottom: 10px;
}

#orders_history li a {
    font-size: 16px;
}


/* @end — Кабинет */


/* @group Детали заказа */

table.order_info {
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    width: 100%;
    margin: 10px 0 20px;
}

table.order_info td {
    padding: 10px;
    border: 1px dotted #e0e0e0;
    font-size: 14px;
}

.checkout_button {
    padding: 10px 20px 10px 20px;
    border: 1px solid #51a400;
    background-color: #d3ffa9;
    color: #2e5e00;
    font-size: 14px;
}


/* @end */

.message_info {
    display: table;
    background: #F4F4F4;
    border-radius: 3px;
    position: relative;
    padding: 15px 15px 15px 70px;
}

.message_info:before {
    content: '';
    background: #FFED00 url(../images/icons/info.svg) no-repeat center;
    background-size: 40% auto;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
}

.message_info.v1 {
    padding-left: 60px;
}

.message_info.v1:before {
    top: 7px;
    width: 34px;
    height: 34px;
}

.message_info .email_valid_send {
    display: inline-block;
    border-bottom: #937C00 1px solid;
    color: #937C00;
    cursor: pointer;
    padding: 0 0 1px;
    margin: 5px 0 0;
}


/* Сообщение с ошибкой */

.message_error {
    clear: both;
    padding: 10px 20px;
    margin-bottom: 30px;
    overflow: hidden;
    color: red;
    background-color: #ffcaca;
    border: 1px dotted #ff4545;
}

.message_success {
    background: #c5ff8d;
    border: 1px dotted #8cbf32;
    clear: both;
    padding: 10px 20px;
    margin-bottom: 30px;
}


/* @end */

.contact_block {
    border-top: #FFDD55 3px solid;
    float: left;
    width: 100%;
    padding: 20px 0 0;
}

.contact_block .column.info {
    float: left;
    width: 40%;
}

.contact_block .column.map {
    float: left;
    width: 60%;
}

.contact_block .box {
    margin: 0 0 35px;
}

.contact_block .box .title {
    font-size: 18px;
    line-height: 1;
    position: relative;
    padding: 0 0 5px;
    margin: 0 0 10px;
}

.contact_block .box .title:before {
    content: '';
    background: #d9d9d9;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 1px;
}

.contact_block .box .value {
    font-size: 20px;
    font-weight: 300;
}

.contact_block .box .value a {
    display: block;
}

.form1 {
    width: 100%;
    max-width: 400px;
}

.to_reg {
    padding: 0 20px 5px;
}

.password_remind {
    display: inline-block;
    margin: 0 15px 5px 0;
}

.register_link {
    display: inline-block;
    border: #937C00 1px solid;
    border-radius: 30px;
    padding: 5px 15px;
}

.reuser_info {
    display: inline-block;
    background: url(../images/icons/note.svg) no-repeat 0 center;
    background-size: contain;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    padding: 7px 0 3px 25px;
    margin: 0 0 10px;
}

.repass {
    cursor: pointer;
    margin: -15px 0 20px;
}

.inp {
    position: relative;
    margin-bottom: 35px;
}

.inp.b {
    margin-bottom: 20px;
}

.inp input,
.inp textarea {
    background: none;
    color: #333;
    font-size: 18px;
    padding: 0 2% 6px;
    display: block;
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #555;
}

.inp textarea {
    background: rgba(0, 0, 0, .04);
    font-size: 14px;
    height: 120px;
    resize: vertical;
    margin: 0;
}

.inp input:focus,
.inp textarea:focus {
    outline: none;
}

.inp label {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 6px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.inp input:invalid {
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}


/* active state */

.inp input:focus~label,

/*.inp input:valid ~ label,*/

.inp textarea:focus~label,

/*.inp textarea:valid ~ label,*/

.inp .has-content~label {
    top: -17px;
    font-size: 13px;
}

.inp .bar {
    position: relative;
    display: block;
    width: 100%;
}

.inp .bar:before,
.inp .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #555;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.inp .bar:before {
    left: 50%;
}

.inp .bar:after {
    right: 50%;
}

.inp input:focus~.bar:before,
.inp input:focus~.bar:after,
.inp textarea:focus~.bar:before,
.inp textarea:focus~.bar:after {
    width: 50%;
}

.inp2 {
    overflow-x: hidden;
    position: relative;
    padding: 15px 0 5px;
    margin-bottom: 20px;
}

.inp2 input,
.inp2 textarea {
    background: none;
    color: #333;
    font-size: 18px;
    padding: 0 2% 6px;
    display: block;
    width: 100%;
    border: none;
    outline: none;
}

.inp2 textarea {
    background: rgba(0, 0, 0, .04);
    font-size: 14px;
    height: 120px;
    resize: vertical;
}

.inp2 label {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 18px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.inp2 input:focus~label,
.inp2 textarea:focus~label,
.inp2 .has-content~label {
    top: -2px;
    font-size: 13px;
}

.border_line {
    position: absolute;
    bottom: 0;
    left: 0;
    fill: none;
    stroke: #555;
    stroke-width: 1px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.6s, stroke 0.6s, stroke-width .6s;
    transition: transform .6s, stroke .6s, stroke-width .6s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.inp2 input:focus~.border_line,
.inp2 textarea:focus~.border_line {
    stroke-width: 2px;
    -webkit-transform: translate3d(-66.6%, 0, 0);
    transform: translate3d(-66.6%, 0, 0);
}

[data-tooltip] {
    position: relative;
}

[data-tooltip]:before {
    content: attr(data-tooltip);
    background: #000;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    left: -9000px;
    bottom: 100%;
    opacity: 0;
    transform: translate(-50%, -30px);
    transition: opacity .5s, transform .5s;
    padding: 5px 10px;
}

[data-tooltip]:hover:before {
    left: 50%;
    opacity: 1;
    transform: translate(-50%, -10px);
}

[data-tooltip]:after {
    content: '';
    border: 8px solid transparent;
    border-top: #000 8px solid;
    position: absolute;
    left: -9000px;
    bottom: 100%;
    opacity: 0;
    transform: translate(-50%, -14px);
    transition: opacity .5s, transform .5s;
}

[data-tooltip]:hover:after {
    left: 50%;
    opacity: 1;
    transform: translate(-50%, 4px);
}

.home_banner {
    clear: both;
    list-style: none;
    width: 100%;
    padding: 0 0 50px;
    margin: 0;
}

.home_banner.slick-initialized .slick-slide {
    display: block;
}

.home_banner li a {
    display: block;
}

.home_banner li img {
    display: block;
    width: 100%;
}

.home_banner .slick-dots {
    list-style: none;
    position: absolute;
    right: 10px;
    bottom: 15px;
}

.home_banner .slick-dots li {
    float: left;
    cursor: pointer;
    padding: 10px 0;
    margin: 0 0 0 5px;
}

.home_banner .slick-dots li button {
    background: #ccc;
    border: #5C5C5C 1px solid;
    border-radius: 10px;
    outline: none;
    font-size: 0;
    line-height: 0;
    width: 16px;
    height: 16px;
    transition: .3s;
    cursor: pointer;
    padding: 0;
}

.home_banner .slick-dots li.slick-active button {
    background: #FFED00;
}

.discounted_products .h2.b {
    margin-bottom: 0
}

.discounted_products .products {
    display: block;
}

.discounted_products .slick-list {
    padding: 20px 0 60px;
}


/*.discounted_products .slick-dots li{*/


/*display:none;*/


/*}*/

.discounted_products .slick-list .product,
.discounted_products .slick-list .product:nth-child(6n),
.discounted_products .slick-list .product:nth-child(5n),
.discounted_products .slick-list .product:nth-child(4n),
.discounted_products .slick-list .product:nth-child(3n) {
    outline: none;
    float: left;
    width: 205px;
    box-sizing: content-box;
    margin: 0 7px;
}

.all_discounted_link {
    font-style: italic;
    position: relative;
    top: -30px;
}

.wblocks {
    width: 100%;
    margin: 10px 0 10px;
}

.wblocks .item {
    background: #fff;
    border: #ccc 1px solid;
    border-radius: 7px;
    width: calc(50% - 7px);
    margin-right: 14px;
}

.wblocks .item:nth-child(2n) {
    margin-right: 0;
}

.wblocks .item>div {
    float: left;
}

.wblocks .item .image {
    width: 35%;
    padding: 20px 8%;
}

.wblocks .item .info {
    width: 65%;
    padding: 20px 20px 20px 0;
}

.wblocks .item h6 {
    font-size: 18px;
    line-height: 1;
    margin: 0 0 15px;
}

.wblocks .item p {
    color: #333;
    font-size: 14px;
    margin: 0;
}

.m_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.m_menu li {
    display: table;
    border-top: rgba(0, 0, 0, 0.1) 1px solid;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    width: 100%;
}

.m_menu>ul>li:first-child {
    border: none;
}

.m_menu li li {
    font-size: 13px;
    font-weight: 400;
}

.m_menu li li:last-child {
    padding-bottom: 0;
}

.m_menu .icon {
    text-align: center;
    float: left;
    width: 31px;
    padding-right: 7px;
}

.m_menu .icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.m_menu li>a,
.m_menu li>span {
    display: table;
    color: #000;
    padding: 5px 0 4px;
    margin: 4px 0;
}

.m_menu a>div,
.m_menu a>span {
    display: table-cell;
    vertical-align: middle;
}

.m_menu>ul>li.parent>a {
    padding-right: 15px;
}

.m_menu>ul>li.parent>a span {
    text-transform: lowercase;
    height: 22px;
}

.m_menu>ul>li.parent>a span:first-letter {
    text-transform: uppercase;
}

.m_menu .selected>a,
.m_menu li>span {
    background: #FFED00;
    border-radius: 2px;
    padding: 5px 5px 4px;
    margin: 4px -5px;
}

.m_menu>ul ul {
    display: none;
    padding-left: 10px;
}

.m_menu li.parent_selected>ul {
    display: block;
}

.m_menu .subcat {
    background: url(../images/icons/plus.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 12px;
    width: 16px;
    height: 16px;
    transition: 0.2s;
}

.m_menu .subcat:hover {}

.m_menu .subcat.minus {
    background-image: url(../images/icons/less.svg)
}

.m_menu li li .subcat {
    top: 8px;
}

.m_sidebar {
    display: none;
}

.mob_sidebar {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -220px;
    width: 220px;
    transition: .4s ease-out;
    z-index: 26;
}

#mob_sidebar {
    display: none;
}

#mob_sidebar:checked~.mob_sidebar {
    left: 0;
}

#mob_sidebar:checked~.mob_sidebar>.wrapper {
    left: 0;
}

.mob_sidebar>.wrapper {
    position: relative;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: .4s ease-out;
    overflow: auto;
    box-sizing: border-box;
    padding: 10px;
}

.mob_sidebar .box {
    clear: both;
    margin: 0 0 20px;
}

.mob_sidebar .logo img {
    display: block;
    margin: 5px 0 20px;
}

.mob_sidebar .box>.title {
    border-bottom: #bbb 1px solid;
    color: #999;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 0 4px;
    margin: 0 0 5px;
}

.mob_sidebar .discounted_link {
    display: inline-block;
    background: #FFED00 url(../images/icons/star_b.svg) no-repeat 8px center;
    background-size: auto 60%;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
    padding: 3px 10px 3px 30px;
    margin: 0 0 15px;
}

.m_account {
    background: #f4f4f4;
    padding: 5px 10px;
    margin: 0 -10px 30px;
}

.m_account div,
.m_account .login {
    display: inline-block;
    font-size: 14px;
    padding: 5px;
}

.m_account a {
    color: #000;
}

.m_account .username,
.m_account .login {
    background: url(../images/icons/user_b.svg) no-repeat 0 center;
    background-size: contain;
    padding-left: 33px;
}

.m_account .logout {
    background: #e0e0e0;
    border-radius: 3px;
    font-size: 12px;
    float: right;
    padding: 4px 7px;
    margin: 3px 0 0;
}

.mob_sidebar_bg,
.right_sidebar_bg {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .5s;
    z-index: 25;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .16);
}

#mob_sidebar,
#right_sidebar {
    display: none;
}

#mob_sidebar:checked~.mob_sidebar_bg,
#right_sidebar:checked~.right_sidebar_bg {
    left: 0;
    opacity: 1;
}

#right_sidebar:checked~.right_sidebar {
    right: 0;
}

.open_sidebar {
    display: none;
    float: left;
    cursor: pointer;
    margin: 10px 0 0 10px;
}

.open_sidebar .icon {
    border-top: #937C00 2px solid;
    position: relative;
    width: 26px;
    height: 16px;
    transition: .3s;
}

.open_sidebar .icon:hover {
    width: 30px;
}

.open_sidebar .icon:after,
.open_sidebar .icon:before {
    content: '';
    background: #937C00;
    position: absolute;
    left: 0;
    height: 2px;
}

.open_sidebar .icon:after {
    top: 100%;
    width: 60%;
}

.open_sidebar .icon:before {
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
}

.hide {
    display: none;
}

@media (max-width: 1760px) {
    .products .product {
        width: calc(20% - 12px);
    }
    .products .product:nth-child(6n) {
        margin-right: 15px;
    }
    .products .product:nth-child(5n) {
        margin-right: 0;
    }
}

@media (max-width: 1648px) {
    .product_view .product_info {
        width: 520px;
    }
    .product_view .images_block {
        width: calc(100% - 540px);
    }
}

@media (max-width: 1460px) {
    .sidebar {
        width: 250px;
    }
    .main,
    .catalog_menu>ul>li .subcategories>.bg,
    body .catalog_menu>ul>li .subcategories>.bg:hover {
        width: calc(100% - 250px);
    }
    .sidebar>.wrapper {
        padding: 10px;
    }
    .catalog_menu>ul>li>.cat {
        height: 50px;
        padding: 9px 0 9px 35px;
    }
    .catalog_menu>ul>li:hover>.cat,
    .catalog_menu>ul>li.selected>.cat {
        width: calc(100% + 20px);
        padding-left: 45px;
        padding-right: 10px;
        margin: 0 -10px;
    }
    .catalog_menu>ul>li>.cat .icon {
        width: 26px;
        height: 26px;
    }
    .catalog_menu>ul>li:hover>.cat .icon,
    .catalog_menu>ul>li.selected>.cat .icon {
        left: 10px;
    }
    .catalog_menu>ul>li>.cat>span {
        font-size: 14px;
    }
    .catalog_menu>ul>li.parent:hover:after {
        border: 25px solid transparent;
        border-left: #FFED00 18px solid;
        left: calc(100% + 10px);
    }
    .catalog_menu>ul>li:hover .subcategories {
        left: calc(100% + 10px);
    }
    .catalog_menu>ul>li.parent.selected>.cat:before {
        right: 2px;
    }
    .catalog_menu>ul>li.parent.selected>.cat:after {
        right: 3px;
    }
    .catalog_menu .subcat.c2 {
        width: calc(150px * 2);
    }
    .catalog_menu .subcat.c3 {
        width: calc(150px * 3);
    }
    .catalog_menu .subcat.c4 {
        width: calc(150px * 4);
    }
    .catalog_menu .subcat>li {
        width: 150px;
    }
    .catalog_menu .subcat .image {
        line-height: 75px;
        width: 120px;
        height: 75px;
    }
    .catalog_menu .subcat li span {
        font-size: 14px;
    }
    .main_row {
        padding: 10px 0 10px 10px;
    }
    .right_sidebar_wrapper {
        width: 230px;
    }
    .content_wrapper {
        width: calc(100% - 240px);
    }
    .products .product {
        width: calc((100% - 40px) / 5);
        margin: 0 10px 10px 0;
    }
    .products .product:nth-child(6n) {
        margin-right: 10px;
    }
    .cart_informer .cart_title {
        padding: 10px 10px 9px;
    }
    .cart_informer>.wrapper {
        padding: 0 10px 15px;
    }
    .cart_informer .purchase .name a {
        font-size: 13px;
    }
    .button {
        font-size: 16px;
    }
    .top_line .menu {
        margin-left: 10px;
    }
    .top_line .account {
        padding-left: 10px; /*30px;*/
        padding-right: 10px;
    }

    .top_line .account a{
        margin-right: 10px;
    }

    .top_line .phones {
        margin-right: 30px;
    }
    .top_line .address {
        margin-right: 28px;
    }
    .pg_cart .content_wrapper {
        width: calc(100% - 10px);
    }
    .footer {
        padding: 15px 10px;
    }
    .browsed_products_block {
        padding: 0 0 15px;
        margin: 0 0 15px;
    }
    .sidebar .logo img {}
}

@media (max-width: 1360px) {
    .top_line {
        font-size: 13px;
    }
    .products .product {
        width: calc((100% - 30px) / 4);
    }
    .products .product:nth-child(5n) {
        margin-right: 10px;
    }
    .products .product:nth-child(4n) {
        margin-right: 0;
    }
    .categories>li {
        width: calc(50% - 5px);
    }
    .categories>li:nth-child(3n) {
        margin-right: 10px;
    }
    .categories>li:nth-child(2n) {
        margin-right: 0;
    }
    .product_view .product_info {
        width: 60%;
    }
    .product_view .images_block {
        width: calc(40% - 20px);
    }
}

@media (max-width: 1200px) {
    /*.top_line .address,*/
    .cart_informer:after,
    .account span {
        display: none;
    }
    .top_line .address {
        display: flex;
        width: 100%;
        margin-right: 0px;
        justify-content: center;
    }
    .top_line .address a {
        color: black;
        font-size: 13px;
        background: none;
        padding: 0px;
        margin: 5px 0px 0px 5px;
    }
    .top_line .address a span {
        display: inline;
    }
    .cart_informer_s {
        display: block;
    }
    .right_sidebar {
        background: #fff;
        position: fixed;
        right: -230px;
        top: 0;
        bottom: 0;
        width: 230px;
        transition: .5s;
        overflow-y: auto;
        z-index: 26;
    }
    .cart_informer {
        box-shadow: none;
    }
    .cart_informer label {
        display: block;
    }
    .top_line .account {
        padding-left: 10px;
    }
    .account .login,
    .account .username {
        background-position: center;
    }
    .account .login {
        margin: 0;
    }
    .account .username a {
        padding-left: 23px;
    }
    .top_line .phones {
        margin-right: 15px;
    }
    .main_row {
        padding: 10px;
    }
    .content_wrapper,
    .pg_cart .content_wrapper {
        width: 100%;
    }
    .search {
        border-width: 5px;
    }
    .search input {
        width: calc(100% - 100px);
        padding: 7px;
    }
    .search button {
        width: 100px;
        padding: 7px 0;
    }
    .search button span {
        padding: 0 7px 0 26px;
    }
}

@media (max-width: 1100px) {
    .top_line .phones div {
        font-size: 13px;
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .top_line .menu {
        font-size: 12px;
        margin-top: 6px;
    }
    .top_line .menu li {
        margin: 0 13px 0 0;
    }
    .top_line .menu li:first-child {
        margin-right: 10px;
    }
}

@media (max-width: 1030px) {
    .cart_informer_s .info {
        display: none;
    }
    .cart_informer_s .cart_s {
        padding-left: 35px;
    }
    .contact_block .column.info,
    .contact_block .column.map {
        width: 100%;
    }
}

@media (min-width: 881px) and (max-width: 980px),
(max-width: 700px) {
    .products .product {
        width: calc((100% - 20px) / 3);
    }
    .products .product:nth-child(4n) {
        margin-right: 10px;
    }
    .products .product:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 980px) {
    .filter>.title {
        width: 110px;
    }
    .filter>.wrapper {
        width: calc(100% - 110px);
        padding: 10px 10px 0;
    }
}

@media (max-width: 930px) {
    .top_line .account .logout {
        display: none;
    }
}


/* Mobile version */

@media (max-width: 880px) {
    .sidebar,
    .top_line .menu,
    .top_line .phones,
    .cart_informer_s:before,
    .cart_informer_s .cart_s.empty div,
    .footer .menu,
    .content_wrapper .search_block,
    .to_top {
        display: none;
    }
    .m_sidebar,
    .open_sidebar,
    .top_line .call {
        display: block;
    }
    .main {
        width: 100%;
    }
    .top_line {
        background: #fff;
        /*position: fixed;*/
        position: relative;
        left: 0;
        top: 0;
        z-index: 10;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        max-height: 75px;
    }
    .top_line .address_link_mob
    {
        display: flex;
    }

    .main_row {
        padding-top: 0px;
        /*67*/
    }
    .pagination {
        margin-left: auto;
        margin-right: auto;
    }

    .top_line .mob_maps {
        display:block;
    }

    .top_line .account {
        background: none;
        padding: 10px;
    }
    .account .login,
    .account .username a {
        background-image: url(../images/icons/user_b.svg);
        padding: 5px 30px 8px 0;
    }
    .cart_informer_s {
        background: none;
        padding: 4px 10px;
    }
    .cart_informer_s .cart_s {
        background-image: url(../images/icons/cart_s_b.svg);
        min-height: 30px;
    }
    .cart_informer_s .count {
        font-size: 9px;
        left: 16px;
    }
    .path {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }
    .pg_products .path {
        border-bottom: #ddd 1px solid;
        margin-bottom: 10px;
    }
    .search {
        border: #888 1px solid;
        margin: 0 0 15px;
    }
    .search input {
        background: none;
        width: calc(100% - 20px);
    }
    .search button,
    .search button:hover {
        background: url(../images/icons/search.svg) no-repeat 0 0;
        background-size: contain;
        width: 20px;
        margin: 7px 0 0;
    }
    .home_banner {
        width: calc(100% + 20px);
        margin: 0 -10px 20px;
    }
}

@media (max-width: 760px) {
    .deliveries_block,
    .cart_form_block,
    .pg_order .deliveries_block,
    .pg_order .cart_form_block {
        width: 100%;
        margin: 0;
    }
    #purchases td.price div {
        display: block;
    }
    .footer .bottom .column .t_block,
    .footer .bottom .column .t_block>* {
        display: block;
    }
    .footer .bottom .column .t_block>* {
        margin-bottom: 30px;
    }
    .footer .bottom .column .t_block>*:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 700px) {
    .wblocks .item {
        width: 100%;
        margin: 0 0 7px;
    }
    .wblocks .item:last-child {
        margin-bottom: 0;
    }
    .pg_post .s_image {
        height: auto;
    }
    .posts_list .post_item>.preview {
        width: 100%;
        padding: 15px 0 0;
    }
    .next_prev_block .next_prev {
        width: 100%;
    }
    .next_prev_block .next_prev:nth-child(2) {
        border-top: #d9d9d9 1px solid;
    }
}

@media (max-width: 600px) {
    .filter>.title {
        display: none;
    }
    .categories>li,
    .categories>li:nth-child(3n) {
        width: 100%;
        margin: 0 0 7px;
    }
    h1 {
        font-size: 1.4em;
    }
    h2,
    .h2 {
        font-size: 19px;
        margin: 2px 0 10px;
    }
    .product_view .images_block {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
        margin: 0 0 15px;
    }
    .product_view .images_block .image {
        width: 100%;
    }
    .product_view .images_block .image.v2 {
        width: calc(100% - 85px);
    }
    .product_view .images_block .image a {
        padding: 0 0 300px;
    }
    .product_view .images_block .images {
        width: 70px;
        margin: 0 0 0 15px;
    }
    .product_view .images_block .images a {
        display: block;
        width: 70px;
        height: 70px;
        margin: 0 0 10px;
    }
    .product_view .product_info {
        text-align: center;
        width: 100%;
    }
    .product_view .product_info .variants {
        background: #f4f4f4;
        padding: 10px 5px 5px;
    }
    .product_view .button_block {
        margin: 15px 0 0;
    }
    .features {
        text-align: left;
    }
    .purchases_block {
        padding: 0 5px;
    }
    #purchases td.price>.row>.col:last-child {
        padding-left: 5px;
    }
    #purchases .remove {
        padding-left: 5px;
    }
    .filter>.wrapper {
        width: 100%;
    }
    .page_thankyou h1 {
        font-size: 30px;
    }
}

@media (max-width: 550px) {
    .footer .bottom>.column:nth-child(1),
    .footer .bottom>.column:nth-child(2) {
        display: none;
    }
    .footer .bottom .box {
        margin: 0;
    }
    .footer .bottom .box {
        text-align: center;
    }
    .footer .bottom .box:last-child {
        border-top: rgba(0, 0, 0, .13) 1px solid;
        padding: 15px 0 0;
        margin: 15px 0 0;
    }
    .footer .socials a {
        margin: 0 1px;
    }
    .footer .cop {
        /*float: left;*/
    }
    .footer .developer {
        float: right;
        margin: 0;
    }
}

@media (max-width: 500px) {
    .products .product,
    .products .product:nth-child(3n),
    .products .product:nth-child(4n),
    .products .product:nth-child(5n),
    .products .product:nth-child(6n) {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        min-height: 90px;
        margin: 0 0 7px;
    }
    .products .product .image {
        width: 30%;
        padding: 0;
        margin-right: 10px;
    }
    .products .product .image img {}
    .products .product .product_info {
        width: calc(70% - 10px);
    }
    .products .product .price_block>.wrapper {
        text-align: left;
    }
    .products .product h3 {
        text-align: left;
        margin: 0 0 5px;
    }
    .products .product .price {
        padding-left: 0;
    }
    .products .product .price2_block {
        text-align: left;
        margin: 0;
    }
    .products .product .sticker {
        font-size: 13px;
        line-height: 28px;
        right: auto;
        left: -4px;
        top: -4px;
        width: 30px;
        height: 30px;
    }
    #purchases td.price>.row>.col {
        display: block;
    }
    .discounted_products .h2.b {
        margin-bottom: 15px;
    }
    .all_discounted_link {
        display: inline-block;
        top: 0;
        margin: 10px 0 20px;
    }
    .posts_list .post_item>.image {
        width: 100%;
    }
    .posts_list .post_item>.preview {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 440px) {
    .main_row {
        padding-left: 7px;
        padding-right: 7px;
    }
    .content_block {
        padding: 10px;
    }
    .path {
        width: calc(100% + 14px);
        padding: 7px 7px 2px;
        margin-right: -7px;
        margin-left: -7px;
    }
    .product_view .images_block,
    .product_view .product_info {
        min-height: 200px;
    }
    .product_view .images_block .image.v2 {
        width: calc(100% - 70px);
    }
    /*.product_view .images_block .image img{
		max-height: 220px;
	}*/
    .product_view .images_block .images {
        width: 60px;
        margin: 0 0 0 10px;
    }
    .product_view .images_block .images a {
        display: block;
        line-height: 44px;
        width: 60px;
        height: 60px;
        margin: 0 0 7px;
    }
    .footer {
        padding: 10px 7px;
    }
    .browsed_products_block {
        padding: 0 0 10px;
        margin: 0 0 10px;
    }
    .browsed_products .product {
        padding: 5px;
    }
    .purchases_block {
        padding: 0 10px;
        margin: 0 -10px;
    }
    .cart_form {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: -10px;
        margin-right: -10px;
    }
    .to_reg {
        padding: 0 0 5px;
    }
    .next_prev_block {
        width: calc(100% + 20px);
        margin: 0 -10px -10px;
    }
    .home_banner {
        width: calc(100% + 14px);
        margin: 0px -7px 0px;
    }
}

@media (max-width: 360px) {
    .to_reg {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .to_reg {
        font-size: 12px;
    }
}