/* default_clear */
.swiper-viewport {
    border: none;
    border-radius: 0px;
    box-shadow: none;
}
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	resize: none;
	outline: none;
	font-size: var(--font_size);
	line-height: 1.6;
	-webkit-appearance: none;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
	-o-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}
body {
    background: var(--background_color);
}
input, textarea {
    font-size: 13px;
    font-weight: 400;
    border-radius: 0px;
}
input[readonly] {
     cursor: text;
     background-color: #fff;
}
button {
    font-size: 14px;
}
img[src$=".gif"], img[src$=".png"] {
    image-rendering: optimizeQuality;
}
img {
    max-width: 100%;
}
html {
    background: var(--background_color);
}
#m_menu {
    display: none;
}
/* All */
h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 15px;
}
h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
}
h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
}
h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
}
h5 {
    font-size: 16px;
    line-height: 1.5;
}
header .container,
nav .container,
footer .container {
    display: flex;
}
.container {
    max-width: var(--container_width);
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto;
}
@media (max-width: 1600px) {
    .container {
        max-width: var(--container_width_lg)
    }
}
@media (max-width: 1366px) {
    .container {
        max-width: var(--container_width_md);
    }
}
@media (max-width: 1280px) {
    .container {
        max-width: var(--container_width_sm);
    }
}
@media (max-width: 768px) {
    .container {
        max-width: var(--container_width_xs);
    }
}
.dropdown-toggle {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 15px;
}
.dropdown-toggle > a {
	pointer-events: none;
}
.dropdown-toggle:hover {
    cursor: pointer;
}
.dropdown-toggle:after {
    position: absolute;
    content: '';
    -webkit-mask: url('../image/icons/arrow.svg') no-repeat center;
    mask: url('../image/icons/arrow.svg') no-repeat center;
    background-color: #000;
    -webkit-mask-size: 8px;
    mask-size: 8px;
    height: 8px;
    width: 8px;
    right: 0;
}
/* Header */
#top {
    background: var(--background_top_color);
}
#top .container {
    min-height: 46px;
}
#top #form-language,
#top #form-currency,
#top .menu,
#top .contacts,
#top .account {
    position: relative;
    display: flex;
    align-items: center;
}
#top .account {
	margin-left: 15px;
}
#top #form-language .dropdown-toggle,
#top #form-currency .dropdown-toggle {
    height: 28px;
    padding-left: 8px;
    padding-right: 23px;
    font-size: 11px;
    font-weight: 500;
    color: #444;
    background: transparent;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}
#top #form-language .dropdown-toggle:after,
#top #form-currency .dropdown-toggle:after {
	right: 8px;
}
.top_right {
    display: flex;
    margin-left: auto;
}
#top #form-currency {
	margin-left: 8px;
}
#top .dropdown-menu li > button {
    color: #000;
    background: transparent;
    border: none;
    width: -webkit-fill-available;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 0px;
    font-size: 13px;
}
#top .dropdown-menu li:last-child > button {
    border-bottom: none;
}
#top .menu .dropdown-menu,
#top .contacts .dropdown-menu,
#top .account .dropdown-menu {
    padding: 15px;
    top: 100%;
}
#top .contacts .dropdown-menu,
#top .account .dropdown-menu {
    right: 0;
}
#top .dropdown-menu > ul li p,
#top .dropdown-menu > ul li a {
    color: #000;
    display: flex;
    font-size: 13px;
}
#top .menu {
    display: flex;
    flex-wrap: wrap;
}
#top .menu li,
#top .menu li a {
    color: #000;
    font-size: 13px;
    display: flex;
    align-items: center;
    height: 100%;
}
#top .menu > li {
    position: relative;
    margin-right: 25px;
}
#top .menu > li:last-child {
    margin-right: 0px;
}
#top .menu > li:before {
    width: 0px;
    height: 2px;
    background: var(--main_color);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    transition: width .5s;
}
#top .menu > li:hover:before {
    width: 100%;
}
#top .contacts {
    margin-left: auto;
}
#top .contacts p {
    font-weight: 500;
}
#top .contacts .dropdown-menu ul {
    border-bottom: 1px solid rgb(0, 0, 0, .1);
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
}
#top .contacts .dropdown-menu ul:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
#top .icon_account:before {
    position: relative;
    content: '';
    -webkit-mask: url('../image/icons/account.svg') no-repeat center;
    mask: url('../image/icons/account.svg') no-repeat center;
    background-color: #000;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    height: 16px;
    width: 16px;
}
#top .contacts span,
#top .account span {
    font-size: 13px;
}

/* header */
header {
    background: var(--header_color);
    border-bottom: 1px solid #e9e9e9;
}
header .container {
    min-height: 80px;
    position: relative;
}
header .logo {
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 50px;
}
header .logo a {
    display: grid;
}
header .logo img {
    height: 36px;
}

/* Main_menu */
#menu {
    display: flex;
}
#menu .dropdown-toggle {
    height: 42px;
    font-size: 15px;
    min-width: 160px;
    border-radius: 160px;
    background: var(--main_color);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    padding-right: 0px;
}
#menu .dropdown-toggle .hidden_xs {
	margin-left: 0px;
	font-size: 14px;
	color: #fff;
}
#m_menu > button:before,
#menu .dropdown-toggle:before {
    position: absolute;
    content: '';
    -webkit-mask: url('../image/icons/menu.svg') no-repeat center;
    mask: url('../image/icons/menu.svg') no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 18px;
    mask-size: 18px;
    height: 18px;
    width: 18px;
    left: 15px;
}
#m_menu > button:after,
#menu .dropdown-toggle:after {
    position: absolute;
    content: '';
    -webkit-mask: url('../image/icons/arrow.svg') no-repeat center;
    mask: url('../image/icons/arrow.svg') no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 10px;
    mask-size: 10px;
    height: 10px;
    width: 10px;
    right: 15px;
}
#menu .dropdown-toggle:hover {
    opacity: .9;
}
#m_menu > button:before,
#m_menu > button:after {
    background-color: #000;
}
#m_menu > button:before {
    left: initial;
    position: relative;
}
#m_menu > button:after {
    -webkit-mask-size: 8px;
    mask-size: 8px;
    height: 8px;
    width: 8px;
    right: 0;
}
#menu .dropdown-menu {
    width: calc(100% - 30px);
    left: 15px;
    height: 450px;
    overflow: hidden;
    border-radius: 0px;
    top: calc(100% + 1px);
}
#menu .dropdown-menu > li {
    width: 25%;
}
#menu .dropdown-menu a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 8px 0px;
    padding-left: 10px;
    color: #000;
    font-size: 13px;
}
#menu .dropdown-menu a:hover {
    background: #f7f7f7;
}
#menu .dropdown-menu a img {
    margin-right: 8px;
}
#menu .dropdown-menu .dropdown > a:after {
    position: absolute;
    content: '';
    -webkit-mask: url('../image/icons/arrow.svg') no-repeat center;
    mask: url('../image/icons/arrow.svg') no-repeat center;
    background-color: #000;
    -webkit-mask-size: 12px;
    mask-size: 12px;
    height: 12px;
    width: 12px;
    right: 10px;
}

#menu .dropdown-menu .dropdown > span {
    height: 100%;
    left: 25%;
    width: 100%;
    position: absolute;
    display: none;
    top: 0;
}
#menu .dropdown-menu .dropdown.active > span {
    display: initial;
}
#menu .dropdown-menu .dropdown span ul {
    overflow-y: auto;
    overflow-y: overlay;
    height: 100%;
    width: 25%;
    direction: rtl;
}
#menu .dropdown-menu .dropdown span ul li {
    direction: ltr;
}
#menu .dropdown-menu .dropdown span ul::-webkit-scrollbar {
    border: none;
    background-color: #fafafa;
    z-index: -1;
    position: absolute;
    width: 2px;
}
#menu .dropdown-menu .dropdown span ul::-webkit-scrollbar-thumb {
    width: 2px;
    border-radius: 0px;
    border: none;
    background-color: #ddd;
}
/* Search */
#search {
    display: flex;
    align-items: center;
    margin-left: 25px;
    position: relative;
}
#search input {
    padding-left: 15px;
    padding-right: 52px;
    min-width: calc(250px - 67px);
    width: inherit;
    height: 42px;
    color: var(--main_color);
    background: var(--background_top_color);
    border: none;
    border-radius: 7px;
}
#search input::placeholder {
    color: #bbb;
}
#search button {
	position: absolute;
	right: 5px;
    height: 32px;
    width: 32px;
    border: 1px solid rgb(255, 255, 255, .05);
    border-radius: 7px;
    border-left: none;
    background: var(--main_color);
    display: flex;
    align-items: center;
    justify-content: center;
}
#search button:after {
    position: absolute;
    content: '';
    -webkit-mask: url('../image/icons/search.svg') no-repeat center;
    mask: url('../image/icons/search.svg') no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    height: 16px;
    width: 16px;
}
#search button:hover {
    opacity: .9;
    cursor: pointer;
}

