
:root {
  --dark-green: #003224;
  --dark-light: #26263b;
  --container: 1440px;
  --colorBackground: #f7f7f7;
  --colorText: #111;
  --p-spacing3: 14px;
  --borderRadius: 8px;
  --p-colorBackgroundDeemphasize10: #ccc;
}




body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Work Sans", sans-serif;
  color: #000;
}
body.menu-open a.btn.btn--heart {
    display: none;
}

.order-canceled {
    font-family: "Work Sans", sans-serif;
    color: #000;
}

.order-canceled .woocommerce-info {
    border: 0;
    background: transparent;
    color: #000;
    font-weight: 600;
    font-size: 24px;
    padding: 0;
}

.order-canceled .woocommerce-info:before {
    display: none;
}

.order-details__wrap {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 70px;
        padding-top: 20px;
}

.order-main__close {
    display: flex
;
    justify-content: flex-end;
    margin: 0 0 24px;
}

.order-item__img {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border: 1px solid #000;
    border-radius: 24px;
    overflow: hidden;
}

.order-thumbs.many {
    grid-template-columns: 1fr 1fr 1fr;
}
.order-main__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 0 16px;
    border-bottom: 1px solid #414143;
}
.order-card.open .order-summary {
    display: none;
}
.order-main .order-totals {
    padding: 24px 0;
    border-bottom: 1px solid #414143;
}

.order-main .order-totals p {
    display: flex;
    justify-content: space-between;
}

.order-main .order-totals p strong {
    font-weight: 400;
}

.woocommerce-orders .account {
    grid-template-columns: 320px 1fr;
    gap: 20px;
}

.item-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 24px;
}

p.item-details__total {
    font-weight: 500;
    font-size: 24px;
    margin-left: auto;
}

p.item-details__name {
    min-width: 120px;
    max-width: 140px;
    line-height: 1.1;
}
.order-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-item {
    display: flex;
    gap: 24px;
}

span.order-number {
    font-weight: 500;
    font-size: 24px;
    color: #000;
}
p.order-side__number {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
}

p.order-side__staatus {
    font-weight: 500;
    font-size: 16px;
    color: #597aee;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #414143;
    margin: 0 0 20px;
}

.order-side a {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #000;
    font-weight: 400;
    font-size: 16px;
}

.order-info h3, .order-info h4 {
    margin: 0;
    line-height: 1;
}

.order-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
}

.order-info h3 {
    font-weight: 600;
    font-size: 24px;
}

.order-info h4 {
    font-weight: 400;
    font-size: 16px;
    color: #414143;
    margin: 0 0 16px;
}

.order-header .status {
    font-weight: 500;
    font-size: 16px;
    color: #597aee;
    display: block;
}

.order-thumbs {
    display: grid;
    max-width: 270px;
    gap: 8px;
}

.order-thumbs > span {
    border: 1px solid #000;
    border-radius: 24px;
    display: block;
    overflow: hidden;
}
.order-footer {
    font-weight: 600;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.order-card {
    border: 1px solid #414143;
    padding: 24px 40px;
    margin: 0 0 32px;
}
.order-summary {
    display: grid;
    grid-template-columns: 4fr 3fr 2fr;
    gap: 20px;
}
.order-thumbs.thumbs-5 > span,  .order-thumbs.thumbs-6 > span {
    border-radius: 8px;
}

.order-thumbs.thumbs-1{
    grid-template-columns:  1fr;
    max-width: 135px;
}


.order-thumbs.thumbs-2 {
    grid-template-columns: 1fr 1fr;
}

.order-thumbs.thumbs-3, 
.order-thumbs.thumbs-4 {
    grid-template-columns: 1fr 1fr;
}

.order-thumbs.thumbs-5, 
.order-thumbs.thumbs-6 {
    grid-template-columns: 1fr 1fr 1fr;
}

.order-header {
    font-size: 16px;
    font-weight: 400;
}
.woocommerce-account article h1 {
    display: none;
}
.no-order p {
    line-height: 1.2;
    margin: 0 0 32px;
    max-width: 678px;
}
.no-order h3 {
    font-weight: 600;
    font-size: 32px;
    margin: 0 0 32px;
    line-height: 1;
}
.no-order a {
    width: 325px;
    text-align: center;
    justify-content: center!important;
}

.woocommerce-dashboard article > h1 {
    display: none;
}

.woocommerce-dashboard  .woocommerce-error {
    color: #E00000;
    background: transparent;
    border-top-color: #E00000;
}


.search-results-inner  {
    background: #fff;
    border: 1px solid #000;
    padding: 24px;
    border-radius: 24px;
}

.search-results-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-results-inner ul li a {
    color: #000;
    line-height: 1.2;
}

.search-results-inner ul li a:hover {
    text-decoration: underline;
}

.product-search-wrapper {
    max-width: 340px;
    position: relative;
}

#product-search-results {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    bottom: 1px;
    transform: translate(0px, 100%);
}

.search-green .search-panel {
    background: rgb(2 135 97 / 17%);
}
.search-panel {
    padding: 0 20px 0 80px;
    border-radius: 48px;
    position: relative;
}

.search-panel input {
    border: 0;
    height: 48px;
    background: transparent;
    color: #000;
    outline: none;
    box-shadow: none;
    width: 100%;
}

.search-panel input::placeholder {
    color: #000;
}

.search-panel .btn-search-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 34px;
}

.search-block {
    position: relative;
}



.search-wrap.search-open {
    position: absolute;
    right: -46px;
    display: block;
    background: #fff;
}

.search-wrap {
    display: none;
}


.contact-big-image {
    position: relative;
}

.contact-smal-image {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50%, 100%);
}

.contact-page {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 40px;
}

.contact-page__left {
    max-width: 440px;
}

a.btn.btn--heart {
    position: relative;
}


.non h1 {
    display: none;
}

.favorites-empty {
    grid-area: auto;
}
.products-block {

    margin: 0 0 48px;
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(0px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#favorites-main,
.shop-main__content {
    opacity: 0;
    animation: fade-in 0.75s ease-out 0.75s forwards;
}

.non .favorite-blocks {
    display: block;
}

.favorites-empty h2 {
    font-weight: 600;
    font-size: 56px;
    line-height: 93%;
    text-align: center;
    color: #26263b;
}

.favorites-empty p {
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: #66687c;
    margin: 24px auto;
    max-width: 574px;
    line-height: 1.2;
}

.favorites-empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

button.btn.close-search {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 26px;
}

button.btn-favorite.added-to-favorite svg {
    fill: #000;
}
button.btn-favorite svg {
    fill: transparent;
    stroke: #000;
}
button.btn-favorite {
    outline: none;
    box-shadow: none;
    border: 0;
    background: transparent;
    width: 24px;
    height: 24px;
    padding: 0;
}

.search-open .search-block {
    z-index: 9999;
}
.search-blur {
    display: none;
}
.favorite-blocks {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
    gap: 20px;
}
body.search-open .search-blur {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 50, 36, 0.2);
    z-index: 1100;
    backdrop-filter: blur(2px);
}

.search-wrap.search-open input#dgwt-wcas-search-input-1 {
    height: 48px;
    padding: 0 40px 0 16px;
    border-radius: 0!important;
    border: 0;
    border-bottom: 1px solid #003224;
    background: transparent;
    width: 340px;
    border-radius: 0!important;
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    color: #000;
    font-weight: 400;
}

.search-wrap.search-open .dgwt-wcas-sf-wrapp {
    padding: 0;
}

.search-wrap.search-open button.dgwt-wcas-search-submit {
    position: absolute;
    right: 16px!important;
    left: auto;
    top: 50%;
    transform: translate(0, -50%);
    width: 24px;
    height: 24px;
}

.search-wrap.search-open {
    transform: translate(0, -50%);
    top: 50%;
    padding: 0;
}

.search-wrap.search-open input#dgwt-wcas-search-input-1::placeholder {
    color: #000;
    font-weight: 400;
}

.search.search-results .sort-panel {
    display: none;
}

.dgwt-wcas-suggestion-selected {
    background: #000!important;
    color: #fff!important;
}

.dgwt-wcas-suggestion-selected span {
    color: #fff!important;
}
.dgwt-wcas-suggestions-wrapp.woocommerce.dgwt-wcas-has-headings.js-dgwt-wcas-initialized {
    border: 0 !important;
}

.dgwt-wcas-suggestion {
    padding: 6px 40px;
}

form.dgwt-wcas-search-form {
    padding: 12px 72px 12px 24px;
}


.contact-page .block-contact {
    max-width: 320px;
    margin-top: 80px;
}

.contact-page__right h1 {
    font-weight: 600;
    font-size: 56px;
    margin: 0 0 24px;
    line-height: 1;
}

.contact-page__right .meta p {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 1.1;
    margin: 0 0 0px;
}



.contact-page__right .meta {
    display: block;
    margin: 0 0 24px;
}
.field.field--full {
    grid-area: auto /  1 / auto / 3;
}
.contact-page textarea {
    border: 1px solid #505050;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    padding: 16px;
    max-height: 200px;
}

.contact-form label {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 8px;
}


.contact-form .field input,
.contact-form .field input:focus {
    width: 100%;
    padding: 0 16px;
}

.contact-form .fields {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 16px;
}



.text-page h1 {
    font-weight: 600;
    font-size: 56px;
    margin: 0 0 32px;
}

.text-page {
    padding: 0 40px;
    margin: 0 0 120px;
}

.text-page__content h2 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 16px;
}

.text-page__content p {
    margin: 0 0 16px;
}

.text-page__content strong {
    font-weight: 600;
}

.text-page__content h3, .text-page__content h4, .text-page__content h5, .text-page__content h6 {
    font-weight: 600;
    margin: 0 0 16px;
    font-size: 16px;
}

.text-page pre {
    white-space: pre-wrap;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.text-page__content a {
    color: #000;
    text-decoration: underline;
}

.text-page__content ol, .text-page__content ul {
    padding-left: 24px;
}

.product-preview {
    position: relative;
}

.product-labels {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 16px;
}
.wpcf7-acceptance span, .wpcf7-acceptance label {
    margin: 0;
}

.wpcf7-acceptance a {
    color: #000;
    text-decoration: underline;
}

.wpcf7-acceptance label span {
    position: relative;
    padding-left: 40px;
    display: block;
    margin: 8px 0;
}

.wpcf7-acceptance label span:before, .wpcf7-acceptance label span:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: -2px;
}

.wpcf7-acceptance label span:before {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/check-empty.svg) no-repeat center;
    opacity: 1;
}

.wpcf7-acceptance label span:after {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/check-full.svg) no-repeat center;
    opacity: 0;
}

.wpcf7-acceptance label input:checked ~ span:after {
    opacity: 1;
}

.wpcf7-acceptance label input:checked ~ span:before {
    opacity: 0;
}

.wpcf7-acceptance input {
    display: none;
}

.btn-form-submit,
.btn-form-submit:hover,
.btn-form-submit:focus {
    height: 48px;
    width: 100%;
    background: #000;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    border: 0;
}

.filter-mobile {
    display: none;
}

span.price-label {
    line-height: 1;
}
.single-product-content ins, .single-product-content del {
    font-size: 32px;
}
span.onsale {
    display: none !important;
}
.price-wrap > span {
    font-weight: 600;
    font-size: 18px;
}
.price-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

ins {
    text-decoration: none;
}

del {
    color: #a9abb4;
}

.product-labels span {
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    text-transform: uppercase;
}

.archive.tax-product_cat .text-block-wrap {
    margin: 96px 0 0 0;
}

.best-in-cat {
    padding-top: 50px;
    border-top: 1px solid #505050;
}

.custom-products-grid a {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 24px;
    align-items: center;
}

.custom-product h3.product-title {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin: 0 0 8px;
}

.custom-product .price {
    font-weight: 400;
    font-size: 16px;
    line-height: 131%;
    color: #a9abb4;
}

.account {
    display: grid;
    grid-template-columns: 1fr 2fr;
        gap: 20px;
}

.user-side__hello {
    padding-bottom: 32px;
    border-bottom: 1px solid #414143;
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
}
.woocommerce-MyAccount-content {
    width: 100% !important;
}
.user-mobile,
.user-mobile-content {
    display: none;
}

.account__side {
    max-width: 325px;
}

.user-side__menu ul {
    list-style: none;
    padding: 0;
}

.user-side__menu {
    padding: 56px 0;
    border-bottom: 1px solid #414143;
}

.user-side__menu ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.user-side__menu a, 
.user-side__menu li {
    line-height: normal;
}

.user-side__menu a {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #000;
}

p.help__title {
    font-weight: 600;
    font-size: 32px;
    color: #000;
    line-height: 1;
    margin: 80px 0 16px;
}

p.help__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 40px;
}

.help a {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 500;
    font-size: 24px;
    color: #000;
    padding: 16px 0;
    border-top: 1px solid #414143;
}

.help a:last-child {
    border-bottom: 1px solid #414143;
}



.woocommerce-dashboard li.link-1 span {
    text-decoration: underline;
}

.account__side a.logout-link {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 48px;
    color: #000;
}

form.edit-account .select2-container--default .select2-selection--single {
    height: 48px;
    border-radius: 0;
    border: 1px solid #000;
}

form.edit-account .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    padding: 0 40px 0 16px;
    font-size: 16px;
    color: #000;
    white-space: normal;
}

form.edit-account .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #000;
}

