/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2025 | 10:19:52 */
.kd-custom-breadcrum .rank-math-breadcrumb>p{
	display : flex;
}

.kd-custom-breadcrum .rank-math-breadcrumb>p .separator{
	    display: inline-flex;
    margin: 0 10px;
    align-items: center;
}

.kd-custom-breadcrum .rank-math-breadcrumb>p .separator img{
	width : 7px;
}

#cc-main{
	display : none !important;
}

.kd-order-details-single-prod .product-quantity{
	display : none !important;
}

.wc_payment_methods.payment_methods li{
	margin-bottom : 10px !important;
}

.quote-table-wrapper{
	padding: 20px;
    border: 1px solid #DCDCDC;
    border-radius: 20px;
    background-color: white;
}


/*Fixed CSL Issue  */
.main-slider .swiper-slide-contents{
/* 	width:100%; */
	min-width: 1020px;
	min-height: 320px;
}
/*EOF Fixed CSL Issue  */
.kd-archive-badges-wrapper{
	text-align: center;
    display: flex;
    flex-flow: column;
    row-gap: 10px;
    align-items: center;
	padding-top : 5px;
}

.kd-header-account-icon.loggedIn{
	position : relative;
}

.kd-header-account-icon.loggedIn:after{
	content: "";
	position: absolute;
	right: -6px;
	top: -6px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: green;
	z-index: 223343;
	opacity: 1 !important;
	visibility: visible !important;
	border: none !important;
}

body{
	background-color:#FAFAFA;
}

/* body.home{
background-color:#fff;
} */

/****Header****/
.e-n-menu-title:hover {
	border-bottom: none;
}
.sticky-menu-wrap{
	display:flex
}
.sticky-menu-wrap:after {
	content: 'All categories';
	position: relative;
	/* 	margin-left: 10px; */
	flex-direction: row;
	align-items: center;
	justify-content: center;
	display: flex;
	font-family: "Jost", Sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color:#253461;
}

#sticky-header-wrapper #product-search-input{
	height:45px;
}

#sticky-header-wrapper{
	display:none;
} 

/* .elementor-sticky--effects{
position : fixed;
z-index : 2132234;
} */

.elementor-sticky--effects #sticky-header-wrapper{
	display:block;
	position : fixed;
	z-index : 2132234;
}


.elementor-sticky--effects #header-wrapper{
	display:none;
}  


#sticky-header-wrapper .sticky-menu-wrap .elementor-nav-menu--dropdown{
	width: 80% !important;
	right: 0;
	position: absolute;
	top:41px !important;
	z-index: 2;
	left: 0 !important;
	border: 1px solid #e6e1e1;
}

#sticky-header-wrapper #menubar-169 .e-active{
	width:100%
} 


.sticky-menu{
	display:flex;
}

.sticky-menu:after{
	content: 'All categories';
	position: relative;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	display: flex;
	font-family: "Jost", Sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color:#253461;
}
.sticky-menu .elementor-nav-menu--dropdown ul.elementor-nav-menu{
	width: 100%;
	background: transparent;
}


.sticky-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container {
	margin: 0 auto;
	left: 0 !important;
	top: 54px !important;
	margin-top: 0px;
	max-width: var(--container-max-width);
	background: transparent;
	overflow-y: visible;
	overflow-x: visible;
}

.sticky-menu .menu-item-object-custom.menu-item-has-children {
	position: static !important;
	background: #fff;
	width:16%;
}

.sticky-menu .menu-item-object-custom.menu-item-has-children a.has-submenu{
	/* 	pointer-events: none; */
	padding:15px;
	text-transform: uppercase;
	font-weight: 500 !important;
}

.sticky-menu .sub-menu {
	position: absolute;
	left: 200px !important;
	top: 0 !important;
	background-color: #fff !important;
	border:1px solid #eee !important;
	column-count: 4; /* 4 vertical columns */
	/* 	column-gap: 30px; /* space between columns */ 
	min-width: calc(100% - 500px) !important;
}

.sticky-menu .sub-menu > li{}

.sticky-menu .sub-menu > li a.elementor-sub-item {
	padding: 7px 5px !important;
}

