/*
Theme Name: Frida Child
Template: frida
Version: 0.0.1
Text Domain: frida
*/

@font-face {
    font-family: 'Lalezar';
    src: url('assets/fonts/Lalezar-Regular.woff') format('woff');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('assets/fonts/OpenSans-Light.woff') format('woff');
    font-display: swap;
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('assets/fonts/OpenSans-Regular.woff') format('woff');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('assets/fonts/OpenSans-SemiBold.woff') format('woff');
    font-display: swap;
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('assets/fonts/OpenSans-Bold.woff') format('woff');
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'ABeeZee';
    src: url('assets/fonts/ABeeZee-Regular.woff') format('woff');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/Poppins-Bold.woff') format('woff');
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Actor';
    src: url('assets/fonts/Actor-Regular.woff') format('woff');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Istok Web';
    src: url('assets/fonts/IstokWeb-Regular.woff') format('woff');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('assets/fonts/CeraPro-Medium.woff') format('woff');
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cabin';
    src: url('assets/fonts/Cabin-Regular.woff') format('woff');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Cabin';
    src: url('assets/fonts/Cabin-Bold.woff') format('woff');
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'C+BoldItal';
    src: url('assets/fonts/cboldital.woff') format('woff');
    font-display: swap;
    font-weight: 400;
    font-style: italic;
}

:root {
    --black: #1d1d1b;
    --orange: #f95c17;
    --font-family: "Lalezar", sans-serif;
    --second-family: "Open Sans", sans-serif;
    --third-family: "ABeeZee", sans-serif;
    --font3: "Poppins", sans-serif;
    --font4: "Actor", sans-serif;
    --font5: "Istok Web", sans-serif;
    --font6: "Cera Pro", sans-serif;
    --font7: "Cabin", sans-serif;
    --font8: "C+BoldItal", sans-serif;
}

body {
    font-family: var(--second-family);
    background: #efefef;
    color: var(--black);
}

.main .padder {
    padding: 0 10px;
}

.header, .header_cont {
    width: 100%;
    height: 70px;
    background: #efefef;
    box-shadow: 0 0 10px rgba(77, 54, 116, .15);
}

.header_cont .padder {
    padding: 0 15px;
    height: 100%;
}

.header_flex {
    padding: 0;
    height: 100%;
}

.logo img {
    max-height: max-content;
    max-width: max-content;
}

.headermenu .get_all_cats.active,
.headermenu > ul > li:hover > a,
.headermenu > ul > li:hover > span {
    background: var(--black);
    color: #fff;
}

.headermenu > ul > li > a, .headermenu > ul > li > span {
    padding: 0 17px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    border-radius: 0;
    color: var(--black);
}

.category_menu {
    background: #efefef;
}

.search_cont input {
    background: none;
}

.search_cont.active input {
    background-color: #fff !important;
}

.mainbanner_cont {
    position: relative;
    padding: 0;
}

.ttgallery_cont {
    border-radius: 0;
}

.scene_block {
    height: calc(100vh - 70px);
}

.btn {
    border-radius: 0;
}

.btn-prime {
    border: 6px solid var(--black);
}

.mb_padder {
    padding: 0 9.53125%;
}

.prime_block {
    max-width: 489px;
    width: 100%;
}

.prime_block .prime_block_header {
    margin: 0;
    width: 100%;
}

.prime_block .prime_block_header h2 {
    margin: 0 0 22px;
    font-family: var(--font3);
    font-weight: 700;
    font-size: clamp(42px, 10vw, 128px);
    line-height: 90%;
    color: var(--black);
}

.prime_block .prime_block_header p {
    margin: 0 0 22px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: clamp(16px, 4vw, 24px);
    line-height: normal;
    color: var(--black);
}

.prime_block_cta .btn-prime {
    width: clamp(65%, 24vw, 341px);
    height: clamp(60px, 8vw, 88px);
    justify-content: center;
}

.prime_block_cta .btn-prime span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(22px, 3vw, 32px);
    color: var(--black);
}

.mainbanner_cont .galpager_cont {
    position: absolute;
    z-index: 20;
    top: auto;
    bottom: 43px;
    padding: 0;
}

.galpager span {
    min-width: 0;
    height: auto;
}

div .galpager_cont span::before {
    margin: 5px;
    opacity: 1;
    background: var(--black);
}

.mainbanner_cont .galpager_cont span::before {
    width: 18px;
    height: 18px;
}

.galpager_cont span.active::before,
.galpager_cont span.vis_active::before {
    background: var(--orange);
}

.home .tt_prev,
.home .tt_next {
    width: 62px;
    height: 116px;
    opacity: 1;
    border-radius: 100px;
    background-color: var(--black);
}

