body {
  width: 100%;
  height: 100%;
  font-family: "WorkSans-Regular", sans-serif;
  background: #F7F7F7;
  font-size:14px !important;
}
html {
  scrollbar-gutter: stable;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 14px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}

/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
/*#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 800px;
  }
}*/
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: #003A6A;
  border-bottom: 1px solid #003A6A;
  position: relative;
  padding:2px 0px;
}
#top .annoucement {
  color:#00D8FF;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 180px;
}
#tagline_logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
  align-self: flex-end;
}
#cart .img-thumbnail {
  min-width: 60px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
 /* background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;*/
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background:rgb(13, 110, 181);
  border-top: 1px solid #ddd;
  color: #e2e2e2;
  margin-top: 5em;
  font-size: 13px;
}
footer hr {
  border-top: none;
  border-bottom: 1.5px solid #007BD3;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  color: #fff;
  letter-spacing: .8px;
  margin-bottom: 15px;  
}
footer h6 {
  color: #fff;
  letter-spacing: .8px;
  margin-top: 5px;
  margin-bottom: 5px;

}
footer .soc-med span {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
footer .soc-med.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;  
}

footer .powered.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
}
footer .soc-med.flex > * {
    padding: 0px 5px;
}
footer .soc-med.flex img {
    width:30px;
}
footer .powered.flex p {
  margin-bottom: 0px;
}
.flex-bothend {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.left-disclosure, .right-disclosure {
  align-items: center;
  text-align: justify;
}
.powered-footer {
  margin-top: 2em;
  background: #003A6A;
}

.left-information .flex ul{
  width: 33.33%
}
.btn-newsletter {
    color: #035090; 
    border-color: #faef07;
    background: #faef07;
}
.footer-contact .flex > *{
    width: 25%;
}
.footer-contact .sprite-telephone {
    background-image: url(../image/telephone.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 20px 20px;
    width: 50px;
    height: 20px;
    background-position: center center;
}
.footer-contact .sprite-address {
    background-image: url(../image/address.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 20px 20px;
    width: 50px;
    height: 20px;
    background-position: center center;
}
.footer-contact .sprite-sms {
    background-image: url(../image/sms.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 20px 20px;
    width: 50px;
    height: 20px;
    background-position: center center;
}
.footer-contact .sprite-fax {
    background-image: url(../image/fax.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 20px 20px;
    width: 50px;
    height: 20px;
    background-position: center center;
}
.footer-contact .sprite-email {
    background-image: url(../image/email.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 22px 13px;
    width: 50px;
    height: 13px;
    background-position: center center;
}

.footer-contact .address,.footer-contact .sms,.footer-contact .telephone,.footer-contact .fax,.footer-contact .email {
  display: flex;
  align-items: center;
  margin-bottom: 10px;

}
.footer-contact .address address {
  margin-bottom: 0px;
  margin-left: 10px;
}

/* breadcrumb */

.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
}
.breadcrumb a {
  color:#7C7C7C;
}
.breadcrumb-item + .breadcrumb-item::before {
  color:#7C7C7C;
}

.product-thumb {
  border: 2px solid #E1E7EC;
  position: relative;
  height: 100%;
  border-radius: 6px;
  background: #fff;
  overflow: hidden; 
}

.product-thumb img {
  transition: transform 0.2s ease; 
}

.product-thumb:hover img {
  transform: scale(1.08); 
}

.product-thumb:hover {
  border: 2px solid #005FAA;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.product-thumb:hover .button button{
  text-decoration: none;
  cursor: pointer;
  background-color:#035090;
  border: 2px solid #E1E7EC;
  color: #faef07;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.product-thumb .image {
  text-align: center;
  padding: 10px 10px 0px 10px;
}
.product-thumb:hover .image {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 a {
    font-size: 15px;
    letter-spacing: .5px;
    color: #505050;
    min-height: 55px;
    display: block;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
    width: 100%;
    border: none;
    border: 2px solid #E1E7EC;
    background-color: var(--bs-tertiary-bg);
    color: #005FAA;
    line-height: 38px;
    text-align: center;
    margin: 10px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
}

.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-regular {
  color: #faef07;
  font-size: 15px;
}
.rating .fa-solid {
  color: #faef07;
}

/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
  color: #035090;
  font-size: 22px;
  line-height: 18px;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    color: #035090;
    text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* side cart */

.header-container .header-links > a,
.header-container #account > a[data-toggle="dropdown"],
.header-container #cart > a,
.header-container ._search > a {
  color: inherit;
  width: 100px;
  text-align: center;
  position: relative;
  display: table;
}

.header-container .header-links > a > i,
.header-container #account > a[data-toggle="dropdown"] > i,
.header-container #cart > a > i,
.header-container ._search > a > i {
  font-size: 18px;
}


.header-container #cart > a .badge {
  position: absolute;
  top: 100%;
  left: 100%;
  background: red;
  height: 20px;
  width: 20px;
  transform: translate(-100%, -100%);
}

.header-container #cart > a .badge > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
}

.search-custom {
  padding-right: 10px;
}

.search-custom .search-box {
  display: flex;
  white-space: nowrap;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 50px;
  overflow: hidden;
  background: white;
  width: 210px;
}

.search-custom .search-box input, .search-custom .search-box button {
  border: 0px;
  min-width: 0px;
  width: auto;
  height: auto;
  min-height: 0px;
}

.search-custom .search-box input, .search-custom .search-box input:focus, .search-custom .search-box button, .search-custom .search-box button:focus {
  outline: 0px;
}

.search-custom .search-box input {
  flex: 1 1 auto;
  padding: 5px 0px 4px 12px;
  border-radius: 50px 0px 0px 50px;
  box-shadow: none !important;
}

.search-custom .search-box button {
  padding: 0px 14px 0px;
  vertical-align: middle;
  line-height: 1;
}

.search-custom .search-box button i {
  vertical-align: top;
}

.search-custom .search-box button, .search-custom .search-box button:hover, .search-custom .search-box button:focus {
  background-color: transparent;
  background: transparent;
  box-shadow: none;
}

#fullpage-search .search-box {
  width: 100%;
}

#fullpage-search .search-box input {
  width: calc(100% - 46px);
}

#fullpage-search {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  top: 0px;
  left: 0px;
  display: none;
}

#fullpage-search .container {
  position: relative;
  top: 50%;
}

#fullpage-search #search {
  margin: 0px auto;
  transform: translateY(-50%);
  max-width: 768px;
}

#fullpage-search-open {
  cursor: pointer;
}

.fx-close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.6;
  cursor: pointer;
}

.fx-close:hover {
  opacity: 1;
}

.fx-close:before,
.fx-close:after {
  content: ' ';
  position: absolute;
  left: 15px;
  height: 33px;
  width: 2px;
  background-color: #333;
}

.fx-close:before {
  transform: rotate(45deg);
}

.fx-close:after {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  #tops {
    width: 100%;
  }
}

.customer-account {
  padding: 0px;
  margin-left: -15px;
  margin-right: -15px;
}

.customer-account i {
  font-size: 36px;
  color: #666666;
  line-height: 24px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.customer-account > li {
  list-style-type: none;
}

.customer-account > li a {
  font-size: 14px;
  padding: 10px;
  border: 1px solid #EEE;
  margin-bottom: 5px;
  text-align: center;
  color: inherit;
  display: block;
}

.customer-account > li a:hover {
  background-color: #666666;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.customer-account > li a:hover, .customer-account > li a:hover i {
  color: #FFFFFF;
}


#cart {
  margin-bottom: 0px;
}

#cart:not(.slide-out-cart) .cart-header-text {
  display: none;
}

@media (max-width: 991px) {
  #cart {
    position: relative;
  }
}
#cart::before {
  content: '';
  position: fixed;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}

@media (max-width: 991px) {

  #cart:not(.slide-out-cart).open::before {
    opacity: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
  }
}

#cart .btn-primary {
  color: white;
}

#cart .btn-primary:hover,
#cart .btn-primary:focus {
  color: #333333;
}


#cart .cart_close {
  width: 50px;
  height: 50px;
  padding: 0px;
  border: 0px;
}
#cart .cart_close i {
  color: #fff;
  font-size: 20px;
}

#cart .cart_close:hover,
#cart .cart_close:focus {
  outline: none;
  outline: 0px;
}


#cart .dropdown-menu {
  border-radius: 0px;
  min-width: 430px;
  max-width: 430px;
  border: 0px solid #f0f0f0;
  padding: 12px;
  background: transparent;
  z-index: 1001;
}

@media (max-width: 991px) {

  #cart .dropdown-menu {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 430px) {
  #cart .dropdown-menu {
    width: calc(100% - 30px);
    min-width: 0px;
  }
}

#cart .dropdown-menu ul {
  margin: 0px;
}
#cart .dropdown-menu #cart-total {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 2px 20px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #ccc;
}
#cart .dropdown-menu .cart-dorpdown-items {
  max-height: 170px;
  overflow: auto;
}
#cart .dropdown-menu .cart-dorpdown-items .item {
  padding: 12px 2px;
  display: table;
  width: 100%;
}
#cart .dropdown-menu .cart-dorpdown-items .item > * {
  display: table-cell;
  vertical-align: top;
}
#cart .dropdown-menu .cart-dorpdown-items .item > *:first-child {
  width: 70px;
}
#cart .dropdown-menu .cart-dorpdown-items .item + .item {
  border-top: 1px solid #ccc;
}

#cart .dropdown-menu .cart-dorpdown-items .item-name {
  padding-right: 10px;
}
#cart .dropdown-menu .cart-dorpdown-item-charges > span {
  display: block;
}

#cart li p {
  margin: 0px;
}

#cart .item-details {
  padding-left: 8px;
}

#cart .item-details button[onclick^="cart.remove"] {
  position: relative;
}

#cart .item-details button[onclick^="cart.remove"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
}

#cart .cart-dorpdown-indicator {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
  background-color: rgba(255, 255, 255, 0.2);
}


@media (max-width: 767px) {
  #cart .cart-dorpdown-indicator {
    padding: 10px 0px;
  }
}

#cart .cart-dorpdown-footer,
#cart .cart-dropdown-order-totals,
#cart .cart-dorpdown-items {
  height: 100%;
  max-height: 200px;
  overflow: auto;
}

#cart .cart-dorpdown-footer .item,
#cart .cart-dropdown-order-totals .item,
#cart .cart-dorpdown-items .item {
  padding: 8px;
  display: table;
  width: 100%;
}

#cart .cart-dorpdown-footer .item table,
#cart .cart-dropdown-order-totals .item table,
#cart .cart-dorpdown-items .item table {
  margin: 0px;
}

#cart .cart-dorpdown-footer {
  min-width: 0px;
}