form.edit-account .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
    right: 16px;
    width: 24px;
    height: 24px;
}
form.woocommerce-EditAccountForm.edit-account p:last-child {
    grid-area: auto / 1 / auto / 3;
    margin-top: 24px;
}
form.woocommerce-EditAccountForm.edit-account button.btn-save-acc, 
form.woocommerce-EditAccountForm.edit-account button.btn-save-acc:focus, 
form.woocommerce-EditAccountForm.edit-account button.btn-save-acc:hover {
    width: 100%;
    border-radius: 0;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    background: #000!important;
    margin-top: 0 !important;
    outline: none!important;
    box-shadow: none!important

}
h3.user-title {
    font-weight: 600;
    font-size: 32px;
    color: #000;
    margin: 0 0 24px;
}
form.edit-account span.select2-dropdown.select2-dropdown--below {
    top: 35px;
}

form.edit-account {
    max-width: 675px;
    width: 100%;
}

form.edit-account {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

form.edit-account label {
    font-size: 16px;
    margin: 0 0 8px;
    line-height: 1;
    display: block;
}

form.edit-account input, form.edit-account input:focus {
    border: 1px solid #000;
    padding: 0px 16px;
    height: 48px;
    border-radius: 0;
    outline: none;
    width: 100%;
}
.woocommerce-product-gallery.woocommerce-product-gallery--without-images.woocommerce-product-gallery--columns-4.images.image-not-found {
    display: block;
}

.woocommerce-product-gallery .flex-viewport a {
    position: relative;
}

.woocommerce-product-gallery .flex-viewport a:before {
    content: '';
    display: block;
    padding-top: 110%;
}

.woocommerce-product-gallery .flex-viewport a img {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.acf-map-container iframe {
    width: 100%;
    height: 540px;
}

.map {
    position: relative;
}

.map-pop {
    border: 1px solid #505050;
    border-radius: 24px;
    padding: 24px 32px 24px 24px;
    max-width: 300px;
}

.map-pop p span, .map-pop p.map-pop__add {
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: #26263b;
    display: block;
}

.map-pop p {
    margin: 0 0 12px;
}

.map-pop a {
    font-weight: 400;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #505050;
}

.map-pop p {
    color: #505050;
}

.map-popup-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    left: 50%;
}

.map-pop {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 85px;
    top: 50%;
    width: 300px;
    transform: translate(0%, -50%);
}

button.btn.map-popup__close {
    position: absolute;
    left: auto;
    right: 16px;
    top: 16px;
}

/* cookies */

.cookie-show div#window {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 50, 36, 0.2);
    z-index: 1100;
    backdrop-filter: blur(2px);
}



div#cookie-popup {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1150;
    left: 40px;
    display: none;
}

.cookie-box {
    background: #fff;
    border: 1px solid #222;
    border-radius: 24px;
    padding: 32px;
    max-width: 832px;
}

button.btn.cookie-close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 32px;
    right: 32px;
}

.cookie-box .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 16px;
}

.cookie-box h2 {
    font-weight: 600;
    font-size: 32px;
    margin: 0 0 15px;
}

.cookie-box p {
    font-weight: 400;
    font-size: 10px;
    color: #000;
    margin: 0 0 32px;
}

.cookie-header span {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    padding: 0 0 0 32px;
    display: block;
    position: relative;
}

.cookie-header label {
    margin: 0;
}

.cookie-description {
    font-weight: 400;
    font-size: 12px;
    padding: 8px 0 0 32px;
    line-height: 1.25;
}

.cookie-header input {
    display: none;
}

.cookie-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 0 24px;
}

.cookie-header span:before, .cookie-header span:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    /* background: red; */
}

.cookie-header span:before {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/check-empty.svg) no-repeat center;
    opacity: 1;
}

.cookie-header span:after {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/check-full.svg) no-repeat center;
    opacity: 0;
}

.cookie-header input:checked ~ span:after {
    opacity: 1;
}

.cookie-header input:checked ~ span:before {
    opacity: 0;
}

.cookie-header {
    display: flex;
    justify-content: space-between;
}

button.btn.toggle-description {
    width: 24px;
    height: 24px;
    position: relative;
}

button.btn.toggle-description:before {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

button.btn.toggle-description:after {
    content: '';
    display: block;
    height: 12px;
    width: 2px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    background: #000;
    transition: .12s;
    opacity: 0;
}

button.btn.toggle-description.rotate:after {
    opacity: 1;
}

.cookie-buttons {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
}

.cookie-buttons button {
    height: 48px;
    border: 0px solid;
    outline: none;
    box-shadow: none;
    border: 1px solid #000;
    width: 198px;
}

button#confirm-selection {
    background: #fff;
    color: #000;
}

button#accept-all {
    color: #fff;
    background: #000;
    font-weight: 600;
}

/* END cookies */

.form-row.place-order.woocommerce-validated .custom-checkout-agreement span:after {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/error-field.svg) no-repeat center;
}

.woocommerce-order-final {
    margin: 0 0 80px;
}

.woocommerce-order-final a {
    min-width: 160px;
    justify-content: space-between;
    margin-top: 15px;
}
/*
.form-row.place-order.woocommerce-validated .custom-checkout-agreement span, .form-row.place-order.woocommerce-validated .custom-checkout-agreement span a {
    color: #E00000;
}*/
.woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #E00000!important;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color:#E00000!important;
}
#add_payment_method .checkout .checkout-inline-error-message, .woocommerce-cart .checkout .checkout-inline-error-message, .woocommerce-checkout .checkout .checkout-inline-error-message {
    color: #E00000!important;

}
ul.woocommerce-error a, ul.woocommerce-error span {
    color: #E00000!important;
}
.woocommerce-order-final .woocommerce-thankyou-order-received {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
}

div#order-total {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0 0 5px;
}
.empty-cart {
    margin: 0 0 80px;
}
.empty-cart p {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    color: #000;
    margin: 0 0 16px;
    font-size: 24px;
}
input#custom-coupon-code {
    border: 1px solid #414143;
    outline: none;
    box-shadow: none;
    padding: 0 16px;
}

#custom-coupon-wrapper {
    margin: 24px 0;
    padding: 32px 0;
    border-top: 1px solid #A7A8AA;
    border-bottom: 1px solid #A7A8AA;
}

#custom-coupon-wrapper div {
    width: 100%;
    display: flex;
    gap: 16px;
}

button#apply-custom-coupon {
    width: 200px;
}

button#apply-custom-coupon,
button#apply-custom-coupon:hover,
button#apply-custom-coupon:focus,
button#place_order, 
button#place_order:focus, 
button#place_order:hover {
    height: 56px;
    border: 0;
    border-radius: 0;
    background: #000;
    color: #fff;
    font-weight: 600;
    outline: none;
    box-shadow: none;
}

div#custom-checkout-payment .form-row.place-order {
    display: none;
}

fieldset#wc-stripe-upe-form {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/card.png) no-repeat;
    width: 448px;
    height: 283px;
    background-size: contain;
    padding: 80px 27px 40px;
}

span.select2-selection__clear {
    display: none;
}

.cart-item-thumb {
    width: 164px;
    height: 164px;
    border: 1px solid #000;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

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

.cart-item {
    display: flex;
    gap: 32px;
    align-items: center;
    position: relative;
}

.cart-item-name {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    line-height: 1;
    margin: 0 0 10px;
}

.cart-item-price {
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 15px;
    line-height: 1;
}

.variation-attr {
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin-top: 8px;
}


.cart-item-details button.qty-plus, 
.cart-item-details button.qty-minus {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 0;
    border: 0;
    outline: none;
    font-size: 0;
}

.cart-item-details  button.qty-plus {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/plus.svg) no-repeat center;
    background-size: 24px 24px;
}

.cart-item-details  button.qty-minus {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/minus.svg) no-repeat center;
}

input.custom-cart-qty {
    border: 0;
    outline: none;
    text-align: center;
    padding: 0;
    width: 34px;
}
.cart-item-qty .custom-qty-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 90px;
}

button.custom-cart-remove {
    border: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 0;
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/remove.svg) no-repeat center;
    outline: none;
    box-shadow: none;
}

.cart-item-remove {
    position: absolute;
    top: 0;
    right: 0;
}

.cart-item {
    margin: 0 0 40px;
}

.cart-item:last-child {
    margin: 0;
}


.cart-item-subtotal {
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
}


input#Field-numberInput {
    background: transparent;
    border: 1px solid #fff;
}

/*


div#order_review {
    display: contents;
}

div#payment {
    display: contents;
}

form.checkout.woocommerce-checkout {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.checkout-main {
    grid-area: 1 / 1 / 2 / 2;
}

.contact-fields {
}

.contact-fields {
    grid-area: 2 / 1 / 3 / 2;
}

.checkout-tabs {
    grid-area: 3 / 1 / 4 / 2;
}

div#pickup-info, div#shipping_fields_block {
    grid-area: 4 / 1 / 5 / 2;
}



.checkout-cart {
    grid-area: 1 / 2 / 2 / 3;
}

table.shop_table.woocommerce-checkout-review-order-table {
    grid-area: 2 / 2 / 3 / 3;
}

ul.wc_payment_methods.payment_methods.methods {
    grid-area: 5 / 1 / 6 / 2;
}


*/

div#order_review {
    display: none !important;
}
.woocommerce-checkout #payment ul.payment_methods {
    border: 0px;
}
form.checkout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    margin: 0 0 120px;
}

span.required {
    display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #000;
    color: #fff;
}

span.select2-search.select2-search--dropdown {
    
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #000000!important;
}

span.select2-container {
    width: auto;
}

.woocommerce form .form-row {
    padding: 0 !important;
    margin: 0;
}

#custom-checkout-summary table.order-total {
    margin: 0;
    border: 0;
}
.contact-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

#custom-checkout-summary th {
    padding: 0 0 16px;
}

#custom-checkout-summary table.order-total .cart_item td {
    padding:  0 0 16px;
    border: 0;
}

#custom-checkout-summary table.order-total tfoot th, 
#custom-checkout-summary table.order-total tfoot td {
    padding: 0 0 16px;
    border: 0;
}
tr.woocommerce-shipping-totals.shipping {
    display: none;
}

tr.custom-shipping-cost-row th, 
tr.custom-shipping-cost-row td {
    border-bottom: 0px solid #a7a8aa!important;
}

tr.order-total th, tr.order-total td {
    padding: 16px 0 0!important;
    font-size: 32px;
    font-weight: 600!important;
}

tr.order-total td  strong {
    font-weight: 600!important;
}
a.woocommerce-remove-coupon {
    color: #b81c23;
}
body tr.order-total th, body tr.order-total td {
    border-top: 1px solid #A7A8AA !important;
}
td.product-total {
    text-align: right;
}
.checkout-cart > div {
    border-left: 1px solid #000;
    padding-left: 24px;
}

tfoot td {
    text-align: right;
}

#custom-checkout-submit {
    padding: 16px 0 0px;
    line-height: 1;
}

.custom-checkout-agreement label {
    position: relative;
    padding: 0;
    line-height: 1;
    margin: 0 0 32px;
}



.custom-checkout-agreement span {
    position: relative;
    padding-left: 40px;
}

.custom-checkout-agreement span:before, .custom-checkout-agreement span:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: red;
    position: absolute;
    top: -3px;
    left: 0;
}

.custom-checkout-agreement span:before {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/check-full.svg) no-repeat center;
    opacity: 0;
}

.custom-checkout-agreement span:after {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/check-empty.svg) no-repeat center;
    opacity: 1;
}


.custom-checkout-agreement input:checked ~ span:before {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/check-full.svg) no-repeat center;
    opacity: 1;
}

.custom-checkout-agreement input:checked ~ span:after {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/check-empty.svg) no-repeat center;
    opacity: 0;
}

.page-template-page-checkout h1 {
    display: none;
}

div#insert-checkout-payment {
    margin-top: 16px;
}
.payment_box.payment_method_cod {
    margin: 0 0 16px !important;
}


ul.woocommerce-error {
    text-align: left;
}
.custom-checkout-agreement span a {
    color: #000;
    text-decoration: underline;
}
.custom-checkout-agreement input {
    display: none;
}


.content-tab.active {
    display: block;
}
.content-tab {
    display: none;
}

.woocommerce-account main {
    margin-bottom: 120px;
}
.woocommerce-account h1.entry-title {
    display: none;
}

ul.woocommerce-error:before, ul.woocommerce-error:after {
    opacity: 0;
}
ul.woocommerce-error {
    text-align: center;
    padding: 0;
    color: #b81c23;
    background: transparent;
    align-content: baseline;
    border: 0;
}

.woocommerce-lost-password h1.entry-title {
    text-align: center;
    font-size: 32px;
    margin: 0 0 40px;
}
form#lost-password {
    max-width: 670px;
    margin: 0 auto 120px;
}

form#lost-password .woocommerce-form-row {
    width: 100%;
    padding: 0;
    margin: 24px 0;
}
section.text .title-section {
    text-align: left;
    margin: 0 0 28px;
}
button.reg-btn.woocommerce-Button.woocommerce-button.woocommerce-form-register__submit.btn.btn-primary.mt-2 {
    margin: 22px 0 0 0 !important;
}
.reg-policy a {
    text-decoration: underline;
}
.reg-policy, .reg-policy a {
    font-weight: 400;
    font-size: 16px;
    color: #505050;
    line-height: 1.2;
}

.woocommerce-form-register.register p.form-row label {
    padding: 0;
    display: none;
}

