@charset "UTF-8";
:root {
  --primary-gradient: linear-gradient(135deg, var(--primary_color, #2e528e) 0%, #4a90e2 100%);
  --premium-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1), 0 4px 12px -5px rgba(0, 0, 0, 0.05);
  --glass-bg: rgba(255, 255, 255, 0.8);
  --glass-border: rgba(255, 255, 255, 0.2);
  --card-radius: 16px;
  --transition-smooth: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**********************************************
    Fonts
***********************************************/
@font-face {
  font-family: "Karla";
  src: url(/fonts/Karla-Regular.eot?688d4a2bbf047d3e0e7b09502ae8490b);
  src: url(/fonts/Karla-Regular.eot?688d4a2bbf047d3e0e7b09502ae8490b) format("embedded-opentype"), url(/fonts/Karla-Regular.woff2?15a963c022c71b0d25844f70c7cf61fa) format("woff2"), url(/fonts/Karla-Regular.woff?8bb97a9781da00d3803fd4cb33a3b598) format("woff"), url(/fonts/Karla-Regular.ttf?decc114b82e34718b48f5dab8e500dab) format("truetype"), url(/fonts/Karla-Regular.svg?46ddd749aa84229eb99259ac6e9bd5bc) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  src: url(/fonts/Karla-Medium.eot?bc1bfe9a5e36e32472b90d147254de2c);
  src: url(/fonts/Karla-Medium.eot?bc1bfe9a5e36e32472b90d147254de2c) format("embedded-opentype"), url(/fonts/Karla-Medium.woff2?fe7baec3e527a1dd95d4bd8b5fa3cda3) format("woff2"), url(/fonts/Karla-Medium.woff?4b3e72694d36dd86a0436d6813324176) format("woff"), url(/fonts/Karla-Medium.ttf?79803a2e9e1815a68e9bc24f7a627396) format("truetype"), url(/fonts/Karla-Medium.svg?62d19cfc6ba9944d126e003c5ab8aecc) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  src: url(/fonts/Karla-Bold.eot?fbb734f77e2d509814219f321c0689bc);
  src: url(/fonts/Karla-Bold.eot?fbb734f77e2d509814219f321c0689bc) format("embedded-opentype"), url(/fonts/Karla-Bold.woff2?ae0ef56ca7c1898a3ba585a27502faa9) format("woff2"), url(/fonts/Karla-Bold.woff?2393a9a5f0c11b8df59bc4e1d003a4c3) format("woff"), url(/fonts/Karla-Bold.ttf?b99f7e753b322e78859b70c050bae5fe) format("truetype"), url(/fonts/Karla-Bold.svg?9f9065186951c8ee0a8d3ab8ab8fa87b) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tahoma";
  src: url(/fonts/Tahoma.eot?792cfc79b5f25798fc328451b979052e);
  src: url(/fonts/Tahoma.eot?792cfc79b5f25798fc328451b979052e) format("embedded-opentype"), url(/fonts/Tahoma.woff2?44d4b717291dc2c84d14325c8de28018) format("woff2"), url(/fonts/Tahoma.woff?511a6b622d2bb2088b435a8fb5481679) format("woff"), url(/fonts/Tahoma.ttf?e95638075c46ee3ba55fc421b114f3ff) format("truetype"), url(/fonts/Tahoma.svg?13697752696e43d9b81a0307fa56a26f) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*

   @media (min-width: 1200px) and (max-width: 1365px) { } 
   @media (min-width: 1024px) and (max-width: 1199px) { } 
   @media (min-width: 992px) and (max-width: 1023px) { } 
   @media (min-width: 768px) and (max-width: 991px) { }  
   @media only screen and (max-width : 991px) { }  
   @media only screen and (max-width : 767px) { } 
   @media only screen and (max-width : 479px) { }  


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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

a img {
  border: 0;
}

body {
  font-family: "Karla";
  font-size: 1rem;
  line-height: 24px;
  color: #212529;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Karla";
  font-size: 100%;
  font-weight: 400;
  margin: 0 0 0.5rem;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
  text-transform: capitalize;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  font-family: "Karla";
  font-size: 1rem;
  line-height: 24px;
  margin: 0 0 1rem;
}

strong {
  font-family: "Karla";
  font-weight: 700;
}

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

a {
  color: var(--primary_color);
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  padding-bottom: 0.2em;
  border-bottom: 1px solid rgba(46, 82, 142, 0.3);
}

a:hover,
a:focus,
a:active {
  color: #0056b3;
  text-decoration: none;
  outline: none;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

input:focus,
textarea:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #767676;
}

:-moz-placeholder {
  opacity: 1;
  color: #767676;
}

::-moz-placeholder {
  opacity: 1;
  color: #767676;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #767676;
}

.btn-primary {
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
  color: white;
}
.btn-primary:hover {
  background: #0069d9 !important;
  border-color: #0069d9 !important;
}

/*-------- Reset Select -------- */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 1px solid #e87e00;
  background: white;
  background-image: none;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

/* Custom Select */
.select {
  position: relative;
  display: -moz-flex;
  display: flex;
  width: 80%;
  height: 100%;
  background: white;
  overflow: hidden;
  border-radius: 0px;
}

select {
  flex: 1;
  padding: 0 10px;
  color: #000000;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  border-color: var(--primary_color);
}

/* Arrow */
.select::after {
  content: "\f0d7";
  height: 100%;
  position: absolute;
  top: 5px;
  right: 0;
  padding: 0 10px;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  font-family: "FontAwesome";
  font-size: 15px;
}

/* Transition */
.select:hover::after {
  color: #869791;
}

/*-------- Reset Select -------- */
/*-------- Reset checkbox -------- */
.form-group {
  display: block;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
}

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #212529;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  top: -1px;
}

.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid var(--primary_color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/*-------- Reset checkbox -------- */
.btn-primary,
.btn-outline-primary:hover {
  background-color: var(--primary_color);
  border-color: var(--primary_color);
  color: white !important;
}

.page-title {
  color: var(--primary_color);
  margin: 3rem 0;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-title {
    margin: 2rem 0;
    font-size: 35px;
  }
}
@media only screen and (max-width : 767px) {
  .page-title {
    margin: 1rem 0;
    font-size: 30px;
    line-height: 35px;
  }
}

.main-outercon {
  overflow: hidden;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 15px;
  padding-left: 15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
/*----------- Table Bordered ---------- */
.table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6 !important;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
  font-weight: 700;
}

/*----------- Modern Utilities ---------- */
.modern-card {
  background: white;
  border-radius: var(--card-radius);
  box-shadow: var(--premium-shadow);
  transition: var(--transition-smooth);
  border: 1px solid rgba(0,0,0,0.05);
  overflow: hidden;
}

.modern-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.15);
}

.glass-effect {
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
}

.full-width-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.section-title {
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  margin-bottom: 2.5rem;
  font-size: 2.25rem;
  text-align: center;
}

.section-subtitle {
  color: #64748b;
  font-size: 1.125rem;
  text-align: center;
  margin-top: -2rem;
  margin-bottom: 3rem;
}

/* Category Hover Effects */
.popular-category:hover .image-wrapper {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px -5px rgba(0, 0, 0, 0.1);
  border-color: var(--primary_color, #2e528e);
}
.popular-category:hover img {
  transform: scale(1.1);
}
.popular-category:hover span {
  color: var(--primary_color, #2e528e);
}

/* Brand Slider Styles */
.brands-slider li div:hover {
  border-color: var(--primary_color, #2e528e) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.brands-slider li div:hover img {
  filter: grayscale(0) !important;
  transform: scale(1.05);
}

/* Product Card Specifics */
.modern-card:hover .image-outer img {
  transform: scale(1.08);
}
.qty-btn:hover {
  background: #f1f5f9 !important;
  color: var(--primary_color, #2e528e) !important;
}
.add-to-cart-list:hover, .go-to-cart:hover, .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(46, 82, 142, 0.3) !important;
  opacity: 0.95;
}
.follow-product:hover {
  color: var(--primary_color, #2e528e);
}

/**********************************************
   Header 
***********************************************/
.header-top-container {
  background-color: var(--secondary_color);
  padding: 0.5rem 0;
}

.header-toggle-btn {
  font-size: 1rem;
  color: var(--primary_color);
  font-weight: 700;
  padding: 0;
  border: 0;
}
.header-toggle-btn i {
  padding-left: 4px;
}

.quick-view-trigger {
  position: relative;
}
.quick-view-trigger:hover .quick-view-button {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 105px;
  transform: translate(-50%, -50%);
}

.deal-product-image {
  max-width: 200px;
  height: 200px;
}
.deal-product-image img {
  border: 1px solid #dee2e6;
  padding: 1.5rem;
  background: white;
  height: 200px;
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.deal-product-title a {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 24px;
  padding: 0;
  border: 0;
}

.header-middle-container {
  /* padding: 1.5rem 0; */
}
.header-middle-container .loged-menu .badge {
  background-color: var(--primary_color);
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 12px;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  padding: 2px 0;
  text-align: center;
  white-space: nowrap;
}
.header-middle-container .shopping-cart {
  margin: 10px 0;
  float: right;
  background: white;
  width: 250px;
  position: absolute;
  border-radius: 3px;
  padding: 10px;
  background-color: #f4f6f8;
  z-index: 99;
}
.header-middle-container .shopping-cart .shopping-cart-header {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}
.header-middle-container .shopping-cart .shopping-cart-header .shopping-cart-total {
  float: right;
}
.header-middle-container .shopping-cart .shopping-cart-header .badge {
  color: #27529d;
}
.header-middle-container .shopping-cart .shopping-cart-items {
  padding-top: 20px;
  font-size: 12px;
}
.header-middle-container .shopping-cart .shopping-cart-items li {
  margin-bottom: 10px;
  list-style: none;
}
.header-middle-container .shopping-cart .shopping-cart-items a.pull-right {
  border-bottom: none;
}
.header-middle-container .shopping-cart .shopping-cart-items a.pull-right .fa {
  margin-right: 5px;
}
.header-middle-container .shopping-cart .shopping-cart-items img {
  float: left;
  margin-right: 5px;
  max-width: 70px;
}
.header-middle-container .shopping-cart .shopping-cart-items .item-name {
  display: block;
  padding-top: 10px;
  font-size: 14px;
}
.header-middle-container .shopping-cart .shopping-cart-items .item-price {
  color: var(--primary_color);
  margin-right: 8px;
}
.header-middle-container .shopping-cart .shopping-cart-items .item-quantity {
  color: #869791;
}
.header-middle-container .shopping-cart:after {
  bottom: 100%;
  left: 35%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #f4f6f8;
  border-width: 8px;
  margin-left: -8px;
}
.header-middle-container .cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}
.header-middle-container .button {
  background: var(--primary_color);
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  margin: 25px 0 15px 0;
}
.header-middle-container .button:hover {
  background: var(--primary_color);
}
.header-middle-container .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.logo-outer {
  border: 0;
  padding: 0;
}

.top-right-menu {
  display: block;
  margin-bottom: 1rem;
}
.top-right-menu ul {
  width: 100%;
  text-align: right;
}
.top-right-menu ul li {
  display: inline-block;
  width: auto;
  margin-left: 0.5rem;
}
.top-right-menu ul li:first-child {
  margin: 0;
}
.top-right-menu ul li a {
  text-transform: uppercase;
  color: var(--primary_color);
  padding-bottom: 0.2em;
  border-bottom: 1px solid rgba(46, 82, 142, 0.3);
}

.list-inline-item a {
  font-size: 0.8rem;
  color: var(--primary_color);
  padding-bottom: 0.2em;
  border-bottom: 1px solid rgba(46, 82, 142, 0.3);
}

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: var(--primary_color);
}

.banner-slider .slide-arrow {
  z-index: 90;
}

.menu-container {
  background: var(--primary_color);
}
.menu-container .navbar-nav {
  background: var(--primary_color);
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width : 991px) {
  .menu-container .navbar-nav {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 575px) {
  .menu-container .navbar-nav {
    padding: 0 15px;
  }
}
.menu-container .navbar-nav .has-megamenu {
  position: static;
}
.menu-container .navbar-nav .has-megamenu:hover > a {
  color: rgba(255, 255, 255, 0.75);
}
@media only screen and (max-width : 991px) {
  .menu-container .navbar-nav .has-megamenu {
    width: 100%;
  }
}
.menu-container .navbar-nav .nav-link {
  color: white;
  font-size: 0.875rem;
  font-weight: 700;
  padding-right: 12px;
  padding-left: 12px;
  line-height: 21px;
  border: 0;
}
.menu-container .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .menu-container .navbar-nav .nav-link {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .menu-container .navbar-nav .nav-link {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width : 991px) {
  .menu-container .navbar-nav .nav-link {
    padding-left: 0;
  }
}
.menu-container .navbar-nav .dropdown-menu.megamenu {
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 4px;
  border: 0;
  border-radius: 0 0 5px 5px;
  background: #f8f9fa !important;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
@media only screen and (max-width : 991px) {
  .menu-container .navbar-nav .dropdown-menu.megamenu {
    box-shadow: 0px 6px 8px -2px rgba(0, 0, 0, 0);
  }
}
.menu-container .navbar-nav .dropdown-menu.megamenu.open {
  display: block;
}
.menu-container .navbar-nav .dropdown-menu.megamenu:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 98.6%;
  top: 0;
  background: #f8f9fa;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  z-index: 9;
}
@media only screen and (max-width : 991px) {
  .menu-container .navbar-nav .dropdown-menu.megamenu:before {
    content: none;
  }
}
.menu-container .navbar-nav .dropdown-menu.megamenu:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 98.6%;
  top: 0;
  background: #f8f9fa;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  z-index: 9;
}
@media only screen and (max-width : 991px) {
  .menu-container .navbar-nav .dropdown-menu.megamenu:after {
    content: none;
  }
}
.menu-container .navbar-nav .dropdown-menu.megamenu ul {
  width: 100%;
  float: left;
  list-style: none;
  background: #f8f9fa;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width : 991px) {
  .menu-container .navbar-nav .dropdown-menu.megamenu ul {
    flex-wrap: nowrap;
    flex-direction: column;
    -moz-column-count: 1;
         column-count: 1;
  }
}
.menu-container .navbar-nav .dropdown-menu.megamenu ul li {
  padding: 0.25rem 1rem;
  float: left;
  width: 25%;
}
@media only screen and (max-width : 991px) {
  .menu-container .navbar-nav .dropdown-menu.megamenu ul li {
    width: 100%;
  }
}
.menu-container .navbar-nav .dropdown-menu.megamenu ul li a {
  padding: 0;
  width: auto;
  display: inline;
  color: #212529;
  border: 0;
}
.menu-container .navbar-nav .dropdown-menu.megamenu ul li a:hover, .menu-container .navbar-nav .dropdown-menu.megamenu ul li a:focus, .menu-container .navbar-nav .dropdown-menu.megamenu ul li a:active {
  color: var(--primary_color);
  background: transparent;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .menu-container .navbar-nav .dropdown-menu.megamenu ul li a {
    font-size: 0.8125rem;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .menu-container .navbar-nav .dropdown-menu.megamenu ul li a {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width : 991px) {
  .menu-container .navbar-nav .dropdown-menu.megamenu ul li a {
    float: left;
    width: 100%;
  }
}
.menu-container .navbar-nav .dropdown-menu.megamenu ul li.dropdown-submenu {
  position: relative;
}
@media only screen and (max-width : 991px) {
  .menu-container .navbar-nav .dropdown-menu.megamenu ul li.dropdown-submenu {
    float: left;
    width: 100%;
  }
}
.menu-container .navbar-nav .dropdown-menu.megamenu ul li.dropdown-submenu:after {
  position: absolute;
  content: "\f0da";
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #000000;
  font-family: "FontAwesome";
}
@media only screen and (max-width : 991px) {
  .menu-container .navbar-nav .dropdown-menu.megamenu ul li.dropdown-submenu:after {
    top: 2px;
    transform: translateY(0);
  }
}
.menu-container .navbar-nav .dropdown-menu.megamenu ul li.dropdown-submenu:hover > a {
  color: #0056b3 !important;
}
.menu-container .navbar-nav .dropdown-menu.megamenu ul li.dropdown-submenu .submenu-menu {
  position: absolute;
  left: 0;
  top: 100%;
  -moz-column-count: 1 !important;
       column-count: 1 !important;
  width: 100%;
  background: var(--primary_color);
  display: none;
  padding: 5px 0 10px;
}
@media only screen and (max-width : 991px) {
  .menu-container .navbar-nav .dropdown-menu.megamenu ul li.dropdown-submenu .submenu-menu {
    position: static;
  }
}
.menu-container .navbar-nav .dropdown-menu.megamenu ul li.dropdown-submenu .submenu-menu li {
  width: 100% !important;
}
.menu-container .navbar-nav .dropdown-menu.megamenu ul li.dropdown-submenu .submenu-menu a {
  color: white;
  border: 0;
}
.menu-container .navbar-nav .dropdown-menu.megamenu ul li.dropdown-submenu .submenu-menu a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.menu-container .navbar-nav .dropdown-menu.megamenu ul li.dropdown-submenu .submenu-menu.open {
  display: block !important;
}

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

.navbar-toggler {
  margin-left: 15px;
}
.navbar-toggler .navbar-toggler-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.navbar-toggler .navbar-toggler-icon i {
  font-size: 30px;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-primary.search-btn {
  background-color: var(--primary_color) !important;
  border-color: var(--primary_color) !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
}
.btn-primary.search-btn:hover {
  background-color: var(--primary_color) !important;
  border-color: var(--primary_color) !important;
  color: #ffffff !important;
}
@media only screen and (max-width : 767px) {
  .btn-primary.search-btn {
    width: 100%;
  }
}

.vacation-mode-contianer {
  width: 100%;
  background: var(--primary_color);
  filter: contrast(0.5);
  padding: 10px 0 15px;
}
.vacation-mode-contianer p {
  text-align: center;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 0 15px;
}

@media only screen and (max-width : 991px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
.global-search-outer {
  position: relative;
}
.global-search-outer input {
  padding: 0.375rem 1.25rem 0.375rem 0.75rem;
}
.global-search-outer .close-search {
  display: block !important;
  top: 8px;
  right: 0px;
  color: var(--primary_color);
  position: absolute;
  width: 30px;
  height: 30px;
}

.dropdown-menu {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  border-radius: 0;
}

a.dropdown-item {
  font-size: 14px;
  font-weight: 600;
  padding: 0.25rem 2rem 0.25rem 1rem;
}

.dropdown-menu li {
  list-style: none;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
  overflow: auto;
  max-height: 430px;
}

.dropdown-submenu > a:after {
  position: absolute;
  content: "\f0da";
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #000000;
  font-family: "FontAwesome";
}

.dropdown-submenu {
  position: relative;
}

/*--------------------------------------
   Popup
----------------------------------------*/
.quick-view-button {
  font-family: "Tahoma";
  font-size: 0.875rem;
  color: white;
  background: #000000;
  padding: 8px 18px !important;
  border-radius: 3px;
  text-align: center;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.quick-view-button:hover {
  background: var(--primary_color);
}

.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #b3b3b3;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  border-radius: 0 4px 0 0;
}
.popup-close i {
  color: #ffffff;
}

.quick-view-popup {
  display: none;
}
@media only screen and (max-width : 991px) {
  .quick-view-popup {
    width: 97%;
  }
}

.quick-view-container {
  float: left;
  width: 930px;
  height: auto;
  max-height: 500px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  padding: 15px 12px 15px 22px;
  background: white;
  position: relative;
  border-radius: 4px;
}
@media only screen and (max-width : 991px) {
  .quick-view-container {
    width: 100%;
    padding: 15px;
    overflow-y: scroll;
  }
}

.content-image-outer {
  float: left;
  width: 52%;
  padding: 20px 0px 10px 11px;
}
@media only screen and (max-width : 991px) {
  .content-image-outer {
    width: 100%;
    padding: 20px 0px;
  }
}

.content-image-wrap {
  text-align: center;
  margin-bottom: 15px;
}
.content-image-wrap img {
  max-width: 345px !important;
  max-height: 345px !important;
  box-shadow: none;
}

.content-image-thumbs {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.content-image-thumbs .xzoom-thumbs {
  margin-bottom: 0;
  display: flex;
}
.content-image-thumbs .xzoom-thumbs a {
  padding-bottom: 0;
  border: 0;
}
.content-image-thumbs .xzoom-thumbs a img {
  margin: 0;
  width: 84px;
  height: 84px;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-image-thumbs .xzoom-thumbs a img.xactive {
  border-color: #fc4c03;
  box-shadow: none;
}

.content-text-outer {
  float: right;
  width: 44%;
  padding: 20px 20px 10px 11px;
  height: 470px;
  overflow: auto;
}
@media only screen and (max-width : 991px) {
  .content-text-outer {
    width: 100%;
    padding: 15px;
    height: auto;
  }
}
.content-text-outer h4 {
  color: var(--primary_color);
  font-weight: normal;
  line-height: 30px;
}
.content-text-outer ul {
  margin-bottom: 1rem;
  padding-left: 2.5rem;
}
.content-text-outer ul li {
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
}
.content-text-outer p:last-child {
  margin-bottom: 0;
}

.alert-info-outer {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}

/*---------product caroussel and zoom------------*/
.xzoom-preview {
  z-index: 9999;
}

.xzoom-source {
  z-index: 9999;
}

/*---------product caroussel and zoom------------*/
/*---------terms-popup------------*/
.terms-content-outer {
  float: left;
  width: 100%;
  padding-right: 18px;
  max-height: 470px;
  overflow: auto;
}
.terms-content-outer h1,
.terms-content-outer h2,
.terms-content-outer h3,
.terms-content-outer h4,
.terms-content-outer h5,
.terms-content-outer h6 {
  color: var(--primary_color);
  font-weight: 700;
}
.terms-content-outer ul {
  list-style: disc;
  padding-left: 15px;
  margin: 15px 0;
}

.thumb-wrapper {
  position: relative;
}

.thumb-wrapper .quick-view-button {
  margin-left: -28px;
}

.address-popup-container {
  float: left;
  width: 930px;
  height: auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  padding: 45px 25px 20px;
  background: white;
  position: relative;
  border-radius: 4px;
}
@media only screen and (max-width : 991px) {
  .address-popup-container {
    width: 100%;
    padding: 15px;
    overflow-y: scroll;
  }
}

.form-update-outer .btn {
  color: white;
  background: var(--primary_color);
  border-radius: 2px;
  width: 100%;
  font-size: 1rem;
  border: 1px solid #333333;
  padding: 8px 30px;
  font-weight: 700;
  transition: 0.25s ease-in-out;
  letter-spacing: 1.12px;
}

.form-row-outer.popup-btn {
  justify-content: flex-end !important;
}

/*---------product details-popup------------*/
.main-image-section {
  width: 100%;
  height: 100%;
  float: left;
}

.main-image-section a {
  width: 100%;
  display: none;
  border: none;
  padding: 0;
  position: relative;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.main-image-section a:first-child {
  display: block;
}

.main-image-section a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lb-container {
  outline: #FFF solid 10px;
  box-sizing: border-box;
}

.lb-dataContainer {
  top: 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  z-index: 99999999;
}

.lb-dataContainer .lb-details {
  display: none;
}

.lb-closeContainer .lb-close {
  width: 40px;
  height: 40px;
  display: block;
  float: right;
  background: #FFFFFF url(/images/close.png?2b1a53089a03451185302b89b46210aa) center center no-repeat;
  text-align: right;
  margin: -10px -12px 0 0;
  opacity: 1;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  opacity: 1;
}

/**********************************************
    Breadcrumb
***********************************************/
.breadcrumb-container {
  background: var(--secondary_color);
}
.breadcrumb-container ol {
  margin-bottom: 0;
}
.breadcrumb-container ol li {
  font-size: 0.8rem;
  line-height: 1.5;
}
.breadcrumb-container ol li:before {
  padding-right: 0.6875rem !important;
}
.breadcrumb-container ol li a {
  font-size: 0.8rem;
}
@media only screen and (max-width : 767px) {
  .breadcrumb-container ol li span {
    max-width: 200px;
    text-overflow: ellipsis;
    display: block;
    max-height: 20px;
    white-space: nowrap;
    overflow: hidden;
  }
}

/**********************************************
   Category Sidebar 
***********************************************/
.sidebar-search-outer {
  float: left;
  width: 100%;
  margin-bottom: 3rem;
}
@media only screen and (max-width : 767px) {
  .sidebar-search-outer {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
.sidebar-search-outer form {
  float: left;
  width: 100%;
}
.sidebar-search-outer form input {
  float: left;
  width: 84%;
  border-radius: 4px 0 0 4px !important;
}
.sidebar-search-outer form button {
  float: left;
  width: 16% !important;
  border-radius: 0 4px 4px 0 !important;
}

.sidebar-navigation-outer {
  float: left;
  width: 100%;
  background: var(--secondary_color);
  margin-bottom: 0.5rem !important;
}
.sidebar-navigation-outer ul {
  list-style: none;
  float: left;
  width: 100%;
}
.sidebar-navigation-outer ul li {
  float: left;
  width: 100%;
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: relative;
}
.sidebar-navigation-outer ul li:first-child {
  border: 0;
}
.sidebar-navigation-outer ul li:hover h5 {
  background: var(--primary_color);
}
.sidebar-navigation-outer ul li:hover h5:after {
  color: white;
}
.sidebar-navigation-outer ul li h5.opened {
  background: var(--primary_color);
  color: white;
}
.sidebar-navigation-outer ul li h5.opened:after {
  color: white;
}
.sidebar-navigation-outer ul li h5 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  color: var(--primary_color);
}
.sidebar-navigation-outer ul li h5:hover {
  background: var(--primary_color);
}
.sidebar-navigation-outer ul li h5:hover:after {
  color: white;
}
.sidebar-navigation-outer ul li h5:after {
  position: absolute;
  content: "\f0d7";
  font-family: "FontAwesome";
  color: var(--primary_color);
  font-size: 1rem;
  top: 7px;
  right: 25px;
}
.sidebar-navigation-outer ul li:hover h5 {
  color: white;
}

.toggle-content-outer {
  float: left;
  width: 100%;
  display: none;
  padding: 0.5rem 1rem;
  max-height: 350px;
  overflow-y: scroll;
}
.toggle-content-outer ul li {
  border: 0;
  padding: 8px 0;
}
.toggle-content-outer ul li a {
  float: left;
  width: auto;
  padding: 0;
  border: 0;
  text-transform: capitalize;
  color: #212529;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.toggle-content-outer ul li a:hover, .toggle-content-outer ul li a:focus {
  color: var(--primary_color);
}
.toggle-content-outer ul.tags {
  margin-left: -2px;
}
.toggle-content-outer ul.tags li {
  float: left;
  width: auto;
  margin: 2px;
  padding: 0;
}
.toggle-content-outer ul.tags li a {
  float: left;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid var(--primary_color);
  background: var(--primary_color);
  text-align: center;
  color: white;
  height: 30px;
  line-height: 16px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.toggle-content-outer ul.tags li a:hover {
  background: transparent;
  color: var(--primary_color);
}
.toggle-content-outer ul.tags li a span {
  padding-left: 2px;
}

.sidebar-menu-outer {
  background: var(--secondary_color);
  padding: 1rem;
  float: left;
  width: 100%;
}
.sidebar-menu-outer ul {
  list-style: none;
  float: left;
  width: 100%;
}
.sidebar-menu-outer ul > li {
  margin-bottom: 1rem;
  float: left;
  width: 100%;
  position: relative;
}
.sidebar-menu-outer ul > li.has-child ul.sidebar-submenu {
  display: none;
  padding-left: 1rem;
  padding-top: 1rem;
}
.sidebar-menu-outer ul > li.has-child ul.sidebar-submenu.open {
  display: block;
}
.sidebar-menu-outer ul > li.has-child ul.sidebar-submenu li:last-child {
  margin: 0;
}
.sidebar-menu-outer ul > li.has-child .submenu-toggle-btn {
  position: absolute;
  top: 0;
  right: -9px;
  content: "";
  color: var(--primary_color);
  font-size: 0.625rem;
  cursor: pointer;
  padding: 3px 10px;
}

.sidebar-info-block {
  float: left;
  width: 100%;
  background: var(--secondary_color);
  padding: 1rem;
  margin-bottom: 0.5rem !important;
  text-align: center;
}
.sidebar-info-block h3 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 17px;
}
.sidebar-info-block p {
  font-size: 14px;
  line-height: 18px;
}
.sidebar-info-block a {
  font-size: 14px;
  margin-top: 8px;
}

.price-range-slider,
.quantity-range-slider {
  width: 100%;
  float: left;
  padding: 0 0 40px;
}
.price-range-slider .range-value,
.quantity-range-slider .range-value {
  margin: 0;
}
.price-range-slider .range-value input,
.quantity-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #212529;
  font-size: 1rem;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 20px 0 20px 0;
}
.price-range-slider .range-bar,
.quantity-range-slider .range-bar {
  border: none;
  background: #212529;
  height: 5px;
  width: 96%;
  margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range,
.quantity-range-slider .range-bar .ui-slider-range {
  background: #e87e00;
}
.price-range-slider .range-bar .ui-slider-handle,
.quantity-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: white;
  border: 2px solid #e87e00;
  height: 17px;
  width: 17px;
  top: -6px;
  cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span,
.quantity-range-slider .range-bar .ui-slider-handle + span {
  background: #e87e00;
}

/**********************************************
    Footer
***********************************************/
.footer-top-container {
  background-color: var(--primary_color);
  padding: 3rem 0;
}
@media only screen and (max-width : 767px) {
  .footer-top-container {
    padding: 2rem 0;
  }
}

.footer-bottom-container {
  background: var(--primary_color);
  opacity: 0.75;
  filter: brightness(0.5);
  padding: 2rem 0;
  color: white;
  font-size: 0.8125rem;
}
@media only screen and (max-width : 767px) {
  .footer-bottom-container {
    padding: 1.5rem 0;
  }
}

.contact-info-outer h6 {
  color: white;
  font-size: 0.8125rem;
  margin-bottom: 1rem;
}
.contact-info-outer address {
  float: left;
  width: 100%;
  margin-bottom: 1rem;
  line-height: 1.21875rem;
}
.contact-info-outer address strong {
  font-weight: 700;
}
.contact-info-outer a {
  float: left;
  color: white;
  padding-bottom: 0.1625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 1rem;
}

.newsletter-content {
  color: white;
  margin-bottom: 1rem;
}
@media only screen and (max-width : 767px) {
  .newsletter-content {
    text-align: center;
  }
}

.form-outer {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-outer input {
  margin-right: 0.5rem;
}
.form-outer button {
  font-weight: 700;
}
@media only screen and (max-width : 991px) {
  .form-outer input {
    width: 60%;
  }
  .form-outer button {
    width: 35%;
  }
}

.newsletter-policy-text {
  color: white;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.21875rem;
}
@media only screen and (max-width : 767px) {
  .newsletter-policy-text {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
}

.social-links-outer {
  list-style: none;
  text-align: center;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width : 767px) {
  .social-links-outer {
    margin-bottom: 0;
  }
}
.social-links-outer li {
  margin-left: 0.5rem;
  width: auto;
  display: inline-block;
}
.social-links-outer li:first-child {
  margin-left: 0;
}
.social-links-outer li a i {
  font-size: 3em;
  color: #fff;
}
.social-links-outer li a img {
  width: 41px;
  height: 48px;
}

.footer-links ul li {
  float: left;
  width: 100%;
}
.footer-links ul li a {
  padding-bottom: 0.1625rem;
  line-height: 1.21875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/*----------------------------------------
    Homepage css
----------------------------------------*/
.banner-slider-container {
  width: 100%;
  margin-top: 0;
  margin-bottom: 4rem;
}

.banner-slider-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.banner-slider ul li {
    position: relative;
}

.banner-slider ul li a {
  border: 0;
  padding: 0;
  display: block;
  position: relative;
}

.banner-slider .slick-slide img {
  width: 100%;
  aspect-ratio: 21 / 8;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  height: auto;
}

/* Responsive Banner Aspect Ratios */
@media only screen and (max-width : 1024px) {
  .banner-slider .slick-slide img {
    height: 400px !important;
    aspect-ratio: 16 / 7;
     object-fit: fill !important;
  }
}

@media only screen and (max-width : 767px) {
  .banner-slider .slick-slide img {
    height: 250px !important;
    aspect-ratio: 16 / 9;
    object-fit: fill;
  }
  .banner-slider-container {
    margin-bottom: 2rem;
  }
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.4) 100%);
    pointer-events: none;
    z-index: 1;
}

.slide-arrow {
  position: absolute;
  top: 0;
  width: 15%;
  height: 100%;
  z-index: 999;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.slide-arrow.next-arrow {
  right: 0;
}
.slide-arrow:hover {
  opacity: 1;
}

.notification-container {
  width: 100%;
}

.notification-outer {
  padding: 1rem;
  margin-top: 1rem;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: var(--secondary_color);
}
.notification-outer h4 {
  font-weight: 700;
  margin-bottom: 0;
}
.notification-outer .btn-primary {
  margin-left: 1rem;
}
@media only screen and (max-width : 991px) {
  .notification-outer h4 {
    font-size: 0.9375rem;
  }
  .notification-outer .btn-primary {
    font-size: 0.875rem;
  }
}

.quick-links-container {
  padding: 20px 0 16px;
}

.quick-links-outer {
  float: left;
  width: 100%;
}
@media only screen and (max-width : 767px) {
  .quick-links-outer {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width : 767px) {
  .quick-links-outer img {
    width: 100%;
  }
}

.home-content-container {
  padding: 1rem 0;
}
.home-content-container h1 {
  font-size: 1.5rem;
  color: var(--primary_color);
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.home-subcontent-container {
  padding: 3rem 0;
  background: var(--secondary_color);
}
@media only screen and (max-width : 991px) {
  .home-subcontent-container {
    padding: 2rem 0;
  }
}

.home-subcontent-outer {
  background-color: white;
  padding: 3rem;
  border-radius: 50px;
}
@media only screen and (max-width : 991px) {
  .home-subcontent-outer {
    padding: 2rem 2rem 1rem;
    border-radius: 25px;
  }
}
.new-partners-container{
  border-radius: 50px;
}
@media only screen and (max-width : 991px) {
  .new-partners-container{
    border-radius: 25px;
  }
}
.home-subcontent-outer h2 {
  color: var(--primary_color);
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
@media only screen and (max-width : 991px) {
  .home-subcontent-outer h2 {
    font-size: 1.5625rem;
  }
}
.home-subcontent-outer h4 {
  color: #e87e00;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.home-subcontent-outer p a {
  padding-bottom: 0.2em;
  border-bottom: 1px solid rgba(46, 82, 142, 0.3);
}
@media only screen and (max-width : 767px) {
  .home-subcontent-outer img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.popular-categories-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}

.popular-categories-items:nth-child(n+6) {
  flex-grow: 0;
}

.popular-categories-container {
  padding: 3rem 0;
}
@media only screen and (max-width : 991px) {
  .popular-categories-container {
    padding: 2rem 0;
  }
}
@media only screen and (max-width : 767px) {
  .popular-categories-container {
    padding: 2rem 0 0;
  }
}
.popular-categories-container h2 {
  color: var(--primary_color);
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 3rem;
  text-align: center;
}
@media only screen and (max-width : 991px) {
  .popular-categories-container h2 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}

.popular-categories-items {
  flex-grow: 1;
  flex-basis: 16.666666667%;
}
@media only screen and (max-width : 991px) {
  .popular-categories-items {
    flex-grow: 0;
    flex-basis: 33.333%;
    margin-bottom: 25px !important;
  }
}
@media only screen and (max-width : 767px) {
  .popular-categories-items {
    flex-grow: 0;
    flex-basis: 50%;
  }
}

.popular-category {
  text-align: center;
}
.popular-category img {
  max-height: 245px !important;
  height: 245px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin: 0 auto 1rem;
}
@media (max-width: 768px) {
  .popular-category img {
    height: auto;
  }
}
.popular-category a {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--primary_color);
  padding-bottom: 0.2em;
  border-bottom: 1px solid rgba(46, 82, 142, 0.3);
}
.popular-category a:hover {
  color: #0056b3;
}

.featured-products-container {
  text-align: center;
  padding: 3rem 0;
  background: var(--secondary_color);
}
@media only screen and (max-width : 991px) {
  .featured-products-container {
    padding: 2rem 0;
  }
}
.featured-products-container h2 {
  color: var(--primary_color);
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 3rem;
  text-align: center;
}
@media only screen and (max-width : 991px) {
  .featured-products-container h2 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}

.featured-slider-outer ul {
  list-style: none;
}
.featured-slider-outer ul li {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.featured-slider-outer .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media only screen and (max-width : 991px) {
  .featured-slider-outer .slick-dots {
    margin-top: 2rem;
  }
}
.featured-slider-outer .slick-dots li {
  border: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
}
.featured-slider-outer .slick-dots li button {
  border: 0;
  background: #D6D6D6;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 5px 7px;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.featured-slider-outer .slick-dots li.slick-active button, .featured-slider-outer .slick-dots li:hover button {
  background: #869791;
}
.featured-slider-outer .slick-slide {
  margin: 0 7.5px;
}
.featured-slider-outer .slick-list {
  margin: 0 -7.5px;
}

.popular-slider-outer ul {
  list-style: none;
  padding: 0;
}

.popular-slider-outer .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.popular-slider-outer .slick-dots li {
  border: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
}

.popular-slider-outer .slick-dots li button {
  border: 0;
  background: #D6D6D6;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 5px 7px;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.popular-slider-outer .slick-dots li.slick-active button, 
.popular-slider-outer .slick-dots li:hover button {
  background: #869791;
}

.popular-slider-outer .slick-slide {
  padding: 10px 0;
}

.featured-slide-outer {
  padding: 1.25rem;
  text-align: center;
  background-color: white;
}

.featured-image-outer {
  height: 200px;
}
.featured-image-outer img {
  max-height: 200px;
  width: auto !important;
  margin: 0 auto;
}

.featured-title-outer {
  margin: 3rem 0;
  height: 75px;
  overflow: hidden;
}
.featured-title-outer a {
  color: var(--primary_color);
  padding-bottom: 0.2em;
  border-bottom: 1px solid rgba(46, 82, 142, 0.3);
}

.partners-container {
  padding: 6rem 0;
  background: url(/images/home-top-brands-bg-01.jpg?5f7930c1987232691107c1fc009930e5) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width : 991px) {
  .partners-container {
    padding: 2rem 0;
  }
  .partners-container .p-5 {
    padding: 2rem !important;
  }
  .partners-container h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width : 767px) {
  .partners-container img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.partners-container h2 {
  color: var(--primary_color);
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.partners-container .btn {
  margin-top: 1.5rem;
}

.brands-container {
  padding: 3rem 0;
}
@media only screen and (max-width : 991px) {
  .brands-container {
    padding: 2rem 0;
  }
}
.brands-container h2 {
  color: var(--primary_color);
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width : 991px) {
  .brands-container h2 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}

.brands-slider .slick-slide {
  margin: 0 30px;
}
.brands-slider .slick-list {
  margin: 0 30px;
}
.brands-slider ul {
  list-style: none;
}
.brands-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.brands-slider .slick-dots li {
  border: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
}
.brands-slider .slick-dots li button {
  border: 0;
  background: #D6D6D6;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 5px 7px;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.brands-slider .slick-dots li.slick-active button, .brands-slider .slick-dots li:hover button {
  background: #869791;
}

.home-blog-container {
  padding: 3rem 0;
}
@media only screen and (max-width : 991px) {
  .home-blog-container {
    padding: 2rem 0;
  }
}
.home-blog-container h2 {
  color: var(--primary_color);
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width : 991px) {
  .home-blog-container h2 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}
.home-blog-container .card-deck {
  display: flex;
  flex-flow: row wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media only screen and (max-width : 991px) {
  .home-blog-container .card-deck {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media only screen and (max-width : 767px) {
  .home-blog-container .card-deck {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.home-blog-container .card {
  flex: 1 0 0%;
  flex-direction: column;
  margin: 0 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
  max-width: 350px;
  border-radius: 0.25rem;
}
@media only screen and (max-width : 991px) {
  .home-blog-container .card {
    margin: 0 5px;
  }
}
@media only screen and (max-width : 767px) {
  .home-blog-container .card {
    flex: 1 0 100%;
    margin: 15px 15px 0;
  }
}
.home-blog-container .card-body {
  padding: 1.25rem;
}
.home-blog-container .card-title {
  line-height: 1.5;
  min-height: 50px;
  margin-bottom: 0.75rem;
}
.home-blog-container .card-footer {
  padding: 0.75rem 1.25rem;
}
.home-blog-container .card-footer .btn-outline-primary {
  color: var(--primary_color);
  border-color: var(--primary_color);
  font-weight: 700;
}
.home-blog-container .card-footer .btn-outline-primary:hover {
  color: white;
}

.blog-link {
  margin-top: 3rem;
  text-align: center;
}
@media only screen and (max-width : 991px) {
  .blog-link {
    margin-top: 2rem;
  }
}

.home-location-container {
  padding: 3rem 0;
  background: var(--secondary_color);
}

.home-location-container .section-title {
  color:var(--primary_color, #2e528e);
  font-weight: 800;
  margin-bottom: 3.5rem;
}

.location-card-modern {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 2.5rem;
  border-radius: 24px;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.location-card-modern:hover {
  background: #ffffff;
  border-color: var(--primary_color, #2e528e) !important;
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
}

.location-icon-box {
  width: 50px;
  height: 50px;
  background: var(--primary_color, #2e528e) !important;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  color: #ffffff;
  transition: all 0.3s ease;
}

.location-card-modern:hover .location-icon-box {
  background: var(--primary_color, #2e528e);
  transform: rotate(5deg) scale(1.1);
}

.location-card-modern h4 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: var(--primary_color, #2e528e);
}

.location-card-modern address {
  font-style: normal;
  line-height: 1.8;
  color: var(--primary_color, #2e528e);
  margin-bottom: 2rem;
  font-size: 1.05rem;
}

.location-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--primary_color, #2e528e) !important;
  text-decoration: none;
  margin-bottom: 0.75rem;
  font-weight: 600;
  transition: color 0.2s ease;
}

.location-contact-item:hover {
  color: var(--primary_color, #2e528e) !important;
}

.location-contact-item i {
  color: var(--primary_color, #2e528e) !important;
  font-size: 1rem;
}
.location-wrap h4 {
  color: var(--primary_color);
  font-weight: 700;
  text-transform: uppercase !important;
  margin-bottom: 0.5rem;
}
.location-wrap address {
  margin-bottom: 1rem;
}

.copyright-text {
  color: #fff !important;
  border-bottom: none;
}

/*----------------------------------------
   Request a quote css
----------------------------------------*/
.request-form-outer {
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
}
.request-form-outer p {
  float: left;
  width: 100%;
  color: #737373;
  font-size: 15px;
  margin: 0 0 32px;
}
.request-form-outer .customer-login {
  margin-bottom: 32px;
  width: auto;
  float: left;
  font-size: 0.875rem;
}

.request-form {
  float: left;
  width: 100%;
  padding: 35px 35px 115px;
}
@media only screen and (max-width : 767px) {
  .request-form {
    padding-bottom: 50px;
  }
}
.request-form .single-blockouter .single-halfblockouter, .request-form .single-blockouter {
  margin-top: 15px;
}

.form-element-outer {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.form-element-outer.three-column {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
@media only screen and (max-width : 767px) {
  .form-element-outer.three-column {
    flex-direction: column;
  }
}
@media only screen and (max-width: 510px) {
  .form-element-outer {
    margin-bottom: 18px;
  }
}
.form-element-outer input.form-control {
  padding: 6px 12px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: "Karla";
  font-size: 1rem;
}
.form-element-outer.two-column {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 510px) {
  .form-element-outer.two-column {
    flex-direction: column;
  }
}
.form-element-outer.two-column input {
  width: 48%;
}
@media only screen and (max-width: 510px) {
  .form-element-outer.two-column input {
    width: 100%;
  }
  .form-element-outer.two-column input:first-child {
    margin-bottom: 18px;
  }
}

.product-details-form {
  float: left;
  width: 100%;
  border-top: 1px solid #eee;
  padding-top: 35px;
  margin-top: 10px;
  position: relative;
  padding-bottom: 10px;
}
@media only screen and (max-width : 767px) {
  .product-details-form {
    padding-bottom: 62px;
  }
}
@media only screen and (max-width: 510px) {
  .product-details-form {
    padding-top: 28px;
  }
}
.product-details-form + .product-details-form {
  padding-top: 22px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media only screen and (max-width : 767px) {
  .product-details-form + .product-details-form {
    padding-bottom: 60px;
  }
}
.product-details-form + .product-details-form .delete-row {
  top: 20px;
}
@media only screen and (max-width : 767px) {
  .product-details-form + .product-details-form .delete-row {
    top: auto;
  }
}
.product-details-form + .product-details-form .field-wrap .fieldlabels {
  display: none;
}

.add-row-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding: 25px 0;
}
@media only screen and (max-width : 767px) {
  .add-row-wrap {
    padding: 15px 0;
  }
}

#add-row {
  padding: 10px;
  cursor: pointer;
  color: #2e528e;
  border-radius: 50%;
  background: #f8f9fa;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.delete-row {
  position: absolute;
  top: 55px;
  right: -80px;
  padding: 10px;
  cursor: pointer;
  color: var(--primary_color);
  border-radius: 50%;
  background: #f8f9fa;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width : 767px) {
  .delete-row {
    top: auto;
    right: auto;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.form-submit-outer {
  float: left;
  width: 100%;
}
.form-submit-outer .btn {
  color: white;
  background: var(--primary_color);
  border-radius: 4px;
  width: 100%;
  font-size: 1rem;
  border: 1px solid var(--primary_color);
  padding: 8px 30px;
  font-weight: 700;
  transition: 0.25s ease-in-out;
  letter-spacing: 1.12px;
}

.field-wrap {
  width: 100%;
}

.form-element-outer.two-column {
  gap: 10px;
}

.field-wrap .form-control, .form-element-outer.two-column .form-control, .field-wrap .error {
  width: 100%;
}

.field-wrap .error {
  color: red;
  font-size: 12px;
  text-transform: capitalize;
}

.field-wrap .form-control.error strong {
  font-weight: normal;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  background: none;
}

/* Field styles and SKU Suggetions - START*/
.field-wrap {
  width: 100%;
  position: relative;
}

.form-element-outer.two-column {
  gap: 10px;
}

.field-wrap .form-control, .form-element-outer.two-column .form-control, .field-wrap .error {
  width: 100%;
}

.field-wrap .error {
  color: red;
  font-size: 12px;
  text-transform: capitalize;
}

.field-wrap .form-control.error strong {
  font-weight: normal;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  background: none;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 34px;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 6px 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

/* Field styles and SKU Suggetions - END*/
.form__select_custom {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  float: left;
}
.form__select_custom select {
  padding: 0.375rem 2.2em 0.375rem 0.75rem;
}
.form__select_custom:before {
  color: inherit;
  content: "\f107";
  display: block;
  font: normal normal normal 18px/1 FontAwesome;
  position: absolute;
  pointer-events: none;
  right: 10px;
  top: 10px;
  height: 1em;
  width: 1em;
  z-index: 1;
}

/*----------------------------------------
   Category Page css
----------------------------------------*/
.category-page-container {
  margin: 3rem 0;
}

@media only screen and (max-width : 767px) {
  .category-content-outer {
    margin-top: 1.25rem;
  }
}
.category-content-outer h1 {
  color: var(--primary_color);
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width : 767px) {
  .category-content-outer h1 {
    font-size: 1.875rem;
  }
}

.category-description-block {
  float: left;
  width: 100%;
}

.category-listing-topbar {
  float: left;
  width: 100%;
  margin: 2rem 0;
}
@media only screen and (max-width : 479px) {
  .category-listing-topbar {
    display: flex;
    flex-direction: column;
  }
}
.category-listing-topbar a {
  line-height: 2.5;
}
.category-listing-topbar a i {
  margin-right: 10px;
  font-size: 12px;
}

.sortby-block {
  float: right;
  height: 34px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 240px;
}
.sortby-block label {
  margin-right: 1rem;
  width: 25%;
}

.category-listing-outer {
  float: left;
  width: 100%;
}
.category-listing-outer ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media only screen and (max-width : 767px) {
  .category-listing-outer ul {
    margin: 0;
  }
}
.category-listing-outer ul li {
  width: 29.82%;
  margin: 0 1.735% 20px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
@media only screen and (max-width : 991px) {
  .category-listing-outer ul li {
    width: 46.53%;
  }
}
@media only screen and (max-width : 767px) {
  .category-listing-outer ul li {
    margin: 15px 0 0;
    width: 100%;
  }
  .category-listing-outer ul li:first-child {
    margin-top: 0;
  }
}

.category-list-item {
  text-align: center !important;
  position: relative;
  height: 100%;
}
.category-list-item .follow {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  background: url(/images/follow.svg?db133c3f095c883d57516c7fb601ba04) no-repeat center center;
  background-size: auto;
  background-size: 20px 20px;
}
.category-list-item .follow-button {
  display: table;
  margin: 0 auto 1.25rem;
  text-transform: capitalize;
  border-radius: 4px;
  line-height: 22px;
  cursor: pointer;
  text-decoration: underline;
  font-size: 12px;
  text-underline-offset: 3px;
}
.category-list-item .follow-button.clicked {
  color: var(--primary_color);
}
.category-list-item .image-outer {
  height: 200px;
  margin-bottom: 3rem !important;
}
.category-list-item .image-outer img {
  max-height: 200px;
  height: 100%;
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.category-list-item .title-outer {
  height: 48px !important;
}
.category-list-item .title-outer h6 {
  display: inline;
  color: var(--primary_color);
  padding-bottom: 0.2em;
  border-bottom: 1px solid rgba(46, 82, 142, 0.3);
  line-height: 1.5rem;
}
.category-list-item a {
  float: left;
  width: 100%;
  padding: 1.25rem;
  border: 0;
}
.category-list-item a:hover .title-outer h6 {
  color: #0056b3;
}
.category-list-item:hover .quick-view-button {
  display: block;
}

.brand-content-outer {
  float: left;
  width: 100%;
}
.brand-content-outer h2 {
  float: left;
  width: 100%;
  color: var(--primary_color);
  font-weight: 700;
  margin: 3rem 0;
  line-height: 1.2;
}
@media only screen and (max-width : 767px) {
  .brand-content-outer h2 {
    font-size: 1.875rem;
    margin-bottom: 0.9375rem;
  }
}

.brand-listing-outer {
  float: left;
  width: 100%;
}
.brand-listing-outer ul {
  float: left;
  width: 104%;
  margin-left: -4%;
  list-style: none;
}
.brand-listing-outer ul li {
  float: left;
  width: 150px;
  margin-left: 4%;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width : 991px) {
  .brand-listing-outer ul li {
    width: 100px;
  }
}
@media only screen and (max-width : 767px) {
  .brand-listing-outer ul li {
    width: 21%;
  }
}
@media only screen and (max-width : 479px) {
  .brand-listing-outer ul li {
    width: 29%;
  }
}

.brand-icon-outer {
  float: left;
  width: 150px;
  height: 150px;
  border: 1px solid #e4e4e4;
}
@media only screen and (max-width : 991px) {
  .brand-icon-outer {
    width: 100%;
    height: 100px;
  }
}
.brand-icon-outer img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.content-image-wrap {
  justify-content: center;
  margin-bottom: 15px;
  height: 345px;
  display: flex;
}
.content-image-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
}

.form-outerblock .checkbox-outer-new label {
  width: 100%;
}
.form-outerblock .checkbox-outer-new small {
  font-size: 11px;
}

#shipping_details .product-list .product-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*----------------------------------------
   Contact Us css
----------------------------------------*/
.contact-form-container {
  margin-bottom: 3rem;
}
.contact-form-container input.btn.submit-btn.contact_send {
  color: white;
  background: var(--primary_color);
  border-radius: 2px;
  width: 100%;
  font-size: 1rem;
  border: 1px solid #333333;
  padding: 8px 30px;
  font-weight: 700;
  transition: 0.25s ease-in-out;
  letter-spacing: 1.12px;
}

.contact-text-outer {
  margin-bottom: 3rem;
  text-align: center;
}

.contact-form-outer {
  float: left;
  width: 100%;
}

.form-row {
  float: left;
  width: 100%;
  margin-bottom: 1rem;
}
.form-row label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.form-row .submit-btn {
  color: var(--primary_color);
  border-color: var(--primary_color);
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}
.form-row .submit-btn:hover {
  background-color: var(--primary_color);
  border-color: var(--primary_color);
  color: white;
}

.form-column {
  float: left;
  width: 100%;
}

.two-column .form-column {
  width: 47.64%;
  margin-left: 4.725%;
}
@media only screen and (max-width : 479px) {
  .two-column .form-column {
    width: 100%;
    margin-left: 0;
  }
}
.two-column .form-column:first-child {
  margin-left: 0;
}
@media only screen and (max-width : 479px) {
  .two-column .form-column:first-child {
    margin-bottom: 1rem;
  }
}

.contact-sidebar {
  float: left;
  width: 100%;
}
@media only screen and (max-width : 767px) {
  .contact-sidebar {
    margin-top: 3rem;
  }
}

.contact-sidebar-content {
  float: left;
  width: 100%;
  margin-bottom: 3rem;
}
.contact-sidebar-content h4 {
  color: var(--primary_color);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.contact-sidebar-content address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/*----------------------------------------
   Blog Listing css
----------------------------------------*/
.blog-listing-container {
  /* margin-bottom: 3rem; */
}

.blog-listing-outer {
  float: left;
  width: 100%;
}
.blog-listing-outer > ul {
  float: left;
  width: 100%;
  list-style: none;
}
.blog-listing-outer > ul > li {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
  padding: 0 0 3rem;
}
.blog-listing-outer > ul > li:last-child {
  margin-bottom: 1rem;
}
.blog-listing-outer > ul > li h6 {
  font-weight: 700;
}
.blog-listing-outer > ul > li h6 a {
  border: 0;
}

.blog-list-content {
  margin-top: 3rem;
}
.blog-list-content p:last-child {
  margin-bottom: 0;
}

.blog-list-image {
  margin-bottom: 0;
  float: left;
  width: auto;
  border: 0;
  padding: 0;
}

.pagination-outer {
  float: left;
  width: 100%;
}
.pagination-outer ul li a {
  border: 0;
  color: var(--primary_color);
}

/*----------------------------------------
   Blog Single css
----------------------------------------*/
.post-single-container {
  margin-bottom: 0.5rem;
}

.post-single-outer {
  float: left;
  width: 100%;
}
.post-single-outer h1 {
  color: #212529;
  font-weight: 400;
  margin-bottom: 0;
}
.post-single-outer .post-content ul {
  margin-left: 16px;
}

.post-date {
  float: left;
  width: 100%;
  text-align: center;
  margin: 3rem 0;
  color: #6c757d;
  font-size: 0.78125rem;
  line-height: 1.2rem;
}
@media only screen and (max-width : 767px) {
  .post-date {
    margin: 1rem 0;
  }
}

.post-image {
  margin: 0 auto 3rem;
  max-width: 600px;
  text-align: center;
}
@media only screen and (max-width : 767px) {
  .post-image img {
    height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.post-content p {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .home-blog-container .card {
    flex: 1 0 100%;
    margin: 8px 15px;
    max-width: calc(100% - 30px);
  }
}
.post-content div {
  line-height: 2;
}

/*----------------------------------------
   Events Listing css
----------------------------------------*/
.events-listing-container {
  margin-bottom: 3rem;
}

.events-listing-outer {
  float: left;
  width: 100%;
}

.event-title {
  float: left;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 24px;
}

.event-date {
  float: left;
  width: 100%;
  font-size: 1rem;
}

.events-image-outer {
  float: left;
  width: 100%;
  margin-top: 2.5rem;
}
.events-image-outer img {
  width: 50%;
}

/*----------------------------------------
   Events Single css
----------------------------------------*/
/*----------------------------------------
   Login css
----------------------------------------*/
.login-form-container {
  margin: 3rem 0;
}

.form-submit-outer .login-btn {
  background: white !important;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  border-radius: 0;
  padding: 0.5rem 1rem !important;
  font-size: 1.25rem;
  text-align: center;
  border: 1px solid var(--primary_color);
  width: auto;
  color: var(--primary_color);
  letter-spacing: 0;
  margin: 0 auto;
}
.form-submit-outer .login-btn:hover {
  background: var(--primary_color) !important;
  color: white;
}

.login-bottom-outer {
  float: left;
  width: 100%;
  margin: 3rem 0;
}
.login-bottom-outer .btn {
  border: 1px solid var(--primary_color);
  color: var(--primary_color);
}

/*----------------------------------------
   Search css
----------------------------------------*/
.search-page-container {
  margin: 3rem 0;
}
.search-page-container h1 {
  text-align: left;
  margin-top: 0;
}

.search-result-outer {
  float: left;
  width: 100%;
}
.search-result-outer ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  margin: 0 -10px;
}
.search-result-outer ul li {
  float: left;
  width: calc(32.9% - 20px);
  margin: 0 5px 20px 5px;
  padding: 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  text-align: center;
  position: relative;
}
.search-result-outer ul li .result-product-img {
  text-align: center;
}
.search-result-outer ul li .result-product-img img {
  max-height: 200px;
  width: auto !important;
}
.search-result-outer ul li h5 {
  margin-top: 10px !important;
  margin-bottom: 1rem;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  height: 48px;
  overflow: hidden;
}
.search-result-outer ul li h5 a {
  line-height: 1.5;
}
.search-result-outer ul li:hover .quick-view-button {
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-result-outer ul li {
    width: calc(32.87% - 20px);
  }
}
@media only screen and (max-width : 767px) {
  .search-result-outer ul li {
    width: 100%;
  }
}

/*----------------------------------------
   Register css
----------------------------------------*/
.register-section-container {
  margin: 3rem 0;
}

.register-form-outer {
  float: left;
  width: 100%;
  padding: 35px;
}

.register-form-wrap {
  margin: 0 auto;
  max-width: 600px;
}

.text-fields-format {
  text-transform: capitalize;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}
#msform fieldset {
  background: white;
  border: 0 none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
  border-radius: 0.5rem;
}
#msform fieldset:not(:first-of-type) {
  display: none;
}
/* #msform input,
#msform textarea {
  padding: 6px 12px;
  border: 1px solid #cccccc;
  margin-bottom: 5px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: "Karla";
  color: #333333;
  font-size: 1rem;
  letter-spacing: 1px;
  border-radius: 2px;
} */
#msform input:focus,
#msform textarea:focus {
  box-shadow: none !important;
  border: 1px solid var(--primary_color);
  outline-width: 0;
}
#msform .action-button {
  /* width: 100px; */
  background: var(--primary_color);
  /* font-weight: bold;
  color: white;
  border: 0 none;
  cursor: pointer;
  padding: 10px 5px;
  margin: 0; */
  float: right;
  /* height: auto;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; */
}
#msform .action-button-previous {
  /* width: 100px; */
  background: #333333;
  /* font-weight: 700;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 0 15px 0 0; */
  color: white;
  float: right;
  /* border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; */
}

.form-card {
  text-align: left;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

.fs-title {
  font-size: 1.5rem;
  color: var(--primary_color);
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}
@media only screen and (max-width : 767px) {
  .fs-title {
    font-size: 20px;
  }
}

.purple-text {
  color: var(--primary_color);
  font-weight: normal;
}

.steps {
  font-size: 1.5rem;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: #333333;
  text-align: left;
}

#progressbar {
  margin-bottom: 60px;
  overflow: hidden;
  color: #cccccc;
}
#progressbar .active {
  color: var(--primary_color);
}
#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}
#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 1.25rem;
  color: #ffffff;
  background: #cccccc;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #cccccc;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}
#progressbar li.active:before, #progressbar li.active:after {
  background: var(--primary_color);
}
#progressbar #account:before {
  font-family: "Karla";
  content: "1";
}
#progressbar #personal:before {
  font-family: "Karla";
  content: "2";
}
#progressbar #payment:before {
  font-family: "Karla";
  content: "3";
}
#progressbar #confirm:before {
  font-family: "FontAwesome";
  content: "\f00c";
}

.brand-selection-email ul {
  list-style-type: none;
}

.register-section-container .toggle-outer.brand-selection-email {
  width: 100%;
  float: left;
}

.register-section-container .toggle-outer.brand-selection-email {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.register-section-container .toggle-content-outer {
  margin-bottom: 0;
  background: #f8f9fa;
  padding: 1rem 1.5rem;
}

.register-section-container label.fieldlabels {
  margin-bottom: 10px;
}

.register-section-container .toggle-outer h5 {
  display: flex;
  align-items: center;
  background: #2e528e;
  margin: 0;
  color: #FFF;
  font-size: 20px;
  padding: 10px 20px;
  cursor: pointer;
}

.register-section-container .toggle-outer h5:after {
  width: 0px;
  height: 0;
  content: "";
  position: absolute;
  right: 15px;
  border: #FFFFFF solid 8px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  top: 20px;
}

.register-section-container .toggle-outer h5.opened:after {
  transform: rotate(181deg);
  top: 10px;
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: var(--primary_color);
}

.fit-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.checkbox-outer {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}
.checkbox-outer [type=checkbox]:checked,
.checkbox-outer [type=checkbox]:not(:checked),
.checkbox-outer [type=radio]:checked,
.checkbox-outer [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.checkbox-outer [type=checkbox]:checked + label,
.checkbox-outer [type=checkbox]:not(:checked) + label,
.checkbox-outer [type=radio]:checked + label,
.checkbox-outer [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 39px;
  cursor: pointer;
  line-height: 30px;
  display: inline-block;
  font-family: "Karla";
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
}
.checkbox-outer [type=checkbox]:checked + label:before,
.checkbox-outer [type=checkbox]:not(:checked) + label:before,
.checkbox-outer [type=radio]:checked + label:before,
.checkbox-outer [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #cccccc;
  background: white;
}
.checkbox-outer [type=checkbox]:checked + label:after,
.checkbox-outer [type=checkbox]:not(:checked) + label:after,
.checkbox-outer [type=radio]:checked + label:after,
.checkbox-outer [type=radio]:not(:checked) + label:after {
  content: "";
  width: 18px;
  height: 18px;
  background: var(--primary_color) !important;
  position: absolute;
  top: 6px;
  left: 6px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.checkbox-outer [type=checkbox]:not(:checked) + label:after,
.checkbox-outer [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkbox-outer [type=checkbox]:checked + label:after,
.checkbox-outer [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.checkbox-outer label.terms-label {
  height: 30px;
  line-height: 30px;
}
.checkbox-outer label.terms-label span {
  color: var(--primary_color);
  cursor: pointer;
  color: #2e528e;
  padding-bottom: 0.2em;
  border-bottom: 1px solid rgba(46, 82, 142, 0.3);
}

/* Custom Select */
.select-outer {
  position: relative;
  display: block;
  width: 100%;
  height: 38px;
  background: white;
  border-radius: 0;
  margin: 2px 0 25px;
  color: #333333;
}
.select-outer select {
  width: 100%;
  flex: 1;
  padding: 6px 12px;
  color: #000000;
  cursor: pointer;
  font-family: "Karla";
  font-size: 0.875rem;
  font-weight: 400;
  color: #333333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 1px solid #cccccc;
  background: white;
  background-image: none;
}
.select-outer select.parsley-error {
  background-color: #ffeaea;
}
.select-outer select::-ms-expand {
  display: none;
}
.select-outer:after {
  content: "\f078";
  height: auto;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0 27px;
  cursor: pointer;
  pointer-events: none;
  border: 1px solid #cccccc;
  border-left: 0;
  font-family: "FontAwesome";
  width: 30px;
  border: 0;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.checkbox-outer {
  margin-bottom: 5px;
}
.checkbox-outer label {
  margin-right: 15px;
}

.required:after {
  content: " *";
  color: red;
}

/*select2 style updte*/
.select2-outer select {
  width: 100%;
  flex: 1;
  padding: 6px 12px;
  color: #000000;
  cursor: pointer;
  font-family: "Karla";
  font-size: 0.875rem;
  font-weight: 400;
  color: #333333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 1px solid #cccccc;
  background: white;
  background-image: none;
}
.select2-outer select.parsley-error {
  background-color: #ffeaea;
}
.select2-outer select::-ms-expand {
  display: none;
}
.select2-outer .parsley-errors-list.filled {
  margin-top: 42px;
  margin-bottom: -66px;
}
.select2-outer .parsley-errors-list:not(.filled) {
  display: none;
}
.select2-outer .parsley-errors-list.filled + span.select2 {
  margin-bottom: 30px;
}
.select2-outer .parsley-errors-list.filled + span.select2 span.select2-selection--single {
  background: #FAEDEC !important;
}
.select2-outer .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 6px 12px;
  height: 40px;
}
.select2-outer .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
}
.select2-outer .select2-container {
  width: 100% !important;
}

/*-------- Reset Select -------- */
/*----------------------------------------
   Account css
----------------------------------------*/
.account-page {
  background: #f4f6f8;
}

.account-container {
  padding-bottom: 2.5rem;
}
.account-container span.badge.bg-success {
  background-color: #28a745 !important;
}
.account-container .business-edit-outer .business-details-show {
  text-transform: capitalize;
}

.account-sidebar-outer {
  background: var(--secondary_color);
  padding: 1rem;
  float: left;
  width: 100%;
}
.account-sidebar-outer ul {
  list-style: none;
  float: left;
  width: 100%;
}
.account-sidebar-outer ul > li {
  margin-bottom: 1rem;
  float: left;
  width: 100%;
  position: relative;
}
.account-sidebar-outer ul > li.active a {
  font-weight: 700;
}
.account-sidebar-outer h6 {
  font-weight: 700;
  margin: 0 0 18px;
  color: var(--primary_color);
}

.account-left-outer {
  float: left;
  width: 100%;
  padding: 0.625rem;
  background: var(--secondary_color);
}
@media only screen and (max-width : 767px) {
  .account-left-outer {
    margin-bottom: 30px;
  }
}
.account-left-outer h6 {
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.account-left-outer address {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
}

.account-table-outer {
  float: left;
  width: 100%;
}
@media only screen and (max-width : 767px) {
  .account-table-outer {
    overflow-x: scroll;
  }
}

.account-details-outer {
  float: left;
  width: 100%;
}
.account-details-outer p a {
  border: 0;
  padding: 0;
}
.account-details-outer p a i {
  margin-left: 10px;
}
.account-details-outer .action-button {
  width: 100px;
  background: var(--primary_color) !important;
  font-weight: bold;
  color: white;
  border: 0 none;
  cursor: pointer;
  padding: 10px 5px;
  margin: 0;
  float: left;
  height: auto;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.account-details-outer address {
  margin: 0 0 1rem;
  display: inline;
  padding-right: 10px;
}

.title {
  float: left;
  width: 100%;
  color: var(--primary_color);
  font-weight: 700;
  padding-bottom: 5px;
  margin: 28px 0 15px;
  border-bottom: 1px solid var(--primary_color);
}

.email-edit-outer {
  display: none;
  float: left;
  padding-bottom: 25px;
}

.password-edit-outer {
  display: none;
}

.form-row-outer {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width : 479px) {
  .form-row-outer {
    flex-direction: column;
  }
}
@media only screen and (max-width : 767px) {
  .form-row-outer.address-listing {
    flex-direction: column;
  }
  .form-row-outer.address-listing .form-column-element {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px dotted var(--primary_color);
  }
  .form-row-outer.address-listing .form-column-element:last-child {
    border-bottom: none;
  }
}

.form-column-element {
  float: left;
  width: 48%;
}
.form-column-element label {
  width: 100%;
}
.form-column-element input {
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #cccccc;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: "Karla";
  color: #333333;
  font-size: 1rem;
  letter-spacing: 1px;
  border-radius: 0.25rem;
  letter-spacing: 0;
}
@media only screen and (max-width : 479px) {
  .form-column-element {
    width: 100%;
  }
}

.address-fields {
  float: left;
  width: 100%;
}

.address-edit-outer,
.add-address-outer {
  display: none;
  float: left;
  width: 100%;
  margin: 0 0 1rem;
}

.common-form .parsley-errors-list.filled,
#address-add-form .parsley-errors-list.filled,
#address-edit-form .parsley-errors-list.filled {
  position: absolute;
  margin-top: -25px;
}

.common-form span.error,
#psw-change-form span.error,
#address-add-form span.error {
  position: absolute;
  width: 100%;
  bottom: 4px;
  left: 0;
}

.common-form span.error strong,
#psw-change-form span.error strong,
#address-add-form span.error strong {
  font-weight: 400;
}

.table-new-striped {
  margin-bottom: 0;
}
.table-new-striped th,
.table-new-striped td {
  line-height: 20px;
  font-size: 1rem;
}
.table-new-striped th {
  color: #212529;
  font-weight: 700;
  padding: 1rem 0.25rem;
}
.table-new-striped th:first-child {
  padding: 1rem;
}
.table-new-striped th a {
  border: 0;
  padding-bottom: 0;
  font-weight: 700 !important;
  line-height: 2.5;
}
.table-new-striped tbody {
  text-align: left;
}
.table-new-striped tbody tr td {
  padding: 1rem 0.25rem;
  vertical-align: middle;
}
.table-new-striped tbody tr th {
  text-align: left !important;
  padding: 1rem;
}

.account-form-outer .nav-tabs {
  border: 0;
  margin-top: -7px;
}

.account-form-outer .nav-tabs .active {
  color: var(--primary_color);
  font-weight: 700;
}

.account-form-outer .nav-tabs button {
  background: none !important;
  border: 0 !important;
  font-size: 1.125rem;
  padding: 0 40px 10px;
  color: #6c757d;
}

.account-form-outer .nav-tabs li {
  border: none;
  width: auto;
  padding: 0;
  margin: 0;
}

.account-form-outer .nav-tabs li .nav-link.active {
  position: relative;
  font-weight: normal;
}

.account-form-outer .nav-tabs li .nav-link.active:after {
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--primary_color);
  content: "";
  left: 0;
  bottom: 0;
}

.account-form-outer .nav-tabs {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0;
  margin: 0 0 20px 0;
}

/* Swal Styling */
.swal-modal .swal-text {
  font-family: "Karla";
  font-size: 1.25rem;
  line-height: 24px;
  margin: 0 0 1rem;
  color: #212529;
  padding-top: 2rem;
}
.swal-modal .swal-title {
  color: var(--primary_color);
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 0;
}
.swal-modal .swal-title + .swal-text {
  font-size: 1rem;
}
.swal-modal .swal-footer {
  width: 100%;
  background: #f8f9fa;
  text-align: center;
  padding: 5px;
}
.swal-modal .swal-footer .swal-button-container button.swal-button.swal-button--cancel {
  color: var(--primary_color);
  border: var(--primary_color) solid 1px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  background: #FFF;
  min-width: 100px;
}
.swal-modal .swal-footer .swal-button-container button.swal-button.swal-button--cancel:hover {
  color: #FFFFFF;
  background: var(--primary_color);
}
.swal-modal .swal-footer .swal-button-container .swal-button.swal-button--confirm {
  color: #FFF;
  border: var(--primary_color) solid 1px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  background: var(--primary_color);
  min-width: 100px;
}
.swal-modal .swal-footer .swal-button-container button.swal-button.swal-button--confirm.swal-button--danger {
  color: #FFF;
  border: var(--primary_color) solid 1px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  background: var(--primary_color);
  min-width: 100px;
}
.swal-modal .swal-footer .swal-button-container button.swal-button.swal-button--confirm.swal-button--danger:hover {
  color: var(--primary_color);
  border: var(--primary_color) solid 1px;
  background: #FFFFFF;
}

.swal-icon.swal-icon--warning {
  width: 50px;
  height: 50px;
}

span.swal-icon--warning__body {
  height: 20px;
}

/*.swal-icon.swal-icon--success {
    width: 50px;
    height: 50px;
}*/
span.swal-icon--success__body {
  height: 20px;
}

.add-address i.fa.fa-plus {
  padding-right: 6px;
}

#address-listing .form-column-element {
  line-height: 1.5;
}
#address-listing .address-edit {
  border: 0;
}

.order-label-files ul {
  list-style: none;
}
.order-label-files ul li {
  display: inline-block;
  position: relative;
}
.order-label-files ul li button {
  border: 0;
  background: none;
  position: absolute;
  right: 0;
  padding: 0;
}
.order-label-files ul li button i {
  color: #e93030;
}
.order-label-files ul li + li {
  margin-left: 10px;
}

.account-form-outer address p {
  margin: 0 0 0;
}

#imeiDetailModal .table-new-striped tbody tr td:first-child {
  padding: 1rem;
}

.imei-detail-trigger .productInventoryList {
  font-size: 14px;
}

/*----------------------------------------
   Product Page css
----------------------------------------*/
.product-page-container {
  margin: 3rem 0;
}
.product-page-container h1 {
  color: var(--primary_color) !important;
}
.product-page-container .product-price {
  color: #28a745 !important;
  font-weight: 700;
  font-size: 1.75rem;
}
.product-page-container span.old-price {
  font-size: 1rem;
  line-height: 5;
  color: #7b8794;
  position: relative;
  font-weight: 400;
  margin-left: 15px;
}
.product-page-container span.old-price::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  transform: rotate(5deg);
}
.product-page-container span.hide-old-price {
  display: none;
}
.product-page-container .a-unordered-list {
  margin-bottom: 1rem;
  padding-left: 40px !important;
}
.product-page-container table thead th {
  font-weight: 700;
}
.product-page-container .notify-button,
.product-page-container .follow-product {
  margin-bottom: 1.25rem;
  background: var(--primary_color) !important;
  border-color: var(--primary_color) !important;
  font-size: 1rem;
  text-transform: capitalize;
  padding: 4px 20px;
  height: 48px;
  border-radius: 4px;
  line-height: 35px;
  cursor: pointer;
}
.product-page-container .notify-button:hover,
.product-page-container .follow-product:hover {
  background: #e87e00 !important;
  border-color: #e87e00 !important;
}
.product-page-container .notify-button.clicked,
.product-page-container .follow-product.clicked {
  background: #e87e00 !important;
  border-color: #e87e00 !important;
}
.product-page-container .notify-button.clicked:hover,
.product-page-container .follow-product.clicked:hover {
  background: var(--primary_color) !important;
  border-color: var(--primary_color) !important;
}
.product-page-container .form-element-outer label {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.product-page-container .form-element-outer input#product_qty,
.product-page-container .form-element-outer select#product_warehouse,
.product-page-container .form-element-outer input#offer_price {
  width: 37.8%;
  height: 38px;
}
.product-page-container .follow-product {
  margin-bottom: 0;
  cursor: pointer;
}
.product-page-container button#add-to-cart {
  margin-right: 10px;
}
.product-page-container button#add-to-cart span {
  font-size: 1rem;
  font-weight: 700;
}
.product-page-container .nav-tabs {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0;
  margin: 0 0 20px 0;
}
@media only screen and (max-width : 767px) {
  .product-page-container .nav-tabs {
    display: block;
    border: 0;
  }
}
.product-page-container .nav-tabs .active {
  color: var(--primary_color);
  position: relative;
}
.product-page-container .nav-tabs li.nav-item {
  width: auto;
  padding: 0 50px 0 0;
  margin: 0;
}
@media only screen and (max-width : 767px) {
  .product-page-container .nav-tabs li.nav-item {
    padding-bottom: 10px;
  }
}
.product-page-container .nav-tabs li.nav-item .active {
  border: none !important;
}
.product-page-container .nav-tabs li.nav-item .nav-link:hover, .product-page-container .nav-tabs li.nav-item .nav-link:focus {
  border: none;
}
.product-page-container .nav-tabs li.nav-item .nav-link.active:after {
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--primary_color);
  content: "";
  left: 0;
  bottom: 0;
}
.product-page-container .nav-tabs button {
  background: none !important;
  border: 0 !important;
  font-size: 1.125rem;
  padding-left: 0;
  color: #6c757d;
}
.product-page-container .nav-tabs .nav-link:hover,
.product-page-container .nav-tabs .nav-tabs .nav-link:focus {
  border: none;
}
.product-page-container .table-inventory th {
  background-color: #f2f2f2;
}
.product-page-container .table-inventory-with-cart-out tr .td-nopadding {
  padding: 0;
}
.product-page-container .table-inventory-with-cart-out .table-inventory-with-cart {
  width: 100%;
}
.product-page-container .table-inventory-with-cart-out .table-inventory-with-cart .text-center {
  text-align: center;
}
.product-page-container .table-inventory-with-cart-out .table-inventory-with-cart th {
  background-color: #f2f2f2;
}
.product-page-container .table-inventory-with-cart-out .table-inventory-with-cart .fa-cart-plus {
  color: var(--primary_color) !important;
}
.product-page-container .table-inventory-with-cart-out .table-inventory-with-cart tbody tr .txt-box-quantity-outer {
  padding: 0;
  margin: 0;
}
.product-page-container .table-inventory-with-cart-out .table-inventory-with-cart tbody tr .txt-box-quantity-outer .txt-box-quantity {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 40px;
  height: 100%;
  text-align: center;
}
.product-page-container .table-inventory-with-cart-out .table-inventory-with-cart tbody tr td {
  vertical-align: middle;
  padding: 0.5rem 0.5rem;
}
.product-page-container .table-inventory-with-cart-out .table-inventory-with-cart tbody tr td ul.parsley-errors-list.filled {
  position: absolute;
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.14);
  transform: translateX(-30%);
}
.product-page-container .table-inventory-with-cart-out .table-inventory-with-cart tbody tr td p {
  margin: 0;
}

.tags li label {
  cursor: pointer;
}
.tags li label span {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid var(--primary_color);
  color: var(--primary_color);
  background: transparent;
  text-align: center;
  height: 30px;
  line-height: 16px;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.tags li label span:hover {
  background: var(--primary_color);
  color: white;
}
.tags li label input[type=checkbox]:checked ~ span {
  background: var(--primary_color);
  color: white;
}

.product-page-container {
  margin: 3rem 0;
}

@media only screen and (max-width : 767px) {
  .product-content-outer {
    margin-top: 1.25rem;
  }
}
.product-content-outer h1 {
  color: var(--primary_color);
  font-weight: 700;
  margin-bottom: 2.5rem;
  line-height: 1.2;
}
@media only screen and (max-width : 767px) {
  .product-content-outer h1 {
    font-size: 1.875rem;
    margin-bottom: 0.9375rem;
  }
}

.product-listing-outer {
  float: left;
  width: 100%;
}
.product-listing-outer ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media only screen and (max-width : 767px) {
  .product-listing-outer ul {
    margin: 0;
  }
}
.product-listing-outer ul li {
  margin: 0 1.735% 20px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
@media only screen and (max-width : 991px) {
  .product-listing-outer ul li {
    width: 46.53%;
  }
}
@media only screen and (max-width : 767px) {
  .product-listing-outer ul li {
    margin: 15px 0 0;
    width: 100%;
  }
  .product-listing-outer ul li:first-child {
    margin-top: 0;
  }
}

.product-description-block {
  float: left;
  width: 100%;
}

.product-listing-topbar {
  float: left;
  width: 100%;
  margin-bottom: 2rem;
}
@media only screen and (max-width : 479px) {
  .product-listing-topbar {
    display: flex;
    flex-direction: column;
  }
}
.product-listing-topbar a {
  background: var(--primary_color);
  border-color: var(--primary_color);
  font-size: 1rem;
  text-transform: capitalize;
  padding: 4px 20px;
  height: 34px;
  border-radius: 4px;
  line-height: 22px;
}
@media only screen and (max-width : 479px) {
  .product-listing-topbar a {
    max-width: 200px;
    margin-bottom: 15px;
  }
}
.product-listing-topbar a:hover {
  background: #e87e00;
  border-color: #e87e00;
}
.product-listing-topbar a i {
  margin-left: 10px;
  font-size: 12px;
}
.product-listing-topbar a:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0);
}

.product-list-item {
  text-align: center;
  position: relative;
  padding: 20px;
  height: 100%;
  min-height: 570px;
}
.product-list-item .follow {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  background: url(/images/follow.svg?db133c3f095c883d57516c7fb601ba04) no-repeat center center;
  background-size: auto;
  background-size: 20px 20px;
}
.product-list-item .cart-btn,
.product-list-item .notify-button {
  margin: 0.25rem 0;
  background: var(--primary_color) !important;
  border-color: var(--primary_color) !important;
  font-size: 1rem;
  text-transform: capitalize;
  padding: 4px 0px;
  width: 100%;
  height: 34px;
  border-radius: 4px;
  line-height: 22px;
}
.product-list-item .cart-btn:hover,
.product-list-item .notify-button:hover {
  background: #e87e00;
  border-color: #e87e00;
}
.product-list-item .cart-btn.clicked,
.product-list-item .notify-button.clicked {
  background: #e87e00;
  border-color: #e87e00;
}
.product-list-item .cart-btn.clicked:hover,
.product-list-item .notify-button.clicked:hover {
  background: var(--primary_color) !important;
  border-color: var(--primary_color) !important;
}
.product-list-item .follow-product {
  text-decoration: underline;
  text-underline-offset: 2px;
  margin: 0.25rem 0;
  font-size: 13px;
  text-transform: capitalize;
  width: 100%;
  height: 34px;
  border-radius: 4px;
  line-height: 22px;
  color: #000000;
  cursor: pointer;
}
.product-list-item .follow-product:hover {
  color: var(--primary_color);
}
.product-list-item .cart-btn:hover {
  background: var(--primary_color) !important;
  color: white !important;
}
.product-list-item .cart-btn.clicked {
  background: #dee2e6;
  border-color: #dee2e6;
  color: var(--primary_color);
}
.product-list-item .cart-btn.clicked:hover {
  background: #dee2e6;
  border-color: #dee2e6;
  color: var(--primary_color);
}
.product-list-item .image-outer {
  height: 200px;
  margin-bottom: 3rem;
}
.product-list-item .image-outer img {
  max-height: 200px;
  height: 100%;
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-list-item .title-outer {
  text-align: left;
  margin-bottom: 10px;
}
.product-list-item .title-outer h6 {
  display: inline;
  color: var(--primary_color);
  padding-bottom: 0.2em;
  font-weight: 700;
  line-height: 17px;
  font-size: 0.875rem;
}
.product-list-item .vendor-outer strong {
  color: #000000;
}
.product-list-item .button-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 20px 20px 20px;
  bottom: 0;
  height: auto;
}
.product-list-item .price-box span.special-price {
  padding-right: 8px;
  color: var(--primary_color);
}
.product-list-item .price-box span.old-price {
  font-size: 1rem;
  line-height: 1.57;
  color: #7b8794;
  position: relative;
  font-weight: 400;
}
.product-list-item .price-box span.old-price::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  transform: rotate(5deg);
}
.product-list-item .price-box span.hide-old-price {
  display: none;
}
.product-list-item a {
  width: 100%;
  border: 0;
}
.product-list-item a:hover .title-outer h6 {
  color: #0056b3;
}
.product-list-item:hover .quick-view-button {
  display: block;
}

.transfer_details h3 {
  font-size: 16px;
  margin: 0;
}
.transfer_details table {
  width: 100%;
}
.transfer_details table tr th {
  font-weight: bold;
  font-size: 11px;
}
.transfer_details table tr td {
  font-size: 11px;
}
.transfer_details ul {
  margin: 0;
}
.transfer_details ul li {
  font-size: 11px;
  border: none;
  width: auto;
  margin: 0;
}

.button-outlined {
  background: white !important;
  color: var(--primary_color) !important;
  border-color: var(--primary_color) !important;
  margin: 0.25rem 0;
  font-size: 1rem;
  text-transform: capitalize;
  padding: 4px 20px;
  height: 48px;
  border-radius: 4px;
  line-height: 22px;
}
.button-outlined:hover {
  background: var(--primary_color) !important;
  color: white !important;
}
.button-outlined.clicked {
  background: var(--primary_color) !important;
  border-color: var(--primary_color) !important;
  color: white !important;
}
.button-outlined.clicked:hover {
  background: white !important;
  border-color: var(--primary_color) !important;
  color: var(--primary_color) !important;
}

section.brand-logos {
  padding: 24px 0 40px;
}
section.brand-logos .slick-slide {
  padding: 0 5px;
}
section.brand-logos .slick-slide img {
  margin: 0 auto;
  width: 90%;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.brand-logos .slick-track {
  margin-left: 0;
}
section.brand-logos .slide {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 15px 0;
}

.brand-list h2 {
  color: var(--primary_color);
  font-weight: 700;
  margin-top: 2rem;
  line-height: 1.2;
}

.quick-view-container .content-text-outer .follow {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  background: url(/images/follow.svg?db133c3f095c883d57516c7fb601ba04) no-repeat center center;
  background-size: auto;
  background-size: 20px 20px;
}
.quick-view-container .content-text-outer .follow-product,
.quick-view-container .content-text-outer .cart-btn,
.quick-view-container .content-text-outer .notify-button {
  margin: 0.25rem 0;
  background: var(--primary_color) !important;
  border-color: var(--primary_color) !important;
  font-size: 1rem;
  text-transform: capitalize;
  padding: 4px 0px;
  width: 100%;
  height: 34px;
  border-radius: 4px;
  line-height: 22px;
}
.quick-view-container .content-text-outer .follow-product:hover,
.quick-view-container .content-text-outer .cart-btn:hover,
.quick-view-container .content-text-outer .notify-button:hover {
  background: #e87e00;
  border-color: #e87e00;
}
.quick-view-container .content-text-outer .follow-product.clicked,
.quick-view-container .content-text-outer .cart-btn.clicked,
.quick-view-container .content-text-outer .notify-button.clicked {
  background: #e87e00 !important;
  border-color: #e87e00 !important;
}
.quick-view-container .content-text-outer .follow-product.clicked:hover,
.quick-view-container .content-text-outer .cart-btn.clicked:hover,
.quick-view-container .content-text-outer .notify-button.clicked:hover {
  background: var(--primary_color) !important;
  border-color: var(--primary_color) !important;
}
.quick-view-container .content-text-outer .cart-btn {
  background: white !important;
  color: var(--primary_color) !important;
}
.quick-view-container .content-text-outer .cart-btn:hover {
  background: var(--primary_color) !important;
  color: white !important;
}
.quick-view-container .content-text-outer .cart-btn.clicked {
  background: var(--primary_color) !important;
  border-color: var(--primary_color) !important;
  color: white !important;
}
.quick-view-container .content-text-outer .cart-btn.clicked:hover {
  background: white !important;
  border-color: var(--primary_color) !important;
  color: var(--primary_color) !important;
}

.popup-cart-outer {
  width: 180px;
  margin-right: 15px;
}
@media only screen and (max-width : 479px) {
  .popup-cart-outer {
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (max-width : 479px) {
  .popup-form-element-outer {
    display: block !important;
  }
  .product-form-outer .btn-primary {
    margin-top: 10px;
  }
}
.description-outer-div ul {
  padding-left: 45px;
}

.brand-follow-outer {
  display: inline;
  margin-left: 20px;
}

.product-condition-attribute {
  position: relative;
  width: 100%;
}
.product-condition-attribute.attribute-float {
  float: left;
}
.product-condition-attribute .condition-description {
  padding-left: 28px;
  margin-top: 15px;
  text-align: left;
  font-style: italic;
}
.product-condition-attribute .hidden-para {
  display: none;
}
.product-condition-attribute .hidden-para.active {
  display: contents;
}
.product-condition-attribute .readmore-para {
  margin: 0 5px;
}

.product-condition-attribute div .condition-icon {
  color: var(--primary_color) !important;
}

.product-condition-attribute:hover .tooltip-for-condition-active {
  visibility: visible;
}

.tooltip-for-condition-active {
  visibility: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  padding-left: 15px;
}
.tooltip-for-condition-active .tooltip-for-condition-box {
  width: 250px;
  color: #000;
  text-align: left;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #ddeaf3;
  position: relative;
  z-index: 1;
  padding: 10px;
}
.tooltip-for-condition-active .tooltip-for-condition-box::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #ddeaf3 transparent transparent;
}
.tooltip-for-condition-active .hidden-text {
  display: none;
}
.tooltip-for-condition-active .readmore {
  margin-left: 5px;
  transition: 0s !important;
}
.tooltip-for-condition-active p {
  font-size: 12px;
  margin-bottom: 0px;
}

/*----------------------------------------   Cart Page ----------------------------------------*/
.cart-page-container {
  margin-bottom: 3rem;
}
.cart-page-container .bulk-upload-title {
  color: var(--primary_color);
}
.cart-page-container table#cart_table tbody tr td {
  vertical-align: middle;
  font-size: 0.875rem;
}
.cart-page-container table#cart_table tbody tr td .cart-img-outer {
  float: left;
}
.cart-page-container table#cart_table tbody tr td .cart-img-outer:hover {
  border: none;
}
.cart-page-container table#cart_table tbody tr td .cart-product-details {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.cart-page-container table#cart_table tbody tr td .cart-product-details a {
  border: none;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}
@media only screen and (max-width : 767px) {
  .cart-page-container table#cart_table tbody tr td .cart-product-details a {
    font-size: 0.8125rem;
    line-height: 1;
  }
}
.cart-page-container table#cart_table tbody tr td .cart-product-details a img {
  width: 75px;
  max-height: 75px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: white;
}
.cart-page-container table#cart_table tbody tr td .delete-btn {
  border: none;
}
.cart-page-container table#cart_table tbody tr td ul.parsley-errors-list.filled {
  position: absolute;
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.14);
  transform: translateX(-30%);
}
.cart-page-container .sub-total {
  font-size: 1.25rem;
}
.cart-page-container .sub-total span {
  color: #28a745 !important;
}
.cart-page-container .cart-submit-controls .checkout {
  background: #e87e00;
  border-color: #e87e00;
  float: right;
}
.cart-page-container .cart-submit-controls .checkout:hover {
  background: #0a58ca;
  border-color: #0a58ca;
}

.checkbox-outer [type=checkbox]:checked + label:after,
.checkbox-outer [type=checkbox]:not(:checked) + label:after {
  content: "✔" !important;
  font-size: 22px !important;
  color: var(--primary_color) !important;
  background: none;
  position: absolute;
  top: 0px;
  left: 7px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.shipping_to_outer,
.checkbox-outer-new {
  display: flex;
  flex-direction: column;
}
.shipping_to_outer .each-row,
.checkbox-outer-new .each-row {
  padding-top: 10px;
}

.upload-outer {
  display: flex;
}
@media only screen and (max-width : 767px) {
  .upload-outer {
    display: block;
  }
}

.sample-file {
  padding: 12px 15px 0;
}
.sample-file a {
  font-weight: 500;
  color: #000000;
}


.bulk_add_to_cart {
  /* color: var(--primary_color); */
  border-color: var(--primary_color);
  font-weight: 700;
  height: 44px;
  line-height: 1;
}
@media only screen and (max-width : 767px) {
  .bulk_add_to_cart {
    float: left;
    width: 100%;
  }
}

.file-upload {
  padding-right: 20px;
  max-width: 500px;
  width: 100%;
}
@media only screen and (max-width : 767px) {
  .file-upload {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.file-upload .file-upload-select {
  display: block;
  color: var(--primary_color);
  cursor: pointer;
  text-align: left;
  background: #f4f6f8;
  overflow: hidden;
  position: relative;
  border-radius: 6px 2px 0 0;
}
.file-upload .file-upload-select .file-select-button {
  display: inline-block;
  color: white;
  cursor: pointer !important;
  padding: 10px;
  background: var(--primary_color);
  font-weight: bold;
  border: 0 none;
  margin: 0;
  border-radius: 2px;
  height: auto;
  float: left;
}
.file-upload .file-upload-select .file-select-name {
  display: inline-block;
  padding: 10px;
}
.file-upload input[type=file] {
  display: none;
}

.bulk-notify-link {
  display: inline;
  position: relative;
  right: 0;
}
.bulk-notify-link:hover:after {
  background: #444444;
  border-radius: 8px;
  color: #fff;
  content: attr(title);
  font-size: 16px;
  padding: 12px;
  position: absolute;
  width: 400px;
  bottom: 32px;
  right: -99px;
}
.bulk-notify-link:hover:before {
  border: solid;
  border-color: #444 transparent;
  border-width: 12px 6px 0 6px;
  content: "";
  left: 5%;
  bottom: 21px;
  position: absolute;
}

/*----------------------------------------
   Shipping css
----------------------------------------*/
.cartinfo-block {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
}
.cartinfo-block .shipping-main-outer {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
}
.cartinfo-block .shipping-main-outer .main-details-block {
  width: 58%;
  padding-right: 6%;
  padding-top: 4em;
  float: left;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width : 767px) {
  .cartinfo-block .shipping-main-outer .main-details-block {
    width: 100%;
    padding-right: 0;
  }
}
.cartinfo-block .shipping-main-outer .main-details-block .main-topblock {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}
.cartinfo-block .shipping-main-outer .main-details-block .logo-textouter {
  width: 100%;
  height: auto;
  float: left;
  color: #000000;
  font-size: 2rem;
  font-family: "Karla";
  border: none;
}
.cartinfo-block .shipping-main-outer .main-details-block .breadcrumb-container {
  background: none;
  border: none;
}
.cartinfo-block .shipping-main-outer .main-details-block .main-contentblockouter {
  width: 100%;
  height: auto;
  float: left;
}
.cartinfo-block .shipping-main-outer .main-details-block .main-contentblockouter h2 {
  width: 100%;
  height: auto;
  float: left;
  color: #333333;
  font-size: 1.25rem;
  padding: 0.5rem 0;
}
.cartinfo-block .shipping-main-outer .main-details-block .main-contentblockouter .customer-information {
  display: table;
  box-sizing: border-box;
  width: 100%;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
}
.cartinfo-block .shipping-main-outer .main-details-block .main-contentblockouter .customer-information .avathar-block {
  border-radius: 8px;
  position: relative;
  max-width: none;
  width: 50px;
  height: 50px;
}
.cartinfo-block .shipping-main-outer .main-details-block .main-contentblockouter .customer-information .logged-in-customer {
  width: auto;
  padding: 0 0 0 15px;
  color: #767676;
  font-size: 0.875rem;
  font-family: "Karla";
}
.cartinfo-block .shipping-main-outer .main-details-block .main-contentblockouter .newsletter-outer {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 15px;
}
.cartinfo-block .shipping-main-outer .main-details-block .main-contentblockouter .address-single-outer {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 42px;
}
.cartinfo-block .shipping-main-outer .main-details-block .main-contentblockouter .form-outerblock {
  width: 100%;
  height: auto;
  float: left;
}
.cartinfo-block .shipping-main-outer .main-details-block .main-contentblockouter .form-outerblock .single-blockouter {
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 16px;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.cartinfo-block .shipping-main-outer .main-details-block .main-contentblockouter .form-outerblock .single-blockouter .single-halfblockouter {
  width: 48%;
  height: auto;
  float: left;
}
@media only screen and (max-width : 479px) {
  .cartinfo-block .shipping-main-outer .main-details-block .main-contentblockouter .form-outerblock .single-blockouter .single-halfblockouter {
    width: 100%;
    padding-bottom: 16px;
  }
  .cartinfo-block .shipping-main-outer .main-details-block .main-contentblockouter .form-outerblock .single-blockouter .single-halfblockouter:last-child {
    padding-bottom: 0;
  }
}
.cartinfo-block .shipping-main-outer .main-details-block .main-contentblockouter .form-outerblock .single-blockouter .single-smallblockouter {
  width: 31.33%;
  height: auto;
  float: left;
}
@media only screen and (max-width : 479px) {
  .cartinfo-block .shipping-main-outer .main-details-block .main-contentblockouter .form-outerblock .single-blockouter .single-smallblockouter {
    width: 100%;
    padding-bottom: 16px;
  }
  .cartinfo-block .shipping-main-outer .main-details-block .main-contentblockouter .form-outerblock .single-blockouter .single-smallblockouter:last-child {
    padding-bottom: 0;
  }
}
.cartinfo-block .shipping-main-outer .main-details-block .main-contentblockouter .form-outerblock .single-blockouter label {
  width: 100%;
  height: auto;
  float: left;
  display: inline-block;
  margin-bottom: 0.5rem;
  font-family: "Karla";
}
.cartinfo-block .shipping-main-outer .main-details-block .main-contentblockouter .form-outerblock .single-blockouter .form__select {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  float: left;
}
.cartinfo-block .shipping-main-outer .main-details-block .main-contentblockouter .form-outerblock .single-blockouter .form__select:before {
  color: inherit;
  content: "\f107";
  display: block;
  font: normal normal normal 18px/1 FontAwesome;
  position: absolute;
  pointer-events: none;
  right: 10px;
  top: calc(50% - 0.45em);
  height: 1em;
  width: 1em;
  z-index: 1;
}
.cartinfo-block .shipping-main-outer .main-details-block .main-contentblockouter .form-outerblock .single-blockouter select {
  padding-right: 50px;
  outline: none;
}
.cartinfo-block .shipping-main-outer .main-details-block .main-contentblockouter .form-outerblock .single-blockouter .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cartinfo-block .shipping-main-outer .main-details-block .main-contentblockouter .buttons-outercont {
  width: 100%;
  height: auto;
  float: left;
  padding: 16px 0 32px;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  align-items: center;
}
.cartinfo-block .shipping-main-outer .main-details-block .main-contentblockouter .buttons-outercont a {
  border: none;
  margin-left: 20px;
}
.cartinfo-block .shipping-main-outer .main-details-block .main-footerblock {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  padding: 1em 0;
  border-top: 1px solid #e8e9eb;
}
.cartinfo-block .shipping-main-outer .main-details-block .main-footerblock ul {
  width: 100%;
  height: auto;
  float: left;
  list-style: none;
}
.cartinfo-block .shipping-main-outer .main-details-block .main-footerblock ul li {
  width: auto;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 0.5em;
}
.cartinfo-block .shipping-main-outer .main-details-block .main-footerblock ul li a {
  color: #0a58ca;
  font-size: 0.8125rem;
  text-decoration: none !important;
  border: none;
}
.cartinfo-block .shipping-main-outer .main-details-block .shipping-details-block {
  width: 100%;
  height: auto;
  float: left;
}
.cartinfo-block .shipping-main-outer .main-details-block .shipping-details-block ul {
  width: 100%;
  height: auto;
  float: left;
  padding: 0 0 25px;
  list-style: none;
}
.cartinfo-block .shipping-main-outer .main-details-block .shipping-details-block ul li {
  width: 100%;
  height: auto;
  float: left;
  padding: 5px 0;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
}
@media only screen and (max-width : 479px) {
  .cartinfo-block .shipping-main-outer .main-details-block .shipping-details-block ul li {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.cartinfo-block .shipping-main-outer .main-details-block .shipping-details-block ul li label {
  width: 20%;
  max-width: 150px;
  padding-right: 25px;
}
@media only screen and (max-width : 479px) {
  .cartinfo-block .shipping-main-outer .main-details-block .shipping-details-block ul li label {
    width: 100%;
  }
}
.cartinfo-block .shipping-main-outer .main-details-block .shipping-details-block ul li span {
  width: 80%;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width : 479px) {
  .cartinfo-block .shipping-main-outer .main-details-block .shipping-details-block ul li span {
    width: 100%;
    padding-left: 25px;
  }
}
.cartinfo-block .shipping-main-outer .main-details-block .shipping-details-block ul li span a {
  width: auto;
  float: right;
  border: none;
  text-decoration: underline;
  font-size: 0.8125rem;
}
.cartinfo-block .shipping-main-outer .main-details-block .shipping-details-block ul li span strong {
  font-size: 1.125rem;
}
.cartinfo-block .shipping-main-outer .main-details-block .shipping-details-block .shipping-metods {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 25px;
}
.cartinfo-block .shipping-main-outer .main-details-block .shipping-details-block .shipping-metods .single-block {
  width: 100%;
  height: auto;
  float: left;
  padding: 1rem;
  border: 1px solid rgba(175, 175, 175, 0.34);
  border-radius: 7px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}
.cartinfo-block .shipping-main-outer .main-details-block .shipping-details-block .shipping-metods .single-block .checkbox-outer {
  width: auto;
  margin-bottom: 0;
}
.cartinfo-block .shipping-main-outer .main-details-block .shipping-details-block .shipping-metods .single-block span {
  width: auto;
  line-height: 30px;
  font-weight: bold;
}
.cartinfo-block .shipping-main-outer .sidebar-container {
  width: 42%;
  padding-left: 4%;
  padding-top: 4em;
  background-position: left top;
  float: right;
  box-shadow: 1px 0 0 #e8e9eb inset;
  background: #f4f6f8;
  position: relative;
}
@media only screen and (max-width : 767px) {
  .cartinfo-block .shipping-main-outer .sidebar-container {
    display: none;
  }
}
.cartinfo-block .shipping-main-outer .sidebar-container:after {
  width: 100vw;
  min-height: 100%;
  position: absolute;
  content: "";
  background: #f4f6f8;
  left: 100%;
  top: 0;
}
.cartinfo-block .shipping-main-outer .sidebar-container .order-summary-outer {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.cartinfo-block .shipping-main-outer .sidebar-container .order-summary-outer .product-list-outer {
  display: -moz-flex;
  display: flex;
  flex: 0 1 auto;
  max-height: 50vh;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.cartinfo-block .shipping-main-outer .sidebar-container .order-summary-outer .product-list-outer ul {
  width: 100%;
  height: auto;
  float: left;
}
.cartinfo-block .shipping-main-outer .sidebar-container .order-summary-outer .product-list-outer ul:hover {
  overflow-y: auto;
}
.cartinfo-block .shipping-main-outer .sidebar-container .order-summary-outer .product-list-outer ul li {
  width: 100%;
  height: auto;
  float: left;
  padding: 10px 0;
  display: table;
  vertical-align: middle;
}
.cartinfo-block .shipping-main-outer .sidebar-container .order-summary-outer .product-list-outer ul li .product-thumbnail {
  width: 65px;
  height: 65px;
  background: #fff;
  position: relative;
  border-radius: 8px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  z-index: 2;
  float: left;
}
.cartinfo-block .shipping-main-outer .sidebar-container .order-summary-outer .product-list-outer ul li .product-thumbnail .count-blk {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: white;
  background: #e39942;
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  font-size: 0.8125rem;
}
.cartinfo-block .shipping-main-outer .sidebar-container .order-summary-outer .product-list-outer ul li .product-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cartinfo-block .shipping-main-outer .sidebar-container .order-summary-outer .product-list-outer ul li .product-description {
  text-align: left;
  width: 65%;
  padding: 0 0 0 1rem;
  max-width: 260px;
  font-weight: 500;
  color: #343a40;
  font-size: 1em;
  float: left;
}
.cartinfo-block .shipping-main-outer .sidebar-container .order-summary-outer .product-list-outer ul li .product-price {
  width: 15%;
  color: #343a40;
  float: right;
  text-align: right;
}
.cartinfo-block .shipping-main-outer .sidebar-container .orderdetails-outer {
  width: 100%;
  height: auto;
  float: left;
  border-top: 1px solid rgba(175, 175, 175, 0.34);
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}
.cartinfo-block .shipping-main-outer .sidebar-container .orderdetails-outer form {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  padding: 1.5em 0;
}
.cartinfo-block .shipping-main-outer .sidebar-container .orderdetails-outer form .form-control {
  margin-right: 20px;
}
.cartinfo-block .shipping-main-outer .sidebar-container .orderdetails-outer .price-details-outerblock {
  width: 100%;
  height: auto;
  float: left;
  padding: 1.5em 0;
  border-top: 1px solid rgba(175, 175, 175, 0.34);
}
.cartinfo-block .shipping-main-outer .sidebar-container .orderdetails-outer .price-details-outerblock ul {
  width: 100%;
  height: auto;
  float: left;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}
.cartinfo-block .shipping-main-outer .sidebar-container .orderdetails-outer .price-details-outerblock ul li {
  width: 100%;
  height: auto;
  float: left;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 5px 0;
}
.cartinfo-block .shipping-main-outer .sidebar-container .orderdetails-outer .price-details-outerblock ul li label {
  width: auto;
}
.cartinfo-block .shipping-main-outer .sidebar-container .orderdetails-outer .price-details-outerblock ul li span {
  width: auto;
}
.cartinfo-block .shipping-main-outer .sidebar-container .orderdetails-outer .price-details-outerblock ul li.total-block {
  width: 100%;
  height: auto;
  float: left;
  padding: 1.5em 0;
  margin: 1.5em 0 0 0;
  border-top: 1px solid rgba(175, 175, 175, 0.34);
}
.cartinfo-block .shipping-main-outer .sidebar-container .orderdetails-outer .price-details-outerblock ul li.total-block label {
  width: auto;
}
.cartinfo-block .shipping-main-outer .sidebar-container .orderdetails-outer .price-details-outerblock ul li.total-block span {
  width: auto;
}
.cartinfo-block .shipping-main-outer .sidebar-container .orderdetails-outer .price-details-outerblock ul li.total-block span strong {
  font-size: 1.25rem;
}

.action-button {
  width: auto;
  background: var(--primary_color) !important;
  font-weight: bold;
  color: white !important;
  border: 0 none;
  cursor: pointer;
  padding: 12px 15px;
  margin: 0;
  float: left;
  height: auto;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.action-button:hover {
  background: #212529;
  color: rgba(255, 255, 255, 0.75);
}

.package .image_div {
  width: 15%;
}
.package .image_div img {
  width: 100%;
}
.package .detail_div {
  width: 85%;
  padding: 10px;
}
.package .detail_div p {
  padding: 0;
  margin: 0;
}
.package .each-box {
  background-color: rgba(236, 236, 236, 0.2784313725);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  -o-border-image: initial;
     border-image: initial;
  margin-bottom: 20px;
  padding: 15px;
}
.package .box-top-details {
  padding: 10px 15px;
}
.package .print_slip {
  text-decoration: none;
  border: none;
  margin-top: 20px !important;
}

/* page loader */
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(46, 46, 46, 0.8), rgba(0, 0, 0, 0.8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.product-order-summary .product-order-summary-box {
  background: #FFFFFF;
  box-shadow: 0px 6px 14px rgba(204, 204, 204, 0.25);
  border-radius: 10px;
  padding: 30px 30px;
}
.product-order-summary .product-order-summary-box:not(:first-child) {
  margin-top: 30px;
}
.product-order-summary .product-order-summary-box .warehouse-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 30px;
}
.product-order-summary .product-order-summary-box .product-list {
  display: flex;
  justify-content: space-between;
}
.product-order-summary .product-order-summary-box .product-list:not(:first-child) {
  margin-top: 20px;
}
.product-order-summary .product-order-summary-box .product-details-box {
  display: flex;
  gap: 25px;
}
.product-order-summary .product-order-summary-box .product-details-box .product-small-description {
  font-size: 13px;
  line-height: 11px;
  color: #B0B0B0;
}
.product-order-summary .product-order-summary-box .product-details-box .product-name {
  font-weight: 600;
}
.product-order-summary .product-order-summary-box .product-thumbnail {
  width: 80px;
  height: 65px;
  background: #fff;
  position: relative;
  border-radius: 8px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  z-index: 2;
  float: left;
  display: flex;
  align-items: center;
  padding: 8px;
}
.product-order-summary .product-order-summary-box .product-thumbnail .count-blk {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: white;
  background: #e39942;
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  font-size: 0.8125rem;
}
.product-order-summary .order-summary-form {
  margin-top: 20px;
}
.product-order-summary .order-summary-form .shipping-rate-btn {
  background: #2E5E95;
  border-radius: 5px;
  padding: 7px 30px;
  border: 1px solid #2E5E95;
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
}
.product-order-summary .order-summary-form .shipping-rate-btn:hover {
  background-color: #fff;
  color: #2E5E95;
}
.product-order-summary .order-summary-form .form-control:focus {
  box-shadow: none;
}
.product-order-summary .order-summary-form .two-col-block {
  display: flex;
  gap: 10px;
}
.product-order-summary .order-summary-form .two-col-block .form-input-group {
  width: 50%;
}
.product-order-summary .order-summary-form .two-col-block .form-input-group label {
  font-size: 14px;
}
.product-order-summary .order-summary-form .two-col-block .form-input-group .form-control {
  font-size: 13px;
  border: 1px solid #EAE9E9;
  border-radius: 5px;
  background-color: white;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 50%;
}
.product-order-summary .order-summary-form .one-col-block {
  margin-top: 15px;
}
.product-order-summary .order-summary-form .one-col-block label {
  font-size: 14px;
}
.product-order-summary .order-summary-form .one-col-block .form-control {
  font-size: 13px;
  border: 1px solid #EAE9E9;
  border-radius: 5px;
  background-color: white;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 50%;
}
.product-order-summary .orderd-price-summary {
  padding-top: 15px;
  border-top: 1px solid #EAE9E9;
  margin-top: 15px;
}
.product-order-summary .orderd-price-summary ul {
  list-style: none;
}
.product-order-summary .orderd-price-summary ul li {
  width: 100%;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 7px 0px;
  font-size: 15px;
}
.product-order-summary .orderd-price-summary ul li.total-block {
  margin-top: 10px;
  border-top: 1px solid #EAE9E9;
  padding-top: 15px;
}
.product-order-summary .orderd-price-summary ul li.total-block label {
  font-weight: 600;
}
.product-order-summary .order-grand-total-box {
  background: #F4F4F4;
  box-shadow: 2px 2px 9px rgba(65, 65, 65, 0.25);
  border-radius: 10px;
  padding: 20px 30px;
  margin-top: 30px;
}
.product-order-summary .order-grand-total-box ul {
  list-style: none;
}
.product-order-summary .order-grand-total-box ul li {
  width: 100%;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 7px 0px;
  font-size: 17px;
}
.product-order-summary .order-grand-total-box ul li span {
  color: #2E528E;
  font-weight: bolder;
}
.product-order-summary .order-grand-total-box ul li label {
  font-size: 17px;
}

.cartinfo-block .shipping-main-outer .sidebar-container {
  padding-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .product-order-summary .product-order-summary-box .product-details-box {
    flex-direction: column;
    gap: 0px;
  }
  .product-order-summary .order-summary-form .shipping-rate-btn {
    width: 100%;
  }
  .product-order-summary .order-summary-form .two-col-block {
    flex-direction: column;
  }
  .product-order-summary .product-order-summary-box {
    padding: 20px 20px;
  }
  .product-order-summary .order-grand-total-box {
    padding: 10px 20px;
  }
  .product-order-summary .order-summary-form .two-col-block .form-input-group {
    width: 100% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cartinfo-block .shipping-main-outer .sidebar-container {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .cartinfo-block .shipping-main-outer .sidebar-container {
    width: 100%;
  }
  .cartinfo-block .shipping-main-outer {
    flex-direction: column;
  }
  .product-order-summary .product-order-summary-box .product-details-box {
    flex-direction: column;
    gap: 0px;
  }
  .product-order-summary .product-order-summary-box {
    padding: 20px 20px;
  }
  .product-order-summary .order-summary-form .shipping-rate-btn {
    width: 100%;
  }
  .product-order-summary .order-grand-total-box {
    padding: 10px 20px;
  }
  .product-order-summary .order-summary-form .two-col-block .form-input-group {
    width: 100% !important;
  }
  .product-order-summary .product-order-summary-box .product-list:not(:first-child) {
    margin-top: 35px;
  }
  .product-order-summary .order-summary-form .two-col-block {
    flex-direction: column;
  }
  .product-order-summary .order-grand-total-box {
    padding: 10px 20px;
  }
}
.shipping-address-details-table .table-box th {
  text-align: left !important;
}
.shipping-address-details-table .table-box .product-box thead {
  background: #e9ecef;
}
.shipping-address-details-table .table-box .product-box th {
  padding: 10px;
}

/*----------------------------------------
   Order details css
----------------------------------------*/
.shipping-label-outer h6 {
  color: var(--primary_color);
  font-weight: 700;
}
.shipping-label-outer .upload-btn {
  color: var(--primary_color);
  border-color: var(--primary_color);
  font-weight: 700;
  height: 44px;
  line-height: 1;
}
.shipping-label-outer .upload-btn:hover {
  color: var(--primary_color);
}
@media only screen and (max-width : 767px) {
  .shipping-label-outer .upload-btn {
    float: left;
    width: 100%;
  }
}
.shipping-label-outer small {
  font-size: 0.8125rem;
}

.product-listing table tr td .product-img-left {
  width: 15%;
  float: left;
}
.product-listing table tr td .product-img-left img {
  width: 100%;
}
.product-listing table tr td .product-right {
  width: 85%;
  float: left;
}
.product-listing table tr td .product-right p {
  padding-left: 1rem;
  margin: 0;
}

.float-left-detials {
  float: left;
  margin-right: 10px;
}

.table-box {
  width: 100%;
}
.table-box tr td {
  padding: 10px;
  border: 1px solid #dee2e6 !important;
}
.table-box tr td table tr td {
  border: none !important;
}
.table-box .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}

.order-edit-container {
  margin-bottom: 3rem;
}
.order-edit-container .bulk-upload-title {
  color: var(--primary_color);
}
.order-edit-container table#order-product-list tbody tr td {
  vertical-align: middle;
  font-size: 0.875rem;
}
.order-edit-container table#order-product-list tbody tr td .cart-img-outer {
  float: left;
}
.order-edit-container table#order-product-list tbody tr td .cart-img-outer:hover {
  border: none;
}
.order-edit-container table#order-product-list tbody tr td a {
  border: none;
  font-weight: 400;
  color: #000000;
}
@media only screen and (max-width : 767px) {
  .order-edit-container table#order-product-list tbody tr td a {
    font-size: 0.8125rem;
    line-height: 1;
  }
}
.order-edit-container table#order-product-list tbody tr td a:hover {
  border-bottom: 1px solid var(--primary_color);
}
.order-edit-container table#order-product-list tbody tr td a img {
  width: 75px;
  max-height: 75px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: white;
}
.order-edit-container table#order-product-list tbody tr td .order-edit-action-button {
  color: var(--primary_color) !important;
  cursor: pointer;
}
.order-edit-container table#order-product-list tbody tr td .delete-btn {
  border: none;
  cursor: pointer;
}
.order-edit-container table#order-product-list tbody tr td ul.parsley-errors-list.filled {
  position: absolute;
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.14);
  transform: translateX(-30%);
}
.order-edit-container table#order-product-list tbody .new-order-product-item {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
}
.order-edit-container .sub-total {
  font-size: 1.25rem;
}
.order-edit-container .sub-total span {
  color: #28a745 !important;
}
.order-edit-container .cart-submit-controls .checkout {
  background: #e87e00;
  border-color: #e87e00;
  float: right;
}
.order-edit-container .cart-submit-controls .checkout:hover {
  background: #0a58ca;
  border-color: #0a58ca;
}

.row-deleted {
  opacity: 0.5 !important;
}

.disable-actions {
  pointer-events: none !important;
}

#order_tab {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0;
  width: 100%;
  margin: 0 0 20px 0;
}
@media only screen and (max-width : 767px) {
  #order_tab {
    display: block;
    border: 0;
  }
}
#order_tab .active {
  color: var(--primary_color);
  position: relative;
}
#order_tab li.nav-item {
  width: auto;
  padding: 0 50px 0 0;
  margin: 0;
}
#order_tab li.nav-item .active {
  border: none !important;
}
#order_tab li.nav-item .nav-link:hover {
  border: none;
}
#order_tab li.nav-item .nav-link:focus {
  border: none;
}
#order_tab li.nav-item .nav-link.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--primary_color);
  left: 0;
  bottom: 0;
}
@media only screen and (max-width : 767px) {
  #order_tab li.nav-item li.nav-item {
    padding-bottom: 10px;
  }
}
#order_tab .nav-link:hover {
  border: none;
}
#order_tab .nav-link:focus {
  border: none;
}
#order_tab button {
  font-size: 1.125rem;
  color: #6c757d;
  background: none !important;
  border: 0 !important;
}

.buttons-outercont {
  width: 100%;
  height: auto;
  float: left;
  padding: 16px 0 32px;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  align-items: center;
}
.buttons-outercont a {
  border: none;
  margin-left: 20px;
}

/*----------------------------------------
   Order list css
----------------------------------------*/
.account-table-outer table {
  margin-bottom: 15px;
}
.account-table-outer table td input[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  cursor: pointer;
  padding: 0;
  margin: 0 0 0 5px;
}
.account-table-outer .merge-order-outer button {
  margin: 0.25rem 0;
  background: var(--primary_color) !important;
  border-color: var(--primary_color) !important;
  font-size: 1rem;
  text-transform: capitalize;
  height: 34px;
  border-radius: 4px;
  line-height: 22px;
  color: white;
}
.account-table-outer .action-td-outer {
  display: inline-flex;
}
.account-table-outer .action-td-outer a {
  text-decoration: none;
  border-bottom: none;
}
.account-table-outer .action-td-outer a svg {
  width: 16px;
}
.account-table-outer .action-td-outer .mr-10 {
  margin-right: 10px;
}

.order-details #progressbar {
  margin-bottom: 10px;
  overflow: hidden;
  color: #cccccc;
  text-align: center;
}
.order-details #progressbar .active {
  color: var(--primary_color);
}
.order-details #progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}
.order-details #progressbar li:before {
  width: 35px;
  height: 35px;
  line-height: 25px;
  display: block;
  font-size: 1.25rem;
  color: #ffffff;
  background: #cccccc;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 6px;
  text-align: center;
}
.order-details #progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #cccccc !important;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}
.order-details #progressbar li.active:before, .order-details #progressbar li.active:after {
  background: var(--primary_color);
}
.order-details #progressbar #orders:before {
  font-family: "Karla";
  content: "1";
}
.order-details #progressbar #products:before {
  font-family: "FontAwesome";
  content: "\f00c";
}
.order-details fieldset {
  background: white;
  border: 0 none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
  border-radius: 0.5rem;
}
.order-details fieldset:not(:first-of-type) {
  display: none;
}
.order-details fieldset .form-section h2 {
  font-size: 16px;
}
.order-details .action-button {
  width: 100px;
  background: var(--primary_color) !important;
  font-weight: bold;
  color: white;
  border: 0 none;
  cursor: pointer;
  padding: 10px 5px;
  margin: 0;
  float: right;
  height: auto;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.order-details .action-button-previous {
  width: 100px;
  background: #333333;
  font-weight: 700;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 0 15px 0 0;
  float: right;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.order-details .action-button-previous:hover, .order-details .action-button-previous:focus {
  background-color: #000000;
}
.order-details .each-order-details {
  width: 100%;
}
.order-details .each-order-details .single-blockouter {
  position: relative;
  padding-left: 30px;
  float: left;
  width: 100%;
}
.order-details .each-order-details .single-blockouter .float-left {
  float: left;
}
.order-details .each-order-details .single-blockouter p {
  font-size: 12px;
  margin: 0;
}
.order-details .each-order-details .single-blockouter .shipping_to {
  text-transform: capitalize;
}
.order-details .each-order-details .single-blockouter label.fieldlabels {
  position: absolute !important;
  left: 0;
}
.order-details .each-order-details .order-id {
  padding: 1rem;
  margin: 0;
}
.order-details .each-order-details [type=checkbox]:checked,
.order-details .each-order-details [type=checkbox]:not(:checked),
.order-details .each-order-details [type=radio]:checked,
.order-details .each-order-details [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.order-details .each-order-details [type=checkbox]:checked + label,
.order-details .each-order-details [type=checkbox]:not(:checked) + label,
.order-details .each-order-details [type=radio]:checked + label,
.order-details .each-order-details [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 39px;
  cursor: pointer;
  line-height: 30px;
  display: inline-block;
  font-family: "Karla";
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
}
.order-details .each-order-details [type=checkbox]:checked + label:before,
.order-details .each-order-details [type=checkbox]:not(:checked) + label:before,
.order-details .each-order-details [type=radio]:checked + label:before,
.order-details .each-order-details [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  background: white;
}
.order-details .each-order-details [type=checkbox]:checked + label:after,
.order-details .each-order-details [type=checkbox]:not(:checked) + label:after,
.order-details .each-order-details [type=radio]:checked + label:after,
.order-details .each-order-details [type=radio]:not(:checked) + label:after {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--primary_color);
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.order-details .each-order-details [type=checkbox]:not(:checked) + label:after,
.order-details .each-order-details [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.order-details .each-order-details [type=checkbox]:checked + label:after,
.order-details .each-order-details [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.order-details .each-order-details label.terms-label {
  height: 30px;
  line-height: 30px;
}
.order-details .each-order-details label.terms-label span {
  color: var(--primary_color);
  cursor: pointer;
  color: #2e528e;
  padding-bottom: 0.2em;
  border-bottom: 1px solid rgba(46, 82, 142, 0.3);
}

.actions-view-orders {
  display: flex;
  align-items: center;
  gap: 10px;
}
.actions-view-orders a {
  border-bottom: 0px;
}
.actions-view-orders a:last-child i {
  color: #dc3545;
}

.category-listing-outer.brand-listing ul {
  margin: 0 -0.8%;
}

.category-listing-outer.brand-listing ul li {
  width: 15%;
  margin: 0 0.8% 1%;
}

.category-listing-outer.brand-listing ul li .category-list-item a {
  padding: 10px 0;
}

.category-listing-outer.brand-listing ul li .quick-view-button {
  font-size: 12px;
  padding: 5px !important;
  width: 80%;
  max-width: 120px;
}

@media screen and (max-width: 1199px) {
  .category-listing-outer.brand-listing ul {
    margin: 0 -0.5%;
  }
  .category-listing-outer.brand-listing ul li {
    width: 24%;
    margin: 0 0.5% 1%;
  }
}
@media screen and (max-width: 991px) {
  .category-listing-outer.brand-listing ul {
    margin: 0 -0.5%;
  }
  .category-listing-outer.brand-listing ul li {
    width: 32.33%;
    margin: 0 0.5% 1%;
  }
}
@media screen and (max-width: 767px) {
  .category-listing-outer.brand-listing ul ul {
    margin: 0 -1%;
  }
  .category-listing-outer.brand-listing ul ul li {
    width: 48%;
    margin: 0 1% 1%;
  }
}
.category-listing-outer.brand-listing ul {
  margin: 0 -0.8%;
}

.category-listing-outer.brand-listing ul li {
  width: 15%;
  margin: 0 0.8% 1%;
  min-height: 100px;
}

.category-listing-outer.brand-listing ul li .category-list-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.category-listing-outer.brand-listing ul li .category-list-item a {
  padding: 10px;
}

.category-listing-outer.brand-listing ul li .quick-view-button {
  font-size: 12px;
  padding: 5px !important;
  width: 80%;
  max-width: 120px;
}

@media screen and (max-width: 1199px) {
  .category-listing-outer.brand-listing ul {
    margin: 0 -0.5%;
  }
  .category-listing-outer.brand-listing ul li {
    width: 24%;
    margin: 0 0.5% 1%;
  }
}
@media screen and (max-width: 991px) {
  .category-listing-outer.brand-listing ul li {
    width: 32.33%;
  }
}
@media screen and (max-width: 767px) {
  .category-listing-outer.brand-listing ul {
    margin: 0 -1%;
  }
  .category-listing-outer.brand-listing ul li {
    width: 48%;
    margin: 0 1% 1%;
  }
}
.category-listing-outer.brand-listing ul li .category-list-item a .viewmore-link {
  font-family: "Tahoma";
  color: white;
  background: #000000;
  border-radius: 3px;
  text-align: center;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  font-size: 12px;
  padding: 5px !important;
  width: 80%;
  max-width: 120px;
}

.category-listing-outer.brand-listing ul li .category-list-item:hover .viewmore-link {
  display: block;
}

.category-listing-outer.brand-listing ul li .category-list-item a img {
  min-height: 90px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}

.category-listing-outer.brand-listing ul li .category-list-item .follow-button.follow_brand {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 10px;
}

.category-listing-outer.brand-listing ul li .category-list-item .follow-button.unfollow_brand {
  position: absolute;
  bottom: 10px;
}

.category-list-item span.brand-name {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 10px;
  box-sizing: border-box;
  word-break: break-all;
  padding-top: 25px;
}

body.modal-open {
  overflow: hidden;
}

.loader-outer {
  width: 100%;
  position: relative;
}

.loader-outer .loader {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(162, 164, 167, 0.368627451);
  z-index: 999999;
}

        .sort-dropdown-container {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .sort-dropdown-container label {
            font-size: 13px;
            font-weight: 700;
            color: #64748b;
            text-transform: uppercase;
            margin: 0;
        }

        .modern-select {
            padding: 8px 16px;
            border-radius: 10px;
            border: 1px solid #e2e8f0;
            font-size: 13px;
            font-weight: 600;
            color: #334155;
            background: white;
            outline: none;
            cursor: pointer;
        }
                /* Pagination Styling */
        .pagination-container {
            margin-top: 50px;
            display: flex;
            justify-content: center;
        }

        .pagination-container .pagination {
            gap: 8px;
        }

        .pagination-container .page-item .page-link {
            border: 1px solid #e2e8f0;
            border-radius: 10px;
            min-width: 42px;
            height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #64748b;
            font-weight: 700;
            transition: all 0.2s ease;
        }

        .pagination-container .page-item.active .page-link {
            background: var(--primary_color, #2e528e);
            border-color: var(--primary_color, #2e528e);
            color: white;
            box-shadow: 0 4px 12px rgba(46, 82, 142, 0.25);
        }

        .pagination-container .page-item .page-link:hover:not(.active) {
            background: #f1f5f9;
            color: var(--primary_color, #2e528e);
            border-color: var(--primary_color, #2e528e);
        }
                .breadcrumb-container {
            background: var(--secondary_color, #f8f9fa);
            padding: 10px 0;
            margin-bottom: 0;
        }

        .breadcrumb {
            background: transparent;
            padding: 0;
            margin: 0;
            list-style: none;
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 13px;
            font-weight: 600;
        }

        .breadcrumb-item a {
            color: #2e528e;
            text-decoration: none !important;
            transition: all 0.2s ease;
        }

        .breadcrumb-item a:hover {
            color: var(--primary_color, #2e528e);
        }

        .breadcrumb-item.active {
            color: #1e293b;
            font-weight: 700;
        }

        .breadcrumb-item+.breadcrumb-item::before {
            content: "\f105";
            font-family: FontAwesome;
            color: #cbd5e1;
            padding-right: 12px;
            font-size: 14px;
        }
.loader img {
  width: 100px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.parsley-error {
  background-color: #ffeaea !important;
}

.parsley-errors-list {
  padding: 0;
  /*text-transform: capitalize;*/
}

.parsley-errors-list .parsley-required,
.parsley-errors-list .parsley-pattern,
.parsley-errors-list .parsley-custom,
.parsley-errors-list .parsley-minlength,
.parsley-errors-list .parsley-type,
.parsley-errors-list .parsley-equalto,
.parsley-errors-list .parsley-range,
.parsley-errors-list .parsley-min,
.parsley-errors-list .parsley-fileextension {
  color: #F00;
  list-style: none;
  font-size: 11px;
  text-align: left;
}

/**pagination**/
ul.pagination {
  flex-wrap: nowrap !important;
  margin: 0 !important;
  padding-left: 0;
}
ul.pagination li.page-item {
  width: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  background: none;
}
ul.pagination li.page-item span,
ul.pagination li.page-item a {
  background: none;
  border: none;
  padding: 0 8px;
}
ul.pagination li.page-item:first-child span,
ul.pagination li.page-item:first-child a {
  padding: 0 8px 0 0;
}
ul.pagination li.page-item.active span {
  background: none;
  border: none;
  color: #212529;
}

.swal-content ul li {
  list-style: none;
}

.swal-content .each-warehouse {
  margin-bottom: 20px;
  padding: 5px;
  border: 1px dotted #ccc;
}

.swal-content .each-warehouse p {
  margin: 0 0 0.5rem;
}

.swal-content .each-warehouse .products-list {
  text-align: left;
  padding: 0 20px;
}

.swal-content .each-warehouse .products-list li {
  list-style: circle;
  font-size: 13px;
}

/**pagination ends**/
/* Page Header Logic */
.back-button-container {
    margin-top: 5px;
}

/* Modern Header Action Group & Buttons */
.modern-action-group {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-right: auto;
}

.btn-modern-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.btn-modern-action i {
    font-size: 0.9rem;
    color: var(--primary_color, #2e528e);
}

.btn-modern-action:hover {
    transform: translateY(-2px);
    background: #f8fafc;
    border-color: #cbd5e1;
    color: var(--primary_color, #2e528e);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.btn-modern-action.clicked {
    background: #f0f9ff;
    border-color: #bae6fd;
    color: #0369a1;
}

.btn-modern-action.clicked i {
    color: #0ea5e9;
}

.back-button-container {
    margin-top: 5px;
}
.back-button-container a {
  font-size: 1rem;
}

/*back button end*/
/*Tooltip for brand, category and product follow*/
.follow-button.follow_category[data-title],
.follow_product[data-title],
.follow_brand[data-title] {
  position: relative;
}

.follow-button.follow_category[data-title]:hover::before,
.follow_product[data-title]:hover::before,
.follow_brand[data-title]:hover::before {
  content: attr(data-title);
  position: absolute;
  top: 24px;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
  white-space: nowrap;
}

.product-list-item .follow_product[data-title]:hover::before {
  text-transform: none;
}

.product-btn-wraper .follow_product[data-title]:hover::before {
  top: 50px;
  left: 0;
  max-width: 300px;
  white-space: normal;
  line-height: 16px;
  padding: 10px;
  z-index: 999;
  text-transform: none;
}

/*Tooltip for brand, category and product follow ends*/
/* menu cart drop down style starts here*/
li.list-inline-item {
  position: relative;
}

li.list-inline-item .shopping-cart-outer {
  display: none;
  padding: 10px;
  margin-left: -65px;
  position: absolute;
  overflow: hidden;
  height: auto;
}

li.list-inline-item .shopping-cart-outer.active {
  display: block;
}

li.list-inline-item .shopping-cart-outer .shopping-cart {
  margin: 0;
  position: relative;
  text-align: left;
}

li.list-inline-item:hover .shopping-cart-outer {
  display: block;
}

.header-middle-container li.list-inline-item .shopping-cart-outer .shopping-cart .badge {
  background: none;
}

.header-middle-container .shopping-cart .shopping-cart-items img {
  height: 70px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* menu cart drop down style ends here*/
.quote-request-counter-offer .btn-primary {
  margin-bottom: 1.25rem;
  background: var(--primary_color) !important;
  border-color: var(--primary_color) !important;
  font-size: 1rem;
  text-transform: capitalize;
  padding: 4px 20px;
  height: 48px;
  border-radius: 4px;
  line-height: 35px;
  cursor: pointer;
}
.quote-request-counter-offer .btn-primary:hover {
  background: #e87e00 !important;
  border-color: #e87e00 !important;
}
.quote-request-counter-offer .btn-primary.clicked {
  background: #e87e00 !important;
  border-color: #e87e00 !important;
}
.quote-request-counter-offer .btn-primary.clicked:hover {
  background: var(--primary_color) !important;
  border-color: var(--primary_color) !important;
}
.quote-request-counter-offer .btn-default {
  margin-bottom: 1.25rem;
  background: var(--secondary_color) !important;
  border-color: var(--primary_color) !important;
  color: var(--primary_color);
  font-size: 1rem;
  text-transform: capitalize;
  padding: 4px 20px;
  height: 48px;
  border-radius: 4px;
  line-height: 35px;
  cursor: pointer;
}
.quote-request-counter-offer .btn-default:hover {
  background: #e87e00 !important;
  border-color: #e87e00 !important;
}
.quote-request-counter-offer .btn-default.clicked {
  background: #e87e00 !important;
  border-color: #e87e00 !important;
}
.quote-request-counter-offer .btn-default.clicked:hover {
  background: var(--secondary_color) !important;
  border-color: var(--secondary_color) !important;
}

.swal-footer .swal-button {
  text-transform: capitalize !important;
}

.pointer-events-none {
  pointer-events: none;
}

.btn-primary {
  background: var(--primary_color) !important;
}
.btn-primary:hover {
  background-color: transparent !important;
  border-color: var(--primary_color) !important;
  color: var(--primary_color) !important;
}
.btn-primary:focus {
  box-shadow: none;
}

.title {
  color: var(--primary_color);
  border-bottom: 1px solid var(--primary_color) !important;
}

#add-row {
  color: var(--primary_color) !important;
}

.checkbox-outer [type=checkbox]:checked + label:after, .checkbox-outer [type=checkbox]:not(:checked) + label:after {
  background: none !important;
}

input.action-button, input.previous.action-button-previous {
  margin-top: 10px !important;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #ffffff;
  background-color: var(--primary_color) !important;
}

a.logo-outer {
  max-width: 165px;
  width: 100%;
  display: block;
}
a.logo-outer a.logo-outer img {
  max-height: 100px;
}

.banner-slider {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.banner-slider .slick-slide img {
  width: 100%;
  height: 700px !important;
  display: flex !important;
  -o-object-fit: fill;
     object-fit: fill;
}

.card.flex-dom {
  background-color: #eef1f4;
}

.card.flex-dom > div {
  background: #fff;
}

.toast {
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  top: 45px;
  right: 0;
  margin: 1em;
  z-index: 99;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) p;
  box-shadow-margin: 0;
}


/* Tool tip */
.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 1000;
  width: 150px;
  color: white;
  font-size: 12px;
  background-color: #192733;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
  line-height: 16px;
  font-style: normal !important;
}

.tooltip-text::before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background-color: #192733;
  padding: 5px;
  z-index: 1;
}

.hover-text:hover .tooltip-text {
  visibility: visible;
}

#top {
  top: -40px;
  left: -50%;
}

#top::before {
  top: 80%;
  left: 45%;
}

#bottom {
  top: 25px;
  left: 50%;
  transform: translate(-50%, 0%);
}

#bottom::before {
  top: -5%;
  left: 46%;
}

#left {
  top: -8px;
  right: 120%;
}

#left::before {
  top: 35%;
  left: 94%;
}

#right {
  top: -8px;
  left: 120%;
}

#right::before {
  top: 35%;
  left: -2%;
}

.hover-text {
  position: relative;
  display: inline-block;
  font-family: Arial;
  text-align: center;
}

/* Featured Products Equal Height Fix */
.featured-slider-outer .slick-track {
    display: flex !important;
    align-items: stretch !important;
}

.featured-slider-outer .slick-slide {
    height: auto !important;
    display: flex !important;
}

.featured-slider-outer .slick-slide > div {
    flex: 1;
    display: flex;
}

.featured-slider-outer li.modern-card {
    height: 100% !important;
    margin-bottom: 0 !important;
}

/* Shipment Hover Tooltip & Badge */
.shipment-badge-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 8px;
}

.shipment-badge {
    height: 22px;
    padding: 0 10px;
    background: #fffdfb;
    border: 1px solid #fde68a;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #92400e;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(146, 64, 14, 0.05);
}

.shipment-badge-wrapper:hover .shipment-badge {
    background: #fef3c7;
    border-color: #f59e0b;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(146, 64, 14, 0.1);
}

.shipment-tooltip {
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    width: 240px;
    background: #ffffff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f5f9;
    z-index: 2000 !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
}

.shipment-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

.shipment-badge-wrapper:hover .shipment-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.tooltip-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f5f9;
}

.tooltip-header span {
    font-size: 0.75rem;
    font-weight: 700;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.tooltip-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 0.5fr;
    gap: 8px;
    font-size: 0.7rem;
}

.tooltip-grid.header {
    color: #64748b;
    font-weight: 600;
    margin-bottom: 8px;
}

.tooltip-grid.row {
    color: #334155;
    padding: 6px 0;
}

.tooltip-grid.row:not(:last-child) {
    border-bottom: 1px solid #f8fafc;
}

/* Product Placeholder (Matching Brands style) */
.product-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    color: #94a3b8;
    text-align: center;
    padding: 20px;
}

.product-placeholder i {
    font-size: 3.5rem;
    margin-bottom: 12px;
    opacity: 0.15;
    color: var(--primary_color, #2e528e);
}

.product-placeholder span {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #64748b;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Banner Slider Mobile Responsive Height */
@media screen and (max-width: 767px) {
  .banner-slider .slick-slide img {
    height: 250px !important;
     object-fit: fill !important;
  }
}

/* Home Page Features Section */
.home-features-section {
    padding: 3rem 0;
    background: #fff;
    border-top: 1px solid #f1f5f9;
}

.feature-box {
    text-align: center;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.feature-icon-outer {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--primary_color_rgb, 46, 82, 142), 0.08);
    color: var(--primary_color, #2e528e);
    border-radius: 16px;
    font-size: 1.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(var(--primary_color_rgb, 46, 82, 142), 0.1);
}

.feature-box:hover .feature-icon-outer {
    transform: translateY(-8px) rotate(5deg);
    background: var(--primary_color, #2e528e);
    color: #fff;
    box-shadow: 0 12px 24px -8px var(--primary_color, #2e528e);
}

.feature-box h5 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

/* Modern Footer & Newsletter Refinements */
.footer-top-container {
    padding: 2.5rem 0;
    position: relative;
    overflow: hidden;
}

.newsletter-input {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: white !important;
    padding: 0.75rem 1.25rem !important;
    border-radius: 8px !important;
    height: auto !important;
    transition: all 0.3s ease !important;
}

.newsletter-input:focus {
    background: rgba(255, 255, 255, 0.2) !important;
    border-color: #fff !important;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1) !important;
    outline: none;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.btn-newsletter {
    background: #fff;
    color: var(--primary_color, #2e528e);
    border: none;
    padding: 0.75rem 1.75rem;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.btn-newsletter:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

/* Error Container Styling */
#newsletter-error-container ul {
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
}

#newsletter-error-container ul li {
    color: #fca5a5; /* Light red for dark background */
    font-size: 0.8rem;
    font-weight: 600;
}

/* Social Links in Bottom Footer */
.social-links-footer {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    padding: 0;
    list-style: none;
    /* margin-bottom: 2rem; */
}

.social-links-footer li a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    color: #475569;
    font-size: 1.25rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-links-footer li a:hover {
    background: var(--primary_color, #2e528e);
    color: #fff !important;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px -5px rgba(var(--primary_color_rgb, 46, 82, 142), 0.4);
    border-color: var(--primary_color, #2e528e);
}

@media (max-width: 768px) {
    .footer-top-container .row {
        text-align: center;
        gap: 1.5rem;
    }
    .email_subscription form {
        flex-direction: column;
    }
}

/* Unified Modern Newsletter Group */
.newsletter-unified-group {
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    padding: 6px;
    transition: all 0.3s ease;
}

.newsletter-unified-group:focus-within {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}

.newsletter-input-clean {
    flex: 1;
    background: transparent !important;
    border: none !important;
    color: white !important;
    padding: 0.5rem 1rem !important;
    font-size: 0.95rem !important;
    box-shadow: none !important;
}

.newsletter-input-clean:focus {
    outline: none !important;
}

.newsletter-input-clean::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.btn-newsletter-clean {
    background: #fff;
    color: var(--primary_color, #2e528e);
    border: none;
    padding: 0.6rem 2rem;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-newsletter-clean:hover {
    background: #f8f9fa;
    transform: scale(1.02);
}

#newsletter-error-container {
    text-align: left;
    margin-top: 8px;
    padding-left: 4px;
}

/* Premium Modern Modal */
.modern-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 20px;
    animation: fadeIn 0.3s ease;
}

.modern-modal-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    max-width: 450px;
    width: 100%;
    text-align: center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: scale(0.9);
    animation: scaleUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

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

@keyframes scaleUp {
    to { transform: scale(1); }
}

.modal-icon-wrapper {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.modern-modal-card h3.modal-title {
    color: #1e293b;
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.modern-modal-card p.modal-message {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.btn-modern-modal {
    background: var(--primary_color, #2e528e);
    color: #fff;
    border: none;
    padding: 14px 40px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 15px -3px rgba(var(--primary_color_rgb, 46, 82, 142), 0.3);
}

.btn-modern-modal:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 25px -5px rgba(var(--primary_color_rgb, 46, 82, 142), 0.4);
}

/* Success Checkmark Animation */
.success-checkmark {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4caf50;
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 100%;
    border-radius: 0 100px 100px 0;
    animation: rotatePlaceholder 4.25s ease-in;
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid rgba(76, 175, 80, 0.2);
    box-sizing: content-box;
    position: absolute;
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 28px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #fff;
}

@keyframes icon-line-tip {
    0% { width: 0; left: 1px; top: 19px; }
    54% { width: 0; left: 1px; top: 19px; }
    70% { width: 50px; left: -8px; top: 37px; }
    84% { width: 17px; left: 21px; top: 48px; }
    100% { width: 25px; left: 14px; top: 46px; }
}

@keyframes icon-line-long {
    0% { width: 0; right: 46px; top: 54px; }
    65% { width: 0; right: 46px; top: 54px; }
    84% { width: 55px; right: 0px; top: 35px; }
    100% { width: 47px; right: 8px; top: 38px; }
}

/* Footer Location Modernization */
.location-card {
    transition: all 0.3s ease;
}

.location-title {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.location-details i {
    color: var(--primary_color, #2e528e);
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.location-details a {
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.location-details a:hover {
    color: var(--primary_color, #2e528e) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.6) !important;
}

.gap-2 {
    gap: 0.75rem !important;
}

@media (max-width: 768px) {
    .footer-locations-row {
        text-align: center;
    }
    .location-details .d-flex {
        justify-content: center;
    }
}

/* Premium Location Card Refinement */
.premium-location-card {
    padding: 10px;
    border-radius: 20px;
    transition: all 0.3s ease;
    margin-bottom: 20px !important;
}

.title-underline {
    width: 40px;
    height: 3px;
    background: var(--primary_color, #2e528e);
    border-radius: 2px;
}

.premium-location-card .icon-circle {
    width: 45px;
    height: 45px;
    background: rgba(var(--primary_color_rgb, 46, 82, 142), 0.1);
    border: 1px solid rgba(var(--primary_color_rgb, 46, 82, 142), 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary_color, #2e528e);
    font-size: 1.1rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.premium-location-card:hover .icon-circle {
    background: var(--primary_color, #2e528e);
    color: #fff;
    transform: translateY(-3px) rotate(10deg);
    box-shadow: 0 10px 15px -3px rgba(var(--primary_color_rgb, 46, 82, 142), 0.4);
}

.contact-text .text-white-50 {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
}

.contact-text .text-white {
    font-size: 0.95rem;
    font-weight: 500;
}

/* Ensure locations grid wraps nicely */
@media (max-width: 991px) {
    .premium-location-card {
        margin-bottom: 2rem;
    }
}

/* Exact Reference Match for Location Cards */
.premium-location-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 32px;
    padding: 3rem;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.premium-location-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.2);
}

.location-icon-box {
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
}

.location-main-title {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.info-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.08em;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
}

.info-value {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.location-contact-row {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.location-contact-row i {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.1rem;
}

.location-contact-row a:hover {
    color: var(--primary_color) !important;
}

/* Compact Premium Location Cards */
.premium-location-card {
    padding: 1.5rem !important;
    border-radius: 24px !important;
    /* max-width: 420px !important; */
}

.location-icon-box {
    width: 40px !important;
    height: 40px !important;
    border-radius: 12px !important;
    font-size: 1.1rem !important;
    margin-bottom: 1rem !important;
}

.location-main-title {
    font-size: 1.35rem !important;
    margin-bottom: 1.5rem !important;
}

.location-info-group {
    margin-bottom: 1rem !important;
}

.location-info-group.mb-5 {
    margin-bottom: 1.5rem !important;
}

.info-label {
    font-size: 0.65rem !important;
    margin-bottom: 0.2rem !important;
}

.info-value {
    font-size: 0.9rem !important;
}

.location-contact-row {
    padding-top: 0.75rem !important;
    padding-bottom: 0.5rem !important;
}

.location-contact-row i {
    font-size: 0.9rem !important;
}

.location-contact-row a {
    font-size: 0.85rem !important;
}

/* Final Footer Modernization Refinements */
.footer-links ul li a {
    border-bottom: none !important;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
    display: inline-block;
    padding-bottom: 4px;
}

.footer-links ul li a:hover {
    color: #fff !important;
    transform: translateX(5px);
}

.social-links-footer li a {
    width: 48px !important;
    height: 48px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(5px);
}

.social-links-footer li a:hover {
    background: var(--primary_color, #2e528e) !important;
    border-color: transparent !important;
}

.copyright-outer {
    color: rgba(255, 255, 255, 0.3) !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.05em;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 2rem;
    /* margin-top: 4rem !important; */
}

.copyright-text {
    color: rgba(255, 255, 255, 0.5) !important;
    text-transform: uppercase;
    font-weight: 700;
}

.copyright-text:hover {
    color: #fff !important;
}

/* Footer Height Optimization */
.footer-bottom-container {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.copyright-outer {
    /* margin-top: 2rem !important; */
    padding-top: 1.5rem !important;
}

.social-links-footer {
    /* margin-bottom: 1rem !important; */
}

.premium-location-card {
    margin-bottom: 1rem !important;
}

/* Fix for mysterious text elements */
.footer-bottom-container h6, 
.footer-bottom-container h5 {
    margin-bottom: 1rem !important;
}


/* Refined Modern Contact Page */
.contact-form-container {
    /* padding: 60px 0; */
}

.modern-contact-card {
    background: #fff;
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.05);
}

.modern-contact-card label {
    font-size: 0.8rem;
    font-weight: 700;
    color: inherit; /* Use brand defaults */
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.modern-contact-card .form-control {
    border-radius: 10px;
    padding: 0.75rem 1rem;
    border: 1.5px solid #eee;
    background: #fcfcfc;
}

.modern-contact-card .submit-btn {
    width: 100%;
    padding: 0.9rem;
    border-radius: 10px;
    background: var(--primary_color);
    color: #fff !important;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-descr-side {
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-descr-side h1 {
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--primary_color);
}

.location-bottom-grid {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px solid #eee;
}

/* Premium Blog Card Modernization */
.blog-listing-container {
    /* padding: 80px 0; */
    background: #fff;
}

.premium-blog-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    border: 1px solid var(--primary_color) !important;
}

.premium-blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.08) !important;
}

.blog-card-image-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/10;
}

.blog-card-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.premium-blog-card:hover .blog-card-image-wrap img {
    transform: scale(1.1);
}

.blog-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--primary_color_rgb, 46, 82, 142), 0.4);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.blog-image-overlay span {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 2px solid #fff;
    padding: 0.6rem 1.2rem;
    border-radius: 30px;
}

.premium-blog-card:hover .blog-image-overlay {
    opacity: 1;
}

.blog-card-title a {
    font-size: 1.25rem;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.blog-card-title a:hover {
    color: var(--primary_color) !important;
}

.blog-read-more-btn {
    padding: 0.6rem 1.5rem;
    font-weight: 700;
    color: #fff !important;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    border-radius: 30px;
    background: var(--primary_color) !important;
    transition: all 0.3s ease;
    text-transform: uppercase;
    display: inline-block;
}

.blog-read-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(var(--primary_color_rgb), 0.3);
    filter: brightness(1.1);
}

/* Pagination Modernization */
.pagination-modern .pagination {
    gap: 8px;
}

.pagination-modern .page-item .page-link {
    border: none;
    border-radius: 10px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pagination-modern .page-item.active .page-link {
    background: var(--primary_color) !important;
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(var(--primary_color_rgb), 0.2);
}

.pagination-modern .page-item .page-link:hover:not(.active) {
    background: #f8fafc;
    color: var(--primary_color);
}

/* Local Blog Loader refinement */
.blog-loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2px);
    z-index: 99;
    display: none;
    text-align: center;
}

.blog-loader-overlay .spinner-box {
    position: sticky;
    top: 300px; /* Stay visible while scrolling or centered at top */
    padding-top: 50px;
}

/* Blog Detail Modernization */
.post-single-container {
    padding-bottom: 80px;
    background: #fff;
}

.modern-post-detail {
    max-width: 900px;
    margin: 0 auto;
}

.post-header {
    text-align: center;
    padding: 60px 0 40px;
}

.post-header h1 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1e293b;
    letter-spacing: -0.02em;
}

.post-meta-detail {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--primary_color);
    margin-bottom: 30px;
    display: block;
}

.post-image-large {
    width: 100%;
    max-width: 1000px;
    height: 500px; /* Specific Height as requested */
    margin: 0 auto 50px;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.post-image-large img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image covers the specific height without distortion */
    display: block;
}

@media (max-width: 768px) {
    .post-image-large {
        height: 300px; /* Adjusted height for mobile */
        border-radius: 20px;
    }
}

.post-content-body {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #475569;
}

.post-content-body p {
    margin-bottom: 2rem;
}

.post-content-body h2, 
.post-content-body h3 {
    color: #1e293b;
    font-weight: 800;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.post-content-body h2 { font-size: 2rem; }
.post-content-body h3 { font-size: 1.5rem; }

.post-content-body ul, 
.post-content-body ol {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}

.post-content-body li {
    margin-bottom: 0.75rem;
}

@media (max-width: 768px) {
    .post-header h1 {
        font-size: 2rem;
    }
    .post-content-body {
        font-size: 1.05rem;
    }
}

/* Premium Event Card Modernization */
.events-listing-container {
    padding: 80px 0;
    background: #fff;
}

.premium-event-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    border: 1px solid var(--primary_color) !important;
}

.premium-event-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.08) !important;
}

.event-card-image-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/10;
}

.event-card-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.premium-event-card:hover .event-card-image-wrap img {
    transform: scale(1.1);
}

.event-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--primary_color_rgb, 46, 82, 142), 0.4);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.event-image-overlay span {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 2px solid #fff;
    padding: 0.6rem 1.2rem;
    border-radius: 30px;
}

.premium-event-card:hover .event-image-overlay {
    opacity: 1;
}

.event-card-title a {
    font-size: 1.25rem;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.event-card-title a:hover {
    color: var(--primary_color) !important;
}

.event-read-more-btn {
    padding: 0.6rem 1.5rem;
    font-weight: 700;
    color: #fff !important;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    border-radius: 30px;
    background: var(--primary_color) !important;
    transition: all 0.3s ease;
    text-transform: uppercase;
    display: inline-block;
}

.event-read-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(var(--primary_color_rgb), 0.3);
    filter: brightness(1.1);
}

/* Premium Event Slider Styles */
.event-gallery-wrap .slick-list {
    margin: 0 -10px;
}

.event-premium-slider {
    margin-bottom: 50px;
}

/* Custom Arrows */
.event-premium-slider .slick-prev,
.event-premium-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    background: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    color: var(--primary_color);
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-premium-slider .slick-prev { left: -25px; }
.event-premium-slider .slick-next { right: -25px; }

.event-premium-slider .slick-prev:hover,
.event-premium-slider .slick-next:hover {
    background: var(--primary_color);
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}

/* Custom Dots */
.event-premium-slider .slick-dots {
    bottom: -40px;
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    width: 100%;
}

.event-premium-slider .slick-dots li {
    margin: 0 5px;
}

.event-premium-slider .slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid var(--primary_color);
    background: transparent;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.event-premium-slider .slick-dots li.slick-active button {
    background: var(--primary_color);
    width: 24px;
    border-radius: 10px;
}

/* --- Modern Customer Dashboard Sidebar --- */
.modern-sidebar-card {
    background: var(--secondary_color);
    border-radius: 12px;
    padding: 1.25rem 0;
    margin-bottom: 2rem;
    position: sticky;
    top: 2rem;
    width: 100%;
}

.modern-sidebar-nav {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.modern-sidebar-nav li {
    position: relative;
    margin-bottom: 2px !important;
}

.modern-nav-link {
    display: flex !important;
    align-items: center;
    padding: 12px 24px !important;
    color: var(--primary_color) !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
    transition: all 0.3s ease;
    gap: 12px;
}


.modern-nav-icon {
    width: 20px;
    text-align: center;
    font-size: 16px;
    transition: all 0.3s ease;
}

.modern-sidebar-nav li.active .modern-nav-link {
    background: rgba(var(--primary_color_rgb, 46, 82, 142), 0.08);
    color: var(--primary_color) !important;
    font-weight: 700;
}

.modern-sidebar-nav li.active::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: var(--primary_color);
    border-radius: 4px 0 0 4px;
}

.modern-nav-link:hover {
    background: #f8fafc;
    color: var(--primary_color) !important;
    padding-left: 28px !important;
}

.modern-nav-link:hover .modern-nav-icon {
    transform: scale(1.1);
}

.modern-nav-link .hover-text.tool-tip {
    margin-left: auto;
    font-size: 13px;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.modern-nav-link .hover-text.tool-tip:hover {
    opacity: 1;
}

@media (max-width: 767px) {

    .modern-sidebar-card {
        position: static;
        margin-bottom: 30px;
    }
}

/* --- Modern Customer Dashboard Content --- */
.dashboard-content-modern {
    padding-left: 1.5rem;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
}

.dashboard-card-modern {
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 12px;
    padding: 2.5rem;
    margin-bottom: 2rem;
    position: relative;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    float: left;
    width: 100%;
    clear: both;
}

.card-title-modern {
    color: var(--primary_color);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 1rem;
}

.card-title-modern i {
    font-size: 1.1rem;
}

.info-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.info-item-modern {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 1.25rem;
    background: #fafbfc;
    border-radius: 10px;
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
}

.info-item-modern:hover {
    border-color: var(--primary_color);
    background: #fff;
}

.info-label-modern {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
    font-weight: 700;
}

.info-value-modern {
    font-size: 15px;
    color: #1e293b;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.5;
}

.info-value-modern i {
    color: var(--primary_color);
    width: 20px;
    text-align: center;
    opacity: 0.8;
}

.btn-edit-inline {
    color: var(--primary_color);
    margin-left: auto;
    font-size: 1.1rem;
    opacity: 0.7;
    transition: all 0.3s;
}

.btn-edit-inline:hover {
    opacity: 1;
    transform: scale(1.1);
}

.credit-amount-pill {
    background: var(--primary_color);
    color: #fff;
    padding: 4px 12px;
    border-radius: 99px;
    font-size: 14px;
    font-weight: 700;
}

.modern-dashboard-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}

.email-update-modern {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px dashed #e2e8f0;
    display: none;
    width: 100%;
    float: left;
    clear: both;
}

@media (max-width: 991px) {
    .dashboard-content-modern {
        padding-left: 0;
    }
}

/* --- Modern Dashboard Form Elements --- */
.dashboard-input-wrapper {
    position: relative;
    margin-bottom: 5px;
    display: block;
    height: 52px;
}

.dashboard-input-wrapper i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary_color);
    font-size: 1.1rem;
    pointer-events: none;
    opacity: 0.7;
    z-index: 9;
    line-height: normal;
    margin: 0;
    padding: 0;
}


.dashboard-form-control-modern {
    width: 100%;
    height: 52px;
    background-color: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 10px 15px !important; /* Adjusted padding as the icons were removed or missing in screenshot */
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #1e293b !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.dashboard-form-control-modern:read-only,
.dashboard-form-control-modern:disabled {
    background-color: #f0f7ff !important;
    cursor: not-allowed;
    border-color: #cbd5e1 !important;
}

.dashboard-form-control-modern:focus {
    border-color: var(--primary_color) !important;
    background-color: #fff !important;
    box-shadow: 0 0 0 4px rgba(var(--primary_color_rgb, 46, 82, 142), 0.1) !important;
}

.dashboard-btn-group {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 2rem;
    width: 100%;
    clear: both;
    float: left;
}


.dashboard-btn-submit {
    height: 48px;
    padding: 0 30px;
    background: var(--primary_color);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px -1px rgba(var(--primary_color_rgb), 0.2);
}

.dashboard-btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(var(--primary_color_rgb), 0.3);
    color: #fff;
}

.dashboard-btn-cancel {
    height: 48px;
    min-width: 48px;
    padding: 0 15px;
    background: transparent;
    color: #64748b;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-btn-cancel i {
    font-size: 1.1rem;
}


.dashboard-btn-cancel:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #1e293b;
}


/* --- Modern Dashboard Modals --- */
.modern-modal-content {
    border: none;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.modern-modal-header {
    background: var(--primary_color);
    color: #fff;
    border: none;
    padding: 1.25rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modern-modal-header .modal-title {
    font-weight: 700;
    font-size: 1.2rem;
    margin: 0;
}

.modern-modal-header .btn-close-white {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    opacity: 0.8;
    transition: all 0.3s;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.modern-modal-header .btn-close-white:hover {
    opacity: 1;
    transform: rotate(90deg);
}

.modern-modal-body {
    padding: 2.5rem;
    background: #fff;
}

.modern-modal-body .form-column-element {
    width: 100% !important;
    margin-bottom: 1.5rem !important;
}

.modern-modal-footer {
    padding: 1.5rem 2.5rem;
    background: #f8fafc;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    border-top: 1px solid #edf2f7;
}

.btn-modern-cancel {
    background: #e2e8f0;
    color: #475569;
    border: none;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-modern-cancel:hover {
    background: #cbd5e1;
    color: #1e293b;
}

.modal-action-btn {
    margin: 0 !important;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px !important;
}




/* --- Address Book specific styles --- */
.address-book-title {
    color: var(--primary_color);
    font-weight: 800;
    border: none;
    display: inline-block;
}

.address-book-p {
    color: #64748b;
    font-weight: 500;
}

.add-address-card-trigger {
    border-style: dashed;
    border-color: var(--primary_color);
    cursor: pointer;
    background: rgba(var(--primary_color_rgb, 46, 82, 142), 0.02);
}

.add-address-trigger-content {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--primary_color);
    font-weight: 700;
    width: 100%;
}

.add-address-trigger-content i {
    font-size: 1.4rem;
}

.address-section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
}

.address-section-title i {
    margin-right: 10px;
    color: var(--primary_color);
}

.address-item-modern {
    position: relative;
    transition: transform 0.3s ease;
}

.address-item-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.address-item-modern.border-primary {
    border: 2px solid var(--primary_color) !important;
}

.address-item-modern .default-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primary_color);
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.address-item-modern .address-name {
    font-weight: 700;
    color: #1e293b;
}

.address-item-modern .address-info-line {
    padding: 0;
    background: transparent;
    font-size: 0.95rem;
}

.address-item-modern .address-info-line i {
    width: 20px;
    color: var(--primary_color);
}

.address-item-modern .address-info-line address {
    margin: 0;
    font-style: normal;
    line-height: 1.6;
}

.address-edit {
    background: #f1f5f9;
    color: #475569;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.2s;
}

.address-edit:hover {
    background: var(--primary_color) !important;
    color: #fff !important;
}

.address-delete {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.modern-pagination .pagination {
    justify-content: center;
}

.modern-pagination .page-item.active .page-link {
    background-color: var(--primary_color);
    border-color: var(--primary_color);
}

.modern-pagination .page-link {
    border-radius: 8px;
    margin: 0 4px;
    color: var(--primary_color);
    font-weight: 600;
}

/* Modern Popup */
.address-modern-popup {
    border-radius: 16px;
    overflow: hidden;
    max-width: 650px;
    width: 95%;
}

.address-modern-popup .popup-close {
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.2s;
}

.address-modern-popup .popup-close:hover {
    opacity: 1;
}

.set-default-label {
    font-size: 13px;
    font-weight: 700;
    background-color: var(--secondary_color) !important;
    color: #fff !important;
    cursor: pointer;
    transition: opacity 0.2s;
    border-radius: 5px;
    padding: 5px;
}

.set-default-label:hover {
    opacity: 0.8;
}

.custom-control-input:checked ~ .set-default-label::before {
    background-color: var(--secondary_color) !important;
    border-color: var(--secondary_color) !important;
}


/* --- Alerts Dashboard specific styles --- */
.modern-tabs {
    border-bottom: 2px solid #f1f5f9;
    margin-bottom: 2rem;
    gap: 1.5rem;
}

.modern-tabs .nav-item {
    margin-bottom: -2px;
}

.modern-tabs .nav-link {
    border: none;
    background: transparent;
    padding: 0.75rem 0.5rem;
    color: #64748b;
    font-weight: 600;
    font-size: 0.95rem;
    position: relative;
    transition: all 0.3s ease;
}

.modern-tabs .nav-link:hover {
    color: var(--primary_color);
}

.modern-tabs .nav-link.active {
    color: var(--primary_color);
    background: transparent;
}

.modern-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--primary_color);
    border-radius: 10px 10px 0 0;
}

.alert-item-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    height: 100%;
}

.alert-item-card .image-outer {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.alert-item-card .image-outer img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.alert-item-card h6 {
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.alert-action-group {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.btn-unfollow {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ef4444;
    background: rgba(239, 68, 68, 0.05);
    border: 1px solid rgba(239, 68, 68, 0.1);
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    width: 100%;
}

.btn-unfollow:hover {
    background: #ef4444;
    color: #fff;
}

.quick-view-modern {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary_color);
    background: rgba(var(--primary_color_rgb, 46, 82, 142), 0.05);
    border: 1px solid rgba(var(--primary_color_rgb, 46, 82, 142), 0.1);
    padding: 8px 12px;
    border-radius: 8px;
    width: 100%;
    transition: all 0.2s;
}

.quick-view-modern:hover {
    background: var(--primary_color);
    color: #fff;
}

.notification-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.notification-item-card {
    padding: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notification-item-card .form-check-label {
    font-weight: 600;
    color: #475569;
}

/* --- Reusable Brand Card Styles (Matches Brand We Sell) --- */
.brand-card-modern-v2 {
    background: white;
    border-radius: 16px;
    border: 1px solid var(--primary_color, #2e528e);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    aspect-ratio: 1 / 1.2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.brand-card-modern-v2:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(var(--primary_color_rgb, 46, 82, 142), 0.15);
}

.brand-card-modern-v2 .brand-image-box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #fff;
    position: relative;
}

.brand-card-modern-v2 .brand-image-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.6s ease;
}

.brand-card-modern-v2:hover .brand-image-box img {
    transform: scale(1.1);
}

.brand-card-modern-v2 .brand-info-footer {
    padding: 15px;
    background: #fbfcfd;
    text-align: center;
    border-radius: 0 0 16px 16px;
}

.brand-card-modern-v2 .brand-title-link {
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: #1e293b;
    text-decoration: none !important;
    margin-bottom: 12px;
    transition: color 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand-card-modern-v2:hover .brand-title-link {
    color: var(--primary_color, #2e528e);
}

.brand-card-modern-v2 .btn-action-modern {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    background: white;
    color: #64748b;
    width: 100%;
}

.brand-card-modern-v2 .btn-action-modern:hover {
    border-color: var(--primary_color);
    color: var(--primary_color);
    background: rgba(var(--primary_color_rgb, 46, 82, 142), 0.05);
}

.brand-card-modern-v2 .btn-action-unfollow {
    border-color: #fee2e2;
    color: #ef4444;
}

.brand-card-modern-v2 .btn-action-unfollow:hover {
    background: #ef4444;
    color: #fff;
    border-color: #ef4444;
}

/* --- Brand Placeholder Styling --- */
.brand-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    color: #94a3b8;
}

.brand-placeholder i {
    font-size: 3rem;
    margin-bottom: 10px;
    opacity: 0.2;
    color: var(--primary_color, #2e528e);
}

.brand-placeholder span {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #64748b;
}

/* --- Category Placeholder Specifics --- */
.category-placeholder i {
    font-size: 2.5rem;
    opacity: 0.3;
}

.category-placeholder span {
    font-size: 11px;
    font-weight: 800;
    margin-top: 15px;
    letter-spacing: 1.2px;
}

/* --- View Orders Dashboard specific styles --- */
.modern-order-table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.modern-order-table thead th {
    background: #f8fafc;
    color: #475569;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-top: none;
    border-bottom: 2px solid #e2e8f0;
    padding: 15px 12px;
}

.modern-order-table tbody td, 
.modern-order-table tbody th {
    padding: 18px 12px;
    vertical-align: middle;
    border-bottom: 1px solid #f1f5f9;
    color: #1e293b;
    font-size: 14px;
}

.modern-order-table tbody tr {
    transition: all 0.2s ease;
}

.modern-order-table tbody tr:hover {
    background-color: rgba(var(--primary_color_rgb, 46, 82, 142), 0.02);
}

.modern-order-table .order-number-link,
.modern-order-table .order-number-link:hover,
.modern-order-table td a,
.modern-order-table th a {
    color: var(--primary_color);
    font-weight: 700;
    text-decoration: none !important;
    border-bottom: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Status Badges */
.status-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-badge.badge-pending {
    background: rgba(245, 158, 11, 0.1);
    color: #d97706;
    border: 1px solid rgba(245, 158, 11, 0.2);
}

.status-badge.badge-complete,
.status-badge.badge-fulfilled {
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.status-badge.badge-cancelled,
.status-badge.badge-not-paid {
    background: rgba(239, 68, 68, 0.1);
    color: #dc2626;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.status-badge.badge-processing {
    background: rgba(59, 130, 246, 0.1);
    color: #2563eb;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

/* Row Actions */
.order-action-btn {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f8fafc;
    color: #64748b;
    border: 1px solid #e2e8f0;
    transition: all 0.2s;
    text-decoration: none !important;
}

.order-action-btn:hover {
    background: var(--primary_color);
    color: #fff;
    border-color: var(--primary_color);
}

.order-action-btn.btn-delete:hover {
    background: #ef4444;
    border-color: #ef4444;
}

.btn-merge-modern {
    background: var(--primary_color);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(var(--primary_color_rgb, 46, 82, 142), 0.2);
}

.btn-merge-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(var(--primary_color_rgb, 46, 82, 142), 0.3);
}

.invoice-icon-link {
    font-size: 1.2rem;
    color: #64748b;
    transition: color 0.2s;
}

.invoice-icon-link:hover {
    color: var(--primary_color);
}

/* --- Modern AJAX Pagination System --- */
.pagination-container {
    margin-top: 40px !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    clear: both !important;
}

.pagination-container .pagination {
    gap: 8px !important;
    margin: 0 !important;
    display: flex !important;
    list-style: none !important;
    padding: 0 !important;
}

.pagination-container .page-item {
    margin: 0 !important;
}

.pagination-container .page-item .page-link {
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    min-width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #64748b !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    transition: all 0.2s ease !important;
    background: white !important;
    padding: 0 10px !important;
    text-decoration: none !important;
}

.pagination-container .page-item.active .page-link {
    background: var(--primary_color) !important;
    border-color: var(--primary_color) !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(var(--primary_color_rgb, 46, 82, 142), 0.25) !important;
}

.pagination-container .page-item .page-link:hover:not(.active) {
    background: #f1f5f9 !important;
    color: var(--primary_color) !important;
    border-color: var(--primary_color) !important;
}

.pagination-container .page-item.disabled .page-link {
    opacity: 0.5;
    pointer-events: none;
    background: #f8fafc !important;
}

/* --- Order Checkbox Visibility Fix --- */
.modern-order-table input[type="checkbox"] {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 18px !important;
    height: 18px !important;
    cursor: pointer !important;
    appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    position: relative !important;
    z-index: 5 !important;
    margin: 0 !important;
}

.modern-table-th, 
.modern-order-table td {
    vertical-align: middle !important;
}

#select-all-orders {
    margin-top: 4px !important;
}

/* --- Modern Dashboard Order View Styles --- */
.modern-detail-box {
    background: #f8fafc;
    border-radius: 10px;
    font-weight: 700;
    border: 1px solid #e2e8f0;
}

.modern-detail-box-total {
    background: #f8fafc;
    border-radius: 10px;
    font-weight: 700;
    border: 1px solid #e2e8f0;
    color: var(--primary_color);
}

.modern-address-container {
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    font-size: 13px;
    line-height: 1.6;
}

.modern-text-muted-medium {
    font-style: normal;
    font-weight: 500;
    color: #475569;
}

.modern-label-preview-card {
    width: 80px; 
    height: 80px; 
    background: #f8fafc; 
    border: 1px solid #e2e8f0; 
    border-radius: 12px; 
    padding: 10px; 
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.modern-label-preview-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.modern-label-preview-img-icon {
    width: 30px; 
    filter: contrast(0.5);
}

.modern-label-remove-btn {
    position: absolute;
    top: -8px; 
    right: -8px; 
    width: 22px; 
    height: 22px; 
    padding: 0; 
    line-height: 20px; 
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-modern-upload-submit {
    height: 52px; 
    border-radius: 10px; 
    background: var(--primary_color); 
    font-weight: 700;
}

.btn-modern-upload-submit-small {
    height: 45px; 
    border-radius: 8px; 
    background: var(--primary_color); 
    font-weight: 700;
}

.modern-product-img-container {
    width: 50px; 
    height: 50px; 
    flex-shrink: 0; 
    background: #f8fafc; 
    border-radius: 8px; 
    border: 1px solid #e2e8f0; 
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modern-product-img-container img {
    width: 100%; 
    height: 100%; 
    object-fit: contain;
}

.modern-table-footer-row {
    background: #fafbfc !important;
}

.modern-table-total-divider {
    border-top: 2px solid #e2e8f0 !important;
}

.modern-table-total-label {
    font-size: 1.1rem; 
    color: #1e293b;
    font-weight: 700;
}

.modern-table-total-value {
    font-size: 1.25rem; 
    color: var(--primary_color);
    font-weight: 700;
}

.dashboard-form-control-modern {
    padding-left: 15px !important;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    height: 52px;
}

.modern-text-dark-small {
    color: #1e293b;
    font-size: 14px;
}

.btn-rounded-600 {
    border-radius: 8px !important;
    font-weight: 600 !important;
}

.btn-primary-bg {
    background: var(--primary_color) !important;
}

.min-h-52 {
    min-height: 52px !important;
}

.grid-cols-3 {
    grid-template-columns: repeat(3, 1fr) !important;
}

.btn-rounded-10 {
    border-radius: 10px !important;
    font-weight: 600 !important;
}

.fs-1-2rem {
    font-size: 1.2rem !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.p-15-10 {
    padding: 1.5rem 1rem !important;
}

.modern-badge-small {
    font-size: 10px !important;
    font-weight: 600 !important;
}

.radio-custom-modern {
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

input[type="radio"]:checked + .support-action-label .radio-custom-modern {
    border-color: var(--primary_color);
}

input[type="radio"]:checked + .support-action-label .radio-custom-modern::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: var(--primary_color);
    border-radius: 50%;
}

input[type="radio"]:checked + .support-action-label {
    border-color: var(--primary_color) !important;
    background: rgba(var(--primary_color_rgb, 46, 82, 142), 0.03) !important;
}

/* --- Modern Dashboard Tabs --- */
.modern-tabs-nav {
    display: flex;
    gap: 40px;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 0;
    margin-bottom: 30px;
    list-style: none;
}

.modern-tabs-nav .nav-item {
    margin-bottom: -2px;
}

.modern-tabs-nav .nav-link {
    border: none !important;
    background: transparent !important;
    padding: 15px 0 !important;
    font-weight: 700 !important;
    color: #64748b !important;
    border-bottom: 3px solid transparent !important;
    transition: all 0.3s ease !important;
    font-size: 16px !important;
    text-transform: capitalize;
}

.modern-tabs-nav .nav-link:hover {
    color: var(--primary_color) !important;
}

.modern-tabs-nav .nav-link.active {
    color: var(--primary_color) !important;
    border-bottom-color: var(--primary_color) !important;
}

.order-edit-action-button {
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.order-edit-action-button:hover {
    opacity: 1;
    transform: scale(1.1);
}

.save-order-product {
    color: #10b981 !important;
}

.edit-order-product {
    color: #3b82f6 !important;
}

.show-new-product-row {
    color: var(--primary_color);
    font-weight: 700;
    font-size: 15px;
}

.modern-label-preview-card {
    position: relative;
    width: 60px;
    height: 80px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.modern-label-preview-card:hover {
    border-color: var(--primary_color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.modern-label-preview-img-icon {
    width: 30px;
    height: auto;
    opacity: 0.7;
}

.modern-label-remove-btn {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 24px;
    height: 24px;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 10px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: #ef4444 !important;
    color: white !important;
    border: none !important;
}

/* Modern Autocomplete Styling */
.ui-autocomplete {
    background: #ffffff;
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 8px;
    z-index: 9999 !important;
    max-height: 300px;
    overflow-y: auto;
    font-family: inherit;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.ui-menu-item {
    border-radius: 8px;
    margin-bottom: 2px;
    transition: all 0.2s ease;
}

.ui-menu-item .ui-menu-item-wrapper {
    padding: 10px 15px;
    color: #444;
    font-weight: 500;
    font-size: 14px;
    border: none !important;
    background: transparent !important;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: rgba(var(--primary_color_rgb), 0.05) !important;
    color: var(--primary_color) !important;
    border-radius: 8px;
}

/* Quick Add Product Row Styling */
.new-order-product-item td {
    vertical-align: middle !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background: rgba(var(--primary_color_rgb), 0.01);
}

.new-order-product-item .sku-search-container {
    position: relative;
    min-width: 200px;
}

.new-order-product-item .modern-product-img-container {
    width: 60px;
    height: 60px;
    border-radius: 8px;
}

/* Modern Checkbox styling for Rush Processing and similar toggles */
.support-action-label div.radio-custom-modern[style*="border-radius: 4px"]::after {
    content: "\f00c"; /* FontAwesome check icon */
    font-family: "FontAwesome";
    font-size: 10px;
    color: white;
    display: none;
    align-items: center;
    justify-content: center;
}

input:checked + .support-action-label div.radio-custom-modern[style*="border-radius: 4px"]::after {
    display: flex;
}

/* Ensure dynamic state dropdowns match the modern dashboard look */
#state_outer select, #billing_state_outer select {
    padding-right: 2.5rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    background-size: 16px 12px !important;
}

/* Modern Dashboard Input Refinement: Account for left icons */
.dashboard-input-wrapper .dashboard-form-control-modern {
    padding-left: 45px !important;
}

.dashboard-input-wrapper i {
    z-index: 10;
}

.modern-page-title {
    color: var(--primary_color) !important;
    font-weight: 800 !important;
    border: none !important;
    display: inline-block !important;
}
