body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  width: 100%;
  background: #f9f9f9;
}

#container {
  display: flex;
}

#column-left {
  width: 250px;
  /* Adjust width as needed */
  float: left;
  margin-right: 20px;
  /* Adjust spacing between columns */
}

#content {
  /* Style the main content area */
  flex: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

/* default font size */
.fa {
  font-size: 14px;
}

form#form-currency div button i {
  vertical-align: middle;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a {
  color: #23a1d1;
}

a:hover {
  text-decoration: none;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 12px;
  font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: auto;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
  vertical-align: middle;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .control-label:after {
  content: " *";
  color: #f00;
  font-weight: bold;
}

div#collapse-shipping .form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: left;
}

button.mini-cart-remove {
  border: none;
  background: #fff;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #4ba0d6;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

/* top */
.top-menu {
  background-color: #f9f9f9;
  padding: 4px 0px 3px 0;
  margin: 20px 20px 37px 0px;
  min-height: 37px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #4ba0d6;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  vertical-align: middle;
}

.svg-menu-icon {
  vertical-align: middle;
}

#top .btn-link:hover,
#top-links a:hover {
  color: #444;
}

#top-links .dropdown-menu a {
  text-shadow: none;
}

#top-links .dropdown-menu a:hover {
  color: #fff;
}

#top .btn-link strong {
  font-size: 15px;
  line-height: 14px;
  color: #4297ca;
  vertical-align: middle;
}

.container-card {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(196, 196, 196, 0.12);
}

.container-top {
  border-radius: 0;
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(196, 196, 196, 0.12);
}

.container-middle {
  border-radius: 0px;
  background: #fff;
}

.container-bottom {
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: 0 10px 18px 0px rgba(196, 196, 196, 0.12);
}

.p-0 {
  padding: 0px !important;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.py-47 {
  padding-left: 47px !important;
  padding-right: 47px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

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

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

.pl-0 {
  padding-left: 0px !important;
}

.mt-5 {
  margin-top: 3rem;
}

.my-5 {
  margin: 3rem 0 !important;
}

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

#top-links ul li {
  padding-right: 15px;
  padding-left: 15px;
}

#top-links {
  padding-top: 6px;
}

#top-links a + a {
  margin-left: 15px;
}

/* logo */
#logo {
  margin: 0 0 10px 0;
}

/* search */
#search,
#logo {
  margin: 10px 0px;
}

#search {
  border-radius: 4px;
  border: 0.5px solid #999;
}

#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
  border: 0;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  background: #fff;
  border: 0;
}

.fa-search {
  color: #bcbcbc;
}

.row-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-search {
  margin-top: 15px;
  padding: 11px 25px !important;
  color: #fff;
  border: none;
  background: #0078a6;
}

.search-checkbox {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

input.search-input-checkbox {
  margin: 6px;
  width: 23px;
  height: 22px;
}

.search-checkbox {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  vertical-align: baseline;
  top: -6px;
  padding-left: 5px;
}

.form-control {
  border-radius: 4px;
  border: 0.5px solid #999;
  color: #000;
}

select.form-control {
  border: 1px solid #000;
  color: #000000;
}

#list-view,
#grid-view {
  background: #fff;
  border: none;
  box-shadow: none;
}

.search-sort-show {
  color: #000;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #fff;
  border: none;
}

#input-sort.search-select,
#input-limit.search-select {
  border-radius: 4px;
  border: 0.5px solid #999;
  background: #fff;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 108px;
  height: 33px;
}

/* cart */

#cart {
  margin: 10px 0px;
}

#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
}

#cart .fa {
  color: #000;
  font-size: 18px;
  width: 38px;
  height: 38px;
  background: #f1f0f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#cart.open > .btn {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}

#cart.open > .btn:hover {
  color: #444;
}

#cart .dropdown-menu {
  background: #fbfafa;
  z-index: 1001;
}

#cart .dropdown-menu {
  min-width: 100%;
  overflow-y: auto;
  max-height: 800px;
  scrollbar-width: thin;
  overflow-x: hidden;
}

.table-mini-cart,
.table-mini-cart tbody tr {
  background: #fff !important;
  border-top: 2px solid #fff;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ebebeb;
}

