.white-space_pre{
	white-space: pre;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;

}
.f-20{
	font-size: 20px;
    font-family: 'gothic-bold';
}
/* <header> *********/
.custom-navbar-toggler {
	justify-content: flex-end !important;
}

.header-top {
	padding: 0;
	font-size: 15px;
	background-color: #ffffff !important;
}

.top_bar {
	box-shadow: -1px 9px 13px -1px rgb(168 168 168 / 75%);
	-webkit-box-shadow: 0px 4px 3px -1px rgb(188 188 188 / 75%);
	-moz-box-shadow: -1px 9px 13px -1px rgba(168,168,168,0.75);
	position: relative;
	z-index: 1;
}

.header-top-row {
	box-shadow: -1px 9px 13px -1px rgb(168 168 168 / 75%);
	-webkit-box-shadow: -1px 9px 13px -1px rgb(222 222 222 / 75%);
	-moz-box-shadow: -1px 9px 13px -1px rgba(168,168,168,0.75);
	margin-bottom: 15px;
}

.header-middle {
	background-color: #FAFAFA !important;
	border-bottom: 4px #e2e2e2 solid !important;
	padding: 0;
	font-size: 0.9em;
}

.btn-search-custom {
	background-color: var(--primari-color);
	color: #FAFAFA;
	font-weight: 600;
}

.py-2 {
	padding-top: 2vh;
	padding-bottom: 2vh;
}

.search {
	width: 100%;
	margin-bottom: auto;
	margin-top: 20px;
	height: 50px;
	background-color: #fff;
	padding: 0.5em;
	border: 1px solid var(--primari-color);
	box-sizing: border-box;
	border-radius: 6px;
}

.search-input {
	color: white;
	border: 0;
	outline: 0;
	background: none;
	width: 0;
	margin-top: 5px;
	caret-color: transparent;
	line-height: 20px;
	transition: width 0.4s linear;
}

.search .search-input {
	padding: 0 10px;
	width: 100%;
	caret-color: #536bf6;
	font-size: 19px;
	font-weight: 300;
	color: black;
	transition: width 0.4s linear;
}

.search-icon {
	height: 36px;
	width: 67px;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white !important;
	background-color: var(--primari-color);
	font-size: 15px;
	bottom: 28px;
	position: relative;
	border-radius: 5px;
	text-decoration: none !important;
}

.search-input-custom {
	background-color: #FAFAFA;
	border: 0;
	flex: 1;
	padding-left: 1em;
}

