.file-extension-hint, .field-hint {
    font-size: 12px; /* Smaller font size */
    color: #6c757d; /* Subtle gray color */
    font-style: italic; /* Italic style for emphasis */
    margin-top: -15px;
}


.switcher .switcher-trigger {
    cursor: pointer;
}

.switcher .switcher-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    list-style: none;
    padding: 10px;
    width: 200px;
}

.switcher .switcher-dropdown li {
    padding: 5px;
}

.switcher .switcher-dropdown li a {
    text-decoration: none;
    color: #333;
    display: block;
}

.switcher .switcher-dropdown li a:hover {
    background-color: #f0f0f0;
}

.switcher .switcher-options:hover .switcher-dropdown {
    display: block;
}

.header-main .top-menu {width: 40%;}
.top-buttons { float: left;}
.switcher .switcher-dropdown {width: 75px;}

/* my account dropdown */
.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #ffffff;
	min-width: 160px;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	z-index: 1000;
}

.dropdown-content a {
	color: black;
	padding: 10px 15px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #ddd;
}

.dropdown-content a:last-child {
	border-bottom: none;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.sign-in-button {
	/* background-color: #0073aa; */
	/* color: white; */
	padding: 10px 15px;
	font-size: 16px;
	
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #cccccc;
	color: #333333;
}

/* .sign-in-button:hover {
	background-color: #005f8b;
} */

.header-main .contact-us-button {background-color: grey;}

/***** added css by puneet ***/


button.sign-in-button.trigger-auth-popup {
    border: 1px solid #FF682C;
    background-color: #FF682C !important;
    color: #fff;
}

.header-main .top-menu ul li a {
    color: #FF682C;
}

.b2b-banner .b2b-banner-2 {
    background-color:transparent;
}

span.slider-heading {
    color:#fff;
    font-size: 31px;
    font-family: 'Exo';
    width: 100%;
    display: block;
    line-height: 31px;
    text-align: left;
}

span.slider-content {
    color:#ffffff70;
    line-height: 12px;
    font-size:12px;
    text-align:left;
    display: block;
}
.pagebuilder-slide-wrapper [data-element='content'] {
    min-height: 50px;
    overflow: auto;
    position: absolute;
    bottom: 0;
    padding: 40px 10px;
}

h3.whyhandscart {
    color:#FF682C;
    font-size: 35px;
    line-height: 130px;
}

.ethically-sourced {
    color:#FF682C;
}
.why-handcraft-box:hover .ethically-sourced {
    color:#FFFFFF;
}
.why-handcraft-box:hover .sourced_hover {
    display:block !important;
}
.why-handcraft-box:hover .unsourced_hover {
    display:none;
}

.sourced_hover {
    display:none;
}

.b2b-banner-button-section-how-to {
    margin-top: -50px;
    position: absolute;
    left: 50%;
    margin-left: -107px;
   }

   .b2b-banner-button-section-how-to > div {
       background: #FF682C;
       color:#fff;
       border-radius:6px;
   }

.discover_unique  .discover-unique p:nth-child(1) {
    font-size: 31px;
    font-family: 'Exo';
    font-weight: bold; 
}

button.pagebuilder-banner-button.pagebuilder-button-primary {
    background: #FF682C;
    color:#ffffff;
    border-radius:10px;
}

.discover_unique .pagebuilder-banner-wrapper::before {
    content: "";
    padding: 211px;
    position: absolute;
    right: 0;
    top: 0;
    color: #FCF7F1 !important;
    background-image: url(../images/animation.png);
    background-repeat: no-repeat;
    background-size: 100% auto !important;
    animation: mymove 10s infinite;
    margin: 0 -206px 0 0;
}

.pagebuilder-banner-wrapper {
    position: relative;
    overflow:hidden;
    border-radius: 32px;
}

h3.our-supply-chain {
    color: #FF682C;
    font-size: 40px;
    font-family: 'Exo';
    font-weight: bolder;
}

.slider-buyer-review {
    display:none
}
.slider-buyer-review:nth-child(1) {
    display:block
}

.pagebuilder-slider .slick-dots {
    position: absolute;
    top: 0;
}

.pagebuilder-slider .slick-dots li.slick-active button {
    background-color:#FF682C !important;
}

.pagebuilder-slider .slick-dots li {
    width: 90px;
}
.hand-cart-box {
    box-shadow: none !important;
    border: 1px solid #FF682C;
}

.hand-cart-box img {
    width: 70px !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active span {
    color: #FF682C !important;
}

div[data-content-type='tabs'].tab-align-center .tabs-content {
    border-top-left-radius: 0 !important;
    margin-top: 71px !important;
}

.buyers-slider-tab .slick-prev:before {
    border-radius: 50px;
    border: 1px solid;
    padding: 10px;
    font-size: 21px !important;
    color: #FF682C !important;
    background: #FF682C40;
}
.buyers-slider-tab .slick-next:before {
    border-radius: 50px;
    border: 1px solid;
    padding: 10px;
    font-size: 21px !important;
    color: #FF682C !important;
    background: #FF682C40;
}

.image-button > div > div {
    position:relative;
}

.image-button > div > div div[data-content-type="buttons"] {
    position:absolute;
    display:none !important;
    left:50%;
    margin-left: -50px;
    margin-top:40px;
}

.image-button > div > div div[data-content-type="buttons"] a {
  background: #FF682C;
  color:#ffffff;
    border-radius: 8px;
}

.image-button > div > div:hover div[data-content-type="buttons"] {
    display:block !important; 
}

.image-button > div > div:hover img {
    opacity: 0.3;
    transition: opacity 0.3s ease;
}
