/* Required height of parents of the Half Page Carousel for proper displaying carousel itself */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  margin: 0;
  list-style: none;
}

body {
  font-family: "Montserrat";
  background-color: #1f253d;
  background-size: cover;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

img {
  width: 100%;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, right top, from(#ffab46), to(#ffab46));
  background: linear-gradient(90deg, #ffab46 0%, #ffab46 100%);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ffab46), to(#ffab46));
  background: linear-gradient(90deg, #ffab46 0%, #ffab46 100%);
}

.slicknav_nav ul {
  margin: 0;
}

.slicknav_nav a {
  font-weight: 500;
}

.slicknav_nav a:hover, .slicknav_nav a:focus {
  background: transparent !important;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-mastery {
  background: -webkit-gradient(linear, left top, right top, from(#ffab46), to(#ffab46));
  background: linear-gradient(90deg, #ffab46 0%, #ffab46 100%);
  padding: 8px 20px;
  border-radius: 5px;
  border: 1px solid transparent;
  font-weight: 500;
  color: #fff;
}

.btn-mastery:hover {
  border-color: #ffab46;
  background: transparent;
}

.md-form label {
  color: #fff;
}

.container {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.bmp {
  padding-bottom: 80px;
}

.mobile_menu {
  top: 48px;
}

.slicknav_menu {
  background: transparent;
}

.slicknav_btn {
  top: -22px;
}

.slicknav_nav .menu-list {
  margin: 0;
}

@media (max-width: 992px) {
  .slicknav_nav .menu-list li {
    display: block !important;
  }
}

.slicknav_nav .cart-count {
  color: #000;
}

.slicknav_nav .icon {
  margin-right: 10px;
}

.main-header.sticky {
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70.5px;
  left: 0;
  right: 0;
  z-index: 1001;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.main-header.sticky .menu {
  padding: 0;
}

.main-header-item-logo {
  float: left;
  max-width: 120px;
}

.main-header-container {
  float: right;
  width: calc(100% - 120px);
}

#back-to-top {
  display: inline-block;
  background-color: #ffab46;
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 100px;
  right: 30px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  font-size: 1em;
  color: #fff;
  line-height: 50px;
  font-weight: normal;
  font-style: normal;
  border: 2px solid transparent;
}

#back-to-top:hover {
  cursor: pointer;
  background-color: transparent;
  border-color: #ffab46;
}

#back-to-top:active {
  background-color: linear-gradient(90deg, #ffab46 0%, #ffab46 100%);
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.main-header {
  background: #1f253d;
  display: block;
  padding-right: 0;
  padding-left: 0;
  padding: 0 !important;
  margin-bottom: 0;
}

.main-header .nav-link {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  padding: 2em 1em;
}

.main-header .nav-link:hover {
  color: #ffab46;
}

.main-header .mobile-menu {
  width: 58px;
  position: absolute;
  right: 10px;
  top: 25px;
  height: 100%;
  line-height: 63px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

.main-header .menu-list li {
  display: inline-block;
}

.main-header .menu-list .menu-item {
  display: inline-block;
  position: relative;
}

.main-header .menu-list .menu-item i {
  font-size: 15px;
}

.main-header .menu-list .menu-item .text-tip {
  padding-left: 0.875rem;
  font-size: 0.875rem;
  text-decoration: none !important;
  white-space: nowrap;
}

.main-header .menu-list .menu-item .submenu li {
  display: block;
}

.main-header .menu-list .menu-item .submenu li a {
  padding: 0.5em 1em;
  color: #000;
}

.main-header .menu-list .menu-item .submenu li a:hover {
  color: #ffab46;
}

.main-header .menu-list .shopping-cart-icon sup {
  font-size: 12px;
  color: #bcbfd0;
  padding: 0 5px;
  vertical-align: top;
  margin-left: -10px;
}

.main-header .main-header-item-logo .main-logo img {
  padding: 18px 0;
  width: 50px;
  max-height: 80px;
}

.main-header .navigation-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-header .navigation-bottom .sub-menu {
  width: 320px;
  padding-left: 20px;
}

.main-header .navigation-bottom .sub-menu li {
  border-bottom: 1px solid #dbdbe1;
}

.main-header .navigation-bottom .navigation-side-image-wrapper {
  width: calc(100%-320px);
  height: 100%;
}

.main-header .navigation-bottom .navigation-side-image-wrapper a {
  padding: 0 !important;
}

.main-header .navigation-bottom .navigation-side-image-wrapper .giftcard-image {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.main-header .navigation-bottom .navigation-side-image-wrapper .giftcard-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}

.main-header .navigation-bottom .navigation-side-image-wrapper a:hover .giftcard-image img {
  opacity: 1;
}

.main-header .main-header-item-menu .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.main-header .megamenu {
  display: none;
  position: absolute;
  z-index: 20;
  width: 100%;
  left: 0;
  text-align: left;
  margin: 0;
  border-radius: 0;
  top: 0;
  -webkit-transform: translate3d(0px, 80px, 0px) !important;
          transform: translate3d(0px, 80px, 0px) !important;
}

.main-header .megamenu .sub-menu {
  padding: 2em;
}

.main-header .megamenu .sub-menu .sub-menu-list a {
  padding: 0.5em 0.35em;
}

.main-header .megamenu hr {
  background: #f2f2f2;
}

.main-header .search-bar-wrapper {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 999;
  padding: 12px 0;
  top: 0%;
  left: 0%;
  background: #1f253d;
}

.main-header .search-bar-wrapper.open {
  display: block;
}

.main-header .search-bar-inner {
  width: 70%;
  margin: auto;
}

.main-header .search-bar-inner form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}

.main-header .search-bar-inner form .search-box {
  width: 98%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.main-header .search-bar-inner form .search-box input {
  padding: 0.8em 1.75em;
  font-size: 16px;
  border-radius: 2em;
  width: 100%;
  border: 1px solid #555;
  padding-right: 25px;
  background: transparent;
}

.main-header .search-bar-inner form .search-box input:focus {
  outline: none;
  color: #f2f2f2;
}

.main-header .search-bar-inner form .search-box span {
  position: absolute;
  top: 15%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 5%;
  color: #b6b6b6;
}

.main-header .search-bar-inner form span {
  color: #bcbfd0;
  cursor: pointer;
}

.slick-dotted.slick-slider {
  margin: none;
}

.slick-slide:focus {
  outline: none;
}

.page-section {
  padding: 50px 0;
}

.page-section:first-of-type {
  padding-top: 0;
}

@media (max-width: 600px) {
  .page-section {
    padding: 60px;
  }
}

@media (max-width: 400px) {
  .page-section {
    padding: 80px 0;
  }
}

.front-gallery-nav-inner,
.best-selling-nav-inner,
.featured-nav-inner,
.customer-testimonial-nav-inner {
  position: relative;
}

.front-gallery-nav .slick-arrow,
.best-selling-nav .slick-arrow,
.featured-nav .slick-arrow,
.customer-testimonial-nav .slick-arrow {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 45%;
}

.front-gallery-nav .slick-arrow--prev,
.best-selling-nav .slick-arrow--prev,
.featured-nav .slick-arrow--prev,
.customer-testimonial-nav .slick-arrow--prev {
  left: 20px;
}

.front-gallery-nav .slick-arrow--next,
.best-selling-nav .slick-arrow--next,
.featured-nav .slick-arrow--next,
.customer-testimonial-nav .slick-arrow--next {
  right: 20px;
}

.front-banner-carousel {
  position: relative;
}

.front-banner-carousel .front-carousel {
  height: 500px;
  overflow: hidden;
}

.front-banner-carousel .front-carousel .intro-gallery-item {
  position: relative;
  height: 100%;
  width: 100%;
}

.front-banner-carousel .front-carousel .intro-gallery-item .content-front-carousel {
  position: absolute;
  left: 0;
  bottom: 60px;
  color: #fff;
  overflow: hidden;
  width: 100%;
}

.front-banner-carousel .front-carousel .intro-gallery-item .content-front-carousel .front-gallery-view-more {
  border: 1px solid #ffab46;
  background: -webkit-gradient(linear, left top, right top, from(#ffab46), to(#ffab46));
  background: linear-gradient(90deg, #ffab46 0%, #ffab46 100%);
  padding: 10px 2em;
  color: #fff;
  font-weight: 600;
  margin-top: 50px;
}

.front-banner-carousel .front-carousel .intro-gallery-item .content-front-carousel .front-gallery-view-more:hover {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.front-banner-carousel .front-carousel .intro-gallery-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
}

.front-banner-carousel .front-carousel .intro-gallery-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: inset 0 -193px 70px -95px #111;
  box-shadow: inset 0 -193px 70px -95px #111;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 1;
}

.front-banner-carousel .front-gallery-nav .slick-arrow {
  width: 120px;
  top: 0%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  opacity: 0.2;
}

.front-banner-carousel .front-gallery-nav .slick-arrow:hover {
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  opacity: 0.5;
}

.front-banner-carousel .slick-arrow--prev {
  left: 0px;
  background: black;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#111));
  background: linear-gradient(270deg, transparent, #111);
}

.front-banner-carousel .slick-arrow--next {
  right: 0px;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#111));
  background: linear-gradient(90deg, transparent, #111);
}

.best-selling-carousel,
.featured-carousel {
  width: calc(100% - 100px);
  margin: auto;
}

.best-selling-carousel .selling-item,
.featured-carousel .selling-item {
  padding: 0 10px;
}

.slick-dots {
  bottom: -10px;
  display: inline-block;
}

@media (max-width: 600px) {
  .slick-dots {
    bottom: -50px;
  }
}

.slick-dots li {
  margin: 0 0 8px;
}

.slick-dots li .slick-custom-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #363e63;
  border-radius: 50%;
}

.slick-dots li.slick-active .slick-custom-dot {
  background-color: #ffab46;
}

.best-selling-nav .slick-arrow--prev,
.featured-nav .slick-arrow--prev {
  left: 10px;
  background: #363e63;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}

.best-selling-nav .slick-arrow--next,
.featured-nav .slick-arrow--next {
  right: 10px;
  background: #363e63;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}

.title-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.title-head .main-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

.title-head .view-more {
  margin-left: auto;
  text-align: center;
}

.title-head .view-more .view-more-text {
  border: 2px solid transparent;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.title-head .view-more .view-more-text .ion {
  margin-left: 10px;
  font-size: 26px;
  font-weight: bolder;
  color: #ffab46;
}

.best-selling-head .main-title {
  padding: 15px 40px;
  background: -webkit-gradient(linear, left top, right top, from(#ffab46), to(#ffab46));
  background: linear-gradient(90deg, #ffab46 0%, #ffab46 100%);
  font-weight: 700;
}

.best-selling-head .view-more .view-more-text {
  border-color: #ffab46;
}

.customer-testimonial-head .view-more .view-more-text {
  font-size: 18px;
  border-color: #ffab46;
}

.customer-testimonial-head .view-more .view-more-text .ion {
  color: #fff;
}

.customer-review {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}

.customer-review .customer-inner {
  padding: 20px;
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 600px) {
  .customer-review .customer-inner {
    width: 100%;
    padding: 5px;
  }
}

.customer-review .customer-inner .customer-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

@media (max-width: 600px) {
  .customer-review .customer-inner .customer-img {
    width: 90px;
    height: 90px;
  }
}

.customer-review .customer-inner .customer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.customer-review .customer-inner .vertic {
  display: inline-block;
  width: 3px;
  height: 100px;
  background: #ffab46;
  margin: 0px 20px;
}

.customer-review .customer-inner .testimonial-content-section {
  width: calc(100% - 160px);
  display: inline-block;
  color: #fff;
}

.customer-review .customer-inner .testimonial-content-section .customer-review {
  margin-left: 20px;
  margin-top: 30px;
}

.customer-review .customer-inner .testimonial-content-section .rating-lists {
  display: block;
}

.customer-review .customer-inner .testimonial-content-section .rating-lists fieldset,
.customer-review .customer-inner .testimonial-content-section .rating-lists label {
  margin: 0;
  padding: 0;
}

.customer-review .customer-inner .testimonial-content-section .rating-lists .rating .checked {
  color: #ffc00f;
}

.customer-review .customer-inner .testimonial-content-section .customer-author-det .moto {
  display: inline-block;
  font-weight: 500;
  letter-spacing: normal;
  color: #fff;
  text-decoration: none;
  margin: 0;
}

.customer-review .customer-inner .testimonial-content-section .customer-author-det .posted_date {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
}

.customer-testimonial-nav .slick-arrow {
  background: #ffab46;
  padding: 40px 5px;
}

.section-head {
  border-bottom: 1px solid #363e63;
}

.product-item {
  position: relative;
  background: #363e63;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.08);
  margin: 10px 0;
  overflow: hidden;
}

.product-item .product-item-inner {
  position: relative;
}

.product-item .product-item-inner img {
  display: block;
  width: 200px;
  height: 250px;
  margin: 10px auto;
}

.product-item .product-item-inner h3 {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  text-transform: initial;
  color: #fff;
  padding: 20px 0;
}

.product-item .product-item-inner .price-cart {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.product-item .product-item-inner .price-cart .price-text {
  width: 50%;
  display: inline-block;
  background: #fff;
  padding: 10px;
}

.product-item .product-item-inner .price-cart a.add-card {
  width: 50%;
  display: inline-block;
  color: #fff;
}

.product-item .product-item-inner .price-cart a.add-card .price-links {
  background: -webkit-gradient(linear, left top, right top, from(#ffab46), to(#ffab46));
  background: linear-gradient(90deg, #ffab46 0%, #ffab46 100%);
  padding: 10px;
  -webkit-transition: background-position 2s ease;
  transition: background-position 2s ease;
  border: 1px solid transparent;
}

.product-item .product-item-inner .price-cart a.add-card:hover {
  color: #ffab46;
}

.product-item .product-item-inner .price-cart a.add-card:hover .price-links {
  background: #fff;
  border-color: #ffab46;
}

.product-item .product-item-inner a:focus {
  outline: none;
}

.promotion-wrapper {
  padding: 1em;
  background: #292f4f;
  width: 100%;
  border-radius: 1em;
}

.promotion-wrapper .promotion-items {
  background: #363e63;
  border-radius: 1em;
  padding: 1em;
  color: #fff;
}

.promotion-wrapper .promotion-items .promotion-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
}

.promotion-wrapper .promotion-items .read-more-btn a {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

.promotion-wrapper .promotion-items .read-more-btn a:hover {
  text-decoration: underline;
}

.featured-items-wrapper {
  background: #292f4f;
  padding: 2em;
  border-radius: 20px;
}

.customer-testimonial-head {
  padding-bottom: 10px;
}

.customer-testimonial-title {
  padding-top: 20px;
}

.breadcrump-section {
  background: #363e63;
  width: 100%;
  color: #fff;
}

.breadcrump-section .container {
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.breadcrump-section .container .total-items-count {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.breadcrump-section .container .breadcrump-list li {
  display: inline-block;
  vertical-align: middle;
  color: #8e8e8e;
  font-weight: 500;
}

@media (max-width: 600px) {
  .breadcrump-section .container .breadcrump-list li {
    font-size: 12px;
  }
}

.breadcrump-section .container .breadcrump-list li a {
  padding-right: 5px;
  color: #9096af;
}

.breadcrump-section .container .breadcrump-list li a:hover {
  color: #cecece;
}

.breadcrump-section .container .breadcrump-list li span {
  text-align: right;
  color: #9096af;
}

.breadcrump-section .container .breadcrump-list li:not(:last-child) span {
  padding-right: 5px;
  position: relative;
}

@media (max-width: 600px) {
  .breadcrump-section .container {
    display: inline-block;
  }
}

.product-container {
  position: relative;
  top: -50px;
  left: 0;
}

.product-container .product-items-wrapper {
  padding: 2em;
  background: #292f4f;
  border-radius: 30px;
}

.product-container .product-items-wrapper .filter-section {
  margin-left: auto;
  color: #fff;
}

.product-container .product-items-wrapper .filter-section .title {
  font-weight: 500;
  font-size: 14px;
}

.product-container .product-items-wrapper .filter-options .list-inline li {
  margin: 0px 2px;
  margin-top: 10px;
  display: inline-block;
}

.product-container .product-items-wrapper .filter-options .list-inline li a {
  border: 1px solid transparent;
  background: #363e63;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 14px -7px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 14px -7px rgba(0, 0, 0, 0.8);
}

.product-container .product-items-wrapper .filter-options .list-inline li a.active {
  border-color: #ffab46;
}

.product-container .product-items-wrapper .filter-options .list-inline li a:hover {
  border-color: #ffab46;
}

@media (max-width: 600px) {
  .product-container .product-items-wrapper {
    padding: 1em;
  }
}

.quote {
  font-family: "Times New Roman", Times, serif;
  font-size: 40px;
}

.payment-section {
  padding: 30px 0;
  background: #363e63;
}

.payment-section .payments-list-carousel {
  padding: 0 70px;
  text-align: center;
}

.payment-section .payments-list-carousel .slick-arrow--prev {
  left: 0px;
}

.payment-section .payments-list-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffab46;
  cursor: pointer;
}

.payment-section .payments-list-carousel .slick-arrow--next {
  right: 0px;
}

.payment-section .payments-list-carousel .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.payment-section .payments-list-carousel .icon-chevron-md {
  width: 15px;
  height: 26px;
}

.payment-section .payments-list-item {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  margin: 0 8px;
}

.payment-section .payments-img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  max-width: 80px;
  opacity: 0.3;
  mix-blend-mode: multiply;
}

.payment-section .payments-list-link:focus {
  outline: none;
}

.payment-section .payments-list-link:hover .payments-img {
  opacity: 1;
}

.slick-arrow {
  fill: #dee2e8;
  cursor: pointer;
}

.slick-arrow:hover {
  fill: #98a0af;
}

.icon-chevron-md {
  width: 9px;
  height: 15px;
}

.cart-items-list {
  position: relative;
}

.cart-items-list .product-item {
  padding: 1em;
}

.cart-items-list .product-item .cart-item-row .product-image-and-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-items-list .product-item .cart-item-row .cart-item-details {
  color: #fff;
}

.cart-items-list .product-item .cart-item-row .cart-item-details .product-item-title {
  font-weight: 700;
  font-size: 28px;
}

.cart-items-list .product-item .cart-item-row .cart-item-details .product-dettt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-items-list .product-item .cart-item-row .cart-item-details .product-dettt .cart-item-total {
  font-weight: 600;
  font-size: 22px;
  padding: 0.3em 0;
}

.cart-items-list .product-item .cart-item-row .cart-item-details .product-dettt .cart-quantity-section span {
  font-weight: 500;
}

.cart-items-list .product-item .cart-item-row .details-input h5 {
  font-weight: 500;
  font-size: 14px;
  padding: 10px 0;
  padding-top: 20px;
}

.cart-items-list .product-item .cart-item-row .details-input .form-control {
  font-size: 14px;
  border-radius: 2em;
  background: #f2f2f2;
}

.cart-items-list .product-item .cart-item-row .details-input .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cart-items-list .remove-btn {
  position: absolute;
  top: 10px;
  right: 20px;
}

.cart-items-list .remove-btn .rm-btn {
  font-size: 18px;
  color: red;
}

.total-price-container {
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
}

.total-price-container .product-item {
  padding: 1em;
}

.total-price-container .product-item .card-total {
  color: #fff;
  text-align: center;
}

.total-price-container .product-item .card-total h3 {
  font-weight: 300;
  font-size: 20px;
}

.total-price-container .product-item .card-total h1 {
  font-weight: 700;
  font-size: 28px;
}

.total-price-container .product-item .select-payment-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.total-price-container .product-item .select-payment-section img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #292f4f;
}

.page-footer .container {
  padding: 30px 0;
}

.footer-copyright {
  padding-top: 30px;
  background: #1f253d;
  background-color: transparent;
  color: #bdbdbd;
  text-align: center;
}

.footer-copyright a {
  color: #fff;
}

.footer-head-title h4 {
  font-size: 20px;
  font-weight: 500;
  width: auto;
  padding: 10px 0;
}

.footer-section ul li {
  padding: 5px 0;
}

.bbf {
  border: 2px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(#ffab46), to(#ffab46));
  background: linear-gradient(90deg, #ffab46 0%, #ffab46 100%);
  color: #fff;
  padding: 0.35em 0.75em;
  border-radius: 2em;
  margin: auto;
  margin-top: 15px;
  display: inline;
}

.ruamem .bbf:hover {
  background: transparent;
  color: #ffab46;
  border: 2px solid #ffab46;
}

.rating {
  border: none;
}

.rating > input {
  display: none;
}

.rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
}

.cart-count {
  padding: 1px 5px;
  color: #bcbfd0;
  font-size: 12px;
  font-weight: bold;
}

.theme-background-color {
  background: #363e63 !important;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #ffd700;
}

/* hover previous stars in list */
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #ffed85;
}

.page-title-overlap {
  padding-bottom: 6.375rem;
}

.page-title-overlap + * {
  position: relative;
  margin-top: -4.875rem;
  z-index: 5;
}

.my-profile-wrapper .sidebar-static {
  width: 100%;
  max-width: 22rem;
  background-color: #363e63;
  padding: 1.875rem 1.875rem;
  position: relative;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 400;
}

.my-profile-wrapper a.nav-link-style {
  color: #f2f2f2;
}

.my-profile-wrapper a.nav-link-style:hover {
  color: #ffffff;
}

.my-profile-wrapper a.nav-link-style.active {
  margin: 0;
  font-weight: bold;
}

.bg-secondaryback {
  background-color: #292f4f !important;
}

.bg-secondary {
  background-color: #363e63 !important;
}

.font-size-sm {
  font-size: 0.875rem !important;
}

.text-muted {
  color: #fff !important;
}

.font-size-base {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5rem !important;
}

.font-size-ms {
  font-size: 0.8125rem !important;
}

img.image-thumbnail-preview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}

.box-shadow-lg {
  -webkit-box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1) !important;
}

.btn-light {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
  -webkit-box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 0, 0, 0.15);
}

.single-product-item-wrapper .product-pic-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.single-product-item-wrapper .product-pic-inner img {
  width: 80%;
  height: auto;
  border: 1px;
  border-radius: 10px;
  background: #363e63;
}

.single-product-item-wrapper .product-descr {
  color: #fff;
}

.single-product-item-wrapper .product-descr .product-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

.single-product-item-wrapper .product-descr .product-title h1 {
  font-weight: 600;
  font-size: 40px;
}

.single-product-item-wrapper .product-descr .product-title .product-price-wrapper {
  text-align: right;
}

@media (max-width: 600px) {
  .single-product-item-wrapper .product-descr .product-title .product-price-wrapper {
    float: left;
  }
}

.single-product-item-wrapper .product-descr .product-title .product-price-wrapper .product-cost {
  padding: 20px 0;
}

.single-product-item-wrapper .product-descr .product-title .product-price-wrapper .product-cost h1 {
  font-weight: 600;
  font-size: 30px;
}

.single-product-item-wrapper .product-descr .product-title .product-price-wrapper .order-buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-product-item-wrapper .product-descr .product-title .product-price-wrapper .order-buttons .product-btn {
  margin-left: 20px;
  min-width: 160px;
  width: 100%;
}

.single-product-item-wrapper .product-descr .product-title .product-price-wrapper .order-buttons .product-btn .product-card-btn {
  background: -webkit-gradient(linear, left top, right top, from(#ffab46), to(#ffab46));
  background: linear-gradient(90deg, #ffab46 0%, #ffab46 100%);
  padding: 8px 20px;
  border-radius: 5px;
  border: 1px solid transparent;
  font-weight: 500;
}

.single-product-item-wrapper .product-descr .product-title .product-price-wrapper .order-buttons .product-btn .product-card-btn:hover {
  border-color: #ffab46;
  background: transparent;
}

.single-product-item-wrapper .product-descr .product-title .product-price-wrapper .order-buttons .quantity-section .quantity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}

.single-product-item-wrapper .product-descr .product-title .product-price-wrapper .order-buttons .quantity-section input[type="number"]::-webkit-inner-spin-button,
.single-product-item-wrapper .product-descr .product-title .product-price-wrapper .order-buttons .quantity-section input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-product-item-wrapper .product-descr .product-title .product-price-wrapper .order-buttons .quantity-section input[type="number"] {
  -moz-appearance: textfield;
}

.single-product-item-wrapper .product-descr .product-title .product-price-wrapper .order-buttons .quantity-section .quantity input {
  padding-left: 4px;
  padding-right: 4px;
  line-height: 1 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: 0;
  cursor: pointer;
  text-align: center;
}

.single-product-item-wrapper .product-descr .product-title .product-price-wrapper .order-buttons .quantity-section .quantity input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.single-product-item-wrapper .product-descr .product-title .product-price-wrapper .order-buttons .quantity-section .quantity a {
  background: -webkit-gradient(linear, left top, right top, from(#ffab46), to(#ffab46));
  background: linear-gradient(90deg, #ffab46 0%, #ffab46 100%);
  padding: 5px 10px;
  border: none;
  color: #fff;
  font-weight: 500;
  border: 1px solid transparent;
}

.single-product-item-wrapper .product-descr .product-title .product-price-wrapper .order-buttons .quantity-section .quantity a:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.single-product-item-wrapper .product-descr .product-title .product-price-wrapper .order-buttons .quantity-section .quantity a:hover {
  background: transparent;
  border-color: #ffab46;
}

@media (max-width: 580px) {
  .single-product-item-wrapper .product-descr .product-title .product-price-wrapper .order-buttons {
    width: 100%;
    display: block;
  }
  .single-product-item-wrapper .product-descr .product-title .product-price-wrapper .order-buttons .product-btn {
    margin: 20px;
    margin-left: 0;
  }
  .single-product-item-wrapper .product-descr .product-title .product-price-wrapper .order-buttons .product-btn:first-of-type {
    margin-top: 0;
  }
}

@media (max-width: 400px) {
  .single-product-item-wrapper .product-descr .product-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-product-item-wrapper .product-descr .product-title .product-price-wrapper {
    text-align: left;
  }
}

.single-product-item-wrapper .product-descr .description-section h3 {
  font-size: 24px;
  font-weight: 500;
}

.single-product-item-wrapper .product-descr .description-section .features-descr .product-descr-item {
  font-size: 14px;
  font-weight: 500;
}

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

.input-group .btn-plus {
  padding: 2px 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ffab46), to(#ffab46));
  background: linear-gradient(90deg, #ffab46 0%, #ffab46 100%);
}

.input-group .btn-minus {
  padding: 2px 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ffab46), to(#ffab46));
  background: linear-gradient(90deg, #ffab46 0%, #ffab46 100%);
}

.input-group .btn-minus.disabled {
  background: #292f4f;
}

.product-container .promotion-items-wrapper.product-items-wrapper .filter-section {
  margin-right: auto;
  margin-left: 0;
}

.product-container .promotion-descr {
  position: relative;
  height: 100%;
}

.product-container .promotion-descr .promotion-image {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.product-container .promotion-descr .promotion-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-container .promotion-descr .bottom-read-more {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.cart-added-message {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 999;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.cart-added-message .aster {
  color: #1f253d;
  background: #fff;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0.5em;
  border-radius: 2em;
}

.hide {
  display: none;
}

.modal-content {
  background: #363e63;
  color: #fff;
}

@media (max-width: 1024px) {
  .front-gallery-item {
    height: 274px;
    padding: 0 0 21px 20px;
  }
  .front-gallery-item-title {
    font-size: 32px;
  }
  .payment-section .payments-img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
}

@media all and (min-width: 992px) {
  .menu .has-megamenu {
    position: static !important;
  }
  .menu .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    padding: 0px;
  }
  .menu .megamenu a {
    color: #000 !important;
  }
  .menu .megamenu a:hover {
    color: #d83f3d !important;
    border-bottom: none;
  }
}

@media (max-width: 992px) {
  .navbar {
    padding: 2em;
  }
  .navbar .navbar-brand {
    padding-left: 20px;
  }
  .slicknav_btn {
    right: 0;
  }
  .navbar .logo-section .navbar-brand {
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .navbar .logo-section .search-bar-wrapper {
    margin: auto;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
  }
  .header-menu {
    display: none;
  }
  .main-header .nav-link {
    color: #000;
    font-size: 16px;
    padding: 10px;
  }
  .page-footer {
    padding: 2em;
  }
}

@media (max-width: 992px) {
  .megamenu.show {
    display: block;
    background: transparent !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
    position: relative !important;
  }
  .navigation-side-image-wrapper {
    display: none;
  }
  .main-header .megamenu .sub-menu {
    padding: 0;
  }
  .menu-item.dropdown.show .dropdown-menu.show {
    position: relative !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
    width: 100%;
  }
}

@media (max-width: 776px) {
  .search-bar-container form {
    display: none;
  }
}

@media (max-width: 740px) {
  .mobile-menu {
    display: block;
  }
}

@media (max-width: 739px) {
  .user-menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: r;
  }
  .best-selling-carousel,
  .featured-carousel {
    width: 100%;
  }
  .icon-chevron-md {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .navbar .logo-section {
    margin: 0;
    padding-left: 10px;
    padding-top: 10px;
  }
  .navbar .bottom-header .nav-link {
    padding: 0.5rem 0.2rem !important;
  }
  .navbar .logo-section .navbar-brand {
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .navbar .logo-section .search-bar-wrapper {
    width: auto;
  }
  .search-bar-container {
    display: none;
    padding-left: 0;
  }
  .search-bar-container .search-box input {
    padding: 0.4em 0.85em !important;
    font-size: 15px !important;
  }
  .search-bar-container .search-box span {
    top: 5% !important;
  }
  .main-title {
    font-size: 22px;
  }
  .slick-dotted.slick-slider {
    margin: 0;
  }
  .banner-ads-section {
    padding: 0;
    background-color: #e6e9ef;
    border-bottom: 1px solid #e1e4eb;
  }
  .banner-ads-section .front-banner-carousel {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  .banner-ads-section .front-banner-carousel .banner-section {
    width: 100%;
    padding: 0;
  }
  .banner-ads-section .front-banner-carousel .banner-section .front-gallery {
    height: auto;
    border-radius: 0;
  }
  .banner-ads-section .front-banner-carousel .banner-section .front-gallery-nav {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0px;
    right: 0;
    left: 0;
    text-align: center;
  }
  .banner-ads-section .front-banner-carousel .banner-section .front-gallery-nav .front-gallery-nav-inner {
    padding: 0;
    position: relative;
  }
  .banner-ads-section .front-banner-carousel .banner-section .front-gallery-nav .front-gallery-nav-inner .slick-arrow {
    display: none !important;
  }
  .banner-ads-section .front-banner-carousel .banner-section .front-gallery-nav .front-gallery-nav-inner .slick-dots li {
    display: inline-block;
    margin: 0 4px;
  }
  .banner-ads-section .promo-section {
    display: none;
  }
  .payment-section .payments-list-carousel {
    margin: 0 -13px;
    padding: 0 40px;
  }
  .payment-section .payments-list-item {
    margin: 0 8px;
  }
  .customer-review .customer-review {
    margin: 0 !important;
    padding-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .main-header .nav-link {
    font-weight: 500;
  }
  .deals-container {
    display: none;
  }
  .cart-items-list
.product-item
.cart-item-row
.cart-item-details
.product-dettt {
    display: block;
  }
  .cart-items-list
.product-item
.cart-item-row
.cart-item-details
.product-dettt .details-input {
    margin-top: 20px;
  }
  .title-head .main-title {
    font-size: 16px;
  }
  .best-selling-head .main-title {
    padding: 15px 20px;
  }
  .title-head .view-more {
    margin: 0;
  }
  .title-head .view-more .view-more-text {
    font-size: 16px;
  }
  .title-head .view-more .view-more-text .ion {
    font-size: 16px;
  }
  .front-banner-carousel .front-gallery-nav .slick-arrow {
    width: 60px;
    opacity: 0.2;
  }
}

@media (max-width: 360px) {
  .navbar .logo-section .navbar-brand .logo {
    width: 50px;
    height: 50px;
  }
}
/*# sourceMappingURL=style.css.map */