@import url("./fonts/fonts.css");

body {
  /* font-family: 'Source Sans Pro', sans-serif; */
  /* font-family: "Noto Sans JP", sans-serif; */
  font-family: "TT Norms Pro";
}

/*To overwrite WYSIWIG*/
p span {
  /* font-family: 'Source Sans Pro', sans-serif !important; */
  font-family: "TT Norms Pro", sans-serif;
}

.n-responsive-content p,
.n-responsive-content ul li {
  font-size: 16px;
  line-height: 1.25;
}

/******/
footer {
  background-image: url(https://geometrictheme.neto.com.au/assets/images/waffles.jpg)
  /*{footer-background-image}*/
  ;
  background-size: cover;
  background-position: bottom
  /*{footer-background-position}*/
  ;
}

.footer-overlay {
  background-color: rgba(19, 27, 32, 0.68)
  /*{footer-overlay-color}*/
  ;
}

/***************/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Josefin Sans", serif !important;
  font-weight: 300 !important;
  color: #4e4e4e;
}

body {
  background-color: #ffffff;
}

a {
  color: rgba(73, 83, 90, 1)
  /*{Dark-Neutral-Colour}*/
  ;
}

h1,
.h1 {
  font-size: 34px;
  /*{header-1-font-size}*/
  ;
}

.h1-title {
  font-size: 42px !important;
}

h2,
.h2 {
  font-size: 28px
  /*{header-2-font-size}*/
  ;
}

h3,
.h3 {
  font-size: 24px
  /*{header-3-font-size}*/
  ;
}

h4,
.h4 {
  font-size: 20px
  /*{header-4-font-size}*/
  ;
}

h5,
.h5 {
  font-size: 14px
  /*{header-5-font-size}*/
  ;
}

.breadcrumb>li+li:before {
  color: #cccccc;
}

.breadcrumb>.active,
.breadcrumb a {
  color: rgba(73, 83, 90, 1)
  /*{Dark-Neutral-Colour}*/
  ;
}

.pagination>li>a,
.pagination>li>span {
  color: #70869e
  /*{Tertiary-Site-Colour}*/
  ;
  background-color: #ffffff;
  border-color: #70869e
  /*{Tertiary-Site-Colour}*/
  ;
  border-radius: 50% !important;
  margin: 2px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #ffffff;
  background-color: #70869e
  /*{Tertiary-Site-Colour}*/
  ;
  border-color: #70869e
  /*{Tertiary-Site-Colour}*/
  ;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  color: #ffffff;
  background-color: #70869e
  /*{Tertiary-Site-Colour}*/
  ;
  border-color: #70869e
  /*{Tertiary-Site-Colour}*/
  ;
}

.label-primary {
  background-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
}

.label-success {
  background-color: #72c153
  /*{label-success-bg}*/
  ;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44
  /*{label-success-bg-hover}*/
  ;
}

.label-info {
  background-color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
}

.btn-primary {
  color: #fff;
  background-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  border-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  opacity: 0.9;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  border-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  opacity: 1;
}

.btn-primary:hover {
  color: #fff;
  background-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  border-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  opacity: 1;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  border-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  opacity: 1;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  border-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  opacity: 1;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  border-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
}

.btn-primary .badge {
  color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  border-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  opacity: 0.9;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  border-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  opacity: 1;
}

.btn-success:hover {
  color: #fff;
  background-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  border-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  opacity: 1;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  border-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  opacity: 1;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  border-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  opacity: 1;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  border-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  opacity: 1;
}

.btn-success .badge {
  color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
  border-color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
  opacity: 0.9;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
  border-color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
  opacity: 1;
}

.btn-info:hover {
  color: #fff;
  background-color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
  border-color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
  opacity: 1;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
  border-color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
  opacity: 1;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
  border-color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
  opacity: 1;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
  border-color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
  opacity: 1;
}

.btn-info .badge {
  color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
  background-color: #fff;
}

.save {
  color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
}

.productsave {
  color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
}

.nactivity {
  height: 0;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
}

/********* Atomic CSS Classes ***********/
hr {
  border-color: #000;
}

/******Neutral Colors********/
.white {
  color: #ffffff;
}

.white-hover:hover {
  color: #ffffff;
}

.white-background {
  background-color: #ffffff;
}

.white-background-hover:hover {
  background-color: #ffffff;
}

.neutral-light {
  color: #f9f9f9
  /*{Light-Neutral-Colour}*/
  ;
}

.neutral-light-background {
  background-color: #f9f9f9
  /*{Light-Neutral-Colour}*/
  ;
}

.neutral-light-border {
  border-color: #f9f9f9
  /*{Light-Neutral-Colour}*/
  ;
  border-width: 1px;
  border-style: solid;
}

.neutral-mid {
  color: rgba(222, 222, 222, 1)
  /*{Medium-Neutral-Colour}*/
  ;
}

.neutral-mid-background {
  background-color: rgba(222, 222, 222, 1)
  /*{Medium-Neutral-Colour}*/
  ;
}

.neutral-mid-border {
  border-color: #000;
  /*{Medium-Neutral-Colour}*/
  border-width: 1px;
  border-style: solid;
}

.neutral-dark {
  /*  color: rgba(73, 83, 90, 1) {Dark-Neutral-Colour}*/
  color: #000
  /*{Dark-Neutral-Colour}*/
  ;
}

.neutral-dark-background {
  background-color: rgba(73, 83, 90, 1)
  /*{Dark-Neutral-Colour}*/
  ;
}

.neutral-dark-border {
  border-color: rgba(73, 83, 90, 1)
  /*{Dark-Neutral-Colour}*/
  ;
  border-width: 1px;
  border-style: solid;
}

/******Primary Color*******/
.primary-color {
  color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
}

::selection {
  background: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  color: #ffffff;
}

.primary-color-opacity {
  color: rgba(204, 92, 92, 0.8);
}

.primary-color-hover:hover {
  color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
}

.primary-background {
  background-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
}

.primary-background-opacity {
  background-color: rgba(204, 92, 92, 0.8);
}

.primary-background-opacity-hover:hover {
  background-color: rgba(204, 92, 92, 0.8);
}

.primary-background-hover:hover {
  background-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
}

.primary-border {
  border-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  border-width: 1px;
  border-style: solid;
}

.primary-border-top-bottom {
  border-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  border-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-right-style: none;
  border-left-style: none;
}

/******* Secondary Color*********/
.secondary-color {
  color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
}

.secondary-color-hover:hover {
  color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
}

.secondary-background {
  background-color: #decc0f
  /*{Secondary-Site-Colour}*/
  ;
}

.secondary-background-hover:hover {
  background-color: #f6be00
  /*{Secondary-Site-Colour}*/
  ;
}

.secondary-border {
  border-color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
  border-width: 1px;
  border-style: solid;
}

.secondary-border-top-bottom {
  border-color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
  border-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-right-style: none;
  border-left-style: none;
}

/*******Tertiary Color********/
.tertiary-color {
  color: #70869e
  /*{Tertiary-Site-Colour}*/
  ;
}

.tertiary-color-hover:hover {
  color: #70869e
  /*{Tertiary-Site-Colour}*/
  ;
}

.tertiary-background {
  background-color: #70869e
  /*{Tertiary-Site-Colour}*/
  ;
}

.tertiary-background-hover:hover {
  background-color: #70869e
  /*{Tertiary-Site-Colour}*/
  ;
}

.tertiary-border {
  border-color: #70869e
  /*{Tertiary-Site-Colour}*/
  ;
  border-width: 1px;
  border-style: solid;
}

.tertiary-border-top-bottom {
  border-color: #70869e
  /*{Tertiary-Site-Colour}*/
  ;
  border-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-right-style: none;
  border-left-style: none;
}

/*******Buttons***********************/
.primary-btn-ghost,
.secondary-btn-ghost,
.tertiary-btn-ghost,
.primary-btn-solid,
.secondary-btn-solid,
.tertiary-btn-solid,
.primary-btn-ghost-white,
.secondary-btn-ghost-white,
.tertiary-btn-ghost-white,
.white-btn-ghost .disabled-btn {
  border-width: 1px;
  border-style: solid;
  transition: all 0.3s;
  border-radius: 0px;
  font-size: 18px;
  padding: 10px 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1800px) {

  .thumbnail-btn-wrapper .addtocart,
  .thumbnail-btn-wrapper .thumbnail-moreinfo {
    font-size: 14px;
  }
}

.primary-btn-solid:hover,
.secondary-btn-solid:hover,
.tertiary-btn-solid:hover {
  color: #ffffff;
}

.white-btn-ghost {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}

.primary-btn-ghost {
  border-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  background-color: transparent;
}

.primary-btn-ghost-white {
  border-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  background-color: #ffffff;
}

.primary-btn-solid,
.primary-btn-ghost:hover,
.primary-btn-ghost-white:hover {
  border-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  color: #ffffff;
  background-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
}

.secondary-btn-ghost {
  border-color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
  color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
  background-color: transparent;
}

.secondary-btn-ghost-white {
  border-color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
  color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
  background-color: #ffffff;
}

.secondary-btn-solid,
.secondary-btn-ghost:hover,
.secondary-btn-ghost-white:hover,
.white-btn-ghost:hover {
  border-color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
  color: #ffffff !important;
  background-color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
}

.tertiary-btn-ghost {
  border-color: #70869e
  /*{Tertiary-Site-Colour}*/
  ;
  color: #70869e
  /*{Tertiary-Site-Colour}*/
  ;
  background-color: transparent;
}

.tertiary-btn-ghost:hover {
  border-color: #70869e
  /*{Tertiary-Site-Colour}*/
  ;
  color: #ffffff;
  background-color: #70869e
  /*{Tertiary-Site-Colour}*/
  ;
}

.tertiary-btn-ghost-white {
  border-color: #000
  /*{Tertiary-Site-Colour}*/
  ;
  color: #000
  /*{Tertiary-Site-Colour}*/
  ;
  background-color: #ffffff;
}

.tertiary-btn-ghost-white:hover {
  border-color: #000
  /*{Tertiary-Site-Colour}*/
  ;
  color: #ffffff;
  background-color: #000
  /*{Tertiary-Site-Colour}*/
  ;
}

.tertiary-btn-ghost-white span:hover {
  border-color: #000
  /*{Tertiary-Site-Colour}*/
  ;
  color: #ffffff;
  background-color: #000
  /*{Tertiary-Site-Colour}*/
  ;
}

.tertiary-btn-solid {
  /*  border-color: #70869e {Tertiary-Site-Colour};
color: #ffffff;
background-color: #70869e {Tertiary-Site-Colour}*/
  border-color: #000000;
  color: #000000;
  background-color: #ffffff
  /*{Tertiary-Site-Colour}*/
  ;
}

.disabled-btn {
  border: #f9f9f9
  /*{Light-Neutral-Colour}*/
  ;
  color: rgba(73, 83, 90, 1)
  /*{Dark-Neutral-Colour}*/
  ;
  background-color: #f9f9f9
  /*{Light-Neutral-Colour}*/
  ;
}

/*********Utility Classes*************/
.no-padding {
  padding: 0;
}

.no-margins {
  margin: 0;
}

.no-outline {
  outline: none;
}

.uppercase {
  text-transform: uppercase;
}

.hover-pointer:hover {
  cursor: pointer;
}

.underline {
  text-decoration: underline;
}

.hr-spacer {
  margin: 80px 0;
}

.display-block {
  display: block;
  opacity: 1;
}

.display-none {
  display: none;
}

/* This is an old-school equivilant to flexbox justify-content: center. Make sure the parent container is position: relative. NOTE: If the contents are dynamic you should use the table method below */
.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

/* Make sure the parent has display: table. This is useful for when the contents are dynamic. e.g. wysiwig / content zones, etc */
.center-table {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

@media only screen and (max-width: 992px) {
  .center-table-sm-down {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}

.transparent-btn {
  background: transparent;
  border-color: transparent;
}

/*********Header Styles*************/
.top-menu-link a:hover,
.top-links a:hover {
  color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
}

.top-bar .top-menu-link:after {
  color: rgba(73, 83, 90, 1)
  /*{Dark-Neutral-Colour}*/
  ;
}

/**********Non Atomic**********/
#neto-dropdown .right .title i {
  color: rgba(73, 83, 90, 1)
  /*{Dark-Neutral-Colour}*/
  ;
}

#neto-dropdown {
  color: rgba(73, 83, 90, 1)
  /*{Dark-Neutral-Colour}*/
  ;
}

.right .price {
  color: rgba(73, 83, 90, 1)
  /*{Dark-Neutral-Colour}*/
  ;
}

@media only screen and (max-width: 992px) {
  .panel-heading-thumbnails.sidebar {
    background-color: #cc5c5c
    /*{Primary-Site-Colour}*/
    ;
  }
}

.thumbnail-price {
  font-weight: 200 !important;
}

.search-bar .header-ajax-search::-webkit-input-placeholder {
  color: transparent;
  outline: none;
  text-align: center;
  color: rgba(73, 83, 90, 1)
  /*{Dark-Neutral-Colour}*/
  ;
}

.home-ad-overlay {
  background: linear-gradient(90deg,
      rgb(0 0 0 / 43%) 0%,
      rgba(0, 0, 0, 0) 100%);
}

#loader {
  border: 16px solid #f3f3f3;
  border-top-style: solid;
  border-top-width: 16px;
  border-top-color: #70869e
  /*{Tertiary-Site-Colour}*/
  ;
}

.product-image-slider .slick-prev:before,
.product-image-slider .slick-next:before {
  color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
}

.primary-btn-ghost i {
  color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
}

.primary-btn-ghost:hover i {
  color: #ffffff;
}

.pagination-strikethrough.primary {
  border-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
}

.pagination-strikethrough.secondary {
  border-color: #82bae2
  /*{Secondary-Site-Colour}*/
  ;
}

.pagination-strikethrough.tertiary {
  border-color: #000
  /*{Tertiary-Site-Colour}*/
  ;
}

.n-responsive-content a {
  color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
}

footer h4 {
  font-size: 20px;
  color: #ffffff
  /*{Footer-Heading-Colour}*/
  ;
}

footer li a {
  color: #ffffff
  /*{Footer-Menu-Item-Colour}*/
  ;
  font-size: 15px;
}

.n-responsive-content a:hover {
  text-decoration: underline;
}

#wishform .fa-trash-o:hover {
  color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
}

.blog-thumb-text-wrapper {
  padding: 15px;
  border-top-style: solid;
  border-top-width: 5px;
  border-top-color: #70869e
  /*{Tertiary-Site-Colour}*/
  ;
}

.container.wide-container.wrapper-header {
  min-width: 100%;
  background: #000;
}

.container.wide-container.wrapper-header .top-row {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 75%;
  margin: 15px auto;
}

.container.wide-container.wrapper-header .header-ajax-search {
  height: 55px;
  background: transparent;
  font-weight: 700;
  font-size: 16px;
}

.container.wide-container.wrapper-header .neutral-mid-border {
  padding-top: 0;
  padding-bottom: 0;
  background: #000;
}

.container.wide-container.wrapper-header .header-ajax-search::placeholder {
  color: #000;
}

.container.wide-container.wrapper-header .neutral-dark {
  color: #fff !important;
}

.container.wide-container.wrapper-header .primary-border {
  border-color: #ffab00;
  color: #ffab00;
  width: 59px;
  height: 59px;
}

.container.wide-container.wrapper-header .primary-background {
  background: #ffab00;
}

.container.wide-container.wrapper-header .primary-border:hover {
  background: #ffab00;
  color: #fff;
}

footer.neutral-dark-background {
  background: #000;
}

.ribbon-heading-center,
.category-label {
  border-color: #000;
  color: #000;
}

.secondary-btn-ghost-white,
.secondary-btn-ghost {
  border-color: #000;
  color: #000;
}

.secondary-btn-ghost-white:hover,
.secondary-btn-ghost:hover {
  background: #000;
  color: #ccc;
}

.home-main-col-h {
  padding: 30px 8px;
}

.home-main-col-h .col-sm-12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-main-col-h .tbh-box {
  width: 33%;
  padding: 5px;
}

.home-main-col-h .tbh-box img {
  max-width: 100%;
  width: 100%;
}

.home-main-col-h .tbh-box h2 {
  margin-bottom: 0;
  padding: 15px;
  background: #000;
  font-size: 28px;
  font-weight: 700 !important;
  color: #fff;
  text-align: center;
}

@media (max-width: 1199px) {
  .home-main-col-h .tbh-box h2 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .home-main-col-h .tbh-box {
    width: 50%;
  }

  .home-main-col-h {
    justify-content: center;
  }
}

.addtocart {
  background: #000;
  border-color: #000;
  color: #fff;
}

.addtocart:hover {
  background: #666;
  border-color: #666;
}

.sticky-nav-wrapper .navbar {
  background: #dcd3d2;
}

.footer-newsletter {
  background: #dcd3d2;
}

.footer-newsletter *:not(input.newsletter-btn) {
  color: #000 !important;
}

.fa-shopping-cart:before {
  color: #dcd3d2;
}

.container.wide-container.wrapper-header .primary-background {
  background: white;
}

.container.wide-container.wrapper-header .primary-border {
  border-color: #dcd3d2;
  color: #dcd3d2;
}

.slick-track {
  /* width: 100% !important; */
}

.slick-initialized .slick-slide {
  /* display: block !important; */
  /* width: 1110px !important; */
}

.slick-slide.slick-current.slick-center {
  width: fit-content !important;
  margin: 0px 30px 0px 30px !important;
}

.featured-brands img {
  width: 190px !important;
}

.featured-brands-h>div {
  /* width: 25%; */
}

.featured-brands-h {
  display: flex;
  justify-content: center;
  padding: 10px 10px 10px;
}

.featured-brands-h img {
  max-width: 100%;
}

.featured-brands-h div {
  /* margin: 4px !important; */
  /* padding: 5px !important; */
  outline: 1px solid black;
}

.featured-brands-h div a img {
  padding: 5px;
  background-color: white;
}

.col-xs-6.col-sm-4.search-bar-col.hidden-xs {
  height: 100px !important;
}

@media only screen and (min-width: 767px) {

  /*  */
  /* div#category-content .product-details-wrapper .thumbnail-btn-wrapper form.form-inline.buying-options {
position: absolute;
bottom: 20px;
left: 0;
right: 0;
margin: 0 auto;
}
div#category-content .product-details-wrapper {
padding-bottom: 60px;
} */
  /*  */
  .search-bar-col,
  .selling-points,
  .account-cart-col,
  .wrapper-logo {
    height: 110px !important;
  }
}

.col-xs-6.col-sm-4.wrapper-logo.text-center {
  height: 100px !important;
}

.col-xs-6.col-sm-4.account-cart-col {
  height: 100px !important;
}

@media only screen and (min-width: 767px) {

  .top-row,
  .wrapper-logo {
    height: 110px !important;
  }
}

.homepage-content-right img {
  max-width: 500px !important;
  margin: 80px 0px 80px 0px;
}

.category-label {
  position: static;
  margin-top: 10px;
}

@media only screen and (min-width: 992px) {
  .category-label {
    position: static;
  }
}

@media only screen and (min-width: 767px) {

  .homepage-content-left,
  .homepage-content-right {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.why-choose-section {
  background-color: #efeae9;
  margin-top: 75px;
}

p.category-label.tertiary-border.tertiary-color.white-background {
  color: white;
  background-color: black;
}

.homepage-categories .category-wrapper {
  background-color: black;
}

.category-geometric {
  padding: 0px !important;
}

.container.wide-container {
  color: black !important;
}

ul#filters li h4,
a,
a span {
  color: black !important;
}

.thumbnail-moreinfo:hover {
  color: white !important;
}

.breadcrumb>li a {
  color: black;
}

.tertiary-btn-solid:hover {
  border-color: #000000 !important;
  color: #fff !important;
  background-color: #000 !important;
}

.pagination-next:hover *,
.pagination-next span:hover,
.pagination-prev:hover *,
.pagination-prev span:hover {
  color: #fff !important;
  background: transparent;
}

#business-years {
  color: #fff;
  margin-top: 80px;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.menu-position-relative {
  position: relative;
}

.tbh-box,
.brand-logo {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Motion effect */
}

.tbh-box:hover,
.brand-logo:hover {
  transform: scale(1.1);
  /* Zoom effect on hover */
  z-index: 9999;
}

.brand-logo:hover {
  background: white;
}

ul.nav.nav-pills.nav-stacked li a {
  color: white !important;
}

span.btn-account-label.neutral-dark.hidden-xs {
  color: white;
}

.header-pno {
  color: white;
}

.header-pno {
  margin: 14px 30px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: xx-large;
  font-weight: 600;
}

.center-absolute.text-right {
  display: flex;
  align-content: center;
  justify-content: end;
}

#name_search::placeholder {
  /* color: white; */
}

.slick-track {
  /* transform: none !important; */
}

button.slick-prev.slick-arrow {
  /* display: none !important; */
}

button.slick-next.slick-arrow {
  /* display: none !important; */
}

.product-details-wrapper .thumbnail-moreinfo {
  background: #000;
  color: #fff !important;
}

.product-details-wrapper .addtocart {
  background: #ffc514;
  border: 1px solid #ffc514;
  color: #000;
}

.search-bar {
  border: 2px solid white !important;
}

.product-details-wrapper .addtocart:hover {
  background: #ff9f14;
  border: 1px solid #ff9f14;
}

.product-image-wrapper img {
  max-width: 300px;
  margin: 15px auto 0;
}

.home-popular-cat-h {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.home-popular-cat-h>.tbh-box-h {
  width: 33%;
  text-align: center;
  padding: 10px;
}

.home-popular-cat-h>.tbh-box-h h2 {
  padding: 15px;
  background: #000;
  font-size: 20px;
  color: #fff;
  font-weight: 400 !important;
  margin-bottom: 0;
}

.home-popular-cat-h>.tbh-box-h img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 991px) {
  .home-popular-cat-h>.tbh-box-h {
    width: 50%;
  }

  .home-popular-cat-h>.tbh-box-h h2 {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .home-popular-cat-h>.tbh-box-h {
    width: 100%;
  }
}

.top-btn-cart .item-counter {
  background: #ffc514;
}

.product-details-wrapper .thumbnail-moreinfo:hover {
  background: #fff;
  color: #000 !important;
  border: 1px solid #000;
}

.category-heading-wrapper {
  /*margin-top: 115px;*/
}

.home-popular-cat-h>.tbh-box-h {
  overflow: hidden !important;
  transition: 0.3s ease-in-out;
}

.home-popular-cat-h>.tbh-box-h:hover {
  transform: scale(1.1);
}

.menu-container .dropdown:hover>.dropdown-menu {
  background: #eee;
  border: 4px solid #eee;
}

.menu-container .dropdown>.dropdown-menu li {
  padding-left: 10px;
}

.menu-container .dropdown>.dropdown-menu li:hover {
  background: #eee;
}

.menu-container .dropdown:hover>.dropdown-menu {
  padding: 10px;
}

.homepage-categories {
  margin-bottom: 30px;
}

.category-template {
  width: 100%;
}

.thumbnail-btn-wrapper>form.buying-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.thumbnail-btn-wrapper {
  height: 100%;
}

button.addtocart.btn.primary-btn-solid.thumbnail-addtocart.btn-loads {
  width: 140px;
  padding: 0px !important;
}

.product-details-wrapper .thumbnail-moreinfo {
  padding: 10px;
}

.container.wide-container.wrapper-header .top-row {
  max-width: 100%;
}

.container.wide-container.wrapper-header .top-row .search-bar-col {
  padding-left: 0 !important;
}

.search-bar-col form {
  width: 100%;
}

.tbh-box:hover,
.brand-logo:hover {
  z-index: 9 !important;
}

/* All Category page */
body#n_content .categories-wrapper .container {
  max-width: 1390px;
  width: 100%;
  /* padding: 0;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
row-gap: 30px;
margin-bottom: 45px; */
}

body#n_content .categories-wrapper.all-categories .container {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  row-gap: 30px;
  margin-bottom: 45px;
}

body#n_content .categories-wrapper .container::before {
  display: none;
}

body#n_content .categories-wrapper .container .subcategory-tile {
  width: 100%;
}

.subcategory-tile img {
  /* height: 340px;
  object-fit: contain;
  padding: 10px;
  max-height: max-content;
  width: 100%; */
  height: 250px !important;
  width: 250px !important;
  object-fit: none !important;
}

.subcategory-tile>a {
  border: 1px solid #e2eced;
  display: block;
  text-align: center;
}

.subcategory-tile h3.subcategory-name {
  margin-top: 6px;
  color: #444243;
  font-weight: 500 !important;
  text-align: start;
  font-size: 19px;
  font-family: "TT Norms Pro" !important;
  margin-bottom: 0;
}

.subcategory-tile>a:hover {
  border-color: #a01c25;
}

.products-page-header .products-heading-wrapper h1 {
  font-weight: 600 !important;
  font-family: "TT Norms Pro" !important;
  color: #590811;
  font-size: 34px;
  margin: 0;
}

/* All Category page */
/* Category inner page */
.container.wide-container:has(h4.white) .category-heading h1 {
  text-align: center !important;
}

.container.wide-container:has(h4.white) .category-heading {
  width: 100%;
}

.container.wide-container:has(h4.white) .subcategory-items {
  display: none;
}


section.category-header .category-heading h1 {
  font-weight: 600 !important;
  font-family: "TT Norms Pro" !important;
  font-size: 34px;
  padding-bottom: 0;
  color: #590811;
}

section.category-header .category-heading p {
  padding-left: 25px !important;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  padding-top: 25px;
  color: #000;
}

#n_category .container.wide-container {
  max-width: 1390px;
  margin: 0 auto;
  width: 100%;
  overflow: unset;
  min-height: 100%;
}

#n_category .container.wide-container::after {
  display: none;
}

.product-grid-container:after {
  display: none;
}