#cart .cart-dorpdown-footer .btn {
  padding: 12px !important;
  min-width: auto !important;
  width:100%;
}

#cart .cart-dorpdown-footer > .btn-view-cart {
  width: 50%;
  float: left;
  clear: none;
}
#cart .cart-dorpdown-footer > .btn-checkout {
  width: 50%;
  float: left;
  clear: none;
}

#cart .cart-dorpdown-footer > * + * {
  margin-left: 10px;
}

#cart .cart-dropdown-empty {
  padding: 20px 20px 25px;
}

#cart .cart-dropdown-empty i {
  font-size: 32px;
  margin-bottom: 10px;
}

#cart .free-shipping-indicator {
  vertical-align: top !important;
  white-space: normal;
}

#cart .free-shipping-indicator .free-shipping-text {
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color:#035090;
    margin-bottom: -5px;
    line-height: 18px;
}

#cart .free-shipping-indicator .free-shipping-group {
  position: relative;
  padding-top:  10px;
}

#cart .free-shipping-indicator .free-shipping-text .fs-notif {
  display: flex;
  align-items: center;
}
#cart .free-shipping-indicator .free-shipping-text .fs-notif .fs-text {
  margin-left: 10px;
}

.sprite-car {
    background-image: url(../image/car.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 42px 20px;
    width: 42px;
    height: 20px;
    background-position: 0px 0px;
}

#cart .free-shipping-indicator .free-shipping-group > * {
  display: inline-block;
  vertical-align: middle;
}

#cart .free-shipping-indicator .free-shipping-icon {
  width: 38px;
  height: 38px;
  border-radius: 38px;
  background: linear-gradient(to left, #005CAA 0%, #009ee0 120%);
  position: relative;
  margin-left: -8px;
}
#cart .free-shipping-indicator .free-shipping-icon i::before {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% + 2px);
  transform: translate(-50%, -50%) scaleX(1);
  color: #fff;
  font-size: 20px;
}
#cart .free-shipping-indicator .free-shipping-progress {
  background: #c5c5c5;
  padding: 1px 0px;
  padding-right: 0px;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;

}
#cart .free-shipping-indicator .free-shipping-progress .free-shipping-progress-bar {
  height: 10px;
  width: 0px;
  display: block;
  background: linear-gradient(to left, #009ee0 0%, #005CAA 120%);
  border-radius: 50px;
  transition: all 0.3s;
}
#cart .free-shipping-indicator .free-shipping-progress.freed + .free-shipping-icon {
  background: linear-gradient(to left, #005CAA 0%, #009ee0 120%);
}
#cart .free-shipping-indicator .free-shipping-progress.freed + .free-shipping-icon i:before {
  color: linear-gradient(to left, #005CAA 0%, #009ee0 120%);
}
#cart .free-shipping-indicator .free-shipping-label {
  position: absolute;
  bottom: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  background: #005FAA;
  color: #faef07;
  padding: 0px 6px;
  border-radius: 3px;
}
#cart .free-shipping-indicator .free-shipping-label:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #005FAA;
}
#cart .free-shipping-indicator .free-shipping-progress i {
    position: absolute;
    margin-top: -13px;
    font-size: 22px;
    color: #005CAA;
}

#cart.slide-out-cart .dropdown-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0px;
  right: 0px;
  left: auto;
  bottom: auto;
  height: 100vh; /* fallback for older browsers */
  height: 100dvh;
  margin-top: 0px;
  transition: all 0.3s;
  transform: translate(100%, 0px);
  overflow: hidden;
  padding: 0px;
  -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.9);

}
#cart.slide-out-cart .dropdown-menu .cart_close {
  position: relative;
  transform: none;
  background: none;
}
#cart.slide-out-cart .dropdown-menu .cart-dorpdown-items {
  padding-left: 0px;
  padding-right: 0px;
  max-height: none;
  height: 100%;
  align-items: stretch;
}
#cart.slide-out-cart .dropdown-menu .cart-header {
  margin-bottom: 0px;
  border-bottom: 1px solid #eee;
  display: table;
  width: 100%;
  color: #fff;
  background: -moz-linear-gradient(to left, #005CAA 0%, #009EE0 150%);
    background: -webkit-linear-gradient(to left, #005CAA 0%, #009EE0 150%);
    background: linear-gradient(to left, #005CAA 0%, #009EE0 150%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0d6eb5', endColorstr='#209cd8', GradientType=0);

}
#cart.slide-out-cart .dropdown-menu .cart-header > * {
  display: inline-block;
  vertical-align: middle;
}
#cart.slide-out-cart .dropdown-menu .cart-header .cart-header-text {
  padding: 12px 50px 12px 0px;
  width: calc(100% - 50px);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}


#cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals table {
  margin-bottom: 0px;
}
#cart.slide-out-cart .dropdown-menu .cart-dorpdown-footer,
#cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals {
  height: auto;
  max-height: none;
  overflow: initial;
  flex: 0 0 auto;
}
#cart.slide-out-cart .dropdown-menu .cart-dorpdown-footer {
  padding: 12px;
  flex: 0 0 auto;
}
#cart.slide-out-cart #btn-cart::before {
  content: '';
  width: 0px;
  height: 100vh;
  position: fixed;
  top: 0px;
  right: 0px;
  left: auto;
  bottom: auto;
  z-index: 1;
  background: transparent;
  transition: background 0.3s;
  border-bottom-left-radius: 25px;
}
#cart.slide-out-cart.open-custom {
  z-index: 3;
}
#cart.slide-out-cart.open-custom #btn-cart::before {
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
}
#cart.slide-out-cart.open-custom .dropdown-menu {
  transform: translate(0px, 0px);
}

.sprite-remove {
    background-image: url(../image/btn-remove.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    background-position: 0px 0px;
}
.btn-remove {
  padding: 0px;
  border: 0px;
}
#cart .btn-remove {
  background: transparent;
}
.btn-view-cart {
  background: #fff;
  text-transform: uppercase;
  letter-spacing: .5px;
  color:#035090;
  border:2px solid #035090;
}
.btn-checkout {
  background: #035090;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #faef07;

}
.btn-view-cart:hover, .btn-view-cart:focus, .btn-view-cart:active {
  background: #faef07;
  text-transform: uppercase;
  letter-spacing: .5px;
  color:#035090;
}
.btn-checkout:hover, .btn-checkoutt:focus, .btn-checkout:active {
  background: #faef07;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #035090;

}
#cart.slide-out-cart .cart-dorpdown-items table tr td {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: none;
  font-size: 15px;
  line-height: 20px;
  vertical-align: middle;
}
#cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals table tr {
    font-size: 15px;
    letter-spacing: .5px;
}
#cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals table tr td{
    padding: 2px 15px 2px 0px;
    background:none;
    color:  #005FAA;
    border-top:1px solid #eee;
}

#cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals table tr:nth-last-child(2) {
   font-size: 17px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;

}
#cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals table tr:nth-last-child(2) td {
  color:  #035090;
}

#cart.slide-out-cart .dropdown-menu .secured-chekout {
  padding: 10px;
  text-align: center;
  background: #eee;
}

.btn.btn-decrement {
  background: #005FAA;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #eee;
}
.btn.btn-increment {
  background: #035090;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #eee;
}

.btn.btn-decrement {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.btn.btn-increment {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;  
}
.qty {
    display: block;
    width: 100%;
    padding: 0.35rem 0.25rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.8;
    box-shadow: none;
    border: 0px;
}
.qty-group {
  margin-top: 10px;
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y:hidden !important;
}
.swal2-popup .swal2-content {
  font-size: 15px !important;
}
.swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
    background: initial;
    background-color: #0C5B6E;
    font-size: 15px !important;
    padding: 10px 25px !important;
    line-height: 15px !important;
    background: #035090 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #faef07;
    font-size: 14px;
}

#cart .dropdown-menu .pull-right table {
  border-color:#fff !important;
  background: transparent !important; 
}
#cart .dropdown-menu .pull-right table td, #cart .dropdown-menu .pull-right table th {
  background: transparent !important;  
}
#cart .dropdown-menu .pull-right table th {
  text-transform: uppercase;
  color: #004A5C !important;
}
#cart .cart-dorpdown-items .name {
    font-size: 14px;
}
.input-group.cart-coupon {
  background: #eee;
  padding: 10px;
}


/*end of side cart*/


/*sidr*/

.header-mobile-links .fa {
    font-size: 28px;
    color: #004A5C;
}
.sidr {
  width: 260px;
  box-shadow: none;
  z-index: 100;
  background: #035090;
}

.header-mobile-links {
        display:none;
}

@media (max-width: 991.5px) {

  .header-mobile-links {
    display: block!important;
    
  }
  .header-actions.flex > div a {
    cursor: pointer;
    position: relative;
  }

  #mobileNav::before {
    content: '';
    width: 0px;
    height: 100vh;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 10;
    opacity: 0;
    background: transparent;
    transform: translateX(50%);
    transition: opacity 0.3s;
  }
  .sidr-custom-open #mobileNav::before {
    content: '';
    width: 100%;
    opacity: 1;
    transform: translateX(0%);
    background: rgba(0, 0, 0, 0.7);
  }
  .sidr-custom-open.closing #mobileNav::before {
    opacity: 0;
    transition: all 0.3s;
  }
  .header-menu {
    order:-1;
  }
   .sidr #menu ul {
    width: 100%;
  }
   .sidr #menu ul.nav li.nav-item a {
    color: #fff;
    padding: 10px 15px 10px 15px;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-top:1px solid #a1a1a147;
  }
   .sidr #menu ul.nav li.nav-item:last-child a {
    border-bottom:1px solid #a1a1a147;
  }
   .sidr #menu ul.nav li.nav-item a:hover{
  background-color:#9dcdd1;
  color: #0d5b6f;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  }


}


.sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;  
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
}
.sidr.sidr-right {
    left: auto;
    right: -260px;
}
.sidr.sidr-left {
    left: -260px;
    right: auto;
}


.cd-accordion-menu {
    background: #fdc415;
}

.cd-accordion-menu a, .cd-accordion-menu label {
    background: #fdc415;
}

.header-mobile .mobile-account {
    border-color: #ffffff;
}

.header-mobile .mobile-account>a+a {
    border-color: #ffffff;
}

.cd-accordion-menu ul a, .cd-accordion-menu ul label {
    background: #4ee1c0;
}

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

@media (min-width: 992px) {
  body {
    position: relative !important;
    left: 0px !important;
    width: 100% !important;
  }
  .fixed-header {
    left: 0px !important;
  }
  #sidr {
    display: none !important;
  }
}

.header-mobile .mobile-account {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #a1a1a147;
}

