body {
    padding: 0;
    margin: 0;
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    overflow-x: hidden;
}

button {
    cursor: pointer;
}

a {
    color: #0C0C26;
    text-decoration: none;
    cursor: pointer;
    z-index: 12;
    position: relative;
}

header a,
footer a {
    color: #0C0C26;
    text-decoration: none;
    font-weight: 300;
}

p {
    font-family: 'Ruberoid';
    color: rgba(12, 12, 38, 0.6);
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
}


menu,
ul {
    list-style: none;
    padding-inline-start: 0;
}

.menu-menu_left-container {
    /*margin-right: 80px;*/
}

.menu-menu_right-container {
    /*margin-left: 80px;*/
}

.menu_icon {
    padding-top: 0;
    position: relative;
    top: 3px;
    right: 0px;
}

/* CART DESKTOP */
li.cart_desktop {
    position: relative;
}

.container-main {
    max-width: 1280px;
    margin: auto;
    width: 100vw;
    height: auto;
}

.container-full {
    max-width: 1440px;
    margin: auto;
    width: 100vw;
    height: inherit;
}

.effects_cart {
    position: absolute;
    z-index: 9999999999;
    right: -40px;
    top: 0;
}

.trio-mini-cart__product--img img {
    width: 80px;
    border-radius: 20px;
}

.trio-quantity__value {
    width: 33.33333%;
    display: block;
    font-weight: bold;
    text-align: center;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    background: 0 0;
    color: #000;
    padding: 0;
    line-height: 48;
    font-size: 14px;
}

.trio-quantity__arrows {
    width: 33.33333%;
    display: block;
    cursor: pointer;
    position: relative
}

a.trio-mini-cart__product--remove.remove {
    position: absolute;
    left: 0;
    margin-top: -6px;
    background: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    border-radius: 10px;
    justify-content: space-around;
    align-items: center;
    opacity: 0.8;
    box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
}

a.trio-mini-cart__product--remove.remove img {
    width: 9px;
    height: 9px;
}

.trio-mini-cart__product--title-price h4 {
    margin: 0;
    /* margin-top: 34px; */
    font-family: Ruberoid;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
}

span.trio-mini-cart__product--price {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.8;
}

.trio-mini-cart__product--title-price {
    margin-left: 20px;
}

.effects_cart .dropdown-style {
    width: 100%;
}

span.trio-mini-cart__count.trio-mini-cart__count_skin-1.trio-mini-cart__count_white {
    position: absolute;
    margin-left: 10px;
    font-size: 14px;
}

.trio-mini-cart__links--wrap {
    display: block;
}

.trio-mini-cart__links--wrap a {
    display: block;
    text-align: center;
}

a.trio-mini-cart__links--checkout {
    background: #000;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}

/* END CART DESKTOP */

ul#qtranslate-chooser {
    display: flex;
}

.mail_menu {
    padding: 4px 0px;
    max-width: 1300px;
    margin: auto;
}

ul#menu-menu_left-1 {
    justify-content: space-between;
}

.menu_right {
    width: 246px;
}

/*.menu_icon {
    width: 103px;
    padding-right: 41px;
}*/
.menu_icon li a {
    margin: 10px;
}

.df {
    display: flex;
}

.d_j_s_a {
    display: flex;
    justify-content: space-around;
}

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

.d_a_center {
    align-items: center;
}

.j_l {
    justify-content: left;
}

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

.fff {
    color: #fff;
}

.red {
    color: #FB3F3A;
}

/* padding */
.pl80 {
    /* padding: 0 80px; */
    max-width: 1240px;
    margin: auto;
}


/* margin */
.mt10 {
    margin-top: 5px;
}

.ml10 {
    margin-left: 5px;
}

.mr10 {
    margin-right: 5px;
}

.mb10 {
    margin-bottom: 5px;
}

section.full.grad.d_j_s_a.d_a_center.j_l.fff.mb10.main_block {

    background-size: cover;
    background-position: center;
    align-items: center;
}


.btn {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    justify-content: space-evenly;
}

.trio-lang ul {
    display: flex;
    gap: 10px;
}

.trio-lang ul a span {
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    header .trio-lang a {
        color: white;
    }
}

.btn:hover {
    background: #fff;
    color: #fa4039;
}

.btn:after {
    content: ' ';
    background-image: url(../assets/images/button.svg);
    display: block;
    width: 9px;
    height: 11px;
    float: right;
    margin-left: 10px;
}

.container {
    padding: 40px 80px;
}

@media (max-width: 1280px) {
    .container-main {
        max-width: 1100px;
        margin: auto;
        width: 90vw;
        height: inherit;
    }
}

.grad:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(128.5deg, #000000 -32.61%, rgba(0, 0, 0, 0.03) 68.47%);
    z-index: -1;
}

.full {
    width: 100vw;
    min-height: 713px;
    height: 100vh;
    z-index: 1;
    position: relative;
    background-size: cover;
    align-items: stretch;
}

.blockI {
    display: grid;
    align-items: center;
    justify-items: start;
    justify-content: start;
    align-content: center;
    height: inherit;
}

.full h1,
.full_page h1 {
    font-family: Ruberoid;
    font-size: 6rem;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    /*white-space: pre-line;*/
    line-height: 81px;
    margin: 0px;
    width: 560px;
    position: relative;
    /*margin-top: -50px;*/
    /*margin-bottom: 40px;*/
}

.full_page h1 {
    /* line-height: 0; */
    margin: 0px;
    /*width: 1240px;*/
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 30px;
    z-index: 999;
}

.full_page {
    width: 100vw;
    min-height: 100vh;
    height: 100vh;
    z-index: 1;
    position: relative;
    background-size: cover;
    margin-bottom: 10px;
}

.full_page h1:before {
    content: ' ';
    /*    background-image: url(../assets/images/Ellipse.svg);*/
    background-color: #fff;
    border-radius: 20px;
    background-size: contain;
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 0px;
    position: absolute;
    left: -22px;
    top: -9px
}

section.full.grad.d_j_s_a.d_a_center.j_l.fff.mb10 p {
    width: 420px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
    color: #fff;
}

.full_treiner {
    max-width: 1300px;
    padding: 50px 50px;
    min-height: initial;
    z-index: 1;
    position: relative;
    background-size: cover;
    margin: auto;
    margin-bottom: 69px;
}

.contant {
    max-width: 500px;
    width: 100%;
    text-align: center;
    margin: auto;
}

.box {
    transition-timing-function: ease-out;
    transition: transform 0.2s ease-in;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    height: 100%;
    min-height: 100vh;
    max-height: 100vh;
    background-size: cover;
    transition: transform 0.5s;
    transition: all .3s;

}

.box:hover {
    /*transform: scale(0.95);*/
    /*background-size: 110%;*/
    background-position: center;
    transition: all .3s;
}

.box h3 {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    /*text-shadow: -1px -1px 2px #494949, 1px 1px 2px #9c9c9c;*/
}

.box h3 a {
    color: #fff;
    text-decoration: none;
}

/*.box h3:before {
    content: ' ';
    background-image: url(../assets/images/Ellipse.svg);
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 0px;
    position: absolute;
    left: -15px;
    top: -9px;
}*/
.box h3:before {
    content: ' ';
    background-color: #fff;
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 0px;
    position: absolute;
    left: -15px;
    top: -9px;
    border-radius: 100px;
}


@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}


/* btn-13 */
.btn-13 span.dot {
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
    background-color: #ffe800;
    border-radius: 50%;
    -webkit-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 0;
}



/* Shine */
.hover14,
.hover14_go {
    position: relative;
}

.hover14 .hover14_go::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover14:hover .hover14_go::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}



.products {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-around;
}

.item_products {
    position: relative;
    width: 30%;
    flex-grow: 1;
    overflow: hidden;
}

.item_products:nth-child(2n+2) {
    margin: 0 20px;
}

.item_products a {
    color: #fff;
}

.item_products a img {
    height: 600px;
    object-position: center;
    object-fit: cover;
    width: 100%;
}

.item_products h3 {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 34px;
    margin: 0;
    margin-bottom: 10px;
}

div#wpadminbar {
    display: none;
}




.effects_telegramwhatsappviber {
    z-index: 9999999999;
    left: 50%;
    top: 20%;
    width: 430px;
    transform: translate(-50%);
    height: 300px;
    DISPLAY: block;
    z-index: 999999999;
    padding: 10px;
    position: fixed;
}

.effects_telegramwhatsappviber .effect-holder {
    height: 100%;
    width: 100%;
    border-radius: 16px;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(image.png);
    text-align: center;
}

.effects_telegramwhatsappviber a.trio-mini-cart__links--checkout {
    background: #000;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    display: block;
    margin: 0 50px;
}

.effects_telegramwhatsappviber .dropdown-style {
    margin: 0 1rem 0 0;
    background-color: #ffffff7d;
    margin: 2rem;
    border-radius: 12px;
    padding: 1rem;
    position: relative;
    box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
    box-sizing: border-box;
    width: calc(100% - 4rem);
    color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(33px);
    background-blend-mode: overlay;
    display: block;
    align-items: center;
}

.container-contact {
    width: 522px;
    margin: auto;
    margin-top: 170px;
}

.container-contact h3 {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 110%;
}

.container-contact h4 {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;

    color: #000000;
}

.container-contact p a {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    /* or 26px */


    color: rgba(12, 12, 38, 0.6);
}

.container-contact form label {
    display: flex;
}

.container-contact form label input {
    font-family: 'Ruberoid';
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
}

.container-contact form label textarea {
    font-family: 'Ruberoid';
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    height: 240px;
}

.container-contact form button {
    background: #0C0C26;
    border-radius: 6px;
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    border: 0;
    padding: 10px;
}


.container-contact form label input:placeholder,
.container-contact form label textarea:placeholder {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */


    color: #0C0D25;

    opacity: 0.6;
}

@media (max-width: 767.98px) {
    .container-contact {
        width: 100%;
        margin: auto;
        margin-top: 50px;
    }
}


ul#qtranslate-chooser a {
    margin: 5px;
}

.social {
    text-align: left !important;
}

.full {
    width: 100vw;
    /* min-height: 713px; */
    height: auto;
}

.box {
    height: 200px;
    transition-timing-function: ease-out;
    transition: transform 0.2s ease-in;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    padding: 150px 0;
    margin-bottom: 20px !important;
    min-height: auto;
}

.cart {
    position: relative;
}

.effects_cart {
    position: absolute;
    z-index: 9999999999;
    right: 40px;
    top: 10px;
}

.effects_telegramwhatsappviber {
    position: fixed;
    z-index: 9999999999;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%);
    height: 300px;
    DISPLAY: block;
}

.effects_telegramwhatsappviber .effect-holder {
    height: 100%;
    width: 100%;
    border-radius: 16px;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(image.png);
    text-align: center;
}

.effects_telegramwhatsappviber a.trio-mini-cart__links--checkout {
    background: #000;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    display: block;
    margin: 0 50px;
}

.effects_telegramwhatsappviber .dropdown-style {
    margin: 0 1rem 0 0;
    background-color: #ffffff7d;
    margin: 2rem;
    border-radius: 12px;
    padding: 1rem;
    position: relative;
    box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
    box-sizing: border-box;
    width: calc(100% - 4rem);
    color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(33px);
    background-blend-mode: overlay;
    display: block;
    align-items: center;
}

.effects_cart .df {
    display: flex !important;
}

