html {
/* General */
  scroll-behavior: smooth;
}

body {
	font-family: 'Manrope', sans-serif;
	position: relative;
	font-size: 18px;
	line-height: normal;
	font-weight: 400;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #001B54;
}
.revert-colors{
	color:#F5F2DE;
}
img {
	max-width: 100%;
	height: auto;
}

a,
a:hover,
a:focus {
	display: inline-block;
	cursor: pointer; 
	text-decoration: none !important;
	
}

.revert-colors a {
	color: ;
}
a:hover,
a:focus {
	text-decoration: underline;
}
/* Transitions */
a,
.transition,
#languages li a.wpml-ls-link .wpml-ls-native {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

/* Site Logo */
/* #logo img.custom-logo {
	height: 90px;
	width: auto;
} */

/* Heights */

/* Colors */
.black-text {
	color: #000;
}
.white-text,
.white-text a {
	color: rgba(249, 249, 251, 1) !important;
}
.blue-text,
.add-cart-text a,
.blue-text a {
	color:rgba(0, 27, 84, 1) !important;
}
.orange-text,
.orange-text a,
#home .woocommerce-Price-amount.amount,
#main-checkout .order-total .woocommerce-Price-amount.amount  {
	color:rgba(241, 89, 34, 1) !important;
}

.woocommerce a.added_to_cart {
	padding: .5em;
}
.contact-white-text {
	color: #fff;
}

/* Fills */
.white-fill {
	fill: rgba(249, 249, 251, 1);
}
.black-fill {
	fill: #000;
}

/* Backgrounds */
.grey-bg {
	background-color: rgba(249, 249, 251, 1);
}
.l-grey-bg{
	background-color: rgba(242, 242, 242, 1)
}
.grey-bg-2 {
	background-color: rgba(245, 245, 245, 1);
}
.white-bg {
	background-color: rgba(255, 255, 255, 1);
}
.black-bg {
	background-color: #111209;
}
.orange-bg {
	background-color: #F15922;
}

/* Box Shadow */
.shadow-inset {
	box-shadow: 4px 4px 80.4px 0 rgba(0, 0, 0, 0.10) inset;

}

/* Titles */
.error-title {
	font-size: clamp(150px ,13vw, 250px);
	line-height: .8;
}
.xl-title, h1,
.xl-title h2 {
	font-size: 120px;
	line-height: normal;
	
}
.lg-title,
.lg-title h1,
.lg-title h2 {
	font-size: clamp(22px ,2.1vw, 40px);
	line-height: normal;
}
.md-title,
.md-title h2 {
	font-size: clamp(22px ,2.1vw, 40px);
	line-height: normal;
	font-weight: normal;
}
.text-100 {
	font-size: 100px;
	line-height: 1;
}
.text-58,
.text-58 h1,
.text-58 h2,
.text-58 h3 {
	font-size: clamp(27px ,3vw, 58px);
	line-height: normal;
	font-weight: normal;
}

.text-40,
.text-40 h2,
.text-40 h3 {
	font-size: clamp(26px ,2.1vw, 40px);
	line-height: normal;
	font-weight: normal;
}

.text-36,
.text-36 h2,
.text-36 h3 {
	font-size: clamp(23px ,1.9vw, 36px);
	line-height: normal;
	font-weight: normal;
}
.text-30 {
	font-size: clamp(20px ,1.6vw, 30px);
	line-height: normal;
	font-weight: normal;
}

.text-28 h1,
.text-28 h2,
.text-28 h3,
.text-28 {
	font-size: clamp(17px, 1.5vw, 28px);
	line-height: normal;
	font-weight: normal;
}

.text-25,
.looptitle {
	font-size: clamp(18px, 1.3vw, 25px);
	line-height: normal;
	font-weight: normal;
}

.text-22,
.text-22 h1,
.text-22 h2,
.text-22 h3 {
	font-size: clamp(19px,1.1vw,22px);
	line-height: normal;
}

.text-20 {
	font-size: clamp(15px,1vw,20px);
	line-height: normal;
	font-weight: normal;
}

.text-18 {
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
}

.text-16 {
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
}

.text-14 {
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
}


/* Texts */
.big-text {
	font-size: 25px;
	line-height: normal;
	font-weight: normal;
}
.small-text {
	font-size: 70%;
	font-weight: bold;
}

/* Font Weights */
.f-200,
.f-200 h1,
.f-200 h2,
.f-200 h3{
	font-weight: 200;
}
.f-300,
.f-300 h2,
.f-300 h3{
	font-weight: 300;
}
.f-400,
.f-400 h2,
.f-400 h3{
	font-weight: 400;
}
.f-500,
.f-500 h2,
.f-500 h3{
	font-weight: 500;
}

.f-600,
.f-600 h2,
.f-600 h3{
	font-weight: 600;
}
.f-700,
.f-700 h2,
.f-700 h3{
	font-weight: 800;
}
.f-800,
.f-800 h2,
.f-800 h3{
	font-weight: 800;
}
.font-light {
	font-weight: lighter;
}
strong, .strong {
  font-weight: 800;
  font-style: normal;
}

/* Buttons */
.button:hover,
.button:focus {
	text-decoration: none;
}
.og-button,
.single_add_to_cart_button,
button.button.alt.disabled,
.single_add_to_cart_button.button.button.alt,
.single_add_to_cart_button.button.button.alt:hover,
a.edit,
.woocommerce-EditAccountForm.edit-account .button,
.woocommerce-form-coupon .form-row button.button,
.woocommerce-button.button.view,
.woocommerce-button.button.view:hover,
#main-cart .checkout-button,
.woocommerce div.product form.cart .button:not(.rwl-button).disabled,
.woocommerce-EditAccountForm.edit-account .my-account-section--account p button,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message a.button,
.woocommerce .woocommerce-notices-wrapper .woocommerce-error a.button,
#main-checkout #place_order,
#woocommerce-checkout-form-coupon button,
.woocommerce .rwwl-wrapper button,
.woocommerce .rwwl-form .rwwl-submit,
body.page-template-template-home .woocommerce-message a.button,
.modal-content button.woocommerce-button.button,
div#quick-view-modal button.single_add_to_cart_button {
	display: inline-block;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	float: none;
	width: auto;
	height: auto;
	color: rgba(249, 249, 251, 1);
	font-weight: 400;
	border-radius: 100px;
	background: rgba(241, 89, 34, 1); 
	background-color: rgba(241, 89, 34, 1); 
	padding: clamp(12.5px, 0.8vw, 15px) clamp(30px, 2.3vw, 45px);
	border: none;
}
body.page-template-template-home .woocommerce-notices-outer-wrapper {
	top: 125px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

#woocommerce-checkout-form-coupon button{
	width: 100%;
}