#category-content section.row:after {
  display: none;
}

.container.wide-container .row {
  margin: 0 auto;
  padding-bottom: 50px;
}

#n_category .container.wide-container {
  padding: 0;
}

.container.wide-container .row ul.breadcrumb {
  text-align: left;
}

.container.wide-container .row ul.breadcrumb li a span {
  font-size: 16px;
  font-weight: 500;
  color: #590811 !important;
  text-transform: capitalize;
}

.container.wide-container .row ul.breadcrumb li::before {
  color: #590811;
}

.container.wide-container .form-group {
  display: flex;
  align-items: center;
  margin: 0;
}

.container.wide-container .form-group label.sort-title.neutral-dark {
  white-space: nowrap;
}

select.nice.wide.category-sort {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 40px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  font-size: 16px;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 20 20' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 7L10 12L14.5 7H5.5Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  cursor: pointer;
  text-align: left;
}

.container.wide-container .row .text-center:has(.breadcrumb) {
  padding: 0;
}

.subcategory-img-wrapper {
  border-radius: 10px;
  border-color: #e2eced;
  transition: all 0.3s ease-in-out;
}

.subcategory-img-wrapper:hover {
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.subcategory-items {
  padding-bottom: 0;
  padding-top: 0;
}

.container.wide-container.category-heading-wrapper {
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.subcategory-items {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding-right: 30px !important;
}

.subcategory-img-wrapper {
  width: 100%;
  object-fit: cover;
  background-color: white !important;
}

section.products-page-header {
  padding: 35px 0;
  /* background-color: #faf2f2 !important; */
  background-color: #FAF9F5 !important;
}

div#myCarouselBusiness .carousel-indicators li:nth-child(-n+3) {
  display: none !important;
}

button#sidebarToggle {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
}

button#sidebarToggle:before {
  position: relative;
  left: -13px;
}

.form-group .select-box {
  display: flex;
  align-items: anchor-center;
  gap: 32px;
}

/* GRID VIEW */
.product-grid-container.grid-view .product-item {
  width: 20%;
  float: left;
}

/* LIST VIEW */
.product-grid-container.list-view .product-item {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.product-grid-container.list-view .product-image-wrapper {
  width: 30%;
}

.product-grid-container.list-view .product-details-wrapper {
  width: 70%;
  text-align: left !important;
}

/* Force full width in list view */
.product-grid-container.list-view .product-item {
  width: 100% !important;
  max-width: 100% !important;
}

/* Remove bootstrap column spacing */
.product-grid-container.list-view .product-item[class*="col-"] {
  float: none !important;
  display: flex !important;
  flex-wrap: nowrap !important;
}

.product-grid-container.list-view .product-list {
  width: 100% !important;
}

/* Product grid */
#category-content .row:has(.grid-view) {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

#category-content.col-md-9 section.row {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

#category-content .row:has(.grid-view)::before {
  display: none;
}

.grid-view .product-list.thumbnail-width {
  width: 100%;
  padding: 0;
  transform: none;
  transform-style: unset;
}

.grid-view .product-list .product-image-wrapper img {
  height: 270px;
  object-fit: contain;
  max-height: max-content;
  width: 100%;
  margin: 0;
  display: block;
  max-width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px;
}

.grid-view .thumbnail-width .product:hover {
  border-color: transparent;
  transform: none;
}

.grid-view .thumbnail-width .product,
.list-view .thumbnail-width .product {
  border-color: #e2eced;
  margin-bottom: 0 !important;
}

.grid-view .thumbnail-width .product:hover,
.list-view .thumbnail-width .product:hover {
  border-color: #590811;
}

p.product-title {
  font-weight: 500 !important;
  font-size: 20px;
  font-family: "TT Norms Pro" !important;
  margin: 0;
  text-transform: capitalize;
  height: 60px;
}

div#category-content {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.product-details-wrapper {
  padding: 10px;
}

.grid-view .product-list .thumbnail-btn-wrapper {
  margin-bottom: 0;
}

.grid-view .product-list a.btn.secondary-btn-ghost.thumbnail-moreinfo {
  margin: 0;
}

.product-list .thumbnail-btn-wrapper button.addtocart {
  background-color: #A01C25;
  color: #ffffff !important;
  font-weight: 500;
  border: none;
  padding: 14px 40px !important;
  border-radius: 30px;
  transition: 0.3s;
  font-size: 17px;
  display: inline-block;
  margin: 0px !important;
  line-height: 40px !important;
}

.product-list a.btn.secondary-btn-ghost.thumbnail-moreinfo {
  margin-top: 0 !important;
  background-color: #A01C25;
  color: #ffffff !important;
  font-weight: 500;
  border: none;
  padding: 9px 20px !important;
  border-radius: 30px;
  transition: 0.3s;
  font-size: 17px;
  line-height: normal;
}

.product-list a.notify_popup.btn.disabled-btn {
  background-color: #A01C25;
  color: #ffffff !important;
  font-weight: 500;
  border: none;
  padding: 9px 25px !important;
  border-radius: 30px;
  transition: 0.3s;
  font-size: 17px;
  line-height: normal;
  margin: 0 !important;
  width: auto;
  min-width: 18%;
}

.product-list a.notify_popup.btn.disabled-btn:hover,
.product-list a.btn.secondary-btn-ghost.thumbnail-moreinfo:hover,
.product-list .thumbnail-btn-wrapper button.addtocart:hover {
  background-color: #eacccc !important;
  color: #A01C25 !important;
}

#category-content section.row:has(.list-view) {
  grid-template-columns: repeat(1, 1fr) !important;
  display: grid;
  gap: 30px;
}

#category-content section.row:has(.list-view)::before {
  display: none;
}

body#n_category section.category-header {
  /* background-color: #faf2f2 !important; */
  background-color: #FAF9F5 !important;
  padding: 35px 0;
}

section.category-header p.sub-tiles {
  color: #000;
}

.menu_header h2 a span {
  color: #590811 !important;
}

#category-content .thumbnail-width .product {
  margin-bottom: 0 !important;
}

div#category-content .product-list-wrapper {
  margin-bottom: 0;
}

.menu_section.active-category .menu-container .menu-row {
  display: block !important;
}

.menu_section:has(li a[href="https://staging-barware.mymaropost.com/all-category-business"]:hover) .menu-container .menu-row {
  display: block !important;
}

.menu-container .menu-row:hover {
  display: block;
}

.collapse.in {
  display: none;
}

.product a.btn.secondary-btn-ghost.thumbnail-addtocart.btn-loads {
  margin: 0;
  border-color: #eacccc;
  color: #781b1b !important;
  font-weight: 500;
  padding: 9px 40px !important;
  border-radius: 30px;
  transition: 0.3s;
  font-size: 17px;
}

.product a.btn.secondary-btn-ghost.thumbnail-addtocart.btn-loads:hover {
  background-color: #eacccc;
}

div#results-wrapper .nice-select.nice.wide.category-sort {
  margin-left: 0;
  margin-bottom: 0;
  width: 12%;
}

div#results-wrapper .nice-select .option {
  min-height: auto;
  line-height: 32px;
}

/* Product grid */
/* Side Bar design */
.filter-wrapper {
  position: relative;
}

/* Mobile Toggle Button */
.filter-toggle-btn {
  display: none;
  padding: 10px 15px;
  background: #000;
  border-radius: 6px;
  border: none;
  margin-bottom: 15px;
  background-color: #eacccc;
  color: #781b1b !important;
  font-weight: 500;
  transition: 0.3s;
  font-size: 17px;
  line-height: normal;
}

/* Accordion Wrapper */
.filter-accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion-item {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  background: #faf9f5;
}

.accordion-header {
  width: 100%;
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  text-align: left;
  margin-bottom: 0;
}

.accordion-body {
  display: none;
  padding: 0 15px;
  margin-bottom: 0;
}

.accordion-body li {
  margin-bottom: 8px;
}

.accordion-body a {
  color: #333;
  text-decoration: none;
}

.filter-remove {
  color: red;
  font-weight: bold;
}

/* Clear All Button */
.clear-all {
  display: block;
  text-align: center;
  padding: 10px;
  background: #eaeaea;
  margin-top: 20px;
  border-radius: 8px;
}

.drawer-header {
  display: none;
}

div#left-sidebar {
  padding-left: 10px;
  margin-top: 0;
  display: block;
}

#left-sidebar h4.accordion-header {
  font-size: 17px;
  font-weight: 500 !important;
  color: #590811 !important;
  font-family: "TT Norms Pro" !important;
  background-color: #faf9f5;
  padding: 15px 20px;
  margin-bottom: 0px;
  position: relative;
  padding-right: 40px !important;
}

#left-sidebar h4#\#filter-price::before {
  display: none;
}

#left-sidebar h4.accordion-header:before {
  content: "\f078";
  position: absolute;
  font-family: "FontAwesome";
  right: 16px;
  top: 17px;
  font-size: 16px;
}

#left-sidebar ul#filters li.filter {
  margin-left: 0;
}

#left-sidebar ul#filters {
  padding-left: 0;
  margin-top: 0;
}

/* #results-wrapper div#category-content {
padding-top: 50px;
} */
body#n_category:has(.search-results-header) div#results-wrapper {
  padding-bottom: 50px;
}

div#results-wrapper .row.sort_containcol-xs-12.text-center {
  padding-bottom: 0;
}

body#n_category:has(.search-results-header) div#category-content {
  padding-left: 0;
  padding-right: 0;
}

.list-view .product-image-wrapper img {
  max-width: 100%;
  margin: 0;
  height: 250px;
  object-fit: contain;
  padding: 10px;
}

.list-view p.product-title {
  text-align: left;
  height: auto;
  padding-bottom: 20px;
  font-size: 28px;
}

#left-sidebar ul#filters .accordion-item label.list-group-item {
  background-color: transparent;
  border: none;
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: pointer;
  display: flex;
  align-items: anchor-center;
}

.product-list-wrapper:hover {
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
  /* transform: translateY(-5px); */
  border-color: #590811;
}

.product-list-wrapper {
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  position: relative;
  display: table;
  border: 1px solid #e2eced;
}

.product.neutral-mid-border {
  background: none;
  border: none;
  box-shadow: none;
}

#left-sidebar ul#filters .accordion-item input.filter-checkbox {
  margin-right: 5px;
  accent-color: #a01c25;
  width: 17px;
  height: 17px;
  margin-top: 0;
}

.accordion-item ul#filter-price {
  display: block !important;
  height: 100%;
}

#left-sidebar h4.accordion-header[data-target="#filter-price"]::before {
  display: none;
}

.list-view h3.text-center.thumbnail-price {
  padding-top: 10px;
}

.list-view .thumbnail-btn-wrapper>form.buying-options {
  justify-content: flex-start;
}

.product .thumbnail-btn-wrapper>form.buying-options {
  flex-wrap: nowrap;
}

div#stay_inspired-personal h2 img.ellipse-word.AND {
  width: 85px;
  margin: 0 -6px;
}

div#category-content .product-details-wrapper .thumbnail-btn-wrapper button.addtocart.thumbnail-addtocart {
  width: fit-content;
  line-height: normal !important;
  height: fit-content;
  padding: 9px 20px !important;
}

.product-grid-container.list-view .product-details-wrapper .thumbnail-price {
  text-align: left !important;
  color: #000;
  font-weight: 700 !important;
}

.product-grid-container.grid-view .product-details-wrapper .thumbnail-price {
  color: #000;
  font-weight: 700 !important;
  font-size: 24px;
  font-family: "TT Norms Pro" !important;
}

.list-view .product-list a.btn.secondary-btn-ghost.thumbnail-moreinfo,
.list-view button.addtocart {
  min-width: 18%;
}

#left-sidebar a.list-group-item {
  background: none;
  border: none;
  padding-bottom: 5px;
  padding-top: 0;
  font-weight: 500;
}

#left-sidebar i.filter {
  margin-bottom: 0;
}

#left-sidebar li.accordion-item.active h4.accordion-header:before {
  transform: rotate(180deg);
}

div#left-sidebar li.list-group-item {
  background: none;
  border: 0;
}

div#left-sidebar .ui-slider-horizontal .ui-slider-handle {
  background: #a01c25 !important;
  cursor: pointer;
}

#left-sidebar h4#filter-price::before {
  display: none;
}

div#left-sidebar .ui-widget-header {
  background: #eacccc !important;
}

div#left-sidebar p#price-range-text {
  margin-top: 7px;
}

section.search-results-header>.row {
  background-color: #faf9f5;
  padding-top: 35px;
  padding-bottom: 35px;
}

section.search-results-header>.row h1.text-center.uppercase.white {
  color: #590811;
  font-weight: 600 !important;
  font-family: "TT Norms Pro" !important;
  margin-top: 0;
  text-transform: capitalize;
}

.search-results-summary {
  color: #590811;
  padding-bottom: 0;
}

div#left-sidebar form#pricesearch button,
.accordion-item form#pricesearch a {
  background-color: #A01C25;
  color: #ffffff !important;
  padding: 4px 15px;
  border: 0;
  border-radius: 5px;
  font-weight: 500;
}

div#left-sidebar form#pricesearch button:hover,
.accordion-item form#pricesearch a:hover {
  background-color: #eacccc;
  color: #A01C25 !important;
}

div#left-sidebar form#pricesearch a {
  margin-left: 10px;
}

#n_category .container.wide-container:has(div#category-content.col-sm-12) div#left-sidebar ul#filters {
  opacity: 0;
}

div#left-sidebar a.clear-all {
  background-color: #A01C25;
  color: #ffffff !important;
  font-weight: 500;
  padding: 10px 40px !important;
  border-radius: 30px;
  transition: 0.3s;
  font-size: 17px;
  margin: 0 !important;
}

.drawer-header h3 {
  font-size: 24px;
  font-weight: 500 !important;
  color: #590811 !important;
  font-family: "TT Norms Pro" !important;
  padding-bottom: 0;
  margin-bottom: 0;
}

.drawer-header {
  padding-bottom: 20px;
}

.drawer-close svg {
  width: 34px;
  height: 34px;
  fill: #590811;
}

div#left-sidebar .drawer-close {
  top: 0;
}

/* .menu-container .menu-row {
max-height: 0;
opacity: 0;
visibility: hidden;
overflow: hidden;
transition: max-height .4s ease, opacity .3s ease;
}
.menu-container .menu-row.show {
max-height: 100%;
opacity: 1;
visibility: visible;
} */
.menu_section:has(li a[href="https://staging-barware.mymaropost.com/all-categories"]:hover) .menu-container .menu-row,
.menu_section:has(li a[href="https://staging-barware.mymaropost.com/all-categories-business"]:hover) .menu-container .menu-row {
  display: block;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-top: 4px solid #f37676;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin: 0 auto;
  top: 25rem;
  position: relative;
  opacity: 0;
}

.loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-left: 4px solid #590811;
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
  margin: 0 auto;
}

.loader-sec {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9;
  background-color: #ffffffcf;
  align-items: baseline;
  justify-content: center;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.loading .loader-sec {
  opacity: 1;
  visibility: visible;
  display: flex;
}

.loading .loader {
  opacity: 1;
  display: block;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Side Bar design */
/* Category inner page */
/* Product detail page  */

body#n_content section.category-header {
  padding: 35px 0 !important;
  background-color: #FAF9F5 !important;
}

body#n_content section.category-header .container.wide-container.category-heading-wrapper {
  padding-top: 0;
  min-height: 100%;
}

.product-info-section .buying-options-btn-wrapper .neutral-mid-border {
  margin-top: 0 !important;
  background-color: #A01C25;
  color: #ffffff !important;
  font-weight: 500;
  border: none;
  transition: 0.3s;
  font-size: 17px;
  padding: 12px 20px;
  width: fit-content;
  border-radius: 30px;
}

.product-info-section .buying-options-btn-wrapper .neutral-mid-border:hover {
  background-color: #eacccc;
  color: #A01C25 !important;
}

.product-image-area {
  margin-bottom: 20px;
}

.container.wide-container:has(.product-img-container) {
  max-width: 1390px;
  margin: 0 auto;
  width: 100%;
  overflow: unset;
  padding-left: 10px;
  padding-right: 10px;
}

.product-img-container {
  padding: 0;
}

.product-img-container .product-image {
  padding-left: 0;
}

.product-img-container .product-image img.img-responsive.zoomable__img {
  height: 450px;
  object-fit: contain;
  padding: 10px;
}

.product-img-container .swiper-slide:has(.zoomable) a.zoomable {
  border: 1px solid #5908114f;
}

.product-img-container .swiper-slide.swiper-slide:has(.product-thumb) {
  width: 100px !important;
  opacity: 0.6;
  border: 1px solid #590811b0;
  padding: 5px;
}

.product-img-container .swiper-slide:has(.zoomable) {
  width: 100% !important;
}

.product-img-container .product-image-area .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.product-image-area .swiper-button-prev,
.product-image-area .swiper-button-next {
  color: #590811c2;
}

.product-image-area .swiper-button-prev:after,
.product-image-area .swiper-button-next:after {
  font-size: 30px;
}

.product-info-section .wrapper-product-title h1 {
  font-size: 34px;
  font-weight: 600 !important;
  font-family: "TT Norms Pro" !important;
  padding-bottom: 20px;
  color: #590811;
  text-align: left;
  margin-bottom: 0;
}

.product-info-section .wrapper-product-title h3.text-muted {
  text-align: left;
  font-family: "TT Norms Pro" !important;
  color: #000;
  font-weight: 400 !important;
  font-size: 24px;
}

.product-info-section .add-to-cart-wrapper .extra-options table {
  margin-top: 25px;
  margin-bottom: 0;
  border-color: #5908114f;
}

.product-info-section .add-to-cart-wrapper .extra-options table th {
  border: none;
  padding: 8px 15px;
  background-color: #FAF9F5;
  border-color: #5908114f;
  font-family: "TT Norms Pro" !important;
  font-size: 17px;
  font-weight: 600 !important;
  color: #781b1b !important;
}

.product-info-section .add-to-cart-wrapper .extra-options table tbody td {
  border-color: #5908114f;
  padding: 5px 15px;
}

.product-info-section .wrapper-product-title p {
  text-align: left !important;
  color: #000;
  font-weight: 500 !important;
  font-size: 16px;
}

.product-info-section .row.btn-stack {
  display: block;
}

.product-info-section .add-to-cart-wrapper .row {
  padding-bottom: 0 !important;
}

.product-info-section h2.productprice.productpricetext {
  font-size: 28px;
  font-weight: 600 !important;
  padding-bottom: 0;
  color: #590811;
  text-align: left;
  font-family: "TT Norms Pro" !important;
  margin-bottom: 15px;
}

.product-info-section .addtocart {
  margin-top: 0 !important;
  background-color: #A01C25;
  color: #ffffff !important;
  font-weight: 500;
  border: none;
  transition: 0.3s;
  font-size: 17px;
  padding: 12px 20px;
  border-radius: 30px;
}

.product-info-section .addtocart:hover {
  background-color: #eacccc;
  color: #A01C25 !important;
}

.product-info-section .addtocart:hover i.fa.fa-shopping-cart.icon-white:before {
  color: #A01C25 !important;
}

.product-info-section .addtocart i.fa.fa-shopping-cart.icon-white:before {
  color: #fff !important;
  padding-right: 10px;
  font-size: 18px;
}

ul.breadcrumb li a span {
  font-size: 16px;
  font-weight: 500;
  color: #590811 !important;
  text-transform: capitalize;
}

ul.breadcrumb li::before {
  color: #590811;
}

.product-info-section .addtocart:focus {
  outline: none;
}

.product-info-section .addtocart:active {
  box-shadow: none;
}

h3.more-category {
  color: #590811;
  font-size: 32px;
  letter-spacing: 0;
  font-weight: 600 !important;
  font-family: "TT Norms Pro" !important;
}

.row.grid {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.row.grid::before,
.row.grid::after {
  display: none;
}

.row.grid .product-list-wrapper {
  margin-bottom: 0;
}

.container.wide-container.full-width-section {
  max-width: 1390px;
  margin: 0 auto;
  width: 100%;
  overflow: unset;
  padding-left: 10px;
  padding-right: 10px;
}

.container.wide-container.full-width-section .product-description {
  padding: 0;
}

.row.product-descrip-row {
  padding-bottom: 0 !important;
}

.row.product-descrip-row .tabbable ul.nav.nav-tabs li a {
  border: 2px solid #590811;
  margin-right: 10px;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.5s ease;
  border-radius: 30px;
}

.row.product-descrip-row ul.nav.nav-tabs li a {
  margin-right: 0;
  border-radius: 5px;
}

.row.product-descrip-row ul.nav.nav-tabs li:last-child {
  margin: 0;
}

.product-description .tabbable ul.nav.nav-tabs li.active a {
  background-color: #A01C25;
  color: #ffffff !important;
  border-color: #A01C25;
}

.productdetails {
  margin: 0;
}

.row.product-descrip-row .tab-content {
  border: 1px solid #991b1b;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 50px;
}

.product-description .tab-content .productdetails p:first-child {
  font-weight: 800 !important;
}

.row.product-descrip-row .tab-content .tab-pane table.table {
  margin-bottom: 0;
}

.row.product-descrip-row .tab-content .tab-pane table.table tbody tr:first-child td {
  border-top: 0;
}

.row.product-descrip-row .tab-content .tab-pane {
  margin-bottom: 0;
}

.row.product-descrip-row .tab-content .tab-pane h4 {
  color: #590811;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 500 !important;
  font-family: "TT Norms Pro" !important;
}

.row.product-descrip-row .nav-tabs .star-div {
  display: inline-block;
  margin-left: 5px;
}

.row.product-descrip-row .tab-content a.review-btn {
  margin-top: 10px;
}

.row.product-descrip-row .tab-content p.mb-0 {
  margin-bottom: 0;
}

#category-content .thumbnail-width .product:hover {
  transform: none;
}

.product-info-section .wrapper-pricing {
  margin: 0;
  padding: 0;
}

.product-info-section .wrapper-product-title {
  padding: 0;
}

.product-info-section {
  padding-left: 30px;
}

.product-info-section .star-rate-sec {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}

.product-info-section .star-rate-sec h3.reviews-title {
  margin-bottom: 0;
  font-size: 24px;
  font-family: "TT Norms Pro" !important;
  font-weight: 400 !important;
  color: #000;
}

.product-info-section .star-rating i {
  font-size: 16px;
  color: #f7a400;
}

.row.product-descrip-row .tab-content .tab-pane#review i.fa-star {
  color: #f7a400;
}

body#n_product .container.wide-container .row.product-descrip-row .tab-content .review-btn {
  background-color: #A01C25 !important;
  color: #ffffff !important;
  border-color: #eacccc;
  margin-top: 10px;
  padding: 12px 20px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  font-family: "TT Norms Pro" !important;
}

body#n_product .container.wide-container .row.product-descrip-row .tab-content .review-btn:hover {
  background-color: #eacccc !important;
  color: #A01C25 !important;
}

.product-description .tabbable ul.nav.nav-tabs li a:hover {
  background-color: #eacccc;
  color: #A01C25 !important;
  border-color: #eacccc;
}

.row.product-descrip-row .tab-content .review-btn:hover {
  background-color: #eacccc;
  color: #A01C25 !important;
}

.product-info-section .dropdown button {
  width: 100%;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #590811;
  background: none;
}

.product-info-section .dropdown {
  width: fit-content;
}

.review-div blockquote {
  border: none;
  margin-bottom: 10px;
  padding-left: 0;
}

.row.product-descrip-row .tab-content .tab-pane#review .review-div {
  border-bottom: 2px solid #eacccc;
}

.row.product-descrip-row .tab-content .tab-pane#review .review-div:last-child {
  border-bottom: none;
}

.row.product-descrip-row .tab-content .tab-pane#review .review-div:last-child {
  border-bottom: 0 !important;
}

.row.product-descrip-row .tab-content .tab-pane#review .review-list-sec {
  max-height: 295px;
  overflow: auto;
  scroll-behavior: smooth;
  scroll-margin: 0;
  scroll-padding: 0;
}

.row.product-descrip-row .tab-content .tab-pane#review .review-list-sec::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fefefe;
}

.row.product-descrip-row .tab-content .tab-pane#review .review-list-sec::-webkit-scrollbar {
  width: 3px;
}

.row.product-descrip-row .tab-content .tab-pane#review .review-list-sec::-webkit-scrollbar-thumb {
  background-color: #781b1b;
  border: 2px solid #781b1b;
}

.row.product-descrip-row .tab-content .tab-pane#review .review-list-sec .review-date {
  padding-bottom: 5px;
}

.product-info-section #buy-child-list table {
  margin-top: 25px;
  margin-bottom: 0;
  border-color: #5908114f;
}

.product-info-section #buy-child-list table th {
  border-bottom: none;
  padding: 8px 20px;
  background-color: #FAF9F5;
  border-color: #5908114f;
  font-family: "TT Norms Pro" !important;
  font-size: 15px;
  font-weight: 600 !important;
  color: #781b1b !important;
}

.product-info-section #buy-child-list table tbody td {
  border-color: #5908114f;
  padding: 5px 20px;
  vertical-align: middle;
}

.product-info-section div#buy-child-list {
  padding-bottom: 25px;
}

.product-info-section h4 {
  font-family: "TT Norms Pro" !important;
  font-size: 20px;
  font-weight: 600 !important;
  color: #781b1b !important;
}

.product-info-section .cta-area a.multi-add {
  margin-top: 0 !important;
  background-color: #A01C25;
  color: #ffffff !important;
  font-weight: 500;
  border: none;
  transition: 0.3s;
  font-size: 16px;
  padding: 10px 20px;
}

.product-info-section .cta-area a.multi-add:hover {
  background-color: #eacccc;
  color: #A01C25 !important;
}

.product-info-section .cta-area a.multi-add i:before {
  color: #fff !important;
  margin-right: 10px;
}

