/*!
Theme Name: clothes
Theme URI: http://underscores.me/
Author: Evgenii
Author URI: http://Evgenii
Description: тема для сайту clothes
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 5.6
*/

/* @font-face {
    font-family: 'Mulish';
    src: url('assets/fonts/MulishCondensed.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Mulish';
    src: url('assets/fonts/Mulish-Bold.ttf');
    font-weight: 600;
    font-style: normal;
} */

* {
    box-sizing: border-box;
    outline: none !important;
}

html {
    overflow-x: hidden;
}

html.menu-active {
    overflow: hidden;
    padding-right: 17px;
}

body {
    font-family: 'Mulish', sans-serif;
    margin: 0;
    padding: 0;
    opacity: 1;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 400;
}

h1.entry-title:not(.product_title) {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 30px;
}

h1.page-title {
    margin: 30px 0;
    font-size: 40px;
    line-height: 52px;
    font-weight: 400;
}

h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 20px;
}

h2.with_subtext {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h2.with_subtext a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.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;
}

a.button,
a.simple-button {
    background: #000;
    border: 1px solid #000;
    padding: 19px 53px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 35px;
}

a.simple-button {
    margin-top: 0;
}

a.button:hover,
a.simple-button:hover {
    color: #000;
    background: #fff;
}

svg {
    max-width: 100%;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

p:last-child {
    margin-bottom: 0;
}

section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    display: flex;
}

section:not(.hero) {
    padding: 70px 0;
}

section.no-pb {
    padding-bottom: 0;
}

img {
    display: flex;
    max-width: 100%;
    height: auto;
}

body:not(.woocommerce-page) table {
    border-collapse: collapse;
    border-spacing: 0;
}

body:not(.woocommerce-page) th,
body:not(.woocommerce-page) td {
    border: 1px solid #000;
    padding: 7px;
}

iframe {
    max-width: 100%;
}

.post-thumbnail img {
    width: 100%;
}

