@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,700&display=swap");
/* 50px */
/* 24px */
/* 20px */
/*  */
/* 16px */
/*  */
/* 
    Created on : Dec 5, 2017, 1:01:59 PM
    Author     : user
*/
/* line 1, ../scss/component/_global-classes.scss */
.transition, .navbar.sticky, .navbar.sticky.sticky_header {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* line 4, ../scss/component/_global-classes.scss */
.box_shodow {
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

/* line 7, ../scss/component/_global-classes.scss */
.fullwidth {
  width: 100%;
}

/* line 10, ../scss/component/_global-classes.scss */
.middle_align, .item_notification, .circle, .service_feature_block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

/* line 15, ../scss/component/_global-classes.scss */
.item_notification {
  width: 16px;
  height: 16px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background: #3ad82e;
  color: #fff;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
/* line 7, ../scss/component/_parallax-banner.scss */
.cd-background-wrapper {
  position: relative;
  -webkit-perspective: 4000px;
  perspective: 4000px;
}

/* line 14, ../scss/component/_parallax-banner.scss */
.cd-floating-background {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 24, ../scss/component/_parallax-banner.scss */
.cd-floating-background.is-absolute {
  position: absolute;
}

/* line 27, ../scss/component/_parallax-banner.scss */
.cd-floating-background img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* fixes a Firefox bug - images not correctly rendered*/
  background-color: rgba(255, 255, 255, 0.01);
}

/* line 35, ../scss/component/_parallax-banner.scss */
.cd-floating-background img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 40, ../scss/component/_parallax-banner.scss */
.cd-floating-background img:first-child {
  -webkit-transform: translateZ(50px);
  -ms-transform: translateZ(50px);
  transform: translateZ(50px);
}

/* line 45, ../scss/component/_parallax-banner.scss */
.cd-floating-background img:nth-child(2) {
  -webkit-transform: translateZ(290px);
  -ms-transform: translateZ(290px);
  transform: translateZ(290px);
}

/* line 50, ../scss/component/_parallax-banner.scss */
.cd-floating-background img:nth-child(3) {
  -webkit-transform: translateZ(400px);
  -ms-transform: translateZ(400px);
  transform: translateZ(400px);
}

/* line 55, ../scss/component/_parallax-banner.scss */
.no-preserve-3d .cd-floating-background {
  /* we target browsers that don't support preserve-3d and show just a standard image - no effect visible */
  position: relative;
}

/* line 1, ../scss/component/_borders.scss */
.addborders, .btn.btn-outline-primary, .flexbox, .owl-carousel .owl-item .item .slider_caption .shopnow_btn, .special_offer_block_inner,
.special_offer_block_dark_inner, .left_sidebar, .product_qty input, .product_desc_right, .product_desc_right .detail_tabs .flexbox, #ninja-slider li, #thumbnail-slider ul li, .my_cart_product_image, .cart_block, .payment_method, .brand_logos, .my_account_right {
  border: solid 1px #e3e3e3;
}

/* line 4, ../scss/component/_borders.scss */
.add_border_bottom, .left_sidebar_heading, .left_sidebar_blocks, .product_detail .product_price, .product_desc_list li, .cart_block h4, .payment_method h4, .cart_block .cart_total, .payment_method .cart_total, .contact_details h5, .my_account_left a, .my_account_right h3 {
  border-bottom: solid 1px #e3e3e3;
}

/* line 7, ../scss/component/_borders.scss */
.add_border_top, .single_product_bottom, .cart_block .cart_total, .payment_method .cart_total {
  border-top: solid 1px #e3e3e3;
}

/* line 10, ../scss/component/_borders.scss */
.add_border_left {
  border-left: solid 1px #e3e3e3;
}

/* line 13, ../scss/component/_borders.scss */
.add_border_right, .product_desc_right .detail_tabs .flexbox .flex:first-child {
  border-right: solid 1px #e3e3e3;
}

/* line 1, ../scss/component/_review-star.scss */
.review_star {
  color: #3ad82e;
  font-size: 16px;
  display: block;
}

/* line 1, ../scss/component/_circle.scss */
.circle {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background: #3ad82e;
}
/* line 6, ../scss/component/_circle.scss */
.circle.circle_40 {
  width: 40px;
  height: 40px;
}
/* line 10, ../scss/component/_circle.scss */
.circle.circle_80 {
  width: 80px;
  height: 80px;
}
/* line 14, ../scss/component/_circle.scss */
.circle.circle_65 {
  width: 65px;
  height: 65px;
}

/* line 1, ../scss/component/_button.scss */
.btn {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  height: 50px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 1.875rem;
}
/* line 9, ../scss/component/_button.scss */
.btn.btn-primary {
  background: #3ad82e;
  border-color: #3ad82e;
}
/* line 13, ../scss/component/_button.scss */
.btn.btn-outline-primary {
  color: #3ad82e;
  border-color: #3ad82e;
}
/* line 18, ../scss/component/_button.scss */
.btn.btn-outline-primary:hover {
  background: #3ad82e;
  color: #fff;
}

/* line 1, ../scss/component/_breadcrumb.scss */
.breadcrumb {
  list-style: none;
  padding: 0;
  background: none;
  margin-top: 10px;
}
/* line 7, ../scss/component/_breadcrumb.scss */
.breadcrumb li {
  padding: 0 8px;
}

/* line 1, ../scss/component/_form.scss */
.form-control {
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  height: 40px;
  font-size: 0.8125rem;
  padding: 0 1rem;
  color: #1c1c1c;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
/* line 27, ../scss/component/_mixin.scss */
.form-control.placeholder {
  color: #e3e3e3;
  font-weight: 300;
  font-size: 0.8125rem;
}
/* line 28, ../scss/component/_mixin.scss */
.form-control:-moz-placeholder {
  color: #e3e3e3;
  font-weight: 300;
  font-size: 0.8125rem;
}
/* line 29, ../scss/component/_mixin.scss */
.form-control::-moz-placeholder {
  color: #e3e3e3;
  font-weight: 300;
  font-size: 0.8125rem;
}
/* line 30, ../scss/component/_mixin.scss */
.form-control::-webkit-input-placeholder {
  color: #e3e3e3;
  font-weight: 300;
  font-size: 0.8125rem;
}
/* line 17, ../scss/component/_form.scss */
.form-control:focus {
  background: #fff;
  box-shadow: none;
}

/* line 22, ../scss/component/_form.scss */
textarea.form-control {
  padding: 1.25rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

/* line 1, ../scss/component/_checkout-popup.scss */
.checkout_popup {
  width: 350px;
  padding: 0;
}
/* line 5, ../scss/component/_checkout-popup.scss */
.checkout_popup .product_popup_image {
  width: 80px;
}
/* line 9, ../scss/component/_checkout-popup.scss */
.checkout_popup span h5 {
  color: #367018;
}
/* line 14, ../scss/component/_checkout-popup.scss */
.checkout_popup .single_product_bottom a {
  padding: 20px 0 !important;
  color: #1c1c1c !important;
}

/* line 1, ../scss/component/_flexbox.scss */
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 1rem;
}
/* line 7, ../scss/component/_flexbox.scss */
.flexbox.grid_heading {
  background: rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-weight: 600;
}
/* line 13, ../scss/component/_flexbox.scss */
.flexbox .flex {
  padding: 0.3125rem;
}
/* line 16, ../scss/component/_flexbox.scss */
.flexbox .flex.flex_1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 20, ../scss/component/_flexbox.scss */
.flexbox .flex.flex_2 {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
/* line 23, ../scss/component/_flexbox.scss */
.flexbox .flex.flex_80 {
  width: 80px;
}
/* line 26, ../scss/component/_flexbox.scss */
.flexbox .flex.flex_40 {
  width: 80px;
}

/* line 1, ../scss/module/_layout.scss */
body {
  font-family: "Lato", sans-serif;
  font-size: 0.8125rem;
  color: #1c1c1c;
  font-weight: 300;
  line-height: 20px;
}

/* line 9, ../scss/module/_layout.scss */
a {
  color: #1c1c1c;
}
/* line 12, ../scss/module/_layout.scss */
a:hover {
  text-decoration: none;
  color: #3ad82e;
}

/* line 18, ../scss/module/_layout.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif", serif;
  margin: 0;
}

/* line 22, ../scss/module/_layout.scss */
h1 {
  font-size: 3.125rem;
  font-weight: 700;
}

/* line 26, ../scss/module/_layout.scss */
h2 {
  font-size: 1.5rem;
}

/* line 29, ../scss/module/_layout.scss */
h3 {
  font-size: 1.25rem;
}

/* line 32, ../scss/module/_layout.scss */
h4 {
  font-size: 18px;
}

/* line 35, ../scss/module/_layout.scss */
h5 {
  font-size: 1rem;
}

/* line 39, ../scss/module/_layout.scss */
section {
  margin-top: 50px;
}

/* line 1, ../scss/module/_header.scss */
.top_header {
  background: #1c1c1c;
}
/* line 4, ../scss/module/_header.scss */
.top_header .top_days_left {
  color: #fff;
}
/* line 6, ../scss/module/_header.scss */
.top_header .top_days_left span {
  display: inline-block;
  background: #3ad82e;
  height: 50px;
  font-size: 1.5rem;
  padding: 12px;
  margin: 0 10px;
  font-weight: 700;
}
/* line 16, ../scss/module/_header.scss */
.top_header .top_links {
  color: #fff;
}
/* line 19, ../scss/module/_header.scss */
.top_header .top_links span {
  padding-left: 10px;
  display: inline-block;
}
/* line 23, ../scss/module/_header.scss */
.top_header .top_links .login_button {
  display: inline-block;
  height: 50px;
  background: #fff;
  padding: 14px;
  color: #1c1c1c;
}
/* line 30, ../scss/module/_header.scss */
.top_header .top_links .login_button a {
  color: #1c1c1c;
}
/* line 34, ../scss/module/_header.scss */
.top_header .top_links a {
  position: relative;
  padding: 0 12px;
  color: #fff;
}
/* line 39, ../scss/module/_header.scss */
.top_header .top_links a .item_notification {
  position: absolute;
  top: -7px;
  left: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 10px;
  font-weight: 400;
}

/* line 52, ../scss/module/_header.scss */
.header {
  position: absolute;
  z-index: 1;
  width: 100%;
}
/* line 57, ../scss/module/_header.scss */
.header .logo {
  display: inline-block;
  position: absolute;
  top: -50px;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
/* line 9, ../scss/module/_owl-carousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
}
/* line 17, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
/* line 22, ../scss/module/_owl-carousel.scss */
.owl-carousel.owl-carousel .owl-nav button.owl-prev, .owl-carousel.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.7);
}
/* line 30, ../scss/module/_owl-carousel.scss */
.owl-carousel.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: auto;
  right: 0;
}
/* line 35, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-dots {
  display: none;
}

/* line 40, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

/* line 49, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 58, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 66, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 76, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 85, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-item img {
  display: inline-block;
  width: 100%;
}

/* line 90, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 95, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 106, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

/* line 116, ../scss/module/_owl-carousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 120, ../scss/module/_owl-carousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 125, ../scss/module/_owl-carousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 129, ../scss/module/_owl-carousel.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 133, ../scss/module/_owl-carousel.scss */
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 142, ../scss/module/_owl-carousel.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 147, ../scss/module/_owl-carousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 151, ../scss/module/_owl-carousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 156, ../scss/module/_owl-carousel.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 163, ../scss/module/_owl-carousel.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

/* line 168, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 172, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 176, ../scss/module/_owl-carousel.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 193, ../scss/module/_owl-carousel.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 200, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

/* line 207, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 212, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

/* line 216, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 223, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 229, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

/* line 244, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 249, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 254, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

/* line 263, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* line 270, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-item {
  float: left;
}
/* line 274, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-item .item img {
  height: 100%;
}
/* line 278, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-item .item .slider_caption {
  position: absolute;
  top: 12rem;
  left: 10rem;
  width: 33%;
  color: #1c1c1c;
  z-index: 2;
}
/* line 286, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-item .item .slider_caption h1 {
  color: #367018;
  margin-bottom: 20px;
  text-transform: uppercase;
}
/* line 292, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-item .item .slider_caption .shopnow_btn {
  border-color: #3ad82e;
  padding: 8px 20px;
  height: 40px;
  font-size: 18px;
  display: inline-block;
  position: relative;
}
/* line 301, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-item .item .slider_caption .shopnow_btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  display: inline-block;
  height: 40px;
  width: 40px;
  position: absolute;
  right: -40px;
  top: -1px;
  color: #fff;
  padding: 10px;
  background: #3ad82e;
}
/* line 316, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-item .item .slider_caption span {
  font-size: 1.5rem;
  font-weight: 400;
  padding-bottom: 20px;
  display: block;
}
/* line 322, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-item .item .slider_caption p {
  font-size: 18px;
  margin-bottom: 20px;
}
/* line 326, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-item .item .slider_caption .btn {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 0.9375rem 1.875rem;
}
/* line 332, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-item .item .slider_image {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 20%;
  width: 100%;
}

/* line 343, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-nav span {
  display: none;
}
/* line 347, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  border: solid 1px #e3e3e3;
  width: 40px;
  height: 40px;
  font-size: 18px;
}
/* line 355, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-nav button.owl-prev::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
}
/* line 363, ../scss/module/_owl-carousel.scss */
.owl-carousel .owl-nav button.owl-next::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

/* line 375, ../scss/module/_owl-carousel.scss */
.multiple_product_3 .owl-nav {
  top: 30%;
}

/* line 1, ../scss/module/_navbar.scss */
.navbar {
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 400;
  background: none;
  margin-top: 1.25rem;
  /* .navbar-toggler-icon {
      background: url('../images/menu-toggler.png') no-repeat;
      width: 40px;
      height: 40px;
  } */
}
/* line 9, ../scss/module/_navbar.scss */
.navbar .navbar-nav .nav-item {
  padding: 0 0.9375rem;
  position: relative;
}
/* line 13, ../scss/module/_navbar.scss */
.navbar .navbar-nav .nav-item::after {
  content: '/';
  right: 0;
  top: 12px;
  position: absolute;
}
/* line 19, ../scss/module/_navbar.scss */
.navbar .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
/* line 22, ../scss/module/_navbar.scss */
.navbar .navbar-nav .nav-item:last-child::after {
  content: '';
}
/* line 28, ../scss/module/_navbar.scss */
.navbar .navbar-nav .nav-item.dropdown.show {
  color: #1c1c1c;
  background: #367018;
}
/* line 32, ../scss/module/_navbar.scss */
.navbar .navbar-nav .nav-item.dropdown .dropdown-item {
  padding: .4rem 1.5rem;
}
/* line 37, ../scss/module/_navbar.scss */
.navbar .navbar-nav .nav-link {
  color: #1c1c1c;
  text-transform: uppercase;
  padding: 12px 0;
}
/* line 42, ../scss/module/_navbar.scss */
.navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link:hover {
  color: #367018;
}
/* line 47, ../scss/module/_navbar.scss */
.navbar .navbar-brand {
  width: 14.375rem;
}
/* line 50, ../scss/module/_navbar.scss */
.navbar .navbar-brand .sticky_logo {
  display: none;
}
/* line 53, ../scss/module/_navbar.scss */
.navbar .navbar-brand .normal_logo {
  display: block;
}
/* line 60, ../scss/module/_navbar.scss */
.navbar.sticky.sticky_header {
  margin-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #3ad82e;
  padding: 1.25rem;
  z-index: 5;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
/* line 73, ../scss/module/_navbar.scss */
.navbar.sticky.sticky_header.navbar .navbar-brand {
  width: 4.375rem;
}
/* line 77, ../scss/module/_navbar.scss */
.navbar.sticky.sticky_header .nav-link {
  color: #fff;
}
/* line 81, ../scss/module/_navbar.scss */
.navbar.sticky.sticky_header .sticky_logo {
  display: block;
}
/* line 84, ../scss/module/_navbar.scss */
.navbar.sticky.sticky_header .normal_logo {
  display: none;
}

/* line 95, ../scss/module/_navbar.scss */
.my_cart_dropdoen {
  width: 400px;
  padding: 0;
}

/* line 102, ../scss/module/_navbar.scss */
.navbar-nav.sm-collapsible .sub-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -0.7em 0.5em 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
  padding: 0;
  width: 2em;
  height: 1.4em;
  font-size: 1.25rem;
  line-height: 1.2em;
  text-align: center;
}

/* line 116, ../scss/module/_navbar.scss */
.navbar-nav.sm-collapsible .sub-arrow::before {
  content: '+';
}

/* line 119, ../scss/module/_navbar.scss */
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
  content: '-';
}

/* line 122, ../scss/module/_navbar.scss */
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
  border-color: rgba(255, 255, 255, 0.1);
}