.home .tt_next {
    right: 2.34375%;
}

.home .tt_prev {
    left: 2.34375%;
}

.home .tt_prev::before,
.home .tt_next::before {
    left: auto;
    right: auto;
    padding: 0;
    font-size: 22px;
    color: var(--orange);
}

.most_cont,
.main_catalog .catalog_one_cont,
.stories_block,
.faqpage_cont {
    padding-top: clamp(70px, 10vw, 120px);
}

.main_catalog .catalog_one_cont {
    margin-bottom: -40px;
}

.most_cont h2,
.main_catalog .cat_one a,
.main_catalog .cat_one span,
.stories_block h2,
.faqpage_head .superH1 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(36px, 5vw, 48px);
    color: var(--black);
}

.most_one {
    height: auto;
    aspect-ratio: 300 / 400;
}

.most_one::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(30, 30, 30, 0.7) 0%, rgba(217, 217, 217, 0) 100%);
    transform: rotate(-180deg);
}

.most_one img {
    border-radius: 0;
}

.most_content {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    padding: 0 16.01123595505618% 10% 6.741573033707865%;
}

.most_content > h3 {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(22px, 2.5vw, 32px);
    line-height: 1;
}

.most_content > p {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: clamp(12px, 1.5vw, 16px);
}

.most_content .btn-prime {
    padding: 0;
    width: 75%;
    height: auto;
}

.most_content .btn-prime span {
    width: 100%;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: clamp(12px, 1.5vw, 16px);
    transition: all .5s ease-out;
}

.most_content .btn-prime span:hover {
    transform: translate(10%, 0);
    transition: all .5s ease-out;
}

.most_content .btn-prime span::before {
    content: url("assets/images/arrow.svg");
    margin-right: 4px;
}

.home_subs {
    margin-bottom: 87px;
}

.subs_flex > div {
    width: auto;
}

.subs_img {
    padding: 0;
    width: 100% !important;
}

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

.subscribecont {
    position: relative;
    min-width: 43.4375vw;
    border: 6px solid var(--black);
    background: #fff;
}

.subscribecont::before {
    content: url("assets/images/black-cat.svg");
    position: absolute;
    top: -46px;
    left: -14px;
}

.subscribe {
    margin: 50px 10% 0;
}

.subs_H {
    font-family: var(--font3);
    font-weight: 700;
    font-size: clamp(26px, 3vw, 40px);
    line-height: 90%;
    color: var(--black);
}

.home_subs .nicelabel .form-group {
    display: block;
}

.home_subs .nicelabel .form-group > * {
    margin-bottom: 19px;
}

.home_subs .subscribeform input[type=email],
.home_subs .subscribeform input[type=text] {
    margin-right: 0;
    width: 100%;
    max-width: 315px;
    border: none;
    border-radius: 0;
    background: rgba(178, 178, 178, 0.21);
    color: var(--black);
}

.home_subs .nicelabel .form-group label {
    position: relative;
    left: 0;
    top: 0;
    min-width: 30%;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 90%;
    font-style: normal;
    color: var(--black);
}

.home_subs .nicelabel .form-group > input:focus + label {
    font-size: 20px;
    top: 0;
    opacity: 1;
}

.home_subs .nicelabel .form-group.is-not-empty > input,
.home_subs .nicelabel .form-group > input:focus {
    padding-top: 0;
}

.home_subs .nicelabel .form-group.is-not-empty > input + label {
    font-size: 20px;
    top: 0;
}

.home_subs .submiter {
    margin-top: 30px;
}

.home_subs .submiter input {
    padding: 0 10%;
    height: 60px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 27px;
    line-height: 2;
    text-align: center;
    color: var(--black) !important;
    border: 6px solid var(--black);
    border-radius: 0;
}

.home_subs .submiter input:hover {
    background: var(--orange) !important;
}

.product-item a {
    padding: 0;
    height: 100%;
    background: #fff;
}

.product-item a, .thumb-wrap, .thumb-wrap img {
    border-radius: 0;
    object-fit: cover;
}

#mostliked .product_list_info {
    padding: 20px 40px;
}

.product_list_info {
    padding: 20px 10%;
    background: #fff;
}

.product_list_info h4 {
    text-align: start;
    font-family: var(--font-family);
    font-weight: 400;
    line-height: 104%;
    color: var(--black);
}

.product-item .sale.js-salePrice {
    width: auto;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 18px;
    text-align: start;
    color: var(--black);
}

.product-item .price {
    justify-content: start;
}

.product-item .price small {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 18px;
    text-decoration: line-through;
    color: var(--orange);
}

