@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300;1,400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Signika&display=swap);
@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

.container {
  max-width: 100%;
}
@media screen and (min-width: 1199px) {
  .container .container {
    width: 1200px;
  }
}
.container .break-out {
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
}

html, body {
  overflow-x: hidden;
  font-size: 10px;
}

body {
  color: #666666;
  font-size: 1.5rem;
  line-height: 2em;
  font-family: "lato", sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-weight: 300;
}

h2 {
  font-size: 44px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 22px;
  }
}

h6 {
  font-size: 26px;
}

p {
  line-height: 30px;
}

a {
  color: #00A3E9;
  text-decoration: none;
}

legend {
  margin-top: 20px;
  border-bottom: 0;
  color: #00A3E9;
}

.breadcrumbs {
  background: #F7FCFF;
}

.breadcrumb {
  background-color: transparent !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.height-30 {
  height: 30px !important;
}

.blue {
  color: #00A3E9;
}

.font-14 {
  font-size: 14px;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

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

.justify-space-between {
  justify-content: space-between;
}

.justify-content-end {
  display: flex;
  justify-content: flex-end;
}

.visibility-hidden {
  visibility: hidden;
}

.generic-btn {
  border: 2px solid #00A3E9;
  border-radius: 5px;
  padding: 10px 40px;
  color: #00A3E9;
  font-size: 15px;
}
.generic-btn:hover, .generic-btn:active, .generic-btn:focus {
  text-decoration: none;
  color: white;
  background: #00A3E9;
}
.generic-btn i {
  font-size: 10px;
  margin-left: 20px;
}

.btn-primary {
  background-color: #00A3E9 !important;
  color: white !important;
  border: none !important;
  font-weight: 300 !important;
}

.btn-danger {
  background-color: #D11546 !important;
  color: white !important;
  border: none !important;
}

.breadcrumb {
  margin-left: 15px !important;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .flex-row {
    display: block;
  }
  .flex-row--mobile {
    display: flex;
  }
}
.flex-row--items-center {
  align-items: center;
}
.flex-row--items-end {
  align-items: flex-end;
}
.flex-row--justify-end {
  justify-content: flex-end;
}

.slideshow .swiper-slide {
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.slideshow__title {
  font-size: 66px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .slideshow__title {
    font-size: 36px;
    font-weight: 300;
  }
}
.slideshow__btn {
  color: #fff;
  font-size: 15px;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 10px 40px;
}
.slideshow__btn:hover, .slideshow__btn:focus, .slideshow__btn:active {
  background: #fff;
  color: #00A3E9;
  text-decoration: none;
}
.slideshow__btn i {
  margin-left: 10px;
  font-size: 12px;
}

.home-section-1 {
  height: 500px;
  background: url("/image/layout/ivg-banner-80.jpg"), url("/image/layout/banner-overlay.png");
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.home-section-1__h1 {
  font-size: 66px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
}
.home-section-1__btn {
  color: #fff;
  font-size: 15px;
  border: 1px solid white;
  border-radius: 2px;
  padding: 10px 40px;
}
.home-section-1__btn:hover, .home-section-1__btn:focus, .home-section-1__btn:active {
  background: white;
  color: #00A3E9;
  text-decoration: none;
}
.home-section-1__btn i {
  margin-left: 10px;
  font-size: 12px;
}
@media (max-width: 991px) {
  .home-section-1 {
    padding: 75px 0 0 25px;
    background-image: url("/image/layout/banner-mobile-80.jpg");
    height: 366px;
  }
  .home-section-1__h1 {
    font-size: 36px;
    font-weight: 300;
  }
}

.call-to-action {
  padding: 60px 0;
}
.call-to-action img {
  margin-right: 20px;
}
.call-to-action .swiper-slide + .swiper-slide {
  border-left: 1px solid #cdcdcd;
}
.call-to-action a:hover {
  text-decoration: none;
  color: #00A3E9;
}
.call-to-action a:hover h6 {
  color: #00A3E9;
}
@media screen and (max-width: 767px) {
  .call-to-action .swiper-slide + .swiper-slide {
    border-left: none;
  }
}

.popular-products {
  min-height: 605px;
  background-color: #F7FCFF;
  padding-top: 60px;
}
.popular-products h2 {
  margin-bottom: 20px;
}
.popular-products h6 {
  margin-bottom: 20px;
}
.popular-products .discover {
  margin-bottom: 60px;
}
.popular-products .view-all {
  color: #00A3E9;
  font-weight: 500;
}
.popular-products .view-all i {
  margin-left: 10px;
  font-size: 10px;
}
.popular-products img {
  margin-bottom: 30px;
}
.popular-products a {
  color: #222222;
}
.popular-products .price {
  color: #00A3E9;
  font-weight: 500;
  margin: 10px 0;
}
.popular-products .button-group a {
  border: 1px solid #00A3E9;
  border-radius: 5px;
  padding: 5px 20px;
  color: #00A3E9;
  font-size: 14px;
}
.popular-products .button-group a:hover, .popular-products .button-group a:active, .popular-products .button-group a:focus {
  text-decoration: none;
  background: #00A3E9;
  color: white;
}
.popular-products .button-group a i {
  font-size: 10px;
}
@media screen and (max-width: 991px) {
  .popular-products .product-layout:nth-child(n+3) {
    display: none;
  }
}

@media (min-width: 992px) {
  .popular-products-mobile-slider {
    visibility: hidden;
    display: none;
  }
}
.call-to-action-blue {
  background: #00A3E9;
  color: #fff;
  padding: 30px 0;
}
.call-to-action-blue__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .call-to-action-blue__wrapper {
    margin: 0;
  }
}
.call-to-action-blue__wrapper > * {
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .call-to-action-blue__wrapper > * {
    padding: 0;
  }
}
.call-to-action-blue__wrapper p {
  font-size: 26px;
}
.call-to-action-blue__wrapper a {
  border: 1px solid white;
  border-radius: 5px;
  padding: 10px 20px;
  min-width: 200px;
  color: white;
  font-size: 15px;
}
.call-to-action-blue__wrapper a:hover, .call-to-action-blue__wrapper a:active, .call-to-action-blue__wrapper a:focus {
  text-decoration: none;
  background: white;
  color: #00A3E9;
}
.call-to-action-blue__wrapper a i {
  font-size: 10px;
  margin-left: 20px;
}
@media screen and (max-width: 1199px) {
  .call-to-action-blue__wrapper p {
    font-size: 18px;
    width: 100%;
  }
  .call-to-action-blue__wrapper a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 991px) {
  .call-to-action-blue__wrapper {
    flex-direction: column;
    font-size: 15px;
    text-align: center;
  }
  .call-to-action-blue__wrapper img {
    display: none;
  }
  .call-to-action-blue__wrapper span {
    display: block;
    margin-bottom: 10px;
  }
  .call-to-action-blue__wrapper .call-to-action-blue__big {
    font-size: 26px;
  }
}
.call-to-action-blue--sidebar {
  padding: 40px 25px;
  margin-bottom: 30px;
}
.call-to-action-blue--sidebar .call-to-action-blue__wrapper {
  flex-direction: column;
  margin: 0;
}
.call-to-action-blue--sidebar .call-to-action-blue__wrapper > * {
  padding: 0;
  color: #fff;
  text-align: center;
}
.call-to-action-blue--sidebar .call-to-action-blue__wrapper h3 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
}
.call-to-action-blue--sidebar .call-to-action-blue__wrapper p {
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 20px;
}
.call-to-action-blue--sidebar .call-to-action-blue__wrapper a {
  padding: 10px 30px;
}
@media screen and (max-width: 1199px) {
  .call-to-action-blue--sidebar .call-to-action-blue__wrapper a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 991px) {
  .call-to-action-blue--sidebar .call-to-action-blue__wrapper a {
    padding: 10px 20px;
  }
}
.call-to-action-blue--sidebar .call-to-action-blue__wrapper img {
  margin-bottom: 20px;
}

.deal__h2 {
  margin: 60px 0 30px;
}
.deal__deal-of-the-week-banner {
  color: #fff;
  min-height: 250px;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 30px 30px;
}
.deal__deal-of-the-week-banner h2 {
  font-size: 66px;
  color: #fff;
  margin-bottom: 40px;
}
.deal a:hover, .deal a:active, .deal a:focus {
  text-decoration: none !important;
}
.deal span {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 40px;
  color: #fff;
  font-size: 15px;
}
.deal span i {
  margin-left: 10px;
}
.deal span:hover {
  color: #00A3E9;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .deal__deal-of-the-week-banner {
    padding: 40px 20px;
    width: 100%;
    background-position: right bottom;
  }
  .deal__deal-of-the-week-banner h2 {
    font-size: 36px;
  }
}

.home-section-6 {
  margin-top: 60px;
}
.home-section-6 a:hover, .home-section-6 a:active, .home-section-6 a:focus {
  text-decoration: none;
}
.home-section-6__card-text {
  min-height: 240px;
  background: #F7FCFF;
  padding: 20px;
  color: #666666;
}
.home-section-6__card-text h6 {
  margin-bottom: 20px;
  font-size: 26px;
  color: #222222;
}
.home-section-6__card-text p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 30px;
}
.home-section-6__card-text span {
  font-weight: 700;
  color: #00A3E9;
}
.home-section-6__card-text span i {
  font-size: 10px;
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  .home-section-6 {
    display: none;
  }
}
.home-section-7 {
  padding: 60px 0 60px 0;
}
@media screen and (max-width: 767px) {
  .home-section-7 .row > div:first-child {
    order: 2;
  }
  .home-section-7 .row > div:last-child {
    order: 1;
  }
}
.home-section-7 h2 {
  margin-bottom: 40px;
}
.home-section-7__text p {
  margin-bottom: 40px;
}
.home-section-7 p {
  line-height: 30px;
}
.home-section-7 a {
  font-weight: 700;
  margin-top: 10px;
}
.home-section-7__images {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .home-section-7__images {
    justify-content: center;
    margin-bottom: 40px;
  }
}
.home-section-7__images img {
  height: auto;
}

