:root {
  --bs-blue: #3175ff;
  --bs-black: #000000;
  --bs-gray-light: #333333;
  --bs-red: #dc3545;
  --bs-orange: #EE344E;
  --bs-white: #fff;
  --bs-gray: #fcf3db;
  --bs-light-gray: #c1c1c1;
  --bs-gray-dark: #ebebeb;
  --bs-light: #fff;
  --bs-light-blue: #EBF8FF;
  --bs-dark: #373f50;
  --black-dot: #000000;
  --brown-dot: #a45914;
  --light-blue:#F3F3F3;
  --light-brown-dot: #cea341;
  --bs-font-Helvetica: Helvetica, Arial, sans-serif;
  --bs-font-Helvetica-regular: Helvetica, Arial, sans-serif;
}

.off-canvas-wrap {
  height: 100%;
  overflow-y: auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.size-guide{
  color: var(--bs-orange);
}

textarea:focus,
input:focus,
button:focus,
accordion-button:focus,
select:focus,
a:focus {
  box-shadow: none !important;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  animation: fadein 1s;
  -moz-animation: fadein 12s;
  /* Firefox */
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -o-animation: fadein 1s;
  /* Opera */
  width: 100%;
}

body {
  visibility: hidden;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

a:hover {
  color:var(--bs-blue)!important;
  text-underline-offset: 4px;
}

.orange {
  color: var(--bs-orange)!important;
}

.orange:hover {
  text-decoration: underline!important;
}

.white-text{
  color: var(--bs-white)!important;
}

.color-box-forthemonth{
  background-color: var(--bs-light-gray);
  border-radius: 10px;
}

.white-filter{
  filter: brightness(0) saturate(100%) invert(95%) sepia(0%) saturate(7494%) hue-rotate(354deg) brightness(107%) contrast(103%)!important;
}

.aktivegrotesk-medium {
  font-family: var(--bs-font-Helvetica);
}

.light-blue-bg{
  background-color: var(--light-blue);
}

.aktivegrotesk-regular {
  font-family: var(--bs-font-Helvetica-regular);
}

@font-face {
  font-family: "icomoon";
  src: url("../font/webfonts/icomoon.eot?ywhclp");
  src: url("../font/webfonts/icomoon.eot?ywhclp#iefix") format("embedded-opentype"),
    url("../font/webfonts/icomoon.ttf?ywhclp") format("truetype"),
    url("../font/webfonts/icomoon.woff?ywhclp") format("woff"),
    url("../font/webfonts/icomoon.svg?ywhclp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
input::-webkit-input-placeholder {
  font-size: 16px;
}

.icon-orange-star:before {
  content: "\e913";
  color: #ff7320;
}

.icon-black-star:before {
  content: "\e914";
}

.icon-col-list-active:before {
  content: "\e904";
  color: #ff5f00;
}

.icon-col-list-default:before {
  content: "\e905";
}

.icon-col-list-default {
  content: "\e905";
  color: #bbb;
}

.icon-col-list-default:hover {
  content: "\e905";
  color: #ff5f00;
}

.icon-col-list-active2:before {
  content: "\e908";
}

.icon-col-list-default2:before {
  content: "\e909";
  color: #bbb;
}

.icon-arrow-left:before {
  content: "\e90a";
}

.icon-arrow-right:before {
  content: "\e90b";
  color: #075ae2;
}

.icon-close-ico-default:before {
  content: "\e90c";
  color: #888;
}

.icon-close-ico-hover:before {
  content: "\e90d";
}

.icon-Ellipse-82:before {
  content: "\e90e";
  color: #f0f0f0;
}

.icon-Ellipse-83:before {
  content: "\e90f";
  color: #eff3f9;
}

.icon-fav-ico-default {
  content: "\e910";
  color: #888;
}

.icon-fav-ico-selected:before {
  content: "\e911";
  filter: brightness(0) saturate(100%) invert(23%) sepia(39%) saturate(4412%)
    hue-rotate(357deg) brightness(109%) contrast(94%) !important;
}

.icon-mmore-actions:before {
  content: "\e912";
  color: #c4c4c4;
}

.icon-three-column:before {
  content: "\e900";
}

.icon-three-column {
  content: "\e900";
  color: #bbbbbb;
}

.icon-three-column:hover {
  content: "\e900";
  color: #dd3a0f;
}

.icon-three-column-active:before {
  content: "\e901";
  color: #dd3a0f;
}

.icon-two-column:before {
  content: "\e902";
}

.icon-two-column {
  content: "\e902";
  color: #bbbbbb;
}

.icon-two-column:hover {
  content: "\e902";
  color: #dd3a0f;
}

.icon-two-column-active:before {
  content: "\e903";
  color: #dd3a0f;
}

.icon-delete1:after {
  content: "\e906";
  color: #bbb;
}

.icon-delete1:hover:after {
  content: "\e906";
  color: #ff0000;
}

body {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4b566b;
  background-color: var(--bs-white);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-rendering: optimizeSpeed !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.gray-bottom {
  background-color: #fafafa;
}

.black-bg {
  background-color: #111111;
  font-size: 14px;
  color: #ffffff;
  padding: 12px 0;
}

.page-not-found {
  background-image: url(../images/404-img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  text-align: center;
  font-size: 1.5rem;
}

.page-not-found h1 {
  font-size: 12rem;
  font-weight: bold;
  line-height: 170px;
}

.page-not-found h2 {
  font-size: 4rem;
}

.gray-bg-workshop {
  background-color: #f5f5f5;
  font-size: 24px;
  color:var(--bs-black);
  padding: 12px 0;
}

.gray-bg {
  background-color: #f5f5f5;
  font-size: 14px;
  color: var(--bs-black);
  padding: 12px 0;
}

.black-bg-nav {
  background-color: #111111;
  font-size: 14px;
  color: #ffffff;
  padding: 0px 0;
}

.gray-bg-nav {
  background-color: var(--bs-gray) !important;
  font-size: 14px;
  color: var(--bs-black);
  padding: 0px 0;
}

.white-bg {
  background-color: var(--bs-white);
}

h1 {
  font-weight: bold;
  size: 36px;
  line-height: 46px;
  color: var(--bs-black);
}

h2 {
  font-weight: bold;
  size: 32px;
  line-height: 42px;
  color:var(--bs-black);
}

h3 {
  font-weight: bold;
  size: 28px;
  line-height: 36px;
  color: var(--bs-black);
}

h4 {
  font-weight: bold;
  size: 24px;
  line-height: 32px;
  color: var(--bs-gray-light);
}

h5 {
  font-weight: bold;
  size: 22px;
  line-height: 30px;
  color:var(--bs-black);
}

h6 {
  font-weight: bold;
  size: 20px;
  line-height: 26px;
  color: var(--bs-black);
}

.bg-green-4DB368 {
  background-color: #4db368;
}

.yellow-FCF {
  color: #fcf3db !important;
}

.light-88D {
  color: #88d0c5;
}
.gray-bbb {
  color: #bbbbbb !important;
}

.blue-428-workshop p {
  color: #4285fa;
  font-size: 15px;
}
.blue-428-workshop strong,
.blue-428-workshop b {
  color:var(--bs-black);
  font-size: 20px;
}

.gray-bbb-forget {
  color: #bbbbbb !important;
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: none;
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  border:solid 1px#FDC7CF;
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"]
Specificity: (0,4,0)
 {
    padding-right: 4.125rem;
    background-image: none!important;
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid, .was-validated .form-control:valid, .form-select.is-valid, .was-validated .form-select:valid {
  border-color: #198754;
  padding-right: calc(1.5em + .75rem);
  background-image: none!important;
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.gray-bbb-forget:hover {
  color: var(--bs-black) !important;
}

.blue-forget {
  color: #075ae2 !important;
}

.blue-forget:hover {
  color: #075ae2 !important;
  text-decoration: underline !important;
}

.gray-333 {
  color: var(--bs-black) !important;
}

.white-fff {
  color: #ffffff !important;
}

.black-000 {
  color: #000000 !important;
}

.blue-075 {
  color: #075ae2 !important;
}

.gray-999 {
  color: #999999 !important;
}

.gray-eee {
  background-color: #eee !important;
}

.gray-888 {
  color: #888888 !important;
}

.redbg-tag {
  background-color: var(--bs-black) !important;
  color: #fcf3db;
  font-size: 0.8rem;
  border-radius: 9px 0 9px 0;
}
.badge-details {
  background-color: #fff !important;
  border: solid 1px var(--bs-black);
  color: #000 !important;
  font-weight: normal;
}
.badge-details:hover {
  background-color: var(--bs-black) !important;
  border: solid 1px var(--bs-black);
  color: #fff !important;
  font-weight: normal;
}
.orange-FF5 {
  color: var(--bs-orange) !important;
}

.green-34A {
  color: #34a853;
}

.gray-4b5 {
  color: #4b566b;
}

.dark-green {
  color: #2d4b47;
}

.yellow-FFB {
  color: #ffb422;
}

.design-by {
  color: #f8f9fa !important;
}
a.design-by:hover {
  color: #f8f9fa !important;
  text-decoration: underline;
}

a.blue-bg {
  border-bottom: 1px solid #e3e3e3;
}

a.blue-bg:hover {
  background-color: var(--bs-light-blue);
  color:var(--bs-black) !important;
}

a.text-size-11:hover {
  text-decoration: underline;
}

.text-size-11 {
  font-size: 11px !important;
}

.text-size-12 {
  font-size: 12px !important;
}

.text-size-13 {
  font-size: 13px !important;
}

.text-size-14 {
  font-size: 14px !important;
  font-weight: 400;
}

.text-size-15 {
  font-size: 15px !important;
}

.text-size-16 {
  font-size: 16px !important;
}

.text-size-17 {
  font-size: 17px !important;
}

.blue-backgroun:hover {
  background-color: #eef7ff;
  border: 1px solid #075ae2 !important;
}

.text-size-18 {
  font-size: 18px !important;
}

.text-size-20 {
  font-size: 20px !important;
}
.text-size-22 {
  font-size: 22px !important;
}
.text-size-24 {
  font-size: 24px !important;
}
.text-size-26 {
  font-size: 26px !important;
}

.text-size-32 {
  font-size: 32px !important;
}

.title {
  color:var(--bs-black);
  font-size: 18px;
  line-height: 25px;
}

.title-16 {
  color: var(--bs-black);
  font-size: 16px;
  line-height: 18px;
}

.title-18-simple {
  color: var(--bs-black);
  font-size: 18px;
  line-height: 25px;
}

.title-17 {
  color: #555555;
  font-size: 17px !important;
  line-height: 20px;
}

.title-sm {
  color: var(--bs-black);
  font-size: 15px;
  line-height: 23px;
}

.title-14 {
  color:var(--bs-black);
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}

.title-14-normal {
  color: var(--bs-white);
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}

.title-18-normal {
  color: var(--bs-black);
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}

.title-13 {
  color: #888888;
  font-size: 13px;
  line-height: 15px;
}

.title-12 {
  color: var(--bs-black);
  font-size: 12px;
  line-height: 15px;
}

.title-13-sml {
  color:var(--bs-black);
  font-size: 13px;
  line-height: 15px;
}

.title-13 span {
  color: var(--bs-black);
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
}

.blue-title-24 {
  color: var(--bs-black);
  font-size: 24px;
  line-height: 32px;
}

.blue-title-14 {
  color:var(--bs-black);
  font-size: 14px;
  line-height: 24px;
}

.blue-title-13 {
  color: var(--bs-black);
  font-size: 13px;
  line-height: 15px;
}

a.blue-title-11 {
  color: var(--bs-black) !important;
  font-size: 13px;
  line-height: 16px;
}

a.blue-title-11:hover {
  text-decoration: underline;
  color: #dd3a0f;
}

.white-title-15 {
  color: #888888;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}

.title-15 {
  color:var(--bs-black);
  font-size: 15px;
  line-height: 25px;
}

.title-20 {
  color: var(--bs-black);
  font-size: 20px;
  line-height: 25px;
}

.gray-title-14 {
  color: #888888;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}

.gray-title-12 {
  color: #888888;
  font-size: 12px;
  line-height: 13px;
  font-weight: normal;
}

.tab-hover:hover {
  background: #ffffff;
  border: 1px solid #075ae2;
  box-sizing: border-box;
  box-shadow: 0px 0px 9px rgba(7, 90, 226, 0.25);
  border-radius: 6px;
}

.tab-active {
  background: #ffffff;
  border: 1px solid #075ae2;
  box-sizing: border-box;
  box-shadow: 0px 0px 9px rgba(7, 90, 226, 0.25);
  border-radius: 6px;
}

.gray-title-13 {
  color: #888888;
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
}

.gray-title-13-dark {
  color:var(--bs-black);
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
}

.title-green-18 {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  letter-spacing: 0.01em;
  color: #34a853;
}

.title-green-16 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #34a853;
}

.title-green-13 {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 25px;
  color: #34a853;
}

.title-red-13 {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 25px;
  color: #de1b29;
}

.gray-title-20 {
  color:var(--bs-black);
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
}

.red-title-20 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #de1b29;
  letter-spacing: 0.02em;
}

.yellow-box {
  background: #fffbe4;
}

.yellow-box:hover {
  background: #f5f9fd;
  border: 1px solid #075ae2;
  box-sizing: border-box;
  box-shadow: 0px 0px 9px rgba(7, 90, 226, 0.25);
}

.rounded-right {
  border: 1px solid #dddddd;
  box-sizing: border-box;
  border-radius: 0px 6px 6px 0;
}

.rounded-left {
  border: 1px solid #dddddd;
  box-sizing: border-box;
  border-radius: 6px 0px 0px 6px;
}

.rounded-left-top {
  border: 1px solid #dddddd;
  box-sizing: border-box;
  border-radius: 6px 0px 0px 0;
}

.rounded-right-top {
  border: 1px solid #dddddd;
  box-sizing: border-box;
  border-radius: 0px 6px 0px 0px;
}

.rounded-left-bottom {
  border: 1px solid #dddddd;
  box-sizing: border-box;
  border-radius: 0px 0px 0px 6px;
}

.rounded-right-bottom {
  border: 1px solid #dddddd;
  box-sizing: border-box;
  border-radius: 0px 6px 6px 0px;
}

.text-title-15 {
  font-size: 15px !important;
  line-height: 25px;
  color:var(--bs-black);
}

.text-title-15 span {
  font-size: 15px !important;
  line-height: 25px;
  color:var(--bs-black);
}

.tab-border {
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding: 19px 25px 22px 25px;
  margin: 0 0 16px 0;
}

.tab-border:hover {
  background-color: #f5f9fd;
  border: 1px solid #075ae2;
  box-shadow: 0px 0px 9px rgba(7, 90, 226, 0.25);
}

.tab-border-active {
  background-color: #f5f9fd;
  border: 1px solid #075ae2;
  box-shadow: 0px 0px 9px rgba(7, 90, 226, 0.25);
  border-radius: 6px;
  margin-bottom: 16px;
}

.list-item ul {
  list-style-type: disc;
  float: left;
  padding: 0;
  margin: 0 23px 0 0;
}

.list-item ul li {
  font-size: 14px;
  padding: 0 0px 0 0px;
  margin: 0 0 0 20px;
  font-size: 14px !important;
}

.display-grid {
  display: grid;
  grid-auto-flow: column;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-items: center;
  place-self: center;
}

.display-grid span {
  color: #29aa6d;
  font-size: 13px;
}

.extra-tab-border {
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding: 0px;
  margin: 0 0 16px 0 !important;
}

.extra-tab-border:hover {
  background-color: #f5f9fd;
  margin: 0 0 16px 0 !important;
  border: 1px solid #075ae2;
  box-shadow: 0px 0px 9px rgba(7, 90, 226, 0.25);
}

.package-tab-border {
  border: 1px solid #dddddd;
  border-radius: 6px;
  margin: 0 0 16px 0 !important;
}

.package-tab-border:hover {
  background-color: #f5f9fd;
  margin: 0 0 16px 0 !important;
  border: 1px solid #075ae2;
  box-shadow: 0px 0px 9px rgba(7, 90, 226, 0.25);
}

.package-tab-border:hover .gray-bg-right {
  background-color: #1aa462;
  color: #fff !important;
}

.package-tab-border-active {
  background-color: #f5f9fd;
  margin: 0 0 16px 0 !important;
  border: 1px solid #075ae2;
  border-radius: 6px;
  box-shadow: 0px 0px 9px rgba(7, 90, 226, 0.25);
}

.package-tab-border-active .gray-bg-right {
  background-color: #1aa462;
  color: #fff !important;
}

.package-tab-border-active .product-floating-btn {
  position: absolute;
  left: 0.7rem;
  top: -5px;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
  z-index: 10;
}

.product-floating-btn {
  position: absolute;
  left: 0.75rem;
  top: 0rem;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  z-index: 10;
}

.gray-bg-right {
  color:var(--bs-black);
  background-color: #f3f3f3;
  font-size: 22px;
}

.tab-top-bg {
  background-color: #fff;
  margin: 0 1px 1px 1px;
  padding: 15px 13px;
}

.title-18 {
  font-weight: bold;
  size: 18px !important;
  line-height: 19px;
  color:var(--bs-black);
}

.title-18 span {
  font-weight: bold;
  size: 18px;
  line-height: 19px;
  color: var(--bs-orange) !important;
}

.dropdown-header {
  font-size: 18px !important;
  line-height: 25px;
  color: var(--bs-black);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
}

a.dropdown-item {
  size: 13px !important;
  line-height: 25px;
  color:var(--bs-black) !important;
  padding: 0.6rem 0.6rem;
}

a.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--bs-black) !important;
  background-color: var(--bs-light-blue);
}

.dropdown-divider {
  margin: 0 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.gray-circle-52 {
  background-color: #f5f5f5 !important;
  width: 52px;
  height: 52px;
  line-height: 45px;
  border-radius: 50%;
}

.rounded-circle {
  background-color: var(--bs-black) !important;
  height: 20px;
  line-height: 1.25rem;
  text-align: center;
  color: #fff !important;
  width: 20px;
  border-radius: 100%;
  margin: 0.2rem 0 0 0.4rem;
  font-size: 13px;
}

.rounded-circle-review {
  background-color: var(--bs-black) !important;
  line-height: 1.25rem;
  text-align: center;
  color: #fff !important;
  border-radius: 100%;
  margin: 0.2rem 0 0 0.4rem;
  font-size: 13px;
}

.rounded-circle-shopfor {
  background-color: #fff !important;
  line-height: 1.25rem;
  text-align: center;
  color: #fff !important;
  border-radius: 100%;
  margin: 0rem 0 0 0rem;
  padding: 2rem 0;
  font-size: 13px;
}

.rounded-circle-shopfor:hover {
  background-color: #ecf5ee !important;
  line-height: 1.25rem;
  text-align: center;
  color: #fff !important;
  border-radius: 100%;
  margin: 0rem 0 0 0rem;
  padding: 2rem 0;
  font-size: 13px;
}

a.dropdown-item span.orange {
  size: 13px !important;
  color: #ff594b !important;
}

.dropdown-menu-center {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.btn-primary-blue {
  color: #fff;
  background-color: var(--bs-black) !important;
  border-color: var(--bs-black);
  border-radius: 5px;
  padding: 20px 34px;
}

.btn-primary-blue:hover {
  color: var(--bs-black) !important;
  background-color: #fff !important;
  border-color: var(--bs-black);
  border-radius: 5px;
  padding: 20px 34px;
}

.btn-primary-checkout {
  color: #fff;
  background-color: var(--bs-black);
  border-color: var(--bs-black);
  font-size: 18px !important;
  padding: 20px 34px;
  text-align: center;
  border-radius:30px !important;
}

.btn-primary-checkout:hover {
  color: var(--bs-black) !important;
  background-color: #ffffff !important;
  border-color: var(--bs-black);
}

.btn-primary {
  color: #fff;
  background-color: var(--bs-black) !important;
  border-color:#ccc !important;
  font-size: 1.063rem !important;
  padding: 20px 34px;
  text-align: center;
  border-radius: 5px;
  line-height: 1.5rem !important;
}

.btn-primary:hover {
  color: var(--bs-black) !important;
  background-color: #ffffff !important;
  border-color:#ccc !important;
}

.btn-red {
  color: #fff;
  background-color: var(--bs-black);
  border-color: var(--bs-black);
  font-size: 1.063rem !important;
  padding: 20px 34px;
  text-align: center;
  border-radius: 5px;
}

.btn-red:hover {
  color: var(--bs-black)7 !important;
  background-color: transparent !important;
  border-color: var(--bs-black);
}

.btn-gray {
  color: #555555;
  background-color: #fff;
  border-color: #dddddd;
  font-size: 1.063rem !important;
  padding: 20px 34px;
  text-align: center;
  border-radius: 5px;
  line-height: 20px!important;
}

.btn-gray:hover {
  color: #555555;
  background-color: #f5f5f5 !important;
  border-color: #dddddd;
  line-height: 20px!important;
}

.btn-white {
  background-color: #fff !important;
  border-color: #dddddd;
}

.btn-white:hover {
  background-color:var(--bs-gray-light) !important;
  border-color: #dddddd;
  color: #fff;
}

.btn-secondary {
  color: #555555;
  background-color: #dddddd;
  border-color: #dddddd;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 22px;
  padding: 20px 34px;
  text-align: center;
  border-radius: 6px;
}

.btn-md,
.btn-group-md > .btn {
  border-radius: 0.3rem;
  font-size: 16px;
  padding: 16px 24px;
}

.btn-sm,
.btn-group-sm > .btn {
  border-radius: 0.3rem;
  font-size: 14px;
  line-height: 16px;
  padding: 14px 24px;
  border-radius: 30px;
}

.btn-outline-secondary {
  color: #555555;
  border-color: #bbbbbb;
  font-size: 14px;
  line-height: 16px;
  padding: 14px 24px;
}

.btn-outline-secondary:hover {
  color: var(--bs-black) !important;
  background-color: #ffffff;
  border-color: var(--bs-black) !important;
}

.btn-outline-secondary-white {
  color: var(--bs-black);
  border-color: var(--bs-black);
  background-color: #fff;
  font-size: 1.063rem;
  line-height: 16px;
  padding: 11px 17px;
}

.btn-outline-secondary-white:hover {
  color: #fff !important;
  background-color:var(--bs-black);
  border-color:var(--bs-black);
}

.btn-outline-secondary-sm {
  color: #fcf3db;
  border-color: #dd3a0f;
  background-color: #dd3a0f;
  font-size: 1.063rem;
  line-height: 16px;
  padding: 11px 17px;
}

.btn-outline-secondary-sm:hover {
  color:var(--bs-black) !important;
  background-color: #fcf3db;
  border-color: var(--bs-black);
}

.btn-gray-secondary-sm {
  color: #555555 !important;
  border-color: #dddddd;
  background-color: #dddddd;
  font-size: 17px;
  line-height: 20px;
  padding: 11px 20px;
}

.btn-gray-secondary-sm:hover {
  color: #555555;
  background-color: #dddddd;
  border-color: #dddddd;
}

.btn-round {
  color: #fff;
  border-color: var(--bs-black);
  background-color: var(--bs-black);
  font-size: 14px;
  line-height: 16px;
  padding: 11px 20px;
  border-radius: 20px;
}

.btn-round:hover {
  color:var(--bs-black) !important;
  background-color: #ffffff;
  border-color: var(--bs-black) !important;
}

.btn-round-dropdown {
  color: #fff !important;
  border-color: var(--bs-black);
  background-color:var(--bs-black);
  font-size: 14px;
  line-height: 16px;
  padding: 11px 20px;
  border-radius: 20px;
}

.btn-round-dropdown:hover {
  color: var(--bs-black) !important;
  background-color: #ffffff;
  border: solid 1px var(--bs-black) !important;
}

a.large-blue-link {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #bbbbbb;
  line-height: 15px;
  letter-spacing: 0.02em;
  text-decoration: none;
}

a.large-blue-link:hover {
  border-bottom: solid 1px var(--bs-black);
  color: var(--bs-black) !important;
}

a.large-gray-link {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #888888;
  line-height: 15px;
  letter-spacing: 0.02em;
  text-decoration: none;
}

a.large-gray-link:hover {
  border-bottom: solid 1px #888888;
}

.bracket::before {
  color: #bbbbbb;
  content: "(";
}

.bracket::after {
  color: #bbbbbb;
  content: ")";
}

a.sm-blue-link {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #bbbbbb;
  line-height: 12px;
  letter-spacing: 0.02em;
  text-decoration: none;
}

a.sm-blue-link:hover {
  border-bottom: solid 1px var(--bs-black);
  color: var(--bs-black) !important;
}

a.large-orange-link {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: var(--bs-orange);
  line-height: 16px;
  letter-spacing: 0.02em;
  text-decoration: none;
}

a.large-orange-link:hover {
  border-bottom: solid 1px #ff5f00;
}

a.large-black-link {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: var(--bs-black)!important;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-decoration: none;
}

a.large-black-link:hover {
  border-bottom: solid 1px var(--bs-gray-light);
}

a.sm-orange-link {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #ff5f00;
  line-height: 14px;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.orange-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #ff5f00;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.blue-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #075ae2;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-decoration: none;
}

a.sm-gray-link {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #888888;
  line-height: 12px;
  letter-spacing: 0.02em;
  text-decoration: none;
}

a.sm-gray-link:hover {
  border-bottom: solid 1px #888888;
}

.gray-text {
  color: #888888;
  text-decoration: none;
  font-size: 11px;
}

.gray-title-14 {
  color: #888888;
  text-decoration: none;
  font-size: 14px;
}

.gray-title-14-dark {
  color:var(--bs-black);
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
}

.gray-strip {
  background-color: #fafafa;
  border-bottom: 1px solid #e3e3e3;
}

.gray-border {
  background: #f3f3f3;
  border-radius: 6px;
}

.gray-border:hover,
.blue-title:hover {
  background: #f3f3f3;
  color: var(--bs-black) !important;
}

.send-later {
  background: #f3f3f3;
  border-radius: 6px;
}

.send-later:hover {
  background: #fafafa;
  color: var(--bs-black) !important;
}

.gray-box-dashed {
  background: #eff3f9;
  border: 1px dashed #075ae2 !important;
  box-sizing: border-box;
  border-radius: 6px;
}

/* header css start */

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: var(--bs-white);
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-right: 1rem;
  font-size: calc(1.3rem + 0.6vw);
}

.navbar-light .navbar-mega-nav::after {
  background-color: #e3e9ef;
}

.top-50 {
  top: 42% !important;
}

@media (min-width: 1200px) {
  .navbar-brand {
    font-size: 1.75rem;
  }
  .tab-content-box {
    width: 770px;
  }
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .nav-link-orange {
  text-decoration: none;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.navbar-nav .nav-link-white {
  display: block;
  text-decoration: none;
  padding: 0.5rem 1rem;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.75rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  transition: box-shadow 0.15s ease-in-out;
}

.col-megamenu a {
  color: var(--bs-black);
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
}

.col-megamenu a:hover {
  color: var(--bs-orange);
}

.col-megamenu a.rounded img {
  border-radius: 50%;
}

.col-megamenu a span {
  color: var(--bs-orange);
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

.navbar-tool-text > small,
.navbar-tool-text > .small {
  display: block;
  margin-bottom: -0.125rem;
}

.visibility-visible {
  visibility: hidden;
  display: none;
}
.f-size-14 {
  font-size: 13px!important;
}
.auto-scroll {
  max-height: 430px;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .featured-product img {
    border-radius: 6px;
    aspect-ratio: 1/1;
    object-fit: cover;
    height: inherit !important;
  }

  .m-text-size-20 {
    font-size: 20px !important;
  }

  .m-text-size-15 {
    font-size: 15px !important;
  }

  .img-height {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover;
    display: inherit;
  }

  .blue-428-workshop .m-text-size-20 {
    font-size: 20px !important;
  }
  .m-blue-428-workshop strong {
    font-size: 20px !important;
  }
  .m-blue-428-workshop {
    font-size: 15px !important;
  }

  .top-50 {
    top: 50% !important;
  }
  .round-image-column {
    width: inherit !important;
    height: inherit !important;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto;
  }
  .brand-height {
    min-height: 150px !important;
    line-height: 150px !important;
    vertical-align: middle;
    border-radius: 6px;
    cursor: pointer;
  }
  .brand-height img {
    width: 90% !important;
  }

  .custom-drop-box-content-container.large-custom-drop {
    width: 100% !important;
  }
  .gray-bg-workshop {
    background-color: #f5f5f5;
    font-size: 12px !important;
    color: var(--bs-black);
    padding: 12px 0;
  }

  .vertically-center {
    display: flex;
    align-items: center;
    /*For horizontal centering*/
    justify-content: center;
    /*For vertical align*/
    height: 100vh;
  }

  .creator-image {
    width: 110px;
  }
  h4.f-size-20 {
    font-size: 20px;
  }

  .f-size-21 {
    font-size: 21px;
  }
  .btn-outline-secondary-sm {
    color: #fcf3db;
    border-color: #bbbbbb;
    font-size: 0.875rem;
    line-height: 16px;
    padding: 11px 1px;
  }
  .address-bg-box-details {
    background-color: #ffffff !important;
    border: 0px solid rgba(0, 0, 0, 0.125) !important;
    border-radius: 0rem !important;
  }
  .dropdown-width-myaccount {
    width: 18rem !important;
    right: -4rem !important;
  }
  .dropdown-width-favourites {
    width: 18rem !important;
    left: -9rem !important;
  }
  .input-group-text {
    padding: 16px 15px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #212529;
    background-color: #fff;
    background-image: url(../images/down-ar2ow.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center 10px !important;
    background-size: 10px 7px;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  .filter-fix {
    position: -webkit-sticky;
    position: sticky;
    top: 71px;
    margin: 0;
    z-index: 9;
  }

  .filter-fix-workshop {
    position: -webkit-sticky;
    position: sticky;
    top: 93px;
    margin: 0;
    z-index: 9;
  }
  .header-fix {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fafafa;
    border: 1px solid #e3e3e3;
    margin: 0;
    z-index: 10;
  }
  .multi__display {
    overflow: hidden;
    width: 100%;
    /* border: 1px solid transparent; */
    border: 0;
    border-bottom: 1px solid #dddddd !important;
    background-color: #f9fafb;
    padding: 13px 18px;
    line-height: 1.5;
    font-size: 1rem;
    border-radius: 0.25%;
    position: relative;
    text-align: left;
    white-space: nowrap;
  }
  .header-pane {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    margin: 0;
  }
  .multi__inner {
    width: 90%;
    overflow: hidden;
    color:var(--bs-black);
    font-size: 20px !important;
    font-weight: normal !important;
    line-height: 24px;
  }
  .multi__li-item {
    cursor: pointer;
    padding: 10px 0 10px 0 !important;
    font-size: 16px !important;
    line-height: 24px;
  }
  .multi__dropdown {
    border: 0px solid #dddddd !important;
    padding: 0 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    overflow-y: auto;
  }
  .navbar-tool-icon .heart-icon {
    position: relative;
  }
  .navbar-tool-icon-box {
    position: relative;
    width: 38px !important;
    height: 38px !important;
    transition: color 0.25s ease-in-out;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
  }
  .graybox {
    background: var(--bs-light-blue);
    border-radius: 6px;
    position: relative;
  }
  .gray-gradient-login {
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    background: linear-gradient(90deg, #000000 50%, #000000 100%) !important;
  }
  .mb-border-bottom {
    border-bottom: 1px solid #e3e3e3;
  }
  .failed-graybox {
    background: #fafafa;
    border-radius: 6px;
    position: relative;
    height: 90vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 90);
  }
  .thank-you-graybox {
    background: #fff !important;
    border-radius: 6px;
    position: relative;
  }
  .nav-link {
    display: block;
    padding: 0.5rem 0;
    margin: 0 36px 0 0 !important;
    color: #495057;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out;
  }
  #pills-tab .nav-link {
    display: block;
    color: #fff;
    margin: 0 0px 0 0 !important;
    color: #495057;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out;
    padding: 10px 15px !important;
  }
  .scroll {
    font-style: normal;
    font-weight: bold;
    font-size: 18px !important;
    line-height: 25px;
    letter-spacing: 0.01em;
  }
  .title-18-checkout {
    font-size: 18px;
  }
  .summary-box {
    background-color: #fff !important;
    font-size: 18px;
  }
  .gray-bg-checkout {
    background-color: #ffffff !important;
    border-right: solid 0px #ffffff !important;
    height: 85vh;
  }
  .auto-scroll {
    max-height: 325px;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    border: 1px solid #dddddd;
  }
  .auto-scroll::-webkit-scrollbar {
    width: 0;
  }
  .auto-scroll .col {
    min-width: 200px;
    height: 305px;
    margin: 0px 5px 0px 5px;
  }
  .input-group {
    display: flex;
    overflow-x: auto;
  }
  .input-group::-webkit-scrollbar {
    width: 0;
  }
  .input-group .col {
    min-width: 200px;
    margin: 0px 5px 0px 5px;
  }
  .navbar-toolbar {
    width: 100%;
  }
  .gray-box-sml {
    background-color: #f9fafb;
    padding-bottom: 15px;
  }
  .carousel.pointer-event {
    padding-bottom: 0px;
  }
  button.nav-link {
    display: block;
    padding: 0.5rem 0;
    font-size: 15px !important;
    color: #495057;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out;
  }
  .cateogry-name {
    visibility: hidden;
    display: none;
  }
  .visibility-hidden {
    visibility: hidden;
    display: none;
  }
  .visibility-visible {
    visibility: visible;
    display: block !important;
  }
  .tab-border {
    padding: 25px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    margin: 0 0 20px 0;
  }
  .tab-border:hover {
    background-color: #f5f9fd;
    border: 1px solid #dddddd;
    border-radius: 6px;
    box-shadow: none !important;
  }
  .gray-capsule-btn {
    font-size: 14px;
    color: var(--bs-black);
    padding: 8px 30px 7px;
    background: #000;
    border-radius: 20px;
    border: 1px solid #dddddd;
  }
  .green-capsule-btn {
    align-items: center;
    padding: 6px 16px 6px;
    background: #ffffff;
    color: #34a853;
    font-size: 14px;
    line-height: 25px;
    border: 1px solid #34a853;
    box-sizing: border-box;
    border-radius: 20px;
  }
  .tab-pane {
    width: 100% !important;
  }
  .tab-content {
    padding: 0;
    margin: 0;
  }
  .package-tab-border {
    border: 1px solid #dddddd;
    border-radius: 6px;
    padding: 0px 20px 16px 20px !important;
  }
  .package-tab-border:hover {
    background-color: #f5f9fd;
    padding: 0px 20px 16px 20px !important;
    border: solid 1px #e3e3e3;
    box-shadow: none !important;
  }
  .package-tab-border:hover .gray-box {
    color: #fff !important;
    background-color: #29aa6d !important;
  }
  .gray-bg-right {
    color:var(--bs-black);
    background-color: transparent !important;
    vertical-align: middle;
    height: 100%;
    min-width: 100px;
    font-size: 18px;
  }

  .tab-top-bg {
    background-color: #fff;
  }
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
  .navbar-expand-sm .navbar-nav .nav-link-white {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .review-lens-selection {
    width: 100% !important;
    margin: 0 auto;
    font-size: 14px;
    color:var(--bs-black);
    font-family: Helvetica, Arial, sans-serif;
  }
  .review-lens-selection table {
    width: 100%;
    border-collapse: collapse !important;
    border-radius: 6px !important;
    border-style: hidden !important;
    /* hide standard table (collapsed) border */
    box-shadow: 0 0 0 1px #dddddd !important;
  }
  .review-lens-selection td {
    border: 1px solid #dddddd !important;
    border-collapse: collapse !important;
    font-size: 13px;
    color: var(--bs-black) !important;
  }
  .cart-table {
    width: 100% !important;
    margin: 0 auto;
    font-size: 14px;
    color: var(--bs-black);
    font-family: Helvetica, Arial, sans-serif;
    border-radius: 6px !important;
  }
  .cart-table table {
    width: 100%;
    border-collapse: collapse !important;
    border-radius: 6px !important;
    border-style: hidden !important;
    /* hide standard table (collapsed) border */
    box-shadow: 0 0 0 1px #dddddd !important;
  }
  .cart-table td {
    border: 1px solid #dddddd !important;
    border-collapse: collapse !important;
    font-size: 13px;
    color: var(--bs-black) !important;
  }
  .bottom-gray-box {
    border-top: 1px solid #e3e3e3;
    background: #fafafa;
    font-size: 22px;
  }
  .newsletter-img {
    background-image: url("../images/home-banner/banner.avif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 100vh !important;
  }
  .newsletter{
    color: #000!important;
  }
  button.accordion {
    color: #444;
    cursor: pointer;
    padding: 0 0 10px 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    background-color: #fff;
  }
  button.accordion.active,
  button.accordion:hover {
    background-color: #fff;
  }
  button.accordion:after {
    content: url(../images/down-arrow-image-big.svg);
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
  }
  button.accordion.active:after {
    content: url(../images/up-arrow-image-big.svg);
    text-align: right;
  }
  h4.title-18 {
    font-size: 18px;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
  }
  .horizontal-scroll-x {
    display: block;
    overflow-x: auto;
  }
  .item-colors {
    margin: 0;
    bottom: 0px !important;
    right: 40px;
    position: absolute;
  }
  .filter-dropdown {
    border-radius: 0px !important;
    border-left: none !important;
    line-height: unset !important;
  }
  .sort-mobile {
    border-radius: 0px !important;
    border-left: none !important;
    border-right: none !important;
  }
  .vsb-main button {
    border-radius: 0px !important;
    border-left: none !important;
    border-right: none !important;
  }
  .vsb-menu {
    margin-top: 0px !important;
    border-radius: 0px !important;
    border-left: none !important;
    border-right: none !important;
  }
  .vsb-menu .multi li {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
}

@media (max-width: 768px) {
  .featured-product img {
    border-radius: 6px;
    aspect-ratio: 1/1;
    object-fit: cover;
    height: inherit !important;
  }

  .f-size-40px-m {
    font-size: 2.5rem !important;
  }
  .top-50 {
    top: 50% !important;
  }

  .gree-for-mobile {
    border-radius: 6px;
  }
  .gree-for-mobile .green-icon {
    width: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .card-img-overlay {
    padding: 1rem !important;
  }
  .card-img-top {
    width: 100%;
    height: 100%;
    max-height: 100px !important;
    overflow: hidden;
  }
  #btn-group-colourFilter .vsb-menu ul {
    column-count: 2 !important;
    max-width: 100% !important;
    max-height: 100% !important;
  }
  #btn-group-colourFilter .vsb-menu {
    width: 100% !important;
  }
  .custom-drop-box-content-container.large-custom-drop {
    width: 100% !important;
  }
  .blue-blockers-text {
    padding-top: 1rem;
    padding-right: 1rem !important;
  }
  #pills-tab .nav-blue-link {
    display: block;
    color: #fff;
    margin: 0 0px 0 0 !important;
    color: #495057;
    font-size: 12px !important;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out;
    padding: 10px 15px !important;
  }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #fff !important;
    font-size: 12px !important;
    background-color: #0d6efd;
  }
  .nav-pills .nav-blue-link,
  .nav-pills .show > .nav-blue-link {
    color: #075ae2 !important;
    font-size: 12px !important;
    background-color: #eff3f9;
  }
  #pills-tab .nav-link {
    display: block;
    color: #fff;
    margin: 0 0px 0 0 !important;
    color: #495057;
    font-size: 12px !important;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out;
    padding: 10px 30px;
  }
  button.accordion:after {
    content: url(../images/down-arrow-image.svg);
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin-left: 15px;
    margin: 0 0px 0 0;
  }
  .form-select {
    background-color: #fff;
    background-image: url(
      data:image/svg + xml,
      %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"%3e%3cpathfill="none"stroke="%23343a40"stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="M2 5l6 6 6-6"/%3e%3c/svg%3e
    );
    background-repeat: no-repeat;
    background-position: right 0.75rem top 10px;
    background-size: 12px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form-select-new {
    background-position: right 0.75rem center;
  }
  .receive-offer {
    display: inline-block;
  }
  .btn-outline-secondary-sm {
    color: #fcf3db;
    border-color: #dd3a0f;
    background-color: #dd3a0f;
    font-size: 0.875rem;
    line-height: 16px;
  }
  .btn-primary {
    color: #fff;
    background-color: #ffffff;
    border-color: #075ae2;
    font-size: 1.063rem !important;
    line-height: 1.063rem !important;
    padding: 14px 11px;
    text-align: center;
    border-radius: 5px;
  }
  .product-title {
    font-size: 24px !important;
    line-height: 36px;
    color: var(--bs-black) !important;
    font-weight: bold;
  }
  .mob-space {
    padding-top: 100px;
  }
  .header-fix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fafafa;
    border: 1px solid #e3e3e3;
    z-index: 10;
  }
  .dropdown-width-myaccount {
    width: 18rem !important;
    right: -9rem;
  }
  .dropdown-width-favourites {
    width: 18rem !important;
    left: 0;
  }
  .navbar-tool-icon .heart-icon {
    position: relative;
  }
  .navbar-tool-icon .help-text {
    color:var(--bs-black);
  }
  .navbar-tool-icon:hover .help-text {
    color: #075ae2;
  }
  .navbar-tool-icon:hover .heart-icon::after {
    position: absolute;
    left: 10px !important;
    top: 7px;
    content: url(../images/heart-icon-hover.svg);
    z-index: 1;
  }
  .navbar-tool-icon:hover .heart-icon-active::after {
    position: absolute;
    left: 25px;
    top: 7px;
    content: url(../images/heart-icon-hover.svg);
    z-index: 1;
  }
  .mb-border-bottom {
    border-bottom: 1px solid #e3e3e3;
  }
  .nav-link {
    display: block;
    padding: 0.5rem 0;
    margin: 0 17px 0 0 !important;
    color: #495057;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out;
  }
  .mb-title-16 {
    font-size: 16px;
  }
  .mb-title-12 {
    font-size: 12px;
  }
  .title-18-checkout {
    font-size: 18px;
  }
  .visibility-hidden {
    visibility: hidden;
    display: none;
  }
  .visibility-visible {
    visibility: visible;
    display: block !important;
  }
  .gray-gradient {
    background: linear-gradient(to right, #ffffff 0%, #ffffff 100%) !important;
  }
  .gray-bg-checkout {
    background-color: #ffffff !important;
    border-right: solid 0px #ffffff !important;
    height: 50vh;
  }
  .button.nav-link {
    display: block;
    padding: 0.5rem 0;
    margin: 0 12px 0 0 !important;
    color: #495057;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out;
  }
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .remove-popup {
    width: auto !important;
  }
  .tns-carousel.tns-controls-outside [data-controls="prev"] {
    left: 10px !important;
  }
  .tns-carousel.tns-controls-outside [data-controls="next"] {
    right: 10px !important;
  }
  .rounded-start {
    border: 1px solid #dddddd;
    box-sizing: border-box;
    border-radius: 6px 0px 0px 6px !important;
  }
  .rounded-end {
    border: 1px solid #dddddd;
    box-sizing: border-box;
    border-radius: 6px 6px 0px 0px;
  }
  .rounded-mid {
    border: 1px solid #dddddd;
    box-sizing: border-box;
    border-radius: 0px 0px;
  }
  .detail-image {
    min-height: 237px !important;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .custom-drop-box-content-container {
    background: #fff;
    display: none;
    max-height: 15.75rem;
    top: 47px !important;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99999;
    overflow: auto;
  }
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    border: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link-white {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link-orange {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  .custom-drop-box-content-container {
    background: #fff;
    display: none;
    max-height: 15.75rem;
    top: 54px !important;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99999;
    overflow: auto;
  }
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
  .navbar-expand-xl .navbar-nav .nav-link-orange {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1400px) {
  .custom-drop-box-content-container {
    background: #fff;
    display: none;
    max-height: 15.75rem;
    top: 54px !important;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99999;
    overflow: auto;
  }
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
  .navbar-expand-xxl .navbar-nav .nav-link-orange {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.navbar-expand .navbar-nav .nav-link-white {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: #373f50;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: #373f50;
}

.navbar-light .navbar-nav .nav-link {
  color: #000 !important;
  font-size: 14px;
  border-bottom: solid 3px var(--bs-gray);
  font-family: Helvetica, Arial, sans-serif;
  padding: 0.8rem 1.438rem !important;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fcf3db !important;
  font-size: 14px;
  border-bottom: solid 3px var(--bs-gray);
  font-family: Helvetica, Arial, sans-serif;
}

.navbar-light .navbar-nav .nav-link-white {
  color: #ffffff;
  font-size: 14px;
}

.navbar-light .navbar-nav .nav-link-white:hover,
.navbar-light .navbar-nav .nav-link-white:focus {
  color: #075ae2;
  border-bottom: solid 3px #075ae2;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #fcf3db !important;
  border-bottom: solid 3px var(--bs-orange);
  background-color: var(--bs-black) !important;
}

.navbar-light .navbar-nav .nav-link:hover .icon-black-star {
  content: "\e913";
  color: #ff7320;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: #7d879c;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #075ae2;
  border-bottom: solid 3px #075ae2;
}

.navbar-light .navbar-toggler {
  color: #4b566b;
  border-color: transparent;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%234b566b' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: #4b566b;
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: #fe696a;
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.65);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.35);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.65);
  border-color: transparent;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.65%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.65);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.navbar-light .navbar-tool-text {
  color:var(--bs-black);
}

.navbar-light .navbar-tool-text a.help {
  color: var(--bs-black);
}

.navbar-light .navbar-tool-text a.help:hover {
  color: #075ae2;
}

.mx-4 {
  margin-right: 5.5rem !important;
  margin-left: 2.5rem !important;
}

.navbar-tool-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.navbar-tool {
  position: relative;
  display: flex;
  align-items: center;
}

.navbar-tool.dropdown::before {
  position: absolute;
  bottom: -1rem;
  left: -10%;
  width: 120%;
  height: 1rem;
  content: "";
}

.navbar-tool .dropdown-menu {
  top: 100%;
  margin-top: 0.5rem !important;
}

.navbar-tool .dropdown-menu.dropdown-menu-end {
  left: auto;
  right: 0;
}

.navbar-tool .navbar-tool-label {
  position: absolute;
  top: -0.3125rem;
  right: -0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: var(--bs-blue);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.3rem;
}

.navbar-light .navbar-tool-icon-box.bg-secondary {
  background-color: #f5f5f5 !important;
}

.navbar-tool-icon-box {
  position: relative;
  width: 40px;
  height: 40px;
  transition: color 0.25s ease-in-out;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
}

.navbar-light .navbar-tool-text > small,
.navbar-light .navbar-tool-text > .small {
  color: #7d879c;
}

small,
.small {
  font-size: 0.8em;
}

.navbar-tool {
  position: relative;
  display: flex;
}

.navbar-tool-text {
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 0.875rem;
  transition: color 0.25s ease-in-out;
  font-size: 0.875rem;
  text-decoration: none !important;
/*  white-space: nowrap;*/
}

.navbar-tool-text > small,
.navbar-tool-text > .small {
  display: block;
  margin-bottom: -0.125rem;
}

.dropdown .navbar-tool-text::after {
  display: inline-block;
  margin-left: 0.23375rem;
  vertical-align: 0.23375rem;
  /*content: "";*/
  border-top: 0.275rem solid;
  border-right: 0.275rem solid transparent;
  border-bottom: 0;
  border-left: 0.275rem solid transparent;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown .navbar-tool-text:empty::after {
  margin-left: 0;
}

.breadcrum {
  font-size: 12px;
  color: var(--bs-black);
  line-height: 14px;
}

.breadcrum a {
  font-size: 12px;
  color: var(--bs-black);
  padding: 0 5px 0 5px;
  line-height: 14px;
  text-decoration: none;
}

.dark-gray-bg {
  background-color: var(--bs-gray-dark);
}

.dark-blue-bg {
  background-color:var(--bs-black);
  background-image: url(../images/dark-gree-bg.svg);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center !important;
  min-height: 250px;
  color: #ffffff !important;
}

.dark-blue-bg a {
  color: #ffffff !important;
}

.strike-gray-color {
  font-size: 16px;
  color: #888888;
  font-weight: normal;
}

.blue-big-price {
  font-size: 17px;
  color: #075ae2;
  font-weight: bold;
}

.orange-big-price {
  font-size: 17px;
  color:  var(--bs-orange);
  font-weight: bold;
}

.black-dot {
  height: 16px;
  width: 16px;
  background-color: var(--black-dot);
  border-radius: 50%;
  display: inline-block;
}

.brown-dot {
  height: 16px;
  width: 16px;
  background-color: var(--brown-dot);
  border-radius: 50%;
  display: inline-block;
}

.green-dot {
  height: 66px;
  width: 66px;
  line-height: 66px;
  background-color: #4db368;
  border-radius: 50%;
  display: inline-block;
}

.red-dot {
  height: 66px;
  width: 66px;
  line-height: 66px;
  background-color: #ea4335;
  border-radius: 50%;
  display: inline-block;
}

.light-brown-dot {
  height: 16px;
  width: 16px;
  background-color: var(--light-brown-dot);
  border-radius: 50%;
  display: inline-block;
}

.blue-sml-link {
  color: #075ae2;
  font-size: 13px;
  text-decoration: none;
}

.blue-sml-link:hover {
  text-decoration: underline;
}

.extra-yello-dot {
  height: 26px;
  width: 26px;
  background-color: #e8dd00;
  border-radius: 50%;
  display: inline-block;
  border: solid 2px #fff;
}

.extra-pink-dot {
  height: 26px;
  width: 26px;
  background-color: #ff42c7;
  border-radius: 50%;
  display: inline-block;
  border: solid 2px #fff;
}

.extra-blue-dot {
  height: 26px;
  width: 26px;
  background-color: #1d72bc;
  border-radius: 50%;
  display: inline-block;
  border: solid 2px #fff;
}

.extra-brown-dot {
  height: 26px;
  width: 26px;
  background-color: #522e0f;
  border-radius: 50%;
  display: inline-block;
  border: solid 2px #fff;
}

.extra-green-dot {
  height: 26px;
  width: 26px;
  background-color: #294e1b;
  border-radius: 50%;
  display: inline-block;
  border: solid 2px #fff;
}

.extra-gray-dot {
  height: 26px;
  width: 26px;
  background-color: #727272;
  border-radius: 50%;
  display: inline-block;
  border: solid 2px #fff;
}

.extra-black-dot {
  height: 26px;
  width: 26px;
  background-color: #000000;
  border-radius: 50%;
  display: inline-block;
  border: solid 2px #fff;
}

.extra-white-border {
  border-radius: 50%;
  display: inline-block;
  height: 34px;
  width: 34px;
  border: solid 2px #ffffff;
}

.extra-white-border:hover {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 70%;
  border: solid 2px #075ae2;
}

.extra-white-border-active {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 70%;
  border: solid 2px #075ae2;
}

.sold-tag {
  background-color: #fcf3db;
  color: #c81506;
  font-size: 15px;
  font-weight: 600;
  padding: 4px 8px;
  border:solid 1px #c81506;
}

.percent-off {
  color: #34a853;
  font-size: 13px;
  padding: 4px 8px;
}

.light-blue {
  background-color: #ecf5ee;
  font-size: 14px;
  padding: 8px 5px;
  text-decoration: none;
  border-radius: 6px;
}

.light-black-text {
  font-size: 14px;
  padding: 8px 5px;
  text-decoration: none;
  color:var(--bs-black);
  border-radius: 6px;
}

.light-black-text:hover {
  background-color: #ecf5ee;
  font-size: 14px;
  padding: 8px 5px;
  text-decoration: none;
}

.form-select {
  font-size: 14px;
  color: #555555;
  border-radius: 0;
}

.result-count {
  font-size: 14px;
  color: var(--bs-gray-light);
}

.page-item {
  font-size: 14px;
  color: var(--bs-black);
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--bs-black) !important;
  border-color: var(--bs-black);
}
.page-link {
  font-size: 14px;
  color: #bbbbbb !important;
}

.page-link:hover {
  z-index: 2;
  color: var(--bs-black) !important;
  background-color: #ecf5ee;
  border-color: #dee2e6;
}

.eyeglass-description {
  font-size: 14px;
  color: var(--bs-black);
  line-height: 24px;
}

.eyeglass-description {
  font-size: 14px;
  color: var(--bs-black);
  line-height: 24px;
}

.eyeglass-description h1 {
  font-size: 1rem;
  line-height: 2rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #e3e3e3;
}

hr.belowbreadcrum {
  margin-top: 0;
  margin-bottom: 2rem;
  border: 0;
  border-top: 2px solid #e3e3e3;
}

.star-ranking {
  font-size: 14px;
  color:var(--bs-black);
}

.star-ranking img {
  font-size: 14px;
  color:var(--bs-black);
  vertical-align: middle;
  padding: 0;
}

.product-title {
  font-size: 28px;
  line-height: 36px;
  color: var(--bs-black);
  font-weight: bold;
}

.product-description {
  font-size: 14px;
  color: var(--bs-black);
}

.email{
  color: #fff;
}

.return-policy a{
  font-size:0.75rem;
  color: #ccc;
}



.price-label {
  font-size: 28px;
  line-height: 36px;
  color: var(--bs-black);
  font-weight: bold;
}

.green-price-label {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #34a853;
}

.gray-price-label {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #888888;
}
.buy-frames {
  font-size: 15px;
  color: var(--bs-black);
}

.buy-frames span {
  font-size: 13px;
  color: #888888;
}

.pattern-box {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  display: inline-block;
}

.pattern-images {
  border-radius: 100%;
  border: solid 2px var(--bs-black);
  padding: 3px;
}

.details-description-box {
  background-color: #fff;
  box-shadow: 6px 7px 5px -4px rgba(187, 187, 187, 1);
  border: solid 1px #BBBBBB;
  font-size: 14px;
  line-height: 24px;
  color: var(--bs-black);
  border-radius: 6px;
}

.size a{
  color: #000;
  font-weight: 400;
  border: solid 1px #ccc;
}

.size a:hover{
  border: solid 1px #EE344E;
  background-color: #000;
  color: #fff!important;
}

.size a.active{
  color: #fff!important;
  border: solid 1px #000;
  background-color: #000;
}

.size a.scale:hover{
  background-color:transparent!important;
}


.size a.size-outofstock{
  color: #ccc;
  font-weight: 400;
  border: solid 1px #ccc;
}

.size a.size-outofstock:hover{
  color: #ccc!important;
  border: solid 1px #ccc;
  background-color: inherit!important;
}



.gallery-container {
	padding: 0rem 1rem;
}

.gallery-row {
	columns: 2;
	column-gap: 1rem;
}

.item {
	display: block;
	width: 100%;
	margin-bottom: 1rem;

}

.item img{
		width: 100%;
}




.color-box-details{
  width: 30px; height: 30px; margin: 0 auto; border:solid 3px #f9f9f9;border-radius: 50%;
}



.details-description-box b {
  font-size: 14px !important;
}

.details-description-box .text-start a:hover {
  text-decoration: underline !important;
}

.details-description-box a {
  color: #dd3a0f !important;
}

.details-description-box a:hover {
  color: #000 !important;
}
.details-description-box a.gray-link {
  color: #808080 !important;
}

.details-description-box a.gray-link:hover {
  color: #000 !important;
}


.nav-link {
  display: block;
  padding: 0.3rem 30px 0.3rem 30px;
  margin: 0 0 0 0;
  color: #888888;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-black);
  font-weight: normal;
  font-size: 15px;
  border-left: 0px;
  border-right: 0px;
}

.nav-tabs .nav-link {
  margin-bottom: -1;
  font-weight: normal;
  font-size: 15px;
  background: none;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  /*border-bottom: 2px solid;*/
  color:  var(--bs-white);
}

/* detail page tab start */

.detail-page-tab .nav-tabs .nav-link {
  margin-bottom: -1;
  font-weight: normal;
  font-size: 15px;
  background: none;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom: 0px solid #dee2e6;
  color:  var(--bs-black);
}

.detail-page-tab .nav-tabs .nav-item.show .nav-link, .detail-page-tab .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #000;
  border-color: transparent transparent var(--bs-black) !important;
  border-bottom: 1px solid !important;
}
/* detail page tab end */

/* account page tab start */

.account-page-tab .nav-tabs .nav-link {
  margin-bottom: -1;
  font-weight: normal;
  font-size: 15px;
  background: none;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom: 0px solid #dee2e6;
  color:  var(--bs-black);
}

.account-page-tab .nav-tabs .nav-item .nav-link:hover {
  color: #333333;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}

.account-page-tab .nav-tabs .nav-item.show .nav-link, .account-page-tab .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #000;
  border-color: transparent transparent var(--bs-black) !important;
  border-bottom: 1px solid !important;
}
.account-page-tab .rounded-circle {
  background-color: var(--bs-white) !important;
  height: 20px;
  line-height: 1.25rem;
  text-align: center;
  color: #000 !important;
  width: 20px;
  border-radius: 100%;
  margin: 0.2rem 0 0 0.4rem;
  font-size: 13px;
}
/* account page tab end */

.bg-image-overlay {

  border-image: linear-gradient(hsla(0, 0%, 0%, 0.6),hsla(0, 0%, 0%, 0.6)) fill 1;

}

.bg-image{
  background-image: url("../images/login-image-sml.png");
  background-size: cover!important;
  place-content: center;
  background-repeat: no-repeat;
}



.nav-tabs .nav-item .nav-link:hover {
  color: #ccc;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
}

.navbar-nav .nav-item .nav-link-orange {
  color: #ff5f00 !important;
}

.navbar-nav .nav-item .valentine-orange {
  color: #ea4335 !important;
  background-color: #e6e2ff;
  border-bottom: 3px #e6e2ff solid;
}

.delivery-text {
  font-size: 13px;
  color:var(--bs-black);
}

.big-rating-text {
  font-size: 56px;
  font-weight: bold;
  color:var(--bs-black);
}

.product-left-message {
  font-size: 12px;
  line-height: 18px;
  color: #ccc;
}

.product-left-message:hover {
  font-size: 12px;
  line-height: 18px;
  color: #000!important;
}

.product-left-message span {
  font-size: 12px;
  line-height: 18px;
  color: var(--bs-red);
}

.product-left-message .outer-border{
  text-align: center; border: solid 2px #fff;width: 34px; margin: 0 auto;
  border-radius: 50%;
}

.product-left-message .outer-border:hover{
  text-align: center; border: solid 2px #EE344E;width: 34px; margin: 0 auto;
  border-radius: 50%;
}

.product-left-message-active {
  color: #000;
}

.product-left-message-active .outer-border{
  text-align: center; border: solid 2px #EE344E;width: 34px; margin: 0 auto;
  border-radius: 50%;
  color: #000;
}

.color-box-details-listing {
  width: 15px;
  height: 15px;
  border: solid 2px #f9f9f9;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  margin: auto;
}

.product-left-lisitng-message-active {
  text-align: center;
  border: solid 2px #EE344E;
  width: 22px !important;
  height: 22px !important; /* Match width for perfect circle */
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.product-left-lisitng-message-active .color-box-details-listing{
  width: 18px; height: 18px;  border:solid 2px #f9f9f9!important; border-radius: 50%;
  display: block;
}


.like-viewed-price {
  color: #dd3a0f;
  font-size: 16px;
}

.like-viewed-price span {
  color: #888888;
  font-size: 16px;
}

.dropdown:hover .dropdown-menu {
  display: block;
  animation: slide-up 0.5s ease-in-out;
}

.dropdown-menu {
  margin-top: 0;
}

/* header css end */

.form-select:hover {
  border: 1px solid var(--bs-blue);
}

.form-control.is-invalid, .was-validated .form-control:invalid{
  border-color: #f76279;
  background-image: inherit;
}
.invalid-feedback {
  color: #f76279;
}

.login-screen .form-control {
  font-size: 16px;
  color:var(--bs-white)!important;
  background-color:var(--bs-black)!important;
  border-radius: 30px!important;
  padding: 1.9rem 1.75rem 1rem 1.75rem!important;
}

.login-screen input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #000 inset !important;
  -webkit-text-fill-color: #fff;
}

.login-screen  .form-floating>.form-control:-webkit-autofill{
  color: #fff!important;
}

#profileForm input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #000 inset !important;
  -webkit-text-fill-color: #fff!important;
}

#profileForm .form-floating>.form-control:-webkit-autofill{
  color: #fff!important;
}

.login-screen select option {
  margin: 0px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.login-screen .form-check-input {
  background-color: var(--bs-black);
  border-color: var(--bs-white);
}
.login-screen .form-check-input:checked {
  background-color: var(--bs-black);
  border-color: var(--bs-white);
}

.login-screen .form-select {
  font-size: 16px;
  color:var(--bs-white)!important;
  background-color:var(--bs-black);
  border-radius: 30px;
  padding: 1rem  1.75rem 1rem  1.75rem!important;
}

.login-screen .form-floating>label{
  padding: 1rem 1.75rem!important;
  color:var(--bs-white)!important;
}

.login-screen .form-control::placeholder{
  color:var(--bs-white)!important;
}

.login-screen .form-check-input{
  color:var(--bs-white)!important;
  background-color: #000!important;
}


.form-control {
  font-size: 16px;
  height: 45px;
  color:var(--bs-black);
  background-color:var(--bs-white);
}

.form-control:hover {
  border: 1px solid var(--bs-blue);
}

input[type=file]::file-selector-button {
  padding: .2em auto;
  border: 0;
  border-radius: .2em;
  background-color: #fff;
  transition: 1s;
  height: 45px;
}

input[type=file]::file-selector-button:hover {
  background-color: #000!important;
  border: 0;
}

.custom-drop-box:hover {
  border: 1px solid var(--bs-blue);
}

.form-control-right {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.navbar-tool-icon .heart-icon {
  position: relative;
}

.navbar-tool-icon .help-text {
  color: var(--bs-black);
}

.navbar-tool-icon:hover .help-text {
  color: #075ae2;
}

.navbar-tool-icon:hover .heart-icon::after {
  position: absolute;
  left: 25px;
  top: 7px;
  content: url(../images/heart-icon-hover.svg);
  z-index: 1;
}

.navbar-tool-icon:hover .heart-icon-active::after {
  position: absolute;
  left: 25px;
  top: 7px;
  content: url(../images/heart-icon-hover.svg);
  z-index: 1;
  width: 34px !important;
}

.heart-icon-button-side {
  position: relative;
  cursor: pointer;
}

.heart-icon-button-side:hover::after {
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background-image: url(../images/heart-icon-hovr.svg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(23%) sepia(39%) saturate(4412%)
    hue-rotate(357deg) brightness(109%) contrast(94%);
  z-index: 1;
}

/* 🧨 Firefox-only override to hide the hover image */
@-moz-document url-prefix() {
  .heart-icon-button-side:hover::after {
    display: none !important;
  }
}


.heart-icon-button-side-active {
  position: absolute;
  right: 0px;
  top: 1px;
  content: url(../images/heart-icon-hover.svg);
  z-index: 1;
}

.heart-icon-button-side-detail {
  position: relative;
  cursor: pointer;
}

.heart-icon-button-side-detail img {
  width: 34px !important;
}

.heart-icon-button-side-detail:hover::after {
  position: absolute;
  right: 0px;
  top: -6px;
  content: url(../images/heart-icon-hover.svg);
  width: 34px !important;
  z-index: 1;
}

.heart-icon-button-side-detail img {
  max-width: inherit !important;
}

.heart-icon-button-side-detail-active {
  position: absolute;
  right: 0px;
  width: 34px !important;
  top: 0px;
  content: url(../images/heart-icon-hover.svg);
  filter: brightness(0) saturate(100%) invert(23%) sepia(39%) saturate(4412%)
    hue-rotate(357deg) brightness(109%) contrast(94%) !important;
  z-index: 1;
}

.try-on {
  color: #075ae2;
  font-size: 14px;
  text-decoration: none !important;
  position: relative;
}

.try-on:hover {
  text-decoration: underline !important;
}

.top-sellers {
  position: relative;
}

.top-sellers:hover::after {
  position: absolute;
  left: 0px;
  top: 2px;
  content: url(../images/hart-icon.svg);
  z-index: 100;
}

.top-sellers {
  position: absolute;
  right: 0px;
  top: 2px;
  content: url(../images/orange-star.svg);
  z-index: 1;
}

/* start rating CSS */

.rating {
  display: flex;
  padding: 0;
  margin: 0;
}

.rating li {
  list-style-type: none;
}

.rating-item {
  border: 1px solid #fff;
  cursor: pointer;
  font-size: 1.5em;
  color: var(--bs-gray-light);
}

/* initial: make all stars full */

.rating-item::before {
  content: "\2605";
}

/* make until the clicked star (the rest) empty */

.rating-item.active ~ .rating-item::before {
  content: "\2606";
}

/* on hover make all full */

.rating:hover .rating-item::before {
  content: "\2605";
}

/* make until the hovered (the rest) empty */

.rating-item:hover ~ .rating-item::before {
  content: "\2606";
}

/* rating CSS End */

/* image product listing CSS start */

.product-scroll {
  position: relative;
}

.frame-scope {
  text-align: center;
  position: relative;
}

.item-image {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 380px;
  overflow: hidden;
}

.item-image img {
  border-radius: 6px;
  aspect-ratio: 1/1;
  object-fit: cover;
  height: 100%;
}

.item-image-account {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 150px;
  overflow: hidden;
}

.item-image-account img {
  border-radius: 6px;
  aspect-ratio: 1/1;
  object-fit: cover;
  height: 100%;
}

.workshop-image {
  position: relative;
  display: block;
  margin: 0 auto;
  max-height: 211px;
  max-width: 211px;
  overflow: hidden;
}

.workshop-image img {
  border-radius: 6px;
  aspect-ratio: 1/1;
  object-fit: contain;
  height: 100%;
  width: 100%;
  background-color: #eee;
}

.image-top-seller {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 260px;
  overflow: hidden;
}

.image-top-seller img {
  border-radius: 6px;
  aspect-ratio: 1/1;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.image-brands {
  position: relative;
  display: block;
  margin: 0 auto;

  overflow: hidden;
}

.image-brands img {
  border-radius: 6px;
  aspect-ratio: 1/1;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.yoursaved-item-image {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 260px;
  overflow: hidden;
}

.yoursaved-item-image img {
  border-radius: 6px;
  aspect-ratio: 1/1;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.frame-scope .item-colors .item-color {
  margin: 0 2px;
}

.item-colors .current,
.item-colors .current-color {
  border-color: var(--bs-black) !important;
}

.frame-scope .item-colors span {
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}

.item-colors .item-color {
  display: inline-block;
  cursor: pointer;
  width: 22px;
  height: 22px;
  padding: 2px;
  border: 1px solid #fff;
  border-radius: 100%;
  font-size: 0;
  line-height: 0;
  margin: 0 !important;
  position: relative;
}

.item-colors span {
  display: inline-block;
  *display: block;
  cursor: pointer;
  width: 16px !important;
  height: 16px !important;
  border-radius: 100%;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  background-size: 16px 16px !important;
  overflow: hidden;
}

img {
  max-width: 100%;
  border: none;
  height: auto;
}

.item-colors {
  margin: 0;
  bottom: 0px;
  right: 10px;
  position: absolute;
}

/* image product listing CSS end */

/* sticky product scroll CSS start*/

.top-menu {
  position: relative;
  width: 100%;
  background: #fff;
  transition: all 0.3s ease;
  z-index: 1;
}

.top-menu.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.product-details-image {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.price-pane {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: #fafafa;
  border: 1px solid #e3e3e3;
  margin: 0;
}

/* sticky product scroll CSS end*/

.images-section {
  position: relative;
  max-width: 800px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}

.images-section .main-image-content {
  margin: auto;
  max-width: 600px;
  overflow: hidden;
}

.images-section .main-image {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 600px;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  margin-top: 54px;
  margin-bottom: 50px;
}

.images-section .images-thumbs-container {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-3dlight-color: #fff;
  scrollbar-highlight-color: #fff;
  scrollbar-arrow-color: #fff;
  scrollbar-shadow-color: #fff;
  scrollbar-darkshadow-color: #fff;
  scrollbar-base-color: #fff;
  scrollbar-track-color: #fff;
}

.images-thumbs {
  text-align: center;
}

.product-colors {
  margin-top: 14px;
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
}

.product-colors > .item-color {
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 1px;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
}

.product-colors > .item-color {
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 1px;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
}

.images-thumbs > span > img {
  border-radius: 6px !important;
}

.images-thumbs > span.current {
  border-color: #dd3a0f;
}

.images-thumbs .product {
  border-color: #fff;
}

.images-thumbs > span {
  display: inline-block;
  margin: 0 8px;

  overflow: hidden;
  border: 1px solid #bbbbbb;

  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}
.images-thumbs > span img {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 0px;
  object-fit: cover;
}
.view-measurement a {
  font-size: 14px;
  text-align: center;
  color: #999999 !important;
}

.nav-pills .nav-link {
  background: none;
  border: 1px solid #dddddd;
  border-radius: 0;
}

.nav-pills .nav-blue-link {
  background: none;
  border: 1px solid #dddddd;
  border-radius: 0;
  background-color: #000;
}

.rounded-6 {
  border-radius: 6px !important;
}

.rounded-8 {
  border-radius: 8px !important;
}

input::-webkit-file-upload-button {
  position: absolute;
  padding: 10px 20px;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  color: var(--bs-gray-light);
  font-size: 14px;
  text-transform: uppercase;
  border: solid 1px #ced4da;
  transition: 100ms ease-out;
  cursor: pointer;
}

input::-webkit-file-upload-button:hover {
  background-color: #f5f5f5;
}

#pills-tab .nav-link {
  display: block;
  color: #fff;
  margin: 0 0px 0 0 !important;
  color: #495057;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  padding: 10px 30px;
}

#pills-tab .nav-blue-link {
  display: block;
  color: #fff;
  margin: 0 0px 0 0 !important;
  color: #495057;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  padding: 10px 30px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
  font-size: 15px;
  background-color: #0d6efd;
}

.nav-item .black-link{
  color: var(--bs-black)!important;
  font-weight: 500;
}

.nav-item .black-link.active{
  color: var(--bs-white)!important;
  font-weight: 500;
}

a.black-link{
  color: var(--bs-black)!important;
  font-weight: 600;
}


a.blue-link{
  color: #0d6efd;
  font-weight: 600;
}

.nav-pills .nav-blue-link,
.nav-pills .show > .nav-blue-link {
  color: #075ae2 !important;
  font-size: 15px;
  background-color: #eff3f9;
}

ul.nav-pills .nav-item a.visited {
  color: #075ae2;
  font-size: 15px;
  background: #eff3f9 !important;
  border: 1px solid #dddddd;
  border-radius: 0;
}

.tab-border:hover .gray-capsule-btn {
  background: #e8e8e8;
  border: 1px solid #dddddd;
  color: var(--bs-black);
}

.tab-border:hover .green-capsule-btn {
  background: #ffffff;
  border: 1px solid #34a853;
  color: #34a853;
}

.gray-capsule-btn {
  font-size: 14px;
  color: var(--bs-black);
  padding: 8px 30px 7px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 20px;
}

.green-capsule-btn {
  align-items: center;
  padding: 6px 16px 6px;
  background: #ffffff;
  color:var(--bs-black);
  font-size: 14px;
  line-height: 25px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  border-radius: 20px;
}

.green-sml-square-btn {
  align-items: center;
  padding: 5px 10px 5px;
  background: #ffffff;
  color: #34a853;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #34a853;
  box-sizing: border-box;
  border-radius: 4px;
  float: left;
  margin: 0 12px 0 0;
}

.green-sml-square-btn a {
  color: #34a853;
  font-size: 15px;
}

.gray-sml-square-btn {
  align-items: center;
  padding: 5px 15px 5px;
  background: #ffffff;
  color:var(--bs-black);
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  border-radius: 4px;
  float: left;
  margin: 0 12px 0 0;
}

.gray-sml-square-btn a {
  color:var(--bs-black);
  font-size: 15px;
}

.hover-gray-btn {
  background-color: #fff;
}
.hover-gray-btn:hover {
  background-color: #f5f5f5;
}

.yellow-capsule {
  color: var(--bs-black);
  padding: 8px 15px 7px;
  background: #fffde8;
  border-radius: 16.25px;
  font-size: 12px;
  margin: 0 0 23px 0;
  width: 100%;
}

.remove-popup {
  width: 370px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  outline: 0;
}

.modal-dialog-social {
  max-width: 375px !important;
}

.modal-dialog-sizechart {
  max-width: 400px !important;
  text-align: center;
}

.modal-dialog-editorder {
  max-width: 400px !important;
  text-align: center;
}


.modal-dialog-sizechart tbody td {
  border-collapse: collapse!important;
  border: 1px solid #ccc!important;
}

.modal-dialog-sizechart table {
  width: 100%!important;
  border-collapse: collapse;
}

.modal-dialog-sizechart th {
  background-color: black;
  color: white;
  padding: 10px;
}

.modal-dialog-sizechart td {
  padding: 10px;
  border: 1px solid #ddd;
}

.modal-dialog-sizechart tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.modal-dialog-sizechart tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.green-text {
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  color: #0a9e58;
}

.green-text-13 {
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #34a853;
}

.green-text-12 {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #34a853;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.myDIV:hover + .hide {
  display: block;
  color:var(--bs-black);
}

.color-box {
  min-height: 55px;
  min-width: 50px;
  margin: 0 0px 0 0px;
  float: left;
}

.review-lens-selection {
  width: 515px;
  margin: 0 auto;
  font-size: 14px;
  color:var(--bs-black);
  font-family: Helvetica, Arial, sans-serif;
}

.gray-color-light {
  color: #888888;
  font-size: 15px;
  line-height: 17px;
}

.review-lens-selection table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 30px;
  border-style: hidden;
  /* hide standard table (collapsed) border */
  box-shadow: 0 0 0 1px #dddddd;
}

.review-lens-selection td {
  border: 1px solid #dddddd;
  border-collapse: collapse;
  text-align: center;
  font-size: 13px;
  color: var(--bs-black);
}

.unselectable {
  background-color: #f3f3f3;
  color: #999999;
  cursor: not-allowed;
}

.unselectable-text {
  color: #999999;
  cursor: not-allowed;
}

.apply-btn {
  color: #888888;
  font-size: 13px;
}

.apply-btn-sml {
  color: var(--bs-black);
  font-size: 11px;
}

.cart-table {
  width: 100% !important;
  margin: 0 auto;
  border-radius: 6px !important;
  font-size: 14px;
  color:var(--bs-black);
  font-family: Helvetica, Arial, sans-serif;
}

.cart-table table {
  width: 100%;
  border-collapse: collapse !important;
  border-radius: 6px !important;
  border-style: hidden !important;
  /* hide standard table (collapsed) border */
  box-shadow: 0 0 0 1px #dddddd !important;
}

.cart-table td {
  border: 1px solid #dddddd !important;
  border-collapse: collapse !important;
  font-size: 14px;
  text-align: center;
  color:var(--bs-black)!important;
}

.gray-box-btn {
  border-radius: 6px;
}

.gray-box-right {
  background: #f5f5f5;
  border-radius: 6px;
}

.cart-mid-box {
  border-radius: 6px;
  padding: 23px;
  width: 515px;
  margin: 0 auto;
}

/* open close tab CSS start */

button.accordion {
  color: #444;
  cursor: pointer;
  padding: 0 12px 10px 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
  background-color: #fff;
}

button.accordion.active,
button.accordion:hover {
  background-color: #fff;
}

button.accordion:after {
  content: url(../images/down-arrow-image.svg);
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}

button.accordion.active:after {
  content: url(../images/up-arrow-image.svg);
  text-align: right;
}

div.panel {
  margin: 0 0;
  background-color: white;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

/* open close tab CSS end */

.red-color {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 17px;
  text-align: right;
  letter-spacing: 0.01em;
  color: #cb2f2a;
}

.attach-image-bg {
  background-color: #f3f3f3;
}

.next-icon-box {
  position: relative;
  width: 45px;
  height: 45px;
  transition: color 0.25s ease-in-out;
  border-radius: 50%;
  line-height: 2.625rem;
  text-align: center;
}

.navbar-light .next-icon-box.bg-secondary {
  background-color: #f5f5f5 !important;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #000000;
  text-align: center;
  background: none;
  border: 0;
  opacity: 8.5;
  transition: opacity 0.15s ease;
}

.card-carasoul {
  border-radius: 6px;
  border: 1px solid #dddddd;
  min-height: 340px;
}

.price-strike {
  text-decoration: line-through;
  font-size: 14px;
  color: #888888;
  font-weight: normal;
}

.navbar-toolbar {
  width: 100%;
}

.offcanvas-end {
  width: 730px !important;
}

.session-expired {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.custom-btn-width {
  width: 264px;
}

.gray-gradient {
  background: linear-gradient(to right, #fafafa 40%, #ffffff 100%);
}

.gray-bg-checkout {
  background-color: #fafafa;
  border-right: solid 1px #e3e3e3;
}

.white-bg-checkout {
  background-color: #ffffff;
  height: 100vh;
}

.summary-box {
}

.bottom-dark-border {
  border-bottom: 1px solid var(--bs-gray-light);
}

.subtotal-box {
  background-color: #f9fafb;
}

.scroll {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  letter-spacing: -0.01em;
  color:var(--bs-black);
}

.thank-you-graybox {
  background: var(--bs-light-blue);
  border-radius: 10px;
  position: relative;
}

.failed-graybox {
  background: var(--bs-light-blue);
  border-radius: 6px;
  position: relative;
}

.order-confirm {
  position: absolute;
  bottom: 0;
  right: -85px;
}

.gray-gradient-login {
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
    background: linear-gradient(to right, transparent 50%, #000 50%), url("../images/login-image-sml.png") no-repeat left top;
    background-size: 100% 100%, calc(100% - 700px);
    border-image: linear-gradient(hsla(0, 0%, 0%, 0.6),hsla(0, 0%, 0%, 0.6)) fill 1;


}

.sml-circle {
  font-size: 12px;
  color: #888888;
  border-radius: 30px;
  padding: 5px 8px;
  border: 1px solid #dddddd;
  position: absolute;
  left: 45%;
  top: 7px;
  background-color: #fff;
}

.g-recaptcha {
}

.please-scroll {
  height: calc(100% - 110px);
  overflow-y: auto;
  max-height: 257px;
  white-space: wrap!important;
}

/* ===== Scrollbar CSS ===== */

/* Firefox */

* {
  scrollbar-width: auto;
  scrollbar-color: #c2c2c2 #ffffff;
}

/* Chrome, Edge, and Safari */

*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.input-group-text-without-img {
  padding: 0.375rem 0.6rem 0.375rem 0.6rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.input-group-text {
  /*padding: 0.375rem 2.25rem 0.375rem 0.75rem;*/
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #212529;
  background-color: #fff;
  /*background-image: url(../images/down-arrow.svg);*/
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 10px 7px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

/* multi select CSS start */

.multi--hidden {
  display: none;
}

.multi {
  padding: 0;
}

.dark button {
  background-color: black;
  color: white;
}

.dark .dropdown {
  background-color: black;
  color: white;
}

.dark .selected {
  color: #00ee00;
}

.dark .selected::after {
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg)
    brightness(118%) contrast(119%);
}

.multi__display {
  overflow: hidden;
  width: 100%;
  /* border: 1px solid transparent; */
  border: 1px solid #dddddd;
  background-color: #f9fafb;
  padding: 13px 18px;
  line-height: 1.5;
  font-size: 1rem;
  border-radius: 4px;
  position: relative;
  text-align: left;
  white-space: nowrap;
}

.multi__dropdown-toggle {
  background-color: #dae0e5;
}

.multi__display::after {
  display: inline-block;
  width: 10px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 15px;
  content: url(../images/angle-down-light.svg);
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border: solid 1px transparent;
}

.multi__inner {
  width: 90%;
  overflow: hidden;
  color: var(--bs-black);
  font-size: 14px;
  line-height: 24px;
}

.multi__dropdown {
  border: 1px solid #dddddd;
  border-radius: 0px 0px 6px 6px;
  padding: 0 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  overflow-y: auto;
}

.multi__dropdown ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 15px;
  min-height: 100px;
}

.multi__li-item {
  cursor: pointer;
  padding: 5px 0 5px 0;
  font-size: 14px;
  line-height: 24px;
}

.multi__li-item--selected {
  color:var(--bs-black);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.multi__li-item--selected::after {
  background: url(../images/check-light.svg);
  display: inline-block;
  width: 0.35em;
  height: 0.4em;
  font-size: 3.5em;
  /* position: absolute; */
  right: 10px;
  /* top: 15px; */
  content: "";
  /* border-width: 0 .26em .26em 0; */
}

/* multi select CSS end */

.multiselect-count {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: var(--bs-blue);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.3rem;
}

/* mouse over button strat */

.green-gray-btn {
  background: #ececec;
  color: #2c2c2c;
  cursor: pointer;
  font-size: 15px;
  padding: 7px 30px;
  border: 0;
  transition: all 0.5s;
  border-radius: 20px;
  width: auto;
  position: relative;
  text-decoration: none;
  border: 1px solid #fff;
}

.green-gray-btn::after {
  content: url("../images/green-tick.svg");
  font-weight: 400;
  color: #34a853;
  position: absolute;
  left: 18%;
  top: 47%;
  right: 70%;
  bottom: 0;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.green-gray-btn:hover {
  background: #ffffff;
  transition: 0.5s all;
  border-radius: 20px;
  padding: 7px 20px 7px 40px;
  color: #34a853;
  text-decoration: none;
  border: 1px solid #34a853;
}

.green-gray-btn:hover::after {
  opacity: 1;
  transition: all 0.5s;
  color: #ffffff;
}

.green-gray-btn-active {
  background: #ffffff;
  transition: 0.5s all;
  border-radius: 20px;
  padding: 7px 20px 7px 40px;
  color: #34a853;
  text-decoration: none;
  border: 1px solid #34a853;
}

.green-gray-btn-active::after {
  content: url("../images/green-tick.svg");
  left: 13%;
  top: 18%;
  position: absolute;
  right: 70%;
  opacity: 1;
  transition: all 0.5s;
  color: #ffffff;
}

.green-gray-btn-active-usage {
  background: #ffffff;
  transition: 0.5s all;
  border-radius: 20px;
  padding: 7px 20px 7px 40px;
  color: #34a853;
  text-decoration: none;
  border: 1px solid #34a853;
}

.green-gray-btn-active-usage::after {
  content: url("../images/green-tick.svg");
  left: 19%;
  top: 47%;
  position: absolute;
  right: 70%;
  opacity: 1;
  transition: all 0.5s;
  color: #ffffff;
}

.green-gray-square-btn {
  background: #ffffff;
  color:var(--bs-black);
  cursor: pointer;
  font-size: 15px;
  padding: 4px 20px;
  border: 0;
  transition: all 0.2s;
  border-radius: 6px;
  width: auto;
  position: relative;
  text-decoration: none;
  border: 1px solid #dddddd;
}

.green-gray-square-btn::after {
  content: url("../images/green-tick.svg");
  font-weight: 400;
  color: #34a853;
  position: absolute;
  left: 43%;
  top: 47%;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.green-gray-square-btn:hover {
  background: #ffffff;
  transition: 0.5s all;
  border-radius: 6px;
  padding: 4px 10px 4px 30px;
  color: #34a853;
  text-decoration: none;
  border: 1px solid #34a853;
}

.green-gray-square-btn:hover::after {
  opacity: 1;
  transition: all 0.5s;
  color: #ffffff;
}
.list-unstyled li.gray-hover a {
  color: var(--bs-black) !important;
  display: block;
  padding: 10px 0px 10px 15px;
}

.list-unstyled li.gray-hover a:hover {
  color: #dd3a0f !important;
}
.list-unstyled li.gray-hover {
  color: var(--bs-black) !important;
}
.list-unstyled li.gray-hover span {
  color: #999999 !important;
}

.list-unstyled li.gray-hover:hover {
  background-color: #EBF8FF;
  color: #dd3a0f !important;
  border-radius: 6px;
  text-decoration: none !important;
}

/* mouse over button end */

/* Mega Menu Dropdown CSS start */

.navbar .megamenu {
  padding: 1rem;
}

.green-gray-square-btn-avtive::after {
  content: url("../images/green-tick.svg");
  font-weight: 400;
  color: #34a853;
  position: absolute;
  left: 43%;
  top: 47%;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.green-gray-square-btn-avtive {
  background: #ffffff;
  transition: 0.5s all;
  border-radius: 6px;
  padding: 4px 10px 4px 30px;
  color: #34a853;
  text-decoration: none;
  border: 1px solid #34a853;
}

.green-gray-square-btn-avtive::after {
  opacity: 1;
  transition: all 0.5s;
  color: #ffffff;
}

/* mouse over button end */

/* Mega Menu Dropdown CSS start */

/* ============ desktop view ============ */

@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */

@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    min-height: 90vh;
    margin-top: 10px;
  }
  .steps-count {
    padding: 24px !important;
    margin-right: 15px !important;
    height: 45px !important;
    width: 45px !important;
    font-size: 22px !important;
  }
  .reglaze-steps {
    flex-direction: row !important;
    padding: 15px 15px 15px !important;
  }
  .reglaze-thank-you-msg {
    padding: 50px 20px 50px 20px !important;
  }
  .reglaze-thank-you-msg p {
    width: 100% !important;
  }
}

/* Mega Menu Dropdown CSS end */

.screen-height {
  background: linear-gradient(to right, #ffffff 50%, #ffffff 50%) !important;
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 70);
}

.white-box {
  background: #ffffff;
}

.white-box:hover {
  background: #ecf5ee;
  border: 1px solid var(--bs-black);
  box-sizing: border-box;
  box-shadow: 0px 0px 9px rgba(236, 245, 238, 1);
}

.white-box-active {
  background: #f5f9fd;
  width: 100%;
  border-radius: 0.25rem;
  margin-bottom: 24px;
  border: 1px solid #075ae2;
  box-sizing: border-box;
  box-shadow: 0px 0px 9px rgba(7, 90, 226, 0.25);
}

.ud-left-column {
  background: #ffffff;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  padding: 18px;
}

.ud-left-column .active {
  background-color: var(--bs-light-blue);
  color: var(--bs-black) !important;
}

.ud-right-column {
  background: #ffffff;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
}

.accordion-button:not(.collapsed) {
  background-color: #ecf5ee;
  /*border: 1px solid var(--bs-black);*/
  box-sizing: border-box;
  border-radius: 6px;
}

.accordion-item {
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, 0.125);
}

.accordion-button {
  border: solid 1px #fff;
}

.accordion-button:focus {
  border: solid 1px #fff;
}

.collapsed {
  background-color: var(--bs-light-blue) !important;
  border-radius: 6px;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1;
  /* Firefox */
}

.error-alert {
  color: #ea4335;
  font-size: 14px;
}

.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.contact-gray-box {
}

.text-decoration:hover {
  text-decoration: underline;
}

.dropdown-hover-bg:hover {
  background-color: var(--bs-light-blue);
}

.summer-bg{
  height: 90px!important;
  width: 252px!important;
  text-align: left;
}

.dropdown-hover-bg-topseller a {
  color: #bbbbbb !important;
}

.dropdown-hover-bg-topseller:hover {
  background-color: #ecf5ee !important;
}

.listing-hover-bg {
  border: 1px solid var(--bs-white);
}

.listing-hover-bg:hover {
  border-radius: 10px;
  background: var(--bs-light-blue);
  border: 1px solid var(--bs-black)!important;
  box-shadow: 0px 0px 9px 0 rgba(7, 90, 226, 0.25);
  cursor: pointer;
}

.icon-fav-ico-default:after {
  content: "\e910";
  color: #888;
  font-size: 21px;
  cursor: pointer;
}

.icon-fav-ico-default:hover:after {
  content: "\e911";
  color: #075ae2;
}

.icon-fav-ico-default-selectlense:after {
  content: "\e910";
  color: #888;
  font-size: 26px;
  cursor: pointer;
}

.icon-fav-ico-default-selectlense:hover:after {
  content: "\e911";
  color: #075ae2;
  font-size: 26px;
}

.icon-fav-ico-default {
  content: "\e911";
  color: #075ae2;
}

.dropdown-width {
  width: 18rem;
  right: 0;
}

.dropdown-width-favourites {
  width: 18rem !important;
  left: 0;
}

.dropdown-width-myaccount {
  width: 18rem;
  right: -9rem;
}

.address-bg-box {
  background-color: var(--bs-light-blue);
}

.address-bg-box-details {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.two-column {
  margin-top: -80px;
  margin-bottom: 100px;
}

/*VS css start*/

.accordion-button::after {
  background-image: url(../images/down-arrow-sm.svg);
  background-color: #e3e3e3;
  background-position: center;
  border-radius: 2px;
  margin-left: 25px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/arrow-up.svg);
  background-color: var(--bs-black);
  transform: rotate(0deg);
}

.menu-icon {
  width: 38px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.1);
}

.two-column {
  margin-top: -80px;
  margin-bottom: 100px;
}

.favourites-heart-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 100px;
}

.coupon-cards {
  background: #fbfbfb;
  border: 1px dashed #cccccc;
}

.coupon-cards.valid {
  background: #ffffff;
  border: 1px dashed var(--bs-black);
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.08);
}

.coupon-cards .card-body {
  border-top: 1px dashed #cccccc;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.coupon-cards.valid .card-body {
  border-top: 1px dashed #34a853;
}

.coupon-cards .badge {
  background-color: #ececec;
}

.explore-more a.badge {
  background-color: #000;
  border:solid 1px #000;
  color: #fff;
  font-weight:normal!important;
}

.explore-more a.badge:hover {
  background-color: #fff!important;
  border:solid 1px #000;
  color: #fff;
}

.coupon-cards.valid .badge {
  background-color: var(--bs-light-blue);
}

.date-select-box select {
  border: 1px solid #dee2e6;
  width: 100%;
}

/*31/12/2021*/

.accordion-flush .accordion-button {
  background-color: inherit !important;
}

.accordion-flush .accordion-button:not(.collapsed) {
  border: 0px;
  color:var(--bs-black);
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-button::after {
  background-size: 1rem;
  margin-left: ;
}

.accordion-flush .accordion-button::after {
  background-color: unset;
  margin-left: 10px;
}

.accordion-flush .accordion-button:not(.collapsed)::after {
  background-image: url(../images/down-arrow-sm.svg);
  transform: rotate(-180deg);
}

.f-weight-500 {
  font-weight: 500;
}

.prescription-table {
  margin: 0 auto;
  font-size: 14px;
  color: var(--bs-black);
  font-family: Helvetica, Arial, sans-serif;
  border-radius: 6px !important;
}

.prescription-table table {
  width: 100%;
  border-collapse: collapse !important;
  border-radius: 6px !important;
  border-style: hidden !important;
  /* hide standard table (collapsed) border */
  box-shadow: 0 0 0 1px #dddddd !important;
}

.prescription-table td {
  border: 1px solid #dddddd !important;
  border-collapse: collapse !important;
  font-size: 13px;
  color: var(--bs-black) !important;
  padding: 5px;
}

/* ============ desktop view ============ */

@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */

@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    min-height: 90vh;
    margin-top: 10px;
  }
  .steps-count {
    padding: 24px !important;
    margin-right: 15px !important;
    height: 45px !important;
    width: 45px !important;
    font-size: 22px !important;
  }
  .reglaze-steps {
    flex-direction: row !important;
    padding: 15px 15px 15px !important;
  }
  .reglaze-thank-you-msg {
    padding: 50px 20px 50px 20px !important;
  }
  .reglaze-thank-you-msg p {
    width: 100% !important;
  }
}

/* Mega Menu Dropdown CSS end */
.screen-height {
  background: linear-gradient(to right, #ffffff 50%, #ffffff 50%) !important;
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */

  height: calc(var(--vh, 1vh) * 70);
}
.form-input-height {
  height: 100%;
  line-height: 40px;
  color: #555555;
  font-size: 14px;
}
.ud-left-column {
  background: #ffffff;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
}
.ud-right-column {
  background: #ffffff;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  padding: 18px;
}
.accordion-button:not(.collapsed) {
  background-color: #ecf5ee;
  /*border: 1px solid var(--bs-black);*/
  box-sizing: border-box;
  border-radius: 6px;
}

#myTabContent .accordion-button:not(.collapsed) {
  background-color: #ecf5ee;
  /*border: 1px solid var(--bs-black);*/
  box-sizing: border-box;
  border-radius: 6px;
}
#myTabContent .accordion-item {
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border: 1px solid var(--bs-black);
  border-radius: 5px;
}

#myTab1 .nav-link {
  margin-bottom: -1;
  font-weight: normal;
  font-size: 15px;
  background: none;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom: 0px solid #ccc!important;
  color:#000!important;
  margin-right: 0!important;
}

#myTab1 .nav-link .rounded-circle{
  background-color: #f9f9f9!important;
}

#myTab1 .nav-link:hover {
  margin-bottom: -1;
  font-weight: normal;
  font-size: 15px;
  background: none;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom: 0px solid #ccc!important;
  color:#000!important;
  background-color: #f9f9f9;
}

#myTab1 .nav-link.active {
  margin-bottom: -1;
  font-weight: normal;
  font-size: 15px;
  background: none;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border: 1px solid #000!important;
  background-color: #000;
  border-bottom: 0px solid #000!important;
  color:#fff!important;
  margin-right: 0!important;
}
.collapsed {
  background-color: var(--bs-light-blue) !important;
  border-radius: 6px;
}
.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */

  color: #999999;
  opacity: 1;
  /* Firefox */
}
.hover-bg:hover {
  background-color: var(--bs-light-blue);
}
.form-modify {
  border-radius: 5px 0px 0px 5px !important;
}
.add-prism {
  display: none;
}
.left-eye {
  display: none;
}
.add-billing {
  display: none;
}
.pointer {
  cursor: pointer;
}

/* filter dropdown */
.filter-wrap {
  margin: 0;
}
.filter-wrap li {
  float: left;
  position: relative;
  margin-left: -1px;
}
.filter-wrap li.filterMenu {
  border: 1px solid #e4e2de;
  border-top: 0;
  border-bottom: 0;
  cursor: pointer;
  min-height: 32px;
  padding: 12px 15px 11px;
  position: relative;
  margin-bottom: -1px;
  z-index: 35;
  letter-spacing: 1px;
}
.filter-wrap li.filterMenu.open {
  color: #0061ff;
  background-color: #fafafa;
}
.filter-wrap .filter-down {
  display: none;
  position: absolute;
  left: -1px;
  top: 43px;
  z-index: 30;
  padding: 20px 18px 20px;
  border: 1px solid #e4e2de;
  border-top: 0;
  background-color: #fafafa;
  width: 220px;
}
.filter-wrap .filterMenu .checkbox label {
  padding-left: 0;
  font-size: 13px;
  text-transform: capitalize;
}
.filter-wrap .filter-down.color {
  width: 420px;
}
.filter-wrap .filter-down.color .checkbox {
  display: inline-block;
  width: 120px;
}
.filter-down.feature a.btn-default {
  border: 2px solid #444;
}
.filter-down.brand .brandSearch {
  margin-top: 10px;
}
.filter-down.brand .brandSearch .form-control {
  border-radius: 0;
  border-right: none;
}
.filter-down.brand .brandSearch button.btn {
  background-color: transparent;
  border: 1px solid #d3d3d3;
  border-left: none;
  color: #666;
}
@media (max-width: 991.98px) {
  .full-screenMob {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #fff;
    overflow: auto;
    display: block !important;
    margin: 0;
    max-width: 100%;
  }

  body.scrollstop {
    overflow: hidden;
  }

  #search-filters.full-screenMob {
    padding: 20px 15px;
  }

  #options {
    margin-top: 6px;
  }

  #filters {
    margin: 0 0 0;
    padding-top: 70px;
  }

  .filter-wrap .filter-down {
    padding: 15px 5px 10px;
    border: none;
    top: 0px;
    position: relative;
    background-color: #fafafa;
  }

  .filter-wrap li {
    float: none;
  }

  .filter-wrap li.filterMenu {
    border: 0;
    border-bottom: 1px solid #e4e2de;
    border-top: 1px solid #e4e2de;
    cursor: pointer;
    min-height: 38px;
    padding: 10px 17px;
    position: relative;
    margin-bottom: -1px;
    z-index: 35;
    font-size: 1rem;
    text-transform: uppercase;
  }

  .filter-wrap li.filterMenu .checkbox {
    margin-bottom: 15px;
  }

  .filter-wrap li.filterMenu .checkbox label {
    padding-left: 0;
    font-size: 0.875rem;
    text-transform: capitalize;
  }

  .filter-wrap li.filterMenu .checkbox i,
  .filter-wrap li.filterMenu .radio i,
  .filter-wrap li.filterMenu .checkbox input + i:after {
    top: 3px;
    width: 16px;
    height: 16px;
  }

  .filter-wrap li.filterMenu .checkbox input + i:after {
    top: -1px;
    left: 2px;
    width: 10px;
  }

  .filter-wrap li.filterMenu .filter-downMob {
    display: none;
  }

  .filter-wrap li.filterMenu.open {
    padding-bottom: 9px;
  }

  .filter-wrap li.filterMenu .filter-downMob {
    display: block;
  }

  .filter-wrap li.filterMenu .filter-downMob {
    padding: 10px 5px 10px;
    border: none;
    top: 0px;
    position: relative;
  }

  .filter-wrap .filter-down.color {
    width: auto;
  }
}
#filter-display {
  padding-top: 10px;
  line-height: 32px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
a.filter-btn {
  color: #0061ff !important;
  cursor: pointer;
  font-size: 13px;
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
}
a.filter-btn:hover {
  color: #0061ff;
  text-decoration: underline !important;
}
.filter-label.data-counter {
  font-size: 13px;
  font-weight: 600;
}
#filter-display a.clone {
  color: #222;
  font-weight: 400;
  margin: 0 5px 10px;
  border: 1px solid #e4e2de;
  padding: 4px 35px 4px 15px;
  border-radius: 22px;
  line-height: 18px;
  display: inline-block;
  font-size: 12px;
  position: relative;
  text-transform: lowercase;
  background-color: #fff;
}
#filter-display a.clone::after {
  content: "";
  background-image: url(../images/close.svg);
  background-size: 100%;
  position: absolute;
  right: 8px;
  top: 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  color: #666;
}
.filter .checkbox label a {
  position: relative;
  z-index: 100;
  cursor: pointer;
}
.filter .checkbox label a:hover {
  text-decoration: none;
  color: #0044b3;
}
.direct-form .checkbox,
.direct-form .radio,
.direct-form .select {
  padding-left: 25px;
  color: #121113;
  cursor: pointer;
  font-size: 13px;
  position: relative;
  display: block;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 9px;
}
.svg-box .circular circle.path {
  stroke-dasharray: 330;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  -webkit-animation: draw-circle 0.7s ease-out;
  animation: draw-circle 0.7s ease-out;
}
@-webkit-keyframes draw-circle {
  0% {
    stroke-dasharray: 0, 330;
    stroke-dashoffset: 0;
    opacity: 1;
  }

  80% {
    stroke-dasharray: 330, 330;
    stroke-dashoffset: 0;
    opacity: 1;
  }

  to {
    opacity: 0.4;
  }
}
@keyframes draw-circle {
  0% {
    stroke-dasharray: 0, 330;
    stroke-dashoffset: 0;
    opacity: 1;
  }

  80% {
    stroke-dasharray: 330, 330;
    stroke-dashoffset: 0;
    opacity: 1;
  }

  to {
    opacity: 0.4;
  }
}
@-webkit-keyframes draw-check {
  0% {
    stroke-dasharray: 49, 80;
    stroke-dashoffset: 48;
    opacity: 0;
  }

  50% {
    stroke-dasharray: 49, 80;
    stroke-dashoffset: 48;
    opacity: 1;
  }

  to {
    stroke-dasharray: 130, 80;
    stroke-dashoffset: 48;
  }
}
@keyframes draw-check {
  0% {
    stroke-dasharray: 49, 80;
    stroke-dashoffset: 48;
    opacity: 0;
  }

  50% {
    stroke-dasharray: 49, 80;
    stroke-dashoffset: 48;
    opacity: 1;
  }

  to {
    stroke-dasharray: 130, 80;
    stroke-dashoffset: 48;
  }
}
@-webkit-keyframes draw-first-line {
  0% {
    stroke-dasharray: 0, 56;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 0, 56;
    stroke-dashoffset: 0;
  }

  to {
    stroke-dasharray: 56, 330;
    stroke-dashoffset: 0;
  }
}
@keyframes draw-first-line {
  0% {
    stroke-dasharray: 0, 56;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 0, 56;
    stroke-dashoffset: 0;
  }

  to {
    stroke-dasharray: 56, 330;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes draw-second-line {
  0% {
    stroke-dasharray: 0, 55;
    stroke-dashoffset: 1;
  }

  50% {
    stroke-dasharray: 0, 55;
    stroke-dashoffset: 1;
  }

  to {
    stroke-dasharray: 55, 0;
    stroke-dashoffset: 70;
  }
}
@keyframes draw-second-line {
  0% {
    stroke-dasharray: 0, 55;
    stroke-dashoffset: 1;
  }

  50% {
    stroke-dasharray: 0, 55;
    stroke-dashoffset: 1;
  }

  to {
    stroke-dasharray: 55, 0;
    stroke-dashoffset: 70;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.svg-box {
  display: inline-block;
  position: relative;
  width: 150px;
}
.svg-box .red-stroke {
  stroke: #ff6245;
}
.svg-box .cross {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 41px;
  left: 54px;
  width: 40px;
  height: 40px;
}
.svg-box .cross .first-line {
  animation: 0.7s draw-first-line ease-out;
}
.svg-box .cross .second-line {
  animation: 0.7s draw-second-line ease-out;
}
.svg-box .checkmark {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 41px;
  left: 49px;
  width: 52px;
  height: 40px;
}
.svg-box .circular circle.path {
  stroke-dasharray: 330;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  opacity: 0.4;
  -webkit-animation: draw-circle 0.7s ease-out;
  animation: draw-circle 0.7s ease-out;
}
.svg-box .checkmark path {
  -webkit-animation: draw-check 1s ease-out;
  animation: draw-check 1s ease-out;
}
.svg-box .green-stroke {
  stroke: #21a657;
  width: 100%;
}
.border-dashed {
  border-bottom: dashed 1px #bbbbbb;
}
h3.popover-header {
  padding: 0 10px;
  font-weight: normal;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  background-color: #fff;
  border-bottom: 0px;
}
.popover-body {
  padding: 0 10px;
  text-align: center;
  font-size: 12px;
  color: #ea4335;
}
.popover {
  border: 0px;
  margin-top: 8px !important;
}
.popover-arrow {
  display: none !important;
}
.collapsing {
  -webkit-transition: height 0s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* ========================================== HD CSS Start =========================================*/

/* start rating CSS */
.rating {
  display: flex;
  padding: 0;
  margin: 0;
}
.rating li {
  list-style-type: none;
}
.rating-item-yellow {
  border: 1px solid #fff;
  cursor: pointer;
  font-size: 1.8em;
  color: var(--bs-gray-light);
}

/* initial: make all stars full */
.rating-item-yellow::before {
  content: "\2605";
}

/* make until the clicked star (the rest) empty */
.rating-item-yellow.active ~ .rating-item-yellow::before {
  content: "\2606";
}

/* on hover make all full */
.rating:hover .rating-item-yellow::before {
  content: "\2605";
}

/* make until the hovered (the rest) empty */
.rating-item-yellow:hover ~ .rating-item-yellow::before {
  content: "\2606";
}

/* rating CSS End */
.round-image-column {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}
.round-image-column img {
  width: 200px;
}

.round-image-column h5 {
  color: #bbbbbb;
}
.round-image {
  border-radius: 50%;
}
.make-shoping-easier {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}
.make-shoping-easier img {
  width: 140px;
}
.email-bg {
  background-image: url("../images/home-images/email-bg.svg") !important;
  background-position: bottom;
  background-size: cover !important;
  background-repeat: no-repeat;
  background: #f1e4fb;
  border-radius: 6px;
}
.headerbanner-text {
  padding-top: 5.5rem;
  padding-left: 0rem;
}
.text-size-28 {
  font-size: 28px;
}
.text-size-10rem {
  font-size: 3rem;
}
.subscribe-email {
  background: #f9fafb;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.blue-box {
  background: var(--bs-light-blue);
  border-radius: 0px;
  color: #000;
}

.light-blue{
  background: var(--bs-light-blue);
}


.blue-box-top {
  background: #fcf0f0;
  border-radius: 0px;
  color: #000;
}
.carousel-caption {
  padding-bottom: 0 !important;
  top: 150px;
  z-index: 4;
}
.carousel-caption h3 {
  color: #fff !important;
}

.carousel-indicators {
  z-index: 200 !important;
  position: absolute;
  bottom: 0;
}
@media (max-width: 320px) {
  .gree-for-mobile {
    border-radius: 6px;
  }
  .gree-for-mobile .green-icon {
    width: 40px;
    padding-right: 0px;
    padding-left: 10px;
  }

  .gree-for-mobile span {
    font-size: 12px !important;
  }
  .padding-bottom {
    padding-bottom: 1.25rem !important;
  }
  .blue-box span {
    font-size: 13px !important;
  }

  .gree-for-mobile {
    border-radius: 6px;
  }
  .gree-for-mobile .green-icon {
    width: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .white-bg-checkout {
    background-color: #ffffff;
    height: inherit!important;
  }
}
@media (max-width: 767px) {
  .modal-dialog-sizechart {
    max-width: 350px !important;
    text-align: center;
  }

  .f-size-16px-m {
    font-size: 1rem !important;
  }

  .f-size-20px-m {
    font-size: 1.5rem !important;
  }
  .images-thumbs > span {
    display: inline-block;
    margin: 0 0px;
    width: 40px !important;
    height: 40px !important;
    overflow: hidden;
    border: 1px solid #bbbbbb;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
  }
  .text-mobile-size {
    font-size: 22px !important;
  }
  .gree-for-mobile {
    border-radius: 6px;
  }
  .gree-for-mobile .green-icon {
    width: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .gree-for-mobile span {
    font-size: 13px !important;
  }

  .blue-box {
    border-radius: 0px;
    color: var(--bs-black);
  }

  .card-img-top {
    width: 100%;
    height: 100%;
    max-height: 200px !important;
    overflow: hidden;
  }
  .item-colors {
    margin: 0;
    bottom: 0px;
    right: 10px;
    position: absolute;
  }

  .form-select {
    background-color: #fff;
    background-image: url(
      data:image/svg + xml,
      %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"%3e%3cpathfill="none"stroke="%23343a40"stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="M2 5l6 6 6-6"/%3e%3c/svg%3e
    );
    background-repeat: no-repeat;
    background-position: right 0.75rem top 0.8rem;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
  }

  .form-select-new {
    padding: 0 1.5rem;
    background-position: right 1.5rem top 1.2rem;
  }

  .form-select-shipping {
    background-position: right 0.5rem top 0.7rem;
  }

  .custom-drop-box-content-container.large-custom-drop {
    width: 120% !important;
  }

  .carousel-inner .carousel-item > div {
    display: none;
  }

  .carousel-caption h3 {
    color: #fff !important;
  }

  .carousel-caption {
    padding-bottom: 0 !important;
    width: 60%;
    left: 15%;
    right: 0;
    top: 50px;
  }

  .carousel-indicators {
    z-index: 200 !important;
    position: absolute;
    bottom: 0;
  }

  .carousel-caption .carousel-caption-blue-blockers {
    position: relative !important;
    background-color: #362f29 !important;
  }

  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }

  .carousel-control-prev {
    left: 0;
  }

  .carousel-control-next {
    right: 0px;
  }

  .min-height {
    min-height: 170px !important;
  }

  .top-heading {
    top: -56px !important;
  }

  .crosscover .closeModal {
    right: 10px !important;
    top: 5px !important;
  }

  .crosscover-overlay {
    top: 68px !important;
  }

  .crosscover-controller {
    bottom: 40% !important;
    right: 20px !important;
    left: 20px !important;
  }

  .blue-blockers-text {
    padding-top: 2rem;
    padding-right: 0;
    padding-bottom: 2rem;
  }

  .reglaze-content {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .bg-sm-white {
    background-color: #ffffff !important;
  }

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

  .reglaze-form-bg {
    border-radius: 0px !important;
  }

  .bg-pink {
    border-radius: 0px !important;
  }

  .mob-space {
    padding-top: 66px;
  }

  .header-fix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fafafa;
    border: 1px solid #e3e3e3;
    z-index: 10;
  }
  .white-bg-checkout {
    background-color: #ffffff;
    height: inherit!important;
  }
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
.carousel-inner .carousel-item-end.active,
.carousel-inner .carousel-item-next {
  transform: translateX(25%);
}
.carousel-inner .carousel-item-start.active,
.carousel-inner .carousel-item-prev {
  transform: translateX(-25%);
}
.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.home-carousel-inner .carousel-item.active,
.home-carousel-inner .carousel-item-next,
.home-carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
.home-carousel-inner .carousel-item-end.active,
.home-carousel-inner .carousel-item-next {
  transform: translateX(100%);
}
.home-carousel-inner .carousel-item-start.active,
.home-carousel-inner .carousel-item-prev {
  transform: translateX(-100%);
}
.home-carousel-inner .carousel-item-end,
.home-carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.home-carousel-inner {
  width: 100% !important;
  overflow: hidden;
  object-fit: cover !important;
}

.home-carousel-inner a.shop-now {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background-color: #fff;
  padding: 15px 20px;
  font-size: 10px;
  font-weight: bold;
  color: #000;
  position: relative;
}

.home-carousel-inner a.shop-now span {
  top: 0;
  left: 0px;
  transition: all 0.3s ease-out;
}

.home-carousel-inner a.shop-now:hover span {
  padding-left: 5px;
  width: 20px;
}

img.object-fit {
  object-fit: cover !important;
}

.carousel-control-prev-icon {
  color: #000 !important;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: 0.0625rem;
  transition: all 0.3s ease-in-out;
  line-height: 1.8rem;
  border-radius: 50%;
  font-size: 0.6615rem;
  text-align: center;
  z-index: 10;
}

.carousel-control-prev-icon:hover {
  display: inline-block;
  margin: 0.0625rem;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  font-size: 0.6615rem;
  color: #fff;
  text-align: center;
  z-index: 10;
}

img.green-icon {
  filter: brightness(0) saturate(100%) invert(26%) sepia(10%) saturate(1486%)
    hue-rotate(123deg) brightness(90%) contrast(89%);
}

.heart-icon-button-side img {
}

.form-check-input:checked {
  background-color: var(--bs-black);
  border-color: var(--bs-black);
}

.carousel-control-next-icon {
  color: #000 !important;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: 0.0625rem;
  transition: all 0.3s ease-in-out;
  line-height: 1.8rem;
  border-radius: 50%;
  font-size: 0.6615rem;
  text-align: center;
  z-index: 10;
}
.carousel-control-next-icon:hover {
  display: inline-block;
  margin: 0.0625rem;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  font-size: 0.6615rem;
  color: #fff;
  text-align: center;
  z-index: 10;
}
img.green-icon {
  filter: brightness(0) saturate(100%) invert(26%) sepia(10%) saturate(1486%)
    hue-rotate(123deg) brightness(90%) contrast(89%);
}
.card-image {
  min-height: 100px;
}
.card-image-hamsa {
  min-height: 186px !important;
}
.carousel-item .card {
  border: solid 1px transparent;
}
.orange-EA4 {
  color: #ea4335;
}

.orange-dark {
  color: #dd3a0f;
}
.product-review {
  background-color: #f9fafb !important;
}

.shop-pref-price-height {
  min-height: 110px;
  border-radius: 6px;
  border: 1px solid #dddddd;
  cursor: pointer;
  border: solid 17px #fff;
}
.shop-pref-price-height:hover {
  background-color: #fcf3db;
  box-sizing: border-box;
  border: solid 17px #fcf3db;
  border-radius: 6px;
  cursor: pointer;
}
.shop-pref-m-height {
  min-height: 110px;
  border-radius: 6px;
  border: 1px solid #dddddd;
  cursor: pointer;
  border: solid 17px #fff;
}
.shop-pref-m-height:hover {
  background-color: var(--bs-light-blue)!important;
  box-sizing: border-box;
  border: solid 17px var(--bs-light-blue)!important;
  border-radius: 6px;
  cursor: pointer;
}
.shop-pref-m-height-active {
  border: 1px solid #075ae2;
  box-sizing: border-box;
  box-shadow: 0px 0px 9px rgba(7, 90, 226, 0.25);
  border-radius: 6px;
  cursor: pointer;
}
.shape-pref-m-height {
  min-height: 113px;
  min-width: 170px;
  line-height: 113px;
  vertical-align: middle;
  border-radius: 6px;
  cursor: pointer;
  border: solid 1px #000;
}

.shape-pref-m-height h6 {
  color: #ecf5ee;
}

.shape-pref-m-height:hover .image {
  box-sizing: border-box;
  border-radius: 6px;
}

.shape-pref-m-height:hover h6 {
  color: var(--bs-black);
}

.brand-height {
  line-height: 110px;
  vertical-align: middle;
  border-radius: 6px;
  cursor: pointer;
}
.brand-height img {
  width: 90%;
  object-fit: cover;
}

.brand-height h6 {
  color: #ecf5ee;
}

.brand-height:hover .image {
  box-sizing: border-box;
  border-radius: 6px;
}

.brand-height:hover h6 {
  color: var(--bs-black);
}

.shape-pref-m-height-active {
  background: #f9fafb;
  border: 1px solid #075ae2;
  box-sizing: border-box;
  box-shadow: 0px 0px 9px rgba(7, 90, 226, 0.25);
  border-radius: 6px;
  cursor: pointer;
}
#imageslider .carousel-inner {
  width: 100%;
}
.color-pref span {
  color: var(--bs-gray-light) !important;
}
.color-pref img {
  border: 2px solid #ffffff;
  padding: 0.2rem;
}
.color-pref img span {
  color: var(--bs-gray-light) !important;
}
.color-pref a img span {
  position: relative;
  margin-bottom: 0;
  padding: 0.2rem;
  border: 2px solid #e3e9ef;
  border-radius: 50%;
  cursor: pointer;
  text-decoration: none;
}
.color-pref:hover a img {
  position: relative;
  margin-bottom: 0;
  padding: 0.2rem;
  border: 2px solid #0d6efd;
  border-radius: 50%;
  cursor: pointer;
}
.color-pref:hover span {
  text-decoration: underline;
  color: #dd3a0f !important;
}
.color-pref-active img {
  position: relative;
  margin-bottom: 0;
  padding: 0.2rem;
  border: 2px solid #075ae2;
  border-radius: 50%;
  cursor: pointer;
}
.overflow-hidden {
  overflow: hidden !important;
}
.tns-carousel-controls [data-controls] {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin: 0.0625rem;
  transition: all 0.3s ease-in-out;
  border: 1px solid #e3e9ef;
  border-radius: 50%;
  background-color: #f0f0f0;
  font-size: 0.6615rem;
  text-align: center;
  z-index: 10;
}
.tns-carousel-controls [data-controls]:hover {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin: 0.0625rem;
  transition: all 0.3s ease-in-out;
  border: 1px solid #e3e9ef;
  border-radius: 50%;
  font-size: 0.6615rem;
  text-align: center;
  z-index: 10;
  background-color: var(--bs-gray-light);
}
.tns-carousel-controls [data-controls]:hover img {
  display: inline-block;
  text-align: center;
  z-index: 10;
  filter: invert(99%) sepia(99%) saturate(0%) hue-rotate(168deg)
    brightness(108%) contrast(100%);
}
.tns-carousel-controls-black [data-controls] {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin: 0.0625rem;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #000;
  font-size: 0.6615rem;
  text-align: center;
  z-index: 10;
}
.tns-carousel-controls-black [data-controls] img {
  filter: invert(54%) sepia(22%) saturate(0%) hue-rotate(275deg) brightness(95%)
    contrast(89%);
}
.tns-carousel-controls-black [data-controls]:hover {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin: 0.0625rem;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  font-size: 0.6615rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  background: rgba(0, 0, 0, 0.9);
}
.tns-carousel-controls-black [data-controls]:hover img {
  display: inline-block;
  text-align: center;
  z-index: 10;
  filter: invert(99%) sepia(83%) saturate(5169%) hue-rotate(192deg)
    brightness(139%) contrast(100%);
}
.yellow-FFE {
  color: #ffe922 !important;
}
.border-radious-5 {
  border-radius: 5px;
}
.border-radious-10 {
  border-radius: 10px;
}
.min-height {
  min-height: 210px;
}
.black-fade-btn {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  color: #fff;
}
.black-fade-btn:hover {
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  color: #fff;
}
.from-start {
  animation: slide-right 0.5s ease-in-out;
}
a.mouseover:hover {
  color: #0d6efd !important;
  text-decoration: none;
}
a.custom-card,
a.custom-card:hover {
  color: inherit;
}
@-webkit-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translatex(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
  }
}
@-webkit-keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.widget-light .widget-list-link {
  color: rgba(255, 255, 255, 0.65);
}
.widget-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.opacity-50 {
  opacity: 0.5 !important;
}
hr.gray {
  border-top: 1px solid #e3e3e3 !important;
}
.hr-light {
  color: rgba(255, 255, 255, 0.12);
}
.btn-social.bs-light {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff !important;
}
a.btn-social {
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.5em;
  padding: 0;
  border: 1px solid transparent;
  transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  border-radius: 0.3125rem;
  color: #4b566b;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none !important;
}

a.btn-social:hover img{
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.5em;
  padding: 0;
  border: 1px solid transparent;
  filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(534%) hue-rotate(154deg) brightness(86%) contrast(100%);
}

a.btn-social img{
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.5em;
  padding: 0;
  border: 1px solid transparent;
  transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  border-radius: 0.3125rem;
  color: #4b566b;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none !important;
  filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(534%) hue-rotate(154deg) brightness(86%) contrast(100%);
}

a.btn-social:hover img{
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.5em;
  padding: 0;
  border: 1px solid transparent;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(283deg) brightness(109%) contrast(101%);
}

/* Brand colors*/
.container_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.brown-bg {
  background-color: #362f29 !important;
}
.tab-content > .active {
  display: block;
}
.tns-carousel.tns-controls-outside {
  padding: 0 1.375rem;
}
.tns-carousel.tns-controls-outside [data-controls="prev"] {
  left: 0;
  display: inline-block;
  background-image: none;
  width: 2rem;
  height: 2rem;
  margin: 0.0625rem;
  transition: all 0.3s ease-in-out;
  border: 1px solid #e3e9ef;
  line-height: 1.9rem;
  border-radius: 50%;
  background-color: #f0f0f0;
  font-size: 0.6615rem;
  text-align: center;
  z-index: 10;
  padding: 0;
}
.tns-carousel.tns-controls-outside [data-controls="prev"]:hover i {
  display: inline-block;
  background-image: none;
  width: 2rem;
  height: 2rem;
  margin: 0;
  border: 1px solid #e3e9ef;
  line-height: 1.9rem;
  border-radius: 50%;
  background-color: #075ae2;
  font-size: 0.6615rem;
  z-index: 10;
  color: #fff;
  font-weight: 900;
}
.tns-carousel [data-controls="prev"] {
  left: 1.75rem;
}
.tns-carousel [data-controls] {
  position: absolute;
  top: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-top: -1.375rem;
  transition: all 0.3s ease-in-out;
  border: 1px solid #e3e9ef;
  border-radius: 50%;
  background-color: #f0f0f0;
  font-size: 0.8088235294rem;
  line-height: 2.625rem;
  text-align: center;
  z-index: 10;
}
.tns-carousel.tns-controls-outside [data-controls="next"] {
  right: 0;
  display: inline-block;
  background-image: none;
  width: 2rem;
  height: 2rem;
  margin: 0.0625rem;
  transition: all 0.3s ease-in-out;
  border: 1px solid #e3e9ef;
  line-height: 1.9rem;
  border-radius: 50%;
  background-color: #f0f0f0;
  font-size: 0.6615rem;
  text-align: center;
  padding: 0;
  z-index: 10;
}
.tns-carousel.tns-controls-outside [data-controls="next"]:hover i {
  display: inline-block;
  background-image: none;
  width: 2rem;
  height: 2rem;
  margin: 0;
  border: 1px solid #e3e9ef;
  line-height: 1.9rem;
  border-radius: 50%;
  background-color: #075ae2;
  font-size: 0.6615rem;
  z-index: 10;
  color: #fff;
  font-weight: 900;
}
.tns-carousel [data-controls="next"] {
  right: 1.75rem;
}

/* ========================================== HD CSS End =========================================*/
.zindex-popover {
  z-index: 1060;
}
.b0 {
  bottom: 0;
}
.l0 {
  left: 0;
}
.r0 {
  right: 0;
}
.crosscover-list {
  top: 50px;
}
.top-heading {
  top: -60px;
}
.crosscover .closeModal {
  right: 21px;
  top: 10px;
}
.crosscover-overlay {
  top: 80px;
}
.crosscover-controller {
  bottom: 44%;
  right: 30px;
  left: 30px;
}
.crosscover-player,
.crosscover-next,
.crosscover-prev {
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
}
.crosscover-next:hover,
.crosscover-prev:hover {
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
}
.crosscover-icon-next:after,
.crosscover-icon-prev:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.crosscover-next:hover .crosscover-icon-next:after,
.crosscover-prev:hover .crosscover-icon-prev:after {
  border-top: 2px solid white;
  border-right: 2px solid white;
}

/* editor page css start */
.file-drop-area {
  position: relative;
  padding: 13px 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-align: center;
  cursor: pointer;
}
.file-drop-area .file-drop-input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  outline: none;
  cursor: pointer;
  z-index: 2;
}
.file-drop-area .file-drop-icon {
  display: block;
  color: #aeb4be;
  font-size: 1.625rem;
}
.file-drop-area .file-drop-preview {
  max-width: 16rem;
  max-height: 50px;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
  height: auto;
}
.file-drop-area .file-drop-preview .img-thumbnail {
  background-color: #eff3f9;
}
.file-drop-area .file-drop-message {
  display: block;
  font-size: 0.875rem;
}
.file-drop-area .btn {
  position: relative;
  z-index: 3;
}
.file-drop-area:hover {
  border-color: #c4cfd9;
}
.sticky-top {
  top: 6px;
}
.alert-danger-static {
  color: var(--bs-black);
  background-color: #ffe7e5 !important;
  border-color: #ffe7e5;
  border-radius: 6px;
  padding: 13px;
}
.red-alert-input {
  border-color: #ea4335 !important;
}
.white-bg-onbanner {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.01em;
  color:var(--bs-black);
  background-color: #fff;
}

/* input check start */
.form-check-inline {
  display: inline-block !important;
  margin-right: 1rem;
}
.form-option {
  padding-left: 0;
}
.form-option .form-check-input {
  border: 0;
  background: none;
}
.form-check-input:checked[type="radio"] {
  background-image: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="-4 -4 8 8"%3e%3ccircler="2"fill="%23fff"/%3e%3c/svg%3e
  );
}
.form-check-input:checked ~ .form-option-label {
  border-color: #0d6efd;
  color: #fe696a;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-option-label {
  position: relative;
  min-width: 2rem;
  height: 2rem;
  margin-bottom: 0;
  padding-top: 0.0625rem;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border: 2px solid #e3e9ef;
  border-radius: 0.25rem;
  color: #4b566b;
  font-size: 0.75rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.75rem;
  cursor: pointer;
}
.form-option-color {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  margin-left: -0.75rem;
  background-position: top left;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
}
.rounded-circle-radio {
  text-align: center;
  color: #fff !important;
  border-radius: 100%;
  font-size: 13px;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* input check end */

/*11-02-2022*/
.input-group-text-with-down-arrow {
  background-image: url(../images/down-arrow.svg);
  background-size: 11px 12px;
}

/*@media (max-width: 992px) {
  .filters {
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
  }
}*/
.vsb-main {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 2px;
  vertical-align: middle;
  border: none;
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  right: 12px !important;
}
.vsb-menu {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 0px 0px 6px 6px;
  margin-top: 7px;
  box-shadow: none;
}
.vsb-main button {
  padding: 7px 12px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  background: #f9fafb !important;
  max-width: 100% !important;
}
.vsb-main button:focus {
  background-color: #fff !important;
}
.filter-collapse {
  transition: none;
}
.vsb-main .title {
  font-size: 14px;
  color: var(--bs-gray-light);
}
.vsb-menu ul {
  padding: 10px;
  margin-top: 0px;
}
.vsb-menu .multi li:not(.grouped-option)::before {
  margin-right: 8px;
  margin-top: 2px;
  border: 1px solid var(--bs-gray-light);
}
.vsb-menu .multi li:not(.grouped-option).active::after {
  margin-left: -19px;
  margin-top: 5px;
  border-bottom: 2px solid var(--bs-gray-light);
  border-right: 2px solid var(--bs-gray-light);
}
.vsb-menu .multi li {
  color: var(--bs-gray-light);
  padding: 0.3em 2em 0.3em 26px;
}
.vsb-main li:hover {
  background: none;
  color: var(--bs-gray-light);
}
#btn-group-colourFilter .vsb-menu ul {
  column-count: 3;
  max-width: 204% !important;
}
#btn-group-colourFilter .vsb-menu {
  width: 204%;
}
.blue-075 {
  color: #075ae2;
}
.filter-display a.clone {
  color: var(--bs-gray-light);
  font-weight: 400;
  margin: 0 5px 10px;
  border: 1px solid #e4e2de;
  padding: 4px 15px 4px 15px;
  border-radius: 22px;
  line-height: 18px;
  display: inline-block;
  font-size: 12px;
  position: relative;
  text-transform: lowercase;
  background-color: #fff;
}

/*Reglaze*/
.aktivgrotesk-light {
  font-family: var(--bs-font-Helvetica);
}
.blue-428 {
  color: #4285fa;
}
.light-blue-text {
  color: #4285fa;
  font-weight: 300;
}
.bg-light-blue {
  background-color: #eff7ff;
}
.reglaze-steps {
  background-color: #eff7ff;
  height: 100%;
  border-radius: 8px;
  padding: 15px 15px 23px;
  font-family: var(--bs-font-Helvetica);
  flex-direction: column;
  display: flex;
}
.steps-count {
  background-color: #4285fa;
  border-radius: 50px;
  font-size: 45px;
  color: #ffffff;
  width: 75px;
  padding: 3px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-size-30 {
  font-size: 30px;
}

.text-size-32 {
  font-size: 32px;
}
.bg-DBF {
  background-color: #dbf4e2;
}
.frame-type .frame-name,
.frame-rate-rate {
  color: var(--bs-gray-light);
  font-family: var(--bs-font-Helvetica);
}
.frame-name {
  font-size: 12px;
  text-transform: uppercase;
}
.frame-rate-rate {
  font-size: 15px;
}
.frame-type {
  border-radius: 6px;
  background-size: #fff;
  border: 1px solid #ddd;
}
.frame-type:hover {
  background-color: #f5f9fd;
  border: 1px solid #075ae2;
  box-shadow: 0px 0px 9px rgba(7, 90, 226, 0.25);
}
.frame-type.active {
  background-color: #f5f9fd;
  border: 1px solid #075ae2;
  box-shadow: 0px 0px 9px rgba(7, 90, 226, 0.25);
}
.prefer-to-overlay {
  background: linear-gradient(
    359.6deg,
    #000000 -7.13%,
    rgba(0, 0, 0, 0) 47.99%
  );
  border-radius: calc(0.5rem - 1px);
  position: absolute !important;
}
.bg-FFF {
  background-color: #fff9f5;
}
.reglaze-form-bg {
  background: linear-gradient(37.21deg, #2066ff 14.46%, #4d85ff 88.87%);
  border-radius: 6px;
  background-image: url("../images/reglaze-form-background.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.form-btn {
  color: #075ae2;
  background-color: #ffffff;
  border-color: #075ae2;
  font-size: 1.063rem !important;
  padding: 20px 34px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
.form-btn:hover {
  background-color: white !important;
  color: #075ae2 !important;
}
.relaze-request-form {
  background: #ffffff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.bg-green {
  background-color: #1aa462;
}
.reglaze-thank-you-msg {
  padding: 170px 30px 170px 30px;
}
.bg-green-rounded-circle {
  border-radius: 100%;
}
.green-1AA {
  color: #1aa462;
}
.reglaze-thank-you-msg p {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}
.reglaze-accordion .accordion-item {
  margin-bottom: 20px;
}
.reglaze-accordion .accordion-button {
  border: 1px solid #ddd;
  border-radius: 6px;
  align-items: flex-start;
}
.reglaze-accordion .accordion-button:not(.collapsed) {
  background-color: #f5f9fd;
  border: none;
  box-sizing: border-box;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top: 1px solid #075ae2;
  border-right: 1px solid #075ae2;
  border-left: 1px solid #075ae2;
}
.reglaze-accordion .accordion-body {
  background-color: #f5f9fd;
  border-bottom: 1px solid #075ae2;
  border-right: 1px solid #075ae2;
  border-left: 1px solid #075ae2;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-top: 0px;
}
.reglaze-accordion .accordion-button::after {
  background-image: url(../images/plus-icon.svg);
  background-color: inherit;
  background-position: center;
  border-radius: 0px;
  margin-left: auto;
  margin-top: 7px;
}
.reglaze-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus-icon.svg);
  background-color: inherit;
  transform: rotate(0deg);
}
.bg-pink {
  background-color: #fff9f5;
  border-radius: 6px;
}
.l-height-32 {
  line-height: 32px;
}
.reglaze-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.reglaze-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.detail-image {
  max-height: 550px;
  overflow: hidden;

  text-align: center;
}
.detail-image img {
  border-radius: 8px;
  aspect-ratio: 1/1;
  object-fit: contain;
  height: auto;
  max-height: 550px;
}

.bg-F5F {
  background-color: #f5f9fd;
}
.bottom-gray-box {
  background: #fafafa;
  border: 1px solid #888888;
  box-sizing: border-box;
  border-radius: 0px 0px 6px 6px;
  box-shadow: 0px 4px 26px rgb(0 0 0 / 7%);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.2em+0.75rem+2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='15' height='15' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>")
    no-repeat 98% 50%;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.mb-100 {
  margin-bottom: 100px;
}

/*home image overlay effects start */
.imageover {
  position: relative;
}
.overlay {
  position: absolute;
  transition: all 0.3s ease;
  opacity: 0;
  background-color: #000000;
  border-radius: 10px;
}
.imageover:hover .overlay {
  opacity: 0.5;
}
.overlayLeft {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0px;
  background-color: #000000;
  border-radius: 5px;
}
.imageover:hover .overlayLeft {
  width: 100%;
}

.imageover h2.title-text-color,
p.title-text-color {
  color: transparent !important;
}
.imageover:hover h2.title-text-color,
.imageover:hover p.title-text-color {
  color: #ffffff !important;
}
.rounded-image {
  border-radius: 50%;
}
.rounded-image a img {
  border-radius: 100%;
}
.rounded-image a:hover img {
  border-radius: 50%;
  box-shadow: 0px 0px 9px rgba(7, 90, 226, 0.25);
}

.rounded-image:hover .card-body span {
  color: #ff5f00;
}

.round-image-column {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto;
}
.round-image-column img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.round-image-column img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.rounded-image .card-body {
  color: var(--bs-black);
  text-align: center;
}

.card-body:hover + .round-image-column img:hover {
  border: solid 1px #000;
}

.rounded-image .card-body span {
  color: #333;
  font-size: 13px;
  text-align: center;
}

.rounded-image .round-image-columna:hover .card-body h5 {
  color: var(--bs-black);
}
.rounded-image-with-border {
  border-radius: 50%;
}
.rounded-image-with-border a img {
  border-radius: 50%;
  border: 1px solid #dddddd;
}
.rounded-image-with-border a:hover img {
  border-radius: 50%;
  border: 1px solid #075ae2;
  box-shadow: 0px 0px 9px rgba(7, 90, 226, 0.25);
}

.rounded-image-with-border a:hover .card-body h5 {
  color: var(--bs-black);
}
.blue-hover-svg-filter:hover img {
  filter: invert(22%) sepia(85%) saturate(4637%) hue-rotate(215deg)
    brightness(93%) contrast(94%);
}

/*image overlay effects start*/
.tns-carousel-inner .scroller {
  display: block;
  margin: 0 auto;
  min-height: 260px;
  overflow: hidden;
}
.tns-carousel-inner .scroller:hover {
  background-color: #ecf5ee;
}
.tns-carousel-inner .scroller img {
  aspect-ratio: 1/1;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
select option {
  background: rgba(255, 255, 255);
}
select.decorated option:hover {
  box-shadow: 0 0 10px 100px #1882a8 inset;
}
#adcontent {
  padding: 11px 0;
}
#adcontent p {
  margin: inherit;
}
a.white-circle {
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  line-height: 20px;
}
.required:before {
  content: "* ";
  color: #dd3a0f;
}

.required-after:after {
  content: " *";
  color: #dd3a0f;
}
.promo-code {
  font-size: 13px !important;
  border-radius: 0 !important;
}
.rounded-circle-error {
  background-color: #e8b1af !important;
  line-height: 2.5rem;
  text-align: center;
  color: #8c2f2e !important;
  border-radius: 100%;
  font-size: 20px;
  height: 40px;
  width: 40px;
}
.bg-danger-message {
  background-color: #eec8c5 !important;
  color: #8c2f2e !important;
  border: solid 1px #8c2f2e !important;
  border-radius: 10px !important;
  opacity: 10 !important;
}
.bg-success-message {
  background-color: #dcf3d7 !important;
  color: #455a3e !important;
  border: solid 1px #198754 !important;
  border-radius: 10px !important;
  opacity: 10 !important;
}

/* footer css strat */
.bg-F9F {
  background-color: #f9fafb;
}
a.imagef:hover img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(36%) saturate(463%)
    hue-rotate(122deg) brightness(99%) contrast(85%);
  color: #0d6efd;
  text-decoration: none !important;
}
.footer-link {
  color: #000;
  font-size: 14px;
}

.footer-link i{
  font-size: 20px;
  vertical-align: middle;
}

.l-height-20 {
  line-height: 20px;
}
.footer-nav-link {
  color: var(--bs-gray-light);
  font-size: 14px;
  display: inline-block;
}
.footer-nav-link::after {
  content: "|";
  color: var(--bs-gray-light);
  margin-left: 8px;
  margin-right: 6px;
}
.footer-nav-link:last-child::after {
  content: "";
}
.bg-darker {
  background-color: var(--bs-black) !important;
}
.bg-black {
  background-color: var(--bs-black)!important;
}

.btn-social > i {
  line-height: 2.125rem;
}
.ci-card:before {
  content: "\e919";
}
.ci-currency-exchange:before {
  content: "\e927";
}

.ci-arrow-left-circle:before {
  content: "î¤‡";
}
.ci-arrow-left:before {
  content: "î¤ˆ";
}
.ci-arrow-right-circle:before {
  content: "î¤‰";
}
.ci-arrow-right:before {
  content: "î¤Š";
}

.gray-btn {
  background: #ececec;
  color: #2c2c2c;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 30px;
  border: 0;
  transition: all 0.5s;
  border-radius: 20px;
  width: auto;
  position: relative;
  text-decoration: none;
  border: 1px solid #fff;
}
.gray-btn:hover {
  background: #ffffff;
  transition: 0.5s all;
  border-radius: 20px;
  padding: 7px 30px;
  color: #2c2c2c;
  text-decoration: none;
  border: 1px solid #ececec;
}

/*footer css end */
@media (max-width: 320px) {
  #pills-tab .nav-blue-link {
    padding: 10px 10px !important;
  }

  #pills-tab .nav-link {
    padding: 10px 10px !important;
  }
}
.bottom-content {
  font-size: 0.8331rem !important;
}
.bottom-content h2 {
  font-size: 1.1669rem !important;
}

.bottom-content ol,
.bottom-content ul {
  padding-left: 30px !important;
  font-size: 0.8331rem !important;
  line-height: 2;
}

.bottom-content p {
  font-size: 0.8331rem !important;
}
.bottom-content a:hover {
  text-decoration: underline;
}
#responsemesg_img {
  filter: invert(60%) sepia(8%) saturate(3781%) hue-rotate(83deg)
    brightness(90%) contrast(77%);
}
.btn.btn-primary[disabled] {
  background-color: #ccc;
  border: solid 1px var(--bs-gray-light);
  color: #fff;
}
img.close-image {
  padding-bottom: 2px;
}
img.close-image:hover {
  filter: brightness(0) saturate(100%) invert(97%) sepia(6%) saturate(1236%)
    hue-rotate(319deg) brightness(103%) contrast(98%);
}
#homepage-carousel {
  width: 100%;
}
#homepage-carousel img {
  width: 100% !important;
  margin: 0 auto;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.tns-nav {
  display: none !important;
}
.online-australia {
  font-family: Helvetica, Arial, sans-serif;
}
.online-australia p {
  font-family: Helvetica, Arial, sans-serif;
}
.online-australia a:hover {
  text-decoration: underline !important;
}
.online-australia ul {
}
.online-australia li {
  padding-bottom: 4px;
}
@-moz-document url-prefix() {
  .heart-icon-button-side:hover::after {
    position: absolute;
    right: 4px;
    top: 1px;
    content: url(../images/heart-icon-hover.svg);
    z-index: 1;
    filter: brightness(0) saturate(100%) invert(23%) sepia(39%) saturate(4412%)
      hue-rotate(357deg) brightness(109%) contrast(94%) !important;
  }

  .multiselect-count {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.3rem;
  }
}

.center {
  width: 150px;
  margin: 40px auto;
}

.tooltip-inner {
  background-color: #f5f5f5;
  border: solid 1px #88d0c5;
  color: var(--bs-black);
  border-radius: 6px;
  padding: 13px 25px 16px 16px;
  box-shadow: 0px 0px 9px rgba(7, 90, 226, 0.25);
}

/* file upload css start */

.drop-zone {
  max-width: 100%;
  height: 60px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f5f5f5;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  border: 2px dashed #dee2e6;
  border-radius: 6px;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}
/* file upload css end */

.light-green-box {
  border-radius: 6px;
  background-color: var(--bs-light-blue)!important;
}

.dark-green-text {
  color: var(--bs-black);
}

.light-gray-box {
  background-color: #f6f6fa;
  border-radius: 6px;
}

.light-green-box {
  border-radius: 6px;
  background-color: #ecf5ee;
}

ul.list-group li {
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: 400;
}
.list-group-item-tick {
  position: relative;
  display: block;
  padding: 0.2rem 1rem 0rem 2rem;
  color: #212529;
  text-decoration: none;
  background-color: transparent !important;
  border: 0px solid #000 !important;
  background-image: url("https://happybasketau.s3.ap-southeast-2.amazonaws.com/marketing-images/fb692f7f0df5b52f56df4d26981a186a.png");
  background-position: left 11px;
  background-repeat: no-repeat;
  border: 0 !important;
}

.list-group-item-link {
  position: relative;
  display: block;
  padding: 0.2rem 1rem 0rem 2rem;
  color: #212529;
  text-decoration: none;
  background-color: transparent !important;
  border: 0px solid #000 !important;
  background-image: url("https://happybasketau.s3.ap-southeast-2.amazonaws.com/marketing-images/fb692f7f0df5b52f56df4d26981a186a.png");
  background-position: left 11px;
  background-repeat: no-repeat;
  border: 0 !important;
}
.list-group-item-link:hover {
  position: relative;
  display: block;
  padding: 0.2rem 1rem 0rem 2rem;
  color: #212529;
  text-decoration: none;
  background-color: transparent !important;
  border: 0px solid #000 !important;
  background-image: url("../images/tick-img.png");
  background-position: left 11px;
  background-repeat: no-repeat;
  border: 0 !important;
  background-color: var(--bs-light-blue)!important;
}
.list-group-item-link-active {
  position: relative;
  display: block;
  padding: 0.2rem 1rem 0rem 2rem;
  color: #212529;
  text-decoration: none;
  background-color: transparent !important;
  border: 0px solid #000 !important;
  background-image: url("../images/tick-img.png");
  background-position: left 11px;
  background-repeat: no-repeat;
  border: 0 !important;
  background-color: var(--bs-light-blue)!important;
}
.list-group-item-link a {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent!important;
}

.list-group-item-link-active a {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.b-logo {
  max-width: 145px !important;
  border-radius: 8px;
}

.gray-logo {
  filter: brightness(0) saturate(100%) invert(100%) sepia(96%) saturate(129%) hue-rotate(309deg) brightness(111%) contrast(76%);
}

.creator-image {
}

.creator-image img {
  max-width: 177px !important;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
}

.image-resize img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
}

.cart-image {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
}

.card-img-top img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-9 {
  border-radius: 9px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-6 {
  border-radius: 6px;
}

.gray-box {
  background: #f3f3f3 !important;
  border-radius: 6px;

  margin-bottom: 20px;
}

.dark-green-box {
  background: #ecf5ee !important;
  border-radius: 6px;
  padding: 10px 15px;
}

.yellow-FDD {
  color: var(--bs-black);
  font-size: 1.5rem;
}

.light-yellow-FCF {
  color: #83a6a1;
  font-size: 1.125rem;
}

.black-text {
  color: #000;
  font-weight: bold;
}

.card-img-overlay {
  padding: 4rem;
}

.gray-bg-5F5 {
  background-color: #f5f5f5;
}
.f-size-11px {
  font-size: 0.688rem;
}
.f-size-12px {
  font-size: 0.75rem;
}
.f-size-13px {
  font-size: 0.813rem;
}
.f-size-14px {
  font-size: 0.875rem;
}
.f-size-15px {
  font-size: 0.938rem;
}

.f-size-16px {
  font-size: 1rem;
}
.f-size-20px {
  font-size: 1.25rem;
}
.f-size-24px {
  font-size: 1.5rem;
}

.f-size-30px {
  font-size: 1.875rem;
}

.f-size-45px {
  font-size: 2.813rem;
}

.progress-bar {
  background-color: var(--bs-black) !important;
}
.gray-box-creator {
  background-color: #f5f5f5 !important;
}

.workshop-details-title h6 {
  font-size: 1.5rem;

  color: var(--bs-gray-light);
  font-weight: normal;
  padding-bottom: 1rem;
}
.workshop-details {
  color: #000;
  font-size: 1rem;
}

.workshop-details h6 {
  font-size: 1.5rem;
  border-bottom: solid 1px #bbbbbb;
  color: var(--bs-gray-light);
  font-weight: normal;
}
.dropdown-img {
  position: relative;
  display: block;
  margin: 0 auto;

  overflow: hidden;
}
.dropdown-img img {
  aspect-ratio: 1/1;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.drop-down-title-14 {
  line-height: 22px !important;
  font-size: 18px !important;
}
.drop-down-title-14 span.price {
  padding-top: 20px !important;
  font-size: 14px !important;
  color: #dd3a0f !important;
}

.result-count a {
  color: var(--bs-black);
  border: solid 1px #dddddd;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 10px !important;
}
.result-count a:hover {
  color: var(--bs-black) !important;
  background-color: #ecf5ee;
}

/* Animation mouseover */

.zoom-in {
  transition: transform 2s;
  margin: 0 auto;
}

.zoom-in:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}

.shop-by-pref-bg {
  background-color: #ecf5ee;
}

.shop-by-pref-bg .nav-tabs .nav-link.active,
.shop-by-pref-bg .nav-tabs .nav-item.show .nav-link {
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  background-color: var(--bs-black);
  border: 2px solid #000;
}

.gray-gradient-login .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #000;
  border-color: transparent transparent var(--bs-black) !important;
  border-bottom: 2px solid !important;
}

.shop-by-pref-bg .nav-tabs .nav-link {
  margin-bottom: -1;
  font-weight: normal;
  font-size: 15px;
  background: none;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border: 1px solid #ccc !important;
  background-color: #fff;
}

.shop-by-pref-bg .nav-tabs .nav-item .nav-link:hover {
  color: #fff;
  background-color: var(--bs-black);
  border: 0px solid #000;
}

img.delete-icon {
  width: 15px !important;
  max-width: inherit !important;
}
.delete-icon:hover {
  filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(2231%)
    hue-rotate(50deg) brightness(93%) contrast(94%);
}

.close-icon {
}

.close-icon:hover {
  filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(2231%)
    hue-rotate(50deg) brightness(93%) contrast(94%);
}

.tns-carousel [data-controls] {
  background-color: #f5f5f5 !important;
  color: #000 !important;
}

.tns-carousel [data-controls]:hover {
  background-color: #fcf3db !important;
  color: #000 !important;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--bs-black)!important;
  color: white;
  cursor: pointer;
  padding: 10px 18px;
  border-radius: 100%;
  border: solid 1px #fff;
  font-weight: bolder;
  animation: fadeIn 2s;
}

#myBtn:hover {
  background-color: #fafafa;
  color: #fff;
  border-radius: 100%;
  border: solid 1px var(--bs-black);
}

ul.min-space {
  margin-left: 20px;
}

.frame-scope h6 {
  font-weight: normal !important;
}

.frame-scope .orange-big-price {
  font-weight: normal !important;
}

/* component css start */

.icons a {
  color: #121212;
}
.icons a .items {
  color: #847b75 !important;
}

.icons .shop-for {
  min-height: 70px !important;
}
.icons .shop-for img {
  height: 60px !important;
  background-size: cover !important;
}

.newsletter {
  color: #010101 !important;
}
.newsletter-img {
  background-image: url("../images/home-banner/banner.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 40vh;
}

.newsletter-img .btn-brown {
  background-color: #ba412a;
  color: #fff;
}
.featured-product a {
  color: #707070 !important;
}
.featured-product a:hover {
  color: #707070 !important;
}
.featured-product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

.featured-product img:hover {
  opacity: 0.3;
}
.featured-product h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.featured-product-two a {
  color: #707070 !important;
}
.featured-product-two a:hover {
  color: #707070 !important;
}
.featured-product-two img {
  width: 100%;
  display: block;
  height: auto;
}
.featured-product-two img:hover {
  opacity: 0.3;
}
.featured-product-two h2 {
  margin: 0;
}

.featured-product-two .bg-333 {
  background-color: #000 !important;
}

.box-product {
  transition: 0.5s;
}
.box-product .product-title {
  text-transform: uppercase;
  letter-spacing: 3.5px;
}

.box-product:hover {
  margin-top: -15px;
  transition: 0.5s;
}

.text-product a {
  color: #707070 !important;
  line-height: 1.8em;
}
.text-product .product-title {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000 !important;
}

.latest-review {
  background-color: #f7f5f5;
  color: #707070;
}

.latest-review .product-title {
  text-transform: uppercase;
  letter-spacing: 3.5px;
  color: #000 !important;
}

.latest-review .btn-black {
  background-color: #fff;
  border: solid 1px #000;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.latest-review .btn-black:hover {
  background-color: #000;
  border: solid 1px #000;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}

.parallex-box {
  background-image: url("../images/fashion-shop2-12.jpg");
  /* Set a specific height */
  min-height: 500px;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #969696 !important;
}

.parallex-box .text-size-122 {
  font-size: 122px !important;
  line-height: 122px;
}

.parallex-box .text-size-40 {
  font-size: 40px !important;
  line-height: 40px;
}

.parallex-box-form {
  background-image: url("../images/home-banner/product-ofthe-month.avif");
  /* Set a specific height */
  background-attachment: fixed;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  color: #969696 !important;
  background-color: #0072BB;
}

.parallex-box-form .bg-21CDC0 {
  background-color: var(--bs-black);
  border-top: 50px solid #000;
  margin-top: -50px !important;
  border-bottom: 50px solid #000;
  margin-bottom: -50px !important;
}
.parallex-box-form .text-size-122 {
  font-size: 122px !important;
  line-height: 122px;
}

.parallex-box-form .text-size-40 {
  font-size: 35px !important;
  line-height: 40px;
}

.parallex-box-form .blue-btn {
  background-color:var(--bs-light-blue);
  border: solid 1px #a6b38f;
  color: #000;
}

.parallex-box-form .blue-btn:hover {
  background-color: #000;
  border: solid 1px #fff;
  color: #fff !important;
}

.parallex-box-form .menu-transition:hover {
  transition: 0.5s;
  margin-left: 8px;
}
/* component css end */

.img-height {
  height: 500px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.image-with-gradient {
  position: relative;
}

.image-with-gradient:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(42, 46, 64, 0.71),
    rgba(42, 46, 64, 0)
  );
}

.image-with-gradient img {
  display: block;
  position: relative;
  z-index: 1;
}
.carousel .carousel-control-prev,
.carousel-control-next {
  display: none;
}
.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
  display: block;
  opacity: 0;
  animation: fade-in 1s ease-in forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.subscribe-popup {
  background-color: #000;
  opacity: 0.9;
  position: absolute;
  top: 0;
  padding-top: 7rem;
  border-radius: 3px;
  right: 10px;
  left: 10px;
  border: solid 1px #fff;
  color: #fff;
  text-align: center;
  bottom: 0;
  display: none;
}
.close-btn {
  display: none;
  position: absolute;
  color: #fff;
  right: 5px;
  top: 0;
  background-color: transparent;
}

#review .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #c4c4c4;
}

#review .carousel-indicators button.active {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #075ae2;
}

#membercomment .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #c4c4c4;
}

#membercomment .carousel-indicators button.active {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #075ae2;
}
.portfolio-overlay {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.7));
  height: 100%;
  transition: background 0.3s ease;
}