.shipping-method-description {
	padding-left: 30px;
	font-style: italic;
}
#main-checkout .woocommerce-shipping-totals.shipping{
	display: block;
}
#main-checkout #shipping_method,
#main-checkout #place_order {
	margin-top: .5rem;
}
#main-checkout .woocommerce-checkout #payment div.form-row {
	padding: 1em 0 0 0 ;
}
#main-checkout #woocommerce-checkout-form-coupon {
	padding-bottom: 1rem;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box{
	background-color: #e6e6e6;
	color: rgb(0, 27, 84);
	
}

#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
	content: "";
	display: block;
	border: 1em solid #e6e6e6;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -.75em;
	left: 0;
	margin: -1em 0 0 2em;
}

#main-checkout .payment_box {
	border-left: 3px solid rgb(255, 84, 0);
}

#main-checkout .woocommerce-shipping-totals.shipping td{
	text-align: start;
}
.woocommerce div.product form.cart .button {
	background-color: rgba(241, 89, 34, 1); 
}
.og-button .word {
	padding-left: 8px;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
}
.og-button .circle {
	transform-origin: center center;
}
.og-button:hover .circle {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.og-button .circle svg {
	display: block; 
}


/* Paddings */
.sm-t-padding {
	padding-top: clamp(20px,2.6vw, 50px);
}
.sm-l-padding {
	padding-left: clamp(20px, 2.6vw, 50px);
}
.sm-b-padding {
	padding-bottom: clamp(20px, 2.6vw, 50px);
}
.sm-r-padding {
	padding-right: clamp(20px, 2.6vw, 50px);
}
.t-padding {
	padding-top: clamp(30px, 4.4vw, 85px);
}
.l-padding {
	padding-left: clamp(30px, 4.4vw, 85px);
}
.lg-l-padding {
	padding-left: clamp(60px, 7.8vw, 150px);
}
.r-padding {
	padding-right: clamp(30px, 4.4vw, 85px);
}
.lg-r-padding {
	padding-right:  clamp(60px, 7.8vw, 150px);
}
.lg-t-padding {
	padding-top: clamp(60px, 7.8vw, 150px);
}
.xl-l-padding {
	padding-left: clamp(130px,13.3vw,255px);
}
.xl-r-padding {
	padding-right: clamp(130px,13.3vw,255px);
}
.xl-t-padding {
	padding-top: clamp(130px,13.3vw,255px);
}
.xxl-t-padding {
	padding-top: 380px;
}
.b-padding {
	padding-bottom: clamp(30px, 4.4vw, 85px);
}
.lg-b-padding {
	padding-bottom: clamp(60px, 7.8vw, 150px);
}
.xl-b-padding {
	padding-bottom: clamp(130px,13.3vw,255px);
}
.xxl-b-padding {
	padding-top: clamp(200px,19.8vw, 380px);
}

/* Margin */
.sm-t-margin {
	margin-top: clamp(20px, 2.6vw, 50px);
}
.sm-l-margin {
	margin-left: clamp(20px, 2.6vw, 50px);
}
.sm-b-margin {
	margin-bottom: clamp(20px, 2.6vw, 50px);
}
.sm-r-margin {
	margin-right: clamp(20px, 2.6vw, 50px);
}
.t-margin {
	margin-top: clamp(30px, 4.4vw, 85px);
}
.lg-t-margin {
	margin-top: clamp(60px, 7.8vw, 150px);
}
.xl-t-margin {
	margin-top: clamp(130px,13.3vw,255px);
}
.l-margin {
	margin-left: clamp(30px, 4.4vw, 85px);
}
.lg-l-margin {
	margin-left: clamp(60px, 7.8vw, 150px);
}
.r-margin {
	margin-right: clamp(30px, 4.4vw, 85px);
}
.lg-r-margin {
	margin-right: clamp(60px, 7.8vw, 150px);
}
.b-margin {
	margin-bottom: clamp(30px, 4.4vw, 85px);
}
.lg-b-margin {
	margin-bottom: clamp(60px, 7.8vw, 150px);
}
.xl-b-margin {
	margin-bottom: clamp(130px,13.3vw,255px);
}

/* Borders */
.t-border {
	border-top: 1px solid;
}
.b-border {
	border-bottom: 1px solid;

}
.b-w-border {
	border-bottom: 1px solid rgba(249, 249, 251, .2);

}
.b-b-border {
	border-bottom: 1px solid rgba(0, 27, 84, .2);

}
.blue-border {
	border: 1px solid rgba(0, 27, 84, 1);
}

/* Radius */
.radius-5 {
	border-radius: 5px;
}
.radius-10 {
	border-radius: 10px;
}
.radius-15 {
	border-radius: 15px;
}
.radius-20 {
	border-radius: 20px;
}
.radius-100 {
	border-radius: 100px;
}

/* Plugins */
.grecaptcha-badge {
	z-index: 999;
}
.cn-button.bootstrap {
	border-radius: 0;
	padding: 10px 20px;
}

/* Reveal */
.img-reveal {
	visibility: hidden;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.reveal {
	visibility: hidden;
}

/* Flex center */
.center-all {
	display: flex;
	justify-content: center;
	align-content: center;
	justify-items: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}

/* Z-Indexes */
.z-index--1 {
	z-index: -1;
}
.z-index-1 {
	z-index: 1;
}
.z-index-10 {
	z-index: 10;
}
.z-index-99 {
	z-index: 99;
}
.z-index-99999 {
	z-index: 99999;
}


/* 404 */
 
.background-img-404 {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Header */
#mobile-open {
	width: 70px;
	cursor: pointer;
}
.menu-line {
	height: 2px;
	width: 100%;
	margin: 4px 0;
	transition: all .3s linear;
	background: rgba(255, 255, 255, 1);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.menu-line.top{
	width: 81%
}

.menu-line.mid{
	width: 61%
}

.menu-line.bot{
	width: 41%
}


#mobile-open:hover .menu-line,
#mobile-menu.opened .menu-line{
	width: 100%;
}

/* Modal Menu */
#mobile-menu-modal {
	border-radius: 5px;
	box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.09);
	width: 350px;
	margin-top: 10px;
	height: 0;
	opacity: 0;
	visibility: hidden;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 11 !important;
}

#mobile-close {
	right: 10px;
	top: 20px;
	height: 30px;
}
#mobile-menu-modal #menu-social {
	font-size: 10px;
	font-weight: normal;
}
#menu-social li {
	margin-right: 10px;
	
}
#menu-social-menu .menu-item a,
#modal-navigation > div > ul li a
{
	color:rgba(0, 27, 84, 1);
}

