body {
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 0px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 370px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 250px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: #ad8909;
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: #fff8e3;
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* search */
/*#search {
  margin-bottom: 10px;
}*/
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #f8f4e9;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #FFF0!important;
  background-repeat: repeat-x;
  min-height: 40px;
  padding: 0 1rem;
}
#menu .navbar-nav > li > a {
  color: #ad8909;
  padding: 10px 20px 10px 20px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #ad8909;
  /*border-color: #fff;*/
  font-size: 1.5em;;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #f1f2f4;
  border-top: 1px solid #dddddd;
  color: #454545;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #232323;
  text-decoration: none;
}
footer a:hover {
  color: #565656;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #454545;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 2px 0 2px 0;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  padding: 0 20px 0 0;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.breadcrumb-item a {
  color: #989898;
}
.breadcrumb-item a:hover {
  color: #ad8909;
}
.product-thumb {
  position: relative;
  height: 100%;
}
.product-thumb .image {
  background: #F5F5F5;
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .image .btn {
  position: absolute;
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.7109375rem;
  top: 4px;
  right: 4px;
}
.product-thumb .description {
  padding: 14px 0 14px 0;
  margin-bottom: 34px;
}
.product-thumb .description h4 {
  font-weight: normal;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 100%;
  border: 1px solid #ad8909;
  background-color: #fff;
  color: #ad8909;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  border-radius: 50px;
}
.product-thumb .button button:hover {
  color: #FFF;
  background-color: #9c7b06;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating {
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 10px;
}
.rating span {
  line-height: normal;
  display: inline-block;
  color: #fff;
  padding: 2px 4px 2px 6px;
  border-radius: 3px;
  vertical-align: middle;
  background-color: #0C9D49;
  cursor: pointer;
}
.rating .fa {
  font-size: 10px;
}
.rating a {
  margin-left: 8px;
  color: #878787;
}
.rating h5 {
  margin: 1px 0px 0px 10px;
  font-weight: 600;
}
.rating i {
  font-size: 10px;
}
.good {
  background-color: #A3D70B!important;
}
.average {
  background-color: #FFD21C!important;
}
.below-average {
  background-color: #FF8C1A!important;
}
.poor {
  background-color: #E63939!important;
}
.rating-sm {
  font-weight: 500;
  font-size: 10px;
  margin-bottom: 0px;
}
.rating-sm .fa {
  font-size: 9px;
}
/* product list */
.price {
  color: #000;
  font-size: 14px;
}
.price-new {
  font-weight: 600;
  font-size: 14px;
}
.price-old {
  color: #878787;
  text-decoration: line-through;
}
.price-discount {
  color: #388e3c;
  font-weight: 600;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
#product-info .price, #product-info .price-new {
  font-size: 22px;
}
#related-product .price, #related-product .price-new {
  font-size: 14px !important;
}
.stock-label {
  position: absolute;
  background: #FF0C00B2;
  width: fit-content;
  color: #FFF;
  padding: 1px 12px;
  border-radius: 0px 0px 6px 0px;
  font-size: 10px;
  font-weight: 600;
}
.stock {
  background:#388e3cB2;
}
.few-stock {
  background:#E58408B2;
}
.limited-stock {
  background:#E5C208B2;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
.dropdown-search {
 width: 100vw !important;
  inset: 0px 0px auto auto;
  max-width: 100vw !important;
  position: absolute;
  transform: translate3d(172px, 38.4px, 0px);
  height: calc(100vh - 120px) !important;
  max-height: calc(100vh - 120px) !important;
  overflow-y: auto;
  margin-top: 8px!important;
}
.search-box {
  padding-left: 35px;
  border-color: #AD890991;
  border-radius: 4px;
  background: #FFF0;
}
.search-container .fa-search {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #676767;
    font-size: 16px;
  }
.no-padding {
  padding: 0px;
}
.banner-effect {
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}
/* --- Background overlay --- */
.banner-effect .bg-overlay {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.banner-effect:hover .bg-overlay,
.banner-effect:active .bg-overlay {
  opacity: 1;
}
/* ---- Border animation on all sides ---- */
.banner-effect::before,
.banner-effect::after {
  content: "";
  position: absolute;
  inset: 20px; /* 20px gap from edge */
  pointer-events: none;
  opacity: 0;
  transition: 0.4s ease;
  z-index: 1;
}
/* --- Horizontal top & bottom --- */
.banner-effect::before {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  transform: scaleX(0);
  transform-origin: center;
}
/* --- Vertical left & right --- */
.banner-effect::after {
  border-left: 1px solid white;
  border-right: 1px solid white;
  transform: scaleY(0);
  transform-origin: center;
}
/* Hover / tap activation */
.banner-effect:hover::before,
.banner-effect:hover::after,
.banner-effect:active::before,
.banner-effect:active::after {
  opacity: 1;
  transform: scale(1);
}
.banner-effect-bg {
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}
/* --- Background overlay only --- */
.banner-effect-bg .banner-overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* black with transparency */
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.banner-effect-bg:hover .banner-overlay,
.banner-effect-bg:active .banner-overlay {
  opacity: 1;
}
.heading-center {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
  font-weight: 600;
}
.content-body {
  background: #FEFEFE;
}
header {
  padding: 16px 0 16px 0;
  background: #F8F4E9;
  position: sticky;
  top: 0;
  z-index: 999;
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -moz-box-shadow: 0 4px 16px rgb(0 0 0 / 29%);
  -webkit-box-shadow: 0 4px 16px rgb(0 0 0 / 29%);
  box-shadow: 0 4px 16px rgb(0 0 0 / 29%);
  animation: 0.9s ease 0s normal both 1 running fixedAnim;
  -webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
  -moz-animation: 0.9s ease 0s normal both 1 running fixedAnim;
  -o-animation: 0.9s ease 0s normal both 1 running fixedAnim;
  background-color: #ffffff;
}
header .logo {
  width:250px;
  max-width:250px;
  display: flex;
  width: fit-content;
  white-space: nowrap;
}
header .logo-420 {
  display: none;
}
header .menu-container {
  display: flex;
  margin-left: auto;  
  width: fit-content;
  white-space: nowrap;
  padding: 0;
  box-sizing: border-box;
}
header .icon-container {
  display: flex;
  gap: 4px;    
  justify-content: flex-end;   
  margin-left: auto;  
  width: fit-content;
  white-space: nowrap;
  box-sizing: border-box;
}
header .icon-container .icon {
  display: block;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  height: 28px;
  width: 48px;
  margin-top: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
  background-color: transparent;
}
header .icon-container .account {
  background-image: url(../icons/user.svg);
}
header .icon-container .wishlist {
  background-image: url(../icons/heart.svg);
}
header .icon-container .cart {
  background-image: url(../icons/cart.svg);
}
header .icon-container .search {
  background-image: url(../icons/search.svg);
}
header .icon-container .cart-counter {
  background: #ad8909;
  position: absolute;
  height: 1.6em;
  width: 1.6em;
  top: 4px;
  right: -4px;
  color: white;
  font-size: 12px;
  padding: 3.5px;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
}
.web-view {
  display: block!important;
}
.mob-view {
  display: none!important;
}
.mob-menu {
  background: ##F8F4E9;
}
.heading-title {
  font-size: 1.821875rem;
}
.heading-long-title {
  font-size: 1.421875rem;
}
.heading-product-title {
  font-size: 1.821875rem;
}
.hidden {
  display: none!important;
}
.fit-content {
 max-width: fit-content!important;
 margin-bottom: 0rem !important;
}
.push-right {
  margin-left: auto;
}
.sticky-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff; 
  padding: 6px 10px;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
  z-index: 9999;  
}
.sticky-bottom-bar .btn {
  --bs-btn-font-size: 1rem;
  font-weight: 600;
  width: 100%;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: none;
  z-index: 9998;
}
.popup-box {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 15px 15px 0 0;
  box-shadow: 0 -2px 20px rgba(0,0,0,0.2);
  transition: bottom 0.3s ease;
  z-index: 9999;
}
.popup-overlay.active {
  display: block;
}
.popup-box.active {
  bottom: 0;
}
.popup-box ul {
  list-style: none;
  padding: 0;
}
.popup-box ul li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}
.label-container {
  background: #F8F4E9;
  width: fit-content;
  border-radius: 50px;
  display: inline-flex;
  align-items: center; 
}
.label-container label {
  background: #AD8909;
  border-radius: 50px 0px 0px 50px;
  padding: 1px 8px 1px 8px;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
}
.label-container span {
  border-radius: 0px 50px 50px 0px;
  padding: 1px 8px 1px 8px;
  font-size: 11px;
  font-weight: 600;
  color: #AD8909;
  cursor: pointer;
}
.label-container.stock, .label-container.stock label {
  background:#388e3cB2;
}
.label-container.few-stock, .label-container.few-stock label {
  background:#E58408B2;
}
.label-container.limited-stock , .label-container.limited-stock label {
  background:#E5C208B2;
}
.label-container.out-of-stock, .label-container.out-of-stock label {
  background:#918E8EB2;
}
.label-container.stock span,
.label-container.few-stock span,
.label-container.limited-stock span,
.label-container.out-of-stock span {
  color: #FFF;
  cursor: auto;
}
.img-thumbnail-container {
  position: relative;
}
.img-thumbnail-mini-container {
  width: fit-content;
  position: absolute;
  padding: 6px;
  bottom: 0px;
}
.img-thumbnail-mini {
  width: 50px;
  border-width: 1.5px;
}
.img-thumbnail-container button {
  position: absolute;
  margin: 6px;
  top: 0px;
  --bs-btn-color: #fff;
  --bs-btn-bg: #ad8909;
  --bs-btn-border-color: #ad8a0b;
  --bs-btn-hover-color: #fff;
}
.options {
  margin-top: 10px;
}
.offer-tag {
  font-size: 13px;
  font-weight: 500;
}
.offer-tag i {
  color: #14be47;
  margin-right: 6px;
}
.lazy-load {
    opacity: 0;
    transition: opacity 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
    .lazy-load {
        transition: none;
    }
}
.lazy-loaded {
    opacity: 1;
}
.img-fit {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.card-view {
  width: 100%;
  background: #F8F4E963;
  border-radius: 4px;
  border: 1px solid #F8F4E9;
  margin-top: 20px;
}
.card-view h4{
  width: 100%;
  background: #F8F4E9;
  border-radius: 4px;
  border-bottom: 1px solid #F8F4E9;
  padding: 6px 10px;
  font-weight: 600;
  color: #343434;
}
.card-view ul {
  padding: 0 10px;
  color: #454545;
}
.card-view div{
  padding: 0px;
  color: #454545;
}
#account-account .card-view h4 {
  margin-bottom: 0px;
}
.product-page-wrapper {
  display: flex;
  align-items: flex-start;
}
.product-image {
  flex: 0 0 40%;
  position: sticky;
  top: 0px;
}
.product-content {
  flex: 1;
}
.tag {
  background: #A4246D14;
  padding: 1px 8px;
  border: 1px solid #A4246D5C;
  color: #A4246D;
  border-radius: 50px;
  margin-top: 6px;
  margin-right: 4px;
  font-size: 11px;
  display: inline-block;
  white-space: nowrap;  
}
.form-container {
  width: 400px;
  background: #FFF;
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  margin-left: calc(50% - 200px);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.form-container .heading-title {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 24px;
}
.form-container .btn {
  width: 100%;
}
.or-separator {
  display: flex;
  align-items: center;
  text-align: center;
  color: #AAA;
  margin: 16px 0;
  font-weight: 500;
}
.or-separator::before,
.or-separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #EDEDED;
}
.or-separator::before {
  margin-right: 10px;
}
.or-separator::after {
  margin-left: 10px;
}
#account-login, #account-register, #account-reset, #account-forgotten {
  background: #FEFEFE;
}
.mr-12 {
  margin-right:12px;
}
.col-50 {
  width: 50%;
  box-sizing: border-box;
}
.order {}
.order .row {
  margin: 0px;
}
.order .row .col-50 {
  margin: 0px;
  padding: 0px;
}
.order .status{
  background: #BCBCBC;
  padding: 3px 12px;
  font-size: 11px;
  color: #FFF;
  border-radius: 50px;
}
.order .status.processing {
  background: #F4C430;
}.order .status.shipped {
  background: #6A5ACD;
}.order .status.delivered {
  background: #28A745;
}.order .status.cancelled, .order .status.failed {
  background: #DC3545;
}.order .status.reversed {
  background: #FD7E14;
}.order .status.refunded {
  background: #20C997;
}
.order .price{
  font-size: 14px;
  font-weight: 600;
  margin-right: 0;
  text-align: right;
}
.order .btn {
  width: 100%;
}
.reward {
  color: #F7C72F;
  margin-right: 6px;
}
#output-cart .title {
  font-weight: 500;
  text-transform: uppercase;
}
#output-cart .name {
  width: calc(60% + 100px);
  display: inline-block;
  font-size: 14px;
}
#output-cart .quantity, #output-cart .total {
  width: calc(20% - 50px);
  display:inline-block;
  text-align: right;
  font-size: 14px;
}
#output-cart .item {
  padding-right: 0px;
}
#output-cart .item .thumbnail {
  width: 100px;
  display: inline-block;
  padding-right: 0px;
}
#output-cart .item .img-thumbnail {
  width: 100px;
  display: inline-block;
  margin-bottom: 0px;
}
#output-cart .item .details {
  width: calc(100% - 112px);
  display: inline-block;
  padding-right: 0px;
}
#output-cart .item .details .name {
  width: calc(60% + 64px);
  display: inline-block;
}
#output-cart .item .details .quantity, #output-cart .item .details .total {
  width: calc(20% - 36px);
  display:inline-block;
  text-align: right;
  font-size: 14px;
}
#output-cart .item .details .total {
  font-weight: 600;
}
#checkout-total .title, #checkout-total .text {
  text-align: right;
  font-size: 14px;
  font-weight: 600;
}
#checkout-total .title {
  width: 85%;
}
#checkout-total .text {
  width: 15%;
}
@media (max-width: 1199px) {
  header .icon-container .icon {
    width: 42px;
    margin-top: 10px;
    background-size: 22px;
  }
  #menu .navbar-nav > li > a {
    padding: 10px 16px 10px 16px;
  }
}
@media (max-width: 991px) {
  .mob-margin-top {
    margin-top: 10px;
  }
  .breadcrumb {
    display: none!important;
  }
  .web-view {
    display: none!important;
  }
  .mob-view {
    display: block!important;
  }
  .mob-col-50 {
    width: 50%!important;
  }
  header .menu-container {
    margin-left: unset;
  } 
  #menu {
    min-height: 40px;
    padding: 0px;
  }
  .mob-menu {
    width: 50px;
    margin-left: 0px;
    padding-top: 4px;
  }
  .mb-2 {
    margin-bottom: 0rem !important;
  }
  .carousel-indicators {
    margin-bottom: 0.5rem;
  }
  .carousel {
    margin-bottom: 12px;
  }
  .heading-long-title {
    font-size: 1rem;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .heading-title {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .heading-product-title {
    font-size: 1rem;
  }
  hr {
    margin: 0.6rem 0;
  }
  .rating {
    font-size: 10px;
    margin-bottom: 6px;
  }
  .rating .fa {
    font-size: 8px;
  }
  .rating h5 {
    margin: 1px 0px 0px 6px;
    font-size: 0.7rem;
  }
  h4, .h4 {
    font-size: 0.8rem;
    margin-bottom: 0.25rem !important;
  }
  .card-view {
    margin-top: 16px;
    font-size: 11px;
  }
  .product-page-wrapper {
    display: block; 
  }
  .product-image {
    position: relative !important;
    width: 100%;
    margin-bottom: 20px;
  }
  .product-content {
    width: 100%;
  }
  .tag {
    padding: 1px 8px;
    margin-right: 2px;
    font-size: 9px;
  }
  footer p {
    text-align: center;
  }
  .form-container {
    padding: 16px;
    width: calc(100% - 20px);
    margin-left: 10px;
  }
  #output-cart .title {
    display: none!important;
  }
  #output-cart .item .details .name {
    width: 100%;
  }
  #output-cart .item .details .quantity {
    width: 150px;
    text-align: left;
    margin-top: 8px;
  }
  #output-cart .item .details .total {
    width: calc(100% - 154px);
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  header {
    padding: 12px 0 12px 0;
  }
  header .icon-container .icon {
    width: 36px;  
    margin-top: 6px;
    background-size: 20px;
  }
  #alert {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    margin-left: 0px;
  }
  .offer-tag {
    font-size: 12px;
  }
  #checkout-total .title {
    width: 75%;
  }
  #checkout-total .text {
    width: 25%;
  }
}
@media (max-width: 575.98px) {
  .col-mob {
    width: 100%;
  }
  header {
    padding: 8px 0 8px 0;
  }
  header .icon-container .icon {
    width: 34px;
  }
  header .icon-container .cart-counter {
    top: 7px;
    right: -1px;
    font-size: 10px;
    padding: 2.6px;
  }
  .img-thumbnail-mini-container {
    padding: 4px;
  }
  .img-thumbnail-mini {
    width: 36px;
  }
  .form-container {
    padding: 12px;
  }
  .form-container .heading-title {
      font-size: 1.3rem;
  }
  .or-separator {
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
   header .logo {
    width:200px;
    max-width:200px;
    margin-top: 2px;
    padding-right: 0;
    padding-left: 4px;
  }
  header .icon-container .icon {
    width: 32px;
  }
  .product-thumb .description {
    padding: 10px 0 10px 0;
    margin-bottom: 36px;
  }
  .description h5 {
    margin-bottom: 0.2rem;
    line-height: 1;
  }
  .price {
    font-size: 12px;
  }
  .price-new {
    font-size: 13px;
  }
  #product-info .price, #product-info .price-new {
    font-size: 19px;
  }
  #related-product .price {
    font-size: 12px !important;
  }
  #related-product .price-new {
    font-size: 13px !important;
  }
  .mb-4 {
    margin-bottom: 1.2rem !important;
  }
  .pagination {
    --bs-pagination-padding-x: 0.475rem;
    --bs-pagination-padding-y: 0.025rem;
    --bs-pagination-font-size: 0.675rem;
  }
  .form-container .heading-title {
      font-size: 1.2rem;
  }
}
@media (max-width: 420px) {
  header .logo {
    display: none!important;
  }
  header .logo-420 {
    display: block!important;
    height: 42px;
    position: relative;
    text-align: center;
    padding: 2px 0 4px 0;
  }
  header .logo-420 img {
    height: 100%;
    width: auto;
    object-fit: contain;
  }
   header .icon-container .icon {
    height: 22px;
    margin-top: 12px;
  }
   .product-thumb .description {
    padding: 10px 0 10px 0;
    margin-bottom: 26px;
  }
  .description h5 {
    font-size: 0.77rem;
  }
  .price {
    font-size: 11px;
  }
  #product-info .price, #product-info .price-new {
    font-size: 15px;
  }
  #related-product .price {
    font-size: 11px !important;
  }
  .product-thumb .button button {
    font-size: 13px;
    line-height: 26px;
  }
  .form-container {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
  }
  .form-container .heading-title {
    font-size: 1.1rem;
    margin-bottom: 16px;
  }
  .or-separator {
    margin: 6px 0;
  }
}
@media (max-width: 380px) {
  #output-cart .item .details .quantity {
    width: 110px;
    text-align: left;
  }
  #output-cart .item .details .quantity .form-control {
    padding: 0.35rem 0.35rem;
  }
  #output-cart .item .details .total {
    width: calc(100% - 114px);
  }
  #checkout-total .title {
    width: 60%;
  }
  #checkout-total .text {
    width: 40%;
  }
}