.woocommerce-form-register.register p.form-row {
    padding: 0;
    margin: 0 0 18px;
}
.woocommerce-form-login.login p.woocommerce-form-row label {
    display: none !important;
}
.woocommerce-form-login p.form-row:nth-child(2),
.woocommerce-form-login p.form-row:nth-child(3) {
  margin: 0;
  padding: 0;
}
.woocommerce-form-login p.form-row {
    padding: 0;
    margin: 0 0 18px;
}
p.woocommerce-LostPassword.lost_password a {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    margin: 0;
}

.login-add {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 24px;
}
p.testmode-info {
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 20px;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  display: none!important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    margin: 0;
    background: transparent;
    padding: 0;
}
ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods,
ul.wc_payment_methods.payment_methods {
    padding: 0;
}

ul.wc_payment_methods.payment_methods,
ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods label {
    position: relative;
    margin: 0;
    line-height: 1;
    display: block;
    padding-left: 40px;
    cursor: pointer;
}

ul.wc_payment_methods.payment_methods label:before,
ul.wc_payment_methods.payment_methods label:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 4px;
}


ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods label:before, 
ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods label:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: -5px;
}
ul.wc_payment_methods.payment_methods label:before,
ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods label:before {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/check-full.svg) no-repeat center;
    opacity: 0;
}
ul.wc_payment_methods.payment_methods label:after,
ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods label:after {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/check-empty.svg) no-repeat center;
    opacity: 1;
}
ul.wc_payment_methods.payment_methods input:checked ~ label:before,
ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods input:checked ~ label:before {
    opacity: 1;
}
ul.wc_payment_methods.payment_methods input,
ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods input {
    display: none;
}

ul.wc_payment_methods.payment_methods label,
label.woocommerce-form__label span {
    position: relative;
    padding-left: 32px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
div#payment {
    background: transparent !important;
    border-radius: 0;
}
ul.wc_payment_methods.payment_methods.methods {
    background: transparent;
    padding: 0 !important;
}
ul.wc_payment_methods.payment_methods span:before, 
ul.wc_payment_methods.payment_methods span:after,
label.woocommerce-form__label span:before, 
label.woocommerce-form__label span:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0px;
}

label.woocommerce-form__label span:before {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/check-full.svg) no-repeat center;
    opacity: 0;
}

label.woocommerce-form__label span:after {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/check-empty.svg) no-repeat center;
    opacity: 1;
}

label.woocommerce-form__label input:checked ~ span:before {
    opacity: 1;
}


label.woocommerce-form__label span {
  cursor: pointer;
}

label.woocommerce-form__label input:checked ~ span:after {
    opacity: 0;
}

label.woocommerce-form__label  input {
    display: none;
}

form.woocommerce-form.woocommerce-form-login.login,
form.woocommerce-form.woocommerce-form-register.register {
    border: 0;
    padding: 0;
    margin: 0;
}
form#lost-password button.woocommerce-Button,
form#lost-password button.woocommerce-Button:hover,
form#lost-password button.woocommerce-Button:focus,
button.woocommerce-button.button.woocommerce-form-login__submit, 
button.woocommerce-button.button.woocommerce-form-login__submit:focus, 
button.woocommerce-button.button.woocommerce-form-login__submit:hover,
button.reg-btn,
button.reg-btn:hover,
button.reg-btn:focus,
button.reg-btn:active {
    height: 56px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    border: 0;
    color: #fff;
    background: #000!important;
    outline: none!important;
    box-shadow: none!important;
}

input#reg_password2 {
    border: 1px solid #000 !important;
}

div#password_strength {
    background: transparent;
    font-weight: 400;
    text-align: left;
    padding: 0;
    font-size: 12px;
}

small#password-match-msg {
    font-size: 12px;
}
p.woocommerce-form-row.form-row.btn-red-main {
    margin: 0;
}
.pass-2 > span.password-input > button.show-password-input {
    display: none;
}
.reg-policy {
    margin-top: 40px;
}
h2.title-login {
    font-size: 32px;
    text-align: center;
    margin: 0 0 40px;
    line-height: 1;
}
button.btn.btn-tab.btn-tab-white,
button.btn.btn-tab.btn-tab-white:hover,
button.btn.btn-tab.btn-tab-white:focus {
    border: 1px solid #000;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0;
    padding: 0 16px;
    height: 56px;
    width: 100%;
    margin-top: 24px;
}
.black-tabs {
    max-width: 50%;
    margin-top: 40px;
}
.black-tabs-btns {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #000;
}
.tab-contents {
    max-width: 440px;
    margin: 32px auto 0;
}
.black-tabs-btns .btn {
    font-size: 16px;
    height: 48px;
    border-radius: 0;
}

.black-tabs-btns .btn.active {
    font-weight: 600;
    color: #fff;
    background: #000;
}

.woocommerce-privacy-policy-text {
    display: none;
}








.faq-question {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    position: relative;
    padding: 20px 45px 20px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    line-height: 1;
    cursor: pointer;
}
.faq-block {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 20px;
}

.faq-block__img img {
    border-radius: 0 200px;
}
.faq-link {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-end;
    padding-top: 56px;
}
span.faq-toggle-icon {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #323232;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    right: 10px;
}

span.faq-toggle-icon:before, span.faq-toggle-icon:after {
    content: '';
    display: block;
    background: #fff;
    border-radius: 4px;
    position: absolute;
}

span.faq-toggle-icon:before {
    width: 10px;
    height: 2px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

span.faq-toggle-icon:after {
    content: '';
    display: block;
    width: 2px;
    height: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 1;
    transition: .12s;
}

.faq-item.active span.faq-toggle-icon:after {
    opacity: 0;
}
body.sort-open .site-header {
    z-index: 1;
}
a.read-more-link.read-close svg {
    transform: rotate(180deg);
}
.faq-answer {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    padding: 16px 8px;
    line-height: 1.12;
}

.faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.check-tab-1 {
    margin: 0 0 32px;
}


.check-tab-1 {
    margin: 0 0 32px;
}

label.control-label {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    display: block!important;
    line-height: 1.1!important;
}

main .form-row {
    flex-direction: column;
}
.woocommerce-additional-fields, .woocommerce-shipping-fields {
    display: none;
}
.woocommerce .form-row input.form-control,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce .form-row input.form-control:focus {
    border: 1px solid #000;
    padding: 0px 16px;
    height: 48px;
    display: block;
    border-radius: 0;
    color: #000;
    outline: none;
    box-shadow: none;
}
div#shipping_fields_block .col-12 {
    padding: 0;
}
.iti.iti--allow-dropdown {
    width: 100%;
}
.woocommerce .form-row input.form-control::placeholder {
    color: #414143!important;
}
span.select2-selection__arrow b {
    display: none !important;
}
.woocommerce-form-coupon-toggle, 
.woocommerce-form-login-toggle {
    display: none;
}

.checkout-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #000;
    margin: 0 0 24px;
}

#shipping_fields_block #customer_details > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

#shipping_fields_block #customer_details p#billing_address_1_field {
    grid-area: 3 / 1 / 4 / 3;
}

#shipping_fields_block #customer_details p#billing_country_field {
    order: 1;
}

#shipping_fields_block #customer_details p#billing_postcode_field {
    order: 2;
}

#shipping_fields_block #customer_details p#billing_state_field {
    order: 3;
}

#shipping_fields_block #customer_details p#billing_city_field {
    order: 4;
}

.checkout-tabs button {
    border: 0;
    font-size: 16px;
    background: #fff;
    height: 48px;
    border-radius: 0;
    outline: none;
    color: #000;
}
.contact-fields {
    padding: 0 0 48px;
    margin: 0 0 32px;
    border-bottom: 1px solid #414143;
}
.checkout-tabs button.active {
    background: #000;
    font-weight: 600;
    color: #fff;
    border-radius: 0;
    outline: none;
}
.check-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #000;
}

.check-tab {
    height: 48px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.check-tab a, .check-tab button {
    color: #000;
}

.check-tab.active {
    background: #000;
    color: #fff;
    font-weight: 600;
}

.check-tab:hover {
    color: #000;
}

.check-tab.active:hover {
    color: #fff;
}

.check-title {
    font-weight: 600;
    font-size: 32px;
    color: #000;
    margin: 0 0 24px;
}


#billing_phone_field span input {
    padding-left: 48px;
}

.radio-block {
    display: flex;
    gap: 4px;
    margin-right: auto;
}

.radio-block span {
    display: block;
    width: 12px;
    height: 12px;
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/star.svg) no-repeat center;
    background-size: 12px;
}

.review-rating {
    margin-right: auto;
    margin-bottom: 24px;
}
.reviews-block {
    position: relative;
}

.reviews-block:before {
    content: '';
    display: block;
    background: rgba(0, 50, 36, 0.17);
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    bottom: 40px;
}

.review-block__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: 0 24px 24px 0;
    overflow: hidden;
}

.review-block__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews-block .container {
    display: flex;
}

.reviews-block .container .swiper {
    max-width: 50%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}

.review-item {
    padding: 114px 114px 32px 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background: #d4dcda;
}

.review-text {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin: 0 0 32px;
    line-height: 1.2;
}

.review-name {
    text-align: right;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin: 0 0 34px;
}

.review-nav .swiper-pagination span {
    height: 7px;
}
.review-name {
    margin-top: auto;
}

.review-nav {
    margin-top: 56px;
}

.review-nav .swiper-pagination {
    display: flex;
    position: relative;
    bottom: 0;
    top: 0;
    max-width: 670px;
    margin: 0 auto;
    align-items: center;
}

.review-nav .swiper-pagination span:before {
  content: '';
  display: block;
  
}
.review-nav .swiper-pagination span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 100%;
    height: 1px;
    background: #D9D9D9;
}
.review-nav .swiper-pagination span.swiper-pagination-bullet-active:before {
  height: 3px;
  background: #003224;
}
.review-nav .swiper-pagination span {
    margin: 0!important;
    display: block;
    border-radius: 0;
    flex: 1 0 auto;
    background: transparent;
    height: 7px;
    opacity: 1;
    transition: .12s;
    position: relative;
}

.review-nav .swiper-pagination span.swiper-pagination-bullet-active {
    
}


.review-nav .swiper-slide.swiper-slide-visible {
  opacity: 1;
}

.review-nav .swiper-slide {
  opacity: 0;
}

















nav.woocommerce-breadcrumb span {
    color: #000;
}


.text-block {
  transition: .5s;
}
.text-block h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 28px;
}


.text-block-wrap {
    margin: 0 0 120px;
    display: flex
;
    flex-direction: column;
}
.text-block p {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 1.25;
    margin: 0 0 15px;
}

.text-block p:last-child {
    margin: 0;
}

.text-block {
    overflow: hidden;
}

a.read-more-link {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    height: 48px;
    gap: 24px;
    margin-top: 28px;
    margin-left: auto;
}

.related-wrap {
    margin: 0 -10px;
}

.bestseller.related .swiper.productList {
 
}

.hidden {
  display: none;
}

.container {
  max-width: 1440px;
  padding:0 40px;
}
h2.title-paasword {
    font-weight: 600;
    font-size: 32px;
    margin: 0 0 8px;
}
form.woocommerce-EditAccountForm.edit-pass.edit-account {
    display: block;
    max-width: 438px;
    margin: 0 0 80px;
}


.newsl-item label span {
    padding: 0 0 0 40px;
    position: relative;
    display: block;
}

.newsl-item span:before, .newsl-item span:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0px;
}

.newsl-item span:before {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/check-full.svg) no-repeat center;
    opacity: 0;
}

.newsl-item span:after {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/check-empty.svg) no-repeat center;
    opacity: 1;
}

.newsl-item label input:checked ~ span:after {
    opacity: 0;
}

.newsl-item label input:checked ~ span:before {
    opacity: 1;
}

.newsl-item label input {
    display: none;
}



.newsl-block__mail > div:nth-child(2) {
    display: none;
}

.newsl-description {
    font-weight: 400;
    font-size: 16px;
    color: #414143;
    line-height: 1.12;
}

.newsl h3 {
    font-weight: 600;
    font-size: 32px;
    margin: 0 0 32px;
    line-height: 1;
}
.newsl-block__mail h4,
.newsl-block__c h4 {
    font-weight: 500;
    font-size: 24px;
    color: #414143;
    margin: 0 0 32px;
}
.newsl-block__mail .newsl-item:nth-child(4) {
    margin: 0;
}
.newsl-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.newsl-item label {
    margin: 0;
}
.newsl-block__mail .newsl-item {
    margin: 0 0 40px;
}
.newsl-block__mail {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.newsl-description {
    margin-top: 14px;
}



.newsl-block__c .newsl-item {
    margin: 0 0 12px;
}

fieldset.up-pass label {
    display: none!important;
}

fieldset.up-pass p {
    margin: 0!important;
}

fieldset.up-pass {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

a:hover {
  text-decoration: none;
}

a {
  transition: all .12s ease-in-out;
}
.bestseller.related h2 {
    font-weight: 600;
    font-size: 56px;
    color: #000;
    margin: 0;
}


.bestseller.related .meta__arrow {
    display: flex;
}

.bestseller.related .meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.product__middle {
    display: grid;
    grid-template-columns: 560px 1fr;
    gap: 64px;
    max-width: 100%;
    margin: 100px auto;
}

.tab-content {
    display: none;
    align-items: flex-start;
    gap: 24px;
    grid-template-columns: 290px 210px;
}
.tab-product {
    margin-left: -64px;
}
.delivery-default {
    position: relative;
    width: 390px;
    height: 375px;
    margin-left: auto;
    margin-right: 40px;
}
.tab-content.active {
    display: grid;
}

.tab-content img {
    max-width: 240px;
}

.tab-product .tabs {
    max-width: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}
.tab-buttons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 24px 24px 0 0;
}

.tab-buttons .btn {
    width: 190px;
    height: 48px;
    color: #000;
    font-weight: 400;
    background: #fff;
}

.tab-buttons .btn.active {
    color: #fff;
    background: #000;
    
    font-weight: 600;
}

.tab-buttons .btn:first-child {
    border-radius: 24px 0 0 0;
}

.tab-buttons .btn:last-child {
    border-radius: 0 23px 0 0;
}



.delivery-default > div:nth-child(1) {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  top: 0px;
}

.delivery-default > div:nth-child(2) {
  left: 20px;
  bottom: 55px;
  position: absolute;
}

.delivery-default > div:nth-child(3) {
  position: absolute;
  right: 30px;
  bottom: 0;
}

.delivery-default > div:nth-child(1):before {
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  width: 111px;
  height: 70px;
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/line-01.svg) no-repeat;
  transform: translate(0, 100%);
  background-size: contain;
  right: 32px;
}