.header-mobile .mobile-account > a {
  flex: 1 1 auto;
  text-align: center;
  text-overflow: ellipsis;
  display: block;
  color: white;
  font-size: 16px;
  padding: 10px 10px;
}

.header-mobile .mobile-account > a i {
  font-size: 16px;
}

.header-mobile .mobile-account > a + a {
  border-left: 1px solid #a1a1a147;
}

.header-mobile .mobile-search {
  padding: 18px 10px;
}

.header-mobile .mobile-search .search-custom input {
  height: 34px;
  width: calc(100% - 42px);
}

.header-mobile .mobile-search .search-box {
  width: 100%;
}
.cd-accordion-menu a, .cd-accordion-menu label {
    position: relative;
    display: block;
    padding: 18px;
    background: #4d5158;
    color: #fff;
    font-size: 1.6rem;
    margin: 0;
    border-bottom: 1.5px solid #5a5a5a;
}
header {
    background: rgb(13, 110, 181);
    /* Old browsers */
    background: -moz-linear-gradient(to left, #005CAA 0%, #009EE0 150%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to left, #005CAA 0%, #009EE0 150%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, #005CAA 0%, #009EE0 150%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0d6eb5', endColorstr='#209cd8', GradientType=0);
    /* IE6-9 */
}


/*end of sidr*/
.header-container {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 180px 163px 48% 210px 1fr;
    -ms-grid-columns: 180px 163px 48% 210px 1fr;
    grid-template-rows: auto;
    -ms-grid-rows: auto;
    padding:10px;
}
.header-container #logo {
    grid-column: 1 / 2;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.header-container #tagline_logo {
    grid-column: 2 / 2;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-left: 20px;
}
.header-container .mycart {
   grid-column: 5 / 5;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right; 
    padding-left: 20px;
}
.header-container .search {
    grid-column: 3 / 3;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-left: 20px;
}
.header-container .myaccount {
    grid-column: 4 / 5;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-left: 20px;
    position: relative;
}

.header-container .myaccount .account-dropdown {
    width: 90%;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    color: #fff;
    background: #035090;
    border: 1px solid #91ddff;
    margin-top: 65px;
}

.header-container .myaccount .account-dropdown li a{
  color: #fff !important;
}

.header-container .myaccount:hover .dropdown-menu {
    display: block;

}

.header-container .myaccount .account-dropdown li:hover a {
    border-radius: 5px !important;
    background: #003969 !important;
}

.header-container .myaccount .account-dropdown li a:focus{
  color: #fff !important;
  background: 003969 !important;
}

.header-container .myaccount .dropdown-toggle::after {
    display: none; /* removes default arrow */
}

.header-container .myaccount:hover .account-dropdown {
    animation: slideDown 0.2s ease-in-out;
}

/* keyframes animation for account dropdown (slide down) */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* apply animation to account dropdown */
.sprite-cart {
    background-image: url(../image/cart.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 30px 24px;
    width: 30px;
    height: 24px;
    background-position: 0px 0px;
    margin: 0 auto;
}
.sprite-search {
    background-image: url(../image/search.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 57px 57px;
    width: 57px;
    height: 57px;
    background-position: 0px 0px;
    margin: 0 auto;
}
.sprite-myaccount {
    background-image: url(../image/myaccount.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 43px 41px;
    width: 43px;
    height: 41px;
    background-position: 0px 0px;
    margin: 0 auto;
}
#btn-cart {
    background: #91ddff;
    border: 1px solid #91ddff;
    border-radius: 6px;
    padding: 5px 12px 0px 12px;
    cursor: pointer;
}
#cart-items {
    position: absolute;
    background: #faef07;
    color: #005FAA;
    border-radius: 50px;
    font-size: 11px;
    padding: 0px 7px;
    top: -7px;
    right: -5px;
    font-weight: bold;
    letter-spacing: 1px
}
#cart-total {
    color: #005FAA;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px  
}
#header_search {
  min-height: 57px;
  border:0px;
}
.btn-unstyled {
  border:0px;
  margin:0px;
  padding:0px;
  border-radius: 6px;
}
.account-button {
  border: 1px solid #91ddff;
    border-radius: 6px;
    overflow: hidden;
    background: #91ddff;  
}
.text-section .main-text, .text-section .sub-text {
  width: 100%;
  display:block;
  
}
.text-section .main-text {
    font-size: 16px;
    font-weight: 600;
    color: #ebebeb;
    letter-spacing: 1px;
    height: 60%;
    line-height: 32px;
    background: #005CAA;
}
.text-section {
  width: 100%;
}
.text-section .sub-text {
  background: #003969;
  color: #E0E7ED;
  font-size: 12px;
  letter-spacing: .5px;
  height: 40%;
}

.icon-section {
  /*background-color: #91ddff;*/
  padding:7px;
}

.flex {
  display: flex;
}
.form-control:focus {
    outline: 0;
    box-shadow:none;
}
.darkblue {
  background: #035090;
}
.cdarkblue {
  color: #035090;
}
.cgray {
  color: #828990;
}
.cdarkgray {
  color:#7C7C7C;
}
.clightblack {
  color: #555555;
}
.no-border-radius {
  border-radius: 0px;
}
.fixed-header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    left: 0px;
    top: 0px
}

.fixed-header {
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}

/* Hide header/filter by moving them up */
.hide-header {
    transform: translateY(-100%);
}

.hide-filter {
    transform: translateY(-100%);
}

/*Bootstrap Reset*/
.navbar-nav > li > a{padding-top:0;padding-bottom:0}
.mainmenu{background-color:transparent;border-color:transparent;margin-bottom:0;border:0!important}
.navbar-nav > li:last-child > a{padding-right:0;margin-right:0}
.dropdown-menu{padding:0;margin:0;border:0 solid transition!important;border:0 solid rgba(0,0,0,.15);border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important}
.navbar-nav .show .dropdown-menu > li > a{padding:16px 15px 16px 25px;}
.header_bottom{background:#035090}
.header_area .header_bottom .mainmenu a, 
.navbar-default .navbar-nav > li > a, 
.header_area .header_bottom .mainmenu ul li a {
  color: #003A6A;
    font-size: 15px;
    text-transform: capitalize;
    padding: 8px 25px;
    letter-spacing: 0.5px;
      display: flex;
  align-items: center;
  justify-content: space-between;
  }
.header_area .header_bottom .mainmenu .nav > li.nav-item > a {
    color:#fff;
}
.header_area .header_bottom .mainmenu ul li a:hover, .header_area .header_bottom .mainmenu ul li a:focus {
color: #fff;
}
.header_area .header_bottom .mainmenu ul.dropdown-menu.level2 li:first-child,.header_area .header_bottom .mainmenu ul.dropdown-menu.level3 li:first-child {
  border-bottom: 1px solid #e1e1e1;
}
.header_area .mainmenu .active a,.header_area .mainmenu .active a:focus,.header_area .mainmenu .active a:hover,.header_area .mainmenu li a:hover,.header_area .mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{color: #fff;background: #003969;outline: 0;}
/*-----./ Main Menu-----*/

.navbar-default .navbar-toggle { border-color: #fff } /*Toggle Button*/
.navbar-default .navbar-toggle .icon-bar { background-color: #fff } /*Toggle Button*/

/*==========Sub Menu=v==========*/
/*.mainmenu .collapse ul > li:hover > a{background: #003969;}
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{background: #4CAF50;}
.mainmenu .collapse ul ul ul > li:hover > a{background: #4CAF50;}*/

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{background:#ededed;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background:#ededed}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background:#ededed}

/******************************Drop-down menu work on hover**********************************/
.mainmenu .collapse ul li > ul.dropdown-menu { display: none; }

.mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;}
@media only screen and (min-width: 767px) {
.mainmenu .collapse ul li > ul.dropdown-menu.show{display:block; margin-top:0px;}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:280px;display:none}
/*******/
.mainmenu .collapse ul ul li{position:initial;}
/*.mainmenu .collapse ul ul li:hover> ul{display:block}*/
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:280px;display:none; }
/*******/
.mainmenu .collapse ul ul ul li{position:initial}
/*.mainmenu .collapse ul ul ul li:hover ul{display:block}*/
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:100%;min-width:280px;display:none;z-index:1; }

}
@media only screen and (max-width: 767px) {
.mainmenu .collapse {display: block;}
.mainmenu .collapse ul li > ul.dropdown-menu.show{display:block; margin-top:0px;}
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
}

/* Base link styling */
.mainmenu .nav > li > a,
.mainmenu .dropdown-menu a {
    position: relative;
    overflow: hidden;
}

/* Progress bar */
.mainmenu .nav > li > a::after,
.mainmenu .dropdown-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #91ddff; /* change color if needed */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}

/* Hover effect */
.mainmenu .nav > li > a:hover::after,
.mainmenu .dropdown-menu a:hover::after {
    transform: scaleX(1);
}

.btn-primary {
    background-color: #005FAA;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: 0px;
    padding: 8px 30px !important;
    letter-spacing: 0.5px;
    
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color:#035090;
  color: #faef07 !important;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.btn-light {
    background-color:#C3C3C3;
    color: #f7f7f7;
    text-transform: uppercase;
    font-size: 14px;
    border: 0px;
    padding: 8px 30px !important;
    letter-spacing: 0.5px;
    
}
.btn-light:hover, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  background-color:#035090;
  color: #faef07 !important;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.btn-danger {
    background-color:#da4f49;
    color: #f7f7f7;
    text-transform: uppercase;
    font-size: 14px;
    border: 0px;
    padding: 8px 30px !important;
    letter-spacing: 0.5px;
    
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  background-color:#a43b37;
  color: #f7f7f7 !important;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.btn-info {
    background-color:#005FAA;
    color: #f7f7f7;
    text-transform: uppercase;
    font-size: 14px;
    border: 0px;
    padding: 8px 30px !important;
    letter-spacing: 0.5px;
    
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-color:#035090;
  color: #f7f7f7 !important;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.pp-2 {
  padding-left: 5px;
  padding-right: 5px;
}

.btn-autocomplete{
    background: #005FAA;
    color:#fff;
}
.btn-autocomplete:hover{
    background: #035090;
    color:#faef07;
}