/* make sure there's room for the carets */
/* line 126, ../scss/module/_navbar.scss */
.navbar-nav.sm-collapsible .has-submenu {
  padding-right: 3em;
}

/* keep the carets properly positioned */
/* line 130, ../scss/module/_navbar.scss */
.navbar-nav.sm-collapsible .nav-link,
.navbar-nav.sm-collapsible .dropdown-item {
  position: relative;
}

/* Nav carets in expanded mode */
/* line 137, ../scss/module/_navbar.scss */
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}

/* point the arrows up for .fixed-bottom navbars */
/* line 148, ../scss/module/_navbar.scss */
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
  border-top: 0;
  border-bottom: .3em solid;
}

/* Dropdown carets in expanded mode */
/* line 156, ../scss/module/_navbar.scss */
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -.3em;
  margin-right: 1em;
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

/* make sure there's room for the carets */
/* line 170, ../scss/module/_navbar.scss */
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
  padding-right: 2em;
}

/* Scrolling arrows for tall menus */
/* line 176, ../scss/module/_navbar.scss */
.navbar-nav .scroll-up,
.navbar-nav .scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center;
}

/* line 185, ../scss/module/_navbar.scss */
.navbar-nav .scroll-up-arrow,
.navbar-nav .scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid;
  border-left: 7px solid transparent;
}