label:not(.woof_checkbox_label) {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.fields-wrap label {
    width: 48%;
}

.WOOF_Widget label {
    margin-bottom: 0;
}

.WOOF_Widget label[for='woof_checkbox_sales'] {
    color: red;
}

input:not([type='radio'], [type='checkbox']) {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #000;
    box-sizing: border-box;
    font-family: 'Mulish', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

label.has-error input:not([type='radio'], [type='checkbox']) {
    border: 1px solid #ba4921;
}

input[type='radio'],
input[type='checkbox'],
body.woocommerce form .form-row .input-checkbox {
    accent-color: #000;
}

input[type='checkbox'],
body.woocommerce form .form-row .input-checkbox {
    width: 20px;
    height: 20px;

    border: 1px solid #000;
    border-radius: 3px;

    -webkit-appearance: none;
    appearance: none;
    margin: 0 7px 0 0;
    flex: 0 0 auto;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}
input[type='checkbox']:before,
body.woocommerce form .form-row .input-checkbox:before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -2px;
    top: -2px;
    width: 21px;
    height: 21px;
    border: 1px solid #000;
    border-radius: 3px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-sizing: border-box;
    transition: 120ms transform ease-in-out;
}
input[type='checkbox']:checked:before,
body.woocommerce form .form-row .input-checkbox:checked:before {
    transform: scale(1);
}

textarea {
    padding: 12px 10px;
    font-size: 16px;
    border: 1px solid #000;
    color: #000;
    font-family: 'Mulish', sans-serif;
    outline: none !important;
    font-weight: 400;
    font-size: 18px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 48px;
    padding: 0 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 0;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 100;
    color: #000;
    font-size: 14px;
    border: none;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow:after {
    transform: rotate(180deg);
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #ebf5ff;
    color: #000;
}

input::-webkit-input-placeholder {
    font-family: 'Mulish', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
input::-moz-placeholder {
    font-family: 'Mulish', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
input:-ms-input-placeholder {
    font-family: 'Mulish', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
input:-moz-placeholder {
    font-family: 'Mulish', sans-serif;
    color: #000 !important;
    font-weight: 400;
    font-size: 16px;
}

label.has-error input::-webkit-input-placeholder {
    color: transparent;
}

textarea::placeholder {
    /* Modern browsers */
    font-family: 'Mulish', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

label.has-error input::-webkit-input-placeholder {
    color: transparent;
}

.result {
    font-weight: bold;
    color: green;
    margin-bottom: 10px;
}

.help-block.form-error {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    font-size: 14px;
    color: #ba4921;
}

.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;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

.d-flex {
    display: flex;
}
.flex-column {
    flex-direction: column;
}
.flex-row {
    flex-direction: row;
}
.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: 20px;
}
.grid-2,
.gallery-columns-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.grid-single-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.grid-3,
.gallery-columns-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.grid-4,
.gallery-columns-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.hide_mobile {
    display: flex !important;
}
.show_mobile {
    display: none !important;
}
.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;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    supported by Chrome, Opera and Firefox */
}

.top {
    position: fixed;
    bottom: 20px;
    right: -120px;
    background-color: var(--text);
    z-index: 1000;
    border-radius: 50%;
    color: #ffff;
    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 90px 50px;
    text-align: left;
    border-radius: 10px;
    background: #f9f8f5;
    box-shadow: 5px 15px 20px 0px rgba(0, 0, 0, 0.15);

    width: 730px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup .popup-form form {
    width: 445px;
    margin: 0 auto;
}

.popup h2.form-title {
    margin-bottom: 10px;
}

.popup p.form-subtitle {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 20px;
}

/* =========================================Style Start================================= */

/* body:not(.home) header.site-header {
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 30%);
} */

header.site-header .container {
    display: flex;
    align-items: center;
}

header.site-header {
    background-color: #fff;
}

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-top {
    padding: 17px 0;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.header-center {
    padding: 15px 0;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header.site-header.active .header-center {
    padding: 5px 0;
}

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

ul#primary-menu {
    display: flex;
    align-items: center;
}

ul#primary-menu > li {
    padding: 0 15px;
}

ul#primary-menu > li > a {
    position: relative;
}

ul#primary-menu a {
    color: #fff;
}

ul#primary-menu > li > a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    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;
}

ul#primary-menu > li:hover > a:after,
ul#primary-menu > li.current-menu-item > a:after {
    width: 100%;
}

/* ==============Menu hanburger============= */
html.active {
    overflow: hidden;
}
.sandwich {
    width: 30px;
    height: 16px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.sw-topper {
    position: relative;
    top: 0;
    width: 30px;
    height: 2px;
    background: #000;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -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 {
    position: relative;
    width: 30px;
    height: 2px;
    top: 5px;
    background: #000;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -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 {
    position: relative;
    width: 30px;
    height: 2px;
    top: 10px;
    background: #000;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: all 0.5;
    transition: all 0.5;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.sandwich.active .sw-topper {
    top: 10px;
    background: #fff;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
}

.sandwich.active .sw-bottom {
    top: 8px;
    background: #fff;
    -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-right: 20px;
    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: #000;
    z-index: 100;
    top: 0;
    left: 0;
}

.mobile_wrap {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
}
.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: 15px;
    text-align: center;
    position: relative;
}

.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 6 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;
}

/* ==============Menu hanburger============= */

.menu-wrap {
    position: relative;
    display: flex;
}

.header-right > a {
    color: #fff;
    margin-right: 30px;
    position: relative;
}

.header-right > a:after,
.footer-contacts > a:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    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;
}

.header-right > a:hover:after,
.footer-contacts > a:hover:after {
    width: 100%;
}

header.site-header.active nav.main-navigation {
    top: 60px;
}

.site-branding {
    margin: 0 30px 0 0;
    max-width: 100px;
}

ul#cart-menu {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

ul#cart-menu > li {
    margin-left: 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

ul#cart-menu li:first-child {
    margin-left: 0;
}

ul#cart-menu > li > a:hover {
    text-decoration: underline;
}

li.menu-profile a i {
    font-size: 20px;
    margin-right: 6px;
}

.ordering_wrap {
    margin-bottom: 75px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

ul#cart-menu li a.cart-contents {
    position: relative;
}

ul#cart-menu li a.cart-contents img.cart-img {
    margin-right: 7px;
}

ul#shop-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

ul#shop-menu li {
    position: relative;
    margin-right: 33px;
    padding-bottom: 10px;
}

ul#shop-menu li:last-child {
    margin-right: 0;
}

ul#shop-menu > li:after {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul#shop-menu > li:hover:after,
ul#shop-menu > li.current-menu-item:after {
    width: 100%;
}

ul#shop-menu li.menu-item-has-children > a:after {
    content: '\f0d7';
    color: #000;
    margin-left: 7px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
}

ul#shop-menu ul.sub-menu {
    position: absolute;
    top: 100%;
    left: -10px;
    background-color: #000;
    padding: 10px;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    list-style: none;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul#shop-menu ul.sub-menu a {
    color: #fff;
}

ul#shop-menu li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.cart-contents-count {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background: #000;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 50%;
}

.header-search {
    position: relative;
    width: max-content;
    display: flex;
    align-items: center;
}

.toggle-search {
    cursor: pointer;
    display: none;
}

.toggle-search i {
    font-size: 20px;
    font-weight: 300;
}

.header-search .search-wrap {
    min-width: 580px;
}

