/*RESET SOME DECO CSS*/
#ywpbody:not(.dn-edit-mode) .dn-page-section,
#ywpbody:not(.dn-edit-mode) .dn-page-section .dn-page-section-content,
#ywpbody:not(.dn-edit-mode) .dn-page-section .dn-page-section-content .dn-widget,
#ywpbody:not(.dn-edit-mode) .dn-page-section .dn-page-section-content .dn-widget .dn-widget-content-container,
#ywpbody:not(.dn-edit-mode) .dn-page-section .dn-page-section-content .dn-widget .dn-widget-content-container .dn-widget-content {
  z-index: unset !important;
}

/* HEADER MAIN CSS */
#ywpbody header#decoheader {
  background: #fff;
  transition: 0.3s;
  z-index: 100000000001;
  box-shadow: rgba(222, 222, 222, 0.25) 0px 4px 31px,
    rgba(234, 234, 234, 0.15) 0px 3px 5px;
  position: sticky;
  top: 0;
}

@media (max-width: 1024px) {
  #ywpbody header#decoheader {
    z-index: 1000;
  }

  #ywpbody header#decoheader.move-forward {
    z-index: 100000000001;
  }
}

#ywpbody header#decoheader.fixed {
  box-shadow: 0px 15px 20px 0px rgba(94, 97, 101, 0.1);
}

@media (max-width: 1024px) {
  #ywpbody header#decoheader .v_desktop {
    display: none !important;
  }
}

@media (min-width: 576px) {
  #ywpbody header#decoheader .v_mobile {
    display: none !important;
  }
}

#ywpbody header#decoheader .ham-menu {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

#ywpbody header#decoheader .ham-menu:hover .menu-icon span:first-child {
  animation: hamMenu 0.4s forwards;
}

#ywpbody header#decoheader .ham-menu:hover .menu-icon span:nth-child(2) {
  animation: hamMenu 0.7s forwards;
}

#ywpbody header#decoheader .ham-menu:hover .menu-icon span:last-child {
  animation: hamMenu 0.9s forwards;
}

#ywpbody header#decoheader .ham-menu:focus {
  outline: none;
}

#ywpbody header#decoheader .ham-menu:focus .menu-icon:before {
  border-color: #232528;
}

#ywpbody header#decoheader .ham-menu .menu-icon {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  padding: 6px 3px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

#ywpbody header#decoheader .ham-menu .menu-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  transform: scale(1.2, 1);
  transition: 0.3s;
}

#ywpbody header#decoheader .ham-menu .menu-icon span {
  width: 100%;
  height: 2px;
  background: #232528;
  border-radius: 2px;
  transition: 0.3s;
}

#ywpbody header#decoheader .ham-menu p {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #232528;
  /* HEADER MAIN CSS END */
  /* HEADER TOPBAR CSS */
}

#ywpbody #header-topbar-v2 {
  background: #080133;
  border-bottom: 1px solid #f4f5f6;
}

@media (max-width: 1024px) {
  #ywpbody #header-topbar-v2 {
    display: none;
  }
}

#ywpbody #header-topbar-v2.hide {
  animation: fadeOut 0.3s forwards;
  display: none;
}

#ywpbody #header-topbar-v2.logged-user .active-user {
  display: block;
}

#ywpbody #header-topbar-v2.logged-user .guest {
  display: none;
}

#ywpbody #header-topbar-v2 .header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 64px;
  box-sizing: content-box !important;
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  #ywpbody #header-topbar-v2 .header_container {
    padding: 0 24px;
  }
}

@media (max-width: 1024px) {
  #ywpbody #header-topbar-v2 .header_container {
    padding: 0 16px;
  }
}

#ywpbody #header-topbar-v2 .topbar-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

#ywpbody #header-topbar-v2 .topbar-left .shipping-label {
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

#ywpbody #header-topbar-v2 .topbar-left .shipping-label-right {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  position: relative;
}

#ywpbody #header-topbar-v2 .topbar-left .shipping-label-right #copyText {
  text-decoration: underline;
}

#ywpbody #header-topbar-v2 .topbar-left .shipping-label-right #copyAlert {
  position: absolute;
  top: -2px;
  right: -17px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  border-radius: 11px;
  background: #17D24B;
  padding: 2px 8px;
}

#ywpbody #header-topbar-v2 .user-profile-links {
  list-style: none;
  display: flex;
  align-items: center;
}

#ywpbody #header-topbar-v2 .header_contact-dropdown.deactivate {
  pointer-events: none;
}

#ywpbody #header-topbar-v2 .user-link-wrap {
  margin-left: 24px;
  position: relative;
  padding: 6px 0;
  position: relative;
}

#ywpbody #header-topbar-v2 .user-link-wrap:hover .user-link {
  color: #ffffff;
}

#ywpbody #header-topbar-v2 .user-link-wrap:hover .user-link svg path {
  stroke: #ffffff;
}

#ywpbody #header-topbar-v2 .user-link-wrap:hover .contact-dropdown-menu {
  display: block;
}

#ywpbody #header-topbar-v2 .user-link {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
  pointer-events: none;
}

#ywpbody #header-topbar-v2 .user-link .icon {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  position: relative;
}

#ywpbody #header-topbar-v2 .user-link .icon svg {
  width: 100%;
  height: 100%;
}

#ywpbody #header-topbar-v2 .user-link .icon svg path {
  transition: 0.3s;
  stroke: #ffffff;
}

#ywpbody #header-topbar-v2 .cart-detail .user-link .cart-count {
  display: none;
  background: #fff;
  color: #000;
  font-size: 12px;
  margin-left: 4px;
  padding: 0 3px;
  position: unset;
  transform: unset;
}

#ywpbody #header-topbar-v2 .cart-detail.is-full .user-link .cart-count {
  display: flex;
}

#ywpbody #header-topbar-v2 .active-user {
  display: none;
}

#ywpbody #header-topbar-v2 .guest {
  display: inline-block;
  /* HEADER TOPBAR CSS END */
  /* CONTACT DROPDOWN COMPONENT CSS */
}

#ywpbody .contact-dropdown-menu {
  padding-top: 0px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000000001;
  min-width: max-content;
  display: none;
}

#ywpbody .contact-dropdown-menu .dropdown-content {
  background: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

#ywpbody .contact-dropdown-menu .dropdown-header {
  border-bottom: 1px solid #e3e3e3;
  padding: 12px 16px;
}

#ywpbody .contact-dropdown-menu .dropdown-header .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #232528;
}

#ywpbody .contact-dropdown-menu .dropdown-header .title b {
  font-weight: 600;
}

#ywpbody .contact-dropdown-menu .dropdown-body.active-user {
  display: none;
}

#ywpbody .contact-dropdown-menu .dropdown-body.guest {
  display: inline-block;
}

#ywpbody .contact-call .contact-dropdown-menu {
  min-width: max-content;
}

#ywpbody .contact-call .contact-dropdown-menu .dropdown-header .title {
  padding-left: 18px;
  position: relative;
}

#ywpbody .contact-call .contact-dropdown-menu .dropdown-header .title:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #babcc0;
  left: 0;
  top: 5px;
}

#ywpbody .contact-call .contact-dropdown-menu .dropdown-header .title .on {
  display: none;
}

#ywpbody .contact-call .contact-dropdown-menu .dropdown-header .title .off {
  display: inline-block;
}

#ywpbody .contact-call .contact-dropdown-menu .dropdown-body {
  padding: 12px 16px;
}

#ywpbody .contact-call .contact-dropdown-menu .dropdown-body .title-box {
  display: flex;
  margin-bottom: 4px;
}

#ywpbody .contact-call .contact-dropdown-menu .dropdown-body .title-box .icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

#ywpbody .contact-call .contact-dropdown-menu .dropdown-body .title-box .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#ywpbody .contact-call .contact-dropdown-menu .dropdown-body .title-box .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #515459;
}

#ywpbody .contact-call .contact-dropdown-menu .dropdown-body .working-hours {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #232528;
  margin-bottom: 4px;
}

#ywpbody .contact-call .contact-dropdown-menu .dropdown-body .note {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #3578ea;
  margin: 8px 0 0;
}

#ywpbody .contact-account .contact-dropdown-menu {
  min-width: 195px;
}

#ywpbody .contact-account .contact-dropdown-menu .dropdown-body {
  padding: 6px 0;
  width: 100%;
}

#ywpbody .contact-account .contact-dropdown-menu .dropdown-body .dropdown-link {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #515459;
  padding: 6px 16px;
  transition: 0.3s;
  text-decoration: none;
  border: none;
  background: transparent;
  width: 100%;
}

#ywpbody .contact-account .contact-dropdown-menu .dropdown-body .dropdown-link:focus {
  outline: none;
}

@media (hover: hover) and (pointer: fine) {
  #ywpbody .contact-account .contact-dropdown-menu .dropdown-body .dropdown-link:hover {
    background: #eff0f1;
  }
}

#ywpbody .contact-account .contact-dropdown-menu .dropdown-body .dropdown-link:last-child {
  margin-bottom: 0;
}

#ywpbody .contact-account .contact-dropdown-menu .dropdown-body .dropdown-link .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

#ywpbody .contact-account .contact-dropdown-menu .dropdown-body .dropdown-link .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#ywpbody .cart-detail .contact-dropdown-menu {
  min-width: 215px;
}

@media (max-width: 1024px) {
  #ywpbody .cart-detail .contact-dropdown-menu {
    width: 100%;
    min-width: unset;
    left: unset;
    right: 0;
    top: 60px;
    transform: unset;
    position: fixed;
    height: 100%;
    padding: 0;
    overflow: hidden;
    background: #232528b3;
  }
}

#ywpbody .cart-detail .contact-dropdown-menu.show {
  display: block;
  animation: fadeIn 0.5s forwards;
}

