.type-products .section-meta__title {
    font-size: 21px;
}

.type-products {
    margin-block: 44px 134px;
}

.websima-sidebar {
    top: 0;
    position: sticky;
}

.counseling {
    background-color: #FAFAFA;
    border-radius: 8px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    position: relative;
}

.counseling__img {
    width: 133px;
    height: 133px;
    border: 3px solid var(--color5);
    border-radius: 100%;
}

.counseling__img img {
    border-radius: 100%;
    object-fit: cover;
}

.counseling__title {
    display: block;
    color: #333333;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
}

.product-meta {
    background-color: #FAFAFA;
    border-radius: 8px;
    padding: 20px;
    margin-top: 28px;
    position: relative;
}

.product-meta__price {
    background-color: var(--color5);
    border: 1px solid var(--color5);
    color: #fff;
    padding: 18px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 44px;
    transition: 500ms;
}

a.product-meta__price:hover {
    background-color: #fff;
    color: var(--color5);
}

.product-meta__currency,
.product-meta__label {
    margin-left: auto;
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    line-height: 1;
}

.product-meta__currency {
    margin-left: unset;
}

.product-meta__num {
    font-size: 24px;
    display: inline-block;
    line-height: 1;
}


img.product-info__img {
    background-color: var(--color5);
    border: 1px solid var(--color5);
    object-fit: scale-down;
    border-radius: 100%;
    height: 36px;
    width: 36px;
}

span.product-info__img {
    position: relative;
    display: block;
    flex-shrink: 0;
}

span.product-info__img::before {
    content: "\e901";
    font-family: 'icomoon';
    font-size: 24px;
    right: -6px;
    top: -6px;
    transition: color 400ms;
    color: var(--color5);
    position: absolute;
}

.product-info__item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-info__item:not(:last-child) {
    margin-bottom: 20px;
}

.product-info__short {
    color: #333333;
    font-size: 14px;
    line-height: 1.75;
    display: inline-block;
}

.product-info__title {
    color: var(--color5);
    font-weight: bold;
    font-size: 16px;
    line-height: 1.75;
    display: inline-block;
    margin-right: 12px;
}

.product-meta::before,
.counseling::before {
    content: '';
    background-color: var(--color5);
    height: 9px;
    width: 49px;
    position: absolute;
    z-index: -1;
    bottom: -4px;
    right: 50%;
    transform: translateX(50%);
    border-radius: 8px;
}



.single-product__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
}


.product__model {
    background-color: #DFEBFF82;
    backdrop-filter: blur(6px);
    border-radius: 8px;
    color: var(--color4);
    font-size: 18px;
    display: flex;
    justify-content: center;
    width: 96px;
    height: 48px;
    line-height: 51px;
}


.single-product__hero {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 44px;
}