.delivery-default > div:nth-child(2):before {
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  width: 99px;
  height: 28px;
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/line-02.svg) no-repeat;
  transform: translate(100%, 100%);
  background-size: contain;
  right: 0;
}

















.woocommerce-product-gallery.woocommerce-product-gallery--with-images.gallery--single.images {
    display: block;
}


.price-block {
    line-height: 1;
    margin: 24px 0;
}
.summary .qty-wrapper {
    margin: 0;
}

.summary .quantity-wrapper {
    display: grid;
    grid-template-columns: 48px 50px 48px;
    border: 1px solid #292D32;
}

.summary .btn-quick-buy-now,
.summary .btn-quick-buy-now:focus,
.summary .btn.buy-now-button {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: #000;
    border-radius: 0;
    padding: 0 24px;
    height: 48px;
    flex: 1 0 auto;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.box-item {
    display: inline-flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

p.box-item__title {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}

.box-item__desc {
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
    max-width: 180px;
    text-align: center;
}

.summary .preview-button {

    gap: 24px;
}
.summary .preview-button__block {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
}


.summary .quantity-wrapper button.qty-btn,
.summary .quantity-wrapper button.qty-btn:focus,
.summary .quantity-wrapper button.qty-btn:hover {
    background: rgb(0 50 36 / 17%);
    width: 100%;
    height: 46px;
    font-size: 28px;
}
.summary .preview-button {
    max-width: 378px;
}
.summary .quantity-wrapper input {
    border-left: 1px solid #292D32!important;
    border-right: 1px solid #292D32!important;
    width: 50px!important;
    height: 46px!important;
    font-weight: 500!important;
    font-size: 20px!important;
}
.woocommerce-page div.product div.summary,
.woocommerce-page div.product div.images {
    width: 100%;
    float: none;
}
.product__top {
    display: grid;
    grid-template-columns: 560px 1fr;
    gap: 64px;
}

.delivery-gift.delivery-default > div:nth-child(1) {
    position: absolute;
    left: 0;
    transform: translate(60px, 0px);
    top: 0px;
}

.delivery-gift.delivery-default > div:nth-child(2) {
    left: 12px;
    bottom: 0px;
    position: absolute;
}
.delivery-gift.delivery-default > div:nth-child(3) {
    position: absolute;
    right: 145px;
    bottom: -79px;
}

.delivery-gift.delivery-default > div:nth-child(4) {
    position: absolute;
    bottom: -50px;
    right: -126px;
    max-width: 134px;
}

.delivery-gift.delivery-default > div:nth-child(1):before {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/gift-1.png) no-repeat;
    background-size: contain;
    right: -5px;
    bottom: -15px;
}

.delivery-gift.delivery-default > div:nth-child(2):before {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/gift-2.png) no-repeat;
    width: 92px;
    height: 42px;
    background-size: contain;
    right: 0;
    left: auto;
    transform: translate(47%, 86%);
}
.delivery-gift.delivery-default > div:nth-child(3):before {
    content: '';
    display: block;
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/gift-3.png) no-repeat;
    width: 86px;
    height: 51px;
    background-size: contain;
    right: 0;
    bottom: 0;
    transform: translate(134%, 6%);
    position: absolute;
}
.delivery-default.delivery-gift {
    margin-bottom: 87px;
}
.woocommerce div.product div.images {
    margin-bottom: 0;
}
.product__middle.middle-gift {
    margin: 0 auto 100px;
}

.delivery-default.delivery-gift {
    width: 100%;
}
.woocommerce div.product div.summary {
    margin: 0;
    max-width: 560px;
}
span.product-cat {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #505050;
    margin: 0 0 16px;
    display: block;
}

h1.product-title {
    font-weight: 600;
    font-size: 56px;
    text-transform: capitalize;
    color: #000;
    margin: 0 0 16px;
}

.product-short {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin: 0 0 24px;
    line-height: 1.16;
}

.price-block {
    display: flex;
    font-weight: 600;
    font-size: 32px;
    align-items: center;
    gap: 20px;
}

.price-block .variation-price {
    font-weight: 600;
    font-size: 32px;
}

.summary .preview-button {
    flex-direction: column;
    align-items: flex-start;
}
.summary .action-buttons {
    width: 100%;
}
.btn.btn-cart.btn-cart-product {
    border: 1px solid #000;
    padding: 10px 24px;
    border-radius: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 48px;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}
.woocommerce-product-gallery {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 20px;
}

.woocommerce-product-gallery .flex-viewport {
    grid-area: 1 / 2 / 2 / 3;
    min-width: 420px;
}

.woocommerce-product-gallery .flex-control-thumbs {
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%!important;
    border-radius: 8px!important;
    overflow: hidden;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 1!important;
}
.sort-box {
    border: 1px solid #505050;
    border-radius: 24px;
    padding: 48px 16px 24px 16px;
    width: 296px;
    position: absolute;
    right: 0;
    margin-top: 24px;
    background: #fff;
}

.sort-box .sort-close {
    position: absolute;
    top: 16px;
    right: 16px;
}

.sort-box {
    display: none;
}
button.btn.link-black.apply {
    display: none;
}
body.sort-open .sort-box {
    display: block;
}

.sort-bg,
.filter-bg {
    display: none;
}


body.sort-open .sort-bg,
body.filter-open .filter-bg {
    display: block;
  position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 50, 36, 0.2);
    z-index: 1100;
    backdrop-filter: blur(2px);
}

.sort-box.sort-open {
    z-index: 1112;
}

.btn.sort-submit,
.btn.sort-submit:hover,
.btn.sort-submit:focus {
    height: 48px;
    background: #000;
    border-radius: 0;
    padding: 0 24px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    font-weight: 600;
}
.btn-show-sort svg {
    stroke: #000;
    fill: transparent;
}
button.btn.btn-show-sort.sort-open svg {
    stroke: #fff;
}
button.btn.btn-show-sort.sort-open {
    background: #000;
    color: #fff;
}
.btn.btn-show-sort,
.btn.btn-show-sort:focus,
.btn.btn-show-sort:hover {
    border-radius: 0;
    height: 48px;
    border: 1px solid #505050;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    font-weight: 500;
}

.sort-panel {
    position: relative;

}
form.woocommerce-ordering {
    display: none;
}

nav.woocommerce-pagination.ajax-pagination ul {
    border: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    font-size: 16px;
}

.woocommerce nav.woocommerce-pagination svg {
    width: 24px;
    height: 24px;
}

.woocommerce nav.woocommerce-pagination ul li a {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    font-size: 16px;
    height: 48px;
    width: 48px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    width: 48px;
    height: 48px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.shop-main__meta h1 {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
}
.btn-show-sort {
    min-width: 123px;
}
.shop-main__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 24px;
    position: relative;
    z-index: 1;
    gap: 16px;
}
.price-values {
    margin-top: 17px;
    display: flex;
    justify-content: space-between;
}

.price-values > div {
    border: 1px solid #8b8b8b;
    border-radius: 20px;
    padding: 10px 12px;
    width: 121px;
    height: 48px;
    position: relative;
}

.price-values input, .price-values input:focus {
    display: inline-block;
    width: 94px;
    border: 0;
    font-size: 16px;
    color: #8b8b8b;
    font-weight: 400;
    background: transparent;
    padding-left: 15px;
    height: 25px;
    outline: none;
    box-shadow: none;
}

.price-values div span {
    position: absolute;
    left: 13px;
    top: 11px;
    font-size: 16px;
    color: #8b8b8b;
}

.filter-section.filter-price h4 {
    display: none;
}
nav.woocommerce-breadcrumb {
    margin: 0 0 40px !important;
}
.sort-form label span, 
.filter-content label span {
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    display: inline-block;
    padding-left: 28px;
    position: relative;
    transition: .12s;
}

.sort-form label span:before, .sort-form label span:after,
.filter-content label span:before, .filter-content label span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
}

.sort-form label span:before,
.filter-content label span:before {
    width: 18px;
    height: 18px;
    border: 1px solid #505050;
    border-radius: 2px;
    top: 5px;
    transition: .12s;
}
.sort-form label input:checked ~ span:before,
.filter-content label input:checked ~ span:before {
    border: 1px solid #000;
}
.sort-form label span:after,
.filter-content label span:after {
    width: 8px;
    height: 8px;
    background: #000;
    top: 10px;
    left: 5px!important;
    opacity: 0;
    transition: .12s;
}
.sort-form label input:checked ~ span:after,
.filter-content label input:checked ~ span:after {
    opacity: 1;
}
.sort-form label input:checked ~ span,
.filter-content label input:checked ~ span {
    font-weight: 600;
}
.sort-form label input,
.filter-content label input {
    display: none;
}
.filter-section {
    padding-right: 24px;
}

.filter-none .shop-main__side {
    display: none;
}
.shop-main__side > .filter-inner {
    display: flex;
    flex-direction: column;
    gap: 56px;
    margin: 0 0 56px;
}

.filter-summary {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 187%;
    text-transform: capitalize;
    padding: 0 24px 24px 0;
    justify-content: space-between;
    border-bottom: 1px solid #505050;
    margin: 0 0 0px;
}

#reset-filters, #reset-filters:focus {
    border: 1px solid #000;
    background: transparent;
    font-size: 16px;
    width: 145px;
    height: 40px;
    outline: none;
    box-shadow: none;
    color: #000;
}

.filter-section h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    margin: 0 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span.filter-toggle {
    cursor: pointer;
}

span.filter-toggle svg {
    transform: rotate(180deg);
    transition: .12s;
}

span.filter-toggle.open svg {
    transform: rotate(0deg);
}

.shop-main__content {
    display: flex;
    flex-direction: column;
}

ul.products-block {
    padding: 0;
}

p.woocommerce-result-count {
    display: none;
}

.shop-main {
    gap: 20px;
}

