/* general */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    word-break: break-word;
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: #101010;
    font-size: 16px;
    overflow-x: hidden;
}

.clear {
    clear: both;
}

a {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

img {
    max-width: 100%;
    border: none;
    height: auto;
}

main {
    display: block;
}

.height100 {
    height: 100%;
}

.image-fit {
    display: block;
    overflow: hidden;
}

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

.image-fit a {
    display: block;
    height: 100%;
}

.btn {
    line-height: 100%;
}

.list-inline {
    letter-spacing: -0.3em;
}

.list-inline .item-inline {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
}

.inline-middle .item-inline {
    vertical-align: middle;
}

.relative-section {
    position: relative;
}

.section-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.animated-delay2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.animated-delay3 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.animated-delay4 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.animated-delay5 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.animated-delay6 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.list-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-center {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.flex-three .item-flex {
    width: 33.33%;
}

.flex-two .item-flex {
    width: 50%;
}

.flex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

:focus {
    outline: none !important;
}

.toogle-menu {
    border: 0 none;
    height: 24px;
    width: 24px;
    z-index: 999;
    cursor: pointer;
    outline: 0;
    background: none;
    position: relative;
    padding: 0;
}

.toogle-menu span {
    font-size: 0;
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.toogle-menu span::after,
.toogle-menu span::before {
    font-size: 0;
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    content: "";
}

.toogle-menu span::after {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
}

.toogle-menu span::before {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.toogle-menu.exit span {
    background: transparent !important;
}

.toogle-menu.exit span::before {
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
}

.toogle-menu.exit span::after {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
}

.on-sp {
    display: none !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.container {
    max-width: 1100px;
    padding: 0;
    margin: 0 auto;
}

.text-uppercase {
    text-transform: uppercase;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.bg-white {
    background: #fff;
}

.color-black {
    color: #0E1102;
}

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

.bg-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.clear {
    clear: both;
}

#header {
    padding: 18px 0;
    background: #000;
}

#header .container .list-flex>div {
    flex: 1;
}

#header .container .list-flex .btn-header {
    align-items: center;
    position: relative;
}

.header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.header__logo a {
    display: block;
    height: 25px;
    width: 200px
}

.header__logo img {
    display: block;
    height: 100%;
    width: 100%;
}

.hd-search {
    margin-left: 19px;
}

.hd-search a {
    display: block;
    font-size: 23px;
    color: #fff;
    line-height: 1;
}

.hd-search a::after {
    content: url(../svg/search.svg);
    position: absolute;
    left: 15px;
    top: -22px;
}

/* #header .ed-btn {
    color: var(--primary-color-3);
    background: transparent;
    cursor: pointer;
    font-weight: 500;
    font-size: 22px;
    padding: 10px;
    border: 1px solid var(--secondary-color-4);
    line-height: 28px;
    text-align: left;
    min-width: 163px;
} */

#header .ed-btn {
    color: var(--primary-color-3);
    background: transparent;
    cursor: pointer;
    font-weight: 400;
    font-size: var(--font-16);
    padding: 10px 24px;
    border: 1px solid var(--secondary-color-4);
    line-height: 24px;
    text-align: center;
}

#header .en-logo {
    height: 32px;
    width: 32px;
    right: 20px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .en-logo .en-logo-bg {
    background-color: #fff;
    padding: 0px;
    border-radius: 20px;
    animation: zoomLoop 2.8s ease-in-out infinite;
    width: 100%;
    height: 100%;
}

#header .en-logo img {
    animation: dropDown 2.8s infinite ease-in-out;
    position: absolute;
    z-index: 2;
}

@keyframes zoomLoop {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(0);
    }

    35% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes dropDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    15% {
        opacity: 0;
        transform: translateY(-10px);
    }

    50% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.circle {
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 50%;
    position: relative;
    animation: dropDown 2s infinite ease-in-out;
}


#header .ed-btn:hover {
    border-color: none;
}

#header .btn-search {
    padding: 9px 24px;
    border: none;
    width: 100%;
}

#header .btn-search::after {
    content: url(../svg/search-btn.svg);
    position: absolute;
    right: 0;
    top: 9px;
}

.menumain__search {
    background-color: var(--secondary-color-1);
    padding: 10px 0;
}

.menumain__search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menumain__search-form-input--text {
    width: calc(100% - 106px);
    border: none;
    height: 42px;
    background: var(--secondary-color-1);
    padding: 10px 16px 10px 0;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
}

.menu-main {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
}

.menumain__list {
    background-color: var(--primary-color-3);
    padding: 40px 0;
}

.menumain__list-box {
    max-width: 1100px;
    margin: 0 auto;
}

#menu-menu-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#menu-menu-main li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 0 20px;
    width: 25%;
    text-transform: uppercase;
}

#menu-menu-main li>a {
    cursor: pointer;
}

#menu-menu-main li a {
    color: #101010;
}

#menu-menu-main li a[href="#"]:hover {
    color: #101010;
    cursor: auto;
}

#menu-menu-main .sub-menu {
    display: block;
    margin: 24px 0 0;
}

#menu-menu-main .sub-menu li {
    display: block;
    font-size: 16px;
    line-height: 17px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 16px;
    text-transform: none;
    width: 100%;
}

#menu-menu-main .sub-menu li a {
    color: #101010;
    cursor: pointer;
}

#menu-menu-main li a:hover {
    color: var(--primary-color-1);
}

#menu-menu-main .sub-menu li:last-child {
    margin-bottom: 0;
}

/* End Header */


#footer {
    background: var(--primary-color-2);
    color: #fff;
}

.footer__top {
    padding: 52px 0 0px;
}

.footer__top-content {
    flex-wrap: nowrap;
    column-gap: 60px;
}


.footer__top-logo {
    height: 37px;
    width: 286px;
    margin-bottom: 24px;
}

.footer__top-logo img {
    height: 100%;
    width: 100%;
}


.footer__top-form div.needsclick {
    padding: 0 !important;
    min-height: auto !important;
}

.footer__top-form input[type="email"] {
    width: 100%;
    height: 46px;
    background: var(--primary-color-2) !important;
    border: none;
    margin-right: 2px;
    padding: 12px 16px;
    font-size: 15px;
    line-height: 26px;
    color: var(--primary-color-3) !important;
    -webkit-appearance: none !important;
    font-family: 'Inter', sans-serif;
    vertical-align: middle;
}

.footer__top-form input[type="email"]::-webkit-input-placeholder {
    color: var(--primary-color-3) !important;
}

.footer__top-form input[type="email"]:-ms-input-placeholder {
    color: var(--primary-color-3) !important;
}

.footer__top-form input[type="email"]::-ms-input-placeholder {
    color: var(--primary-color-3) !important;
}

.footer__top-form input[type="email"]::placeholder {
    color: var(--primary-color-3) !important;
}

.footer__top-form input[type="submit"] {
    width: 102px;
    height: 46px;
    text-align: center;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 26px;
    color: #101010;
    font-weight: 500;
    background: #fff;
    border: none;
    -webkit-appearance: none !important;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-family: 'Inter', sans-serif;
    vertical-align: middle;
}

.footer__top-form input[type="submit"]:hover {
    background: var(--primary-color-1);
    color: #fff;
}

.footer__top-form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--primary-color-3);
}

#menu-menu-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

#menu-menu-category>li {
    font-weight: 700;
}

#menu-menu-category li {
    width: 50%;
    padding: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: var(--font-14);
}

#menu-menu-category li a {
    color: var(--primary-color-3);
}

#menu-menu-category li ul {
    margin: 16px 0 0;
}

#menu-menu-category li ul li {
    width: 100%;
    text-transform: none;
}

#menu-menu-category li ul li:last-child {
    margin-bottom: 0;
}