/* line 199, ../scss/module/_navbar.scss */
.navbar-nav .scroll-down-arrow {
  top: 6px;
  border-top: 7px solid;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
}

/* Add some spacing for 2+ level sub menus in collapsible mode */
/* line 209, ../scss/module/_navbar.scss */
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
  margin: .5em;
}

/* Fix SmartMenus sub menus auto width (subMenusMinWidth/subMenusMaxWidth options) */
/* line 215, ../scss/module/_navbar.scss */
.navbar-nav:not([data-sm-skip]) .dropdown-item {
  white-space: normal;
}

/* line 218, ../scss/module/_navbar.scss */
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
  white-space: nowrap;
}

/* line 1, ../scss/module/_homepage.scss */
.service_feature {
  margin-top: -70px;
}
/* line 4, ../scss/module/_homepage.scss */
.service_feature_block {
  height: 140px;
  background: #367018;
}
/* line 9, ../scss/module/_homepage.scss */
.service_feature_block:first-child {
  border-top-left-radius: 100px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 100px;
  -webkit-border-top-left-radius: 100px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 100px;
  -moz-border-radius-topleft: 100px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 100px;
}
/* line 12, ../scss/module/_homepage.scss */
.service_feature_block:last-child {
  background: #3ad82e;
  border-top-left-radius: 0;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 100px;
  -webkit-border-bottom-right-radius: 100px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 100px;
  -moz-border-radius-bottomright: 100px;
  -moz-border-radius-bottomleft: 0;
}
/* line 16, ../scss/module/_homepage.scss */
.service_feature_block:last-child span {
  color: #367018;
}
/* line 20, ../scss/module/_homepage.scss */
.service_feature_block:nth-child(2) {
  background: #3ad82e;
}
/* line 23, ../scss/module/_homepage.scss */
.service_feature_block:nth-child(2) span {
  color: #367018;
}
/* line 29, ../scss/module/_homepage.scss */
.service_feature_icon {
  font-size: 50px;
  color: #fff;
  padding-left: 25px;
}
/* line 34, ../scss/module/_homepage.scss */
.service_feature h3 {
  color: #fff;
}
/* line 37, ../scss/module/_homepage.scss */
.service_feature span {
  color: #3ad82e;
}