.portfolio-item:hover .portfolio-overlay {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3));
}

textarea.feeback {
  height:100px!important;
}

/* order tracking css start */

.timeline {
  position: relative;
  padding: 20px 0;
}

.timeline-item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}

.timeline-marker {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e9ecef;
}

.timeline-item:not(:last-child):before {
  content: "";
  position: absolute;
  left: 9px;
  top: 20px;
  height: calc(100% + 20px);
  width: 2px;
  background: #e9ecef;
}

.timeline-content {
  padding: 10px;
  background: #f8f9fa;
  border-radius: 4px;
}

.timeline-content h4 {
  margin: 0;
  font-size: 1.1rem;
}

.timeline-content p {
  margin: 5px 0 0;
  font-size: 0.9rem;
}

.rating-stars {
  font-size: 24px;
}

.rating-stars .fa-star {
  color: #e9ecef;
  cursor: pointer;
  transition: color 0.2s;
}

.rating-stars .fa-star.active {
  color: #000;
}

.rating-stars .fa-star:hover,
.rating-stars .fa-star:hover ~ .fa-star {
  color: #000;
}
/* order tracking css end */

.red-close:hover{
  color: #ff0000!important;
}

/* Upload Logo Styles */
.upload-logo-section {
  margin-top: 15px;
}