.single-product__image img {
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.single-product__image {
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    max-width: 320px;
    width: 100%;
    position: relative;
}

.editor-content img {
    max-width: 100%;
    border-radius: 8px;
    margin-block: 34px;
}

.editor-content p {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}












/* FEATURE SECTION  */
.section-feature {
    margin-block: 80px;
}

.section-feature__top {
    margin-bottom: 70px;
}

.section-feature__row {
    row-gap: 60px;
}

.section-feature__item {
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 24px;
}

.section-feature__icon {
    flex-shrink: 0;
    object-fit: scale-down;
    border-radius: 100%;
    background-color: #DFEBFF;
    border: 1px dashed var(--color4);
    height: 60px;
    width: 60px;
    margin-top: -30px;
}

.section-feature__title {
    color: #34404E;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal !important;
}


/* SPECS STYLES  */
.specs__arrow {
    display: none;
}

.section-specs {
    margin-block: 80px;
}

.specs {
    padding: 35px;
    background-color: #FAFAFA;
    border-radius: 8px;
    margin-top: 40px;
    display: flex;
    gap: 16px 42px;
    flex-wrap: wrap;
    position: relative;
}

.specs__item {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 calc(50% - 21px);
}

.specs__icon {
    width: 48px;
    height: 48px;
    object-fit: scale-down;
    background-color: #DFEBFFCC;
    backdrop-filter: blur(6px);
    border-radius: 8px;
    flex-shrink: 0;
}

.specs__content {
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 18px;
    width: 100%;
}

.specs__title,
.specs__value {
    font-size: 16px;
    color: var(--color5);
    line-height: 2;
}




/* facility styles  */


.facility {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 40px;
    position: relative;
}

.section-facility {
    margin-block: 80px;
}


.facility__item {
    background-color: #FAFAFA;
    border-radius: 8px;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.facility__icon {
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 8px;
    object-fit: scale-down;
    width: 85px;
    height: 85px;
    flex-shrink: 0;
}

.facility__item:hover .facility__title > a {
    color: var(--color4) !important;
}

.facility__title > a,
.facility__title {
    font-size: 16px;
    line-height: 24px;
    color: var(--color2) !important;
    display: inline-block;
    transition: color 500ms;
}

.facility__short {
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}




/* REVEIW section  */
.section-review {
    position: relative;
}

.reveiw-content {
    margin-top: 42px;
    padding: 36px 36px 36px;
    background-color: #FAFAFA;
    border-radius: 8px;
    position: relative;
}

.reveiw-content::before,
.reveiw-content::after {
    content: '';
    background-color: var(--color4);
    width: 10px;
    height: 224px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    pointer-events: none;
}

.reveiw-content::before {
    right: -7px;
}

.reveiw-content::after {
    left: -7px;
}

.reveiw-content .editor-content {
    overflow: hidden;
}


.review__icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    cursor: pointer;
    bottom: -20px;
    background-color: var(--color4);
    color: #fff;
    font-size: 8px;
    display: none;
    align-items: center;
    justify-content: center;
    transition: 500ms;
}

.review__icon::before {
    transform: translateY(1px);
}


.review__icon.opened {
    background-color: var(--color1);
    transform: translateX(-50%) rotateX(180deg);
}

/* FAQS  */

.section-faq {
    margin-block: 80px;
}

.faqs {
    margin-top: 36px;
}

.faqs__item {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    background-color: #fff;
    margin-right: 30px;
}

.faqs__item:not(:last-child) {
    margin-bottom: 16px;
}

.faqs__head.opened {
    color: var(--color4);
}

.faqs__head {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 16px;
    color: #333333;
    padding: 25px 0 25px 30px;
    cursor: pointer;
    transition: color 500ms;
}

.faqs__num {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    flex-shrink: 0;
    border: 1px dashed var(--color4);
    background-color: #DFEBFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color5);
    font-size: 16px;
    margin-right: -30px;
}

.faqs__icon {
    font-size: 8px;
    margin-right: auto;
    transition: transform 500ms;
}

.faqs__head.opened .faqs__icon {
    transform: rotateX(180deg);
}

.faqs__body {
    padding: 0 52px 36px 30px;
    display: none;
    margin-top: -12px;
}








h2.post-box-title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 25px;
}

.archive-box a.more-link {
    float: none;
    padding: 0 10px;
    margin: 0;
    line-height: 39px;
    height: 41px;
}

h1.page-title {
    margin-bottom: 10px;
}

.star-ratings {
    width: 120px;
    min-height: 48px;
}


.star-ratings.rgt {
    float: right;
    margin-left: 10px;
}

.star-ratings .sr-stars {
    height: 24px;
    position: relative;
}

.star-ratings .sr-star {
    background-position: 0px 0px;
}

.star-ratings .sr-star.gray {
    background-image: url(../img/gray.png);
}

.star-ratings .sr-star.yellow {
    background-image: url(../img/orange.png);
}

.star-ratings .sr-star.orange {
    background-image: url(../img/orange.png);
}

.star-ratings .sr-stars .sr-fuel {
    height: 24px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.star-ratings .sr-stars a {
    width: 24px;
    height: 24px;
    float: left;
    position: relative;
    z-index: 1;
    text-decoration: none;
    border: 0;
}

.star-ratings .sr-stars a:focus {
    text-decoration: none;
    border: 0;
    outline: none;
}

.star-ratings .sr-legend {
    font-size: 12px;
    color: #999;
    text-align: center;
    line-height: 18px;
    padding: 3px;
    font-family: inherit;
}

.star-ratings .sr-legend .sr-title {
    display: none;
}

.rating {
    margin-block: 82px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/overlay2.webp);
    background-color: #0F1C31;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    height: 144px;
    gap: 132px;
    position: relative;
}

