/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.18.6
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face{
    font-family:"Flamenco";
    src:url("assets/fonts/Flamenco.woff") format("woff")
}
@font-face{
    font-family:"Marlboro";
    src:url("assets/fonts/Marlboro.woff") format("woff")
}

:root {
    --color-black: #000000;
    --color-white: #ffffff;
    --color-grey: #cccccc;
    --FontAwesome: 'Font Awesome 5 Free';
    --html-font-size: 62.5%;
    --font-body-scale: 1.4;
}

html {
    font-size: var(--html-font-size);
}

body {
    font-size: 14px !important;
}

p {
    margin-bottom: 1.5rem;
}

.dark,
.dark p,
.dark td {
    color: var(--color-white);
}

.section-heading-title {
    text-transform: uppercase;
    color: var(--color-black);
    font-weight: 600;
    font-size: 2.3rem;
}
#success-popup {
    position: fixed;
    z-index: 99999;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    background-color: var(--color-white);
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);

    display: flex;
    flex-wrap: wrap;
    min-width: 28rem;
    max-width: 40rem;
    gap: 1rem;
}

#success-popup p {
	width:100%
}

#success-popup button {
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    padding: 0 1rem;

    flex: 1;
    white-space: nowrap;
    margin: 0;
}


#success-popup .accept-btn {
    background: var(--color-black);
    color: var(--color-white);
}

#success-popup .accept-btn:hover {
    background: #333;
    color: var(--color-white);
}

#success-popup .continue-btn{
    background: #f5f5f5;
    color: var(--color-black);
}

.section-title-container {
    height: 53px;
    border-radius: 10px;
    background-color: var(--color-white);
    border: 1px solid #cfcfcf;

    display: flex;
    justify-content: space-between;
    align-items: center;

    overflow: hidden;
}

.section-title-normal {
    border: none;
    margin: 0;
    height: 100%;
}

.section-title-normal .section-title-main {
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    border: none;

    position: relative;

    display: flex;
    align-items: center;

    padding-left: 75px;
    padding-right: 70px;

    font-size: 20px;
    line-height: 28px;
    height: 100%;

    background: #fd9b9b  url(/wp-content/uploads/2024/04/eye.png) left 10px center no-repeat;
}

.section-title-normal .section-title-main:after {
    content: "";
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    width: 44px;
    height: 100%;
    background: #fd9b9b ;
    position: absolute;
    right: -43px;
    top: 0;
}

.section-title-normal a {
    font-size: 1.6rem;
    color: #6d6d6d;
    font-weight: 400;
    margin-right: 2rem;
}

.section-title-normal a .icon-angle-right {
    top: -2px;
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-left: 6px;
}

.section-title-normal a .icon-angle-right:before {
    content: "\f101";
    font-family: var(--FontAwesome);
    font-weight: bold;
}

.section-title-normal a:hover {
    color: var(--color-black);
}

.section-title-center {
    margin: 0;
}
.section-title-center b {
    display: none;
}

.section-title-center .section-title-main {
    width: 100%;
    margin: 0;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--color-black);
    opacity: 1;
}

.social-icons .icon.is-outline {
    border-width: 1px;
    color: var(--color-black);
}

.social-icons .icon.is-outline i {
    top: 0;
}

.social-icons .icon {
    display: grid;
    place-content: center;
}

.breadcrumbs-row {
    padding: 1rem 0;
}

.rank-math-breadcrumb a {
    color: #bbb;
}

.rank-math-breadcrumb a:hover {
    color: var(--fs-color-primary);
}

.rank-math-breadcrumb p {
    margin-bottom: 0;
}

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form .select2-selection,
form select {
    min-height: 4rem;
    font-size: 1em;
    box-shadow: none !important;
}

form textarea{
    font-size: 1em;
    box-shadow: none !important;
}
.woocommerce-cart-form__cart-item .remove {
    border: none;
    border-radius: 100%;
    color: #686767;
    display: block;
    font-size: 12px !important;
    font-weight: 700;
    height: auto;
    line-height: 24px !important;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

form .wpcf7-submit {
    min-height: 4rem;
    font-size: 1em;
}

form input:focus,
form textarea:focus {
    box-shadow: none;
    border-color: var(--fs-color-primary);
}

.box-blog-post .box-text {
    font-size: 1em;
}

.box-blog-post.box-text-bottom .post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.4rem;
    height: 3.6rem;
}

.box-blog-post.box-text-bottom .post-title + .is-divider {
    display: none;
}

.product-small.box {
    border: 1px solid #e6e6e6;
}

.product-small.box .box-image {
    padding: .5rem;
}


.product-small.box .box-image img {
   aspect-ratio:1/1
}

.product-small.box .box-text {
    border-top: 1px solid #e6e6e6;
    padding: 1rem;
}
.product-small.box .box-text .product-title {
    margin-bottom: 1rem;

}

.product-small.box .box-text .price-wrapper .price .amount {
    font-size: 1.6rem;
   color: var(--fs-color-secondary)
}
.product-small.box .box-text .product-title a {
    color: #3c3a3a;
    text-transform: uppercase;
    font-weight: 600;
}
.product-small.box .product-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.product-small.box .product-buttons .button {
    flex: 1;
    white-space: nowrap;
    font-size: 1.4rem;
    text-transform: initial;
    font-weight: 500;
    color: #fff;
    background: #000;
    margin: 0 ;
    min-height: unset;
    letter-spacing: 0px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;

}

/*************** HEADER ***************/
#top-bar .container {
    padding: 0;
    max-width: 100%;
}
#top-bar .flex-left {
    height: 42px;
    background: linear-gradient(45deg, #fff, #efefef 40rem);
    display: flex;
    justify-content: flex-end;
    flex: 1 1 50%;
}

#top-bar .flex-right {
    position: relative;
    height: 42px;
    padding-right: calc(50% - 650px);
    background: #d7d7d7;
    display: flex;
    align-items: center;
    flex: 1 1 50%;
    justify-content: space-between;
    padding-left: 43px;
}

#top-bar .flex-right:before {
    content: '';
    width: 42px;
    height: 100%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #d7d7d7;
    position: absolute;
    top: 0;
    left: -41px;
}


#top-bar .flex-right .nav-right {
	flex-wrap:nowrap
}

#top-bar marquee {
    font-size: 1.6rem;
    top: 3px;
    position: relative;
    font-style: italic;
}

#top-bar .gtranslate_wrapper {
	    width: max-content;
	font-size: 1.25rem;
	border-radius:8px;
	overflow:hidden
}

#top-bar .gtranslate_wrapper .gt_selector {
    padding-right: 1.8em;
}

#masthead {
    z-index: 15;
}

#masthead .logo a {
    position: relative;
    background: var(--color-white);
}

.header-nav-main.nav > li {
    margin: 0 25px;
}

.header-nav-main .menu-item a {
    font-size: 1.5rem;
    transition: all 0.5s;
    letter-spacing: -0.05px;
}

.header-nav-main .menu-item.active a,
.header-nav-main .menu-item:hover a {
    font-weight: 600;
}
.header-nav-main .menu-item.active a:before,
.header-nav-main .menu-item:hover a:before {
    background-color: var(--fs-color-primary);
}

#header .header-contact-btn {
	font-size: 1.5rem;
    line-height: 2.2rem;
    color: #f5f5f5;
    font-weight: 400;
    display: flex;
    align-items: center;
	flex-wrap:nowrap;
    gap: 1rem;
    width: 26rem;
    height: 4.4rem;
    border-radius: 10px;
    background-image: linear-gradient(-90deg, #dd3333 0%, #ff7171 100%);
    border: 2px solid #c4c4c4;
    justify-content: center;
}

.header-nav-main .nav-dropdown {
    padding: 0;
}

#header .header-nav-main .nav-dropdown li a {
    font-size: 1.4rem;
    color: var(--color-black);
    font-weight: 400;
    margin: 0;
    padding: 1.2rem 1rem;
    transition: all 0.3s;
    text-transform: uppercase;
}
#header .header-nav-main .nav-dropdown li.active a,
#header .header-nav-main .nav-dropdown li:hover a {
    font-weight: 600;
}
/*************** END HEADER ***************/

/*************** FOOTER ***************/
#footer .footer-statistics {
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
    margin: 0;
    gap: 20px;
}

#footer .footer-statistics li {
    margin-left: 0;
}

#footer .copyright-text {
    margin-bottom: 0;
}

#footer .absolute-footer {
    display: none;
}

#footer .footer-title {
    font-size: 1.5rem;
    text-transform: uppercase;
}

#footer  form input {
    background-color: #f7f7f7;
    border: none;
}

#footer  form .ml-half{
    margin-left: 0 ;
}

/*************** END FOOTER ***************/

/*************** HOME PAGE ***************/
.about-section {
    background: #fcfaf7 url(/wp-content/uploads/2024/04/bg2a.png) right top no-repeat;
    background-size: auto 100%;
}
.about-section .about-img-col > .col-inner {
    position: relative;
    padding: 1.5rem 1.5rem 1.5rem 0;
}


.about-section .about-img-col > .col-inner:after {
    content: '';
    position: absolute;
    inset:0;
    border: 4px solid #ccc;
    border-radius: 5px;
    z-index: -1;
}

.about-section .about-img-col > .col-inner .img > .img-inner {
    margin-left: -6rem;
}

.about-section .about-text-col .about-sub-title {
    font-size: 4rem;
    line-height: 1.4;
    color: var(--color-black);
    font-family: 'Marlboro';
    font-weight: 500;
	margin-bottom: 5px;
}

.about-section .about-text-col .about-title {
    font-size: 4rem;
    font-weight: 500;
    color: var(--fs-color-primary);
    font-family: 'Flamenco';
    border-bottom: 2px solid #dd3333;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.video-news-section h2 {
    font-size: 2.4rem;
}

.video-news-section .video-col .video  {
    margin-bottom: 0;
}

.video-news-section .video-col .video-selects {
    background: var(--color-black);
    color:var(--color-white) ;
    border: none;
    appearance: auto;
    -webkit-appearance:auto; 
    -moz-appearance: auto;
}

/*************** END HOME PAGE ***************/

/*************** BLOG ARCHIVE ***************/
.blog-archive #post-list > .row > .col > .col-inner {
    padding: 1rem;
    border: 1px solid #e5e7eb;
}

.blog-archive #post-list .box-blog-post .post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*************** END BLOG ARCHIVE ***************/

/*************** BLOG SINGLE ***************/
.blog-single .entry-header-text {
    padding-bottom: 0;
}
.blog-single article.post {
    padding-top: 4rem;
    margin-bottom: 0;
}

.blog-single .entry-title {
    font-size: 2.3rem;
}

.blog-single .entry-meta {
    color: #999;
}

.blog-share {
    display: flex;
    align-items: center;
    gap: 1rem;

    padding: 16px 10px;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px;
}

.blog-share .label {
    font-weight: 600;
}

.blog-share .social-icons a {
    margin-bottom: 0;
}

.blog-single .custom_related_posts {
    padding: 16px 10px;
    background: rgba(128, 128, 128, 0.15);
    border-radius: 5px;
}

.blog-single .custom_related_posts .related-posts {
    margin-bottom: 0;
}

.blog-single .custom_related_posts .related-posts li {
    list-style-type: square;
    margin-left: 1.6rem;
    margin-bottom: 0.2rem;
}

.blog-single .custom_related_posts .related-title {
    font-size: 1.4rem;
}

.blog-single .custom_related_posts .related-posts li a {
    color: #333;
}
/*************** END BLOG SINGLE ***************/

/*************** SHOP PAGE ***************/
#shop-sidebar .widget .widget-title {
    display: block;
    font-weight: bold;
    font-size: 1.7rem;
    text-transform: uppercase;
}

#shop-sidebar .widget .widget-title + .is-divider {
    height: 2px;
    max-width: 100%;
    background-color: var(--fs-color-primary);
}

#shop-sidebar .widget .product-categories li {
    border: none;
}

#shop-sidebar .widget .product-categories li a {
    text-transform: uppercase;
    border-bottom: 1px dashed #ddd;
    padding: 1rem 0;
}

.category-page-row {
    padding-top: 4rem;
}

.category-page-row > .large-3 {
    flex-basis: 20%;
    max-width: 20%;
}

.category-page-row > .large-9 {
    flex-basis: 80%;
    max-width: 80%;
}
/*************** END SHOP PAGE ***************/

/*************** SINGLE PRODUCT ***************/
.single-product .product-gallery .product-images {
    border: 1px solid #eee;
    padding: 0.7rem;
    border-radius: 5px;
}

.single-product .product-gallery .product-thumbnails {
    padding: 0 5rem;
}

.single-product .product-gallery .product-thumbnails .flickity-slider .col {
    padding: 0 0.5rem 1rem;
}

.product-gallery .product-thumbnails .flickity-slider .col a {
    border-color: rgba(0, 0, 0, 0.2);
    padding: .5rem;
}

.single-product .product-gallery .product-thumbnails .is-nav-selected a,
.single-product .product-gallery .product-thumbnails a:hover {
    border-color: rgba(0, 0, 0, 1);
}

.single-product .product-gallery .product-thumbnails .flickity-button {
    opacity: 1 !important;
    display: block !important;
    transform: translateY(-50%) !important;
    top: 50%;
}

.single-product .product-gallery .product-thumbnails .flickity-button .flickity-button-icon {
    border: 1px solid #ddd;
    padding: 30%;
}

.single-product .product-gallery .product-thumbnails .flickity-button .flickity-button-icon.previous {
    left: 0.2rem;
}
.single-product .product-gallery .product-thumbnails .flickity-button .flickity-button-icon.next {
    right: 0.2rem;
}

.single-product .product-info .product-title {
    text-transform: capitalize;
    font-size: 2rem;
}

.single-product .product-info .price-wrapper .price {
    font-size: 1em;
    font-weight: 500;
}

.single-product .product-info .price-wrapper .price del {
    line-height: 1.6rem;
    font-size: 1.6rem;
    font-weight: 400;
}

.single-product .product-info .price-wrapper .price del bdi {
    font-weight: 400;
    font-size: 1.6rem;
    color: var(--color-black)
}

.single-product .product-info .price-wrapper .price  .amount {
    font-size: 2rem;
    font-weight: 600;
    color: #dc2626;
}

.single-product .product-views {
    margin-bottom: 1.5rem;
}

.single-product .product-tabs li a {
    margin-right: 5px;
    margin-bottom: 5px;
    background: #eee;
    padding: 0px 10px;
    color: var(--color-black);
    border-radius: 4px;
}
.single-product .product-tabs li:hover a,
.single-product .product-tabs li.active a {
    color: var(--color-white);
    background-color: var(--color-black);
}

.single-product .related {
    border-top: none;
    margin: 3rem 0;
}

.single-product .related  .product-section-title  {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 23px;
}

/*************** END SINGLE PRODUCT ***************/


/*************** CHECKOUT PAGE ***************/
.woocommerce-checkout  #main {
    padding: 0 1.5rem;
}
.woocommerce-checkout .checkout-container  {
    padding: 20px 15px;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
}

.woocommerce-checkout .checkout-container > .large-7.col {
    border-right: 1px solid #eee;
}

.woocommerce-checkout .checkout-container > .large-5.col form {
    position: sticky;
    top: 10rem;
}


.woocommerce-checkout .checkout-container #payment .place-order {
    display: none;
}

.woocommerce-checkout .checkout-container #customer_details {
    overflow: hidden;
}

.woocommerce-checkout .checkout-container .woocommerce-billing-fields {
    border-top: none;
    padding-top: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead,
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody {
    display: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .cart-subtotal {
    display: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total {
    background: #eee;
    border: 1px solid #dddfe2;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total th ,
    .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td {
    padding: 7px 10px ;
    font-size: 1.6rem;
    font-weight: 40
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper select,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-selection { 
    border: none;
    padding: 1rem 1.2rem 1rem;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    line-height: 1.5;
    font-size: 1.4rem;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .fl-is-active label { 
    display: none;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-selection .select2-selection__rendered{
    line-height: 1.5;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 1.5rem;
    flex-wrap: wrap;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row  {
    flex: 1 1 48%;
    margin: 0;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_email_field ,
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_address_1_field  {
    flex: 1 1 100%;
    margin: 0;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row.address-field {
    flex: 1 1 calc(33.33% - 2rem);
}

/*************** END CHECKOUT PAGE ***************/


@media only screen and (max-width: 1200px) {
	.header-nav-main.nav > li {
		margin: 0 16px;
	}
	
	.header-nav-main .menu-item a {
		font-size: 1.25rem;
	}
	
	#header #logo {
		width: 140px ;
	}
}

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

}

@media only screen and (max-width: 848px) {
    /*************** ADD TABLET CSS HERE  ***************/
    .main-menu-overlay + .off-canvas .mfp-content {
        background-color: #dd3333;
    }

    .nav-sidebar.nav-vertical>li+li {
        border-top: 1px solid #00000024;
    }

    .nav-sidebar.nav-vertical li > .toggle {
        color: #fff;
        border-left: 1px solid #00000024;
        height: 100%;
    }

    .nav-slide-header .toggle  {
        color: var(--color-white);
        text-transform: initial;
        font-weight: 500;
    opacity: 1;
    }

    .off-canvas .nav-vertical li a {
        font-size: 1.2rem !important;
        color: var(--color-white) !important;
    }
    #top-bar .flex-col.show-for-medium .mobile-nav {
    flex-wrap: wrap;
        padding:0.6rem 0;
    }
    #masthead .logo a {
        margin-top: 0px;
    }
    #footer .footer-statistics {
        justify-content: center;
    }

    .about-section {
        background: #fcfaf7 url(/wp-content/uploads/2024/04/bg2a.png) right bottom no-repeat;
        background-size: auto;
    }


    .category-page-row > .large-3,
    .category-page-row > .large-9 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 549px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .blog-share {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section-title-normal .section-title-main {
        padding-left: 48px;
        padding-right: 30px;
        font-size: 16px;
        line-height: 24px;
        height: 100%;
        background: #fd9b9b url(/wp-content/uploads/2024/04/eye.png) no-repeat 10px 18px / 28px 16px;
    }

    .section-title-normal a {
       display: none;
    }

    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row.address-field {
        flex: 1 1 100%;
    }
}