#menu-social li:last-child {
	margin-right: 0px;
}
#modal-navigation > div > ul {
	flex-direction: column;
}
#modal-navigation > div > ul li {
	border-bottom: 1px solid rgba(241, 89, 34, .2);
	width: 100%;
	padding: 7px 0;
}
#modal-navigation,
#modal-navigation > div {
	width: 100%;
}
#mobile-close {
	cursor: pointer;
}
#mobile-close svg {
	height: 30px;
	width: auto;
}
#mobile-close svg {
	transition: .3s all linear;
}
#mobile-close:hover svg {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

/* Menu & Submenu */
#modal-navigation > div > ul li:last-child{
	border: none;
}
.sub-menu {
	list-style: none;
	padding-left: 10px;
	font-size: 70%;
}
span.accordion-btn {
	cursor: pointer;
	width: 12.5px;
	height: 12.5px;
}
span.accordion-btn span.accordion-line {
	width: 100%;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
	background: rgba(0, 27, 84, 1);
}
span.accordion-btn span.accordion-line.top {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
span.accordion-btn span.accordion-line.active.top {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

/* Search */

/* Fit Images/Videos */
.fit-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.fit-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.search_close {
	width: 50px;
	height: 50px;
	display: none;
	opacity: 0;
}
#search-icon.opened .search_open {
	display: none;
	opacity: 0;
}
#search-icon.opened .search_close {
	display: block;
	opacity: 1;
}

/* Order */
.order-1 {
	order: 1;
}
.order-2 {
	order: 2;
}

/* Pagination */
ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.page-numbers li {
	width: auto;
	height: auto;
	margin: 0 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
ul.page-numbers li span.page-numbers,
ul.page-numbers li a.page-numbers:not(.next, .prev) {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
ul.page-numbers li span.page-numbers,
ul.page-numbers li a.page-numbers:hover {
	background-color: yellow;
 }
 ul.page-numbers li a.page-numbers svg {
	stroke: yellow;
 }
 ul.page-numbers li a.page-numbers:hover svg {
 	stroke: yellow;
}
ul.page-numbers li a.next,
ul.page-numbers li a.prev {
	width: 50px;
	height: 50px;
	border: 1px solid;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-left: 10px;
}
ul.page-numbers li a.page-numbers.prev svg {
	transform: rotate(-136deg);
	-webkit-transform: rotate(-136deg);
	-moz-transform: rotate(-136deg);
	-ms-transform: rotate(-136deg);
	-o-transform: rotate(-136deg);
}
ul.page-numbers li a.page-numbers.next svg {
	transform: rotate(42deg);
	-webkit-transform: rotate(42deg);
	-moz-transform: rotate(42deg);
	-ms-transform: rotate(42deg);
	-o-transform: rotate(42deg);
}

/* Swiper */
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
#also-products .swiper-scrollbar.swiper-scrollbar-horizontal {
	bottom: 1%;
	background: rgba(241, 89, 34, 1);
	height: 1px;
	width: calc(100% - 77%);
	transform: unset;
	left: 0;
}
.swiper-scrollbar-drag {
	top: -100%;
	height: 3px;
	background: rgba(241, 89, 34, 1);
}

.swiper-button-lock {
  display:block;
}
.swiper-controls {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	justify-items: center;
}
.swiper-pagination {
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	position:relative;
	display: flex;
}
.swiper-pagination-bullet {
	border: 1px solid;
	width: 10px;
	height: 10px;
	background: transparent;
	opacity: 1;
}
.how-content .swiper-pagination-bullet-active {
	background: white;
}
.swiper-button {
	border: 1px solid;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	justify-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	transition: all .3s linear;
}
.swiper-button:hover {
	background:white;
}
.swiper-button:hover path{
	background:white;
	stroke: yellow;
}
.swiper-button-disabled{
	opacity: .6;
}

/* Search Form */
#searchOverlay {
	max-height: 0;
	opacity: 0;
}
#search-icon {
	cursor: pointer;
	transition: all .3s linear
}
#header-blue #search-icon:hover {
	opacity:0.6;
}
#header #search-icon:hover svg path{
	fill: rgba(241, 89, 34, 1);
}
#s {
	background: none;
	box-shadow: none;
	border:none;
	height: 45px;
	outline: none;
}
#search_close {
	text-align: center;
	margin-top: 180px;
	position: absolute;
	width: 100%;
}
#search_close svg {
	width: 50px;
	height: auto;
	cursor: pointer;
}
#search-wrapper {
	right: 0;
	top: 0;
}

#searchform .search-input-content{
	border-radius: 100px;
	background: #FAFAFA;
	box-shadow: 0px 4px 16.4px 0px rgba(0, 0, 0, 0.08) inset;
	overflow: hidden;
	width: clamp(100px, 20.8vw,400px);
}

#close-svg {
	top: 10px;
	right: 0;
}
#live-search-results {
	max-height: 300px; 
	overflow-y: auto; 
	z-index: 999;
}
.s-img-wrapper {
	height: 100%;
	padding: 11px;
}

/* ASYNC SEARCH */
#live-search-results ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}
/* Custom scrollbar for live search */
#live-search-results {
	max-height: 300px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #F15922 #f1f1f1;
	-webkit-overflow-scrolling: touch;
}
#live-search-results::-webkit-scrollbar {
	width: 8px;
}

#live-search-results::-webkit-scrollbar-track {
	background: #999999;
	border-radius: 10px;
}

#live-search-results::-webkit-scrollbar-thumb {
	background-color: #F15922;         
	border-radius: 10px;
}

#header-navigation li.level-1 {
	margin-right: clamp(10px, 3.1vw, 60px);
}
#header-navigation ul li.level-1,
#header-right{
	padding: clamp(20px, 3.1vw, 50px) 0;
}

#header-navigation li.level-1 .menu-link{
	font-weight: 700;
}
#header-navigation li:not(.level-1) .menu-link{
	font-weight: 400;
}
#header .menu-link {
	font-size: clamp(14px, 0.9vw, 18px);
	display: inline-flex;
	text-decoration: none;
	color: #001B54;
}

/*
.home #header .menu-link{
	color:rgba(249, 249, 251, 1);
}

.home #header #header-right #heart-icon svg path,
.home #header #header-right #search_close svg path,
.home #header #header-right #search-icon svg path,
.home #header #header-right #user-icon svg path {
	fill: white;
} */

#header .menu-link:hover,
#header .current-menu-ancestor .menu-link,
#header .current-menu-item .menu-link,
#header .menu-item.open .menu-link,
#modal-navigation .menu-link:hover,
#modal-navigation .current-menu-item.level-1 a:not(.level-2 a),
#modal-navigation .current-menu-parent a:not(.level-2 a),
#modal-navigation .current-menu-parent .current-menu-item.level-2 a{
	color:rgba(241, 89, 34, 1);
}

 