/* line 42, ../scss/module/_homepage.scss */
.special_offer_block,
.special_offer_block_dark {
  background: #f3f3f3;
  padding: 20px;
  min-height: 170px;
}
/* line 48, ../scss/module/_homepage.scss */
.special_offer_block_inner,
.special_offer_block_dark_inner {
  background: #f9f9f9;
  border-width: 2px;
  border-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
}
/* line 57, ../scss/module/_homepage.scss */
.special_offer_block_inner .product_image,
.special_offer_block_dark_inner .product_image {
  width: 100px;
}
/* line 60, ../scss/module/_homepage.scss */
.special_offer_block_inner h4,
.special_offer_block_dark_inner h4 {
  color: #367018;
  margin-bottom: 5px;
}

/* line 67, ../scss/module/_homepage.scss */
.special_offer_block_dark_inner {
  background: url("../images/special-offer-serviec-bg.jpg") no-repeat;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 130px;
  color: #fff;
}
/* line 76, ../scss/module/_homepage.scss */
.special_offer_block_dark_inner h4 {
  color: #fff;
}

/* line 82, ../scss/module/_homepage.scss */
.onetime_offer {
  background: url("../images/onetime-offer.png") no-repeat;
  background-position: left center;
  padding: 80px 0;
}
/* line 87, ../scss/module/_homepage.scss */
.onetime_offer_inner {
  background: #e3e3e3;
  padding: 30px;
}
/* line 91, ../scss/module/_homepage.scss */
.onetime_offer_inner .d-flex {
  background: #fff;
  padding: 20px 0;
}
/* line 96, ../scss/module/_homepage.scss */
.onetime_offer .product_price {
  position: absolute;
  left: -40px;
  top: -40px;
}

/* line 103, ../scss/module/_homepage.scss */
.load_more_btn {
  width: 100%;
}

/* line 2, ../scss/module/_product.scss */
.product_listing .col-md-4 {
  margin-bottom: 20px;
}

/* line 7, ../scss/module/_product.scss */
.product_list .col-md-4 {
  margin-bottom: 30px;
}

/* line 11, ../scss/module/_product.scss */
.single_product {
  background: #fff;
  -webkit-box-shadow: 10px 5px 26px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 10px 5px 26px rgba(0, 0, 0, 0.09);
  box-shadow: 10px 5px 26px rgba(0, 0, 0, 0.09);
  padding: 0 30px;
}
/* line 16, ../scss/module/_product.scss */
.single_product_short_detail {
  text-align: center;
  padding: 30px 0;
  position: relative;
}
/* line 21, ../scss/module/_product.scss */
.single_product_short_detail img {
  width: 70%;
}
/* line 24, ../scss/module/_product.scss */
.single_product_short_detail .product_price {
  position: absolute;
  right: 0;
  top: 26%;
}
/* line 30, ../scss/module/_product.scss */
.single_product_bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 34, ../scss/module/_product.scss */
.single_product_bottom a {
  width: 50%;
  padding: 20px 0;
  text-align: center;
}

