/*!
Theme Name: arizan
Theme URI: http://underscores.me/
Author: Evgenii
Author URI: http://Evgenii
Description: тема для сайту artizanmed.com.ua
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 5.6
*/

* {
    box-sizing: border-box;
    outline: none !important;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    padding: 0;
    opacity: 1;
    overflow-x: hidden;
    line-height: 24px;
    font-weight: 300;
    font-size: 18px;
    color: #232323;
    background-color: #f5f5f5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
}

h1.entry-title:not(.product_title) {
    font-size: 46px;
    line-height: 54px;
    margin-bottom: 30px;
}

h1 {
    font-size: 46px;
    line-height: 54px;
}

h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 25px;
}

h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.container {
    margin: 0 auto;
    display: block;
    width: 1200px;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button {
    background-color: #1e449b;
    border: 1px solid #1e449b;
    padding: 7px 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-top: 35px;
    display: inline-flex;
    justify-content: center;
    border-radius: 5px;
    width: max-content;
}

.button:hover {
    color: #1e449b;
    background: #fff;
}

.button.white {
    background-color: #fff;
    color: #1e449b;
    margin-top: 0;
}

.button.white:hover {
    color: #fff;
    background-color: #1e449b;
    border: 1px solid #fff;
}

.button.read-more {
    margin-top: 10px;
}

.button.form-submit {
    margin: 35px auto 0;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

section:not(.hero-banner) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    display: flex;
}

section:not(.hero-banner, .widget) {
    margin: 75px 0;
}

section.home_seo {
    padding: 50px 0;
    background-color: #fff;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
}

.posts-wrap article {
    margin-bottom: 30px;
}

.blog-wrap .posts-wrap.grid-4 {
    grid-template-columns: 1fr;
    gap: 24px;
}

.post-archive {
    flex-direction: column;
    gap: 24px;
}

.blog-wrap .posts-wrap article.post,
.post-archive article.post,
.search-results article.post {
    background-color: #fff;
    border: 1px solid #e7eaf0;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
    margin-bottom: 0;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.blog-wrap .posts-wrap article.post:hover,
.post-archive article.post:hover,
.search-results article.post:hover {
    border-color: rgba(30, 68, 155, 0.22);
    box-shadow: 0 12px 28px rgb(30 68 155 / 0.12);
    transform: translateY(-2px);
}

.blog-wrap .posts-wrap article.post .entry-content,
.post-archive article.post .entry-content,
.search-results article.post .entry-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 24px 24px 0;
}

.blog-wrap .posts-wrap article.post h2.entry-title,
.post-archive article.post h2.entry-title,
.search-results article.post h2.entry-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 12px;
}

.blog-wrap .posts-wrap article.post h2.entry-title a,
.post-archive article.post h2.entry-title a,
.search-results article.post h2.entry-title a {
    color: inherit;
    text-decoration: none;
}

.blog-wrap .posts-wrap article.post .entry-descr,
.post-archive article.post .entry-descr,
.search-results article.post .entry-descr {
    color: #555;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
}

.blog-wrap .posts-wrap article.post .entry-descr p,
.post-archive article.post .entry-descr p,
.search-results article.post .entry-descr p {
    margin: 0;
}

.blog-wrap .posts-wrap article.post .button,
.post-archive article.post .button,
.search-results article.post .button {
    align-self: flex-start;
}

