@charset "UTF-8";
/* 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;
}

/**********************************************
   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: 6rem 0;
  color: white;
  font-size: 0.8125rem;
}
@media only screen and (max-width : 767px) {
  .footer-bottom-container {
    padding: 2rem 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%;
}
.banner-slider-container ul {
  list-style: none;
}

.banner-slider ul li a {
  border: 0;
  padding: 0;
}
.banner-slider ul li a img {
  width: 100%;
}

.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;
}
@media only screen and (max-width : 991px) {
  .home-subcontent-outer {
    padding: 2rem 2rem 1rem;
  }
}
.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;
}

.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-container .brands-slider .slick-slide img {
  max-height: 55px !important;
}

.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);
}
@media only screen and (max-width : 991px) {
  .home-location-container {
    padding: 2rem 0;
  }
}
.home-location-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-location-container h2 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}

.location-wrap {
  text-align: left;
}
.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;
  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;
}
#msform .action-button-previous:hover, #msform .action-button-previous:focus {
  background-color: #000000;
}

.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 {
  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) {
  .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) !important;
  border-color: var(--primary_color) !important;
  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 !important;
  border-color: #e87e00 !important;
}
.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 !important;
  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 !important;
  border-color: #e87e00 !important;
}
.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 !important;
  border-color: #dee2e6 !important;
  color: var(--primary_color) !important;
}
.product-list-item .cart-btn.clicked:hover {
  background: #dee2e6 !important;
  border-color: #dee2e6 !important;
  color: var(--primary_color) !important;
}
.product-list-item .image-outer {
  height: 200px;
  margin-bottom: 3rem !important;
}
.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;
}
.bulk_add_to_cart:hover {
  color: var(--primary_color);
}
@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: 1;
}

.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**/
/*back button start*/
.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 {
  max-height: 498px;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
}

.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;
}

.email-subscription ul.parsley-errors-list {
  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: translatey(115%);
}

/* Tool tip */
.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 2;
  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;
}