.upload-button-container {
  text-align: start;
}

#upload-logo-btn {
  background: linear-gradient(135deg, #007bff, #0056b3);
  border: none;
  color: white;
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 123, 255, 0.3);
}

#upload-logo-btn:hover {
  background: linear-gradient(135deg, #0056b3, #004085);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
  color: white;
}

.selected-files-container {
  margin-top: 20px;
  padding: 15px;
  border: 2px dashed #dee2e6;
  border-radius: 10px;
  background-color: #f8f9fa;
}

.selected-files-container h6 {
  color: #495057;
  font-weight: 600;
  margin-bottom: 15px;
}

.selected-file-item {
  background: white !important;
  border: 1px solid #e9ecef !important;
  border-radius: 8px !important;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.selected-file-item:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  transform: translateY(-1px);
}

.selected-file-item .btn-outline-danger {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.selected-file-item .btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  transform: scale(1.1);
}

.selected-file-item .text-primary {
  color: #007bff !important;
}

.selected-file-item .fw-bold {
  font-size: 14px;
  color: #212529;
}

.selected-file-item .text-muted {
  font-size: 12px;
}

.file-input-custom {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background: linear-gradient(45deg, #007bff, #0056b3);
  color: white;
  border: none;
  width: 200px;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 123, 255, 0.3);
}