.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;
    display: flex;
    align-items: center;
}

.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: 30px;
    height: 30px;
}

body div.asl_w .probox .promagnifier .innericon svg {
    fill: none;
    margin-right: 7px;
}

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 div.asl_r .results .item .asl_content h3 a:hover {
    border-bottom: 1px solid #000;
    color: #000 !important;
}

body #ajaxsearchlite1 .probox .proinput input,
body div.asl_w .probox .proinput input {
    font-size: 16px;
}

section.hero {
    /* background-color: #d1d1d1; */
    position: relative;
}

.header-bottom-buttons {
    margin-left: auto;
}

.site-information {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.site-information h1 {
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}

.site-information p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;

    color: #ffffff;
}

body.home .site-information a.button {
    background: #000;
    border: 1px solid #000;
    padding: 19px 53px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 35px;
}

body.home .site-information a.button:hover {
    color: #000;
    background: #fff;
}

.scroll-wrap {
    padding: 12px 0;
    background: #000;
    margin-bottom: 100px;
}

.main-cat-wrap {
    display: flex;
    flex-wrap: wrap;
}

.category-item {
    position: relative;
    overflow: hidden;
    width: 49%;
    margin-bottom: 20px;
    height: 500px;
    padding: 30px;
}
.category-item:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.category-item:nth-child(2n) {
    margin-left: 2%;
}

.category-item-descr {
    height: 100%;
    position: relative;
    z-index: 3;
}

.category-item h3 {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
}

.category-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.category-item a.button {
    background: #000;
    border: 1px solid #000;
    padding: 15px 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 0;
}

.category-item a.button:hover {
    color: #000;
    background: #fff;
}

.after-categories.scroll-wrap {
    margin-bottom: 0;
}

section.new,
section.top-sales {
    background: #f5f5f5;
}

.owl-nav {
    position: absolute;
    top: calc(50% - 20px);
    left: -20px;
    right: -20px;
    display: flex;
    justify-content: space-between;
    height: 0;
}

.owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #faf9f9 !important;
    border: 1px solid #faf9f9 !important;
    box-shadow: 0 0 18px rgb(0 0 0 / 11%);

    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;
    color: #faf9f9;
}

.owl-nav i {
    font-size: 26px;
    color: #000;
}

.owl-nav button:hover i {
    color: #fff;
}

.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 20px;
}

.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 1px solid #8c8c8c;
    border-radius: 50%;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-carousel button.owl-dot.active,
.owl-carousel button.owl-dot:hover {
    background-color: #000;
    border: 1px solid #000;
}

.about-wrap {
}

.about-image {
    margin-right: 50px;
}

.about-info {
    flex: 1;
}

.about_items {
    margin-top: auto;
}

.about-item {
    width: 45%;
    background: #fafafa;
    padding: 13px 36px;
    margin-right: 25px;
    margin-top: 10px;
}

.about-item-ico {
    margin-right: 12px;
}

.about-item-decr {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.03em;
}

section.faq h2 {
    text-align: center;
}

.faq-wrap {
    width: 70%;
    margin: 0 auto;
}

.faq-item {
    padding: 18px 10px 25px;
    border-bottom: 1px solid #000000;
}

.faq-question {
    font-weight: 500;
    font-size: 35px;
    line-height: 52px;
    letter-spacing: 0.01em;

    margin-bottom: 15px;
    cursor: pointer;
}

.faq-question i {
    width: 38px;
    height: 38px;
    font-size: 24px;
    border-radius: 50%;
    background-color: #000;
    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;
}

.faq-question.opened i {
    transform: rotate(45deg);
}

.faq-answer {
    display: none;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.03em;
}

.variations-loop {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #3d3d3d;
}

.attr_name {
    margin-right: 20px;
}

.content-attribute {
    width: 18px;
    height: 18px;
    padding: 1px;
    margin-right: 10px;
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
}

footer.site-footer {
    background-color: #000;
    padding: 60px 0 15px;
    color: #fff;
    margin-top: 35px;
}

body.page-template-page-contacts footer.site-footer {
    margin-top: 0;
}

footer.site-footer a {
    color: #fff;
}

.footer-logo img {
    max-width: 216px;
}

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

footer.site-footer ul li a {
    position: relative;
}

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%;
}

.footer-contacts > a {
    margin-bottom: 10px;
    position: relative;
}

img.payments-logo{
    max-width: 200px;
    margin-top: 20px;
}

.widget_nav_menu {
    display: flex;
    flex-direction: column;
}

.contact_form {
    margin-bottom: 60px;
}

.contact_form form {
    position: relative;
    width: 450px;
}

.contact_form label {
    margin: 0 10px 0 0;
    flex: 1;
}