.color-black {
  color: #000;
}

.mini-btn-view-cart {
  border-radius: 4px;
  border: 2px solid #fff;
  background: #d9d8d8;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  color: #777;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px 38px;
}

.mini-btn-checkout {
  border-radius: 4px;
  border: 2px solid #fff;
  background: linear-gradient(180deg, #219dcd 11.11%, #2092be 100%);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px 38px;
}

#cart .dropdown-menu li table tr td {
  font-size: 14px;
}

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}

@media (max-width: 478px) {
  .mmy-1 {
    margin: 1rem 0 !important;
  }

  .mpx-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #cart .dropdown-menu li > div {
    min-width: 100%;
  }

  span#show-burger-logo a img {
    width: 50%;
    margin-top: 20px;
  }
}

#cart .dropdown-menu li p {
  margin: 20px 0;
}

#show-burger .btn-navbar {
  color: #9aa1a5;
}

#show-burger .btn-navbar i {
  font-size: 30px !important;
}

#show-burger #show-burger-logo {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.show-burger-ul li {
  padding: 10px 5px;
  display: block;
}

/* menu */
#menu {
  background-color: #e2f6ff;
  min-height: 48px;
  display: flex;
  align-items: center;
}

#menu .nav > li > a {
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
  padding-bottom: 0;
}

#menu .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul {
  display: table-cell;
}

#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}

#menu .dropdown-inner li a:hover {
  color: #ffffff;
}

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #ddd;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #4ba0d6;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #fff;
  padding: 2px 18px;
  float: right;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #4ba0d6;
}

#our-partners,
#related-products {
  border-radius: 12px;
  box-shadow: 0px 0px 18px 0px rgba(196, 196, 196, 0.12);
}

#common-home,
#product-product {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0px 18px 18px -18px rgba(196, 196, 196, 0.12);
}

#common-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.container {
  background: #f9f9f9;
}

.col-12 {
  padding-left: 10px;
  padding-right: 10px;
}

/* SIDE MENU */

.row.menu {
  height: 100%;
  overflow-y: auto;
}

.row.menu.background-side-menu {
  border-radius: 0px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: 0px;
  background-color: #fff;
  padding-top: 20px;
}

.side-menu {
  margin-top: 2rem;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.menu .menu-item {
  margin: 5px;
}

.position-fixed {
  position: fixed;
}

.menu .menu-items-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}

.side-menu a {
  color: #f3f3f3;
  width: 100%;
  padding: 16px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-transform: uppercase !important;
  align-items: center;
  overflow: hidden;
}

.side-menu a > span:nth-of-type(1) {
  width: 30px;
  display: block;
}

.wrapper-avatar img {
  width: 35px;
  height: 35px;
}

.wrapper-user-name {
  font-size: 10px;
}

.is_expanded {
  width: 100px;
  transition: width 0.3s ease;
}

.menu-label {
  display: none;
}

.is_expanded:hover {
  width: 300px;
  z-index: 999;
  position: relative;
}

.dynamic-icon {
  fill: #4ba0d6 !important;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.menu.is_expanded:hover .dynamic-icon {
  fill: #4ba0d6 !important;
}

.menu.is_expanded:hover .menu-items-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2rem;
  margin-left: 1rem;
}

.menu.is_expanded:hover .menu-item {
  margin: 5px;
}

.menu.is_expanded:hover .menu-label {
  margin-left: 0.5rem;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #4ba0d6;
  vertical-align: middle;
  margin: 0px;
  padding-left: 10px;
}

.menu.is_expanded:hover {
  height: 100%;
  overflow-y: auto;
  position: fixed;
}

.menu.is_expanded:hover .wrapper-user-info {
  margin-top: 2rem;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.menu.is_expanded:hover .wrapper-user-info .wrapper-avatar img {
  width: 35px;
}

.menu.is_expanded:hover .wrapper-user-info .wrapper-avatar {
  color: #000;
  width: 100%;
  padding: 16px 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
}

.menu.is_expanded:hover .side-menu a {
  width: 100%;
  padding: 16px 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-transform: uppercase !important;
  color: #4ba0d6 !important;
}

.side-menu a:hover {
  background: #4ba0d6 !important;
}

.menu.is_expanded .side-menu a:hover .dynamic-icon {
  fill: #fff !important;
}

.menu.is_expanded .side-menu a:hover .menu-label {
  color: #fff;
}

#naxumLogo {
  transition: all 0.3s;
}