/* Contacts */
header .contacts {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 25px;
    margin-right: auto;
}
header .contacts .icon_contacts {
    font-weight: 500;
    font-size: 15px;
}
header .contacts .hidden_xs {
    margin-left: 0px;
}
header .contacts .dropdown-menu {
    padding-bottom: 5px;
    right: 0;
}
header .contacts .dropdown-menu p {
    padding: 10px 15px;
    padding-bottom: 0px;
    font-weight: 500;
    font-size: 13px;
}
header .contacts .dropdown-menu .mail li a,
header .contacts .dropdown-menu .phones li a {
    color: #000;
    background: transparent;
    border: none;
    display: flex;
    width: -webkit-fill-available;
    border-bottom: 1px solid #f8f9fa;
    padding: 5px 15px;
    border-radius: 0px;
    font-size: 13px;
}
header .contacts .dropdown-menu .mail li:last-child a,
header .contacts .dropdown-menu .phones li:last-child a {
    border-bottom: none;
}

/* Compare & Wishlist & Cart */
.compare {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.wishlist,
#cart {
    margin-left: 25px;
    border-left: 1px solid var(--background_top_color);
    padding-left: 25px;
    display: flex;
    align-items: center;
}
header #cart a,
.compare a,
.wishlist a {
    display: flex;
    align-items: center;
    position: relative;
}
.compare a p,
.wishlist a p {
    display: none;
}
.compare a span,
.wishlist a span {
    font-weight: 700;
    color: #444;
	font-size: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: calc(50% - 12px);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background: var(--background_top_color);
    height: 16px;
    width: 16px;
}
.icon_compare:before,
.icon_wishlist:before,
#cart > button:before,
#cart > a:before {
    position: relative;
    content: '';
    -webkit-mask: url('../image/icons/compare.svg') no-repeat center;
    mask: url('../image/icons/compare.svg') no-repeat center;
    background-color: #222;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    height: 22px;
    width: 22px;
}
.icon_wishlist:before {
    -webkit-mask: url('../image/icons/wishlist.svg') no-repeat center;
    mask: url('../image/icons/wishlist.svg') no-repeat center;
    -webkit-mask-size: 22px;
    mask-size: 22px;
}
#cart > button.icon_cart:before,
#cart > a.icon_cart:before {
    -webkit-mask: url('../image/icons/cart.svg') no-repeat center;
    mask: url('../image/icons/cart.svg') no-repeat center;
    -webkit-mask-size: 22px;
    mask-size: 22px;
}
#cart > button,
#cart > a {
    font-size: 13px;
    background: transparent;
    border: none;
    color: #222;
}
#cart > button span,
#cart > a > span {
    font-size: 13px;
}
#cart > button:after,
#cart > a:after {
    background-color: #222;
}
#m_menu > .dropdown-menu,
#cart .dropdown-menu {
    position: fixed;
    width: calc(25% - 30px);
    top: 0;
    height: calc(100% - 60px);
    z-index: 3;
    background: #fff;
    box-shadow: 0px -15px 35px #555;
    border-radius: 0px;
}
#m_menu > .dropdown-menu {
    left: 0;
}
.cart_empty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    flex-direction: column;
}
#m_menu > .dropdown-menu,
#cart .dropdown-menu {
    padding: 30px 15px;
    flex-direction: column;
}
#m_menu > .dropdown-menu {
    padding-top: 0px;
    height: calc(100% - 30px);
}
#m_menu .m_menu_header {
    display: flex;
    align-items: center;
    background: var(--background_top_color);
    min-height: 46px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}
#m_menu .m_menu_header .logo a {
    display: flex;
}
#m_menu .m_menu_header .logo img {
    height: 20px;
}
.m_menu_content {
    max-height: calc(100% - 100px);
    overflow-y: auto;
    overflow-x: hidden;
}
.m_menu_footer {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.m_menu_footer .compare {
    margin-left: initial;
}
.m_menu_footer .wishlist {
    margin-left: 10px;
    padding-left: 0px;
    border-left: none;
}
.m_menu_footer .icon_compare:before,
.m_menu_footer .icon_wishlist:before {
    -webkit-mask-size: 16px;
    mask-size: 16px;
    height: 18px;
    width: 18px;
}
.m_menu_footer li p {
    display: flex;
    margin: 0px 5px;
    font-size: 12px;
}
.m_menu_footer li span {
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
}
#cart .dropdown-menu > span {
    display: flex;
    flex-direction: column;
    height: calc(100% - 25px);
}
#cart .dropdown-menu.active {
    display: flex;
}
#cart .cart_total {
    margin-top: auto;
}
#cart .cart_total .buttons {
    margin-top: 25px;
}
#cart .cart_total .buttons > .btn {
    margin-bottom: 10px;
}
#cart .cart_total .buttons > .btn:last-child {
    margin-bottom: 0px;
}
#cart .total_item,
#cart .total_item b {
    font-size: 12px;
    line-height: 1.6;
}
.cart_content {
    margin: 25px 0px;
    overflow-y: auto;
    overflow-x: hidden;
    direction: rtl;
}
.cart_content::-webkit-scrollbar {
    width: 2px;
    border: none;
    background-color: #fafafa;
    z-index: -1;
    position: absolute;
}
.cart_content::-webkit-scrollbar-thumb {
    width: 2px;
    border-radius: 0px;
    border: none;
    background-color: #ddd;
}
.cart_items {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
    direction: ltr;
}
.cart_items .item {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    display: flex;
    position: relative;
}
.cart_items .item .image {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    position: relative;
}
.cart_items .item .btn {
    right: 10px;
    top: 0;
    max-width: calc(100% - 40px);
}
.cart_items .item .image a {
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.cart_items .item .caption {
    width: calc(100% - 70px);
}
.cart_items .item .caption .name {
    max-width: calc(100% - 50px);
}
.cart_items .item .caption .name a {
    font-size: 13px;
    font-weight: 500;
    color: #000;
}
header #cart .cart_items .item .caption .name a {
    color: #000;
    display: inline-flex;
}
.cart_items .item .caption .model {
    font-size: 13px;
}
.cart_items .item .caption .options {
    font-size: 11px;
    line-height: 1.6;
    margin: 5px 0px;
    color: #000;
}
.cart_items .item .caption .price_quantity {
    display: flex;
    align-items: center;
}
.cart_items .item .caption .quantity .btn {
    width: 24px;
    height: 24px;
}
.cart_items .item .caption .quantity input[type="text"] {
    width: 40px;
}
.cart_items .item .caption .quantity {
    margin-left: 10px;
}
.cart_items .item .caption .price {
    font-size: 13px;
    font-weight: 600;
    margin: 5px 0px;
}
.cart_items .item .caption .total {
    font-size: 13px;
}
.compare_items {
    background: #fff;
    border-top: 1px solid #f1f1f1;
    box-shadow: 0px 4px 4px #f1f1f1;
}
.compare_items > div {
    display: flex;
    border-top: 1px solid #eee;
}
.compare_items > div > div:nth-of-type(1) {
    width: 100px;
    font-weight: 500;
    margin-left: 0px;
    border-left: none;
}
.compare_items > div > div {
    font-size: 12px;
    line-height: 1.3;
    width: 20%;
    padding: 5px 0px;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #eee;
}
.compare_items > div > div *:not(.btn) {
    font-size: 12px;
    line-height: 1.3;
}
.compare_items > div > div a:not(.btn),
.compare_items > div > div .price-new {
    font-weight: 500;
    color: var(--main_color);
}
.compare_items > div > div .price-old {
    text-decoration: line-through;
}

