@import url("https://use.typekit.net/erz2ipp.css");
@import url("https://use.typekit.net/grk1pie.css");

@font-face {
  font-family: BunyaRegular;
  src: url(/fonts/BunyaRegular.otf);
}

:root {
  --text_color_primary: #3d3d3d;
}
html,
body {
  scroll-behavior: auto !important;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: auto;
}

body {
  overflow-y: auto;
  height: 100vh;
  width: 100%;
  font-style: normal !important;
  font-family: neue-kabel, bunya-regular, sans-serif !important;
  background-color: #f6f3eb !important;
}
p {
  color: #3d3d3d;
}

.footer-mobile-menu {
  display: none;
}

.margin_t_b_zero {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

section.navbar-area {
  background-color: #161616;
  height: 54px;
}

.menu-icon {
  /* margin-top: 20px; */
  padding-left: 50px;
}
.paddb_80 {
  padding-bottom: 80px;
}
/*Navbar*/
ul.nav-menu-list {
  list-style: none;
  float: left;
  margin: 0;
}
.ver_content {
  display: none;
}
.ver_content {
  padding-bottom: 30px;
}
.right-option {
  /* float: right; */
  /* margin-right: 50px; */
}

.menu-icon i {
  cursor: pointer;
}

.nav-shopping i,
.nav-user i {
  cursor: pointer;
}

.d_n {
  margin-left: -550px;
  transition: all 0.4s ease;
}

.animated {
  transition: all 0.4s ease;
  overflow: auto;
}

.pacifier-title h3 {
  font-weight: 400;
  text-transform: uppercase;
  color: var(--text_color_primary);
  margin: 0;
}

.product-img-mini img {
  object-fit: cover;
  width: 262px;
  /* height: 262px; */
  aspect-ratio: 5/7;
}

.ver-img img {
  object-fit: cover;
  width: 100%;
  height: 600px;
}

.main-logo {
  margin: 0 auto;
  display: table;
}

ul.nav-menu-list li {
  float: left;
  padding-left: 35px;
  /* margin-top: 20px; */
}
ul.nav-menu-list li i:hover {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
section.pacifier-area {
  margin-bottom: 50px !important;
}
.subscribe-btn {
  margin-top: 25px;
  margin-bottom: 20px;
}

section.home-video.mt-5 {
  margin: 30px 0 !important;
}

.product-content {
  display: inline-block;
  margin-top: 4px;
}
.float_right_item_content {
  /* margin-left: 16px; */
}

.main-logo svg {
  width: 85px;
  /* height: 60px; */
}
.main-logo a svg path {
  transition: all 0.4s ease-in-out;
}

/* .main-logo a svg:hover path {
  fill: #fff;
  transition: all 0.4s ease-in-out;
} */
.main-logo svg {
  transition: all 0.4s ease-in-out;
}
.main-logo svg:hover {
  filter: brightness(1.5);
  -webkit-filter: brightness(1.5);
}

.pad_zero {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.menu-icon i {
  color: #fdd9e5;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}
.menu-icon i:hover {
  color: #fdd9e5;
  transition: all 0.4s ease-in-out;
}
ul.nav-menu-list li i {
  color: #fdd9e5;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.item-count span {
  background: #fdd9e5;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  color: #2c2c2c;
  top: 10px;
  margin-left: 9px;
  font-size: 11px;
  font-weight: 400;
}

.product-content h5 {
  padding-top: 10px;
  margin-bottom: 4px;
  color: var(--text_color_primary);
  font-size: 18px;
  font-weight: 400 !important;
  font-family: "neue-kabel", sans-serif !important;
}

.login-title h5 {
  font-size: 14px;
  font-weight: 700;
}

section.contact-area {
  background-color: #fff;
}
.contact-inner {
  padding: 36px 0px;
}
.contact-title h5 {
  font-size: 14px;
  color: var(--text_color_primary);
  font-weight: bold;
  padding-bottom: 10px;
}

.follow-us-title h5 {
  font-size: 21px;
  color: var(--text_color_primary);
  font-weight: bold;
  padding-bottom: 10px;
}

.follow-us-content i {
  font-size: 30px;
  color: #3d3d3d;
  /* padding-top: 15px; */
}
.contact-content p {
  color: var(--text_color_primary);
}

.subscribe-control {
  border: 0;
  border-bottom: 3px solid #707070;
  border-radius: 0;
  padding: 0;
  font-size: 18px;
}
.subscribe-control::-webkit-input-placeholder {
  color: #757575;
}
.subscribe-control::-moz-placeholder {
  color: #757575;
}
.subscribe-control:-ms-input-placeholder {
  color: #757575;
}
.subscribe-control::-ms-input-placeholder {
  color: #757575;
}
.subscribe-control::placeholder {
  color: #757575;
}
.contact-title span {
  color: var(--text_color_primary);
  font-size: 16px;
}
.subscribe-control:focus {
  color: #3d3d3d;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 2px solid #707070;
  outline: 0;
  box-shadow: none;
}
.security-check span {
  font-size: 20px;
  color: var(--text_color_primary);
}
.security-check {
  margin-top: 15px;
}

.recaptcha-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #ededed;
  background-color: #f4f4f4;
}

.recaptcha-icon img {
  width: 45px;
  height: 25px;
  float: right;
}

.captcha-check-input {
  border-radius: 0 !important;
  color: var(--text_color_primary);
}

.form-check-input:checked {
  background-color: #434343;
  border-color: #434343;
}

button.subscribe-btn {
  border: 0;
  background-color: #161616;
  color: #fefffe;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  border: none;
}
button.subscribe-btn:focus {
  outline: 0;
  box-shadow: none;
}
button.subscribe-btn:hover {
  color: #fff;
}

section.footer {
  background-color: #161616;
}
.footer h5 {
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  font-family: "neue-kabel";
  font-weight: bold;
}

ul.footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.footer-list li a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
}
ul.footer-list li a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 0.8px;
  bottom: 0;
  left: 0;
  background-color: #ffff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
ul.footer-list li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.inner-footer {
  padding: 45px 0px;
}
ul.footer-list li {
  padding-top: 16px;
}
section.footer-bottom {
  background-color: #292c33;
  color: #fff;
  text-align: center;
}
.footer-copytight p {
  padding: 15px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
}
.follow-us {
  float: right;
}

.auth-shopping {
  display: none;
}

.contact-content a {
  text-decoration: none;
}

/*Drawer Menu*/
nav {
  position: fixed;
  width: 400px;
  height: 100vh;
  background: #fff;
  z-index: 99999;
  padding-bottom: 100px;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 30px;
}

nav ul li a {
  display: block;
  background: #fff;
  padding: 11px 70px;
  color: #333;
  text-decoration: none;
  transition: 0.4s linear;
  font-size: 20px;
}
nav ul li a:hover {
  background: #f8f8f8;
  color: #515151;
}
nav ul li a .fa {
  width: 16px;
  text-align: center;
  margin-right: 5px;
  float: right;
}
nav ul ul {
  background-color: #ffffff;
  padding-top: 0;
}
li.sub-menu ul li {
  margin-left: 23px;
  background: #fff;
}
nav ul li ul li a {
  background: #fff;
  border-left: 4px solid transparent;
  padding: 10px 105px;
  font-size: 18px;
}
nav ul li ul li a:hover {
  background: #ebebeb;
  border-left: 4px solid #2c2c2c;
}

.overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
  cursor: pointer;
}
.mt_60 {
  margin-top: 60px;
}

/*Drawer Menu End*/

/*User-Drawer*/
.user-drawer-container {
  position: fixed;
  right: -440px;
  height: 100vh;
  width: 400px;
  background: #f8f8f8;
  overflow: auto;
  cursor: auto;
  transition: all 0.4s ease;
}
.user-inner-drawer {
  padding: 40px;
}
.reset-pass-inner {
  padding: 40px;
}
.right_zero {
  right: -15px !important;
  top: 60px !important;
  transition: all 0.4s ease !important;
}

.login-title h5 {
  padding: 15px 0 15px;
  font-size: 25px;
  margin: 0;
}
.cmn-control {
  border-radius: 0;
}
.cmn-control:focus {
  outline: none;
  box-shadow: none;
}
.check_mod {
  border-radius: 0 !important;
}

.check_mod:focus {
  box-shadow: none;
}
.forget_p a {
  color: #3d3d3d;
  float: right;
  font-size: 18px;
}
.btn-common {
  border: 0;
  border-radius: 0;
  width: 100%;
  color: #fff;
  background-color: #2c2c2c;
  margin: 15px 0px;
}

.btn-common:focus {
  box-shadow: none;
}

.btn-common:hover {
  color: #fff;
}
.no-acc-title span {
  font-size: 14px;
}
.conv-list {
  padding: 0px 0px 15px 0;
}
.conv-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.conv-list ul li {
  padding-top: 25px;
  font-size: 14px;
}
.conv-list ul li a {
  text-decoration: none;
}

.read-privacy span {
  font-size: 14px;
}
.create-now-btn {
  margin-bottom: 50px;
  margin-top: 18px;
}
/*User-Drawer End*/

.accordion-collapse {
  transition: 0.3s;
}
.form-check.terms {
  padding-left: 36px;
}

/*Shopping cart list drawer*/
.shopping-cart-drawer-container {
  position: fixed;
  right: -440px;
  height: 100vh;
  width: 400px;
  background: #f8f8f8;
  overflow: auto;
  cursor: auto;
  transition: all 0.4s ease;
  overflow-y: scroll;
}

.shopping-cart-inner-drawer {
  padding: 40px;
}
.shopping-cart-inner-drawer > .form-label {
  color: #3d3d3d;
}
/*Shopping cart list drawer End*/

/*Search area*/
section.nav-search-area {
  width: 100%;
  height: 54px;
  position: fixed;
  background-color: #161616;
  z-index: 2000000;
  top: -70px;
  transition: all 0.4s ease;
}
.inner-search {
  width: 60%;
  margin: 0 auto;
  display: table;
  /* margin-top: 11px; */
}
.icon-part {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  color: #afa9a9;
}
input.search-control {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
}
input.search-control:focus {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
  color: #fff;
  box-shadow: none;
}
.dismiss-search img {
  cursor: pointer;
  height: 30px;
  width: 30px;
}
.top_zero {
  top: 0px !important;
  transition: all 0.4s ease;
}
/*Search area end*/

/*Product*/

/*Product end*/

/*Login Page*/
.inner-login {
  width: 450px;
  display: table;
  margin: 0 auto;
}
/*Login Page end*/

/*Reset Sidebar Form*/
.reset-title-sub h5 {
  font-size: 25px;
}
.reset-title-sub p {
  font-weight: 300;
  font-size: 15px;
  color: #757575;
}
.reset-content-form label {
  font-size: 18px;
}
/*Reset Sidebar Form End*/

/*Shopcart list*/
.shopping-cart-side-title h5 {
  padding: 20px 0;
  margin-bottom: 0;
  text-align: center;
}
.shopping-cart-sidebar ul li span i {
  color: #3d3d3d;
}
.shopping-cart-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shopping-cart-sidebar ul li:hover {
  background-color: #ededed;
  transition: all 0.4s ease;
}
.shopping-cart-sidebar ul li a {
  text-decoration: none;
  color: #3d3d3d;
  padding-left: 5px;
}
.shopping-cart-sidebar ul li {
  padding: 10px;
  padding-left: 80px;
}
.shopping-cart-list {
  padding-bottom: 80px;
}
/*Shopcart list End*/

/*Sidebar Sign Up Drawer Content*/
.sidebar-sign-up {
  padding: 30px;
}
.view_pass {
  float: right;
  text-decoration: underline;
  cursor: pointer;
}
.terms label {
  color: #3d3d3d;
}
/*Sidebar Sign Up Drawer Content End*/

button.subscribe-btn {
  font-size: 14px;
  font-weight: 600;
  padding: 9px 83px;
  border: none;
  border-radius: 8px;
}

/*Footer Accordion menu*/
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.accordion-item:first-of-type .accordion-button {
  border-radius: 0 !important;
  border: 0;
  font-size: 14px;
  /* font-weight: 300; */
}
.accordion-item:first-of-type {
  border-radius: 0;
}
.accordion-body {
  background-color: #1a1a1a;
  padding: 1rem 0.5rem;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #383838;
  box-shadow: none;
  font-size: 14px;
}
.accordion-button {
  background-color: #1a1a1a;
  color: #fff;
  font-size: 14px;
  padding: 1rem 0;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZmZmZmZmIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiIHhtbG5zOmlua3NjYXBlPSJodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy9uYW1lc3BhY2VzL2lua3NjYXBlIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwMDIuMzYyMikiPjxwYXRoIHN0eWxlPSJ0ZXh0LWluZGVudDowO3RleHQtdHJhbnNmb3JtOm5vbmU7ZGlyZWN0aW9uOmx0cjtibG9jay1wcm9ncmVzc2lvbjp0YjtiYXNlbGluZS1zaGlmdDpiYXNlbGluZTtjb2xvcjojMDAwMDAwO2VuYWJsZS1iYWNrZ3JvdW5kOmFjY3VtdWxhdGU7IiBkPSJtIDEzLDEwMjUuMzYyMiBjIC0xLjEwNDU3LDAgLTIsMC44OTU0IC0yLDIgMCwxLjEwNDUgMC44OTU0MywyIDIsMiBsIDI0LDAgYyAxLjEwNDU3LDAgMiwtMC44OTU1IDIsLTIgMCwtMS4xMDQ2IC0wLjg5NTQzLC0yIC0yLC0yIHoiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgc3Ryb2tlPSJub25lIiBtYXJrZXI9Im5vbmUiIHZpc2liaWxpdHk9InZpc2libGUiIGRpc3BsYXk9ImlubGluZSIgb3ZlcmZsb3c9InZpc2libGUiPjwvcGF0aD48L2c+PC9zdmc+");
  transform: none;
  filter: opacity(0.4) drop-shadow(0 0 0 #757575);
}
.accordion-button::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZmZmZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTcyLjAwMSw0Nkg1NFYyNy45OTljMC0yLjIwOS0xLjc5MS00LTQtNHMtNCwxLjc5MS00LDRWNDZIMjcuOTk5Yy0yLjIwOSwwLTQsMS43OTEtNCw0czEuNzkxLDQsNCw0SDQ2djE4LjAwMSAgYzAsMi4yMDksMS43OTEsNCw0LDRzNC0xLjc5MSw0LTRWNTRoMTguMDAxYzIuMjA5LDAsNC0xLjc5MSw0LTRTNzQuMjEsNDYsNzIuMDAxLDQ2eiI+PC9wYXRoPjwvc3ZnPg==");
  filter: opacity(0.4) drop-shadow(0 0 0 #757575);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border: 0;
  border-radius: 0;
}
.accordion-item {
  margin-bottom: -1px;
  border: 0;
  background-color: #1a1a1a;
}
.accordion-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion-body ul li {
  padding: 9px 30px;
}
.accordion-body ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}
/*Footer Accordion menu end




/*Product cart drawer*/

.cart-product-img img {
  width: 115px;
  /* height: 115px; */
  aspect-ratio: 5/7;
  object-fit: cover;
}

.cart-product-content {
  padding-left: 35px;
}

.cart-product-subtitle p {
  margin: 3px 0px;
  color: #3d3d3d;
  /* padding-left: 5px; */
}

.cart-product-title span {
  font-weight: normal;
  color: #3d3d3d;
}
.clear-cart-item span img {
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.clear-cart-item {
  margin-top: 40px;
  margin-left: 10px;
}
/*Product cart drawer end*/

/*Checkout price */
.sub-calculation-value {
  float: right;
  font-weight: normal;
}
.tx p {
  color: #757575;
}
/*Checkout price  end*/

/*Mobile Search Area*/
input.mobile-search-control {
  border: 0;
  border-bottom: 1px solid #ededed;
  border-radius: 0;
  color: #272727;
  padding: 2px 8px;
  font-size: 18px;
  line-height: 2.2;
}
input.mobile-search-control::-webkit-input-placeholder {
  color: #d9d9d9;
  font-size: 18px;
}
input.mobile-search-control::-moz-placeholder {
  color: #d9d9d9;
  font-size: 18px;
}
input.mobile-search-control:-ms-input-placeholder {
  color: #d9d9d9;
  font-size: 18px;
}
input.mobile-search-control::-ms-input-placeholder {
  color: #d9d9d9;
  font-size: 18px;
}
input.mobile-search-control::placeholder {
  color: #d9d9d9;
  font-size: 18px;
}
input.mobile-search-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #ededed;
}

span.mobile-search-input-text {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #ededed;
  padding: 3px 0px 4px 12px;
  color: #9fa3a7;
  border-radius: 0;
}
.visibility_mobile_search {
  display: none;
}
/*Mobile Search Area End*/

/*Form validation set*/
.invalid-feedback {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ff1c50;
}
.invalid-feedback span img {
  height: 19px;
  width: 20px;
}
/*Form validation set end*/

/*Cookies Style*/

.inner-cookie-bar p {
  margin: 0;
}
.cookies-alart {
  margin: 0;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  background-color: #45b7ac;
  border-color: #009688;
  padding: 12px 25px;
}
.inner-cookie-bar p a strong {
  color: #011302;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}
section.cookie-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  display: none;
}
.inner-cookie-bar p span i {
  font-size: 25px;
  padding-right: 10px;
}
.inner-cookie-bar p {
  margin: 0;
  display: inline-flex;
}
.inner-cookie-bar p a strong {
  color: #011302;
}
.inner-cookie-bar p a {
  color: #011302;
  -webkit-text-decoration-color: #011302;
  text-decoration-color: #011302;
}
.btn-close {
  opacity: 1;
}
/*Cookies Style End */

/*Previous / Back Button*/
button.btn_previous_icon span i {
  font-size: 23px;
  color: #464646;
  display: block;
}
button.btn_previous_icon {
  padding: 0px 31px 0px 25px;
  border: 1px solid #a7a7a7;
  border-radius: 15px;
  margin-top: 15px;
  margin-left: 15px;
  background-color: #fff;
  transition: all 0.4s;
}
button.btn_previous_icon:hover {
  padding: 0px 31px 0px 12px;
  transition: all 0.4s;
}
/*Previous / Back Button End*/

.obj_rotation180 {
  transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
}
.obj_rotation0 {
  transform: rotate(0deg) !important;
  transition: all 0.4s ease-in-out !important;
}

.fixed-position {
  position: fixed;
}

.location-previous button {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  text-decoration: underline;
  -webkit-text-decoration-color: #3d3d3d;
  text-decoration-color: #3d3d3d;
  margin-left: 33px;
  color: #3d3d3d;
  padding-top: 15px;
  position: absolute;
}

.col.forget_p a {
  float: right;
}

.product-content span {
  color: var(--text_color_primary);
  font-weight: 400;
  font-size: 16px;
}

.no-acc-title h5 {
  font-size: 25px;
}

.user-inner-drawer label {
  font-size: 18px;
}

/*LEfySide Menu Bar*/
.left-side-menubar button.accordion-button.collapsed {
  background: #fff;
  color: #3d3d3d;
}
.left-side-menubar button.accordion-btn {
  border: 0;
  background: #fff;
}
.left-side-menubar.li_single span a {
  color: #3d3d3d;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  background-color: #fff;
}
.submenu-body {
  background-color: #fff !important;
  padding: 0;
}

.submenu-body ul li a {
  color: #3d3d3d !important;
  font-size: 20px;
  padding: 3px 14px;
  transition: none;
}
.submenu-body ul li {
  transition: none;
}

.accord-menu-btn:not(.collapsed) {
  color: #3d3d3d;
  background-color: #ffffff;
  box-shadow: none;
  font-size: 24px;
}

.li_single_btn::after {
  content: none;
}

.accord-menu-btn::after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.accord-menu-btn:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(180deg) !important;
}
.inner-left-side-menubar {
  padding: 15px 30px;
  font-family: "neue-kabel", sans-serif;
}
.submenu-body ul li:hover {
}
.submenu-body ul li a {
  background: #fff !important;
}
.submenu-body ul li {
  padding: 1px 0px;
  margin-left: 55px;
  margin-bottom: 7px;
  border-left: 4px solid #fff;
}
.accordion-item {
  background-color: transparent;
}
/*LEfySide Menu Bar End*/