.sticky-menu .has-submenu.highlighted {}

.sticky-menu .sub-menu > li a.elementor-sub-item .menu-image{
	width: 25px;
	height: 25px;
}

.sticky-menu .sub-menu > li a.elementor-sub-item .menu-image-title{
	padding:0
}

/*  */
/****EOF Header***/


/* .woocommerce-additional-fields{
display : none !important;
} */

#design_file_upload{
	margin-bottom: 20px;
	background: white;
	padding: 16px 32px;
	border-radius: 20px;
	border: 1px solid #dcdcdc;
}

.kd-product-design-box-paragraph{
	height : 123px;
	overflow: hidden;
}

/* .kd-product-subtitle > .elementor-widget-container{
transform: translateX(-50%);
} */

.kd-product-subtitle > .elementor-widget-container .elementor-icon-box-wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
}

.kd-product-subtitle > .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content{
	flex-grow: 0 !important;
}

.cart-dropdown {
	position: absolute;
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	list-style: none;
	right: 0;
	top: 100%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	min-width: 160px;
	font-family: Jost;
	font-weight: 500;
	font-size: 14px;
	color:#253461;
}

.cart-dropdown div:first-child {
	padding-bottom: 7px;
}

.cart-dropdown ul {
	margin: 0;
	padding: 0;
}

.cart-dropdown li {
	margin-bottom: 5px;
	list-style : none;
}

.cart-dropdown a{
	font-family: Jost;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
	background-color: #10C99E;
	color: white;
	padding: 13px 9px;
	border: 1px solid #10C99E;
	border-radius: 83px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 48%;
	text-transform: uppercase;
}

.cart-dropdown a:first-child{
	color: #469ADC;
	border: 1px solid #469ADC;
	background : transparent;
}

.cart-dropdown a:hover {
	background:transparent;
	color:#10C99E;
}

.cart-dropdown a:first-child:hover{
	background: #469ADC;
	color:#fff;
}


/* #cart-dropdown a {
text-decoration: none;
color: #253461;
} */

.cart-dropdown strong{
	font-weight: 500;
}

#product-search-input{
	height: 46px;
	border-radius: 15px;
	color: #253461;
	border-color: #253461 !important;
	font-family: 'Jost';
	position : relative;
}

#product-search-input::placeholder{
	color : #253461 !important;
}

#product-search-wrapper::after {
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url('https://hercules-merchandise.co.uk/wp-content/uploads/2025/06/Vector.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	pointer-events: none;
}

.product-result-item a{
	font-family: 'Jost';
}

.kd-produtct-left{
	height: max-content;
}

.kd-single-card-qty-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.kd-single-card-qty-list li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 8px;
	color: #333; /* Optional text color */
}

.kd-single-card-qty-list li::before {
	content: '✔';
	position: absolute;
	left: 0;
	top: 0;
	color: #469ADC;
	font-weight: bold;
}

.kd-products-wrapper .elementor-loop-container{
	display : flex !important;
	flex-flow: row wrap;
}

.kd-products-wrapper .elementor-loop-container .e-loop-item{
	width : 31.5% !important;
}

.kd-product-gallery{
	overflow : hidden;
	max-width : 100%;
}

.kd-thumbnails img{
	width : 100px;
}

.kd-product-tabs .e-n-tabs-heading{
	background: #253461;
	padding-left: calc((100vw - 1240px) / 2);
	padding-right: calc((100vw - 1240px) / 2);
	justify-content: space-between;
}

.kd-show-more-btn , .kd-go-back-btn{
	margin: 10px;
	color: #253461 !important;
	padding: 0;
	border: none !important;
	font-family: 'Jost';
	font-size: 18px;
	font-weight: 600;

}

.kd-show-more-btn{
	float : right;	
}

.woocommerce div.product div.images .flex-control-thumbs li.kd-active{
	border: 2px solid #469ADC;
}

.kd-show-more-btn:hover , .kd-show-more-btn:active{
	color : #469ADC;
	background : transparent !important;
}

.kd-related-products section.related.products>h2 , .kd-related-products span.price , .kd-related-products a.button {
	display : none !important;
}