/* Header Blue */
#header-blue #header-navigation li {
	margin-right: clamp(10px, 3.1vw, 60px);
}


#header-blue .menu-link {
	font-size: clamp(14px, 0.9vw, 18px);
	font-weight: 700;
	display: inline-flex;
	text-decoration: none;
	color:rgba(0, 27, 84, 1);
}
#header-blue #mobile-menu #mobile-open .menu-line {
	background: rgba(0, 27, 84, 1);
}




/* Footer */
.join-btn a {
	padding:  clamp(10px, 1.6vw, 20px) clamp(30px, 4.7vw, 90px);
}

.back-btn {
	right: 3%;
	bottom: 24%;
}

.back-btn:hover {
	cursor: pointer;
}

.back-btn:hover .svg-wrapper svg path {
	stroke: #fff;
}
.back-btn .svg-wrapper svg circle {
	fill: transparent;
}

.back-btn:hover .svg-wrapper svg circle {
	fill: rgba(241, 89, 34, 1);
	stroke: #fff;
}
.back-btn .lg-title{
	font-size: clamp(18px, 2.1vw, 40px);
}

.swiper-button-next, 
.swiper-button-prev {
	width: 48px;
	height: 52px;
	background: none;
	color: inherit;
}

#search-icon svg,
#user-icon svg,
#bag-icon svg,
#heart-icon svg{
	width: clamp(17px, 1.5vw, 30px);
	height: auto;
}
#search-icon svg:hover path,
#user-icon svg:hover path,
#bag-icon svg:hover path,
#heart-icon svg:hover path{
	fill: rgb(241, 89, 34);
}

/* Contact Page */

.contact-desc p span,
.banner-text-wrapper p span,
.checkout-links  p span{
	color:rgb(241, 89, 34) ;
	text-underline-offset: 26%;
}


#wpforms-187 {
	background: rgb(249, 249, 251);
	border-radius:20px;
	padding: clamp(50px,5vw,100px);
}

#wpforms-form-187 input,
#wpforms-form-187 textarea,
#wpforms-form-187 select {
	stroke-width: 1px;
	stroke: rgba(153, 153, 153, 0.20);
	border-color: rgba(153, 153, 153, 0.20);	
	border-radius: 0; 
	background: transparent;
}

#wpforms-form-187 input,
#wpforms-form-187 textarea,
#wpforms-form-187 .choices  .choices__inner .choices__list--single .choices__item--selectable,
#wpforms-form-187 input::placeholder,
#wpforms-form-187 textarea::placeholder,
#wpforms-form-187 select::placeholder {
	padding: 14px; 
	font-size: 16px;
	line-height: 1;
	border-radius: 0; 
	background: transparent;
	color: rgba(0, 27, 84, 1);
}

#wpforms-form-187 .wpforms-field-label {
	padding-top: 0;
	margin-bottom: 10px ;
	font-size:18px;
	line-height: normal;
	color: rgba(0, 27, 84, 1);
	font-weight: 400;
}

#wpforms-form-187 .wpforms-field-layout h3 {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 40px; 
	font-size: clamp(17px ,1.5vw, 28px);
	line-height: normal;
	font-weight: 400;
}

#wpforms-form-187 .choices .choices__inner .choices__list--single {
	padding: unset;
}

#wpforms-form-187 input:focus,
#wpforms-form-187 textarea:focus {
	box-shadow: none;
	outline: none;
	border-color: rgba(153, 153, 153, 0.20);
}

#wpforms-form-187 .choices__list.choices__list--dropdown.is-active {
	margin-top: 10px ;
	background: #fff;
	border-radius: 10px;
	border: none;
	outline: unset;
	box-shadow: unset;
	filter: drop-shadow(0 2px 12.8px rgba(0, 0, 0, 0.12));
	padding: 30px;
}

#wpforms-form-187 .choices.is-open.is-focused .choices__inner  {
	background: #fff;
    border-radius: 10px;
    filter: drop-shadow(0 2px 12.8px rgba(0, 0, 0, 0.12));
}

#wpforms-form-187 .choices.is-open::before,
#wpforms-187 .wpforms-field-label:before {
	display: none;
}

#wpforms-form-187 .choices .choices__inner,
#wpforms-form-187 .choices.is-focused .choices__inner {
	outline: unset;
	box-shadow: unset;
	border-color: rgba(153, 153, 153, 0.20);
	border-radius: 0;
	padding: 0;
	background: transparent;
	
}

#wpforms-form-187 .choices.is-open.is-focused .choices__inner {
	border: none;
}


/* Target WPForms Choices.js dropdown items */
#wpforms-form-187 .choices__list--dropdown .choices__item--choice {
  position: relative;
  padding-left: 50px ; /* space for the radio */
  cursor: pointer;
  font-size: 18px;
  line-height: normal;
  color: rgba(0, 27, 84, 1);
}
#wpforms-form-187 .choices__list--dropdown .choices__item--choice:hover,
#wpforms-form-187 .choices__list--dropdown .choices__item--choice.is-highlighted{
	background: inherit;
}


#wpforms-form-187 .choices__list--dropdown .choices__item--choice::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 27, 84, 1);
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
}


#wpforms-form-187 .choices__list--dropdown .choices__item--choice.is-selected::after {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: rgba(0, 27, 84, 1);
	border-radius: 50%;

}

#wpforms-form-187 .choices__list--dropdown .choices__item--selectable.is-highlighted::after {
	opacity: 1;
}

#wpforms-form-187 .wpforms-required-label {
	display: none;
}

#wpforms-form-187 .wpforms-submit {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  background: rgba(241, 89, 34, 1); 
  border: none;
  cursor: pointer;
  padding:  0 clamp(20px, 2.1vw, 30px);
  border-radius: 100px;
}

#wpforms-form-187 .wpforms-submit:focus:after {
	border: none;
}

#wpforms-form-187 .iti__selected-country:focus {
	border: none;
	box-shadow: none;	
}

#wpforms-form-187 .wpforms-submit  {
  padding: 0 clamp(30px,5.2vw,100px) ;
  margin-top: 20px;
}

#wpforms-form-187 .wpforms-submit.og-button .word {
	padding-left: 0;
}

#wpforms-form-187 .wpforms-submit-container {
	display: flex; 
	justify-content: end;
}