.about-img {
  margin-bottom: 80px;
}
.about-img__1 {
  margin-top: 80px;
  margin-right: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .about-img__1 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .about-img__1 {
    display: inline-block !important;
  }
}

@media screen and (max-width: 991px) {
  .block-img {
    margin-top: 30px;
  }
}

.call-to-action-need-help {
  background: #F7FCFF;
  padding: 50px 0 40px;
}
.call-to-action-need-help h2 {
  margin-bottom: 20px;
}
.call-to-action-need-help h4 {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .call-to-action-need-help h4 {
    margin-bottom: 10px;
  }
}
.call-to-action-need-help ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}
.call-to-action-need-help .contact-method {
  margin-bottom: 30px;
}
.call-to-action-need-help .contact-method a {
  display: flex;
  align-items: center;
}
.call-to-action-need-help .contact-method a:hover {
  text-decoration: none;
}
.call-to-action-need-help .contact-method i {
  font-size: 20px;
}
.call-to-action-need-help .contact-method:last-child {
  margin-bottom: 0;
}
.call-to-action-need-help__row-2 {
  margin-bottom: 20px;
}
.call-to-action-need-help__row-3 {
  font-weight: 700;
  color: #00A3E9;
}
.call-to-action-need-help__social-icon {
  display: inline;
}
.call-to-action-need-help__social-text-1, .call-to-action-need-help__social-text-2 {
  margin: 0 20px 0 5px;
  color: #666666;
}
.call-to-action-need-help__social-text-3 {
  margin-left: 10px;
  color: #666666;
}

.breadcrumbs .breadcrumb {
  padding: 15px 0;
}

.view-product-btn {
  border: 1px solid #00A3E9;
  border-radius: 5px;
  padding: 5px 15px;
  color: #00A3E9;
  font-size: 14px;
}
.view-product-btn i {
  font-size: 10px;
}
.view-product-btn:hover {
  background: #00A3E9;
  color: white;
}
@media screen and (max-width: 767px) {
  .view-product-btn {
    display: block;
    padding: 5px 10px;
    text-align: center;
  }
}

.product-thumb {
  padding-bottom: 35px;
}
.product-thumb h4 {
  margin: 10px 0;
  font-size: 18px;
  color: #222222;
}
.product-thumb .price {
  font-size: 15px;
  color: #00A3E9;
  font-weight: 700;
  margin-bottom: 10px;
}
.product-thumb .price .new-price {
  margin-right: 10px;
}
.product-thumb .price .old-price {
  color: #666;
  text-decoration: line-through;
  opacity: 0.35;
  font-size: 0.85em;
}
.product-thumb__link {
  text-decoration: none !important;
}
.product-thumb__link:hover .view-product-btn, .product-thumb__link:hover .related-products-btn {
  background-color: #00A3E9;
  color: #fff;
}

.category-subtitle {
  margin-top: 20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .category-subtitle {
    margin-bottom: 0;
  }
}

.category-filter-box {
  border-radius: 0 !important;
  background: #F7FCFF;
  padding: 20px 20px 10px;
  margin-bottom: 30px;
}
.category-filter-box__title {
  font-size: 18px;
}
.category-filter-box__title button {
  background-color: transparent;
  border: none;
  display: none;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .category-filter-box__title button {
    display: flex;
    justify-content: space-between;
  }
}
.category-filter-box__title button:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  transition: 0.3s all ease;
}
.category-filter-box__title--open button:after {
  transform: rotate(180deg);
}
.category-filter-box__list {
  padding-inline-start: 0 !important;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .category-filter-box__list {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .category-filter-box__list {
    display: none;
  }
}
.category-filter-box li {
  list-style-type: none !important;
  margin-bottom: 10px;
}
.category-filter-box li:last-of-type {
  margin-bottom: 0;
}

.category-list-item {
  color: #5A5A5A;
  font-size: 14px;
}
.category-list-item.active, .category-list-item:hover, .category-list-item:active, .category-list-item:focus {
  color: #00A3E9;
  text-decoration: none;
}
.category-list-item i {
  font-size: 10px;
}

#product-category {
  margin-top: 60px;
}

.filter-box {
  border-radius: 0 !important;
  background: #F7FCFF;
  padding: 10px 20px 20px;
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.filter-box label {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
.filter-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter-box .checkbox {
  margin-top: 15px;
  margin-bottom: 15px;
}
.filter-box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #F7FCFF;
  border-radius: 50%;
  border: 1px solid #5A5A5A;
}
.filter-box__label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filter-box__label:hover input ~ .checkmark {
  background-color: #ccc;
}
.filter-box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.filter-box__label input:checked ~ .checkmark:after {
  display: block;
}
.filter-box__label .checkmark:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  left: 3px;
  top: 0;
}
.filter-box h6:first-of-type {
  margin: 0 0 20px;
}
.filter-box h6 {
  font-size: 18px;
  margin: 20px 0;
}
.filter-box__list-item {
  color: #5A5A5A;
  font-size: 14px;
}
.filter-box__list-item.active, .filter-box__list-item:hover, .filter-box__list-item:active, .filter-box__list-item:focus {
  color: #00A3E9;
  text-decoration: none;
}
.filter-box__option-text {
  color: #5A5A5A;
  margin-left: 10px;
}
.filter-box__search-btn-container {
  margin-top: 20px;
}
.filter-box__search-btn {
  background: #F7FCFF;
  border: 1px solid #00A3E9;
  border-radius: 5px;
  padding: 5px 20px;
  color: #00A3E9;
  font-size: 14px;
}
.filter-box__search-btn:hover {
  background: #00A3E9;
  color: white;
}

.cta-blue-box {
  height: 297px;
  width: 270px;
  background: #00A3E9;
  margin-top: 30px;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 20px;
}
.cta-blue-box img {
  width: 45px;
  height: 52px;
}
.cta-blue-box h6 {
  color: white;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 0 !important;
}
.cta-blue-box p {
  font-size: 15px;
  line-height: 30px;
  margin: 10px 0 20px;
}
.cta-blue-box a {
  background: #00A3E9;
  border: 1px solid white;
  border-radius: 5px;
  padding: 10px 40px;
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.cta-blue-box a i {
  margin-left: 10px;
}
.cta-blue-box a:hover {
  color: #00A3E9;
  background: white;
}

#input-sort, #input-limit {
  background: white;
  border: 1px solid #5A5A5A;
  color: #5A5A5A;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  font-size: 15px;
}

.pagination-sort-container {
  display: flex;
  gap: 0 30px;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .pagination-sort-container {
    padding-top: 10px;
  }
}
.pagination-sort-container .input-group {
  width: 100%;
}