/* TOOLTIP For main icons */
[data-main_icon_title]{
	position: relative;
}
[data-main_icon_title]:hover:after {
	opacity: 1;
	transition: all 0.1s ease 0.1s;
	visibility: visible;
}
[data-main_icon_title]:after {
	content: attr(data-main_icon_title);
	background-color: #253461;
	color: #fff;
	font-size: 70%;
	position: absolute;
	padding: 5px 8px;
	bottom: -1.6em;
	left: 75%;
	white-space: nowrap;
	box-shadow: 1px 1px 5px #9b9b9b;
	opacity: 0;
	border: 1px solid #253461;
	z-index: 99999;
	visibility: hidden;
	border-radius: 10px;
	font-weight: 500;
	text-transform: uppercase;

}
/*EOF TOOLTIP For main icons */

/****product-variable sec buttons****/
/* .elementor-add-to-cart button.kd-verify-qty-btn:hover,
.elementor-add-to-cart button.kd-verify-qty-btn:focus{
	background-color: #469ADC;
	color: #fff;
} */

.elementor-add-to-cart .kd-action-btns-wrapper button:first-child:hover,
.elementor-add-to-cart .kd-action-btns-wrapper button:first-child:focus{
	background-color:#469ADC;
	color: #fff;
}
.elementor-add-to-cart .kd-action-btns-wrapper .kd-single-action-btn:last-child button:hover,
.kd-action-btns-wrapper button:last-child:focus{
	background-color:#fff;
	color: #10C99E;
}
/****EOF product-variable sec buttons****/


/****Product Cat Page****/
.cat-product-item-wrap .kd-single-card-qty-list li{
	color:#626262;
	line-height: 1;
}

.top-archive-description:not(:has(p)){

}

/*Product cat page whishlist btn  */
.product-cat-wishlistlit-btn span.yith-wcwl-add-to-wishlist-button__label {
	display: none;
}

.cat-product-item-wrap .swiper-slide{
	background: #F2F2F2;
}
.catDesc-readmore{
	font-family: "Jost", Sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #469ADC !important;
	border-style: none;
}

.catDesc-readmore:hover{
	text-decoration:underline;
}
/* --- Archive Description Text Read More CSS --- */
.readmore-desc.quote {
	color: #1d9ad8;
	font-size: 80px;
	line-height: 1;
	margin: 0;
	transform: translateX(-25px);
}

#read-more-desc h2,
#read-more-desc h3,
#read-more-desc h4
#read-more-desc h5,
#read-more-desc h6{
	margin-top: 45px;
	margin-bottom: 20px;
	font-size: 23px;
	font-family: "Jost", Sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #253461;
}

.archive-description-reveal-btn a.elementor-button.elementor-button-link:hover {
	text-decoration: underline;
	color:#1D9AD8
} 
/* --- EOF Archive Description Text Read More CSS --- */
/****EOF Product Cat Page****/

/****Checkout Page****/
.checkout #design_file_upload{
	margin-top:20px
}
.checkout #design_file_upload h3{
	margin-bottom:10px;
}

.checkout button.e-apply-coupon{
	border-radius: 50px;
	background: #10C99E;
	color: #fff;
	font-family: jost;
	font-size: 15px;
	text-transform: uppercase;
	border: #10C99E;
	font-weight: 500;
}

.checkout button.e-apply-coupon:hover{
	color:#fff;
	background:transparent;
}

.form-quote-form-form .kd-submit-btn:focus{
	background:transparent;
	border-color:#10C99E;
	color:#10C99E;
}




/****EOF Checkout Page****/

/****Wishlist Page****/
#my-wishlist .wishlist-title-container{
	display: none;
}
/****EOF wishlist Page****/

/****Quote Generator Page****/
.pearl-quote-form a#address-field-toggle{
	color: #253461;
	text-decoration: underline;
	font-family: Jost;
	font-weight: 600;
}

.pearl-quote-form .kd-submit-btn:hover{
	color: #10C99E;
	background-color: transparent;
	text-decoration: none;
	border-color: #10C99E !important;
}
/****EOF Quote Generator Page****/