/* line 41, ../scss/module/_product.scss */
.product_price {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

/* line 1, ../scss/module/_footer.scss */
footer {
  background: #1c1c1c;
  padding: 30px 0 0 0;
  color: #fff;
}
/* line 6, ../scss/module/_footer.scss */
footer h3 {
  color: #3ad82e;
  margin-bottom: 30px;
}
/* line 11, ../scss/module/_footer.scss */
footer .footer_links h4 {
  color: #3ad82e;
  margin-bottom: 20px;
}
/* line 15, ../scss/module/_footer.scss */
footer .footer_links p {
  margin-bottom: 10px;
}
/* line 18, ../scss/module/_footer.scss */
footer .footer_links p strong {
  color: #3ad82e;
}
/* line 22, ../scss/module/_footer.scss */
footer .footer_links ul {
  padding: 0;
}
/* line 25, ../scss/module/_footer.scss */
footer .footer_links ul > li {
  display: block;
  margin-bottom: 15px;
}
/* line 29, ../scss/module/_footer.scss */
footer .footer_links ul > li a {
  color: #fff;
}
/* line 35, ../scss/module/_footer.scss */
footer .footer_links .blog_image {
  width: 120px;
}
/* line 38, ../scss/module/_footer.scss */
footer .footer_links h5 {
  color: #3ad82e;
}
/* line 42, ../scss/module/_footer.scss */
footer .footer_btm_end {
  background: #141414;
  margin-top: 30px;
  padding: 10px 0;
}
/* line 47, ../scss/module/_footer.scss */
footer .footer_btm_end a {
  color: #3ad82e;
}

/* line 52, ../scss/module/_footer.scss */
.social_links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 1.25rem;
}
/* line 57, ../scss/module/_footer.scss */
.social_links a {
  background: #367018;
  color: #fff;
  margin-right: 10px;
}
/* line 62, ../scss/module/_footer.scss */
.social_links a:last-child {
  margin-right: 0;
}

/* line 1, ../scss/module/_inner-pages.scss */
.inner_banner {
  position: relative;
  margin-bottom: 30px;
}
/* line 5, ../scss/module/_inner-pages.scss */
.inner_banner_caption {
  position: absolute;
  top: 55%;
  left: 11%;
}

/* line 13, ../scss/module/_inner-pages.scss */
.left_sidebar {
  background: #f8f8f8;
}
/* line 17, ../scss/module/_inner-pages.scss */
.left_sidebar_heading {
  padding: 0.9375rem;
}
/* line 21, ../scss/module/_inner-pages.scss */
.left_sidebar_blocks {
  padding: 0.9375rem;
}
/* line 25, ../scss/module/_inner-pages.scss */
.left_sidebar_blocks h6 {
  margin-bottom: 1.25rem;
}

/* line 3, ../scss/module/_product-detai.scss */
.product_detail h3 {
  margin-bottom: 2.5rem;
}
/* line 6, ../scss/module/_product-detai.scss */
.product_detail .product_price {
  color: #3ad82e;
  font-size: 45px;
  font-weight: 700;
  display: block;
  padding-bottom: 15px;
}
/* line 16, ../scss/module/_product-detai.scss */
.product_available_stock {
  padding: 0.9375rem 0;
  font-size: 11px;
}
/* line 20, ../scss/module/_product-detai.scss */
.product_available_stock em {
  color: #367018;
}
/* line 24, ../scss/module/_product-detai.scss */
.product_code {
  text-transform: uppercase;
  font-size: 11px;
}
/* line 28, ../scss/module/_product-detai.scss */
.product_code span {
  background: #e3e3e3;
  color: #367018;
  display: inline-block;
  padding: 0 3px;
  font-weight: 600;
}
/* line 36, ../scss/module/_product-detai.scss */
.product_qty {
  margin-top: 1.25rem;
}
/* line 39, ../scss/module/_product-detai.scss */
.product_qty span {
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase;
  padding: 16px 0;
  float: left;
}
/* line 46, ../scss/module/_product-detai.scss */
.product_qty input {
  background: #e3e3e3;
  width: 50px;
  height: 52px;
  padding: 19px 0;
  text-align: center;
  margin-right: 10px;
}

/* line 60, ../scss/module/_product-detai.scss */
.product_desc_list {
  background: #f4f4f4;
  padding: 0;
  list-style: none;
}
/* line 65, ../scss/module/_product-detai.scss */
.product_desc_list li {
  cursor: pointer;
  display: block;
  padding: 15px;
  position: relative;
}
/* line 72, ../scss/module/_product-detai.scss */
.product_desc_list li:hover, .product_desc_list li.active {
  background: #367018;
  color: #fff;
}
/* line 78, ../scss/module/_product-detai.scss */
.product_desc_list li.active::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #367018;
  right: -10px;
  top: 10px;
}
/* line 88, ../scss/module/_product-detai.scss */
.product_desc_right {
  padding: 30px;
}
/* line 92, ../scss/module/_product-detai.scss */
.product_desc_right h3 {
  margin-bottom: 20px;
}
/* line 96, ../scss/module/_product-detai.scss */
.product_desc_right .detail_tabs .flexbox {
  padding: 0;
}
/* line 100, ../scss/module/_product-detai.scss */
.product_desc_right .detail_tabs .flexbox .flex {
  padding: 20px;
  background: #f4f4f4;
}

/* line 113, ../scss/module/_product-detai.scss */
.add-cart {
  background: #26afdd;
  color: #fff;
  font-weight: 700;
  border: none;
  font-size: 24px;
  height: 52px;
  margin-top: 20px;
  padding: 10px 26px;
}

/* line 125, ../scss/module/_product-detai.scss */
.cut-price {
  color: #888;
  font-size: 15px;
  font-weight: 100;
  position: relative;
}
/* line 131, ../scss/module/_product-detai.scss */
.cut-price hr {
  position: absolute;
  z-index: 2000;
  background: #888;
  height: 1px;
  display: inline-block;
  top: -7px;
  left: 0;
  width: 100%;
  border: none;
}

/* line 143, ../scss/module/_product-detai.scss */
.wishlist-review a {
  display: inline-block;
  padding: 0 15px;
}

/* line 147, ../scss/module/_product-detai.scss */
.wishlist-review a i {
  padding-right: 5px;
}

/* line 153, ../scss/module/_product-detai.scss */
.social-icon {
  margin-top: 20px;
  padding: 0;
}

/* line 157, ../scss/module/_product-detai.scss */
.social-icon li {
  display: inline-block;
}

