/*
Theme Name: Arai
Description: The 2024 theme for WordPress is stylish theme.
Author: the SL BPO team
Author URI: https://wordpress.org/
Version: 2.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arai
*/
/*-----------------------------------------------------------------
-------------------------------------------------------------------*/

.custom-font{
      font-family: "Belleza", sans-serif;
}

/**
 * Header
 */

.navbar {
    border-bottom: 0;
    min-height: 0;
    margin: 0;
}

.navbar-primary {
    background: #fff0;
}

.navbar-bottom {
    background: #FFF;
}

/* Logo */

.navbar-logo {
      float: left;
    display: block;
    margin-right: 10px;
    padding: 12px 0;
    margin-top: 0 !important;
}
.navbar-logo img {
    height: auto;
    width: 100%;
}



/* Phone at Header */




/* Main Menu Dropdown */

.navbar-nav {
    margin: 0;
}

.navbar-nav li a {
font-weight: 600;
font-size: 13px;
line-height: 1.2;
text-transform:capitalize;
}

.navbar-nav > li {
    margin-right: 21px;
}

.navbar-nav > li > a {
    line-height: 22px;
    padding: 0;
}

.navbar-nav > li > a:hover {

}

.navbar-nav li {
    position: relative;
}
.navbar-nav li  a:hover{

}

.navbar-nav li.current-menu-item a{

}


.navbar-nav li.current-menu-item a:before{

}

.navbar-nav li ul {
        z-index: 9999;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 35px;
    left: 0;
    width: 190px;
    display: none;
    border: 0px solid #E3E3E3;
    border-top: 2px solid #B68D03;
    background: #FFF;
    padding: 0 10px;
}

.navbar-nav li ul li a {

}

.navbar-nav li > ul > li:last-child > a,
.navbar-nav li > ul > li > ul > li:last-child > a {
    border-bottom: 0;
}

.navbar-nav li ul li:hover > a {

}

.navbar-nav li ul li ul {
    position: absolute;
    left: 169px;
    top: 0;
}


/* Mega Menu */

.navbar-nav > li.mega-menu {
    position: inherit!important;
    left: 0;
    color: #cd0a11;
}