.footer__bottom {
    border-top: 1px solid var(--secondary-color-4);
    background: var(--primary-color-2);
    padding: 16px 0;
}

.footer__bottom p {
    margin-bottom: 0;
}

.footer__bottom-item:first-child {
    margin-bottom: 16px;
}

#menu-menu-footer {
    display: grid;
    grid-template-columns: repeat(3, fit-content(100%));
    margin-bottom: 0;
    row-gap: 16px;
    justify-content: space-between;
}

#menu-menu-footer>li {
    margin-bottom: 0;
    width: fit-content;
}

#menu-menu-footer li a {
    color: var(--primary-color-3);
    font-size: var(--font-14);
}

#footer a:hover {
    color: var(--primary-color-1) !important;
}

.social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 16px;
    row-gap: 12px;
}

.social__center {
    justify-content: center;
}

.social__col {
    flex-direction: column;
}

.social p {
    margin-bottom: 0;
}

.social a {
    display: flex;
}

.social__black {
    -webkit-filter: brightness(0) saturate(100%);
    filter: brightness(0) saturate(100%);
}

.social__white {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(1162%) hue-rotate(70deg) brightness(112%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(1162%) hue-rotate(70deg) brightness(112%) contrast(100%);
}

.social__green {
    -webkit-filter: brightness(0) saturate(100%) invert(64%) sepia(35%) saturate(2664%) hue-rotate(34deg) brightness(93%) contrast(84%);
    filter: brightness(0) saturate(100%) invert(64%) sepia(35%) saturate(2664%) hue-rotate(34deg) brightness(93%) contrast(84%);
}

#footer .disclaimer p {
    font-style: normal;
}

.ed-btn {
    color: #101010;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    padding: 9px 24px;
    border: 1px solid #404040;
    display: inline-block;
}

.ed-btn:hover {
    background: #101010;
    color: #fff;
}

.color-white {
    color: #fff;
}

.author {
    margin: 0;
    text-transform: capitalize;
}


.author a:hover {
    color: var(--primary-color-1);
}


.tag {
    margin-bottom: var(--mr-main);
    display: flex;
    column-gap: 16px;
    row-gap: 12px;
    flex-wrap: wrap;
}

body.tag {
    margin-bottom: 0 !important;
    display: block;
}



.tag--center {
    justify-content: center;
}

.tag span:hover {
    background-color: var(--primary-color-3);
    border: 1px solid var(--primary-color-2);
}

.tag>span {
    padding: 6px 16px;
    color: var(--primary-color-2);
    border: 1px solid var(--primary-color-2);
    display: block;
    width: fit-content;
    font-weight: 500;
}

.tag>span a {
    color: var(--primary-color-2);
}

.tag>span:hover {
    background-color: var(--primary-color-2);
    color: #fff;
}

.tag>span:hover a {
    color: var(--primary-color-3);
}


.atmain__box-info>p {
    margin-bottom: 0;
}

.home .latest .tag span {
    color: var(--primary-color-3);
    border-color: var(--secondary-color-4);
}

.home .latest .tag span a {
    color: var(--primary-color-3);
}

.home .latest .tag span:hover {
    background-color: var(--primary-color-3);
    border-color: var(--primary-color-2);
}

.home .latest .tag span:hover a {
    color: var(--primary-color-2);
}

.cate-section .news-link {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: inline-block;
}

.hover-scale {
    overflow: hidden;
}

.hover-scale img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.hover-scale:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.swiper-pagination {
    background: #D4D5D4 !important;
}

.swiper-pagination .swiper-pagination-progressbar-fill {
    background: #101010 !important;
}