/* line 160, ../scss/module/_product-detai.scss */
.social-icon li a {
  width: 46px;
  height: 46px;
  border-radius: 50px;
  border: solid 1px #ccc;
  font-size: 26px;
  padding: 10px;
  display: inline-block;
}

/* line 169, ../scss/module/_product-detai.scss */
.social-icon li a.facebook {
  color: #4a6ea9;
  border-color: #4a6ea9;
}

/* line 173, ../scss/module/_product-detai.scss */
.social-icon li a.facebook:hover {
  background: #4a6ea9;
  color: #fff;
}

/* line 177, ../scss/module/_product-detai.scss */
.social-icon li a.google-plus {
  color: #d64532;
  border-color: #d64532;
}

/* line 181, ../scss/module/_product-detai.scss */
.social-icon li a.google-plus:hover {
  color: #fff;
  background: #d64532;
}

/* line 185, ../scss/module/_product-detai.scss */
.social-icon li a.twitter {
  color: #7ac3f6;
  border-color: #7ac3f6;
}

/* line 189, ../scss/module/_product-detai.scss */
.social-icon li a.twitter:hover {
  color: #fff;
  background: #7ac3f6;
}

/* line 193, ../scss/module/_product-detai.scss */
.social-icon li a.linkedin {
  color: #007fb2;
  border-color: #007fb2;
}

/* line 197, ../scss/module/_product-detai.scss */
.social-icon li a.linkedin:hover {
  background: #007fb2;
  color: #fff;
}

/* line 201, ../scss/module/_product-detai.scss */
.social-icon li a.instagram {
  color: #7e5748;
  border-color: #7e5748;
}

/* line 205, ../scss/module/_product-detai.scss */
.social-icon li a.instagram:hover {
  background: #7e5748;
  color: #fff;
}

/* line 209, ../scss/module/_product-detai.scss */
.social-icon li a.youtube {
  color: #e62b24;
  border-color: #e62b24;
}

/* line 213, ../scss/module/_product-detai.scss */
.social-icon li a.youtube:hover {
  background: #e62b24;
  color: #fff;
}

/* Visit http://www.menucool.com/responsive-slider for instructions */
/* line 3, ../scss/module/_product-slider.scss */
#ninja-slider {
  width: 85%;
  padding: 0px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

/* line 12, ../scss/module/_product-slider.scss */
#ninja-slider.fullscreen {
  background: black;
}

/* line 16, ../scss/module/_product-slider.scss */
#ninja-slider div.fs-icon {
  top: 10px;
  right: 6px;
  width: 60px;
  height: 26px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  color: white;
  text-align: center;
  font: bold 11px/26px arial;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

/* line 33, ../scss/module/_product-slider.scss */
#ninja-slider .slider-inner:hover div.fs-icon,
#ninja-slider.fullscreen div.fs-icon {
  opacity: 1;
}

/* line 38, ../scss/module/_product-slider.scss */
#ninja-slider div.fs-icon::before {
  content: "EXPAND";
  display: block;
}

/* line 43, ../scss/module/_product-slider.scss */
#ninja-slider.fullscreen div.fs-icon::before {
  content: "CLOSE";
}

/* line 47, ../scss/module/_product-slider.scss */
#ninja-slider .slider-inner {
  margin: 0 auto;
  /*center-aligned */
  font-size: 0px;
  position: relative;
  box-sizing: border-box;
}

/* line 54, ../scss/module/_product-slider.scss */
#ninja-slider.fullscreen .slider-inner {
  width: 100%;
  max-width: 950px;
}

/* line 59, ../scss/module/_product-slider.scss */
#ninja-slider ul {
  /*width:100%;*/
  /*overflow:hidden;*/
  position: relative;
  list-style: none;
  padding: 0;
  height: 550px !important;
  box-sizing: border-box;
  touch-action: pan-y;
}

/* line 71, ../scss/module/_product-slider.scss */
#ninja-slider li {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  box-sizing: border-box;
}

/* line 87, ../scss/module/_product-slider.scss */
#ninja-slider li.ns-show {
  opacity: 1;
}

/* --------- slider image ------- */
/* line 93, ../scss/module/_product-slider.scss */
#ninja-slider .ns-img {
  background-size: contain;
                            /*Note: If transitionType is zoom, it will be overridden to cover.

    /*decorate border*/
  cursor: default;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

/* ---------If there are videos ------- */
/* line 109, ../scss/module/_product-slider.scss */
#ninja-slider .video, .video-playbutton-layer {
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: black;
  position: absolute;
}

/* And if you have added the HTML: <div class="video-playbutton-layer"></div> */
/* line 119, ../scss/module/_product-slider.scss */
.video-playbutton-layer {
  background: transparent url(../css-img/video.png) no-repeat center center;
}

/* And if you have YouTube or Vimeo */
/* line 124, ../scss/module/_product-slider.scss */
#ninja-slider div.stopVideoIcon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0px;
  margin: 0 0 6px 6px;
  background: rgba(0, 0, 0, 0.7);
  border-bottom-left-radius: 4px;
  cursor: pointer;
}

/* line 134, ../scss/module/_product-slider.scss */
#ninja-slider div.stopVideoIcon::before {
  content: "+";
  color: white;
  font: bold 30px/30px arial;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}

/* ---------Arrow buttons ------- */
/* The arrow button id should be: slider id + ("-prev", "-next", and "-pause-play") */
/* line 146, ../scss/module/_product-slider.scss */
#ninja-slider-pause-play {
  display: none;
}

/* line 148, ../scss/module/_product-slider.scss */
#ninja-slider-prev, #ninja-slider-next {
  position: absolute;
  display: inline-block;
  width: 42px;
  height: 56px;
  line-height: 56px;
  top: 50%;
  margin-top: -28px;
  background-color: rgba(0, 0, 0, 0.4);
  background-color: #ccc;
  /*IE8 hack*/
  backface-visibility: hidden;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 2px;
  z-index: 10;
  opacity: 0.3;
  font-family: sans-serif;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

/* line 174, ../scss/module/_product-slider.scss */
#ninja-slider-prev:hover, #ninja-slider-next:hover {
  opacity: 1;
}