/* Shop Page */
/* .product-card {
  height: clamp(300px, 26.6vw, 550px);
} */
.product-hover-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  background: rgba(237, 237, 237, 1);
  padding: clamp(10px, 1.7vw, 33px);
  cursor: pointer;
  min-height: 100px;
}
.main-single-prod-img {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.prod-top-wrapper:hover .product-hover-actions {
  opacity: 1;
}

.wishlist-button{
  position: absolute;
  top: 2%;
  right:2%;
  font-size: 20px;
}
.cart-img .wishlist-button {
	right: unset;
	left: 0;
}

.custom-pagination .bullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ededed;
	transition: background-color 0.3s ease;
}

.custom-pagination .bullet:hover {
	background-color: #F15922;
}

.custom-pagination .bullet.active {
	background-color: #F15922;
	cursor: default;
	pointer-events: none;
}

.custom-pagination li {
	line-height: 1;
}


.custom-pagination-next:hover svg .f-r-arrow,
.custom-pagination-prev svg .s-l-arrow,
.also-swiper-next:hover svg .f-r-arrow,
.also-swiper-prev svg .s-l-arrow,
.back-prev svg .s-l-arrow,
.custom-mfp-right:hover svg .f-r-arrow,
.custom-mfp-left svg .s-l-arrow {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}
.custom-pagination-next svg .s-r-arrow,
.custom-pagination-prev:hover svg .f-l-arrow,
.also-swiper-next svg .s-r-arrow,
.also-swiper-prev:hover svg .f-l-arrow,
.back-prev:hover svg .f-l-arrow,
.custom-mfp-right svg .s-r-arrow,
.custom-mfp-left:hover svg .f-l-arrow {
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}
.custom-pagination-next:hover svg .s-r-arrow,
.custom-pagination-prev:hover svg .s-l-arrow,
.also-swiper-next:hover svg .s-r-arrow,
.also-swiper-prev:hover svg .s-l-arrow,
.back-prev:hover svg .s-l-arrow,
.custom-mfp-right:hover svg .s-r-arrow,
.custom-mfp-left:hover svg .s-l-arrow   {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.woocommerce-breadcrumb,
.woocommerce-breadcrumb a  {
	color: rgba(0, 27, 84, 1) !important;
	font-weight: 400;
	font-size: 18px !important;
	line-height: 3;
}
.woocommerce-EditAccountForm.edit-account .button{
	font-size: 18px !important;
	font-weight: 400;	
	padding: clamp(10px, 0.8vw, 15px) clamp(20px, 2.3vw, 45px);
}

/* .woocommerce-button.button.view {
	padding: clamp(5px, 1.0417vw, 30px) clamp(20px, 2.0833vw, 60px);
} */




.woocommerce-loop-product__title {
	color: rgba(0, 27, 84, 1);
	font-size: 25px;
	line-height: normal;
	font-weight: 400;
	margin-bottom: 0;
	padding-top: clamp(20px, 1.6vw, 20px);
	padding-bottom: clamp(10px, 1.6vw, 20px);
}

.woocommerce-products-header__title.page-title {
	font-size: clamp(22px ,2.1vw, 40px);
	text-transform: capitalize;
	color:rgba(0, 27, 84, 1);
	font-weight: 400;
	line-height: normal;
	
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.custom-dropdown .dropdown-toggle {
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	background: transparent;
	border: none;
}
	
.load-more-events{
	background: transparent;
	border: none;
}

.custom-dropdown .dropdown-toggle span,
.load-more-events span {
	color: rgba(0, 27, 84, 1);
}

.custom-dropdown .dropdown-toggle[aria-expanded="true"] svg{
	-webkit-transform: rotate(405deg);
	-moz-transform: rotate(405deg);
	-ms-transform: rotate(405deg);
	-o-transform: rotate(405deg);
	transform: rotate(405deg);
}
.load-more-events:hover svg {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}



.custom-dropdown .dropdown-toggle:after{
	display: none;
}

.custom-dropdown .dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgb(255, 255, 255);
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  margin-top: 4px;
  border-radius: 5px;
  padding: clamp(10px, 1vw, 20px);
  list-style: none;
  z-index: 1000;
  min-width: 300px;
  left:50% ;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.custom-dropdown .dropdown-options li a {
  display: block;
  padding: 8px 12px;
  color: rgba(0, 27, 84, 1);
  text-decoration: none;
}

.custom-dropdown .dropdown-options li a:hover {
  background-color: #f0f0f0;
  border-radius: 5px;
}

#prod-cat-archive .site-main{
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
	border-bottom: 1px solid #999;
	margin-bottom: clamp(20px, 1.6vw, 30px);
	padding-bottom: 10px;
}

.woocommerce-breadcrumb-wrapper {
	width: 100%;
}
.woocommerce .woocommerce-breadcrumb {
	margin: 0;
	padding: 0;
}
.woocommerce-products-header .term-description {
	font-size: 25px;
	color:rgba(0, 27, 84, 1);
	font-weight: 400;
	line-height: normal;
	
}

.product-hover-actions a.button.added::after {
	display: none;
}
.view-cart,
.view-cart a{
	background:#F15922;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	padding: 2px 0;
	color: white;
	z-index: 10;
	pointer-events: auto;
}


.back-link {
    font-weight: 500;
    margin: 0px clamp(10px, 1.6vw, 30px);
    text-decoration: none;
    color: rgba(0, 27, 84, 1);
}
body.single-product .back-link {
	margin-bottom: clamp(10px, 1.6vw, 30px);
}
.back-link svg {
	margin-right: 8px;
}


.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color:inherit;
  font-size: inherit;
}
.img-thumbnail {
	border: 0;
}

.single-product .woocommerce-breadcrumb {
	padding-top: clamp(30px, 4.2vw, 50px);
}
/* Remove background, borders, and shadows */
#item-accordion .accordion-button,
#item-accordion .accordion-item,
#item-accordion .accordion-body {
  background: none;
  border: none;
  box-shadow: none;
  padding: clamp(10px,1.5vw,20px) 0;
  border-radius: 0;
}
#item-accordion .accordion-body {
	padding-bottom: 0;
}
#item-accordion .accordion-button {
	padding: 0;
	color: inherit;
	text-align: left;
	cursor: pointer;
	font-size: inherit;
}
#item-accordion .accordion-item {
	border-top: 1px solid rgba(153, 153, 153, 0.5);
	border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
#item-accordion .accordion-button::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Ccircle cx='15' cy='15' r='14.5' transform='rotate(180 15 15)' fill='%23F9F9FB' stroke='%23F15922'/%3E%3Cpath d='M14.3154 20V15.6893H10V14.3107H14.3154V10H15.6955V14.3107H20V15.6893H15.6955V20H14.3154Z' fill='%23F15922'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
}

img.mfp-img {
	background: rgb(249, 249, 251);
	height: 80vh;
	width: auto;
}