.is_expanded:hover #naxumLogo {
  content: url("https://nxmcdn.com/images/nxmvue/oc/logo-naxum-expanded.png");
}

.container-card,
.container-top,
.container-bottom {
  padding: 20px;
}

.container-middle {
  padding: 37px 33px 1px 33px;
}
.btn:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .row.menu {
    height: 100%;
    display: none;
  }
}

@media (min-width: 992px) {
  .container {
    width: 1340px;
  }

  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }

  .container-card,
  .container-top,
  .container-bottom {
    padding: 20px 20px;
  }

  .container-middle {
    padding: 20px 20px 1px 20px;
  }
}

@media (max-width: 768px) {
  .row-center {
    display: unset;
  }

  #show-burger {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }

  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }

  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background: transparent;
    width: 100%;
  }

  #menu .dropdown-inner {
    display: block;
  }

  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }

  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}

/* content */

.category-group a {
  margin: 5px;
  border: none;
  background: #ebebeb;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.category-group {
  text-align: center;
}

#content {
  min-height: 600px;
}

#product-category #content,
#product-product #tab-description,
#information-information #content {
  font-size: 13px;
}

h3.featured-title {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}

.btn-link:focus,
.btn-link:hover {
  text-decoration: none !important;
}

.our-partners-title,
.our-related-products-title {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.8px;
  text-transform: capitalize;
  margin: 40px 0px;
}

img.img-responsive.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Recurring*/
.table-recurring-list thead,
.table-recurring-info thead {
  background: #ebebeb;
  color: #4b4b4b;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.table-recurring-list td,
.table-recurring-info td {
  padding: 21px !important;
}

.buttons-recurring-bottom {
  display: flex;
  justify-content: end;
}

.btn-cancel-recurring {
  border-radius: 4px;
  border: 1px solid #aaa9a9;
  background: #d9d8d8;
  color: #777;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px;
}

.btn-continue-recurring,
.btn-edit-recurring {
  border-radius: 4px;
  border: 1px solid #125e7a !important;
  background: linear-gradient(180deg, #219dcd 11.11%, #2092be 100%);
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px;
}

.editRecurringModalHeader {
  padding: 36px 0px;
  border-bottom: 1px solid #eee !important;
}

div#editRecurringModal .form-class-editRecurring {
  background: #fbfafa;
}

.border-0 {
  border: none;
}

.p-45 {
  padding: 15px 45px;
}

h5#editRecurringModalLabel {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.form-class-editRecurring .col-form-label {
  color: #000;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
}

.edit-recurring-balance {
  background: rgba(217, 217, 217, 0.3);
  border: none;
  box-shadow: none;
  border-radius: 0px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 133px;
}

/* Toggle Switch Styles */
.form-switch {
  display: inline-block;
  width: 60px;
  height: 34px;
  position: relative;
}

.form-switch input {
  display: none;
}

.form-switch label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ccc;
  border-radius: 34px;
  /* Rounded corners */
  transition: background-color 0.3s ease;
}

.form-switch label:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  /* Rounded toggle */
  top: 4px;
  left: 4px;
  background-color: white;
  transition: transform 0.3s ease;
}

.form-switch input:checked + label {
  background-color: #00a94f;
  /* Green color when checked */
}

.form-switch input:checked + label:before {
  transform: translateX(26px);
  /* Move toggle to the right when checked */
}

.form-check-input {
  margin-top: 6px;
  /* Adjust alignment */
}