#ywpbody .cart-detail .contact-dropdown-menu.hide {
  animation: fadeOut 0.5s forwards;
}

#ywpbody .cart-detail .contact-dropdown-menu .full_cart {
  display: none;
}

@media (max-width: 1024px) {
  #ywpbody .cart-detail .contact-dropdown-menu .full_cart {
    border-radius: 0;
    box-shadow: none;
    border: none;
    height: 100%;
    max-width: 350px;
    width: 100%;
    margin-left: auto;
    transition: 0.3s;
    transform: translateX(100%);
  }
}

@media (max-width: 576px) {
  #ywpbody .cart-detail .contact-dropdown-menu .full_cart {
    max-width: 290px;
  }
}

#ywpbody .cart-detail .contact-dropdown-menu .full_cart.active {
  transform: translateX(0);
}

#ywpbody .cart-detail .contact-dropdown-menu .empty_cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
}

@media (max-width: 1024px) {
  #ywpbody .cart-detail .contact-dropdown-menu .empty_cart {
    transform: translateY(-100%);
    transition: 0.3s;
    padding: 16px 16px 28px;
  }
}

#ywpbody .cart-detail .contact-dropdown-menu .empty_cart.active {
  transform: translateY(0);
}

#ywpbody .cart-detail .contact-dropdown-menu .empty_cart .close-button {
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  margin-bottom: 16px;
  margin-left: auto;
}

@media (min-width: 1024px) {
  #ywpbody .cart-detail .contact-dropdown-menu .empty_cart .close-button {
    display: none;
  }
}

#ywpbody .cart-detail .contact-dropdown-menu .empty_cart .close-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#ywpbody .cart-detail .contact-dropdown-menu .empty_cart .close-button:focus {
  outline: none;
}

#ywpbody .cart-detail .contact-dropdown-menu .empty_cart .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  #ywpbody .cart-detail .contact-dropdown-menu .empty_cart .icon {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }
}

#ywpbody .cart-detail .contact-dropdown-menu .empty_cart .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#ywpbody .cart-detail .contact-dropdown-menu .empty_cart .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 5px;
}

@media (max-width: 1024px) {
  #ywpbody .cart-detail .contact-dropdown-menu .empty_cart .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

#ywpbody .cart-detail .contact-dropdown-menu .empty_cart .subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #555e6d;
  margin-bottom: 16px;
}

#ywpbody .cart-detail .contact-dropdown-menu .empty_cart .button-blue {
  line-height: 22px;
  padding: 3px 30px;
}

@media (max-width: 1024px) {
  #ywpbody .cart-detail .contact-dropdown-menu .empty_cart .button-blue {
    padding: 9px 24px;
    width: 100%;
    max-width: 270px;
  }
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-header {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  #ywpbody .cart-detail .contact-dropdown-menu .dropdown-header {
    padding: 12px 16px;
  }
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-header .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

@media (max-width: 1024px) {
  #ywpbody .cart-detail .contact-dropdown-menu .dropdown-header .title {
    font-weight: 500;
    font-size: 12px;
  }
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-header .close-button {
  background: transparent;
  border: none;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  background: #ecf0f8;
}

@media (min-width: 1024px) {
  #ywpbody .cart-detail .contact-dropdown-menu .dropdown-header .close-button {
    display: none;
  }
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-header .close-button:focus {
  outline: none;
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-header .close-button img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-body {
  padding: 12px 6px 12px 16px;
  position: relative;
  overflow: hidden;
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-body:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  border-bottom: 1px solid #e3e3e3;
}

@media (max-width: 1024px) {
  #ywpbody .cart-detail .contact-dropdown-menu .dropdown-body {
    padding: 16px 6px 16px 16px;
    height: calc(100% - 180px);
  }
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-body .cart-items-list {
  list-style: none;
  padding: 0;
  max-height: 330px;
  overflow-y: auto;
  padding-right: 10px;
}

@media (max-width: 1024px) {
  #ywpbody .cart-detail .contact-dropdown-menu .dropdown-body .cart-items-list {
    max-height: 100%;
  }
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-body .cart-items-list::-webkit-scrollbar {
  width: 3px;
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-body .cart-items-list::-webkit-scrollbar-track {
  background: #d9dbdd;
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-body .cart-items-list::-webkit-scrollbar-thumb {
  background: #929497;
  border-radius: 3px;
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-body .cart-items-list::-webkit-scrollbar-thumb:hover {
  background: #65615e;
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-body .cart-items-list .cart-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-body .cart-items-list .cart-item:not(:first-child) {
  padding-top: 16px;
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-body .cart-items-list .cart-item:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid #e3e3e3;
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-body .cart-items-list .cart-item .photo {
  border: 1px solid #c5cad1;
  width: 102px;
  border-radius: 4px;
  overflow: hidden;
}

@media (max-width: 576px) {
  #ywpbody .cart-detail .contact-dropdown-menu .dropdown-body .cart-items-list .cart-item .photo {
    width: 90px;
  }
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-body .cart-items-list .cart-item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-body .cart-items-list .cart-item .content {
  width: calc(100% - 116px);
}

@media (max-width: 576px) {
  #ywpbody .cart-detail .contact-dropdown-menu .dropdown-body .cart-items-list .cart-item .content {
    width: calc(100% - 104px);
  }
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-body .cart-items-list .cart-item .content .name {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #232528;
  margin-bottom: 14px;
  min-height: 40px;
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-body .cart-items-list .cart-item .content .price {
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
  color: #3578ea;
}

@media (max-width: 576px) {
  #ywpbody .cart-detail .contact-dropdown-menu .dropdown-body .cart-items-list .cart-item .content .price {
    font-size: 16px;
  }
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-body .cart-items-list .cart-item .content .edit-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #232528;
  transition: 0.3s;
  display: inline-block;
  margin-bottom: 16px;
}

@media (hover: hover) and (pointer: fine) {
  #ywpbody .cart-detail .contact-dropdown-menu .dropdown-body .cart-items-list .cart-item .content .edit-link:hover {
    color: #3578ea;
  }
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-footer {
  padding: 16px 16px 20px;
}

@media (max-width: 1024px) {
  #ywpbody .cart-detail .contact-dropdown-menu .dropdown-footer {
    margin-top: auto;
  }
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-footer .button-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-footer .button-wrapper .button-outline,
#ywpbody .cart-detail .contact-dropdown-menu .dropdown-footer .button-wrapper .button-blue {
  width: calc(50% - 6px);
  padding: 8px;
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-footer .subtotal {
  display: flex;
  justify-content: space-between;
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-footer .subtotal .content .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #232528;
  margin-bottom: 4px;
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-footer .subtotal .content .note {
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  color: #929497;
}

@media (max-width: 1024px) {
  #ywpbody .cart-detail .contact-dropdown-menu .dropdown-footer .subtotal .content .note {
    font-size: 10px;
  }
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-footer .subtotal .total-price .price {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #232528;
  text-align: right;
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-footer .subtotal .total-price .price strike {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #929497;
  margin-right: 6px;
}

#ywpbody .cart-detail .contact-dropdown-menu .dropdown-footer .subtotal .total-price .discount {
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  color: #20c84f;
  text-align: right;
}

#ywpbody .cart-detail.is-full .count {
  display: flex !important;
}

#ywpbody .cart-detail.is-full .contact-dropdown-menu {
  min-width: 350px;
}

@media (max-width: 1024px) {
  #ywpbody .cart-detail.is-full .contact-dropdown-menu {
    top: 0px;
  }
}

#ywpbody .cart-detail.is-full .contact-dropdown-menu .full_cart {
  display: block;
}

#ywpbody .cart-detail.is-full .contact-dropdown-menu .empty_cart {
  display: none;
}

#ywpbody .logged-user .guest {
  display: none;
}

#ywpbody .logged-user .active-user {
  display: inline-block;
}

#ywpbody .header_contact-dropdown {
  position: relative;
}

#ywpbody .header_contact-dropdown.deactivate {
  pointer-events: none;
}

@media (min-width: 1024px) {

  #ywpbody .header_contact-dropdown:hover .user-link span:not(.cart-count):before,
  #ywpbody .header_contact-dropdown:hover .user-link span:not(.cart-count):after {
    opacity: 1;
    z-index: 10000000002;
  }

  #ywpbody .header_contact-dropdown:hover .contact-dropdown-menu {
    display: block;
  }
}

#ywpbody .header_contact-dropdown .user-link span:not(.cart-count) {
  position: relative;
}

#ywpbody .header_contact-dropdown .user-link span:not(.cart-count):before,
#ywpbody .header_contact-dropdown .user-link span:not(.cart-count):after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 0;
}

@media (max-width: 1024px) {

  #ywpbody .header_contact-dropdown .user-link span:not(.cart-count):before,
  #ywpbody .header_contact-dropdown .user-link span:not(.cart-count):after {
    content: unset;
  }
}

#ywpbody .header_contact-dropdown .user-link span:not(.cart-count):before {
  top: calc(100% + 7px);
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #e3e3e3 transparent;
}

#ywpbody .header_contact-dropdown .user-link span:not(.cart-count):after {
  top: calc(100% + 11px);
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #fff transparent;
}

@media (max-width: 576px) {
  #ywpbody .contact-call {
    display: none;
  }
}

#ywpbody .contact-call .call-button {
  display: flex;
  align-items: center;
  text-decoration: none;
}

#ywpbody .contact-call .call-icon {
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: 10px;
}

@media (max-width: 1200px) {
  #ywpbody .contact-call .call-icon {
    width: 38px;
    height: 38px;
    margin-right: 8px;
  }
}

@media (max-width: 1100px) {
  #ywpbody .contact-call .call-icon {
    margin-right: 4px;
  }
}