.breacrump {
    color: var(--secondary-color-3);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.breacrump a {
    color: var(--secondary-color-3);
}

.breacrump a:hover {
    color: var(--primary-color-1);
}

.breacrump>span span:last-child {
    color: var(--primary-color-2);
}

.woocommerce-shop .breacrump>span span:last-child {
    color: var(--primary-color-3);
}

.color-grey {
    color: #9F9F9F;
}

.des-news {
    font-size: 15px;
    line-height: 26px;
    margin: 8px 0 0;
}

.des-news p {
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}

.bg-black {
    background: #101010;
}

.page-top {
    border-top: 1px solid #404040;
    padding: 24px 0;
}

.page-top .breacrump span {
    color: #fff;
}

.page-top .breacrump a,
.page-top .breacrump span.line {
    color: var(--secondary-color-3);
}

.page-top .breacrump a:hover {
    color: var(--primary-color-1);
}

.container-small {
    max-width: 1064px;
    margin: 0 auto;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination .page-numbers {
    display: inline-block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 15px;
    color: #9F9F9F;
    margin: 0 2.5px;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    color: #fff;
    font-weight: 600;
    background: #101010;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    width: auto;
    height: auto;
    /* margin: 0 16px;
    font-size: 30px; */
    margin-top: 10px;
    font-size: 17px;
}

.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover {
    background: none;
    color: var(--primary-color-1);
}

.page-top-white {
    padding: 24px 0;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(16, 16, 16, 0.5);
    z-index: 100;
    display: none;
}

.popup-click {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.popup__bg {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup__bg-box {
    max-width: 800px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.popup__bg-box-featured {
    width: 50%;
}

.popup__bg-box-info {
    width: 50%;
    position: relative;
    padding: 40px;
    color: #101010;
}

.popup__bg-box-info-close {
    position: absolute;
    top: 0px;
    right: -45px;
    width: 100px;
    height: 108px;
}

.popup__bg-box-info .close-gray {
    position: absolute;
    top: 30px;
    right: 20px;
    cursor: pointer;
}

.popup__bg-box-featured .close-gray {
    display: none;
    cursor: pointer;
}

.popup__bg-box-info-box-featured {
    margin-bottom: 4px;
    padding: 14px 0 0;
}

.popup__bg-box-info-box-featured-img {
    height: 20px;
    width: 156px;
}

.social--popup {
    margin-bottom: 40px;
}

.klaviyo-form-UPY2r8 {
    margin: 16px 0 20px;
}

.popup p.has-small-font-size {
    color: var(--secondary-color-4);
    line-height: 22px;
    margin-bottom: 0;
}

.popup__note-link {
    text-decoration: underline;
    color: var(--secondary-color-4)
}

.popup__note-link:hover {
    color: var(--primary-color-1);
}


.klaviyo-form-UPY2r8 input[type="email"] {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 26px;
    color: #9F9F9F;
    border: 1px solid #404040;
    background: #fff;
    -webkit-appearance: none !important;
    font-family: 'Inter', sans-serif;
    vertical-align: middle;
}

.klaviyo-form-UPY2r8 input[type="email"]::-webkit-input-placeholder {
    color: #9F9F9F;
}

.klaviyo-form-UPY2r8 input[type="email"]:-ms-input-placeholder {
    color: #9F9F9F;
}

.klaviyo-form-UPY2r8 input[type="email"]::-ms-input-placeholder {
    color: #9F9F9F;
}

.klaviyo-form-UPY2r8 input[type="email"]::placeholder {
    color: #9F9F9F;
}

.klaviyo-form-UPY2r8 button {
    width: 88px;
    height: 42px !important;
    padding: 0 !important
}

.klaviyo-form-UPY2r8 input[type="submit"]:hover {
    opacity: 0.8;
}

/* pages */

#content {
    position: relative;
}

.home #content::before,
.single-exercise #content::before,
.single-best_exercise #content::before,
.single-best_exercise #content::before,
.page-template-oncoaching #content::before {
    position: absolute;
    content: "";
    top: -66px;
    width: 42%;
    height: 50%;
    background-image: url(../png/bg-main.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.section__background-black {
    background-color: #000;
}

.home-main #header {
    background: transparent;
}

.btn-header {
    display: flex;
    justify-content: end;
}


.hhome__big {
    width: calc(100% - 324px);
    padding-right: 32px;
    position: relative;
}

.hhome__info {
    width: 72%;
    position: absolute;
    z-index: 2;
    bottom: 5px;
}

.hhome__info p:last-child {
    margin: 0;
    width: 74.5%;
    display: block;
    max-height: calc(24px* 3);
    overflow: hidden;
}

.hhome__big p {
    margin-bottom: 24px;
}

.hhome__featured {
    width: 57.9%;
    height: 100%;
    position: absolute;
    right: 32px;
    background-image: url(../png/home-bg-hero.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.enfit__action a {
    display: block;
    width: fit-content;
    background-color: var(--primary-color-3);
    color: var(--primary-color-2);
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
}

.hhome__featured img {
    height: 100%;
}

.hhome__right {
    width: 324px;
}


.hhome__item {
    padding-bottom: 8px;
    border-bottom: 1px solid #404040;
    padding-right: 30px;
}

.hhome__item h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 8px;
}

.hhome__item h3 a {
    color: #fff;
}

.hhome__item h3 a:hover {
    color: var(--primary-color-1);
}

.hhome__link {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: inline-block;
}

.hhome__link img {
    width: 18px;
}

.hhome__item:last-child {
    margin-bottom: 0;
}

.feature__content {
    padding-left: calc(50vw - 547.5px);
}

.feature__social {
    width: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.feature__social a {
    display: inline-block;
    margin: 16px 0;
    font-size: 18px;
    color: #fff;
    width: 20px;
}

.feature__social a:hover {
    color: var(--primary-color-1);
}

.feature__social img {
    -webkit-filter: invert(99%) sepia(84%) saturate(5851%) hue-rotate(187deg) brightness(126%) contrast(100%);
    filter: invert(99%) sepia(84%) saturate(5851%) hue-rotate(187deg) brightness(126%) contrast(100%);
}

.feature__collections {
    width: calc(100% - 42px);
    padding: 80px 0 80px 80px;
}

.feature .swiper-pagination {
    bottom: 0;
    top: auto;
    right: 80px;
    width: calc(100% - 80px);
}

.feature__img {
    aspect-ratio: var(--ratio);
}

.feature__info {
    padding-top: 12px;
}

.feature__info h3 {
    margin: 8px 0 8px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.feature__info h3 a {
    color: #101010;
}

.feature__info h3 a:hover {
    color: var(--primary-color-1);
}

.latest {
    background-image: url(../png/bg3.png);
    padding: 80px 0;
    background-size: auto 87%;
    background-position: top 10px center;
}

.latest__item {
    margin-bottom: 24px;
    float: left;
    width: 38.3%;
}

.latest__item:first-child {
    width: 61.7%;
    padding-right: 16px;
}

.latest__item:last-child {
    margin-bottom: 0;
}

.latest__featured {
    width: 200px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    padding-top: 30.2%;
    height: 0;
}

.latest__item:first-child .latest__featured {
    padding-top: 63.47%;
    margin-bottom: 20px;
    width: 100%;
}

.cate-section .latest__item:first-child .latest__featured {
    padding-top: 62.1%;
}

.latest__info {
    width: calc(100% - 200px);
    padding-left: 16px;
}

.latest__info p:first-of-type {
    margin-bottom: 8px;
}

.latest__info h3 a {
    color: #fff;
}

.latest__info h3 a:hover {
    color: var(--primary-color-1);
}

.latest__featured img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.latest__item:first-child .latest__info {
    width: 100%;
    padding-left: 0;
}

.cate-section .latest__info p.text-special.clamp-2 {
    -webkit-line-clamp: 2;
}

.choise {
    padding: 80px 0;
}


.news__info {
    border-bottom: 1px solid #D4D5D4;
}

.news__info h3 a:hover {
    color: var(--primary-color-1);
}

.single-top {
    padding: 24px 0;
    position: relative;
    z-index: 1;
}

.single-main {
    padding: 0 0 40px;
}

.single-main .sg-resources {
    background: var(--secondary-color-5);
    padding: 24px;
    margin-top: 40px;
    position: relative;
}

.single-main .sg-resources ol {
    display: none;
}

.single-main .sg-resources:last-child {
    margin-bottom: 0;
}

.single-main .sg-resources>h3 {
    position: relative;
}

.single-main .sg-resources>h3::after {
    position: absolute;
    content: url(../svg/dropdown.svg);
    top: 0;
    right: 0;
    transform: scale(1.7);
    line-height: 1.7;
    cursor: pointer;
}

.single-main .sg-resources>h3.up::after {
    transform: scale(1.7) rotate(180deg);
    line-height: 1;
}

.single-main .sg-resources .intro {
    padding-bottom: 16px;
    border-bottom: 1px solid #404040;
    margin-bottom: 16px;
}

.single-main .sg-resources .intro p {
    font-size: var(--font-14) !important;
    font-style: italic;
    margin-bottom: 0;
}

.single-main .sg-resources h4 {
    padding: 0;
    border: 0;
}

.single-main .sg-resources ul,
.single-main .sg-resources ol {
    padding-left: 16px;
}


.single-main .sg-resources ul li,
.single-main .sg-resources ol li {
    font-style: italic;
    font-size: 14px;
    line-height: 22px;
}

.single-main .sg-resources ol li::before {
    content: "";
}

.single-main .sg-resources ol {
    list-style: decimal;
}

.single-main .sg-resources ol li::marker {
    color: var(--primary-color-2);
    font-style: italic;
    font-size: 14px;
    line-height: 22px;
}

.single-main .sg-resources ul li::before,
.single-main .sg-resources ol li::before {
    color: var(--primary-color-2);
}

.single-main .sg-resources ul li:last-child,
.single-main .sg-resources ol li:last-child {
    margin-bottom: 0;
}

.single-main .sg-resources ul.list-numbber li,
.single-main .sg-resources ol.list-numbber li {
    list-style: decimal;
}

.single-main .schema-faq .schema-faq-section {
    margin-bottom: var(--mr-main)
}

.single-main .schema-faq .schema-faq-section .schema-faq-question {
    font-size: var(--font-20) !important;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0px;
    padding: 8px 30px 8px 0;
    border-top: 1px solid #D4D5D4;
    border-bottom: 1px solid #D4D5D4;
    position: relative;
    list-style: none;
    cursor: pointer;
    display: block;
}

.single-main .schema-faq .schema-faq-section .schema-faq-question:after {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: "";
    background: url(../svg/icon-question.svg) no-repeat center center/cover;
}

.single-main .schema-faq .schema-faq-section .schema-faq-answer {
    margin: 0;
    padding: 8px 8px 0 0;
    color: var(--secondary-color-4);
    display: none;
}

.single-main .schema-faq .schema-faq-section .schema-faq-answer a {
    color: var(--primary-color-1)
}

figcaption {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
}


.single-main .sg-resources ol li a {
    color: #101010;
    text-decoration: underline;
}



.single-main .single-sidebar {
    width: 279px;
}

.sidebar__feature {
    width: 100%;
    height: 284px;
    margin-bottom: 20px;
}

.single-main .single-sidebar .sg-author {
    padding: 24px 15px;
    border-bottom: 1px solid #D4D5D4;
}

.single-main .single-sidebar .sg-lastest-list .sg-lastest-it {
    margin-bottom: 20px;
    border-bottom: 1px solid #D4D5D4;
}

.single-main .single-sidebar .sg-lastest-list .sg-lastest-it p {
    margin-bottom: 8px;
}

.single-main .single-sidebar .sg-lastest-list .sg-lastest-it h3 {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 8px;
    font-weight: 500;
}

.single-main .single-sidebar .sg-lastest-list .sg-lastest-it h3 a {
    color: #000;
}

.single-main .single-sidebar .sg-lastest-list .sg-lastest-it h3 a:hover {
    color: var(--primary-color-1);
}

.single-main .single-sidebar .sg-lastest-list .sg-lastest-it .news-link {
    top: 75%;
    right: 0;
    width: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.single-main .single-sidebar .sg-lastest-list .sg-lastest-it .info .news-link {
    top: 92%;
}

.single-main .single-sidebar .sg-lastest-list .sg-lastest-it:first-child {
    padding-right: 0;
    border-color: #9F9F9F;
}

.single-main .single-sidebar .sg-lastest-list .sg-lastest-it:first-child .info {
    padding-top: 16px;
}

.single-main .single-sidebar .sg-lastest-list .sg-lastest-it:first-child .info h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 8px;
}

.single-main .sg-right {
    width: calc(100% - 279px);
    padding-left: 45px;
}


.brand__section {
    gap: 20px;
}

.brand__img {
    display: none; 
    width: 284px;
    height: 284px;
}

.brand__img .brand__featured {
    height: 100%;
}

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

.brand__main {
    flex: 1;
}

.sg-right .social,
.exc-hero-section .social {
    display: flex;
    align-items: center;
}

.exc-hero-section .social {
    justify-content: center;
}


.single-main .sg-right .sg-custom p small {
    display: block;
}

.single-main .sg-right .sg-custom p b {
    color: var(--primary-color-1);
}

.single-main .sg-right .sg-custom p a {
    color: var(--primary-color-1);
    text-decoration: none;
}

.single-main .sg-right .sg-custom .single-featured img {
    width: 100%;
    display: block;
}

figcaption {
    color: var(--secondary-color-3);
    font-size: 12px;
    line-height: 16px;
    margin: 8px 0 0;
}


.single-main .sg-right .sg-custom a:hover {
    color: var(--primary-color-1);
}

.single-main .sg-right .sg-custom h5 {
    margin: 30px 0 10px;
}

.single-main h2.list-start,
.exercise-list-start,
.exercise-equipment-start,
.exc-section-content h2.list-start,
.exercise-counter {
    counter-reset: section;
}

.single-main .sg-right .sg-custom h2.list-start.list-start-border~h3 {
    padding: 8px 8px 8px 0px;
    background: url(../svg/rec.svg) no-repeat left center/48px 100%;
    border: none !important;
}

.single-main .sg-right .sg-custom h2.list-start.list-start-border~h3:before {
    counter-increment: section;
    content: counter(section) ". ";
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    position: relative;
    width: auto;
    color: #101010;
    background: none;
    display: inline-block;
    margin-right: 10px;
}

.single-main .sg-right .sg-custom h2.list-start.list-start-black~h2.list-end~h3 {
    border: none !important;
}

.single-main .sg-right .sg-custom h2.list-start.list-start-black~h3 {
    padding: 8px 8px 8px 0px;
    border-top: 6px solid var(--primary-color-1) !important;
    background: #101010;
    color: #fff;
}

.single-main .sg-right .sg-custom h2.list-start.list-start-black~h3:before {
    color: #fff;
    content: counter(section) ". ";
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    display: inline-block;
}

.single-main h2.list-start~h3,
.exercise-list-start>h3,
.exercise-counter h3,
.exercise-equipment-start>h3,
.exc-section-content .h2.list-start~h3 {
    position: relative;
}

.single-main h2.list-step-start~h3 {
    position: relative;
}

.single-main h2.list-start~h3:before,
.exercise-list-start>h3:before,
.exercise-equipment-start>h3:before,
.exc-section-content h2.list-start~h3:before,
.exercise-counter h3:before {
    counter-increment: section;
    content: counter(section) ". ";
    line-height: 32px;
    color: var(--primary-color-1);
}

.single-main h2.list-step-start,
.exc-section-content h2.list-step-start {
    counter-reset: section;
}


.single-main h2.list-step-start~h3:before,
.exc-section-content h2.list-step-start~h3:before {
    counter-increment: section;
    content: "Step " counter(section) ". ";
    color: var(--primary-color-1);
    background: transparent;
    counter-increment: section;
}

.single-main h2.list-end~h3,
.exc-section-content h2.list-end~h3 {
    padding: 0 !important;
    border: none !important;
    background: none !important;
    color: #101010 !important;
}

.single-main h2.list-end~h3:before,
.exc-section-content h2.list-end~h3:before {
    display: none !important;
}

.single-main .sg-right .sg-custom .box-green {
    margin: 32px 0;
    background: #E6EFD9;
    border-left: 3px solid var(--primary-color-1);
    padding: 40px 32px;
}

.single-main .sg-right .sg-custom .box-green p {
    font-size: 18px;
    line-height: 29px;
    color: #404040;
    margin-bottom: 16px;
    font-weight: 500;
}

.single-main .sg-right .sg-custom .box-green h4 {
    text-align: right;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    color: var(--primary-color-1);
    margin: 0;
    text-transform: uppercase;
}

.single-main .sg-right .sg-custom h4.title-number {
    padding: 8px 8px 8px 64px;
    border: 1px solid #101010;
    position: relative;
}

.single-main .sg-right .sg-custom h4.title-number span {
    width: 48px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    background: #101010;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.single-main .sg-right .sg-custom .mt-64 {
    margin-top: 64px;
}

.single-main .sg-right .sg-custom .sg-product-box {
    background: #101010;
    color: #fff;
    padding: 24px;
    margin: 32px 0;
}

.single-main .sg-right .sg-custom .sg-product-box h4 {
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
}

.single-main .sg-right .sg-custom .sg-product-box ul {
    margin: -12px -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.single-main .sg-right .sg-custom .sg-product-box ul li {
    width: calc(50% - 40px);
    background: #E6EFD9;
    list-style: none;
    margin: 12px 20px;
    padding: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}

.single-main .sg-right .sg-custom .sg-product-box ul li a {
    display: block;
    padding: 16px 40px 16px 16px;
    text-decoration: none;
    background: url(../svg/down.svg) no-repeat right 24px center/8px auto;
}

.single-main .sg-right .sg-custom .sg-product-it {
    column-gap: 0;
    row-gap: 24px;
    margin: 0;
    margin-bottom: 20px;
}

.single-main .sg-right .sg-custom .sg-product-it .wp-block-column:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 41%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-main .sg-right .sg-custom .sg-product-it .wp-block-column figure {
    margin-bottom: 0;
    height: 300px;
    width: 300px;
}

.single-main .sg-right .sg-custom .sg-product-it .wp-block-column figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.single-main .sg-right .sg-custom .sg-product-it .wp-block-column:nth-child(2) {
    -webkit-box-flex: 1.1;
    -ms-flex-positive: 1.1;
    flex-grow: 1;
    background-image: url(../svg/snippet-bg-2.svg);
    background-size: auto;
    background-repeat: no-repeat;
    padding: 20px;
    height: 100%;
    background-color: var(--secondary-color-5);
    background-position: left 85% bottom 0;
}

.single-main .sg-right .sg-custom .sg-product-it .wp-block-column:nth-child(2) p {
    margin-bottom: 0;
}

.single-main .sg-right .sg-custom .sg-product-it .wp-block-column:nth-child(2) p.link-green a {
    background: none;
    border: none;
    padding: 0;
    margin-top: 20px;
    color: var(--primary-color-1);
}

.single-main .sg-right .sg-custom .sg-product-it .wp-block-column:nth-child(2) p.link-green a:hover {
    opacity: 1;
    text-decoration: underline;
}

.single-main .sg-right .sg-custom .sg-product-it .wp-block-column:nth-child(2) p {
    margin-bottom: 0;
}

.single-main .sg-right .sg-custom .sg-product-it .wp-block-column:nth-child(2) p a {
    font-size: var(--font-16);
    font-weight: 400;
    color: var(--primary-color-2);
    text-decoration: underline;
}

.single-main .sg-right .sg-custom .sg-product-it .wp-block-column:nth-child(2) p:first-of-type {
    margin: 0 0 12px 0;
}

.single-main .sg-right .sg-custom .sg-product-it .wp-block-column:nth-child(2) p:first-of-type a {
    text-decoration: none;
    padding: 6px 24px;
    display: inline-block;
    background: #101010;
    color: var(--primary-color-3);
}

.single-main .sg-right .sg-custom .sg-product-it .wp-block-column:nth-child(2) a:hover {
    opacity: 0.8;
}

.single-main .sg-right .sg-custom ul.list-check {
    margin-bottom: 30px;
    padding-left: 0;
}

.single-main .sg-right .sg-custom ul.list-check li {
    list-style: none;
    background: url(../svg/list-check.svg) no-repeat left top 4px/16px auto;
    padding-left: 21px;
    margin-left: 0;
}

.single-main .sg-right .sg-custom ul.list-check li::before,
.single-main .sg-right .sg-custom ul.list-remove li::before {
    width: 0;
}

.single-main .sg-right .sg-custom ul.list-remove {
    margin-bottom: 20px;
    padding-left: 0;
}

.single-main .sg-right .sg-custom ul.list-remove li {
    list-style: none;
    background: url(../svg/list-remove.svg) no-repeat left top 4px/16px auto;
    margin-left: 0;
    padding-left: 21px;
}

.single-main .sg-right .sg-custom .table-review {
    margin: 32px 0;
}

.single-main .sg-right .sg-custom .table-review p {
    margin-bottom: 8px;
    color: #9F9F9F;
    font-weight: 500;
}

.single-main .sg-right .sg-custom .table-review .wp-block-table {
    margin: 0;
}

.single-main .sg-right .sg-custom .table-review table {
    text-align: center;
}

.single-main .sg-right .sg-custom .table-review table tbody tr:first-child {
    background: #E6EFD9 !important;
}

.single-main .sg-right .sg-custom .table-review table tbody tr:first-child td {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #404040;
    padding: 16px;
    text-align: left;
}

.single-main .sg-right .sg-custom .table-review table tbody tr:first-child td strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #121924;
}

.single-main .sg-right .sg-custom .table-review table tbody tr td:first-child {
    border: 1px solid var(--primary-color-1);
    background: #E6EFD9;
    text-align: left;
}

.single-main .sg-right .sg-custom .table-review table tbody tr td:first-child strong {
    font-weight: 600;
}

.single-main .sg-right .sg-custom .table-review table tbody tr:nth-child(2n+1) {
    background: #fff;
}

.single-main .sg-right .sg-custom .table-review.table-review-2 table tbody tr td:first-child {
    border: none;
    background: #fff;
}

.single-main .sg-right .sg-custom .table-review.table-review-2 table tbody tr:first-child td:first-child {
    background: #E6EFD9;
}

.single-main .sg-right .sg-custom .table-review.table-review-3 table tbody tr:first-child {
    border: 1px solid #D4D5D4;
    background: #fff !important;
}

.single-main .sg-right .sg-custom .table-review.table-review-3 table tbody tr:first-child td {
    text-align: center;
}

.single-main .sg-right .sg-custom .table-review.table-review-3 table tbody tr:first-child td:first-child {
    text-align: left;
}

.single-main .sg-right .sg-custom .table-review.table-review-3 table tbody tr td:first-child {
    width: 129px;
}

.single-main .sg-right .sg-custom .sg-brands {
    margin-top: 16px;
}

.single-main .sg-right .sg-custom .sg-brands .wp-block-columns {
    gap: 0;
    margin: 0;
}

.single-main .sg-right .sg-custom .sg-brands .brand-col:nth-child(2) .brand-title {
    border-top: 1px solid var(--secondary-color-1);
    margin-top: -1px;
}

.single-main .sg-right .sg-custom .sg-brands .brand-title {
    padding: 24px;
    border-bottom: 1px solid var(--secondary-color-1);
}

.single-main .sg-right .sg-custom .sg-brands .brand-title .wp-block-image {
    margin-bottom: 0;
}

.single-main .sg-right .sg-custom .sg-brands .brand-title p {
    margin-bottom: 0;
}

.single-main .sg-right .sg-custom .sg-brands .brand-title p img {
    width: 100% !important;
}

.single-main .sg-right .sg-custom .sg-brands .brand-title p strong {
    font-weight: 600;
}

.single-main .sg-right .sg-custom .sg-brands .brand-title p a {
    display: block;
    margin-top: 8px;
    color: var(--primary-color-1);
}

.single-main .sg-right .sg-custom ul.pros-list {
    padding-top: 30px;
    position: relative;
}

.single-main .sg-right .sg-custom ul.pros-list:before {
    content: "Pros";
}

.single-main .sg-right .sg-custom ul.cons-list:before {
    content: "Cons";
}

.single-main .sg-right .sg-custom ul.pros-list:before,
.single-main .sg-right .sg-custom ul.cons-list:before {
    font-size: var(--font-20);
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0px;
    color: var(--primary-color-2);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.single-main .sg-right .sg-custom ul.cons-list {
    padding-top: 30px;
    position: relative;
}

.single-main .sg-right .sg-custom .sg-brands .brand-col .brand-row:nth-of-type(4),
.single-main .sg-right .sg-custom .sg-brands .brand-col .brand-row:nth-of-type(5),
.single-main .sg-right .sg-custom .sg-brands .brand-col .brand-row:nth-of-type(6) {
    border-top: none;
}

.single-main .sg-right .sg-custom .brand-row {
    padding: 10px 24px;
    position: relative;
}

.single-main .sg-right .sg-custom .brand-row::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    background: var(--primary-color-1);
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.single-main .sg-right .sg-custom .brand-row ul {
    padding-left: 0;
    margin: 0;
}

.single-main .sg-right .sg-custom .brand-row ul li:last-child {
    margin-bottom: 0;
}

.single-main .sg-right .sg-custom .sg-question {
    gap: 32px;
    margin: 32px 0 0;
}

.single-main .sg-right .sg-custom .sg-question .wp-block-details {
    margin-bottom: 32px;
}

.single-main .sg-right .sg-custom .sg-question .wp-block-details:last-child {
    margin-bottom: 0;
}

.single-main .sg-right .sg-custom .sg-question .wp-block-details summary {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    padding: 8px 30px 8px 8px;
    border-top: 1px solid #D4D5D4;
    border-bottom: 1px solid #D4D5D4;
    position: relative;
    list-style: none;
}

.single-main .sg-right .sg-custom .sg-question .wp-block-details summary:after {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: "";
    background: url(../svg/icon-question.svg) no-repeat center center/cover;
}

.single-main .sg-right .sg-custom .sg-question .wp-block-details p {
    margin: 0;
    padding: 8px 8px 0 8px;
    color: #404040;
}

.sg-other {
    padding-bottom: 80px;
}

.sg-other .news__item:nth-child(4) {
    display: none;
}


.about-main {
    padding: 40px 0;
}


.about-main .about-custom {
    padding-bottom: 40px;
}

.about-main .about-custom table {
    border-collapse: collapse;
    width: 100%;
}

.about-main .about-custom table tr {
    border-bottom: 1px solid #D4D5D4;
}

.about-main .about-custom table tr:first-child td {
    padding-top: 0;
}

.about-main .about-custom table tr td {
    vertical-align: top;
    padding: 40px 0 24px;
    font-size: 15px;
    line-height: 28px;
}

.about-main .about-custom table tr td:first-child {
    width: 41%;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    padding-right: 16px;
}

.about-main .about-custom table tr td p {
    color: #313131;
    margin-bottom: 24px;
}

.about-main .about-custom table tr td p:last-child {
    margin-bottom: 0;
}


.page-main {
    padding: 20px 0 80px;
    margin: 0 auto;
    max-width: 848px;
}

.page-main .page-custom h3 {
    margin-bottom: 16px;
    margin-top: 40px;
}

.page-main .page-custom p {
    margin-bottom: 16px;
}

.page-main .page-custom p:last-child {
    margin-bottom: 0;
}


/* Category main */
.catemain {
    padding: 20px 0 80px;
}

.catemain__top:before {
    height: 118px;
    background: var(--primary-color-2);
    left: calc(50vw - 551.5px);
    right: 0;
    content: "";
    position: absolute;
}

.catemain__top-box {
    position: relative;
    padding-top: 40px;
}

.catemain__top-box-featured {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 60%;
    height: 211px;
}


.catemain__top-box-featured img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.contact-main {
    padding: 40px 0 120px;
}


.contact-main .contact-box .contact-left p {
    color: var(--secondary-color-4);
}

.contact-main .contact-box .contact-left p.has-small-font-size {
    color: var(--secondary-color-4);
}

.contact-main .contact-box .contact-left p.has-small-font-size a {
    color: var(--primary-color-1);
    text-decoration: underline;
}

.contact-main .contact-box .contact-left h5 a:hover {
    text-decoration: none;
}

.contact-main .contact-box .contact-left .contact-form p {
    margin-bottom: 0;
}

.contact-main .contact-box .contact-left .contact-form .wpcf7-not-valid-tip {
    color: #dc3232;
    margin-top: -10px;
    margin-bottom: 10px;
}


.contact-main .contact-box .contact-left .contact-form label span {
    color: var(--primary-color-1);
}

.contact-main .contact-box .contact-left .contact-form .form-ip,
.contact-main .contact-box .contact-left .contact-form .form-textarea {
    padding: 9px 10px;
    font-size: 15px;
    line-height: 26px;
    color: #313131;
    border: 1px solid #D4D5D4;
    background: #fff;
    -webkit-appearance: none !important;
    font-family: 'Inter', sans-serif;
    margin-bottom: 16px;
    display: block;
    width: 100%;
}

.contact-main .contact-box .contact-left .contact-form .form-ip::-webkit-input-placeholder,
.contact-main .contact-box .contact-left .contact-form .form-textarea::-webkit-input-placeholder {
    color: #313131;
}

.contact-main .contact-box .contact-left .contact-form .form-ip:-ms-input-placeholder,
.contact-main .contact-box .contact-left .contact-form .form-textarea:-ms-input-placeholder {
    color: #313131;
}

.contact-main .contact-box .contact-left .contact-form .form-ip::-ms-input-placeholder,
.contact-main .contact-box .contact-left .contact-form .form-textarea::-ms-input-placeholder {
    color: #313131;
}

.contact-main .contact-box .contact-left .contact-form .form-ip::placeholder,
.contact-main .contact-box .contact-left .contact-form .form-textarea::placeholder {
    color: #313131;
}

.contact-main .contact-box .contact-left .contact-form .form-textarea {
    height: 125px;
    margin-bottom: 0;
}

.contact-main .contact-box .contact-left .contact-form .form-submit {
    width: 100%;
    background: #101010;
    border: 1px solid #404040;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    -webkit-appearance: none !important;
    font-family: 'Inter', sans-serif;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.contact-main .contact-box .contact-left .contact-form .form-submit:hover {
    opacity: 0.8;
}


.contact-main .contact-box .contact-right {
    background: url(../png/bg-author.png) #101010 no-repeat bottom 40px right/auto 100%;
}

.contact-main .contact-box .contact-right {
    background: url(../png/bg-author.png) #101010 no-repeat bottom 40px right/auto 100%;
    padding: 40px;
    height: 100%;
}

.contact-main .contact-box {
    gap: 40px
}

.contact-main .contact-box h3,
.contact-main .contact-box h4,
.contact-right p {
    color: var(--primary-color-3);
    margin-bottom: 15px;
    font-style: normal;
}

.contact-right p {
    color: var(--secondary-color-1)
}

.contact-main .contact-box .contact-right p a {
    color: var(--primary-color-3);
}

.contact-main .contact-box .contact-right p a:hover {
    color: var(--primary-color-1);
}

.contact-main .contact-box .contact-right .follow-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    line-height: 28px;
    color: var(--secondary-color-1);
    min-width: 170px;
    margin-right: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-main .contact-box .contact-right .follow-list a img {
    margin-right: 10px;
}

.contact-main .contact-box .contact-right .follow-list a:hover,
.contact-main .contact-box .contact-right .follow-list a:hover i {
    color: var(--primary-color-1);
}

.atmain {
    padding: 40px 0 0;
    color: #101010;
    position: relative;
}

.atmain__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
}

.atmain__bg img {
    width: 100%;
}

.atmain__box {
    padding-bottom: 40px;
}

.atmain__box-featured {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
}

.atmain__box-info {
    width: 100%;
    padding: 0;
    text-align: center;
}

.atmain__content-custom-item {
    margin-bottom: 40px;
}

.atmain__content-custom-item ul li h3 {
    font-size: var(--font-20) !important;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0px;
    margin-bottom: 4px;
}

.atmain__content-custom-item ul li h4 {
    font-size: var(--font-16) !important;
    line-height: 24px;
    font-weight: 400;
    color: var(--primary-color-2);
    letter-spacing: 0px;
    margin-bottom: 4px;
}

.atmain__content-custom-item ul li p {
    font-size: var(--font-14) !important;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    color: var(--secondary-color-4);
}

.author__content-list {
    margin-left: 16px;
}

.author__content-list-item {
    margin-bottom: var(--mr-main);
}

.author__content-list-item::before {
    top: 0.6em;
}

.author__content-list>p {
    margin-bottom: 4px;
}

.author__content-list>p.date {
    margin-bottom: 0;
}

.catemain__box {
    overflow-x: auto;
    margin-right: -16px;
}

.category__box-link {
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.catemain__top {
    padding-left: calc(50vw - 551.5px);
}

.catemain__top-box-info {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.catemain__top-box-info h1 {
    padding-left: 40px;
}

.catemain__top-box-info p:last-child {
    margin-bottom: 0;
}

.catemain__top-box-info-featured {
    width: 60%;
}

.catemain__top-box-info-featured img {
    width: 100%;
    height: 211px;
    -o-object-fit: cover;
    object-fit: cover;
}

.catemain__box-link>p {
    margin-bottom: 0;
}

.catemain__box-link a {
    display: block;
    padding: 6px 16px;
    color: #101010;
    border: 1px solid #101010;
    background: #fff;
    border-left: none;
}

.catemain__box-link p:first-child a {
    border-left: 1px solid #101010;
}

.catemain__box-link a.active,
.catemain__box-link a:hover {
    color: #fff;
    background: #101010;
}

.sg-custom .wp-block-embed-tiktok {
    float: right;
    margin: -12px -18px 0 10px;
}

.content-tiktok {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.content-tiktok {
    flex: 1;
}

.content-tiktok .tiktok-embed {
    margin-top: 0 !important;
}

/* Home Feature On */

.featureon {
    margin-bottom: 20px;
}

.home .featureon {
    margin-bottom: 0;
}

.featureon__list {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.featureon__list .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}

.featureon__item {
    flex: 1;
    margin-bottom: 0;
}

.featureon__img {
    max-width: 71%;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.featureon__item--coming {
    filter: brightness(0) saturate(100%);
}

.soon {
    background-image: url(../svg/soon-bg.svg);
    background-size: cover;
    background-position: top 1px center;
}

.soon-content {
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.soon-content .soon-img {
    width: calc(46% - 8px);
}

.soon-content .soon-img img {
    width: 80%;
}

.soon-content .soon-item {
    width: calc(54% - 8px);
}

.soon-content .soon-item:first-of-type {
    width: 65%;
}

.soon-content .soon-btn {
    display: block;
    width: 57.5%;
    background: var(--primary-color-2);
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin-bottom: var(--mr-main);
    border-radius: 8px;
}

.soon-content .social>p {
    margin: 0;
}

.soon-content .social a:first-of-type {
    margin: 0 8px;
}

/* End Soon */

.home-lastest.cate-section {
    background: none;
}

.cate-section .latest__item:first-child {
    margin-right: 20px;
    width: 59.3%;
    padding-right: 0;
}

.cate-section .latest__info {
    padding-left: 0;
    width: 100%;
}

.cate-section .latest__item {
    margin-bottom: 20px;
    border-bottom: 1px solid var(--secondary-color-2);
    width: calc(100% - 59.3% - 20px);
}

.cate-section .latest__item:first-child {
    border: none;
}

.cate-section .author {
    margin-bottom: 8px;
}

/* End Cate */

#content .author-about .author-link {
    display: flex;
}

#content .author-about .author-link a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

#content .author-about .author-link p {
    margin-left: 16px;
    margin-bottom: 18px;
}

#content .author-about .author-link p.has-small-font-size {
    margin: 0;
}

#content .author-about .author-link p a {
    display: block;
    text-decoration: none;
}

#content .author-about .author-link p span {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color-2);
}

#content .author-about .author-link .social-author {
    margin-left: 32px;
}


/* Coupon */
.coupon-item-detail {
    border: 1px solid var(--primary-color-2);
    position: relative;
}


.hightlight.relative-section::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    background: var(--secondary-color-3);
    left: -1px;
    z-index: 1;
}

.coupon-top .info .mail-ds {
    display: none;
}

.coupon-top .mail-ds {
    color: #87AA14;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.coupon-top .info::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 50%;
    top: 50%;
    right: -21px;
    transform: translate(0, -50%) rotate(-45deg);
    z-index: -2;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid black;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.coupon-item-detail.coupon {
    display: block;
    margin-bottom: var(--mr-main);
    padding: 20px;
}

.coupon-flex {
    gap: 40px;
    align-items: center;
}

.coupon-item-detail .coupon-top .flex .hightlight {
    width: 35%;
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    justify-content: center;
    row-gap: 16px;
    position: relative;
}

.coupon-item-detail .coupon-top .flex .hightlight::after {
    position: absolute;
    content: "";
    height: 100%;
    border-right: 1px dashed #000;
    right: -15px;
    left: unset;
    top: 0;
    background: transparent;
}

.coupon-item-detail .coupon-top .flex .hightlight .inner .coupon-special {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.coupon-item-detail .coupon-top .flex .hightlight .inner .coupon-special span {
    color: #000;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    display: block;
}

.coupon-item-detail .coupon-top .flex .hightlight .action {
    width: 83%;
    height: 41px;
    display: flex;
    background: var(--secondary-color-3);
    position: relative;
}

.coupon-item-detail .coupon-top .flex .hightlight .action .action-item {
    width: 85%;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    background-image: url(../svg/bgrcode.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: center;
    justify-content: center;
}

.coupon-item-detail .coupon-top .flex .hightlight .action .code {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-20px, -50%);
}

.coupon-item-detail .coupon-top .flex .hightlight .action .code p {
    margin-bottom: 0;
    color: var(--primary-color-3);
    text-transform: uppercase;
}

.coupon-item-detail .coupon-top .flex a.get-code {
    text-decoration: none;
}

.coupon-item-detail .coupon-top .flex .get-code p {
    color: var(--primary-color-3);
    margin-bottom: 0;
}

.coupon-item-detail .coupon-top .flex .hightlight .action .date {
    font-size: 14px;
    color: #313131;
    margin-top: 10px;
}

.coupon-item-detail .coupon-top .flex .info {
    flex: 2;
    position: relative;
}

.coupon-item-detail .coupon-top .flex .info .relative-section>p {
    color: var(--primary-color-2);
    margin-bottom: 6px;
}

.coupon-item-detail .coupon-top .flex .info .des ul {
    margin-bottom: 6px;
}

.coupon-item-detail .relative-section .send-mail {
    color: #677489;
    background-image: url(../svg/email-bl.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 24px;
    color: rgba(0, 18, 14, 0.5);
}

/* Modal Coupon */
#couponModal {
    width: 100%;
    max-width: 652px;
    box-shadow: none;
    bottom: 0;
    overflow-y: hidden;
    padding: 0 !important;
    border-radius: 0;
}

#couponModal .modal-dialog {
    max-width: 100%;
}

#couponModal .modal-body {
    padding: 0;
}

#couponModal .show-code-top {
    padding: 40px;
}

#couponModal .coupon-top {
    border-bottom: 1px solid var(--secondary-color-2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

#couponModal .coupon-top>img {
    width: 219px;
    height: 60px;
}

#couponModal .show-code-top .coupon-top p {
    margin: 0;
    opacity: 0.5;
}

#couponModal .coupon-md-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

#couponModal .coupon-md-form p {
    margin: 0 !important;
}

#couponModal .show-code-top p {
    text-align: left;
    letter-spacing: 0;
    color: #414141;
    margin: 0 0 24px;
    padding-left: 39px;
    position: relative;
}

#couponModal .show-code-top .coupon-copy {
    margin: 0;
    max-width: 311px;
    position: relative;
}

#couponModal .show-code-top .coupon-copy .coupon-code {
    width: 311px;
    border-radius: 0;
    border: 1px solid var(--secondary-color-4);
    padding: 8px 24px;
    height: 40px;
    background: #fff;
    font-weight: 400;
    color: var(--primary-color-2);
    font-size: 16px;
}