.editRecurringModalfooter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.editRecurringModalSave {
  border: 2px solid #fff;
  background: linear-gradient(180deg, #219dcd 11.11%, #2092be 100%);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px !important;
}

/* footer */
footer {
  color: #e2e2e2;
  background-color: #f9f9f9;
}

.bg-container {
  background-color: #f9f9f9;
  padding: 37px 75px;
  border-radius: 0;
  box-shadow: unset;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: #9aa1a5;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

footer a:hover {
  color: #9aa1a5;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 20px;
  color: #9aa1a5;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.footer p {
  margin-bottom: 0;
}

.footer .link-policy li {
  margin-left: 32px;
  list-style: none;
  position: relative;
}

.footer .link-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
}

@media (max-width: 575px) {
  .footer {
    flex-direction: column;
  }

  .footer .link-policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ul.link-policy {
    padding: 0px;
    margin-top: 10px;
  }

  .bg-container {
    padding: 0px 15px;
  }
}

/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}

/* breadcrumb */
hr {
  border-top: 1px solid #c4c4c4;
  margin: 15px 0px 15px 0px;
}

.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
}

.breadcrumb-section li a {
  color: #0078a6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.breadcrumb i {
  font-size: 15px;
}

.pagination {
  margin: 0;
}

/* buttons */
.buttons {
  margin: 1em 0;
}

.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: none;
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px;
}

.btn-group > .btn-xs {
  font-size: 9px;
}

.btn-group > .btn-sm {
  font-size: 10.2px;
}

.btn-group > .btn-lg {
  font-size: 15px;
}

.btn-default {
  border-radius: 4px;
  border: 1px solid #aaa9a9;
  background: #d9d8d8;
  color: #777;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.btn-primary {
  color: #ffffff;
  border-radius: 4px;
  border: 1px solid #0078a6;
  background: #0078a6;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.btn-primary:hover {
  background: #0078a6;
  border: 1px solid #0078a6;
}