.products-block {
   display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.shop-main.filter-yes {
    grid-template-columns: 1fr 3fr;
}
.shop-main {
    display: grid;
    grid-template-columns: 1fr;
}

.filter-none .products-block {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.btn,
.btn:focus {
  padding: 0;
  outline: none;
  box-shadow: none;
  border: 0;
}

.preview-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.preview {
    border: 1px solid #000;
    border-radius: 24px;
    padding: 24px 40px;
}

.preview__img {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    margin: 0 0 24px;
}

.preview__img:before {
    content: '';
    display: block;
    padding-top: 58%;
}

.preview__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview__date {
    font-weight: 400;
    font-size: 16px;
    color: #003224;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
}

.preview h2 {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin: 0 0 16px;
}

.preview__desc {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 1.05;
}

.preview__date svg {
    position: relative;
    top: -1px;
}

.preview {
  position: relative;
}
.preview__link {
    text-align: right;
    margin-top: 20px;
}

.preview__link a:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  white-space: nowrap;
  z-index: 1;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    width: 100%;
    margin-top: 48px;
}

.nav-links svg {
    width: 24px;
    height: 24px;
}

.nav-links span, .nav-links a {
    width: 48px;
    height: 48px;
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-links span.current {
    background: #000;
    color: #fff;
    font-weight: 600;
}



.product-thumbnail {
    position: relative;
}

.product-thumbnail:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.product-thumbnail img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}


.bestseller .meta__arrow {
  display: none;
}

.meta__arrow {
    display: flex;
    gap: 24px;
}

.bestseller .swiper-pagination {
    position: relative;
    top: 0;
    bottom: auto;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.bestseller .swiper-pagination span {
    background: #c9cbd6;
    opacity: 1;
    margin: 0!important;
    width: 12px;
    height: 12px;
}

.bestseller .swiper-pagination span.swiper-pagination-bullet-active {
    background: #003224;
}

 .swiper-slide {
    height: auto!important;
}


.swiper.productList {
    padding: 10px;
}

.product-preview {
    border: 1px solid #000;
    border-radius: 24px;
    padding: 56px 16px 24px;
    box-shadow: 0 0 8px 0 rgb(0 50 36 / 0%);
    transition: .12s;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product-preview:hover {
    box-shadow: 0 0 8px 0 #003224;
}
.product-form {
    margin-top: auto;
}

.product-preview .btn-cart {
    background: #003224;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.product-preview .product-title {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin: 0 0 16px;
}

.variation-attribute label {
    margin: 0 16px 0 0;
}

.variation-attribute label:last-child {
    margin: 0;
}

.variation-attribute label:last-child {
    margin-right: auto;
}
.variation-attribute {
    display: flex;
    justify-content: space-between;
}
.variation-attribute label span {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    text-transform: lowercase;
    color: #505050;
    padding-left: 26px;
}

.variation-attribute label span:before {
    width: 20px;
    height: 20px;
    border: 1px solid #505050;
    content: '';
    display: block;
    border-radius: 2px;
    position: absolute;
    top: -1px;
    left: 0px;
}
.variation-attribute label input:checked ~ span {
    color: #000;
}
.variation-attribute label input:checked ~ span:before {
    border-color: #000;
}

.variation-attribute label input:checked ~ span:after {
    opacity: 1;
}

.variation-attribute label  span:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 2px;
    top:4px;
    left: 5px;
    position: absolute;
    opacity: 0;
}

.variation-attribute label input {
    display: none;
}
.variation-price {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 18px;
}
.variation-attribute > strong, .variation-attribute > br {
    display: none;
}
.qty-wrapper {
    margin: 16px 0;
}
.product-preview .product-price {
    display: none;
}




.product-preview .product-price {
    display: none;
}



.action-buttons a.tinvwl-icon-custom img {
    max-width: 24px!important;
    max-height: 24px!important;
    margin: 0!important;
}

.action-buttons a.tinvwl-icon-custom span {
    display: none;
}

.action-buttons a.tinvwl-icon-custom {
    display: flex;
}

.action-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
}
.preview-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* Page error */

.error p {
    max-width: 574px;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #66687c;
    margin: 0 auto 24px;
}

.error h1 {
    font-weight: 600;
    font-size: 56px;
    line-height: 93%;
    color: #26263b;
    margin: 0 0 24px;
}

.error {
    text-align: center;
}

.btn--black {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    padding: 0 24px 0 24px;
    height: 48px;
    background: #000;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    border-radius: 0;
}

.error {
    padding: 120px 0;
}

.error img {
    margin: 0 0 24px;
}



@media only screen and (max-width: 1199px) {

    body.menu-open .site-header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0px;
    }

    body.menu-open.admin-bar .site-header {
        top: 25px;
    }

    .top__menu #product-search-results {
    bottom: auto;
    top: 0px;
    transform: translate(0%, -100%);
}

    .menu-item-has-children span.submenu-toggle {
    transition: .12s;
    }
    .menu-item-has-children.open span.submenu-toggle {
        transform: rotate(180deg);
    }

    .product__top {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        align-items: flex-start;
    }
    .woocommerce-product-gallery .flex-viewport {
        min-width: auto;
    }
    span.product-cat {
        line-height: 1;
    }
    h1.product-title {
        font-size: 40px;
    }
    .price-block {
        font-size: 24px;
    }
    .price-block .variation-price {
        font-size: 24px;
    }
    .preview-button__block {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 16px;
    }
    .summary .qty-wrapper {
        margin: 0 auto 0 0;
    }
    .summary .btn.buy-now-button {
        width: 100%;
    }
    .product__middle {
        gap: 96px;
        grid-template-columns: 1fr;
        margin: 0 0 96px;
    }

    .delivery-default {
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 0px;
    }

    .delivery-block {
        position: relative;
        height: 384px;
    }

    .tab-product .tabs {
        margin: 0 auto;
    }

    .bestseller.related h2 {
        font-size: 40px;
    }
    .woocommerce-product-gallery {

        grid-template-columns: 64px 1fr;
    }
        div#cookie-popup {
        bottom: 40px;
        right: 20px;
        left: 20px;
    }

    form.checkout {
    gap: 24px;
    margin: 0 0 96px;
    }

  .black-tabs {
    max-width: 670px;
    margin: 0 auto;
}
  .error {
      padding: 56px 0 96px;
  }

  .error p {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
  }
  .error h1 {
      font-weight: 600;
      font-size: 32px;
      color: #26263b;
  }
  .error img {
      max-width: 585px;
  }

}

@media only screen and (max-width: 767px) {
  .error {
      padding: 46px 0 80px;
  }

  .error h1 {
      font-size: 24px;
  }
  .error img {
      max-width: 330px;
  }

}

/* Page error END */





.top__buttons {
  display: flex;
  gap: 20px;
}

#menu-main {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

/* menu */

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

@media only screen and (max-width: 1366px) {

.order-details__wrap {
    gap: 24px;
}

p.item-details__total {
    font-weight: 500;
    font-size: 20px;
    margin-left: auto;
}

.order-details__wrap {
    grid-template-columns: 220px 1fr;
}

  #menu-main {
    gap: 24px;
  }

  .container {
    padding: 0 20px;
  }

}

@media only screen and (min-width: 1200px) {

  .top__menu {
    margin: 0 auto;
  }
  

  #menu-main > li {
    display: flex;
    align-items: center;
  }

  #menu-main > li > a {
      font-weight: 400;
      font-size: 16px;
      color: #000;
      text-transform: uppercase;
      height: 56px;
      display: flex;
      align-items: center;
  }

  #menu-main > li.menu-item-has-children:hover > .submenu {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0%);
  }
  li.menu-item-has-children {
      display: inline-flex;
      gap: 8px;
      position: relative;
  }
  .submenu {
    background: #fff;
    list-style: none;
    border: 1px solid #000;
    border-radius: 24px;
    padding: 16px;
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 15px);
    transition: all .4s ease-in-out;
    position: absolute;
    left: 0;
    top: 100%;
  }


  .submenu a {
    font-size: 16px;
    color: #000;
    display: flex;
    min-height: 40px;
    align-items: center;
    padding: 0 40px 0 0;
    transition: .24s;
    min-width: 180px;
    position: relative;
  }

  .submenu a:hover {
    background: #000;
    color: #fff;
    padding: 0 40px 0 16px;
  }
  .submenu a:after {
      content: '';
      display: block;
      width: 24px;
      height: 24px;
      top: 50%;
      transform: translate(0px, -50%);
      border-radius: 50%;
      background: url(/wp-content/themes/wp-bootstrap-starter-master/img/menu/arrow-dark.svg) no-repeat center #fff;
      position: absolute;
      right: 16px;
      opacity: 0;
      transition: .24s;
  }

  .submenu a:hover:after {
    opacity: 1;
  }
}





span.submenu-toggle {
    display: block;
    width: 18px;
    height: 18px;
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/menu//drop-green.svg) no-repeat center;
    background-size: 18px;
}



/* burger menu */

.btn-menu {
  display: none;
}

.logo-white {
    display: none;
}

.site-header {
    height: 56px;
    display: flex;
    align-items: center;
    margin-top: 16px;
    position: relative;
    z-index: 11;
}


.btn-cart-product svg {
    opacity: 1;
    transition: .12s;
}

.btn-cart-product.add svg {
    opacity: 0;
}

.product-form .btn-cart-product {
    box-shadow: none!important;
}

.product-thumbnail {
    border-radius: 24px;
    overflow: hidden;
    margin: 0 0 16px;
}

.product-form .btn-cart-product:before {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/cart-check-dark.svg) no-repeat;
    background-size: 24px;
    background-position: 0%;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(0px, -50%);
    opacity: 0;
    transition: .12s;
}

.product-form .add.btn-cart-product:before {
    opacity: 1;
}

.product-preview  .btn-cart svg {
    opacity: 1;
    transition: .12s;
}

.product-preview .btn-cart.add svg {
    opacity: 0;
}

button.button.btn.btn-cart.add {
    box-shadow: 0 2px 4px 0 #004231;
}

button.button.btn.btn-cart {
    box-shadow: 0 0px 0px 0 #004231;
    transition: .12s;
}
a.btn.btn--heart svg {
    fill: transparent;
    stroke: #000;
}
.product-preview .btn-cart:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/cart-check.svg) no-repeat;
    opacity: 0;
    transition: .12s;
    background-size: contain;
}

.product-preview .btn-cart {
    position: relative;
}

.product-preview .btn-cart.add:before {
    opacity: 1;
}

.add-to-cart-response {
    display: none!important;
}


.product-form .btn-cart-product {
    position: relative;
}



.tab-content .text p {
    margin: 0 0 16px;
    font-size: 15px;
}

.tab-content .text p:last-child {
    margin: 0;
}

.tab-content .text p, .tab-content .text {
    font-size: 15px;
}
@media only screen and (max-width: 1199px) {

    .summary .preview-button__block button.button.btn.btn-quick-buy-now {
        width: 100%;
    }

.text-block-wrap,
    section.bestseller.related {
    margin: 0 0 96px;
}

  .submenu a {
    display: block;
    position: relative;
    padding-right: 30px;
  }

  .submenu a:after {
      content: '';
      display: block;
      width: 24px;
      height: 24px;
      top: 50%;
      transform: translate(0px, -50%);
      border-radius: 50%;
      background: url(/wp-content/themes/wp-bootstrap-starter-master/img/menu/arrow-dark.svg) no-repeat center #fff;
      position: absolute;
      right: 0px;
      opacity: 0;
      transition: .24s;
  }

  .submenu a:hover:after, .submenu li.current_page_item > a:after {
      opacity: 1;
  }

  .site-header {
    margin-top: 8px;
  }

  body.menu-open {
    overflow: hidden;
  }

  body.menu-open .logo-white {
      display: block;
  }

  body.menu-open .logo-main {
      display: none;
  }

  .top__logo {
      position: relative;
      z-index: 1;
  }

  

  .btn-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 24px;
    height: 24px;
    border: 1px solid transparent;
    border-radius: 50%;
  }

  .btn-menu span:first-child {
      display: block;
      border-radius: 2px;
      width: 20px;
      height: 2px;
      background: #000;
      transition: .12s;
  }

  .btn-menu:before, .btn-menu:after {
      content: '';
      display: block;
      border-radius: 2px;
      width: 20px;
      height: 2px;
      background: #000;
      position: absolute;
      top: 50%;
      transition: .12s;
  }

  .btn-menu.menu-open:before, .btn-menu.menu-open:after {
      width: 14px;
  }

  .btn-menu:before {
    transform: translate(0px, calc(-50% + 5px)) rotate(0deg);
  }

  .btn-menu:after {
      transform: translate(0px, calc(-50% - 5px)) rotate(0deg);
  }

  .btn-menu.menu-open span:first-child {
    opacity: 0;
  }

  .btn-menu.menu-open:before {
    transform: translate(0px, calc(-50% + 0px)) rotate(-45deg);
  }

  .btn-menu.menu-open:after {
      transform: translate(0px, calc(-50% - 0px)) rotate(45deg);
  }

  .btn-menu span:last-child {
    font-size: 16px;
    position: absolute;
    transform: translate(calc(-100% - 8px), -50%);
    top: 50%;
    left: 0;
    opacity: 0;
  }


  #menu-main {
    flex-direction: column;
    gap: 26px;
    align-items: center;
  }

  #menu-main > li > a {
      font-weight: 500;
      font-size: 32px;
      text-transform: uppercase;
  }

  #menu-main > li {
      line-height: 1;
  }

  .menu-item-has-children {
      position: relative;
  }

  .menu-item-has-children > a {
      padding-right: 22px;
  }

  .menu-item-has-children .submenu-toggle {
      position: absolute;
      top: 8px;
      right: 0px;
  }

  span.submenu-toggle {
      background: url(/wp-content/themes/wp-bootstrap-starter-master/img/menu//drop-white.svg) no-repeat center;
      background-size: 18px;
  }

  .submenu {
      list-style: none;
      padding: 0;
      padding-top: 24px;
      display: none;
  }

  .submenu > li > a {
      font-size: 24px;
      font-weight: 400;
  }

  .submenu > li {
      margin: 0 0 20px;
  }

  .submenu > li:last-child {
      margin: 0;
  }

  #menu-main a {
      color: #fff;
  }

 

  #menu-main .current_page_item > a {
      color: #9C9C9C;
      font-weight: 400;
  }

  .top__menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    transform: translate(101%, 0px);
    transition: .12s;
    padding: 80px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .top__buttons {
      margin-left: auto;
  }

  .btn-menu {
      margin-left: 12px;
  }

  body.menu-open .top__menu {
    transform: translate(0%, 0%);
  }

  .btn-menu.menu-open:before, .btn-menu.menu-open:after {
    background: #fff;
  }
  .btn-menu.menu-open {
      border: 1px solid #fff;
  }
  .btn-menu.menu-open span:last-child {
    opacity: 1;
    color: #fff;
  }
}


@media only screen and (max-width: 820px) {

    .delivery-block {
        position: relative;
        height: 254px;
    }

}

/* burger menu END */

@media only screen and (max-width: 767px) {

  .top__buttons > .btn--search {
      display: none;
  }
   
  .top__logo img {
    max-width: 56px;
  }
  .site-header {
    margin-top: 0px;
  }
  .container {
     padding: 0 16px;
  }

  #menu-main > li > a {
    font-size: 24px;
  }

  #menu-main {
    gap: 24px;    
  }

  .menu-item-has-children .submenu-toggle {
    top: 3px;     
  }
  .submenu > li > a {
    font-size: 16px;
  }
}

/* menu END */
section.categories h1 {
    text-align: left;
}

.slide-home__content h1, .slide-home__content .title {
    font-weight: 700;
    font-size: 56px;
    margin: 0 0 16px;
    max-width: 545px;
    line-height: 1.18;
}

.slide-home__content .desc {
    font-weight: 400;
    font-size: 20px;
    margin: 0 0 40px;
}