.product-image-main .main-image-pop.slick-slide img.main_images { 
    width:100% !important;
    border-radius: 6px;
}
.product-image-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-image-main-container {
  width: 80%;
}
.product-image-additional-container {
  width: 20%;
  text-align: center;
}
.product-image-additional {
    padding-top:10px;
}
.product-image-additional .slick-slide img {
  border: 1px solid #eee;
  border-radius: 6px;
  margin-top: 10px;
  background: #fff;
}
.product-information-guide .title {
  background: #7C7C7C;
  padding: 10px 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; 
}
.product-information-guide .title h4 {
  color: #fff;  
}
.product-information-guide .accordion-button {
  font-size: 16px;
  color: #444;
}
.product-image-additional .slick-slide img {
  display: inline-block !important;
}
.product-info-top-gray {
  border: 2px solid #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 0px 15px;
}
.product-info-bottom-white {
  border: 2px solid #fff;
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 15px 15px;
}
.product-info-top-gray h1 {
  color: #035090;
}
.product-info-top-gray .flex {
  place-content:space-between;
}
.product-code span{
  letter-spacing: .2px;
}
.product-info-bottom-white .price-new {
  font-size: 32px;
}
.product-info-bottom-white {
  display: flex;
  place-content:space-between;
}
.save-badge {
  display: inline-flex;
  align-items: center;
  font-weight: bolder;
  overflow: hidden;
  background-color: #F20000;
  padding: 2px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.save-label {
  background-color: #FFEA00;
  color: #F20000;
  padding: 1px 8px;
  font-size: 15px;
  font-weight: bolder;
  letter-spacing: 1px;
  line-height: 23px;
}

.save-amount {
  background-color: #F20000;
  color: #fff;
  padding: 0px 12px;
  font-size: 14px;
  font-weight: bolder;
  letter-spacing: 1px;
}
.save-badge-thumb {
  background-color: #F20000;
  text-align: center;
  border-radius: 6px;
    overflow: hidden;

}
.save-label-thumb {
  background-color: #FFEA00;
    color: #F20000;
    display: block;
    font-size: 15px;
    font-weight: bolder;
    letter-spacing: 1px;
    border: 2px solid #f20000;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
        line-height: 20px;
  }
.save-amount-thumb {
  background-color: #F20000;
  color: #fff;
  display: block;
  font-size: 15px;
    font-weight: bolder;
    letter-spacing: 1px;
        line-height: 22px;
}

.price-flex {
  display: flex;
  align-items: center;
}
.price-flex .badged {
  width: 35%;
}
.price-flex .price {
  width: 65%;
}

.product-thumb .rrp-price {
  display: block;
  font-size: 16px;
  color: #7E7E7E;
  line-height: 18px;
}

.product-info-bottom-white > .price-left {
  display: flex;
  align-items: center;
}
.product-info-bottom-white .rrp-price {
    padding-left: 10px;
    font-size: 17px;
    color: #7C7C7C;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #003A6A;
  opacity: 0.4;
  border-radius: 4px; /* Set to 0 for sharp rectangles */
  margin: 0 4px;
  transition: all 0.3s ease;
}
 
.swiper-pagination-bullet-active {
  background-color: #003A6A !important;
  opacity: 1;
  width: 16px;
}
#swiper-custom .control-btn {
    font-size: 22px;
    vertical-align: middle;
    color: #003A6A;
    margin-right: 10px;
    cursor: pointer;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px !important;
    font-weight: bold !important;
}
.swiper-button-next, .swiper-button-prev {
    color: #003A6A !important;
}

/* OUTER border (same as card background) */
  
.product-label-outer {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 2;

}  

/* INNER label (blue) */
.product-label {
  color: white;              /* Text color */
  padding: 4px 10px;
  position: relative;
  margin-bottom: 2px;
  overflow: hidden; 
  border-radius: 0 0 5px 5px;        /* Optional rounded corners */
  text-align:center;
  font-size:12px;
  text-transform: uppercase;
  font-weight:700;
}

.product-label2 {
  color: white;              /* Text color */
  padding: 4px 10px;
  position: relative;
  margin-bottom: 2px;
  overflow: hidden; 
  border-radius: 5px;        /* Optional rounded corners */
  text-align:center;
  font-size:12px;
  text-transform: uppercase;
  font-weight:700;
}

.product-label2::after {
  content: '';
  position: absolute;
  top: 2px;       /* Distance from top */
  left: 2px;      /* Distance from left */
  right: 2px;     /* Distance from right */
  bottom: 2px;    /* Distance from bottom */
  border: 2px solid white; /* Inner border color */
  pointer-events: none;    /* So content remains clickable/selectable */
  border-radius: 5px;        /* Optional rounded corners */
}

.product-label::after {
  content: '';
  position: absolute;
  top: 0px;       /* Distance from top */
  left: 2px;      /* Distance from left */
  right: 2px;     /* Distance from right */
  bottom: 2px;    /* Distance from bottom */
  border: 2px solid white; /* Inner border color */
  border-top: 0;
  pointer-events: none;    /* So content remains clickable/selectable */
  border-radius: 0 0 5px 5px;        /* Optional rounded corners */
}


.pp-product-label-main{
  position: absolute; 
  right: 20px;
  top:0; 
  z-index:2;
}

.pp-product-label {
    color: white;              /* Text color */
    padding: 5px 15px;
    position: relative;
    margin-bottom: 3px;
    overflow: hidden; 
    border-radius: 0 0 5px 5px;        /* Optional rounded corners */
    text-align:center;
    font-size:14px;
    text-transform: uppercase;
    font-weight:700;
  letter-spacing: 1.5px;
}

.pp-product-label2 {
    color: white;              /* Text color */
    padding: 5px 15px;
    position: relative;
    margin-bottom:3px;
    overflow: hidden; 
    border-radius: 5px;        /* Optional rounded corners */
    text-align:center;
    font-size:14px;
    text-transform: uppercase;
    font-weight:700;
    letter-spacing: 1.5px;
}

.pp-product-label::after {
    content: '';
    position: absolute;
    top: 0px;       /* Distance from top */
    left: 2px;      /* Distance from left */
    right: 2px;     /* Distance from right */
    bottom: 2px;    /* Distance from bottom */
    border: 2px solid white; /* Inner border color */
    border-top: 0;
    pointer-events: none;    /* So content remains clickable/selectable */
    border-radius: 0 0 5px 5px;        /* Optional rounded corners */
}

.pp-product-label2::after {
    content: '';
    position: absolute;
    top: 2px;       /* Distance from top */
    left: 2px;      /* Distance from left */
    right: 2px;     /* Distance from right */
    bottom: 2px;    /* Distance from bottom */
    border: 2px solid white; /* Inner border color */
    pointer-events: none;    /* So content remains clickable/selectable */
    border-radius: 5px;        /* Optional rounded corners */
}

.text-home-blue{
  color: #035090;
  letter-spacing:1px;
}

body.common-home h3{
  letter-spacing:1px;
  font-weight: 600;
  color: #035090;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute !important;
    top: 0% !important;
    width: 35px !important;
    height: 100% !important;
    margin-top: 0px !important;
    z-index: 10 !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000015;
}
.swiper-button-prev {
    left: 6px !important;
    right: auto;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.swiper-button-next {
    right: 6px !important;
    left: auto;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination {
    display: inline-flex;
    align-items: center;
    padding: 4em 0em;

}
.pagination li.page-item {
    margin: 10px 5px;
}
.page-item:first-child .page-link,.page-item:last-child .page-link {
     border-radius: 0px; 
}
.pagination li.page-item a {
    padding: 5px 20px;
    border:none;
    color: #505050;
    font-weight: bold;

}
.pagination li.page-item.active span {
    padding: 5px 20px;
    background: #fff;
    color: #035090;
    border: none;
    border-bottom: 2px solid #035090;
    font-weight: bolder;
}

.process-page-progress {
    margin: 12px 0 !important;

}

input.form-control {
    padding: 0.35rem 0.75rem;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 22px;
    height: 42px !important;
}
.ve-input {
    font-family: "WorkSans-Regular", sans-serif !important;
    padding: 0.35rem 0.75rem;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 22px;
    height: 42px !important;
}
.ve-field .ve-label {
    font-family: "WorkSans-Regular", sans-serif !important;
}

.qc-payment-address .ve-field .ve-label, .qc-shipping-address .ve-field .ve-label{
    display:none !important;
}
.ve-input[type=text], .ve-input[type=email], .ve-input[type=password], .ve-input[type=time], .ve-input[type=date], .ve-input[type=datetime], .ve-input[type=tel] {
  box-shadow: none !important;
}

#payment_address_fields .ve-field:nth-child(4),#payment_address_fields .ve-field:nth-child(6),#payment_address_fields .ve-field:nth-child(7),#payment_address_fields .ve-field:nth-child(8), #payment_address_fields .ve-field:nth-child(10), #payment_address_fields .ve-field:nth-child(12)  {
    color:  #000;
    background:   #000;
    margin-bottom:  0px;
}

.qc-spinner:before {
    top: 20% !important;
}
body.common-home footer {
    margin-top:0px;
}

#payment_method_list .ve-field .qc-title, #shipping_method_list .radio-input .qc-title {
  display: none;
}
.script-direct {
  display: flex;
  flex-wrap: wrap;         
    justify-content: space-between;
    align-items: center;
 
}
.script-direct .box {
  border-radius: 6px;
  text-align: center;
}
.script-direct .box:first-child {
  padding-left: 0px;
}
.script-direct .box .icon {
    background: #005FAA;
    padding: 20px 3em;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
}
.script-direct .box .title {
background: #e2e7ed;
padding: 15px 10px;
border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
}
.script-direct .box .title span {
  font-size: 15px;
  font-weight: bolder;
  color: #005FAA;
}
.bg-flash {
  background: #91DCFF;
}
.swiper-button-prev[aria-disabled="true"] {
  display: none;
}
.swiper-button-next[aria-disabled="true"] {
  display: none;
}
.homepage-flex {
  display: flex;
  align-items: center;
}
.homepage-flex img {
    width: 50%;
}
.homepage-flex .details {
    width: 50%;
    padding-left: 2em;
}
.homepage-flex .details h1 {
    letter-spacing: 1px;
    font-weight: bolder;
    color: #035090;
    text-transform: uppercase;
    font-size: 42px;
    margin: 0;
}
.homepage-flex .details h2 {
    letter-spacing: 1px;
    font-weight: bolder;
    color: #005CAA;
    font-size: 22px;
    margin: 0;
}