@media (max-width: 767px) {
  .narrow-top-banner {
    visibility: hidden;
    display: none;
  }
  .product-category__deal-of-the-week-banner {
    visibility: hidden;
    display: none;
  }
  .product-category__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-category__product-row {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .product-category__no-products-btn {
    visibility: hidden;
    display: none;
  }
}
.product-images .swiper-nav {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
}
.product-images .swiper-nav .swiper-button-next {
  background-color: #fff;
  background-image: none;
  border: 0;
  color: #00A3E9;
  position: static;
  margin-top: 0;
  height: inherit;
  min-width: 100px;
}

.slick-next::before {
  color: #00A3E9;
  font-family: "Font Awesome 5 Pro";
  content: "\f054" !important;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 992px) {
  .slick-next::before {
    visibility: hidden;
    display: none;
  }
}

.slick-prev:before {
  visibility: hidden !important;
  display: none !important;
}

.slick-slider {
  width: 400px;
}

.slick-slide {
  width: 200px !important;
}

.image-additional img {
  width: 170px;
  height: 125px;
}

.product-info__title {
  font-size: 44px;
  margin-bottom: 20px;
}
.product-info__title + .list-unstyled {
  margin-bottom: 30px;
}
.product-info__price {
  color: #00A3E9;
  font-size: 26px;
  font-weight: 700;
}
.product-info__point-price {
  color: #00A3E9;
  margin-bottom: 30px;
}
.product-info__returns-icon {
  width: 22px;
  height: 24px;
  display: inline;
  margin-bottom: 15px;
}
.product-info__returns-text {
  text-decoration: none;
  color: #00A3E9;
  font-size: 15px;
}
.product-info__returns-text:hover {
  color: #3b5060;
  text-decoration: none;
}
.product-info__description p {
  color: #666666;
  line-height: 30px;
  font-size: 15px;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 30px;
}
.product-info__add-to-bag-btn {
  background: #00A3E9;
  width: 190px;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 5px;
  color: white;
  border: none !important;
  display: inline;
  margin-left: 20px;
}
.product-info__add-to-bag-btn i {
  font-size: 10px;
  margin-left: 20px;
}
.product-info__add-to-bag-btn:hover {
  border: 1px solid #00A3E9 !important;
  background: white;
  color: #00A3E9;
}
@media screen and (max-width: 767px) {
  .product-info__add-to-bag-btn {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
}
.product-info__store-and-delivery {
  margin-bottom: 60px;
}
.product-info__store-icon {
  width: 24px;
  height: 24px;
  display: inline;
  margin-right: 10px;
}
.product-info__delivery-icon {
  width: 31px;
  height: 20px;
  display: inline;
  margin-right: 10px;
}
.product-info__store-text {
  font-size: 15px;
  color: #666666;
  margin-right: 30px;
  text-decoration: none;
}
.product-info__delivery-text {
  font-size: 15px;
  color: #666666;
}
.product-info__search-local-container {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.product-info__search-local-container input {
  min-width: 320px;
}
@media screen and (max-width: 767px) {
  .product-info__search-local-container input {
    min-width: 0;
    width: 100%;
  }
}
.product-info__search-local-input {
  height: 40px;
  border-bottom: 1px solid #00A3E9 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}
.product-info__search-local-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 125px;
  margin-left: 30px;
  border: 1px solid #00A3E9;
  border-radius: 5px;
  padding: 10px 20px;
  color: #00A3E9;
  font-size: 14px;
}
.product-info__search-local-btn i {
  margin-right: 5px;
  font-size: 15px;
}
.product-info__search-local-btn:hover {
  background: #00A3E9;
  color: white;
}
.product-info__order-now-container {
  margin-bottom: 60px;
}
.product-info__order-now-p {
  margin-bottom: 20px;
}
.product-info__order-now-ul {
  list-style: none;
}
.product-info__order-now-li {
  margin-bottom: 20px;
  color: #00A3E9;
  font-weight: 700;
}
.product-info__tabs {
  border-bottom: 0 !important;
}

.product-returns {
  margin-bottom: 15px;
}
.product-returns img {
  margin-right: 5px;
}

.nav-tabs > li > a {
  text-align: center;
  width: 112px;
  height: 45px;
  background-color: #F7FCFF;
  color: #5A5A5A;
  font-weight: 300;
  font-size: 15px;
  border-bottom: 1px solid #00A3E9 !important;
  border-radius: 0px 4px 0 0 !important;
  border-right: 1px solid #D2D2D2 !important;
  border-top: 1px solid #D2D2D2 !important;
}

.nav-tabs > li.active > a {
  background-color: white;
  border-left: none !important;
  border-right: 1px solid #00A3E9 !important;
  border-top: 1px solid #00A3E9 !important;
  color: #00A3E9 !important;
  font-weight: 700;
  border-bottom: 1px solid white !important;
}

.product-info-text {
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 15px;
  color: #5a5a5a;
  line-height: 30px;
}
@media (max-width: 767px) {
  .product-info-text {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .alert {
    margin-right: 15px;
  }
}

.control-label {
  color: #00A3E9;
  font-size: 15px;
  font-weight: 300;
  margin-right: 10px;
}

.form-control {
  height: 40px;
  border: 1px solid #5A5A5A;
  color: #5A5A5A;
  border-radius: 5px;
  font-size: 15px;
  display: inline;
}

#input-quantity {
  width: 65px;
}

.related-products {
  background: #F7FCFF;
  padding: 60px 0;
  margin-bottom: 60px;
}
.related-products h3 {
  font-size: 44px;
  font-weight: 300;
  color: #222222;
  margin-bottom: 30px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .related-products h3 {
    font-size: 22px;
    margin-left: 0;
  }
}

.related-product-thumb a {
  text-decoration: none;
}

.related-products-btn {
  border: 1px solid #00A3E9;
  border-radius: 5px;
  padding: 5px 20px;
  color: #00A3E9;
  font-size: 14px;
}
.related-products-btn i {
  font-size: 10px;
}
.related-products-btn:hover {
  background: #00A3E9;
  color: white;
}

#account-login > .row {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #account-login > .row {
    margin-top: 30px;
  }
}
#account-login #column-right {
  width: 100%;
}
@media screen and (min-width: 992px) {
  #account-login #column-right {
    width: 25%;
  }
}
#account-login .list-group-item {
  border: none !important;
}

.login-box-1, .login-box-2 {
  min-height: 370px;
  height: 100%;
  border-radius: 0 !important;
  border: none !important;
  background: #F7FCFF;
  box-shadow: none;
}
@media screen and (max-width: 991px) {
  .login-box-1, .login-box-2 {
    min-height: 0;
  }
}
.login-box-1__text-input, .login-box-2__text-input {
  border-radius: 0 !important;
  border-bottom: 1px solid #00A3E9;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
  width: 80%;
  margin-bottom: 10px;
}
.login-box-1__h2, .login-box-2__h2 {
  font-size: 26px;
  color: #222222;
  margin-bottom: 20px;
}
.login-box-1__returning-customer-register, .login-box-2__returning-customer-register {
  font-size: 15px;
  font-weight: 700;
  color: #00A3E9;
  margin-bottom: 20px;
}
.login-box-1__register-text, .login-box-2__register-text {
  margin-bottom: 20px;
}
.login-box-1__btn, .login-box-2__btn {
  border: 1px solid #00A3E9;
  background-color: #00A3E9;
  border-radius: 2px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 20px;
  font-size: 15px;
  min-width: 175px;
  min-height: 44px;
}
.login-box-1__btn:hover, .login-box-1__btn:active, .login-box-1__btn:focus, .login-box-2__btn:hover, .login-box-2__btn:active, .login-box-2__btn:focus {
  text-decoration: none;
  background: #00A3E9;
  color: white;
}
.login-box-1__btn i, .login-box-2__btn i {
  font-size: 10px;
}

.login-box-2__btn {
  padding: 3px 20px !important;
}

.login-buttons {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .login-buttons {
    flex-wrap: wrap;
  }
  .login-buttons button, .login-buttons a {
    width: 100%;
  }
}

.alert-danger {
  margin-top: 20px;
}

#account-register > .row {
  margin: 60px 0;
}
#account-register .list-group-item {
  border: none !important;
}

.account-register__text-input {
  width: 80%;
  border-radius: 0 !important;
  border-bottom: 1px solid #00A3E9;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
  margin-bottom: 10px;
}
.account-register h1 {
  font-size: 44px;
  color: #222222;
  margin-bottom: 30px;
}
.account-register__btn {
  border: 1px solid #00A3E9;
  background-color: #00A3E9;
  border-radius: 2px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 20px;
  font-size: 15px;
  min-width: 175px;
  min-height: 44px;
  margin-top: 30px;
}
.account-register__btn:hover, .account-register__btn:active, .account-register__btn:focus {
  text-decoration: none;
  color: white;
  background: #00A3E9;
}
.account-register__btn i {
  font-size: 10px;
}
.account-register__p {
  margin-bottom: 30px;
}
.account-register__checkbox {
  margin-left: 5px !important;
}

#common-success .list-group-item {
  border: none !important;
}

.common-success h1 {
  margin: 30px 0;
}
.common-success p:last-of-type {
  margin-bottom: 30px;
}
.common-success__btn {
  border: 1px solid #00A3E9;
  border-radius: 5px;
  padding: 5px 20px;
  color: #00A3E9;
  font-size: 14px;
  width: 100px;
  height: 30px;
  background: transparent;
}
.common-success__btn:hover, .common-success__btn:active, .common-success__btn:focus {
  text-decoration: none;
  background: #00A3E9;
  color: white;
}
.common-success__btn i {
  font-size: 10px;
}

#account-account .list-group-item {
  border: none !important;
}

.account-account h2 {
  font-size: 44px;
  color: #222222;
  margin: 30px 0;
}
.account-account__link {
  margin: 10px 0;
}

.account-edit h1,
.account-password h1,
.account-order h1,
.account-reward h1,
.account-return h1,
.account-transaction h1,
.account-forgotten h1,
.account-address h1,
.account-newsletter h1 {
  font-size: 44px;
  color: #222222;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .account-edit h1,
  .account-password h1,
  .account-order h1,
  .account-reward h1,
  .account-return h1,
  .account-transaction h1,
  .account-forgotten h1,
  .account-address h1,
  .account-newsletter h1 {
    font-size: 22px;
  }
}
.account-edit__text-input,
.account-password__text-input,
.account-order__text-input,
.account-reward__text-input,
.account-return__text-input,
.account-transaction__text-input,
.account-forgotten__text-input,
.account-address__text-input,
.account-newsletter__text-input {
  border-radius: 0 !important;
  border-bottom: 1px solid #00A3E9;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
  width: 80%;
  margin-bottom: 10px;
  margin-top: 5px;
}
.account-edit__continue-btn,
.account-password__continue-btn,
.account-order__continue-btn,
.account-reward__continue-btn,
.account-return__continue-btn,
.account-transaction__continue-btn,
.account-forgotten__continue-btn,
.account-address__continue-btn,
.account-newsletter__continue-btn {
  border: 1px solid #00A3E9;
  border-radius: 5px;
  padding: 5px 20px;
  color: #00A3E9;
  font-size: 14px;
  line-height: 1;
  width: 100px;
  height: 30px;
  background: white;
}
.account-edit__continue-btn:hover, .account-edit__continue-btn:active, .account-edit__continue-btn:focus,
.account-password__continue-btn:hover,
.account-password__continue-btn:active,
.account-password__continue-btn:focus,
.account-order__continue-btn:hover,
.account-order__continue-btn:active,
.account-order__continue-btn:focus,
.account-reward__continue-btn:hover,
.account-reward__continue-btn:active,
.account-reward__continue-btn:focus,
.account-return__continue-btn:hover,
.account-return__continue-btn:active,
.account-return__continue-btn:focus,
.account-transaction__continue-btn:hover,
.account-transaction__continue-btn:active,
.account-transaction__continue-btn:focus,
.account-forgotten__continue-btn:hover,
.account-forgotten__continue-btn:active,
.account-forgotten__continue-btn:focus,
.account-address__continue-btn:hover,
.account-address__continue-btn:active,
.account-address__continue-btn:focus,
.account-newsletter__continue-btn:hover,
.account-newsletter__continue-btn:active,
.account-newsletter__continue-btn:focus {
  text-decoration: none;
  background: #00A3E9;
  color: white;
}
.account-edit__continue-btn i,
.account-password__continue-btn i,
.account-order__continue-btn i,
.account-reward__continue-btn i,
.account-return__continue-btn i,
.account-transaction__continue-btn i,
.account-forgotten__continue-btn i,
.account-address__continue-btn i,
.account-newsletter__continue-btn i {
  font-size: 10px;
}
.account-edit__continue-btn--button,
.account-password__continue-btn--button,
.account-order__continue-btn--button,
.account-reward__continue-btn--button,
.account-return__continue-btn--button,
.account-transaction__continue-btn--button,
.account-forgotten__continue-btn--button,
.account-address__continue-btn--button,
.account-newsletter__continue-btn--button {
  padding: 3px 20px !important;
  width: 121px !important;
  margin-left: 30px;
}