.stars_single {
    padding: 0;
    justify-content: start;
}

.stars .star:before,
.stars .star.star-full:before,
.stars .star.star-half:before,
.stars .star.star-half u:before,
.stars .star.star-no:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("assets/images/star.svg");
}

.stars .star.star-full:before {
    opacity: 1;
}

.stars .star.star-half:before,
.stars .star.star-no:before {
    opacity: .5;
}

.stars .star::before, .stars .star.star-half u {
    color: var(--orange);
}

.stars_rate, .orders_count {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    color: var(--black);
}

.stars_rate {
    margin-left: 14px;
}

.stories_cont {
    padding: 0 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
}

.story_item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 19px;
    max-width: 24.85915492957746%;
    width: 100%;
    height: clamp(234px, 20vw, 300px);
}

.story_item:nth-child(2) {
    max-width: 46.47887323943662%;
}

.story_item:nth-child(4) {
    max-width: 50.70422535211268%;
}

.story_item::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 19px;
    background: linear-gradient(-90deg, #1e1e1e 0%, rgba(178, 178, 178, 0.21) 79.02%, rgba(217, 217, 217, 0) 100%);
}

.story_img {
    position: absolute;
    z-index: -2;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 19px;
}

.story_text {
    margin-right: 5%;
    max-width: 275px;
    width: 65%;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.story_text > h3 {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
    color: #fff;
}

.story_date {
    line-height: 1.5;
    margin: 6px 0 8px;
    text-align: left;
    font-size: 12px;
    color: #fff;
}

.story_text > p {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.story_text .btn-prime {
    max-width: 225px;
    border: 4px solid var(--black);
    padding: 7px 0;
    background: #fff;
}

.story_text .btn-prime span {
    width: 100%;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--black);
    transition: all .5s ease-out;
}

.story_text .btn-prime span:hover {
    transform: translate(10%, 0);
    transition: all .5s ease-out;
}

.story_text .btn-prime span::before {
    content: url("assets/images/arrow.svg");
    margin-right: 4px;
}

.story_link {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 20%;
    width: 100%;
}

.story_link a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--black);
}

.story_link a span:last-child {
    width: 70px;
    text-align: start;
}

.story_link .story_arrow {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 100px;
    background: var(--black);
    transition: all .3s ease-out;
}

.story_link a:hover .story_arrow {
    width: 55px;
    height: 55px;
    transition: all .3s ease-out;
}

.story_link .story_arrow::before,
.story_link .story_arrow::after {
    content: '';
    margin: 0;
    width: 3px;
    height: 16px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    left: 50%;
    top: calc(50% - 13px);
    background: var(--orange);
    border-radius: 2px;
    border: 0;
}

.story_link .story_arrow::after {
    transform: rotate(45deg);
    top: calc(50% - 3px);
}

.tab_bodies, .adap_tab_head {
    border: none;
}

.adap_tab_head, .tab_body p {
    font-weight: 400;
    color: var(--black);
}

.adap_tab_head {
    font-family: var(--font-family);
    text-transform: uppercase;
}

.adap_tab_head::before,
.adap_tab_head::after,
.adap_tab_head.active::before,
.adap_tab_head.active::after {
    background: var(--black);
}

.faqpage_cont .tab_body p {
    font-family: var(--third-family);
    font-size: 20px;
}

.faqpage_cont .tab_body {
    padding-top: 0;
}

.footer .logo img {
    height: auto;
}

.footerR > div:first-child {
    order: 1;
    min-width: 270px;
}

.footerR > div:last-child {
    order: 2;
}

.footone h5 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 28px;
    text-transform: capitalize;
}

.footone a, .footone p {
    margin: 0;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 181%;
}

.footer a[href^='mailto'] {
    line-height: normal;
    overflow-wrap: break-word;
}


/* Checkout page */

.opc_header .text {
    display: none;
}

.opc_header .trust {
    border: 2px dashed var(--black);
    border-radius: 3px;
    padding: 1vh 2%;
}

.opc_header .trust .wrap-img:first-child {
    margin: 0;
}

.opc_header .trust .wrap-img:last-child {
    padding: 0;
}

.onepage_bread i {
    color: var(--black);
}

.onepage_bread a, .onepage_bread span {
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 15px;
    color: var(--black);
}

.onepage_bread span.active {
    font-weight: 600;
}

.onepage_checkout {
    background: #f8f8f8;
}

.checkout-main .inner-step {
    padding: 2% 5% 5%;
    border: 6px solid var(--black);
    background: #fff;
}

.checkout-main h2 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    color: var(--black);
}

.onepage_checkout .checkout-main .field {
    border-radius: 0;
    border-color: var(--black);
}