.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.4;
}

.product_item_page {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: auto;
}

.product_item_page > div {
  box-sizing: border-box;
  margin: 50px 50px 0 0;
  width: calc(1 / 4 * 100% - (1 - 1 / 4) * 50px);
  height: auto;
  color: #fff;
}

.product_item_page > div:nth-child(4n) {
  margin-right: 0;
}

.product_item_page::after {
  content: "";
  flex: auto;
}

.product_item_page > div:nth-child(-n + 4) {
  margin-top: 0;
}

.product-head-title h5 {
  /* margin: 30px 0; */
}
.product_section {
  margin-bottom: 30px;
}
.order_info_bottom {
  margin-top: 15px;
}
input.acknowledge,
input.profiling {
  border-radius: 0 !important;
}
.opacity_onfocus {
  opacity: 0.5;
}
.product_gallery_mini img:hover {
  opacity: 1;
}

.return_tag {
  /* position: absolute; */
  /* margin-top: 20px; */
}
.return_tag a:hover {
  color: #d9d9d9;
}
.return_tag a {
  font-size: 16px;
  color: #d9d9d9;
  text-decoration: none;
}
.mobile_c_h {
  display: none;
}
.guest_mail_info {
  color: #757575;
  margin-bottom: 10px;
}
.guest_mail_info_check {
  border-radius: 0 !important;
}