.form-group.no-margins {
  margin: 0;
}
.form-group label {
  text-align: left !important;
}

@media (max-width: 767px) {
  #account-password,
  #account-order,
  #account-reward,
  #account-edit,
  #account-return,
  #account-transaction,
  #account-forgotten,
  #account-address,
  #account-newsletter {
    padding-right: 30px !important;
  }
}
#account-password .list-group-item,
#account-order .list-group-item,
#account-reward .list-group-item,
#account-edit .list-group-item,
#account-return .list-group-item,
#account-transaction .list-group-item,
#account-forgotten .list-group-item,
#account-address .list-group-item,
#account-newsletter .list-group-item {
  border: none !important;
}

#account-order-continue-btn, #account-reward-continue-btn, #account-return-continue-btn, #account-transaction-continue-btn {
  margin-top: 30px;
}

.alert-success {
  margin-top: 30px;
}

#account-order h2, #account-address h2 {
  font-size: 44px;
  color: #222222;
  margin: 30px 0;
}

#account-return h1 {
  font-size: 44px;
  color: #222222;
  margin: 30px 0;
}

.returns-calendar-btn {
  height: 40px !important;
}

.account-login input {
  background: #F7FCFF !important;
}

@media screen and (max-width: 991px) {
  .account-login-content > .row > div {
    width: 100%;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  #account-address h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #account-return h1 {
    font-size: 22px;
  }
}
.information-contact__h1 {
  font-size: 44px;
  color: #222222;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .information-contact__h1 {
    font-size: 22px;
  }
}
.information-contact__p {
  font-size: 15px;
  color: #5A5A5A;
  line-height: 30px;
  margin-bottom: 60px;
}
.information-contact form {
  margin-left: 15px;
}

.input-wrapper {
  position: relative;
  padding: 20px 0;
  max-width: 100%;
}

.input-wrapper input, .input-wrapper textarea {
  border: none;
  border-bottom: 1px solid #5A5A5A;
  color: #222222;
  display: block;
  font-size: 18px;
  padding: 10px 0;
  width: 100%;
  box-shadow: none;
  border-radius: 0;
}

.input-wrapper label {
  color: #5A5A5A !important;
  font-size: 15px;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translateY(30px);
}

.input-wrapper input:focus,
.input-wrapper textarea:focus {
  border-bottom-color: #00A3E9 !important;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

.input-wrapper input:valid + label,
.input-wrapper input:focus + label,
.input-wrapper textarea:valid + label,
.input-wrapper textarea:focus + label {
  color: #5A5A5A;
  font-size: 14px;
  transform: translateY(0);
}

.input-wrapper label {
  transition: all 0.2s ease-in-out;
}

.contact-card {
  margin-top: 60px;
}
.contact-card-link:hover, .contact-card-link:active, .contact-card-link:focus {
  text-decoration: none;
}

.contact-btn-container {
  float: right !important;
}

.contact-btn {
  border: 1px solid #00A3E9;
  border-radius: 5px;
  color: #00A3E9;
  font-size: 14px;
  width: 112px;
  height: 40px;
  background: white;
  padding: 3px 20px !important;
  width: 121px !important;
}
.contact-btn:hover, .contact-btn:active, .contact-btn:focus {
  text-decoration: none;
  background: #00A3E9;
  color: white;
}
.contact-btn i {
  font-size: 15px;
  margin-right: 5px;
}

.contact-card .home-section-6__card-text {
  max-width: 360px;
  padding: 15px;
}

@media (max-width: 1194px) {
  .contact-card {
    visibility: hidden;
    display: none;
  }
}
@media (max-width: 991px) {
  #information-contact {
    padding-right: 30px !important;
  }
  .contact-btn-container {
    float: left !important;
    margin-left: -15px;
  }
}
.custom-field .date {
  position: initial;
}
.custom-field .date input {
  min-height: 51px;
}
.custom-field .date label {
  z-index: 3;
}
.custom-field .date .input-group-btn .btn {
  background-color: #5A5A5A;
  color: white;
  border-radius: 0;
  margin-bottom: -17px;
  border-color: #5A5A5A;
}

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

.information-information h1 {
  font-size: 44px;
  color: #222222;
  margin: 40px 0;
}
.information-information h2 {
  color: #222222;
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 50px;
}
.information-information ul {
  list-style: none;
  line-height: 30px;
  padding-inline-start: 0px !important;
  margin-bottom: 20px;
}
.information-information p {
  margin-bottom: 20px;
}

.telephone, .email {
  color: #00A3E9;
}

.telephone {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .information-information h1 {
    font-size: 22px;
  }
  .information-information h2 {
    font-size: 18px;
  }
  .information-information #content {
    padding-right: 30px !important;
  }
}
.checkout-cart .cart-header {
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.checkout-cart .cart-header h1 {
  margin: 0;
}
.checkout-cart .cart-header a {
  display: none;
  max-width: 275px;
}
@media screen and (max-width: 991px) {
  .checkout-cart .cart-header a {
    display: flex;
  }
}
.checkout-cart__h1 {
  font-size: 44px;
  font-weight: 300;
  color: #222222;
  margin: 60px 0;
}
.checkout-cart__product {
  padding-bottom: 30px;
  border-bottom: 1px solid #666666;
  margin-bottom: 30px;
}
.checkout-cart__product-name {
  font-size: 18px;
  font-weight: 300;
  color: #222222;
  margin-bottom: 20px;
}
.checkout-cart__product-price {
  font-size: 26px;
  font-weight: 700;
  color: #222222;
}
.checkout-cart__refresh-btn, .checkout-cart__remove-btn {
  color: #00A3E9 !important;
  font-size: 14px;
  font-weight: 300;
}
.checkout-cart__quantity-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .checkout-cart__quantity-container {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
.checkout-cart__quantity-label {
  font-weight: 300;
  font-size: 14px;
  color: #666666;
  margin-right: 10px;
  margin-bottom: 0;
}
.checkout-cart__quantity-input {
  width: 135px;
  height: 40px;
  border: 1px solid #666666;
  border-radius: 5px;
  padding: 10px;
}
@media screen and (max-width: 575px) {
  .checkout-cart__quantity-input {
    width: 100%;
  }
}
.checkout-cart__btn-container {
  display: flex;
  justify-content: flex-end;
}
.checkout-cart__btn-container button + button {
  margin-left: 10px;
}
.checkout-cart button, .checkout-cart input[type=submit], .checkout-cart input[type=reset] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

@media (max-width: 767px) {
  .checkout-cart__h1 {
    font-size: 22px;
    margin: 30px 0;
  }
  .checkout-cart .checkout-cart__product-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.checkout-panel {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 60px 15px;
  /* radio button styles */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
@media screen and (max-width: 991px) {
  .checkout-panel {
    padding-top: 0;
  }
}
.checkout-panel__continue-shopping-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 268px;
  padding: 10px 30px;
  height: 44px;
  border: 1px solid #00A3E9;
  border-radius: 5px;
}
.checkout-panel__continue-shopping-btn:hover, .checkout-panel__continue-shopping-btn:focus, .checkout-panel__continue-shopping-btn:active {
  text-decoration: none;
  background: #00A3E9;
  color: white;
}
@media screen and (max-width: 991px) {
  .checkout-panel__continue-shopping-btn {
    max-width: none;
  }
}
.checkout-panel__continue-to-checkout-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  border-radius: 5px;
  background: #00A3E9;
  border: 1px solid #00A3E9;
  color: #fff;
  width: 100%;
}
.checkout-panel__continue-to-checkout-btn:hover, .checkout-panel__continue-to-checkout-btn:focus, .checkout-panel__continue-to-checkout-btn:active {
  text-decoration: none;
  background: #fff;
  color: #00A3E9;
}
.checkout-panel__continue-to-checkout-btn i {
  margin-left: 12px;
}
@media screen and (max-width: 1199px) {
  .checkout-panel__continue-to-checkout-btn {
    padding: 10px 15px;
  }
}
.checkout-panel__panel {
  background: #F7FCFF;
  margin-top: 70px;
  padding: 40px;
}
@media screen and (max-width: 1199px) {
  .checkout-panel__panel {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 991px) {
  .checkout-panel__panel {
    margin-top: 30px;
    width: 100%;
  }
}
.checkout-panel__subtotal-container {
  display: flex;
  justify-content: space-between;
}
.checkout-panel__delivery-container {
  display: flex;
  justify-content: space-between;
}
.checkout-panel__subtotal-title {
  font-size: 15px;
  color: #222222;
  margin-top: 30px;
}
.checkout-panel__subtotal-amount {
  font-size: 15px;
  color: #222222;
  margin-top: 30px;
}
.checkout-panel__delivery-title {
  font-size: 15px;
  color: #222222;
  margin-top: 10px;
}
.checkout-panel__delivery-title i {
  font-size: 10px;
  margin-left: 10px;
}
.checkout-panel__delivery-amount {
  font-size: 15px;
  color: #222222;
  margin-top: 10px;
}
.checkout-panel form {
  margin-top: 10px;
}
.checkout-panel .shipping-option-container {
  display: block;
  position: relative;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #5A5A5A;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: -10px;
}
.checkout-panel .shipping-option-container .shipping-option-label-text {
  margin-left: 40px;
}
.checkout-panel .shipping-option-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkout-panel .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #666666;
}
.checkout-panel .shipping-option-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkout-panel .shipping-option-container input:checked ~ .checkmark {
  background-color: #ccc;
}
.checkout-panel .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkout-panel .shipping-option-container input:checked ~ .checkmark:after {
  display: block;
}
.checkout-panel .shipping-option-container .checkmark:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  left: 3px;
  top: 0;
  font-weight: 300;
}
.checkout-panel hr {
  color: #D2D2D2;
  margin: 40px 0 20px;
}
.checkout-panel .apply-coupon-btn i {
  margin-left: 10px;
  font-size: 10px;
}
.checkout-panel .total {
  margin-top: 30px;
}
.checkout-panel .total__amount {
  color: #00A3E9;
  font-size: 26px;
  font-weight: 700;
}

#error-not-found {
  margin-bottom: 60px;
}
#error-not-found h1 {
  margin-top: 60px;
}