.product-info-section .cta-area a.multi-add:hover i:before {
  color: #A01C25 !important;
}

.product-info-section .cta-area a.multi-add i {
  color: #781b1b !important;
  margin-right: 5px;
}

.product-info-section #buy-child-list table .form-control {
  padding: 10px 5px;
  border: 1px solid #5908114f;
  height: 100%;
}

.product-list a.productquote.btn-quote {
  background-color: #A01C25;
  color: #ffffff !important;
  font-weight: 500;
  border: none;
  padding: 9px 25px !important;
  border-radius: 30px;
  transition: 0.3s;
  font-size: 17px;
  line-height: normal;
  margin: 0 !important;
}

.product-list a.productquote.btn-quote:hover {
  background-color: #eacccc;
  color: #A01C25 !important;
}

.extra-options a.productquote.btn-quote {
  margin-top: 0 !important;
  background-color: #A01C25;
  color: #ffffff !important;
  font-weight: 500;
  border: none;
  transition: 0.3s;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 30px;
}

.extra-options a.productquote.btn-quote:hover {
  background-color: #eacccc;
  color: #A01C25 !important;
}

.extra-options .pull-right:has(a.productquote.btn-quote) {
  float: unset !important;
  padding: 0;
  margin-top: 10px;
}

/* Zoom Container */
.zoomable {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: zoom-in;
  --zoom: 3;
  --zoom-pos-x: 50%;
  --zoom-pos-y: 50%;
}

.zoomable__img {
  width: 100%;
  height: auto;
  transition: transform .3s ease;
  transform-origin: var(--zoom-pos-x) var(--zoom-pos-y);
}

.zoomable--zoomed .zoomable__img {
  transform: scale(var(--zoom));
  cursor: zoom-out;
}

/* Thumbs */
.thumb-slider {
  margin-top: 15px;
}

.product-thumb {
  width: 100%;
  cursor: pointer;
  border-radius: 4px;
  transition: .25s;
}

/* Navigation Arrows Improve */
.swiper-button-prev,
.swiper-button-next {
  color: #000;
}

/*  */
/* Header section  */
.header-div {
  gap: 20px;
  justify-content: space-between;
}

.header-div .right-section-header {
  width: 100%;
}

.header-div .icon-button-sec {
  display: flex;
  justify-content: flex-end;
  gap: 34px;
}

.header-div .menu_section {
  justify-content: space-around;
  padding-bottom: 10px;
  padding-top: 8px;
  display: none;
}

.header-div .right-section-header .category-header {
  display: block !important;
  border: none;
}

.redesignbody .sticky-nav a.nav-link {
  padding-bottom: 25px;
}

/* Header section  */
/* Cart Page Design */
.main-cart-section table.cartTable table {
  margin-top: 25px;
  margin-bottom: 0;
  border-color: #5908114f;
}

.main-cart-section table.cartTable th {
  border-bottom: none;
  padding: 12px 20px;
  border-color: #5908114f;
  font-family: "TT Norms Pro" !important;
  font-size: 18px;
  font-weight: 600 !important;
  color: #590811 !important;
}

table.cartTable tbody td {
  border-color: #5908114f;
  padding: 13px;
  vertical-align: middle;
}

.main-cart-section .row.btn-stack.top-quote-div button,
.Continue-shop-div button {
  margin-top: 0 !important;
  background-color: #A01C25;
  color: #ffffff !important;
  font-weight: 500;
  border: none;
  transition: 0.3s;
  font-size: 16px;
  padding: 10px 20px;
  width: fit-content;
  transition: 0.3s;
  border-radius: 30px;
}

.ship-calculator .ship-cal-col .panel-default .card-body input.btn-block:hover {
  background-color: #eacccc;
  color: #A01C25 !important;
}

.ship-calculator .ship-cal-col .panel-default .card-body input.btn-block:focus {
  outline: none;
}

.main-cart-section .row.btn-stack.top-quote-div button:focus,
.Continue-shop-div button:focus {
  outline: none;
}

.main-cart-section .row.btn-stack.top-quote-div button:hover,
.Continue-shop-div button:hover {
  background-color: #eacccc;
  color: #A01C25 !important;
}

.main-cart-section .row.btn-stack.top-quote-div button i::before {
  color: #fff !important;
}

.main-cart-section .row.btn-stack.top-quote-div button:hover i::before {
  color: #A01C25 !important;
}

.container.main-container.firstContainer .main-cart-section .page-header h1 {
  color: #590811;
  font-size: 34px;
  letter-spacing: 0;
  font-weight: 500 !important;
  font-family: "TT Norms Pro" !important;
  margin-top: 0 !important;
}

.container.main-container.firstContainer .main-cart-section .page-header {
  margin-top: 0;
}

.main-cart-section td.cartTable--column.cartTable--column-image img.img-responsive {
  border: 1px solid #ecd1d1;
}

.main-cart-section table.cartTable tbody td a h4 {
  font-family: "TT Norms Pro" !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
  font-size: 20px;
}

.main-cart-section table.cartTable tbody td h4 {
  font-family: "TT Norms Pro" !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
  color: #000;
}

.main-cart-section table.cartTable tbody td h5 {
  font-family: "TT Norms Pro" !important;
  color: #000;
  font-size: 15px;
  font-weight: 400 !important;
}

table.cartTable tbody td.text-right {
  text-align: center !important;
}

.main-cart-section a.btn.btn-block.btn-danger:has(i.fas.fa-trash) {
  background: transparent;
  border: none;
}

.main-cart-section a.btn.btn-block.btn-danger i.fas.fa-trash {
  font-size: 20px;
  color: #590811d9;
}

.main-cart-section .list-unstyled li {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.main-cart-section input.form-control.readonly {
  width: fit-content;
  text-align: center;
  background-color: #9e9e9e30;
}

.main-cart-section .list-unstyled li label {
  margin-bottom: 0;
  line-height: normal;
}

.main-cart-section table.cartTable .form-control {
  border: 1px solid #5908114f;
  text-align: center;
}

.main-cart-section .form-control {
  border: 1px solid #5908114f;
}

.main-cart-section .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #7271710a;
}

.main-cart-section .divider-line hr {
  border-color: #eeeeee;
}

.divider-line.t2-grid {
  margin-top: 50px;
}

.container-sec .divider-line.t2-grid hr {
  margin-bottom: 0;
  margin-top: 0;
  border-color: #eeeeee;
}

.container.main-container.firstContainer {
  padding-left: 10px;
  padding-right: 10px;
}

.container.main-container.firstContainer .main-cart-section {
  padding-left: 0;
  padding-right: 0;
  padding-top: 50px;
}

.container.main-container.firstContainer .main-cart-section table.cartTable {
  margin-top: 30px !important;
  margin-bottom: 30px;
}

.main-cart-section .row {
  margin: 0;
}

.main-cart-section .check-btn-div button.btn {
  display: inline-block;
  width: fit-content;
  text-align: right;
  margin: 0 auto;
}

.main-cart-section .check-btn-div {
  margin: 0 auto;
  text-align: end !important;
}

.main-cart-section .row .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}

.ship-calculator .ship-cal-col {
  padding-right: 25px !important;
}

.ship-calculator .sub-total-sec {
  padding-left: 25px !important;
}

.ship-calculator .sub-total-inner {
  padding: 20px !important;
  border: 1px solid #e2e2e291;
  box-shadow: rgb(173 180 188 / 20%) 0px 8px 24px;
}

.ship-calculator .ship-cal-col .panel-default {
  border-color: #e2e2e291;
  box-shadow: rgb(173 180 188 / 20%) 0px 8px 24px;
}

.ship-calculator .ship-cal-col .panel-default>.panel-heading {
  border-color: #e2e2e291;
  padding: 13px 20px;
}

.ship-calculator .ship-cal-col .panel-default>.panel-body {
  padding: 20px;
}

.ship-calculator .ship-cal-col .panel-default>.panel-heading h4.panel-title {
  color: #590811;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 500 !important;
  font-family: "TT Norms Pro" !important;
}

.ship-calculator .ship-cal-col .panel-default h2.card-title {
  color: #000;
  font-size: 28px;
  letter-spacing: 0;
  font-weight: 500 !important;
  font-family: "TT Norms Pro" !important;
  margin-top: 0;
}

.ship-calculator .ship-cal-col .panel-default .card-body .form-group label {
  color: #000;
  font-size: 17px;
  letter-spacing: 0;
  font-weight: 500 !important;
  font-family: "TT Norms Pro" !important;
}

.ship-calculator .ship-cal-col .panel-default .card-body input.btn-block {
  margin-top: 0 !important;
  background-color: #A01C25;
  color: #ffffff !important;
  font-weight: 500;
  border: none;
  transition: 0.3s;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 30px;
}

.saveprice-prp {
  display: flex;
  gap: 10px;
  padding-bottom: 16px;
}

.saveprice-prp .productrrp {
  font-weight: 600;
}

.saveprice-prp .productsave {
  font-weight: 600;
  color: #a01c25;
}

.main-cart-section .card-body .form-control {
  height: 40px;
  font-size: 16px;
}

.ship-calculator .ship-cal-col,
.ship-calculator .sub-total-sec {
  margin-top: 30px;
  margin-bottom: 30px;
}

.ship-calculator .sub-total-sec .table tr:first-child td {
  border: none;
  padding-top: 0;
}

.ship-calculator .sub-total-sec .table tr td {
  padding: 13px;
}

.ship-calculator .sub-total-sec .table tr.success td h3 {
  margin-bottom: 0;
  font-weight: 600 !important;
  font-family: "TT Norms Pro" !important;
  color: #000;
}

.ship-calculator .sub-total-sec .table tr td {
  font-weight: 500;
  font-size: 17px;
  border-color: #e2e2e291;
}