/* line 178, ../scss/module/_product-slider.scss */
#ninja-slider.fullscreen #ninja-slider-prev:hover, #ninja-slider.fullscreen #ninja-slider-next:hover {
  width: 90px;
}

/* line 182, ../scss/module/_product-slider.scss */
#ninja-slider-prev {
  left: 0;
}

/* line 186, ../scss/module/_product-slider.scss */
#ninja-slider-next {
  right: 0;
}

/* line 190, ../scss/module/_product-slider.scss */
#ninja-slider.fullscreen #ninja-slider-prev {
  left: -50px;
  opacity: 1;
}

/* line 194, ../scss/module/_product-slider.scss */
#ninja-slider.fullscreen #ninja-slider-next {
  right: -50px;
  opacity: 1;
}

/*pagination within the prev/next buttons*/
/* line 200, ../scss/module/_product-slider.scss */
#ninja-slider-prev div {
  opacity: 0;
  margin-left: 30px;
  transition: opacity 0.7s;
}

/* line 201, ../scss/module/_product-slider.scss */
#ninja-slider-next div {
  opacity: 0;
  margin-right: 30px;
  transition: opacity 0.7s;
}

/* line 202, ../scss/module/_product-slider.scss */
#ninja-slider.fullscreen #ninja-slider-prev:hover div {
  opacity: 1;
}

/* line 203, ../scss/module/_product-slider.scss */
#ninja-slider.fullscreen #ninja-slider-next:hover div {
  opacity: 1;
}

/* arrows */
/* line 205, ../scss/module/_product-slider.scss */
#ninja-slider-prev::before, #ninja-slider-next::before {
  position: absolute;
  top: 17px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-left: 2px solid white;
  border-top: 2px solid white;
}

/* line 216, ../scss/module/_product-slider.scss */
#ninja-slider-prev::before {
  -ms-transform: rotate(-45deg);
  /*IE 9*/
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  backface-visibility: hidden;
  left: 14px;
}

/* line 224, ../scss/module/_product-slider.scss */
#ninja-slider-next::before {
  -ms-transform: rotate(135deg);
  /*IE 9*/
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  backface-visibility: hidden;
  right: 14px;
}

/*------ pager(nav bullets) ------*/
/* The pager id should be: slider id + "-pager" */
/* line 237, ../scss/module/_product-slider.scss */
#ninja-slider-pager {
  display: none;
}

/* line 240, ../scss/module/_product-slider.scss */
#ninja-slider-pager, #ninja-slider-prev, #ninja-slider-next, #ninja-slider-pause-play {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

/* http://www.menucool.com/jquery-slider */
/*---------------------------- Thumbnails ----------------------------*/
/* line 254, ../scss/module/_product-slider.scss */
#thumbnail-slider {
  height: 480px;
  display: inline-block;
  padding: 0px 0;
  /*Increse its value if want to move the arrows out of the div.inner */
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  width: 15%;
}

/* line 264, ../scss/module/_product-slider.scss */
#thumbnail-slider div.inner {
  border-radius: 3px;
  /*the followings should not be changed */
  height: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin: 0;
}

/* line 273, ../scss/module/_product-slider.scss */
#thumbnail-slider div.inner ul {
  /*the followings should not be changed */
  position: relative;
  left: 0;
  top: 0;
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  float: left !important;
  width: auto !important;
  height: auto !important;
}

/* line 286, ../scss/module/_product-slider.scss */
#thumbnail-slider ul li {
  opacity: 1;
  display: block;
  margin: 0 0 12px 0;
  /* Spacing between thumbs*/
  transition: all 0.5s;
  text-align: center;
  padding: 0;
  position: relative;
  list-style: none;
  box-sizing: content-box;
  backface-visibility: hidden;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* line 305, ../scss/module/_product-slider.scss */
#thumbnail-slider ul li.active {
  -webkit-filter: initial;
  filter: initial;
}

/* line 309, ../scss/module/_product-slider.scss */
#thumbnail-slider li:hover {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}

/* line 314, ../scss/module/_product-slider.scss */
#thumbnail-slider .thumb {
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  font-size: 0;
}

/* --------- navigation controls ------- */
/* The nav id should be: slider id + ("-prev", "-next", and "-pause-play") */
/* line 328, ../scss/module/_product-slider.scss */
#thumbnail-slider-pause-play {
  display: none;
}

/*.pause*/
/* line 330, ../scss/module/_product-slider.scss */
#thumbnail-slider-prev, #thumbnail-slider-next {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0;
  color: white;
  z-index: 10;
  cursor: pointer;
  transition: opacity 0.6s;
  *background-color: #ccc;
  /*IE7 hack*/
  backface-visibility: hidden;
  display: none;
}

/* line 348, ../scss/module/_product-slider.scss */
#thumbnail-slider-prev {
  top: 0;
}

/* line 352, ../scss/module/_product-slider.scss */
#thumbnail-slider-next {
  bottom: 0;
}

/* line 355, ../scss/module/_product-slider.scss */
#thumbnail-slider-next.disabled, #thumbnail-slider-prev.disabled {
  opacity: 0.1;
  cursor: default;
}

/* arrows */
/* line 362, ../scss/module/_product-slider.scss */
#thumbnail-slider-prev::before, #thumbnail-slider-next::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border-left: 4px solid white;
  border-top: 4px solid white;
}

/* line 373, ../scss/module/_product-slider.scss */
#thumbnail-slider-prev::before {
  top: 12px;
  -ms-transform: rotate(-45deg);
  /*IE9*/
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 380, ../scss/module/_product-slider.scss */
#thumbnail-slider-next::before {
  bottom: 12px;
  -ms-transform: rotate(135deg);
  /*IE9*/
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* line 1, ../scss/module/_modal.scss */
.modal-dialog {
  max-width: 500px;
}
/* line 4, ../scss/module/_modal.scss */
.modal-dialog .modal-content .modal-header, .modal-dialog .modal-content .modal-footer {
  text-transform: uppercase;
  background: #f4f4f4;
  padding: 1.875rem;
  color: #1c1c1c;
}
/* line 10, ../scss/module/_modal.scss */
.modal-dialog .modal-content .close {
  color: #1c1c1c;
}
/* line 13, ../scss/module/_modal.scss */
.modal-dialog .modal-content .modal-footer {
  text-transform: none;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
}
/* line 17, ../scss/module/_modal.scss */
.modal-dialog .modal-content .modal-body {
  padding: 1.875rem;
}