.error-not-found__continue-btn-container {
  margin-top: 30px;
}
.error-not-found__continue-btn {
  border: 1px solid #00A3E9;
  border-radius: 5px;
  padding: 5px 20px;
  color: #00A3E9;
  font-size: 14px;
  width: 100px;
  height: 30px;
  background: white;
}
.error-not-found__continue-btn:hover, .error-not-found__continue-btn:active, .error-not-found__continue-btn:focus {
  text-decoration: none;
  color: #00A3E9;
}
.error-not-found__continue-btn i {
  font-size: 10px;
}

.cart-content .panel-group .panel {
  margin-bottom: 15px;
}
.cart-content div#accordion .form-horizontal, .cart-content div#accordion .form-group, .cart-content div#accordion input, .cart-content div#accordion select {
  width: 100%;
}
.cart-content div#accordion input[type=submit], .cart-content div#accordion input[type=button] {
  width: auto;
}

.alert {
  margin-top: 20px;
}

#input-country, #input-zone {
  border-radius: 0;
  margin-top: 10px;
}

#accordion {
  width: 100%;
}

.shop-address {
  line-height: 20px;
  color: #222222;
}

.shop-distance {
  color: #666666;
  font-weight: 300;
}

.collect-button {
  border: 1px solid #00A3E9 !important;
  padding: 5px 15px !important;
  border-radius: 5px;
  background: white !important;
  margin-top: 10px;
}
.collect-button i {
  margin-right: 10px;
}
.collect-button:hover, .collect-button:active, .collect-button:focus {
  background: #00A3E9 !important;
  color: white;
}

.checkout-checkout__heading-container {
  margin-top: 60px;
  margin-bottom: 60px;
}
.checkout-checkout__h1 {
  font-size: 44px;
  color: #222222;
  display: inline;
}
.checkout-checkout__continue-shopping-btn {
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
  width: 288px;
  height: 44px;
  border: 1px solid #00A3E9;
  border-radius: 5px;
}
.checkout-checkout__continue-shopping-btn:hover, .checkout-checkout__continue-shopping-btn:focus, .checkout-checkout__continue-shopping-btn:active {
  text-decoration: none;
  background: #00A3E9;
  color: white;
}

@media (max-width: 767px) {
  .checkout-checkout__h1 {
    font-size: 22px;
    margin-left: 5px;
  }
  .checkout-checkout__continue-shopping-btn {
    visibility: hidden;
    display: none;
  }
}
.panel {
  border: none !important;
  box-shadow: none !important;
}
.panel .fa-caret-down {
  visibility: hidden !important;
  display: none !important;
}
.panel h2 {
  font-size: 26px !important;
  font-weight: 300 !important;
  color: #222222 !important;
  margin-top: 30px;
  margin-bottom: 20px;
}
.panel p {
  margin-bottom: 30px;
}
.panel .btn-primary {
  background: #00A3E9 !important;
  border-radius: 5px !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  border: none !important;
  font-family: "Lato", sans-serif !important;
  border: 1px solid #00A3E9 !important;
  padding: 8px 38px !important;
  position: relative;
}
.panel .btn-primary:hover, .panel .btn-primary:focus, .panel .btn-primary:active {
  background: white !important;
  color: #00A3E9 !important;
}
.panel .btn-primary::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 10px;
  color: white;
  display: inline-block;
  margin-left: 10px;
}
.panel .login-btn-container {
  margin-top: 30px;
}
.panel #button-login {
  width: 121px !important;
  color: white !important;
  display: inline;
  margin-right: 30px;
  border: 1px solid #00A3E9 !important;
  padding: 8px 38px !important;
}
.panel #button-login:hover, .panel #button-login:focus, .panel #button-login:active {
  color: #00A3E9 !important;
}

.checkout-cart .panel-default .panel-heading, .checkout-checkout .panel-default .panel-heading {
  background-color: #F7FCFF;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.checkout-cart .panel-title, .checkout-checkout .panel-title {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  transition: 0.3s all ease;
}
.checkout-cart .panel-title:hover, .checkout-cart .panel-title:focus, .checkout-checkout .panel-title:hover, .checkout-checkout .panel-title:focus {
  text-decoration: none;
  background-color: #def2ff;
}
.checkout-cart .panel-title:after, .checkout-checkout .panel-title:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  transition: 0.3s all ease;
}
.checkout-cart .panel-title[aria-expanded=true]:after, .checkout-checkout .panel-title[aria-expanded=true]:after {
  transform: rotate(180deg);
}
.checkout-cart .panel-body .form-group, .checkout-checkout .panel-body .form-group {
  margin-left: 0;
  margin-right: 0;
}
.checkout-cart .panel-body .form-group .control-label, .checkout-checkout .panel-body .form-group .control-label {
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
}

#input-payment-country, #input-payment-zone, #input-shipping-zone, #input-shipping-country {
  color: #5a5a5a;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  padding: 10px;
  height: 40px;
}

#input-shipping-zone-label, #input-shipping-country-label {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #00A3E9;
  font-weight: 300;
  margin-right: 30px;
  margin-bottom: 20px;
}

#input-payment-country, #input-shipping-country {
  margin-bottom: 20px;
}

.blue-light-text {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #00A3E9;
  font-size: 15px;
}

.terms-checkbox {
  margin-right: 30px;
}

.float-right {
  float: right;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

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

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

.margin-left-minus-15-px {
  margin-left: -15px;
}

#checkout-checkout .panel-body form > div {
  column-count: 2;
  column-gap: 30px;
}
@media screen and (max-width: 767px) {
  #checkout-checkout .panel-body form > div {
    column-count: 1;
  }
}
#checkout-checkout .panel-title {
  padding: 20px;
}
#checkout-checkout .panel-title a {
  padding: 20px;
  margin: -20px;
  position: relative;
  width: calc(100% + 40px);
}
#checkout-checkout .panel-title a[aria-expanded=true]:after {
  transform: rotate(180deg);
}
#checkout-checkout .panel-title:after {
  position: absolute;
  right: 40px;
  pointer-events: none;
  transition: 0.3s all ease;
}

.product-search__h1 {
  font-size: 44px;
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #222222;
}
@media (max-width: 767px) {
  .product-search__h1 {
    font-size: 22px;
    margin-top: 30px;
  }
}
.product-search__h2 {
  margin-bottom: 30px;
}
.product-search__select-category {
  margin-bottom: 20px;
}
.product-search__checkboxes {
  margin-bottom: 20px;
}
.product-search__checkbox-text {
  color: #00A3E9;
  font-weight: 300;
}
.product-search__search-btn {
  border: 1px solid #00A3E9;
  border-radius: 5px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  color: #00A3E9;
  font-size: 14px;
  height: 30px;
  margin-bottom: 30px;
  background: white;
}
.product-search__search-btn:hover, .product-search__search-btn:active, .product-search__search-btn:focus {
  text-decoration: none;
  background: #00A3E9;
  color: white;
}
.product-search__search-btn i {
  font-size: 10px;
  margin-left: 10px;
}
.product-search__control-label {
  margin-bottom: 20px;
}

#product-search #content .checkbox-inline {
  margin-bottom: 20px;
}
#product-search #content .checkbox-inline--flex {
  display: flex;
  align-items: center;
}
#product-search #content .checkbox-inline--flex input {
  margin-top: 0;
}

.old-price {
  font-weight: 300 !important;
  color: #222222 !important;
  text-decoration: line-through;
  margin-right: 20px;
}

.new-price {
  color: #D11546;
  font-weight: 400;
  font-family: "Signika";
  font-size: 16px;
}

