/* Custom heading Element Font  Family Change */
h1.vc_custom_heading.vc_do_custom_heading, h2.vc_custom_heading.vc_do_custom_heading, h3.vc_custom_heading.vc_do_custom_heading {
    font-family: 'Roboto Slab' !important;
}


/* Faq Heading Font Family */
.vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #5472d2;
    font-family: 'Roboto Slab' !important;
}
.vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a {
    color: #5472d2;
    font-family: 'Roboto Slab' !important;
}


/* Quick View Popup Perfect Image Alignment Fix */

.product-quick-view .woocommerce-product-gallery,
#yith-quick-view-content .images,
.the7-quick-view .images {

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px 0 !important;

    box-sizing: border-box;
}

/* Image Styling */
.product-quick-view .woocommerce-product-gallery img,
.product-quick-view img,
#yith-quick-view-content img,
.the7-quick-view img {

    display: block;
    margin: auto;

    width: auto !important;
    height: auto !important;

    max-width: 88% !important;
    max-height: calc(100vh - 40px) !important;

    object-fit: contain !important;
    object-position: center center !important;

    border: 1px solid #bdbdbd !important;

    box-sizing: border-box;
}

/* 150%+ Zoom / Large Resolution Fix */
@media screen and (min-width: 1400px) {

    .product-quick-view .woocommerce-product-gallery img,
    .product-quick-view img,
    #yith-quick-view-content img,
    .the7-quick-view img {

        max-width: 72% !important;
        max-height: calc(100vh - 60px) !important;
    }
}

/* Extra Large Screens */
@media screen and (min-width: 1800px) {

    .product-quick-view .woocommerce-product-gallery img,
    .product-quick-view img,
    #yith-quick-view-content img,
    .the7-quick-view img {

        max-width: 65% !important;
    }
}









/* wocommerce page tab discription */
li#tab-title-description {
    font-weight: 800;
}

/* wocommerce page tab discription whatsapp button */
.custom-whatsapp-btn{
    background:#25D366;
    color:#fff !important;
    padding:12px 22px;
    border-radius:40px;
    text-decoration:none;
    font-weight:600;
    display:inline-block;
}
/* wocommerce product page sku hide */
.entry-summary .product_meta .sku_wrapper{
	display: none !important;
}
/* Shop menu vertical center fix */
.menu-item a[href*="shop"]{
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 52px;
    line-height: 1;
    padding: 0 22px;
    border-radius: 14px;
    background: #9AD8E1;
    color: #1d2d50 !important;
    font-weight: 700;
    box-sizing: border-box;
}

/* Sticky/Floating Header Fix */
.header_sticky .menu-item a[href*="shop"],
.sticky-header .menu-item a[href*="shop"],
.elementor-sticky .menu-item a[href*="shop"]{
    height: 52px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
/* Shop Menu Button Style */
.menu-item a[href*="shop"] {
    background: #9AD8E1;
    color: #000 !important;
    padding: 7px 18px;
    border-radius: 10px;
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(154,216,225,0.4);
    animation: shopButtonPulse 2s infinite;
}

/* Hover Effect */
.menu-item a[href*="shop"]:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 20px rgba(154,216,225,0.7);
    background: #86ccd7;
}

/* Shine Animation */
.menu-item a[href*="shop"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 40%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transform: skewX(-25deg);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 130%;
    }
}

/* Pulse Effect */
@keyframes shopButtonPulse {
    0% {
        box-shadow: 0 0 0 rgba(154,216,225,0.3);
    }
    50% {
        box-shadow: 0 0 18px rgba(154,216,225,0.7);
    }
    100% {
        box-shadow: 0 0 0 rgba(154,216,225,0.3);
    }
}


a.button.yith-wcqv-button {
    font-size: 14px !important;
    padding: 10px 15px !important;
}
.cart-btn-below-img .woo-buttons a:not(.elementor-button) {
  font-size: 14px !important;
  padding: 10px 15px !important;
}
.shopping-cart-inner {
	position: relative;
    display: flex;
    flex-flow: column wrap;
    width: 240px;
    padding: 20px 20px 20px;
    background-color: rgb(255 255 255);
}
.cart-btn-below-img .woo-buttons, .wc-layout-list .woo-buttons {
    padding-bottom: 10px !important;
}
.woocom-project {
    position: relative;
    border: 1px solid #dddddd !important;
    box-shadow: 2px 2px 6px #e7e7e7;
}
.woocom-project .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
    display: none !important;
}
#main > .wf-wrap {
    padding: 20px 50px 20px 50px !important;
}