.rating::after {
    content: '';
    height: 5px;
    background-color: var(--color1);
    border-radius: 8px;
    width: 50%;
    right: 50%;
    transform: translateX(50%);
    bottom: -3.5px;
    z-index: -1;
    position: absolute;
}

.rating__title {
    color: #fff;
    font-size: 19px;
    line-height: 36px;
}


.section-rating {
    margin-block: 80px;
}


.comment-respond {
    background-color: #FAFAFA;
    border-radius: 8px;
    padding: 40px 44px;
    margin-bottom: 40px;
}


.comment-form-author,
.comment-form-email {
    float: right;
    width: 48%;
}

#commentform input[type='email'],
#commentform input[type='text'] {
    width: 100%;
    display: block;
    padding: 18px 26px;
    background-color: #fff;
    border-radius: 8px;
    outline: none;
    border: 1px solid #fff;
    transition: border-color 500ms;
}

p.comment-form-author {
    margin-left: 2%;
    margin-bottom: 20px;
}

p.comment-form-email {
    margin-right: 2%;
    margin-bottom: 20px;
}

#commentform textarea {
    overflow: auto;
    width: 100%;
    outline: 0;
    background-color: #fff;
    border-radius: 8px;
    font-family: inherit;
    padding: 18px 26px;
    border: 1.5px solid #fff;
    transition: border-color 500ms;
}

#commentform input[type='email']:focus,
#commentform input[type='text']:focus,
#commentform textarea:focus {
    border-color: var(--color5);
}

.comment__label i {
    font-size: 18px;
    color: #333333;
}

.comment__label i.icon-email {
    font-size: 13px;
}

.comment__label i.icon-txt {
    font-size: 16px;
}

.comment__label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 36px;
    color: #333333;
    font-family: inherit;
    font-weight: bold;
    margin-bottom: 6px;
}

.comment-form-comment {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 34px;
}

#comments .logged-in-as,
.comment-notes {
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 30px;
}

#commentform input[type="submit"]::before,
#commentform input[type="submit"]::after {
    content: "\e901";
    font-family: 'icomoon';
    color: #fff;
    font-size: 28px;
    position: absolute;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 100;
}

#commentform input[type="submit"]:hover {
    background-color: #fff;
    color: var(--color2);
}

#commentform input[type="submit"] {
    font-size: 16px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 136px;
    border-radius: 50px;
    background-color: var(--color2);
    color: #fff;
    border: 1px solid var(--color2);
    transition: 500ms;
    position: relative;
}

.comment__captcha {
    display: flex;
    align-items: center;
    gap: 30px;
    float: right;
}

#captcha {
    background-color: #fff;
    border-radius: 8px;
    max-width: 172px;
    object-fit: scale-down;
}

.comment__captcha input {
    max-width: 260px;
}

.reload__wrapper {
    position: relative;
}

.icon-refresh:hover {
    color: #fff;
    background-color: var(--color5);
}

.icon-refresh {
    background-color: #DFEBFFCC;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: var(--color5);
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    transition: 500ms;
}

#commentform::after {
    content: "";
    clear: both;
    display: table;
}

#comments .form-submit {
    float: left;
}



.comment-body::before {
    content: '';
    background-color: var(--color5);
    width: 20px;
    border-radius: 2px;
    height: 77px;
    right: -4px;
    position: absolute;
    top: 22px;
    z-index: -1;
}

.comment-body {
    background-color: #FAFAFA;
    border-radius: 8px;
    padding: 22px 22px 40px;
    margin-bottom: 40px;
    position: relative;
}