.slide-home {
    position: relative;
    border-radius: 48px;
    overflow: hidden;
}

.slide-home:before {
    content: '';
    display: block;
    padding-top: 59%;
}

.slide-home__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide-home__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-home__content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    width: 100%;
    color: #fff;
    padding: 0 40px;
}
main {
    margin-top: 40px;
}
.link-white {
    position: relative;
    border: 2px solid #000;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    height: 48px;
    display: inline-flex;
    gap: 8px;
    background: #fff;
    align-items: center;
    padding: 0 24px;
    box-shadow: 0 2px 4px 0 #006449;
    transition: .12s;
}

.link-white:hover {
  color: #000;
  box-shadow: 0 2px 4px 0 #00644900;
}

.link-white:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/menu/arrow-dark.svg) no-repeat center #fff;
    transition: .24s;
    z-index: 1;
}

.slogan {
    border-top: 1px solid #003224;
    border-bottom: 1px solid #003224;
    padding: 24px 0;
}

.slogan .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slogan span {
    font-size: 20px;
    font-weight: 600;
}

.firstscreen .container {
    position: relative;
}




.firstscreen .swiper-pagination-bullet {
    width: 48px;
    min-width: 48px;
    height: 48px;
    background: transparent;
    border: 1px solid rgb(255 255 255 / 32%);
    opacity: 1;
    margin: 0!important;
    position: relative;
}

.firstscreen .swiper-pagination-bullet:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.firstscreen .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #fff;
}
.firstscreen__arrow {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 16px;
}
.next svg {
    transform: rotate(180deg);
}

.prev, .next {
  cursor: pointer;
}
.firstscreen .swiper-pagination {
    display: flex;
    align-items: center;
    bottom: 0px !important;
    left: 0px !important;
    gap: 24px;
    width: auto !important;
    position: relative;
    top: 0px !important;
}
.firstscreen__elements {
    display: flex;
    align-items: center;
    gap: 48px;
    position: absolute;
    bottom: 85px;
    left: 80px;
}
.footer__main {
    padding: 56px 0;
    display: flex;
    justify-content: space-between;
}

.title-footer {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 24px;
    line-height: 1;
}

#menu-footer a {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    line-height: 1;
}

#menu-footer ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#menu-footer li {
    line-height: 1;
}

.footer__contact-box span {
    width: 24px;
    display: block;
}

.footer__contact-box p {
    display: grid;
    grid-template-columns: 24px auto;
    gap: 16px;
    margin: 0 0 20px;
}

.footer__contact-box p:last-child {
    margin: 0;
}

.footer__contact-box p, .footer__contact-box a {
    color: #000;
    font-size: 16px;
}

.footer__bottom {
    border-top: 1px solid #003224;
    padding: 56px 0 24px;
}



#menu-service ul {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

#menu-service a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1;
}

#menu-service {
    margin: 0 0 16px;
}

.footer__bottom .container {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.footer__info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__bottom .container {
    align-items: center;
}

.social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(2, 135, 97, 0.17);
    border-radius: 50%;
}

.social {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.categories-preview {
    display: flex;
}


.quantity-wrapper {
    display: inline-flex;
    align-items: center;
    border: 0px solid #ccc;
    border-radius: 0px;
    overflow: hidden;
}

.quantity-wrapper button.qty-btn, 
.quantity-wrapper button.qty-btn:focus {
    width: 24px;
    height: 24px;
    font-size: 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 0;
        color: #000;
}

.quantity-wrapper input.qty-input {
    width: 32px;
    height: 24px;
    border: none;
    font-size: 16px;
    outline: none;
    text-align: center;
    font-weight: 500;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Для Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Для Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.firstscreen .swiper-slide {
    opacity: 0 !important;
}

.firstscreen .swiper-slide.swiper-slide-active {
  opacity: 1!important;
}

.title-section {
    text-align: center;
    font-size: 56px;
    font-weight: 600;
    margin: 0 0 40px;
    line-height: 1.1;
}

.about .title-section {
    margin: 0 0 16px;
}

.about__block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.about__content p {
    font-weight: 400;
    font-size: 16px;
}

.about__content p {
    margin: 0 0 24px;
    line-height: 1.21;
}

.about__content p:last-child {
    margin: 0;
}

.about__content .text {
    margin: 0 0 32px;
}

.article-post__image {
    position: relative;
}

.image-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
}

.image-main:before {
    content: '';
    display: block;
    padding-top: 51%;
}

.image-main img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.article-post__main {
    position: relative;
    z-index: 1;
    background: #fff;
    margin: 0 100px;
    display: flex;
    flex-direction: column;
    padding: 40px;
    gap: 32px;
}

.article-post__date {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #003224;
    line-height: 1;
}

.article-post__main h1 {
    font-weight: 600;
    font-size: 56px;
    color: #000;
    line-height: 1.025;
}

.article-content p {
    line-height: 1.25;
    margin: 0 0 16px;
}

.article-content h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.article-content h4, .article-content h3, .article-content h5, .article-content h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.image-height {
    position: relative;
    width: 100%;
}

.image-height:before {
    content: '';
    display: block;
    padding-top: 37%;
}

.link-black,
.link-black:hover,
.link-black:focus {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: #000;
    padding: 0 24px;
    display: inline-flex;
    gap: 8px;
    height: 48px;
    align-items: center;
    border-radius: 0;
    justify-content: space-between;
}

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

.about__content > a {
    margin-left: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {

}
h1 {

}
h2 {

}
h3 {

}
h4 {

}
h5 {

}

p {
  margin-bottom: 0em;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {

}

.navbar-brand > a {

}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {

}

body:not(.theme-preset-active) #page-sub-header h1 {

}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {

}
a.page-scroller {

}



#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {

}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {

}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}


footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

.category-preview h3 {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #000;
    margin: 0;
}

.category-preview a {
    color: #000;
}

.category-preview {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category-preview__img {
    position: relative;
}

.category-preview__img:before {
    content: '';
    display: block;
    padding-top: 100%;
}

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

.category-preview a:before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    white-space: nowrap;
    z-index: 1;
}

.category-preview {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 2px solid rgb(0 50 36 / 0%);
    border-radius: 24px;
    padding: 16px 0;
    transition: .12s;
    cursor: pointer;
}

.category-preview:hover {
    border: 2px solid #003224;
}

.meta__nav {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-left: auto;
}

.title-section.title-small {
    font-weight: 600;
    font-size: 32px;
    color: #000;
    margin: 0;
}

.meta {
    margin: 0 0 40px;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

section {
  margin: 0 0 120px;
}
.meta__nav .prev,
.meta__nav .next {
    margin-top: 24px;
}
.label-icon {
    width: 18px;
    height: 18px;
    font-size: 10px;
    background: #003224;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    justify-content: center;
    line-height: 1;
    position: absolute;
    top: -4px;
    right: -7px;
}

a.header-cart-link {
    position: relative;
}

.about__left > div, .about__right > div {
    width: calc(100% + ((100vw - 1360px)/2));
    height: 100%;
    position: absolute;
    top: 0;
}

.about__left, .about__right {
    position: relative;
}

.about__left > div {
    right: 0;
    border-radius: 0 24px 0 0;
    overflow: hidden;
}

.about__right > div {
    left: 0;
    border-radius: 0 0 0 24px;
    overflow: hidden;
}

.about {
    overflow: hidden;
}

.about__left img, .about__right img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

h1.page-title {
    font-weight: 600;
    font-size: 32px;
    color: #000;
    margin: 0 0 40px;
}
.archive main {
    padding: 0 0 120px;
}
.breadcrumbs, 
.breadcrumbs a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    color: #505050;
}


.breadcrumbs .container > span:last-child {
    color: #000;
}
.breadcrumbs {
    margin: 0 0 56px;
}

.about-first__editor {
    border: 1px solid #505050;
    border-radius: 24px;
    padding: 56px 32px;
    background: #fff;
}

.about-first__logo {
    text-align: center;
    margin: 0 0 42px;
}

.about-first__editor h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 94%;
    margin: 0 0 32px;
}

.about-first__editor p {
    margin: 0 0 42px;
}

.about-first__editor p:last-child {
    margin: 0;
}


.about-first__wrap h1 {
    color: #000;
    font-weight: 600;
    font-size: 32px;
    margin: 0 0 32px;
}

.about-first__wrap {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}

.about-first__wrap h1 {
    grid-area: 1 / 7 / 2 / 13;
}

.about-first__content {
    grid-area: 2 / 6 / 3 / 13;
    position: relative;
}

.about-first__img {
    grid-area: 1 / 1 / 3 / 7;
    position: relative;
}

.about-first__img > div {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% + ((100vw - 1360px)/2));
    border-radius: 0 24px 24px 0;
        overflow: hidden;
}

.about-first__img > div:before {
    content: '';
    display: block;
    padding-top: 70%;
}

.about-first__img img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-first__editor p {
    line-height: 1.25;
}

.subtitle-green {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #003224;
    margin: 0 0 12px;
}

.title-medium {
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    color: #000;
}

.offer .title-medium {
    margin: 0 0 56px;
}

.offer-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.offer-item {
    border-right: 1px solid #003224;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 100px 0;
}

.swiper-slide:last-child .offer-item {
    border: 0;
}

.offer .swiper-slide {
    height: auto!important;
}
.offer-item {
    height: 100%;
}
.offer-item__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
}

.offer-item__desc {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    max-width: 280px;
}
.text {
    line-height: 1.21;
}


.choose .container {
    display: grid;
    grid-template-columns: 3.8fr 6fr 2.2fr;
}

.choose__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0 100px;
}

.choose__left {
    position: relative;
}

.choose__left:before {
    content: '';
    display: block;
    padding-top: 150%;
}

.choose__left > div {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% + ((100vw - 1360px)/2));
    height: 100%;
}

.choose__left > div img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.choose__right {
    position: relative;
}

.choose__right > div {
    position: absolute;
    width: calc(100% + ((100vw - 1440px)/2) + 40px);
    left: 0;
    top: 0;
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 16px;
    height: 100%;
}

.choose {
    overflow: hidden;
}

.choose__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.choose {
    margin: 0;
}


button.btn-submit,
button.btn-submit:focus {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    background: #000;
    border: 0;
    height: 48px;
    width: 178px;
    border-radius: 0;
    outline: none;
}

.field input, .field input:focus {
    border: 1px solid #505050;
    padding: 10px 24px;
    width: 240px;
    height: 48px;
    border-radius: 0;
    outline: none;
    color: #000;
    box-shadow: none;
}

.field input::placeholder {
    color: #505050;
}


.footer__sub .fields {
    display: flex;
    align-items: flex-start;
}

.footer__sub .field {
    max-width: 238px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin: 0;
    padding: 0;
    text-align: left;
    border: 0;
    font-size: 12px;
}

.footer__contact {
    max-width: 315px;
}

.footer__sub {
    max-width: 420px;
}

p.subscribe_text {
    font-weight: 400;
    font-size: 16px;
    color: #505050;
    line-height: 1.2;
    margin-top: 24px;
}






.bestseller .title-section {
    margin: 0;
}

.bestseller .meta {
  margin: 0 0 30px;
}

@media only screen and (max-width: 1440px) {

    .price-wrap {
    gap: 5px;
    }

    .variation-price {
        font-size: 16px;
    }

    .price-wrap > span {
        font-size: 16px;
    }

    .shop-main.filter-yes {
        grid-template-columns: 1fr 3.25fr;
    }

    .swiper.productList {
        padding-right: 50px;
    }
  .choose__left > div,
  .choose__right > div,
  .about-first__img > div,
  .about__left > div,
  .about__right > div {
    width: calc(100% + 40px);
  }

  .related-wrap {
    margin: 0 -40px 0 -10px;
    }

}

@media only screen and (max-width: 1366px) {

.contact-page {
    grid-template-columns: 5fr 6fr;
}

    .related-wrap {
    margin: 0 -20px 0 -10px;
}
  .firstscreen__elements {
      left: 60px;
  }
  .choose__left > div,
  .choose__right > div,
  .about-first__img > div,
  .about__left > div,
  .about__right > div {
    width: calc(100% + 20px);
  }
}

section.about-first {
    margin: 0 0 80px;
}

@media only screen and (max-width: 1280px) {
    .price-wrap > span,
    .variation-price span.price-label {
        display: none;
    }

}

.btn.btn-panel-color {
    background: #fff;
    height: 48px;
    border-radius: 0;
    color: #000;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 24px;
    border: 1px solid #000;
}

.btn.btn-panel-color.filter-open {
    background: #000;
    height: 48px;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 24px;
}
.btn.btn-panel-color svg {
    stroke: #000;
    fill: transparent;
}
.btn.btn-panel-color.filter-open svg {
    stroke: #fff;
}
.btn.btn-filter-close {
    display: none;
}
.mobile-panel {
    display: none;
}
.map {
    margin: 120px 0;
}

.search-wrap .search-panel {
    padding: 12px 72px 12px 24px;
}
.search-wrap.search-open {
    width: 380px;
}

.top__buttons .product-search-wrapper {
    width: 100%;
    max-width: 100%;
}

.top__buttons .search-results-inner {
    border-radius: 0;
    border: 0;
}

.search-wrap .search-panel .btn-search-icon {
    left: auto;
    right: 86px;
}

.search-wrap input {
    border-bottom: 1px solid #003224;
}

.search-wrap .search-panel input {
    padding: 0 40px 0 16px;
}