/****Product Page****/
.pearl-step h3 button:hover{
	width: auto !important;
	background: transparent;
	color: #253461;
}

.pearl-step.collapsed.selected:hover{
	background: #CCF9EE;
}
/****EOF Product Page****/

/****Single Product Page****/
.kd-produtct-right .variation-summary .offer-table tr td div,
.kd-produtct-right .variation-summary .offer-table tr td a{
	padding:0;
	margin: 0 !important;
}

.kd-show-more-btn:hover, 
.kd-go-back-btn:hover,
.kd-show-more-btn:focus, 
.kd-go-back-btn:focus{
	background:#78787800;
	color:#469ADC;
}


/****EOF Single Product Page****/

/****Urgent Delivery Request Popup & Custom Quantity Request popup****/

.urgent-popup h3,
#creat-product-div .popup-backdrop h4,
.urgent-popup label,
#creat-product-div label{
	font-family: "Jost", Sans-serif;
	font-weight: 600;
	color: #253461;
}

.urgent-popup h3,
#creat-product-div .popup-backdrop h4{
	font-size: 35px;
	text-transform: uppercase;
	text-align:center;
}

.urgent-popup label,
#creat-product-div label{
	font-size: 15px;
}

#creat-product-div .popup-backdrop label{
	text-align: left;
	display: block;
	padding-bottom: 5px;
}

.urgent-popup,
#creat-product-div .popup-backdrop p{
	color: #626262;
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.urgent-popup .kd-row,
#creat-product-div .popup-backdrop .kd-row{
	margin-top: 20px;
}

.urgent-popup input[type="date"], 
.urgent-popup input[type="email"], 
.urgent-popup textarea,
.urgent-popup input[type="number"], 
.urgent-popup input[type="tel"], 
.urgent-popup input[type="text"],
#creat-product-div .popup-backdrop input[type="date"], 
#creat-product-div .popup-backdrop input[type="email"], 
#creat-product-div .popup-backdrop textarea,
#creat-product-div .popup-backdrop input[type="number"], 
#creat-product-div .popup-backdrop input[type="tel"], 
#creat-product-div .popup-backdrop input[type="text"]{
	background-color: #ffffff;
	border: 1px solid #253461;
	border-radius: 10px 10px 10px 10px;
	font-family: "Jost", Sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin-top: 0 !important;
	padding: 8px 16px !important;
}

.urgent-popup button,
#creat-product-div .popup-backdrop button{
	margin-top: 15px;
}

.urgent-popup button:first-child,
.urgent-popup button:last-child,
#creat-product-div .popup-backdrop button:first-child,
#creat-product-div .popup-backdrop button:last-child{
	text-transform:uppercase;
	border: 1px solid #10C99E !important;
	font-family: "Jost", Sans-serif;
	font-size:14px;
	font-weight: 500;
}

.urgent-popup button:first-child:hover,
#creat-product-div .popup-backdrop button:first-child:hover,
.urgent-popup button:focus,
#creat-product-div .popup-backdrop button:focus{
	color:#fff !important;
	background:#10C99E !important;
}

.urgent-popup button:last-child:hover,
#creat-product-div .popup-backdrop button:last-child:hover{
	background: transparent !important;
	color: #10C99E !important;
	border: 1px solid #10C99E !important;
}

/****EOF Urgent Delivery Request Popup & Custom Quantity Request popup****/


/****Contact Forms****/
#form-field-field_fe38543.elementor-upload-field{
	border-radius:0;
}

.elementor-form .elementor-message{
	color: #253461;
	font-family: Jost;
	font-weight: 600;
}

.elementor-form .elementor-message.elementor-message-danger{
	color: #ec0000;
}

/****EOF Contact Forms****/
/* My Account */
.elementor-widget-woocommerce-my-account .woocommerce-Address-title h2,
.elementor-widget-woocommerce-my-account .kd-single-order-box h2{
	margin-bottom: 20px !important;
}
.e-my-account-tab #customer_login h2{
	margin-bottom: 0 !important;
}
.single-quote-btn:focus{
	background:transparent !important;
}
.kd-order-details-wrapper .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a.woocommerce-button{
	margin:5px;
}