.cart-checkout {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px;
  background: #0078a6;
  width: 107px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.cart-continue {
  color: #555;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px;
  border: 0.5px solid #ededed;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 37px;
}

.panel-heading.cart-panel-heading {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #4b4b4b;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #4b4b4b;
}

.cart-panel-heading a {
  color: #000;
}

.cart-panel-heading a h4 i {
  float: right;
}

.cart-panel-heading a h4 {
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-do-next {
  border: 1px solid #125e7a;
  background: #4ba0d6;
  color: #fff;
  font-size: 10px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 9.5px 12px !important;
}

.do-next {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.do-next-choice {
  color: #555;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #4ba0d6;
  background: #fff;
  border: none;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  background-color: #4ba0d6;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #4ba0d6;
}

/* list group */
.list-group a {
  border: 1px solid #dddddd;
  color: #888888;
  padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #dddddd;
  text-shadow: 0 1px 0 #fff;
}

/* carousel */
.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: "\f054";
  font-family: FontAwesome;
}

/* product list */

.hidden-option-radio {
  position: absolute;
  left: -9999px;
}

.purchase-option .options.active {
  border: 2px solid #0078a6;
  color: #0078a6;
}

.purchase-option .options input.option-radio:checked {
  border: 2px solid #0078a6;
  color: #0078a6;
}

.purchase-option .options {
  border: 2px solid #d9d9d9;
  color: #d9d9d9;
}

.purchase-option .monthly-subscription,
.purchase-option .one-time-purchase {
  padding: 15px 18px;
}

.purchase-option .options {
  color: #d9d9d9;
  border: 2px solid #d9d9d9;
}

.purchase-option .monthly-subscription .title,
.purchase-option .monthly-subscription .desc,
.purchase-option .one-time-purchase .title,
.purchase-option .one-time-purchase .desc {
  font-size: 12px;
}

.purchase-option .monthly-subscription .price,
.purchase-option .one-time-purchase .price {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.text-md-left {
  text-align: left !important;
}

.breadcrumb-section .breadcrumb {
  background-color: #fff;
  font-size: 12px !important;
}

.breadcrumb > li {
  display: inline-flex;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 1rem;
  color: #9c9c9e;
  content: "|";
  vertical-align: middle;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

h3.product-available-options {
  color: #555;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #4ba0d6;
  cursor: default;
  background-color: #fff;
  border: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  padding-left: 0px;
}

.tab-des-review > li + li::before {
  content: "|";
  color: #000;
  position: relative;
  top: 10px;
  color: #c4c4c4;
  margin-right: 15px;
}

.tab-des-review li a {
  color: #c4c4c4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 0px;
  padding-right: 15px;
}

.tab-des-review li {
  display: inline-flex;
}

.btn-button-cart {
  border-radius: 4px;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 141px;
  height: 37px;
  margin-right: 15px;
}
.btn-button-buy {
  border-radius: 4px;
  background: #0078a6;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 141px;
  height: 37px;
}

.btn-button-cart:hover {
  color: #fff;
}

.btn-button-buy:hover {
  color: #fff;
}

span.product-available-options-span {
  color: #fb1619;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-thumb {
  margin-bottom: 20px;
  overflow: auto;
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .image a {
  display: block;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}

.product-grid .product-thumb .image {
  float: none;
}

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}

.product-thumb h4 {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 20px;
}

.product-thumb .caption {
  padding: 0 20px;
  text-align: center;
}

.product-title a {
  color: #0078a6;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 156.25% */
}

.product-list .product-thumb .caption {
  margin-left: 230px;
}

.inside-product-title {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 141.667% */
  margin-bottom: 50px;
}

.inside-product-side-info {
  color: #555;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.inside-prododuct-price li h2 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.inside-qty-label {
  color: #555;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* Wishlist and Compare */
button.btn.inside-product-btn {
  background-color: #c4c4c4;
  border: none;
  border-radius: 4px;
  color: #fff;
  margin-left: 3px;
}

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }

  .product-grid .product-thumb .caption {
    min-height: 0;
  }

  .btn-button-cart {
    width: 100%;
    margin-right: 0;
  }
  .btn-button-buy {
    width: 100%;
  }
}

.product-thumb .rating {
  padding-bottom: 10px;
}

.rating .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}

.rating .fa-star + .fa-star-o {
  color: #e69500;
}

h2.price {
  margin: 0;
}

.product-thumb .price {
  color: #000;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}

.p-description {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0;
}

.product-thumb .price-new {
  font-weight: 600;
}

.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

button.border-r-1 {
  border: 1px solid #000;
  border-radius: 10px;
}

.p-buttons {
  border-radius: 5px;
  background: #0078a6;
  color: var(--Neutral-0, #fff);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0px 24px;
  border: 0;
}

.svg-p-buttons-icon {
  vertical-align: middle;
  margin-left: 1rem;
}

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}

.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
  .payment-methods img {
    width: 100%;
  }
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumbnails > li {
  margin-left: 20px;
}

.thumbnails {
  margin-left: -20px;
}

.thumbnails > img {
  width: 100%;
}

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}

.image-additional {
  width: 21%;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 10px;
}

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-3:nth-child(4n + 1),
  #content .col-lg-4:nth-child(3n + 1),
  #content .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-3:nth-child(4n + 1),
  #content .col-md-4:nth-child(3n + 1),
  #content .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-3:nth-child(4n + 1),
  #content .col-sm-4:nth-child(3n + 1),
  #content .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

html[dir="rtl"] .checkbox input[type="checkbox"],
html[dir="rtl"] .checkbox-inline input[type="checkbox"],
html[dir="rtl"] .radio input[type="radio"],
html[dir="rtl"] .radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 4px\9;
  margin-right: -20px;
  margin-left: unset;
}

html[dir="rtl"] .input-group-btn:last-child > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

html[dir="rtl"] .input-group .form-control:first-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

html[dir="rtl"] .container .row:first-child .col-sm-4,
html[dir="rtl"] .container .row:first-child .col-sm-5 {
  float: right;
}

html[dir="rtl"] #cart .dropdown-menu {
  left: 0;
  right: auto;
}

@media (min-width: 768px) {
  html[dir="rtl"] .navbar-nav {
    float: right;
    margin: 0;
  }

  html[dir="rtl"] .navbar-nav > li {
    float: right;
  }
}

/* checkout/cart */

.pr-1 {
  margin-right: 1rem;
  line-height: normal;
}