.account-account.list-group a {
    width: 100%;
    border: none;
    border: 2px solid #E1E7EC;
    background-color: var(--bs-tertiary-bg);
    color: #005FAA;
    line-height: 22px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
}
.account-account.list-group a:hover {
  text-decoration: none;
  cursor: pointer;
  background-color:#035090;
  border: 2px solid #E1E7EC;
  color: #faef07;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.personal-info {
  padding: 2em 2em 3em 2em;
    border-radius: 6px;
    background: #fff;
}
body.account-edit div#content, body.account-password div#content, body.account-address div#content, body.account-order div#content, body.account-returns div#content, body.account-newsletter div#content, body.account-address\.form div#content {
  padding: 2em 2em 3em 2em;
    border-radius: 6px;
    background: #fff;  
}
.personal-info .name {
      letter-spacing: 1px;
    font-weight: bolder;
    color: #035090;
    font-size: 22px;
    line-height: 22px;
}
.personal-info .msg {
    letter-spacing: 1px;
    font-weight: bolder;
    color: #005FAA;
    font-size: 14px;
    line-height: 22px;
}
.personal-info h1,body.account-edit div#content h1,body.account-password div#content h1, body.account-address div#content h1, body.account-order div#content h1, body.account-returns div#content h1, body.account-newsletter div#content h1, body.account-returns\.add div#content h1 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.personal-info hr {
  color:#cacaca;
}
.personal-info .fa-lg  {
    color: #035090;
    font-size: 22px;
}
.personal-info p.mb-0 {
  color: #035090;
}
.personal-info .card {
  border-radius: 6px;
  border: 1px solid #E1E7EC;
}
.personal-info h6 {
  font-weight: bolder;
}


/* Custom mobile menu slide animations */
@media (max-width: 767px) {
  .nav-item.dropdown .dropdown-menu {
    position: relative;
    transition: transform 0.3s ease;
  }
  .nav-item.dropdown .dropdown-menu:not(.show) {
    transform: translateX(-100%);
  }
  .nav-item.dropdown .dropdown-menu.show {
    transform: translateX(0);
  }
}
/* Blog Section */
#blogs h1.blog-title{
  font-size: 37px;
  font-weight: bolder;
  letter-spacing: .5px;
  color: #035090 !important;
  margin-bottom: 10px;
}
#blogs .text-primary {
  color: #035090 !important;
}
#blogs .card-footer .blog-meta span {
    color: #7c7c7c;
}
#blogs .card-footer .blog-meta {
    color: #7c7c7c;
}
/* #blogs .card-footer .btn {
    margin-right: 0px;
    font-size: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #009ade;
    color: white;
    border: 2px solid #005FAA;
} */
#blogs .card-body .card-title {
  font-size: 20px;
  font-weight: 700;
  color: #035090 !important;
}
#blogs .card-body .card-text {
    /* font-weight: 600; */
    color: #505050;
    margin-top: -10px;
    text-align: justify; 
}

      nav[aria-label="Blog page navigation"] {
        display: flex;
        justify-content: center;
        width: 100%;
      }
      .pagination {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
      }
      .pagination .page-item {
        margin: 0 0.2em 0.5em 0.2em;
      }
      .pagination .page-item.active .page-link {
        color: #222;
        border-bottom: 2px solid #00aaff;
        font-weight: bold;
        background: none;
      }
      .pagination .page-link {
        color: #888;
        border: none;
        background: none;
        font-size: 1.1em;
        padding: 0.2em 0.7em;
        border-bottom: 2px solid transparent;
        transition: border-color 0.2s;
        min-width: 2.2em;
        text-align: center;
      }
      .pagination .page-item.disabled .page-link {
        color: #ccc;
        pointer-events: none;
        background: none;
      }
      @media (max-width: 576px) {
        .pagination .page-link {
          font-size: 1em;
          padding: 0.2em 0.5em;
          min-width: 1.8em;
        }
        .pagination .page-item {
          margin: 0 0.1em 0.3em 0.1em;
        }
      }
      @media (max-width: 768px) {
        .blog-card .btn.btn-primary {
          width: 100%;
          font-size: 1em;
          padding: 0.6em 0;
          margin-top: 0.5em;
        }
      }
      @media (max-width: 767px) {
        #blogs .card-footer .btn {
        padding: 5px 15px !important;
        font-size: 16px;
        min-width: unset !important;
        width: unset;
        }
      }
      @media (max-width: 480px) {
        .blog-card .btn.btn-primary {
          font-size: 0.95em;
          padding: 0.5em 0;
        }
      }
      .blog-card .btn.btn-primary {
        min-width: 120px;
        white-space: nowrap;
        transition: background 0.2s, color 0.2s;
      }
.blog-card {
  border: 2.5px solid #e3e3e3;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.blog-card:hover, .blog-card:focus {
  box-shadow: 0 4px 16px rgba(0,159,227,0.15);
  border-color: #005faa;
}
/* .blog-card:hover .card-header, .blog-card:focus .card-header {
  background: #005faa !important;
  color: #fff !important;
} */
.blog-card:hover .blog-brand, .blog-card:focus .blog-brand {
  color: #fff;
}
.blog-card:hover .blog-date, .blog-card:focus .blog-date {
  color: #005faa;
}
#blogs .blog-card:hover .blog-brand {
    color: #ffffff !important;
}
 
  .blog-banner-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 0;
  }

  .blog-info-section {
    background: #f8f9fa;
  }
  .blog-info-badge {
    background: #005faa;
    color: #fff;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
  }
  .blog-info-badge .pharmacy {
    color: #ffffff;
    font-weight: bold;
  }
  .blog-info-badge .direct {
    color: #ffea00;
    font-weight: bold;
  }
  .blog-info-title {
    color: #005faa;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .blog-info-stats {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #6b7280;
    font-size: 14px;
  }
  .blog-info-stats i {
    color: #005faa;
  }
  .blog-info-stats span {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .blog-banner-image {
  background-size: cover;
  background-position: center;
}
.blog-banner-content {
  display: flex;
  align-items: center;
}
.blog-banner-title {
  /* Add any specific styles if needed */
}
.blog-info-title {
  font-weight: bold;
}
.user-comments-section-full-bg {
  padding: 4em 0em;
    background: #fff;
    margin-top: 4em;
}
.user-comments-section-full-bg h2 {
  color: #005faa;
  font-weight: bold;
  margin-bottom: 32px;
}
.user-comment-date {
  color: #374151;
  font-size: 18px;
  margin-bottom: 16px;
}
.user-comment-hr {
  border: none;
  border-top: 2px solid #e5e7eb;
  margin: 0 0 32px 0;
}
.user-comment-row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 40px;
}
.user-comment-avatar {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  object-fit: cover;
  background: #e0e7ef;
}
.user-comment-main {
  flex: 1;
}
.user-comment-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.user-comment-author {
  font-weight: bold;
  font-size: 1.25rem;
  color: #22223b;
}
.user-comment-time {
  color: #6b7280;
  font-size: 1.1rem;
  font-weight: 500;
}
.user-comment-text {
  color: #22223b;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 16px;
}
.user-comment-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}
.user-comment-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 2px solid #d1d5db;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 1rem;
  color: #374151;
  font-weight: 500;
  cursor: pointer;
  transition: border 0.2s;
}
.user-comment-btn .fa {
  color: #6b7280;
}
.user-comment-none {
  color: #6b7280;
  font-size: 1.1rem;
}
.leave-comment-form {
  margin-top: 48px;
    margin-bottom: 16px;
    background: #fff;
    border-radius: 12px;
    border: 2px solid #efefef;
    padding: 32px 24px;
}
.leave-comment-title {
  color: #22223b;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.leave-comment-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.leave-comment-input {
  flex: 1;
  min-width: 180px;
  padding: 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
}
.leave-comment-textarea {
  width: 100%;
  min-height: 100px;
  padding: 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  margin-bottom: 20px;
}
.leave-comment-submit {
  background: #2563eb;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  cursor: pointer;
  transition: background 0.2s;
}
.blog-banner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
}
.blog-breadcrumbs {
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}
.blog-banner-title {
  text-align: left;
}
.bg-gray {
  background: #F7F7F7;
}
.footer-pg img {
  width: 50px;
  margin-right: 3px;
}

.ve-btn, a.ve-btn, a:not([href]):not([tabindex]).ve-btn {
    text-transform: uppercase !important;
    font-size: 14px !important;
    border: 0px!important;
    letter-spacing: 0.5px !important;
    height: 42px !important;
    line-height: 22px !important;    
}
.qc .ve-btn--primary:hover, .qc a.ve-btn--primary:hover, .qc-btn.ve-btn--primary:hover {
  background-color:#035090 !important;
  color: #faef07 !important;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in; 
}

.ve-btn--primary {
  padding: 10px 12px !important;
}
.qc-page-link,.ve-btn--hg {
  padding: 10px 30px !important;
}
#login_popup .ve-card__header {
  background: linear-gradient(to left, #005CAA 0%, #009EE0 150%);
  color:#fff;
  letter-spacing: 1px;
}

.contact-us-faq .accordion-button:not(.collapsed), #accordion-product-information-guide .accordion-button:not(.collapsed){
    background-color: #fff;
    box-shadow: none;
}
.banner-breadcrumb {
    position: absolute;
    top: 0%;
    width: 100%;
}
#information-information h1 {
    font-size: 42px;
    font-weight: bolder;
    letter-spacing: .5px;
    color:#005FAA;
    margin:0px;
}
.cart-dropdown-discount-totals {
  padding: 10px 15px;
  background: #eee;
}
.cart-dropdown-discount-totals .save-message {
  color: #005FAA;
    line-height: 15px;
    font-size: 12px;
}
#cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals table tr:last-child {
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: bold;

}
#cart.slide-out-cart .dropdown-menu .cart-dropdown-order-totals table tr:last-child td {
  color:  #009900;
}
.ocme-mfp-f-mode-dropdown .ocme-mfp-f-condition-header {
    z-index: 16;
    position: relative;
    border: 1px solid #dee2e6;
    background: #fff;
    border-radius: 3px;
}

.ocme-mfp-f-mode-dropdown .ocme-mfp-f-values {
  top:10px !important;
}
.ocme .input-group-btn:last-child>.ocme-mfp-btn, .ocme .input-group-btn:last-child>.ocme-mfp-btn-group {
  height: 42px;
}
.ocme-mfp-f-mode-dropdown-opened .ocme-mfp-f-values, .ocme-mfp-f-mode-dropdown-opened .ocme-mfp-f-condition-header {
  background-color: #eee !important;

}
.vue-slider-process {
    background-color: #005FAA !important;
}
.ocme-mfp-f-value-count {
    font-size: 14px !important;
    background-color: #005FAA !important;
    color: #fff;
}
.ocme-mfp-f-condition-header {
color: #005FAA !important;
letter-spacing: 1px;
}
.ocme .ocme-mfp-btn-default {
 color: #005FAA !important; 
}

.ocme-mfp-f-condition-header-active-values {
  font-weight: bolder !important;
}

.ocme-mfp-f-footer button.ocme-mfp-btn.ocme-mfp-btn-default {
    background-color: #005FAA !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 0px;
    padding: 8px 30px !important;
}

.ocme-mfp-f-footer button.ocme-mfp-btn.ocme-mfp-btn-default[disabled] {
        background-color: #eee !important; 
}