.quit-tracker h1 {
  font-size: 44px;
  color: #222222;
  font-weight: 300;
}
.quit-tracker h2 {
  font-size: 26px;
  color: #222222;
  font-weight: 300;
}
@media (max-width: 767px) {
  .quit-tracker h2 {
    font-size: 18px;
    font-weight: 700;
  }
}
.quit-tracker p {
  font-size: 15px;
  line-height: 30px;
  color: #5a5a5a;
}
.quit-tracker-section-1 {
  margin-top: 60px;
}
.quit-tracker-section-1 h1 {
  margin-top: 120px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .quit-tracker-section-1 h1 {
    font-size: 22px;
    margin-top: 0;
  }
}
.quit-tracker-section-1__img {
  width: 570px;
  height: 400px;
}
@media (max-width: 767px) {
  .quit-tracker-section-1__img {
    visibility: hidden;
    display: none;
  }
}
.quit-tracker-section-2 {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .quit-tracker-section-2 {
    margin-top: 30px;
  }
}
.quit-tracker-section-2 h2 {
  margin-bottom: 20px;
}
.quit-tracker-section-2 p:first-of-type {
  margin-bottom: 30px;
}
.quit-tracker-section-2__img-1, .quit-tracker-section-2__img-2 {
  height: 300px;
  width: 220px;
}
@media (max-width: 767px) {
  .quit-tracker-section-2__img-1, .quit-tracker-section-2__img-2 {
    visibility: hidden;
    display: none;
  }
}
.quit-tracker-section-2__img-2 {
  margin-top: 50px;
  margin-left: -50px;
}
@media (max-width: 767px) {
  .quit-tracker-section-2__img-2 {
    visibility: hidden;
    display: none;
  }
}
.quit-tracker-section-3 {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .quit-tracker-section-3 {
    margin-top: 30px;
  }
}
.quit-tracker-section-3 h2 {
  margin-bottom: 20px;
}
.quit-tracker-section-3 h2:last-of-type {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .quit-tracker-section-3 h2:last-of-type {
    margin-top: 30px;
  }
}
.quit-tracker-section-3 p:first-of-type {
  margin-bottom: 30px;
}
.quit-tracker-section-3__img {
  width: 570px;
  height: 400px;
}
@media (max-width: 767px) {
  .quit-tracker-section-3__img {
    visibility: hidden;
    display: none;
  }
}
.quit-tracker-section-4 {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .quit-tracker-section-4 {
    margin-top: 30px;
  }
}
.quit-tracker-section-4__savings-calculator-1 {
  padding: 40px;
  height: 420px;
  color: white;
  background: #00A3E9;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .quit-tracker-section-4__savings-calculator-1 {
    height: 450px;
  }
}
@media (max-width: 398px) {
  .quit-tracker-section-4__savings-calculator-1 {
    height: 450px;
  }
}
.quit-tracker-section-4__savings-calculator-1 p {
  font-size: 26px;
  color: white;
  margin-bottom: 30px;
}
.quit-tracker-section-4__savings-calculator-1 input {
  background: #00A3E9;
  inset: unset;
  border: 1px solid white !important;
  border-radius: 5px !important;
  padding: 10px !important;
  font-family: "Montserrat", sans-serif;
}
.quit-tracker-section-4__savings-calculator-1 label {
  font-size: 14px;
  font-weight: 300;
  margin-right: 10px;
}
.quit-tracker-section-4__savings-calculator-1-quit-time, .quit-tracker-section-4__savings-calculator-1-quit-date, .quit-tracker-section-4__savings-calculator-1-avg-cost-per-day {
  margin-bottom: 30px;
}
.quit-tracker-section-4__savings-calculator-1-quit-time input, .quit-tracker-section-4__savings-calculator-1-quit-date input, .quit-tracker-section-4__savings-calculator-1-avg-cost-per-day input {
  width: 150px;
  height: 40px;
}
.quit-tracker-section-4__savings-calculator-1-calculate-btn {
  background: #FFFFFF;
  padding: 10px 40px;
  color: #00A3E9;
  border-radius: 5px;
  border: 1px solid #00A3E9;
  font-weight: 700;
  position: absolute;
  bottom: 40px;
}
.quit-tracker-section-4__savings-calculator-1-calculate-btn i {
  font-size: 10px;
  margin-left: 6px;
}
.quit-tracker-section-4__savings-calculator-1-calculate-btn:hover, .quit-tracker-section-4__savings-calculator-1-calculate-btn:focus, .quit-tracker-section-4__savings-calculator-1-calculate-btn:active {
  background: #00A3E9;
  color: white;
  border: 1px solid white !important;
}
.quit-tracker-section-4__savings-calculator-2 {
  background: #F7FCFF;
  height: 420px;
  padding: 40px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .quit-tracker-section-4__savings-calculator-2 {
    height: 450px;
  }
}
@media (max-width: 386px) {
  .quit-tracker-section-4__savings-calculator-2 {
    height: 430px;
  }
}
.quit-tracker-section-4__savings-calculator-2 p {
  font-size: 26px;
  color: #222222;
  margin-bottom: 30px;
}
.quit-tracker-section-4__savings-calculator-2 p:last-of-type {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .quit-tracker-section-4__savings-calculator-2 p:last-of-type {
    margin-top: 30px;
  }
}
.quit-tracker-section-4__savings-calculator-2 .days, .quit-tracker-section-4__savings-calculator-2 .savings {
  font-weight: 700;
  color: #00A3E9;
}
.quit-tracker-section-4__savings-calculator-2 .hours, .quit-tracker-section-4__savings-calculator-2 .minutes {
  font-weight: 700;
}
.quit-tracker-section-4__savings-calculator-2-reset-btn {
  background: #FFFFFF;
  padding: 10px;
  color: #00A3E9;
  border-radius: 5px;
  border: 1px solid #00A3E9;
  position: absolute;
  bottom: 40px;
}
.quit-tracker-section-4__savings-calculator-2-reset-btn i {
  font-size: 15px;
  margin-right: 8px;
}
.quit-tracker-section-4__savings-calculator-2-reset-btn:hover, .quit-tracker-section-4__savings-calculator-2-reset-btn:focus, .quit-tracker-section-4__savings-calculator-2-reset-btn:active {
  background: #00A3E9;
  color: white;
  border: 1px solid white !important;
}
.quit-tracker-section-5 {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .quit-tracker-section-5 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .quit-tracker-section-5__img-1 {
    display: none;
  }
}
.quit-tracker-section-5__img-2 {
  margin-left: -50px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .quit-tracker-section-5__img-2 {
    visibility: hidden;
    display: none;
  }
}
.quit-tracker-section-5 h2 {
  margin-bottom: 20px;
}
.quit-tracker-section-5 p {
  margin-bottom: 40px;
}

.support-section-1 {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .support-section-1 {
    padding-left: 15px;
    padding-right: 30px;
  }
}
.support-section-1 h1 {
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .support-section-1 h1 {
    font-size: 22px;
  }
}

.support-section-2 {
  margin-top: 30px;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .support-section-2__card {
    margin-bottom: 20px;
  }
}
.support-section-2__card-img {
  width: 370px;
  height: 260px;
}
@media (max-width: 419px) {
  .support-section-2__card-img {
    width: 246px;
    height: 173px;
  }
}
@media (max-width: 991px) {
  .support-section-2__card-img {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .support-section-2 .col-md-6, .support-section-2 .col-lg-4 {
    padding-left: 0 !important;
  }
}
.support-section-2__card-text {
  width: 370px;
  height: 240px;
  background: #F7FCFF;
  padding: 20px;
}
@media (max-width: 419px) {
  .support-section-2__card-text {
    width: 246px;
  }
}
.support-section-2__card-text h6 {
  margin-bottom: 20px;
  font-size: 26px;
  color: #222222;
}
.support-section-2__card-text p {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 30px;
}
.support-section-2__card-text a {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.support-section-2__card-text a i {
  font-size: 10px;
  margin-left: 10px;
}
.support-section-2 .col-sm-4 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.support-section-2 .container {
  padding-right: 0 !important;
}
.support-section-2 .row {
  margin-right: -40px !important;
}
.support-section-2__card-1 {
  padding-right: 30px;
}

.store-locator-section-1 {
  margin-top: 60px;
  height: 974px;
  background: #F7FCFF;
}
@media (max-width: 767px) {
  .store-locator-section-1 .row {
    padding-left: 15px;
    padding-right: 30px;
  }
}
.store-locator-section-1 h1 {
  font-size: 44px;
  color: #222222;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .store-locator-section-1 h1 {
    font-size: 22px;
  }
}
.store-locator-section-1 p:first-of-type {
  margin-top: 30px;
}
.store-locator-section-1__input-wrapper {
  margin-top: 60px;
}
.store-locator-section-1__input-wrapper form {
  width: 100%;
  display: flex;
  gap: 30px;
}
.store-locator-section-1__input-wrapper input {
  background: #F7FCFF;
}
.store-locator-section-1__search-btn {
  border: 1px solid #00A3E9;
  border-radius: 5px;
  min-width: 200px;
  height: 40px;
  padding: 10px 30px;
  margin-left: 30px;
  color: #5a5a5a;
}
.store-locator-section-1__search-btn:focus, .store-locator-section-1__search-btn:hover, .store-locator-section-1__search-btn:active {
  text-decoration: none;
  background: #00A3E9 !important;
  color: white;
}
.store-locator-section-1__search-btn:focus i, .store-locator-section-1__search-btn:hover i, .store-locator-section-1__search-btn:active i {
  color: white;
}
.store-locator-section-1__search-btn i {
  color: #00A3E9;
}
@media (max-width: 767px) {
  .store-locator-section-1__search-btn {
    margin-left: 0;
  }
}
@media (max-width: 827px) {
  .store-locator-section-1__search-btn {
    display: block;
  }
}
.store-locator-section-1__map {
  margin-top: 30px;
  width: 1170px;
  height: 600px;
}
@media (max-width: 767px) {
  .store-locator-section-1 #map {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .store-locator-section-2 {
    padding-left: 15px;
  }
}
.store-locator-section-2 h1 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .store-locator-section-2 h1 {
    font-size: 22px;
    margin-left: 15px;
  }
}
.store-locator-section-2 h1 .num-locations {
  color: #00A3E9;
  font-weight: 700;
}
.store-locator-section-2 a:hover, .store-locator-section-2 a:focus, .store-locator-section-2 a:active {
  text-decoration: none;
  color: #00A3E9;
}
.store-locator-section-2__store-img {
  width: 270px;
  height: 200px;
}
.store-locator-section-2__store-name {
  font-size: 18px;
  color: #00A3E9;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}
.store-locator-section-2__store-number {
  margin-bottom: 20px;
}
.store-locator-section-2__store-btn {
  border: 1px solid #00A3E9;
  border-radius: 5px;
  padding: 5px 15px;
}
.store-locator-section-2__store-btn:hover {
  color: white;
  background: #00A3E9;
}
.store-locator-section-2__store-btn:hover i {
  color: white;
}
.store-locator-section-2__store-btn i {
  color: #00A3E9;
  font-size: 10px;
  margin-left: 10px;
}
.store-locator-section-2__store-card {
  min-height: 250px;
}
.store-locator-section-2__store-card-container-left {
  margin-bottom: 60px;
}
@media (min-width: 1201px) {
  .store-locator-section-2__store-card-container-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 !important;
  }
}
.store-locator-section-2__store-card-container-center {
  margin-bottom: 60px;
}
@media (min-width: 1201px) {
  .store-locator-section-2__store-card-container-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 !important;
  }
}
.store-locator-section-2__store-card-container-right {
  margin-bottom: 60px;
}
@media (min-width: 1201px) {
  .store-locator-section-2__store-card-container-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 !important;
  }
}