@media (max-width: 1024px) {
  #ywpbody .contact-call .call-icon {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }
}

#ywpbody .contact-call .call-icon:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #babcc0;
  z-index: 10;
  transform: translateY(-100%);
}

#ywpbody .contact-call .call-icon .photo {
  border: 1px solid #d6d7da;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#ywpbody .contact-call .call-icon .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#ywpbody .contact-call .text {
  font-weight: 500;
}

#ywpbody .contact-call .text .title {
  font-size: 12px;
  line-height: 16px;
  color: #686a6c;
  margin-bottom: 2px;
  display: block;
  text-decoration: none;
}

@media (max-width: 1024px) {
  #ywpbody .contact-call .text .title {
    color: #cde0ff;
  }
}

#ywpbody .contact-call .text p {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #232528;
  margin: 0;
}

@media (max-width: 1064px) {
  #ywpbody .contact-call .text p {
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  #ywpbody .contact-call .text p {
    color: #fff;
  }
}

#ywpbody .active-hours .contact-call .call-icon::before {
  background: #20c84f;
}

#ywpbody .active-hours .contact-call .contact-dropdown-menu .dropdown-header .title:before {
  background: #20c84f;
}

#ywpbody .active-hours .contact-call .contact-dropdown-menu .dropdown-header .title .off {
  display: none;
}

#ywpbody .active-hours .contact-call .contact-dropdown-menu .dropdown-header .title .on {
  display: inline-block;
}

#ywpbody .active-hours .contact-options-wrap .title-wrapper .description:before {
  background: #20c84f;
}

#ywpbody .active-hours .contact-options-wrap .title-wrapper .description span.off {
  display: none;
}

#ywpbody .active-hours .contact-options-wrap .title-wrapper .description span.on {
  display: inline;
  /* CONTACT DROPDOWN COMPONENT CSS END */
  /* HEADER SEARCHBAR CSS */
}

#ywpbody #header-searchbar-v2 {
  box-shadow: 0px 3px 5px rgba(234, 234, 234, 0.15);
  border-bottom: 1px solid #f4f5f7;
  background: #fff;
  transition: 0.3s;
}

#ywpbody #header-searchbar-v2.masked {
  box-shadow: none;
  position: relative;
}

#ywpbody #header-searchbar-v2.masked:before {
  display: block;
  animation: fadeIn 0.5s forwards;
}

#ywpbody #header-searchbar-v2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  background: #23252866;
  z-index: 10;
  transition: 0.3s;
  display: none;
}

#ywpbody #header-searchbar-v2 .header_wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 64px;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: content-box !important;
}

@media (max-width: 1280px) {
  #ywpbody #header-searchbar-v2 .header_wrapper {
    padding: 0 24px;
  }
}

@media (max-width: 1024px) {
  #ywpbody #header-searchbar-v2 .header_wrapper {
    padding: 10px 16px 10px 4px;
  }
}

#ywpbody #header-searchbar-v2 .nav-menu-wrapper {
  display: flex;
  align-items: center;
}

#ywpbody #header-searchbar-v2 .ham-menu {
  width: 42px;
  height: 42px;
  margin-right: 4px;
}

@media (min-width: 1025px) {
  #ywpbody #header-searchbar-v2 .ham-menu {
    display: none !important;
  }
}

#ywpbody #header-searchbar-v2 .ham-menu img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#ywpbody #header-searchbar-v2 .logo {
  height: 38px;
  width: 110px;
  display: flex;
  margin-right: 26px;
}

@media (max-width: 1200px) {
  #ywpbody #header-searchbar-v2 .logo {
    margin-right: 12px;
  }
}

@media (max-width: 1100px) {
  #ywpbody #header-searchbar-v2 .logo {
    width: 100px;
  }
}

@media (max-width: 1024px) {
  #ywpbody #header-searchbar-v2 .logo {
    width: 88px;
    max-width: 110px;
    height: 28px;
  }
}

#ywpbody #header-searchbar-v2 .logo svg {
  width: 100%;
  height: 100%;
}

#ywpbody #header-searchbar-v2 #nav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  height: 100%;
}

@media (max-width: 1024px) {
  #ywpbody #header-searchbar-v2 #nav-menu {
    display: none;
  }
}

#ywpbody #header-searchbar-v2 #nav-menu li {
  display: flex;
  padding: 0 18px;
  height: 73px;
}

@media (max-width: 1200px) {
  #ywpbody #header-searchbar-v2 #nav-menu li {
    padding: 0 12px;
  }
}

@media (max-width: 1200px) {
  #ywpbody #header-searchbar-v2 #nav-menu li {
    padding: 0 10px;
  }
}

#ywpbody #header-searchbar-v2 #nav-menu li.services-submenu,
#ywpbody #header-searchbar-v2 #nav-menu li.help-submenu {
  position: relative;
}

#ywpbody #header-searchbar-v2 #nav-menu li.help-submenu .submenu-content {
  width: unset;
}

#ywpbody #header-searchbar-v2 #nav-menu li.help-submenu .submenu-content .links-wrapper {
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  background: #fff;
  min-width: 194px;
  padding: 4px 0;
}

#ywpbody #header-searchbar-v2 #nav-menu li.help-submenu .submenu-content .links-wrapper .nav-menu-link {
  color: #515459;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 16px;
}

#ywpbody #header-searchbar-v2 #nav-menu li.help-submenu .submenu-content .links-wrapper .nav-menu-link:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}

#ywpbody #header-searchbar-v2 #nav-menu li.help-submenu .submenu-content .links-wrapper .nav-menu-link:hover {
  color: #3578ea;
}

#ywpbody #header-searchbar-v2 #nav-menu li:hover .nav-menu-link {
  color: #3578ea;
}

#ywpbody #header-searchbar-v2 #nav-menu li:hover .nav-menu-link svg path {
  stroke: #3578ea;
}

#ywpbody #header-searchbar-v2 #nav-menu li.active .nav-menu-link svg {
  transform: rotate(180deg);
}

#ywpbody #header-searchbar-v2 #nav-menu li.active .submenu-content,
#ywpbody #header-searchbar-v2 #nav-menu li.active .megamenu-content {
  opacity: 1;
  display: block;
  animation: 0.3s fadeIn forwards;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content {
  position: absolute;
  display: none;
  opacity: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1330px;
  width: 100%;
  border-radius: 0 0 8px 8px;
  z-index: 100000000001;
  overflow: hidden;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  animation: smooth;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .content-wrapper {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  background: #f5f6fa;
  padding: 8px;
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .links-wrapper {
  width: 23%;
  padding-right: 25px;
  position: relative;
  z-index: 1;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link {
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s;
  position: relative;
  display: inline-block;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transition: 0.3s;
  transform: translateY(-50%);
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link::before {
  width: 13px;
  height: 13px;
  border-radius: 0;
  /* transform: rotate(0deg); */
  z-index: 100;
  border-width: 0;
  border-color: transparent;
  border-style: solid;
  background-color: none;
}

/* #ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link:after {
  width: 23px;
  height: 22px;
  border-radius: 0px 2px 0px 0px;
  transform: rotate(45deg) translate(1%, -74%);
} */
#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link:hover,
#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link.active {
  background: #0b1629;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link:hover:before,
#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link.active::before {
  width: 24px;
  height: 24px;
  right: -24px;
  background-color: transparent;
  background-image: url("/uploads/12037607/File/deco/assets/up-arrow1.webp");
  background-size: cover;
}

/* #ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link:hover:after,
#header-searchbar-v2
  #nav-menu
  li
  .megamenu-content
  .catalogue_link.active:after {
  background-color: #f2f9ff;
} */
#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link:hover .link-box,
#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link.active .link-box {
  background: #002A73;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link:hover .icon,
#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link.active .icon {
  background: #fff;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.12);
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link .link-box {
  padding: 18px 10px 18px 16px;
  z-index: 101;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  position: relative;
  border-radius: 4px;
  background: #ECEEF3;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f6faff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f6faff;
  transition: 0.3s;
  padding: 10px;
}

@media (max-width: 1280px) {
  #ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link .icon {
    width: 40px;
    height: 40px;
    padding: 8px;
  }
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link .content {
  width: calc(100% - 68px);
}

@media (max-width: 1280px) {
  #ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link .content {
    width: calc(100% - 52px);
  }
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link .content .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #11263c;
  margin-bottom: 12px;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link:hover .title,
#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link.active .title {
  color: #fff;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link .content .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #576675;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link:hover .text,
#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .catalogue_link.active .text {
  color: #fff;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu {
  width: 77%;
  overflow: hidden;
  max-height: calc(100vh - 165px);
  overflow-y: auto;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-wrapper {
  display: none;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-wrapper.show {
  display: block;
  animation: 0.3s fadeIn forwards;
  height: 100%;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-wrapper.hide {
  animation: 0.3s fadeOut forwards;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu #megamenu-print .megamenu-box {
  padding: 20px 14px 16px;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu #megamenu-emb .megamenu-box {
  padding: 30px 14px 15px;
  min-height: 100%;
  align-items: center;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 4px;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_links_list {
  width: calc(100% / 5);
  padding: 0 20px;
}

@media (max-width: 1200px) {
  #ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_links_list {
    padding: 0 10px;
  }
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_links_list .link-box:not(:last-child) {
  margin-bottom: 32px;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_links_list .menu_title,
#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_links_list .menu_link {
  display: flex;
  text-decoration: none;
  max-width: max-content;
  transition: 0.3s;
  position: relative;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_links_list .menu_title {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #1c244b;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_links_list .menu_title:hover {
  color: #003ca3;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_links_list .menu_title:hover:before {
  width: 100%;
  opacity: 1;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_links_list .menu_title:before {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #003ca3;
  transition: 0.3s;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_links_list .menu_link {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #666;
  margin-top: 14px;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_links_list .menu_link:hover {
  color: #295ad8;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_links_list .menu_link:hover:before {
  opacity: 1;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_links_list .menu_link span {
  position: relative;
  z-index: 2;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_links_list .menu_link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-8px, -50%);
  background: #eaf3ff;
  border-radius: 8px;
  width: calc(100% + 16px);
  height: calc(100% + 10px);
  opacity: 0;
  transition: 0.3s;
  min-width: 116px;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_links_list .rush_menu_title {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #b90204;
  text-decoration: none;
}

@media (max-width: 1040px) {
  #ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_links_list .rush_menu_title {
    font-size: 14px;
  }
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_links_list .rush_menu_title:hover span:before {
  width: 100%;
  opacity: 1;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_links_list .rush_menu_title img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 4px;
}

@media (max-width: 1040px) {
  #ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_links_list .rush_menu_title img {
    width: 16px;
    height: 16px;
  }
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_links_list .rush_menu_title span {
  position: relative;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_links_list .rush_menu_title span:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  opacity: 0;
  height: 2px;
  background: #b90204;
  transition: 0.3s;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_link_photo {
  width: calc(100% / 6);
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_link_photo:hover .squareImg {
  box-shadow: 0px 20px 25px -5px rgba(13, 16, 45, 0.1),
    0px 8px 10px -6px rgba(13, 16, 45, 0.1);
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_link_photo:hover .title {
  color: #295ad8;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_link_photo .squareImg {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
  transition: 0.3s;
}

#ywpbody #header-searchbar-v2 #nav-menu li .megamenu-content .megamenu .megamenu-box .menu_link_photo .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #354156;
}

#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  opacity: 0;
  z-index: 100000000001;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
}

@media (max-width: 1200px) {
  #ywpbody #header-searchbar-v2 #nav-menu li .submenu-content {
    transform: translateX(-10%);
    width: 700px;
  }
}

#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .content-wrapper {
  display: flex;
  justify-content: center;
  background: #fff;
}

#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .content-box-wrapper {
  display: flex;
  justify-content: center;
  background: #f4f5f6;
  border-radius: 4px;
  padding: 24px;
  width: 100%;
}

#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .content-box-wrapper .content-box {
  background: #fff;
  border: 1px solid #c5cad1;
  border-radius: 4px;
  margin-right: 24px;
  padding: 16px;
}

#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .content-box-wrapper .content-box:last-child {
  margin-right: 0;
}

#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .content-box-wrapper .content-box .menu-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #0b1629;
  margin-bottom: 28px;
}

#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .content-box-wrapper .content-box .menu-links-box {
  display: flex;
  justify-content: space-between;
}

#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .content-box-wrapper .content-box .col-menu-links {
  display: flex;
  flex-direction: column;
  margin-right: 64px;
}

#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .content-box-wrapper .content-box .col-menu-links:last-child {
  margin-right: 40px;
}

@media (max-width: 1260px) {
  #ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .content-box-wrapper .content-box .col-menu-links {
    margin-right: 50px;
  }

  #ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .content-box-wrapper .content-box .col-menu-links:last-child {
    margin-right: 26px;
  }
}

@media (max-width: 1140px) {
  #ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .content-box-wrapper .content-box .col-menu-links {
    margin-right: 30px;
  }

  #ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .content-box-wrapper .content-box .col-menu-links:last-child {
    margin-right: 16px;
  }
}