.guest_mail_info_check:focus {
  outline: none;
  box-shadow: none;
}
label.sub_to_news {
  font-size: 16px;
  color: #3d3d3d;
  margin-top: -1px;
}
.selected_clr {
  color: #757575 !important;
}
.feedback {
  color: #ff0000;
}

/* Edit Drawer */
.edit_SideDrawer {
  background-color: #009688;
}

.edit_drawer_container {
  position: fixed;
  right: -560px;
  height: 100vh;
  width: 420px;
  background: #f8f8f8;
  overflow: auto;
  cursor: auto;
  transition: all 0.4s ease;
  top: 60px;
  z-index: 99;
  bottom: 0;
}
.edit_inner_drawer {
  padding: 40px;
  margin-bottom: 130px;
}
.edit_overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  cursor: pointer;
}
#countrylHelp {
  font-size: 12px !important;
}

.edit_form_btn_container {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.edit_form_btn_container button {
  border: 1px solid #b6b4b4;
  border-radius: 0;
  width: 47%;
  margin-top: 15px;
}
.edit_form_btn_container button:focus {
  outline: none;
  box-shadow: none;
}
button.btn_save:hover {
  color: #fff;
}
button.exit:hover {
  color: #3d3d3d;
}
button.btn_save {
  background-color: #212429;
  color: #fff;
}
.edit_inner_drawer h5 {
  margin-bottom: 15px;
}

/* Edit Drawer End */
.welcome_borad_area
  .inner_welcome_board
  .address_area
  .inner_address_area
  .addess_overview
  .close_address {
  margin-top: 0 !important;
}
.welcome_borad_area
  .inner_welcome_board
  .address_area
  .inner_address_area
  .addess_overview
  .address_editbtn {
  margin-top: 170px;
}
.welcome_borad_area
  .inner_welcome_board
  .address_area
  .inner_address_area
  .addess_overview
  .address_editbtn {
  margin-top: 192px;
}
.border_temp {
  border: 1px solid #3d3d3d;
}

/* =========== */
.close_wish {
  /* position: absolute; */
  margin-left: 75px;
}
.close_wish img {
  width: 16px;
  cursor: pointer;
}
a.view_btn {
  color: #3d3d3d;
  border-radius: 25px;
  padding: 5px 20px;
  border: 1px solid #c5c5c5;
}
.wish_inner {
  max-width: 150px;
}
a.view_btn:hover {
  color: #3d3d3d;
}
.mobile-tab {
  display: none;
}
a.view_page {
  color: #3d3d3d;
  border-radius: 25px;
  padding: 5px 20px;
  border: 1px solid #c5c5c5;
}
a.view_page:hover {
  color: #3d3d3d;
}
.view_and_remove {
  display: flex;
  margin-top: 15px;
}
.remove_item button {
  border: 1px solid #3d3d3d;
  border-radius: 25px;
  padding: 5px 35px;
}
.viewpages a {
  border: 1px solid #3d3d3d;
  border-radius: 25px;
  padding: 5px 35px;
  margin-left: 15px;
  background-color: #272727;
  color: #fff;
}
.viewpages a:hover {
  color: #fff;
}
.view_and_remove {
  display: none;
}
.wish_item_image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.wish_item_content p {
  margin: 8px 0;
}
.wish_item_content h5 {
  margin-bottom: 28px;
}
.close_wish,
a.view_page {
  display: none;
}
.owl-carousel .owl-item img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.order_info_bottom a {
  color: #3d3d3d;
  text-decoration: underline;
}
.slick_data_content span a {
  color: #3d3d3d;
}
.container_standard p {
  /* cursor: pointer; */
  font-size: 13px;
}
.edit_form_btn_container button {
  border-radius: 25px;
}
.ant-notification {
  z-index: 9999999999 !important;
}
div#addr {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.search_bar_area {
  background: #fff;
  color: #3d3d3d;
  box-shadow: 0px 2px 5px 0px #d6cfcf;
  margin-top: -2px;
}
.inner_searchbar_main {
  width: 60%;
  padding: 15px;
  display: table;
  margin: 0 auto;
}