.ecloud-info-window {
  height: 100px;
  width: 200px;
  background: white;
}

.store-section-1 {
  margin-top: 60px;
}
.store-section-1 h1 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .store-section-1 h1 {
    font-size: 22px;
  }
}
.store-section-1__img {
  width: 570px;
  height: 400px;
}
@media (max-width: 1200px) {
  .store-section-1__img {
    visibility: hidden;
    display: none;
  }
}
.store-section-1__number {
  color: #00A3E9;
  font-size: 24px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .store-section-1__number {
    font-size: 16px;
  }
}
.store-section-1__address {
  margin-bottom: 20px;
}
.store-section-1__get-directions-btn {
  padding: 5px 15px;
  border: 1px solid #00A3E9;
  border-radius: 5px;
  color: #5A5A5A;
}
.store-section-1__get-directions-btn i {
  color: #00A3E9;
  font-size: 10px;
  margin-left: 10px;
}
.store-section-1__get-directions-btn:hover, .store-section-1__get-directions-btn:focus, .store-section-1__get-directions-btn:active {
  text-decoration: none;
}
.store-section-1__get-directions-btn:hover {
  color: white;
  background: #00A3E9;
}
.store-section-1__get-directions-btn:hover i {
  color: white;
}
.store-section-1__description {
  margin-top: 30px;
}
.store-section-1__call-and-collect-info {
  margin-bottom: 70px;
}
.store-section-1__call-and-collect-info p {
  margin-bottom: -10px;
}
.store-section-1__call-and-collect {
  margin-top: 20px;
  color: #00A3E9;
}
.store-section-1__facilities-list-1, .store-section-1__facilities-list-2 {
  padding-inline-start: 20px !important;
  list-style-type: disc !important;
}
.store-section-1 h1:last-of-type {
  margin-top: 70px;
  margin-bottom: 30px;
}
.store-section-1__message p {
  margin-bottom: 30px;
}

.news-list__h1 {
  font-size: 44px;
  color: #222222;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .news-list__h1 {
    font-size: 22px;
    margin-left: 15px;
  }
}
.news-list-section-1 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 767px) {
  .news-list-section-1 .col-sm-6, .news-list-section-1 .col-sm-4 {
    padding-left: 0;
  }
}
@media (max-width: 419px) {
  .news-list-section-1 {
    margin-top: 0;
  }
}
.news-list-section-1 a:hover, .news-list-section-1 a:active, .news-list-section-1 a:focus {
  text-decoration: none;
}
.news-list-section-1__card-img {
  width: 370px;
  height: 260px;
  margin-top: 30px;
}
@media (max-width: 419px) {
  .news-list-section-1__card-img {
    width: 246px;
    height: 173px;
  }
}
.news-list-section-1__card-text {
  width: 370px;
  height: 240px;
  background: #F7FCFF;
  padding: 20px;
  color: #666666;
}
@media (max-width: 419px) {
  .news-list-section-1__card-text {
    width: 246px;
  }
}
.news-list-section-1__card-text h6 {
  margin-bottom: 20px;
  font-size: 26px;
  color: #222222;
}
@media (max-width: 419px) {
  .news-list-section-1__card-text h6 {
    font-size: 18px;
  }
}
.news-list-section-1__card-text p {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 30px;
}
.news-list-section-1__card-text span {
  font-weight: 700;
  color: #00A3E9;
}
.news-list-section-1__card-text span i {
  font-size: 10px;
  margin-left: 10px;
}
.news-list-section-1 .col-sm-4 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.news-list-section-1 .container {
  padding-right: 0 !important;
}
.news-list-section-1 .row {
  margin-right: -40px !important;
}
.news-list-section-1__card-1 {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .news-list-section-1__items-text {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  #information-information {
    padding-right: 15px !important;
  }
}

.news-article {
  margin-top: 70px;
}
.news-article__heading-container {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .news-article__heading-container {
    height: 100px;
  }
}
.news-article__heading-container h1 {
  font-size: 44px;
  color: #222222;
}
@media (max-width: 767px) {
  .news-article__heading-container h1 {
    font-size: 22px;
  }
}
.news-article__date {
  margin-top: 30px;
}
.news-article__img {
  width: 570px;
  height: 400px;
}
@media (max-width: 767px) {
  .news-article__img {
    width: 380px;
    height: 267px;
  }
}
@media (max-width: 419px) {
  .news-article__img {
    width: 342px;
    height: 240px;
  }
}
.news-article p {
  margin-bottom: 40px;
}
.news-article h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  color: #222222;
  position: relative;
}
.news-article blockquote {
  border-left: none !important;
  position: relative;
  margin-bottom: 60px;
  font-style: oblique;
}
.news-article blockquote::before {
  content: "“";
  font-size: 50px;
  color: #00A3E9;
  position: absolute;
  top: -30px;
  left: 0;
  font-family: times;
}
.news-article blockquote::after {
  content: "”";
  font-size: 50px;
  color: #00A3E9;
  position: absolute;
  right: 0;
  bottom: -30px;
  font-family: times;
}

#product-manufacturer h1 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#product-manufacturer h2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .top-menu__mobile {
    display: none;
  }
}
.top-menu__logo {
  text-align: center;
}
.top-menu__logo img {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .top-menu__logo + .top-menu__pages .top-menu__support, .top-menu__logo + .top-menu__pages .top-menu__account, .top-menu__logo + .top-menu__pages .top-menu__search, .top-menu__logo + .top-menu__pages .top-menu__stores {
    display: none;
  }
}
.top-menu__pages {
  display: flex;
  justify-content: flex-end;
}
.top-menu__pages > ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .top-menu__pages > ul {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
  .top-menu__pages > ul li {
    margin-top: 15px;
  }
}
.top-menu__pages > ul > li + li {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .top-menu__pages > ul > li + li {
    margin-left: 10px;
  }
}
.top-menu__searchbar > ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  text-align: left;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .top-menu__searchbar, .top-menu__cart {
    display: none;
  }
  .top-menu__mobile .top-menu__searchbar, .top-menu__mobile .top-menu__cart {
    display: block;
    margin-top: 15px;
  }
}

.dropdown-menu {
  margin-left: 0 !important;
}
@media screen and (max-width: 991px) {
  .dropdown-menu {
    width: 100%;
  }
}

#top {
  background-color: #fff;
  border-bottom: 1px solid black;
  padding: 10px 0;
}
#top a {
  color: #666666;
}
#top .dropdown-menu a {
  color: #666666;
}

#menu .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
#menu .navbar-nav {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}
#menu .navbar-nav > li {
  float: none;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  #menu {
    margin-bottom: 0;
    background: #84CEF7;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
  }
  #menu .btn-navbar {
    color: #fff;
  }
  #menu .btn-navbar:hover, #menu .btn-navbar:active, #menu .btn-navbar:focus {
    color: #fff;
    box-shadow: none !important;
  }
  #menu .navbar-collapse ul {
    margin: 0 0 20px 0;
  }
  #menu .navbar-collapse li a {
    color: #fff !important;
  }
  #menu .navbar-left, #menu .navbar-right {
    float: none !important;
  }
  #menu .navbar-toggle {
    display: block;
  }
  #menu .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  #menu .navbar-collapse.collapse {
    display: none !important;
  }
  #menu .navbar-nav > li {
    float: none;
    clear: both;
    display: block;
  }
  #menu .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #menu .collapse.in {
    display: block !important;
  }
}
#menu li a {
  color: #5a5a5a;
  font-weight: 500;
  background: transparent;
}
#menu li a:hover, #menu li a:active, #menu li a:focus {
  color: #00A3E9;
  background: transparent;
}

.dropdown i {
  font-size: 12px;
  margin-left: 5px;
}

.nav > li > a:first-of-type {
  padding-left: 10px !important;
}

.nav > li > a {
  padding-left: 0 !important;
  padding-right: 10px !important;
}

#search {
  position: static;
}
#search button {
  background: transparent;
}
#search button:hover, #search button:active, #search button:focus {
  background: transparent !important;
}
#search .fa-search {
  color: #5a5a5a !important;
}
#search .fa-search:hover {
  color: #00A3E9 !important;
}

.find-a-store-btn, .support-btn {
  color: #5a5a5a;
}
.find-a-store-btn:hover, .find-a-store-btn:active, .find-a-store-btn:focus, .support-btn:hover, .support-btn:active, .support-btn:focus {
  text-decoration: none;
  color: #00A3E9;
}

.login-btn, .logout-btn, .account-btn {
  border: 1px solid #00A3E9;
  border-radius: 5px;
  padding: 4.5px 10px;
  min-height: 35px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  color: #5a5a5a;
}
@media screen and (max-width: 767px) {
  .login-btn, .logout-btn, .account-btn {
    padding: 4.5px 8px;
  }
}
.login-btn i, .logout-btn i, .account-btn i {
  color: #00A3E9;
}
.login-btn i:first-child, .logout-btn i:first-child, .account-btn i:first-child {
  margin-right: 5px;
}
.login-btn:hover, .login-btn:active, .login-btn:focus, .logout-btn:hover, .logout-btn:active, .logout-btn:focus, .account-btn:hover, .account-btn:active, .account-btn:focus {
  text-decoration: none;
  background: #00A3E9;
  color: white;
}
.login-btn:hover i, .login-btn:active i, .login-btn:focus i, .logout-btn:hover i, .logout-btn:active i, .logout-btn:focus i, .account-btn:hover i, .account-btn:active i, .account-btn:focus i {
  color: white;
}