.posts-wrap article .post-thumbnail {
    display: flex;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.posts-wrap article.post .entry-header,
.post-archive article.post .entry-header,
.search-results article.post .entry-header {
    aspect-ratio: 4 / 3;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.posts-wrap article.post .post-thumbnail,
.post-archive article.post .post-thumbnail,
.search-results article.post .post-thumbnail {
    width: 100%;
    height: 100%;
}

.posts-wrap article.post .post-thumbnail img,
.post-archive article.post .post-thumbnail img,
.search-results article.post .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.posts-wrap article.post .entry-header > .custom-logo,
.post-archive article.post .entry-header > .custom-logo,
.search-results article.post .entry-header > .custom-logo {
    width: 75%;
    height: 75%;
    object-fit: contain;
}

.posts-wrap article:hover .post-thumbnail {
    -webkit-box-shadow: 0px 0px 15px 5px rgb(126 126 126 / 0.3);
    -moz-box-shadow: 0px 0px 15px 5px rgba(126, 126, 126, 0.3);
    box-shadow: 0px 0px 15px 5px rgb(126 126 126 / 0.3);
}

img {
    display: flex;
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

.post-thumbnail img {
    width: 100%;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'] {
    width: 100%;
    padding: 7px 20px;
    border-radius: 5px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #1e449b;
    box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
    color: #232323;
    font-weight: 400;
    font-size: 16px;
}

input[type='radio'],
input[type='checkbox'] {
    accent-color: #1e449b;
}

textarea {
    padding: 7px 20px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #1e449b;
    color: #232323;
    font-family: 'Roboto Condensed', sans-serif;
    outline: none !important;
    font-weight: 400;
    font-size: 18px;
    width: 100%;
}

input::-webkit-input-placeholder {
    font-family: 'Roboto Condensed', sans-serif;
    color: #232323;
    font-weight: 400;
    font-size: 16px;
}
input::-moz-placeholder {
    font-family: 'Roboto Condensed', sans-serif;
    color: #232323;
    font-weight: 400;
    font-size: 16px;
}
input:-ms-input-placeholder {
    font-family: 'Roboto Condensed', sans-serif;
    color: #232323;
    font-weight: 400;
    font-size: 16px;
}
input:-moz-placeholder {
    font-family: 'Roboto Condensed', sans-serif;
    color: #232323 !important;
    font-weight: 400;
    font-size: 16px;
}

textarea::placeholder {
    /* Modern browsers */
    font-family: 'Roboto Condensed', sans-serif;
    color: #232323;
    font-weight: 400;
    font-size: 16px;
}

.alignleft {
    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.text-center {
    text-align: center;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.grid-1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}
.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.grid-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.hide_mobile {
    display: block;
}
.show_mobile {
    display: none;
}

.hidden {
    display: none !important;
}

.transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top {
    position: fixed;
    bottom: 20px;
    right: -120px;
    background-color: #fff;
    border: 1px solid #1e449b;
    z-index: 1000;
    border-radius: 50%;
    color: #1e449b;
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.top:hover {
    opacity: 1;
}

.top.active {
    right: 20px;
}

.popup {
    background-color: #fdfdfd;
    padding: 30px;
    text-align: center;
    background: #fdfdfd;
    border-radius: 5px;
    width: 35%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup h2 {
    font-size: 30px;
    line-height: 34px;
}

.popup i.mfp-close {
    font-size: 14px;
    color: #fdfdfd;
    background-color: #000;
    font-family: 'Font Awesome 5 Pro';
    width: 24px;
    height: 24px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

form.default_form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

form.cart {
}

.fields-wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

label {
    position: relative;
}

/*=====================CART=========================*/
.header-cart {
    margin-left: auto;
    position: relative;
}
.header-cart li {
    list-style: none;
}
.header-cart li a.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}
.cart-contents-count {
    position: absolute;
    top: -10px;
    right: -7px;
    font-size: 12px;
    line-height: 7px;
    color: #1e449b;
    background: #fff;
    padding: 5px;
    text-align: center;
    border-radius: 50%;
}

.dropdown-menu-mini-cart {
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 90;
    margin: 0;
    padding-top: 35px;
    min-width: 250px;
}

.header-cart:hover .dropdown-menu-mini-cart {
    opacity: 1;
    visibility: visible;
}

.widget_shopping_cart_content {
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #1e449b;
    box-shadow: 0 0 15px 3px rgb(0 0 0 / 30%);
}

ul.woocommerce-mini-cart {
    list-style: none;
    padding: 0;
    margin: 0;
}

li.woocommerce-mini-cart-item {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #e7e7e7;
}

a.cart_item_wrap {
    flex: 1;
}

.cart_item_title {
    width: 100%;
    font-weight: bold;
    text-align: center;
}

li.woocommerce-mini-cart-item img {
    max-width: 70px;
    float: none;
}
li.woocommerce-mini-cart-item .price,
li.woocommerce-mini-cart-item .woocommerce-Price-amount,
li.woocommerce-mini-cart-item .quantity {
    font-size: 12px;
}
a.remove {
    font-size: 12px;
    color: #ea0a0a;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #ea0a0a;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-mini-cart__buttons {
    text-align: center;
}
.woocommerce-mini-cart__buttons a.button {
    margin-top: 10px;
    width: 100%;
    white-space: nowrap;
}

/*=====================CART=========================*/

/* =========================================QUANITY================================= */
.form-group--number {
    max-width: 150px;
    position: relative;
    margin-right: 15px;
}
label.screen-reader-text {
    display: none;
}

.quantity .qty {
    width: 150px;
}

input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-group--number button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    max-width: 20px;
    color: #1e449b;
    font-size: 30px;
    border: none;
    background: none;
}

.form-group--number button.down {
    left: 12px;
}
.form-group--number button.down:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    content: '';
    width: 14px;
    height: 1px;
    background-color: #1e449b;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}
.form-group--number button.up {
    right: 12px;
}
.form-group--number button.up:before,
.form-group--number button.up:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    content: '';
    width: 14px;
    height: 1px;
    background-color: #1e449b;
}

.form-group--number button.up:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.form-group--number button.up:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

.form-group--number .form-control {
    border: 1px solid #1e449b;
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #1e449b;
    background-color: transparent;
}
.form-group--number input {
    border-radius: 0;
}

.xoo-cp-qtybox {
    border-color: #1e449b;
    color: #1e449b;
}
input[type='number'].xoo-cp-qty {
    color: #1e449b;
}
span.xcp-plus,
span.xcp-minus {
    border: none;
}
/* =========================================QUANITY End================================= */

/* =========================================Style Start================================= */

body:not(.home, .tax-product_cat, .single-product, .post-type-archive-product) main.site-main {
    margin: 75px 0;
}

body.page-template-page-contact main.site-main {
    margin: 75px 0 0;
}

header.site-header {
}

header.site-header .container {
    display: flex;
    align-items: center;
}

.top-header {
    padding: 5px;
    color: #1e449b;
}

.top-header a {
    color: #1e449b;
    margin-left: 15px;
}

.top-header i {
    margin-right: 7px;
}

.bottom-header {
    background-color: #1e449b;
    padding: 25px 0;
}

header.site-header.active {
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 30%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

header.site-header.active {
}

.menu-wrap {
    width: 100%;
}

ul.menu,
ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#primary-menu {
    display: flex;
    align-items: center;
}

ul#primary-menu > li {
    position: relative;
    padding: 10px 20px;
    margin-right: 30px;
}

ul#primary-menu a {
    color: #fff;
    position: relative;
    font-weight: bold;
}

ul#primary-menu > li > a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    background-color: #fff;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul#primary-menu li.current-menu-item a:before,
ul#primary-menu > li:hover > a:before {
    width: 100%;
}

ul.sub-menu {
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 7;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul#primary-menu > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
}

/* ==============Menu hanburger============= */
html.active {
    overflow: hidden;
}
.sandwich {
    width: 30px;
    height: 20px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.sandwich > span {
    position: relative;
    width: 30px;
    height: 3px;
    border: none;
    border-radius: 4px 4px 4px 4px;
    background-color: #fff;
}
.sw-topper {
    top: 0;

    -webkit-transition: top 0.2s, -webkit-transform 0.5s;
    transition: top 0.2s, -webkit-transform 0.5s;
    transition: transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
}

.sw-bottom {
    top: 5px;

    -webkit-transition: top 0.2s, -webkit-transform 0.5s;
    transition: top 0.2s, -webkit-transform 0.5s;
    transition: transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.sw-footer {
    top: 10px;

    -webkit-transition: all 0.5;
    transition: all 0.5;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.sandwich.active > span {
    background: #fff;
}

.sandwich.active .sw-topper {
    top: 10px;

    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
}

.sandwich.active .sw-bottom {
    top: 7px;

    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
}

.sandwich.active .sw-footer {
    opacity: 0;
    top: 0;

    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.toggle_mnu {
    border: none;
    outline: none;
    width: 30px;
    height: 24px;
    margin-left: 15px;
    position: relative;
    background: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 999;
    display: none;
}

.toggle_mnu span {
    display: block;
}

.toggle_mnu.active {
    /* position: fixed;
	left: 132px;
    top: 75px; */
}

.top_mnu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #1e449b;
    z-index: 50;
    top: 0;
    left: 0;
}

.mobile_wrap {
    display: flex;
    height: 100%;
    width: 100%;
    padding-top: 75px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow-y: scroll;
    color: #fff;
}
.mobile_wrap a {
    color: #fff;
}
.mobile_wrap .widget-title {
    display: none;
}
.mobile-logo {
    max-width: 200px;
}
.mobile_wrap nav.main-navigation {
    flex: 0;
    margin: 30px 0 15px;
}
.mobile_wrap ul#primary-menu {
    flex-direction: column;
    padding: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile_wrap ul#primary-menu li {
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
    position: relative;
    padding: 0;
}

.mobile_wrap ul#primary-menu li a {
    text-transform: uppercase;
    color: #fff;
    position: relative;
}
.mobile_wrap ul#primary-menu > li > a:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile_wrap ul#primary-menu > li:hover a:after,
.mobile_wrap ul#primary-menu > li.current-menu-item a:after {
    width: 100%;
}
.mobile_wrap ul#primary-menu li.menu-item-has-children .menu-toggle {
    width: 25px;
    cursor: pointer;
    position: absolute;
    right: -30px;
}
.mobile_wrap ul#primary-menu li.menu-item-has-children .menu-toggle:after {
    content: '\f0da';
    color: #fff;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile_wrap ul#primary-menu li.menu-item-has-children.opened .menu-toggle {
    transform: rotate(90deg);
}
.mobile_wrap ul.sub-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
}
.mobile_wrap ul.sub-menu li {
    margin: 10px;
}
.mobile_wrap ul.sub-menu a {
    font-size: 16px;
}
.mobile_wrap .messanger-wrap {
    justify-content: center;
    margin: 15px 0;
}
.mobile_wrap .messanger-wrap a {
    color: #fff;
}

