@import url("https://fonts.googleapis.com/css?family=Great+Vibes&display=swap");
.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.section_padding, .products, .browse {
  padding: 60px 0px; }

.wrapper {
  position: relative; }
  .wrapper:before {
    content: '';
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: white;
    transition: all .3s ease;
    visibility: visible;
    opacity: 1; }

.loader {
  height: 250px;
  width:250px;
  background: url(../images/loader.png) no-repeat center center;
  position: fixed;
  left: 42%;
  top: 35%;
  margin-top: -15px;
  margin-left: -15px;
  z-index: 999;
  transition: all .3s ease;
  visibility: visible;
  opacity: 1; }

.loader2 {
  height: 36px;
  width: 100px;
  display: block;
  margin: 0 auto;
  background: url(../images/dots.gif) no-repeat center center; }

body.loading_stop .loader,
body.loading_stop .wrapper:before {
  visibility: hidden;
  opacity: 0; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url("../fonts/proxima-nova/proximanova-bold-webfont.eot");
  src: url("../fonts/proxima-nova/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanova-bold-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova-bold-webfont.svg#proxima_nova_rgbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_novasemibold';
  src: url("../fonts/proxima-nova/proximanova-semibold-webfont.eot");
  src: url("../fonts/proxima-nova/proximanova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanova-semibold-webfont.woff2") format("woff2"), url("../fonts/proxima-nova/proximanova-semibold-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanova-semibold-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova-semibold-webfont.svg#proxima_novasemibold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_novalight';
  src: url("../fonts/proxima-nova/proximanova-light-webfont.eot");
  src: url("../fonts/proxima-nova/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanova-light-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanova-light-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova-light-webfont.svg#proxima_novalight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url("../fonts/proxima-nova/proximanova-regular-webfont.eot");
  src: url("../fonts/proxima-nova/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanova-regular-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_novaregular_italic';
  src: url("../fonts/proxima-nova/proximanova-regularitalic-webfont.eot");
  src: url("../fonts/proxima-nova/proximanova-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanova-regularitalic-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanova-regularitalic-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova-regularitalic-webfont.svg#proxima_novaregular_italic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova_thinthin';
  src: url("../fonts/proxima-nova/proximanovat-thin-webfont.eot");
  src: url("../fonts/proxima-nova/proximanovat-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanovat-thin-webfont.woff2") format("woff2"), url("../fonts/proxima-nova/proximanovat-thin-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanovat-thin-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanovat-thin-webfont.svg#proxima_nova_thinthin") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova_condensedlight';
  src: url("../fonts/proxima-nova/proximanovacond-light-webfont.eot");
  src: url("../fonts/proxima-nova/proximanovacond-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanovacond-light-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanovacond-light-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanovacond-light-webfont.svg#proxima_nova_condensedlight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova_cn_rgregular';
  src: url("../fonts/proxima-nova/proximanovacond-regular-webfont.eot");
  src: url("../fonts/proxima-nova/proximanovacond-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanovacond-regular-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanovacond-regular-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanovacond-regular-webfont.svg#proxima_nova_cn_rgregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova_condensedRgIt';
  src: url("../fonts/proxima-nova/proximanovacond-regularit-webfont.eot");
  src: url("../fonts/proxima-nova/proximanovacond-regularit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanovacond-regularit-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanovacond-regularit-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanovacond-regularit-webfont.svg#proxima_nova_condensedRgIt") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova_condensedSBd';
  src: url("../fonts/proxima-nova/proximanovacond-semibold-webfont.eot");
  src: url("../fonts/proxima-nova/proximanovacond-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanovacond-semibold-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanovacond-semibold-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanovacond-semibold-webfont.svg#proxima_nova_condensedSBd") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova_cn_ththin';
  src: url("../fonts/proxima-nova/proximanovacond-thin-webfont.eot");
  src: url("../fonts/proxima-nova/proximanovacond-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanovacond-thin-webfont.woff2") format("woff2"), url("../fonts/proxima-nova/proximanovacond-thin-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanovacond-thin-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanovacond-thin-webfont.svg#proxima_nova_cn_ththin") format("svg");
  font-weight: normal;
  font-style: normal; }
.proxima-nova, .servicesz ul.services_grid li a strong {
  font-family: "proxima_nova_rgregular"; }

.proxima-nova-bold, .topbar .row [class^="col"] > ul > li > span, .header .navbar-default .navbar-nav.special > li > span strong, .product .product_body h3, .categories .category_block strong, .facts h2 {
  font-family: "proxima_nova_rgbold"; }

.proxima-nova-semibold, strong,
b, label, .header .navbar-default .navbar-nav > li > a, .header .navbar-default .navbar-nav.special > li > span i:after, .spy_cart i:after, .product .product_body strong, .main_menu .inner .navbar-default .navbar-nav > li > a, .feedback .tblock span p, .footer h4, .linksblok h3, .facts h3, .mylble {
  font-family: "proxima_novasemibold"; }

.proxima-nova-thin, #banners .item .cap h1, .facts h1, .welcome h3 {
  font-family: "proxima_nova_thinthin"; }

.proxima-nova-light, .product.product_browse .product_body strong, .infobox .info_block h3 span, .jumbo .container p, .facts p, .products_list .nav-tabs > li > a {
  font-family: "proxima_novalight"; }

.proxima-nova-italic {
  font-family: "proxima_novaregular_italic"; }

.proxima-nova-condensed {
  font-family: "proxima_nova_cn_rgregular"; }

.proxima-nova-condensed-bold, .btn {
  font-family: "proxima_nova_condensedSBd"; }

.proxima-nova-condensed-thin {
  font-family: "proxima_nova_cn_ththin"; }

.proxima-nova-condensed-light {
  font-family: "proxima_nova_condensedlight"; }

.proxima-nova-condensed-italic {
  font-family: "proxima_nova_condensedRgIt"; }

body {
  font-family: "proxima_nova_rgregular";
  color: #465768;
  font-weight: normal !important;
  font-size: 13px;
  overflow-x: hidden; }

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none; }

strong,
b {
  font-weight: normal; }

label {
  font-weight: normal; }

.b-r-1 {
  border-right: 1px solid #e5e5e5; }

.bg-default {
  background: #f9f9f9; }

.text-primary {
  color: #a8432d; }

#modal-login .modal-body,
#modal-register .modal-body,
#modal-forgotpass .modal-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.form-control {
  box-shadow: none; }

.modal-backdrop {
  background-color: black;
  opacity: 0.8 !important; }

.modal-content {
  box-shadow: none; }

.title {
  margin: 0px;
  margin-bottom: 30px;
  font-weight: normal;
  color: #351700;
  font-family: "Great Vibes", cursive;
  /* @extend .proxima-nova-condensed-bold; */
  text-transform: capitalize; }
  .title span {
    color: #a8432d;
    position: relative;
    padding-left: 32px; }

.r-m-05 {
  margin: 0px -5px; }

.c-p-05 {
  padding: 0px 5px; }

.r-m-0 {
  margin: 0px -0px; }

.c-p-0 {
  padding: 0px 0px; }

.btn-round {
  border-radius: 17px; }

.btn {
  font-weight: normal;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1); }

.btn-primary {
  background: #a8432d;
  border-color: #a8432d;
  color: #fff; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #a8432d !important;
    border-color: #a8432d !important;
    color: #fff !important; }

.btn-success {
  background: #154a21;
  border-color: #154a21;
  color: #fff; }
  .btn-success:hover, .btn-success:active, .btn-success:focus {
    background: #efe4b0;
    border-color: #efe4b0;
    color: #a8432d; }

.topbar {
  background: #154a21;
  padding: 0px 0px; }
  .topbar .row [class^="col"] > ul {
    padding: 0px;
    margin: 0px;
    list-style: none; }
    .topbar .row [class^="col"] > ul > li {
      display: inline-block; }
      .topbar .row [class^="col"] > ul > li > a,
      .topbar .row [class^="col"] > ul > li > span {
        color: white;
        display: block;
        height: 35px;
        line-height: 35px;
        text-transform: uppercase;
        font-size: 12px; }
      .topbar .row [class^="col"] > ul > li > span {
        font-size: 15px; }
    .topbar .row [class^="col"] > ul.pull-right > li {
      margin-left: 20px; }
      .topbar .row [class^="col"] > ul.pull-right > li > i {
        position: relative;
        bottom: -1px; }

.header {
      padding: 5px 0px;
    background: #ede3b0 url(../images/log_bg.jpg) 2% 42%;
    position: relative;
    z-index: 100;
    background-repeat: no-repeat;
    background-size: cover; }
  .header .navbar-default {
    border-radius: 0px;
    margin: 0px;
    border: 0px;
    background: none; }
    .header .navbar-default .navbar-brand {
      height: inherit;
      height: 70px;
      padding-top: 0px;
      padding-left: 0px;
      padding-bottom: 0px;
      margin: 8px 0px 0px 0px; }
      .header .navbar-default .navbar-brand img {
        max-height: 100%;
        max-width: 100%; }
    .header .navbar-default .navbar-form {
      margin-top: 60px; margin-right: 0px; width: 100%;}
      
      .cart_icon_top {
          margin-left: 20%;
      }
      
      .header .navbar-default .navbar-form .form-control::-moz-placeholder {
        color: rgba(0, 0, 0, 0.8);
        opacity: 1; }
      .header .navbar-default .navbar-form .form-control:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.8); }
      .header .navbar-default .navbar-form .form-control::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.8); }
      .header .navbar-default .navbar-form .form-control {
        width: 100%;
        border: none;
        box-shadow: none;
        background: rgba(0,0,0, 0.1);
        color: black;
        border-radius: 50px 0px 0px 50px; }
      .header .navbar-default .navbar-form .btn {
        background: #154a21;
        border-radius: 0px 50px 50px 0px;
        color: #fff; border-color: #154a21;}
        .header .navbar-default .navbar-form .btn i {
          position: relative;
          bottom: -2px; }
    .header .navbar-default .navbar-nav > li > a {
      padding: 0px 15px;
      height: 70px;
      line-height: 70px;
      color: #676767;
      text-transform: uppercase;
      font-weight: normal; }
    .header .navbar-default .navbar-nav > li.active > a {
      position: relative;
      background: none;
      color: white;
      transform: translateZ(0); }
      .header .navbar-default .navbar-nav > li.active > a:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 40px;
        top: 50%;
        left: 50%;
        margin-top: -20px;
        z-index: -1;
        border-radius: 5px;
        background: #a8432d;
        transform: translateX(-50%); }
    .header .navbar-default .navbar-nav > li.location > a {
      color: white; }
      .header .navbar-default .navbar-nav > li.location > a i {
        position: relative;
        bottom: -2px; }
      .header .navbar-default .navbar-nav > li.location > a span {
        text-decoration: underline; }
    .header .navbar-default .navbar-nav > li.dropdown:hover > a {
      color: #333;
      background: white;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .header .navbar-default .navbar-nav > li.dropdown .dropdown-menu {
      border: none;
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
      border-top-left-radius: 5px; }
      .header .navbar-default .navbar-nav > li.dropdown .dropdown-menu > li {
        border-bottom: 1px solid #e5e5e5; }
        .header .navbar-default .navbar-nav > li.dropdown .dropdown-menu > li:last-child {
          border-bottom: none; }
        .header .navbar-default .navbar-nav > li.dropdown .dropdown-menu > li > a {
          padding-top: 15px;
          padding-bottom: 15px;
          position: relative;
          padding-left: 70px;
          text-transform: capitalize; }
          .header .navbar-default .navbar-nav > li.dropdown .dropdown-menu > li > a i {
            position: absolute;
            left: 20px;
            top: 50%;
            margin-top: -20px;
            font-size: 25px;
            height: 40px;
            line-height: 40px;
            width: 40px;
            text-align: center;
            display: inline-block;
            border: 1px solid #333;
            border-radius: 100%;
            margin-right: 5px; }
    .header .navbar-default .navbar-nav.special {
      margin-top:50px; }
      .header .navbar-default .navbar-nav.special > li > span {
        height: 50px;
        display: block;
        padding-left: 45px;
        position: relative;
        color: #000; }
        .header .navbar-default .navbar-nav.special > li > span strong {
          display: block;
          padding-top: 8px;
          text-transform: uppercase;
          font-weight: normal; }
        .header .navbar-default .navbar-nav.special > li > span i {
          position: absolute;
          left: 0px;
          top: 0px;
          text-align: center;
          font-size: 35px;
          width: 50px;
          height: 50px;
          line-height: 45px;
          color: #154a21; }
          .header .navbar-default .navbar-nav.special > li > span i:after {
            content: attr(data-items);
            font-size: 10px;
            position: absolute;
            height: 16px;
            line-height: 16px;
            text-align: center;
            width: 16px;
            background: #a8432d;
            left: 50%;
            bottom: 15px;
            margin-left: -8px;
            border-radius: 100%;
            color: #fff; }
  .header.header_fixed {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 99; }

 .header .logo_img {
      width:180px;
  }
.spy_cart {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 99; }
  .spy_cart i {
    text-align: center;
    display: block;
    font-size: 35px;
    width: 60px;
    height: 60px;
    line-height: 55px;
    color: white;
    background: #a8432d;
    border-radius: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    .spy_cart i:after {
      content: attr(data-items);
      font-size: 12px;
      position: absolute;
      height: 16px;
      line-height: 16px;
      text-align: center;
      width: 16px;
      left: 50%;
      bottom: 20px;
      margin-left: -8px;
      color: white; }

.products {
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5; }

.product {
  min-height: 200px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 5px;
  overflow: hidden; }
  .product .product_img {
    border-bottom: 1px solid #e5e5e5; }
    .product .product_img .img {
      display: block;
      min-height: 200px;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
      position: relative;
      transform: translateZ(0);
      transition: all .3s ease; }
    .product .product_img.contain {
      padding: 10px; }
      .product .product_img.contain .img {
        display: block;
        background-size: contain !important; }
  .product .product_body {
    text-align: left;
    padding: 15px 10px; }
    .product .product_body strong {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #333;
      font-weight: normal;
      font-size: 12px; }
    .product .product_body a i {
      width: 20px;
      height: 20px;
      display: inline-block;
      background-color: #efe4b0;
      line-height: 20px;
      color: #351700;
      border-radius: 100%; }
    .product .product_body .btn {
      padding: 2px 8px;
      font-size: 12px; }
    .product .product_body .btn-round {
      border-radius: 25px; }
    .product .product_body h3 {
      margin: 10px 0px;
      font-weight: normal;
      font-size: 16px;
      color: #351700; }
    .product .product_body .original_price {
      display: inline-block;
      margin-right: 10px; }
  .product.product_browse {
    border: 1px solid #e5e5e5;
    box-shadow: none; }
    .product.product_browse .product_body strong {
      font-size: 18px; }
    .product.product_browse .product_body .btn {
      margin-top: 10px;
      text-transform: uppercase;
      color: #fff;      background: #a8432d;
    border-color: #a8432d;}
      .product.product_browse .product_body .btn span {
        position: relative;
        bottom: -1px; }

.rupee {
  margin-right: 2px;
  display: inline-block; }

.editor ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }
  .editor ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px; }
    .editor ul li:before {
      position: absolute;
      content: '';
      height: 8px;
      width: 8px;
      background: #a8432d;
      top: 5px;
      left: 0px;
      border-radius: 100%; }
.editor del {
  color: #ff0000; }

#Favorite, #browse, #categories {
  padding: 0px 40px; }

#Favorite .item,
#categories .item,
#related .item,
#browse .item {
  padding: 5px;
  display: block; }
#Favorite .owl-nav div,
#categories .owl-nav div,
#related .owl-nav div,
#browse .owl-nav div {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  width: 30px;
  height: 56px;
  background: url(../images/arrows_black.png);
  transition: all .3s ease;
  opacity: 0.3; }
  #Favorite .owl-nav div:hover,
  #categories .owl-nav div:hover,
  #related .owl-nav div:hover,
  #browse .owl-nav div:hover {
    opacity: 0.8; }
#Favorite .owl-nav .owl-prev,
#categories .owl-nav .owl-prev,
#related .owl-nav .owl-prev,
#browse .owl-nav .owl-prev {
  left: 0px; }
#Favorite .owl-nav .owl-next,
#categories .owl-nav .owl-next,
#related .owl-nav .owl-next,
#browse .owl-nav .owl-next {
  right: 0px;
  background-position: -30px 0px; }

#browse .product {
  min-height: 100px; }
  #browse .product .product_img {
    border-right: 1px solid #e5e5e5;
    border-bottom: 0px; }
    #browse .product .product_img .img {
      min-height: 100px; }

.categories {
  border-bottom: 1px solid #e5e5e5;
  padding: 40px 0px 60px 0px; }
  .categories .item {
    border: 1px solid #ccc;
    border-radius: 5px; }
  .categories .category_block {
    /* i {
           display: block;
           height: 100px;
           width: 100px;
           border-radius: 100%;
           margin: 0 auto;
    
           background-size: 50px !important;
           background-position: center !important;
           background-repeat: no-repeat !important;
         } */ }
    .categories .category_block img {
      width: 100%;
      height: auto; }
    .categories .category_block a {
      color: #a8432d; }
      .categories .category_block a:hover {
        color: #351700; }
    .categories .category_block strong {
      font-weight: normal;
      text-transform: uppercase;
      display: block;
      text-align: center;
      padding: 10px 0px;
      background-color: #a8432d;
      color: #fff; }

.infobox {
  /* background: #e8f2f9 url(../images/pattren.png); 
  background-color: $secondColor;*/
  background-color:#154a21;
  border-bottom: 1px solid #e5e5e5;
  padding: 70px 0px 20px 0px; }
  .infobox .title {
    margin-bottom: 15px; }
  .infobox .info_block {
    padding: 20px;
    background: #1d1d1d;
    position: relative;
    text-align: center;
    /* padding-left: 120px + 20; */
    min-height: 120px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
    .infobox .info_block i {
      height: 80px;
      width: 80px;
      display: block;
      border-radius: 100%;
      position: absolute;
      left: 140px;
      top: -55px;
      background-size: 40px !important;
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-color: #efe4b0 !important; }
      .infobox .info_block i img {
        box-shadow: 2px 2px 2px #000; }
    .infobox .info_block h3 {
      margin: 0px;
      margin-bottom: 10px;
      margin-top: 12px;
      color: #fff; }
      .infobox .info_block h3 b {
        font-weight: normal;
        font-family: "Great Vibes", cursive; }
    .infobox .info_block .btn span {
      position: relative;
      bottom: -1px; }
    .infobox .info_block .btn-primary {
      transition: all ease .2s; }
      .infobox .info_block .btn-primary:hover {
        background: #efe4b0 !important;
        border-color:#efe4b0 !important;
        color: #351700 !important;
        margin-left: 20px; }

#banners {
  position: relative; }
  #banners .item {
    position: relative; }
    #banners .item .img {
      display: block;
      min-height: 500px;
      background-size: cover !important;
      background-position: center !important;
      background-repeat: no-repeat !important; }
      #banners .item .img.bottomCenter {
        background-position: bottom center !important; }
    #banners .item:before {
      content: '';
      position: absolute;
      left: 0px;
      top: 0px;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.2);
      transition: all .3s ease;
      visibility: visible;
      opacity: 1; }
    #banners .item .cap {
      position: absolute;
      left: 0px;
      bottom: 0px;
      padding-bottom: 40px;
      padding-top: 130px;
      background: url(../images/gradient.png) repeat-x bottom left;
      z-index: 5;
      width: 100%;
      text-align: center; }
      #banners .item .cap .btn {
        padding: 10px 40px;
        text-transform: uppercase; }
      #banners .item .cap h1 {
        margin: 0px;
        padding: 15px 0px;
        color: white;
        font-size: 30px;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2); }
        #banners .item .cap h1 span {
          font-family: 'Berkshire Swash', cursive; }
  #banners .owl-item.active .item:before {
    visibility: hidden;
    opacity: 0; }
  #banners .owl-dots {
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 100%;
    z-index: 5; }
  #banners .owl-dots div {
    height: 7px;
    width: 7px;
    background: transparent;
    border: 1px solid #fff;
    display: inline-block;
    margin: 0px 5px;
    border-radius: 100%; }
  #banners .owl-dots div.active {
    background: #fff; }
  #banners .owl-nav div {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    width: 30px;
    height: 56px;
    background: url(../images/arrows.png);
    transition: all .3s ease;
    opacity: 1; }
    #banners .owl-nav div:hover {
      opacity: 0.5; }
  #banners .owl-nav .owl-prev {
    left: 35px; }
  #banners .owl-nav .owl-next {
    right: 35px;
    background-position: -30px 0px; }