#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .content-box-wrapper .content-box .col-menu-links .link_title {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000c20;
  margin-bottom: 17px;
  margin-left: 8px;
  text-decoration: none;
  position: relative;
  max-width: max-content;
}

#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .content-box-wrapper .content-box .col-menu-links .link_title:hover {
  color: #003ca3;
}

#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .content-box-wrapper .content-box .col-menu-links .link_title:hover:before {
  width: 100%;
  opacity: 1;
}

#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .content-box-wrapper .content-box .col-menu-links .link_title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #003ca3;
  opacity: 0;
  transition: 0.3s;
}

#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .content-box-wrapper .content-box .col-menu-links .submenu-link {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #354156;
  padding: 7px 8px;
  display: block;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  border-radius: 8px;
}

@media (hover: hover) and (pointer: fine) {
  #ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .content-box-wrapper .content-box .col-menu-links .submenu-link:hover {
    color: #003ca3;
    background: #ebf2ff;
  }
}

#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .submenu_link {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #354156;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  text-decoration: none;
  transition: 0.3s;
  border-top: 1px solid #e8e9ea;
  min-width: max-content;
}

#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .submenu_link svg {
  width: 24px;
  height: 24px;
}

#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .submenu_link svg g rect {
  transition: 0.3s;
}

#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .submenu_link:hover,
#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .submenu_link.active {
  color: #3578ea;
}

#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .submenu_link:hover svg g rect,
#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .submenu_link.active svg g rect {
  fill: #3578ea;
}

#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .links-wrapper {
  min-width: 300px;
}

#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .photo-box {
  padding: 16px 24px;
  background: #f5f5f5;
}

#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .photo-box .photo {
  width: 350px;
  height: 220px;
  border-radius: 4px;
  overflow: hidden;
}

#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

#ywpbody #header-searchbar-v2 #nav-menu li .submenu-content .photo-box img.active {
  display: block;
}

#ywpbody #header-searchbar-v2 #nav-menu .nav-menu-link {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #232528;
  text-decoration: none;
  transition: 0.3s;
  height: 100%;
}

#ywpbody #header-searchbar-v2 #nav-menu .nav-menu-link .icon {
  margin-left: 4px;
  width: 16px;
  height: 16px;
}

#ywpbody #header-searchbar-v2 #nav-menu .nav-menu-link .icon svg {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

#ywpbody #header-searchbar-v2 #nav-menu .nav-menu-link .icon svg path {
  transition: 0.3s;
}

#ywpbody #header-searchbar-v2 #nav-menu .header_search-icon {
  border: none;
  background: transparent;
  width: 24px;
  height: 100%;
  display: flex;
  align-items: center;
}

#ywpbody #header-searchbar-v2 #nav-menu .header_search-icon:focus {
  outline: none;
}

#ywpbody #header-searchbar-v2 #nav-menu .header_search-icon:hover svg path,
#ywpbody #header-searchbar-v2 #nav-menu .header_search-icon.active svg path {
  stroke: #3578ea;
}

#ywpbody #header-searchbar-v2 #nav-menu .header_search-icon svg path {
  transition: 0.3s;
}

#ywpbody #header-searchbar-v2 #nav-menu .main-search-form {
  position: absolute;
  top: 100%;
  transform: translate(-50%, -1px);
  left: 50%;
  width: 100%;
  z-index: 100000;
  display: none;
  overflow: hidden;
  max-width: 1440px;
}

#ywpbody #header-searchbar-v2 #nav-menu .main-search-form #header_close-searchbox {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 24px;
  right: 24px;
  border: none;
  background: transparent;
}

#ywpbody #header-searchbar-v2 #nav-menu .main-search-form #header_close-searchbox:focus {
  outline: none;
}

#ywpbody #header-searchbar-v2 #nav-menu .main-search-form.active {
  display: block;
  animation: fadeIn 0.3s forwards;
}

#ywpbody #header-searchbar-v2 #nav-menu .main-search-form.active .search-box {
  animation: slideDown 0.3s forwards;
}

#ywpbody #header-searchbar-v2 #nav-menu .main-search-form.hide .search-box {
  animation: slideBackUp 0.3s forwards;
}

#ywpbody #header-searchbar-v2 #nav-menu .main-search-form .search-box {
  padding: 50px 30px 30px;
  background: #fff;
}

#ywpbody #header-searchbar-v2 .contact-menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 1025px) {
  #ywpbody #header-searchbar-v2 .contact-menu-wrapper.v_mob {
    display: none;
  }
}

#ywpbody #header-searchbar-v2 .contact-menu-wrapper .cart-detail {
  display: flex;
}

#ywpbody #header-searchbar-v2 .contact-menu-wrapper .contact-detail {
  height: 100%;
  display: flex;
}

#ywpbody #header-searchbar-v2 .contact-menu-wrapper .contact-detail:hover .contact-dropdown-menu {
  display: block;
  animation: fadeIn 0.3s forwards;
}

#ywpbody #header-searchbar-v2 .contact-menu-wrapper .ctc-button {
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  position: relative;
}

#ywpbody #header-searchbar-v2 .contact-menu-wrapper .ctc-button:focus {
  outline: none;
}

#ywpbody #header-searchbar-v2 .contact-menu-wrapper .ctc-button svg {
  width: 100%;
  height: 100%;
}

@media (min-width: 1025px) {
  #ywpbody #header-searchbar-v2 .contact-menu-wrapper .button-outline {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 8px;
    min-width: 142px;
    margin-left: 24px;
  }
}

@media (max-width: 1100px) {
  #ywpbody #header-searchbar-v2 .contact-menu-wrapper .button-outline {
    margin-left: 16px;
  }
}

@media (max-width: 1024px) {
  #ywpbody #header-searchbar-v2 .contact-menu-wrapper .button-blue.contact-opts-button {
    display: flex;
    align-items: center;
    border-radius: 26px;
    font-size: 14px;
    line-height: 17px;
    color: #f6faff;
    padding: 7px;
    min-width: 165px;
    margin-left: 12px;
  }
}

@media (max-width: 767px) {
  #ywpbody #header-searchbar-v2 .contact-menu-wrapper .button-blue {
    padding: 7px 10px;
    min-width: unset;
  }

  #ywpbody #header-searchbar-v2 .contact-menu-wrapper .button-blue.contact-opts-button {
    padding: 7px 12px;
    min-width: unset;
    /* display  : none; */
  }
}

#ywpbody #header-searchbar-v2 .contact-menu-wrapper .button-blue .icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