.favorites-empty {
    margin: 80px 0 120px;
}

.favorite-products h1 {
    font-weight: 600;
    font-size: 56px;
    text-align: left;
    margin: 0 0 40px;
    line-height: 1;
}
.non .other {
    display: none !important;
}

.favorite-relate {
    display: none;
}

.non .favorite-relate {
    display: block;
}

.other {
    margin-top: 80px;
}
.term-34 .product-thumbnail,
.term-35 .product-thumbnail,
.term-36 .product-thumbnail,
.term-37 .product-thumbnail {
    border-radius: 64px;
    border: 1px solid #000;
}

    .top__menu .product-search-wrapper  {
    display: none;
}
@media only screen and (max-width: 1199px) {
h2.title-paasword {
    font-weight: 600;
    font-size: 32px;
    margin: 0;
}
    .order-card {
    padding: 24px 16px;
}
    p.item-details__name {
        min-width: 200px;
        max-width: 200px;
        line-height: 1.1;
    }

.top__menu div#product-search-results {
    display: none;
}

    .archive.tax-product_cat .text-block-wrap {
    margin: 80px 0 0 0;
}

.top__menu .product-search-wrapper {
    display: block;
    background: rgba(2, 135, 97, 0.17);
    border-radius: 50px;
    margin: 0 auto;
    border: 1px solid #505050;
    margin-top: 80px;
}

.top__menu .product-search-wrapper input, .top__menu .product-search-wrapper input::placeholder {
    color: #fff;
}
    .filter-none .shop-main__side {
    display: block;
}

.shop-main.filter-none button.btn.btn-filter-show.btn-panel-color {
    display: none;
}

    .filter-none .products-block {
    grid-template-columns: 1fr 1fr 1fr;
}
    button.btn.link-black.apply {
    margin: 0;
}
.filter-section.best-in-cat > h3 {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
}
    .price-wrap > span, .variation-price span.price-label {
        display: inline-block;
    }

    .price-values {
    width: 100%;
    align-items: center;
}
#price-slider {
    width: 100%;
}
.best-in-cat {
    padding-top: 0px;
    border-top: 0px solid #505050;
}
.filter-section.filter-price {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
    .sort-box.sort-open {
    z-index: 1112;
}
    .favorite-products h1 {
    font-size: 40px;
    margin: 0 0 24px;
}

.filter-inner.filter-open {
    z-index: 1112;
}
button.btn.link-black.apply {
    display: flex;
}

.favorite-blocks {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}
.favorites-empty {
    margin: 80px 0 96px;
}
 .favorites-empty h2 {
    font-size: 32px;
    margin: 0;
}
.favorites-empty p {
    margin: 12px auto;
    font-size: 16px;
}
.mobile-panel__nav-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mobile-panel__nav .product-search-wrapper {
    width: 100%;
    max-width: 100%;
}

#green-search form.dgwt-wcas-search-form {
    padding: 0;
}



div#green-search .dgwt-wcas-sf-wrapp {
    padding: 0;
}

div#green-search .dgwt-wcas-sf-wrapp input.dgwt-wcas-search-input {
    border: 0;
    height: 48px;
    color: #000;
    padding: 0 20px 0 80px;
}

div#green-search .dgwt-wcas-sf-wrapp input.dgwt-wcas-search-input::placeholder {
    color: #000;
}

div#green-search  button.dgwt-wcas-search-submit {
    right: auto;
    left: 25px;
    top: 50%;
    transform: translate(0, -50%);
}


.map-pop .social {
    gap: 8px;
    justify-content: flex-start;
}

.map-pop .social a {
    width: 24px;
    height: 24px;
    background: transparent;
}
.map-pop {
    left: 40px;
}

.acf-map-container iframe {
    width: 100%;
    height: 310px;
}
.text-page h1 {
    font-size: 32px;
}
.contact-page {
    grid-template-columns: 1fr;
    gap: 96px;
}
.contact-page__right h1 {
    font-size: 40px;
}
.map {
    margin: 96px 0;
}

.text-page {
    padding: 0;
    margin: 0 0 96px;
}

    .article-post__main {
    margin: 0;
    padding: 40px 20px;
}

.mobile-panel {
    display: block;
    position: relative;
        z-index: 1;
}
.article-post__main h1 {
    margin: 0;
    font-size: 32px;
}

.shop-main__meta {
    display: none;
}
.mobile-panel__nav {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
}

.mobile-panel__nav .sort-panel {
    margin-left: auto;
}

.mobile-panel {
    margin: 0 0 32px;
}

.mobile-panel__title {
    font-weight: 600;
    font-size: 32px;
    margin: 0 0 32px;
    line-height: 1.2;
}
.btn.btn-filter-close {
    display: flex;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2;
}

.shop-main__side > .filter-inner {
        display: none;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0;
        border: 1px solid #505050;
        border-radius: 24px;
        padding: 72px 44px 24px 44px;
        position: absolute;
        transform: translate(0%, 100%);
       
        left: 0;
        bottom: -40px;
        background: #fff;
}

.filter-inner.filter-open {
        display: flex;
        row-gap: 32px;
}

.shop-main__side > .filter-inner > div {
    width: 50%;
}

.shop-main__side {
    position: relative;
}

.filter-summary {
    width: 100%!important;
    order: 2;
    flex: 1 0 auto;
    max-width: 100%;
    padding: 0;
    border: 0;
}

button.btn.link-black.apply {
    order: 2;
    flex: 1 0 auto;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    border: 0;
    margin-top: 24px;
}

    .shop-main.filter-yes {
    grid-template-columns: 1fr;
}
    
    .account,
    .woocommerce-orders .account {
    grid-template-columns: 1fr;
}

.account__side {
    max-width: 100%;
}

.user-side__hello {
    font-size: 24px;
    padding: 0;
    margin: 0;
    border: 0;
}

.user-side__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-mobile a.logout-link {
    margin: 0;
}

.user-side__meta {
    border-bottom: 1px solid #414143;
    padding: 0 0 32px;
}

.user-side__menu {
    padding: 16px 0;
    margin-bottom: 40px;
}
form.edit-account {
    max-width: 100%;
}
.user-side__menu ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.user-side > a, .user-side > .help {
    display: none!important;
}

.account {
    gap: 0;
}

.user-mobile-content {
    display: block;
    max-width: 325px;
}

.user-side__hello br {
    display: none;
}


.user-side .user-mobile {
    display: block;
}
.delivery-gift.delivery-default > div:nth-child(1) {
    top: 28px;
}
.delivery-default.delivery-gift {
    max-width: 535px;
}
  .bestseller .meta {
    margin: 0 0 22px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .bestseller .meta__arrow {
    display: flex;
  }
  .footer__bottom {
    padding: 32px 0 45px;
  }
  .footer__main {
    padding: 32px 0;
    flex-wrap: wrap;
  }
  .footer__sub {
      max-width: 100%;
      flex: 1 0 auto;
      width: 100%;
      margin-top: 56px;
  }
  span.copy {
      font-size: 12px;
  }
  #menu-service a {
      font-size: 12px;
  }
  #menu-service {
      margin: 0 0 12px;
  }
  p.developed {
      font-size: 14px;
  }
  .preview-items {
    gap: 20px;
  }
  .archive main {
      padding: 0 0 96px;
  }
  .preview {
    padding: 24px 16px;
  }
  .preview h2 {
    font-size: 16px;
  }
  section.about-first {
    margin: 0 0 96px;
  }
  section.offer {
    margin: 0 0 96px;
  }
  .offer .title-medium {
    margin: 0 0 30px;
  }
  .offer-item {
    padding: 52px 20px;
  } 
  .offer-item__title {
    font-size: 24px;
  }
  .choose__content {
    padding: 0 52px;
  } 
  .about-first__editor {
    padding: 32px 24px;
  }
  .about-first__editor h2 {
    font-size: 24px;
    margin: 0 0 16px;
  }
  .about-first__editor p {
    margin: 0 0 24px;
  }
  .about-first__wrap h1 {
    margin: 0 0 16px;
  }
  .breadcrumbs {
    margin: 0 0 24px;
  }
  .about-first__wrap h1 br {
    display: none;
  }
  .title-section {
    font-size: 40px;
    margin: 0 0 32px;
  }
  .firstscreen__elements {
      left: 60px;
  }
  .slide-home:before {
    padding-top: 63%;
  }
  .slide-home__content .desc {
    font-size: 16px;
  }
  .slide-home__content {
    padding: 0 20px;
  }
  .slide-home__content h1, .slide-home__content .title {
    font-size: 40px;
    max-width: 388px;
  }
  .slide-home__content {
    transform: translate(0, -58%);
  }
  .slide-home__content .desc {
    margin: 0 0 24px;
  }
  .firstscreen__elements {
        left: 40px;
        bottom: 30px;
        gap: 24px;
  }
  .firstscreen .swiper-pagination-bullet {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .firstscreen .swiper-pagination-bullet:before {
      width: 6px;
      height: 6px;
  }
  .firstscreen .swiper-pagination {
      gap: 16px;
  }

  .tab-product {
    margin-left: 0px;
    }
}
.menu-open a.header-cart-link {
    display: none;
}
.mobile-title {
    display: none;
}
@media only screen and (max-width: 991px) {




.products-block,
.filter-none .products-block {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.mobile-panel__nav {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
    .favorite-blocks {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
    .text-block h2 {
    font-size: 20px;
    margin: 0 0 24px;
}

form.checkout {
    grid-template-columns: 1fr;
}
.checkout-cart > div {
    border-left: 0px solid #000;
    padding-left: 0px;
    border-top: 1px solid #000;
    padding-top: 40px;
}
  section.text,
  .text-block-wrap {
    margin: 0 0 80px;
  }

  .faq-question {
    font-size: 16px;
  }
  .faq-block {
      grid-template-columns: 1fr 1fr;
      gap: 20px;
  }
  .faq-answer {
      font-weight: 400;
      font-size: 16px;
      color: #000;
      padding: 16px 8px;
      line-height: 1.12;
  }
  .faq-link {
    flex-direction: column;
    align-items: flex-end;
    padding-top: 32px;
  }
  .reviews-block:before {
    top: 16px;
    bottom: 16px;
  }

  .reviews-block .container .swiper {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .review-name {
      margin: 0 0 24px;
  }
  .review-text {
      margin: 0 0 24px;
  }
  .review-item {
      padding: 24px 0 24px 32px;
      align-items: flex-start;
  }
  .choose__left:before {
    content: '';
    display: block;
    padding-top: 78%;
  }

  .choose .container {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 40px;
  }

  section.choose {
    margin: 0 0 96px;
  }

  .choose__left {
    grid-area: 1 / 1 / 2 / 5;
  }

  .choose__content {
    grid-area: 2 / 1 / 3 / 5;
    align-items: flex-start;
    padding: 40px 20px 0 0 ;
  }

  .choose__right {
      grid-area: 2 / 5 / 3 / 7;
  }

  .about-first__wrap {
    grid-template-columns: repeat(6, 1fr);
  }

  .about-first__wrap h1 {
      grid-area: 1 / 1 / 2 / 6;
  }
  .about-first__img:before {
      content: '';
      display: block;
      padding-top: 60%;
  }
  
  .about-first__img {
      grid-area: 2 / 1 / 3 / 6;
  }

  .about-first__content {
      grid-area: 3 / 2 / 4 / 7;
  }

  .about__block {
      grid-template-columns: repeat(6, 1fr);
      column-gap: 20px;
      row-gap: 40px;
  }

  .about__left {
      grid-area: 1 / 1 / 2 / 2;
  }

  .about__content {
      grid-area: 2 / 1 / 3 / 4;
  }

  .about__right {
      grid-area: 2 / 4 / 3 / 7;
  }

  .about__left:before {
      content: '';
      display: block;
      padding-top: 76%;
  }

  .about__left {
      grid-area: 1 / 1 / 2 / 5;
  }

  
  .faq-block__img {
      position: relative;
      border-radius: 0 200px;
      overflow: hidden;
  }

  .faq-block__img:before {
      content: '';
      display: block;
      padding-top: 89%;
  }

  .faq-block__img img {
      border-radius: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
}


@media only screen and (max-width: 860px) {
.order-item {
    flex-direction: column;
    gap: 16px;
}
.order-item {
    flex-direction: column;
    gap: 10px;
}

.wrap-img {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mobile-title {
    display: block;
}

p.item-details__name {
    display: none;
}
}

@media only screen and (max-width: 768px) {
  .swiper.sliderCat {
      padding-right: 18%;
  }

  .meta__nav .prev, .meta__nav .next {
    margin-top: 24px;
  }
  .meta__nav {
    gap: 20px;
  }
  .meta {
    margin: 0 0 24px;
  }

}

.firstscreen__arrow svg {
  stroke: #fff;
  fill: none;
}
section.firstscreen {
    margin: 0 0 40px;
}


.offer-arrow {
  display: none;
}
.mob-el {
  display: none!important;
}


.input-icon {
  position: relative;
}

.input-icon:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0%, -50%);
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/mail.svg) no-repeat center;
}

button.show-password-input,
button.show-password-input:hover,
button.show-password-input:focus {
    width: 24px;
    height: 24px;
    right: 16px !important;
    outline: none;
    box-shadow: none;
}

.woocommerce form .show-password-input::before, 
.woocommerce-page form .show-password-input::before {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/show.svg) no-repeat center;
  width: 24px;
  height: 24px;
}


.woocommerce form .show-password-input.display-password::before, 
.woocommerce-page form .show-password-input.display-password::before {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/hide.svg) no-repeat center;
  width: 24px;
  height: 24px;
}


.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
    padding-left: 52px!important;
}