.file-input-custom:hover {
  background: linear-gradient(45deg, #0056b3, #004085);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.4);
}

.file-input-custom:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3);
}

.file-input-custom::-webkit-file-upload-button {
  visibility: hidden;
  width: 0;
}

.file-input-custom::before {
  content: '';
  display: inline-block;
  background: transparent;
  border: none;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 500;
}

.file-input-custom:hover::before {
  content: '';
}

.file-input-custom:active::before {
  content: '';
}
/* Hero Section Styles */
.hero-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  pointer-events: none;
}

.hero-section .display-4 {
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 8px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.feature-item:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-2px);
}

.ideal-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 6px;
  background: rgb(58, 58, 58);
  transition: all 0.3s ease;
}

.ideal-item:hover {
  background: rgba(255,255,255,0.15);
  transform: scale(1.05);
}

.cta-section .btn {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cta-section .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s;
}

.cta-section .btn:hover::before {
  left: 100%;
}

.cta-section .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3) !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-section .display-4 {
      font-size: 2rem;
  }

  .hero-section .h3 {
      font-size: 1.25rem;
  }

  .feature-item, .ideal-item {
      margin-bottom: 0.5rem;
  }
}

/* Animation for icons */
.hero-section i {
  animation: iconFloat 3s ease-in-out infinite;
}