/* Slider */
#common-home #content {
    margin-top: 0px;
}
.slideshow {
    background: #fff;
    margin-top: 0px;
    overflow: hidden;
}
.slideshow img {
    width: 100%;
    display: block;
}
.carousel {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.carousel .swiper-container {
    border: 1px solid #e9e9e9;
}
.swiper-button-prev:before, .swiper-button-next:before {
    position: absolute;
    content: '';
    -webkit-mask: url('../image/icons/arrow.svg') no-repeat center;
    mask: url('../image/icons/arrow.svg') no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 18px;
    mask-size: 18px;
    height: 40px;
    width: 40px;
}
.swiper-button-prev:before {
    transform: rotate(90deg);
}
.swiper-button-next:before {
    transform: rotate(-90deg);
}
/* Section */
section {
    margin-top: 70px;
}
.section_title {
    margin-bottom: 35px;
    text-align: center;
    font-size: 32px;
}
.aside section {
    padding: 0px 15px;
    margin-top: 25px;
}
.aside section:nth-of-type(1) {
    margin-top: 0px;
}
.aside section:last-child {
    margin-bottom: 25px;
}
.aside .section_title {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: left;
}
/* Columns & Breadcrumb & Sort */
.columns {
    display: flex;
    margin-top: 0px;
}
.aside_left,
.aside_right {
    background: #fff;
    width: 100%;
    max-width: 250px;
    padding-top: 25px;
    box-shadow: 0px 4px 4px #f1f1f1;
}
.aside_left {
    margin-right: 25px;
}
.aside_right {
    margin-left: 25px;
}
#content {
    width: 100%;
    margin-top: 25px;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.breadcrumb li {
    margin-right: 10px;
    color: #000;
    font-size: 12px;
}
.breadcrumb li:last-child {
    margin-right: 0px;
}
.breadcrumb li:after {
    content: '/';
    color: #a5a5a5;
    position: relative;
    font-size: 10px;
    margin-left: 10px;
    top: -.3px;
}
.breadcrumb li:last-child:after {
    display: none;
}
.breadcrumb li a {
    font-size: 12px;
    color: #a5a5a5;
}
.products_sort {
    width: 100%;
    margin: 25px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.products_sort .type,
.products_sort .sort,
.products_sort .limit {
    margin-right: 15px;
}
.products_sort .type {
    display: flex;
    align-items: center;
}
.products_sort .type button {
    display: flex;
    width: 18px;
    height: 18px;
    background: transparent;
    border: none;
}
.products_sort .type button#grid-view {
    margin-left: 5px;
}
.products_sort .type button:after {
    position: relative;
    content: '';
    -webkit-mask: url('../image/icons/list.svg') no-repeat center;
    mask: url('../image/icons/list.svg') no-repeat center;
    background-color: #000;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    height: 18px;
    width: 18px;
}
.products_sort .type button#grid-view:after {
    -webkit-mask: url('../image/icons/grid.svg') no-repeat center;
    mask: url('../image/icons/grid.svg') no-repeat center;
    background-color: #000;
    -webkit-mask-size: 18px;
    mask-size: 18px;
}
.products_sort label,
.products_sort select {
    font-size: 12px;
}
.sort {
    margin-right: 20px;
}
.products_sort .compare {
    margin-left: initial;
}
.products_sort .compare a {
    color: #000;
    font-size: 12px;
}
.products_sort .result {
    margin-left: auto;
    color: #777;
    font-size: 11px;
}
.description_top {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 15px;
    margin: 15px 0px;
    display: flex;
    align-items: flex-start;
}
.description_top img {
    margin-right: 25px;
}
.description_top p {
    font-size: 12px;
    line-height: 22px;
}
.category_refine {
    border-radius: 5px;
    background: #fff;
    padding: 15px;
    padding-bottom: 10px;
    border: 1px solid #e9e9e9;
}
.category_refine p {
    margin-bottom: 10px;
    font-weight: 500;
}
.category_refine_items {
    display: flex;
    flex-wrap: wrap;
}
.category_refine_items li {
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
}
.category_refine_items li a {
    border: 1px solid #eee;
    font-size: 13px;
    padding: 4px 12px;
    border-radius: 5px;
    color: #000;
}
/* Products */
.products_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
}
.grid_items {
    grid-template-columns: 1fr 1fr 1fr;
}
.aside .products_items,
.list_items {
    grid-template-columns: 1fr;
}
.products_items .item {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    transition: box-shadow .3s;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.list_items .item {
    display: grid;
    grid-template-columns: auto 1fr;
    flex-direction: row;
}
.products_items .item:hover {
    box-shadow: 0px 10px 10px #eee;
}
.products_items .item .image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.products_items .item .image a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.products_items .item .image img {
    max-width: 90%;
}
.stickers_text {
    position: absolute;
    left: 15px;
    top: 15px;
    display: flex;
    flex-wrap: wrap;
}
.product_header_left .stickers_text,
.products_items .item .image .stickers_text {
    margin-right: 50px;
}
.stickers_text li {
    background: #000;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    font-size: 11px;
    letter-spacing: .3px;
}
.stickers_text li.s1 {background: #F39C12}
.stickers_text li.s2 {background: #9B59B6}
.stickers_text li.s3 {background: #E74C3C}
.stickers_text li.s4 {background: #2980B9}
.stickers_text li.s5 {background: #2ECC71}
.stickers_text li.s6 {background: #D35400}
.buttons_compare_wishlist {
    position: absolute;
    margin-top: 0px;
    top: 15px;
    right: -30px;
    display: flex;
    flex-direction: column;
    transition: right .5s;
}
.product_header_left .buttons_compare_wishlist,
.products_items .item:hover .buttons_compare_wishlist {
    right: 15px;
}
.buttons_compare_wishlist button {
    height: 30px;
    width: 30px;
    background: rgba(255, 255, 255, .7);
    border:none;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .3;
    border-radius: 100%;
}
.buttons_compare_wishlist button:hover {
    cursor: pointer;
    opacity: 1;
}
.buttons_compare_wishlist button:before {
    background-color: #000;
    margin-right: 0px;
}
.buttons_compare_wishlist button:last-child {
    margin-bottom: 0px;
}
.percent {
    border-radius: 100%;
    background: rgb(0, 0, 0, 0.1);
    color: #000;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
}
.products_items .item .percent {
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-size: 13px;
    color: #fff;
    background: var(--main_color);
}
.products_items .item .caption {
    padding: 15px;
    padding-bottom: 60px;
    position: relative;
    height: 100%;
}
.list_items .item .caption {
    padding-bottom: 15px;
    height: calc(100% - 30px);
}
.products_items .item .caption .name {
    height: 38px;
    overflow: hidden;
}
.list_items .item .caption .name {
    height: initial;
}
.products_items .item .caption .name a {
    font-size: 14px;
    color: #000;
    display: block;
    line-height: 1.4;
}
.products_items .item .caption .description {
    display: block;
    margin-top: 10px;
    line-height: 1.4;
    font-size: 12px;
    height: 34px;
    overflow: hidden;
    color: #555;
}
.list_items .item .caption .description {
    height: initial;
}
.products_items .item .caption .additional {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 10px;
}
.list_items .item .caption .additional {
    flex-direction: row;
}
.stock {
    display: flex;
    align-items: center;
    position: relative;
    color: #222;
}
.stock:before {
    position: relative;
    content: '';
    -webkit-mask: url('../image/icons/stock.svg') no-repeat center;
    mask: url('../image/icons/stock.svg') no-repeat center;
    background-color: #222;
    -webkit-mask-size: 14px;
    mask-size: 14px;
    height: 14px;
    width: 14px;
    margin-right: 5px;
}
.stock.in {
    color: #2ECC71;
}
.stock.in:before {
    background-color: #2ECC71;
}
.stock.out {
    color: #E74C3C;
}
.stock.out:before {
    background-color: #E74C3C;
}
.stock.wait {
    color: #9B59B6;
}
.stock.wait:before {
    background-color: #9B59B6;
}
.stock.pre {
    color: #F39C12;
}
.stock.pre:before {
    background-color: #F39C12;
}
.products_items .item .caption .additional .stock {
    width: max-content;
    margin-left: initial;
    font-size: 12px;
    padding: 1px 10px;
    border-radius: 7px;
    background: var(--background_top_color);
    display: inline-flex;
}
.list_items .item .caption .additional .stock {
    margin-left: 15px;
}
.products_items .item .caption .rating {
    margin-top: 8px;
}
.products_items .item .caption .stickers_image {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.products_items .item .caption .stickers_image li {
    margin-right: 10px;
    display: flex;
}
.products_items .item .caption .stickers_image li:last-child {
    margin-right: 0px;
}
.products_items .item .caption .stickers_image img {
    height: 24px;
}
.products_items .item .caption .model {
    font-size: 11px;
    color: #777;
    margin-top: 10px;
    line-height: 1;
}
.list_items .item .caption .stickers_image img {
    height: 30px;
}
.products_items .item .price_button {
    display: flex;
    align-items: center;
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
}
.price-old {
    font-size: 12px;
    text-decoration: line-through;
    color:#777;
    line-height: 1;
    margin-bottom: 3px;
}
.price-stock {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
.price-new {
    color: var(--main_color);
}
.products_items .item .btn {
    margin-left: auto;
    padding: 0px 14px;
    height: 36px;
    font-size: 13px;
}
.products_items .item .btn.icon_cart:before {
    position: relative;
    content: '';
    -webkit-mask: url('../image/icons/cart.svg') no-repeat center;
    mask: url('../image/icons/cart.svg') no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 18px;
    mask-size: 18px;
    height: 18px;
    width: 18px;
    margin-right: 5px;
}
.products_items .item .btn.icon_read:before {
    position: relative;
    content: '';
    -webkit-mask: url('../image/icons/read.svg') no-repeat center;
    mask: url('../image/icons/read.svg') no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 18px;
    mask-size: 18px;
    height: 18px;
    width: 18px;
    margin-right: 5px;
}
.btn.out_of_stock {
    background: #8d8d8d;
    opacity: .7;
    pointer-events: none;
}
/* Product page */
#product-product #content {
    margin-top: 0px;
}
.product_header {
    display: flex;
}
.product_header_left {
    width: 100%;
    margin-right: 35px;
    max-width: 500px;
    border: 1px solid #e9e9e9;
    border-top: none;
    background: #fff;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
}
.product_header_left .thumbnails {
    position: relative;
    top: 0;
}
.product_header_left .thumbnails.fixed {
    position: sticky;
}
.product_header_left .thumbnails > li {
    text-align: center;
}
.product_header_left .thumbnails span {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.product_header_left .thumbnails span li {
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #e9e9e9;
    padding: 5px;
    border-radius: 5px;
}
.product_header_left .thumbnails span li,
.product_header_left .thumbnails span li a {
    display: flex;
}
.product_header_right {
    width: 100%;
    margin-top: 25px;
}
.product_header_right .info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 17px;
}
.product_header_right .info li {
    margin-right: 10px;
    margin-bottom: 8px;
    padding-right: 10px;
    background: #fff;
    border-right: 1px solid #e9e9e9;
    font-size: 12px;
    display: inline-flex;
    white-space: pre-wrap;
}
.product_header_right .info li span {
    font-size: 12px;
}
.product_header_right .info li a {
    margin-left: 5px;
    display: inline-flex;
    align-items: center;
    color: var(--main_color);
    font-size: 12px;
}
.product_header_right .info li:first-child {
    padding-left: 0px;
}
.product_header_right .info li:last-child {
    margin-right: 0px;
    border-right: none;
    padding-right: 0px;
}
.product_header_right .info li a img {
    margin-right: 5px;
}
.product_header_right .options {
    margin-bottom: 25px;
}
.product_header_right .options h3 {
    margin-bottom: 25px;
}
.product_header_right .options .form-group.form-group-rc {
    margin-bottom: 0px;
}
.product_header_right .options .form-group > div {
    display: flex;
    flex-wrap: wrap;
}
.product_header_right .options .checkbox,
.product_header_right .options .radio {
    margin-right: 15px;
    font-size: 13px;
}
.product_header_right .options .checkbox:last-child,
.product_header_right .options .radio:last-child {
    margin-bottom: 10px;
}
.product_header_right .price_buttons {
    border: 1px solid #e9e9e9;
    display: flex;
    padding: 15px;
    border-radius: 5px;
    position: relative;
}
.product_header_right .price_buttons.minimum {
    border-radius: 5px 5px 0px 0px;
}
.product_header_right .price_buttons #button-nd {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 13px;
    color: #555;
    border: none;
    border-bottom: 1px dotted #ddd;
    background: none;
    height: fit-content;
    font-size: 12px;
}
.product_header_right .price_buttons #button-nd:hover {
    cursor: pointer;
    color: #111;
}
.product_header_right .alert-minimum {
    background: #eee;
    text-align: center;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 12px;
    border-radius: 0px 0px 5px 5px;
}
.product_header_right .alert-minimum b {
    color: #000;
    font-size: 12px;
    font-weight: 500;
}
.product_header_right .percent {
    margin-right: 10px;
    left: 15px;
    height: 42px;
    width: 42px;
    font-size: 13px;
    color: #fff;
    background: var(--main_color);
}
.product_header_right .price {
    display: flex;
    align-items: center;
}
.product_header_right .price span {
    line-height: 1;
}
.product_header_right .price .price-old {
    position: absolute;
    top: -6px;
    left: 60px;
    background: var(--background_color);
    padding: 0px 10px;
}
.product_header_right .price .price-old span {
    font-size: 13px;
}
.product_header_right .price .price-stock span {
    font-size: 26px;
}
.quantity {
    margin: 0px 15px;
    display: flex;
    align-items: center;
}
.quantity input[type="text"] {
    width: 40px;
    text-align: center;
    border: none;
    background: transparent;
}
.quantity .btn {
    background: #fff;
    color: var(--main_color);
    font-size: 14px;
    font-weight: 500;
    padding: 0px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9e9e9;
}
.product_header_right .btn-cart {
    position: relative;
    font-size: 15px;
}
.product_header_right .btn-cart:before {
    position: relative;
    content: '';
    -webkit-mask: url(../image/icons/cart.svg) no-repeat center;
    mask: url(../image/icons/cart.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    height: 20px;
    width: 20px;
    margin-right: 8px;
}
.product_header_right #button-found-cheaper-modal {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    border: none;
    background: none;
    border-bottom: 1px dotted #e9e9e9;
    height: initial;
    padding: 0px;
    font-size: 11px;
    color: #999;
}
.product_header_right #button-found-cheaper-modal:hover {
    cursor: pointer;
    color: #444;
}
.product_header_right #button-cart-credit {
    margin-left: 15px;
    padding: 10px 15px;
    border: 2px solid var(--main_color);
    background: transparent;
    color: var(--main_color);
    font-size: 14px;
}
.product_header_right #button-cart-credit:before {
    display: none;
}
.product_header_right .fast_buy {
    border-radius: 5px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    padding: 15px;
    position: relative;
    overflow: hidden;
}
.product_header_right .fast_buy:before {
    width: 100%;
    height: 100%;
    content: '';
    background: var(--main_color);
    left: 0;
    top: 0;
    position: absolute;
    opacity: .1;
}
.product_header_right .fast_buy form {
    display: flex;
    align-items: center;
    position: relative;
}
.product_header_right .fast_buy p {
    position: relative;
    color: var(--main_color);
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    margin-right: 25px;
    display: flex;
    align-items: center;
}
.product_header_right .fast_buy p:before {
    position: relative;
    content: '';
    -webkit-mask: url('../image/icons/lightning.svg') no-repeat center;
    mask: url('../image/icons/lightning.svg') no-repeat center;
    background-color: var(--main_color);
    -webkit-mask-size: 18px;
    mask-size: 18px;
    height: 18px;
    width: 18px;
    margin-right: 5px;
}
.product_header_right .fast_buy input {
    margin-right: 15px;
    width: fit-content;
    border: none;
    background: #fff;
    text-align: center;
    padding: 0px 15px;
    height: 36px;
    border-radius: 5px;
}
.product_header_right .fast_buy .btn {
    height: 36px;
    color: #000;
    font-size: 13px;
    background: transparent;
    position: relative;
    overflow: hidden;
}
.product_header_right .fast_buy .btn:before {
    width: 100%;
    height: 100%;
    content: '';
    background: var(--main_color);
    left: 0;
    top: 0;
    position: absolute;
    opacity: .1;
}
.product_header_right .fast_buy .btn:after {
    position: relative;
    content: '';
    -webkit-mask: url(../image/icons/basket.svg) no-repeat center;
    mask: url(../image/icons/basket.svg) no-repeat center;
    background-color: #000;
    -webkit-mask-size: 17px;
    mask-size: 17px;
    height: 17px;
    width: 17px;
    margin-left: 8px;
}
.product_header_right .stickers_img {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}
.product_header_right .stickers_img li {
    display: flex;
    margin-right: 10px;
}
.product_header_right .stickers_img li:last-child {
    margin-right: 0px;
}
.product_header_right .stickers_img li img {
    max-height: 40px;
    max-width: 40px;
}
.product_header_right .rating {
    margin-top: 25px;
}
.product_header_right .edges {
    margin-top: 25px;
    border: 1px solid #e9e9e9;
    padding: 15px;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.product_header_right .edges .item {
    padding: 15px;
    border-right: 1px solid #e9e9e9;
}
.product_header_right .edges .item:first-child {
    padding-left: 0px;
}
.product_header_right .edges .item:last-child {
    border-right: none;
    padding-right: 0px;
}
.product_header_right .edges .item span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 60px;
    height: 60px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    overflow: hidden;
}
.product_header_right .edges .item span img {
    max-width: 46px;
    max-height: 46px;
}
.product_header_right .edges .item p {
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
}
.product_header_right .tags {
    margin-top: 25px;
}
.product_header_right .tags span {
    font-weight: 500;
    font-size: 12px;
    color: #444;
}
.product_header_right .tags a {
    color: #444;
    font-size: 12px;
}
.product_header_right .info_spg .item {
    border: 1px solid #e9e9e9;
    border-top: none;
    padding: 15px;
    padding-left: 72px;
    position: relative;
    display: flex;
    align-items: center;
}
.product_header_right .info_spg .item:before {
    display: inline-flex;
    height: 42px;
    width: 42px;
    border-radius: 100%;
    background: #f3f3f3;
    content: '';
    position: absolute;
    left: 15px;
}
.product_header_right .info_spg .item:after {
    height: 42px;
    width: 42px;
    content: '';
    position: absolute;
    -webkit-mask: url('../image/icons/shipping.svg') no-repeat center;
    mask: url('../image/icons/shipping.svg') no-repeat center;
    background-color: #000;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    left: 15px;
}
.product_header_right .info_spg .item.payment:after {
    -webkit-mask: url('../image/icons/payment.svg') no-repeat center;
    mask: url('../image/icons/payment.svg') no-repeat center;
    background-color: #000;
    -webkit-mask-size: 20px;
    mask-size: 20px;
}
.product_header_right .info_spg .item.guarantee:after {
    -webkit-mask: url('../image/icons/guarantee.svg') no-repeat center;
    mask: url('../image/icons/guarantee.svg') no-repeat center;
    background-color: #000;
    -webkit-mask-size: 20px;
    mask-size: 20px;
}
.product_header_right .info_spg .item:nth-of-type(1) {
    border-top: 1px solid #e9e9e9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 25px;
}
.product_header_right .info_spg .item:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.product_header_right .info_spg h3 {
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    margin-right: 5px;
}
.product_header_right .info_spg p {
    display: inline-flex;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;
}
.product_header_right .info_spg ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
}
.product_header_right .info_spg ul li {
    margin-right: 15px;
    display: flex;
    align-items: center;
    font-size: 13px;
    white-space: nowrap;
}
.product_header_right .info_spg ul li:last-child {
    margin-right: 0px;
}
.product_header_right .info_spg ul li img {
    height: 20px;
    max-width: 50px;
}
.product_header_right .info_spg ul li span {
    margin-left: 7px;
    font-size: 13px;
}
.product_header_right .price_info {
    margin-top: 10px;
    border: 1px solid #e9e9e9;
    padding: 15px;
    border-radius: 5px;
}
.product_header_right .price_info > li {
    margin-bottom: 10px;
}
.product_header_right .price_info > li:last-child {
    margin-bottom: 0px;
}
.product_header_right .price_info li,
.product_header_right .price_info li * {
    font-size: 12px;
}
.product_middle {
    margin-top: 35px;
}
.product_middle .nav {
    display: flex;
    background: #fff;
    position: relative;
    top: 0;
    border: 1px solid #e9e9e9;
}
.product_middle .nav::-webkit-scrollbar {
    width: 1px;
    height: 1px;
    border: none;
    background-color: #fafafa;
    z-index: -1;
    position: absolute;
}
.product_middle .nav::-webkit-scrollbar-thumb {
    border-radius: 0px;
    border: none;
    background-color: #bbb;
}
.product_middle .nav.fixed {
    position: sticky;
    z-index: 1;
    height: 48px;
    overflow-x: auto;
    overflow-u: hidden;
}
.product_middle .nav li,
.product_middle .nav li a {
    display: flex;
    width: max-content;
}
.product_middle .nav li {
    border-right: 1px solid #e9e9e9;
}
.product_middle .nav li:last-child {
    border-right: none;
}
.product_middle .nav li a {
    padding: 12px 20px;
    color: #000;
    font-size: 14px;
    position: relative;
}
.product_middle .nav li.active a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: var(--main_color);
    left: 0;
    top: 0;
}
.product_middle .tab-content {
    border:1px solid #ddd;
    background: #fff;
    border-top: none;
    padding: 25px;
}
.product_middle .tab-content .tab-pane {
    display: none;
}
.product_middle .tab-content .tab-pane.active {
    display: initial;
}
.product_middle .tab-content .tab-pane h3 {
    margin-bottom: 15px;
}
#review .review_item {
    margin-bottom: 25px;
}
#review .review_item:last-child {
    margin-bottom: 0px;
}
#review .review_item .review_item_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#review .review_item .review_item_content .rating {
    margin: 10px 0px;
}
#review .review_item .review_item_content .review_admin_answer {
    margin-top: 10px;
    padding: 15px;
    background: #f9f9f9;
    font-size: 13px;
    width: fit-content;
    border-radius: 7px;
}
#review .review_item .review_item_content .review_admin_answer p {
    display: block;
    margin-top: 5px;
}
#review .review_item .review_item_content .review_admin_answer * {
    font-size: 13px;
}
/* Pagination */
.pagination_items {
    text-align: center;
    margin-top: 40px;
}
.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}
.pagination li {
    margin-right: 10px;
}
.pagination li:last-child {
    margin-right: 0px;
}
.pagination li a,
.pagination li span {
    font-size: 16px;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #000;
    color:#fff;
}
.pagination li span {
    background: #444;
}
.pagination_items .result {
    font-size: 11px;
    color: #777;
}
#form-review h3:nth-of-type(2) {
    margin-top: 40px;
}
/* Blog */
.blog_items .item .caption {
    padding-bottom: 15px;
}
.blog_items .item .caption .rating {
    min-height: 24px;
}
.blog_items .item .caption .btn {
    margin-top: 15px;
    text-transform: capitalize;
}
.list-group a {
    color: var(--main_color);
    font-size: 13px;
}
/* Other blocks */
.html_module {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 15px;
}
.hidden_xs {
    margin-left: 8px;
}
.buttons {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.buttons_column {
    flex-direction: column;
}
.buttons_column .btn {
    width: -webkit-fill-available;
    justify-content: center;
}
.btn {
    line-height: 1;
    height: 42px;
    padding: 0px 15px;
    border-radius: 7px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    background: var(--main_color);
    color: #fff;
    border: none;
}
.btn-gray {
    background: #444;
}
.btn-gray-s {
    color: #444;
    border: 2px solid #444;
    background: transparent;
}
.btn:hover {
    cursor: pointer;
    opacity: .9;
}
.btn-close,
.btn-delete {
    border: none;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: rgb(0, 0, 0, .35);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-delete:after,
.btn-close:after {
    position: absolute;
    content: '';
    -webkit-mask: url('../image/icons/close.svg') no-repeat center;
    mask: url('../image/icons/close.svg') no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    height: 16px;
    width: 16px;
}
.btn-submit {
    position: relative;
    font-size: 15px;
    justify-content: center;
}
.btn-submit:after {
    position: relative;
    content: '';
    -webkit-mask: url(../image/icons/send.svg) no-repeat center;
    mask: url(../image/icons/send.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    height: 20px;
    width: 20px;
    margin-left: 8px;
}
.rating {
    display: flex;
    align-items: center;
}
.rating p {
    font-size: 12px;
    margin-left: 5px;
    line-height: 1;
}
.products_items .item .caption .rating p {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7e7e7e;
    border: 1px solid #f7f7f7;
    font-size: 12px;
}
.rating a {
    font-size: 12px;
    color: var(--main_color);
    margin-left: auto;
    position: relative;
    display: flex;
    align-items: center;
}
.rating a:before {
    position: relative;
    margin-right: 5px;
    content: '';
    -webkit-mask: url('../image/icons/pencil.svg') no-repeat center;
    mask: url('../image/icons/pencil.svg') no-repeat center;
    background-color: var(--main_color);
    -webkit-mask-size: 12px;
    mask-size: 12px;
    height: 12px;
    width: 12px;
}
.rating label,
.rating span {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 2px;
}
.rating label {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.rating label:hover {
    cursor: pointer;
}
.product_header_right .rating span {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.rating label:last-child,
.rating span:last-child {
    margin-right: 0px;
}
.rating label:after,
.rating span:after {
    position: absolute;
    content: '';
    -webkit-mask: url('../image/icons/star.svg') no-repeat center;
    mask: url('../image/icons/star.svg') no-repeat center;
    background-color: #ebebeb;
    -webkit-mask-size: 14px;
    mask-size: 14px;
    height: 14px;
    width: 14px;
}
.rating label:after {
    -webkit-mask-size: 20px;
    mask-size: 20px;
    height: 20px;
    width: 20px;
}
.product_header_right .rating span:after {
    -webkit-mask-size: 18px;
    mask-size: 18px;
    height: 18px;
    width: 18px;
}
.rating label.hover:after,
.rating label.active:after,
.rating span.active:after {
    -webkit-mask: url('../image/icons/star.svg') no-repeat center;
    mask: url('../image/icons/star.svg') no-repeat center;
    background-color: #f3d67b;
    -webkit-mask-size: 14px;
    mask-size: 14px;
}
.rating label.hover:after,
.rating label.active:after {
    -webkit-mask-size: 20px;
    mask-size: 20px;
}
.date, .viewed {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 12px;
}
.date:before, .viewed:before {
    position: relative;
    margin-right: 5px;
    content: '';
    -webkit-mask: url('../image/icons/date.svg') no-repeat center;
    mask: url('../image/icons/date.svg') no-repeat center;
    background-color: #000;
    -webkit-mask-size: 14px;
    mask-size: 14px;
    width: 14px;
    height: 14px;
}
.viewed:before {
    -webkit-mask: url('../image/icons/eye.svg') no-repeat center;
    mask: url('../image/icons/eye.svg') no-repeat center;
    background-color: #000;
    -webkit-mask-size: 16px;
    mask-size: 16px;
}
.product_header_right .rating span.active:after {
    -webkit-mask-size: 18px;
    mask-size: 18px;
}
.seo_text {
    border-top: 1px solid #f1f1f1;
    box-shadow: 0px 4px 4px #f1f1f1;
    border-radius: 5px;
    padding: 15px;
    padding-top: 5px;
}
.messenger_links,
.social_links {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
}
.contacts .messenger_links {
    margin-top: 5px;
}
header .contacts .messenger_links {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.social_links li,
.messnger_links li {
    display: flex;
}
.social_links li {
	margin-right: 5px;
}
.messenger_links li {
	margin-right: 15px;
}
.messenger_links li:last-child,
.social_links li:last-child {
	margin-right: 0px;
}
.messenger_links li a,
.social_links li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	width: 36px;
    border-radius: 100%;
    background: rgb(255, 255, 255, 0.1);
	position: relative;
}
header .messenger_links li a {
    height: 30px;
    width: 30px;
    background: var(--background_top_color);
}
footer .messenger_links li a:hover,
footer .social_links li a:hover {
    background: var(--main_color);
}
.social_links li a:after {
	position: absolute;
	content: '';
	-webkit-mask: url(../image/icons/instagram.svg) no-repeat center;
	mask: url(../image/icons/instagram.svg) no-repeat center;
	background-color: #fff;
	-webkit-mask-size: 18px;
	mask-size: 18px;
	height: 18px;
	width: 18px;
}
.social_links li.facebook a:after {
	-webkit-mask: url(../image/icons/facebook.svg) no-repeat center;
	mask: url(../image/icons/facebook.svg) no-repeat center;
	background-color: #fff;
	-webkit-mask-size: 20px;
	mask-size: 20px;
	height: 20px;
	width: 20px;
}
.social_links li.twitter a:after {
	-webkit-mask: url(../image/icons/twitter.svg) no-repeat center;
	mask: url(../image/icons/twitter.svg) no-repeat center;
	background-color: #fff;
	-webkit-mask-size: 20px;
	mask-size: 20px;
	height: 20px;
	width: 20px;
}
.social_links li.youtube a:after {
	-webkit-mask: url(../image/icons/youtube.svg) no-repeat center;
	mask: url(../image/icons/youtube.svg) no-repeat center;
	background-color: #fff;
	-webkit-mask-size: 20px;
	mask-size: 20px;
	height: 20px;
	width: 20px;
}
.social_links li.linkedin a:after {
	-webkit-mask: url(../image/icons/linkedin.svg) no-repeat center;
	mask: url(../image/icons/linkedin.svg) no-repeat center;
	background-color: #fff;
	-webkit-mask-size: 20px;
	mask-size: 20px;
	height: 20px;
	width: 20px;
}
.social_links li.pinterest a:after {
	-webkit-mask: url(../image/icons/pinterest.svg) no-repeat center;
	mask: url(../image/icons/pinterest.svg) no-repeat center;
	background-color: #fff;
	-webkit-mask-size: 18px;
	mask-size: 18px;
	height: 18px;
	width: 18px;
}
.messenger_links li a:after {
	position: absolute;
	content: '';
	-webkit-mask: url(../image/icons/telegram.svg) no-repeat center;
	mask: url(../image/icons/telegram.svg) no-repeat center;
	background-color: #fff;
	-webkit-mask-size: 24px;
	mask-size: 24px;
	height: 24px;
	width: 24px;
}
.messenger_links li.viber a:after {
	-webkit-mask: url(../image/icons/viber.svg) no-repeat center;
	mask: url(../image/icons/viber.svg) no-repeat center;
	background-color: #fff;
	-webkit-mask-size: 22px;
	mask-size: 22px;
	height: 22px;
	width: 22px;
}
.messenger_links li.whatsapp a:after {
	-webkit-mask: url(../image/icons/whatsapp.svg) no-repeat center;
	mask: url(../image/icons/whatsapp.svg) no-repeat center;
	background-color: #fff;
	-webkit-mask-size: 22px;
	mask-size: 22px;
	height: 22px;
	width: 22px;
}
header .messenger_links li a:after,
header .messenger_links li.viber a:after,
header .messenger_links li.whatsapp a:after {
    background-color: #000;
}
header .messenger_links li a:after {
    -webkit-mask-size: 20px;
    mask-size: 20px;
    height: 20px;
    width: 20px;
}
header .messenger_links li.viber a:after,
header .messenger_links li.whatsapp a:after {
    -webkit-mask-size: 18px;
    mask-size: 18px;
    height: 18px;
    width: 18px;
}
header .messenger_links li a:hover:after {
    background-color: #fff;
}
#top .messenger_links li a:after {
    background-color: #000;
}
.dropdown-menu {
	display: none;
    position: absolute;
    border-top: none;
    background: #fff;
    border-radius: 0px 0px 5px 5px;
    top: 100%;
    z-index: 3;
    width: max-content;
}
.dropdown-menu.active {
    display: initial;
}
.dropdown-bg {
	width: 100%;
	height: 100%;
	position: fixed;
    left: -100%;
	top: 0;
    z-index: 2;
	background: rgba(0, 0, 0, .1);
}
.dropdown-bg.active {
	left: 0;
}
.form-group {
    margin-bottom: 20px;
}
.form-group:last-child {
    margin-bottom: 0px;
}
.form-group label.control-label {
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    line-height: 1;
}
.checkbox,
.radio {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.checkbox:last-child,
.radio:last-child {
    margin-bottom: 0px;
}
.form-group label.checkbox,
.form-group label.radio {
    margin-bottom: 10px;
}
.form-group label.checkbox:last-child,
.form-group label.radio:last-child {
    margin-bottom: 0px;
}
.dc_label {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 24px;
    width: 24px;
    border: 2px solid #ddd;
    border-radius: 7px;
    margin-right: 10px;
}
.dc_label:hover {
    cursor: pointer;
    background: #f7f7f7;
}
input:checked + .dc_label {
    background-color: #fff;
    border-color: var(--main_color);
}
input:checked + .dc_label:after {
    -webkit-mask: url(../image/icons/check.svg) no-repeat center;
    mask: url(../image/icons/check.svg) no-repeat center;
    background-color: var(--main_color);
    -webkit-mask-size: 16px;
    mask-size: 16px;
    height: 16px;
    width: 16px;
    position: absolute;
    content: '';
}
.panel h3,
.panel h4 {
    margin-bottom: 25px;
}
fieldset {
    border: none;
}
.form-group input.form-control,
.form-group textarea.form-control {
    width: -webkit-fill-available;
    border: 1px solid #ddd;
    padding: 8px 15px;
    border-radius: 5px;
}
.form-horizontal .form-group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}
.form-horizontal .form-group .text-danger {
    font-size: 13px;
    font-weight: 500;
    color: #af524b;
}
.form-horizontal .buttons {
    margin-top: 15px;
}
/* Search */
#product-search h2 {
    margin-bottom: 25px;
    display: block;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url(../image/icons/arrow.svg) no-repeat calc(100% - 10px) center;
    background-size: 10px;
    outline: 0;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 0px 10px;
    min-width: 51px;
}
.search_items {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 5px;
    border-top: 1px solid #f1f1f1;
    box-shadow: 0px 4px 4px #f1f1f1;
}
.search_items input#input-search {
    min-width: 250px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #ddd;
}
.search_items input[type="button"] {
    margin-left: auto;
}
.search_items input[type="button"]:hover {
    opacity: .9;
}
.search_items label.checkbox,
.search_items select[name="category_id"] {
    margin-left: 25px;
}
/* Description */
/*.description_tags > * {
    margin-top: 10px;
}*/
.description_tags b {
    font-weight: 700;
}
.description_tags u {
    text-decoration: underline;
}
.description_tags blockquote {
    background: var(--main_color);
    padding: 5px 15px;
    width: fit-content;
    color:#fff;
}
.description_tags ol {
    padding: 15px;
    width: fit-content;
    position: relative;
}
.description_tags ol:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main_color);
    opacity: 0.1;
}
.description_tags ul li,
.description_tags ol li {
    position: relative;
    padding-left: 23px;
}
.description_tags ul li:before,
.description_tags ol li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    -webkit-mask: url(../image/icons/circle.svg) no-repeat center;
    mask: url(../image/icons/circle.svg) no-repeat center;
    background-color: var(--main_color);
    -webkit-mask-size: 14px;
    mask-size: 14px;
    height: 14px;
    width: 14px;
    position: absolute;
    content: '';
}
/* Contact */
#information-contact .item {
    margin-bottom: 15px;
}
#information-contact .panels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 25px;
    grid-column-gap: 25px;
}
.contact_items .logo {
    display: flex;
    align-items: center;
}
.contact_items .logo img {
    max-width: 120px;
    margin-right: 15px;
}
.contact_items .logo p {
    font-size: 15px;
}
#information-contact .item p {
    font-weight: 500;
}
#information-contact .item address {
    font-style: inherit;
}
#information-contact .item address a {
    color: #444;
    text-transform: lowercase;
}
.locations_items .item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.locations_items .item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.locations_items .item .info {
    display: flex;
    align-items: flex-start;
}
.locations_items .item .info .image {
    margin-right: 25px;
}
.locations_items .item .info .caption {
    width: -webkit-fill-available;
}
#information-contact .messenger_links,
#information-contact .social_links {
    flex-direction: column;
    align-items: initial;
    margin-top: 10px;
}
#information-contact .messenger_links li a:after,
#information-contact .social_links li a:after {
    background-color: #000;
    left: 0;
}
#information-contact .messenger_links li a:after {
    -webkit-mask-size: 18px;
    mask-size: 18px;
    height: 18px;
    width: 18px;
}
#information-contact .messenger_links li a,
#information-contact .social_links li a {
    width: initial;
    height: initial;
    padding-left: 27px;
    color: #000;
}
#information-contact .phones a {
    color: #000;
}
/* 404 & Sitemap */