/* line 2, ../scss/module/_my-cart.scss */
.my_cart_product_image {
  width: 65px;
  display: inline-block;
  background: #fff;
}
/* line 9, ../scss/module/_my-cart.scss */
.my_cart .input-group .form-control {
  height: 50px;
}

/* line 14, ../scss/module/_my-cart.scss */
.cart_block, .payment_method {
  padding: 1.25rem;
  background: #fbfbfb;
}
/* line 19, ../scss/module/_my-cart.scss */
.cart_block h4, .payment_method h4 {
  padding-bottom: 1.25rem;
  margin-bottom: 20px;
}
/* line 24, ../scss/module/_my-cart.scss */
.cart_block .cart_total, .payment_method .cart_total {
  padding: 1.25rem 0;
  margin-bottom: 1.25rem;
}

/* line 2, ../scss/module/_contact.scss */
.contact_details h5 {
  display: block;
  padding: 20px 0;
}
/* line 7, ../scss/module/_contact.scss */
.contact_details h5 i {
  padding-right: 15px;
  color: #3ad82e;
}

/* line 1, ../scss/module/_brand.scss */
.brand_logos {
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px;
  margin-bottom: 30px;
}
/* line 10, ../scss/module/_brand.scss */
.brand_logos img {
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: gray;
  /* IE5+ */
  -webkit-filter: grayscale(1);
  /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .8s ease-in-out;
}
/* line 17, ../scss/module/_brand.scss */
.brand_logos:hover img {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}

/* line 2, ../scss/module/_my-account.scss */
.my_account_left {
  background: #f4f4f4;
}
/* line 4, ../scss/module/_my-account.scss */
.my_account_left a {
  padding: 15px;
  display: block;
}
/* line 9, ../scss/module/_my-account.scss */
.my_account_left a:hover, .my_account_left a.active {
  background: #3ad82e;
  color: #fff;
}
/* line 16, ../scss/module/_my-account.scss */
.my_account_right {
  padding: 50px;
}
/* line 20, ../scss/module/_my-account.scss */
.my_account_right h3 {
  padding-bottom: 20px;
  margin-bottom: 30px;
}
/* line 27, ../scss/module/_my-account.scss */
.my_account_right .addresses h6 {
  margin-bottom: 15px;
}
/* line 30, ../scss/module/_my-account.scss */
.my_account_right .addresses h6 ~ p {
  margin-bottom: 5px;
}

@media (max-width: 1199.98px) {
  /* line 2, ../scss/responsive/_max-width-1200.scss */
  .navbar .navbar-nav .nav-item {
    padding: 0 8px;
  }

  /* line 5, ../scss/responsive/_max-width-1200.scss */
  .owl-carousel .owl-item .item .slider_caption {
    top: 4rem;
  }
}
@media (max-width: 991.98px) {
  /* line 2, ../scss/responsive/_max-width-991.scss */
  .header .logo {
    top: -85px;
    width: 70px;
  }

  /* line 7, ../scss/responsive/_max-width-991.scss */
  .service_feature_block,
  .service_feature_block:first-child,
  .service_feature_block:last-child {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    margin-bottom: 20px;
  }

  /* line 13, ../scss/responsive/_max-width-991.scss */
  .header {
    position: relative;
    margin: 0;
    padding: 15px 0;
  }
  /* line 18, ../scss/responsive/_max-width-991.scss */
  .header .logo {
    position: relative;
    width: 52px;
    top: 0;
  }

  /* line 24, ../scss/responsive/_max-width-991.scss */
  .navbar {
    margin: 0;
  }

  /* line 27, ../scss/responsive/_max-width-991.scss */
  .navbar .navbar-nav .nav-item::after {
    content: '';
  }
}
@media (max-width: 767.98px) {
  /* line 2, ../scss/responsive/_max-width-767.scss */
  h1 {
    font-size: 2rem;
  }

  /* line 5, ../scss/responsive/_max-width-767.scss */
  h3 {
    font-size: 1rem;
  }

  /* line 8, ../scss/responsive/_max-width-767.scss */
  .service_feature {
    margin-top: 20px;
  }
  /* line 11, ../scss/responsive/_max-width-767.scss */
  .service_feature_block {
    height: 90px;
  }

  /* line 16, ../scss/responsive/_max-width-767.scss */
  .onetime_offer {
    padding: 0;
  }
  /* line 19, ../scss/responsive/_max-width-767.scss */
  .onetime_offer h1 {
    font-size: 2rem;
  }
  /* line 23, ../scss/responsive/_max-width-767.scss */
  .onetime_offer .product_price {
    left: 25px;
    top: 25px;
  }

  /* line 28, ../scss/responsive/_max-width-767.scss */
  .top_header .top_links .login_button {
    padding: 10px;
  }

  /* line 31, ../scss/responsive/_max-width-767.scss */
  .top_header .top_links a {
    padding: 0 5px;
  }

  /* line 34, ../scss/responsive/_max-width-767.scss */
  .inner_banner_caption {
    top: 0;
  }

  /* line 37, ../scss/responsive/_max-width-767.scss */
  .btn {
    padding: 12px 15px;
  }

  /* line 40, ../scss/responsive/_max-width-767.scss */
  .product_desc_list li {
    display: inline-block;
  }
  /* line 44, ../scss/responsive/_max-width-767.scss */
  .product_desc_list li.active::after {
    display: none;
  }

  /* line 49, ../scss/responsive/_max-width-767.scss */
  .my_account_right {
    padding: 20px;
  }

  /* line 52, ../scss/responsive/_max-width-767.scss */
  .breadcrumb li {
    padding: 0 3px;
  }
}