#couponModal .show-code-top p b {
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    background: var(--primary-color-1);
    color: var(--primary-color-3);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#couponModal .show-code-top .coupon-copy .btn {
    right: 0;
    width: 75px;
    padding: 6px 0;
    background: var(--primary-color-2);
    position: absolute;
    height: 40px;
    line-height: 26px;
    text-align: center;
    color: var(--primary-color-3);
}

#couponModal .show-code-top p span {
    color: var(--primary-color-1);
}

#couponModal .coupon-btn-pink {
    margin-top: 45px;
}

#couponModal .coupon-btn-pink a {
    display: inline-block;
    padding: 16px 35px;
    background: var(--primary-color-2);
    border-radius: 0;
    color: var(--primary-color-3);
    font-size: var(--font-24);
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

#couponModal .show-code-top p a {
    color: var(--primary-color-1);
}

#couponModal .show-code-top p.has-large-font-size {
    padding-left: 0;
}

#couponModal.modal a.close-modal {
    top: 20px;
    right: 30px;
    -webkit-mask-image: url(../svg/close.svg);
    mask-image: url(../svg/close.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: auto;
    mask-size: auto;
    filter: brightness(0) saturate(100%)
}

/* End Coupon */

.author-by a {
    text-decoration: underline;
}

.fact-check .fact-label {
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgba(31, 40, 15, 0.08);
    font-size: 13px;
    line-height: 1.54;
    color: var(--text-color);
    top: calc(100% + 5px);
    display: none;
    top: 50%;
    left: 50%;
    right: 0;
    z-index: 999999;
    width: 88%;
    max-width: 1100px;
    padding: 24px;
    border-radius: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.fact-check .fact-label.eb {
    background: var(--chart-20);
}

.modalcn-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
    display: none;
}