.checkout-main .field label {
    color: var(--black);
}

.trust-box {
    padding: 0;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    border: none;
}

.trust-box-mobile h4, .trust-box h4,
.trust-box-mobile p, .trust-box p {
    color: var(--black);
}

.checkout-main .order-item .order-thumb .order-quantity {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--black);
    background: var(--orange);
}

.onepage_checkout .checkout-main .order-item h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: var(--black);
}

.onepage_checkout .checkout-main .order-item .price {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    color: var(--black);
}

.checkout-main .move-box button.btn-checkout {
    height: 70px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    color: #fff;
    background: var(--orange);
    border-radius: 0;
}


/* Blog page */

.blog_nav .category_list a.active,
.blog_nav .category_list a.active:hover,
.blog_nav .category_list a:hover {
    color: var(--black) !important;
}

.blog_nav .category_list a.active:after {
    background-color: var(--black);
}

.blog_item {
    border-radius: 22px;
    overflow: hidden;
    background-color: #fff;
}

.blog_img a::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, #1e1e1e -30%, rgba(178, 178, 178, 0.21) 80%, rgba(217, 217, 217, 0) 100%);
}

.common_news .blog_info {
    padding: 0 5% 5%;
}

.blog_info h3 {
    margin-top: 5%;
}

.blog_info h3 a {
    font-family: var(--font3);
    font-weight: 700;
    font-size: 24px;
    line-height: 90%;
    color: var(--black);
}

.blog_info .blog_date,
.blog_info .blog_tags a {
    color: var(--black);
}

.blog_info p a {
    height: auto;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--black);
}

.blog_info .blog_readmore {
    padding: 27px 0;
    text-align: center;
}

.blog_info .blog_readmore a {
    border: 6px solid var(--black);
    padding: 7px 40px;
    padding: 2% 12%;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--black);
}


/* Blog post page */

.wrap {
    position: relative;
}

.article_full {
    width: 70%;
}

.articleL {
    width: 100%;
}

.blog_article {
    position: relative;
    padding: 5% 4%;
    border: 6px solid var(--black);
    background: #fff;
}

.blog_article::after {
    content: url("assets/images/black-cat.svg");
    position: absolute;
    bottom: -64px;
    right: -2px;
    width: 125px;
    height: 104px;
}

.blog_article > h1 {
    font-family: var(--font3);
    font-weight: 700;
    font-size: 44px;
    line-height: 90%;
    color: var(--black);
}

.article_by, .blog_article .socs_list a, .comm_cont h5 span,
.article_date_tags .blog_date, .article_date_tags .blog_tags a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 125%;
    color: var(--black);
}

.blog_article p {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--black);
}

.article_prev_next {
    display: none;
}

.articleR_content {
    position: unset;
}

.related_posts {
    position: absolute;
    top: 117px;
    right: 0;
    width: 27%;
}

.related_posts .hugeH5 {
    display: none;
}

.related_posts .blog_item {
    width: 100%;
}


/* About Us page */

.aboutus_cont,
.about_s_cont {
    padding: 0;
    background: #efefef;
}

.aboutus_cont h1 {
    margin: 0;
    font-family: var(--font3);
    font-weight: 700;
    font-size: 48px;
    line-height: 90%;
    color: var(--black);
}

.aboutus:before {
    content: unset;
}

.aboutus {
    padding: 0;
    flex: 1;
    width: 100%;
    border-radius: 0;
}

.about_s_one {
    padding-bottom: 100px;
    max-width: 1440px;
}

.about_s_cont .about_s_one:first-child {
    flex-direction: row-reverse;
}

.about_s_one:nth-child(2n) {
    flex-direction: row;
}

.about_s_one:nth-child(2n) .about_s_img {
    text-align: unset;
}

.about_s_img {
    flex: 1;
    height: 322px;
}

.about_s_img img {
    max-width: unset;
    height: 100%;
    object-fit: cover;
}

.about_s_text {
    position: relative;
    margin: 0 !important;
    padding: 70px 40px;
    border: 6px solid var(--black);
    min-width: 497px;
    width: 35%;
    height: 322px;
    background: #fff;
}

.about_s_cont .about_s_one:last-child .about_s_text::after {
    content: url("assets/images/black-cat.svg");
    position: absolute;
    bottom: -64px;
    right: -2px;
    width: 125px;
    height: 104px;
}

.about_s_text b {
    font-family: var(--font3);
    font-weight: 700;
    font-size: 30px;
    line-height: 90%;
    color: var(--black);
}

.about_s_text p {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--black);
}

.about_s_one:nth-child(2n) .about_s_text {
    margin: 0;
}