section.full.grad.d_j_s_a.d_a_center.j_l.fff.mb10.main_block {
    background-position: 45%;
    min-height: 812px;
    display: flex;
    height: 100vh;
    /*background-image: url('/wp-content/themes/ofc/assets/images/main_block_mob.png')!important;*/
}

.box.d_j_s_a {
    display: flex;
    margin: 0;
    margin-bottom: 20px;
}

section.full.grad.d_j_s_a.d_a_center.j_l.fff.mb10.main_block .pl80>* {
    /*margin-left: 30px;*/
}

.main_block h1 {
    font-family: Ruberoid;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    margin: 0px;
    width: 100%;
    position: relative;
    margin-top: 0;
    font-size: 70px;
    line-height: 70px;
    padding-top: 0;
    margin-bottom: 0;
}

section.full.grad.d_j_s_a.d_a_center.j_l.fff.mb10 p {
    color: #fff;
}

.logo_mob>a:before {
    content: " ";
    background-image: url(/wp-content/themes/ofc/assets/images/logo_white.svg);
    position: absolute;
    width: 75px;
    height: 26px;
    display: block;
    top: 7px;
    left: 0;
    right: 0;
    margin: auto;
    background-size: contain;
}

.open_menu .logo_mob>a:before {
    display: none;
}

.open_menu .search,
.open_menu .accaunt,
.open_menu .cart {
    filter: invert(1);
}

.open_menu .icon_clouse {
    display: block !important;
}

.open_menu .icon_menu {
    display: none !important;
}

.item_products h3 {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    margin: 0;
    margin-bottom: 10px;
}

.item_products .btn {
    padding: 0;
    display: flex;
    align-items: center;
    background: transparent;
    border: 0px solid #fff;
    border-radius: 100px;
    margin-top: 20px;
    color: #fff;
    justify-content: space-evenly;
}

section.full.grad.d_j_s_a.d_a_center.j_l.fff.mb10.main_block {
    margin-bottom: 20px;
}

ul#menu-menu_left {
    margin-bottom: -15px;
}

header.mob.open_menu .effects_cart {
    filter: invert(1);
}
}

.item_products .product_info {
    position: absolute;
    bottom: -69px;
    padding: 24px;
    transition: all .3s;
}

.item_products span {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.product_info form {
    margin-top: 24px;
}

.item_products:hover .product_info {
    bottom: 0;
}

.box_treiner {
    padding: 8px;
}

.box_treiner h3 a {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: inherit;
    /*text-transform: uppercase;*/
}

.items_trener {
    align-items: baseline;
}

.box_treiner p {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    color: #0C0C26;
    opacity: 0.6;
    margin-top: 25px;
}

.box_treiner p b {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.box_treiner .btn {
    color: #0C0C26;
    border: 1px solid #0C0C26;
    margin-right: 20px;
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
}

.btn_fff {
    color: #0C0C26;
    border: 1px solid #0C0C26;
    margin-right: 20px;
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    width: 145px;
}

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

.m-a {
    margin: auto;
}

.box_treiner .link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.box_treiner .link a {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    /* identical to box height, or 200% */

    text-decoration-line: underline;
}


.box_contact {
    background: rgba(245, 245, 245, 0.4);
    border-radius: 20px;
    width: 100%;
    text-align: center;
    margin-top: 65px;
}

.box_contact h3 {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: inherit;
    /* or 47px */
    margin-bottom: 18px;


    color: #0C0C26;
}

.box_contact p {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */


    color: rgba(12, 12, 38, 0.6);
    margin-bottom: 50px;
}

.box_contact a {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    /* or 26px */


    color: rgba(12, 12, 38, 0.6);
}

header.mob {
    display: none;
}

.row {
    display: flex;
}

.grid {
    display: grid;
    grid-template-columns: 50% 50%;
}

@media (max-width: 767.98px) {
    .grid {
        display: grid;
        grid-template-columns: 100%;
    }
}




.flex-50 {
    flex-basis: 50%
}

.product_view.container {
    margin-top: 40px;
}

.woocommerce .single-product {
    padding: 0;
}

.woocommerce .single-product img {
    width: 100%;
    height: 100%;
}

.product_info_view {
    padding-left: 20px;
    display: grid;
    align-content: space-between;
}

.product_info_view h1 {
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #0C0C26;
}

.product_info_view span {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;

    color: #0C0C26;
    opacity: 0.6;
}

.product_view.container {
    padding: 40px 65px;
}

button.btn_card {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 10px;
    border: 0;
    background: #0C0C26;
    border-radius: 6px;
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer;
}

.desktop {
    display: flex;
    position: absolute;
}


.brs-post__img-container {
    /*width: 633px;*/
}

.blog_main .brs-post__about {
    padding: 0px;
}

.grid {
    background: #fff;
    display: grid;
    grid-gap: 10px;
}

.grid .col {
    /*background-color: #337AB7;*/
    /*display: grid;*/
    /*place-items: center;*/
    /*color: #fff;*/
    /*font-weight: bold;*/
    /*padding: 30px;*/
    /*font-size: 28px;*/
}

.grid.template-3 {
    grid-template:
        "sidebar a"
        "sidebar b"
        "sidebar c" auto / 50%;
}

.grid.template-3> :nth-child(1) {
    grid-area: sidebar;
    display: block;
}

.brs-post__img-container img {
    width: 200px;
}

.brs-post.brs-post_mini-horizontal {
    display: grid;
    align-content: space-between;
    align-items: end;
    justify-content: center;
    grid-template-columns: 40% 60%;
    margin-bottom: 10px;
    overflow: hidden;
}

.brs-post__img-container a {
    object-fit: cover;
    height: 275.5px;
    object-position: center;
    display: block;
    overflow: hidden;
}

.grid.template-3> :nth-child(1) .brs-post__img-container a {
    height: auto;
}

img.brs-post__img.lazyloaded {
    width: 100%;
    object-fit: cover;
    height: 320px;
    object-position: center;
}

.blog_main {
    padding: 0 10px;
}

.blog {
    display: flex;
    overflow-x: scroll;
}

.brs-post__title {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 0;
    margin-left: 20px;
}

.brs-post__date {
    margin-top: 20px;
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #6D6D6D;
    opacity: 0.75;
    margin-left: 20px;
}

.blog_main img {
    /*height: 100vh;*/
}


@media (max-width: 767.98px) {

    .brs-post__title {
        font-family: 'Ruberoid';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 50px;
        margin-left: 0;
        display: block;
        margin-top: 0;
    }

    .brs-post__date {
        margin-left: 0;
    }

    .container-main {
        align-items: end;
    }

    .grid.template-3 {
        grid-template: initial;
        display: block;
        padding: 0;
        width: 90%;
    }

    .brs-post.brs-post_mini-horizontal {
        display: block;
    }
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.trener {
    position: relative;
    animation-duration: 1s;
}

.trener h3 {
    width: -webkit-fill-available;
    position: absolute;
    bottom: 0;
    margin: 40px 80px;
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: initial;
    text-transform: uppercase;
    color: #FFFFFF;
    left: 0;
    display: flex;
    justify-content: space-between;
}

.trener:hover .content {
    opacity: 1;
    bottom: 0;
    animation-duration: 1s;
}

.content {
    width: -webkit-fill-available;
    position: absolute;
    bottom: 0;
    margin: 0;
    bottom: -130px;
    padding: 40px 80px;
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: initial;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    backdrop-filter: blur(5px);
    background: #ffffffd9;
    animation-duration: 1s;
    opacity: 0;
    transition: all .3s;
}

.content p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    text-transform: initial;
}

.trener img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100vh;
}

.column:nth-child(2n+1) {
    padding-right: 5px;
}

.column:nth-child(2n+2) {
    padding-left: 5px;
}

@media (max-width: 767.98px) {
    .df {
        display: block;
    }

    .trener img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
        object-fit: contain;
        object-position: center;
        width: 100%;
        height: auto;
    }



    .content {
        width: -webkit-fill-available;
        position: absolute;
        bottom: 0;
        margin: 0;
        bottom: -130px;
        padding: 20px 30px;
        font-family: 'Ruberoid';
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        line-height: initial;
        text-transform: uppercase;
        color: #FFFFFF;
        display: flex;
        justify-content: space-between;
        backdrop-filter: blur(5px);
        background: #ffffff;
        animation-duration: 1s;
        opacity: 0;
        transition: all .3s;
    }

    .justify-content_space-between {
        display: block;
        justify-content: space-between;
    }

    .d_j_s_a {
        display: block;
        justify-content: space-around;
    }

    section.full_page.grad.d_j_s_a.d_a_center.j_l.fff.mb10 {
        display: flex;
    }

    .full_page h1 {
        /* line-height: 0; */
        margin: 0px;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    section.full_page.grad.d_j_s_a.d_a_center.j_l.fff.mb10 {
        width: 100vw;
        min-height: 320px;
        z-index: 1;
        position: relative;
        background-size: cover;
    }

    .blog .flex-50 {
        flex-basis: 100%;
    }

    .brs-post__img-container {
        width: 100%;
    }

    .blog.blog_main.container {
        display: block;
        overflow: hidden;
    }

    img.brs-post__img {
        width: 100%;
    }

    .blog.container {
        display: block;
    }

    .column {
        display: block;
    }

    .row {
        display: block;
    }

    .trener h3 {
        width: -webkit-fill-available;
        position: absolute;
        bottom: 0;
        margin: 20px 30px;
        font-family: 'Ruberoid';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 50px;
        text-transform: uppercase;
        color: #FFFFFF;
        left: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .column:nth-child(2n+1) {
        padding-right: 0px;
    }

    .column:nth-child(2n+2) {
        padding-left: 0px;
    }

    .pl80 {
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: inherit;
    }

    section.full.grad.d_j_s_a.d_a_center.j_l.fff.mb10 p {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 30px;
    }
}


.social {
    text-align: right;
}


img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    height: auto;
}

.after {
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    height: 200px;
    WIDTH: 100%;
    background: rgb(2, 0, 36);
    z-index: 9999;
    background: linear-gradient(180deg, rgba(2, 0, 36, 0.7) 0%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 767.98px) {



    header {
        z-index: 9999;
    }

    .after {
        display: block;
        text-align: center;
        position: absolute;
        top: 0;
        height: 100px;
        WIDTH: 100%;
        background: rgb(2, 0, 36);
        z-index: 9999;
        background: linear-gradient(180deg, rgba(2, 0, 36, 0.7) 0%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    }

    .desktop {
        display: none;
    }

    section.full_treiner {
        max-width: 100%;
        padding: 20px;
    }

    .container-main {
        display: grid;
        justify-content: start;
        align-items: center;
        justify-items: start;
    }

    img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
        width: 100%;
        height: auto;
    }

    .box_treiner {
        flex-basis: 100% !important;
    }

    section.full_treiner {
        display: block;
    }

    .menu_mob_block {
        display: flex;
    }

    header.mob {
        text-align: center;
        background: transparent;
        display: block;
    }

    .menu_mob_block img {
        /*filter: invert(1);*/
    }

    .container.box_contact a {
        display: block;
    }

    .box_contact {
        background: rgba(245, 245, 245, 0.4);
        border-radius: 20px;
        width: auto;
        text-align: center;
    }

    .box_contact h3 {
        font-family: 'Ruberoid';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: initial;
        margin-bottom: 18px;
        color: #0C0C26;
    }


    .full_page h1 {
        line-height: 0;
        margin: 0px;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .full_page h1 {
        font-family: Ruberoid;
        font-size: 32px;
        font-weight: 900;
        text-align: left;
        text-transform: uppercase;
        white-space: pre-line;
        line-height: 0;
        margin: 0px;
        width: 100%;
        position: relative;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 30px;
    }

    .page .full_page h1 {
        margin-bottom: -140px;
    }

    .full_page {
        width: 100vw;
        min-height: 200px;
        height: 230px;
        z-index: 1;
        position: relative;
        background-size: cover;
        background-position: bottom;
    }

    .menu_mob_block {
        display: flex;
        align-content: space-around;
        height: 60px;
        align-items: center;
    }

    .container-main {
        padding: 10px;
    }

    .page .full_page h1 {
        width: 90%;
        /*overflow: hidden;*/
        /*display: none;*/
    }

    ul#menu-menu_left li a,
    ul#menu-menu_right li a,
    ul#qtranslate-chooser li a {
        color: #000;
    }

    .menu_mob_block a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
    }

    .full_page h1:before {
        content: ' ';
        /*        background-image: url(../assets/images/Ellipse.svg);*/
        background: #fff;
        border-radius: 20px;
        background-size: contain;
        display: block;
        width: 10px;
        height: 10px;
        float: left;
        margin-left: 0px;
        position: absolute;
        left: 14px;
        top: -20px;
    }

    section.full.grad.d_j_s_a.d_a_center.j_l.fff.mb10.main_block .pl80 {
        padding: 0;
        width: 100%;
        display: grid;
        justify-content: center;
        height: inherit;
        padding-left: 20px;
        align-items: center;
        align-content: center;
        justify-items: start;
    }

    .df {
        display: block;
    }

    .d_j_s_a {
        display: block;
        justify-content: space-around;
    }

    .container {
        padding: 40px 20px;
    }

    .justify-content_space-between {
        display: block;
        justify-content: space-between;
    }

    .menu_mob_block_hide {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        top: 0;
    }

    .menu_mob_block_hide ul#menu-menu_left a,
    .menu_mob_block_hide ul#menu-menu_right a {
        text-align: left;
        display: block;
        width: 100%;
    }

    ul#menu-menu_left {
        padding-top: 60px;
    }

    ul#menu-menu_left,
    ul#menu-menu_right {
        padding-left: 20px;

    }

    .language_mob {
        display: flex;
        justify-content: flex-start;
        padding: 20px;
    }

    .menu_options {
        position: absolute;
        bottom: 0;
        padding: 20px;
    }

    .menu_mob_block_open img {
        filter: invert(1);
    }

    section.full.grad.d_j_s_a.d_a_center.j_l.fff.mb10.main_block {
        padding-top: 0;
        background-position: 880px;
    }


    .item_products {
        position: relative;
        width: 100%;
        flex-grow: 1;
        overflow: hidden;
    }

    .products {
        display: block;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: space-around;
    }

    .item_products .product_info {
        position: absolute;
        bottom: 0;
        padding: 24px;
        transition: all .3s;
    }

    .product_info form {
        margin-top: 4px;
    }

    .item_products:nth-child(2n+2) {
        margin: 0 0px;
    }
}