/* EOF My Account */
/*** 404 Page ***/
.page-404 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #f9f9f9;
}

/* Typing animation */
.typing {
	font-size: 8rem;
	border-right: 4px solid transparent;
	white-space: nowrap;
	overflow: hidden;
	animation:
		typing 4s steps(40, end) forwards,
		blink 0.7s step-end infinite,
		hideCursor 0.1s linear 4s forwards;
	color:#253461;
	font-family: "Jost", Sans-serif;
	font-weight: 600
}

.typing-text {
	margin-top: 10px;
	border-right: 3px solid #5F5F5F;
	white-space: nowrap;
	overflow: hidden;
	animation: typing 3s steps(25, end) 2s forwards, blink 0.7s infinite;
	font-family: "Jost", Sans-serif;
	font-size: 35px;
	font-weight: 600;
}

/* Typing keyframes */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* Blinking cursor */
@keyframes blink {
  50% { border-color: transparent }
}
@keyframes hideCursor {
  to { border-color: transparent; }
}

/* Button Style */
.back-home {
	background-color: #10C99E;
	font-family: "Jost", Sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFFFFF !important;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #10C99E;
	border-radius: 50px 50px 50px 50px;
	padding: 10px 30px 10px 30px;
	margin-top: 20px;
	display: inline-block;
	margin-bottom: 30px;
}

/* Button Hover Effect */
.back-home:hover {
	color: #10C99E !important;
	border-color: #10C99E;
	background:transparent;
}
/*** EOF 404 Page ***/


/* Tablet devices (portrait and landscape) */
@media (min-width: 768px) and (max-width: 1024px) {

	.sticky-menu-wrap:after{
		font-size:13px;
	}

	#sticky-header-wrapper .sticky-menu-wrap .elementor-nav-menu--dropdown{
		width:100%
	}
}