#ywpbody #header-searchbar-v2 .contact-menu-wrapper .button-blue .icon svg {
  width: 100%;
  height: 100%;
  /* HEADER SEARCHBAR CSS END */
  /* MAIN SEARCH FORM COMPONENT CSS */
}

#ywpbody .main-search-form .search-form-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

#ywpbody .main-search-form .search-form {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

#ywpbody .main-search-form .search-form input {
  width: 100%;
  height: 48px;
  border: none;
  background: #f4f5f7;
  border: 1px solid #f4f5f7;
  border-radius: 26px;
  transition: 0.3s;
  padding-left: 24px;
}

#ywpbody .main-search-form .search-form input:focus {
  outline: none;
  border-color: #3578ea;
}

#ywpbody .main-search-form .search-form .btn-search-submit {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) scale(1, 1);
  background: transparent;
  border: none;
  width: 24px;
  height: 24px;
  transition: 0.3s;
}

#ywpbody .main-search-form .search-form .btn-search-submit:hover {
  transform: translateY(-50%) scale(1.3, 1.3);
}

#ywpbody .main-search-form .search-form .btn-search-submit:focus {
  outline: none;
}

#ywpbody .main-search-form .search-products {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: calc(100% + 20px);
  margin: 0 -10px;
}

#ywpbody .main-search-form .search-products::-webkit-scrollbar {
  display: none;
}

#ywpbody .main-search-form .search-products .product {
  width: calc(100% / 6 - 20px);
  min-width: 132px;
  margin: 10px;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #000;
  background: #f6faff;
  border: 1px solid #f4f5f7;
  border-radius: 8px;
  height: 106px;
  padding: 10px 10px 0;
  position: relative;
  transition: 0.3s;
}

#ywpbody .main-search-form .search-products .product:hover {
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.14);
}

#ywpbody .main-search-form .search-products .product img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: calc(100% - 25px);
  object-fit: contain;
  /* MAIN SEARCH FORM COMPONENT CSS END */
  /* MOBILE MENU CSS */
}

#ywpbody .nav-menu-overlay-v2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #35485be6;
  z-index: 10000000;
  overflow-x: hidden;
  display: none;
}

#ywpbody .nav-menu-overlay-v2.show {
  animation: fadeIn 0.5s forwards;
  display: block;
}

#ywpbody .nav-menu-overlay-v2.show #main-menu {
  animation: slideToRight 0.5s forwards;
}

#ywpbody .nav-menu-overlay-v2.hide {
  animation: fadeOut 0.5s forwards;
}

#ywpbody .nav-menu-overlay-v2.logged-user .login-details {
  display: none;
}

#ywpbody .nav-menu-overlay-v2.logged-user .user {
  display: block;
}

#ywpbody .nav-menu-overlay-v2 .user {
  display: none;
}

#ywpbody .nav-menu-overlay-v2 #main-menu {
  background: #fff;
  width: 100%;
  height: 100%;
  max-width: 260px;
  transform: translateX(-100%);
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-header {
  padding: 14px 16px;
  border-bottom: 1px solid #e6e8ea;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-header .logo {
  height: 28px;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-header .logo img {
  height: 100%;
  object-fit: contain;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-header .btn-close {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #e8e8e8;
  position: absolute;
  top: 4px;
  left: 236px;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-header .btn-close:focus {
  outline: none;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 57px);
  padding-bottom: 14px;
  overflow-y: auto;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content::-webkit-scrollbar {
  display: none;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .search-box {
  padding: 0 16px;
  margin-bottom: 10px;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .search-box .input-wrapper {
  position: relative;
  width: 100%;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .search-box .input-wrapper input {
  width: 100%;
  border: 1px solid #c5cad1;
  border-radius: 4px;
  outline: none;
  background: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #11263c;
  height: 40px;
  padding-left: 16px;
  padding-right: 60px;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .search-box .input-wrapper input::placeholder {
  color: #354156;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .search-box .input-wrapper button {
  width: 52px;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 0 4px 4px 0;
  background: #3578ea;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list {
  list-style: none;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .submenu.active {
  background: #f0f3f6;
  padding-bottom: 8px;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .submenu.active .menu-link {
  padding-bottom: 8px;
  color: #3578ea;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .submenu.active .menu-link img.plus {
  display: none;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .submenu.active .menu-link img.minus {
  display: block;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .submenu.services .submenu-content .submenu-link {
  padding: 14px;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .submenu.services .submenu-content .submenu-link:not(:last-child) {
  border-bottom: 1px solid #e6e8ea;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .menu-link-wrapper {
  padding: 16px;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .menu-link-wrapper .link {
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: #003ca3;
  text-decoration: none;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .menu-link-wrapper .separator {
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: #354156;
  display: inline-block;
  margin: 0 9px;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .menu-link {
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #11263c;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f3f3f3;
  text-decoration: none;
  transition: 0.3s;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .menu-link.my-account {
  font-size: 14px;
  border-top: 1px solid #f4f5f6;
  background: #f6faff;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 11px 16px;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .menu-link.my-account img {
  display: block;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .menu-link.logout-link {
  border: none;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .menu-link img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: none;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .menu-link img.plus {
  display: block;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .menu-link .icon-box {
  display: flex;
  align-items: center;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .menu-link .icon-box .icon {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .menu-link .icon-box .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .submenu-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .submenu-content .submenu-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  text-decoration: none;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .submenu-content .submenu-link:not(:last-child) .link-wrapper {
  border-bottom: 1px solid #e6e8ea;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .submenu-content .submenu-link .link-wrapper {
  width: calc(100% - 24px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .submenu-content .submenu-link .link-wrapper .icon {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #e0e2e3;
  padding: 6px;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .submenu-content .submenu-link .link-wrapper .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .submenu-content .submenu-link .link-wrapper .content {
  width: calc(100% - 46px);
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .submenu-content .submenu-link .link-wrapper .content .title {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 19px;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .submenu-content .submenu-link .title {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #11263c;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .submenu-content .submenu-link .subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #576675;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .header-menu-list .submenu-content .submenu-link svg {
  width: 24px;
  height: 24px;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .button-wrapper {
  padding: 16px;
  width: 100%;
  max-width: 186px;
  margin: 0 auto;
}

#ywpbody .nav-menu-overlay-v2 #main-menu .menu-content .button-wrapper .button-blue {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #3578ea;
  padding: 7px 26px;
  border: 1px solid #3578ea;
  border-radius: 32px;
  max-width: 186px;
  /* MOBILE MENU CSS END */
  /* LOGIN POPUP */
}

#ywpbody .pop-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #232528cc;
  z-index: 10000000000;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: none;
  overflow-y: auto;
}

#ywpbody .pop-up::-webkit-scrollbar {
  width: 3px;
}

#ywpbody .pop-up::-webkit-scrollbar-track {
  background: #d9dbdd;
}

#ywpbody .pop-up::-webkit-scrollbar-thumb {
  background: #929497;
  border-radius: 3px;
}

#ywpbody .pop-up::-webkit-scrollbar-thumb:hover {
  background: #65615e;
}

#ywpbody .pop-up.active {
  display: flex;
  animation: fadeIn 0.5s forwards;
}

#ywpbody .pop-up_content-box {
  background: #fff;
  border-radius: 4px;
  width: 100%;
  /* max-width: max-content; */
  margin: auto;
}

#ywpbody .pop-up_header {
  padding: 16px;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  justify-content: center;
  position: relative;
}

#ywpbody .pop-up_header .pop-up_header-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #232528;
  text-align: center;
  padding: 0 32px;
}

#ywpbody .pop-up_header .back-button {
  background: transparent;
  border: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  left: 16px;
}

#ywpbody .pop-up_header .back-button:focus {
  outline: none;
}

@media (hover: hover) and (pointer: fine) {
  #ywpbody .pop-up_header .back-button:hover svg path {
    fill: #3578ea;
  }
}

#ywpbody .pop-up_header .back-button svg {
  width: 100%;
  height: 100%;
}

#ywpbody .pop-up_header .back-button svg path {
  fill: #232528;
  transition: 0.3s;
}

#ywpbody .pop-up_header .close-button {
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  position: absolute;
  right: 16px;
  top: 16px;
}

#ywpbody .pop-up_header .close-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #232528;
  opacity: 0;
  transition: 0.3s;
}

#ywpbody .pop-up_header .close-button:focus {
  outline: none;
}

#ywpbody .pop-up_header .close-button:focus:before {
  opacity: 1;
}

#ywpbody .pop-up_header .close-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#ywpbody .pop-up_body {
  padding: 32px;
  /* width: min-content; */
}

#ywpbody #login-register_popup .multiple-account .title-wrapper {
  margin-bottom: 24px;
}

#ywpbody #login-register_popup .multiple-account .account-list {
  max-height: 280px;
}

#ywpbody .login-form .content-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #232528;
  text-align: center;
  margin-bottom: 28px;
}

#ywpbody .login-form .content-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #232528;
  text-align: center;
  margin-bottom: 32px;
}

#ywpbody .login-form form {
  max-width: 330px;
  margin: 0 auto;
}

#ywpbody .login-form form .input_wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

#ywpbody .login-form form .input_wrapper.validatable-input.invalid-input .error-message {
  display: none !important;
}

#ywpbody .login-form form .input_wrapper.invalid-input input {
  border-color: #ea3535;
}

#ywpbody .login-form form .input_wrapper.invalid-input .error-message {
  display: block;
}

#ywpbody .login-form form .input_wrapper .error-message {
  font-size: 12px;
  font-weight: 400;
  color: #ea3535;
  display: none;
  margin-top: 6px;
}

#ywpbody .login-form form .input_wrapper label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #515254;
  display: block;
  margin-bottom: 4px;
}