.row.product-list.upsell-slider {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 19px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.row.product-list.upsell-slider::before,
.row.product-list.upsell-slider::after {
  display: none;
}

.up-sell-section {
  padding-left: 0;
  padding-right: 0;
  padding-top: 50px;
  padding-bottom: 0;
}

.up-sell-section .col-xs-12 {
  padding: 0;
}

.before-you-row .page-header h2 {
  color: #590811;
  font-size: 28px;
  letter-spacing: 0;
  font-weight: 600 !important;
  font-family: "TT Norms Pro" !important;
  padding-bottom: 20px;
}

.row.contine-check-btn-row a.btn.btn-success {
  margin-top: 0 !important;
  background-color: #A01C25;
  color: #ffffff !important;
  font-weight: 500;
  border: none;
  transition: 0.3s;
  font-size: 16px;
  padding: 10px 20px;
  width: fit-content;
  transition: 0.3s;
  text-align: end;
  margin-left: auto;
  border-radius: 30px;
}

.row.contine-check-btn-row a.btn.btn-success:hover {
  background-color: #eacccc;
  color: #A01C25 !important;
}

.contine-check-btn {
  width: 100%;
}

.row.product-list.upsell-slider .product-list-wrapper {
  margin-bottom: 0;
}

/* Cart Page Design */
/* 404 Page Design */
.page-not-found {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-not-found .page-not-div p.num-txt {
  -webkit-text-stroke: 1px #590811;
  font-size: 150px;
  font-weight: 800;
  -webkit-text-fill-color: #590811cc;
  text-align: center;
  line-height: 140px;
  margin-bottom: 0;
  font-family: 'TT Norms Pro';
  padding-bottom: 20px;
}

.page-not-found .page-not-div h1 {
  color: #590811;
  font-size: 34px;
  letter-spacing: 0;
  font-weight: 600 !important;
  font-family: "TT Norms Pro" !important;
  margin-top: 0 !important;
  text-align: center;
}

.page-not-found .page-not-div p.page-describe {
  font-size: 18px;
  font-weight: 500;
}

.page-not-found .page-not-div a.btn {
  background-color: #efd2d3;
  color: #781b1b !important;
  font-weight: 500;
  border: none;
  transition: 0.3s;
  font-size: 16px;
  padding: 12px 40px;
  transition: 0.3s;
  text-align: center;
  margin: 0 auto;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 20px !important;
}

.page-not-found .page-not-div a.btn:hover {
  background-color: #781b1b;
  color: #fff !important;
}

.page-not-found .page-not-div a.btn i {
  margin-right: 10px;
}

.page-not-found {
  background-image: url("/assets/images/page-not-found-bg.webp");
  padding: 78px 0 83px;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-not-found:before {
  content: "";
  background-color: #59081112;
  width: 100%;
  position: absolute;
  z-index: 9;
  height: 100%;
  top: 0;
}

.page-not-div {
  z-index: 9;
}

.container.main-container.firstContainer:has(.page-not-found) {
  max-width: 100%;
  padding: 0;
}

/* 404 Page Design */
/* About Page Design */
.section.bg-lite {
  background-color: #FAF9F5;
}

button.slick-prev.custom-prev svg,
button.slick-next.custom-next svg {
  width: 34px;
  height: 34px;
}

button.slick-prev.custom-prev:before,
button.slick-next.custom-next:before {
  display: none
}

.container-sec.custom-branding {
  display: flex;
  margin-top: 50px;
  align-items: center;
  padding: 40px;
  gap: 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 8px;
  border-top: 3px solid #e2eced;
  transition: 0.3s;
  justify-content: space-between;
}

.container-sec.cta-sec {
  margin-top: 50px;
  padding: 40px;
  gap: 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 8px;
  border-top: 3px solid #e2eced;
  transition: 0.3s;
  width: 100%;
  background-color: #590811e3;
}

.container-sec.cta-sec .custom-btn-right a.custom-btn {
  background-color: #FAF9F5 !important;
  color: #A01C25 !important;
  padding: 14px 84px;
  transition: all 0.3s;
}

.container-sec.cta-sec .custom-btn-right a.custom-btn:hover {
  background-color: #eacccc !important;
  color: #000 !important;
}

.container-sec.cta-sec .sub-heading p.para-intro {
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
}

.container-sec .custom-btn-right a.custom-btn {
  white-space: nowrap;
}

.container-sec .custom-left h3,
.container-sec .custom-left h2 {
  text-align: left !important;
}

.container-sec.custom-branding:hover,
.container-sec.cta-sec:hover {
  border-color: #a01c25;
}

.container-sec.cta-sec .sub-heading {
  padding-bottom: 20px;
}

.section.section-brands.divide-line .custom-branding {
  border-bottom: 1px solid #9e9e9e61;
  padding-bottom: 50px;
}

.two-col.pt-50 {
  padding-top: 50px;
}

.sub-heading p.para-intro {
  width: 80.5%;
  text-align: center;
}

.content-sec.date {
  padding-top: 35px;
}

/* .about-page .shop-range .brand-slider button.slick-next.slick-arrow::before,
.brand-slider button.slick-prev.slick-arrow:before {
color: #c6c6c6;
font-family: 'TT Norms Pro';
font-size: 26px;
opacity: 1;
} */

/* .about-page .shop-range .brand-slider button.slick-prev.slick-arrow {
opacity: 1;
left: auto;
margin-right: 18px;
}

.about-page .shop-range .brand-slider button.slick-next.slick-arrow {
top: -40px;
} */

/* .about-page .shop-range .brand-slider button.slick-prev.slick-arrow:hover:before,
.about-page .shop-range .brand-slider button.slick-next.slick-arrow:hover:before {
color: #444243 !important;
} */
.our-brand .testimonial-slider .slick-list.draggable {
  padding-bottom: 0 !important;
}

p.text-muted.no-content {
  margin: 0;
}

.our-brand .testimonial-slider .testimonial-card {
  margin-bottom: 0 !important;
}

.section .container-sec .two-col.reverse {
  padding-top: 0;
}

.about-page .shop-range h3 {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}

.about-page .shop-range .brand-slider button.slick-prev.custom-prev.slick-arrow,
.about-page .shop-range .brand-slider button.slick-next.custom-next.slick-arrow {
  top: -15px;
}

.about-page .shop-range .brand-slider button.slick-prev.custom-prev.slick-arrow:before,
.about-page .shop-range .brand-slider button.slick-next.custom-next.slick-arrow:before {
  display: none
}

div#latestBlogArea {
  width: 50%;
}

.about-page .shop-range .row.brand-slider {
  padding-bottom: 0;
}

.about-page .shop-range .slick-list.draggable {
  padding-bottom: 0 !important;
}

div#latestBlogArea .blog-section {
  width: 100%;
}

.static-cnt .first-content .content-sec.date p {
  margin-bottom: 0px;
}

.static-cnt .first-content a {
  color: #590811 !important;
  font-weight: 500;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.content-sec.date.divide {
  border-top: 1px solid #9e9e9e6b;
  margin-top: 35px;
}

.content-sec h3.mb-0 {
  margin-bottom: 0;
  color: #000;
  border-top: 1px solid #9e9e9e6b;
  margin-top: 35px;
}

.content-sec.address p {
  margin-bottom: 0;
}

.content-sec h3 {
  color: #590811;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 600 !important;
  font-family: "TT Norms Pro" !important;
  margin-bottom: 20px;
  padding-top: 35px;
}

.static-cnt .thanks-msg.mb-0 {
  margin-bottom: 0;
}

.inner-pages-content .inner-page-banner h1.page-header {
  font-weight: 600 !important;
  font-family: "TT Norms Pro" !important;
  color: #590811;
  font-size: 34px;
  margin: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
  text-transform: capitalize;
}

.inner-pages-content .inner-page-banner {
  padding: 35px 0;
  background-color: #FAF9F5 !important;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.container.main-container.firstContainer:has(.inner-pages-content) {
  max-width: 100%;
  margin: auto;
  width: 100%;
  padding: 0;
}

.inner-page-sec {
  max-width: 1390px;
  margin: 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: unset;
}

.inner-page-sec .inner-page-breadcrumb ul.breadcrumb {
  padding-top: 0;
  padding-left: 0;
}

.welcome-msg.pt-35 {
  padding-top: 35px;
}

.inner-page-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.static-cnt .first-content p,
.static-cnt .first-content ul li {
  font-size: 16px;
  margin: auto;
  color: #444243;
  line-height: 1.5;
  margin-bottom: 15px;
}

.static-cnt .first-content h4 {
  color: #590811;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 500 !important;
  font-family: "TT Norms Pro" !important;
  margin-bottom: 20px;
  padding-top: 35px;
}

.static-cnt .first-content h5 {
  color: #040303;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 500 !important;
  font-family: "TT Norms Pro" !important;
  margin-bottom: 20px;
  padding-top: 35px;
}

.sign-div {
  padding-top: 20px;
}

.sign-div p {
  margin-bottom: 5px !important;
}

.welcome-msg p:last-child,
.sign-div p:last-child {
  margin-bottom: 0 !important;
}

.static-cnt .first-content ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.static-cnt .first-content ul li:last-child {
  margin-bottom: 0;
}

.static-cnt .first-content .aim-cont-div ul li:before {
  content: "\f79f";
  position: absolute;
  font-family: 'FontAwesome';
  left: 22px;
  font-size: 14px;
  top: 3px;
  color: #590811;
}

.static-cnt .thanks-msg {
  margin-bottom: 15px;
}

.static-cnt .first-content .use-cont-div ul li:before {
  content: "";
  position: absolute;
  left: 22px;
  font-size: 14px;
  top: 4px;
  color: #590811;
  background-image: url("/assets/images/check-bullet-icon.png");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.static-cnt .first-content .return-cont-div ul li:before {
  content: "\f362";
  position: absolute;
  font-family: 'FontAwesome';
  left: 22px;
  font-size: 14px;
  top: 4px;
  color: #590811;
}

.use-cont-div,
.return-cont-div {
  padding-bottom: 35px;
}

.content-sec p:last-child {
  margin-bottom: 0;
}

.static-cnt .first-content .thanks-msg p {
  color: #590813;
  font-weight: 500;
}

.static-cnt .first-content ul li {
  position: relative;
  padding-left: 55px;
}

.use-cont-div.pb-0 {
  padding-bottom: 0;
}

/* About Page Design */
/* Brand Page Design */

.hero.brands img {
  object-position: center 7%;
}

.about-pag .container-sec.cta-sec h2 {
  padding-bottom: 10px;
}

div#testimonialsliderBlogArea .slick-list.draggable {
  padding-bottom: 0 !important;
}

div#testimonialsliderBlogArea .slick-list.draggable .testimonial-card.slick-slide {
  margin-bottom: 0 !important;
}

/* Brand Page Design */

/* Pop Design code */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-box {
  width: 800px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  position: relative;
}

.quote-page-div {
  padding: 10px;
}

input.btn:focus,
input.btn:active {
  outline: none !important;
  box-shadow: none;
}

button.close-popup i {
  font-size: 30px;
  color: #590811;
}

button.close-popup i::before {
  background-color: #fff;
}

button.close-popup {
  padding: 0;
  border: none;
  background-color: transparent;
}

.quote-page-div h2 {
  font-weight: 600 !important;
  font-family: "TT Norms Pro" !important;
  font-size: 28px;
  padding-bottom: 0;
  color: #590811;
  text-align: center;
}

.quote-page-div .page-header {
  margin: 0;
}

.popup-box iframe {
  border: none;
}

.popup-box button.close-popup {
  position: absolute;
  top: 0;
  right: 40px;
  top: 30px;
}

.quote-page-div form.form-horizontal input.form-control {
  padding: 10px 12px;
  border: 1px solid #5908114f;
  height: 100%;
  width: 100% !important;
}

.quote-page-div form.form-horizontal .input-group-addon:first-child {
  padding: 10px 14px;
  height: 100%;
  color: #590811;
  background-color: #FAF9F5;
  font-size: 16px;
}

.quote-page-div form.form-horizontal {
  margin-top: 15px;
}

.quote-page-div form.form-horizontal .control-group {
  margin-bottom: 10px;
}

.quote-page-div form.form-horizontal .form-actions input.btn {
  margin-top: 0 !important;
  background-color: #A01C25;
  color: #ffffff !important;
  font-weight: 500;
  border: none;
  transition: 0.3s;
  font-size: 16px;
  padding: 10px 20px;
  margin-top: 20px !important;
  border-radius: 30px;
}

.quote-page-div form.form-horizontal .form-actions input.btn:hover {
  background-color: #eacccc;
  color: #A01C25 !important;
}

.quote-page-div .form-horizontal .control-label {
  padding-bottom: 5px;
  font-weight: 500;
}

.quote-page-div span.text-error {
  color: #f42828;
}

.quote-page-div .control-group.lock-sec {
  margin-top: 20px;
}

.quote-page-div .control-group.lock-sec label.control-label {
  display: none;
}

/* Pop Design code */
/* Site Map design */
ul.site-map-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.site-map h1 {
  font-weight: 600 !important;
  font-family: "TT Norms Pro" !important;
  color: #590811;
  font-size: 34px;
  margin: 0;
  padding-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

ul.site-map-list>li.main-list {
  font-size: 25px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}

ul.site-map-list>li.main-list ul.sub-cat li a {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  display: block;
}

ul.site-map-list li.sub-cat-list a {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}

ul.site-map-list ul.sub-cat {
  margin-top: 15px;
  margin-bottom: 15px;
}

.site-map li.sub-cat-list {
  list-style: none;
  position: relative;
  padding-left: 30px;
}

.site-map li.sub-cat-list:before {
  content: "\f138";
  position: absolute;
  font-family: 'FontAwesome';
  left: 0;
  top: 0px;
  font-size: 20px;
  color: #590811;
}

.site-map li.sub-cat-list ul {
  padding-left: 5px;
}

.site-map li.sub-cat-list ul li.sub-cat-list ul li:before {
  content: "\f101";
}

/* Site Map design */
/* About Page Design new*/
.container-sec img {
  max-width: 100%;
  display: block;
}

.container.main-container.firstContainer:has(.about-page) {
  max-width: 100%;
  padding: 0
}

.container-sec {
  max-width: 1390px;
  margin: 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

/* SECTION BASE */
.section {
  padding: 50px 0;
}

.section.split .sec-heading h2 {
  text-align: center;
}

.about-page .shop-range {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-page .section h3 {
  color: #000000;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 500 !important;
  font-family: "TT Norms Pro" !important;
  padding-bottom: 20px;
}

div#stay_inspired-personal {
  display: none !important;
}

section.testimonial-section {
  padding-bottom: 51px !important;
}

.about-page p:last-child {
  margin-bottom: 0;
}

.about-page p {
  font-size: 16px !important;
  margin: auto;
  color: #444243;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 0px;
}

.hero:before {
  content: "";
  background-color: #00000075;
  position: absolute;
  width: 100%;
  height: 470px;
}

/* HERO */
.hero {
  position: relative;
}

.about-page .hero img {
  width: 100%;
  height: 470px !important;
  object-fit: cover;
}

.inner-pages-content:has(.about-page) ul.breadcrumb {
  margin-bottom: 0;
  padding-top: 8px !important;
}

.inner-pages-content:has(.about-page) .inner-page-breadcrumb {
  max-width: 1390px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.section.section-intro p.advert-para {
  width: 81%;
}

.about-page .section h2 {
  color: #590811;
  font-size: 28px;
  letter-spacing: 0;
  font-weight: 500 !important;
  font-family: "Saa Series DD OT" !important;
  text-align: center;
  padding-bottom: 12px !important;
}

.about-page .section h3 {
  color: #590811;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 500 !important;
  font-family: "Saa Series DD OT" !important;
  text-align: center;
  padding-bottom: 12px !important;
}

.about-page .section h1 {
  color: #590811;
  font-size: 32px;
  letter-spacing: 0;
  font-weight: 500 !important;
  font-family: "Saa Series DD OT" !important;
  text-align: center;
  padding-bottom: 12px !important;
}

.hero-content {
  position: absolute;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
}

.hero-content h1 {
  text-align: center;
  color: #ffff;
  font-size: 34px;
  font-family: "TT Norms Pro" !important;
  font-weight: 600 !important;
  margin: 0;
}

.hero-content .banner-content p.advert-para {
  color: #fff;
  padding-top: 20px;
  width: 65%;
}

.blog .blog-section h2.page_subtitle {
  padding-bottom: 0;
}

/* SPLIT LAYOUT */
.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.about-page .newsletter-content h2 {
  text-align: left !important;
}

.about-page .newsletter-signup p {
  color: #fff;
}

.about-page .newsletter-signup h2 {
  margin-bottom: 16px;
  padding-bottom: 0 !important;
}

.about-page .newsletter-signup h3 {
  margin-bottom: 16px;
  padding-bottom: 0 !important;
}

.sub-heading-sec {
  padding-bottom: 30px !important;
  padding: 46px;
  padding-top: 0px !important;
}

.about-page h4.title-txt {
  color: #000000;
  font-size: 28px;
  letter-spacing: 0;
  font-weight: 500 !important;
  font-family: "TT Norms Pro" !important;
  padding-bottom: 20px;
}

/* Our brand new updated code 19.01.2026 */
.section.section-benefits h3.first-heading {
  text-align: center !important;
  color: #fff !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}

.hero-content .banner-content h1 img {
  height: 1em !important;
}

.section.section-benefits h4.sec-heading {
  color: #fff;
  font-weight: 600 !important;
  font-family: "TT Norms Pro" !important;
  padding-top: 18px;
  font-size: 20px;
  margin-bottom: 0;
}

/* Our brand new updated code 19.01.2026 */
/* Our brand new updated code 13.01.2026 */
.container-sec h4.brand-sub-heading {
  font-family: "TT Norms Pro" !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  color: #000;
  padding-bottom: 20px;
}

body#n_content .our-brand .container-sec h3 {
  padding-bottom: 0;
  text-align: start;
}

/* Our brand new updated code 13.01.2026 */
.section-brands,
.section.section-benefits {
  text-align: center;
}

.about-page .newsletter-form label.checkbox-label {
  color: #fff;
}

.section-brands p {
  width: 80.5%;
  text-align: center;
}

.container-full {
  max-width: 100%;
  padding: 0;
}

/* Home Banner Image */
.category-header .navbar-responsive-collapse ul li:first-child a.nav-link {
  padding-left: 0;
}

.homepage-view .carousel-caption {
  opacity: 1;
}

.homepage-view .carousel-background img {
  height: 470px;
  object-fit: cover;
  object-position: center;
}

div#myCarouselBanner div.carousel-background:nth-child(2) img {
  object-position: center top;
}

div#myCarouselBusiness div.carousel-background:nth-child(2) img {
  object-position: center 90%;
}

div#myCarouselBanner div.carousel-background:nth-child(3) img {
  object-position: center 30%;
}

.homepage-view .carousel-caption h1 {
  font-size: 34px;
  text-align: left;
  font-weight: 500 !important;
  line-height: 0.85;
  font-family: "Saa Series DD OT" !important;
  word-spacing: 0;
  padding-left: 3px;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
}

.homepage-view .carousel-caption-inner.white-background.neutral-dark {
  background: transparent;
  margin-left: 0;
  width: 65%;
  margin: 0 auto;
}

.homepage-view .carousel-background:before {
  content: "";
  /* background: linear-gradient(130deg, rgb(0 0 0 / 70%) 0%, rgba(0, 0, 0, 0) 100%); */
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #0000007a;
}

.homepage-view p.advert-description {
  color: #fafafa;
  margin-bottom: 21px;
  font-size: 16px;
  padding-left: 8px;
  text-align: center;
  line-height: normal;
}

.homepage-view .carousel-caption {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}

/* Home banner */
/* More Category slider */
.morecategory-slider .slick-slide {
  margin: 0 12.5px !important;
}

.morecategory-slider {
  margin-bottom: 30px;
}

.morecategory-slider button.slick-arrow svg {
  width: 34px;
  height: 34px;
}

.morecategory-slider button.slick-prev.custom-prev.slick-arrow {
  right: 51px;
}

.morecategory-slider button.slick-next.custom-next.slick-arrow {
  left: auto;
  top: -40px;
  color: #c6c6c6;
  width: auto;
  height: auto;
  right: 10px;
}

.morecategory-slider button.slick-prev.custom-prev.slick-arrow {
  color: #c6c6c6;
  top: -40px;
}

.morecategory-slider button.slick-next.custom-next.slick-arrow::before {
  display: none;
}

.morecategory-slider button.slick-prev.custom-prev.slick-arrow:hover,
.morecategory-slider button.slick-prev.custom-prev.slick-arrow:focus,
.morecategory-slider button.slick-next.custom-next.slick-arrow:hover,
.morecategory-slider button.slick-next.custom-next.slick-arrow:focus {
  color: #444243 !important;
}

/* More Category slider */
/* Add to cart pop design */
.npopup {
  background: #ffffff;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  max-width: 100% !important;
  border: 1px solid #59081126;
  width: 540px !important;
}

.npopup .header.modal-header {
  text-align: center;
  font-size: 20px;
}

.npopup button.btn.btn-default.npopup-continue,
button.btn.btn-default.npopup-view {
  margin-top: 10px;
  color: #A01C25 !important;
  font-weight: 500;
  border: none;
  padding: 7px 20px;
  border-radius: 30px;
  transition: 0.3s;
  font-size: 17px;
  display: inline-block;
  border: 1px solid #A01C25;
  background-color: #fff;
}

.npopup button.btn.btn-success.calltoaction.npopup-checkout {
  margin-top: 10px;
  background-color: #A01C25;
  color: #ffffff !important;
  font-weight: 500;
  border: none;
  padding: 7px 20px;
  border-radius: 30px;
  transition: 0.3s;
  font-size: 17px;
  display: inline-block;
}

.npopup .successaddmessage .body .image {
  width: 14%;
  height: auto;
  border: 1px solid #a9323a;
  border-radius: 5px;
}

.npopup .successaddmessage .body .image img {
  width: 100%;
  border-radius: 5px;
}

.npopup .description {
  margin-left: 20px;
  font-weight: 500;
  font-size: 17px;
}

.npopup .body.modal-body {
  display: flex;
  align-items: anchor-center;
}

.npopup button.btn.btn-default.npopup-continue:hover,
button.btn.btn-default.npopup-view:hover {
  background-color: #eacccc !important;
  color: #A01C25 !important;
  border-color: #eacccc;
}

.npopup button.btn.btn-success.calltoaction.npopup-checkout:hover {
  background-color: #eacccc;
  color: #A01C25 !important;
}

.nactivity i.fa.fa-spinner.fa-spin::before {
  color: #A01C25;
}

:focus-visible,
a:focus {
  outline: none !important;
  outline-offset: 0 !important;
}

.container-sec.cta-sec h2 {
  padding-bottom: 10px;
}

p.text-muted.no-content {
  text-align: center;
  color: #00000099;
  font-weight: 500;
  padding-top: 9px;
}




.inner-pages-content:has(.legal-page) p.text-muted.no-content {
  padding: 0;
}

/* Add to cart pop design */
.inner-page-sec:has(.legal-page) .inner-featured-image,
.inner-page-sec:has(.welcome-msg.blog-page) .inner-featured-image {
  display: none;
  padding-top: 0;
}

.inner-page-sec:has(.content-sec.blog-page) .inner-featured-image {
  padding-top: 20px;
}

h4.mb-0.sec-title {
  color: #000;
  border-top: 1px solid #9e9e9e6b;
  margin-top: 35px;
}

.container-sec.about-custom {
  width: 80%;
}

/* Blog page design code start */
.blog-page {
  padding-bottom: 50px;
}

.article-card .article-info.content-sec.blog-content h4 {
  display: none;
}

.article-card .article-info .blog-content p:first-of-type {
  display: -webkit-box !important;
}

.article-card .article-info .blog-content p {
  display: none !important;
}

.article-card .article-info .use-cont-div,
.article-card .article-info .content-sec {
  display: none !important;
}

.article-card .article-info .content-sec.blog-content {
  display: block !important;
}

.article-card .article-thumbnail img {
  height: 200px;
  object-fit: cover;
}

.article-card .article-info .welcome-msg.blog-content {
  padding: 0;
}

.article-card .article-info .content-sec.blog-content h4 {
  display: none;
}

.container.main-container.firstContainer:has(.blog-page) {
  max-width: 100%;
  padding: 0;
}

.blog-page img.img-responsive {
  width: 100%;
}

.blog-page .blog-container {
  max-width: 1270px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-page h1.page-header {
  text-align: left;
  color: #590811;
  font-size: 34px;
  font-family: "TT Norms Pro" !important;
  font-weight: 600 !important;
  margin-bottom: 15px;
}

.container.main-container.firstContainer .blog-page .static-cnt .first-content .use-cont-div.syrups ul li:before {
  content: "\f57b" !important;
}

.container.main-container.firstContainer .blog-page .static-cnt .first-content .use-cont-div ul li:before {
  content: "\f252" !important;
}

.blog-page .static-cnt .first-content .use-cont-div.arrow ul li:before {
  content: "\f101" !important;
  top: 0px;
}

.blog-page .static-cnt .first-content h4 {
  color: #333;
  font-weight: 500 !important;
}

.blog-page .static-cnt .first-content .use-cont-div ul li:before {
  content: "\f0a4" !important;
  background: transparent;
  font-family: 'FontAwesome';
  font-size: 22px;
  top: 0;
}

.blog-page .static-cnt .first-content .use-cont-div.cocktail ul li:before {
  content: "\f561" !important;
  font-size: 19px;
  top: 2px;
  left: 20px;
}

.inner-featured-image img[src=""] {
  display: none;
}

.blog-page .static-cnt .first-content .use-cont-div.drink-glass ul li:before {
  content: "\f72f" !important;
  font-size: 19px;
}

.blog-page .static-cnt .first-content .use-cont-div.flavours ul li:before {
  content: "\f7a0" !important;
  top: -1px;
}

.blog-page .static-cnt .first-content .use-cont-div.zone ul li:before {
  content: "\f79f" !important;
  left: 23px;
}

.blog-page .static-cnt .first-content .use-cont-div.zone ul li {
  padding-left: 65px;
}

/* Blog page design code end */
@media(max-width: 900px) {
  .split-grid {
    grid-template-columns: 1fr;
  }
}

/* BRAND CAROUSEL */
.brand-carousel {
  display: flex;
  gap: 25px;
  align-items: center;
  margin: 30px 0;
  overflow-x: auto;
  padding-bottom: 10px;
}

.brand-item img {
  width: 110px;
  filter: grayscale(100%);
  opacity: 0.85;
  transition: 0.3s;
}

.brand-item img:hover {
  filter: none;
  opacity: 1;
}

/* BENEFIT GRID */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 30px;
}

@media(max-width: 900px) {
  .benefit-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 600px) {
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .about-page p {
    padding: 5px !important;
  }

  .sub-heading-sec {
    padding: 5px !important;
    text-align: justify !important;
  }

  .article-grid-2col {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

.blog-section .blog-content h2 {
  padding-bottom: 0 !important;
}

.section-brands .brand-carousel.brand-slider {
  margin: 0;
  padding-bottom: 0;
}

.section-brands .slick-list {
  padding-bottom: 0;
}

.section-brands .brand-carousel.brand-slider .slick-list {
  padding-bottom: 0 !important;
}

.about-page .shop-range {
  padding-bottom: 30px;
}

.section-brands .custom-branding {
  padding-top: 50px;
}

.blog-section .blog-content p {
  margin-bottom: 10px;
}

.benefit-item h4 {
  color: #590811;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 500 !important;
  font-family: "TT Norms Pro" !important;
}

.benefit-item img {
  /* max-width: 50%; */
  margin: 0 auto;
  padding-bottom: 20px;
}

.benefit-item {
  padding: 25px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: 0.3s;
  text-decoration: none;
}


a.benefit-item:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transform: translateY(-5px);
}

.inner-page-breadcrumb .breadcrumb {
  max-width: 1390px;
  margin: 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

/* TWO-COLUMN COMMITMENTS */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.two-col.reverse {
  direction: rtl;
  padding-top: 50px;
}

.two-col.reverse img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.two-col.reverse .text {
  direction: ltr;
}

.inner-pages-content:has(.about-page) .inner-banner.px-0 {
  display: none;
}

@media(max-width: 900px) {
  .two-col {
    grid-template-columns: 1fr;
  }

  .two-col.reverse {
    direction: ltr;
  }
}

.subscribe-box {
  padding: 25px;
  background: #f7f7f7;
  border-radius: 8px;
}

.subscribe-form {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.subscribe-form input {
  flex: 1;
  padding: 10px;
}

.sub-text {
  font-size: 14px;
  color: #666;
}

.section-brands .custom-branding .custom-left p {
  width: 100%;
  text-align: left;
}

/* About Page Design new*/
/* My Account page */
section.account-summary .page-header h1 {
  color: #590811;
  font-size: 34px;
  letter-spacing: 0;
  font-weight: 500 !important;
  font-family: "TT Norms Pro" !important;
  margin-top: 0 !important;
}

section.account-summary .page-header {
  padding-bottom: 20px;
  margin-bottom: 40px;
}

/* My Account page */
/* My Account Login page */
.page-header.non-banner-heading h1 {
  color: #590811;
  font-size: 34px;
  letter-spacing: 0;
  font-weight: 500 !important;
  font-family: "TT Norms Pro" !important;
  margin-top: 0 !important;
}

.page-header.non-banner-heading {
  margin-top: 35px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.login-page .login-form-container {
  padding-top: 25px;
  padding-bottom: 50px;
}


.login-page .login-form-container .well form h3 {
  color: #590811;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 500 !important;
  font-family: "TT Norms Pro" !important;
  margin-top: 0 !important;
}

hr {
  border-color: #eeeeee;
}

.login-page .login-form-container .form-group label {
  font-weight: 500;
}

.login-page .login-form-container .form-group input.form-control {
  border-left: 0;
  height: 44px;
  border: 1px solid #5908114f;
  font-size: 16px !important;
}

.p-0 {
  padding: 0;
}

.alert-danger i {
  padding-right: 30px;
}

.alert-danger a.close {
  opacity: 1;
}

.login-page .login-form-container button.btn {
  margin-top: 10px;
  background-color: #A01C25 !important;
  color: #ffffff !important;
  font-weight: 500;
  border: none !important;
  padding: 14px 47px;
  border-radius: 30px;
  transition: 0.3s;
  font-size: 17px;
  display: inline-block;
}

.container.main-container.firstContainer .login-page .login-form-container button.btn:hover {
  background-color: #eacccc !important;
  color: #A01C25 !important;
}

p#newsletter-success {
  color: #5a0a11 !important;
  margin-top: 10px;
  background-color: #faf9f5;
  padding: 10px 20px;
  text-align: center;
}

.login-page .login-form-container .form-group a {
  color: #a9323a !important;
  font-weight: 500;
}

button.btn.btn-lg.btn-success.btn-block:focus,
.login-page .login-form-container button.btn:active {
  outline: none;
  box-shadow: none;
}

.login-page .login-form-container .form-group:has(button[type="submit"]) {
  margin-bottom: 0;
}

.login-page .login-form-container span.text-danger.small {
  color: #eb2c39;
}

.login-page .login-form-container .well:has(form#register) {
  margin-bottom: 0;
}

/* My Account Login page */
/* Forgot Pass page */
.row.forgot-form-row {
  flex-direction: column;
  display: flex;
  margin-bottom: 50px;
  background: #fff;
  border: 0;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 19px;
  align-items: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.row.forgot-form-row .forgot-cont,
.row.forgot-form-row .forgot-cont:after {
  padding: 0;
}

.row.forgot-form-row::before {
  display: none;
}

.forgot-cont p {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
}

.viewby.btn-group button:hover {
  background-color: #eacccc !important;
  color: #A01C25 !important;
  border-color: #eacccc;
}

.row.forgot-form-row .forgot-cont button.btn {
  background-color: #A01C25 !important;
  color: #ffffff !important;
  font-weight: 500;
  border: none !important;
  padding: 14px 47px;
  border-radius: 30px;
  transition: 0.3s;
  font-size: 17px;
  display: inline-block;
  width: fit-content;
}

.form-control {
  border-left: 0;
  height: 44px;
  border: 1px solid #5908114f;
  font-size: 16px !important;
}

label {
  font-weight: 500;
}

p.legal-links a {
  color: #d0d0d0 !important;
  font-weight: 500;
  font-size: 16px;
}

p.legal-links {
  color: #d0d0d0 !important;
  margin-bottom: 0;
  padding-top: 10px;
}

footer.neutral-dark-background.custom-blue .footer-content .footer-heading {
  width: 33.3% !important;
}

.mt-0 {
  margin-top: 0 !important;
}

ul.brand-grid li h5 {
  margin-top: 26px;
  color: #590811;
  font-weight: 500 !important;
  text-align: start;
  font-size: 16px;
  font-family: "TT Norms Pro" !important;
  text-align: center;
  margin-bottom: 0;
  text-transform: capitalize;
}

/* Forgot Pass page */
@media only screen and (min-width:1200px) and (max-width: 1280px) {
  section.products-page-header {
    margin-bottom: 50px;
  }

  body#n_content .categories-wrapper .container {
    margin-bottom: 20px;
  }

  body#n_content .categories-wrapper .container .subcategory-tile {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {

  /*  */
  section.products-page-header {
    margin-bottom: 50px;
  }

  body#n_content .categories-wrapper .container {
    margin-bottom: 50px;
  }

  body#n_content .categories-wrapper .container .subcategory-tile {
    padding-left: 30px;
    padding-right: 30px;
  }

  /*  */
  .header-pno {
    font-size: 18px;
    margin-right: 0;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .wrapper-header .center-absolute.text-right {
    flex-wrap: wrap;
  }

  .container.wide-container.wrapper-header .top-row {
    height: auto !important;
    padding: 20px 0;
  }

  .wrapper-header .top-row {
    padding: 20px 0;
    height: auto !important;
  }

  .wrapper-header .top-row .header-pno {
    font-size: 18px;
    margin-right: 0;
    padding: 5px 0;
    padding-left: 10px;
  }

  .wrapper-header .center-absolute.text-right {
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {

  /*  */
  section.products-page-header {
    margin-bottom: 50px;
  }

  body#n_content .categories-wrapper .container {
    margin-bottom: 20px;
  }

  body#n_content .categories-wrapper .container .subcategory-tile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .products-page-header .products-heading-wrapper h1 {
    font-size: 34px;
  }

  .homepage-content-wrapper .homepage-content-left,
  .homepage-content-wrapper .homepage-content-right {
    width: 50% !important;
  }

  .homepage-content-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .homepage-content-right .img-wrapper img {
    max-width: 100% !important;
  }

  h2.ribbon-heading-center {
    font-size: 28px;
    margin: 40px 0;
  }

  .footer-content {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 784px) {
  .home-main-col-h {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .hero-content .banner-content p.advert-para {
    width: 90%;
  }

  .login-page .login-form-container button.btn {
    width: 100% !important;
    font-size: 14px;
  }

  .container-sec.custom-branding.about-custom {
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
    text-align: center;
  }

  .container-sec.custom-branding.about-custom .custom-left h3 {
    text-align: center !important;
    margin-bottom: 15px;
  }

  .container-sec.custom-branding.about-custom .custom-btn-right {
    width: 100%;
  }

  .container-sec.custom-branding.about-custom .custom-btn-right a.custom-btn {
    width: 100%;
    padding: 12px 20px;
    display: block;
    box-sizing: border-box;
  }

  /* About Page Blog Section Fix */
  .about-page div#latestBlogArea {
    width: 100% !important;
  }

  .about-page .newsletter-content {
    flex-wrap: wrap !important;
  }

  .about-page .blog-section {
    width: 100% !important;
    padding: 40px 15px !important;
  }

  /* Product Detail Page */
  p.product-title {
    height: auto;
  }

  .row.grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .container.wide-container:has(.product-img-container),
  .container.wide-container.full-width-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-img-container .swiper-slide:has(.zoomable) {
    margin-right: 0 !important;
    width: 100% !important;
  }

  .product-img-container .product-image {
    padding-right: 0;
  }

  .product-img-container .product-image img.img-responsive.zoomable__img {
    height: 100%;
  }

  .product-info-section {
    padding: 0;
  }

  .wrapper-product-title {
    padding: 0;
  }

  .product-info-section .wrapper-product-title h1 {
    font-size: 34px;
  }

  .wrapper-pricing {
    padding: 0;
  }

  .product-info-section form.buying-options .row.btn-stack {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
  }

  .buying-options .btn-stack .col-xs-6.col-sm-4,
  .buying-options .btn-stack .col-xs-8 {
    padding: 0;
    width: fit-content;
    margin: 0;
  }

  .product-info-section form.buying-options .row.btn-stack::before {
    display: none;
  }

  h3.more-category {
    font-size: 24px;
  }

  /* Product Detail Page */
  .home-main-col-h .tbh-box {
    width: 100%;
  }

  section.category-header p.sub-tiles {
    margin-bottom: 0;
  }

  .product-list.thumbnail-width .thumbnail-btn-wrapper.hidden-xs {
    display: block !important;
  }

  .product-grid-container.list-view .product-image-wrapper {
    width: 40%;
  }

  .product-grid-container.list-view .product-details-wrapper {
    width: 60%;
  }

  .product-grid-container.list-view .product-list .product {
    display: flex;
  }

  .list-view p.product-title {
    font-size: 19px;
    padding-bottom: 10px;
  }

  .list-view .product-image-wrapper img {
    height: 100%;
  }

  .thumbnail-btn-wrapper>form.buying-options a.thumbnail-moreinfo,
  #left-sidebar.collapseit+#category-content button.addtocart {
    width: 145px;
    margin: 0;
  }

  /* side pop iin mobile */
  .drawer-header {
    display: block;
  }

  .filter-toggle-btn {
    display: block;
  }

  .filter-drawer {
    position: fixed;
    right: -100%;
    width: 100%;
    background: #fff;
    padding: 20px;
    transition: 0.3s ease;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    overflow-y: auto;
    opacity: 0;
  }

  .filter-drawer.open {
    right: 0;
    opacity: 1;
  }

  .drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .drawer-close {
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
    display: flex;
    top: -5px;
    position: relative;
  }

  /* side pop iin mobile */
  div#left-sidebar {
    z-index: 9;
  }

  section.category-header .category-heading h1 {
    font-size: 34px;
    text-align: center !important;
  }

  section.category-header .category-heading p {
    text-align: center;
  }

  .container.wide-container.category-heading-wrapper {
    flex-wrap: wrap;
    padding-right: 25px !important;
  }

  section.category-header .category-heading p {
    width: 100%;
  }

  .subcategory-items {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    padding-right: 0 !important;
    gap: 20px;
    padding-left: 25px;
    margin-top: 30px;
  }

  .subcategory-img-wrapper {
    height: 90px;
  }

  .row {
    margin-left: 0;
    margin-right: 0
  }

  .category-heading.white.text-center {
    padding: 0;
  }

  .subcategory-thumb {
    padding: 0;
  }

  .categories-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  #category-content section.row {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .product-image-wrapper {
    display: block;
    width: 100%;
  }

  .product-details-wrapper {
    display: block;
    width: 100%;
  }

  .container.wide-container .row ul.breadcrumb {
    margin-bottom: 0;
  }

  .form-group .select-box {
    gap: 10px;
  }

  .container.wide-container .form-group label.sort-title.neutral-dark {
    font-size: 16px;
    margin-bottom: 0;
  }

  .form-group .select-box {
    padding-right: 0;
    padding-left: 10px;
  }

  .container.wide-container .row {
    padding-bottom: 50px;
  }

  .products-page-header .products-heading-wrapper h1 {
    font-size: 34px;
  }

  /*  */
  .menu-container .menu-row .hidden-xs {
    display: block !important;
  }

  .home-main-col-h .col-sm-12 {
    justify-content: center;
  }

  .featured-brands-h {
    flex-wrap: wrap;
    padding: 15px 30px;
  }

  nav.nav.navbar {
    display: block !important;
  }

  .wrapper-header .top-row .header-pno {
    margin-top: 0;
  }

  .wrapper-header .account-cart-col .mobile-buttons {
    margin-left: 0;
    display: flex !important;
    gap: 20px;
  }

  .wrapper-header .account-cart-col .mobile-buttons i.fa {
    color: #dcd3d2;
  }

  .col-xs-6.col-sm-4.wrapper-logo.text-center {
    height: auto !important;
  }

  .wrapper-logo .header-logo {
    position: static;
    transform: none;
  }

  #business-years {
    margin-top: 0;
    font-size: 14px;
  }

  .homepage-content-wrapper .homepage-content-left {
    width: 100% !important;
    padding-bottom: 10px !important;
  }

  .homepage-content-wrapper .homepage-content-right {
    display: block !important;
    padding: 20px 15px !important;
    width: 100% !important;
  }

  .homepage-content-wrapper .homepage-content-right img {
    margin: 0;
  }

  .footer-content {
    width: 100%;
  }

  .homepage-content-wrapper .homepage-content-left {
    padding-top: 0;
  }

  .footer-newsletter-signup .input-group {
    margin-left: -15px;
  }

  footer.neutral-dark-background .footer-content {
    padding-top: 60px !important;
  }

  .footer-newsletter {
    transform: none;
  }

  footer.neutral-dark-background {
    margin-top: 0;
  }

  .wrapper-header {
    padding: 0 5px !important;
  }

  button#menu-toggle {
    position: fixed;
    top: 26px;
    left: 20px;
    z-index: 99;
    height: 36px;
    width: 36px;
    font-size: 20px;
  }

  .menu-container .category-menu {
    display: none;
  }

  .menu-container .category-menu {
    position: fixed;
    top: 0;
    background: #eee;
    height: 100%;
    padding: 60px 30px;
    overflow-y: auto;
  }

  .menu-container .category-menu>li.dropdown {
    width: 100%;
    text-align: left;
  }

  .logo {
    padding-bottom: 0;
  }
}

.sticky-nav-wrapper {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 9 !important;
}