.password_show {
  width: 100%;
  height: auto;
}

p.show_pass {
  cursor: pointer;
  text-decoration: underline;
  text-align: right;
  margin: 0;
}
.invalid-feedback span img {
  margin-top: -4px;
}
input.agree_check {
  border: 1px solid #3d3d3d;
  margin-top: 6px;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

select.sp_pad {
  padding-left: 5px;
  padding-right: 5px;
}

.product_list_bred {
  margin-top: 18px;
}

.inner_table_size table {
  table-layout: fixed;
}
.modal_container {
  background-color: #fff;
}
.contact_us_modal a {
  text-decoration: underline;
  color: #3d3d3d;
}
.contact_us_modal p {
  margin-top: 15px;
}
.contact_us_modal a:hover {
  text-decoration: underline;
}
.inner_modal_container {
  padding: 30px 60px;
}
h5.title_modal {
  text-align: center;
}
.form_checker_inline {
  margin: 15px 0 15px;
}
.inner_table_size table td {
  vertical-align: middle;
  padding: 15px 0;
}
.inner_table_size thead tr td {
  padding: 10px 0;
}

select:invalid {
  color: #828282 !important;
}

/* 
select:valid {
  color: #3d3d3d !important;
} */
select:valid {
  color: #757575 !important;
}
.col.forget_p.text-end {
  margin-right: -5px;
}
.product_details_area
  .product_details_inner
  .product_description_area
  .product_img_without_modal {
  /* margin-right: 25% !important; */
  margin-top: 2.5rem;
}
._newsletter {
  margin-bottom: 5px !important;
}
hr.breadcumb_line {
  color: #cccccc;
  margin-bottom: 15px;
}
p.order_statuss {
  margin-bottom: 5px;
}
.orderdetails_head p {
  margin-bottom: 5px;
}
.bill_separ_addr p {
  margin-bottom: 5px;
}
p.n_phone {
  margin-top: 20px;
}
.order_product_box img {
  margin-top: 15px;
}
.order_product_box h5 {
  margin-top: 15px;
}
.card_number_data p {
  margin-top: 15px;
}
.checkout_area .inner_checkout .checkout_content .checkout8 .payment_option {
  margin-top: 15px !important;
}

.shipping_editable_area {
  margin-bottom: 15px !important;
}

.accordion__button {
  background-color: #ffffff !important;
  color: #3d3d3d !important;
}

.accordion__button:not(.collapsed) {
  color: #3d3d3d !important;
  background-color: #ffffff !important;
}

.accordion__body {
  background-color: #ffffff !important;
}

.accordion__item {
  border: 1px solid #ececec !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.accordion__item:last-child {
  border-bottom: 0 !important;
}
.accordion__item:first-child {
  border-top: 0 !important;
}
.accordion__button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion__button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(180deg) !important;
}
.alert-warning {
  color: #2c2c2c;
  background-color: #ffffff;
  border-color: #292c33;
  border: 0;
  font-size: 18px;
  border-radius: 0;
}