.mobile_wrap .footer_contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ==============Menu hanburger============= */

.site-branding {
    margin-right: 40px;
    max-width: 150px;
}

.header-search {
    position: relative;
    width: max-content;
    display: flex;
    align-items: center;
}

.toggle-search {
    cursor: pointer;
    display: flex;
}

.toggle-search i {
    font-size: 28px;
}

.header-search .search-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: #000;
    z-index: 999;
    color: #fff;
}

.header-search-inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 200px;
}

.header-search-inner > img {
    width: 250px;
    margin-bottom: 30px;
}

i.close-search {
    color: #fff;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
    cursor: pointer;
}

.header-search .asl_w_container {
    width: 50%;
}

.header-search #ajaxsearchlite1 .probox,
div.asl_w .probox,
.header-search div.asl_m .probox .proinput input,
.header-search div.asl_w .probox .promagnifier {
    height: 50px;
}

.header-search div.asl_w .probox .proloading,
.header-search div.asl_w .probox .proclose,
.header-search div.asl_w .probox .promagnifier,
.header-search div.asl_w .probox .prosettings {
    width: 50px;
    height: 50px;
}

body div.asl_r {
    margin: 3px 0 0;
}

header.site-header.active .header-search .search-wrap {
    top: 55px;
}

body div.asl_r .results .item .asl_content h3,
body div.asl_r .results .item .asl_content h3 a {
    color: #000;
}