@media (max-width: 575px) {
  .wrapper-header .wrapper-logo {
    width: 100%;
  }

  .wrapper-header .top-row {
    flex-wrap: wrap;
    padding: 0 !important;
  }

  .wrapper-header .top-row .account-cart-col>div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .wrapper-header .top-row .account-cart-col {
    width: 100%;
  }

  .wrapper-header .top-row .account-cart-col>div .header-pno {
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  button#menu-toggle {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .wrapper-header .account-cart-col .mobile-buttons {
    margin-left: 20px;
  }

  .wrapper-header .top-row .header-pno {
    padding-right: 10px;
  }
}

.header-logo {
  position: static;
  transform: none;
}

.wrapper-header .col-xs-6.col-sm-4.wrapper-logo.text-center {
  height: auto !important;
}

#business-years {
  margin-top: 6px;
  font-size: 17px;
}

.wrapper-header .top-row {
  height: auto !important;
}

.wrapper-header .top-row .account-cart-col>div .header-pno a {
  color: #fff !important;
}

.category-menu .dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
}

.dropdown:hover>.dropdown-menu,
.dropdown-submenu:hover>.collapse {
  display: block !important;
}

.category-menu .first-level-li:hover .dropdown-menu {
  min-width: 1400px !important;
  display: flex !important;
  flex-wrap: wrap;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  position: fixed;
  top: 335px;
  background: #fff;
}

.category-menu .first-level-li:hover .dropdown-menu img {
  margin-bottom: 4px;
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: center;
  background: #fff;
  max-width: 100%;
}

.category-menu .first-level-li:hover .dropdown-menu li {
  width: 50%;
  text-align: center;
}

.n_category .category-menu .dropdown-menu a {
  cursor: pointer;
}

.n_category .category-men.n_category .category-menu .dropdown-menu ul.dropdown-menu {
  max-height: 100px;
  overflow-y: auto;
}

.n_category .category-menu .dropdown-menu {
  max-height: 450px;
  overflow-y: auto;
}

.n_category .category-menu .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}

.category-menu .first-level-li:hover .dropdown-menu li {
  width: 11%;
}

.category-menu li.dropdown.first-level-li {
  position: static;
}

.category-menu {
  position: relative;
}

.category-menu .first-level-li:hover .dropdown-menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

img.logo {
  padding-bottom: 0;
}

.header-pno {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header-pno+div {
  display: flex;
  align-items: center;
}

.header-pno>a:first-child,
.header-pno>a:last-child {
  font-size: 16px;
}

.addtocart {
  background: #ffc514;
  border: 1px solid #ffc514;
  color: #000;
  width: 180px;
}

.addtocart i.fa:before {
  color: #000 !important;
}

#n_product .buying-options .qty {
  width: 120px !important;
  margin: 0 auto;
  border: 1px solid #ccb2b5;
}

.buying-options .productprice {
  font-weight: 700 !important;
}

.utility-btns {
  display: none;
}

.buying-options .btn-stack .col-xs-6.col-sm-4 {
  width: auto;
  padding-left: 0;
}

.product-info-section .add-to-cart-wrapper form.buying-options .row.btn-stack {
  padding-top: 25px;
}

.product-info-section .dropdown i {
  font-family: 'FontAwesome';
  font-style: unset;
  visibility: visible;
}

.product-info-section .dropdown span.caret {
  visibility: hidden;
}

.product-info-section .dropdown .btn .caret i {
  top: 13px;
  position: absolute;
  font-size: 13px;
  left: inherit;
  right: 4px;
}

.product-info-section .dropdown-menu>li>a {
  padding-left: 10px;
  padding-right: 10px;
}

.product-info-section .dropdown-menu {
  padding-top: 5px;
  padding-bottom: 5px;
}

.product-info-section .add-to-cart-wrapper .extra-options div#shipbox .panel-heading {
  background-color: #FAF9F5;
  border-color: #5908114f;
  border: none;
}

.product-info-section .add-to-cart-wrapper div#shipbox .panel-heading h3 {
  font-family: "TT Norms Pro" !important;
  font-size: 24px;
  font-weight: 600 !important;
  color: #781b1b !important;
}

.product-info-section .add-to-cart-wrapper .extra-options div#shipbox .panel-heading img.ellipse-word.FLAT.RATE {
  width: auto !important;
  height: 35px !important;
  margin: 0 10px;
}

.product-info-section .add-to-cart-wrapper .extra-options div#shipbox .panel-body button {
  background-color: #A01C25;
  color: #ffffff !important;
}

.product-info-section .add-to-cart-wrapper .extra-options div#shipbox .panel-body button:hover {
  background-color: #eacccc;
  color: #A01C25 !important;
}

.product-info-section .add-to-cart-wrapper .extra-options div#shipbox .panel-body .form-control {
  padding: 10px 12px;
  border: 1px solid #5908114f;
  height: 100%;
}

.product-info-section .add-to-cart-wrapper .extra-options div#shipbox {
  border-color: #5908114f;
}

/* Pagination code */
.pagination-container button.pagination-prev.btn,
.pagination-container button.pagination-next {
  margin-top: 0 !important;
  background-color: #A01C25;
  color: #ffffff !important;
  font-weight: 500;
  border: none;
  padding: 10px 20px !important;
  border-radius: 30px;
  transition: 0.3s;
  font-size: 17px;
  line-height: 0;
}


.pagination-container button.pagination-prev.btn span.pagination-label,
.pagination-container button.pagination-next span.pagination-label {
  color: #fff !important;
  line-height: normal;
}

.geometric-pagination {
  height: auto;
}

.pagination-container .active.pagination-child {
  margin: 0;
}

.pagination-container .pagination-child .pagination-center {
  padding: 5px 14px;
  border-color: #A01C25;
  border-radius: 10px;
}

.pagination-container .active.pagination-child button.pagination-center {
  background-color: #A01C25;
  color: #fff;
}

.pagination-container .pagination-child .pagination-center:hover {
  background-color: #eacccc !important;
  color: #A01C25 !important;
  border-color: #eacccc !important;
}

.pagination-container {
  margin: 0;
}

.pagination-container button.pagination-center:focus {
  outline: none;
  outline-offset: 0;
}

.pagination-container button.pagination-center:active {
  box-shadow: none;
}

.pagination-strikethrough.tertiary {
  border-color: #e6e6e6;
}

button.btn:focus {
  outline: none !important;
}

button.btn:focus:active {
  box-shadow: none;
}

.ship-cal-code .panel-default>.panel-heading {
  background-color: #FAF9F5;
  border-color: #5908114f;
}

.ship-cal-code .panel-default>.panel-heading .panel-title {
  font-size: 20px;
  font-weight: 500 !important;
  font-family: "TT Norms Pro" !important;
}

.ship-cal-code input.btn.btn-block.btn-default {
  margin-top: 0 !important;
  background-color: #A01C25;
  color: #ffffff !important;
  font-weight: 500;
  border: none;
  transition: 0.3s;
  font-size: 16px;
  padding: 10px 20px;
  transition: 0.3s;
  border-radius: 30px;
}

.ship-cal-code .panel.panel-default {
  border: 1px solid #e2e2e291;
  box-shadow: rgb(173 180 188 / 20%) 0px 8px 24px;
}

/* Pagination code */
@media (min-width: 991px) and (max-width: 1280px) {

  /* */
  .thumbnail-btn-wrapper>form.buying-options a.thumbnail-moreinfo,
  #left-sidebar.collapseit+#category-content button.addtocart {
    width: auto;
  }

  section.category-header .category-heading h1 {
    font-size: 34px;
    text-align: center !important;
  }

  section.category-header .category-heading p {
    text-align: center;
  }

  .container.wide-container.category-heading-wrapper {
    padding-right: 25px !important;
  }

  section.category-header .category-heading p {
    width: 100%;
  }

  .subcategory-items {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    padding-right: 0 !important;
    gap: 20px;
    padding-left: 25px;
    margin-top: 30px;
  }

  .subcategory-img-wrapper {
    height: 90px;
  }

  .row {
    margin-left: 0;
    margin-right: 0
  }

  .category-heading.white.text-center {
    padding: 0;
  }

  .subcategory-thumb {
    padding: 0;
  }

  .categories-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-image-wrapper {
    display: block;
    width: 100%;
  }

  .product-details-wrapper {
    display: block;
    width: 100%;
  }

  .container.wide-container .form-group label.sort-title.neutral-dark {
    font-size: 18px;
    margin-bottom: 0;
  }

  .container.wide-container .row {
    padding-bottom: 50px;
  }

  .products-page-header .products-heading-wrapper h1 {
    font-size: 34px;
  }

  .list-view .thumbnail-width .product {
    display: flex;
  }

  .list-view p.product-title {
    font-size: 25px;
  }

  .product-list a.notify_popup.btn.disabled-btn {
    width: auto;
  }

  #category-content .row:has(.grid-view) {
    grid-template-columns: repeat(4, 1fr);
  }

  #category-content.col-md-9 section.row {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-grid-container.list-view .product-image-wrapper {
    width: 40%;
  }

  .product-grid-container.list-view .product-details-wrapper {
    width: 60%;
  }

  #left-sidebar h4.accordion-header {
    padding: 12px 12px;
  }

  #left-sidebar h4.accordion-header:before {
    top: 9px;
  }

  div#left-sidebar li.list-group-item {
    padding: 0;
  }

  .accordion-item ul#filter-price {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 14px;
  }

  .accordion-item ul#filter-price .ui-slider-horizontal {
    width: 89%;
    margin: 0 auto;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .product-list .thumbnail-btn-wrapper button.addtocart {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .category-menu a {
    font-size: 14px;
    padding: 6px 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product .thumbnail-btn-wrapper>form.buying-options {
    flex-wrap: wrap;
  }

  .product p.product-title {
    padding-top: 0;
    height: 65px;
  }

  /* */
  .drawer-header h3 {
    font-size: 24px;
    font-weight: 500 !important;
    color: #000000 !important;
    font-family: "TT Norms Pro" !important;
  }

  #n_category .container.wide-container #category-content section.row {
    margin-top: 25px;
  }

  .thumbnail-btn-wrapper>form.buying-options a.thumbnail-moreinfo,
  #left-sidebar.collapseit+#category-content button.addtocart {
    width: 145px;
  }

  .filter-toggle-btn {
    display: block;
  }

  .filter-drawer {
    position: fixed;
    right: -100%;
    width: 100%;
    background: #fff;
    padding: 20px;
    transition: 0.3s ease;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    overflow-y: auto;
    opacity: 0;
  }

  .filter-drawer.open {
    right: 0;
    opacity: 1;
  }

  .drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .drawer-close {
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
    display: flex;
    top: -5px;
    position: relative;
  }

  /* side pop iin mobile */
  div#left-sidebar {
    z-index: 9;
  }

  section.category-header .category-heading h1 {
    font-size: 34px;
    text-align: center !important;
  }

  section.category-header .category-heading p {
    text-align: center;
  }

  .container.wide-container.category-heading-wrapper {
    flex-wrap: wrap;
    padding-right: 25px !important;
  }

  section.category-header .category-heading p {
    width: 100%;
  }

  .subcategory-items {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    padding-right: 0 !important;
    gap: 20px;
    padding-left: 25px;
    margin-top: 30px;
  }

  .subcategory-img-wrapper {
    height: 90px;
  }

  .row {
    margin-left: 0;
    margin-right: 0
  }

  .category-heading.white.text-center {
    padding: 0;
  }

  .subcategory-thumb {
    padding: 0;
  }

  .categories-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-image-wrapper {
    display: block;
    width: 100%;
  }

  .product-details-wrapper {
    display: block;
    width: 100%;
  }

  .container.wide-container .form-group label.sort-title.neutral-dark {
    font-size: 18px;
    margin-bottom: 0;
  }

  .container.wide-container .row {
    padding-bottom: 50px;
  }

  .products-page-header .products-heading-wrapper h1 {
    font-size: 34px;
  }

  button#sidebarToggle {
    display: none;
  }

  .list-view .thumbnail-width .product {
    display: flex;
  }

  .list-view p.product-title {
    font-size: 25px;
  }

  .product-list a.notify_popup.btn.disabled-btn {
    width: auto;
  }

  #category-content .row:has(.grid-view),
  #category-content.col-md-9 section.row {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-grid-container.list-view .product-image-wrapper {
    width: 40%;
  }

  .product-grid-container.list-view .product-details-wrapper {
    width: 60%;
  }

  /* */
  .wrapper-header .wrapper-logo {
    max-width: 250px;
  }

  .container.wide-container.wrapper-header .top-row .search-bar-col .search-bar {
    width: 100%;
  }

  .account-cart-col {
    max-width: 180px;
  }

  .container.wide-container.wrapper-header .top-row .search-bar-col {
    min-width: 265px;
  }

  .container.wide-container.wrapper-header .top-row .search-bar-col #name_search {
    font-size: 14px !important;
  }

  .container.wide-container.wrapper-header .top-row {
    justify-content: space-between;
  }
}

@media (max-width: 1599px) {
  .category-menu .first-level-li:hover .dropdown-menu {
    min-width: 96% !important;
  }
}

@media (max-width: 1199px) {
  .category-menu .first-level-li:hover .dropdown-menu>li {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  .category-menu .first-level-li:hover .dropdown-menu>li {
    width: 100% !important;
  }

  .buying-options .btn-stack {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .extra-options {
    padding-bottom: 20px;
  }

  .wrapper-product-title,
  .wrapper-product-title * {
    text-align: left !important;
  }

  .buying-options .btn-stack .wrapper-pricing {
    margin-bottom: 15px;
  }

  section[aria-label="My Wishlists"] input.btn-success {
    margin-top: 15px;
    width: auto;
  }

  .footer-content>div {
    text-align: left !important;
  }

  .footer-content>div h4 {
    font-size: 20px;
  }

  .footer-content>div .list-social {
    margin: 0;
  }

  .footer-content>div address {
    margin-top: 15px;
  }

  .footer-content>div address * {
    font-size: 14px;
  }
}

@media (max-width: 1818px) {
  #left-sidebar.collapseit+#category-content .thumbnail-width.col-lg-2 button.addtocart {
    margin-top: 15px;
  }

  .product-details-wrapper .thumbnail-btn-wrapper button.addtocart.thumbnail-addtocart {
    margin-top: 15px;
  }
}

@media (max-width: 1199px) {
  #left-sidebar.collapseit+#category-content .thumbnail-width.col-lg-2 button.addtocart {
    margin-top: 0;
  }

  .thumbnail-btn-wrapper>form.buying-options .thumbnail-addtocart {
    margin-top: 0 !important;
  }

  .thumbnail-width .product {
    margin-bottom: 30px !important;
  }
}

button.addtocart.btn.primary-btn-solid.thumbnail-addtocart.btn-loads {
  line-height: 47px;
}

#n_customer .well {
  background: #fff;
  border: 0;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}

#n_customer .well button.btn.btn-lg.btn-success.btn-block,
.btn-primary,
input.btn-success {
  width: auto;
  background: #ffc514;
  border: 1px solid #ffc514;
  color: #000;
}

#n_customer .well button.btn.btn-lg.btn-success.btn-block:hover,
.btn-primary:hover,
input.btn-success:hover {
  background: #ff9f14;
  border: 1px solid #ff9f14;
}

.account-summary .page-header a {
  color: #c22222 !important;
  font-weight: 600;
}

.account-summary a.btn.btn-default.btn-block {
  border: 0;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 15px;
}

.account-summary a.btn.btn-default.btn-block:hover {
  background: #f4f4f4;
}

.account-summary section[aria-label="My Orders"] .well {
  background: #fff;
  border: 0;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}

.account-summary section[aria-label="My Orders"] .well .label-success {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .category-menu li.dropdown.first-level-li {
    position: relative;
  }

  .category-menu .first-level-li:hover .dropdown-menu {
    position: absolute;
    top: 30px;
    width: 100%;
  }

  .category-menu .first-level-li:hover .dropdown-menu>li i,
  .category-menu .first-level-li:hover .dropdown-menu>li i+div {
    display: none;
  }

  .home-popular-cat-h .tbh-box-h {
    width: 50% !important;
  }

  .category-menu li.dropdown.first-level-li i.fa,
  .category-menu li.dropdown.first-level-li i.fa+ul.dropdown-menu {
    display: none !important;
  }

  .category-menu a {
    font-size: 16px;
  }

  ul.category-menu .mobile-menu-contact-info-h {
    list-style: none;
  }

  ul.category-menu .mobile-menu-contact-info-h ul {
    list-style: none;
    text-align: left;
    padding-left: 0;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
  }

  ul.category-menu .mobile-menu-contact-info-h ul a {
    display: block;
  }

  .wrapper-header .top-row .account-cart-col>div .header-pno {
    display: none !important;
  }

  .home-main-col-h {
    padding-top: 5px;
  }

  .buying-options-btn-wrapper {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .mobile-menu-contact-info-h {
    display: none;
  }
}

@media (max-width: 575px) {
  .wrapper-logo .header-logo {
    max-width: 150px;
    margin: 0 auto;
  }

  #business-years {
    font-size: 14px;
  }

  .wrapper-header .top-row .account-cart-col {
    height: 46px !important;
  }

  .wrapper-header .account-cart-col .mobile-buttons {
    gap: 10px;
  }

  .wrapper-header .account-cart-col .mobile-buttons button {
    width: 36px;
    height: 36px;
  }

  .container.wide-container.wrapper-header .top-row {
    margin-bottom: 6px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .wrapper-header .wrapper-logo {
    margin-left: 60px;
  }
}

.footer-newsletter-signup .input-group-btn>input.newsletter-btn {
  background: #000;
  border: 1px solid #000;
}

.footer-newsletter-signup,
.footer-newsletter-signup * {
  z-index: 0 !important;
}

footer ul li a {
  padding-bottom: 0 !important;
  display: grid;
  place-content: center;
}

#n_customer_account table td,
#n_customer_account table td * {
  color: #333 !important;
}

/*********redesign style start*******/
.redesignbody .sticky-nav {
  position: unset;
  width: auto;
}

.redesignbody .sticky-nav {
  margin-right: 0;
}

.redesignbody .sticky-nav a.nav-link {
  color: #ffffff !important;
}

button.btn-primary:hover {
  color: #8b0000;
  border: none;
}

/* Top Header */
.category-header {
  background-color: #590811db;
  border-top: 1px solid #ffffff8c;
}

.category-header .navbar-responsive-collapse {
  padding: 0;
  /* justify-content: center;
display: flex !important; */
}

.category-header .container {
  max-width: 1390px;
  margin: auto;
  width: 100% !important;
}

.category-header .navbar-responsive-collapse ul.navbar-nav {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

.category-header .navbar-responsive-collapse ul a.nav-link {
  padding-right: 0;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Saa Series DD OT";
  white-space: nowrap;
  color: #fff !important;
  position: relative;
  display: block;
}

.category-header .navbar-responsive-collapse ul a.nav-link.dropdown-toggle:before {
  display: none;
}

.category-header .navbar-responsive-collapse ul a.nav-link.dropdown-toggle:after {
  content: "\f107";
  font-family: FontAwesome;
  right: 0;
  position: relative;
  font-size: 11px;
  display: block;
  height: 16px;
  width: 16px;
  display: flex;
  justify-content: center;
}

.category-header .navbar-responsive-collapse ul li a.nav-link.dropdown-toggle {
  display: flex;
  gap: 5px;
  align-items: baseline;
}

header.header.old-design {
  padding: 0;
  background: none;
}

.category-header .navbar-responsive-collapse ul.navbar-nav li ul.dropdown-menu {
  width: 215px;
  padding: 10px 0;
}

.category-header .navbar-responsive-collapse ul.navbar-nav li ul li a {
  font-size: 17px;
  display: block;
  width: 100%;
  padding: 5px 15px;
  transition: all 0.5s ease-in-out;
  white-space: break-spaces;
  padding-right: 30px;
}

.category-header .navbar-responsive-collapse ul.navbar-nav li ul li a:hover {
  background-color: #eacccc;
}

.category-header .navbar-responsive-collapse ul.navbar-nav .dropdown:hover>.dropdown-menu li.dropdown.dropdown-hover:hover:before {
  transform: rotate(180deg);
}

.category-header .navbar-responsive-collapse ul.navbar-nav .dropdown:hover>.dropdown-menu {
  top: 100%;
  border-top: 3px solid #590811;
}

.category-header .navbar-responsive-collapse ul.navbar-nav .dropdown:hover>.dropdown-menu li.dropdown.dropdown-hover:before {
  content: "\f107";
  font-family: FontAwesome;
  right: 10px;
  position: absolute;
  top: 7px;
  font-size: 16px;
  color: #702b33;
  z-index: 999;
  transition: all 0.5s ease-in-out;
}

.category-header .navbar-responsive-collapse ul.navbar-nav .dropdown:hover>.dropdown-menu li.dropdown.dropdown-hover ul.dropdown-menu {
  left: 100%;
  top: 0;
}

.category-header .navbar-responsive-collapse ul.navbar-nav .dropdown:hover>.dropdown-menu li.dropdown.dropdown-hover.et-reverse-direction-nav ul.dropdown-menu {
  right: 100%;
  left: unset;
}

.category-header .navbar-responsive-collapse ul.navbar-nav:first-child li:nth-child(7) ul.dropdown-menu li.dropdown.dropdown-hover ul.dropdown-menu.dropdown-menu-horizontal {
  left: auto !important;
  right: 100% !important;
}

.category-header ul#megamenu-personal-new li:nth-child(7) ul.dropdown-menu,
.category-header ul#megamenu-business-new li:nth-child(7) ul.dropdown-menu {
  left: auto !important;
  right: 0% !important;
}