.effects {
    position: fixed;
    top: 50%;
    z-index: 9999999999;
    left: 50%;
    transform: translate(-50%);
}

.effect-holder {
    height: auto;
    width: auto;
    border-radius: 16px;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(image.png);
}

.dropdown-style {
    margin: 0 1rem 0 0;
    background-color: #ffffff7d;
    margin: 2rem;
    border-radius: 12px;
    padding: 1rem;
    position: relative;
    box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
    box-sizing: border-box;
    width: calc(100% - 4rem);
    color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(33px);
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
}

.dropdown-style>img {
    width: 32px;
    margin: 0 1rem 0 0;
}


@charset "UTF-8";

:root {
    --woocommerce: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: white;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: star;
    src: url(../fonts/star.eot);
    src: url(../fonts/star.eot?#iefix) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url(../fonts/WooCommerce.eot);
    src: url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype"), url(../fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal
}

.woocommerce-store-notice,
p.demo_store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
    display: none
}

.woocommerce-store-notice a,
p.demo_store a {
    color: #fff;
    text-decoration: underline
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

.woocommerce .blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce .loader::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce small.note {
    display: block;
    color: #767676;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #767676
}

.woocommerce .woocommerce-breadcrumb::after,
.woocommerce .woocommerce-breadcrumb::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-breadcrumb::after {
    clear: both
}

.woocommerce .woocommerce-breadcrumb a {
    color: #767676
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #77a464;
    font-size: 1.25em
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: .5;
    display: inline-block
}

.woocommerce div.product p.stock {
    font-size: .92em
}

.woocommerce div.product .stock {
    color: #77a464
}

.woocommerce div.product .out-of-stock {
    color: red
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}

.woocommerce div.product div.images {
    margin-bottom: 2em
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: left
}

.woocommerce div.product div.summary {
    margin-bottom: 2em
}

.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em
}

.woocommerce div.product div.social span {
    margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
    margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}

.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6b6b6b
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

.woocommerce div.product p.cart {
    margin-bottom: 2em
}

.woocommerce div.product p.cart::after,
.woocommerce div.product p.cart::before {
    content: " ";
    display: table
}

.woocommerce div.product p.cart::after {
    clear: both
}

.woocommerce div.product form.cart {
    margin-bottom: 2em
}

.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
    content: " ";
    display: table
}

.woocommerce div.product form.cart::after {
    clear: both
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
    padding-left: 0
}

.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: top
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    text-align: left
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-right: 1em;
    padding-left: 1em
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: 4em;
    text-align: center
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5)
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    z-index: 9
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    content: " ";
    display: table
}

.woocommerce .products ul::after,
.woocommerce ul.products::after {
    clear: both
}

.woocommerce .products ul li,
.woocommerce ul.products li {
    list-style: none outside
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em
}

.woocommerce ul.products li.product a {
    text-decoration: none
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none
}

.woocommerce ul.products li.product strong {
    display: block
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce ul.products li.product .star-rating {
    font-size: .857em
}

.woocommerce ul.products li.product .button {
    margin-top: 1em
}

.woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block
}

.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block
}

.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, .5)
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top
}

.woocommerce nav.woocommerce-pagination {
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #d3ced2;
    border-right: 0;
    margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ebe9eb;
    color: #8a7e88
}

.abonement-loading {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
    font-size: 20px;
    color: white;
    gap: 10px;
    justify-content: center;
    align-items: center;
    display: none;
    font-weight: 700;
}
body.abon_loading::before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: #00000079;
}

body.abon_loading .abonement-loading {
    display: flex;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    opacity: .25;
    padding-right: 2.618em
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #dfdcde;
    text-decoration: none;
    background-image: none;
    color: #515151
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #a46497;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #96588a;
    color: #fff
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #a46497;
    color: #fff
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #ebe9eb
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block
}

.woocommerce #reviews h2 small {
    float: right;
    color: #767676;
    font-size: 15px;
    margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #767676
}

.woocommerce #reviews h3 {
    margin: 0
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

.woocommerce #reviews #comment {
    height: 75px
}

.woocommerce #reviews #comments .add_review::after,
.woocommerce #reviews #comments .add_review::before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments .add_review::after {
    clear: both
}

.woocommerce #reviews #comments h2 {
    clear: none
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

.woocommerce #reviews #comments ol.commentlist::after,
.woocommerce #reviews #comments ol.commentlist::before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist::after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #767676;
    font-size: .75em
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after,
.woocommerce #reviews #comments ol.commentlist li .comment-text::before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li::before {
    content: ""
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star
}

.woocommerce .star-rating::before {
    content: "sssss";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0
}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}

.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-product-rating::after {
    clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left
}

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0
}

.woocommerce #review_form #respond::after,
.woocommerce #review_form #respond::before {
    content: " ";
    display: table
}

.woocommerce #review_form #respond::after {
    clear: both
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
    left: auto
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0
}

.woocommerce p.stars a:hover~a::before {
    content: "\e021"
}

.woocommerce p.stars:hover a::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active~a::before {
    content: "\e021"
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: "\e020"
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    margin-bottom: 1.618em;
    width: 100%
}

.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0, 0, 0, .025)
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

.woocommerce table.shop_table td small {
    font-weight: 400
}

.woocommerce table.shop_table td del {
    font-weight: 400
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.woocommerce table.my_account_orders {
    font-size: .85em
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap
}

.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
    content: "ГўвЂ вЂњ";
    display: inline-block
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
    float: left;
    clear: both;
    margin-right: .25em;
    display: inline-block;
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
    margin: 0
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
    clear: both
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, .1)
}

.woocommerce ul.cart_list li dl::after,
.woocommerce ul.cart_list li dl::before,
.woocommerce ul.product_list_widget li dl::after,
.woocommerce ul.product_list_widget li dl::before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
    clear: both
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    float: none
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0
}

.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::before {
    content: " ";
    display: table
}

.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::after {
    clear: both
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px
}


.woocommerce form .form-row label.hidden {
    visibility: hidden
}

.woocommerce form .form-row label.inline {
    display: inline
}


.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.woocommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside
}

.woocommerce ul#shipping_method li input {
    margin: 3px .4375em 0 0;
    vertical-align: top
}

.woocommerce ul#shipping_method li label {
    display: inline
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce ul.order_details {
    margin: 3em 0 3em;
    list-style: none
}

.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
    content: " ";
    display: table
}

.woocommerce ul.order_details::after {
    clear: both
}

.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
    border: none
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 0;
    padding-left: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e037";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e02d";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
    clear: both
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 1px 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1
}

.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1em 1px 1px;
    list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00;
    vertical-align: inherit;
    margin-right: .5em
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #a46497;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #a46497
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #462940;
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .widget_rating_filter ul li {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .widget_rating_filter ul li::after,
.woocommerce .widget_rating_filter ul li::before {
    content: " ";
    display: table
}

.woocommerce .widget_rating_filter ul li::after {
    clear: both
}

.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none
}

.woocommerce .widget_rating_filter ul li .star-rating {
    float: none;
    display: inline-block
}

.woocommerce .widget_rating_filter ul li.chosen a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block
}

.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
    display: block !important
}

.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
    display: none !important
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word
}

.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
    content: " ";
    display: table
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
    clear: both
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: right
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important
}

.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

.woocommerce-message {
    border-top-color: #8fae1b
}

.woocommerce-message::before {
    content: "\e015";
    color: #8fae1b
}

.woocommerce-info {
    border-top-color: #1e85be
}

.woocommerce-info::before {
    color: #1e85be
}

.woocommerce-error {
    border-top-color: #b81c23
}

.woocommerce-error::before {
    content: "\e016";
    color: #b81c23
}

.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
    content: " ";
    display: table
}

.woocommerce-account .woocommerce::after {
    clear: both
}

.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
    content: " ";
    display: table
}

.woocommerce-account .addresses .title::after {
    clear: both
}

.woocommerce-account .addresses .title h3 {
    float: left
}

.woocommerce-account .addresses .title .edit {
    float: right
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e00a";
    text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
    float: right
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 32px;
    box-shadow: none
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    vertical-align: middle
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0
}

#add_payment_method .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before {
    content: " ";
    display: table
}

#add_payment_method .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after {
    clear: both
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: .5em;
    display: inline-block
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e019";
    text-decoration: none
}