#ywpbody .login-form form .input_wrapper input {
  border: 1px solid #c5c7cb;
  border-radius: 4px;
  padding: 0 16px;
  font-size: 14px;
  height: 36px;
  transition: 0.3s;
}

#ywpbody .login-form form .input_wrapper input:focus {
  border-color: #232528;
  outline: none;
}

#ywpbody .login-form form .checkbox-wrapper label {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #232528;
  padding-left: 25px;
}

#ywpbody .login-form form .password-input {
  width: 100%;
  position: relative;
}

#ywpbody .login-form form .password-input input {
  width: 100%;
  padding-right: 50px;
}

#ywpbody .login-form form .password-input .visibility-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
}

#ywpbody .login-form form .password-input .visibility-icon:focus {
  outline: none;
}

#ywpbody .login-form form .password-input .visibility-icon.active img.hide {
  opacity: 1;
}

#ywpbody .login-form form .password-input .visibility-icon.active img.show {
  opacity: 0;
}

#ywpbody .login-form form .password-input .visibility-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}

#ywpbody .login-form form .password-input .visibility-icon img.hide {
  opacity: 0;
}

#ywpbody .login-form form .links_wrapper {
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
}

#ywpbody .login-form form .links_wrapper .pop-up_inner-button {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #3578ea;
  transition: 0.3s;
  border: none;
  background: transparent;
  text-decoration: none;
  position: relative;
}

#ywpbody .login-form form .links_wrapper .pop-up_inner-button:focus {
  outline: none;
}

@media (hover: hover) and (pointer: fine) {
  #ywpbody .login-form form .links_wrapper .pop-up_inner-button:hover {
    color: #1764e9;
  }

  #ywpbody .login-form form .links_wrapper .pop-up_inner-button:hover:before {
    width: 100%;
    opacity: 1;
  }
}

#ywpbody .login-form form .links_wrapper .pop-up_inner-button:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  opacity: 0;
  height: 1px;
  background: #1764e9;
  transition: 0.3s;
}

#ywpbody .login-form form .recaptcha-box {
  width: 100%;
  height: 78px;
}

#ywpbody .login-form form .button-blue {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
}

#ywpbody .login-form .is-member {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

#ywpbody .login-form .is-member p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #232528;
  margin-right: 4px;
}

#ywpbody .login-form .is-member .pop-up_inner-button {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #3578ea;
  text-decoration: none;
  position: relative;
  border: none;
  background: transparent;
}

#ywpbody .login-form .is-member .pop-up_inner-button:focus {
  outline: none;
}

@media (hover: hover) and (pointer: fine) {
  #ywpbody .login-form .is-member .pop-up_inner-button:hover:before {
    width: 100%;
    opacity: 1;
  }
}

#ywpbody .login-form .is-member .pop-up_inner-button:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #3578ea;
  transition: 0.3s;
  opacity: 0;
}

#ywpbody .login-form .validation-criteria-wrapper {
  max-height: 0;
  overflow-y: hidden;
  transition: 0.3s;
}

#ywpbody .login-form .validation-criteria {
  list-style: none;
  margin-top: 16px;
}

#ywpbody .login-form .validation-criteria .criteria {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #232528;
  padding-left: 28px;
  position: relative;
}

#ywpbody .login-form .validation-criteria .criteria:not(:last-child) {
  margin-bottom: 4px;
}

#ywpbody .login-form .validation-criteria .criteria.valid:before {
  border-color: #20c84f;
}

#ywpbody .login-form .validation-criteria .criteria.valid:after {
  background-image: url("/uploads/12037607/File/embroidery/assets/tick-green.svg");
  transform: translate(1px, 1px) scale(1, 1);
}

#ywpbody .login-form .validation-criteria .criteria.invalid:before {
  border-color: #ea3535;
}

#ywpbody .login-form .validation-criteria .criteria.invalid:after {
  background-image: url("/uploads/12037607/File/embroidery/assets/close-red.svg");
  transform: translate(1px, 1px) scale(1, 1);
}

#ywpbody .login-form .validation-criteria .criteria:before,
#ywpbody .login-form .validation-criteria .criteria:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  transition-delay: 0.3s;
  transition: 0.3s;
  box-sizing: border-box;
}

#ywpbody .login-form .validation-criteria .criteria:before {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #232528;
}

#ywpbody .login-form .validation-criteria .criteria:after {
  width: 10px;
  height: 10px;
  transform: translate(1px, 1px) scale(0, 0);
  background-size: contain;
}

@media (min-width: 576px) {
  #ywpbody .multiple-account {
    padding: 24px 10px 24px 24px;
  }
}

#ywpbody .multiple-account .header-content {
  margin-bottom: 28px;
}

@media (min-width: 576px) {
  #ywpbody .multiple-account .header-content {
    padding-right: 14px;
  }
}

@media (max-width: 576px) {
  #ywpbody .multiple-account .header-content {
    margin-bottom: 10px;
  }
}

#ywpbody .multiple-account .header-content .title-wrapper {
  background: #f9ffd3;
  border-radius: 4px;
  padding: 10px 16px 10px 12px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}

#ywpbody .multiple-account .header-content .title-wrapper .icon {
  width: 24px;
  height: 24px;
}

#ywpbody .multiple-account .header-content .title-wrapper .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#ywpbody .multiple-account .header-content .content-subtitle {
  width: calc(100% - 32px);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #354156;
}

@media (max-width: 576px) {
  #ywpbody .multiple-account .header-content .content-subtitle {
    font-size: 13px;
    line-height: 21px;
  }
}

#ywpbody .multiple-account .header-content .content-subtitle span {
  font-weight: 500;
  color: #0b1629;
}

#ywpbody .multiple-account .header-content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #354156;
}

#ywpbody .multiple-account .account-list {
  list-style: none;
  padding: 0;
  max-height: 350px;
}

@media (min-width: 576px) {
  #ywpbody .multiple-account .account-list {
    padding-right: 14px;
    overflow-y: auto;
  }

  #ywpbody .multiple-account .account-list::-webkit-scrollbar {
    width: 3px;
  }

  #ywpbody .multiple-account .account-list::-webkit-scrollbar-track {
    background: #d9dbdd;
  }

  #ywpbody .multiple-account .account-list::-webkit-scrollbar-thumb {
    background: #929497;
    border-radius: 3px;
  }

  #ywpbody .multiple-account .account-list::-webkit-scrollbar-thumb:hover {
    background: #65615e;
  }
}

@media (max-width: 576px) {
  #ywpbody .multiple-account .account-list {
    max-height: unset;
  }
}

#ywpbody .multiple-account .account-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}

#ywpbody .multiple-account .account-list li:not(:last-child) {
  border-bottom: 1px solid #f4f5f7;
}

@media (max-width: 576px) {
  #ywpbody .multiple-account .account-list li:not(:last-child) {
    padding: 20px 0;
  }
}

#ywpbody .multiple-account .account-list li:nth-child(5n + 1) .dp {
  background: #e75493;
}

#ywpbody .multiple-account .account-list li:nth-child(5n + 2) .dp {
  background: #68affb;
}

#ywpbody .multiple-account .account-list li:nth-child(5n + 3) .dp {
  background: #f6c336;
}

#ywpbody .multiple-account .account-list li:nth-child(5n + 4) .dp {
  background: #36fb99;
}

#ywpbody .multiple-account .account-list li:nth-child(5n + 5) .dp {
  background: #fc5fff;
}

#ywpbody .multiple-account .account-list li .user-detail {
  display: flex;
  width: calc(100% - 135px);
}

#ywpbody .multiple-account .account-list li .user-detail .dp {
  width: 36px;
  height: 36px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #f6faff;
}

@media (max-width: 576px) {
  #ywpbody .multiple-account .account-list li .user-detail .dp {
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
  }
}

#ywpbody .multiple-account .account-list li .user-detail .content {
  width: calc(100% - 44px);
}

@media (max-width: 576px) {
  #ywpbody .multiple-account .account-list li .user-detail .content {
    width: calc(100% - 32px);
  }
}

#ywpbody .multiple-account .account-list li .user-detail .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #172640;
  margin-bottom: 2px;
}

@media (max-width: 576px) {
  #ywpbody .multiple-account .account-list li .user-detail .name {
    font-size: 14px;
  }
}

#ywpbody .multiple-account .account-list li .user-detail .date {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #555e6d;
}

@media (max-width: 576px) {
  #ywpbody .multiple-account .account-list li .user-detail .date {
    font-size: 10px;
  }
}

#ywpbody .multiple-account .account-list li .button-outline {
  line-height: 20px;
  padding: 7px 16px;
}

#ywpbody .multiple-account .account-list li .button-outline:focus {
  outline: none;
}

#ywpbody .success-form {
  padding: 0 24px 24px;
}

#ywpbody .success-form .symbol {
  width: 48px;
  height: 48px;
  margin: 0 auto 24px;
}

#ywpbody .success-form .symbol img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#ywpbody .success-form .content-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #232528;
  text-align: center;
  margin-bottom: 8px;
}

#ywpbody .success-form .content-subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #4d4f53;
  text-align: center;
  margin-bottom: 32px;
}

#ywpbody .success-form .button-blue {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  #ywpbody #login-register_popup {
    display: none !important;
  }
}

#ywpbody #login-register_popup .pop-up_content-box {
  display: none;
}

#ywpbody #login-register_popup .pop-up_content-box.active {
  animation: fadeIn 0.3s forwards;
  display: block;
}

#ywpbody #login-register_popup .pop-up_body {
  padding: 20px;
}

#ywpbody #popup_successful-message .pop-up_header {
  border: none;
  justify-content: flex-end;
  padding-bottom: 8px;
}

#ywpbody #popup_successful-message .close-button {
  position: relative;
  top: unset;
  right: unset;
  /* LOGIN POPUP END */
}