#button-payment-method,
.continue-btn {
  border-radius: 4px;
  border: 1px solid #125e7a;
  background: linear-gradient(180deg, #219dcd 11.11%, #2092be 100%);
  padding: 15px 50px;
  margin: 20px 0px;
  color: #fff;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 500px) {
  div#terms .text-right {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .buttons-checkout-position {
    text-align: left;
    margin-bottom: 3rem;
  }

  .checkout-minicart {
    top: 0px;
    margin-top: 3rem;
  }

  .checkout-custom-layout {
    display: flex;
    flex-direction: column;
  }

  .custom-order-1 {
    order: 1;
  }

  .custom-order-2 {
    order: 3;
  }

  .custom-order-3 {
    order: 4;
  }

  .custom-order-4 {
    order: 2;
  }
}

input.checkout-input-row {
  display: block;
  margin: 15px 0px;
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 14px 32px;
  width: 100%;
  background: #ebebeb;
  border: none;
}

.card {
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 15px;
}

.card-header {
  background: #ebebeb;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.card-title {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px;
  margin: 0px;
}

.heading_title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.shopping-cart-table {
  border: 1px solid #ebebeb;
}

.shopping-cart-table thead {
  background: #ebebeb;
  color: #4b4b4b;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.shopping-cart-table > tbody > tr > td,
.shopping-cart-table > tbody > tr > th,
.shopping-cart-table > tfoot > tr > td,
.shopping-cart-table > tfoot > tr > th,
.shopping-cart-table > thead > tr > td,
.shopping-cart-table > thead > tr > th {
  border: 1px solid #ebebeb !important;
}

button.btn.btn-refresh,
button.btn.button-update {
  border: 0.5px solid #ccc;
  background: #a5a5a5;
  color: #fff;
  height: 26px;
  border-radius: 0;
}

button.btn.btn-remove,
button.btn.button-remove {
  border-radius: 0px 4px 4px 0px;
  background: #0078a6;
  color: #fff;
  border: 0.5px solid #0078a6;
  height: 26px;
}



#content {
  background: #fff;
  margin-top: 0px;
  padding: 30px;
}
.well {
  background: #fff;
}

.swiper-pagination {
  bottom: 20px !important;
}

.swiper-pagination-bullet {
  background: #f9f9f9 !important;
  height: 10px !important;
  width: 10px !important;
  box-shadow: none !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

.swiper-button-prev:before {
  display: none !important;
}
.swiper-button-next:before {
  display: none !important;
}
.swiper-button-next,
.swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}
.swiper-viewport .swiper-button-prev {
  left: 20px !important;
}
.swiper-viewport .swiper-button-next {
  right: 20px !important;
}
.payment-methods {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.payment-methods p {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 15px !important;
}

.cartquantity-lbl {
  text-align: left;
  font-size: 12px;
  color: #bcbcbc;
}

.mycart-lbl {
  text-align: left;
  color: #000;
  font-size: 12px;
  font-weight: bold;
}

.total-lbl {
  color: #0078a6;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#cart-total {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 75%;
  color: #0078a6;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#cartModal .modal-title {
  color: #0078a6;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#cartModal .modal-body {
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  padding: 30px;
}

#cartModal .cart-title {
  color: #0078a6;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 137.5% */
}

#cartModal .modal-header {
  padding: 25px;
}

#cartModal .modal-footer {
  font-family: var(--font-family);
}

#cartModal .modal-footer .btn {
  font-size: 14px !important;
  height: 45px !important;
  font-weight: 500 !important;
  border-radius: 5px !important;
  background: #0078a6 !important;
}

#cartModal .modal-footer .btn.takeme {
  background: #000 !important;
}

#cartModal .modal-footer a.btn {
  line-height: 30px !important;
}

#cartModal .modal-dialog {
  width: 399px;
}

#cartModal .cart-details .price {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

@media (max-width: 556px) {
  #cartModal .modal-dialog {
    width: 100%;
    margin-left: 0px;
  }
}

#cartModal .cart-empty {
  font-size: 14px;
  margin-top: 25px;
}

#cartModal .shipping-discount-text {
  margin-bottom: 32px;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#cartModal .subtotal-lbl {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#cartModal .subtotal {
  color: #000;
  text-align: right;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#cartModal .btn-remove {
  height: 29px;
  width: 29px;
  padding: 0px;
  color: var(--primary-color);
  border: 1px solid #c4c4c4;
  background-color: transparent;
  border-radius: 50%;
}