.vue-slider-dot-tooltip-inner {
    border-color: #005FAA !important;
    background-color: #005FAA !important;
}
.form-select {
  height: 42px;
}
.form-select:focus {
    border-color: #91ddff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(145, 221, 225, 0.25);
}
#product-category h1 {
    font-size: 37px;
    font-weight: bolder;
    letter-spacing: .5px;
    color: #005FAA;
    margin-bottom: 10px;
}
.ocme-mfp-f-header {
    display: flex;
    background-color: #eee !important; 
    align-items: center;
    font-size: 20px;
    margin-bottom: 10px !important;
    padding: 5px 10px !important;
    border-radius: 3px !important;
    color: #005FAA !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
}
select.ve-input {
  box-shadow: none !important;
}
.step.qc-payment #payment {
    background:#fff;
    border-radius: 3px;
    padding: 10px 15px;
}
.ve-card {
    box-shadow:none !important;
}
.ve-card__header {
    border-bottom: 1px solid rgb(175 175 175 / 10%) !important;
    padding: 15px;
    background: #eee;
    color: #035090;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}   
.ve-card__header .ve-h4 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
}
#login_popup .ve-card {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.qc-coupon button.ve-btn.ve-btn--default  {
    padding: 10px 30px !important;
    background-color: #C3C3C3 !important;
    color: #f7f7f7 !important;
}
.qc-coupon button.ve-btn.ve-btn--default:hover {
    color: #faef07 !important;
    background: #035090 !important;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#information-catalogue h1, #information-prescription h1, #product-search h1 {
    font-size: 37px;
    font-weight: bolder;
    letter-spacing: .5px;
    color: #005FAA;
    margin-bottom: 10px;
}

/* End of Compounding Alert Styles */

/* Compounding Alert Styles */

.compounding-alert {
  border: 2px solid #E1E7EC;
  border-radius: 10px;
  padding: 22px 26px;
  background: #ffffff;
  gap: 20px;
}

.compounding-alert-left h6 {
  color: #6c757d;
  font-size: 15px;
}

.compounding-alert-left p {
  color: #6c757d;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.compounding-alert-btn {
  background-color: #9ad8ff;
  border: none;
  color: #005a8c;
  padding: 10px 26px;
  font-weight: 600;
  border-radius: 6px;
}

.compounding-alert-btn:hover {
  background-color: #7fcaff;
  color: #004a75;
}

.compounding-alert-icon {
  font-size: 28px;
  color: #6c757d;
  flex-shrink: 0;
}

.compounding-alert .sprite-info{
  background-image: url(./catalog/view/image/info.png);
  background-repeat: no-repeat;
  display: block;
  background-size: 20px 20px;
  width: 50px;
  height: 20px;
  background-position: center center;
}

/* Compounding Alert Styles - Media Queries */
@media (max-width: 768px) {

  .compounding-alert {
      flex-direction: column;
      align-items: stretch;
      gap: 0px;
  }

  /* icon on top */
  .compounding-alert > .sprite {
      display:none;
  }

  /* text block */
  .compounding-alert-left {
      max-width: 100%;
      text-align: left;
  }

  .compounding-alert-left p {
    line-height: 1.5;
    font-size: 12px;
    letter-spacing: 1px;
  }
  /* button moves to bottom */
  .compounding-alert-icon {
      width: 100%;
  }

  .compounding-alert-btn {
      width: 100%;
      text-align: center;
  }
}
/* End of Compounding Alert Styles - Media Queries */



/* Product Access Styles */
.product-access .login-box {
  border: 2px solid #035090;
  border-radius: 6px;
  background: #ffffff;
}

.product-access .login-title {
  color: #1e73be;
  font-weight: 600;
}

.product-access .form-control {
  padding: 10px 12px;
  font-size: 14px;
}

.product-access .btn-login {
  background-color: #005fa3;
  border-color: #005fa3;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.product-access .btn-login:hover {
  background-color: #004f89;
  border-color: #004f89;
}

.product-access .forgot-link {
  font-size: 14px;
  color: #1e73be;
  text-decoration: none;
}

.product-access .forgot-link:hover {
  text-decoration: underline;
}

.product-access .btn-outline-primary {
  font-weight: 600;
}
/* End of Product Access Styles */

#payment_method_list > .ve-field, #shipping_method_list > .radio-input {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

#shipping_method_list input.ve-input, #payment_method_list input.ve-input {
  cursor: pointer;
}
#shipping_method_list .ve-radio i:after,#shipping_method_list .ve-radio i:before, #payment_method_list .ve-radio i:after,#payment_method_list .ve-radio i:before{
    top: 4px !important;
}

form#custom_fields textarea.ve-input {
    min-height: 70px;
}
.qc-checkout-product .qc-totals {
    margin-top: 30px;
    color: #035090;
}

.qc-checkout-product .qc-totals .ve-label {
  font-weight: bolder;
}
.qc-checkout-product .qc-totals>.qc-total:last-child {
    padding-top: 5px !important;
    text-transform: uppercase;
    padding-bottom: 0px !important;
}

/* Nicotine Vaping Image Styles - Product Image Main */
.product-image-main .image_thumb{
  opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1; 
  transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
}

.product-image-main .image_thumb_swap {
  opacity: 0;
  -moz-opacity: 0;  
  -khtml-opacity: 0; 
  -webkit-opacity: 0;
  transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
}

.product-image-main:hover .image_thumb {
  opacity: 0;
  -moz-opacity: 0;  
  -khtml-opacity: 0; 
  -webkit-opacity: 0;
}

.product-image-main:hover .image_thumb_swap {
  opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1; 
}

/* End of Nicotine Vaping Image Styles - Product Image Main */

/* Nicotine Vaping Image Styles - Product Image Thumb */
.image .image_thumb{
  opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1; 
  transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
}

.image .image_thumb_swap {
  left: 0;
    opacity: 0; 
  -moz-opacity: 0;  
  -khtml-opacity: 0; 
  -webkit-opacity: 0;
  position: absolute;
    right: 0;
    top: 0;
    transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
}

.product-thumb:hover .image .image_thumb {
  opacity: 0;
  -moz-opacity: 0;  
  -khtml-opacity: 0; 
  -webkit-opacity: 0;
}

.product-thumb:hover .image .image_thumb_swap {
  opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1; 
}
/* End of Nicotine Vaping Image Styles - Product Image Thumb */



#product-manufacturer h1 {
    font-size: 37px;
    font-weight: bolder;
    letter-spacing: .5px;
    color: #035090;
    margin-bottom: 10px;
    margin-top: 0px;
}


/* flash sale */  
  .text-flash {
    color: #ffea00;
    font-size: 35px;
  }

  .description h4 a {
    display: -webkit-box;
    /* Use flexbox-like box for text truncation */
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    /* Optional, breaks long words */
    min-height: 3em;
    /* Optional, adjust depending on font-size/line-height */
  }

  .bg-left {
    background: linear-gradient(70deg,
        #1ea4ff,
        #0a5fa8);
  }

  .flash-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to right, #007bc7, #004c80);
    border-radius: 12px;
    color: #fff;
    gap: 20px;
    background: linear-gradient(120deg,
        #0093d0 0%,
        #0093d0 62%,
        #003b63 62%,
        #003b63 100%);
  }

  /* LEFT */
  .flash-left {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .flash-left .icon {
    position: absolute;
    width: 150px;
    margin-top: -30px;
    margin-left: -15px;
  }

  .flash-text {
    font-size: 30px;
    font-weight: bolder;
    font-style: italic;
    color: #FFEA00;
    margin-left: 160px;
    letter-spacing: 1px;
  }

  /* MIDDLE */
  .flash-middle {
    display: flex;
    align-items: center;
    font-size: 30px;
    margin-left: -3em;
  }

  .flash-middle strong {
    font-size: 28px;
    color: #ffd200;
  }

  /* RIGHT */
  #flash-sale .flash-right {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  #flash-sale .ends-text {
    font-size: 16px;
    opacity: 0.9;
  }

  #flash-sale .timer {
    display: flex;
    gap: 10px;
  }

  .time-box {
    text-align: center;
  }

  #flash-sale .time-box strong {
    font-size: 22px;
    color: #ffd200;
  }

  #flash-sale .time-box small {
    display: block;
    font-size: 10px;
    opacity: 0.8;
  }
  #flash-sale .counter {
    display: inline-block;
      width: 2ch;
      text-align: center;
  }
  #flash-sale .w-100 div {
    display: flex;
    align-items: baseline;
  }

/* animal prescription styles */
.animal-pres-main {
  max-width: 100%;
}

