/*Shop start*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
/* font-family: 'Montserrat', sans-serif; */

body {
  font-family: "Montserrat", sans-serif;
}

.container-fluid {
  max-width: 100% !important;
  padding-right: 30px;
  padding-left: 30px;
}

.nowrap {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--primary-shop);
  background-color: var(--primary-shop);
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: var(--primary-shop-light);
}
.line24 {
  line-height: 24px;
}

.bgimg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: inherit;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.shop-breadcrumb .breadcrumb {
  background: transparent;
  justify-content: flex-start;
  margin: 0;
  padding: 15px 0;
}

.shop-breadcrumb .breadcrumb-item {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--primary-shop);
  position: relative;
}

.shop-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  position: absolute;
  top: 1px;
  bottom: 0;
  margin: auto;
  left: 10px;
  padding-right: 0;
  border-radius: inherit;
  height: auto;
  width: auto;
  background: none;
  content: "\f101";
  font-family: "FontAwesome";
}

.shop-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 25px;
}

.shop-breadcrumb .breadcrumb-item.active {
  color: var(--primary-shop);
}

.shop-breadcrumb .breadcrumb-item:hover > a {
  color: #000;
}

.shopinnertit {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  color: var(--primary-shop);
  margin-bottom: 20px;
}

::-webkit-input-placeholder {
  color: #404041;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

::-moz-placeholder {
  color: #404041;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

:-ms-input-placeholder {
  color: #404041;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.shop-listing-main .row {
  margin-left: -10px;
  margin-right: -10px;
}

.shop-listing-main [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.headshop_top ::-webkit-input-placeholder {
  color: var(--primary-shop);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.headshop_top ::-moz-placeholder {
  color: var(--primary-shop);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.headshop_top :-ms-input-placeholder {
  color: var(--primary-shop);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

/*Footer start*/
.copyright {
  font-size: 13px;
}
.ftshop_main {
  padding: 50px 0 0;
  position: relative;
  overflow: hidden;
}

.footer_newsletter label.error {
  width: 100%;
  font-size: 12px;
}

.footer_newsletter h4 {
  color: var(--primary-shop);
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
  text-align: center;
}

.footer_newsletter h6:before {
  position: absolute;
  content: "";
  height: 2px;
  background: var(--primary-shop);
  width: 100%;
  max-width: 165px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.ftshop_box h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}

.ftshop_box h5:before {
  position: absolute;
  content: "";
  height: 2px;
  background: var(--primary-shop);
  width: 100%;
  max-width: 200px;
  left: 0;
  bottom: 0;
}

.ftshop_copyright {
  background: var(--primary-shop);
  padding: 12px 0;
}

.ftshop_copyright p span {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.ftshop_link li {
  margin-bottom: 10px;
}

.ftshop_link li a {
  /* text-transform: capitalize;   */
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #000;
}

.ftshop_link li.active a,
.ftshop_link li a:hover {
  color: var(--primary-shop);
}

.ftshop_box {
  padding-bottom: 50px;
}
.ftshop_main .ftshop_box {
  padding-bottom: 20px;
}

.ftshop_copy_link li {
  display: inline-block;
  padding-left: 15px;
}

.ftshop_copy_link li a {
  color: #fff;
}

.ftshop_copy_link li.active a,
.ftshop_copy_link li a:hover {
  color: #fff;
  text-decoration: underline;
}

.ftshop_social a {
  background: #fff;
  color: var(--primary-shop);
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  margin-right: 5px;
}

.footer_newsletter .input-group {
  max-width: 485px;
  margin: 0 auto 45px;
}

.footer_newsletter .form-control {
  background-color: var(--primary-shop-light) !important;
  font-family: "Montserrat", sans-serif;
}

.footer_newsletter .btn {
  background: var(--primary-shop);
  color: #fff;
  padding: 8px 30px;
  font-size: 15px;
  border-color: var(--primary-shop);
}

.ftshopcircle1 {
  position: absolute;
  border: 90px solid rgba(50, 62, 221, 0.05);
  height: 100%;
  width: 100%;
  border-radius: 50%;
  right: -60px;
  max-width: 350px;
  max-height: 350px;
  top: 40px;
}

.ftshopcircle2 {
  position: absolute;
  border: 90px solid rgba(50, 62, 221, 0.05);
  height: 100%;
  width: 100%;
  border-radius: 50%;
  left: -60px;
  max-width: 350px;
  max-height: 350px;
  bottom: -70px;
}

/*Header start*/

.shopbannerimg {
  display: block;
  height: 62vh;
}

.shopbannerimg img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.banner-title {
  position: absolute;
  left: 50px;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  max-width: 300px;
  top: 43%;
  line-height: 1.2;
}

.shopbannerslider .slick-prev {
  left: 12px;
  z-index: 1;
}

.shopbannerslider .slick-next {
  right: 12px;
  z-index: 1;
}

.shopbannerslider .slick-prev:before {
  color: #000;
  opacity: 1;
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 50px;
}

.shopbannerslider .slick-next:before {
  color: #000;
  opacity: 1;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 50px;
}

.headshop_top {
  background: var(--primary-shop);
  padding: 15px 0;
}

.headflexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.headshop_logo {
  width: 105px;
}

.header-search-div {
  width: calc(100% - 450px);
  padding: 0 10px 0 25px;
}

.header-search-form {
  position: relative;
  width: 95%;
}

.header-search-form input {
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-radius: 8px;
  border: none;
  padding: 0 19px;
  background-color: #fff !important;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: var(--primary-shop);
}

.header-search-form input[type="search"]::-webkit-search-cancel-button {
  margin-right: 40px;
}

.header-search-form button {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 40px;
  border-radius: 0px 8px 8px 0;
  font-size: 16px;
  color: var(--primary-shop);
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.header-search-form input:focus ~ button {
  background: var(--primary-shop-light);
  color: var(--primary-shop);
}

.headuser_link {
  text-align: right;
  width: 345px;
}

.head_link {
  color: #fff;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 100%;
  /* display: inline-block; */
  vertical-align: top;
  padding: 0 5%;
  font-weight: 500;
  position: relative;
}

.cart-quantity-mini-total {
  position: absolute;
  right: -3px;
  border-radius: 50%;
  font-size: 10px;
  width: 18px;
  height: 18px;
  color: var(--primary-shop);
  background: #fff;
  text-align: center;
  top: -10px;
  display: block;
  font-weight: 600;
}

.headacount_link {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 0 8px;
}

.head_link:hover,
.headacount_link:hover {
  color: #000;
}

.headacc_dropdown {
  display: inline-block;
  padding-left: 14px;
  width: 140px;
}
.headacc_dropdown .dropdown-toggle::after {
  display: none;
}
.headacc_dropdown .dropdown-toggle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-appearance: none;
}
.header-user-name {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  padding-left: 10px;
  width: calc(100% - 35px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.headacc_dropdown .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  color: #575757;
}

.headacc_dropdown .dropdown-item:hover {
  background-color: var(--primary-shop);
  color: #fff;
}

.headacc_dropdown .dropdown-menu {
  min-width: 8.1rem;
  left: 0px !important;
}

.headshop_sub {
  background: var(--primary-shop-light);
}

.headshop_sub .menu_link {
  float: none;
}

.menu_link nav > ul > li {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.menu_link nav > ul > li > a {
  color: #575757;
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  position: relative;
  line-height: 1.3;
  z-index: 0;
  padding: 10px 14px;
}

.menu_link nav > ul > li > a > i {
  display: none;
}

.menu_link nav > ul > li:hover > a,
.menu_link nav > ul > li.active > a {
  color: var(--primary-shop);
  text-decoration: none;
}

.menu_link ul > li.hidden,
.togglebtn {
  display: none;
}

.menu_link {
  text-align: center;
}

.menu_link nav {
  display: inline-block;
  vertical-align: middle;
}

.menu_link li.has-sub {
  position: static;
}

.menu_link .submenu {
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: left;
  border-radius: 0;
  z-index: 10;
  background-color: #fff;
}

.menu_link .megamenu {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0 4px 20px rgba(34, 34, 34, 0.15);
  width: calc(100% - 100px);
  right: 0;
  margin: auto;
  height: 300px;
}

.menu_link .megamenu .container > li {
  position: relative;
  height: 100%;
}

.menu_link .megamenu .container {
  height: 100%;
}

.menu_link .menu-level1 li:hover .menu-level2,
.menu_link li:hover .megamenu,
.menu_link li:hover .menu-level1 {
  display: block;
}

.menu_link li.has-sub.active ul {
  display: block;
}

.menu_link .menu-level1 li .menu-level2 li {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}

.menu_link .menu-level1 li .menu-level2 .headviewall {
  width: 100%;
  padding-left: 45.5%;
  position: relative;
}

.menu_link .menu-level1 li .menu-level2 .headviewall a {
  font-weight: 700;
}
.menu_link .menu-level1 li .menu-level2 .headviewall .menudrop {
  display: inline-block;
  float: none;
  vertical-align: text-bottom;
}
.menudrop {
  z-index: 1;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  text-align: center;
  vertical-align: middle;
  margin-left: 2px;
  margin-top: -4px;
  line-height: 16px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  font-size: 10px;
}

.menu_link li .menu-level1 {
  width: 320px;
  border-right: 1px solid #ccc;
  height: 100%;
}

.menu_link .menu-level1 li .menu-level2 {
  left: 320px;
  top: 0;
  width: calc(100% - 320px);
}

/* .menu_link .has-sub a.active .menudrop:before {
    content: '\f055'
} */

.menu-level1 .menudrop::before {
  content: "\f054";
}

.menu-level1 .menudrop {
  float: right;
  margin-top: 0;
}

.menu_link ul > li:hover > a > i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* .menu_link .submenu li {
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
    position: relative;
} */

.menu_link .submenu li a {
  text-transform: capitalize;
  font-size: 14px;
  color: #000;
  line-height: 100%;
  display: block;
  font-weight: 500;
}

.menu-level2 > li > a {
  padding: 13px 15px;
}

.menu-level1 > li > a {
  padding: 18px 25px;
}

.menu-level1 > li:hover > a,
.menu-level1 > li.active > a {
  background: var(--primary-shop-light);
}

.menu_link .submenu li:hover > a,
.menu_link .submenu li.active > a {
  color: var(--primary-shop);
  text-decoration: none;
}
.submenu .no-products {
  padding: 15px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
}
/*Home product start*/

/* .shop-section,
.shopinnerpg {
  padding-top: 110px;
} */
/* .shopinnerpg ~ .shop-recent-main {
    margin-bottom: 50px;
} */
.shopspace {
  padding: 50px 0;
}

.home-btnshop {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 7px;
  background-color: var(--primary-shop);
  color: #fff;
  border-color: var(--primary-shop);
  padding: 12px 32px;
}

/* .shopheadingspace {
  margin-bottom: 40px;
} */

@media (max-width: 991px) {
  .shopheadingspace {
    margin-bottom: 10px;
  }
}

.shopheading h4 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--primary-shop);
  margin-bottom: 15px;
  text-transform: capitalize;
  position: relative;
}

.shopheading p {
  font-size: 18px;
  font-weight: 500;
  color: #575757;
}

.shop-productbox {
  background: #fff;
  padding: 5px;
  box-shadow: 5px 5px 10px #00000012;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}

.shop-productimg {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.shop-productimg img {
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.shop-productbox:hover .shop-productimg img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
}
.shop-listing-desc {
  padding: 10px;
}
.shop-listing-desc-category{
  padding: 10px;
}

.shop-listing-name {
  color: var(--primary-shop);
  font-size: 15px;
  line-height: 1.2;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
}

.shop-listing-name h3 {
  font-size: 13px;
}

.shop-listing-vendor {
  font-size: 10px;
  text-transform: capitalize;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  padding: 5px 0;
}
.out-of-stock {
  font-size: 12px;
  font-weight: 500;
  color: red;  
}
.shop-listing-rating i,
.rating-stars-div i {
  color: #28df99;
}

.shop-listing-price {
  color: var(--primary-shop);
  font-size: 25px;
  line-height: 100%;
  font-weight: 600;
}

.shop-free-ship {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px 13px;
  background: var(--primary-shop);
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  padding: 6px 16px;
  line-height: 100%;
}

.shop-prslider .shop-productbox {
  margin: 10px;
}

.shop-prslider .shop-listing-price {
  font-size: 20px;
}

.shop-new-launch {
  position: relative;
  overflow: hidden;
}

.shop-new-launch .shopheading {
  padding-left: 65px;
}

.shopcircle1 {
  position: absolute;
  border: 110px solid rgba(50, 62, 221, 0.05);
  height: 100%;
  width: 100%;
  border-radius: 50%;
  left: -108px;
  max-width: 460px;
  max-height: 460px;
  top: 100px;
}

.shop-new-launch .shop-productimg {
  height: 280px;
}

.shop-new-launch .shop-productbox {
  margin: 15px 0;
}

.shop-recent-main {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 85px 0 110px;
}

.shop-download-box {
  background-color: var(--primary-shop-light);
  text-align: center;
}

.downlaod-logo-box {
  max-width: 160px;
  margin: 0 auto;
}

.shop-download-box .shopheading h4 {
  padding: 20px 0;
  margin-bottom: 25px;
}

.shop-download-box .shopheading h4::before {
  max-width: 160px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  bottom: 0;
  margin: auto;
  height: 2px;
  background: var(--primary-shop);
}

.shop-download-box p {
  font-size: 16px;
  line-height: 24px;
}

.shop-download-btn {
  padding-top: 25px;
}

.shop-download-btn .btn {
  background-color: #000;
  border-radius: 7px;
  border-color: #000;
  color: #fff;
  margin: 0 5px;
  line-height: 100%;
}

.shop-download-btn .btn:hover {
  background-color: var(--primary-shop);
  border-color: var(--primary-shop);
  color: #fff;
}

.shop-download-btn .btn span {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.shop-download-btn .btn span div {
  font-size: 10px;
}

.shop-download-btn .btn img {
  vertical-align: middle;
  margin-right: 8px;
}

.shopbrands {
  margin-top: 30px;
}

.shop-brand-box {
  margin: 10px 15px;
}

.shop-brand-img {
  box-shadow: 5px 5px 10px #00000012;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  height: 260px;
  background: #fff;
}

.shop-brand-img:before {
  position: absolute;
  border: 50px solid var(--primary-shop);
  height: 100%;
  width: 100%;
  border-radius: 50%;
  right: -8px;
  opacity: 0.05;
  max-width: 180px;
  max-height: 180px;
  top: -52px;
  content: "";
}

.shop-brand-img::after {
  position: absolute;
  border: 50px solid var(--primary-shop);
  height: 100%;
  width: 100%;
  border-radius: 50%;
  left: -40px;
  opacity: 0.05;
  max-width: 180px;
  max-height: 180px;
  bottom: -90px;
  content: "";
}

.shop-brand-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shopbrands .slick-dots li button:before,
.shopbanner .slick-dots li button:before {
  display: none;
}

.shopbrands .slick-dots {
  bottom: -35px;
}

.shopbanner .slick-dots {
  bottom: 10px;
}

.shopbrands .slick-dots li,
.shopbanner .slick-dots li {
  height: 10px;
  width: 10px;
}

.shopbrands .slick-dots li button,
.shopbanner .slick-dots li button {
  background-color: var(--primary-shop);
  border-radius: 50%;
  padding: 0;
  height: 5px;
  width: 5px;
  opacity: 0.3;
}

.shopbrands .slick-dots li.slick-active button,
.shopbanner .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.shop-who-we {
  color: #fff;
  z-index: 0;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  padding: 80px 0;
}

.shop-who-we h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  padding-top: 20px;
}

.shop-who-we .shop-download-btn .btn {
  background-color: #fff;
  color: var(--primary-shop);
  border-color: #fff;
  padding: 14px 24px;
  line-height: 100%;
  font-weight: 700;
  font-size: 14px;
}

.shop-who-we .shop-download-btn .btn:hover {
  background-color: var(--primary-shop);
  color: #fff;
}

.shop-who-we .shopheading h2 {
  color: #fff;
}

.shop-who-we .shopheading h2:before {
  background: #fff;
}

.add-to-wishlist {
  position: absolute;
  right: 7px;
  top: 7px;
  font-size: 24px;
  color: var(--primary-shop);
  padding: 0;
  line-height: 100%;
  z-index: 1;
  cursor: pointer;
}

.add-to-wishlist[data-status="add"] {
  opacity: 0;
}

.add-to-wishlist:hover {
  transform: scale(1.1);
}

.shop-productbox:hover .add-to-wishlist[data-status="add"] {
  opacity: 1;
}

.shop-list-container {
  flex-wrap: wrap;
}

.shop-filter-main {
  width: 250px;
  float: left;
}

.shop-listing-main {
  width: calc(100% - 250px);
  float: left;
  padding-left: 25px;
}

.shop-filter-div {
  box-shadow: 3px 3px 10px #0000001a;
  border-radius: 5px;
  padding: 25px 25px 20px;
  margin-bottom: 25px;
}

.shop-filter-div h3 {
  color: var(--primary-shop);
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
  border-bottom: 1px solid var(--primary-shop);
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.shop-filter-div .custom-control-label {
  color: var(--primary-shop);
  font-weight: 500;
  font-size: 14px;
}

.shop-filter-div .custom-control {
  margin: 10px 0;
  min-height: inherit;
}

.vendor-filter-div .custom-control-label::before,
.review-filter-div .custom-control-label::before {
  top: 2px;
  border-radius: 0;
  border-color: var(--primary-shop);
}

.vendor-filter-div .custom-control-label::after,
.review-filter-div .custom-control-label::after {
  top: 2px;
}

.price-filter-div .custom-control-label::before {
  top: 2px;
  border-color: var(--primary-shop);
}

.price-filter-div .custom-control-label::after {
  border-radius: 50%;
  height: 0.5rem;
  width: 0.5rem;
  left: -1.25rem;
  top: 0.4rem;
}

.price-filter-div
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::before {
  border-color: var(--primary-shop);
  background-color: #fff;
}

.price-filter-div
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-color: var(--primary-shop);
  background-image: none;
}

.review-filter-div .custom-control-label {
  color: #28df99;
}

.shop-cat-link:not(:last-child) {
  margin-bottom: 10px;
}

.shop-cat-link a {
  color: var(--primary-shop);
  font-weight: 500;
  font-size: 14px;
  display: block;
  line-height: 100%;
}

.shop-cat-link a i {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: text-bottom;
}

.price-filter {
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
}

.price-filter span {
  color: var(--primary-shop);
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
}

.price-filter button {
  color: var(--primary-shop);
  font-size: 24px;
  line-height: 100%;
}

.value-filters {
  max-width: 60px;
  flex: 0 0 60px;
  border: 1px solid var(--primary-shop);
  border-radius: 7px;
  background-color: #fff !important;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: var(--primary-shop);
  font-weight: 500;
}
.filterbox .reset-filters {
  font-size: 14px;
  padding: 0;
  font-weight: 500;
  color: var(--primary-shop);
  width: 100%;
  text-align: left;
}
.shop-listing-main .shop-listing-price,
.shop-listing-main .shop-listing-name {
  color: #000;
  font-size: 13px;
}

.best-seller-tag {
  border-radius: 12px;
  background: var(--primary-shop-light);
  text-align: center;
  display: inline-block;
  font-size: 10px;
  padding: 5px 15px 4px;
  line-height: 100%;
  color: var(--primary-shop);
  font-weight: 500;
  margin-bottom: 4px;
}

.add-to-cart,
.delete-review {
  width: 32px;
  height: 32px;
  background: var(--primary-shop);
  border: 1px solid var(--primary-shop);
  border-radius: 50%;
  padding: 0;
  color: #fff;
  line-height: 32px;
  font-size: 20px;
}
.add-to-cart-prescription {
  width: 32px;
  height: 32px;
  background: var(--primary-shop);
  border: 1px solid var(--primary-shop);
  border-radius: 50%;
  padding: 0;
  color: #fff;
  line-height: 32px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.add-to-cart:hover,
.delete-review:hover {
  color: var(--primary-shop);
  background: #fff;
}
.showdetbtn,
.delete-review {
  font-size: 16px;
}
.shopfilter-select span {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin-right: 8px;
}

.shopfilter-select .form-control {
  border-radius: 7px;
  background-color: var(--primary-shop) !important;
  color: #fff;
  width: 130px;
  display: inline-block;
  background-image: url(../images/drop-arrow-white.png);
}

.shopfilter-select {
  text-align: right;
}

.shop-noproduct {
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  padding: 30px 0;
}

.shopblue {
  color: var(--primary-shop);
}

.shopblack {
  color: #000;
}

.font18 {
  font-size: 18px;
  line-height: 24px;
}

.font24 {
  font-size: 24px;
  line-height: 24px;
}

.font-med {
  font-weight: 500;
}

.font-semi {
  font-weight: 600;
}

.detail-right h2, .detail-right h1 {
  font-size: 22px;
  text-transform: uppercase;
}
.detail-right .vendor-name {
  text-transform: uppercase;
}
.detail-right .custom-control-input:disabled ~ .custom-control-label {
  color: var(--primary-shop);
  font-weight: 500;
}

.detail-right .custom-control-label:before {
  top: 1px;
}

.detail-right .custom-control-label::after {
  top: 1px;
}

.shopdetcontent p {
  color: #575757;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

.btndetshop {
  background-color: var(--primary-shop);
  color: #fff !important;
  border-radius: 7px;
  font-weight: 700;
  font-size: 12px;
  padding: 8px 20px;
  border-color: var(--primary-shop);
}

.btndetshop i {
  font-size: 18px;
  margin-right: 5px;
}

.meet-seller-img {
  box-shadow: 5px 5px 10px #00000012;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
}

.meet-seller-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detqtybox label {
  color: #000;
  font-weight: 500;
  display: inline-block;
  padding-right: 10px;
}

.detqtybox .form-control {
  width: 100px;
  display: inline-block;
}

.product-pricing-tiers-list-container li {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 10px;
}

.detail-left .btndetwish {
  opacity: 1;
}

.detail-left .detflexslidebox {
  margin: 0 0 30px;
}

.detflexslidebox .flex-direction-nav .flex-next {
  right: 5px;
}

.detflexslidebox .flex-direction-nav .flex-prev {
  left: 5px;
}

.detflexslidebox .flex-direction-nav a:before {
  color: #fff;
  font-size: 20px;
}

.detflexslidebox .flex-direction-nav a {
  opacity: 1;
  top: 40%;
  background: var(--primary-shop);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  font-size: 0;
  text-align: center;
  line-height: 40px;
}

.child-bar {
  background: var(--primary-shop);
  /* height: 98%;
    vertical-align: middle !important; */
}

.detflexslidebox .flex-viewport {
  position: relative;
  box-shadow: 3px 3px 10px #0000001a;
  border-radius: 5px;
}

.shopslidedetimg {
  height: 450px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexslider .slides .shopslidedetimg img {
  width: auto;
  max-height: 100%;
}

.detflexslidebox .flex-control-thumbs li {
  box-shadow: 5px 5px 10px #00000012;
  position: relative;
  overflow: hidden;
  height: 80px;
  width: 16.6%;
  margin: 10px 5px;
}

.flex-control-thumbs li img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.detail-left {
  position: relative;
}

.btndetwish {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 1;
  font-size: 24px;
  padding: 5px;
}

.meet-seller-box {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 2px dotted var(--primary-shop);
}

.detaddreview {
  color: var(--primary-shop) !important;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
}

.reviewcount {
  color: var(--primary-shop);
  font-size: 18px;
  display: inline-block;
  font-weight: 700;
  line-height: 100%;
}

.detail-right {
  padding-left: 20px;
}

.rating-bars p {
  font-weight: 500;
  color: #000;
  min-width: 45px;
}

/*Autocomplete*/

.ui-autocomplete.ui-menu {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #FFFFFF;
  border: 1px solid #AAAAAA;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
  /* display: block !important; */
}
.ui-autocomplete.ui-menu::-webkit-scrollbar {
  width: 1px;
}

.ui-dialog .ui-dialog-titlebar-close {
  display: none !important;
}

.ui-autocomplete.ui-menu .ui-menu-item,
.ui-autocomplete.ui-menu .ui-autocomplete-category {
  padding: 5px 17px;
  text-transform: capitalize;
  font-size: 14px;
}
.ui-autocomplete.ui-menu .ui-menu-item{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.ui-autocomplete.ui-menu .ui-autocomplete-category {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  /* color: #1658F7; */
  color: var(--primary-shop);
  
}

.ui-autocomplete .ui-state-focus,
.ui-autocomplete.ui-widget-content .ui-state-focus,
.ui-autocomplete.ui-widget-header .ui-state-focus {
  border: 1px solid var(--primary-shop);
  background: var(--primary-shop);
  font-weight: normal;
  color: #fff;
}

.shop-cart-box {
  /* box-shadow: 3px 3px 10px #0000001a; */
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 25px;
}

.shop-cart-table td label {
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  line-height: 100%;
}

.shop-cart-table td {
  border-color: #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
}

.shop-cart-table .cart-product-normal-details-container {
  width: 50%;
}

.shop-cart-table .shop-cart-discount td {
  padding-bottom: 0;
}

.cart-vendor-name {
  border-top: 0;
  padding-top: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--primary-shop);
  text-transform: capitalize;
  float: left;
  padding-left: 15px;
}

.cart-vendor-img {
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  float: left;
}

.cart-vendor-img img,
.review-user-img img,
.user-profile-image-header img,
.shop-cart-imgbox img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.shop-cart-quantity,
.shop-cart-price {
  width: 200px;
}

.shop-cart-price span {
  font-size: 24px;
  color: var(--primary-shop);
  font-weight: 700;
}

.shop-cart-quantity input {
  border: 1px solid #575757;
  border-radius: 7px;
  width: 100px;
  display: block;
  height: 35px;
  padding: 6px 12px;
}

.cart-discount {
  font-size: 13px;
  line-height: 100%;
  padding: 8px 0 0;
  font-weight: 500;
}

.btn-primary {
  background-color: var(--primary-shop);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 11px 20px;
  line-height: 1.2;
}

.home-btnshop:hover,
.btn-primary:hover,
.footer_newsletter .btn:hover,
.btndetshop:hover {
  background-color: #fff;
  color: var(--primary-shop);
  border-color: var(--primary-shop);
}

.btndetshop:hover {
  color: var(--primary-shop) !important;
}

.shop-cart-imgbox {
  width: 85px;
  height: 85px;
  display: flex;
  background: #f7f7f7;
  overflow: hidden;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.shop-cart-right {
  width: calc(100% - 85px);
  float: left;
  padding-left: 20px;
}

.shop-cart-right .product-name-container {
  color: var(--primary-shop);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.shop-cart-right h4 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 5px 0 8px;
}

.shop-save-btn {
  border-radius: 12px;
  background: var(--primary-shop-light);
  text-align: center;
  display: inline-block;
  font-size: 10px;
  padding: 5px 15px 4px;
  line-height: 100%;
  color: #000;
  font-weight: 500;
  margin-bottom: 4px;
}

.shop-add-note {
  border: 1px solid #575757;
  border-radius: 7px;
  resize: none;
  background-color: #fff !important;
}

.shop-cart-total-box {
  box-shadow: 3px 3px 10px #0000001a;
  border-radius: 5px;
  padding: 20px;
}

.shop-note {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #575757;
}

.shop-cart-total-box h4 {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 10px;
}

.shop-cart-total td {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  padding: 15px 12px;
  border: 0;
}

.shop-cart-total td:nth-child(even) {
  text-align: right;
  padding-right: 0;
  font-weight: 600;
}

.shop-cart-total td:nth-child(odd) {
  padding-left: 0;
}

.shop-cart-table .discount-code-input-container .form-control {
  border: 1px solid #575757;
  margin-right: 10px;
  border-radius: 7px;
  background-color: #fff !important;
}

.discount-code-input-container {
  max-width: 380px;
  float: right;
}

.discount-code-input-container .btn-primary {
  padding: 11px 30px;
}

.commonmodal .modal-content {
  border: 0;
}

/* .commonmodal .modal-header {
  background-color: var(--primary-shop);
} */

.commonmodal .modal-title {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

/* .commonmodal .modal-header .close {
  color: #fff;
  opacity: 1;
} */

.commonmodal .form-control {
  background-color: #fff !important;
  border: 1px solid #ccc;
}
.commonmodal .poplabel {
  font-size: 12px;
}
.shopforgot {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.shopacclink {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}

.shopacclink a {
  color: var(--primary-shop);
}

.user-profile-image-header {
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  float: left;
}

.review-user-img {
  width: 46px;
  height: 46px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}

.review-rightbox {
  width: calc(100% - 46px);
  float: left;
  padding-left: 20px;
}

.review-rightbox h5 {
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.2;
}

.review-rightbox span {
  display: block;
  font-size: 12px;
  color: #000;
  padding-top: 3px;
}

.review-rating i {
  font-size: 18px;
  color: #28df99;
}

.review-rating {
  padding: 10px 0;
}

.review-desc p {
  font-size: 12px;
  line-height: 20px;
}

.review-listing {
  padding: 10px 0;
}

.wishlist-container .shop-listing-main {
  width: auto;
  padding: 0;
  float: none;
}

.filtericon,
.closefilter {
  display: none;
}

.notification-container{
    width: 70%;
    margin: auto;
}

.shopinnerpg .updatetab .nav-tabs .nav-item.show .nav-link,
.shopinnerpg .updatetab .nav-tabs .nav-link.active {
  background: var(--primary-shop-light);
  border-color: var(--primary-shop-light);
}

.shopinnerpg .updatetab .nav-tabs .nav-link {
  font-weight: 500;
  font-size: 14px;
}

.shopinnerpg .cart-elements-table th {
  font-weight: 500;
  background: var(--primary-shop-light);
  color: #000;
}

.shopinnerpg .cart-elements-table td {
  font-size: 13px;
}

.shopinnerpg .updatetab .cart-elements-table th:first-child {
  width: 40px;
}

.shopinnerpg .cart-element-container-footer td {
  background: var(--primary-shop-light);
  color: #000;
  font-weight: 500;
}

.unread-notification-count {
  position: absolute;
  right: -3px;
  border-radius: 50%;
  font-size: 10px;
  width: 18px;
  height: 18px;
  color: var(--primary-shop);
  background: #fff;
  text-align: center;
  top: -10px;
  display: block;
  font-weight: 600;
}
.payment-response-content {
  text-align: center;
  font-size: 20px;
  padding: 12vh 0;
  font-weight: bold;
  color: var(--primary-shop);
}

.notificationimg {
  width: 50px;
  height: 50px;
  background: #eee;
  border-radius: 50%;
  overflow: hidden;
}

.notificationmain {
  /* display: flex;
  flex-direction: row; */
  padding: 10px;
  /* padding-top: 0; */
  border-bottom: 1px solid #eee;
  align-items: center;
}

.notificationmainpopup {
  display: flex;
  flex-direction: row;
  padding: 10px;
  /* padding-top: 0; */
  border-bottom: 1px solid #eee;
  align-items: center;
}

.notifcationright {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 50px);
  padding-left: 15px;
}

.notificationimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.notifcationright h5 {
  font-size: 14px;
  color: #575757;
  white-space: normal;
  word-break: break-word;
  font-weight: 600;
  width: 50%;
}

.notifcationright p {
  color: #575757;
  font-size: 11px;
  line-height: 1.2;
  margin-top: 5px;
  white-space: normal;
}

.notifcationright span {
  font-size: 12px;
  color: #aaa;
}
.notifiygreen {
  background: #008c1e;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 5px;
}

.notification-view-all-container{
  width: 100%;
  display: flex;
  justify-content: end;
  padding: 2%;
  position: absolute;
  bottom: 0;
}

.notificationmainpopupContainer{
  height: 50vh;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 398px;
  margin: auto;
}

.notificationmainpopupContainer::-webkit-scrollbar {
  width: 3px;
}

.notificationmainpopupContainer::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.notificationmainpopupContainer::-webkit-scrollbar-thumb {
  background: var(--primary-shop);
}


.notification-view-all-container a{
  text-decoration: none !important;
  margin-left: 3%;
  margin-right: 3%;
  font-size: 12px;
}

.close-btn {
    font-size: 25px !important;
    font-weight: bold;
    color: #000 !important;
    margin-left: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.close-btn:hover{
  transform: scale(1.5);
  color: var(--primary-shop) !important;
}

.notifyboxmain {
  position: relative;
  width: 400px;
  padding: 0;
  z-index: 1001;
  min-height: 60vh;
  overflow-y: auto;
  top: 10px !important;
  border-radius: 5px;
  box-shadow:  0 0 1% black;
}

.notifyboxmain::-webkit-scrollbar {
  width: 3px;
}

.notifyboxmain::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.notifyboxmain::-webkit-scrollbar-thumb {
  background: var(--primary-shop);
}

/* .notifyboxmain:before {
  position: absolute;
  content: "";
  left: 20px;
  width: 1px;
  height: 100%;
  background: var(--primary-shop);
} */
.head_link.dropdown-toggle::after {
  display: none;
}
a#show_refund_policies,
a#show_terms_conditions,
.detail-right a.show-login {
  color: var(--primary-shop);
  font-weight: 600;
  text-decoration: underline;
}
.show-login,
#show_refund_policies,
#show_terms_conditions {
  color: var(--primary-shop);
  text-decoration: underline;
  font-weight: 600;
}
.shiptable {
  border: 1px solid #dee2e6;
  border-top: 0;
}
.shiptable th {
  color: #fff;
  background-color: var(--primary-shop);
}
.static-page-content p,
.static-page-content h4,
.static-page-content .sub-title {
  color: #575755;
}

.shipping-option-select {
  width: auto;
}

.shipping-option-select-container {
  max-width: 400px;
  width: 400px;
}

.tophead {
  background: linear-gradient(
    100deg,
    var(--primary-bgcolor),
    var(--primary-bgcolor1)
  );
  padding: 10px;
}

.back-order-info-label {
  color: red;
  font-size: small;
}

.ind-pay-btn-finance{
  margin-top: 5px !important;
}
.ind-pay-btn{
  margin-top: 5px !important;
}

.holiday-warning {
  color: red !important;
}
.holiday-warning.btn {
  color: black !important;
  background-color: red;
  border-color: red;
}



/* Date 18-01-2023 Start */

.custom-faces-gift-Wallet{
  width: 100%;
  margin: 0px 0px 0px 60px;
}
.custom-faces-gift-Wallet-gif{
  width: 100%;
  margin: 0px 0px 0px 50px;
}

.coustom-checkout{
  display: flex;
  align-items: center;
}
.Coustom-checkout-wallet{
  color: #000000;
  font-weight: 400;
  /* margin-right: 64px; */
  padding: 4px 20px;
  position: relative;
  position: relative;
  background: #EF9D38;
}
.Coustom-checkout-wallet::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-right: 9px solid #ffffff;
  border-bottom: 14px solid transparent;

}
.Coustom-checkout-wallet span{
  font-size: 14px ;
  line-height: 20px;
}
.accept-referral-code{
  font-size: 16px;
  font-weight: 500;
}
.accept-admin-gift{
  font-size: 16px;
  font-weight: 500;
}
label .coustom-labal-color-text{
  color: #EF9D38 !important;
  font-weight: 500;
  font-size: 16px;
}
label .coustom-labal-color-text-black {
  color: #000 !important;
  font-weight: 500;
  font-size: 16px;
}
.Coustom-checkout-faces-gift{
  color: #ffffff;
  font-weight: 600;
  /* margin-right: 68px; */
  padding: 6px 20px;
  position: relative;
  position: relative;
  background: #323EDE;
  height: fit-content;
}
.Coustom-checkout-faces-gift::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-right: 9px solid #ffffff;
  border-bottom: 14px solid transparent;
}
.Coustom-checkout-faces-gift span{
  font-size: 16px;
  line-height: 20px;
}
.custom-cart-wallet{
  /* margin-right: 68px; */
  height: fit-content;
}
.coustom-cart-label{
  color: #000000 !important;
  font-weight: 500;
}
/* End */



/* Date 20-1-2023 Start */

.coustom-checkout-design {
  padding: 21px 20px 17px 20px;
  width: 49% !important;
  border-radius: 10px;
  background: #F8F8F8;
}
  .coustom-checkout-design .checkout-address-label{
    font-weight: 500;
    border-bottom: 0px !important;
    color: #000;
  }
  .coustom-check-out-table .cart-elements-table th{
    background: #EEEEEE !important;
  }

  .coustom-check-out-table .cart-element-container-footer td{
    background: #EEEEEE !important;
  }
  .coustom-check-out-table .coustom-checkout-vat{
    font-weight: bold;
  }
  .coustom-check-out-table .coustom-total{
    padding-right: 40px;
  }
  .coustom-check-out-table .cart-elements-table{
    border:1px solid #AEAEAE;
  }
  .coustom-check-out-table .cart-elements-table th{
    border-right: 1px solid #AEAEAE;
  }
  
  .coustom-check-out-table .cart-elements-table td{
    border-right: 1px solid #AEAEAE;
    border-top: 1px solid #AEAEAE;
  }
/* End */



/* Date 8/6/2023 start */

  .custom-product-search-title .product-search-title h5{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
  } 
  .related-product-result-title h5{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    text-transform: capitalize;
    color: #000000;
  }

/* End */


.payment-response-content .custom-payment-response-content-btn{
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-response-content .custom-payment-response-content-btn a{
  padding: 20px 40px;
  max-width: 300px;
    width: 100%;
    text-align: center;
}

.payment-response-content .custom-payment-response-content-btn .payment-response-text{
  padding: 5px 20px 0px 18px;
}
.shopspace {
  padding: 0px 0 50px;
  padding-bottom: 200px !important;
}
.shop-best-seller.shopspace, .shop-recent-main.shopspace, .shop-new-launch.shopspace, .shop-download-box.shopspace {
  padding-bottom: 50px !important;
}
.Coustom-checkout-wallet span{
  font-size: 18px !important;
}
.checkout-wallet-container span{
  font-size: 16px !important;
}
label.form-check-label.accept-terms-conditions.text-black span{
  color: #212121;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  display: inline-block;
  margin: 10px 0;
}
.left-text-item{
  color: #555;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.right-text-item{
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.right-text-item-large{
  color: #1658F7;
  font-size: 16px;
  font-weight: 600;
}
.total-amount-text{
  color: #212121;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.additional-note.form-control{
  border-radius: 10px;
  border: 1px solid #E2E2E2;
  background: #FFF;
}
.checkout-page-container .shopspace{
  padding-bottom: 110px;
}
.prescription-cart-cb-div {
  font-weight: 400;
  color: #212121;
  font-family: Inter;
  font-size: 14px;
}
.prescription-feews-text{
    font-weight: 400;
    font-size: 14px;
    color: #212121;
}
.hidden-element{
  display: none;
}
hr.discount-code-hr{

}
.col-auto.fixed-width {
  width: 15%;
}
.col-auto.fixed-width1 {
  width: 20%;
}
.col-auto.fixed-width2 {
  width: 20%;
}
.col-auto.fixed-width3 {
  width: 15%;
}
.col-auto.fixed-width4 {
  width: 20%;
}
.shop-cart-box .form-check .form-check-input{
  width: 20px;
  height: 20px;
  margin-top: 0;
}
.accept-admin-gift span{
  font-size: 16px !important;
}