#cartModal .cart-items .description {
  font-family: var(--font-family);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#cartModal .cart-items .title {
  font-family: var(--font-family);
}

#cartModal .cart-items {
  font-size: 14px;
}

#cartModal .modal-dialog {
  height: 100%;
  margin: 0 0 0 auto !important;
}
#menu .nav-link {
  padding: 15px;
  color: #000;
}
#menu.navbar {
  padding: 0;
}
#menu .dropdown-menu {
  width: 327px;
  top: 75%;
  left: 20px;
  padding: 0;
}
#menu .dropdown-item {
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 16px 10px;
  border-bottom: 0.5px solid #c4c4c4;
}

.cart-items .col-4 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cartModal hr {
  margin: 15px -30px;
}

.featured h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  margin-bottom: 30px;
}

button:focus {
  outline: 0;
}

#product-product .nav-tabs > li.active > a {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.btn-quantity {
  background: none;
  border: 0;
  outline: 0;
}

.qty-wrap {
  width: 25%;
}

.btn.focus,
.btn:focus,
.form-control:focus {
  box-shadow: none;
}

.panel-heading {
  margin: 0 -30px;
  background: #ebebeb;
  padding: 15px 30px;
}

.panel-title {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

#button-login {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px;
  background: #0078a6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 151px;
  height: 40px;
  margin-right: 15px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #e2f6ff !important;
  background: #e2f6ff !important;
  color: #000 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #0078a6;
  background: #0078a6;
  font-weight: normal;
  color: #ffffff !important;
}

.btn-accept {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px;
  border: 2px solid #fff;
  background: #0078a6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 244px;
  height: 45px;
  border: 1px solid #0078a6;
}

#input-pay-method {
  width: 418px;
  height: 38px;
  border-radius: 4px;
  border: 0.25px solid #9c9c9e;
  background: #f3f3f3;
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 283.333% */
}

.txt-red {
  color: #d81a1a;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}

.alert-dismissible .close {
  padding: 0;
  color: red;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.account-box {
  display: flex;
  flex-direction: column;
  padding: 13px 19px;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-left: 30px;
}
.account-box p {
  color: #000;
  font-family: "Noir Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.account-box h6 {
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-top: 12px;
}
.navi-item span {
  display: block;
  color: #000;
  text-align: center;
  font-family: "Sofia Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 8px;
}
.navi-item {
  min-width: 117px;
  text-align: center;
}
.navi-item.active path {
  stroke: #0078a6;
}

.navi-item.active span {
  color: #0078a6;
}

.btn-enroll {
  display: flex;
  width: 140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 42px;
  border-radius: 4px;
  background: #0078a6; 
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.btn-enroll:focus{
  background: #0078a6 !important;
}

.btn-enroll:active{
  background: #0078a6 !important;
}

.hamburger {
  position: relative;
  width: 1em;
  height: 1em;
  font-size: inherit;
  transition: all 0.3s ease;
  cursor: pointer;
}
.hamburger.is-sm {
  font-size: 1rem;
}
.hamburger.is-md {
  font-size: 1.5rem;
}
.hamburger.is-lg {
  font-size: 2rem;
}
.hamburger-line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.125em;
  border-radius: 0.125em;
  background: currentColor;
  transition: inherit;
}
.hamburger-line:nth-child(1) {
  top: 0.125em;
}
.hamburger.is-active .hamburger-line:nth-child(1),
.w-nav-button.w--open .hamburger-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotateZ(-135deg);
}
.hamburger-line:nth-child(2) {
  top: 0.438em;
}
.hamburger.is-active .hamburger-line:nth-child(2),
.w-nav-button.w--open .hamburger-line:nth-child(2) {
  right: 50%;
  width: 0;
}
.hamburger-line:nth-child(3) {
  top: 0.75em;
}
.hamburger.is-active .hamburger-line:nth-child(3),
.w-nav-button.w--open .hamburger-line:nth-child(3) {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotateZ(135deg);
}

.mobile-menu {
  background: #FFF;
  box-shadow: 0px 0px 24px 4px rgba(0, 0, 0, 0.32);
  position: fixed;
  z-index: 99;
  width: 95%;
  height: 376px;
  transform: translateX(-50%);
  top: 25px;
  left: 50%;
  display: none;
  align-items: center;
  justify-content: center;
}

.mobile-menu.active {
  display: flex;
  
}

#EnrollmentModal textarea {
  height: 148px;
}