.comment__header > img,
.comment__pic {
    object-fit: scale-down;
    width: 73px;
    height: 73px;
    flex-shrink: 0;
    border-radius: 73px;
    background-color: #fff;
    border: 3px solid var(--color5);
    color: var(--color5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

li.byuser > .comment-body .comment__header > img,
li.byuser > .comment-body .comment__pic {
    border-color: var(--color4);
}

.comment-author {
    font-size: 16px;
    line-height: 24px;
    color: #34404E;
    display: inline-block;
}

.comment__header {
    display: flex;
    gap: 22px;
    align-items: center;
}

.comment__header__left {
    flex-direction: column;
    display: flex;
    gap: 12px;
}

.comment-metadata {
    color: var(--color4);
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
}

.comment-content {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    margin-top: 24px;
}


.comment-body .reply > a {
    color: #fff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-body .reply {
    position: absolute;
    left: 48px;
    bottom: -24px;
    width: 48px;
    border-radius: 48px;
    height: 48px;
    color: #fff !important;
    background-color: var(--color5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: background-color 500ms;
}

.comment-body .reply:hover {
    background-color: var(--color4);
}

li.byuser > .comment-body {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.04);

}

li.byuser > .comment-body .comment__pic {
    border-color: var(--color4);
}

li.byuser > .comment-body::before {
    background-color: var(--color4);
}

li.byuser > .comment-body .reply {
    background-color: var(--color4);
    ;
}

li.byuser > .comment-body .reply:hover {
    background-color: var(--color5);
}

ol.children .comment-body {
    margin-right: 100px;
}

ol.children .comment-body::after {
    content: "\e923";
    font-family: 'icomoon';
    color: var(--color4);
    font-size: 16px;
    position: absolute;
    right: -85px;
    top: 50%;
    transform: translateY(-50%);
}

#cancel-comment-reply-link {
    float: left;
}

.product__tab {
    color: #333333;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 8px;
    padding: 15px 30px;
}

.tabs__icon {
    transition: filter 300ms;
    width: 19px;
    height: 19px;
    object-fit: scale-down;
}

.product__tab:hover .tabs__icon {
    filter: brightness(0) invert(1);

}

.product__tab:hover {
    background-color: var(--color5);
    color: #fff;
}

.product__tabs {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background-color: #FAFAFA;
    border-radius: 8px;
    margin-block: 40px;
    position: sticky;
    top: 0;
    z-index: 10;
}

.single-products section:first-of-type {
    margin-top: 0;
}

#tabs__top {
    margin-right: auto;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    font-size: 8px;
    color: var(--color5);
    transform: rotateX(180deg);
    cursor: pointer;
    transition: 500ms;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

#tabs__top:hover {
    background-color: var(--color5);
    color: #fff;
}

.sr-legend .green {
    color: #13795b !important;
    display: block !important;
    width: 100% !important;
}






.access {
    display: none;
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    padding: 6px;
    gap: 6px;
}

.access__button {
    flex: 1;
    background-color: #DFEBFFCC;
    border: 1px solid var(--color4);
    box-shadow: 0px 4px 11px rgba(45, 130, 200, 0.17);
    backdrop-filter: blur(6px);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 205px;
    height: 80px;
}

.access__menu.access__button {
    cursor: pointer;

}

.access__menu .access__txt {
    font-size: 14px;
}

.access__txt {
    color: var(--color4);
    font-size: 17px;
    line-height: 22px;
}

.tooooman {
    font-size: 14px;
}

.access__icon.icon-price {
    font-size: 17px;
}

.access__icon {
    color: var(--color4);
    font-size: 18px;
}

.quick__wrapper {
    display: none;
    position: absolute;
    bottom: 110%;
    width: 100%;
}

.quick__wrap {
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: 6px;
    padding: 6px;
    justify-content: center;
}

.quick__menu {
    flex: 1;
    border-radius: 5px;
    background: rgba(32, 32, 32, 0.94);
    border: 1px solid rgba(121, 121, 121, 0.35);
    display: flex;
    flex-direction: column;
    padding: 0 22px;
    max-width: 205px;
}

.quick__link {
    display: block;
    color: #fff !important;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    padding-block: 20px;
}

.quick__link:not(:last-child) {
    border-bottom: 1px solid #FFFFFF59;
}

#quick__close i {
    font-size: 10px;
    margin-right: 12px;
}

.facility-shadow::before {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 150px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50.09%);
}

.facility__arrow {
    display: none;
}



.alignright {
    float: right;
    margin-left: 20px;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.entry a {
    color: red
}

.entry a:hover {
    color: #00f
}


.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    line-height: 2;
    text-align: justify
}

.entry p {
    margin-bottom: 20px;
}

.entry em {
    font-style: italic;
}

.entry img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: inherit;
}

.entry img {
    max-width: 100%;
    height: auto
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    margin-block: 20px 15px;
}