.navbar-nav > li.mega-menu ul {
    left: 0%;
    width: 100%;
    top: 50px;
    padding: 0 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-nav > li.mega-menu:hover > a,
.navbar-nav > li.mega-menu > a:hover,
.navbar-nav > li.dropdown:hover > a,
.navbar-nav > li.dropdown > a:hover,
.navbar-nav > li.dropdown.active > a,
.navbar-nav > li.dropdown.active > a:hover,
.navbar-nav > li:hover > a,
.navbar-nav > li.active > a {
    color: #fff;
    background: none;
}

.navbar-nav > li.mega-menu ul li a:hover {
    color: #fff;
}


/* Menu Arrow */

.navbar-arrow > ul > li .arrow-indicator {
    margin-left: 7px;
    color: #fff;
}

.navbar-arrow ul ul > li .arrow-indicator {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    font-size: 16px;
    color: #fff;
}

.megamenu-container .arrow-indicator {
    display: none !important;
}

@media (min-width: 768px) {
    .navbar-nav > li.mega-menu ul {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .navbar-nav > li.mega-menu ul {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav > li.mega-menu ul {
        width: 1170px;
    }
}

@media (min-width: 768px) {
    .navbar {
   
    }
    .navbar-brand {

        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-logo {
      
        margin-top: 10px;
    }
    .navbar-nav li ul li a {
     
    }
    .navbar-nav > li > a {
      
    }
    .navbar-sticky .navbar-logo {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .navbar-logo {
        padding: 0;
        margin: 0;
    }
    .navbar-logo img {
           
    margin: 0;
    padding: 8px 0;
    }
    .navbar-arrow > ul > li .arrow-indicator,
    .navbar-arrow ul ul > li .arrow-indicator {
        display: none !important;
    }
    .navbar-sticky .navbar-logo {
        margin-top: 5px;
        margin-bottom: 5px;
    }
	
	.slicknav_btn{
		    top: 80px;
	}
	.navbar-mini {
    padding-top: 10px;
}


.why-us-half-image-content.video-part{
	width: 90% !important;
    padding: 0px 0 !important;
    margin: 0 auto;
}

.image-bg iframe {
    width: 100%;
    height: 100%;
	min-height: 500px;
}

	
}

@media (max-width: 767px) {
    .navbar-fixed-top {
     
        clear: both;
    }
    .navbar-logo img {
       
    }
    .navbar-logo {
        margin-top: 5px;
        margin-bottom: 5px;
        float: none;
		
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 23px;
    }
	
	.navbar-mini {
    display:none;
}
	.slicknav_btn {
    top:80px;
}
	
	
.image-bg iframe {
    width: 100%;
    height: 100%;
    min-height: 100%;
}
	.slicknav_nav {
    margin-top: 74px;
	}
	
}

@media (max-width: 479px) {}



/**
 * Sticky Header
 */

.navbar-sticky {
    border-color: #232F49;
}

.navbar-sticky hr {
    display: none;
}

.navbar-sticky.navbar-primary {
    padding-top: 0;
}

.navbar-sticky .navbar-logo {
    padding-top: 5px;
    padding-bottom: 8px;
}

.navbar-sticky .navbar-phone {
    line-height: 40px;
}

.navbar-sticky .navbar-nav > li > a {
    
}

.navbar-sticky .navbar-nav > li > a:hover,
.navbar-sticky .navbar-nav > li > a:focus {
    color:#fff;
    background-color: transparent
}

.navbar-sticky .navbar-nav > li > ul {
    top: 40px;
}

.navbar-sticky .navbar-nav > li.mega-menu ul {
    top: 40px;
}

.navbar-sticky .navbar-nav > .active > a,
.navbar-sticky .navbar-nav > .active > a:hover,
.navbar-sticky .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-sticky .navbar-nav > .disabled > a,
.navbar-sticky .navbar-nav > .disabled > a:hover,
.navbar-sticky .navbar-nav > .disabled > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-sticky .navbar-second {
    padding-top: 5px;
}

@media (min-width: 768px) {
    .navbar-sticky {
       
    }
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .navbar-sticky .navbar-logo {
        padding-top: 7px;
    }
}

@media (max-width: 767px) {}

@media (max-width: 479px) {}












/**
 * Footer
 */

.footer {
   
   
 
}




@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .for-static-page .sidebar-module {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .for-static-page .sidebar-module {
        margin-right: 0;
    }
}

@media (max-width: 479px) {}


/*********************/
.container-wrapper{
padding-top:0px;	
}

@media only screen and (max-width: 767px){
	.container-wrapper{
padding-top:0px;	
}
}

.flexslider-image-bg{
	
	
}

@media only screen and (max-width: 500px){
.flexslider-hero-slider {
	min-height:500px;
}

.flexslider-hero-slider .flexslider {
   
    min-height: 500px;
}


.flexslider-image-bg {
    height: 500px;
}

}






	



 
/*******************/







@media (max-width: 991px){
.slicknav_menu{
	z-index: 99999;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
}





/*************/
img.lozad:not([data-load-status=false]) {
  background-image:url(images/load.gif);
  background-repeat:no-repeat;
  background-position:center;
  background-size:85px
}


/***************/
    .woocommerce-cart .woocommerce {
  display: flex;
}

/* The table containing the list of products and our custom elements */
.woocommerce-cart .woocommerce-cart-form {
  flex: 1 0 70%; /* 100% at small screens; 70% on larger screens */
  margin-right: 30px;
}
/* The element that contains the cart totals */
.woocommerce-cart .cart-collaterals {
  flex: 1 0 30%; /* 100% at small screens; 30% on larger screens */
  margin-left: 30px;
}
/* Some minor tweak to make sure the cart totals fill the space */
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  padding: 0 20px 70px;
}

/* The "Apply Coupon" button */
.button[name="apply_coupon"] {
  background-color: transparent;
  color: #13aff0;
}
/* Fill the "Apply Coupon" button background color and underline it on hover */
.button[name="apply_coupon"]:hover {
  background-color: transparent;
  text-decoration: underline;
}

/* The "Update Cart" button */
.button[name="update_cart"] {
  background-color: #e2e2e2;
  color: #13aff0;
}
/* Brighten up the button on hover */
.button[name="update_cart"]:hover {
  filter: brightness(115%);
}

@media(min-width: 1100px) {
  .woocommerce-cart .woocommerce {
    display: flex;
  }
  .woocommerce-cart .woocommerce-cart-form {
    flex: 1 0 70%;
    margin-right: 30px;
  }    
  .woocommerce-cart .cart-collaterals {
    flex: 1 0 30%;
    margin-left: 30px;
  }
}

.button[name="apply_coupon"] {
  background-color: transparent;
  color: #13aff0;
}

.button[name="apply_coupon"]:hover {
  text-decoration: underline;
  background-color: transparent;
  color: #13aff0;
}

.button[name="update_cart"] {
  background-color: #e2e2e2;
  color: #13aff0;
}

.button[name="update_cart"]:hover {
  background-color: #e2e2e2;
  color: #13aff0;
  filter: brightness(115%);
}

.cart-amout-title{
        font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    background-color: #000;
    color: #fff;
}

.shop_table thead{
    background-color: #000;
    color: #fff;
}


.woocommerce table.shop_table th {

    
}



svg.yith-wcwl-icon-svg {
    width: 30px;
    height: 30px;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 2px;
}

.price{
      font-size: 17px;
    font-weight: 600;  
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%;
}

.woocommerce div.product form.cart .variations select{
        border-radius: 5px;
    padding: 6px;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    border-radius: 5px;
    padding: 6px;
}

.single_add_to_cart_button{
    background: #0000 !important;
    position: relative !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    padding: 9px 20px !important;
    border: 2px solid #0000 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px;

     color: #fff !important;
    border: 2px solid #0000 !important;
    background: #C80E3B !important;
}

.single_add_to_cart_button:hover{
 color: #fff !important;
background: #000 !important;
border: 2px solid #0000 !important;
}


.woocommerce div.product form.cart .variations label {
    font-weight: 500;
    text-align: left;
    color: #000;
    font-size: 16px;
    margin-top: 10px;
}


/**
 * My Account
 */

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 5px;
    display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
    margin-right: 20px;
    opacity: .25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'FontAwesome';
    content: "\f0e4";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'FontAwesome';
    content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'FontAwesome';
    content: "\f1c6";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'FontAwesome';
    content: "\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'FontAwesome';
    content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'FontAwesome';
    content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'FontAwesome';
    content: "\f08b";
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}