#EnrollmentModal .modal-title {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
}
#EnrollmentModal .modal-header {
  border-bottom: 0;
  padding: 60px 40px 16px;
}
#EnrollmentModal .modal-dialog {
  max-width: 1120px;
}
#EnrollmentModal .modal-footer {
  border-top: 0;
  padding: 16px 40px 60px;
}
#EnrollmentModal .modal-body {
  border-top: 0;
  padding: 16px 40px;
}
#EnrollmentModal label {
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#EnrollmentModal .enroll-submit {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  border-radius: 4px;
  background: #0078a6;
  width: 140px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#EnrollmentModal .modal-content {
  border-radius: 16px;
  background: #fff;
}
#EnrollmentModal label.error {
  color: red;
}
.swal2-title {
  padding-top: 100px;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 24px;
}
.swal2-html-container {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 50px;
  margin-top: 0;
}
.swal2-popup {
  padding-bottom: 100px;
}

.custom-swal-popup {
  width: 568px;
}
.swal2-actions {
  margin-top: 0;
}

.add-prods {
  width: 225px;
  height: 37px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #0078a6;
  border: 1px solid #0078a6;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Container for the toggle button */
.toggle-button {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 25px;
}

/* Hidden Checkbox */
.toggle-button input {
  display: none;
}

/* Toggle background */
.toggle-button label {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-bottom: 0;
}

/* Circle inside the toggle */
.toggle-button label::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 19px;
  height: 19px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

/* Toggle on state */
.toggle-button input:checked + label {
  background-color: #00a94f;
}

.toggle-button input:checked + label::before {
  transform: translateX(25px);
}

.rightsub p {
  color: #000;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.payship {
  border-radius: 4px;
  border: 0.5px solid #c6c3aa;
  background: #ffface;
  width: 100%;
  height: 36px;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payship:hover {
  background: #ffface;
  color: #000;
}
.updatesub {
  border-radius: 4px;
  background: #0078a6;
  box-shadow: 0px 0px 4px 0px rgba(154, 161, 165, 0.3);
  width: 100%;
  height: 36px;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.updatesub:hover {
  background: #0078a6;
  color: #fff;
}
.cancelsub {
  border-radius: 4px;
  border: 0.5px solid #ededed;
  background: #f2f2f2;
  width: 100%;
  height: 36px;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cancelsub:hover {
  background: #f2f2f2;
  color: #000;
}
.billinfo {
  border-radius: 4px;
  border: 0.5px solid #ededed;
  background: #f2f2f2;
  width: 100%;
  height: 36px;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.billinfo:hover {
  background: #f2f2f2;
  color: #000;
}

.closebtn {
  position: absolute;
  top: 30px;
  right: 15px;
}

@media screen and (max-width: 991px) {
  .qty-wrap {
    width: 50%;
  }
  .navi-item {
    padding: 15px;
  }
  .navi-item span {
    color: #9AA1A5;
  }
  .btn-enroll {
    margin-top: 15px;
    margin-left: 15px;
  }
  #EnrollmentModal .modal-dialog {
    max-width: 1120px;
    margin: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  #content {
    padding: 15px;
    margin-top: 10px;
  }

  .qty-wrap {
    width: 100%;
  }

  .cart-checkout {
    width: 100%;
  }

  .cart-continue {
    width: 100%;
  }
  #input-pay-method {
    width: 100%;
  }
  hr {
    margin: 15px -15px !important;
  }
  #EnrollmentModal .modal-header {
    text-align: center;
    display: block;
  }
  #EnrollmentModal .modal-body {
    padding: 16px 17px;
  }
  #EnrollmentModal .enroll-submit {
    width: 100%;
  }

  #EnrollmentModal .modal-footer {
    padding: 16px 17px 60px;
  }
  .custom-swal-popup {
    width: 99%;
  }
}