#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
    color: #767676;
    font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 35%
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
    border-color: #c7c1c6;
    border-top-color: #bbb3b9
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-moz-placeholder,
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
    cursor: pointer
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 1em 0 0;
    position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right .618em center;
    background-size: 32px 20px
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(../images/icons/credit-cards/visa.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(../images/icons/credit-cards/mastercard.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(../images/icons/credit-cards/laser.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(../images/icons/credit-cards/diners.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(../images/icons/credit-cards/maestro.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(../images/icons/credit-cards/jcb.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(../images/icons/credit-cards/amex.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(../images/icons/credit-cards/discover.svg)
}

#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #767676;
    font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05)
}

.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373
}

.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b
}

.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53
}

.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733
}

.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
    padding: 0
}

.single-product .twentythirteen p.stars {
    clear: both
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0 !important
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit
}


.one_col {
    justify-content: space-between;
    align-content: stretch;
    grid-template-columns: repeat(1, 1fr);
}

.two_col {
    justify-content: space-between;
    align-content: stretch;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

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


.search_block {
    position: absolute;
    top: -22px;
    right: 4px;
    width: 500px;
    background: #fff;
    height: 100%;
    display: block;
    z-index: 999999999;
}

form.search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

input.search-field {
    width: 90%;
    border: 0;
    border: 1px solid #ceced3;
    padding: 20px;
}

form.search button {
    background: 0;
    border: 0;
    position: relative;
    top: 3px;
}


.price_block h3 {
    margin-top: 130px;
    margin-bottom: 60px;
}

.courses h3 {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 130%;
    /* or 47px */


    color: #0C0C26;
}

.courses p {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}


.program {
    display: grid;
    align-content: space-evenly;
    align-items: start;
    justify-items: stretch;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
}

.program .item {
    padding: 10px;
}

.program img {
    width: 100%;
}

.program h3 {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
}

.program p {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
}

.partner h3 {
    margin-top: 91px;
    font-size: 35px;
    margin-bottom: 63px;
}

.partners {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
}

.partners .item {
    background: #FBFBFB;
    text-align: center;
    display: flex;
    align-content: space-around;
    align-items: center;
    margin: 0px;
    height: 116px;
    padding: 20px;
    justify-content: center;
}

.partners .item img {
    width: 80%;
}

.keys {
    position: relative;
    margin-top: 120px;
}

.keys h3 {
    position: absolute;
    left: 0;
    top: 10px;
    margin-top: 0;
}

.keys .item {
    margin-top: 110px;
}

.keys .item .name {
    font-size: 20px;
}

.keys .item .name b {
    font-weight: 400;
}

.price_table .item {
    display: grid;
    align-content: space-evenly;
    align-items: center;
    justify-items: stretch;
    justify-content: space-between;
    grid-template-columns: 1fr 180px 245px 120px;
    border-top: 1px solid #DCDCDD;
    font-family: 'Ruberoid';
}

.price_table .item:first-child {
    border: 0;
}

.price_table .item:hover {
    background: #0b0c2608;
}

.price_table .item p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: rgba(12, 12, 38, 0.6);
    padding: 10px 0;
    padding-left: 35px;
    margin-bottom: 14px;
    margin-top: 15px;
}

.block_order .item p {
    padding-left: 0;
}

.price_table .item span {
    text-align: center;
    font-size: 21px;
}

.trener_coursr_head {
    display: flex;
    text-align: left;
}

.trener_coursr h3 {
    font-weight: 400;
    font-size: 35px;
    line-height: 46px;
}

.whats_in_program {
    margin-top: 90px;
}

.trener_coursr .result_trener {
    display: grid;
    align-content: space-evenly;
    /*align-items: center;*/
    justify-items: stretch;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.result_trener img {
    width: 100%;
}

.result_trener .item {
    padding: 10px;
}

@media (max-width: 767.98px) {

    .trener_coursr .result_trener {
        display: grid;
        align-content: space-evenly;
        /*align-items: center;*/
        justify-items: stretch;
        justify-content: space-between;
        grid-template-columns: 1fr;
    }

    .result_trener .item {
        padding: 0px;
    }
}

.trener_coursr {
    margin-top: 86px;
}

.trener_coursr_head p {
    padding-left: 310px;
    padding-top: 25px;
}

.whats_in_program h3 {
    margin-bottom: 20px;
}

.whats_in_program p.desc {
    width: 650px;
    margin: auto;
    margin-bottom: 50px;
}


.result_trener h3 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 20px;
}

.result_trener p {
    margin-top: 8px;
}

.andriy {
    display: flex;
    align-content: center;
    align-items: center;
}

.andriy>div {
    width: 70%;
}

.andriy>div.foto_a {
    width: 30%;
}

.andriy>div img {
    width: 100%;
}

@media (max-width: 767.98px) {
    .andriy>div.foto_a {
        width: 100%;
    }

    .andriy>div {
        width: 100%;
    }

}

.andriy h2 {
    font-family: 'Ruberoid';
    font-size: 39px;
    margin-bottom: 70px;
}

.content_autor {
    text-align: left;
    margin-left: 109px;
    margin-right: 160px;
}

.content_autor h3 {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 130%;
    /* or 47px */


    color: #0C0C26;
}

.content_autor p {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    /* or 30px */


    color: #0C0D25;
}

.homet {
    background: url('../assets/images/homet.png') center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.homet::before {
    content: url('../assets/images/hometkhom.png');
    position: absolute;
    bottom: 0;
    right: 0;
}

.homet__container {
    max-width: 100%!important;
    padding: 0 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-top: 100px;
}

.homet__subtitle {
    color: #FFF;
    font-family: Ruberoid;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
}

.homet__title {
    display: flex;
    gap: 15px;
    position: relative;
}

.homet__title span {
    color: #FFF;
    font-family: Ruberoid;
    font-size: 70px;
    font-weight: 700;
    line-height: normal;
}

#title_home1 {
    position: absolute;
    left: 0;
}

#title_home2 {
    position: absolute;
    left: 302px;
}

#title_home3 {
    position: absolute;
    left: 640px;
}

.homet__desc {
    color: #FFF;
    font-family: Ruberoid;
    font-size: 14px;
    font-weight: 300;
    margin-top: 114px;
    max-width: 430px;
    line-height: normal;
}

.homet__btn {
    color: #FFF;
    font-family: Ruberoid;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 203px;
    height: 48px;
    border-radius: 1000px;
    border: 1px solid #FFF;
    margin-top: 40px;
}

.homet__imgm {
    display: none;
}

@media (max-width: 768px) {
    .homet__imgm {
        display: block;
        width: 563px;
        height: 443px;
        position: absolute;
        bottom: -2px;
        left: 50%;
        transform: translateX(-50%);
        object-fit: contain;
    }

    .homet::before {
        display: none;
    }

    .homet {
        background: url('../assets/images/hometmbg.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: 74%;
    }

    .homet__title {
        flex-direction: column;
    }

    .homet__container {
        justify-content: flex-start;
        padding: 71px 23px 0 23px;
    }

    .homet__title span {
        font-size: 43px;
        left: 50% !important;
        transform: translateX(-50%);
    }

    .homet__subtitle {
        display: none;
    }

    .homet__desc {
        font-size: 13px;
        text-align: center;
        margin: 174px auto 0 auto;
        position: relative;
        z-index: 2;
    }

    .homet__btn {
        background: #FFF;
        position: absolute;
        margin: 0;
        bottom: 87px;
        left: 50%;
        transform: translateX(-50%);
        color: #0C0C24;
        font-size: 17px;
        width: 241px;
        height: 57px;
    }

    #title_home1 {
        position: absolute;
        top: 0;

    }

    #title_home2 {
        position: absolute;
        top: 49px;
    }

    #title_home3 {
        position: absolute;
        top: 98px;
    }
}

.content_autor h5 {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #0C0D25;
    margin-top: 30px;
    margin-bottom: 0;
}

.content_autor p span {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */


    color: rgba(12, 12, 38, 0.6);
}

.courses button {
    background: #0C0C26;
    border-radius: 6px;
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 24px;
    /* display: flex; */
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    border: 0;
    padding: 5px 20px;
}

.courses .full h1 {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 100%;
    /* or 64px */

    text-transform: uppercase;

    color: #FFFFFF;

    width: auto;
}

.courses section.full.grad.d_j_s_a.d_a_center.j_l.fff.mb10 p {
    width: auto;
}

.courses .blockI h3 {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-right: 20px;
}

.courses .blockI a {
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    padding: 10px 30px;
    color: #fff;
}

.courses .pre_header {
    align-items: center;
}



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

.user_result_photo div {
    display: flex;
}

.user_result_photo div img {
    padding: 0px;
}



.faq {
    margin-bottom: 100px;
}

/* Slider */


@charset "UTF-8";

/*---- NUMBER OF SLIDE CONFIGURATION ----*/
.wrapper {
    /*max-width: 60em;*/
    /*margin: 1em auto;*/
    position: relative;
}

input {
    /*display: none;*/
}

.inner {
    width: 500%;
    line-height: 0;
}

article {
    width: 20%;
    float: left;
    position: relative;
}

article img {
    width: 100%;
}

/*---- SET UP CONTROL ----*/
.slider-prev-next-control {
    height: 50px;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-prev-next-control {
    position: absolute;
    bottom: -20px;
    top: auto;
    width: 110px;
}

.slider-prev-next-control label {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.7;
}

.slider-prev-next-control label:hover {
    opacity: 1;
}

.slider-dot-control {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.slider-dot-control label {
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #bbb;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.slider-dot-control label:hover {
    background: #ccc;
    border-color: #777;
}

/* Info Box */
.info {
    position: absolute;
    font-style: italic;
    line-height: 20px;
    opacity: 0;
    color: #000;
    text-align: left;
    -webkit-transition: all 1000ms ease-out 600ms;
    -moz-transition: all 1000ms ease-out 600ms;
    transition: all 1000ms ease-out 600ms;
}

.info h3 {
    color: #fcfff4;
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 1.5em;
    font-style: normal;
}

.info.top-left {
    top: 30px;
    left: 30px;
}

.info.top-right {
    top: 30px;
    right: 30px;
}

.info.bottom-left {
    bottom: 30px;
    left: 30px;
}

.info.bottom-right {
    bottom: 30px;
    right: 30px;
}

/* Slider Styling */
.slider-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    /*box-shadow: 1px 1px 4px #666;*/
    /*background: #fff;*/
    /*background: #fcfff4;*/
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.slider-wrapper .inner {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

/*---- SET POSITION FOR SLIDE ----*/
#slide1:checked~.slider-prev-next-control label:nth-child(5)::after,
#slide5:checked~.slider-prev-next-control label:nth-child(4)::after,
#slide4:checked~.slider-prev-next-control label:nth-child(3)::after,
#slide3:checked~.slider-prev-next-control label:nth-child(2)::after,
#slide2:checked~.slider-prev-next-control label:nth-child(1)::after,
#slide5:checked~.slider-prev-next-control label:nth-child(1)::after,
#slide4:checked~.slider-prev-next-control label:nth-child(5)::after,
#slide3:checked~.slider-prev-next-control label:nth-child(4)::after,
#slide2:checked~.slider-prev-next-control label:nth-child(3)::after,
#slide1:checked~.slider-prev-next-control label:nth-child(2)::after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin: 0;
    line-height: 38px;
    font-size: 3em;
    display: block;
    color: #777;
}

#slide5:checked~.slider-prev-next-control label:nth-child(1)::after,
#slide4:checked~.slider-prev-next-control label:nth-child(5)::after,
#slide3:checked~.slider-prev-next-control label:nth-child(4)::after,
#slide2:checked~.slider-prev-next-control label:nth-child(3)::after,
#slide1:checked~.slider-prev-next-control label:nth-child(2)::after {
    content: " ";
    background: url(/wp-content/themes/ofc/assets/images/next.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    border: 3px solid #a0a0a0;
    height: 30px;
    border-radius: 100%;
}

#slide5:checked~.slider-prev-next-control label:nth-child(1),
#slide4:checked~.slider-prev-next-control label:nth-child(5),
#slide3:checked~.slider-prev-next-control label:nth-child(4),
#slide2:checked~.slider-prev-next-control label:nth-child(3),
#slide1:checked~.slider-prev-next-control label:nth-child(2) {
    display: block;
    float: right;
    margin-right: 5px;
}

.slider-dot-control {
    display: none;
}

#slide1:checked~.slider-prev-next-control label:nth-child(5),
#slide5:checked~.slider-prev-next-control label:nth-child(4),
#slide4:checked~.slider-prev-next-control label:nth-child(3),
#slide3:checked~.slider-prev-next-control label:nth-child(2),
#slide2:checked~.slider-prev-next-control label:nth-child(1) {
    display: block;
    float: left;
    margin-left: 5px;
}