@keyframes iconFloat {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-5px); }
}

/* Leading Brands Section Styles */
.brands-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 1px solid rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
}

.brands-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0,123,255,0.03) 0%, transparent 70%);
  pointer-events: none;
}

.feature-card {
  transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0,123,255,0.05), transparent);
  transition: left 0.5s;
}

.feature-card:hover::before {
  left: 100%;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
  border-color: rgba(0,123,255,0.2);
}

.feature-icon i {
  transition: all 0.3s ease;
}

.feature-card:hover .feature-icon i {
  transform: scale(1.1);
}

/* Responsive adjustments for brands section */
@media (max-width: 768px) {
  .brands-section .display-6 {
      font-size: 1.75rem;
  }

  .feature-card {
      margin-bottom: 1rem;
  }
}

/* Loading animation for feature cards */
.feature-card {
  animation: fadeInUp 0.6s ease-out;
}

.feature-card:nth-child(1) { animation-delay: 0.1s; }
.feature-card:nth-child(2) { animation-delay: 0.2s; }
.feature-card:nth-child(3) { animation-delay: 0.3s; }
.feature-card:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(30px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/* Gradient backgrounds for cards */
.bg-gradient-primary {
  background: #000!important;
}

/* Card overlay animation */
.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.feature-card:hover .card-overlay {
  opacity: 1;
}

/* Journey CTA Section Styles */
.journey-cta-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,0.1);
}