body #ajaxsearchlite1 .probox .proinput input,
body div.asl_w .probox .proinput input {
    font-size: 18px;
}

.owl-nav {
    position: absolute;
    top: calc(50% - 40px);
    left: -80px;
    right: -80px;
    display: flex;
    justify-content: space-between;
    height: 0;
}

.owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent !important;
    border: 1px solid #000 !important;
    display: flex;
    align-items: center;
    justify-content: center;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-nav button:hover {
    background-color: #000 !important;
}

.owl-nav i {
    font-size: 30px;
    color: #000;
}

.owl-nav button:hover i {
    color: #fff;
}

footer.site-footer {
    background-color: #1e449b;
    padding: 60px 0 15px;
    color: #fff;
    font-size: 20px;
}

body:not(.page-template-page-contact, .home) footer.site-footer {
    margin-top: 115px;
}

.single_widget {
    display: flex;
    flex-direction: column;
    width: 22%;
}

.footer-logo {
    width: 34%;
    font-size: 14px;
    padding-right: 30px;
}

.widget {
    display: flex;
    flex-direction: column;
}

h3.widget-title {
    font-size: 24px;
    margin-bottom: 20px;
}

footer.site-footer a {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
}

.footer-logo img {
    max-width: 216px;
}

footer.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer.site-footer ul li {
    margin-bottom: 7px;
}

footer.site-footer ul li a {
    position: relative;
    text-transform: capitalize;
}

footer.site-footer ul li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer.site-footer ul li:hover a:before {
    width: 100%;
}

.single_widget.contacts a {
    margin-bottom: 7px;
    display: flex;
    align-items: center;
}

.single_widget.contacts a i {
    margin-right: 10px;
}

.footer_bottom {
    text-align: center;
    padding-top: 15px;
    margin-top: 35px;
    border-top: 1px solid #fff;
    font-size: 16px;
}

.result {
    font-weight: bold;
    color: green;
}