/* Account & Login & Register * Forgotten */
.login_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.login_items .item:nth-of-type(1) {
    margin-right: 25px;
    padding-right: 25px;
    border-right: 1px solid #ddd;
}
#account-forgotten p,
.login_items .item p {
    font-size: 13px;
    line-height: 1.4;
}
#account-forgotten p {
    margin: 10px 0px;
}
.login_items .item p:nth-of-type(1) {
    margin: 10px 0px;
    font-size: 15px;
}
.login_items .item .forgotten {
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    color: #000;
}
/* Footer */
footer {
    background: var(--background_footer_color);
    color: #fff;
    margin-top: 50px;
}
footer li {
    line-height: 22px;
}
footer a {
    color: #fff;
    font-size: 13px;
}
footer .container {
    align-items: flex-start;
    padding-top: 50px;
}
footer h3 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 25px;
}
footer .copyright {
    max-width: 250px;
    padding-bottom: 50px;
}
footer .logo {
    display: flex;
}
footer .logo img {
    height: 40px;
}
footer .copyright p {
    margin: 25px 0px;
}

footer .copyright p,
footer .copyright p * {
    font-size: 12px;
    color: #888;
    line-height: 1.5;
}
footer .categories,
footer .informations,
footer .contacts {
    margin-left: auto;
    padding-bottom: 50px;
}