#slide1:checked~.slider-prev-next-control label:nth-child(5)::after,
#slide5:checked~.slider-prev-next-control label:nth-child(4)::after,
#slide4:checked~.slider-prev-next-control label:nth-child(3)::after,
#slide3:checked~.slider-prev-next-control label:nth-child(2)::after,
#slide2:checked~.slider-prev-next-control label:nth-child(1)::after {
    /* padding-left: 8px; */
    content: " ";
    background: url(/wp-content/themes/ofc/assets/images/next.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    border: 3px solid #a0a0a0;
    height: 30px;
    border-radius: 100%;
    transform: rotate(180deg);
}

#slide5:checked~.slider-dot-control label:nth-child(5),
#slide4:checked~.slider-dot-control label:nth-child(4),
#slide3:checked~.slider-dot-control label:nth-child(3),
#slide2:checked~.slider-dot-control label:nth-child(2),
#slide1:checked~.slider-dot-control label:nth-child(1) {
    background: #333;
}

#slide5:checked~.slider-wrapper article:nth-child(5) .info,
#slide4:checked~.slider-wrapper article:nth-child(4) .info,
#slide3:checked~.slider-wrapper article:nth-child(3) .info,
#slide2:checked~.slider-wrapper article:nth-child(2) .info,
#slide1:checked~.slider-wrapper article:nth-child(1) .info {
    opacity: 1;
}

#slide1:checked~.slider-wrapper .inner {
    margin-left: 0%;
}

#slide2:checked~.slider-wrapper .inner {
    margin-left: -100%;
}

#slide3:checked~.slider-wrapper .inner {
    margin-left: -200%;
}

#slide4:checked~.slider-wrapper .inner {
    margin-left: -300%;
}

#slide5:checked~.slider-wrapper .inner {
    margin-left: -400%;
}

/*---- TABLET ----*/
@media only screen and (max-width: 850px) and (min-width: 450px) {
    .slider-wrapper {
        border-radius: 0;
    }
}

/*---- MOBILE----*/
@media only screen and (max-width: 450px) {
    .slider-wrapper {
        border-radius: 0;
    }

    .slider-wrapper .info {
        opacity: 0;
    }
}




/*---- faq ----*/

.accordion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    justify-items: start;
    align-items: start;
    justify-content: center;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 10px;
}

.accordion .accordion-item button[aria-expanded=true] {
    /*border-bottom: 1px solid #35375f;*/
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1.3em 0;

    border: none;
    background: none;
    outline: none;

    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 120% */
    color: #0C0C26;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #35375f;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #35375f;
    border: 1px solid #35375f;
}

.accordion button .accordion-title {
    padding: 1em 0em 1em 1.8em;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded=true] {
    color: #000000;
}

.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 20em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 1em 0;
}




.price_table_buy .item {
    display: grid;
    align-content: space-evenly;
    align-items: center;
    justify-items: stretch;
    justify-content: space-between;
    grid-template-columns: 1fr 270px;
    /*border-top: 1px solid #DCDCDD;*/
    font-family: 'Ruberoid';
}

.price_table_buy .item p {
    border: 1px solid #DCDCDD;
    font-family: 'Ruberoid';
    margin-right: 10px;
    padding: 20px;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    padding: 20px 0;
    padding-left: 35px;
    margin-bottom: 14px;
    margin-top: 15px;
}

.price_table_buy .item a {
    background: #0C0C26;
    border-radius: 6px;
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 24px;
    /* display: flex; */
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    border: 0;
    padding: 21px 20px;
}

@media (max-width: 767.98px) {
    .accordion {
        display: block;
        grid-template-columns: 1fr 1fr;
        align-content: center;
        justify-items: start;
        align-items: start;
        justify-content: center;
    }

    .courses .full h1 {
        font-family: 'Ruberoid';
        font-style: normal;
        font-weight: 800;
        font-size: 34px;
        line-height: 100%;
        text-transform: uppercase;
        color: #FFFFFF;
        width: auto;
    }

    .price_table_buy .item {
        display: grid;
        align-content: space-evenly;
        align-items: center;
        justify-items: stretch;
        justify-content: space-between;
        grid-template-columns: 1fr 120px;
        /* border-top: 1px solid #DCDCDD; */
        font-family: 'Ruberoid';
    }

    .price_table_buy .item a {
        padding: 14px 5px;
    }

    .price_table_buy .item p {
        border: 1px solid #DCDCDD;
        font-family: 'Ruberoid';
        margin-right: 10px;
        padding: 20px;
        font-size: 16px;
        line-height: 150%;
        color: #000;
        padding: 20px 0;
        padding-left: 10px;
        margin-bottom: 14px;
        margin-top: 15px;
    }


    .price_block h3 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .trener_coursr_head {
        display: flex;
        text-align: left;
        display: block;
    }

    .trener_coursr_head p {
        padding-left: 0px;
        padding-top: 0;
    }

    .andriy img {
        width: 100%;
        margin: auto;
        display: block;
    }

    .andriy h2 {
        font-family: 'Ruberoid';
        font-size: 39px;
        margin-bottom: 20px;
        line-height: 40px;
    }

    .content_autor {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }



    .accordion {
        list-style-type: disc;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 1;
        list-style-position: inside;
    }

    .andriy {
        display: block;
        align-content: center;
        align-items: center;
    }

    .program {
        grid-template-columns: 1fr;
    }

    .price_table .item {

        grid-template-columns: 1fr 60px 60px 60px;
        border-top: 1px solid #DCDCDD;
        font-family: 'Ruberoid';
    }

    .whats_in_program p.desc {
        width: 100%;
    }

    .trener_coursr_head p {
        padding-left: 10px;
        padding-top: 25px;
    }

    .trener_coursr h3 {
        font-weight: 400;
        font-size: 15px;
        line-height: 16px;
    }

    .price_table .item p {
        /*font-style: normal;*/
        /*font-weight: 300;*/
        /*font-size: 16px;*/
        /*line-height: 150%;*/
        /*color: rgba(12, 12, 38, 0.6);*/
        /*padding: 10px 0;*/
        padding-left: 0px;
        margin: 0;
    }

    /*.courses button {
    background: #0C0C26;
    border-radius: 6px;
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    border: 0;
    padding: 5px 0px;
    transform: rotateZ(305deg);
    margin-top: 30px;
    margin-left: -80px;
}*/

    .courses h3 {
        font-size: 30px;
        font-weight: 500;
        line-height: 36px;
    }

    .price_table .item span {
        text-align: center;
        font-size: 6px;
    }
}



.popUp {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: #000000c2;
    overflow: scroll;
}

.popUp .model {
    background: #fff;
    width: 400px;
    transform: translate(-50%);
    left: 50%;
    position: absolute;
    top: 10vh;
    padding: 20px 20px 0;
}

.container_input.title h3 {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    color: #0C0C26;
    margin-top: 10px;
    border-bottom: 1px solid #a9a9a9;
    padding-bottom: 10px;
}

.container_input.title span {
    float: right;
}

.model .container_input {
    display: block;
    margin-bottom: 20px;
}

.model .container_input input {
    display: block;
    margin-bottom: 20px;
    color: #0b0c23;
    border: 1px solid #0b0c23;
    padding: 10px 10px;
    width: -webkit-fill-available;
}

.model .container_input button {
    background: #0C0C26;
    border-radius: 6px;
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 24px;
    /* display: flex; */
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    border: 0;
    padding: 21px 20px;
}

.model .container_input .btn:after {
    display: none;
}

.model .container_input p {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 11px;
}

.blog_single {
    max-width: 888px;
    width: 100%;
    padding: 10px;
    margin-bottom: 100px;
    box-sizing: border-box;
    /*margin-top: 100px;*/
}

.blog_single>p {
    font-size: 16px !important;
    color: #000;
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.blog_single>p b,
.blog_single>p strong {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}

.blog_single ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-left: 20px;
}

.blog_single ul li {
    list-style-type: disc;
    line-height: 21px;
}

.blog_single>p b,
.blog_single>p strong {
    display: block;
    margin-top: 45px;
}

.blog_single h1 {
    line-height: 50px;
}

.container_middle {
    max-width: 820px;
    margin: auto;
    padding: 100px 0;
}

.container_middle h2,
.fifty_plus h2 {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    color: #0C0C26;
    margin-top: 0;
}


.two_list_meddle p {
    padding: 10px;
    padding-left: 40px;
    position: relative;
    display: inline-block;
}

.two_list_meddle p:before {
    content: ' ';
    width: 12px;
    position: absolute;
    height: 9px;
    left: 0;
    background: url(/wp-content/uploads/2022/10/vector.webp);
    top: 15px;
}

.fifty_plus ul {
    padding-left: 15px;
    margin-top: 0;
}

.fifty_plus ul li {
    color: rgba(12, 13, 37, 0.6);
    list-style-type: circle;
    line-height: 1.4;
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
}

.fifty_plus .grid img {
    width: 80%;
}

.fifty_plus .content_autor {
    margin: 0;
}

.fifty_plus .content_autor p {
    font-family: 'Ruberoid';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: rgba(12, 13, 37, 0.6);
    margin-bottom: 0;
    margin-top: 30px;
    padding-right: 140px;
}

.fifty_plus .two_list {
    list-style-type: disc;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
}

@media (max-width: 767.98px) {

    .container_middle h2,
    .fifty_plus h2 {
        font-family: 'Ruberoid';
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        color: #0C0C26;
        margin-top: 0;
        text-align: center;
        margin: auto;
    }

    .two_list_meddle p {
        padding: 5px;
        padding-left: 20px;
        position: relative;
        display: inline-block;
    }

    .fifty_plus .grid img {
        width: 120%;
        margin: -10%;
    }

    .fifty_plus .content_autor {
        margin: 0;
        margin-top: 40px;
    }

    .keys h3 {
        position: absolute;
        left: 0;
        top: -40px;
        margin-top: 0;
    }

    .keys .item {
        margin-top: 0;
    }

    .slider-prev-next-control {
        position: absolute;
        bottom: -80px;
        top: auto;
        width: 110px;
    }

    section.container-main.partner {
        display: grid;
        justify-content: start;
        align-items: center;
        justify-items: center;
    }

    .courses .pre_header {
        margin-bottom: 30px;
    }
}

/* ===================================== footer ============================================== */

.footer {
    margin-top: 50px;
}

.mail__chimp {
    width: 305px;
}