/* Mobile CSS: Targets screens 768px wide or smaller */
@media only screen and (max-width: 768px) {
	.kd-products-wrapper .elementor-loop-container .e-loop-item{
		width : 100% !important;
	}

	.bannner-arrow-img{
		display:none;
	}
	/****Home Page****/
	#home-slider .elementor-slide-heading,
	#home-slider .elementor-slide-description{
		margin-bottom: 12px;
	}
	/****EOF Home Page****/

	/****Single Product Page****/
	.kd-produtct-left,
	.kd-produtct-right{
		margin:0 5px
	}

	.kd-produtct-left .kd-product-images ol.flex-control-nav li{
		width:22.5% !important;
	}

	.kd-produtct-right #pearl-wc-steps-form{
		padding-bottom: 15px;
	}

	.kd-produtct-right .kd-image-selector-col{
		width:100% !important
	}

	.kd-produtct-right .kd-action-btns-wrapper{
		display:block;
	}
	.kd-produtct-right .kd-action-btns-wrapper .kd-single-action-btn{
		width:100%;
		margin: 0 auto 15px;
	}

	.design-desc-title h3.elementor-icon-box-title{
		margin-top:0;
	}

	.design-box-desc .green-button-filled{
		font-size: 12px;
	}

	.kd-product-design-box-paragraph{
		height:auto;
	}

	.kd-radio-meta .save{
		margin-right:0 !important;
	}
	.kd-step-collapse {
		padding-left: 0  !important;
		padding-right: 0  !important;
	}
	.pearl-step .range-wrapper {
		margin-top: 0 !important;
	}
	.kd-qty-range-price-tooltip{
		font-size:13px  !important;
	}
	.kd-quantity-popup-inner {
		padding: 30px 15px 30px !important;
	}

	.kd-product-description h2{
		font-size: 34px;
	}

	.kd-white-container:last-child{
		padding-top:0;
	}

	/****EOF Single Product Page****/
	/****Urgent Delivery Request Popup & Custom Quantity Request popup****/
	.urgent-popup{

	}

	#creat-product-div .popup-backdrop h4,
	.urgent-popup .popup-backdrop h4{
		font-size:33px
	}

	#creat-product-div .popup-backdrop .kd-row,
	.urgent-popup .kd-row{
		display:block;
	}

	#creat-product-div .popup-backdrop .kd-col-50,
	.urgent-popup .kd-row .kd-col-50{
		width: 100%;
		margin-bottom: 20px;
	}
	/****EOF Urgent Delivery Request Popup & Custom Quantity Request popup****/
	/* MOBILE SEARCH FIELD HIDDEN */
	#mobile-search-button{
		cursor:pointer;
	}
	.mobile-search-hidden {
		display: none !important;
	}

	.toggle-search{

	}
	/* Wishlist Page */
	ul.wishlist_table{
		padding:0;
	}

	/* 	ul.wishlist_table li .additional-info-wrapper{
	display:none;
} */

	ul.wishlist_table .product-name h3{
		font-size:16px;
	}

	.wishlist_table .product-add-to-cart a {
		margin: 10px auto !important;
		text-align: center;
		background: #10C99E;
		border: 1px solid #10C99E;
		padding: 10px 15px;
		color: #fff;
		border-radius: 50px;
		font-family: "Jost", Sans-serif;
		font-size: 15px;
		font-weight: 500;
	}
	.wishlist_table.mobile li {
		margin-bottom: 20px;
		border-bottom: 1px solid #ddd;
		padding: 12px 0;
	}
	/* EOF Wishlist Page */

	/* My Account */
	.woocommerce .kd-dashboard-latest-orders table.shop_table_responsive tr td:last-child:before{
		display:none;
	}
	.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table,
	.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button{
		font-size: 13px;
	}
	.woocommerce .kd-order-details-wrapper table.shop_table_responsive tr th:before{
		content: attr(data-title) ": ";
		font-weight: 700;
		float: left;
	}
	.woocommerce .kd-order-details-wrapper table.shop_table_responsive tr th a{
		text-align: right;
		display: block;
	}
	.woocommerce .kd-order-details-wrapper table.shop_table_responsive tbody th{
		display:block;
		border-top: none !important;
	}

	.woocommerce .kd-order-details-wrapper table.my_account_orders .order{
		margin-bottom:15px;
	}

	.elementor-widget-woocommerce-my-account .woocommerce-Address-title h2{
		margin-bottom: 20px;
	}
	.woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button button{
		margin: 20px auto 0;
		display: block;
	}
	.woocommerce-MyAccount-content .woocommerce-order-details .kd-product-name{
		padding-right:0;
	}
	.woocommerce-MyAccount-content .woocommerce-order-details .order_details .kd-order-details-single-prod .image-wrapper a{
		display: block;
		margin: 5px 10px 5px 0;
	}
	.woocommerce-MyAccount-content .woocommerce-order-details .content-wrapper{
		font-size: 12px !important;
	}
	.woocommerce-MyAccount-content .woocommerce-order-details .order_details th.product-total,
	.woocommerce-MyAccount-content .woocommerce-order-details .order_details td.product-total,
	.woocommerce-MyAccount-content .woocommerce-order-details .order_details tfoot td{
		text-align:right;
	}

	.woocommerce-MyAccount-content .woocommerce-order-details .order_details .order-actions-button{
		display:inline;
	}

	.offer-header.kd-single-quote-header,
	.offer-header.kd-single-quote-header .left{
		display:block
	}

	.offer-header.kd-single-quote-header .left {
		width: 100%;
		margin-bottom: 15px;
		/* 		text-align:center; */
	}
	.offer-header.kd-single-quote-header .left p{
		margin-top:10px
	}
	.offer-card-cont .product-info-view ul li{
		width:100%;
	}
	.woocommerce-MyAccount-content-wrapper .offer-page{
		display:block!important;
	}
	.offer-page .offer-left,
	.offer-page .offer-right{
		width:100%
	}
	.offer-page .offer-right{
		text-align:right;
	}
	.woocommerce-MyAccount-content-wrapper .offer-page .offer-right-header h3{
		text-align:left;
	}

	.woocommerce-MyAccount-content-wrapper .offer-page #kd-place-order-btn{
		float:none!important;
	}
	/* EOF My Account */

	/* Check-out */
	.e-checkout-layout-two-column .custom-thank-you{
		margin-top:0 !important;
		text-align: center;
	}

	.e-checkout-layout-two-column .custom-thank-you .kd-contact-button{
		display: block;
		width: 50%;
		margin: 30px auto;
	}
	.woocommerce .e-checkout__column.e-checkout__column-start .col2-set, 
	.woocommerce-page .e-checkout__column.e-checkout__column-start .col2-set{
		padding:0 10px;
	}

	.e-checkout__column-inner.e-sticky-right-column{
		padding:0 10px;
	}

	.wc_payment_method.payment_method_bacs{
		margin-bottom:15px !important;
	}

	.checkout #design_file_upload {
		/* 		margin: 0 8px !important; */
	}
	/*** EOF Check-out ***/

	/*** Mobile Menu ***/
	#mobile-menu-wrap{
		background-color: #253461;
		border-style: solid;
		border-color: #253461;
		padding: 8px 10px;
		border-radius: 5px;
		color: #fff;
		font-weight: 500;
		line-height: 0.9;
	}
	#menu-mobile-menu{
		font-family: "Jost", Sans-serif;
		font-weight: 500;
		text-transform: uppercase;
		color: #253461;
	}
	#menu-mobile-menu .esm-item.has-children span.esm-carat{
		font-size: 36px;
		line-height: 0.5;
	}
	.submenu-wrapper .esm-submenu {
		padding: 0;
		margin: 0;
		font-family: "Jost", Sans-serif;
		font-weight: 500;
		color: #253461;
		font-size: 16px;
	}
	.submenu-wrapper .esm-submenu .esm-icon{
		width: 18px;
		height: 18px;
		margin-right: 8px;
	}
	.submenu-back {
		font-weight: 500;
		cursor: pointer;
		margin-bottom: 10px;
		list-style: none;
		font-size: 22px;
		text-align: right;
	}
	.menu-close-wrap{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		align-content: center;
	}
	.mobile-menu-close{
		background-color: #253461;
		border-style: solid;
		border-color: #253461;
		border-radius: 5px;
		font-size: 40px;
		padding: 0px 13px 8px;
		line-height: 2.4rem;
		margin-bottom:15px;
	}
	.mobile-menu-close:focus{
		background-color: #253461;
	}
	.esm-overlay.active .esm-menu-container{
	}
	/*** EOF Mobile Menu ***/
	/*** 404 Page ***/
	.typing-text {
		font-size: 13px;
		font-weight: 500;
	}
	.back-home{
		font-size:13px;
	}
	/*** EOF 404 Page ***/
	/*Fixed CSL Issue  */
	.main-slider .swiper-slide-contents{
		min-width: 100%;
		min-height: auto;
	}
	/*EOF Fixed CSL Issue  */

}