/* Top Header */
/* Header */
/* .header {
background: #590811;
color: white;
padding: 15px 0;
position: sticky;
top: 0;
z-index: 1000;
} */
.top-header {
  padding: 10px 20px 11px;
  background: #590811;
  color: white;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-img {
  height: 40px;
  width: auto;
}

.nav-list {
  display: flex;
  list-style: none;
  gap: 34px;
}

.nav-link {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: opacity 0.3s;
}

.nav-link:hover {
  opacity: 0.8;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.btn-primary {
  background: white;
  color: #590811;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-primary:hover {
  background: #f0f0f0;
}

.header-icons {
  display: flex;
  gap: 9px;
  padding-right: 4px;
  align-items: center;
}

.header-icons .icon-btn img {
  width: 25px;
}

.icon-btn {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 5px;
  transition: opacity 0.3s;
}

.icon-btn:hover {
  opacity: 0.8;
}

.account-toggle {
  display: flex;
  justify-content: center;
  gap: 3px;
  margin: 10px 0;
  background: white;
  padding: 3px 4px;
  border-radius: 50px;
}

.toggle-btn {
  padding: 4px 16px 4px 14px;
  border: 1px solid #fff;
  background: #fff;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  color: #590811;
  border-radius: 20px;
  font-size: 15px;
}

.toggle-btn.active {
  background: #590811;
  color: #fff;
  border-color: #590811;
  border-radius: 20px;
  font-weight: 500;
}

.homepage-view {
  margin: 0px auto;
}

.header-icons .icon-btn[aria-label="Account"] img {
  width: 23px;
}

.header-icons a.icon-btn[aria-label="Call Barware"] {
  margin-right: 4px;
}

.header-icons a.icon-btn[aria-label="Call Barware"] img {
  width: 24px;
}

button.icon-btn.search-toggle img {
  width: 23px;
  margin-right: 1px;
}

/* .header {
padding: 10px 20px 11px;
} */
.search-container {
  position: absolute;
  top: 60px;
  /* adjust based on header height */
  left: -300px;
  /* hidden off-screen */
  transition: left 0.3s ease;
  display: flex;
  align-items: center;
  background: white;
  padding: 10px;
  border: 1px solid #ccc;
  z-index: 1000;
}

.search-container.active {
  left: 20px;
  /* slide into view */
}

.search-input {
  width: 200px;
  padding: 8px;
  border: 1px solid #aaa;
  border-radius: 4px;
  color: #000000;
}

.close-search {
  margin-left: 10px;
  background: transparent;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.home-main-col-h-1 {
  padding: 0px 8px;
  /* margin-top: 100px; */
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0;
}

.left-container {
  margin: 0 auto;
  max-width: 1390px;
}

#n_home h3.page_subtitle {
  color: #590811;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 500 !important;
  font-family: "Saa Series DD OT" !important;
  width: 100%;
}

.advert-para {
  text-align: center;
  font-size: 16px;
  width: 87%;
  margin: auto;
  color: #444243;
  line-height: 1.5;
  margin-bottom: 20px;
}

.advert-para:last-child {
  margin-bottom: 0;
}

.primary-border-top {
  border-color: #cc5c5c
  /*{Primary-Site-Colour}*/
  ;
  border-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-left-style: none;
}

.h2heading {
  text-align: center;
  margin-top: 20px;
  padding: 20px 0;
}

.header-search {
  display: none;
  position: absolute;
  top: 13px;
  left: 49%;
  right: auto;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 8px;
  z-index: 999;
  transform: translateX(-50%);
  width: 50%;
  max-width: 500px;
}

.header-search.active {
  display: block;
}

.search-form {
  display: flex;
  align-items: center;
}

.search-input {
  width: 180px;
  border: 1px solid #ddd;
  padding: 6px 10px;
  border-radius: 4px;
  outline: none;
}

.search-input:focus {
  border-color: #000;
}

/*********redesign style end*******/
/* ADDED ON 29-10-25 START */
.line-before:before {
  content: "";
  width: 55px;
  position: absolute;
  height: 2px;
  background: #590811;
  top: 50%;
  left: 0;
  display: none;
  transform: translateY(-50%);
}

.line-before {
  position: relative;
  /* padding-left: 70px; */
}

.header img.logo {
  width: 214px;
}

.main-container {
  max-width: 1390px;
  margin: auto;
  width: 100%;
}

.header .logo {
  padding: 0;
}

.no-sticky {
  position: unset !important;
}

.header div.logo {
  padding-left: 8px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.header-icons a.icon-btn {
  color: #ffffff !important;
}

.header-actions .header-search {
  border-radius: 40px;
  padding: 0;
}

.header-actions .header-search .search-input {
  border-radius: 30px !important;
  height: 55px;
  padding-left: 25px;
  padding-right: 60px;
  width: 100%;
}

.header-actions .header-search button.btn.search {
  background: #590811;
  left: auto;
  right: 0px;
  border-color: #590811;
}

.header-actions .header-search button.btn.search i {
  color: #ffffff;
}

.nav.sticky-nav ul.nav-list {
  margin: 0;
  padding: 0;
}

.nav.sticky-nav ul.nav-list li a.nav-link {
  font-size: 16px;
  font-weight: 500;
  font-family: "Saa Series DD OT";
  position: relative;
}

.nav.sticky-nav ul.nav-list li a.nav-link:before {
  content: "";
  width: 0%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 25px;
  transition: all 0.3s ease-in-out;
}

.nav.sticky-nav ul.nav-list li a.nav-link:hover:before {
  width: 100%;
}

.nav.sticky-nav ul.nav-list li a.nav-link:hover {
  opacity: 1;
}

.menu_section {
  display: flex;
  align-items: center;
  gap: 19px;
}

/* ADDED ON 29-10-25 END */
/* BANNER STYLE START */
.homepage-view .carousel a.carousel-control {
  top: 50%;
  bottom: auto;
  width: 50px;
  height: 50px;
  display: grid;
  place-content: center;
  background: #ffffff;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid #a01c25;
  transition: all 0.3s ease-in-out;
}

.homepage-view .carousel a.left.carousel-control {
  left: 5%;
}

.homepage-view .carousel a.carousel-control svg path {
  stroke: #a01c25;
}

.homepage-view .carousel a.carousel-control:hover {
  background: #a01c25;
}

.homepage-view .carousel a.carousel-control:hover svg path {
  stroke: #ffffff;
}

.homepage-view .carousel a.right.carousel-control {
  right: 5%;
}

.carousel-indicators li {
  background: #000000;
  opacity: 1;
  border: none;
}

.carousel-indicators .active {
  background: #a01c25;
}

ol.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
}

.banner-text {
  width: 50%;
}

.banner-text h3.banner-title {
  font-size: 24px;
  text-align: left;
  font-weight: 500 !important;
  line-height: 0.85;
  font-family: "Saa Series DD OT" !important;
  word-spacing: 0;
  padding-left: 3px;
  margin-bottom: 15px;
}

.banner-text h3.banner-title img.ellipse-word.OF {
  width: 77px;
  margin: 0 -4px;
  object-fit: contain;
}

.banner-text h3.banner-title span.bar-badge {
  border: 4px solid;
  border-radius: 50%;
  padding: 8px 12px;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  transform: translateY(-7px);
}

div#business-view .home-ad-section {
  background-position: center;
  background-size: cover;
  background-attachment: unset;
  display: block !important;
}

.home-ad-section .home-ad-overlay {
  padding: 193px 0 205px;
}

.primart_btn {
  background: #efd2d4;
  border-radius: 40px;
  padding: 15px 55px;
  font-weight: 500;
  color: #590811 !important;
  margin-left: 9px;
  font-size: 17px;
  border: none;
}

.primart_btn:hover {
  background: #590811;
  color: #ffffff;
}

.banner-text p.home-ad-description {
  color: #fafafa;
  margin-bottom: 21px;
  font-size: 28px;
  padding-left: 8px;
}

.section_para {
  padding: 40px 0 0px;
}

/* BANNER STYLE END */
/* TAB SECTION START */
.tabs-container h2.h2heading {
  margin-bottom: 7px;
}

.tabs-container {
  padding: 0 10px;
  text-align: center;
}

.nav-tabs {
  justify-content: center;
  border-bottom: none;
  margin-bottom: 20px;
}

.nav-tabs .nav-link {
  color: #555;
  font-weight: 600;
  font-size: 17.7px;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 10px 26px 14px;
  cursor: pointer;
}

.nav-tabs .nav-link.active {
  color: #a30c0c !important;
  border-bottom: 3px solid #a30c0c;
}

.tab-content {
  margin-top: 34px;
  margin-bottom: 70px;
}

.tab-content .bar-item h5 {
  text-align: center;
}

.tab-content .row {
  justify-content: center;
}

.bar-item {
  text-align: center;
  margin-bottom: 30px;
}

.bar-item img {
  width: 100%;
  max-height: 287px;
  border-radius: 0px;
  object-fit: contain;
  border: 1px solid #e2eced;
}

.bar-item img:hover {
  border-color: #a01c25;
}

.brand-slider a.img-card img.img-fluid:hover,.brand-slider span.img-card img.img-fluid:hover {
  border-color: #a01c25;
}

.brand-slider a.img-card:focus-visible,
.brand-slider a.img-card:focus,.brand-slider span.img-card:focus-visible,
.brand-slider span.img-card:focus {
  outline: 0;
}

.bar-item h5 {
  margin-top: 26px;
  color: #444243;
  font-weight: 500 !important;
  text-align: start;
  font-size: 17px;
  font-family: "TT Norms Pro" !important;
  margin-left: -2px;
}

.divider {
  width: 50px;
  height: 2px;
  background-color: #781b1b;
  display: inline-block;
  margin-bottom: 6px;
}

.custom-btn {
  margin-top: 10px;
  background-color: #A01C25;
  color: #ffffff !important;
  font-weight: 500;
  border: none;
  padding: 14px 47px;
  border-radius: 30px;
  transition: 0.3s;
  font-size: 17px;
  display: inline-block;
  /* border: 2px solid #781b1b; */
}

.custom-btn:hover {
  background-color: #eacccc;
  color: #A01C25 !important;
}

.nav-tabs.custom_branding .nav-link {
  border-color: #dee2e6;
  margin: 0;
  color: #686565 !important;
  opacity: 0.8;
}

.nav-tabs.custom_branding .nav-link:focus,
.nav-tabs.custom_branding .nav-link:focus-visible {
  outline: 0;
}

.nav-tabs.custom_branding .nav-link:hover {
  opacity: 1;
}

.nav-tabs.custom_branding .nav-link.active {
  border-color: #a01c25;
  color: #a01c25 !important;
}

.nav-tabs.custom_branding .nav-link#stocking-tab {
  padding: 10px 40px 14px;
}

.tab-content .tab-pane.active {
  opacity: 1;
}

.custom_branding {
  display: flex;
  align-items: center;
}

.custom_branding li.nav-item button {
  background: transparent;
}

h1.h2heading {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 500 !important;
  color: #590811;
  font-family: "Saa Series DD OT" !important;
}

h2.h2heading {
  font-size: 42.5px;
  text-transform: uppercase;
  font-weight: 500 !important;
  color: #590811;
  font-family: "Saa Series DD OT" !important;
}

/* TAB SECTION END */
/* Newsletter Section */
.newsletter-section {
  background: transparent;
  color: white;
  padding: 0;
  opacity: 1;
}

.newsletter-content {
  display: flex;
  gap: 0px;
  align-items: stretch;
}

.blog-section h2,
.newsletter-signup h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.blog-section h3,
.newsletter-signup h3 {
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.blog-post {
  display: flex;
  gap: 30px;
  border: 1px solid #dfeaed;
  background: #ffffff;
  padding: 20px;
  margin-bottom: 0;
  margin-left: 2px;
}

.blog-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-content h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.blog-content p {
  font-size: 16px;
  line-height: 23px;
  color: #444243;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-date {
  font-size: 0.8rem;
  opacity: 0.7;
}

.blog-section .blog-content h2 {
  font-weight: 600 !important;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 27px;
  color: #444243;
  letter-spacing: 0;
  font-family: "TT Norms Pro" !important;
}

.blog-section {
  width: 50%;
  padding: 76px 75px 59px 70px !important;
  /* background: #faf2f2; */
  background: #FAF9F5;
  padding-left: calc((100% - 1380px) / 2);
}

.blog-post>a {
  width: 44%;
  height: 220px;
}

.blog-section .blog-content {
  width: 54%;
}

.blog-section h2.page_subtitle {
  margin-bottom: 43px;
}

.post-footer {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  border-top: 1px solid #dfeaed;
  margin-top: 20px;
}

.blog-content .post-footer p.post-date {
  margin: 0;
  width: auto;
  color: #444243;
  font-weight: 400;
  font-size: 17px;
}

.blog-section .blog-post .blog-content h5 {
  font-weight: 600 !important;
  margin-bottom: 10px;
  font-size: 18.6px;
  line-height: normal;
  color: #444243;
  letter-spacing: 0;
  font-family: "TT Norms Pro" !important;
  margin-top: 0;
}

.blog-section .blog-post .blog-content .blog-content {
  width: 100%;
  display: block !important;
  padding-top: 0;
}

.blog-section .blog-post .blog-content .content-sec.blog-content h4 {
  display: none;
}

.blog-section .blog-post .blog-content .blog-content p:first-of-type {
  font-size: 16px;
  line-height: 23px;
  color: #444243;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-section .blog-post .blog-content .blog-content p {
  display: none;
}

.blog-section .blog-post .blog-content .use-cont-div,
.blog-section .blog-post .blog-content .content-sec {
  display: none;
}

a.view-all-blog {
  font-size: 17px;
  text-decoration: none;
  text-align: end;
  margin: 27px 0px 20px;
  font-weight: 500;
  color: #444243 !important;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 7px;
  padding-right: 9px;
}

a.view-all-blog:hover {
  color: #a01c25 !important;
}

.blog-content .post-footer a.read-more {
  font-size: 17px;
  text-decoration: none;
  font-weight: 500;
  color: #444243 !important;
  text-wrap: nowrap;
  margin-right: 14px;
}

.blog-content .post-footer a.read-more:hover {
  color: #a01c25 !important;
}

.read-more,
.view-all-blog {
  color: white;
  text-decoration: underline;
  font-size: 0.9rem;
}

.newsletter-signup p {
  margin-bottom: 32px;
  opacity: 0.9;
  font-size: 16px;
}

.newsletter-form {
  display: flex !important;
  flex-direction: column;
  gap: 20px;
  width: 100% !important;
}

.newsletter-input {
  padding: 15px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
}

.newsletter-form label.checkbox-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  cursor: pointer;
  font-weight: 400;
}

.newsletter-checkbox {
  width: 18px;
  height: 18px;
}

.newsletter-btn {
  /* background: #efd2d3; */
  /* color: #8b0000; */
  border: none;
  padding: 13px 15px;
  font-size: 17px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 5px;
}

.newsletter-btn:hover {
  /* background: #f0f0f0; */
}

.businessview .newsletter-signup {
  color: white;
  background-image: url("/assets/images/b2b-subscribe-to-our-newsletter-bg.webp");
  position: relative;
}

.personalview .newsletter-signup {
  color: white;
  background-image: url("/assets/images/d2c-subscribe-to-our-newsletter-bg.webp");
  position: relative;
}


.newsletter-signup:before {
  background-color: #590811b5;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 0;
}

.newsletter-signup h2,
.newsletter-signup h3,
.newsletter-signup p {
  position: relative;
  z-index: 2;
}


.newsletter-signup {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #590811;
  padding: 77px 75px 80px;
  width: 50%;
  padding-right: calc((100% - 1370px) / 2);
  position: relative;
}

.newsletter-signup h2 {
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 500 !important;
  font-family: "Saa Series DD OT" !important;
  margin-bottom: 16px;
}

.newsletter-signup h3 {
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500 !important;
  font-family: "Saa Series DD OT" !important;
  margin-bottom: 16px;
}

.newsletter-signup .newsletter-form .newsletter-input {
  border-radius: 0;
  background: transparent;
  border: 1px solid #ffffff;
  height: 54px;
  padding-left: 18px;
  font-size: 19px;
  color: #ffffff;
}

.newsletter-signup .newsletter-form .newsletter-input::placeholder {
  color: #ffffff;
}

.newsletter-form label.checkbox-label {
  font-weight: 400;
  margin-top: -4px;
  font-size: 18.4px;
}

.newsletter-form label.checkbox-label input.newsletter-checkbox {
  background: #ffffff;
  width: 18px;
  height: 18px;
  margin: 0;
}

/*  */
/* BRAND SLIDER START */
.main-container.brands-panel.featured-cat {
  padding: 7px 10px 0;
}

.brand-slider img {
  max-width: 100%;
  /* max-height: 80px; */
  object-fit: contain;
  display: block;
}

.brand-slider .slick-prev,
.brand-slider .slick-next {
  color: #444243;
  width: 40px;
  height: 40px;
  opacity: 0.302;
}

.brand-slider .slick-dots li button:before {
  color: #a52a2a;
}

.brands-panel .slick-current img {
  transform: scale(1);
}

.brand-slider a.img-card,.brand-slider span.img-card {
  border: none;
  display: block;
  padding: 0;
  height: 100%;
}

.brand-slider a.img-card img.img-fluid,.brand-slider span.img-card img.img-fluid {
  border: 1px solid #e2eced;
  display: block;
  padding: 15px;
  height: 225px !important;
  /* height: 100%; */
}

.brand-slider a.img-card h5,.brand-slider span.img-card h5 {
  margin-top: 26px;
  color: #444243;
  font-weight: 500 !important;
  text-align: start;
  font-size: 16px;
  font-family: "TT Norms Pro" !important;
}

h2.page_subtitle {
  color: #590811;
  font-size: 42.6px;
  letter-spacing: 0;
  font-weight: 500 !important;
  font-family: "Saa Series DD OT" !important;
}

h3.page_subtitle {
  color: #590811;
  font-size: 42.6px;
  letter-spacing: 0;
  font-weight: 500 !important;
  font-family: "Saa Series DD OT" !important;
}

.row.brand-slider {
  position: relative;
  padding-left: 5px;
  padding-right: 1px;
  padding-bottom: 69px;
}

.brand-slider button {
  position: absolute;
  color: #ceb4b7;
}

button.slick-prev.slick-arrow {
  right: 40px;
  left: auto;
  top: -40px;
  width: auto;
  height: auto;
}

.brand-slider button.slick-next.slick-arrow {
  right: 10px;
  top: -29px;
  width: auto;
  height: auto;
}

.row.brand-slider button.slick-prev.custom-prev.slick-arrow {
  top: -29px;
  right: 51px;
  z-index: 999;
}

.brand-slider button svg.lucide {
  width: 34px;
  height: 34px;
}

.brand-slider button:hover,
.brand-slider button:focus {
  color: #444243;
  opacity: 1;
}

.brand-slider .slick-slide {
  margin: 0 12.5px !important;
}

.brand-slider .slick-list {
  margin: 0;
}

/* BRAND SLIDER END */
/* category-slider SLIDER start */
.left-container {
  margin-left: calc((100% - 1390px) / 2);
  padding-left: 9px;
  /* max-width: 1600px; */
}

.category-slider .bar-item img {
  height: 340px;
  object-fit: contain;
  padding: 10px;
  max-height: max-content;
}

.category-slider .bar-item a:focus-visible,
.category-slider .bar-item a:focus {
  outline: 0;
}

.row.category-slider {
  position: relative;
  margin-bottom: 18px;
}

.category-slider button {
  position: absolute;
  color: #444243;
  opacity: 0.302;
}

.category-slider button.slick-next.slick-arrow {
  right: auto;
  top: -50px;
  left: 90.4%;
  width: auto;
  height: auto;
}

.category-slider button svg.lucide {
  width: 34px;
  height: 34px;
}

.category-slider button:hover,
.category-slider button:focus {
  color: #444243;
  opacity: 1;
}

button.slick-prev.slick-arrow {
  width: auto;
  height: auto;
}

.category-slider button.slick-prev.custom-prev {
  right: auto;
  left: 86%;
  z-index: 999;
}

.category-slider button.slick-next {
  right: auto;
  left: 80.5%;
  width: auto;
  height: auto;
}

.featured-cat {
  padding-bottom: 32px !important;
}

.row.category-slider button.slick-prev.custom-prev.slick-arrow {
  width: 40px;
  top: -72.5px;
  height: 30px;
  left: 88.8%;
}

.main-container.brands-panel:has(.brand-slider) {
  padding: 0 12px 0 6px;
}

.row.brand-slider .slick-track {
  padding-top: 34px;
}

/* category-slider SLIDER END */
/* FAQ STYLE START */
.faq-section {
  padding: 60px 0 85px;
}

.faq-subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 25px;
  font-size: 18.8px;
}

.faq-section h2.page_subtitle {
  margin-bottom: 16px;
}

.faq-list {
  max-width: 790px;
  margin: 0 auto;
}

.faq-item {
  overflow: hidden;
  border-bottom: 1px solid #4442431a;
}

.faq-question {
  position: relative;
  width: 100%;
  background: none;
  border: none;
  padding: 24px 0;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-right: 20px;
}

.faq-question:hover {
  color: #a01c25;
}

.faq-item .faq-answer * {
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "TT Norms Pro" !important;
}

.faq-item.active button.faq-question {
  padding: 14px 0;
}

.faq-question:hover {
  background: #fff;
}

.faq-icon {
  display: inline-block;
  width: 25px;
  height: 23px;
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}

.faq-item.active .faq-answer {
  padding: 0 0px 20px;
  max-height: 200px;
  line-height: 1 !important;
}

.faq-answer p {
  color: #666;
  line-height: 1.6;
}

.faq-item .faq-answer p {
  margin: 0;
  font-style: normal;
  color: #444243 !important;
}

.brands-panel {
  padding: 0px 0 70px;
}

.faq-item .faq-answer p * {
  margin: 0 !important;
  font-style: normal !important;
  color: #444243 !important;
  font-size: 16px;
}

/* FAQ STYLE END */
/* HELP SECTION STYLE START */
.help-section {
  background: #8b0000;
  color: white;
  padding: 60px 0;
  text-align: center;
}

.help-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.help-buttons {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-bottom: 54px;
  flex-wrap: wrap;
}

.help-btn {
  background: transparent;
  color: white;
  border: 1px solid white;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
}

.help-btn:hover {
  background: white;
  color: #8b0000;
}

.contact-btn {
  padding: 14px 84px;
  letter-spacing: 0;
  /* background: #efd2d3; */
  /* color: #8b0000 !important; */
  border: none;
  font-size: 17px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
}

.contact-btn:hover {
  /* background: #f0f0f0; */
}

section.help-section .contact-btn,
.newsletter-content .newsletter-signup .newsletter-btn {
  background-color: #FAF9F5 !important;
}

section.help-section .contact-btn:hover,
.newsletter-content .newsletter-signup .newsletter-btn:hover {
  background-color: #eacccc !important;
  border: none;
}

section.help-section {
  background-color: #590811;
  padding: 78px 0 83px;
  position: relative;

}

section#needhelp_section-business {
  background: url("/assets/images/b2b-need-help-with-bg-img.webp");
  background-position: center 80%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

section.help-section:before {
  background-color: #590811cf;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 0;
}

section.help-section .main-container {
  position: relative;
  z-index: 9;
}

section.help-section h3.help-title {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 43px;
  font-weight: 500 !important;
  font-family: "Saa Series DD OT" !important;
}

section.help-section .help-buttons a.help-btn {
  background: #ffffff;
  width: 18.3%;
  font-size: 18px;
  color: #444243 !important;
  font-weight: 500;
}

section.help-section .help-buttons a.help-btn:hover {
  background: #a01c25;
  color: #ffffff !important;
  border-color: #a01c25;
}


section#needhelp_section-personal {
  background: url("/assets/images/d2c-got-questions-were-here-to-help-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position-y: 50%;
}


/* HELP SECTION STYLE END */
/* FOOTER STYLE START */
footer.neutral-dark-background.custom-blue {
  background: #727172;
  margin-top: 0;
}

footer.neutral-dark-background.custom-blue .footer-content {
  margin-top: 0;
  padding-top: 77px;
}

footer.neutral-dark-background.custom-blue .footer-content .footer-heading:first-child {
  padding-left: 8px;
  width: 21.8%;
}

footer.neutral-dark-background.custom-blue .footer-content .footer-heading:nth-child(3) {
  width: 29.7%;
}

footer.neutral-dark-background.custom-blue .footer-content .footer-heading:nth-child(4) {
  width: 20%;
}

footer.neutral-dark-background.custom-blue .footer-content .footer-heading:nth-child(2) ul.nav a.primary-color-hover {
  padding-left: 16px;
}

footer.neutral-dark-background.custom-blue .footer-content .footer-heading:nth-child(3) ul.nav a.primary-color-hover {
  padding-left: 16px;
}

footer.neutral-dark-background.custom-blue .footer-content h4 {
  font-size: 20px;
}

footer.neutral-dark-background.custom-blue .footer-content .footer-heading h4 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 17px;
  font-weight: 500 !important;
  font-family: "TT Norms Pro" !important;
}

footer.neutral-dark-background.custom-blue .footer-content .footer-heading a.primary-color-hover {
  color: #d0d0d0 !important;
  font-weight: 500;
  font-size: 16px;
  padding-top: 6.5px;
}

footer.neutral-dark-background.custom-blue .footer-content .footer-heading a.primary-color-hover:hover {
  color: #ffffff !important;
}

.footer-logo-section .stay-in-touch .contacts a:hover {
  color: #ffffff !important;
}

footer.neutral-dark-background.custom-blue .footer-content .footer-heading:first-child a.primary-color-hover {
  padding-left: 16px;
}

footer.neutral-dark-background.custom-blue .footer-content .footer-heading:nth-child(4) a.primary-color-hover {
  padding-left: 17px;
}

.border-divide .footer-content {
  border-bottom: 1px solid #807f80;
  padding-bottom: 30px;
}

.footer-logo-section {
  padding-top: 87px;
  align-items: stretch;
  display: flex;
  padding-bottom: 80px;
  max-width: 1374px;
}

.footer-logo-section .stay-in-touch:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #781b1b;
  right: 3px;
}

.footer-logo-section .stay-in-touch img.logo {
  width: 170px;
  margin-bottom: 20px;
  margin-left: 0;
}

.footer-logo-section .stay-in-touch:last-child:before {
  display: none;
}

.footer-logo-section .stay-in-touch {
  position: relative;
}

.footer-logo-section .stay-in-touch img.logo {
  padding: 0;
  width: 166px;
  margin-bottom: 21px;
}

.footer-logo-section .stay-in-touch:first-child {
  padding-left: 0;
  width: 41%;
}

.footer-logo-section .stay-in-touch:last-child {
  width: 28.6%;
  padding-right: 0;
}

.footer-logo-section .stay-in-touch:last-child:before {
  display: none;
}

.footer-logo-section .stay-in-touch:nth-child(2) {
  width: 30.8%;
}

.footer-logo-section .stay-in-touch:before {
  content: "";
  background: #807f80;
  width: 1.5px;
  height: 100%;
  position: absolute;
  right: 1px;
}

.footer-logo-section .stay-in-touch .contacts {
  text-align: start;
  width: 58%;
  margin: 0 auto 37px;
  font-size: 16px !important;
  color: #ffffff;
  font-weight: 400;
}

.footer-logo-section .stay-in-touch .contacts span {
  display: block;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.1;
}

.footer-logo-section .stay-in-touch .contacts a {
  color: #d0d0d0 !important;
  font-size: 17px;
  font-weight: 400;
}

.footer-logo-section .stay-in-touch .contacts a.phone {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  margin-top: 4px;
  display: inline-block;
}

.footer-logo-section .stay-in-touch .contacts:last-child {
  margin-bottom: 10px;
}

.footer-logo-section .stay-in-touch:nth-child(2) {
  width: 30.4%;
}

.footer-logo-section .stay-in-touch .contacts:last-child {
  margin-bottom: 10px;
}

.footer-logo-section .stay-in-touch .footer-address {
  width: 81.5%;
  margin-left: auto;
}

.search-input .footer-logo-section .stay-in-touch .footer-address .address span {
  display: block;
  margin-bottom: 20px;
  color: #d0d0d0;
}

.footer-logo-section .stay-in-touch .footer-address .address span.bold {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.6;
}

.footer-logo-section .stay-in-touch .footer-address .address {
  color: #d0d0d0;
  margin-bottom: 30px;
}

.footer-logo-section .stay-in-touch .footer-address .address span {
  display: block;
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.1;
}