.custom-mfp-nav {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 11000;
	cursor: pointer;
}
.custom-mfp-left {
	left: 20px;
}
.custom-mfp-right {
	right: 20px;
}
.mfp-counter {
	top: 10px;
	right: 10px;
	color: #f15922;
	font-size: 16px;
	line-height: normal;
}



/* Categories Page */
.item-title {
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* Single Product */
.prod-swiper-prev,
.prod-swiper-next {
	position: relative;
	top: unset;
	right:unset;
	left: unset;
}

.product-sizes .size-option:hover,
.product-sizes .size-option:active{
	border-color: #f15922; 
}

.single-prod-breades .woocommerce-breadcrumb {
	display: none;
} 

#item-accordion .accordion-item:not(:first-child) {
	border-top: unset !important;
}

#main .product-add-to-cart .cart button {
	width: auto;
	height: 100%;
	font-size: 18px;
	font-weight: 400;
	opacity: 1;
	background-color: #f15922;
	padding: 20px 60px;
	border-radius: 100px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
#main .product-add-to-cart .cart button.disabled {
	opacity: 0.5;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.woocommerce div.product form.cart {
	margin-bottom: 0;
}


/* Cart */
#main-cart .wc-block-components-quantity-selector__button {
	border: 0;
	border-radius: 50%;
	background: #F5F5F5;
	color: #001B54;
}
#main-cart .wc-block-components-quantity-selector {
	display: flex;
	align-items: center;
}

#main-cart .wc-block-components-quantity-selector__button .wc-block-components-quantity-selector__button--minus {
	width: 100px;
	height: 100px;
}


#main-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{
	min-width: 60px ;
	height: 60px;
	background: rgba(0, 27, 84, 1) ;
	color: #F9F9FB ;
	border:none ;
	box-shadow: unset ;
	border-radius:  50%;
	margin: 0 10px ;
}
#main-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
	min-width: 45px ;
	height: 45px;
}
#main-cart .wc-block-components-panel__button,
#main-cart .wc-block-components-totals-item.wc-block-components-totals-footer-item {
	color: rgba(0, 27, 84, 1);
	font-size: 22px;
	font-weight: 500;
}

#main-cart .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block,
#main-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar  {
	border-bottom: none;
	margin-bottom: 16px;
	background: #F5F5F5 ;
	padding: 44px 54px;
	border-radius: 5px;
}

#main-cart .wc-block-components-quantity-selector::after,
#main-cart .wc-block-components-text-input.is-active label {
	display: none;
} 

#main-cart .wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title,
#main-checkout .wc-block-components-checkout-order-summary__title {
	color: #001B54;
	font-size: 28px;
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: clamp(20px,1.6vw, 30px);
}

#main-cart .wc-block-components-button,
#main-checkout .wc-block-components-button {
	display: flex;
	height: 100%;
	width: 180px;
	font-weight: 300;
	margin-left: auto;
	background: rgba(241, 89, 34, 1);
	color: #F9F9FB;
	border-radius: 100px; 
	border: none;
}
#main-cart .wp-block-woocommerce-cart-order-summary-coupon-form-block {
	border-top: none;
}
#main-cart .wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
	border-bottom: none;
}

#main-cart .wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="text"]{
	background-color: transparent;
	border: 1px solid rgba(0, 27, 84, 0.4);
	border-radius: 5px;
	color: #001B54;
	
	width: 100%;
	
}
#main-cart .wc-block-components-text-input input[type="text"]{
	padding: 1em .5em;
}
#main-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input,
#main-checkout  .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
	flex: 100%;
}

#main-cart .wc-block-components-totals-coupon__content,
#main-checkout .wc-block-components-totals-coupon__content{
	margin-bottom: 30px;
}
#main-cart .wc-block-components-totals-wrapper{
	padding: 30px 0;
}

#main-cart #wc-block-components-totals-coupon__input-coupon:focus-visible,
#main-cart .wc-block-components-button:not(.is-link):focus,
#main-checkout .wc-block-components-text-input input[type="text"]:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

#main-cart  .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
	margin-top: clamp(-200px, -10.4vw, -80px);
	z-index: 2;
}
#main-cart .checkout-button.button,
#main-cart .checkout-button.button:hover {
	border-radius: 100px;
	background: #F15922;
}



/* Checkout Page */
#main-checkout #billing-fields .wc-blocks-components-select__select,
#main-checkout .wc-block-components-form .wc-block-components-text-input input[type="text"],
#main-checkout .wc-block-components-text-input.is-active input[type="email"],
#main-checkout .wc-block-components-address-card,
#main-checkout .wc-block-components-textarea{
	background-color: transparent;
	border: 1px solid rgba(0, 27, 84, 0.4);
	border-radius: 5px;
	color: #001B54;
	width: 100%;
	box-shadow: none;
}
#main-checkout .wc-block-components-title.wc-block-components-checkout-step__title{
	font-size: clamp(18px ,1.6vw, 28px);
	font-weight: 400;
	color: #001B54;	
}
#main-checkout .wc-block-components-form .wc-block-components-text-input input[type="text"]:focus-visible,
#main-checkout .wc-block-components-text-input.is-active input[type="email"]:focus-visible{
	outline: none !important;
	box-shadow: none !important;
}

#main-checkout .wc-block-components-text-input.has-error input[type="text"],
#main-checkout .wc-block-components-text-input.is-active.has-error input[type="email"] {
	border: 1px solid rgba(255, 0, 0, 0.4);
} 
#main-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted{
	box-shadow: unset;
}
#main-checkout .wc-block-components-radio-control--highlight-checked::after {
	display: none;
}

#main-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"],
#main-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:focus {
	background-color: transparent;
	border: 1px solid rgba(0, 27, 84, 0.5);
	outline: none;	
}

#main-checkout .checkout-content a{
	color: rgba(241, 89, 34, 1);
	text-decoration-line: underline !important;
}

#main-checkout .wp-block-woocommerce-checkout-order-summary-block {
	border: none;
}
#main-checkout .wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
	order: -1;
	border-top: none;
	border-bottom: 1px solid hsla(0,0%,7%,.11);
	padding-bottom: 30px;
}


#main-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper,#main-checkout .wp-block-woocommerce-checkout-order-summary-subtotal-block.wc-block-components-totals-wrapper,
#main-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content > div:last-child {
	padding: 30px 0;
}
	
#main-checkout .wc-block-components-checkout-order-summary__content{
	display: flex;
	flex-direction: column;
}

#main-checkout .wc-block-components-totals-wrapper{
	color: #001B54;
}
#main-checkout .wc-block-components-totals-item.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	color: rgba(241, 89, 34, 1);
}

.no-span .circle.transition {
	display: none;
}
.no-span .word{
	padding-left: 0;
}