.btn_cookies {
  background-color: #2c2c2c !important;
  color: #ffffff !important;
  font-size: 18px !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-left: 30px;
}
section.cookies_g {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  margin-top: -73px;
}
.alert {
  margin-bottom: 0;
}
button.btn-close {
  margin-top: 11px;
}
.inner_cookies {
  text-align: center;
}

.cookie_button {
  margin-top: 15px;
}
.alert-dismissible {
  padding-right: 16px;
}

.form-select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjNzU3NTc1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB2ZXJzaW9uPSIxLjEiIHN0eWxlPSJzaGFwZS1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uO3RleHQtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjtpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyIgdmlld0JveD0iMCAwIDY2OCAzNzUiIHg9IjBweCIgeT0iMHB4IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCI+PGRlZnM+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4KICAgCiAgICAuZmlsMCB7ZmlsbDojNzU3NTc1fQogICAKICA8L3N0eWxlPjwvZGVmcz48Zz48cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTM2MyAzNjNsMjkzIC0yOTJjMTYsLTE3IDE2LC00MyAwLC01OSAtMTYsLTE2IC00MywtMTYgLTU5LDBsLTI2MyAyNjMgLTI2MyAtMjYzYy0xNywtMTYgLTQzLC0xNiAtNTksMCAtMTYsMTYgLTE2LDQyIDAsNTlsMjkyIDI5MmMxNywxNiA0MywxNiA1OSwweiI+PC9wYXRoPjwvZz48L3N2Zz4=") !important;
}

.checkout-switch button {
  background-color: #bfbebe;
}
.checkout-switch .ant-switch-checked {
  background-color: #011302;
}