.banner2 {
  height: 100px;
  background: #fff;
  position: relative; }
  .banner2:before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    left: 50%;
    top: 100%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    z-index: 5; }
  .banner2:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  .banner2 .holder {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    z-index: 5; }
    .banner2 .holder h1 {
      margin: 0px;
      font-weight: 300;
      font-size: 50px;
      color: white;
      font-family: 'Great Vibes', cursive;
      color: #676767; }
      .banner2 .holder h1 span {
        color: #f4a363; }

.featuers {
  padding: 50px 0px 50px 0px;
  background: #f5f5f5; }
  .featuers .add0 {
    height: 370px;
    background: #ccc;
    border-radius: 5px;
    position: relative; }
  .featuers .add1 {
    height: 180px;
    background: #ccc;
    margin-bottom: 10px;
    border-radius: 5px;
    position: relative; }
  .featuers strong {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(241, 135, 51, 0.8);
    color: white;
    padding: 0px 20px;
    text-transform: uppercase;
    font-weight: 300; }

.navbar {
  border-radius: 0px; }

.main_menu {
  position: relative; }
  .main_menu .inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 9;
    padding-top: 0px;
    transition: all .3s ease; }
    .main_menu .inner .navbar-default {
      border: none;
      background:#a8432d; }
      .main_menu .inner .navbar-default .navbar-nav > li {
        border-left: 1px solid rgba(255, 255, 255, 0.2); }
        .main_menu .inner .navbar-default .navbar-nav > li > a {
          text-transform: uppercase;
          color: white; }
        .main_menu .inner .navbar-default .navbar-nav > li:first-child {
          border-left: none; }
        .main_menu .inner .navbar-default .navbar-nav > li.open > a {
          background: white;
          color: #465768; }
        .main_menu .inner .navbar-default .navbar-nav > li.open .dropdown-menu {
          border: none;
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12), 0 3px 2px rgba(0, 0, 0, 0.24); }
          .main_menu .inner .navbar-default .navbar-nav > li.open .dropdown-menu li.dropdown-header {
            position: relative;
            padding: 0px 20px; }
            .main_menu .inner .navbar-default .navbar-nav > li.open .dropdown-menu li.dropdown-header:before {
              content: '';
              position: absolute;
              left: 0px;
              top: 50%;
              height: 1px;
              width: 100%;
              background: #e5e5e5; }
            .main_menu .inner .navbar-default .navbar-nav > li.open .dropdown-menu li.dropdown-header > a {
              display: inline-block;
              background: white;
              position: relative;
              z-index: 5;
              padding-left: 2px;
              padding-right: 2px; }
        .main_menu .inner .navbar-default .navbar-nav > li:hover {
          cursor: pointer; }
          .main_menu .inner .navbar-default .navbar-nav > li:hover .dropdown-menu {
            display: block; }
      .main_menu .inner .navbar-default .navbar-nav.special {
        background: #13121a !important;
        position: relative;
        right: -0px;
        padding: 0px 0px;
        border-radius: 50px 0px 0px 50px !important; }
        .main_menu .inner .navbar-default .navbar-nav.special li a {
          color: #fff; }
  .main_menu.fixed {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 99; }
    .main_menu.fixed .inner {
      padding: 0px; }
      .main_menu.fixed .inner .navbar-default {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1); }
        .main_menu.fixed .inner .navbar-default .navbar-nav.special {
          border-top-right-radius: 0px; }
  .main_menu.main_menu_inner_page {
    height: 50px;
    background: #a8432d;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
    .main_menu.main_menu_inner_page .inner {
      padding: 0px; }
      .main_menu.main_menu_inner_page .inner .navbar-default {
        background: none;
        border-radius: 0px; }
        .main_menu.main_menu_inner_page .inner .navbar-default .navbar-nav.special {
          background: #ca610e;
          background: white;
          border-radius: 0px; }
          .main_menu.main_menu_inner_page .inner .navbar-default .navbar-nav.special > li {
            border-color: rgba(0, 0, 0, 0.1); }
            .main_menu.main_menu_inner_page .inner .navbar-default .navbar-nav.special > li > a {
              color: #fff; }

.feedback {
  padding: 50px 0px;
  background: #f9f9f9; }
  .feedback .item {
    padding: 5px;  border-radius: 50px 0px !important;}
  .feedback .tblock {
    position: relative;
    min-height: 150px;
    /* border-radius: 20px; */
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);  border-radius: 50px 0px !important;}
    .feedback .tblock span {
      display: block;
      padding: 20px 30px;
      padding-left: 160px; }
      .feedback .tblock span p {
        font-size: 14px;
        opacity: 0.7; }
      .feedback .tblock span h4 {
        color: #a8432d; }
    .feedback .tblock .img {
      display: block;
      position: absolute;
      left: 30px;
      top: 50%;
      height: 100px;
      width: 100px;
      margin-top: -65px;
      border-radius: 100%;
      background-size: cover !important;
      background-position: center center !important; }
  .feedback .owl-dots {
    text-align: center;
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 5;
    margin-top: 10px; }
  .feedback .owl-dots div {
    height: 10px;
    width: 10px;
    background: transparent;
    border: 1px solid #a8432d;
    display: inline-block;
    margin: 0px 5px;
    border-radius: 100%; }
  .feedback .owl-dots div.active {
    background: #a8432d; }

.jumbo {
  padding: 60px 0px 60px 0px;
  /* background: url(../images/top-leaves.png) top center no-repeat, url(../images/bg2.jpg) center center /cover; */
  background: url(../images/widebg.jpg);
  position: relative;
  text-align: center; }
  .jumbo:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0px;
    top: 0px; }
  .jumbo .container {
    position: relative;
    z-index: 5; }
    .jumbo .container h1 {
      color: white;
      font-weight: normal;
      font-family: "Great Vibes", cursive;
      color: #ffcc00;
      /* font-family: 'Berkshire Swash', cursive; */
      /* text-transform: capitalize; */
      margin: 0px;
      margin-bottom: 20px;
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); }
    .jumbo .container p {
      color: white;
      font-size: 18px; }
    .jumbo .container a {
      padding: 10px 30px;
      text-transform: uppercase;
      margin-top: 20px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.footer {
  background: #2a1200;
  padding: 0px 0px;
  border-top: 0px solid #e2e2e2;
  border-bottom: 0px solid #e2e2e2; }
  .footer [class^='col'] {
    border-right: 0px solid #e2e2e2;
    padding: 20px 20px;
    min-height: 100px; }
    .footer [class^='col']:last-child {
      border-right: none; }
  .footer h4 {
    font-size: 16px;
    margin: 0px;
    margin-bottom: 10px;
    color: #ffcc00; }

.linksblok {
  background: #1b1b1b;
  padding: 30px 0px 15px 0px; }
  .linksblok h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 20px;
    color: #efe4b0; }
  .linksblok ul.footlist {
    padding: 0px;
    margin: 0px;
    list-style: none; }
    .linksblok ul.footlist li {
      display: block; }
      .linksblok ul.footlist li a {
        color: #fff;
        line-height: 22px;
        opacity: 1; }
        .linksblok ul.footlist li a:before {
          font-family: 'FontAwesome';
          content: "\f105";
          padding-right: 10px;
          color: #efe4b0; }
        .linksblok ul.footlist li a:hover {
          opacity: 0.6; }

.fotsocial {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #292929; }
  .fotsocial h4 {
    display: inline-block;
    color: #fff;
    padding-right: 20px; }

.abtblock {
  border-right: 1px solid #292929;
  min-height: 400px;
  margin-right: 50px; }
  .abtblock p {
    color: #fff;
    margin: 0px;
    padding: 20px 70px 20px 0px; }

.fotnewsletter {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #292929; }
  .fotnewsletter h4 {
    color: #efe4b0; }

.facts {
  padding: 60px 0px;
  background: url(../images/whatbg.jpg) center;
  background-size: cover;
  position: relative;
  color: white;
  transform: translateZ(0); }
  .facts .row {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.6); }
    .facts .row [class^='col'] {
      border-right: 1px solid rgba(255, 255, 255, 0.6);
      padding-top: 30px;
      min-height: 135px; }
      .facts .row [class^='col']:last-child {
        border-right: none; }
  .facts:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1; }
  .facts h2 {
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 0px; }
  .facts h1 {
    font-size: 50px;
    margin-top: 0px; }
  .facts h3 {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase; }
  .facts p {
    margin-bottom: 0px; }

.newsletter {
  padding-right: 35%; }
  .newsletter .form-control {
    height: 48px;
    border-radius: 30px 0px 0px 30px; }
  .newsletter .btn-primary {
    height: 48px;
    border-radius: 0px 30px 30px 0px;
    padding-left: 20px;
    padding-right: 20px; }
    .newsletter .btn-primary i {
      font-size: 18px; }

.copyright {
  background: #131313;
  border-top: 0px solid #e2e2e2;
  color: #fff;
  padding: 20px 0px;
  text-align: center; }
  .copyright a {
    color: #fff; }

ul.socials {
  margin: 0px 0px;
  padding: 0px;
  list-style: none;
  display: inline-block; }
  ul.socials li {
    display: inline-block;
    /* &:nth-child(1) a{
     background-color: #5274ce;
    }
    &:nth-child(2) a{
     background-color: #29c5ed;
    }
    &:nth-child(3) a{
     background-color: #005173;
    }
    &:nth-child(4) a{
     background-color: #d1372d;
    }
    &:nth-child(5) a{
     background-color: #e8428b;
    } */ }
    ul.socials li a {
      color: white;
      height: 40px;
      line-height: 40px;
      width: 40px;
      background: rgba(0, 0, 0, 0.2);
      text-align: center;
      border-radius: 100%;
      font-size: 16px;
      transition: all 0.4s;
      border: 2px solid #fff; }
      ul.socials li a:hover {
        transform: rotateZ(360deg);
        color:#efe4b0;
        border-color:#efe4b0; }

#modal-type .radio-inline {
  padding: 0px;
  margin: 0px 5px;
  margin-bottom: 10px; }
  #modal-type .radio-inline i {
    height: 80px;
    line-height: 80px;
    width: 80px;
    text-align: center;
    display: block;
    border: 1px solid #333;
    border-radius: 100%;
    font-size: 50px;
    margin-bottom: 3px; }
#modal-type input[type="radio"] {
  display: none; }
#modal-type input[type="radio"]:checked + i {
  background: #a8432d;
  border-color: #a8432d;
  color: white; }
#modal-type .btn-primary {
  margin-top: 10px;
  color: white;
  text-transform: uppercase; }

.servicesz {
  padding: 50px 0px 30px 0px; }
  .servicesz [role="tablist"] {
    list-style: none;
    padding: 0px;
    margin: 0px auto;
    max-width: 350px;
    margin-bottom: 40px; }
    .servicesz [role="tablist"] li {
      display: inline-block;
      float: left;
      width: 50%; }
      .servicesz [role="tablist"] li a {
        display: block;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        background: #ffcc00; }
        .servicesz [role="tablist"] li a i {
          position: relative;
          bottom: -2px; }
      .servicesz [role="tablist"] li.active a {
        background: #a8432d;
        position: relative; }
        .servicesz [role="tablist"] li.active a:before {
          content: '';
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -8px;
          border-right: 8px solid transparent;
          border-left: 8px solid transparent;
          border-top: 8px solid #a8432d; }
      .servicesz [role="tablist"] li:nth-child(1) a {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px; }
      .servicesz [role="tablist"] li:nth-child(2) a {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px; }
  .servicesz ul.services_grid {
    padding: 0px;
    margin: 0px;
    list-style: none; }
    .servicesz ul.services_grid li {
      display: inline-block;
      float: left;
      width: 16.6%;
      margin-bottom: 30px; }
      .servicesz ul.services_grid li a {
        display: block; }
        .servicesz ul.services_grid li a i {
          display: block;
          margin: 0 auto;
          font-size: 45px;
          font-weight: normal;
          text-align: center;
          height: 80px;
          line-height: 80px;
          width: 80px;
          border-radius: 100%;
          color: white; }
        .servicesz ul.services_grid li a strong {
          display: block;
          margin-top: 5px;
          color: #333;
          text-align: center;
          text-transform: capitalize;
          font-weight: normal; }
      .servicesz ul.services_grid li:nth-child(8n+1) a i {
        background: #6739b6; }
      .servicesz ul.services_grid li:nth-child(8n+2) a i {
        background: #ffc107; }
      .servicesz ul.services_grid li:nth-child(8n+3) a i {
        background: #2196f3; }
      .servicesz ul.services_grid li:nth-child(8n+4) a i {
        background: #00c853; }
      .servicesz ul.services_grid li:nth-child(8n+5) a i {
        background: #f44336; }
      .servicesz ul.services_grid li:nth-child(8n+6) a i {
        background: #00bff3; }
      .servicesz ul.services_grid li:nth-child(8n+7) a i {
        background: #f04d4e; }
      .servicesz ul.services_grid li:nth-child(8n+8) a i {
        background: #ccdb38; }
  .servicesz .package_block {
    padding: 20px;
    background: #fff;
    margin-bottom: 10px;
    color: white;
    border-radius: 3px; }
    .servicesz .package_block .headr {
      border-bottom: 1px solid rgba(255, 255, 255, 0.6);
      padding-bottom: 10px;
      display: block;
      margin: 0px;
      position: relative; }
      .servicesz .package_block .headr span {
        display: inline-block;
        padding-left: 50px;
        width: 150px; }
      .servicesz .package_block .headr small,
      .servicesz .package_block .headr strong {
        display: block; }
      .servicesz .package_block .headr small {
        font-size: 15px; }
      .servicesz .package_block .headr i.iconz {
        position: absolute;
        left: 0px;
        top: 0px;
        display: inline-block;
        height: 40px;
        line-height: 38px;
        width: 40px;
        font-size: 25px;
        text-align: center;
        border: 1px solid #fff;
        border-radius: 100%;
        margin-right: 5px; }
      .servicesz .package_block .headr .btn {
        border: none;
        text-transform: uppercase;
        float: right;
        margin-top: 5px; }
        .servicesz .package_block .headr .btn i {
          position: relative;
          bottom: -1px; }
    .servicesz .package_block ul {
      margin: 15px 0px 0px 0px;
      padding: 0px;
      list-style: none; }
      .servicesz .package_block ul li {
        line-height: 20px;
        position: relative;
        padding-left: 10px;
        margin-bottom: 3px; }
        .servicesz .package_block ul li:before {
          content: '';
          position: absolute;
          height: 5px;
          width: 5px;
          background: #fff;
          left: 0px;
          top: 7px;
          border-radius: 100%; }
  .servicesz [class^="col"]:nth-child(8n+1) .package_block {
    background: #6739b6; }
  .servicesz [class^="col"]:nth-child(8n+2) .package_block {
    background: #ffc107; }
  .servicesz [class^="col"]:nth-child(8n+3) .package_block {
    background: #2196f3; }
  .servicesz [class^="col"]:nth-child(8n+4) .package_block {
    background: #00c853; }
  .servicesz [class^="col"]:nth-child(8n+5) .package_block {
    background: #f44336; }
  .servicesz [class^="col"]:nth-child(8n+6) .package_block {
    background: #00bff3; }
  .servicesz [class^="col"]:nth-child(8n+7) .package_block {
    background: #f04d4e; }
  .servicesz [class^="col"]:nth-child(8n+8) .package_block {
    background: #ccdb38; }

.innerpage {
  padding: 10px 0px; }

.products_list {
  background: #f5f5f5; }
  .products_list .product {
    margin-bottom: 10px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    transition: all .3s ease; }
    .products_list .product:hover {
      border-color: #f9cdaa; }
  .products_list .nav-tabs > li > a {
    color: #465768;
    font-size: 16px; }

.filterblock {
  background: white;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 5px; }
  .filterblock.filterblock-height {
    height: 100%; }

.bordered_label {
  margin: 0px;
  margin-bottom: 15px;
  position: relative; }
  .bordered_label:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #e5e5e5;
    left: 0px;
    top: 50%; }
  .bordered_label span {
    background: #fff;
    position: relative;
    z-index: 2;
    padding-right: 5px;
    font-size: 11px;
    text-transform: uppercase;
    color: #666; }
  .bordered_label.f18 span {
    font-size: 18px; }

.bordered_label_inner {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
  border-radius: 4px; }
  .bordered_label_inner .bordered_label span {
    height: 30px;
    line-height: 30px;
    display: inline-block; }

.radio {
  cursor: pointer; }
  .radio span {
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #999;
    position: relative;
    text-align: center;
    bottom: -2px; }
  .radio input[type="radio"] {
    display: none; }
  .radio input[type="radio"]:checked + span {
    background: #a8432d;
    border-color: #a8432d; }
    .radio input[type="radio"]:checked + span:before {
      content: '';
      height: 6px;
      width: 6px;
      background: white;
      border-radius: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 5; }

.checkbox {
  cursor: pointer; }
  .checkbox span {
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #999;
    position: relative;
    bottom: -2px;
    margin-right: 5px; }
  .checkbox input[type="checkbox"] {
    display: none; }
  .checkbox input[type="checkbox"]:checked + span {
    background: #a8432d;
    border-color: #a8432d; }
    .checkbox input[type="checkbox"]:checked + span:before {
      font-family: 'FontAwesome';
      content: "\f00c";
      font-size: 10px;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      line-height: 15px;
      text-align: center;
      color: white;
      z-index: 3; }

.pageHeading {
  padding: 10px 0px;
  border-bottom: 1px solid #e5e5e5; }
  .pageHeading h3 {
    margin: 0px; }

.pagination > li > a {
  color: #465768; }

.pagination > .active > a {
  background: #a8432d;
  border-color: #a8432d; }

.whitebox {
  background: white;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }
  .whitebox.whitebox-height {
    height: 100%; }

.table tr:first-child td {
  border-top: none; }

.products_view {
  padding: 0px;
  background: white url(../images/flower.png) no-repeat right bottom;
  background-position: right -100px bottom -100px; }
  .products_view .nav-tabs > li > a {
    color: #465768; }

.product_related #related .item {
  padding: 0px; }
.product_related #related .owl-nav .owl-prev {
  left: -60px; }
.product_related #related .owl-nav .owl-next {
  right: -60px; }
.product_related .product {
  margin: 0px; }

.qty .btn {
  background: #a8432d;
  border-color: #a8432d;
  color: white; }
.qty .form-control {
  text-align: center;
  box-shadow: none;
  background: #eee;
  border: none;
  padding-left: 0px;
  padding-right: 0px; }

.breadcrumbs {
  border-bottom: 1px solid #e5e5e5; }
  .breadcrumbs .breadcrumb {
    margin: 0px;
    border-radius: 0px;
    background: none;
    padding-left: 5px; }
    .breadcrumbs .breadcrumb li a {
      color: #465768; }
    .breadcrumbs .breadcrumb li.active {
      color: #a8432d; }

#modal-extra .modal-body {
  background: #fafafa;
  max-height: 475px;
  overflow-y: auto; }
#modal-extra .modal-dialog {
  transition: all .3s ease; }
#modal-extra .product {
  min-height: 50px;
  margin: 5px 0px;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  transition: all .3s ease; }
  #modal-extra .product:hover {
    border-color: #f9cdaa; }
  #modal-extra .product .product_img .img {
    min-height: 80px;
    display: block; }
  #modal-extra .product .product_body {
    padding: 10px; }
    #modal-extra .product .product_body strong {
      font-size: 14px; }
    #modal-extra .product .product_body h3 {
      font-size: 15px;
      margin: 5px 0px; }
    #modal-extra .product .product_body .checkbox {
      margin: 0px; }
#modal-extra .results {
  display: none; }

.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear; }

.fade-scale.in {
  opacity: 1;
  transform: scale(1); }

.mylble {
  border: 2px solid #a8432d;
  display: inline-block;
  border-radius: 4px;
  padding: 5px 10px;
  color: #a8432d;
  margin-bottom: 15px;
  font-weight: normal; }
  .mylble:before {
    font-family: 'Simple-Line-Icons';
    content: "\e081";
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    bottom: -1px; }

del {
  color: #ff0000; }

.search {
  position: relative; }

.search_result {
  padding: 10px 10px;
  margin-top: 5px;
  background: white;
  border-radius: 4px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
  display: none;
  z-index: 99;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .search_result .highlight {
    padding: 0px;
    background: none;
    color: #a8432d; }
  .search_result .list {
    padding: 0px;
    margin: 0px;
    list-style: none;
    max-height: 305px;
    overflow-y: auto;
    border: 1px solid #e5e5e5; }
    .search_result .list li.media {
      padding: 5px 20px;
      margin: 0px;
      margin-bottom: -1px;
      border-bottom: 1px solid #e5e5e5; }
      .search_result .list li.media:last-child {
        border-bottom: none; }

.qty {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center; }

.panel-cart {
  border: none;
  box-shadow: none; }
  .panel-cart .panel-heading {
    background: #a8432d;
    border: none;
    color: white;
    padding: 0px;
    position: relative;
    z-index: 1;
    bottom: -1px; }
    .panel-cart .panel-heading strong {
      font-size: 13px; }
    .panel-cart .panel-heading .cart_item_row {
      padding: 10px 20px;
      padding-right: 35px; }
  .panel-cart .panel-body {
    padding: 0px;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #e5e5e5; }
    .panel-cart .panel-body .cart_item_row {
      background: #fff;
      padding: 10px 20px;
      border-bottom: 1px solid #e5e5e5; }
      .panel-cart .panel-body .cart_item_row strong, .panel-cart .panel-body .cart_item_row small {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .panel-cart .panel-body .cart_item_row .input-group.bootstrap-touchspin {
        width: 60px; }
      .panel-cart .panel-body .cart_item_row:last-child {
        border-bottom: none; }

.tranckorder {
  padding: 100px 0px;
  background: #f9f9f9 url(../images/slide2.jpg);
  background-size: cover; }
  .tranckorder .input-group {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 4px; }
    .tranckorder .input-group .form-control {
      border: none;
      box-shadow: none; }

.myhead {
  margin: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  position: relative;
  transition: all .3s ease; }
  .myhead:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0px;
    height: 3px;
    margin-top: -1px;
    width: 50px;
    background: #ccc; }
  .myhead:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0px;
    height: 3px;
    margin-top: -1px;
    width: 25px;
    background: #676767; }

.btn[data-target="#m_menu"] {
  border: none;
  background: #a8432d;
  color: #fff;
  border-radius: 2px;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px; }
  .btn[data-target="#m_menu"] i {
    position: absolute;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    right: 0px;
    top: 0px;
    font-size: 18px; }

.categoryfilter {
  margin: 0px;
  padding: 0px;
  list-style: none; }
  .categoryfilter > li {
    padding: 0px;
    margin: 0px;
    box-shadow: none; }
    .categoryfilter > li > a {
      color: #676767;
      line-height: 25px;
      display: block;
      position: relative; }
    .categoryfilter > li > ul {
      margin: 0px;
      padding: 0px 0px 0px 10px;
      list-style: none; }
      .categoryfilter > li > ul > li > a {
        color: #676767;
        line-height: 25px;
        display: block;
        position: relative; }
        .categoryfilter > li > ul > li > a:before {
          font-family: 'FontAwesome';
          content: "\f105";
          color: #a8432d;
          margin-right: 3px; }
        .categoryfilter > li > ul > li > a:hover {
          color: #222; }
    .categoryfilter > li.has_child > a:after {
      font-family: 'FontAwesome';
      content: "\f067";
      position: absolute;
      right: 0px;
      top: 0px;
      height: 25px;
      line-height: 25px; }
    .categoryfilter > li.has_child > a[aria-expanded="true"] {
      color: #a8432d; }
      .categoryfilter > li.has_child > a[aria-expanded="true"]:after {
        content: "\f068"; }

@media only screen and (min-width: 1000px) {
  .row_table {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0px; }

  .col_td {
    display: table-cell;
    float: none;
    padding: 0px;
    vertical-align: top; }

  .products_view .row_table .col_td {
    padding: 40px 40px; }
    .products_view .row_table .col_td:first-child {
      border-right: 1px solid #e5e5e5; }

  .btn[data-target="#m_menu"] {
    display: none !important; }

  .collapse#m_menu {
    display: block !important; }

  .modal {
    text-align: center;
    padding: 0 !important; }

  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }

  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }

  .row-height {
    display: flex;
    flex-wrap: wrap; }

  .col-height {
    display: flex;
    flex-direction: column; } }
.dmenu {
  margin: 0px -20px;
  padding: 0px;
  list-style: none; }
  .dmenu li {
    display: block;
    border-bottom: 1px solid #e5e5e5; }
    .dmenu li a {
      color: #465768;
      display: block;
      padding: 10px 20px;
      text-transform: uppercase; }
      .dmenu li a:hover {
        background: #f9f9f9; }
    .dmenu li:last-child {
      border-bottom: none; }
    .dmenu li.active {
      border-left: 2px solid #a8432d; }

.welcome {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 20px; }
  .welcome i {
    font-size: 100px;
    opacity: 0.3; }
  .welcome h3 {
    font-size: 30px; }
  .welcome p {
    text-transform: uppercase;
    opacity: 0.5; }

.form-container {
  max-width: 500px; }

.full_height {
  background: #f9f9f9; }

.custom_item_head {
  background: #a8432d;
  padding: 10px;
  color: white;
  border-radius: 5px 5px 0px 0px; }

.custom_item {
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  margin-bottom: -1px;
  padding: 10px; }

#modal-coupon .modal-body {
  max-height: 300px;
  overflow-y: auto; }

.spinner {
  display: none; }

@media (max-width: 980px) and (min-width: 768px) {
  .header .navbar-default .navbar-brand {
    height: 50px; }

  .header .navbar-default .navbar-form {
    margin: 0px;
    margin-top: 8px; }

  .header .navbar-default .navbar-nav.special {
    margin: 0px;
    margin-top: 35px; }

  #banners .item .img {
    min-height: 350px; }

  #banners .item .cap h1 {
    font-size: 25px; }

  .infobox .info_block {
    padding: 20px;
    text-align: center; }
    .infobox .info_block i {
      position: static;
      margin: 0 auto; }
    .infobox .info_block h3 {
      font-size: 20px; }

  .title {
    font-size: 25px; }

  ul.socials li a {
    height: 40px;
    line-height: 40px;
    width: 40px; }

  .footer h4 {
    font-size: 11px; }

  .linksblok h3 {
    font-size: 12px; }

  .jumbo .container h1 {
    font-size: 25px; }

  .jumbo .container p {
    font-size: 14px; }

  .newsletter {
    padding-right: 0%; }

  .facts h1 {
    font-size: 35px; }

  .facts h2 {
    font-size: 25px; }

  .facts h3 {
    font-size: 14px; }

  .facts p {
    font-size: 12px; }

  .sp-wrap .sp-large a {
    height: 200px; }

  .sp-wrap .sp-thumbs a {
    height: 70px; }

  .products_view h3 {
    font-size: 18px; }

  .m-t-1-xs {
    margin-top: 10px; }

  .m-b-1-xs {
    margin-bottom: 10px; } }
@media (max-width: 768px) and (min-width: 320px) {
    
    #banners {
    position: relative;
    margin-top: 50px;
}
    
    #banners .item .img {
        background-size: contain !important;
            min-height: 230px !important;
    }
    .pad_0_mob {
        padding:0px;
    }
    .loader {
  height: 250px;
  width:250px;
  background: url(../images/loader.png) no-repeat center center;
  position: fixed;
  left: 22%;
  top: 35%;
  margin-top: -15px;
  margin-left: -15px;
  z-index: 999;
  transition: all .3s ease;
  visibility: visible;
  opacity: 1; }
  .header .logo_img {
      width:115px;
  }
  body {
    font-size: 12px; }

  .header .navbar-default .navbar-brand {
    height: 50px;
    padding-left: 15px; }

  .header .navbar-default .navbar-form {
    margin: 0px;
    margin-top: 8px; }

  .header .navbar-default .navbar-nav.special {
    margin: 0px;
    margin-top: 20px; }

  .header {
    padding: 0px; }

  .header .navbar-default {
    padding-top: 10px;
    padding-bottom: 10px; }

  .header .navbar-default .navbar-form .form-control {
    width: 100%; }

  .header .navbar-default .navbar-nav,
  .header .navbar-default .navbar-form {
    margin: 0px;
    border: none; }

  .navbar-default .navbar-toggle {
    border-color: #fff; }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff; }

  .main_menu .inner .navbar-default .navbar-toggle {
    margin-right: 15px; }

  .main_menu .inner .navbar-default {
    padding-left: 10px;
    padding-right: 10px; }

  .main_menu.main_menu_inner_page .inner .navbar-default {
    padding-left: 0px;
    padding-right: 0px; }

  .navbar-header strong {
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    display: inline-block !important;
    color: #fff;
    text-transform: uppercase;
    padding-left: 30px; }

  .main_menu .navbar-nav > li > .dropdown-menu {
    width: 100%;
    position: relative;
    margin: 0px; }

  .navbar-ex1-collapse,
  .navbar-ex1-collapse2 {
    position: absolute;
    background: #a8432d;
    width: 100%;
    left: 0px;
    top: 100%;
    margin: 0px !important; }

  #banners .item .img {
    min-height: 250px; }

  #banners .item .cap h1 {
    font-size: 18px; }

  .infobox .info_block {
    margin: 10px 0px;     min-height: 135px;}

  .footer {
    text-align: center !important; }
    .footer .text-left,
    .footer .text-right {
      text-align: inherit !important; }
    .footer .pull-left,
    .footer .pull-right {
      float: inherit !important; }
    .footer img {
      display: inline-block; }
    .footer .newsletter {
      padding-right: 0%; }
    .footer [class^="col"] {
      border-right: none;
      padding: 10px 20px;
      min-height: inherit; }

  .linksblok {
    text-align: center; }

  .linksblok ul {
    margin-bottom: 20px; }

  .copyright {
    text-align: center; }
    .copyright .text-left,
    .copyright .text-right {
      text-align: inherit !important; }
    .copyright .pull-left,
    .copyright .pull-right {
      float: inherit !important; }

  #Favorite .item,
  #categories .item,
  #related .item,
  #browse .item {
    padding: 0px;
    display: block; }

  .product {
    border: 1px solid #e5e5e5;
    box-shadow: none; }

  .feedback .tblock {
    padding: 0px;
    padding-top: 20px; }

  .feedback .tblock .img {
    position: static;
    margin: 0px auto; }

  .feedback .tblock span {
    padding: 20px; }

  .facts h1 {
    font-size: 20px; }

  .facts h2 {
    font-size: 20px; }

  .facts h3 {
    font-size: 16px; }

  .facts p {
    font-size: 13px; }

  .facts .row [class^="col"] {
    border: none; }

  .jumbo .container h1 {
    font-size: 25px; }

  .jumbo .container p {
    font-size: 14px; }

  .infobox .info_block h3 {
    font-size: 18px; }

  .title {
    font-size: 20px; }

  .categories .category_block strong {
    font-size: 12px; }

  .product.product_browse .product_body strong,
  .product .product_body strong,
  .product .product_body h3 {
    font-size: 12px; }

  .panel-cart .panel-heading .cart_item_row {
    display: none; }

  .products_view {
    padding: 20px; }

  .main-image {
    margin-bottom: 20px; }

  .products_view h3 {
    font-size: 18px; }

  .mylble {
    font-size: 14px; }

  .panel-cart .panel-body .cart_item_row .text-left,
  .panel-cart .panel-body .cart_item_row .text-right {
    text-align: inherit !important; }
  .panel-cart .panel-body .cart_item_row .pull-left,
  .panel-cart .panel-body .cart_item_row .pull-right {
    float: inherit !important; } }
.topaddimage {
  max-width: 700px;
  height: 80px;
  margin: 0px 20px;
  float: left; }

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px; }

.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 99999999999;
  /* Stay on top */
  top: 0;
  left: 0;
  background: #903d2b;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */ }

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 10px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
  cursor: pointer;
  border-bottom: 1px solid #793121;
  text-transform: capitalize; }

.sidenav ul li a i {
  position: absolute;
  right: 20px; }

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus {
  color: #000; }

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 36px;
  margin-left: 20px;
  border-bottom: none; }

#mySidenav ul {
  margin: 0px;
  list-style: none;
  margin-left: 0px;
  padding-left: 10px;
  padding-right: 10px; }

#mySidenav ul li {
  list-style: none; }

@media only screen and (max-width: 1367px) {
  .topaddimage {
    max-width: 600px;
    height: auto;
    margin-top: 5px; }

  .infobox .info_block i {
    left: 40%; } }
@media only screen and (max-width: 992px) {
  #banners .item .img {
    min-height: 380px !important; }

  .infobox .info_block i {
    position: absolute; }

  .infobox .info_block h3 {
    font-size: 16px; }

  .abtblock {
    min-height: inherit;
    padding-bottom: 30px; }

  .infobox .info_block {
    margin-bottom: 50px; } }
@media only screen and (max-width: 860px) {
  #banners .item .img {
    min-height: 300px !important; } }
@media only screen and (max-width: 768px) {
  .product .product_body {
    text-align: center; }

  .linksblok {
    text-align: left; } }
@media only screen and (max-width: 650px) {
  #banners .item .img {
    min-height: 250px !important; } }
@media only screen and (max-width: 600px) {
  .infobox .info_block i {
    left: 25%; } }
@media only screen and (max-width: 500px) {
  #banners .item .img {
        background-size: contain !important;
            min-height: 230px !important;
    }

  .infobox .info_block h3 {
    font-size: 14px; } }

/*# sourceMappingURL=custom.css.map */
