/**
Theme Name: Sultans Child
Author: Mahesh Yogi
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sultans-child
Template: sultans
*/

.primary_menu_class ul{
    flex-direction: row;
}


.primary_menu_class ul li a{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    padding: 5px 15px;
}


.map_block .address-info a{
        color: #1E1E1E;
    text-decoration: none;
}

#menu-primary-menu {
    visibility: hidden;
}


.header-search-form {
    width: 100%;
    background: #f8f8f8;
    padding: 15px 0;
    position: absolute;
    z-index: 999;
}

.header-search-form .search-form {
    display: flex;
    justify-content: center;
    gap: 10px;
}



.header-search-form button {
    background: #000; 
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search-form button svg {
    stroke: #fff;
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs {
    text-align: center;
}

.woocommerce-tabs li.active a{
      color: #C0A200 !important;
}

.woocommerce-tabs .wc-tabs{
    border-bottom: 1px solid #d3d3d3;
}

.woocommerce-tabs .wc-tabs li.active{
    border-bottom: 2px solid #C0A200 !important;
}



.variation-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.var-btn {
  border: 1px solid #ddd;
    background: #222;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
}

.var-btn:hover {
  border-color: #999;
  background: #FFD700;
  color: #fff;
}

.var-btn.active {
  background: #FFD700;
  border-color: #FFD700;
}

.filter-sidebar .accordion-item h2{
      margin-bottom: 0 !important;
}

.category-buttons .cat-filter{
  padding: 10px 24px !important;
}

#price_slider{
  background-color: initial;
    padding: 0;
}


.help_form .form-floating .form-control {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    background-color: transparent;
    padding: 22px 0 0;
    font-size: 1rem;
    color: #000;
}

.help_form .form-control:focus, .help_form .form-select:focus {
    box-shadow: none !important;
    border-color: #ffc107 !important;
}

.help_form .form-floating input{
  height:50px;
}

/* Move label up when input inside wpcf7 wrap is focused or has value */
.form-floating label {
    transition: 0.2s ease all;
}

.form-floating label.active {
    transform: scale(.85) translateY(-0.5rem) translateX(.15rem);
}

.shop_category button{
    display: none !important;
}

.shop_category img{
    height: 300px;
    object-fit: cover;
}

.price-range input{
    border: initial !important;
}


.color-swatch {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 3px;
  cursor: pointer;
  border: 2px solid #ccc;
  position: relative;
}
.color-swatch input {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.color-swatch input:checked {
  outline: 2px solid #000;
}

#collapse_pa_size .filter-btn{
      font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    border: 1px solid rgba(116, 115, 128, 1);
    color: #747380;
    background: transparent;
    padding: 10px 29px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#collapse_pa_size .filter-btn.active {
    color: #C0A200;
    border-color: #C0A200;
}


.service_support_form label{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s 
ease-in-out, transform .1s 
ease-in-out;
}

.service_support_form .form-control {
    border: none !important;
    border-bottom: 1px solid #000 !important;
  
}

.service_support_form input.form-control {
    height: 60px;
    padding: 22px 0 0 !important;
}

#ast-scroll-top {
    background-color: #C0A200;
    font-size: 20px;
    border-radius: 50%;
}

#load_more_btn:active{
  background-color: #C0A200;
}

#commentform .submit{
     background-color: #FFD700 !important;
    border-radius: 50px !important;
    color: #000000 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 13px 50px !important;
}

#menu-primary-menu{
        align-items: center;
}



/* menu css */


.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    background: #ffffff;
    padding: 10px 0;
    margin-top: 0;
    list-style: none;
    min-width: 200px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 999;
}


.menu-item-has-children:hover .sub-menu,
.menu-item-has-children:focus-within .sub-menu {
    display: block;
}


.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
}


.menu-item-has-children .sub-menu li a:hover {
    background-color: #f4f4f4;
    color: #000;
    padding-left: 20px;
    transition: all 0.3s ease-in-out;
}


.menu-item-has-children {
    position: relative;
}


.why_choose .why_choose_slider button{
    display:none !important;
}



#payment .wc_payment_methods{
    display:none;
}




/* MOBILE DROPDOWN SUPPORT */

.aws-search-form {
    max-width: 30%;
    margin: auto;
}

.aws-search-btn{
    background-color: #fffbe5;
}


/* WooCommerce Star Rating Fix */
.woocommerce .star-rating,
.woocommerce-page .star-rating {
    font-family: star !important;
    font-weight: 400;
    line-height: 1;
    color: #f97316; /* orange color */
    letter-spacing: 2px;
    font-size: 18px;
}

.woocommerce .star-rating span:before {
    font-family: star !important;
    color: #f97316;
}


.checkout_coupon .form-row button{
    background-color: #FFD700 !important;
    border-radius: 50px !important;
    color: #000000 !important;
    text-transform: uppercase;
}

.aws-search-result .aws_result_title {
    color: #C0A200;
}

.single-product .slick-list .slick-track{
    margin: 0;
}


/* if your theme uses a zoom overlay element, hide it */
.woocommerce-product-gallery .zoomImg,
.woocommerce-product-gallery .zoom {
    display: none !important;
}



@media (max-width: 1024px) {


    .menu-item-has-children .sub-menu {
        position: relative;
        display: none !important;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding-left: 10px;
        margin-top: 5px;
        border-radius: 0;
    }


    .menu-item-has-children.menu-open > .sub-menu {
        display: block !important;
    }

 
    .menu-item-has-children > a {
        position: relative;
        padding-right: 30px;
    }

.aws-search-form {
    max-width: 90%;
    margin: auto;
}

.checkout_coupon{
  margin: 20px !important;
}

   
   /* .menu-item-has-children > a::after {
        content: "\25BE"; 
        font-size: 12px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform .3s ease;
    }

    
    .menu-item-has-children.menu-open > a::after {
        transform: translateY(-50%) rotate(180deg);
    }
    */
    
}