#at-box,
#eb-box {
    position: relative;
    top: 2px;
    padding-left: 2px;
    cursor: pointer;
}

#at-box img,
#eb-box img {
    width: 16px;
    height: 16px;
}

.fact-label p.has-large-font-size {
    margin-bottom: var(--mr-main)
}


/* Search */

.search-page {
    min-height: 1000px;
}

.search-page .gsc-control-cse {
    padding: 0;
}

.main-search {
    min-height: 500px;
    display: flex;
    align-items: center;
}

/* Feed back */

/* Customer review */
.form-customer-feedback .customer-ftoggle {
    display: inline-block;
    background: var(--chart-20);
    border-radius: 5px 5px 0px 0px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    color: #000;
    position: fixed;
    right: -80px;
    bottom: 17%;
    padding: 6px 6px 6px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    transition: 0.5s;
    z-index: 99;
}

.form-customer-feedback .customer-ftoggle::before {
    position: absolute;
    content: url(../svg/message.svg);
    width: 13px;
    height: 13px;
    top: 46%;
    left: 10px;
    transform: translate(0, -50%) rotate(90deg);
    -webkit-transform: translate(0, -50%) rotate(90deg);
}

.form-customer-feedback .customer-ftoggle.ani-right {
    right: -80px;
}

.form-customer-feedback .customer-ftoggle.ani-left {
    right: -42px;
}