.contact_form input {
    background-color: transparent;
    padding: 10px;
    border: 1px solid #fff;
    background-color: #fff;
    outline: none;
    box-shadow: none;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    width: 100%;
    margin: 0;
}

.contact_form button {
    background: transparent;
    outline: none !important;
    border: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}

.messanger-item {
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    margin-left: 10px;
    color: #fff;
}

.messanger-item:first-child {
    margin-left: 0;
}

.messanger-item i {
    color: #fff;
    font-size: 24px;
}
.messanger-item:hover,
.messanger-item:hover i {
    color: #c3c3c3;
}

.messanger-item img {
    margin-right: 20px;
}

.footer_bottom {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    padding-top: 26px;
    margin-top: 70px;
    border-top: 1px solid #d9d9d9;
}

.woocommerce-product-gallery .flex-viewport {
    margin-bottom: 20px;
}

.woocommerce-product-gallery .owl-nav {
    position: static;
}

.woocommerce-product-gallery .owl-nav button {
    border: none !important;
}

.woocommerce-product-gallery button.owl-prev {
    position: absolute;
    left: 0;
    top: calc(50% - 25px);
}

.woocommerce-product-gallery button.owl-next {
    position: absolute;
    right: 0;
    top: calc(50% - 25px);
}

.woocommerce-product-gallery .owl-nav button i {
    color: #fff;
    font-size: 50px;
}

.product_sku {
    margin: 35px 0;
    font-weight: 400;
    font-size: 25px;
    line-height: 31px;
    letter-spacing: 0.03em;

    color: #4e4e4e;
}

.attributes-wrap {
    color: #8c8c8c;
}

.attributes-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px;
}

.attributes-item a,
.woocommerce div.product .product-brand a {
    color: #8c8c8c;
    border-bottom: 1px solid transparent;
}
.attributes-item a:hover,
.woocommerce div.product .product-brand a:hover {
    border-bottom: 1px solid #8c8c8c;
}
.woocommerce div.product .product-brand {
    padding-top: 0;
    color: #8c8c8c;
}
.woo-variation-swatches
    .wvs-style-squared.variable-items-wrapper
    .variable-item:not(.radio-variable-item) {
    border-radius: 0;
}
.woo-variation-swatches
    .variable-items-wrapper
    .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background-color: #000;
    color: #fff;
}

a.reset_variations{
    color: red;
}

ul[data-attribute_name="attribute_pa_bra-size"] .variable-item-contents{
    opacity: 1!important;
}

ul[data-attribute_name="attribute_pa_bra-size"] .variable-item-contents:before{
    display:none!important;
}

.tabs.wc-tabs {
    display: none;
}

.woocommerce-tabs {
    width: 50%;
}

form.comment-form {
    display: flex;
    flex-wrap: wrap;
}

form.comment-form p.comment-form-author,
form.comment-form p.comment-form-email {
    width: 49%;
}

form.comment-form p.comment-form-email {
    margin-left: 2% !important;
}

form.comment-form p.comment-form-comment,
form.comment-form p.form-submit {
    width: 100%;
}

form.comment-form p.comment-notes,
#reply-title,
.comment-form-cookies-consent {
    display: none;
}

.country-hide {
    display: none;
}

li.menu-wishlist {
    position: relative;
}

li.menu-wishlist a {
    display: flex;
    align-items: center;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    position: relative;
}

li.menu-wishlist a.wishlist_products_counter.top_wishlist-custom img {
    max-width: 20px;
    max-height: 18px;
}

.wishlist_products_counter_text {
    display: flex;
    align-items: center;
}

.tinv-wraper.tinv-wishlist {
    width: max-content;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
    width: 20px;
    height: 18px;
    margin-top: 0;
}

.wishlist_products_counter_text,
.tinvwl_add_to_wishlist_button {
    display: flex;
    align-items: center;
}

