@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap");
body {
  font-family: "Helvetica Neue";
  line-height: 1.8em;
  font-size: 14px;
  color: #333;
}

a,
button,
input[type="submit"] {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.wishlist {
  opacity: 0;
  position: absolute;
  top: 20px;
  right: 0;
  width: 76px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}

.wishlist .add-wishlist {
  display: block;
  height: 48px;
  background: #cc1d00;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  position: absolute;
}

.wishlist .add-wishlist:hover {
  background: #b31900;
}

.wishlist .add-wishlist.already-added {
  background-color: #5b5b5b;
}

.wishlist .add-wishlist.already-added:hover {
  background-color: #333;
}

.wishlist .add-wishlist span {
  position: relative;
  z-index: 8;
  font-size: 20px;
  line-height: 48px;
  font-family: "Oswald";
  text-align: center;
  display: block;
  width: 76px;
  color: #fff !important;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
}

.filters,
.price,
.saved-count,
h1,
h2,
h3,
h4 {
  font-family: "Oswald";
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:focus, a:hover {
  color: #faab37;
  cursor: pointer;
}

.filters {
  display: block;
  clear: both;
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: 15.6px;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .filters {
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.filters ul {
  margin: 0;
  padding: 0;
}

.filters ul li {
  display: inline-block;
  padding: 4px 14px;
  margin-right: 0.5rem;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

@media screen and (max-width: 767px) {
  .filters ul li {
    padding: 2px 10px;
    margin-right: 0.225rem;
  }
}

@media screen and (max-width: 340px) {
  .filters ul li {
    padding: 2px 7px;
    margin-right: 0.225rem;
  }
}

.filters ul li:hover, .filters ul li.selected {
  background-color: #166ba2;
  border-radius: 3px;
}

.filters ul li:hover a, .filters ul li.selected a {
  color: #fff;
}

.filters ul li a {
  color: #666;
  font-size: 18px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .filters ul li a {
    font-size: 15px;
  }
}

@media screen and (max-width: 340px) {
  .filters ul li a {
    font-size: 14px;
  }
}

.form-control {
  border-color: #666;
  border-radius: 8px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  border-color: inherit;
}

.form-control::-webkit-input-placeholder {
  opacity: 0.7;
}

.form-control:-ms-input-placeholder {
  opacity: 0.7;
}

.form-control::-ms-input-placeholder {
  opacity: 0.7;
}

.form-control::placeholder {
  opacity: 0.7;
}

.form-control::-webkit-input-placeholder {
  opacity: 0.7;
}

.form-control::-moz-placeholder {
  opacity: 0.7;
}

.custom-search .custom-submit-button {
  border: 0;
  background: url("../images/search-icon.svg") 0 0 no-repeat;
  background-size: 100%;
  width: 24px;
  height: 30px;
  position: absolute;
  top: 60%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 !important;
  text-indent: -100000000px;
}

.product-list-item {
  margin: 0 0 2rem;
}

.product-list-item h3 a {
  color: #666;
  font-size: 18px;
  font-weight: normal;
}

.product-list-item h3 a:hover {
  color: #faab37;
}

.product-list-item .pro-image {
  width: 100%;
  position: relative;
}

.product-list-item .pro-description {
  line-height: 17px;
  text-align: justify;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.product-list-item .pro-btn-and-price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-list-item .pro-btn-and-price-wrapper .price-and-whishlist {
  font-family: "Oswald";
}

.product-list-item .pro-btn-and-price-wrapper .price-and-whishlist a {
  color: #666;
}

.product-list-item .pro-btn-and-price-wrapper h4 {
  font-size: 16px;
  color: #606060;
  margin-bottom: 0;
}

.saved-count.already-added i {
  color: red;
}

.product-list-item:hover .wishlist {
  right: 10px;
  display: block;
  opacity: 1;
  z-index: 5;
}

.btn {
  font-family: "Open Sans Condensed";
  font-weight: 600;
  font-size: 16px;
  border-radius: 2px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
}

.btn-primary {
  background-color: #faab37;
  border-color: #faab37;
  color: #fff;
}

.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
  background-color: #dc9630;
  border-color: #dc9630;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.btn-secondary {
  background-color: #0063a6;
  border-color: #0063a6;
  color: #fff;
}

.btn-secondary:active:focus,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:hover {
  background-color: #005792;
  border-color: #005792;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.btn-outline-primary {
  border-color: #6abf66;
}

.btn-outline-primary:active:focus,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:hover {
  background-color: transparent;
  border-color: #6abf66;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.btn-fb {
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-gg {
  background-color: #4285f4;
  border-color: #4285f4;
}

header {
  border-top: 8px solid #78BEDA;
}

header .header-top {
  padding: 1rem 0rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-top .form-control {
  padding: 4px 10px 4px 40px;
}

@media screen and (max-width: 991px) {
  header .header-top .logo {
    max-width: 265px;
  }
}

@media screen and (max-width: 767px) {
  header .header-top .logo {
    max-width: 210px;
  }
}

header .header-top .login-menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  header .header-top .login-menu ul {
    margin-bottom: 0;
  }
}

header .header-top .login-menu ul li {
  display: inline-block;
}

header .header-top .login-menu ul li:first-child {
  content: '';
  border-right: 2px solid #166ba2;
  line-height: 1;
  padding: 0 8px 0 0;
  margin-right: 4px;
}

header .header-top .login-menu ul li a {
  color: #4d4d4d;
  font-weight: 700;
}

header .res-search-btn img {
  max-width: 28px;
}

@media screen and (max-width: 767px) {
  header .res-search-btn img {
    max-width: 20px;
  }
}

header .res-search-block {
  padding-bottom: 1rem;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

header .res-search-block .form-control {
  padding: 4px 10px 4px 40px;
}

header .main-menu.collapsing, header .main-menu.collapse {
  -webkit-transition: none;
  transition: none;
}

header .main-menu.show {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 9;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 1rem 1.5rem;
}

@media screen and (max-width: 767px) {
  header .main-menu.show {
    padding: 0 0 1rem 0.5rem;
  }
}

@media screen and (max-width: 991px) {
  header .navbar {
    padding-top: 0;
    border: 0 !important;
  }
}

header .navbar ul li {
  margin: 0 1.8rem;
}

@media screen and (max-width: 1399px) {
  header .navbar ul li {
    margin: 0 1.2rem;
  }
}

@media screen and (max-width: 1199px) {
  header .navbar ul li {
    margin: 0 0.6rem;
  }
}

header .navbar ul li a {
  color: #333333;
  font-weight: 700;
  font-family: "Oswald";
  display: inline-block;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1199px) {
  header .navbar ul li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  header .navbar ul li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  header .navbar ul li a img {
    margin-right: 1rem;
  }
}

header .navbar ul li a:hover {
  color: #166ba2;
}

.navbar-toggler {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar-toggler {
    display: block;
  }
}

.banner {
  position: relative;
  width: 100%;
  min-height: 470px;
  margin-bottom: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 5px solid #6abf66;
}

@media screen and (max-width: 1199px) {
  .banner {
    min-height: 370px;
  }
}

@media screen and (max-width: 991px) {
  .banner {
    min-height: 300px;
  }
}

.banner .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.banner .banner-content h3,
.banner .banner-content h2 {
  color: #000;
  text-transform: uppercase;
}

.banner .banner-content h3 {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 1199px) {
  .banner .banner-content h3 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 991px) {
  .banner .banner-content h3 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .banner .banner-content h3 {
    font-size: 1.5rem;
  }
}

.banner .banner-content h2 {
  font-size: 6rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1199px) {
  .banner .banner-content h2 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 991px) {
  .banner .banner-content h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .banner .banner-content h2 {
    font-size: 2.4rem;
  }
}

.banner .banner-content a.btn {
  text-transform: uppercase;
  font-size: 1.5rem;
  min-width: 300px;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 991px) {
  .banner .banner-content a.btn {
    margin-bottom: 1.5rem;
  }
}

a.amazon {
  color: #666;
  font-size: 24px;
}

a.amazon img {
  max-width: 90px;
}

footer {
  padding: 2rem 0 1rem;
}

footer a {
  color: #333;
}

footer a:hover {
  color: #faab37;
}

footer .subscribe-form {
  padding: 0 0 2rem;
  color: #666;
}

@media screen and (max-width: 767px) {
  footer .subscribe-form h4 {
    font-size: calc(1.125rem + .2vw);
  }
}

footer .subscribe-form label {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  footer .subscribe-form label {
    font-size: 16px;
  }
}

footer .subscribe-form .input-group {
  margin-top: 1.5rem;
}

footer .subscribe-form input {
  min-height: 47px;
}

footer .subscribe-form .btn {
  font-family: "Helvetica Neue";
  min-width: 300px;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  footer .subscribe-form .btn {
    min-width: auto;
    max-width: 100%;
    font-size: 16px;
  }
}

.footer-menu-block {
  background-color: #f2f2f2;
  padding: 2rem 0;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .footer-menu-block {
    padding: 2rem 0 1rem;
  }
}

.footer-menu-block h4 {
  font-family: "PT Sans";
  font-size: 20px;
  font-weight: bold;
  color: #666;
}

.footer-menu-block .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .footer-menu-block .footer-menu {
    margin: 0 0 1.5rem;
  }
}

.footer-bottom p {
  margin-bottom: 0;
}

.footer-bottom p:last-child {
  margin-top: 0.8rem;
}

@media screen and (max-width: 767px) {
  .footer-bottom p {
    line-height: 1.5;
  }
}

.product-detail-banner {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .product-detail-banner {
    margin-bottom: 2.5rem;
  }
}

.product-detail-image-wrapper {
  padding-right: 1.5rem;
  padding-bottom: 4rem;
}

@media screen and (max-width: 1299px) {
  .product-detail-image-wrapper {
    padding-right: 0.5rem;
  }
}

@media screen and (max-width: 1199px) {
  .product-detail-image-wrapper {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .product-detail-image-wrapper {
    padding-bottom: 2rem;
  }
}

.product-detail-image-wrapper .details {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  width: 100%;
  padding: 8px 0 0 10px;
}

.product-detail-image-wrapper .details h3 {
  font-family: "Helvetica Neue";
  font-weight: 500;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .product-detail-image-wrapper .details h3 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {
  .product-detail-image-wrapper .details h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .product-detail-image-wrapper .details h3 {
    font-size: 1.4rem;
  }
}

.product-detail-image-wrapper .details span {
  font-size: 16px;
}

.offer-block {
  background-color: #f2f2f2;
  padding: 2rem 2rem;
  margin: 0 0 1.5rem;
}

@media screen and (max-width: 1199px) {
  .offer-block {
    padding: 1.5rem 1rem;
  }
}

@media screen and (max-width: 767px) {
  .offer-block {
    text-align: center;
  }
}

.offer-block h4,
.offer-block h3 {
  color: #000;
  text-transform: uppercase;
}

.offer-block h4 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 1399px) {
  .offer-block h4 {
    font-size: 1.6rem;
  }
}

.offer-block h3 {
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1399px) {
  .offer-block h3 {
    font-size: 2rem;
  }
}

.offer-block a.btn {
  min-width: 260px;
}

@media screen and (max-width: 1199px) {
  .offer-block a.btn {
    min-width: 200px;
  }
}

@media screen and (max-width: 991px) {
  .offer-block a.btn {
    margin-bottom: 1rem;
  }
}

.product-decsription {
  margin-top: 0.8rem;
}

.product-decsription p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

@media screen and (max-width: 1399px) {
  .product-decsription p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .product-decsription p {
    font-size: 14px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .grand-total-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

.grand-total-block h3 {
  font-family: "Helvetica Neue";
  color: #1a1a1a;
  font-weight: normal;
}

.grand-total-block .btn {
  min-width: 360px;
  height: 70px;
  font-size: 2.2rem;
}

@media screen and (max-width: 1399px) {
  .grand-total-block .btn {
    min-width: 330px;
    height: 60px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 1199px) {
  .grand-total-block .btn {
    min-width: 260px;
    height: auto;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  .grand-total-block .btn {
    min-width: 240px;
    font-size: 1.4rem;
  }
}

.filter-top-section {
  padding: 0 0 1rem 2rem;
  margin: 0 0 2rem 0;
  border-left: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  .filter-top-section {
    padding: 0 0 1rem 0;
    margin: 0 0 2rem 0;
    border-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .custom-range-slider .irs--flat {
    max-width: 97%;
  }
}

.custom-range-slider .irs--flat .irs-from,
.custom-range-slider .irs--flat .irs-to,
.custom-range-slider .irs--flat .irs-single,
.custom-range-slider .irs--flat .irs-bar {
  background-color: #d4145a;
}

.custom-range-slider .irs--flat .irs-line {
  border-radius: 0;
}

.custom-range-slider .irs--flat .irs-handle {
  top: 17px;
  width: 0px;
  height: 28px;
  cursor: pointer;
}

.custom-range-slider .irs--flat .irs-handle > i:first-child {
  width: 13px;
  background-color: #6abf66;
}

.custom-select-box {
  position: relative;
  padding-left: 5rem;
}

@media screen and (max-width: 991px) {
  .custom-select-box {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .custom-select-box {
    padding-left: 0rem;
    margin-top: 1.5rem;
  }
}

.custom-select-box::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #166ba2;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.custom-select-box select {
  padding: 0.4rem 2rem;
}

.sidebar {
  margin-bottom: 1.5rem;
}

.sidebar ul li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-bottom: 0.5rem;
}

.sidebar ul li a:hover {
  color: #faab37;
}

.sidebar ul li.select a {
  color: #faab37;
}

#menuToggle {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

#menuToggle a {
  text-decoration: none;
  color: #232323;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#menuToggle a:hover {
  color: tomato;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-2px, -1px);
          transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg) translate(-1px, 20px);
          transform: rotate(-45deg) translate(-1px, 20px);
}

#menuToggle input:checked ~ span:nth-last-child(1) {
  -webkit-transform: rotate(45deg) translate(-1px, -18px);
          transform: rotate(45deg) translate(-1px, -18px);
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 4px 0px;
          transform-origin: 4px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menuToggle span:first-child {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

.custome-model .modal-dialog {
  max-width: 400px;
}

.custome-model .modal-title {
  margin: 0 auto 0 auto;
}

.grey-link {
  color: #717171;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */