/*
	Theme Name: Cocoon Child
    Theme URI: http://themeforest.net/user/gnodesign/portfolio/
    Template: cocoon
    Description: Cocoon Child Theme.
    Author: Gnodesign
	Author URI: http://themeforest.net/user/gnodesign/
	License: ThemeForest
    License URI: http://themeforest.net/licenses
    Text Domain: cocoon
    Domain Path: /lang/
*/

/* Hide body until page is loaded */
body {
    visibility: hidden;
}

body.page-loaded {
    visibility: visible;
}

/* Loader */
/* Hide page content, NOT the loader */
body:not(.page-loaded) > *:not(#page-loader) {
    visibility: hidden;
}

/* Loader default state */
#page-loader {
    position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* Hide loader AFTER load */
body.page-loaded #page-loader {
    opacity: 0;
    visibility: hidden;
}


#page-loader.hidden {
    opacity: 0;
    visibility: hidden;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ddd;
    border-top: 5px solid #333;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}



/* Header Styles */
header.header1 ul.navbar-nav>li.menu-item>a.nav-link{
}
header.header1 ul.navbar-nav>li.menu-item>a.nav-link,
header.header1 .extra-nav .nav-item i, 
header.header2 .extra-nav .nav-item i,
header.header1.header-dark-text a.mobile-cart{
    color:#fff;
}

header.header-fixed ul.navbar-nav>li.menu-item>a.nav-link{
}
header.header-fixed ul.navbar-nav>li.menu-item>a.nav-link,
header.header-fixed .extra-nav .nav-item i, 
header.header-fixed .extra-nav .nav-item i,
header.header-fixed.header-dark-text a.mobile-cart{
     color:#000;
}

header.header-fixed .navbar-brand .logo{
    display:none !important;
}

header.header1 .navbar-brand .logo-white{
      display:none;
}

header.header1 .navbar-brand .logo {
    display: block;
}

header.header-fixed .navbar-brand .logo-white{
    display:block !important;
}

body.home header.header-fixed nav.navbar  a.navbar-brand img.logo{
    display:none;
}

body.home header.header-fixed nav.navbar  a.navbar-brand img.logo-white{
    display:block;
}

header.header1.header-dark-text .hamburger-inner:before,
header.header1.header-dark-text .hamburger-inner:after,
header.header1.header-dark-text .hamburger-inner{
        background: #fff;
}

header.header-fixed.header-dark-text .hamburger-inner:before,
header.header-fixed.header-dark-text .hamburger-inner:after,
header.header-fixed.header-dark-text .hamburger-inner{
        background: #000;
}

header #main-nav .navbar-nav .dropdown:hover .dropdown-menu {
     width: auto;
    padding: 0;
    left: 0;
    right: auto;
}

header #main-nav .navbar-nav .dropdown-menu>li>a {
    padding: 11px 15px;
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
}

/* Menu Mobile */
#main-mobile-nav .mm-panel, 
#main-mobile-nav .mm-panels {
    background: #2b2b2b;
}

/* Home Categories */
.home_product_categories_wrapper h2{
	    color: #2772b5 !important;
    font-size: 30px;
    line-height: 40px;
	}
	
.home_product_categories_wrapper h6{
		text-align: center;
		max-width: 500px;
		margin: 15px auto 20px !important;
		font-size: 15px;
		line-height: 25px;
}
.home_product_categories_wrapper .banner-item .banner-item-text{
        background-image: linear-gradient(180deg, #2c72b878 0%, #2c72b8 100%);
    transition: .3s cubic-bezier(.24, .74, .58, 1);
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    color: #fff;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    content: "";
    z-index: 1;
    transform: scaleY(1);
    position: absolute;
    top: 0;
        flex-direction: column;
}
.home_product_categories_wrapper .banner-item{
  width: 33.33% !important;
    clear: none !important;
    padding: 0;
    border: 7px solid transparent;
    border-radius: 8px;
    overflow:hidden;
}

.home_product_categories_wrapper .banner-item img{
     border-radius: 8px;
    transition: transform 0.8s ease;
}
.home_product_categories_wrapper .banner-item:hover img{
    transform: scale(1.5);
}
.home_product_categories_wrapper .banner-item h3{
       border-radius: 2px !important;
    box-shadow: none !important;
    font-size: 1.3rem !important;
    font-weight: 400 !important;
    line-height: 1.5rem !important;
    background-color: transparent !important;
    text-align: center;
}
@media screen and (max-width: 992px) {
 .home_product_categories_wrapper .banner-item{
    width: 50% !important;
}
}
/* Home Countdown */
#home_countdown{
  /*background-attachment: inherit !important;  */
}
.home_countdown::before{
     background-image: linear-gradient(180deg, #0000004d 0%, #00000080 100%);
    transition: .3s cubic-bezier(.24, .74, .58, 1);
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    color: #fff;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    content:"";
    z-index:1;
    transform: scaleY(1);
    position: absolute;
}
.home_countdown .wpb_wrapper h6{
    color: #fff !important;
}
.home_countdown .wpb_wrapper h2{
        text-align: center;
    color: #fff;
    font-size: 1.5rem;
    max-width: 900px;
    margin: 1rem auto 0 !important;
}
.home_countdown .wpb_wrapper .btn-main,
.product_whatsapp_button{
            border: 1px solid #25D366;
    background-color: #25D366 ;
    position:relative;
     padding: 15px 40px 15px 25px;
     color:#fff !important;
         border-radius: 8px;
}
.product_whatsapp_button{
            display: inline-block;
    margin-bottom: 1rem;
}
body.rtl .home_countdown .wpb_wrapper .btn-main,
body.rtl .product_whatsapp_button{
        padding: 15px 25px 15px 40px;
}
.home_countdown .wpb_wrapper .btn-main::before,
.product_whatsapp_button::before{
             content: "\f232";
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    top: 11px;
    left: auto;
    right: 14px;
    font-size: 1.6rem;
}
body.rtl .home_countdown .wpb_wrapper .btn-main::before,
body.rtl .product_whatsapp_button::before{
     left: 14px;
     right:auto;
}
.home_countdown .wpb_wrapper .countdown{
     color: #fff !important;
}
.home_countdown .wpb_wrapper{
    position: relative;
    z-index: 1;
}
/* Newsletter */
.cocoon-newsletter .title,
.cocoon-newsletter .description,
.cocoon-newsletter .nl-form p{
    color: #fff !important;
}
.cocoon-newsletter.nl-style-2 .nl-form input[type=email]{
    border-radius:8px;
}
.cocoon-newsletter.nl-style-2 .nl-form input[type=submit]{
        background-color: #a67d4f;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Home Blog Post*/
.home_blog_wrapper .latest-blog .bloglist-post-thumbnail{
    /*position:relative;*/
}
.home_blog_wrapper .latest-blog .bloglist-post-thumbnail:before{
    content:"";
    background-color: transparent;
    background-image: linear-gradient(180deg, #114d726e 0%, #114d72 100%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    color: #fff;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.home_blog_wrapper .latest-blog .bloglist-post-holder .bloglist-post-thumbnail{
	opacity:1;
}
.home_blog_wrapper .latest-blog .bloglist-post-holder .bloglist-text-wrapper  {
	        padding: 40px 15px;
    text-align: center;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home_blog_wrapper .latest-blog .bloglist-post-holder{
        border-radius: 8px;
}
.home_blog_wrapper .latest-blog .bloglist-post-holder .bloglist-text-wrapper::before{
    
    background-image: linear-gradient(180deg, #2c72b878 0%, #2c72b8 100%);
    transition: .3s cubic-bezier(.24, .74, .58, 1);
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    color: #fff;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    content:"";
    z-index:1;
    transform: scaleY(1);
    position: absolute;
}
.home_blog_wrapper .latest-blog .bloglist-post-holder .bloglist-text-wrapper::after{
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 30px;
    background-image: linear-gradient(180deg, #a17e5678 0%, #a17e56 100%);
    height: 100%;
    width: 100%;
    color: #fff;
    transform: scaleY(0);
    opacity: 0;
    transition: .3s cubic-bezier(.24, .74, .58, 1);
    content:"";
    border-radius: 8px;
     z-index:1;
}
.home_blog_wrapper .latest-blog .bloglist-post-holder:hover .bloglist-text-wrapper::after{
    transform: scaleY(1);
    opacity: 1;
}


.home_blog_wrapper .latest-blog .bloglist-post-holder .bloglist-text-wrapper  h4.bloglist-title {
    font-size: 1.09rem;
    text-align: center;
    position: relative;
    z-index:2;
}

.home_blog_wrapper .latest-blog .bloglist-post-holder .bloglist-text-wrapper  h4.bloglist-title a{
	    color: #fff;
}
.home_blog_wrapper .latest-blog .bloglist-post-holder .bloglist-text-wrapper .bloglist-meta,
.home_blog_wrapper .latest-blog .bloglist-post-holder .bloglist-text-wrapper .bloglist-excerpt{
     position: relative;
    z-index:2;
}
.home_blog_wrapper .latest-blog .bloglist-post-holder .bloglist-text-wrapper .bloglist-meta,

.home_blog_wrapper .latest-blog .bloglist-post-holder .bloglist-text-wrapper .bloglist-excerpt p{
	    color: #fff;
	     margin-bottom: 1.7em;
	     display:none;
}

.home_blog_wrapper .latest-blog .bloglist-post-holder .post-category{
    display:none;
}
.home_blog_wrapper .latest-blog .bloglist-post-holder .bloglist-text-wrapper .bloglist-excerpt .btn-main{
        padding: 0;
    background-color: transparent !important;
    box-shadow:none !important;
}
.home_blog_wrapper .latest-blog .bloglist-post-holder .bloglist-text-wrapper .bloglist-excerpt .btn-main:hover{
    color: #000; 
}

/* Footer */
footer.footer1.dark-skin {
    background: #237cb6;
}
footer.footer1 .footer-widget-area {
    padding: 15px 0 45px;
}
footer.footer1.dark-skin .footer-copyright-area{
    padding-bottom: 0;
    padding-top: 20px;
}
footer.footer1.dark-skin .copyright,
footer.footer1.dark-skin .copyright a,
footer.footer1.dark-skin .contacts  li,
footer.footer1.dark-skin .contacts  li a,
footer.footer1 .footer-widget-area .footer-widget p,
footer.footer1 .footer-copyright-area .social-btn-roll{
    color:#fff;
}
footer.footer1.dark-skin .contacts  li a:hover{
    color:#ac8743;
}
footer.footer1.dark-skin .copyright{
        font-size: 0.8rem;
}
footer.footer1.dark-skin ul.contacts li{
    border-bottom: 1px solid #4f96c4cc;
    padding-bottom: 14px;
}
/* Shop Page */
.woocommerce .products .product {
    margin-bottom: 50px;
    position: static !important;
}
.woocommerce .cocoon-products, .woocommerce .products {
    height:auto !important;
}
/* Social Icons */
.social_icons_wrapper .vc_column_container  {
        max-width: 238px;
    margin: 0 auto;
}
.social_icons_wrapper .vc_icon_element {
   float: left;
    margin-bottom: 0;
    margin-right: 5px;
    margin-left: 5px;
}
.social_icons_wrapper .vc_icon_element .vc_icon_element-inner{
    background-color: #2e71b7 !important;
    border-radius: 8px;
}
.social_icons_wrapper .vc_icon_element .vc_icon_element-inner:hover{
    background-color: #a5844e !important;
}
/* establish_wrapper */
.establish_wrapper .wpb_wrapper,
.establish_wrapper .wpb_wrapper h2,
.establish_wrapper .wpb_wrapper p{
    color:#fff;
}


/* rtl */
body.rtl{
        /*direction: rtl;*/
            /*overflow-x: hidden;*/
}
body.rtl header.header1,
body.rtl .home_product_categories_wrapper,
body.rtl .wpb_revslider_element,
/*body.rtl.woocommerce .products .product .product-info,*/
body.rtl .home_blog_wrapper,
body.rtl footer.footer1.dark-skin,
body.rtl article.blog-post,
body.rtl .blog-post-content,
body.rtl .cocoon-single-product-detail{
    direction:rtl;
}
body.rtl #menu-main-menu ul.dropdown-menu{
    text-align:right;
    right: 0;
    left: auto;
}
body.rtl #main-mobile-nav{
    text-align: right;
}
body.rtl #main-mobile-nav .mm-counter{
    left:54px;
    right:auto;
}
body.rtl .mm-counter+.mm-btn_next:not(.mm-btn_fullwidth)+a{
        margin-left: 90px;
        margin-right: 0;
}
body.rtl .mm-btn_next:after {
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
    right: 0;
    left: 23px;
}

body.rtl .home_product_categories_wrapper h2 {
    font-size: 2rem;
}

body.rtl .home_product_categories_wrapper h6 {
    font-size: 1.2rem;
    line-height: 1.7rem;
}
body.rtl .blog-desc{
        text-align: right;
    font-size: 1.09rem;
    line-height: 2rem;
}
body.rtl section.comments,
body.rtl .comment-form textarea{
    text-align: right;
        direction: rtl;
}
body.rtl footer .footer-widget,
body.rtl .woocommerce-tabs .panel{
     text-align: right;
}
body.rtl footer.footer1.dark-skin .copyright {
    font-size: 0.95rem;
    margin-left: auto;
    margin-right: 0 !important;
}
body.rtl footer .contacts li i{
        padding-right: 0;
        padding-left: 10px;
}
body.rtl .social-btn-roll:hover .social-btn-roll-icons {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
body.rtl .cocoon-newsletter.nl-style-1 .nl-form form input[type=submit]{
    left:0;
    right:auto;
}
body.rtl .wpcf7-form{
    direction:rtl;
}
body.rtl .product-images-content,
body.rtl .related .cocoon-products{
    direction:ltr;
}
body.rtl  div.product .product-thumbnails{
    left: auto;
    right: 0;
    top: 0;
}
body.rtl  div.product .woocommerce-product-gallery {
    padding-left: 0;
    padding-right: 130px;
}

body.rtl .woocommerce-tabs .panel p{
    font-size: 1.2rem;
    line-height: 2rem;
}
body.rtl div.product .product_title {
    text-align: right;
    font-size: 2em;
}
@media (max-width: 991px) {
body.rtl div.product .woocommerce-product-gallery {
        padding-left: 0;
        padding-right: 0;
    }
}

body.rtl.wp-singular .wpb_wrapper,
body.rtl.woocommerce div.product .product-meta{
	    text-align: right;
}

body.rtl .woocommerce-product-details__short-description{
        text-align: right;
    font-size: 1.07rem;
    line-height: 2rem;
}
body.rtl  ul.social-share-btns {
    clear: both;
    float: right;
}
body.rtl .navbar-brand {
   margin-left: 1rem;
    margin-right: 1rem;
}
body.rtl .navbar{
        justify-content: flex-end;
}
body.rtl a.mobile-cart {
    right: 0;
}

body.rtl #main-nav .navbar-nav .dropdown .dropdown-menu li .dropdown-toggle:after {
        content: "" !important;
}
body.rtl .establish_wrapper p,
body.rtl .establish_wrapper h2,
body.rtl .about_page_wrapper .wpb_wrapper{
    direction:rtl;
}
body.rtl  header.header1 .general-search-wrapper .general-search .toggle-search {
    right: auto;
    left: 0;
}

/* Search Page */
.search_header_section{
         background-image: url(/wp-content/uploads/sites/2/2025/11/blog-post3.jpg);
    background-attachment: fixed;
    background-position: 50% -58.5px;
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffff;
    position:relative;
}
.search_header_section::before{
       content: "";
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: absolute;
    top: 0;
    opacity: 0.7;
}
.search_header_wrapper{
    position:relative;
    padding-top: 75px;
}
.search_header_wrapper h2{
        color: #fff;
    font-size: 1.3rem;
}
.search_result_wrapper{
        max-width: 900px;
    margin: 0 auto;
    padding: 50px 30px;
}

.search_result_wrapper ul{
        list-style: none;
            padding: 0;
}
.search_result_wrapper ul li{
        padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}
.search_result_wrapper ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.rtl .search_result_wrapper ul li a {
    flex-direction: row-reverse;
}

.search_result_wrapper ul li a:hover{
    color:#000 !important;
}
.search_result_not_found{
        text-align: center;
    margin-bottom: 0;
    color: orange;
}
.search-pagination {
    margin-top: 30px;
    text-align: center;
}
.search-pagination a,
.search-pagination span {
         padding: 0px 6px;
    margin: 0 3px;
    border: 1px solid #ddd;
    margin-bottom: 6px;
    display: inline-block;
}
.search-pagination .current {
    font-weight: bold;
}
@media (max-width: 1024px) {
    .mobile_search_icon{
        display:block !important;
    }
    
}

.product_title_youtube_wraper{
      display: flex;
       /*
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    */
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.product_title_youtube_wraper .product_youtube_link{
         background-color: #2e71b7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1.4rem;
    border-radius: 9px;
    text-align: center;
    color: #fff;
    margin-bottom: 0.8rem;
}
.product_title_youtube_wraper .product_youtube_link:hover{
     background-color: #2e71b7;
}
body.rtl .entry-summary{
    text-align:right;
}