/*Free quote button start */
#ywpbody #header-searchbar-v2 .free-quote-btn-mob {

  cursor: pointer;
  position: fixed;
  right: -46px;
  top: 200px;
  display: flex;
  gap: 4px;
  padding: 6px 8px 6px 30px;
  background-color: #20c84f;
  align-items: center;
  transform: rotate(-90deg);
  border-radius: 0;
  border: none;
  color: white;
  font-size: 15px;
  font-weight: 600;
  line-height: 14px;
}

#ywpbody #header-searchbar-v2 .free-quote-btn-mob::before {
  content: url(/uploads/12037607/File/deco/home/assets/free-quote.svg);
  position: absolute;
  left: 8px;
  transform: rotate(90deg);
  width: 16px;
  height: 16px;
  display: block;

}

@media only screen and (max-width: 768px) {
  /* #ywpbody #header-searchbar-v2 .free-quote-btn-mob {
    padding      : 10px 8px;
    font-size    : 14px;
    line-height  : normal;
    border-radius: 26px;
    margin-left  : 12px;
    position     : static;
    transform    : rotate(0deg);
    display      : block;

  }
  #ywpbody #header-searchbar-v2 .free-quote-btn-mob::before{
    display: none;
  } */

}

/**/
/*#region Get Quote Pupup start */
#get-quote_popup_header {
  padding: 0 !important;
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: flex-start;
}

#get-quote_popup_header .file-box {
  display: flex;
  align-items: center;
  gap: 16px;
}

#get-quote_popup_header .file-box .uploded-file-name {
  margin-top: 0 !important;
}

#get-quote_popup_header.active {
  display: flex;
}

#get-quote_popup_header .pop-up_content-box {
  padding: 20px 35px 75px;
  margin-left: auto;
  min-height: 1186px;
  margin-right: 0;
  border-radius: 0;
  position: relative;
}

#get-quote_popup_header .pop-up_content-box.v-mob {
  padding-inline: 16px;
}

@media (max-width: 767.98px) {
  #get-quote_popup_header .pop-up_content-box.v-mob {
    padding-block: 46px 28px !important;

  }

  #get-quote_popup_header .pop-up_content-box {
    min-height: 1310px;
  }
}

#get-quote_popup_header .pop-up_content-box .pop-up_heading {
  text-align: center;
}

#get-quote_popup_header .pop-up_content-box .pop-up_heading .pop-up_title {
  color: #353535;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

@media only screen and (max-width: 1024px) {
  #get-quote_popup_header .pop-up_content-box .pop-up_heading .pop-up_title {
    font-size: 28px;
  }
}

#get-quote_popup_header .pop-up_content-box .pop-up_heading .pop-up_subtitle {
  color: #4d4f53;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 8px;
}

#get-quote_popup_header .pop-up_content-box .pop-up_heading .pop-up_subtitle span {
  color: #17d24b;
  font-weight: 700;
}

#get-quote_popup_header .pop-up_content-box .pop-up_body {
  padding: 0;
}

#get-quote_popup_header .pop-up_content-box .pop-up_body form {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

@media (max-width: 767.98px) {
  #get-quote_popup_header .pop-up_content-box .pop-up_body form {
    margin-top: 20px;
  }
}

#get-quote_popup_header .pop-up_content-box .pop-up_body form .form-block label {
  color: #576675;
  margin-bottom: 4px;
}

#get-quote_popup_header .pop-up_content-box .pop-up_body form .form-block-btn {
  padding-inline: 45px;
  margin-top: 12px;
}

@media (max-width: 767.98px) {
  #get-quote_popup_header .pop-up_content-box .pop-up_body form .form-block-btn {
    padding-inline: 0;
  }
}

#get-quote_popup_header .pop-up_content-box .pop-up_body form .input,
#get-quote_popup_header .pop-up_content-box .pop-up_body form .textarea {
  border-radius: 2px;
  border: 1px solid #c5cad1;
  background: #fff;
  width: 100%;
  outline: none !important;
  color: #576675;
  font-size: 16px;
}

#get-quote_popup_header .pop-up_content-box .pop-up_body form .input {
  padding: 12px 16px;
}

@media (max-width: 767.98px) {
  #get-quote_popup_header .pop-up_content-box .pop-up_body form .input {
    padding: 9px 12px;
  }
}

#get-quote_popup_header .pop-up_content-box .pop-up_body form textarea {
  padding: 10px 16px;
  height: 126px;
}

@media (max-width: 767.98px) {
  #get-quote_popup_header .pop-up_content-box .pop-up_body form textarea::placeholder {
    font-size: 13px;
    color: #a1a8b4;
  }
}

#get-quote_popup_header .pop-up_content-box .pop-up_body form .input-file {
  border: 1px solid navy;
  position: relative;
  border: none !important;
  outline: none !important;
  box-shadow: none;
  visibility: hidden;
  padding-block: 5px;
  width: 100px;
}

#get-quote_popup_header .pop-up_content-box .pop-up_body form .input-file::after {
  content: "Upload file";
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
  bottom: 0;
  right: 0;
  width: 100px;
  border-radius: 4px;
  background: var(--Neutral-colors-Grey-100, #e8e9ea);
  cursor: pointer;
  padding-inline: 12px;
  color: var(--Neutral-colors-Dark-500, #555e6d);
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

#get-quote_popup_header .pop-up_content-box .pop-up_body form div .btn-submit {
  width: 100%;
  padding: 9px 15px;
  outline: none;
  border: none;
  border-radius: 26px;
  background: #ff551d;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  #get-quote_popup_header .pop-up_content-box .pop-up_body form div .btn-submit {
    border-radius: 4px;
  }
}

#get-quote_popup_header .pop-up_content-box .pop-up_body form div p {
  margin-top: 12px;
  color: #666;
  font-size: 14px;
  text-align: center;
}

#get-quote_popup_header .pop-up_content-box .btn-close {
  position: absolute;
  left: -25px;
  top: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e8e9ea;
  background: #fff;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1024px) {
  #get-quote_popup_header .pop-up_content-box .btn-close {
    top: 16px;
    right: 16px;
    left: auto;
    border-radius: 0;
    border: none;
    box-shadow: none;
  }
}

@media (max-width: 767.98px) {
  #get-quote_popup_header .pop-up_content-box .btn-close {
    background: none;
    top: 14px;
  }
}

@media (max-width: 1024px) {
  #get-quote_popup_header .pop-up_content-box {
    margin-right: auto;
    height: auto;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  #get-quote_popup_header .pop-up_content-box {
    padding: 42px 35px;
  }
}

#get-quote_popup_header .pop-up_content-box iframe {
  min-height: 1150px;
}

@media (max-width: 767.98px) {
  #get-quote_popup_header .pop-up_content-box {
    /* margin : 0; */
    width: 100%;
    min-height: 1310px;

  }

  #get-quote_popup_header .pop-up_content-box iframe {
    min-height: 1310px;
  }

  #get-quote_popup_header .pop-up_content-box form div .btn-submit {
    border-radius: 4px !important;
    line-height: 34px;
  }
}

@media (max-width: 767.98px) {
  #get-quote_popup_header {
    margin: 0;
    overflow: hidden;
    height: 100vh;
  }
}

@media (max-width: 1024px) {
  #get-quote_popup_header {
    align-items: center;
  }
}

/*#endregion  Get Quote Pupup end */
/*Free quote button end */

aside.panel {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-seri;
  color: #374151;
  background: #f8f9fb;
}

.side-tab {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  background: #0066cc;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .4px;
  padding: 20px 12px;
  border-radius: 0;
  cursor: pointer;
  z-index: 40;
  border: none;
  box-shadow: -3px 0 14px rgba(0, 0, 0, .18);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: .15s;
}

.side-tab:hover {
  background: #0052a6;
  padding-right: 18px;
}

.side-tab .pulse {
  writing-mode: horizontal-tb;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffd23f;
  animation: pulse 2.2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 210, 63, .6)
  }

  70% {
    box-shadow: 0 0 0 8px rgba(255, 210, 63, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 210, 63, 0)
  }
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, .55);
  opacity: 0;
  visibility: hidden;
  transition: opacity .28s;
  z-index: 50;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
}

aside.panel {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 452px;
  max-width: 92vw;
  background: #fff;
  z-index: 99999999;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform .32s cubic-bezier(.4, 0, .2, 1);
  box-shadow: -12px 0 40px rgba(0, 0, 0, .18);
}

aside.panel.open {
  transform: translateX(0);
}

/* headline uses the top of the scale (22/800) — the one element that anchors this surface */
aside.panel .panel-head {
  padding: 22px 26px 18px;
  border-bottom: 1px solid #e5e7eb;
  position: relative;
}

aside.panel .panel-head h2 {
  font-size: 22px;
  font-weight: 800;
  color: #111827;
  letter-spacing: -.4px;
  line-height: 1.2;
}

aside.panel .trust {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 9px;
  font-size: 13px;
  color: #6b7280;
}

aside.panel .trust .star {
  color: #f5a623;
}

aside.panel .trust .sep {
  color: #e5e7eb;
}

aside.panel .close-x {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border: none;
  background: #f8f9fb;
  border-radius: 0;
  cursor: pointer;
  font-size: 18px;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
}

aside.panel .close-x:hover {
  background: #e5e7eb;
  color: #111827;
}

aside.panel .progress {
  padding: 26px 26px 0;
}

aside.panel .progress-top {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #6b7280;
  margin-bottom: 7px;
}

aside.panel .progress-bar {
  height: 4px;
  background: #e5e7eb;
  border-radius: 0;
  overflow: hidden;
}

aside.panel .progress-fill {
  height: 100%;
  background: #0066cc;
  width: 50%;
  transition: width .3s;
  border-radius: 0;
}