.form-customer-feedback .customer-feedback {
    position: fixed;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.15);
    padding: 40px;
    z-index: 99;
    text-align: center;
    max-width: 570px;
    width: 100%;
    opacity: 0;
    transition: 0.5s;
}

.form-customer-feedback .customer-feedback.ani-fade {
    top: 50%;
    opacity: 1;
}

.form-customer-feedback .customer-feedback .form-group {
    width: 100%;
    padding: 8px 16px;
    border: 1px solid var(--secondary-color-1);
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: var(--secondary-color-3) !important;
    margin-bottom: 20px;
    background-color: var(--secondary-color-1);
}

.form-customer-feedback .customer-feedback textarea.form-group {
    margin-bottom: 40px;
}

.form-customer-feedback form br {
    display: none;
}

.form-customer-feedback select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('../arrow-blue.html');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 3%;
    position: relative;
}

.form-customer-feedback .form-group-email {
    display: none;
}

.form-customer-feedback ::placeholder {
    color: #888C91;
    opacity: 1;
}

.form-customer-feedback :-ms-input-placeholder {
    color: #888C91;
    opacity: 1;
}

.form-customer-feedback ::-ms-input-placeholder {
    color: #888C91;
    opacity: 1;
}

.form-customer-feedback .customer-feedback .wpcf7-spinner {
    display: block;
    margin: 0 auto;
}