@media screen and (max-width: 1199px) {
  .login-btn {
    padding: 4.5px 10px;
  }
  .login-btn span {
    display: none;
  }
  .login-btn i:first-child {
    margin-right: 0;
  }
}
.account-btn {
  margin-right: 5px;
}

.site-nav .dropdown-menu {
  box-shadow: none !important;
  border-radius: 0 !important;
}
.site-nav .dropdown-menu .dropdown-inner {
  width: 220px;
  padding-left: 20px;
}
.site-nav .dropdown-menu .dropdown-inner .see-all:active, .site-nav .dropdown-menu .dropdown-inner .see-all:focus, .site-nav .dropdown-menu .dropdown-inner .see-all:hover {
  text-decoration: none;
}
.site-nav .dropdown-menu .dropdown-inner a {
  font-weight: 300 !important;
}
.site-nav .dropdown-menu .dropdown-inner li {
  margin: 10px 0;
}
.site-nav .dropdown-menu .dropdown-inner li a {
  color: #5a5a5a;
  font-weight: 300 !important;
}
.site-nav .dropdown-menu .dropdown-inner li a:hover, .site-nav .dropdown-menu .dropdown-inner li a:focus, .site-nav .dropdown-menu .dropdown-inner li a:active {
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .site-nav .dropdown-menu {
    position: static;
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .site-nav .dropdown-menu a {
    color: #fff;
  }
  .site-nav .dropdown-menu .dropdown-inner {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .site-nav .dropdown-menu .dropdown-inner li:first-child {
    margin-top: 0;
  }
}

.site-header {
  background-color: #fff;
  padding: 20px 0;
}

@media screen and (max-width: 991px) {
  .site-nav {
    background-color: #84CEF7;
  }
}
.site-nav__label {
  display: none;
}
@media screen and (max-width: 991px) {
  .site-nav__label {
    display: inline-block;
  }
}
.site-nav .navbar-header {
  width: 100%;
}
.site-nav .navbar-header button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  float: none;
  margin-right: 0;
}
.site-nav .navbar-header button.navbar-toggle {
  display: none;
}

.search-btn-nav {
  border: none;
  opacity: 0;
}
.search-btn-nav:hover, .search-btn-nav:active, .search-btn-nav:focus {
  background: transparent !important;
  box-shadow: none !important;
}

.search-btn-nav:hover, .search-btn-nav:active, .search-btn-nav:focus {
  background: transparent !important;
  box-shadow: none !important;
}

.search-wrapper {
  border: 1px solid grey;
  border-radius: 5px;
}

.search-wrapper input.input-lg.search-input {
  border: none;
}

.search-wrapper input.input-lg.search-input:focus {
  outline: none;
}

.search-wrapper button.btn {
  background: none;
}

.narrow-top-banner {
  height: 100px;
  background: url("/image/layout/narrow-top-banner-80.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.ecloud-footer {
  padding-bottom: 40px;
  padding-top: 50px;
  min-height: 320px;
}
.ecloud-footer h5 {
  color: #222222;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}
.ecloud-footer li {
  margin-bottom: 15px;
}
.ecloud-footer li a {
  font-size: 16px;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .ecloud-footer__products-list-1, .ecloud-footer__products-list-2 {
    display: none;
  }
}

.proto-footer {
  background: #F7FCFF;
  font-size: 14px;
  padding: 10px 25px;
}
@media screen and (max-width: 991px) {
  .proto-footer {
    padding: 15px 0;
  }
}
.proto-footer__copyright {
  text-align: right;
}
.proto-footer__proto {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.proto-footer__proto a {
  display: flex;
  align-items: center;
}
.proto-footer__payment-icon {
  display: inline;
  height: 32px;
  width: 48px;
  margin-right: 10px;
}
.proto-footer__prototype-logo {
  display: inline;
  height: 20px;
  width: 13px;
  margin-left: 10px;
}
.proto-footer a {
  color: #666666;
}
@media screen and (max-width: 991px) {
  .proto-footer__payments, .proto-footer__proto, .proto-footer__copyright {
    text-align: center;
    justify-content: center;
    padding: 5px 0;
  }
}

.pagination .active span {
  width: 49px;
  height: 40px;
  font-size: 15px;
  color: #5A5A5A;
  background: white;
  border: 1px solid #5A5A5A;
  border-radius: 5px;
  text-align: center;
  margin: 0 10px;
}
.pagination .active span:hover {
  color: #5A5A5A;
  background: white;
  border: 1px solid #5A5A5A;
  border-radius: 5px;
}
.pagination li > a {
  width: 40px;
  height: 40px;
  background: white;
  color: #00A3E9;
  border: 1px solid #00A3E9;
  border-radius: 5px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li > a:hover, .pagination li > a:active, .pagination li > a:focus {
  background: #00A3E9;
  color: white;
  border: 1px solid #00A3E9;
}
.pagination .of-pages {
  margin-left: 10px;
  line-height: 40px;
}

.cart-btn-container {
  position: relative;
}

@media (min-width: 1050px) {
  #cart {
    z-index: 100;
  }
}
#cart.open .dropdown-toggle {
  box-shadow: none;
  outline: none;
}
#cart .cart-total-button {
  background: transparent !important;
  min-width: 95px;
  padding-right: 0;
  padding-left: 0;
}
#cart .cart-total-button:focus {
  border: 1px solid #00A3E9;
  border-radius: 5px;
}
#cart .cart-total-button i {
  font-size: 27px;
  color: #5a5a5a;
}
#cart .quantity {
  position: absolute;
  top: 25px;
  right: 3px;
  background: #D11546;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  padding: 5px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cart .price {
  order: 0;
  color: #00A3E9;
  font-size: 15px;
  font-weight: 700;
  margin-right: 10px;
}
#cart .remove-i {
  color: white;
}
#cart .view-bag-link {
  margin-right: 10px;
}
#cart .view-bag-icon, #cart .checkout-icon {
  margin-right: 5px;
}

.cart-dropdown {
  border: 0;
  border-radius: 0;
  background: #F7FCFF;
  padding: 10px !important;
  min-width: 300px;
  width: 100%;
  left: -206px;
}
.cart-dropdown__remove-btn {
  height: 20px;
  width: 20px;
  border: 1px solid #D11546;
  border-radius: 5px;
  background: white;
  color: #D11546;
  position: relative;
}
.cart-dropdown__remove-btn :before {
  color: #D11546;
  position: absolute;
  top: 1px;
  left: 3px;
  font-size: 17px;
}
.cart-dropdown__next {
  display: flex;
  align-items: center;
}
.cart-dropdown__next li {
  width: 100%;
}
.cart-dropdown__next li a {
  display: block;
  width: 100%;
}
.cart-dropdown__next .fal {
  font-size: 1.8rem;
  margin-left: 0;
  margin-right: 10px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background: white;
}

.invisible {
  visibility: hidden;
  display: none;
}

#popup, #popup-not-verified {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
}

.popup-background {
  width: 100vw;
  height: 105vh;
  background: rgba(34, 34, 34, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content {
  width: 570px;
  height: 430px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.popup-content__img {
  width: 270px;
  height: 80px;
  margin-bottom: 60px;
}
.popup-content__h1 {
  font-size: 44px;
  font-weight: 300;
  color: #222222;
}
.popup-content__p {
  margin-top: 30px;
  margin-bottom: 60px;
}
.popup-content__icon {
  display: inline;
  margin-right: 5px;
  margin-top: -5px;
}
.popup-content__age-not-verified-btn {
  background: white;
  color: #00A3E9;
  border-radius: 5px;
  font-size: 15px;
  width: 186px;
  height: 40px;
  border: 1px solid #00A3E9;
  border-radius: 5px;
  padding: 10px 30px;
  margin-right: 15px;
}
.popup-content__age-not-verified-btn:hover, .popup-content__age-not-verified-btn:active, .popup-content__age-not-verified-btn:focus {
  text-decoration: none;
  background: #00A3E9;
  border: 1px solid #00A3E9;
  color: white;
}
.popup-content__age-verified-btn {
  color: white;
  background: #00A3E9;
  border-radius: 5px;
  font-size: 15px;
  width: 186px;
  height: 40px;
  padding: 10px 30px;
  border: 1px solid #00A3E9;
}
.popup-content__age-verified-btn:hover, .popup-content__age-verified-btn:active, .popup-content__age-verified-btn:focus {
  text-decoration: none;
  color: #00A3E9;
  background: white;
}

.popup-not-verified__content {
  width: 570px;
  height: 430px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px;
}

@media (max-width: 419px) {
  .popup-content {
    width: 90%;
    height: 480px;
    padding: 30px;
  }
  .popup-content__img {
    margin-bottom: 20px;
  }
  .popup-content__p {
    margin-bottom: 20px;
  }
  .popup-content__btn-container {
    height: 100px;
  }
  .popup-content__age-verified-btn {
    display: block;
    margin-top: 40px;
  }
  .popup-not-verified__content {
    width: 90%;
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .view-all {
    visibility: hidden;
    display: none;
  }
  .product-category__page-description {
    padding-left: 30px;
  }
  .cta-blue-box {
    visibility: hidden;
    display: none;
  }
  .checkout-checkout__continue-shopping-btn {
    margin-right: 30px;
  }
  .store-locator-section-1 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .store-locator-section-2 {
    padding-left: 30px;
  }
  .store-locator-section-2 .col-md-4 {
    margin-left: 15px;
  }
}
.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-vertically {
  display: flex;
  align-items: center;
}

.text-right {
  text-align: right !important;
}

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

.btn-text-color {
  color: #5a5a5a !important;
}
.btn-text-color:hover {
  color: #00A3E9 !important;
}

.width-100-percent {
  width: 100% !important;
}