.footer-logo-section .stay-in-touch .footer-address ul.list-social {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.footer-logo-section .stay-in-touch .footer-address ul.list-social li {
  padding-left: 0;
  padding-right: 26px;
}

.footer-logo-section .stay-in-touch .footer-address ul.list-social li a svg path {
  fill: #d0d0d0;
}

.coptright-content {
  gap: 30px;
  display: flex;
  align-items: center;
  padding-top: 30px;
  justify-content: space-between;
  border-top: 1px solid #807f80;
}

.coptright-section .main-container.coptright-content {
  max-width: 1370px;
}

.coptright-content .copyRight {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16.4px;
  color: #d0d0d0;
}

.coptright-content .desc {
  width: 60%;
}

.coptright-content .desc span {
  display: block;
  text-align: end;
  color: #d0d0d0;
  font-size: 16.5px;
}

.coptright-content .desc span.bold {
  font-weight: 500;
  font-size: 16.5px;
}

.footer-logo-section .stay-in-touch .footer-address ul.list-social li a i {
  color: #d0d0d0;
  font-size: 21px;
}

.footer-logo-section .stay-in-touch .footer-address ul.list-social li a i:hover,
.footer-logo-section .stay-in-touch .footer-address ul.list-social li a:hover svg path {
  color: #fff !important;
  fill: #ffffff;
}

.footer-logo-section .stay-in-touch p {
  color: #d0d0d0;
  font-size: 16px;
  width: 91%;
}

section.guidence-section {
  padding: 78px 0px;
  border-bottom: 4px solid;
}

section.guidence-section p {
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  width: 80.5%;
  line-height: 27px;
  color: #444243;
}

section.guidence-section p a {
  font-weight: 600;
}

section.guidence-section a:hover {
  color: #a01c25 !important;
}

/* FOOTER STYLE END */
/* TESTIMONIAL STYLE START */
.testimonial-card {
  border: 1px solid #e0e0e0;
  border-radius: 0px;
  padding: 30px 33px;
  position: relative;
  font-family: "Inter", sans-serif;
  color: #333;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
  text-align: start;
  background: url(/assets/images/quotes.png);
  background-repeat: no-repeat;
  background-position: right 30px top 30px;
  background-color: #ffffff;
  background-size: 74px;
  margin: 10px !important;
}

.testimonial-slider .slick-list {
  margin: 0 -10px;
}

.testimonial-card .stars {
  color: #f7a400;
  font-size: 20px;
  margin-bottom: 15px;
  letter-spacing: 2px;
  display: flex;
}

.testimonial-card .testimonial-title {
  font-weight: 600 !important;
  margin: 0;
  font-size: 18px !important;
  line-height: 24px;
  color: #444243;
  font-family: "TT Norms Pro" !important;
}

.testimonial-subtitle {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #444243;
}

.testimonial-text {
  font-size: 18px;
  line-height: 26px;
  color: #444243;
  margin: 20px 0 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "TT Norms Pro" !important;
}

.quote-mark {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.05);
  font-weight: bold;
  line-height: 1;
}

.testimonial-card .stars svg {
  width: 25px;
  height: 22px;
}

.testimonial-card .stars svg path {
  fill: #ff9a41;
}

section.testimonial-section {
  padding: 76px 0 0;
}

section.testimonial-section .main-container {
  padding: 0 8px;
}

section.testimonial-section h2.page_subtitle img.ellipse-word {
  margin: 0;
}

section.testimonial-section h2.page_subtitle img.ellipse-word.AND {
  width: 85px;
  margin: 0 -6px;
}

section.testimonial-section h2.page_subtitle img.ellipse-word.BY {
  margin: 0 -11px;
}

.testimonial-slider .slick-list.draggable {
  /* margin-left: -33px; */
}

section.testimonial-section h2.page_subtitle {
  margin-bottom: 31px;
}

section.testimonial-section h2.page_subtitle span.bar-badge {
  border: 3px solid;
  border-radius: 50%;
  padding: 8px 12px;
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  transform: translateY(-7px);
}

.testimonial-slider button {
  position: absolute;
  color: #444243;
  opacity: 0.302;
}

.testimonial-slider button.slick-next.slick-arrow {
  right: auto;
  top: -40px;
  left: 95.8%;
  width: auto;
  height: auto;
}

button.slick-prev.custom-prev.slick-arrow {
  right: 60px;
}

.testimonial-slider button svg.lucide {
  width: 32px;
  height: 32px;
}

.testimonial-slider button:hover,
.testimonial-slider button:focus {
  color: #444243;
  opacity: 1;
}

.testimonial-slider button.slick-prev.custom-prev.slick-arrow {
  top: -50px;
  right: 40.5px;
}

.testimonial-slider button.slick-next.custom-next.slick-arrow {
  top: -51px;
  left: 97.6%;
}

.testimonial-slider button.slick-next.custom-next.slick-arrow:before {
  display: none;
}

.testimonial-slider button.slick-arrow svg.lucide {
  width: 34px;
  height: 34px;
}

/* TESTIMONIAL STYLE END */
.ellipse-word {
  width: 70px !important;
  display: inline-block !important;
  vertical-align: middle;
  height: 1em !important;
  object-fit: contain !important;
  /* Match font size */
  margin: 0 4px;
}

div#myCarouselBanner div.carousel-background img.ellipse-word {
  object-position: center center;
}

.homepage-view .col-xs-12.col-sm-6 {
  width: 100%;
  padding: 0;
}

.homepage-view .carousel-background img {
  width: 100%;
  object-fit: cover;
}

button.mobile_menu {
  background: transparent;
  border: none;
  padding: 0;
  display: none;
  place-content: center;
}

button.mobile_menu svg path {
  fill: #ffffff;
}

button.mobile_menu svg {
  width: 38px;
  height: 38px;
}

li.mobile_close {
  display: none;
}

/* MEGA MENU STYLE START */
.menu_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  position: static;
  top: 0;
}

.menu_header h2 {
  font-weight: 500 !important;
  color: #590811;
  font-family: "Saa Series DD OT" !important;
  margin: 0;
}

.menu-container .menu-row ul.category-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin: 0;
  padding: 30px 0;
  border-radius: 6px;
  text-align: start;
  background: #ffffff;
  columns: 4;
  box-shadow: none;
  gap: 20px;
  height: 70svh;
  overflow: auto;
}

.menu-container .menu-row {
  position: absolute;
  top: 117px;
  z-index: 999999;
  width: 84%;
  background: #ffffff;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  padding: 0px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.menu-container .menu-row ul.category-menu li.dropdown {
  text-align: start;
  display: block;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  position: relative;
}

.menu-container .menu-row ul.category-menu li.dropdown>a {
  font-weight: 600;
  width: 86%;
  padding: 0 0px 12px;
  font-size: 22px;
  color: #444243 !important;
}

.menu-container {
  position: unset;
}

.menu-container .menu-row::before {
  content: "";
  /* background: #00000066; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  display: block;
}

.menu-container .menu-row>div {
  border-radius: 20px;
  /* overflow: auto; */
  padding: 20px 40px;
  position: relative;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

.menu-container .menu-row>div::-webkit-scrollbar {
  display: none;
}

.menu-container .menu-row ul.category-menu li.dropdown ul.dropdown-menu {
  position: unset;
  left: calc(0% + 0px);
  transform: none;
  top: 100%;
  /* width: 100% !important; */
  min-width: auto !important;
  border-radius: 6px;
  background: #ffffff;
  padding: 0 !important;
  border: 0 !important;
  columns: 0 !important;
  box-shadow: none;
  display: flex !important;
  visibility: visible;
  opacity: 1;
  flex-flow: column;
}

.menu-container .menu-row ul.category-menu li.dropdown ul.dropdown-menu li {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-container .menu-row ul.category-menu li.dropdown ul.dropdown-menu::before {
  display: none;
}

.menu-container .menu-row ul.category-menu li.dropdown ul.dropdown-menu li a.neutral-dark.primary-color-hover {
  padding: 7px 0px;
  text-align: start !important;
  align-items: start;
  font-weight: 400;
  color: #444243 !important;
}

.menu-container .menu-row ul.category-menu li.dropdown ul.dropdown-menu li a:hover {
  color: #590811 !important;
}

.menu-container .menu-row ul.category-menu li.dropdown ul.dropdown-menu::after {
  display: none;
}

.menu-container .menu-row ul.category-menu li.dropdown ul.dropdown-menu li:hover {
  background: transparent;
}

.menu-container .menu-row ul.category-menu li.dropdown:hover {
  background: none;
}

.menu-container .menu-row ul.category-menu li.dropdown:hover>a {
  color: #444243 !important;
  background: transparent;
}

.menu-container .menu-row ul.category-menu li.dropdown i.fa.fa-angle-down {
  margin-right: 15px;
  font-size: 20px !important;
  padding: 0;
}

.menu-container .menu-row ul.category-menu li.dropdown ul.dropdown-menu li .collapse {
  position: absolute;
  background: #ffffff;
  top: 0%;
  left: calc(100% + 0px);
  width: 280px;
  border-radius: 6px;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: auto !important;
}

.menu-container .menu-row ul.category-menu li.dropdown i.sub-category-toggle.fa-angle-up {
  margin-right: 15px;
  font-size: 20px !important;
  padding: 0;
}

.menu-container .menu-row ul.category-menu li.dropdown ul.dropdown-menu li .collapse ul.second-lvl-menu {
  padding: 0;
}

.menu-container .menu-row ul.category-menu li.dropdown ul.dropdown-menu li:hover>a {
  color: #444243;
}

.menu-container .menu-row ul.category-menu li.dropdown ul.dropdown-menu li:hover i.fa.fa-angle-down {
  color: #444243;
}

.menu-container .menu-row ul.category-menu li .sub-category-toggle:hover {
  transform: rotate(180deg);
}

.menu-container .row.menu-row.active {
  display: block;
}

button.cat_list_menu {
  top: 110px;
  gap: 30px;
  z-index: 9;
  left: 20px;
  width: 230px;
  border: none;
  display: flex;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  padding: 13px 30px;
  position: absolute;
  border-radius: 40px;
  align-items: center;
  background: #a01c25;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

button.cat_list_menu:hover {
  background: #590811;
}

button.cat_menu_close {
  float: right;
  background: #ffffff;
  border: navajowhite;
  color: #000000;
  margin-top: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

button.cat_menu_close svg {
  width: 30px;
  height: 30px;
}

button.cat_menu_close:hover {
  background: #a01c25;
  color: #ffffff;
}

.menu-container .menu-row ul.category-menu li.dropdown:hover i.fa.fa-angle-down {
  color: #444243;
}

.menu-container .menu-row ul.category-menu li.dropdown:nth-child(3) {
  /* order: -1; */
}

.menu-container .menu-row ul.category-menu li.dropdown>i.fa.fa-angle-down {
  display: none;
}

.menu-container .menu-row ul.category-menu li.dropdown ul.dropdown-menu li .collapse ul.second-lvl-menu a {
  width: 100%;
  padding: 8px 16px;
}

.menu-container .menu-row ul.category-menu li.dropdown a:hover {
  color: #590811 !important;
  background: transparent;
}

ul.third-lvl-menu {
  display: none;
  position: absolute;
  background: #ffffff;
  top: 0%;
  right: calc(100% + 5px);
  width: 280px;
  border-radius: 6px;
  z-index: 999;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.menu-container .menu-row ul.category-menu li.dropdown ul.dropdown-menu li .collapse ul.second-lvl-menu li.dropdown-submenu {
  position: relative;
}

.menu-container .menu-row ul.category-menu li.dropdown ul.dropdown-menu li .collapse ul.second-lvl-menu li.dropdown-submenu:hover ul.third-lvl-menu {
  display: block;
}

.menu-container .menu-row ul.category-menu li.dropdown:first-child {
  grid-column: span 2;
}

.menu-container .menu-row ul.category-menu li.dropdown:first-child ul.dropdown-menu.arrow_box {
  width: 100%;
  columns: 2;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
}

.menu-container .menu-row ul#megamenu-personal.category-menu li.dropdown:nth-child(6) {
  grid-column: span 1;
  grid-row: span 1;
}

.menu-container .menu-row ul.category-menu li.dropdown:nth-child(6) ul.dropdown-menu.arrow_box {
  width: 100%;
  columns: 2;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
}

.menu-container .menu-row ul.category-menu li.dropdown:nth-child(3) ul.dropdown-menu.arrow_box .collapse {
  left: auto;
  right: 100%;
}

.menu-container .menu-row ul#megamenu-personal.category-menu li.dropdown:nth-child(2) {
  grid-column: span 2;
}

.menu-container .menu-row ul#megamenu-personal.category-menu li.dropdown:nth-child(2) ul.dropdown-menu.arrow_box {
  width: 100%;
  columns: 2;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
}

.menu-container .menu-row ul.category-menu li.dropdown:nth-child(6) {
  grid-column: span 2;
  grid-row: span 2;
}

/* MEGA MENU STYLE END */
/* Stay Inspired style start */
div#stay_inspired-personal {
  padding: 40px 0;
}

div#stay_inspired-personal p {
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  width: 80.5%;
  line-height: 27px;
  color: #444243;
}

div#stay_inspired-personal h2 {
  text-align: center;
}

li.accordion-item.active .accordion-body {
  display: block !important;
}

/* Stay Inspired style end */
#n_home p.page_des {
  text-align: center;
  font-size: 24px;
  font-weight: 600 !important;
}

#n_home h4.page_des {
  text-align: center;
  font-size: 24px;
  font-weight: 600 !important;
}

/*  */
.testimonial-slider.brand {
  padding-top: 30px;
}

.container-sec .testimonial-slider.brand h3.testimonial-title {
  font-weight: 600 !important;
  color: #444243;
}

.container-sec .testimonial-slider.brand.testimonial-slider button.slick-next.custom-next.slick-arrow,
body#n_content .container-sec .testimonial-slider.brand.testimonial-slider button.slick-prev.custom-prev.slick-arrow {
  top: 0;
}