@media (max-width: 1570px) {
  .animal-pres-main {
  max-width: 500px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .animal-pres-main {
  max-width: 440px;
  }
}

#fileNameDisplay {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} 
/* End of animal prescription styles */

/* category restricted styles */
.categoryrestricted .auth-wrapper {
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #0b5fa5;
  background:#0b5fa5;
}

/* LEFT PANEL */
.categoryrestricted  .info-panel {
  background: #ffffff;
  padding: 30px 35px;
  color: #0b5fa5;
}

.categoryrestricted  .info-panel p {
  font-size: 15px;
  line-height: 1.6;
}

.categoryrestricted  .warning-icon {
  font-size: 48px;
  color: #f2c400;
}

/* RIGHT PANEL */
.categoryrestricted  .right-panel {
  background: #0b5fa5;
  padding: 30px 35px;
}

.categoryrestricted  .right-panel .form-control {
  height: 48px;
  border-radius: 6px;
}

.categoryrestricted  .forgot-link {
  color: #cfe9ff;
  font-size: 14px;
  text-decoration: none;
}

.categoryrestricted  .forgot-link:hover {
  text-decoration: underline;
}

.categoryrestricted  .btn-signin {
  font-weight: 600;
  padding: 10px 20px;


}

.categoryrestricted .btn-create {
  font-weight: 600;
  padding: 10px 20px;
}

.categoryrestricted .btn-med-upload{
    border: #91DCFF;
    color: #035090;
    background:#fff;
    font-weight:800;
}

.categoryrestricted .btn-med-upload:hover{
    border: #91DCFF;
    color: #035090;
    background:#fff;
    font-weight:800;
}

.categoryrestricted .spinner-border{
    color:#fff;
}

.categoryrestricted  .form-control{
  border-radius: 3px !important;
}

.how-to-order-restricted-category-card {
  width: 19%;
  padding: 10px;
}

@media (max-width: 1199.98px) {
  .how-to-order-restricted-category-card {
    width: 23%;
  }
}

@media (max-width: 991.98px) {
  .how-to-order-restricted-category-card {
    width: 31%;
  }
}

@media (max-width: 767.98px) {
  .how-to-order-restricted-category-card {
    width: 48%;
  }
}

.how-to-order-restricted-category-card > div {
  border: 2px solid #035090;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  border-radius: 10px;
}

.how-to-order-restricted-category .text-primary {
    color: #035090 !important;
}

.how-to-order-restricted-category-card .icon-container {
  height: 180px; 
  background: #eeeeee
}
/* End of category restricted styles */

/* e-script styles */

.e-script-box .btn-apply {
  background-color: #0a4f82;
  color: #ffffff;
  font-weight: 600;
  padding: 0 20px;
  border-radius: 0 4px 4px 0;
}

.e-script-box .btn-apply:hover {
  background-color: #083d65;
  color: #ffffff;
}
/* End of e-script styles */

/* Start of product special styles */
.product-special-option {
  border: 2px solid #035090;
  transition: opacity .2s ease, height .2s ease;
}

.product-special-option-title {
  background-color: #035090;
  color: #fff;
  padding: 10px 15px;
  letter-spacing: 1px;
}

.product-special-option-details{
  letter-spacing: 0.5px;
  padding: 10px 15px;
}

/* End of product special option styles */

/* Start of Practitioner Health Questionnaire Styles */
.health-confirm-box {
  border: 2px solid #cfd8e3;
  border-radius: 10px;
  padding: 24px;
  background: #fff;
  max-width: 760px;
}

.health-confirm-title {
  color: #005FAA;
  font-weight: 700;
  margin-bottom: 12px;
}

.health-confirm-text {
  color: #6c757d;
  font-size: 14px;
  line-height: 1.5;
}

.health-btn {
  min-width: 180px;
  padding: 12px 20px;
  font-weight: 600;
  border-width: 2px;
  border-radius: 6px;
  width:100%;
}
.practitioner-health-questionnaire {
  border: 3px solid #035090;
  border-radius: 10px;
  background: #fff;
  max-width: 820px;
}

.practitioner-health-questionnaire .practitioner-header {
  background: #035090;
  padding: 14px 20px;
}

.practitioner-health-questionnaire .practitioner-header h5 {
 color: #fff!important;
  font-weight: 700;
}


.practitioner-health-questionnaire .practitioner-body {
  padding: 20px;
}

.practitioner-health-questionnaire .practitioner-intro {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

/* Questions */
.practitioner-health-questionnaire .question-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-top: 1px solid #dcdcdc;
}

.practitioner-health-questionnaire .question-text {
  max-width: 70%;
  font-size: 14px;
  color: #333;
}

.practitioner-health-questionnaire .question-text small {
  display: block;
  color: #666;
}

/* Option buttons */
.practitioner-health-questionnaire .option-group {
  display: flex;
  gap: 10px;
}

.practitioner-health-questionnaire .option-btn {
  position: relative;
}

.practitioner-health-questionnaire .option-btn input {
  position: absolute;
  opacity: 0;
}

.practitioner-health-questionnaire .option-btn span {
  display: inline-block;
  min-width: 70px;
  text-align: center;
  padding: 5px 16px;
  background: #d3d3d3;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}

.practitioner-health-questionnaire .option-btn input:checked + span {
  background: #fff;
   box-shadow: inset 0 0 0 2px #0b3f6b;
}
/* End of Practitioner Health Questionnaire Styles */

/* Banner subcategory styles */
.banner-subcon-item {
  background-color: #eef2f5; /* light gray like image */
  padding-right:10px;
}

.banner-subcon-icon {
  width: 60px;
  height: auto;
}

.banner-subcon-title {
  color: #1e73be; /* blue text */
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 1px;
  text-align:left;
}

.banner-subcon-item:hover{
   background-color: #1e73be;
    

   .banner-subcon-title {
      color:#fff;
   }
}
/* End of Banner subcategory styles */

/* Start of Product Access Verification Styles */
.product-access-verification {

  border-radius: 6px;
  border: 1px solid #0b4a7d;
  width:100%;
}

.product-access-verification .access-header {
  background-color: #0b4a7d;
  font-size: 14px;
  padding: 12px 16px;
  border-bottom: none;
}

.product-access-verification .access-text {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.5;
  text-align:left;
}

.product-access-verification .access-btn-outline {
  border: 2px solid #0b4a7d;
  color: #0b4a7d;
  padding: 10px 12px;
  font-size: 14px;
}

.product-access-verification .access-btn-outline:hover {
  background-color: #0b4a7d;
  color: #fff;
}

.product-access-verification .access-btn-solid {
  background-color: #0b4a7d;
  border-color: #0b4a7d;
  padding: 10px 12px;
  font-size: 14px;
}

.product-access-verification .access-btn-solid:hover {
  background-color: #083b63;
  border-color: #083b63;
}
/* End of Product Access Verification Styles */

/* Pending Access Verification Styles */
.product-access-verification {
  border-radius: 6px;
  border: 1px solid #0b4a7d;
  width:100%;
}

.product-access-verification .access-header {
  background-color: #0b4a7d;
  font-size: 14px;
  padding: 12px 16px;
  border-bottom: none;
}

.product-access-verification .access-text {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.5;
  text-align:left;
}

.product-access-verification .access-btn-outline {
  border: 2px solid #0b4a7d;
  color: #0b4a7d;
  padding: 10px 12px;
  font-size: 14px;
}

.product-access-verification .access-btn-outline:hover {
  background-color: #0b4a7d;
  color: #fff;
}
/* End of Pending Access Verification Styles */

/* Ajax quickcheckout styles */
.ve-card__section > hr {
  display:none!important;
}
.qc-name p{
  margin-bottom:0px!important;
  line-height:1;
}
#cart-table-scroll {
    display: block;
    max-height: 330px;
    width:100%;
    overflow-y: auto;
}

.qc-payment-icon{
  width:40px;
  height:auto;
}

.ve-input-group {
    box-shadow: none !important;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
}
/* End of Ajax quickcheckout styles */

/* Start of custom flex styles */
.flex-4 {
  flex-basis:33.3333%;
}

.flex-8 {
  flex-basis: 64.5%;
}
/* End of custom flex styles */
  

  /* RESPONSIVE */
  @media (max-width: 768px) {
    .flash-banner {
      flex-direction: column;
      text-align: center;
    }

    .flash-right {
      flex-direction: column;
    }
  }
/* flash sale */  

/* Review Form Styles */
#form-review .text-primary {
  color: #035090 !important;
}

#form-review .btn-secondary {
  background-color: #545b62;
  color: #fff;
  border: 1px solid #545b62;
  padding: 8px 30px !important;
}

#form-review .rating-stars {
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 4px;
}

#form-review .rating-stars input[type="radio"] { display: none; }

#form-review .rating-stars label {
  font-size: 1.6rem;
  color: #ccc;
  cursor: pointer;
  transition: color .15s ease;
}

/* hover fill */
#form-review .rating-stars label:hover,
#form-review .rating-stars label:hover ~ label {
  color: #ffc107;
}

/* selected fill */
#form-review .rating-stars input:checked + label,
#form-review .rating-stars input:checked + label ~ label {
  color: #ffc107;
}

/* Pharmacist Only Modal Styles */
#swal-pharmacist-only-modal .text-primary {
  color: #035090 !important;
}

#swal-pharmacist-only-modal .bg-primary {
  background-color: #035090 !important;
}

/* Smoking Warning Modal Styles */
#swal-smoking-warning-modal .text-primary {
  color: #035090 !important;
}
#swal-smoking-warning-modal .btn-primary {
  background-color: #005FAA !important;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border: 0px;
  padding: 8px 30px !important;
  letter-spacing: 0.5px;
}

.swal-smoking-warning-modal-button:focus {
  background-color: #035090 !important;
}


/* FAQ Styles */
#information-faq .text-primary {
  color: #035090 !important;
}

/* FAQ Accordion Styles */
#faq-accordion .faq-question-btn::after {
  /* background-color: #035090 !important; */
  border-color: #035090 !important;
}

.accordion-button:hover {
  background-color: inherit !important;
}
#faq-accordion .accordion-header {
  margin:0px;
  padding:0px;
}
#faq-accordion .accordion-header > button{
  font-size: 16px;
  margin:0px !important;
  padding-left:10px !important;
  font-weight: bold;
}

#faq-accordion .accordion-button.btn-primary::after,
#faq-accordion .accordion-button.primary-btn::after {
  filter: brightness(0) invert(1);
}

#faq-accordion .faq-icon {
  font-weight: bold;
  font-size: 1.25rem;
  width: 20px;
  display: inline-block;
  text-align: center;
  transition: transform 0.2s ease;
  position: absolute;
  right: 20px;
  background-color: transparent !important;
}

#faq-accordion .accordion-body {
  border-top: 1px solid #dee2e6 !important;
}


.accordion-button:focus {
  background-color: inherit !important;
}

.accordion-button:not(.collapsed) {
  background-color: inherit !important;
  box-shadow: none !important;
}

#modal-information .modal-dialog {
  top: 20% !important;
}

#modal-information .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
  height: 60vh !important;
  overflow-y: scroll !important;
}


#faq-accordion .btn-primary {
  background-color: #035090 !important;
  border-color: #035090 !important;
}

/* start of brands styles */

.div-brands {
  width: 100%;
}


.div-brands .brand-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.div-brands .brand-item picture {
  width: 100%;
  display: block;
}

/* Bigger logos */
.div-brands .brand-logo {
  max-height: auto;   /* increase size */
  max-width: 350px;
  width: 100%;
  object-fit: contain;
  transition: transform 0.10s ease;
}

.div-brands .brand-item img {
  width: 300px;
  height: 100px;
}
.div-brands .swiper-button-prev {
    left: 0px !important;
    right: auto;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.div-brands .swiper-button-next {
    right: 0px !important;
    left: auto;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* end of brands styles */

/* start of featured category styles */
.cat-prev {
  left: 0px !important; 
} 
.cat-next {
  right: 0px !important; 
} 
/* end of featured category styles */

.ve-input-group > button:nth-of-type(2) {
  border-radius: 0px 6px 6px 0px !important; 
}

  .relative {
    position: relative;
  }

  .banner-breadcrumb {
    position: absolute;
    top: 0%;
    width: 100%;
  }

  #information-contact h1 {
    font-size: 42px;
    font-weight: bolder;
    letter-spacing: .5px;
    margin-top: 10px;
  }

  .contact-padding {
    border: 2px solid #035090;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
  }

  .contact-padding div.icon {
    background: #EFEFEF;
    text-align: center;
    padding: 20px;
  }

  .contact-padding div.icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    object-position: center;
  }

  .contact-padding .details {
    padding: 20px;
  }

  .contact-padding h3 {
    color: #035090;
    font-weight: bold;
  }

  .contact-padding .details a {
    display: block;
    color: #fff;
    margin-top: 20px;
  }

  .contact-us-faq .panel-heading {
    cursor: pointer;
    margin: 0;
    position: relative;
  }

  .faq__icon {
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
  }

  .faq__icon .line-01,
  .faq__icon .line-02 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: #333;
    transition: 0.3s;
  }

  .faq__icon .line-02 {
    transform: rotate(90deg);
  }

  .contact-us-faq .active .line-02 {
    transform: rotate(0deg);
  }

  .contact-us-faq .title {
    background: #035090;
    padding: 10px 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .contact-us-faq .title h4 {
    color: #fff;
  }

  .contact-us-faq .accordion-button {
    font-size: 16px;
    color: #444;
  }

  #form-contact fieldset {
    padding: 0px;
  }

  #form-contact legend {
    border: 0px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .accordion-button:focus {
    box-shadow: none;
  }
  .btn:focus-visible {
       box-shadow: none; 
  }
  .btn-trash-cart {
    align-items: center;
    display: flex;
    margin-left: 10px;
  }
  .btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    background-color: #035090;
    color: #faef07 !important;
  }
  body.product-product #review {
    border: 2px solid #efefef;
    padding: 3em 1em;
    background: #ffff;
    border-radius: 6px;
    margin-bottom: 2em;
  }
  .review-content {
  height: 100% !important;
 }