.entry h1 {
    font-size: 22px;
}

.entry h2 {
    font-size: 20px;
}

.entry h3 {
    font-size: 18px;
}

.entry h4 {
    font-size: 16px;
}

.entry h5 {
    font-size: 14px;
}

.entry h6 {
    font-size: 12px;
}

.entry ol,
.entry ul {
    margin-bottom: 15px;
}

.entry ul li {
    list-style: disc;
}

.entry ol li {
    list-style: decimal
}

.entry li {
    margin: 0 0 8px
}

.entry table {
    width: 100% !important;
    box-shadow: 0 3px 10px -3px #ccc;
    border-radius: 8px;
    border-spacing: 0;
    border: 1px solid #eee;
    border-collapse: separate;
    margin-bottom: 1.5em;
    background-color: #fff;
}

.entry table tr:nth-child(even) {
    background: #f9f9f9
}

.entry table tbody th,
.entry table thead th {
    background: #f4f4f4;
    border-bottom: 1px solid #eee
}

.entry table td,
.entry table th {
    padding: .4em;
    border-right: 1px dotted #eee
}

.entry table thead th {
    border-right: 1px solid #eee;
    text-transform: uppercase;
    padding: .7em .4em;
    vertical-align: middle
}

.entry table tbody td {
    border-bottom: 1px solid #eee
}

.entry table tr td:last-child,
.entry table tr th:last-child {
    border-right: 0
}

.entry table tbody tr:last-child td,
.entry table tbody tr:last-child th {
    border-bottom: 0
}


.entry center a {
    font-size: 1em !important;
    height: auto !important;
    padding: 10px 0 !important;
    line-height: normal !important;
    margin-bottom: 20px
}

blockquote::before {
    content: '\e92a';
    font-family: 'icomoon';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 26px;
    color: var(--color4);
    border: 2px dashed var(--color4);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #DFEBFF;
    z-index: 2;
}

blockquote::after {
    content: '';
    position: absolute;
    width: 84px;
    height: 40px;
    background-color: var(--color4);
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
}

blockquote {
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    margin-block: 70px 40px !important;
    position: relative;
}

blockquote p::after {
    content: "\e90f";
    font-family: 'icomoon';
    line-height: 1;
    font-size: 350px;
    left: -100px;
    top: -75px;
    color: #FBFBFB;
    transform: rotate(0);
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

blockquote p {
    background-color: #fff;
    padding: 46px 144px 36px !important;
    margin-bottom: 0 !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
}



.editor-content ul li,
.editor-content ol li {
    font-size: 16px;
    color: #333333;
}

.editor-content ul li::before {
    content: "\2022";
    color: var(--color1);
    font-weight: bold;
    display: inline-block;
    font-size: 24px;
    margin-left: 15px;
    vertical-align: sub;
    line-height: 1;
}

.editor-content ul li,
.editor-content ol li {
    list-style: none;
}

.editor-content ol {
    counter-reset: my-counter;
}

.editor-content ol li::before {
    counter-increment: my-counter;
    content: counter(my-counter) ".";
    color: var(--color1);
    margin-left: 12px;
    line-height: 1;
    font-size: 18px;
}




#buddypress:after,
#main-nav:after,
#respond:before,
#signup_form:after,
#theme-header:after,
.gallery:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: " "
}

#signup_form:after,
#theme-header:after,
.gallery:after {
    height: 0
}

.gallery {
    margin: 0 auto 18px;
    clear: both
}

.gallery .gallery-item {
    display: inline-block;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery .gallery-item img {
    height: auto;
    margin: 0 auto;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.gallery .gallery-item a:hover img {
    opacity: .6 !important;
    margin: -5px 0 5px
}

.gallery-caption {
    color: #888;
    margin: 10px 0 12px
}

.gallery br + br,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

.entry .wp-video video {
    width: auto !important;
    height: auto !important;
}

.entry .wp-video {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
    height: auto !important;
    margin-bottom: 10px;
}









@media (max-width: 1399.98px) {
    .tabs__icon {
        display: none;
    }

    .product__tab {
        padding: 10px 15px;
    }
}

@media (max-width: 1199.98px) {
    .specs {
        padding: 8px;
    }

    .specs__title,
    .specs__value {
        font-size: 14px;
    }

    .specs__content {
        flex-wrap: wrap;
        padding: 8px;
        gap: 8px;
    }

    .faqs__head {
        align-items: baseline;
    }

    .single-product__hero {
        flex-direction: column-reverse;
        align-items: center;
        gap: 40px;
    }

    .single-product__image {
        max-width: unset;
    }

    #comments .form-submit {
        float: unset;
        margin-top: 20px;
    }


    .comment__captcha {
        gap: 8px;
        justify-content: center;
        float: unset;
    }

    #commentform input[type="submit"] {
        margin: auto;
        font-size: 14px;
        height: 46px;
    }

    blockquote p {
        padding: 34px 12px 24px !important;
    }
}