/*  */
/* Article page */
.article-list {
  max-width: 1390px;
  margin: 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.article-card .article-info .article-title a {
  color: #590811 !important;
  font-weight: 500 !important;
  text-align: start;
  font-size: 20px;
  font-family: "TT Norms Pro" !important;
  text-transform: capitalize;
  display: block;
  height: 70px;
  line-height: 24px;
}

.article-card .article-info p:not(.article-card p.post-date) {
  font-size: 16px;
  line-height: 26px;
  color: #444243;
  margin-top: 15px !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "TT Norms Pro" !important;
  height: 100%;
}

.article-card a.read-more {
  font-size: 17px;
  text-decoration: none;
  text-align: left;
  font-weight: 500;
  color: #444243 !important;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 7px;
  transition: all 0.3s;
}

.article-card a.read-more:hover {
  color: #a01c25 !important;
}

.article-card:hover a.read-more {
  color: #a01c25 !important;
}

.container.main-container.firstContainer .blog-page .static-cnt .first-content .use-cont-div.standardbullet ul li:before {
  content: "\f111" !important;
  font-size: 9px !important;
  top: 9px;
  left: 31px;
}

/* Article page */

/* CONTAINER RESPONSIVE STYLE START START */
@media screen and (max-width: 1500px) {
  .main-container {
    max-width: 1300px;
  }

  .left-container {
    margin-left: calc((100% - 1300px) / 2);
  }

  .blog-section {
    padding-left: calc((100% - 1300px) / 2);
  }

  .newsletter-signup {
    padding-right: calc((100% - 1300px) / 2);
  }
}

@media screen and (max-width: 1400px) {
  .menu-container .menu-row {
    top: 101px;
  }

  .left-container {
    margin: 0 auto;
    max-width: 1240px;
    width: 100%;
    padding-right: 10px !important;
  }

  .main-container {
    max-width: 1200px;
  }

  .left-container {
    margin-left: calc((100% - 1200px) / 2);
  }

  .blog-section {
    padding-left: calc((100% - 1200px) / 2);
  }

  .newsletter-signup {
    padding-right: calc((100% - 1200px) / 2);
  }

  .testimonial-slider button.slick-prev.custom-prev.slick-arrow {
    top: -30px;
  }

  section.testimonial-section h2.page_subtitle {
    margin-bottom: 50px;
  }

  .testimonial-slider button.slick-next.custom-next.slick-arrow {
    top: -31px;
    left: 96.7%;
  }
}

@media screen and (max-width: 1200px) {
  .row.grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .menu-container .menu-row {
    top: 128px !important;
  }

  .left-container {
    margin: 0 auto;
    max-width: 1040px;
    width: 100%;
    padding-right: 10px !important;
  }

  .main-container {
    max-width: 900px;
  }

  .left-container {
    margin-left: calc((100% - 900px) / 2);
  }

  .blog-section {
    padding-left: calc((100% - 900px) / 2);
  }

  .newsletter-signup {
    padding-right: calc((100% - 900px) / 2);
  }

  .footer-logo-section .stay-in-touch .footer-address ul.list-social li {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .main-container {
    max-width: 700px;
  }

  .left-container {
    margin-left: calc((100% - 700px) / 2);
  }

  .blog-section {
    padding-left: calc((100% - 700px) / 2);
  }

  .newsletter-signup {
    padding-right: calc((100% - 700px) / 2);
  }
}

@media screen and (max-width: 900px) {
  .main-container {
    max-width: 90%;
  }

  .left-container {
    margin-left: 10%;
    margin-right: 10%;
  }

  .blog-section,
  .newsletter-signup {
    padding-left: 10%;
    padding-right: 10%;
  }
}

/* CONTAINER RESPONSIVE STYLE START END */
/* PAGE RESPONSIVE DESIGN START */
@media screen and (max-width: 1500px) {
  .nav-wrapper.main-container {
    max-width: 1325px !important;
  }

  .menu_section {
    gap: 10px;
  }

  .left-container {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    padding-right: 10px !important;
  }

  .nav.sticky-nav ul.nav-list {
    gap: 24px;
  }
}

@media screen and (max-width: 1400px) {
  .nav-wrapper.main-container {
    max-width: 1270px !important;
  }

  .nav-wrapper.main-container .logo {
    padding-left: 10px;
  }

  .nav-wrapper.main-container .logo img.logo {
    width: 200px;
    padding-left: 0px;
  }

  .nav.sticky-nav ul.nav-list {
    gap: 30px;
  }

  .nav.sticky-nav ul.nav-list li a.nav-link {
    font-size: 14.5px;
  }

  .account-toggle button.toggle-btn {
    font-size: 13px;
    padding: 4px 16px 4px 13px;
  }

  .header-icons .icon-btn[aria-label="Account"] img {
    width: 21px;
  }

  .header-icons a.icon-btn[aria-label="Call Barware"] img {
    width: 22px;
  }

  .header-icons .icon-btn img {
    width: 22px;
  }

  button.icon-btn.search-toggle img {
    width: 21px;
  }

  h3.banner-title {
    font-size: 24px !important;
  }

  .main-container.home-ad-text {
    max-width: 1260px;
  }

  .banner-text p.home-ad-description {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .banner-text .primart_btn {
    padding: 13px 45px;
    font-size: 16px;
  }

  .home-ad-section .home-ad-overlay {
    padding: 186px 0;
  }

  h3.banner-title {
    font-size: 24px !important;
  }

  .main-container.home-ad-text {
    max-width: 1260px;
  }

  .banner-text p.home-ad-description {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .banner-text .primart_btn {
    padding: 13px 45px;
    font-size: 16px;
  }

  .home-ad-section .home-ad-overlay {
    padding: 186px 0;
  }

  .section_para {
    padding-top: 40px;
  }

  .main-container:has(.section_para) {
    /* max-width: 1270px; */
  }

  .advert-para {
    width: 90%;
    font-size: 16px;
    line-height: 1.45;
  }

  h2.h2heading {
    font-size: 28px;
    margin-top: 14px;
    margin-bottom: 4px;
  }

  .nav-tabs.custom_branding .nav-link {
    font-size: 16px;
    padding: 10px 29px 14px;
  }

  .tab-content {
    margin-top: 30px;
  }

  .bar-item img {
    height: 261px;
  }

  .tab-content .bar-item h5 {
    text-align: center;
  }

  .main-container.tabs-container {
    max-width: 1250px;
  }

  h5.line-before {
    text-align: center;
    font-size: 17px;
    margin-top: 25px;
  }

  .bar-item {
    margin-bottom: 15px;
  }

  .custom-btn {
    font-size: 15.5px;
    padding: 13px 43px;
  }

  h2.page_subtitle {
    font-size: 28px;
  }

  .main-container.featured-cat {
    max-width: 1250px;
  }

  .row.category-slider {
    margin-bottom: 40px;
  }

  .left-container {
    margin-left: calc((100% - 1240px) / 2);
  }

  .main-container.brands-panel {
    max-width: 1240px;
  }

  .brands-panel {
    padding: 0px 0 60px;
  }

  .brand-slider button.slick-next.slick-arrow {
    top: -30px;
  }

  button.slick-prev.slick-arrow {
    top: -20px;
  }

  section.help-section .main-container {
    max-width: 1270px;
  }

  section.help-section .help-buttons a.help-btn {
    width: 18%;
  }

  section.help-section {
    padding: 80px 0;
  }

  section.help-section h3.help-title {
    font-size: 28px;
  }

  .contact-btn {
    padding: 14px 75px;
  }

  section.testimonial-section .main-container {
    max-width: 1250px;
  }

  .testimonial-card {
    padding: 25px 30px;
  }

  .testimonial-slider .slick-slide {
    margin: 0 10px;
  }

  .testimonial-text {
    font-size: 16px;
  }

  .faq-section {
    padding: 60px 0 78px;
  }

  .faq-subtitle {
    font-size: 17px;
    margin-top: 13px;
  }

  .faq-list {
    max-width: 720px;
  }

  .blog-section {
    padding-left: calc((100% - 1250px) / 2);
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .blog-section h2.page_subtitle {
    letter-spacing: 0;
    margin-bottom: 40px;
  }

  .blog-post {
    gap: 20px;
  }

  .blog-post a {
    width: 47.5%;
  }

  .blog-content p {
    font-size: 16px;
    line-height: 20px;
  }

  .newsletter-signup {
    padding-right: calc((100% - 1250px) / 2);
    padding-top: 70px;
    padding-left: 68px;
    padding-bottom: 40px;
  }

  .newsletter-signup h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .newsletter-signup h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .newsletter-signup .newsletter-form .newsletter-input {
    font-size: 17px;
    padding: 9px 17px !important;
    height: 49px;
  }

  .newsletter-form {
    gap: 18px;
  }

  section.guidence-section .main-container {
    max-width: 1280px;
  }

  section.guidence-section p {
    font-size: 16px;
  }

  section.guidence-section {
    padding: 68px 0px;
  }

  footer.neutral-dark-background.custom-blue .footer-content {
    padding-top: 70px;
  }

  footer.neutral-dark-background.custom-blue .footer-content {
    max-width: 1275px;
    padding-bottom: 24px;
  }

  footer.neutral-dark-background.custom-blue .footer-content .footer-heading a.primary-color-hover {
    padding-top: 6px;
  }

  footer.neutral-dark-background.custom-blue .footer-content .footer-heading h4 {
    margin-bottom: 14px;
    font-size: 20px;
  }

  footer.neutral-dark-background.custom-blue .footer-content .footer-heading:nth-child(3) {
    width: 29%;
  }

  footer.neutral-dark-background.custom-blue .footer-content .footer-heading:nth-child(1) {
    width: 22%;
  }

  footer.neutral-dark-background.custom-blue .footer-content .footer-heading:nth-child(4) {
    width: 20%;
  }

  .main-container.footer-logo-section {
    max-width: 1249px;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .footer-logo-section .stay-in-touch img.logo {
    width: 156px;
    margin-left: 0;
  }

  .footer-logo-section .stay-in-touch .footer-address .address span.bold {
    font-size: 16px;
  }

  .main-container.coptright-content {
    max-width: 1250px;
  }

  .coptright-content .desc span {
    font-size: 15px;
  }

  .coptright-content .desc span.bold {
    font-size: 15px;
  }

  .coptright-content .copyRight {
    font-size: 15px;
  }

  .coptright-content .desc {
    width: 66%;
  }
}

@media screen and (max-width: 1300px) {

  .inner-page-breadcrumb .breadcrumb {
    max-width: 1160px;
  }

  .blog-page .blog-container {
    max-width: 1090px;
  }

  .row.product-list.upsell-slider {
    grid-template-columns: repeat(4, 1fr);
  }

  .container-sec {
    max-width: 1160px;
  }

  .header-search {
    left: 43%;
  }

  #n_home p.page_des {
    text-align: left;
    font-size: 24px;
    padding-left: 55px;
    font-weight: 600 !important;
  }

  .menu-container .menu-row {
    top: 112px;
  }

  body#n_home .homepage-view .carousel-background img {
    height: 400px !important;
  }

  .inner-page-sec {
    max-width: 1160px !important;
  }

  .left-container {
    margin: 0 auto;
    max-width: 1160px;
    width: 100%;
    padding-right: 10px !important;
  }

  .nav.sticky-nav ul.nav-list {
    gap: 20px;
  }

  .main-container.home-ad-text {
    max-width: 1160px;
  }

  .main-container.tabs-container {
    max-width: 1160px;
  }

  .main-container.brands-panel.featured-cat {
    max-width: 1160px;
  }

  .left-container {
    margin-left: calc((100% - 1160px) / 2);
  }

  .main-container.brands-panel {
    max-width: 1160px;
  }

  section.testimonial-section .main-container {
    max-width: 1160px;
  }

  .blog-section {
    padding-left: calc((100% - 1160px) / 2);
    padding-right: 60px;
  }

  .newsletter-signup {
    padding-right: calc((100% - 1160px) / 2);
    padding-left: 60px;
  }

  footer.neutral-dark-background.custom-blue .footer-content {
    max-width: 1160px;
  }

  .row.main-container.footer-logo-section {
    max-width: 1160px;
  }

  .coptright-section .main-container.coptright-content {
    max-width: 1160px;
  }

  .nav.sticky-nav ul.nav-list li a.nav-link {
    font-size: 16px !important;
  }

  .account-toggle button.toggle-btn {
    font-size: 12px;
  }

  .nav-wrapper.main-container .logo img.logo {
    width: 180px;
  }

  .blog-content .post-footer p.post-date {
    font-size: 14px;
  }

  .blog-content .post-footer a.read-more {
    font-size: 14px;
  }

  .blog-post a {
    width: 40%;
  }

  .nav-wrapper.main-container {
    max-width: 1160px !important;
  }
}

@media screen and (max-width: 1200px) {
  .menu-container .menu-row ul.category-menu li.dropdown ul.dropdown-menu li .collapse {
    width: 221px;
  }

  .menu-container .menu-row {
    width: 97%;
  }

  .blog-content .post-footer p.post-date {
    font-size: 14px;
  }

  .blog-content .post-footer a.read-more {
    font-size: 14px;
  }

  .blog-post a {
    width: 40%;
  }

  section.help-section .help-buttons a.help-btn {
    width: 20%;
  }

  .menu_section {
    gap: 15px;
  }

  .header-icons .icon-btn img {
    width: 16px !important;
  }

  .nav.sticky-nav ul.nav-list {
    gap: 15px;
  }

  .nav-wrapper.main-container .logo img.logo {
    width: 150px;
  }

  .account-toggle button.toggle-btn {
    font-size: 11px;
    padding: 4px 12px 4px 12px;
  }

  .nav-wrapper.main-container {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .menu_section {
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: end;
    margin-top: -80px;
    width: 100%;
  }

  .redesignbody .sticky-nav {
    width: 100%;
    order: 3;
  }

  .nav.sticky-nav ul.nav-list {
    justify-content: center;
  }

  .header {
    padding-bottom: 20px;
  }

  .main-container.home-ad-text {
    max-width: 1040px;
  }

  .main-container.tabs-container {
    max-width: 1040px;
  }

  .main-container.brands-panel.featured-cat {
    max-width: 1040px;
  }

  .left-container {
    margin-left: calc((100% - 1040px) / 2);
  }

  .main-container.brands-panel {
    max-width: 1040px;
  }

  section.testimonial-section .main-container {
    max-width: 1040px;
  }

  .blog-section {
    padding-left: calc((100% - 1040px) / 2);
    padding-right: 60px;
  }

  .newsletter-signup {
    padding-right: calc((100% - 1040px) / 2);
    padding-left: 60px;
  }

  footer.neutral-dark-background.custom-blue .footer-content {
    max-width: 1040px;
  }

  .row.main-container.footer-logo-section {
    max-width: 1040px;
  }

  .coptright-section .main-container.coptright-content {
    max-width: 1040px;
  }
}

@media screen and (max-width: 1080px) {
  .main-container.home-ad-text {
    width: 90%;
  }

  .left-container {
    margin: 0 auto;
    max-width: 1040px;
    width: 90%;
  }

  .main-container.tabs-container {
    width: 90%;
  }

  .main-container.brands-panel.featured-cat {
    width: 90%;
  }

  .left-container {
    margin-left: 5%;
  }

  .main-container.brands-panel {
    width: 90%;
  }

  section.testimonial-section .main-container {
    width: 90%;
  }

  .blog-section {
    padding-left: 5%;
  }

  .newsletter-signup {
    padding-right: 5%;
  }

  footer.neutral-dark-background.custom-blue .footer-content {
    width: 90%;
  }

  .row.main-container.footer-logo-section {
    width: 90%;
  }

  .coptright-section .main-container.coptright-content {
    width: 90%;
  }

  .footer-logo-section .stay-in-touch:first-child {
    width: 33%;
  }
}

@media screen and (max-width: 992px) {
  #n_category .container.wide-container:has(div#category-content.col-sm-12) div#left-sidebar ul#filters {
    opacity: 1;
  }

  .col-md-4.bar-item {
    width: 33.33%;
  }

  .tab-content>.tab-pane .row {
    display: flex;
  }
}

@media screen and (max-width: 980px) {
  .row.grid {
    grid-template-columns: repeat(2, 1fr);
  }

  header.header .menu-container .menu-row {
    top: 138px !important;
  }

  footer .footer-content {
    width: 90% !important;
  }

  footer.neutral-dark-background.custom-blue .footer-content .footer-heading {
    width: 50% !important;
  }

  .main-container.footer-logo-section {
    width: 90%;
    flex-wrap: wrap;
    padding: 50px 0;
  }

  .footer-logo-section .stay-in-touch {
    width: 50% !important;
  }

  .footer-logo-section .stay-in-touch .footer-address {
    width: 100%;
    margin: 0;
  }

  .footer-logo-section .stay-in-touch:last-child {
    padding: 0;
  }

  .footer-logo-section .stay-in-touch:nth-child(2):before {
    display: none;
  }

  .main-container.coptright-content {
    width: 90%;
    flex-wrap: wrap;
    gap: 20px;
  }

  .main-container.coptright-content p {
    width: 100%;
  }

  .coptright-content .desc {
    width: 100%;
  }

  .coptright-content .desc span {
    text-align: start;
  }

  footer.neutral-dark-background.custom-blue .footer-content {
    padding: 60px 0 20px;
  }

  .blog-section {
    padding: 60px 5% 40px;
    width: 100%;
  }

  .newsletter-content {
    flex-wrap: wrap;
  }

  .newsletter-signup {
    width: 100%;
    padding: 60px 5%;
  }

  .newsletter-signup>* {
    width: 70%;
    margin: auto;
  }

  .newsletter-form {
    width: 70% !important;
  }

  section.testimonial-section .main-container {
    width: 90%;
  }

  section.testimonial-section h2.page_subtitle {
    font-size: 28px;
    margin-bottom: 60px;
  }

  h2.page_subtitle {
    font-size: 28px;
  }

  .newsletter-signup h2 {
    font-size: 28px;
  }

  .newsletter-signup h3 {
    font-size: 24px;
  }

  button.slick-prev.slick-arrow {
    top: -28px;
  }

  section.help-section .help-buttons a.help-btn {
    width: 40%;
  }

  .main-container.brands-panel {
    width: 90%;
  }

  .left-container {
    width: 90%;
    margin: 0 auto !important;
  }

  .brand-slider button.slick-next.slick-arrow {
    top: -28px;
    right: 0px;
  }

  .category-slider button.slick-next.slick-arrow {
    right: 20px;
    left: auto;
  }

  .row.category-slider button.slick-prev.custom-prev.slick-arrow {
    left: 87%;
  }

  .brands-panel {
    padding-bottom: 40px;
  }

  .bar-item {
    margin: 0;
  }

  .row.category-slider {
    margin-bottom: 20px;
  }

  .bar-item img {
    height: 250px;
    padding: 20px;
  }

  h2.h2heading {
    font-size: 28px;
  }

  .section_para {
    padding-top: 40px;
  }

  .home-main-col-h-1 {
    padding-bottom: 10px;
  }

  .banner-text {
    width: 100%;
  }

  .main-container.home-ad-text {
    width: 90%;
  }

  .banner-text h3.banner-title {
    font-size: 24px !important;
    line-height: 1.4;
  }

  .home-ad-section .home-ad-overlay {
    padding: 110px 0;
  }

  .nav-wrapper.main-container {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .menu_section {
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: end;
    margin-top: -80px;
  }

  .redesignbody .sticky-nav {
    width: 100%;
    order: 3;
  }

  .nav.sticky-nav ul.nav-list {
    justify-content: center;
  }

  header.header {
    padding: 20px 20px;
    padding-bottom: 20px;
  }

  .main-container.tabs-container {
    width: 90%;
  }

  .brand-slider a.img-card img.img-fluid,.brand-slider span.img-card img.img-fluid {
    max-height: max-content;
    height: 250px;
  }

  .brand-slider a.img-card,.brand-slider span.img-card {
    height: auto;
  }

  .row.category-slider ul.slick-dots {
    position: unset;
  }

  .row.brand-slider ul.slick-dots {
    position: unset;
  }

  .tab-content .tab-pane .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: start;
  }

  .tab-content .tab-pane .row .col-md-4.bar-item {
    width: 50%;
  }

  .tab-content {
    overflow: hidden;
    margin-bottom: 30px;
  }

  .custom-btn {
    padding: 13px 33px;
    margin-top: 20px;
  }

  .bar-item h5 {
    text-align: center;
  }

  .help-buttons {
    margin-bottom: 30px;
  }

  section.help-section h3.help-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  section.testimonial-section {
    padding-top: 40px;
  }

  h5.line-before {
    margin: 20px 0 30px;
  }

  .row.brand-slider ul.slick-dots {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {

  /* Product Detail Page */
  .product-info-section .add-to-cart-wrapper .extra-options {
    padding-bottom: 0;
  }

  .product-info-section .add-to-cart-wrapper .extra-options div#shipbox {
    margin-bottom: 0;
  }

  .container.wide-container .row:has(.product-info-section) {
    padding-bottom: 0;
  }

  .product-info-section .add-to-cart-wrapper .extra-options div#shipbox .col-xs-12.col-md-3 {
    padding: 0;
  }

  .product-info-section .add-to-cart-wrapper .extra-options div#shipbox .panel-body button {
    margin-top: 10px;
  }

  /* Product Detail page */
  .tab-content .tab-pane .row .col-md-4.bar-item {
    width: 100%;
  }

  .footer-logo-section .stay-in-touch:first-child {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .footer-logo-section .stay-in-touch .contacts {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-logo-section .stay-in-touch:nth-child(2) {
    padding-left: 0;
  }

  .footer-logo-section .stay-in-touch {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .footer-logo-section .stay-in-touch .footer-contact {
    margin-bottom: 30px;
  }

  .footer-logo-section .stay-in-touch img.logo {
    width: 70%;
    height: auto;
    object-fit: contain;
    object-position: left;
    padding: 0;
  }

  .main-container.coptright-content {
    padding-top: 40px;
  }

  footer.neutral-dark-background.custom-blue .footer-content .footer-heading {
    width: 100% !important;
  }

  footer.neutral-dark-background.custom-blue .footer-content .footer-heading a.primary-color-hover {
    padding-left: 0;
  }

  footer.neutral-dark-background.custom-blue .footer-content {
    padding-bottom: 20px;
    padding-top: 40px !important;
  }

  .main-container.footer-logo-section {
    padding-bottom: 30px;
  }

  section.guidence-section {
    padding: 40px 0;
  }

  .homepage-view .carousel-background img {
    height: auto;
  }

  .newsletter-form {
    width: 100% !important;
  }

  .newsletter-signup>* {
    width: 100%;
  }

  .newsletter-signup {
    padding: 40px 5%;
  }

  .newsletter-signup h2 {
    font-size: 28px;
  }

  .newsletter-signup h3 {
    font-size: 24px;
  }

  .blog-section {
    padding: 40px 5% 10px;
  }

  .blog-post {
    flex-wrap: wrap;
  }

  .blog-post a {
    width: 100%;
  }

  .blog-section .blog-content {
    width: 100%;
  }

  .post-footer>* {
    width: fit-content !important;
  }

  .blog-section h2.page_subtitle {
    font-size: 28px;
    margin-bottom: 20px;
  }

  section.faq-section {
    padding: 40px 0;
  }

  h2.page_subtitle {
    font-size: 28px;
  }

  section.testimonial-section h2.page_subtitle {
    margin-bottom: 20px;
    line-height: 1.3;
  }

  section.help-section .help-buttons a.help-btn {
    width: 70%;
  }

  .help-buttons {
    flex-flow: column;
    align-items: center;
  }

  .custom_branding {
    align-items: flex-end;
  }

  h2.h2heading {
    font-size: 28px;
  }

  .redesignbody .sticky-nav {
    order: 2;
    width: 10%;
  }

  .account-toggle {
    order: 3;
  }

  .header-actions {
    order: 1;
    width: 100%;
    justify-content: end;
  }

  .menu_section {
    width: 100%;
    margin-top: -70px;
    justify-content: space-between;
  }

  body#n_home {
    padding: 0 !important;
  }

  .header-actions .header-search {
    z-index: 9999999999999;
    top: 25%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 80%;
  }

  .header-actions .header-search .search-input {
    width: 100%;
  }

  .search-form {
    position: relative;
  }

  .header-actions .header-search button.btn.search {
    position: absolute;
  }

  button.mobile_menu {
    display: grid;
  }

  .nav-wrapper.main-container .logo {
    padding-left: 0;
  }

  ul.nav-list {
    position: fixed;
    top: 0;
    background: #590811;
    left: -100%;
    gap: 0 !important;
    bottom: 0;
    width: 300px;
    padding: 30px 30px !important;
    transition: all 0.3s ease-in-out;
    flex-flow: column;
    justify-content: start !important;
  }

  header.header {
    position: unset;
  }

  .nav.sticky-nav ul.nav-list li {
    padding: 14px 10px;
  }

  ul.nav-list.active {
    display: block !important;
    left: 0;
  }

  ul.nav-list:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000000;
    width: 100%;
  }

  nav:has(.nav-list):before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: -100%;
    background: #00000069;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
  }

  nav:has(.nav-list.active):before {
    left: 0;
  }

  li.mobile_close {
    display: block;
    text-align: end;
    padding: 0 !important;
  }

  li.mobile_close button {
    background: transparent;
    border: none;
    padding: 0;
  }

  .nav-wrapper.main-container .logo {
    position: relative;
    z-index: 1;
  }

  .brand-slider.slick-slider.slick-dotted {
    margin-bottom: 0px;
  }

  section.help-section {
    padding: 40px 0;
  }

  section.help-section h3.help-title {
    font-size: 28px;
  }

  footer.neutral-dark-background.custom-blue .footer-content .footer-heading:first-child {
    padding-left: 15px;
  }

  .footer-logo-section .stay-in-touch:before {
    display: none;
  }

  .header-icons .icon-btn img {
    width: 21px !important;
  }

  .homepage-view .carousel a.carousel-control {
    top: 40%;
    width: 30px;
    height: 30px
  }

  .homepage-view .carousel a.left.carousel-control {
    left: 7%;
  }

  .homepage-view .carousel a.right.carousel-control {
    right: 7%;
  }

  .banner-text h3.banner-title {
    /* font-size: 40px !important; */
    line-height: 1.1;
  }

  .nav-tabs .nav-link {
    border-bottom-width: 3px;
  }

  section.testimonial-section h2.page_subtitle img.ellipse-word.AND {
    width: 70px;
  }

  section.testimonial-section h2.page_subtitle img.ellipse-word.BY {
    margin: 0 -13px;
  }

  div#stay_inspired-personal {
    padding: 0 0 40px;
  }

  div#stay_inspired-personal p {
    width: 96%;
  }

  .menu-container .menu-row ul.category-menu {
    position: unset;
    grid-template-columns: repeat(1, 1fr) !important;
    padding-bottom: 10px;
    columns: 1;
  }

  .menu-container .menu-row ul.category-menu li.dropdown:first-child {
    grid-column: unset;
  }

  .menu-container .menu-row ul.category-menu li.dropdown:first-child ul.dropdown-menu.arrow_box {
    grid-template-columns: repeat(1, 1fr);
  }

  .menu-container .menu-row ul#megamenu-personal.category-menu li.dropdown:nth-child(2) {
    grid-column: unset;
  }

  .menu-container .menu-row ul#megamenu-personal.category-menu li.dropdown:nth-child(2) ul.dropdown-menu.arrow_box {
    grid-template-columns: repeat(1, 1fr);
  }

  li.mobile-menu-contact-info-h ul li a {
    padding: 6px 0px;
  }

  .menu-container .menu-row ul.category-menu li.dropdown ul.dropdown-menu li i.fa.fa-angle-down {
    display: block !important;
  }

  .menu-container .menu-row ul.category-menu li.dropdown ul.dropdown-menu li .collapse {
    position: unset;
    width: 100%;
    box-shadow: none;
    display: none !important;
  }

  .menu-container .menu-row ul.category-menu li.dropdown ul.dropdown-menu li {
    width: 100% !important;
    flex-wrap: wrap;
  }

  .menu-container .menu-row ul.category-menu li.dropdown ul.dropdown-menu li i.fa-angle-up {
    display: block !important;
  }

  .menu-container .menu-row ul.category-menu li.dropdown ul.dropdown-menu li .collapse.in {
    display: block !important;
  }

  .menu-container .menu-row ul.category-menu li.dropdown i.fa-angle-up {
    margin-right: 15px;
    font-size: 20px !important;
    padding: 0;
  }
}

@media screen and (max-width: 670px) {
  .row.grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 480px) {
  .header-icons {
    gap: 4px;
  }

  header.header {
    padding: 20px 10px;
  }
}

/* PAGE RESPONSIVE DESIGN END */
/* remove after develop */
.__NETO__header {
  display: none;
}


/* CUSTOM BRANDING START */

ul.brand-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  padding: 0;
  width: 100%;
}

ul.brand-grid li img {
  border: 1px solid #e2eced;
  display: block;
  padding: 15px;
  background: #fff;
  height: 200px;
  width: 100%;
  object-fit: contain;
}

.brand-development h3 {
  text-align: center;
  margin-top: 60px;
}

ul.brand-grid li h5 {
  margin-top: 26px;
  color: #590811;
  font-weight: 500 !important;
  text-align: start;
  font-size: 16px;
  font-family: "TT Norms Pro" !important;
  text-align: center;
}

.bg-colored {
  background: #FAF9F5;
  padding: 60px 0;
}

.quote-section {
  /* background: #f5f5f5; */
  padding: 60px 0;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-20 {
  margin-top: 20px;
}

/* Heading */
.quote-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
}

.quote-section h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

.quote-section p.lead {
  max-width: 80.5%;
  font-size: 18.7px;
  margin: auto;
  color: #444243;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 400;
}

/* Panel (Card) */
.quote-panel {
  border-radius: 10px !important;
  border: none;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.quote-panel .panel-body {
  padding: 30px;
}

/* Form Title */
.form-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #590811;
  letter-spacing: 0;
  font-weight: 500 !important;
  font-family: "Saa Series DD OT" !important;
}

/* Input Group Adjustments */
.input-group-addon {
  background: transparent;
  border-right: 0;
  color: #590811;
  font-size: 16px;
}

.input-group .form-control {
  border-left: 0;
  height: 44px;
  border: 1px solid #5908114f;
}

/* Textarea */
textarea.form-control {
  height: auto;
  min-height: 120px;
  border: 1px solid #5908114f;
  resize: none;
}

/* Buttons */
.btn-primary.btn-lg {
  border-radius: 6px;
  font-size: 16px;
  padding: 12px;
}

.btn-default.btn-lg {
  border-radius: 6px;
  padding: 10px 20px;
}

/* Hover Effects */
.btn-default:hover {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}

/* Responsive */
@media (max-width: 480px) {
  .quote-panel .panel-body {
    padding: 20px;
  }
}

.quote-section h2 {
  color: #590811;
  font-size: 28px;
  letter-spacing: 0;
  font-weight: 500 !important;
  font-family: "Saa Series DD OT" !important;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.pe-0 {
  padding-right: 0;
}

.ps-0 {
  padding-left: 0;
}

.items-center {
  align-items: center;
}

.flex {
  display: flex;
}

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

.w-fit {
  width: fit-content;
}

.ms-auto {
  margin-left: auto;
}

.m-0 {
  margin: 0 !important;
}

.request-btn {
  background: #efd2d3;
  color: #8b0000;
  border: none;
  padding: 13px 15px;
  font-size: 17px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 500;
  letter-spacing: 0;
  margin: 5px auto 0;
  display: block;
}

.request-btn:hover {
  color: #8b0000;
  background-color: #eacccc !important;
}

/* FAQ Section */
.faq-section {
  padding: 60px 0;
  /* background: #ffffff; */
}

.faq-title {
  color: #590811;
  font-size: 42.6px;
  letter-spacing: 0;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-weight: 500 !important;
  font-family: "Saa Series DD OT" !important;
}

/* Panel Styling */
.faq-panel {
  border-radius: 10px !important;
  border: none !important;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
  margin-bottom: 15px !important;
}

.faq-panel .panel-heading {
  background: #fff !important;
  padding: 0;
  border-radius: 10px !important;
}

.faq-panel .panel-title a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #333 !important;
  text-decoration: none;
  padding: 20px 20px;
  font-family: "TT Norms Pro" !important;
}

.faq-panel .panel-title i {
  color: #8b0000;
  margin-right: 8px;
}

/* Panel Body */
.faq-panel .panel-body {
  padding: 20px;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* Hover */
.faq-panel .panel-title a:hover {
  color: #0d6efd;
}

/* Accordion arrow indicator */
.faq-panel .panel-title a:after {
  content: "\f107";
  font-family: FontAwesome;
  float: right;
  transition: 0.3s;
  color: #8b0000;
}

.faq-panel .panel-title a.collapsed:after {
  transform: rotate(-90deg);
}

.faq-panel .collapse.in {
  display: block;
}

.top-btn-cart .item-counter {
  font-size: 12px;
  width: 20px;
  height: 20px;
  color: #590811;
}

.top-btn-cart {
  height: 45px;
  font-size: 10px;
  width: fit-content;
  background: transparent;
}

.quote-page-div .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.quote-page-div form.form-horizontal input.form-control[type="date"] {
  line-height: normal;
}

/* CUSTOM BRANDING END */
/* hide payment button in cart page */
a#paypal {
  display: none;
}

.card.panel.panel-default.mt-2 {
  display: none;
}

/* hide payment button in cart page */
/* cart page design */
.ship-cal-code.col-xs-12.col-md-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* cart page design */

/* Portfolio section */

/* --- ABOUT US PAGE BENEFITS SECTION REDESIGN --- */

.section-benefits.bg-lite {
  background-color: #fbf9f4 !important;
  /* Cream background from image */
  padding: 80px 0;
}

.elipse-tile {
  text-align: center;
  font-size: 34px !important;
  font-weight: 700 !important;
  color: #5a1414 !important;
  /* Deep Maroon */
  text-transform: uppercase;
  margin-bottom: 55px !important;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.elipse-tile .ellipse {
  border: 2px solid #5a1414;
  border-radius: 50px;
  padding: 0px 15px;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin: 0 5px;
  font-weight: 700;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.benefit-item {
  background: #ffffff;
  padding: 45px 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #f0ecdf;
}

.benefit-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(90, 20, 20, 0.1);
  border-color: #5a1414;
}

.benefit-item .icon-box {
  background-color: transparent;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.benefit-item .icon-box img {
  /* height: 120px;
  width: 105px; */
  margin-bottom: 0 !important;
}

.benefit-item img {
  height: 98px;
  width: 85px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.benefit-item h4 {
  color: #111 !important;
  /* Set to black for contrast */
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 18px;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

.benefit-item p {
  font-size: 16px;
  line-height: 1.65;
  color: #555;
  margin: 0;
}

/* Responsive Scaling */
@media (max-width: 1100px) {
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .elipse-tile {
    font-size: 24px !important;
  }

  .elipse-tile .ellipse {
    font-size: 16px;
    height: 30px;
    padding: 0 10px;
  }

  .section-benefits.bg-lite {
    padding: 50px 0;
  }
}

.sec-heading.intro-sec-head {
  padding-bottom: 50px;
}

.portfolio-section .portfolio-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

.portfolio-section .portfolio-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.portfolio-section .portfolio-item img {
  width: 100%;
  display: block;
  border-radius: 10px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.portfolio-section .portfolio-item img:hover {
  transform: scale(1.05);
}

div#faqAccordion .panel-group .panel .panel-body {
  font-size: 17px !important;
  margin: auto;
  color: #444243;
  line-height: 1.5 !important;
  margin-bottom: 20px;
}

.portfolio-section .portfolio-gallery a img {
  height: 258px;
  text-align: center;
  vertical-align: middle;
  align-items: end;
  object-fit: cover;
  width: 100%;
  padding: 5px;
  background-color: #ffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* --- CONTACT US PAGE STYLES --- */

.contact-us-page {
  padding: 50px 0;
}

.contact-us-page .page-header {
  margin-bottom: 40px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 32px;
}

.contact-main-row {
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
}

.map-div iframe {
  display: block;
}

/* Card Styling */
.contact-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.contact-card h2 {
  margin-top: 0;
  margin-bottom: 25px;
  color: #111 !important;
  font-weight: 700 !important;
  font-size: 28px;
  font-weight: 500 !important;
  font-family: "Saa Series DD OT" !important;
}

.intro-p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 30px;
}

.info-item {
  margin-bottom: 15px;
  font-size: 16px;
}

.contact-link {
  color: #cc5c5c;
  text-decoration: none;
  font-weight: 600;
}

.directions-link {
  margin-top: 25px;
  margin-bottom: 0;
}

.directions-link a {
  color: #cc5c5c;
  text-decoration: underline;
  font-weight: 600;
}

form#contactUsForm .form-group.text-right {
  margin-bottom: 0;
}

.map-div {
  padding-top: 20px;
}

/* Button Styling */
/* .btn-contact-us {
  background-color: #cc5c5c;
  color: #ffffff;
  padding: 12px 35px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  border: none;
  transition: all 0.3s ease;
  text-transform: none;
} */

/* .btn-contact-us:hover {
  background-color: #a94444;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(204, 92, 92, 0.3);
  transform: translateY(-1px);
} */

/* Form refinement */
.contact-form .form-group label {
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-form .form-control {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 15px;
  height: auto;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

/* Bottom Section (Matching Image) */
/* .contact-bottom-section {
  padding-top: 40px;
} */
.container-flex-grid .contact-link-item:first-child {
  margin-left: 0;
}

.container-flex-grid .contact-link-item:last-child {
  margin-right: 0;
}

.bottom-border-line {
  border-top: 1px solid #eeeeee;
  margin-bottom: 50px;
}

.container-flex-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0;
}

.contact-link-item {
  flex: 1;
  min-width: 180px;
  margin: 0 10px;
}

.bottom-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 25px 15px;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.bottom-card:hover {
  border-color: #cc5c5c;
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.bottom-card i {
  font-size: 32px;
  color: #cc5c5c;
  margin-bottom: 15px;
}

.bottom-text {
  color: #111;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.bottom-card:hover .bottom-text {
  color: #cc5c5c;
}

/* If fonts/icons are used instead of images for icons */
.contact-link-item i {
  font-size: 36px;
  color: #590811;
  margin-bottom: 15px;
}

.bottom-text {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.2px;
}

.contact-link-item a:hover .bottom-text {
  color: #cc5c5c;
}

@media (max-width: 991px) {
  .contact-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .contact-link-item {
    flex: 0 0 50%;
  }
}

@media (max-width: 480px) {
  .contact-link-item {
    flex: 0 0 100%;
  }
}

/* Portfolio section */

.our-brand .brand-slider button.slick-arrow {
  top: -6px !important;
}

.our-brand .main-container.brands-panel {
  padding-top: 47px !important;
}

.our-brand .brand-slider button.slick-next.custom-next.slick-arrow {
  right: 40px !important;
}

.our-brand.brand-slider button.slick-next.custom-next.slick-arrow {
  right: 40px !important;

}

.brand-slider button.slick-prev.custom-prev.slick-arrow {
  right: 90px !important;
}