.swiper-slide-active .review-content {
margin-left: 3em;
}
.swiper-slide-next .review-content {
margin-right: 3em;
}
.review-content .author {
  color:#035090;
  text-transform: capitalize;
}

/* prescription styles */
#information-prescription .text-primary {
  color: #035090 !important;
}


#information-prescription .prescription-card {
  width: 100%;
}

@media (min-width: 576px) {
  #information-prescription .prescription-card {
    width: 48%; 
  }
}

@media (min-width: 768px) {
  #information-prescription .prescription-card {
    width: 31%; 
  }
}

@media (min-width: 992px) {
  #information-prescription .prescription-card {
    width: 23%; 
  }
}

@media (min-width: 1200px) {
  #information-prescription .prescription-card {
    width: 19%; 
  }
}

#information-prescription .prescription-card .card {
  border: 2px solid #E1E7EC;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

#information-prescription .prescription-card:hover .card {
  border: 2px solid #035090;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

#information-prescription .prescription-card:hover .btn{
  text-decoration: none;
  cursor: pointer;
  background-color:#035090 !important;
  color: #faef07;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

#information-prescription .prescription-card:hover image {
  opacity: 0.8;
}
#information-prescription .prescription-card img {
  height:160px; 
  object-fit:cover;
}

#information-prescription .card-title {
  background: rgba(0,0,0,.3)
}

#information-prescription .howto_description {
  text-align: justify;
}

#information-prescription .howto_steps p {
  line-height: 1.5;
  text-align: justify;
}

/* menu sidebar container */
.menu-sidebar-container .sidebar-submenu{
  display: none !important;
}

@media (min-width: 991.98px) {
  .menu-sidebar-container .mainmenu{
    display: block !important;
  }
}

@media (max-width: 991.98px) {
  .menu-sidebar-container .navbar-nav{
    display: block !important; 
    width: 100% !important;
  }

  .menu-sidebar-container .sidebar-submenu{
    display: block !important;
    padding: 0px !important;
    margin: 0px !important;
    width: 100% !important;
    animation: slideInLeft 0.3s ease-in-out !important;

  }

  .menu-sidebar-container .sidebar-submenu li,  .menu-sidebar-container .sidebar-submenu a, .menu-sidebar-container .sidebar-submenu span{
    display: block !important;
    color: #fff !important;
    padding: 5px 10px !important;
    width: 100% !important;


  }

  .menu-sidebar-container .sidebar-submenu li:hover{
    background: #003a6a !important;
  }


  /* keyframes for sliding from left to right */
  @keyframes slideInLeft {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }

  .menu-sidebar-container .hideMenu {
    animation: slideInRight 0.3s ease-in-out !important;
    margin-left: -100% !important;
  }

  .menu-sidebar-container .showMenu {
    animation: slideInLeft 0.3s ease-in-out !important;
    margin-left: 0% !important;
  }

  /* keyframes for sliding from right to left */
  @keyframes slideInRight {
    from {
      margin-left: 0%;
    }
    to {
      margin-left: -100%;
    }
  }
}

/* blog user comments section */
#blog-form-comment .text-primary { color: #035090 !important; }
#blog-user-comments-section .border-primary { border-color: #035090 !important; }
#blog-user-comments-section .comment-swiper { width: 100%; }
#blog-user-comments-section .comment-swiper .swiper-slide { height: auto; }

#blog-user-comments-section .comment-swiper .swiper-button-next {
  right: 0px !important;
}

#blog-user-comments-section .comment-swiper .swiper-button-prev {
  left: 0px !important;
}

#blog-user-comments-section .comment-text {
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

#blog-user-comments-section #button-close-comment {
  padding:8px 30px !important;
}

#blog-form-comment #button-close-comment {
  padding:8px 30px !important;
}

/* end of blog user comments section */

/* returns note */
#returns-note .bg-primary {
  background-color: #035090 !important;
}

#returns-note .border-primary {
  border-color: #035090 !important;
}

#returns-note .text-primary {
  color: #035090 !important;
}
/* end of returns note */

body.product-product #paypal_message {
  padding: 10px 15px !important;
}

/****** mobile resposiveness ******/

/* Extra extra large devices (≤1399.98px) */
@media (max-width: 1399.98px) {
.header-container {
    grid-template-columns: 180px 163px 38% 210px 1fr;
    -ms-grid-columns: 180px 163px 38% 210px 1fr;
}
.script-direct .box {
    margin: 10px 15px;
}

}

/* Extra large devices (≤1199.98px) */
@media (max-width: 1199.98px) {
.header-container #tagline_logo {
  display: none;
}
    .header-container {
        grid-template-columns: 180px 0fr 45% 210px 1fr;
        -ms-grid-columns: 180px 0fr 45% 210px 1fr;
    }
    .header_area .header_bottom .mainmenu a, .navbar-default .navbar-nav > li > a, .header_area .header_bottom .mainmenu ul li a {
    padding: 8px 12px;

}
.flash-banner .flash-left img {
  display: none;
}

.flash-banner .flash-left .flash-text {
    margin-left: 10px;
}
.flash-banner  .flash-middle {
    margin-left: 0em;
}
.flash-banner {
    background: linear-gradient(120deg, #0093d0 0%, #0093d0 55%, #003b63 55%, #003b63 100%);
}
.script-direct .box {
    margin: 10px 15px;
}


}

/* Large devices (≤991.98px) */
@media (max-width: 991.98px) {
.header-mobile-links {
    display: none;
    position: absolute;
    top: 60px;
    left: 18px;
}
.header-mobile-links .fa {
    font-size: 28px;
    color: #efefef;
}
.header-container #tagline_logo {
  display: none;
}
.header-container .myaccount {
  display: none;
}
.header-container {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 179px 1fr 0fr 130px;
    -ms-grid-columns: 179px 1fr 0fr 130px;
    grid-template-rows: auto;
    -ms-grid-rows: auto;
    padding: 10px 20px;
}
.header-container #logo {
    grid-column: 1 / 2;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.header-container .mycart {
   grid-column: 4 / 4;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right; 
    padding-left: 20px;
}
.header-container .search {
    grid-column: 2 / 2;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-left: 20px;
}
.flash-banner {
    display: block;
}
.flash-left {
    display: block;
    text-align: center;
}
.flash-middle {
    display: block;
    text-align: center;
    line-height: 32px;
}
.flash-right {
    display: block;
    text-align: center;
}
.flash-right .d-flex {
  align-items: center;
    justify-content: center !important;
}
    .flash-banner {
        background: linear-gradient(120deg, #0093d0 0%, #0093d0 50%, #003b63 50%, #003b63 100%);
    }
    .homepage-flex {
    display: block;
    align-items: center;
    padding-bottom: 3rem;
    }
    .homepage-flex img {
    width: 100%;
}
.homepage-flex .details {
    width: 100%;
    padding-left: 0em;
    text-align: center;
    padding-top: 2em;
}
.script-direct .box {
    margin: 10px 15px;
}


}

/* Medium devices (≤767.98px) */
@media (max-width: 767.98px) {
  .header-container {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 150px 1fr 0fr 100px;
    -ms-grid-columns: 150px 1fr 0fr 100px;
    grid-template-rows: auto;
    -ms-grid-rows: auto;
    padding: 10px 20px;
}
.footer-contact .flex {
  display: block;
}
.footer-contact .flex > * {
    width: 100%;
}
  .header-container #logo {
        padding-left: 3em;
    }
    .header-container .search {
        grid-column: 1 / 5;
        grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-row: 2;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding-left: 0px;
        margin-top: 10px;
    }

        .header-container .mycart {
        grid-column: 4 / 4;
        grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row: 2;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: right;
        padding-left: 20px;
    }
    #logo img {
    max-width: 150px;
    }
    .header-mobile-links {
        display: none;
        position: absolute;
        top: 55px;
        left: 20px;
    }
    header .container {
      max-width: 100%;
    }

.bg-flash .row {
  margin:0px 5px;
}
.pb-5 {
    padding-bottom: 2rem !important;
}
.pt-5 {
    padding-top: 2rem !important;
}
.footer-contact .logo {
      text-align: center;
    padding-bottom: 20px;
}

.flex-bothend {
    display: block;
    text-align: center;
}
footer .powered.flex {
    display: block;
    padding: 15px 0px;
    text-align: center;
}
footer .soc-med.flex {
    display: inline-block;
    padding: 0px 0px 15px 0px;
}
.script-direct {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.script-direct .box {
    margin: 10px 15px;
}


}

/* Small devices (≤575.98px) */
@media (max-width: 575.98px) {
 #cart .cart-dorpdown-footer .btn {
    padding: 12px 0px !important;
} 

.btn.btn-increment, .btn.btn-decrement {
    padding-left: 10px;
    padding-right: 10px;
}
.flash-right > .w-100 > div:first-child {
    display: none;
}
.homepage-flex .details h1 {
    letter-spacing: 1px;
    font-weight: bolder;
    color: #035090;
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 5px;
    margin-top: 0px;
}
.price-flex {
    display: block;
    align-items: center;
}
.price-flex .badged {
    width: 100%;
    margin-top: 5px;
}
.product-thumb .description h4 a {
  max-height: 55px;
}
.price-flex .price {
    width: 100%;
}
.footer-pg img {
    width: 35px;
}
.script-direct .box .icon {
    padding: 10px 2em;

}
.script-direct .box .icon img {
      width: 70px;
}
.script-direct .box {
    width: 40%;

}

.page-banner img {
    height: 200px;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}

}