footer .contacts p {
    font-weight: 500;
    margin-top: 15px;
}
footer .contacts .phones a {
    font-size: 14px;
}

.footer_payments_icons {
    background: var(--background_payments_color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
    padding-top: 15px;
}
.footer_payments_icons img {
    max-width: 70px;
    max-height: 16px;
    margin-top: 5px;
    margin-right: 25px;
}
.footer_payments_icons img:last-child {
    margin-right: 0px;
}
.widgets_messenger_link {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 60px;
    border-radius: 100%;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    background: var(--main_color);
    color: #fff;
    transition: all .3s;
}
.widgets_messenger_link:before {
    position: absolute;
    content: '';
    -webkit-mask: url(../image/icons/contact.svg) no-repeat center;
    mask: url(../image/icons/contact.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 24px;
    mask-size: 24px;
    height: 24px;
    width: 24px;
    margin-top: 2px;
    transition: all .3s;
}
.widgets_messenger_link.active:before {
    -webkit-mask: url(../image/icons/close.svg) no-repeat center;
    mask: url(../image/icons/close.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 24px;
    mask-size: 24px;
}
.widgets_messenger_link:hover {
    cursor: pointer;
    opacity: .9;
}
.widgets_messenger_content {
    position: fixed;
    right: -100%;
    bottom: 30px;
    margin-bottom: 0px;
    list-style: none;
    padding-left: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: all .3s;
    z-index: 2;
}
.widgets_messenger_content.active {
    right: 105px;
    opacity: 1;
}
.widgets_messenger_content li {
    margin-bottom: 7px;
    transition: all .3s;
}
.widgets_messenger_content li a {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 3px;
    background: #2d3b4c;
    color: #fff;
    display: block;
}
.modal,
.cookie_modal {
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 9999;
    border: 1px solid #e9e9e9;
    border-radius: 15px 15px 0px 0px;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    padding: 25px;
    width: max-content;
    max-width: calc(100% - 80px);
}
.modal {
    border-radius: 0px;
}
.cookie_modal {
    box-shadow: 0px 0px 35px #ddd;
}
.modal.active,
.cookie_modal.active {
    display: flex;
}
.cookie_modal p {
    line-height: 1.5;
    font-size: 12px;
    margin: 0px;
}
.cookie_modal .btn {
    margin-left: 15px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 500;
    background: var(--main_color);
}
.cookie_modal .btn:hover,
.cookie_modal .btn-close:hover {
    cursor: pointer;
    opacity: .8;
}
.cookie_modal .btn-close {
    margin-left: 5px;
    height: 42px;
    width: 42px;
    position: relative;
}
.modal {
    flex-direction: column;
    align-items: initial;
    flex-wrap: initial;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.subscribe {
    margin-top: 50px;
    position: relative;
}
.subscribe:before {
    width: 100%;
    height: 100%;
    content: '';
    background: var(--main_color);
    left: 0;
    top: 0;
    position: absolute;
    opacity: .1;
}
.subscribe_content {
    padding: 50px;
    display: flex;
    align-items: center;
    position: relative;
}
.subscribe_content_left,
.subscribe_content_right {
    width: 100%;
}
.subscribe_content_left {
    position: relative;
}
.subscribe_content_left p {
    font-size: 15px;
    font-weight: 500;
}
.subscribe_content_left span {
    font-size: 13px;
}
.subscribe_content_left p,
.subscribe_content_left span {
    margin-left: 70px;
}
.subscribe_content_left:before {
    -webkit-mask: url(../image/icons/subscribe.svg) no-repeat center;
    mask: url(../image/icons/subscribe.svg) no-repeat center;
    background-color: var(--main_color);
    -webkit-mask-size: 46px;
    mask-size: 46px;
    height: 36px;
    width: 46px;
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
}
.subscribe_content_right .input-group {
    display: flex;
    align-items: center;
}
.subscribe_content_right input,
.subscribe_content_right #button-subscribe {
    height: 60px;
    border: none;
}
.subscribe_content_right input[type='text'] {
    width: -webkit-fill-available;
    padding: 0px 25px;
    border-radius: 10px 0px 0px 10px;
    background: #fff;
    font-size: 14px;
}
.subscribe_content_right #button-subscribe {
    padding: 0px 25px;
    border-radius: 0px 10px 10px 0px;
    background: var(--main_color);
    font-weight: 600;
    color: #fff;
    font-size: 14px;
}
.alert-modal {
    position: fixed;
    z-index: 3;
}
.alert-modal-hidden {
    display: none;
}
.alert-modal-hidden.active {
    display: initial;
}
.alert-item-modal-push {
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
}
.alert-item-modal-push > .alert-item {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    box-shadow: 0px 15px 35px #ddd;
    border-top: 1px solid #f1f1f1;
    padding: 15px 25px;
    padding-right: 67px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    line-height: 1.3;
    font-weight: 500;
    font-size: 13px;
    list-style: none;
}
.alert-item-modal-push > .alert-item a {
    color: #333;
    line-height: 1.3;
    font-weight: 500;
    font-size: 13px;
}
.alert-item-modal-push > .alert-item:after {
    height: 2px;
    background: var(--main_color);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    animation: alert-item-animate 2.4s linear 1;
}
@keyframes alert-item-animate {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
.alert-item-modal-push .btn-close,
.alert-item-modal .btn-close,
.alert-modal .btn-close {
    right: 15px;
    top: 50%;
    transform: translate(0%, -50%);
}
.alert-item-modal {
    box-shadow: 0px 15px 35px #ddd;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 500px;
    padding: 25px;
    background: #fff;
}
.modal > .btn-close,
.alert-item-modal > .btn-close {
    right: 15px;
    top: 15px;
    transform: initial;
}
.alert-item-modal h3 {
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}
.alert-item-modal .caption {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.alert-modal p a {
    color: #333;
    font-weight: 500;
    border-bottom: 1px dotted #333;
}
.alert-item-modal .buttons {
    justify-content: space-between;
}
.alert-item-modal form {
    display: flex;
    flex-direction: column;
}
@media (max-width: 768px) {
    .alert-item-modal {
        min-width: calc(100% - 80px);
    }
    .alert-item-modal .buttons {
        flex-direction: column;
    }
    .alert-item-modal .buttons .btn {
        width: -webkit-fill-available;
        justify-content: center;
    }
    .alert-item-modal .buttons .btn-close-alert-modal {
        margin-bottom: 10px;
    }
}
@media (max-width: 1280px) {
    .hidden_xs {
        display: none;
    }
    #menu .dropdown-toggle .hidden_xs {
        display: initial;
    }
    .slideshow.swiper-viewport {
/*        width: calc(100% + 30px);*/
/*        margin-left: -15px;*/
/*        margin-right: -15px;*/
    }
    .slideshow .swiper-container {
/*        margin-left: -15px;*/
/*        margin-right: -15px;*/
    }
}
@media (max-width: 1100px) {
    .breadcrumb_h {
        margin-top: 20px;
    } 
    .products_items {
        grid-template-columns: 1fr 1fr;
    }
    #m_menu > .dropdown-menu,
    #cart .dropdown-menu {
        width: calc(300px - 30px);
    }
    footer .container {
        flex-wrap: wrap;
    }
    footer .copyright {
        max-width: 100%;
    }
    footer .copyright,
    footer .contacts {
        width: 100%;
    }
    footer .categories,
    footer .informations {
        width: 50%;
    }
    #m_menu {
        display: flex;
    }
    #m_menu > button {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding-right: 15px;
        background: none;
        border: none;
    }
    .m_menu_nav li a {
        display: flex;
        align-items: center;
        position: relative;
        padding: 6px 0px;
        color: #000;
        font-size: 13px;
    }
    .m_menu_nav li a img {
        margin-right: 6px;
    }
    .m_menu_nav li.dropdown a span.open_menu {
        position: absolute;
        content: '';
        -webkit-mask: url(../image/icons/arrow.svg) no-repeat center;
        mask: url(../image/icons/arrow.svg) no-repeat center;
        background-color: #000;
        -webkit-mask-size: 8px;
        mask-size: 8px;
        height: 100%;
        width: 20px;
        right: 0;
    }
    .m_menu_nav li > span {
        display: none;
        flex-direction: column;
        padding-left: 20px;
    }
    .m_menu_nav li.active > span {
        display: flex;
    }
    .m_menu_nav > li > span a {
        font-size: 12px;
        padding: 4px 0px;
    }
    #top .menu,
    header #menu,
    header #search {
        display: none;
    }
    header .logo {
        margin-right: 0px;
    }
    #top #search input {
        background: #fff;
        height: 32px;
        min-width: calc(100% - 67px);
    }
    #top #search button {
        height: 24px;
        width: 24px;
    }
    #top #search button:after {
        -webkit-mask-size: 13px;
        mask-size: 13px;
        height: 13px;
        width: 13px;
    }
    #top #search {
        width: 100%;
    }
    #top #cart {
        padding-left: 0px;
        border-left: none;
    }
    header .contacts {
        margin-left: auto;
        margin-right: initial;
    }
    .product_header_right .price_buttons,
    .product_header_right .fast_buy {
        flex-direction: column;
    }
    .product_header_right .btn-cart {
        width: max-content;
    }
    .quantity {
        margin: 10px 0px;
    }
    .product_header_right #button-found-cheaper-modal {
        margin-left: initial;
        margin-top: 10px;
        width: max-content;
    }
    .product_header_right .fast_buy p {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .product_header_right .edges {
        grid-template-columns: 1fr 1fr;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .product_header_right .edges .item {
        border-top: 1px solid #e9e9e9;
    }
    .product_header_right .edges .item:nth-of-type(1),
    .product_header_right .edges .item:nth-of-type(2) {
        border-top: none;
    }
    .product_header_right .edges .item:nth-child(odd) {
        padding-left: 0px;
    }
    .product_header_right .edges .item:nth-child(even) {
        padding-right: 0px;
        border-right: none;
    }
    .product_header_left {
        padding-left: 0px;
        border-left: 0px;
    }
    .stickers_text {
        left: 0;
    }
    .subscribe_content {
        flex-direction: column;
    }
    .subscribe_content_left {
        margin-bottom: 20px;
    }
    #information-contact .panels {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .products_sort {
        flex-direction: column;
        align-items: flex-start;
    }
    .products_sort .type,
    .products_sort .sort,
    .products_sort .limit {
        margin-right: 0px;
        margin-top: 8px;
    }
    .products_sort .result {
        display: none;
    }
    .products_items .item .caption {
        padding-bottom: 100px;
    }
    .products_items .item .price_button {
        flex-direction: column;
        align-items: flex-start;
    }
    .products_items .item .btn {
        margin-top: 10px;
        margin-left: initial;
        width: 100%;
        justify-content: center;
    }
    .product_header {
        flex-direction: column;
    }
    .product_header_left {
        max-width: initial;
        width: initial;
        margin-right: 0px;
    }
    .product_header_left {
        border: none;
        padding-left: 0px;
        padding-right: 0px;
    }
    .product_header_right .fast_buy form {
        flex-direction: column;
    }
    .product_header_right .price .price-old {
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .product_header_right .price {
        justify-content: center;
    }
    .quantity {
        justify-content: center;
    }
    .product_header_right .btn-cart {
        justify-content: center;
        width: -webkit-fill-available;
    }
    .product_header_right .fast_buy form {
        width: 100%;
    }
    .product_header_right .fast_buy input {
        width: -webkit-fill-available;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .product_header_right .fast_buy button {
        width: -webkit-fill-available;
        justify-content: center;
    }
    .cookie_modal p {
        width: 100%;
    }
    .cookie_modal .btn {
        margin-left: 0px;
        margin-top: 10px;
    }
    .cookie_modal .btn-close {
        margin-top: 10px;
        margin-left: 10px;
    }
    .subscribe_content {
        padding: 25px 10px;
    }
}
@media (max-width: 400px) {
    #top #search input {
        min-width: inherit;
    }
    .products_items .item .caption .additional .stock {
        font-size: 11px;
        padding: 0px 5px;
    }
    footer .categories,
    footer .informations {
        width: 100%;
    }
    .subscribe_content_left p,
    .subscribe_content_left span {
        margin-left: 50px;
    }
    .subscribe_content_left:before {
        -webkit-mask-size: 36px;
        mask-size: 36px;
        height: 26px;
        width: 36px;
    }
    .subscribe_content_right .input-group {
        flex-direction: column;
    }
    .subscribe_content_right input,
    .subscribe_content_right #button-subscribe {
        height: 46px;
    }
    .subscribe_content_right input[type='text'] {
        border-radius: 10px 10px 0px 0px;
    }
    .subscribe_content_right #button-subscribe {
        width: -webkit-fill-available;
        border-radius: 0px 0px 10px 10px;
    }
}
@media (max-width: 360px) {
    .products_items {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 340px) {
    header .contacts .icon_contacts {
        font-size: 14px;
    }
}