.low-nav-flex-custom {
	display: flex;
	flex: 1;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.custom-low-nav {
	width: 100%;
	flex: 1;
	justify-content: space-evenly;
}

.search_web .form-control {
	border: 0;
	background: #00000000 !important;
}

.custom-login-text {
	color: #009ACE !important;
}

/************   Logo styling  ******************/
/*.lg-logo {
	height: 250% !important;
}*/

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

.img-fluid {
	width: auto;
	height: 100%;
}

.m-auto {
	margin: auto;
}

/*.lg-logo {
	height: 250% !important;
}*/

.nav-custom {
	height: 30vh;
	border: 0;
}

.mt-2vh {
	margin-top: 2vh;
}

.mt-1vh {
	margin-top: 1vh;
}

.mt-3vh {
	margin-top: 3vh;
}

.custom-nav-cont {
	padding-left: 28vh;
	padding-right: 28vh;
}

.nav-shop {
	font-weight: 700 !important;
	font-size: 20px;
	color: var(--primari-color) !important;
	font-family: 'gothic-bold';
	font-weight: bold;
}

.nav-dispose {
	font-weight: 700 !important;
	font-size: 20px;
	color: var(--secondary-color) !important;
	font-family: 'gothic-bold';
	font-weight: bold;
}

.nav-own {
	font-weight: 700 !important;
	font-size: 20px;
	color: var(--third-color) !important;
	font-family: 'gothic-bold';
	font-weight: bold;
}

.navbar-header-custom {
	height: auto !important;
}

.custom-btn-l {
	border-radius: 0;
}

.cart-custom {
	max-width: 31px;
}

.search-container-custom {
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	background-color: #FAFAFA;
	border: 1px var(--primari-color) solid;
	border-radius: 5px;
	padding: 0.5vh;
	width: 358px;
	padding-left: 2vh;
}

.btn-search-custom {
	background-color: var(--primari-color);
	color: #FAFAFA;
	font-weight: 600;
}

.py-2 {
	padding-top: 2vh;
	padding-bottom: 2vh;
}

.search-input-custom {
	background-color: #FAFAFA;
	border: 0;
	flex: 1;
	padding-left: 1em;
}

.flex-row {
	display: flex;
	flex: 1;
}

.mid-organised {
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.low-nav-flex-custom {
	display: flex;
	flex: 1;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.nav-low-sec-custom {
	color: black;
	text-decoration: none !important;
}

.nav-low-sec-custom.active {
	color: var(--primari-color);
	text-decoration: none !important;
}

.nav-low-sec-custom.active img {
	filter: invert(63%) sepia(52%) saturate(5450%) hue-rotate(358deg) brightness(99%) contrast(111%);
}

.off-white-bg {
	background-color: #FAFAFA;
}

.mid-nav {
	border-bottom: 3px #eeeeee solid;
}

.mid-nav {
	background-color: #FAFAFA;
}

.custom-s-d-o>li {
	display: inline-block !important;
}

.custom-toggle-btn {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 5px;
    /* border: 1px solid #00000083; */
	margin-left: 2vh;
	margin-top: 3vw;
}

.custom-top-toggle-btn::after {
	content: '\039e';
}

@media only screen and (max-width: 600px) {
    /* .cart-custom {
        max-width: 8vw !important;
        margin-top: 4vw;
    } */
	.custom-sod {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.nav-custom {
		height: 12vh;
	}

	.low-nav-flex-custom {
		display: flex;
		flex-direction: column;
		flex: 1;
		justify-content: flex-start;
		align-items: flex-start;
		align-content: center;
	}

	.nav-low-sec-custom {
		margin-top: 1em;
	}

	.custom-nav-cont {
		padding-left: 2vh;
		padding-right: 2vh;
	}

	.navbar-header-custom {
		float: right;
	}

	.lg-logo {
		width: 100px;
       /* margin-top: 2.5vw;*/
	}
}

/*Media Queries*/
@media(min-width: 900px) {
	.button-menu-mobile {
		display: none;
	}
}

.prod-cat-btn {
	/*background-color: var(--primari-color);
	color: white;*/
	border-radius: 0;
	/*padding: 11px 34px;*/
	font-weight: bold;
	letter-spacing: 1px;
}

.prod-cat-btn:hover {
	color: var(--light-color);
}

.low-nav-p0 {
	padding: 0;
}

.custom-search-input {
	border: 1px solid var(--primari-color);
	border-radius: 6px;
}

textarea:focus,
button:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
	box-shadow: inset 0 0px 0 #ddd;
	outline: none;
}

.search-cutom-btn {
	background-color: var(--primari-color);
	color: white;
	border-radius: 4px !important;
	border: 0;
	outline: none !important;
}

.custom-header-container {
	padding: 0;
}

.prod-cat-btn::after {
	content: none;
}

.custom-deal::after {
	content: none !important;
}

.nav-low-sec-icon-custom {
	filter: invert(0%) sepia(2%) saturate(4%) hue-rotate(317deg) brightness(102%) contrast(100%);
	margin-right: 0.8em;
}

.nav-icon-custom {
	margin-right: 0.8em;
	width: 22px;
}

.nav-icon-malaysia{
    margin-right: 0.8em;
	width: 22px;
	height: 15px;
    margin-top: 3px;
}

.nav-icon-philippiness{
    margin-right: 0.8em;
    width: 22px;
    height: 15px;
    margin-top: 5px;
}

.custom_nav .navbar-nav .nav-link:hover .nav-low-sec-icon-custom {
	filter: none;
}

.custom_nav .navbar-nav .nav-link {
	color: var(--primari-color);
	text-transform: uppercase;
	font-family: 'gothic-bold';
	font-weight: bold;
}

.custom_nav .navbar-nav .nav-link:hover {
	color: var(--primari-color);
}

.custom_nav .navbar-nav .active .nav-link {
	color: var(--primari-color);
}

.custom_nav .navbar-nav .active .nav-link .nav-low-sec-icon-custom {
	filter: none;
}

.navbar-light  .top-right-bar .nav-link {
	color: #000;
}

.top-right-bar .nav-item {
	margin-right: 1.5em;
}

.top-left-bar .nav-item {
	margin-left: 1.5em;
}

.custom-sod li a {
	margin-left: 1.5em;
}

.navbar-light .navbar-nav .nav-link {
	color: rgb(0 0 0);
	font-weight: 500;
}

.logo_search_bar {
	padding: 4px 0px;
}

.custom-sod {
	display: none;
}

@media (min-width: 992px) {
	.custom-sod {
		display: flex;
	}
}

.top_bar {
	display: none;
}
/*.dropdown-menu[data-bs-popper]:before {
  content: '';
  position: absolute;
  left: 8px;
  top: -8px;
  border-right: 8px solid transparent;
  z-index: 1;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
}*/
.dropdown-menu[data-bs-popper] {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 18rem;
  margin-top: 0.5rem;
}
.dropdown-menu[data-bs-popper]> li> a {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
.dropdown-menu[data-bs-popper]> li> a:hover {
color: #ff7500;
  }
.dropdown-menu[data-bs-popper]> li {
  border-bottom: 1px solid #ECECEC;
  }
  .dropdown-menu[data-bs-popper]> li:last-child {
    border-bottom: 0px solid #ECECEC;
    }
.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: transparent;
}
.custom-product-categories .dropdown-toggle::after {
  display: none;
}
@media (min-width: 992px) {
	.top_bar {
		display: block;
	}
}

.header-top-row {
	display: none;
}

@media (min-width: 992px) {
	.header-top-row {
		display: block;
	}
}

.search_web {
	display: none;
}

@media (min-width: 992px) {
	.search_web {
		display: block;
		width: auto;
	}
}

@media (min-width: 1200px) {
	.search_web {
		width: 584px;
	}
}

.mobile_search {
	width: auto;
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.mobile_search {
		display: none;
	}
}
.mobile_search .form-control {
	border: 0;
	background: #00000000 !important;
}
.user_login_box {
	display: flex;
	align-items: center;
	align-content: center;
}

.user_login {
	filter: invert(0%) sepia(2%) saturate(4%) hue-rotate( 317deg ) brightness(194%) contrast(100%);
	height: 45px;
	width: 45px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	padding: 12px;
}

.user-login-name{
    font-size: 18px;
}

.user_login_content {
	color: var(--light-color);
}

.user_login_content h6 {
	margin: 0;
}

.user_login_content p {
	margin: 0;
}

.offcanvas-header {
	background: var(--third-color);
}

.btn-close {
	filter: invert(100%) sepia(102%) saturate(119%) hue-rotate(317deg) brightness(200%) contrast(100%) !important;
}

.mob-link {
	margin: 0;
	padding: 0;
	list-style: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

.mob-link li {
	padding-bottom: 15px;
	display: flex;
	align-items: center;
	align-content: center;
}

.mob-link li a {
	color: #000;
}

.mob-link li:hover a {
	color: var(--primari-color);
}

.mob-link li img {
	margin-right: 15px;
	width: 20px;
	height: 20px;
	filter: invert(0%) sepia(2%) saturate(4%) hue-rotate(317deg) brightness(102%) contrast(100%);
}

.mob-link li:hover img {
	filter: none;
}

.mob-link .product-mob-btn {
/*	background: var(--primari-color);
	display: inline-block;
	color: #fff;
	padding: 10px 25px;
	margin-bottom: 15px;*/
	letter-spacing: 1px;
	border: 0;
}

.mob-link .product-mob-btn:hover {
	color: var(--light-color);
}

.menue_item {
	/*border-bottom: 1px solid #e3e3e3;*/
	margin-bottom: 22px;
    margin-top: 10px;
}

.menue_item ul {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.offcanvas-start {
	width: 80.53vw;
	max-width: 320px;
	height: 100%;
	overflow-y: auto;
}

.mob-link-top_bar {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #e3e3e3;
}

.mob-link-top_bar li {
	padding-bottom: 15px;
    /* display: flex;
    align-items: center;
    align-content: center; */;
}

.mob-link-top_bar li a {
	color: #000;
}

@media only screen and (min-width: 768px) {
	.mob-link-top_bar li img {
		margin-right: 15px;
		width: 20px;
		height: 20px;
	}
}

.mob-link-top_bar li img {
	margin-right: 15px;
	width: 100%;
	height: 100%;
}


.navbar-toggler {
	padding: 0;
	border: 0;
}

.menu_bar {
	fill: var(--third-color);
}

.navbar-expand-lg .navbar-collapse {
    display: content !important;
	/*display: flex;*/
	flex-basis: auto;
}

/* stiki header========= */
.fixed-header {
	position: fixed;
	top: 0;
	z-index: 999;
	
}
/* stiki header========= */
/* contry dropdawn mobile */
.mob-link-top_bar .custom_dropdawn_menue {
	display: none;
	background-color: #f6f6f6;
}

.custom_dropdawn .custom_dropdawn_menue {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 15px;
	padding-left: 15px;
	margin-top: 15px;
}
/* contry dropdawn mobile */
/* <header> *********/
/* footer **********/
.footer {
	background: #00205B;
	padding: 60px 0px;
	color: #fff;
}

.footer_logo img {
	width: 145px;
	margin-bottom: 15px;
}

.booter_box .footer_title {
	font-family: 'gothic-bold';
	font-size: 30px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.footer_social {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.footer_social li {
	display: inline-flex;
	margin-right: 15px;
}

.footer_social li a {
	color: #00205b;
	font-size: 28px;
	background: #fff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	align-content: center;
	letter-spacing: 1px;
}

.mail_footer p {
	margin: 0;
	margin-bottom: 10px;
}

.mail_footer p a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
}

.privecy_sec {
	margin-bottom: 8px;
}

.privecy_sec a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: 1px;
}

.copyright {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}
/* footer **********/

/* product dropdawn mega menue*/
  /*.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
    *//* this is the arrow inside the dropdown trigger*//*
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 9px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
	border: 0;
  }
  .cd-dropdown-trigger::before {
    right: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .cd-dropdown-trigger::after {
    right: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }*/
  @media only screen and (min-width: 1024px) {
    /* .cd-dropdown-trigger.dropdown-is-active {
      background-color: #3f8654;
    } */
    .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
      background-color: #ff7500;
    }
    .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
      /* transform the arrow into a 'X' */
      width: 14px;
    }
    .cd-dropdown-trigger.dropdown-is-active::before {
      /* transform the arrow into a 'X' */
      -webkit-transform: translateX(5px) rotate(-45deg);
      -moz-transform: translateX(5px) rotate(-45deg);
      -ms-transform: translateX(5px) rotate(-45deg);
      -o-transform: translateX(5px) rotate(-45deg);
      transform: translateX(5px) rotate(-45deg);
    }
    .cd-dropdown-trigger.dropdown-is-active::after {
      /* transform the arrow into a 'X' */
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }


  @media only screen and (min-width: 768px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
      height: 60px;
      line-height: 60px;
    }
  }
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a,
  .cd-dropdown-content .cd-divider {
    padding: 0 20px;
  }

  .cd-dropdown {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    /*left: 230px;*/
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #ffffff;
    visibility: hidden;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
  }
  .cd-dropdown h2 {
    position: relative;
    z-index: 1;
    color: #000;
    background-color: #ffffff;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: 'gothic-bold';
    font-size: 22px;
  }
  .cd-dropdown .cd-close {
    /* 'X' close icon - mobile version only */
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
  }
  .cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
    /* this is the 'X' icon */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 2px;
    background-color: #666;
  }
  .cd-dropdown .cd-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .cd-dropdown .cd-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .cd-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
  }
  @media only screen and (min-width: 768px) {
    .cd-dropdown .cd-close {
      top: 5px;
    }
  }
  @media only screen and (min-width: 1024px) {
    .cd-dropdown {
      position: absolute;
      top: calc(100% - 2px);
      /* reset style*/
      height: auto;
      width: auto;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      background-color: #ffffff;
      color: #111433;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      opacity: 0;
      -webkit-transform: translateY(30px);
      -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
      -o-transform: translateY(30px);
      transform: translateY(30px);
      -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
      -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
      transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    }
    .open-to-left .cd-dropdown {
      /* use the .open-to-left class if you want to open the dropdown on the left */
      right: 0;
      left: auto;
    }
    .cd-dropdown h2, .cd-dropdown .cd-close {
      /* on desktop - hide title and 'X' */
      display: none;
    }
    .cd-dropdown.dropdown-is-active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
      -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
      transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    }
  }

  .cd-dropdown-content, .cd-dropdown-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    padding-top: 50px;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    display: block;
    color: #ffffff;
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top-width: 1px;
    border-color: #242643;
    border-style: solid;
  }
  .cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
    border-top-width: 0;
  }
  .cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
    border-bottom-width: 1px;
  }
  .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0b0e23;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #585a70;
    text-transform: uppercase;
  }
  .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 0;
  }
  .cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
  }
  .cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
    /* push the secondary dropdown items to the right */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
    opacity: 0;
  }
  .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* push the dropdown items to the left when secondary dropdown slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch;
  }
  @media only screen and (min-width: 768px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
      padding-top: 60px;
    }
    .cd-dropdown-content a, .cd-dropdown-content ul a {
      font-size: 12px;
    }
  }
  @media only screen and (min-width: 1024px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
      padding-top: 0;
      overflow: visible;
    }
    .cd-dropdown-content a, .cd-dropdown-content ul a {
      color: #111433;
      line-height: 50px;
      font-size: 12px;
      border-color: #ebebeb;
    }
    .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
      background-color: transparent;
      color: #b3b3b3;
      border-top: 1px solid #ebebeb;
    }
    .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
      border-top-width: 1px;
    }
    .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
      /* reset mobile style */
      opacity: 1;
    }
  }

  .cd-dropdown-content .see-all a {
    /* different style for the See all links */
    color: #ff7500;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    /* items with picture (or icon) and title */
    height: 80px;
    line-height: 80px;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding-left: 90px;
  }
  .cd-dropdown-content .cd-dropdown-gallery img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    padding-left: 75px;
    position: relative;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    color: #111433;
    font-size: 1.3rem;
    /* hide description on small devices */
    display: none;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    /* item icon */
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
  }
  @media only screen and (min-width: 1024px) {
    .cd-dropdown-content {
      /* reset mobile style */
      position: static;
      height: auto;
      width: 280px;
    }
    .cd-dropdown-content > li:last-of-type a {
      border-bottom: none;
    }
    .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
      color: #3f8654;
    }
    .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
      /* reset mobile style */
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
    .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      left: 100%;
      height: auto;
      background-color: #ffffff;
      box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
    }
    .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
      clear: both;
      content: "";
      display: table;
    }
    .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
      /* use the .open-to-left class if you want to open the dropdown on the left */
      left: auto;
      right: 100%;
    }
    .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
      /* reset mobile style */
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
    .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
      /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
      -webkit-animation: cd-fade-in 0.2s;
      -moz-animation: cd-fade-in 0.2s;
      animation: cd-fade-in 0.2s;
    }
    .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
      /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
      -webkit-animation: cd-fade-out 0.2s;
      -moz-animation: cd-fade-out 0.2s;
      animation: cd-fade-out 0.2s;
    }
    .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
      display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
      position: absolute;
      bottom: 20px;
      height: 45px;
      text-align: center;
    }
    .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
      margin: 0;
      height: 100%;
      line-height: 45px;
      background: #ff7500;
      pointer-events: auto;
      -webkit-transition: color 0.2s, background-color 0.2s;
      -moz-transition: color 0.2s, background-color 0.2s;
      transition: color 0.2s, background-color 0.2s;
      color: #ffffff;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
      color: #ffffff;
      background-color: #ff7500;
    }
    .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
      border: none;
    }
    .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
      padding: 20px 30px 100px;
    }
    .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
      width: calc(100% - 60px);
    }
    /* .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
      width: 50%;
      float: left;
    } */
    .cd-dropdown-content .cd-secondary-dropdown {
      overflow: hidden;
      width: 760px;
      padding-bottom: 65px;
	  z-index: 1;
	  padding: 30px 9px;
	  overflow-x: hidden;
	  overflow-y: auto;
    padding-bottom: 100px;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li > a {
	color: #000;
	margin-bottom: 10px;
	line-height: 30px;
	height: 30px;
	pointer-events: none;
	text-transform: uppercase;
	font-family: 'gothic-bold';
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #eee;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
      /* hide the arrow */
      display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
      /* reset mobile style */
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
    .cd-dropdown-content .cd-secondary-dropdown > li {

      border-right-width: 1px;
      border-color: #ebebeb;
      border-style: solid;
      padding: 0 15px;
	  border: 0;
      border-right: 1px solid #eee;
	  margin-bottom: 20px;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(4n) {
      border-right: 0;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > ul {
      /* reset mobile style */
      -webkit-transform: translate(0);
      -moz-transform: translate(0);
      -ms-transform: translate(0);
      -o-transform: translate(0);
      transform: translate(0);
      position: relative;
      height: auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
      display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown a {
      line-height: 25px;
      height: 25px;
      font-size: 12px;
      padding-left: 0;
	  letter-spacing: 1px;
	  font-family: 'gothic' !important;
    font-weight: 500;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
      color: #ff7500;
    }
    .cd-dropdown-content .cd-secondary-dropdown ul {
      padding-bottom: 25px;
      overflow: hidden;
      height: auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown .go-back a {
      padding-left: 20px;
      color: transparent;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
      color: transparent;
    }
    .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
      left: 0;
    }
    .cd-dropdown-content .cd-secondary-dropdown .see-all {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
    }
    .cd-dropdown-content .cd-dropdown-gallery {
      width: 600px;
      padding-bottom: 100px;
    }
    .cd-dropdown-content .cd-dropdown-gallery > li {
      width: 48%;
      float: left;
      margin-right: 4%;
    }
    .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
      margin-right: 0;
    }
    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
      padding: 0;
      height: auto;
      line-height: normal;
      color: #3f8654;
      margin-bottom: 2em;
    }
    .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
    .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
      margin-bottom: 0;
    }
    .cd-dropdown-content .cd-dropdown-gallery img {
      position: static;
      height: auto;
      width: 100%;
      margin: 0 0 0.6em;
    }
    .cd-dropdown-content .cd-dropdown-icons {
      width: 700px;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
      height: 80px;
      line-height: 1.2;
      padding: 24px 0 0 85px;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
      background: #ebebeb;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
      color: #3f8654;
      font-weight: bold;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
      display: block;
      font-size: 1.2rem;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
      left: 25px;
    }
    .cd-dropdown-content > .has-children > ul {
      visibility: hidden;
    }
    .cd-dropdown-content > .has-children > ul.is-active {
      /* when hover over .cd-dropdown-content items - show subnavigation */
      visibility: visible;
    }
    .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
      /* if .cd-secondary-dropdown is visible - show also subnavigation */
      visibility: visible;
    }
    .cd-dropdown-content > .has-children > a.is-active {
      /* hover effect for .cd-dropdown-content items with subnavigation */
      box-shadow: inset 2px 0 0 #ff7500;
      color: #ff7500;
    }
    .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
      background: #ff7500;
    }
    .open-to-left .cd-dropdown-content > .has-children > a.is-active {
      box-shadow: inset -2px 0 0 #3f8654;
    }
  }

  @-webkit-keyframes cd-fade-in {
    0% {
      opacity: 0;
      visibility: visible;
    }
    100% {
      opacity: 1;
      visibility: visible;
    }
  }
  @-moz-keyframes cd-fade-in {
    0% {
      opacity: 0;
      visibility: visible;
    }
    100% {
      opacity: 1;
      visibility: visible;
    }
  }
  @keyframes cd-fade-in {
    0% {
      opacity: 0;
      visibility: visible;
    }
    100% {
      opacity: 1;
      visibility: visible;
    }
  }
  @-webkit-keyframes cd-fade-out {
    0% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      opacity: 0;
      visibility: visible;
    }
  }
  @-moz-keyframes cd-fade-out {
    0% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      opacity: 0;
      visibility: visible;
    }
  }
  @keyframes cd-fade-out {
    0% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      opacity: 0;
      visibility: visible;
    }
  }

  .has-children > a, .go-back a {
    position: relative;
  }
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #666;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .has-children > a::before, .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .has-children > a::after, .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  @media only screen and (min-width: 1024px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
      background: #b3b3b3;
    }
  }

  .has-children > a {
    padding-right: 40px;
  }
  .has-children > a::before, .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
  }

  @media only screen and (min-width: 1024px) {
    .open-to-left .cd-dropdown-content > .has-children > a {
      padding-left: 40px;
      padding-right: 20px;
    }
    .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
      right: auto;
      left: 20px;
      -webkit-transform-origin: 1px 50%;
      -moz-transform-origin: 1px 50%;
      -ms-transform-origin: 1px 50%;
      -o-transform-origin: 1px 50%;
      transform-origin: 1px 50%;
    }
  }
  .cd-dropdown-content .go-back a {
    padding-left: 40px;
  }
  .cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }

  .cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2;
  }

  .no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .no-js .cd-dropdown-wrapper .cd-close {
    display: none;
  }
  .megamunue_icon{
	width: 50px;
    margin-right: 5px;
  }
  /* .all_product_view{
	background: #ff7500;
    padding: 10px 10px !important;
    height: auto !important;
    color: #ffffff !important;
	width: 100%;
  } */


  #cd-dropdown_mob .cd-dropdown-content li> a {
    color: #000;
    border: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}
#cd-dropdown_mob .cd-dropdown-content .see-all > a {
color: #ff7500;
}
#cd-dropdown_mob .cd-dropdown-content li {
  padding-bottom: 0px;
}
#cd-dropdown_mob .cd-dropdown-content li> a>img {
  width: 40px;
  height: 40px;
}
#cd-dropdown_mob .cd-dropdown-content ul {
  align-content: flex-start;
}

  /* product dropdawn mega menue*/

.accordion-button{
     padding: 0.5rem 1.25rem !important;
}

.custom-body-style{
    overflow: hidden;
}

.empty-wishlist-cart-box img{
    max-height: 100%;
    max-width: 100%;
}

/* 404 page style */

.back_to_home{
    color: #FFFFFF !important;
    background-color: #FF7500 !important;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    padding: 10px 25px;
}