/* Product page complete products background color */
.vc_section.product-complete-background {
  background-color:#ffffff !important;
}
/* Product page product background color */
.productbg .vc_column-inner {
  background-color:#fff !important;
  border: solid 2px #B2B3B4 !important;
}

/* Product page product custome heading title color */
.productbg .vc_custom_heading {
  color: #000 !important;
	font-size: 18px !important;
	font-family: 'Roboto Slab' !important;
}
/* Product page product custome heading title font family */
.heading-arial .vc_custom_heading {
  color: #000 !important;
	font-size: 25px !important;
	font-family: 'Roboto Slab' !important;
}


/* Home page product custome heading title font family 
.home-heading-arial .vc_custom_heading {
  color: #000 !important;
	font-size: 25px !important;
	font-family: 'Roboto Slab' !important;
}
*/


/* home page product custome heading title font family */
.home-product-title.vc_custom_heading {
  color: #000 !important;
	font-size: 18px !important;
	font-family: 'Roboto Slab' !important;
	font-weight:700 !important;
}
/* about us page custome heading font style */
.about-heading-arial .vc_custom_heading {
  color: #000 !important;
	font-size: 18px !important;
	font-family: 'Roboto Slab' !important;
	font-weight:600 !important;
}
/* main menu font style */
.main-nav > li > a .menu-text {
  font: normal 600 16px / 22px 'Roboto Slab' !important;
  text-transform: none;
}
/* menu download button style */
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-733.last.depth-0 {
  background-color: #ffde23;
  margin: 15px 5px 15px 5px !important;
  border-radius: 3px !important;
  color: #fff !important;
  padding-right: 5px !important;
}


/* custome heading font style */
.heading-body .vc_custom_heading {
  color: #000 !important;
	font-size: 14px !important;
	line-height:22px !important;
	font-family: 'Roboto Slab' !important;
}

/* footer font style */
.widget-title{
	font-family: Arial !important;
}
/* all pages body and link font style */
p, a {
  font-family: 'Roboto Slab' !important;
	font-size: 16px !important;
	line-height:25px !important;
}
/* home page image border style */
.wpb_single_image .vc_box_outline.vc_box_border_black {
  border-color: #B2B3B4 !important;
  border-width: 2px !important;
}

.vc_row.wpb_row.vc_row-fluid.videobg.vc_row-no-padding {
  left: 0px !important;
}
#qlwapp.qlwapp-bottom-right.qlwapp-button .qlwapp-toggle {
  margin-right: 20px !important;
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 767px) and (min-width:320px){
	/* menu download button style */
	.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-733.last.depth-0 {
  text-align: center !important;
  display: block ruby;
}
	
	.header-title{
		text-align: center !important;
		text-shadow: 1px 1px 5px #000000d1 !important;
	}
	.heading-small{
	font-size:16px !important;
	line-height:25px !important;
}
	.heading-big{
	font-size:25px !important;
	line-height:40px !important;
}
	.video-row .container h1 {
  color: white;
  font-size:30px !important;
	line-height:40px !important;
  font-weight: bold;
  text-shadow: 2px 2px 5px #000;
  text-align: center;
  margin: 0;
}
}


/* advance button letter space */
.button-letter-space .ubtn {
  letter-spacing: 1px !important;
}

#main .gform_wrapper .gfield_required{
color: #d80621 !important;
}
.newform-landing .gform_wrapper.gravity-theme .gfield_label {
  display: none !important;
}

.newform .gform_wrapper.gravity-theme .gfield select.large {
  width: 100%;
  border: 2px solid #00245e !important;
  background-color: #00245e24 !important;
  color: #000 !important;
}
.newform .gform_wrapper .gform_body input[type="text"], .gform_body input[type="email"], .gform_wrapper textarea, .gform_wrapper .gform_body input[type="text"]{
  border: 2px solid #00245e !important;
	background-color: #00245e24 !important;
color: #000 !important;
}

.wpb_single_image img {
    pointer-events: none;
}
img[title] {
  pointer-events: none;
}