@media (max-width: 991.98px) {
    blockquote {
        margin-block: 50px 40px !important;
    }

    .editor-content ol li::before {
        margin-left: 10px;
    }

    .editor-content ul li::before {
        margin-left: 10px;
        font-size: 22px;
    }

    .editor-content ul li,
    .editor-content ol li {
        font-size: 15px;
        color: #333333;
    }

    .single-products .header__mobile {
        background: #3446650D !important;
        z-index: 20;
    }

    .type-products {
        margin-block: 134px 134px;
    }



    .product-meta {
        flex-direction: column-reverse;
        display: flex;
        margin-top: unset;
    }

    .product-meta__price {
        margin-top: unset;
        margin-bottom: 24px;
    }

    .product__model {
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 1;
        pointer-events: none;
    }

    .editor-content p {
        font-size: 14px;
        line-height: 2.2;
    }

    .type-products .section-meta__title {
        font-size: 20px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .single-products section:first-of-type {
        margin-top: unset;
    }

    .section-feature {
        margin-block: 55px !important;
    }

    .section-feature__icon {
        width: 48px;
        height: 48px;
        margin-top: -24px;
    }

    .section-feature__title {
        font-size: 14px;
        line-height: 20px;
    }

    .section-feature__item {
        height: 90px;
    }

    .section-specs {
        margin-block: 55px;
    }

    .section-facility {
        margin-block: 55px;
    }

    .facility__title > a,
    .facility__title {
        font-size: 14px;
    }

    .facility__short {
        font-size: 14px;
        margin-top: 6px;
        line-height: 2.2;
    }

    .facility {
        row-gap: 16px;

    }

    .reveiw-content {
        padding: 12px 12px 20px;
    }

    .section-faq {
        margin-block: 55px;
    }

    .section-review {
        margin-block: 55px 60px;
    }

    .section-rating {
        margin-block: 40px;
    }

    #comments .logged-in-as,
    .comment-notes {
        font-size: 14px;
    }

    .comment-respond {
        padding: 14px 14px 20px;
        margin-bottom: 30px;
    }

    .comment-content {
        font-size: 15px;
        line-height: 2.2;
    }

    ol.children .comment-body::after {
        font-size: 13px;
        right: -30px;
    }

    ol.children .comment-body {
        margin-right: 30px;
    }

    .entry h1 {
        font-size: 21px;
    }

    .entry h2 {
        font-size: 19px;
    }

    .entry h3 {
        font-size: 17px;
    }

    .entry h4 {
        font-size: 15px;
    }

    .entry h5 {
        font-size: 13px;
    }

    .entry h6 {
        font-size: 11px;
    }

    .entry h1,
    .entry h2,
    .entry h3,
    .entry h4,
    .entry h5,
    .entry h6 {
        margin-block: 15px 10px;
    }

    .entry p {
        margin-bottom: 15px;
    }
}

@media (max-width: 767.98px) {

    .alignright {
        float: unset;
        margin-left: unset;
    }

    .alignleft {
        float: unset;
        margin-right: unset;
    }

    .facility__arrow i {
        font-size: 7px;
        transition: transform 500ms;
    }

    /* .facility__arrow {

        display: flex;
        align-items: center;
        gap: 10px;
        color: var(--color2);
        position: absolute;
        bottom: 0;
        font-size: 14px;
        left: 50%;
        transform: translateX(-50%);
        cursor: pointer;
        z-index: 2;
        line-height: 22px;
        font-weight: bold;
    } */
    .facility__arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: var(--color2);
        font-size: 14px;
        cursor: pointer;
        z-index: 2;
        line-height: 22px;
        font-weight: bold;
        transition: 500ms;
        margin-top: 5px;
    }

    .facility__arrow.clicked i {
        transform: rotateX(180deg);
    }

    .facility__arrow.clicked {
        color: var(--color1);
    }

    .flexbox {
        display: flex;
    }

    .hidden {
        display: none;
    }

    .facility__hide {
        display: none;
    }

    .specs__arrow {

        display: flex;
        justify-content: center;
        width: 40px;
        height: 40px;
        font-size: 8px;
        color: #fff;
        background-color: var(--color4);
        border-radius: 40px;
        cursor: pointer;
        margin: auto auto -28px;
        line-height: 44px;
    }

    .product__tabs {
        display: none;
    }

    .access {
        display: flex;
    }

    .section-feature__top {
        margin-bottom: 60px;
    }

    .specs {
        margin-top: 30px;
        flex-direction: column;
        padding: 8px 8px 8px;
    }

    .specs__hidden {
        display: none;
    }

    .faqs,
    .reveiw-content,
    .facility {
        margin-top: 30px;
    }

    .rating {
        flex-direction: column;
        gap: 22px;
        height: 192px;
        padding: 40px 10px 20px;
    }

    .faqs__item {
        margin-right: unset;
    }

    .faqs__num {
        margin-right: unset;
        display: none;
    }

    .faqs__head {
        padding: 12px;
        font-size: 15px;
        align-items: baseline;
        gap: 12px;
    }

    .faqs__body {
        padding: 0 12px 12px;
        margin-top: unset;
    }


    .product-info__title {
        margin-right: 5px;
    }

    .counseling {
        padding: 22px 8px;
        flex: 1;
        text-align: center;
        align-items: center;
        justify-content: center;
        gap: 18px;
        height: fit-content;
        max-width: 205px;
    }

    .counseling__img {
        width: 92px;
        height: 92px;
    }

    .counseling__title {
        font-size: 13px;
    }

    .counseling .button__icon {
        width: 30px;
        height: 30px;
    }

    .counseling .button--support {
        height: 33px;
        font-size: 13px;
        max-width: 122px !important;
    }

    /* .facility {
        height: 500px;
        overflow: hidden;
    } */

    .facility-shadow::before {
        content: '';
    }
}