.form-customer-feedback.ani-fade {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.499);
    z-index: 9999999999;
}

.form-customer-feedback .your-option {
    position: relative;
}

.form-customer-feedback .your-option::after {
    content: "";
    position: absolute;
    top: -17%;
    right: 3%;
    z-index: 100;
    width: 30px;
    height: 30px;
    background-color: #9f9f9f;
    -webkit-mask-image: url(../svg/dropdown.svg);
    mask-image: url(../svg/dropdown.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
}

.form-customer-feedback .your-option.hide-star::before {
    opacity: 0;
}

.form-customer-feedback .form-hidden {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.form-customer-feedback .star-rating .rating-symbol {
    position: relative;
}

.form-customer-feedback .star-rating .rating-symbol:nth-child(1):hover:after {
    content: 'Hate';
}

.form-customer-feedback .star-rating .rating-symbol:nth-child(2):hover:after {
    content: 'Dislike';
}

.form-customer-feedback .star-rating .rating-symbol:nth-child(3):hover:after {
    content: 'Neutral';
}

.form-customer-feedback .star-rating .rating-symbol:nth-child(4):hover:after {
    content: 'Like';
}

.form-customer-feedback .star-rating .rating-symbol:nth-child(5):hover:after {
    content: 'Love';
    position: absolute;
    top: -26px;
    left: 50%;
    margin-left: 0 !important;
    background-color: #FFF;
    color: rgba(0, 0, 0, 0.8);
    width: auto !important;
    min-width: 45px;
    border: 1px solid #BFBFBF;
    border-radius: 2px;
    padding: 3px 7px;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.form-customer-feedback .star-rating .rating-symbol:hover:after {
    position: absolute;
    top: -26px;
    left: 50%;
    margin-left: 0 !important;
    background-color: #FFF;
    color: rgba(0, 0, 0, 0.8);
    width: auto !important;
    min-width: 45px;
    border: 1px solid #BFBFBF;
    border-radius: 2px;
    padding: 3px 7px;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.form-customer-feedback .star-rating .rating-symbol:hover:before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    top: -8px;
    z-index: 101;
    left: 50%;
    background-color: #FFF;
    transform: translateX(-50%) rotate(135deg);
    -ms-transform: translateX(-50%) rotate(135deg);
}

.form-customer-feedback .star-rating {
    margin-bottom: 16px;
    width: 50%;
    margin: 0 auto 20px;
}

.form-customer-feedback .star-rating span {
    display: flex;
    justify-content: space-between;
}

.form-customer-feedback .star-rating span .rating-symbol,
.form-customer-feedback .star-rating span .rating-symbol-foreground {
    padding: 10px 0;
    top: 0;
}

.form-customer-feedback textarea {
    height: 108px;
    resize: none;
}

.form-customer-feedback .form-submit {
    color: white;
    padding: 10px 24px;
    min-width: 102px;
    background-color: black;
    border: none;
    font-size: 16px;
    font-weight: 500;
}

.form-customer-feedback .close-btn {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}

.form-customer-feedback .wpcf7-not-valid-tip {
    display: none;
}

.form-customer-feedback .wpcf7-not-valid {
    border: 1px solid rgb(255, 0, 0) !important;
}

.form-customer-feedback .form-feedback {
    display: none;
}

.form-customer-feedback .form-feedback>p {
    margin-bottom: 10px;
}

.form-customer-feedback .mailsent {
    display: none;
}

.form-customer-feedback .mailsent h4 {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-bottom: 4px;
}

.form-customer-feedback .mailsent p {
    font-size: 14px;
    line-height: 16px;
    color: #676A6E;
    margin-bottom: 40px;
}

.form-customer-feedback .mailsent img {
    display: block;
    margin: 0 auto;
    width: 54px;
    height: 54px;
}

.form-customer-feedback .wpcf7-spinner::before {
    display: none;
}

.form-customer-feedback textarea.form-group {
    display: none;
}

.form-customer-feedback .wpcf7-spinner {
    background-color: rgba(255, 255, 255, 1);
    background-image: url(../loadinghc.html);
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    opacity: 0.8;
}

.customer-feedback .rating-symbol {
    color: var(--primary-color-1);
    font-size: 29px;
}

.grecaptcha-badge {
    opacity: 0 !important;
    visibility: hidden !important;
}

.instagram-media {
    margin: 0 auto 20px !important
}

.loading-overlay {
    position: relative;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.6);
    pointer-events: none;
}

.addtoany_share_buttons .addtoany_share_save.addtoany_share {
    display: none;
}

.addtoany_share_buttons span {
    opacity: 0 !important;
}

.addtoany_share_buttons .a2a_button_facebook {
    background: url(../svg/facebook-2.svg) no-repeat center center/20px auto !important;
}

.addtoany_share_buttons .a2a_button_x {
    background: url(../svg/x.svg) no-repeat center center/20px auto !important;
}

.addtoany_share_buttons .a2a_button_pinterest {
    background: url(../svg/pinterest.svg) no-repeat center center/20px auto !important;
}

.addtoany_share_buttons .a2a_button_flipboard {
    background: url(../svg/flipboard.svg) no-repeat center center/20px auto !important;
}

.addtoany_share_buttons .a2a_button_reddit {
    background: url(../svg/reddit.svg) no-repeat center center/20px auto !important;
}