.help-block.form-error {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 16px;
    color: #b94a48;
}

iframe {
    width: 100%;
}

/*=====================STYLE START=========================*/

section.hero-banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

section.hero-banner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
}

.hero-container {
    position: relative;
    z-index: 3;
    color: #fff;
}

.video-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video {
    position: relative;
    width: 100%;
    height: 100%;
}

video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.hero_descr {
    min-height: 440px;
}

.category-item {
    position: relative;
    height: 250px;
    border-radius: 5px;
    overflow: hidden;
}

.category-item:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}

.category-item:hover:before {
    visibility: visible;
    opacity: 1;
}

img.category-img {
    object-fit: cover;
    width: 100%;
}

.category-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: rgba(52, 52, 52, 0.6);
    padding: 12px 15px;
    z-index: 3;
    margin-bottom: 0;
}

.breadcrumbs {
    background-color: #1e449b;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 20px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 80px;
}

.breadcrumbs a {
    color: #fff;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

span.delimiter {
    margin: 0 7px;
}

article.product {
    margin-bottom: 35px;
}

.single-product-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 75px;
    border-bottom: 1px solid #444;
}

.single-gallery-wrap {
    width: calc(50% - 50px);
    margin-right: 50px;
    padding: 0;
    /* border: 1px solid #444; */
}

img#xzoom-magnific {
    display: flex;
    width: auto;
    margin: 0 auto 15px;
}