.journey-cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="journey-grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23journey-grain)"/></svg>');
  pointer-events: none;
}

.journey-bg-pattern {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
  animation: journeyRotate 20s linear infinite;
  pointer-events: none;
}

@keyframes journeyRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.journey-cta-section .display-6 {
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.journey-cta-button {
  position: relative;
  z-index: 2;
}

.journey-cta-button .btn {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,0.2);
}

.journey-cta-button .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.6s;
}

.journey-cta-button .btn:hover::before {
  left: 100%;
}

.journey-cta-button .btn:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 35px rgba(0,0,0,0.4) !important;
  border-color: rgba(255,255,255,0.5);
}

.btn-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  transition: left 0.8s;
}

.journey-cta-button .btn:hover .btn-shine {
  left: 100%;
}

/* Responsive adjustments for journey section */
@media (max-width: 768px) {
  .journey-cta-section .display-6 {
      font-size: 1.75rem;
  }

  .journey-cta-section .h4 {
      font-size: 1.1rem;
  }

  .journey-cta-button .btn {
      font-size: 1rem;
      padding: 0.75rem 1.5rem;
  }
}

/* Text shadow for better readability */
.journey-cta-section h2,
.journey-cta-section h3,
.journey-cta-section p {
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Smooth transitions for all journey elements */
.journey-cta-section * {
  transition: all 0.3s ease;
}

.rounded-4{
  border-radius: 20px!important;
}