.rwl-button.button {
	background: transparent;
	border: none;
}


/* Pickup Locations Page */

.pickup-loc-content {
	border-radius: 15px;
}

.location {
	top: 50%;
	right: 25px;
	width: clamp(200px, 31.3vw, 600px);
	height: clamp(320px, 37.5vw, 720px);
	transform: translateY(-50%);
	background: rgb(249, 249, 251);
	border-radius: 20px;
	border: 5px solid rgb(249, 249, 251);
	overflow-y: scroll;          
	direction: rtl;              
	scrollbar-width: thin;       
	scrollbar-color: #F15922 #f1f1f1;

	
}

/* Chrome, Edge, Safari scrollbar styling */
.location::-webkit-scrollbar {
	width: 8px;                   
}

.location::-webkit-scrollbar-track {
	background: #f1f1f1;          
	border-radius: 10px;
}

.location::-webkit-scrollbar-thumb {
	background-color: #F15922;   
	border-radius: 10px;
	border: 1px solid #f1f1f1;   
}

/* Keep the content direction normal */
.location > * {
	direction: ltr;
}

/* Move custom coupon visually to order summary */
.custom-coupon-row {
	display: table-row; /* keep it as a row */
}

@media screen and (min-width: 768px) {
	.woocommerce-cart-form .custom-coupon-row {
		position: relative; /* or absolute if needed */
		top: 0; /* adjust vertical position to match order summary */
	}
}


/* Main Menu */
#header-navigation > div {
	width: 100%;
}
#header-navigation > div > ul .sub-menu{
	display: none;
	flex-wrap: wrap;
	opacity: 0;
	width: 350px;
	left: calc(50% - 175px);
	top: clamp(50px, 5.2vw, 100px);
	border-radius: 5px;
	background: #f5f5f5;
	z-index: -2;
}

#header-navigation > div > ul .sub-menu li.menu-item{
	width: 100%;
	margin-bottom: 0;
	border-radius: 10px;
	background-color: transparent;
}

#header-navigation > div > ul .sub-menu li.menu-item:last-child {
	margin-bottom: 0;
}
#header-navigation > div > ul .sub-menu li.menu-item > a {
	color: #f15922;
	padding: clamp(5px, 0.5vw,10px) clamp(10px, 0.8vw,15px);
}
#header-navigation > div > ul .sub-menu li.menu-item:hover > a,
#header-navigation > div > ul .sub-menu li.menu-item:focus > a,
#header-navigation > div > ul .sub-menu li.menu-item.current-menu-item > a {
	color: #001B54;
}


.page-template-template-register,
.page-template-template-login,
.page-template-template-registercorporate,
.page-template-template-logincorporate,
.page-template-template-requestaccess {
	-webkit-font-smoothing: antialiased;
	color: #001B54;
}

.page-template-template-register .wpforms-container .wpforms-field-label,
.page-template-template-registercorporate .wpforms-container .wpforms-field-label,
.page-template-template-requestaccess .wpforms-container .wpforms-field-label {
	color: #001B54;
	font-weight: 500;
	font-size: clamp(16px,0.938vw,18px);
}

.page-template-template-register .wpforms-container input,
.page-template-template-registercorporate .wpforms-container input,
.page-template-template-requestaccess .wpforms-container input {
	height: 54px!important;
	font-size: 16px!important;
	border-radius: 0!important;
	text-indent: clamp(5px,1.042vw,20px);
}

.page-template-template-register .wpforms-container input::placeholder,
.page-template-template-registercorporate .wpforms-container input::placeholder,
.page-template-template-requestaccess .wpforms-container input::placeholder  {
	font-size: 16px!important;
	color: #001B54!important;
	font-weight: 400;
	text-indent: clamp(5px,1.042vw,20px);
	opacity: 0.6!important;
}

.page-template-template-register .wpforms-submit.og-button,
.page-template-template-login .wpforms-submit.og-button,
.page-template-template-registercorporate .wpforms-submit.og-button,
.page-template-template-logincorporate .wpforms-submit.og-button,
.page-template-template-requestaccess .wpforms-submit.og-button,
#wpforms-submit-3772 {
	color: #F9F9FB;
	text-align: center;
	font-size: clamp(16px,0.938vw,18px)!important;
	font-weight: 300;
	border-radius: 50px!important;
	width: 100%;
	background-color: #f15922!important;
	padding: 22px!important;
	height: auto!important;
}
.page-template-template-register .wpforms-submit.og-button .circle, 
.page-template-template-login .wpforms-submit.og-button .circle,
.page-template-template-registercorporate .wpforms-submit.og-button .circle, 
.page-template-template-logincorporate .wpforms-submit.og-button .circle,
.page-template-template-requestaccess .wpforms-submit.og-button .circle {
	display: none;
}

.page-template-template-register .wpforms-field-label-inline,
.page-template-template-registercorporate .wpforms-field-label-inline,
.page-template-template-requestaccess .wpforms-field-label-inline{
	font-weight: 500!important;
	color: #001B54!important;
}

.page-template-template-register .wpforms-field-label-inline a,
.page-template-template-registercorporate .wpforms-field-label-inline a,
.page-template-template-requestaccess .wpforms-field-label-inline a{
	text-decoration: underline!important;
	color: #001B54!important;
}

.page-template-template-register input[type="checkbox"],
.page-template-template-registercorporate input[type="checkbox"],
.page-template-template-requestaccess input[type="checkbox"] {
  appearance: none!important;           
  -webkit-appearance: none!important;  
  width: 25px!important;
  height: 25px!important;
  border: 2px solid #333!important;
  border-radius: 50%!important;        
  position: relative!important;
  cursor: pointer!important;
  vertical-align: middle!important;
  margin-top: 0!important;
  margin-left: 0!important;
}

.page-template-template-register input[type="checkbox"]::before,
.page-template-template-registercorporate input[type="checkbox"]::before,
.page-template-template-requestaccess input[type="checkbox"]::before {
	display: none;
}

.page-template-template-register input[type="checkbox"]:checked::after,
.page-template-template-registercorporate input[type="checkbox"]:checked::after,
.page-template-template-requestaccess input[type="checkbox"]:checked::after {
  content: ""!important;
  position: absolute!important;
  top: -1px!important;
  left: 0!important;
  width: 21px!important;
  height: 21px!important;
  background: #333!important;          
  border-radius: 50%!important; 
  border: 0!important;  
}

.page-template-template-register .choice-1.depth-1,
.page-template-template-register .choice-2.depth-1,
.page-template-template-registercorporate .choice-1.depth-1,
.page-template-template-registercorporate .choice-2.depth-1,
.page-template-template-requestaccess .choice-1.depth-1,
.page-template-template-requestaccess .choice-2.depth-1 {
	display: flex!important;
	align-items: center!important;
}

