/*
Theme Name:   OceanWP Child
Theme URI:    https://affordable-shop.com/
Description:  A shop providing company in gurgaon
Author:      Gurgaon Affordable Shop
Author URI:   https://affordable-shop.com/
Template:     oceanwp
Version:      1.0.0
*/

/* Import the parent theme stylesheet */
@import url("../oceanwp/style.css");



/* =====================================
INNER & THEME CSS FOR ADJUSTMENT
===================================== */


/* INNER FIX RATIO CSS */
.inner { 
     width: clamp(300px, 96%, 1200px) !important; /* max-small= 320px, ideal=95%, max-large=1400px */
 }

#inner { 
     width: clamp(300px, 96%, 1200px) !important; /* max-small= 320px, ideal=95%, max-large=1400px */
 }



/*  MAKE FULL WIDTH  */
.full-bleed, .full-bleed-img {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: none !important;
  width: 100vw !important;
}

.full-bleed > *:not(.not-full-bleed) {
  width: clamp(320px, 95%, 1200px) !important; /* max-small= 320px, ideal=95%, max-large=1400px */
}




/* ================================================
 GLOBAL CSS STARTS FROM HERE
================================================ */
/* Universale css  */


/* remove horizontal scroll bar */
body {
	overflow-x: clip;
	margin: 0;
}

/* ek doted border aata hai link par */
body a:active, body a:focus {
	outline: 0px !important;
}

/* ye mene heading ko margin diya hai top bottom mein elementor ke text editor ke */
.elementor-widget-text-editor h1:not(:first-child),
.elementor-widget-text-editor h2:not(:first-child),
.elementor-widget-text-editor h3:not(:first-child),
.elementor-widget-text-editor h4:not(:first-child) {
  margin: 2.7rem 0 1rem 0 !important;
}

.elementor-widget-text-editor h1:first-child,
.elementor-widget-text-editor h2:first-child,
.elementor-widget-text-editor h3:first-child,
.elementor-widget-text-editor h4:first-child {
  margin: 0rem 0 1rem 0 !important;
}

.elementor-widget-text-editor p:not(:first-child){
   margin: 10px 0 !important;
}

.elementor-widget-text-editor p:first-child {
   margin: 0 !important;
}


/* Custom Scrollbar Styling */
html::-webkit-scrollbar {
    width: 13px !important; 
}

html::-webkit-scrollbar-track {
    background: #8080806b !important;
}

html::-webkit-scrollbar-thumb {
    background: #008429; /* Color of the scrollbar thumb */
    border-radius: 10px !important; /* Rounded corners for the thumb */
	border: 2.5px solid transparent !important;
	background-clip: padding-box !important;
}