aside.panel .panel-body {
  flex: 1;
  overflow-y: auto;
  padding: 24px 26px 28px;
}

aside.panel .step {
  display: none;
}

aside.panel .step.active {
  display: block;
  animation: fade .25s ease;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(6px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

aside.panel .field {
  margin-bottom: 30px;
}

aside.panel .field:last-child {
  margin-bottom: 4px;
}

aside.panel .field-label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 13px;
}

aside.panel .field-label .req {
  color: #6b7280;
  font-weight: 600;
}

aside.panel .tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

aside.panel .tile {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 12px;
  border: 1.5px solid #e5e7eb;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  transition: .15s;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-seri;
}

aside.panel .tile:hover {
  border-color: #9cc3ee;
  background: #e6f0fa;
}

aside.panel .tile.sel {
  border-color: #0066cc;
  background: #e6f0fa;
  color: #0066cc;
  box-shadow: inset 0 0 0 1px #0066cc;
}

aside.panel .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

aside.panel .chip {
  padding: 10px 14px;
  border: 1.5px solid #e5e7eb;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  transition: .15s;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-seri;
}

aside.panel .chip:hover {
  border-color: #9cc3ee;
  background: #e6f0fa;
}

aside.panel .chip.sel {
  border-color: #0066cc;
  background: #e6f0fa;
  color: #0066cc;
  box-shadow: inset 0 0 0 1px #0066cc;
}

aside.panel .more-wrap {
  margin-top: 12px;
  display: none;
}

aside.panel .more-wrap.show {
  display: block;
  animation: fade .2s;
}

aside.panel .date-toggle {
  margin-top: 13px;
  background: none;
  border: none;
  color: #0066cc;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-seri;
  text-decoration: underline;
}

aside.panel select,
aside.panel input,
aside.panel textarea {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-seri;
  font-size: 14px;
  color: #111827;
  padding: 12px 13px;
  border: 1px solid #e5e7eb;
  border-radius: 0;
  background: #fff;
  outline: none;
  transition: .15s;
}

aside.panel select:focus,
aside.panel input:focus,
aside.panel textarea:focus {
  border-color: #0066cc;
  box-shadow: 0 0 0 3px #e6f0fa;
}

aside.panel textarea {
  resize: vertical;
  min-height: 84px;
}

aside.panel #needDate {
  cursor: pointer;
}

aside.panel .row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

aside.panel .field .sub {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  display: block;
  margin-bottom: 7px;
}

aside.panel .dropzone {
  border: 1.5px dashed #e5e7eb;
  border-radius: 0;
  padding: 22px;
  text-align: center;
  cursor: pointer;
  transition: .15s;
}

aside.panel .dropzone:hover {
  border-color: #0066cc;
  background: #e6f0fa;
}

aside.panel .dropzone .ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f8f9fb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  color: #6b7280;
}

aside.panel .dropzone b {
  display: block;
  font-size: 14px;
  color: #111827;
}

aside.panel .dropzone small {
  display: block;
  font-size: 11px;
  color: #6b7280;
  margin-top: 5px;
}

aside.panel .dropzone.dragging {
  border-color: #0066cc;
  background: #e6f0fa;
}

aside.panel .file-list {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

aside.panel .file-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid #e5e7eb;
  padding: 7px 10px;
  font-size: 12px;
  color: #374151;
}

aside.panel .file-row .fn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

aside.panel .file-row .rm {
  cursor: pointer;
  color: #6b7280;
  font-weight: 700;
  flex: none;
  border: none;
  background: none;
  font-size: 14px;
  line-height: 1;
}

aside.panel .file-row .rm:hover {
  color: #111827;
}

aside.panel .upload-note {
  font-size: 11px;
  margin-top: 6px;
  min-height: 14px;
}

aside.panel .upload-note.err {
  color: #dc2626;
}

aside.panel .upload-note.ok {
  color: #10b981;
}

aside.panel .rc-note {
  font-size: 11px;
  color: #6b7280;
  margin-top: 8px;
  line-height: 1.5;
}

aside.panel .rc-note a {
  color: #6b7280;
  text-decoration: underline;
}

aside.panel .panel-foot {
  padding: 16px 26px;
  border-top: 1px solid #e5e7eb;
  background: #fff;
}

aside.panel .btn {
  width: 100%;
  border: none;
  border-radius: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-seri;
  font-size: 15px;
  font-weight: 700;
  padding: 14px;
  cursor: pointer;
  transition: .15s;
}

aside.panel .btn-primary {
  background: #0066cc;
  color: #fff;
}

aside.panel .btn-primary:hover {
  background: #0052a6;
}

aside.panel .btn-primary:disabled {
  opacity: .5;
  cursor: not-allowed;
}

aside.panel .btn-row {
  display: flex;
  gap: 10px;
}

aside.panel .btn-ghost {
  flex: 0 0 auto;
  width: auto;
  padding: 14px 18px;
  background: #f8f9fb;
  color: #374151;
}

aside.panel .btn-ghost:hover {
  background: #e5e7eb;
}

aside.panel .foot-note {
  text-align: center;
  font-size: 13px;
  color: #6b7280;
  margin-top: 10px;
}

aside.panel .foot-note b {
  color: #111827;
}

aside.panel .done {
  text-align: center;
  padding: 30px 10px;
  display: none;
}

aside.panel .done.active {
  display: block;
  animation: fade .3s;
}

aside.panel .done .circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #10b981;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 18px;
}

aside.panel .done h3 {
  font-size: 22px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 8px;
  line-height: 1.2;
}

aside.panel .done p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

aside.panel .done-call {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
  margin-top: 22px;
  padding: 15px 16px;
  background: #e6f0fa;
  border-left: 4px solid #0066cc;
}

aside.panel .done-call-title {
  font-size: 15px;
  font-weight: 800;
  color: #111827;
}

aside.panel .done-call-sub {
  font-size: 13px;
  color: #6b7280;
  margin-top: 2px;
}

aside.panel .done-call-btn {
  flex: none;
  background: #0066cc;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 11px 16px;
  text-decoration: none;
  white-space: nowrap;
}

aside.panel .done-call-btn:hover {
  background: #0052a6;
}

aside.panel .again-btn {
  margin-top: 22px;
  background: #fff;
  border: 1.5px solid #0066cc;
  color: #0066cc;
  font-weight: 700;
  font-size: 14px;
  padding: 11px 22px;
  border-radius: 0;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-seri;
}

aside.panel .again-btn:hover {
  background: #e6f0fa;
}

/* ============================ MOBILE ONLY ============================ */
/* Scoped to phones; does not affect desktop layout above. */
@media (max-width:768px) {

  /* iOS zooms in on focus when inputs are <16px — bump form controls to 16px. */
  aside.panel select,
  aside.panel input,
  aside.panel textarea {
    font-size: 16px;
    padding: 13px;
  }

  aside.panel .field .sub {
    font-size: 15px;
  }

  aside.panel .field-label {
    font-size: 15px;
  }

  /* Full-screen panel on phones (no peek of the page behind). */
  aside.panel {
    width: 100%;
    max-width: 100%;
    box-shadow: none;
  }

  /* Tighter panel padding so content isn't cramped at the edges. */
  aside.panel .panel-head {
    padding: 18px 18px 14px;
  }

  aside.panel .panel-head h2 {
    font-size: 20px;
  }

  aside.panel .progress {
    padding: 14px 18px 0;
  }

  aside.panel .panel-body {
    padding: 20px 18px 24px;
  }

  aside.panel .panel-foot {
    padding: 14px 18px;
  }

  /* Quantity/timing chips wrap comfortably; product tiles stay 2-up. */
  aside.panel .tiles {
    gap: 10px;
  }

  aside.panel .tile {
    padding: 8px 12px;
    min-height: auto;
    font-size: 15px;
  }

  aside.panel .chip {
    font-size: 15px;
  }

  /* Name/phone/email row stacks to one column on narrow screens. */
  aside.panel .row2 {
    grid-template-columns: 1fr;
    gap: 0;
  }

  aside.panel .row2 .field {
    margin-bottom: 24px;
  }

  /* Success-screen call block stacks (text over button) on small screens. */
  aside.panel .done-call {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  aside.panel .done-call-btn {
    width: 100%;
    text-align: center;
  }

  aside.panel .again-btn {
    width: 100%;
  }

  /* Side tab a touch smaller so it doesn't crowd the edge on phones. */
  aside.panel .side-tab {
    font-size: 13px;
    padding: 16px 10px;
  }

  /* Bigger, thumb-friendly close button — the clear escape hatch on full-screen.
       A reachable exit lowers "I feel trapped" anxiety and lifts completion. */
  aside.panel .close-x {
    width: 44px;
    height: 44px;
    font-size: 22px;
    top: 14px;
    right: 14px;
  }
}

/* ============================ TABLET ONLY ============================ */
/* iPad portrait (768) is handled by the mobile block above; this covers
     iPad landscape and mid-size tablets (769–1024px). Wider, more comfortable
     panel than the slim desktop one — touch-friendly without going full-screen. */
@media (min-width:769px) and (max-width:1024px) {
  aside.panel {
    width: 560px;
    max-width: 80vw;
  }

  aside.panel .panel-head {
    padding: 24px 28px 18px;
  }

  aside.panel .panel-body {
    padding: 24px 28px 28px;
  }

  aside.panel .panel-foot {
    padding: 18px 28px;
  }

  /* Larger touch targets for finger taps on a tablet. */
 aside.panel select,
 aside.panel input,
 aside.panel  textarea {
    font-size: 16px;
    padding: 13px;
  }

  aside.panel .tile {
    min-height: 54px;
  }

  aside.panel .chip {
    padding: 12px 16px;
  }

  aside.panel .close-x {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}