.page-template-template-register .woocommerce-login,
.page-template-template-registercorporate .woocommerce-login,
.page-template-template-requestaccess .woocommerce-login {
	font-weight: 500;
	font-size: 18px;
}

.woocommerce-form.woocommerce-form-login.login {
	color: #001B54!important;
	margin-top: 0;
}

.woocommerce-form.woocommerce-form-login.login .woocommerce-LostPassword a.black-text,
.woocommerce-form.woocommerce-form-login.login .woocommerce-register,
#login-page .woocommerce-LostPassword a.blue-text,
#login-page .woocommerce-register {
	color: #001B54!important;
	font-size: 18px;
}
#login-page .woocommerce-LostPassword a.blue-text,
#login-page .woocommerce-register {
	font-weight: 500;
}

.woocommerce-form.woocommerce-form-login.login .form-row .input-text,
input#wpforms-3772-field_1 {
	height: 54px!important;
	font-size: 16px!important;
	outline: 0;
}

.page-template-template-register .wpforms-container.wpforms-container-full.wpforms-render-modern,
.page-template-template-registercorporate .wpforms-container.wpforms-container-full.wpforms-render-modern,
.page-template-template-requestaccess .wpforms-container.wpforms-container-full.wpforms-render-modern,
.woocommerce-form.woocommerce-form-login.login .wpforms-container.wpforms-container-full.wpforms-render-modern{
	width: 100%;
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received  .woocommerce-customer-details{
	width: 100%;
}

.woocommerce-order-received h1{
	max-width: 800px;
	margin: 0 auto 30px auto;
}

.woocommerce-order-received .woocommerce-order {
	max-width: 800px;
	margin: 0 auto;
}

.woocommerce-order-received .shipped_via{
	white-space: nowrap;
	margin-left: 10px;
}

.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns--addresses::before,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns--addresses::after{
	display: none;
}

.page-id-157 #main-content{
	min-height: 50vh;
}

#prod-cat-archive {
	min-height: 500px;
}
/* Register - Login  Page */
.top-logo img {
	width: auto;
	height: 125px;
}


/* Top Level Categories - Subcategories */
.archive-subcategories__item:not(:last-child)::before {
	content: " ";
	width: 5px;
	height: 5px;
	position: absolute;
	right: -.5rem;
	top: 50%;
	border-radius: 50%;
	background-color: red;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.wp-block-woocommerce-product-categories,
ul.color-filter-widget,
ul.wc-block-product-categories-list li:first-child,
ul.wc-block-product-categories-list li:first-child a {
	margin-top:  0;
}

/* Autocomplete */
#search-wrapper ul[role="listbox"] {
	text-align: left;
}
.is-loading.wc-block-components-drawer__screen-overlay--is-hidden .wc-block-mini-cart__drawer {
	opacity: 0 !important;
}

/* Item Specs */
#tab-additional_information .shop_attributes {
	display: none;
}
#login-page .modal-content {
	border: none !important;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .5);
}

/* Categories Banner */
.category-banner,
.category-banner img {
	max-height: 400px;
	/* min-height: 250px; */
}

/* Date Picker */
.flatpickr-day.today {
	border-color: #f15922;
}
.flatpickr-day.selected {
	border-color: #f15922;
	background-color: #f15922;
}

/* Footer Subscribe */
form#wpforms-form-3628 {
	position: relative;
}
footer .wpforms-container .wpforms-submit-container {
	position: unset;
}
input#wpforms-3628-field_1,
button#wpforms-submit-3628 {
	height: auto;
	color: #001B54;
	font-size: clamp(18px, 1.3vw, 25px);
	font-weight: normal;
	line-height: normal;
	border-radius: 100px;
}
input#wpforms-3628-field_1 {
	border: 1px solid rgba(0, 27, 84, 0.2);
	padding: clamp(10px, 1.6vw, 20px) clamp(10px, 4.7vw, 30px);
}
input#wpforms-3628-field_1:focus {
	box-shadow: 0px 1px 10px rgba(241, 89, 34, .25);
}
button#wpforms-submit-3628 {
	position: absolute;
	right: 1px;
	top: 15px;
	background: #fff;
	border: 1px solid #CDD1DC;
	padding: clamp(10px, 1.6vw, 20px) clamp(30px, 4.7vw, 90px);
	z-index: 2;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
button#wpforms-submit-3628:hover,
button#wpforms-submit-3628:focus {
	color: #fff;
	background: #f15922;
	border-color: #f15922;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

/* Login Adjustments */
#login-page .wpo365-mssignin-wrapper,
#register-page .wpo365-mssignin-wrapper {
	padding-left: 0;
	padding-right: 0;
}
#login-page .wpo365-mssignin-spacearound,
#register-page .wpo365-mssignin-spacearound {
	max-width: unset;
}
#login-page .top-logo img,
#register-page .top-logo img {
	height: 100px;
}
#login-page h2 {
	margin-bottom: 25px;
}

.archive-layout-toggle {
	display: none;
}
.toggle-layout-button {
	width: 30px;
	height: 30px;
	padding: 5px;
	border: 1px solid #f15922;
	background: transparent;
	border-radius: 50%;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.toggle-layout-button img {
	width: 17px;
}

/* Logged Out User */
body.woocommerce-account:not(.logged-in) h2 {
	display: none;
}
body.woocommerce-account:not(.logged-in) .woocommerce-ResetPassword p {
	width: 100%;
}
body.woocommerce-account:not(.logged-in) .woocommerce-ResetPassword .woocommerce-Button {
	background: rgb(241, 89, 34);
	color: #F5F5F5;
	text-align: center;
	padding: clamp(10px,1vw,20px) 0;
	border-radius: 100px;
	width: 100%;
	border: none;
	height: auto;
	font-weight: 400;
	margin-top: clamp(20px,1vw,35px);
}
body.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper {
	width: 100%;
}
body.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper li {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
body.woocommerce-account:not(.logged-in) .login-form .woocommerce-message {
	width: 100%;
}
body.woocommerce-account:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password {
	width: 100%;
}
body.page-template-template-login p.woocommerce-LostPassword.lost_password.text-16.text-center.mb-1,
body.page-template-template-logindirect p.woocommerce-LostPassword.lost_password.text-16.text-center.mb-1 {
	order: 3;
}
body.page-template-template-logindirect .woocommerce-form.woocommerce-form-login.login {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
body.page-template-template-logindirect p.woocommerce-LostPassword.lost_password.text-16.text-center.mb-1 {
	margin-top: 0 !important;
}