/* custom accordion  */
.kd-accordion-item{
	padding: 25px 0;
	border-bottom: 1px solid #00000033;
}

.kd-accordion-item .accordion-body{
	padding : 12px 0 !important;
	padding-bottom : 0 !important;
/* 	background:#F7F7F7; */
}

.kd-accordion-item .accordion-body p{
	margin : 0 !important;
	color:#253461;
}

.kd-accordion-header{
	font-family: Jost;
	font-weight: 400;
	font-size: 25px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #253461;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.kd-wishlist-table table thead , .kd-wishlist-table table td.product-price , .kd-wishlist-table table td.product-stock-status {
	display : none !important;
}

.kd-wishlist-table .item-details .item-details-table{
	display : none !important;	
}

.kd-wishlist-table table{
	border : none;
}

.kd-wishlist-table table td:not(:last-child){
	border-right : none;
}

.kd-wishlist-table table td
{
	border-color : #253461 !important;
}

.kd-wishlist-table table td a{
	color : #253461 !important;
}

.elementor-lightbox .elementor-lightbox-image{
	background : white !important;
	border-radius : 15PX !important;
}

.kd-product-description h2{
	font-family: "Jost", Sans-serif;
	font-size: 45px;
	font-weight: 600;
	text-transform: uppercase;
	color: #253461;
	text-align: center;
}

.kd-prod-pdf.hidden{
	display : none !important;
}