.xzoom-thumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.xzoom-gallery {
    width: 100px;
    height: 100px;
    margin: 5px;
    display: flex;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.mfp-figure figure {
    margin: 0;
}

.single-info {
    width: 50%;
}

.single-info h1.main_title {
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    color: #1e449b;
    display: flex;
    align-items: center;
    gap: 15px;
}

.entry-title.show_mobile {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.product-availability-label {
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
}

.product-availability-label.in-stock {
    background-color: #e5f5e5;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.product-availability-label.out-of-stock {
    background-color: #ffebee;
    color: #c62828;
    border: 1px solid #ffcdd2;
}

.product-availability-label.available-on-backorder {
    background-color: #fff3e0;
    color: #ef6c00;
    border: 1px solid #ffe0b2;
}

.single-info .item-attr {
    justify-content: flex-start;
}

.single-info .item-price {
    margin-left: auto;
}

input[type='radio'] {
    accent-color: #1e449b;
    margin-right: 15px;
}

.single-short {
    margin-bottom: 30px;
}

.price,
.woocommerce-Price-amount {
    color: #1e449b;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
    align-items: center;
}

.single-price .woocommerce-Price-amount,
.woocommerce-LoopProduct-link .woocommerce-Price-amount {
    font-weight: bold;
    color: #e52030;
    font-size: 22px;
    line-height: 30px;
    white-space: nowrap;
}

.single-price del .woocommerce-Price-amount,
.woocommerce-LoopProduct-link del .woocommerce-Price-amount {
    font-weight: bold;
    color: #1e449b;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
    margin-right: 10px;
}

ins {
    text-decoration: none;
}

.single-descr {
    padding-top: 20px;
    font-size: 16px;
    line-height: 24px;
}
.single-buttons .button {
    margin-top: 0;
    margin-right: 15px;
}
.single-buttons p.available-on-backorder {
    font-weight: bold;
    width: 100%;
}
.single-descr > h2 {
    text-align: center;
}

.single-number {
    font-weight: bold;
    color: #1e449b;
    font-size: 16px;
}

.single-category {
    margin-top: 35px;
    font-size: 16px;
}

.single-category span {
    font-weight: bold;
}

.single-category a:hover {
    text-decoration: underline;
}

.single-table {
    margin-top: 30px;
}

.table-header {
    background-color: #1e449b;
    color: #fff;
    padding: 15px 5px;
    border-radius: 5px 5px 0 0;
}

table {
    border-spacing: 0;
    vertical-align: middle;
    border-collapse: separate;
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 0 0 5px 5px;
}

td {
    padding: 10px 15px;
    border: 1px solid #e7e7e7;
}

.shop-wrap {
    width: 100%;
}

.shop-sidebar {
    width: 25%;
    margin-right: 3%;
}

ul.sidebar-categories {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fafafa;
    border-top: 1px solid #313131;
    padding: 30px;
}

ul.sidebar-categories ul.children {
    list-style: none;
    margin-top: 10px;
    line-height: 24px;
    font-size: 16px;
    padding-left: 15px;
}

ul.sidebar-categories li.current-cat > a,
ul.sidebar-categories li:hover > a {
    color: #1e449b;
}

ul.sidebar-categories > li {
    margin-bottom: 15px;
}

.products-wrap {
    flex: 1;
}

.sort-ordering-wrap {
    margin-bottom: 15px;
}

p.woocommerce-result-count {
    margin: 0;
    font-size: 16px;
    color: #1e449b;
}

select.orderby {
    padding: 7px;
    border-radius: 5px;
}

.navigation.pagination {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.page-numbers {
    margin-right: 7px;
}

.page-numbers.current {
    color: #1e449b;
    font-weight: bold;
}

.posts_wrap {
    display: flex;
    flex-wrap: wrap;
}

.posts_wrap article.post {
    width: 31%;
    margin: 1% 1% 35px;
    padding: 10px;
    border: 1px solid #444;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.posts_wrap article.post:hover {
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 30%);
}

article.post h2.entry-title {
    font-size: 26px;
    line-height: 30px;
}

.mobile-filter-button {
    display: none;
    width: 100%;
    text-align: center;
}

.mobile-filter-button .open-filer {
    padding: 10px;
    border-radius: 5px 5px 0 0;
    width: 100%;
    background: #1e449b;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    border: 1px solid #444;
}

.gallery-item {
    width: 23%;
    margin: 1%;
}

header.page-header {
    padding: 30px 0;
    min-height: 210px;
    color: #fff;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

header.page-header > .container {
    position: relative;
    z-index: 1;
}

header.page-header:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

h1.page-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
}

.archive-description {
    max-width: 70%;
}

section.seo {
    color: #fff;
    background-color: #1e449b;
    padding: 75px 0;
}

li.product-item {
    text-align: center;
    list-style: none;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    overflow: hidden;
}

.product-item-img {
    position: relative;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 15px;
    height: 300px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-item-img img {
    object-fit: contain;
}

span.onsale {
    position: absolute;
    left: 0;
    top: 0;
    background: #1e449b;
    color: #fff;
    padding: 3px 10px;
    border-radius: 0 0 10px 0;
    font-size: 14px;
}

.product-item:hover .product-item-img {
    -webkit-box-shadow: 0px 0px 15px 5px rgb(126 126 126 / 0.3);
    -moz-box-shadow: 0px 0px 15px 5px rgba(126, 126, 126, 0.3);
    box-shadow: 0px 0px 15px 5px rgb(126 126 126 / 0.3);
}

.product-number {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 18px;
    color: #1e449b;
    position: absolute;
    bottom: 0;
    right: 0;
}

.product-item h2.woocommerce-loop-product__title {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #1e449b;
}

.product-item-descr {
    font-size: 16px;
    line-height: 20px;
    padding: 0 5px;
    margin-bottom: 10px;
}

.product-item .price {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.product-item a.button {
    margin-top: auto;
    width: 100%;
}

a.added_to_cart {
    display: none;
}

.contact-info h3.widget-title {
    display: none;
}

.woocommerce-message {
    color: green;
    margin-bottom: 10px;
}

.woocommerce-cart-form {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.woocommerce-cart-form th {
    padding: 10px 15px;
    border: 1px solid #e7e7e7;
}

.product-thumbnail {
    max-width: 100px;
}

.product-name {
    font-weight: bold;
    color: #1e449b;
}

.woocommerce-cart-form .form-group--number {
    margin: 0 auto;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}
.woocommerce-cart .wc-proceed-to-checkout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xoo-el-inmodal {
    height: auto;
}
.xoo-el-header {
    padding: 0 0 20px;
}
.xoo-el-section {
    padding-left: 0;
}
.xoo-aff-group {
    width: 100%;
}

#customer_details,
#customer_details .col-1,
#customer_details .col-2 {
    width: 100%;
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-table--order-details th {
    border-top: 1px solid #e7e7e7;
    text-align: left;
    padding: 10px 15px;
}

ul#shipping_method {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#shipping_method li {
    margin-bottom: 7px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 5px;
    border: 1px solid #1e449b;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside;
}
.woocommerce-checkout #payment ul.payment_methods li {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.woocommerce-checkout #payment ul.payment_methods li > div {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #fff;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 1em;
    font-size: 14px;
}

.country-hide {
    display: none;
}

p.order_comments_field {
    font-size: 16px;
}

.woocommerce-form-login-toggle {
    margin-bottom: 15px;
    font-size: 16px;
}

.woocommerce-form-login-toggle .showlogin,
.create-account,
.woocommerce-terms-and-conditions-link {
    color: green;
    text-decoration: underline;
}

.zen-ui-select__value {
    border-radius: 5px;
    border: 1px solid #1e449b;
}

body.woocommerce-account .woocommerce {
    display: inline-block;
    width: 100%;
}

nav.woocommerce-MyAccount-navigation {
    border-radius: 5px;
    border: 1px solid #1e449b;
    overflow: hidden;
}

nav.woocommerce-MyAccount-navigation > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li.woocommerce-MyAccount-navigation-link a {
    padding: 20px 20px;
    background-color: #fff;
    color: #1e449b;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #e7e7e7;
}

li.woocommerce-MyAccount-navigation-link:last-child a {
    border-bottom: none;
}

li.woocommerce-MyAccount-navigation-link.is-active a,
li.woocommerce-MyAccount-navigation-link:hover a {
    background-color: #1e449b;
    color: #fff;
}

ul.woocommerce-error {
    list-style: none;
    font-size: 14px;
    color: red;
    padding: 0;
    margin: 0 0 20px;
}

section.woocommerce-order-details,
section.woocommerce-customer-details {
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin: 0 0 30px;
}

table.woocommerce-orders-table .button {
    margin-top: 0;
}
.woocommerce-orders-table__cell-order-number a {
    color: #1e449b;
    font-weight: bold;
}
mark {
    background: green;
    color: #fff;
    padding: 1px 5px;
    border-radius: 5px;
    line-height: 30px;
}

.map-wrap {
    margin-top: 30px;
}

/*=====================ADAPTIVE=========================*/
@media screen and (max-width: 1200px) {
    .container {
        width: 1024px;
    }
    .menu-wrap {
        justify-content: flex-end;
    }
    .toggle_mnu {
        display: flex;
    }
    .menu-wrap > nav.main-navigation {
        display: none;
    }
    .header-cart {
        margin-left: 15px;
    }
    .header-cart:hover .dropdown-menu-mini-cart {
        opacity: 0;
        visibility: hidden;
    }
    .header-cart.active .dropdown-menu-mini-cart {
        opacity: 1;
        visibility: visible;
    }
}
@media screen and (max-width: 1024px) {
    .container {
        width: 960px;
    }
}
@media screen and (max-width: 992px) {
    .container {
        width: 720px;
    }
    h3 {
        font-size: 18px;
    }
    .top-left-part {
        display: none;
    }
    .top-right-part {
        width: 100%;
        justify-content: space-between;
    }
    .category-list.grid-3,
    .posts-wrap.grid-4,
    .products-wrap.grid-4 {
        grid-template-columns: 1fr 1fr;
    }
    .breadcrumbs {
        margin-bottom: 30px;
    }
    .header-cart > li > a {
        pointer-events: none;
    }
    .mobile-filter-button {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    .shop-wrap > .shop-sidebar {
        display: none;
        width: 100%;
    }
    .shop-sidebar {
        top: 0;
        bottom: 0;
        width: 330px;
        right: -330px;
        position: fixed;
        z-index: 999;
        margin-left: 0;
        overflow-y: scroll;
        background-color: #fafafa;
        max-width: 95%;
        padding: 0;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .mobile-sidebar-filter.is-active .side_menu_opa {
        top: 0;
        left: 0;
        right: 0;
        position: fixed;
        bottom: 0;
        background-color: #232323;
        z-index: 997;
        opacity: 0.3;
    }
    .mobile-sidebar-filter.is-active .shop-sidebar {
        right: 0;
    }
    .side_menu_close {
        right: 20px;
        top: 10px;
        position: absolute;
        border-radius: 50%;
        cursor: pointer;
        width: 34px;
        height: 34px;
        z-index: 1;
        font-size: 34px;
        line-height: 34px;
    }
    .single-product-wrap {
        padding-top: 0;
    }
    .show_mobile {
        display: flex;
    }
    h1.entry-title.show_mobile {
        color: #1e449b;
    }
    .single-info h1.main_title {
        display: none;
    }
    .single-gallery-wrap {
        width: 100%;
        margin-right: 0;
    }
    img#xzoom-magnific {
        height: auto;
    }
    .single-info {
        width: 100%;
    }
    .popup {
        width: 50%;
    }
    footer .single_widget {
        width: 33%;
    }
    footer .single_widget.footer-logo {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0;
    }
    .footer-logo img {
        max-width: 250px;
        margin: 0 auto;
    }
    .widget_nav_menu,
    .single_widget {
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    form.woocommerce-checkout {
        display: inline-block;
        width: 100%;
    }
    #customer_details {
        display: flex;
        flex-flow: column nowrap;
        float: left;
        width: 50%;
    }
    #customer_details .col-1 {
        width: 90%;
    }
    #customer_details .col-2 {
        width: 90%;
        margin-top: 20px;
    }
    #order_review,
    #order_review_heading {
        width: 50%;
        float: left;
        clear: none;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 16px;
        line-height: 22px;
    }
    .blog-wrap .posts-wrap article.post,
    .post-archive article.post,
    .search-results article.post {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .blog-wrap .posts-wrap article.post .entry-content,
    .post-archive article.post .entry-content,
    .search-results article.post .entry-content {
        padding: 20px;
    }
    .blog-wrap .posts-wrap article.post h2.entry-title,
    .post-archive article.post h2.entry-title,
    .search-results article.post h2.entry-title {
        font-size: 24px;
        line-height: 30px;
    }
    .blog-wrap .posts-wrap article.post .entry-descr,
    .post-archive article.post .entry-descr,
    .search-results article.post .entry-descr {
        font-size: 16px;
        line-height: 24px;
    }
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
    section:not(.hero-banner, .widget) {
        margin: 50px 0;
    }
    section.home_seo {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 28px;
    }
    h3.widget-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    section.seo {
        padding: 30px 0;
    }
    .popup {
        width: 90%;
    }
    .contact-wrap.grid-2 {
        grid-template-columns: 1fr;
    }
    .woocommerce table.shop_table {
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin: 0 -1px 24px 0;
        text-align: left;
        width: 100%;
        border-collapse: separate;
        border-radius: 5px;
    }
    .woocommerce table.shop_table_responsive thead,
    .woocommerce-page table.shop_table_responsive thead,
    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: none;
    }
    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        display: block;
    }
    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
    .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: 0;
    }
    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        text-align: left;
        display: block;
        border: none;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: rgba(0, 0, 0, 0.025);
    }
    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        content: attr(data-title) ': ';
        font-weight: 700;
        float: none;
        display: flex;
        margin-bottom: 10px;
    }
    td.product-remove:before {
        display: none !important;
    }
    .woocommerce-cart-form__cart-item .product-quantity {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }
    .woocommerce-cart-form .form-group--number {
        margin: 0;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    body:not(.page-template-page-contact, .home) footer.site-footer {
        margin-top: 50px;
    }
    footer .single_widget {
        width: 50%;
    }
    .single_widget.contacts {
        width: 100%;
        align-items: center;
    }
    .single_widget.contacts a {
        justify-content: center;
    }
}
@media screen and (max-width: 580px) {
    h1.entry-title:not(.product_title),
    h1.entry-title.show_mobile {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 15px;
    }
    h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .hero_descr {
        min-height: 350px;
    }
    .archive-description {
        max-width: 100%;
    }
    .category-list.grid-3 {
        grid-template-columns: 1fr;
    }
    .product-items.grid-3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .product-item-img {
        height: 250px;
    }
    .popup i.mfp-close {
        right: 10px;
        top: 10px;
    }
    .popup h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .single-descr {
        font-size: 18px;
    }
    .product-item-img {
        padding: 5px;
    }
    .product-number {
        padding: 0 5px;
    }
    .single-buttons {
        flex-direction: column;
    }
    .single-buttons a.product-link {
        margin-top: 10px;
        margin-right: 0;
    }
    .form-group--number {
        max-width: 130px;
    }
    .quantity .qty {
        width: 130px;
    }
    .wc-proceed-to-checkout {
        flex-direction: column;
    }
    .wc-proceed-to-checkout a {
        width: 100%;
        margin-top: 15px;
    }
    .xoo-aff-group {
        margin-bottom: 10px;
    }
    footer.site-footer {
        padding: 30px 0 15px;
    }
    footer.site-footer,
    footer.site-footer a {
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    header.site-header .container {
        width: 100%;
        padding: 0 10px;
    }
    .product-item a.button {
        padding: 7px;
    }
    .widget#nav_menu-2 {
        text-align: left;
        margin-bottom: 15px;
    }
    .widget#nav_menu-3 {
        text-align: right;
        margin-bottom: 15px;
    }
    a.callback {
        padding: 5px 10px;
    }
    .product-item .price {
        flex-direction: column;
    }
}
/*=====================ADAPTIVE=========================*/