@media (max-width: 575.98px) {
    .type-products {
        margin-block: 94px 134px;
    }

    .rating__title {
        font-size: 17px;
    }

    .facility__item {
        padding: 8px;
        gap: 8px;
    }

    .facility__icon {
        width: 72px;
        height: 72px;
    }

    .comment-form-author,
    .comment-form-email {
        float: unset;
        width: 100%;
    }

    #captcha {
        max-width: 122px;
    }



    p.comment-form-author {
        margin-left: unset;
    }

    p.comment-form-email {
        margin-right: unset;
    }

    #commentform textarea {
        height: 144px;
    }

    #commentform textarea,
    #commentform input[type='email'],
    #commentform input[type='text'] {
        padding: 15px;
    }

    .comment__captcha input {
        height: 42px;
    }

    .icon-refresh {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .comment__header > img,
    .comment__pic {
        width: 62px;
        height: 62px;
        font-size: 26px;
    }

    .comment__header {
        gap: 16px;
    }

    .comment-body {
        padding: 16px 16px 32px;
    }

    .comment-content {
        margin-top: 20px;
        font-size: 14px;
    }

    .comment-author {
        font-size: 15px;
    }

    .gallery-columns-3 .gallery-item {
        max-width: 50%
    }

    #wrapper.boxed #main-content {
        padding: 0 10px !important
    }


    /* 
    .entry img {
        min-width: 100%
    } */
}

@media (max-width:360px) {
    .gallery-columns-4 .gallery-item {
        min-width: 100% !important
    }

    .gallery-columns-4 .gallery-item {
        padding: 20px;
        clear: both !important;
        float: none;
        margin: auto !important
    }
}

@media (max-width:319.98px) {



    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item {
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .sidebar-websima {
        top: 0;
        position: sticky;
    }
}



.facility__image {
    flex-shrink: 0;
}


.swiper-button-lock {
    display: none !important;
}