.mail__chimp input {
    border: none;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5333333333);
    padding: 0 0 5px 0;
    font-size: 14px;
    width: 100%;
    outline: none;
    background: transparent;
}

.mail__chimp input:focus,
.mail__chimp input:focus-visible {
    border-bottom: 1px solid #3A4681;
}

.mail__chimp input:focus+button svg path,
.mail__chimp input:focus-visible+button svg path {
    fill: #3A4681;
}

.mail__chimp button {
    border: 0;
    background: transparent;
    outline: none;
    position: absolute;
    right: 0;
    bottom: 7px;
    padding: 0;
}

.mail__chimp input::-webkit-input-placeholder {
    color: #0C0C26;
    opacity: 0.3;
    font-family: "Ruberoid";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.mail__chimp input::-moz-placeholder {
    color: #0C0C26;
    opacity: 0.3;
    font-family: "Ruberoid";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.mail__chimp input:-ms-input-placeholder {
    color: #0C0C26;
    opacity: 0.3;
    font-family: "Ruberoid";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.mail__chimp input::-ms-input-placeholder {
    color: #0C0C26;
    opacity: 0.3;
    font-family: "Ruberoid";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.mail__chimp input::placeholder {
    color: #0C0C26;
    opacity: 0.3;
    font-family: "Ruberoid";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.mail__chimp-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.mail__chimp-label {
    font-family: "Circe";
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #0C0C26;
    margin-bottom: 15px;
}

.footer__container {
    max-width: 1280px;
    padding: 0 16px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
}

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 63px;
}

.footer__menu-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 63px;
}

.footer__menu-item a {
    font-family: "Circe";
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}

.footer__menu-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 63px;
}

.footer__social {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: auto;
    gap: 7px;
}

.footer__bottom {
    width: 100%;
    background: #000;
}

.footer__bottom-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 5px 16px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__legal {
    font-weight: 400;
    font-size: 11px;
    line-height: 24px;
    color: #FFFFFF;
}

.footer__bottom-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
}

.footer__bottom-item a {
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #FFFFFF;
}

@media (max-width: 63.99875em) {
    .footer__menu-wrap {
        gap: 18px;
    }

    .footer__menu-left {
        gap: 18px;
    }

    .footer__menu-right {
        gap: 18px;
    }
}

@media (max-width: 767.98px) {
    .mail__chimp-wrap {
        padding: 0;
        width: 100%;
    }

    .mail__chimp {
        position: relative;
        width: 100%;
        margin-bottom: 0;
        padding-top: 26px;
    }

    .mail__chimp button {
        border: 0;
        background: transparent;
        position: absolute;
        right: 0;
    }

    .mail__chimp input {
        color: #fff;
        background: transparent;
    }

    form.mail__chimp input::-webkit-input-placeholder {
        font-size: 12px;
        color: #fff;
    }

    form.mail__chimp input::-moz-placeholder {
        font-size: 12px;
        color: #fff;
    }

    form.mail__chimp input:-ms-input-placeholder {
        font-size: 12px;
        color: #fff;
    }

    form.mail__chimp input::-ms-input-placeholder {
        font-size: 12px;
        color: #fff;
    }

    form.mail__chimp input::placeholder {
        font-size: 12px;
        color: #fff;
    }
}


@media (max-width: 61.99875em) {
    .footer__bottom-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 37px;
        padding: 25px 16px;
    }

    .footer__bottom-menu {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 47.99875em) {
    .mail__chimp-label {
        color: #fff;
    }

    .footer__container {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #000;
    }

    .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 0;
    }

    .footer__menu-wrap {
        gap: 96px;
        padding-top: 29px;
    }

    .footer__menu-left {
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__menu-item a {
        color: #fff;
    }

    .footer__menu-right {
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__social {
        display: none;
    }
}

/* //!====================================================================!-----checkout-----!====================================================================!//  */
.woocommerce-checkout .woocommerce-notices-wrapper {
    display: none;
}

.woocommerce-checkout h3,
.woocommerce-checkout h2 {
    display: none;
}

.ck-input label {
    display: none;
}

.ck-input {
    display: block;
    width: 100%;
    margin: 0;
}

.select2-container .select2-selection--single {
    height: 51px !important;
    background-color: transparent !important;
    border: 1px solid #D6D6D6 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
    color: #000 !important;
    padding: 0 20px !important;
}

.select2-selection__arrow {
    display: none;
}

.ck-input input {
    font-family: "Ruberoid";
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    padding: 15px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #000000;
    outline: none;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

.ck-input input:hover {
    border: 1px solid #D9D9D9;
    background: #F9F9F9;
}

.ck-input input:focus,
.ck-input input:focus-visible {
    border: 1px solid #3A4681;
    background: #F9F9F9;
}

.ck-input input[disabled] {
    opacity: 0.5;
}

.ck-input.woocommerce-invalid:not(:is(.no-valid_nekith)) input {
    background: #FFF2F2;
    border: 1px solid #B00000;
}

.ck-input select {
    font-family: "Ruberoid";
}

.ck-input select option {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.ck-half {
    width: calc(50% - 10px) !important;
}

.ck-radio {
    width: 100%;
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.ck-radio label {
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 47px;
    border: 1px solid #CBCBCB;
}

.ck-radio label::before {
    content: url("../assets/images/ecltr.svg");
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ck-radio label:hover {
    background: #F7F7F7;
    border: 1px solid #000000;
}

.ck-radio label:hover::before {
    content: url("../assets/images/eclful.svg");
}

.ck-radio input {
    display: none;
}

.ck-radio input:checked+label {
    background: #F7F7F7;
    border: 1px solid #000000;
}

.ck-radio input:checked+label::before {
    content: url("../assets/images/eclful.svg");
}

.checkout__container {
    max-width: 570px;
    padding: 50px 0 0 100px;
    margin: 0;
    height: 100%;
}


.checkout__logo {
    display: block;
    margin-bottom: 10px;
}

.checkout__breadcrumb {
    margin: 40px auto 35px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 415px;
    width: 100%;
}

.checkout__breadcrumb a {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #000000;
    position: relative;
}

.checkout__breadcrumb a:not(:last-child)::after {
    content: url("../assets/images/brarr.svg");
    position: absolute;
    right: -26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.checkout__breadcrumb a.active {
    font-weight: 700;
}

.checkout__fields {
    display: none;
}

.checkout__fields.active {
    display: block;
}

.checkout__steplabel {
    font-weight: 600;
    font-size: 17px;
    line-height: 19px;
    margin: 25px 0 25px 0;
    color: #000000;
}

.checkout__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout__steps a.disabled {}

.checkout__img {
    width: 36%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: url("../assets/images/checkfon.JPG");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fields__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.shipping-price {
    position: absolute;
}

.step-prev-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #000000;
}

.step-prev-btn svg {
    margin-right: 15px;
}

.step-next-btn {
    padding: 15px 50px;
    background: #0C0C26;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.woocommerce__gopayment {
    font-family: 'Ruberoid';
    border: none;
    outline: none;
    padding: 15px 50px;
    background: #0C0C26;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 767.98px) {
    .mail__chimp-wrap {
        padding: 0;
        width: 100%;
    }

    .mail__chimp {
        position: relative;
        width: 100%;
        margin-bottom: 0;
        padding-top: 26px;
    }

    .mail__chimp button {
        border: 0;
        background: transparent;
        position: absolute;
        right: 0;
    }

    .mail__chimp input {
        color: #fff;
        background: transparent;
    }

    form.mail__chimp input::-webkit-input-placeholder {
        font-size: 12px;
        color: #fff;
    }

    form.mail__chimp input::-moz-placeholder {
        font-size: 12px;
        color: #fff;
    }

    form.mail__chimp input:-ms-input-placeholder {
        font-size: 12px;
        color: #fff;
    }

    form.mail__chimp input::-ms-input-placeholder {
        font-size: 12px;
        color: #fff;
    }

    form.mail__chimp input::placeholder {
        font-size: 12px;
        color: #fff;
    }
}

@media (max-width: 63.99875em) {
    .checkout__img {
        display: none!important;
    }
}

@media (max-width: 61.99875em) {
    .checkout__container {
        padding: 50px 16px 0 16px;
        margin: 0 auto;
        max-width: 700px;
    }
}

@media (max-width: 47.99875em) {}

@media (max-width: 29.99875em) {
    .checkout__breadcrumb {
        max-width: 288px;
    }

    .checkout__breadcrumb a {
        font-size: 12px;
    }

    .checkout__breadcrumb a:not(:last-child)::after {
        right: -15px;
    }

    .ck-half {
        width: 100% !important;
    }

    .checkout__steps {
        flex-direction: column;
        gap: 23px;
    }

    .checkout__steps .step-prev-btn {
        order: 1;
    }

    .checkout__steps .step-next-btn {
        padding: 14px 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .woocommerce__gopayment {
        padding: 14px 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


/* //!===========================================================================================================================================================!// */

.food-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 46px;
    text-transform: uppercase;
    text-align: center;
    color: #0C0D23;
}

.foodtop {
    height: 715px;
    width: 100%;
    font-family: 'Ruberoid';
    background: url("../assets/images/foodtop.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.foodtop__container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 25px;
}

.foodtop__title {
    margin-top: 80px;
    font-weight: 700;
    line-height: 65px;
    font-size: 55px;
    max-width: 700px;
    color: #0C0D23;
}

.foodtop__subtitle {
    margin-top: 15px;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    color: #0C0D23;
}

.foodtop__description {
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 40px;
    color: #0C0D23;
}

.food-btn {
    line-height: 1;
    font-size: 20px;
    color: #fff;
    background: #E4514A;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 480px;
    font-weight: 700;
    width: 100%;
    height: 70px;
    box-shadow: 7px 9px 14px 0px #0000004D;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.foodadv {
    margin-top: -20px;
    overflow-x: scroll;
}

.foodadv__container {
    width: 1390px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;  
    gap: 30px;
    font-family: 'Ruberoid';
    overflow-x: scroll;
}
.foodadv__container::-webkit-scrollbar {
    display: none; /* Ховаємо скроллбар в браузерах на основі WebKit */
}
.foodadv__item {
    width: 320px;
    box-sizing: border-box;
    height: auto;
    padding: 25px;
    background: #fff;
    border-radius: 5px;
}

.foodadv__title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 15px;
}

.foodadv__content {
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
}

.foodbar {
    height: 218px;
    background: #FBFBFB;
    font-family: 'Ruberoid';
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -35px;
}

.foodbar__title {
    color: #0C0D23;
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    position: relative;
}

.foodbar__title::before {
    content: '“';
    font-size: 150px;
    font-weight: 700;
    position: absolute;
    left: -100%;
    bottom: -35px;
    color: #E8E8E8;
}
.foodbar__title::after {
    content: '“';
    transform: rotate(180deg);
    font-size: 150px;
    font-weight: 700;
    position: absolute;
    right: -100%;
    top: -35px;
    color: #E8E8E8;
}
.foodcalc {
    font-family: 'Ruberoid';
}
.foodcalc__title {
    margin: 40px 0;
}

.foodcalc__container {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    gap: 150px;
}

.foodcalc__label {
    font-weight: 700;
    line-height: 27px;
    font-size: 20px;
    color: #0C0D23;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.foodcalc__label::before {
    content: '';
    height: 2px;    
    width: 50px;
    background: #E4514A;
    position: absolute;
    bottom: 0;
    left: 0;
}
.foodcalc__propwrap {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
}
.foodcalc__propwrap input {
    display: none;
}

.foodcalc__propwrap label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    text-align: center;
}
.foodcalc__propwrap label .input-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #D7D7D7;
    border-radius: 5px;
}

.foodcalc__propwrap label:hover .input-icon {
    border-color: #8F8F8F;
}

.foodcalc__propwrap input:checked + label .input-icon {
    background: #E4514A;
    border-color: #E4514A;
}

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

.foodcalc__form .foodcalc-input {
    width: 260px;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #B1B1B1;
    outline: none;
    padding: 5px 15px;
    box-sizing: border-box;
    font-size: 18px;
    margin-bottom: 25px;
} 

.foodcalc__details {
    width: 260px;
    display: flex;
    justify-content: flex-end;
    margin-top: -20px;
    color: #000;
    font-size: 14px;
    gap: 5px;
    align-items: center;
    text-decoration: underline;
}

.foodcalc__submit {
    width: 228px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E4514A;
    margin-top: 25px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    font-size: 16px;
    border-radius: 5px;
}

.foodcalc__form .foodcalc__label {
    margin-bottom: 10px;
}

.foodques {
    padding-top: 85px;
    font-family: 'Ruberoid';
}

.foodques__title {
    margin-bottom: 50px;
}

.foodques__container {
    max-width: 1150px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.foodques__item {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 21px;
    background: #F9F9F9;
    width: 345px;
    box-sizing: border-box;
}

.foodques__ititle {
    display: flex;
    gap: 15px;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
}

.foodques__content {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.foodcalc-result {
    padding-top: 50px;
    font-family: "Ruberoid";
}

.foodcalc__rescontainer {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.foodcalc__reswrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #F8F8F8;
    padding: 45px 10px;
    box-sizing: border-box;
}

.foodcalc__restitle {
    color: #0C0D23;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}

.foodcalc__rescontent {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0;
}

.foodcalc__rescontent p {
    display: flex;
    gap: 30px;
    align-items: center;
    color: #0C0D23;
    font-size: 20px;
    line-height: 27px;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    width: 100%;
}

.foodcalc__rescontent p span {
    width: 45%;
    font-weight: 700;
}

.foodcalc__rescontent p .res-title {
    font-weight: 400;
    text-align: right;
    width: 55%;
}

.foodcalc__resdetails {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    display: flex;
    gap: 5px;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

.foodcalc__reswarning {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    max-width: 968px;
    margin: 0 auto;
}

.foodcalc__paybtn {
    margin: 40px auto 0 auto;
}

.foodview {
    margin-top: 50px;
    background: #F9F9F9;
    font-family: "Ruberoid";
    position: relative;
}

.foodview::before {
    content: '';
    background: #fff;
    width: 280px;
    height: 280px;
    position: absolute;
    border-radius: 100%;
    top: 20%;
    right: -12%;
}

.foodview::after {
    content: '';
    background: #fff;
    width: 280px;
    height: 280px;
    position: absolute;
    border-radius: 100%;
    top: 43%;
    left: -14%;
}

.foodview__container {
    max-width: 1170px;
    padding: 40px 20px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    gap: 20px;
}

.foodview__gallery {
    display: flex;
    gap: 20px;
    height: 578px;
    margin-right: 100px;
}

.foodview__image-slider {
    width: 396px;
    background: #D9D9D9;
    height: 100%;
    border-radius: 5px;
}

.foodview__image-slider .swiper-slide {
    width: 396px!important;
    height: 100%;
}

.foodview__image-slider img {
    width: 100%;
    height: 100%;
}

.foodview__thumbnails {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 70px;
}

.foodview__thumb {
    height: 103px;
    width: 100%;
    background: #D9D9D9;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.foodview__thumb img {
    width: 100%;
    height: 100%;
}

.foodtake {
    margin-top: 50px;
    font-family: "Ruberoid";
    padding-bottom: 80px;
}

.foodtake__container {
    max-width: 1170px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}

.foodtake__title {
    margin-bottom: 40px;
    text-align: left;
}

.foodtake__list {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 60px;
    padding: 0 20px;
}

.foodtake__list li {
    display: flex;
    align-items: center;
    gap: 15px;
    width: calc(50% - 30px);
    font-weight: 500;
}

.foodtake__list li::before {
    content: url('../assets/images/foodarr.svg');
}

.foodrep {
    background: #FBFBFB;
    font-family: "Ruberoid";
    padding: 40px 0;
}

.foodrep__container {
    max-width: 1100px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.foodrep__container::before {
    content: '“';
    position: absolute;
    top: 43%;
    left: -10%;
    font-size: 150px;
    color: #E8E8E8;
    line-height: 1;
    font-weight: 700;
}

.foodrep__container::after {
    content: '“';
    position: absolute;
    top: -11%;
    right: -10%;
    font-size: 150px;
    color: #E8E8E8;
    line-height: 1;
    transform: rotate(180deg);
    font-weight: 700;
}

.foodrep__text {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    max-width: 768px;
    color: #0C0D23;
}

.foodrep__coach {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
}

.foodrep__coach-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.foodrep__avatar {
    width: 121px;
    height: 173px;
    border: 14px;
    overflow: hidden;
}

.foodrep__avatar img {
    width: 100%;
    height: 100%;
}

.foodrep__name {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    color: #0C0D23;
}

.foodrep__desc {
    font-size: 12px;
    line-height: 16px;
    color: #0C0D23;
    text-align: center;
}

.foodind {
    margin-top: 50px;
    font-family: "Ruberoid";
}

.foodind__container {
    max-width: 1150px;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
}

.foodind__title {
    margin-bottom: 50px;
}

.foodind__item {
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 30px 0px #0000001A;
    padding: 30px 40px 30px 40px;
    border-radius: 5px;
    display: flex;
    gap: 27px;
    align-items: center;
    box-sizing: border-box;
}

.foodind__item.food-half {
    max-width: calc(50% - 15px);
}

.foodind__content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.foodind__name {
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    color: #0C0D23;
}

.foodind__desc {
    font-size: 16px;
    line-height: 22px;
    color: #0C0D23;
}

.foodrev {
    background: #F8F8F8;
    font-family: "Ruberoid";
    padding: 50px 0;
    margin-top: 50px;
    position: relative;
}

.foodrev::before {
    content: '';
    position: absolute;
    width: 522px;
    height: 522px;
    background: #fff;
    border-radius: 100%;
    top: 46%;
    transform: translateY(-50%);
    left: -460px;
}
.foodrev::after {
    content: '';
    position: absolute;
    width: 522px;
    height: 522px;
    background: #fff;
    border-radius: 100%;
    top: 46%;
    transform: translateY(-50%);
    right: -460px;
}

.foodrev__container {
    max-width: 1190px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.foodrev__title {
    margin-bottom: 15px;
}

.foodrev_nextslide, .foodrev_prevslide {
    box-shadow: none!important;
}

.foodrev__slide {
    padding: 0 30px;
    box-sizing: border-box;
}

.foodrev__slide-wrapper {
    max-width: 1130px!important;
    width: 100%!important;
    min-height: 275px;
    height: fit-content!important;
    padding: 30px;
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 4px 30px 0px #0000001A;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    gap: 25px;
}

.foodrev__slide-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}   

.foodrev__wrapper {
    padding: 30px 0!important;
}

main.food {
    overflow: hidden;
}

.foodrev__inst {
    display: flex;
    gap: 5px;
    align-items: center;
    color: #000;
    text-decoration: underline;
    font-size: 14px;
    line-height: 1; 
}

.foodrev__slide-content {
    font-size: 14px;
    line-height: 19px;
    color: #0C0D23;
    padding-bottom: 20px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.foodrev__slide-content a {
    color: #E4514A;
    text-decoration: underline;
}

.foodrev__slide-content::before {
    content: '';
    height: 1px;
    background: #DEDEDE;
    width: 225px;
    left: 0;
    bottom: 0;
    position: absolute;
}

.foodrev__slide-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foodrev__name {
    font-size: 14px;
    line-height: 1;
    color: #000;
    font-weight: 700;
}

.foodrev__rating {
    display: flex;
    gap: 4px;
}

.foodrev__next {
    position: absolute;
    top: 45%;
    right: -20px;
    cursor: pointer;
    z-index: 2;
}

.foodrev__prev {
    position: absolute;
    top: 45%;
    left: -20px;
    cursor: pointer;
    transform: rotate(180deg);
    z-index: 2;
}

.foodrev__prev.swiper-button-disabled svg path, .foodrev__next.swiper-button-disabled svg path {
    fill: #adadad;
}

.foodrev__btn {
    margin: 20px auto 0 auto;
}

.foodhow {
    padding: 50px 0;
    font-family: "Ruberoid";
}

.foodhow__title {
    margin-bottom: 50px;
}

.foodhow__container {
    max-width: 1090px;
    margin: 0 auto;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    padding: 0 18px;
}

.foodhow__item {
    gap: 27px;
    display: flex;
    align-items: center;
    padding: 30px 40px 30px 40px;
    min-width: 340px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
}

.foodhow__num {
    width: 50px;
    height: 50px;
    background: #E4514A;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    flex-shrink: 0;
}

.foodhow__text {
    font-size: 16px;
    color: #0C0D23;
    line-height: 22px;
    font-weight: 600;
}

.foodsale {
    margin-top: 25px;
    margin-bottom: 60px;
    padding: 0 10px;
    font-family: "Ruberoid";
}
.foodsale__container {
    max-width: 1130px;
    padding: 96px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    background-image: repeating-linear-gradient(0deg, #000000, #000000 10px, transparent 10px, transparent 20px, #000000 20px), repeating-linear-gradient(90deg, #000000, #000000 10px, transparent 10px, transparent 20px, #000000 20px), repeating-linear-gradient(180deg, #000000, #000000 10px, transparent 10px, transparent 20px, #000000 20px), repeating-linear-gradient(270deg, #000000, #000000 10px, transparent 10px, transparent 20px, #000000 20px);
    background-size: 2px calc(100% + 20px), calc(100% + 20px) 2px, 2px calc(100% + 20px) , calc(100% + 20px) 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    animation: borderAnimation 1s infinite linear;
}

@keyframes borderAnimation {
    from { background-position: 0 0, -20px 0, 100% -20px, 0 100%; }
    to { background-position: 0 -20px, 0 0, 100% 0, -20px 100%; }
    }

.foodsale__title {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    color: #E4514A;
    margin-bottom: 10px;
}

.foodsale__desc {
    color: #000;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 50px;
    max-width: 836px;
}

.foodsale__buy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.foodsale__price {
    font-size: 34px;
    line-height: 46px;
    font-weight: 700;
    color: #0C0D23;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
}

.foodsale__price div {
    font-size: 30px;
    color: #0C0D23;
    position: relative;
    font-weight: 400;
}

.foodsale__price div::before {
    content: '';
    position: absolute;
    transform: rotate(-10deg);
    height: 1px;
    background: #000;
    width: 180px;
    left: -15px;
    bottom: 21px;
}

.foodsale__btn {
    width: 250px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E4514A;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    box-shadow: 7px 9px 14px 0px #0000004D;
}

.foodsale__band {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 138px;
    height: 138px;
    background: url('../assets/images/foodsale.svg') center center;
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
}

.foodsale__band span {
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
}

.foodfaq {
    background: #F8F8F8;
    font-family: "Ruberoid";
    padding: 50px 0;
}

.foodfaq__container {
    max-width: 940px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.foodfaq__item {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 15px 30px;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 5px;
}

.foodfaq__title {
    margin-bottom: 40px;
}

.foodfaq__item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.foodfaq__name {
    font-size: 16px;
    font-weight: 600;
    color: #0C0D23;
    line-height: 22px;
}

.foodfaq__btn {
    transition: .3s all ease;
}

.foodfaq__item.active .foodfaq__btn {
    transition: .3s all ease;
    transform: rotate(180deg);
}

.foodfaq__content {
    font-size: 16px;
    color: #0C0D23;
    line-height: 21px;
    padding-top: 10px;
    display: none;
}

.foodstay {
    padding: 50px 10px;
    font-family: "Ruberoid";
}

.foodstay__title {
    margin-bottom: 45px;
}

.foodstay__container {
    max-width: 750px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foodstay__btn {
    background: #0C0D23;
    box-shadow: 7px 9px 14px 0px #0000004D;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 70px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
}

.foodind__mname {
    display: none;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    color: #0C0D23;
}

.foodtake__titlem {
    display: none;
}

@media(max-width: 1240px) {
    .foodrev__next {
        right: 7px;
    }
    .foodrev__prev {
        left: 7px;
    }
}

@media(max-width: 1100px) {
    .foodrev::after, .foodrev::before {
        display: none;
    }

    .foodsale__band {
        width: 94px;
        height: 94px;
        font-size: 16px;
        line-height: 22px;
        width: 94px;
        height: 94px;
        top: -48px;
        left: 50%;
        transform: translate(-50%);
        background-size: cover;
    }
    .foodsale__band span {
        font-size: 19px;
        line-height: 24px;
    }

    .foodcalc__container {
        gap: 100px;
    }
}

@media(max-width: 900px) {
    .foodhow__container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .foodhow__item {
        max-width: 600px;
    }

    .foodind__item {
        padding: 15px 20px 15px 20px;
    }
    .foodview__container {
        flex-direction: column;
        gap: 25px;
    }
    .foodview__title {
        text-align: center;
    }
    .foodview__gallery {
        margin: 0;
    }
    
    .foodcalc__container {
        flex-direction: column;
        gap: 0;
    }

    .foodcalc__form .foodcalc-input {
        max-width: 450px;
        width: 100%;
    }

    .foodcalc__details {
        max-width: 450px;
        width: 100%;
    }

    .foodbar {
        height: 150px;
        margin-top: 20px;
    }

    .foodbar__title::before, .foodbar__title::after {
        font-size: 100px;
    }

    .foodbar__title::before {
        left: -55px;
        bottom: -55px;
    }
    .foodbar__title::after {
        right: -55px;
        top: -55px;
    }

    .foodadv {
        margin-top: 20px;
    }

    .foodadv__container {
        gap: 5px;
        width: 1335px;
    }

    .foodadv__item {
        border: 1px solid #CACACA;
    }
}

@media(max-width: 768px) {
    .foodtop__container {
        justify-content: flex-start;
    }

    .foodtop__title {
        font-size: 30px;
        line-height: 40px;
        margin-top: 140px;
    }

    .foodtop__subtitle {
        font-size: 18px;
        line-height: 24px;
        max-width: 200px;
        margin-top: 10px;
    }

    .foodtop__description {
        font-size: 16px;
        line-height: 21px;
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .foodsale__title {
        font-size: 26px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 30px;
    }

    .foodsale__desc {
        font-size: 16px;
        line-height: 23px;
        text-align: center;
    }
    .foodsale__buy {
        justify-content: center;
    }
    .foodsale__price {
        position: relative;
        padding-top: 30px;
        font-size: 24px;
        line-height: 32px;
    }
    .foodsale__price div {
        position: absolute;
        right: 5px;
        top: 0;
        font-size: 18px;
        line-height: 32px;
    }

    .foodsale__price div::before {
        width: 110px;
        bottom: 16px;
    }

    .foodsale__container {
        padding: 70px 15px 90px 15px;
    }

    .foodind__item.food-half {
        max-width: 100%;
    }

    .foodind__item {
        padding: 20px;
        gap: 15px;
    }

    .foodques__container {
        justify-content: center;
        gap: 20px;
    }

    .foodques__item {
        min-width: 160px;
        width: calc(50% - 20px);
        padding: 30px 15px;
        align-self: baseline;
        gap: 10px;
    }

    .foodques__content {
        text-align: center;
        font-size: 14px;
        line-height: 19px;
    }

    .foodques__ititle {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        font-size: 16px;
        line-height: 22px;
    }

    .foodques__title {
        margin-bottom: 30px;
    }

    .foodques {
        padding-top: 50px;
    }

}

@media(max-width: 620px) {
    .food-title {
        font-size: 28px;
        line-height: 38px;
        
    }

    .foodstay__title {
        max-width: 340px;
        margin: 0 auto 20px auto;
    }

    .foodstay__container {
        max-width: 315px;
        justify-content: center;
        flex-wrap: wrap-reverse;
        gap: 40px;
    }

    .foodstay__btn {
        width: 300px;
    }

    .foodfaq__name {
        font-size: 16px;
        line-height: 22px;
    }

    .foodfaq__item {
        padding: 15px;
    }

    .foodfaq__container {
        gap: 10px;
    }

    .foodfaq__title {
        margin-bottom: 30px;
    }

    .foodfaq {
        padding: 40px 0;
    }

    .foodsale__price {
        font-size: 24px;
        line-height: 32px;
    }

    .foodsale__price div {
        font-size: 18px;
        line-height: 32px;
    }

    .foodsale__price span {
        font-size: 30px;
        line-height: 32px;
    }

    .foodsale__price div::before {
        width: 110px;
        bottom: 16px;
    }

    .foodsale__btn {
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .foodsale__btn {
        height: 63px;
        font-size: 19px;
        font-weight: 600;
    }

    .foodsale {
        margin-bottom: 75px;
    }

    .foodrep {
        padding-top: 55px;
    }

    .foodtake {
        padding-bottom: 45px;
    }

    .foodrep__container {
        flex-direction: column-reverse;
        justify-content: flex-start;
        gap: 25px;
        padding-bottom: 90px;
    }

    .foodind {
        margin-top: 0;
    }



    .foodrep__container::before {
        left: 50%;
        transform: translateX(-50%);
        bottom: -80px;
        top: auto;
    }

    .foodrep__container::after {
        display: none;
    }

    .foodrep__coach {
        width: 100%;
        border: 1px solid #DDDDDD;
        flex-direction: row;
        gap: 24px;
        align-items: center;
    }

    .foodrep__text {
        font-size: 14px;
        line-height: 19px;
        font-weight: 500;
    }

    .foodrep__avatar {
        height: 145px;
        width: 100px;
        border-radius: 0;
    }
    
    .foodrep__coach-text {
        width: 125px;
        gap: 7px;
    }

    .foodrep__desc {
        text-align: left;
    }
    .foodrep__name {
        text-align: left;
    }

    .foodtake__list {
        flex-direction: column;
        gap: 17px;
        margin-bottom: 30px;
        padding-left: 0;
    }
    .foodtake__list li {
        width: 100%;
        gap: 20px;
    }

    .foodtake__title {
        display: none;
    }

    .foodtake__btn {
        font-weight: 600;
        font-size: 16px;
    }

    .foodtake__titlem {
        margin-bottom: 25px;
        display: block;
        text-align: left;
    }
    .foodview__gallery {
        height: 400px;
        gap: 12px;
    }
    .foodview__image-slider {
        width: 275px;
    }

    .foodview__image-slider .swiper-slide {
        width: 275px!important;
    }

    .foodview__thumbnails {
        width: 50px;
    }

    .foodview__thumb {
        height: 70px;
    }
    .foodview {
        background: #fff;
        margin-top: 0;
    }

    .foodview__container {
        padding-bottom: 0;
    }

    .foodview::after, .foodview::before {
        display: none;
    }

    .foodcalc__restitle {
        font-size: 24px;
        line-height: 32px;
    }

    .foodcalc__rescontent {
        gap: 30px;
    }

    .foodcalc__rescontent p .res-title {
        font-size: 18px;
        line-height: 24px;
    }

    .foodcalc__reswarning {
        text-align: center;
        font-size: 12px;
        line-height: 16px;
    }

    .foodcalc__paybtn {
        width: 90%;
        font-size: 16px;
        font-weight: 500;
        height: 65px;
    }

    .foodcalc__propwrap {
        flex-wrap: wrap;
        margin-bottom: 30px;
        gap: 20px;
    }

    .foodcalc__title {
        margin: 25px 0;
        padding: 0 20px;
        text-align: left;
    }

}


@media(max-width: 480px) {
    .foodtop {
        height: 740px;
        background: url("../assets/images/foodtopm.png");
        background-size: cover;
        background-repeat: no-repeat;
    }
    .foodtop__button {
        font-size: 16px;
        height: 65px;
    }

    .foodhow__item {
        padding: 0;
        border: none!important;
        gap: 25px;
        align-items: flex-start;
    }

    .foodhow__container {
        gap: 35px;
    }

    .foodhow__text {
        font-size: 16px;
        line-height: 22px;
    }

    .foodhow__title {
        margin-bottom: 20px;
    }

    .foodhow {
        padding-bottom: 85px;
    }

    .foodrev__slide-content {
        font-size: 16px;
        line-height: 21px;
        font-weight: 500;
    }

    .foodrev__slide-wrapper {
        gap: 15px;
    }

    .foodrev__btn {
        margin-top: 0;
        width: 90%;
        font-size: 16px;
        font-weight: 500;
    }

    .foodrev__title {
        text-align: left;
        margin-bottom: 0;
        padding: 0 25px;
    }

    .foodrev {
        padding: 35px 0;
    }

    .foodind__mname {
        display: block;
    }

    .foodind__name {
        display: none;
    }

    .foodind__logo {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .foodind__logo img {
        width: 58px;
        height: 58px;
    }
    .foodind__item {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .foodind__desc {
        font-size: 16px;
        line-height: 22px;
    }

    .foodind__title {
        text-align: left;
        margin-bottom: 30px;
        padding: 0 25px;
    }
    
    .foodind {
        padding: 35px 0;
    }

    .foodcalc__submit {
        width: 100%;
    }
    
}

/* //!===========================================================================================================================================================!// */
.order__total-checkout {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
}
.checkout__payment .form-row.place-order #place_order.ppcp-hidden {
    display: block!important;
}
.wc_payment_methods {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.wc_payment_method label img.mobile-img {
    display: none;
}

.checkout__payments-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 40px;
}
.wc_payment_method label {
    width: 340px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    border: 1px solid #C0C0C3;
    border-radius: 10px;
    cursor: pointer;
}
.wc_payment_method input:is(:checked) + label {
    border-color: rgb(199, 199, 6);
}
.checkout__payment {
    width: 1200px;
    padding-bottom: 20px;
}

@media(max-width: 768px) {
    .checkout__payment {
        width: auto;
    }
    .wc_payment_methods {
        gap: 5px;
        flex-direction: column;
        width: 100%;
    }
    .wc_payment_method {
        width: 100%;
    }
    .wc_payment_method label {
        width: 100%;
        height: 70px;
        padding: 0 10px;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        gap: 15px;
        box-sizing: border-box;
    }
    .wc_payment_method label img {
        display: none;
    }
    .wc_payment_method label img.mobile-img {
        display: block;
    }
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: none;
}

.product__rside .stock {
    display: none;
}

.woocommerce-form-login-toggle,
.woocommerce-account-fields {
    display: none !important;
}

.checkout__fields, .place-order {
    margin-top: 20px;
}