.map-pop.map-open {
    display: none;
}
.woocommerce-orders li.link-2 {
    text-decoration: underline;
}
.hide-form {
    display: none;
}
.woocommerce-MyAccount-content {
    padding-top: 40px;
}
.woocommerce-edit-account li.link-3 {
    text-decoration: underline;
}

@media only screen and (max-width: 782px) {
    body.menu-open.admin-bar .site-header {
        top: 38px;
    }
}
span.price del {
    display: none !important;
}

@media only screen and (max-width: 744px) {

    .top__buttons > .search-block > button.btn.btn--search {
    display: none;
    }

    #shipping_fields_block #customer_details p#billing_address_1_field {
        grid-area: auto;
        order: 5;
    }

    h2.title-paasword {
    font-weight: 600;
    font-size: 24px;
    margin: 0;
}
.newsl-block {
    grid-template-columns: 1fr;
}
    .order-summary {
    grid-template-columns: 1fr;
}
.order-details__wrap {
    grid-template-columns: 1fr;
}
.order-side {
    order: 2;
}
.order-details__wrap {
    padding-top: 0px;
}
.account__side a.logout-link {
    gap: 8px;

}

.order-footer {
    display: flex;
    justify-content: space-between;
}
.order-card {
    padding: 24px;
}
.order-footer {
    font-size: 16px;
    font-weight: 500;
}
.no-order h3 {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 32px;
    line-height: 1;
}
    .filter-none .products-block {
        grid-template-columns: 1fr ;
    }

    .shop-main.filter-none .mobile-panel__nav-wrap {
    grid-template-columns: 1fr;
}

.shop-main.filter-none .sort-panel button.btn.btn-show-sort {
    justify-content: center;
}
body.sort-open .filter-none .sort-box {
    right: 0;
    left: auto;
}

    .mobile-panel__title {
    font-size: 24px;
}

nav.woocommerce-breadcrumb {
    margin: 0 0 24px !important;
}

.shop-main__side > .filter-inner {
    padding: 70px 16px 40px;
}
.shop-main__side > .filter-inner {
    padding: 70px 16px 40px;
    flex-direction: column;
    width: 100%;
}

    .shop-main__side > .filter-inner > div {
        width: 100%;
    }
.mobile-panel__nav {
    grid-template-columns: 1fr;
}
.mobile-panel__nav-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.mobile-panel__nav-wrap .sort-panel, .mobile-panel__nav-wrap .sort-panel > button {
    width: 100%;
}

.shop-main {
    gap: 8px;
}
.products-block {
    grid-template-columns: 1fr;
}

.sort-box {
    right: auto;
    left: 0;
}

.favorite-blocks {
    grid-template-columns: 1fr;
}

.favorites-empty {
    margin: 40px 0 80px;
}
.favorites-empty h2 {
    font-size: 24px;
}

    .map-popup-panel {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: 100%;
        height: 1px;
    }

    .map-pop {
        left: 40px;
        right: 40px;
        margin: 0 auto;
        width: auto;
        max-width: 100%;
        top: 0px;
        transform: translate(0px, 10px);
    }


    .page-template-page-contact main#main {
        margin: 16px 0 160px;
    }

    .contact-big-image {
        max-width: 260px;
    }
        .map {
        margin: 80px 0;
    }
    .contact-smal-image {
        max-width: 120px;
        transform: translate(75px, 124px);
        right: 0;
    }
    .contact-page__right h1 {
    font-size: 24px;
}
.contact-form .fields {
    grid-template-columns: 1fr;
}
.field.field--full {
    grid-area: auto;
}
    .contact-page {
        grid-template-columns: 1fr;
        gap: 80px;
    }
    .text-page {
    padding: 0;
    margin: 0 0 80px;
}

    .article-post__main h1 {
    margin: 0;
    font-size: 24px;
}

    .user-side__menu ul {
    flex-direction: column;
}
.user-side__menu ul {
    flex-direction: column;
}

.user-side__hello {
    font-size: 16px;
}
h3.user-title {
    font-size: 24px;
    margin: 0 0 24px;
}
form.edit-account {
    grid-template-columns: 1fr;
}

form.woocommerce-EditAccountForm.edit-account p:last-child {
    grid-area: auto;
    margin-top: 24px;
}
p.help__title {
    margin: 48px 0 16px;
}
.user-mobile-content {
    max-width: 100%;
}
.help a {
    font-size: 16px;
}
.user-side__hello br {
    display: block;
}
.user-side__hello br {
    display: block;
}
.user-side__hello {
    font-size: 16px;
}

    .delivery-default.delivery-gift {
        margin: 0 0 0px;
        height: 680px;
        position: relative;
    }


    .delivery-gift.delivery-default > div:nth-child(1) {
        left: 46px;
        top: 0;
        transform: translate(0px, 0px);
    }

    .delivery-gift.delivery-default > div:nth-child(2) {
        bottom: auto;
        top: 220px;
        left: 0px;
    }

    .delivery-default.delivery-gift {
        max-width: 320px;
        margin: 0 auto;
    }

    .delivery-gift.delivery-default > div:nth-child(3) {
        right: 0;
        bottom: 225px;
    }

    .delivery-gift.delivery-default > div:nth-child(4) {
        right: 32px;
        bottom: 0;
    }

    .delivery-gift.delivery-default > div:nth-child(3):before {
        transform: translate(-37px, 81px) rotate(107deg);
    }

    .text-block-wrap,
    section.bestseller.related {
        margin: 0 0 96px;
    }
    .woocommerce div.product div.summary {

        max-width: 100%;
    }
    .delivery-default.delivery-gift {
        max-width: 320px;
        margin: 0 auto;
    }

    .related-wrap {
        margin: 0 -10px 0 -10px;
    }
       .swiper.productList {
        padding-right: 10px;
    }

    .tab-product .tabs {
    gap: 24px;
}

.tab-content .text {
    order: 2;
}

.tab-content .custom-block {
    order: 1;
    text-align: center;
}

.summary .preview-button {
    width: 100%;
    max-width: 100%;
    margin: 0 0 80px;
}

.delivery-default {
    width: 320px;
    margin: 0 auto;
    height: 465px;
}

.delivery-default > div:nth-child(2) {
    bottom: 140px;
}

.delivery-default > div:nth-child(1) {
    left: 52%;
}

.delivery-default > div:nth-child(2):before {
    right: 28px;
}

.bestseller.related h2 {
    font-size: 24px;
}

.bestseller.related .meta {
    margin: 0 0 16px;
}

.tab-buttons .btn {
    width: 100%;
}

.tab-buttons {
    display: flex;
    width: 100%;
}
.bestseller.related .meta__arrow {
    gap: 16px;
}
    main {
    margin-top: 16px;
}
h1.product-title {
    line-height: 1.1;
}
.product__top {
    grid-template-columns: 1fr;
    gap: 40px;
}
.delivery-default {
    position: relative;
}
.delivery-block {
    position: relative;
    height: auto;
}
.tab-content {
    grid-template-columns: 1fr;
    gap: 24px;
}
.cookie-box {
    padding: 32px 24px;
}
.cookie-box p {
    margin: 0 0 24px;
}
.cookie-box h2 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 15px;
}
.cookie-buttons button {
    width: 100%;
}
.cookie-buttons {
    flex-direction: column;
    gap: 8px;
}
tr.order-total th, tr.order-total td {
    font-size: 24px;
}
  .faq-block {
    grid-template-columns: 1fr;
  }
.check-title {
    font-size: 24px;
}
.cart-item-thumb {
    width: 80px;
    height: 80px;
}
.cart-item {
    gap: 16px;
    align-items: flex-start;
    position: relative;
}
.custom-checkout-agreement span {
    position: relative;
    padding-left: 40px;
    display: block;
    line-height: 1.2;
}

.custom-checkout-agreement span:before, .custom-checkout-agreement span:after {
    top: 6px;
}
.cart-item-name {
    font-size: 16px;
    margin: 0 0 16px;
}
    button#apply-custom-coupon {
        width: auto;
        flex: 1 0 auto;
    }
fieldset#wc-stripe-upe-form {
    width: 100%;
    height: auto;
    background-size: cover;
    border-radius: 24px;
    overflow: hidden;
}

.contact-fields,
#shipping_fields_block #customer_details > div {
    grid-template-columns: 1fr;
}

fieldset#wc-stripe-upe-form {
    padding: 55px 14px 40px;
}
  h2.title-login {
      font-size: 24px;
      text-align: center;
      margin: 0 0 32px;
      line-height: 1;
  }
  .review-block__img {
    position: relative;
    width: 100%;
  }
  .login-add {
      margin: 16px 0 24px;
  }
  .reg-policy {
    margin-top: 16px;
  }
  .woocommerce-account main {
    margin-bottom: 80px;
}
  .review-block__img:before {
      content: '';
      display: block;
      padding-top: 71%;
  }

  .review-block__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .review-item {
      padding: 32px 16px;
  }

  .reviews-block .container .swiper {
      margin: 0;
      max-width: 100%;
  }

  .reviews-block:before {
      opacity: 0;
  }

  .review-nav {
      margin-top: 28px;
  }

  
span.copy.main-el {
    display: none;
}
.mob-el {
    display: block !important;
}
#menu-service ul {
    flex-direction: column;
    gap: 16px;
}
#menu-service {
    margin: 0;
}
.footer__info #menu-service {
    display: none;
}
span.copy.mob-el {
    margin: 0 0 40px;
}
.slogan span {
    font-size: 15px;
}
.slogan img {
    max-width: 56px;
}
.footer__contact {
    width: 100%;
    flex: 1 0 auto;
    max-width: 100%;
    margin: 0 0 40px;
}
.footer__sub button.btn-submit {
    width: 120px;
    max-width: 120px;
}
.field input {
    width: 100%;
}
.footer__bottom .container {
    flex-direction: column;
    gap: 40px;
}
span.copy {
  font-size: 16px;
}
#menu-service a {
 font-size: 16px;
}
.footer__contact-box p:first-child {
    max-width: 300px;
}
.footer__contact-box p {
    margin: 0 0 24px;
}
  .preview-items {
    grid-template-columns: 1fr;
  }

  section.offer,
  section.about-first {
      margin: 0 0 80px;
  }

  .archive main {
        padding: 0 0 80px;
  }
  h1.page-title {
      font-size: 24px;
  }
  .offer-arrow {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin: 0 0 30px;
  }

  .choose__left {
    grid-area: 1 / 1 / 2 / 7;
  }
  .choose__left > div {
    width: calc(100% + 32px);
    right: -16px;
  }
  .choose__content {
    grid-area: 2 / 1 / 3 / 7;
    padding: 0;
  }
  .offer-item {
    padding: 52px 20px 52px 0;
  }
  .swiper.offer-items {
    max-width: 230px;
    margin: 0 auto;
  }
  .choose__right {
    grid-area: 3 / 1 / 4 / 7;
  }
  .choose__right {
    display: flex;
    justify-content: flex-end;
  }
  .choose__right > div {
      width: calc(75% + 16px);
      position: relative;
      left: auto;
      right: -16px;
  }
  section.choose {
    margin: 0 0 80px;
  }
  .about-first__wrap h1 {
    font-size: 24px;
    grid-area: 1 / 1 / 2 / 7;
  }
  .about-first__img {
    grid-area: 2 / 1 / 3 / 7;
  }
  .about-first__img > div {
    width: calc(100% + 32px);
    right: -16px;
  }
  .about-first__content {
    grid-area: 3 / 1 / 4 / 7;
  }
  .about__block > div {
    grid-area: auto;
  }

  .about__left:before, .about__right:before {
    content: '';
    display: block;
    padding-top: 71%;
  }
  .about__left > div, .about__right > div {
        width: calc(100% + 32px);
  }
  .about__left > div {
    right: -16px;
  }
  .about__right > div {
    left: -16px;
  }
  .about__block {
      grid-template-columns: 1fr;
  }
  .title-section.title-small {
    font-size: 24px;
  }
  section.firstscreen {
    margin: 0 0 80px;
  }
  .firstscreen__arrow svg {
    stroke: #003224;
    fill: none;
  }
  .slide-home__content {
    padding: 0 16px;
  }
  .slide-home__content h1, .slide-home__content .title {
    font-size: 20px;
    max-width: 210px;
    margin: 0 0 8px;
  }
  .slide-home__content .desc {
    font-size: 12px;
    max-width: 147px;
    margin: 0 0 16px;
  }
  .slide-home .link-white {
    height: 32px;
    padding: 0 8px;
    font-size: 12px;
    gap: 4px;
  }
  .slide-home__content {
    transform: translate(0, -50%);
  }
  .firstscreen .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #003224;
  }
  .firstscreen .swiper-pagination-bullet:before {
    background: #003224;
  }
  .firstscreen__elements {
    position: relative;
    left: 0;
    bottom: 0;
    padding: 0 16px;
    margin-top: 16px;
  }
  .firstscreen .swiper-pagination-bullet {
    border: 1px solid rgb(0 50 36 / 32%);
  }
}

@media only screen and (max-width: 520px) {
  .swiper.sliderCat {
      padding-right: 0%;
  }

  #custom-coupon-wrapper div {
    flex-direction: column;
    }

    input#custom-coupon-code {
        height: 56px;
    }
}