a.tinvwl_add_to_wishlist_button span.tinvwl_add_to_wishlist-text,
a.tinvwl_add_to_wishlist_button span.tinvwl_remove_from_wishlist-text {
    border-bottom: 1px solid transparent;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.tinvwl_add_to_wishlist_button:hover span.tinvwl_add_to_wishlist-text,
a.tinvwl_add_to_wishlist_button:hover span.tinvwl_remove_from_wishlist-text {
    border-bottom: 1px solid #000;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img,
a.wishlist_products_counter.top_wishlist-custom.no-txt img,
span.wishlist_products_counter.top_wishlist-custom.no-txt img,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img,
a.wishlist_products_counter.top_wishlist-custom img,
span.wishlist_products_counter.top_wishlist-custom img {
    max-width: 20px;
    max-height: 18px;
    object-fit: contain;
}

.sinlge-wishlist-wrap {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.sinlge-wishlist-wrap .tinv-wraper.tinv-wishlist {
    height: 18px;
    margin-right: 7px;
}

span.wishlist_products_counter_number {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -12px;
    left: 14px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background: #000;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 50%;
}

table.tinvwl-table-manage-list,
table.tinvwl-table-manage-list tr,
table.tinvwl-table-manage-list td {
    text-align: left;
    border-collapse: collapse;
}

table.tinvwl-table-manage-list tfoot {
    display: none;
}

button[name='tinvwl-add-to-cart'] {
    white-space: nowrap;
}

.tinvwl-table-manage-list .product-cb {
    display: none !important;
}

.pswp__caption {
    display: none;
}

.advantage-item {
    width: 23%;
    margin-bottom: 15px;
}

.advantage-item a {
    text-decoration: underline;
}

img.advantage-item-ico {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.discount {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    padding: 3px 5px;
    margin-left: 7px;
    margin-bottom: 8px;
    background-color: #000;
}

.loop_buy-wrap {
    visibility: hidden;
    opacity: 0;
    margin-top: 20px;
}

.woocommerce ul.products li.product:hover .loop_buy-wrap {
    visibility: visible;
    opacity: 1;
}

.woocommerce ul.products li.product a.button.loop-buy {
    display: inline-flex;
}

.single-shipping-payment h3 {
    font-weight: 600;
    margin: 15px 0;
}

.single-product-wrap {
    position: relative;
    margin-bottom: 50px;
}

.single-bottom-wrap {
    margin-bottom: 50px;
}

.single-bottom-descr {
    flex: 1;
}

.upsells.products {
    width: 50%;
    margin-left: 50px;
}

.slick-disabled {
    display: inline !important;
    cursor: unset;
    opacity: 0.5 !important;
}
.wpgs-wrapper .slick-prev,
.wpgs-wrapper .slick-next {
    border-radius: 50%;
}

.sidebar-wrap {
    margin-right: 30px;
    width: 270px;
}

.content-shop {
    flex: 1;
}

.woof_container_inner h4 {
    font-weight: 600;
}

.bazz-widget.opened {
    height: 48px;
}
.bazz-widget i {
    transform: none !important;
}
.bazz-widget i:last-child {
    display: none;
}
.bazz-widget-form-top,
.bazz-widget-form-bottom {
    height: 48px;
    padding: 0 10px;
}
.bazz-widget-form-bottom {
    display: none;
}
.bazz-widget-form label {
    display: none;
}
.bazz-widget-form input[type='tel'] {
    flex: 1;
    margin-right: 5px !important;
}
.bazz-widget-form-submit {
    margin-left: auto;
    overflow: hidden;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #000;
}

nav.woocommerce-MyAccount-navigation ul li:not(:last-child) {
    border-bottom: 1px solid #000;
}

nav.woocommerce-MyAccount-navigation ul li a {
    padding: 10px;
    text-transform: uppercase;
    display: flex;
    color: #000;
    background-color: #fff;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a,
nav.woocommerce-MyAccount-navigation ul li:hover a {
    color: #fff;
    background-color: #000;
}

li.woocommerce-MyAccount-navigation-link--edit-address,
li.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

.contacts-wrap {
    margin-bottom: 50px;
}

.contacts-links {
    width: 45%;
    margin-right: 5%;
}
.contact-form {
    flex: 1;
}
.contacts-wrap a {
    margin-bottom: 10px;
}
.contacts-wrap a i {
    color: #000;
}
.map-wrap {
    width: 100%;
    margin-top: 10px;
}

.woocommerce table.my_account_orders a.button {
    font-size: 12px;
    padding: 5px;
    margin: 0 3px;
}

/*=====================QUANITY BUTTON=========================*/

.form-group--number {
    width: 175px;
    position: relative;
}
.woocommerce div.product .form-group--number:after {
    content: 'шт';
    color: #a5a5a5;
    font-size: 14px;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}
label.screen-reader-text {
    display: none;
}

.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: #000;
    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: #000;
    -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: #000;
}

.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 #3d3d3d;
    height: 45px;
    padding: 0 25px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #3d3d3d;
    background-color: transparent;
}
.form-group--number input {
    border-radius: 0;
}

.woof_show_mobile_filter {
    padding: 13px 30px;
    margin-bottom: 20px;
    border: 1px solid #000;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 16px;
    font-family: Mulish, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woof_show_mobile_filter img {
    margin-right: 7px;
    width: 19px;
}

.woof_show_mobile_filter span {
    font-size: 16px;
    line-height: 24px;
}

.woof_hide_mobile_filter img {
    width: 17px;
}

/*=====================QUANITY BUTTON=========================*/

/*=====================CART SIDEBAR=========================*/
.mobile-sidebar-filter.is-active .side_menu_opa {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    background-color: #000;
    z-index: 997;
    opacity: 0.2;
}

.sidebar-filter {
    bottom: 0;
    top: 0;
    width: 330px;
    right: -400px;
    position: fixed;
    z-index: 99999;
    margin-left: 0;
    max-width: 95%;

    -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 .sidebar-filter {
    right: 0;
}

.sidebar-filter-inner {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    color: #000;
}

.side_menu_close {
    left: -45px;
    top: 10px;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    width: 34px;
    height: 34px;
    font-size: 18px;
    color: #fff;
    background-color: #000;
    border: 2px solid #fff;
    z-index: 1;
}

.side_menu_close:hover {
    color: #000;
    background-color: #fff;
}

.cart-items-wrap {
    padding: 30px 15px 15px;
    height: 100%;
}

ul.ul.woocommerce-mini-cart {
    padding-right: 10px;
}

.sidebar-filter p.woocommerce-mini-cart__total {
    margin-top: auto;
}

.sidebar-filter .widget_shopping_cart_content {
    height: 95%;
    display: flex;
    flex-direction: column;
}

.woocommerce table.cart td.actions {
    display: none;
}

.product-card {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 350px;
    margin-bottom: 15px;
}

.image-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: max-content;

    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.image-item {
    width: 255px;
}

.image-container.single-image,
.image-container.single-image .image-item {
    width: 100%;
}

body.woocommerce .product-card .image-container .image-item img {
    margin: 0;
}

.dots-container {
    position: absolute;
    z-index: 1;
    bottom: 5px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.product-card:hover .dots-container {
    opacity: 1;
    visibility: visible;
}

.dot {
    flex: 1;
    height: 3px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.37);
}

.dot.active {
    background-color: #fff;
}

/*=====================CART SIDEBAR=========================*/

/*=====================ADAPTIVE=========================*/
@media screen and (max-width: 1420px) {
    .container {
        width: 1200px;
    }
    footer .single_widget {
        width: 25%;
    }
    .site-information h1 {
        font-size: 130px;
    }
    .messanger-item {
        margin-right: 10px;
    }
    .faq-question {
        font-size: 26px;
        line-height: 44px;
    }
    .faq-answer {
        font-size: 18px;
        line-height: 28px;
    }
    .about-item-decr {
        font-size: 15px;
    }
    section.sale .owl-nav {
        left: 7px;
        right: 7px;
    }
    section.sale .owl-nav button {
        width: 40px;
        height: 40px;
        background-color: #fff !important;
    }
    section.sale .owl-nav button:hover {
        background-color: #000 !important;
    }
}
@media screen and (max-width: 1200px) {
    .container {
        width: 1024px;
    }
    .hide_mobile {
        display: none !important;
    }
    .show_mobile {
        display: flex !important;
    }
    .toggle-search {
        display: flex;
    }
    header.site-header {
        box-shadow: 0 8px 18px rgb(0 0 0 / 11%);
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 50;
    }
    body > main.site-main {
        padding-top: 104px;
    }
    .header-center {
        padding: 5px 0;
    }
    .header-search .search-wrap {
        position: absolute;
        top: 62px;
        left: 0;
        min-width: 350px;
        display: none;
        z-index: 99;
    }
    .site-branding {
        margin: 0 auto;
        max-width: 93px;
    }
    .header-top {
        display: none;
    }
    .toggle_mnu {
        display: flex;
    }
    .mobile-logo {
        width: 200px;
        margin-bottom: 30px;
    }
    #mobile_wrap {
        height: 100%;
        width: 100%;
        padding: 30px 0;
        overflow: scroll;
    }
    #mobile_wrap ul.menu a {
        color: #fff;
    }
    #mobile_wrap ul.menu li {
        margin-right: 0;
    }
    #mobile_wrap ul.menu > li:after {
        background-color: #fff;
    }
    #mobile_wrap ul#primary-menu {
        padding: 10px;
        background: #585858;
    }
    .header-right {
        margin-top: 15px;
    }
    .header-right a {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .header-bottom {
        display: none;
    }
    .header-bottom ul#shop-menu {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 7px;
    }
    .header-bottom ul#shop-menu a {
        white-space: nowrap;
    }
    .header-bottom-buttons {
        margin-left: 0;
    }
    .sidebar-wrap {
        width: inherit;
    }
    footer.site-footer {
        margin-top: 50px;
    }
    footer.site-footer a {
        font-size: 18px;
        line-height: 28px;
    }
    .messanger-wrap {
        align-items: flex-start;
    }
    .messanger-item {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1024px) {
    .container {
        width: 960px;
    }
}
@media screen and (max-width: 992px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }
    h2 {
        font-size: 28px;
        line-height: 36px;
    }
    a {
        font-size: 14px;
        line-height: 20px;
    }
    .container {
        width: 720px;
    }
    section:not(.hero) {
        padding: 40px 0;
    }
    .grid-4,
    .gallery-columns-4 {
        grid-template-columns: 1fr 1fr;
    }
    .owl-nav {
        left: -10px;
        right: -10px;
    }
    ul.products li.product {
        display: flex;
        flex-direction: column;
    }
    ul.products li.product:hover {
        box-shadow: none !important;
    }
    .product-card {
        height: 250px;
    }
    .image-container {
        width: 100%;
    }
    .image-item {
        width: 100%;
    }
    .image-item:not(:first-child) {
        display: none;
    }
    .price-loop-wrap {
        align-items: flex-end;
        padding: 0 3px;
    }
    .price-loop-wrap span.price {
        display: flex;
        flex-direction: column;
    }
    .woocommerce div.product span.price ins {
        margin-bottom: 0 !important;
    }
    .woocommerce ul.products li.product .price del {
        margin-left: 0 !important;
    }
    .product-card .dots-container {
        display: none;
    }
    .loop_buy-wrap {
        justify-content: start;
        visibility: visible;
        opacity: 1;
        margin-top: 15px;
    }
    .loop_buy-wrap ul#cart-menu > li {
        margin-left: 20px;
    }
    ul#cart-menu > li > a {
        font-size: 0;
    }

    body.home .site-information a.button {
        font-size: 14px;
        line-height: 20px;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 48%;
    }
    .woocommerce ul.products li.product:nth-child(2n),
    .woocommerce-page ul.products li.product:nth-child(2n) {
        margin-right: 0;
    }
    .category-item {
        width: 100%;
        height: 300px;
        margin-bottom: 10px;
    }
    .category-item:nth-child(2n) {
        margin-left: 0;
    }
    .category-item h3 {
        margin-bottom: 5px;
    }
    .category-item a.button {
        position: static;
        margin: 0;
        padding: 13px 30px;
    }
    .about-wrap {
        flex-direction: column;
        justify-content: center;
    }
    .about-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
    }
    .site-info {
        flex-wrap: wrap;
    }
    .cart-items-wrap > h3 {
        font-size: 20px;
        font-weight: 600;
    }
    footer .single_widget {
        width: 50%;
    }
    footer .single_widget.footer-logo {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    .footer-logo img {
        max-width: 200px;
    }
    footer h3.widget-title {
        font-size: 18px;
        font-weight: 600;
    }
    .widget_nav_menu {
        text-align: center;
    }
    .single_widget.subscribe {
        width: 50%;
        margin: 30px auto 0;
    }
    footer .footer-contacts {
        align-items: center;
        width: 100%;
        margin-top: 30px;
    }
    .messanger-wrap {
        flex-direction: row;
    }
    .messanger-item {
        margin-right: 10px;
        margin-bottom: 0;
    }
    .messanger-item:last-child {
        margin-right: 0;
    }
    .product_sku {
        margin: 15px 0;
        font-size: 20px;
        line-height: 28px;
    }
    .sidebar-wrap {
        width: 100%;
    }
    .ordering_wrap {
        margin-bottom: 15px;
    }
    .woocommerce-cart-form__cart-item .quantity.form-group--number {
        display: flex;
        margin-left: auto;
    }
}
@media screen and (max-width: 768px) {
    html.menu-active {
        padding-right: 0;
    }
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
    article {
        margin-bottom: 50px;
    }
    h1.entry-title:not(.product_title) {
        font-size: 38px;
        line-height: 40px;
    }
    h2 {
        font-size: 28px;
        line-height: 34px;
    }
    body.single-product h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .grid-3 {
        grid-template-columns: 1fr 1fr;
    }
    .site-information h1 {
        font-size: 72px;
        line-height: 90px;
    }
    .site-information p {
        font-size: 18px;
        line-height: 22px;
    }
    body.home .site-information a.button {
        margin-top: 25px;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 40px;
    }
    .about-item {
        width: 100%;
        margin-right: 0;
        justify-content: center;
    }
    .woocommerce-tabs {
        width: 100%;
    }
    .tinvwl-table-manage-list .product-cb {
        display: none !important;
    }
    section.advantages {
        padding: 15px 0;
    }
    .advantage-item {
        width: 48%;
        align-items: center;
        text-align: center;
    }
    .single-product-wrap {
        margin-bottom: 0;
    }
    .single-bottom-wrap {
        flex-direction: column;
    }
    .upsells.products {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label {
        flex-wrap: nowrap !important;
    }
    .woocommerce-terms-and-conditions-checkbox-text {
        line-height: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    .contacts-wrap {
        flex-direction: column;
    }
    .contacts-links {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 580px) {
    a.button,
    a.simple-button {
        padding: 10px 30px;
    }
    .woocommerce ul.products li.product a.button {
        padding: 5px 30px !important;
    }
    .product-card .dots-container {
        visibility: visible;
        opacity: 1;
    }
    .woocommerce-mini-cart__buttons.buttons a.button {
        font-size: 14px;
        line-height: 20;
    }
    .single-product-wrap {
        flex-direction: column;
    }
    .fields-wrap {
        flex-direction: column;
    }
    .fields-wrap label {
        width: 100%;
    }
    footer.site-footer {
        margin-top: 15px;
        padding: 15px 0;
    }
    footer .single_widget.footer-logo {
        margin-bottom: 0;
    }
    .footer-logo img {
        max-width: 90px;
    }
    body .bazz-widget {
        display: block;
        right: 15px;
    }
    .bazz-widget.opened {
        width: calc(100% - 10px);
        right: 0;
        height: 40px;
    }
    .bazz-widget-form label,
    .bazz-widget-form-bottom {
        display: none;
    }
    .bazz-widget-form div:not(.bazz-widget-form-top) {
        font-size: 12px !important;
    }
    .bazz-widget-form-top {
        height: 40px;
        padding: 0 10px 0 20px;
    }
    .bazz-widget-form input {
        flex: 1;
    }
    .bazz-widget-form-submit {
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    h1.entry-title:not(.product_title) {
        font-size: 28px;
        line-height: 34px;
    }
    .site-branding {
        max-width: 57px;
    }
    header.site-header .container {
        width: 100%;
        padding: 0 10px;
    }
    body > main.site-main {
        padding-top: 67px;
    }
    body #rev_slider_1_1_wrapper .zeus.tparrows {
        display: none;
    }
    span.wishlist_products_counter_number,
    .cart-contents-count {
        width: 15px;
        height: 15px;
        font-size: 10px;
        line-height: 10px;
        top: -7px;
    }
    .cart-contents-count {
        top: -5px;
    }
    .toggle_mnu {
        margin-right: 15px;
    }
    .mobile_wrap {
        justify-content: flex-start;
        padding: 50px 0;
    }
    .header-search .search-wrap {
        position: fixed;
        left: 0;
        right: 2px;
        top: 67px;
        min-width: inherit;
    }
    ul#cart-menu > li {
        margin-left: 10px;
    }
    .mobile_wrap .footer-logo img {
        max-width: 255px;
    }
    .mobile_wrap ul#primary-menu li.menu-item-has-children .menu-toggle {
        right: 0;
    }
    .site-information h1 {
        font-size: 52px;
        line-height: 60px;
    }
    .scroll-wrap {
        margin-bottom: 50px;
    }
    h2.with_subtext {
        flex-direction: column;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
    body.home .site-information a.button {
        padding: 5px 20px;
    }
    section.sale {
        padding: 50px 0 0;
    }
    .faq-question {
        font-size: 20px;
        line-height: 30px;
    }
    .faq-question i {
        flex: 0 0 38px;
    }
    form.comment-form p.comment-form-author,
    form.comment-form p.comment-form-email {
        width: 100%;
    }
    form.comment-form p.comment-form-email {
        margin-left: 0 !important;
    }
    input[type='text'],
    input[type='password'],
    input[type='email'],
    input[type='tel'] {
        padding: 7px 10px;
    }
    .footer-logo img {
    }
    .tinv-wraper.tinv-wishlist {
        text-align: center;
    }
    .select2-container--default .select2-selection--single,
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 39px;
        font-size: 14px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 39px;
    }
    input:not([type='radio'], [type='checkbox']),
    textarea {
        font-size: 14px;
    }
    footer.site-footer a {
        font-size: 14px;
    }
    .widget_nav_menu#nav_menu-2 {
        text-align: left;
    }
    .widget_nav_menu#nav_menu-3 {
        text-align: right;
    }
    footer .single_widget.subscribe {
        width: 100%;
    }
    footer .messanger-wrap {
        justify-content: center;
    }
    .footer_bottom {
        margin-top: 40px;
    }
    .side_menu_close {
        left: inherit;
        top: 10px;
        right: 10px;
    }
    .cart-items-wrap {
        margin-right: 10px;
    }
    .advantage-item {
        width: 100%;
        flex-direction: row;
        text-align: left;
    }
    img.advantage-item-ico {
        margin-right: 15px;
    }
}
/*=====================ADAPTIVE=========================*/
