/**********************************************

Theme Name: Viridi;
Theme Version: 1.0
Author: nopStation;
Platform: Nopcommerce;
Nopcommerce Version: 4.2;
Date: 1/3/2020

***********************************************/
/* reset css */
.theme-custom {
  margin-top: 0 !important;
}

a, a:hover, span.value {
  color: #4caf50;
  text-decoration: none;
}

button, .btn {
  outline-color: transparent;
}

input[type="radio"] {
  display: none;
}

  input[type="radio"] + label::before {
    content: "\f111";
    font-weight: normal;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
    color: #4caf50;
  }

  input[type="radio"]:checked + label::before {
    content: "\f192";
  }

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] ~ label::before {
  content: "\f0c8";
  font-weight: normal;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  margin-right: 10px;
  color: #4caf50;
  vertical-align: middle;
}
.ajaxfilter-section input[type="checkbox"] ~ label::before {
  content: "\f0c8";
  font-weight: normal;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  margin-left: 5px;
  margin-right: 10px;
  color: #4caf50;
  vertical-align: middle;
}
.ajaxfilter-section input[type="checkbox"] ~ label::before {
  margin-top: -4px;
}
.remove-from-cart,
.add-to-cart {
  text-align: center;
}

.customer-entered-price {
  text-align: left;
  padding: 20px 0;
}

.table-bordered thead th {
  border-bottom-width: 1px;
}

.table thead th {
  border-bottom: 1px solid #dee2e6;
}

.table td, .table th {
  padding: 10px 15px;
}

.cart thead {
  background: #4caf50;
  color: #fff;
  text-transform: uppercase;
}

input[type="checkbox"]:checked ~ label::before {
  content: "\f14a";
}

.table-wrapper tr:nth-child(even) {
  background-color: #f9fbfd;
  box-shadow: 2px 0px 3px #ddd;
}

.container-lg, .container-fluid,
.custom-container-fluid {
  max-width: 1300px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

[class*="icon"] {
  font-size: 0;
}

  [class*="icon"]::before {
    font-size: 22px;
  }

img {
  max-width: 100%;
}
/* base style */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root, body {
  font-family: DINNextLTPro-Light;
}

.btn-success {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #fffffd;
}

.option-list {
  list-style-type: none;
  padding-left: 15px;
}
.product-details .option-list {
  padding-left: 0;
}
@font-face {
  font-family: DINNextLTPro-Light;
  src: url(../fonts/DINNextLTPro-Light.ce198086.otf);
}

body {
  font-family: 'DINNextLTPro-Light';
}
/*global css*/
.center-1 .page-body,
.center-2 {
  min-height: 20vw;
}

.center-1 .page-body,
.center-2 {
  position: relative;
}

/*.page-body p:only-child {
  font-weight: bold;
}*/

.no-data {
  text-align: center;
  font-size: 20px;
}

.center-1 .no-data,
.center-2 .no-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
/*position css*/
.all-center {
  position: relative;
}

  .all-center * {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
/* buttons style */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?zdfm4");
  src: url("../fonts/icomoon.eot?zdfm4#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?zdfm4") format("truetype"), url("../fonts/icomoon.woff?zdfm4") format("woff"), url("../fonts/icomoon.svg?zdfm4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"], .icomoon, .navbar .search-box .input-group-append:before,
.navbar-toggler .fa-bars:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-compare-list:before {
  content: "\e902";
}

.icon-quick-view:before {
  content: "\e903";
}

.icon-search:before {
  content: "\e904";
}

.icon-heart:before {
  content: "\e905";
}

.icon-user:before {
  content: "\e906";
}

.icon-cart-1:before {
  content: "\e907";
}

.icon-cart-2:before {
  content: "\e908";
}

.icon-navbar:before,
.navbar-toggler .fa-bars::before {
  content: "\e909";
}

.icon-right-arrow:before {
  content: "\e90a";
}

.icon-left-arrow:before {
  content: "\e90b";
}

.icon-grid-view:before {
  content: "\e90c";
}

.icon-list-view:before {
  content: "\e90d";
}

.icon-right-arrow1:before {
  content: "\e90e";
}

.icon-left-arrow1:before {
  content: "\e90f";
}

.icon-plus:before {
  content: "\e901";
}

.icon-edit:before {
  content: "\e900";
}

.home-page-category-grid .owl-nav button {
  border: solid 2px #fff !important;
}

.navbar-toggler .fa-bars::before {
  color: #4caf50;
}
/* buttons style */
.theme-button, #topcartlink .dropdown-menu .button-1, .search-page .search-button, .contact-page .button-1,
.apply-vendor-page .button-1, .quick-view-plugin-btn, .add-address-button,
.anywhere-slider-item .slider-btn {
  background: #4caf50;
  border: 1px solid #4caf50;
  color: #fffffd;
  outline-color: #4caf50;
  padding: 5px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 3px !important;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.add-address-button {
  background: #4caf50 !important;
  border: 1px solid #4caf50;
  color: #fff !important;
}

.anywhere-1 .slider-caption .slider-btn {
  padding: 8px 15px;
}

.anywhere-slider-container .picture::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.3;
}

.anywhere-slider-container .slider-caption h2 {
  font-family: 'barlowbold';
}

.theme-button::before, #topcartlink .dropdown-menu .button-1::before, .search-page .search-button::before, .contact-page .button-1::before, .apply-vendor-page .button-1::before, .quick-view-plugin-btn::before {
  content: "\f337";
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: white;
}

.theme-button:focus, #topcartlink .dropdown-menu .button-1:focus, .search-page .search-button:focus, .contact-page .button-1:focus, .apply-vendor-page .button-1:focus,
.quick-view-plugin-btn:focus, #quick-view-product-details-modal .modal-dialog button:focus,
.theme-button:hover, #topcartlink .dropdown-menu .button-1:hover, .search-page .search-button:hover, .contact-page .button-1:hover,
.apply-vendor-page .button-1:hover, .quick-view-plugin-btn:hover, .theme-button:first-child, #topcartlink .dropdown-menu .button-1:first-child,
.search-page .search-button:first-child, .contact-page .button-1:first-child, .apply-vendor-page .button-1:first-child,
#quick-view-product-details-modal .modal-dialog btn-email-friend:hover {
  outline-color: #4caf50;
  background-color: #4caf50;
  color: #fff !important;
}

.btn-quick-view,
.email-a-friend .btn-email-friend, .btn-compare-product {
  color: #4caf50 !important;
}

.quick-view-plugin-btn {
  width: 32px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#product-details-form .ui-widget-content {
  border: none !important;
}

.mfp-close-btn-in .mfp-close {
  color: #fff !important;
}

.button-2, .btn-email-friend, .btn-compare-product, .wishlist-icon,
.checkout-as-guest-or-register-block .checkout-as-guest-button,
.checkout-as-guest-or-register-block .register-button {
  padding: 5px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  border: 1px solid #4caf50;
  border-radius: 3px;
  color: #4caf50;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 0 3px #ccc;
  font-weight: 900;
}

.mfp-content .btn-email-friend,
.mfp-content .btn-compare-product {
  letter-spacing: 0;
  font-size: 14px;
}

.btn-email-friend {
  background: #fff !important;
  color: #4caf50 !important;
}

.product-details-page .product-essential .button-2,
.mfp-content .wishlist-icon {
  padding: 10px 12px 8px 12px;
  border: 1px solid #EAE9EC;
  color: #777 !important;
  background: #f6f5fb;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}

.product-details-page .option-list li {
  display: inline-block;
  margin-right: 15px;
}

.buttons button {
  background: #EDF0F2;
  border: 1px solid #EDF0F2;
  color: #fffffd;
  outline-color: #4caf50;
  padding: 6px 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 3px !important;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: none;
  min-height: 36px;
}

  .buttons button:first-child {
    border: 1px solid #4caf50;
  }

    .buttons button:first-child:hover {
      border: 1px solid #222;
    }

  .buttons button::before {
    content: "\f337";
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #999;
  }

  .buttons button:focus::before,
  .buttons button:hover::before {
    color: #fff;
  }

  .buttons button:focus, .buttons button:hover, .buttons button:first-child,
  .add-to-cart-button-quick-view {
    outline-color: #4caf50;
    background-color: #4caf50;
    color: #fff;
    cursor: pointer;
    vertical-align: bottom;
  }

    .buttons button:first-child:hover,
    .product-details .add-to-cart-button:hover,
    .product-variant-list .add-to-cart-button:hover {
      background: #333;
      transition: all 0.3s;
    }

@media (min-width: 768px) and (max-width: 991px) {
  .buttons button:first-child {
    display: block;
    margin: 5px auto;
  }
}
@media (max-width: 768px) {
  .navbar-nav .mobile-menu {
    margin-right: 468px !important;
  }
}
.buttons .product-box-add-to-cart-button::before {
  content: "\e908";
  font-family: 'icomoon' !important;
  color: #fff;
}

.buttons .add-to-wishlist-button::before {
  content: "\e905";
  font-family: 'icomoon' !important;
}

.buttons button ~ button {
  font-size: 0;
}

  .buttons button ~ button::before {
    font-size: 14px;
    margin-right: 0;
  }

.add-to-cart-button {
  background: #4caf50;
  color: #fffffd;
}

.add-to-compare-list-button::before {
  content: "\e902" !important;
  font-family: 'icomoon' !important;
}

.add-to-cart a {
  background: #4caf50 !important;
  color: #fff !important;
}
/*top menu*/
.top-menu .nav-products {
  position: relative;
}

  .top-menu .nav-products .sublist {
    position: absolute;
    top: 100%;
    left: 0;
    background: #4caf50;
    display: none;
    width: 200px;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.6);
  }

.default-menu-web .nav-products .sublist {
  background: #333;
  border-radius: 5px;
  padding: 0 10px;
}

.top-menu .nav-products:hover .sublist {
  display: block;
}

  .top-menu .nav-products:hover .sublist .sublist {
    top: 0;
    left: 100%;
    margin: 0;
    display: none;
  }

  .top-menu .nav-products:hover .sublist:hover .sublist {
    display: block;
  }
/* productbox style */
.owl-stage .owl-item .item-box {
  width: 100%;
}

.product-grid .item-grid {
  display: flex;
  flex-wrap: wrap;
}

.product-grid .OCarousel .item-box, .home-page-product-grid .item-grid .item-box {
  width: 100%;
}

.product-grid .item-box {
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
  padding: 15px 15px;
  border-radius: 3px;
  background: #fff;
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid #e5e7ed;
  text-align: center;
  position: relative;
}

.home-page-product-grid .item-box {
  margin: 10px 0 !important;
}

.product-grid .item-box:hover {
  box-shadow: 0 0 10px #ebebeb;
}

.product-grid .item-box .picture {
  overflow: hidden;
  position: relative;
}

.product-grid .item-box .description {
  display: none;
}

.product-grid .item-box .product-title {
  padding: 15px 0px 0 0;
  margin: 0;
  font-weight: 900;
  font-size: 1rem;
}

  .product-grid .item-box .product-title a {
    color: #212121;
    display: inline-block;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

    .product-grid .item-box .product-title a:hover {
      color: #4caf50;
    }

.product-grid .item-box .prices {
  margin-bottom: 10px;
}

.prices {
  margin-top: 15px;
}

.product-grid .item-box .price {
  color: #4caf50;
  font-weight: bold;
}

.product-list .item-box {
  margin: 20px 0;
}

  .product-list .item-box::after {
    content: "";
    display: block;
    clear: both;
  }

.product-list .picture {
  width: 40%;
  float: left;
  max-width: 250px;
}

.product-list .details {
  float: left;
  padding: 15px;
  width: 60%;
}

  .product-list .details .product-title {
    font-size: 24px;
  }

    .product-list .details .product-title a {
      color: #212121;
      text-decoration: none;
    }

.bs-quick-view {
  display: inline-block;
  vertical-align: bottom;
}

  .bs-quick-view a {
    padding: 8px 10px;
    font-size: 14px;
  }


button.owl-prev,
button.owl-next {
  position: relative;
  border-radius: 3px;
}

.price.old-price {
  text-decoration: line-through;
  opacity: 0.8;
}

.price.actual-price {
  font-size: 18px;
}

.rating {
  display: inline-block;
}
/* navbar style */
.master-header.fixed-top {
  z-index: 9990;
  /*position: static !important;*/
}

.all-manufacture {
  padding: 7px;
  background: #333;
  border-radius: 0 0 5px 5px;
}

  .all-manufacture a {
    color: #fff;
  }

.navbar {
  background-color: #FFF;
  text-transform: uppercase;
}

@media (max-width: 990px) {
  .navbar {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.navbar.nav-top {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 85px;
}

.navbar.hide {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.navbar .navbar-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.navbar .navbar-collapse {
  -webkit-box-flex: initial;
  flex-grow: initial;
}

.navbar .nav-item {
  position: relative;
}

.navbar .navbar-toggler {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.navbar .nav-link {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.navbar-nav > .nav-item .btn-link {
  color: #fff !important;
  font-weight: 900;
}

  .navbar-nav > .nav-item .btn-link:hover {
    color: #222 !important;
  }

.navbar .nav-link:hover {
  color: #fff;
}

.navbar .nav-link [class*="qty"] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  color: #000;
  font-size: 12px;
  line-height: 22px;
  border: 1px solid #4caf50;
}

.navbar .header-links ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 990px) {
  .navbar .header-links {
    margin-left: auto;
  }

    .navbar .header-links > ul {
      margin-bottom: 0;
    }
}

.navbar .dropdown-menu {
  border: none;
}

  .navbar .dropdown-menu div[class="col"] {
    margin-bottom: 1rem;
  }

.navbar [class*="icon"]::before {
  line-height: 35px;
  color: #4caf50;
}

.navbar .top-menu > .nav-products a {
  font-weight: normal;
  display: block;
  padding: 10px 5px;
  margin: 3px 0;
}

  .navbar .top-menu > .nav-products a:hover {
    text-decoration: none;
    /*background: #333;*/
    border-radius: 5px;
  }


.navbar .dropdown > .dropdown-menu {
  margin: 0;
  top: 100%;
  z-index: 99999;
}

.navigation-links .dropdown:hover > .dropdown-menu {
  width: 320px;
  border-radius: 0;
}

.header-links .dropdown-menu {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.15) !important;
  border-radius: 5px;
  padding: 0;
}

.dropdown-menu::after {
  content: '';
  top: -18px;
  position: absolute;
  right: 8px;
  border-bottom: 9px solid #fff;
  border-top: 9px solid transparent;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

.header-links .nav-item.dropdown::after,
.header-links .dropdown-menu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 9px solid #fff;
  border-top: 9px solid transparent;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  z-index: 1000;
  display: none;
}

.header-links .nav-item.dropdown:hover::after {
  display: block;
}

.dropdown-toggle:hover + .dropdown-menu {
  display: block;
  /*animation-name: pulse;*/
  animation-duration: 0.4s;
}

.navbar .dropdown-menu .nav-link {
  /*padding: 6px 15px !important;*/
  transition: all 0.3s;
  color: #000;
}

.navbar-nav .dropdown-menu .nav-item {
  /*padding: 8px 15px;*/
}
.navbar .dropdown-menu .nav-item .nav-link .product-number {
  margin-left: 5px;
}
  .navbar-nav .dropdown-menu .nav-item .dropdown {
    /*padding: 5px 0;*/
    display: block;
    /*background: #4caf50;*/
  }

    .navbar-nav .dropdown-menu .nav-item .dropdown a {
      color: #333 !important;
    }

.navbar .dropdown-menu .nav-item:hover > .nav-link {
  background: #4caf50;
  color: #fff !important;
}
.navbar-nav .dropdown-menu .nav-item a {
  font-size: 14px;
}
.navbar-nav .dropdown-menu .nav-item a img {
  width: 47px;
}
.navbar-nav .dropdown-menu .nav-item:hover a {
  color: #fff;
}

.navbar-nav .dropdown-menu .nav-item:hover .sublist-toggle::before {
  color: #4caf50 !important;
}

.mobile-menu {
  padding: 0 !important;
}

  .mobile-menu .nav-link {
    padding: 10px 20px !important;
    background: #333;
    color: #ddd !important;
    border-bottom: 1px solid #252525;
  }

    .mobile-menu .nav-link:hover {
      background: #000 !important;
    }

  .mobile-menu .nav-item {
    min-height: 0 !important;
    border: 0 !important;
    margin: 0 !important;
  }

.sublist-toggle::before {
  cursor: pointer;
}

.sublist-toggle {
  border: 0 !important;
}

@media (max-width: 991px) {
  .navbar .mobile-menu {
    width: 75vw;
    max-width: 300px;
    position: fixed;
    background: #fff;
    left: 0;
    top: 108px;
    height: calc(100vh - 108px);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 3px;
    z-index: 1000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 100vh;
    overflow-y: auto;
  }

    .navbar .mobile-menu .nav-link {
      color: #4caf50;
    }

  #topcartlink:hover::after {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu,
  .navbar .dropdown > .dropdown-menu.show,
  .dropdown .first-level,
  .navbar-nav .nav-item:hover > .sublist {
    display: block;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.15) !important;
    border-radius: 5px;
    padding: 0;
  }
}

.navbar-nav .dropdown-menu .nav-item {
  border-bottom: none !important;
}

.navbar.nav-bottom {
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
  /*padding:2px 0;*/
}

  .navbar.nav-bottom .nav-link {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 900;
    padding-top: 10px;
  }

    .navbar.nav-bottom .nav-link:hover {
      color: #333;
    }

.sublist .nav-link {
  /* background: #4caf50; */
  /* border-bottom: solid 1px #3b9a3e; */
  color: #4caf50 !important;
}

  .sublist .nav-link:hover {
    color: #fff !important;
  }

.navbar.nav-bottom .navbar-nav {
  position: relative;
  background: #4caf50;
  /*z-index:5555555;*/
}

.navbar.nav-bottom::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #4caf50;
  /*z-index:3;*/
}

.navbar.nav-bottom .navigation-links {
  margin: 0 auto;
  /*display: block;*/
}

.navbar.nav-bottom select {
  border: none;
  color: #fff;
}

.navbar-nav .form-control:focus {
  color: #fff !important;
}

.navbar.nav-bottom select option {
  color: #000;
  background: #fff;
}

.header-links .icon-user::after {
  display: none;
}

@media (max-width: 990px) {
  .navbar.nav-bottom [class*="selector"] {
    display: none;
  }

  .mobile-menu .currency-selector,
  .mobile-menu .language-selector,
  .mobile-menu select {
    display: block !important;
    width: 100% !important;
    border-radius: 0 !important;
  }
}

@media (max-width: 990px) {
  .navbar .search-box {
    position: absolute;
    top: 100%;
    left: 0;
    background: #4caf50;
    padding: 10px 20px;
    width: 100%;
    border-top: 1px solid #fffffd;
    z-index: 0;
  }

    .navbar .search-box form {
      width: 100%;
    }
}

.navbar .search-box .input-group-append {
  position: relative;
}

  .navbar .search-box .input-group-append::before {
    content: "\e904";
    position: absolute;
    top: 3px;
    left: 8px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    color: #fffffd;
    z-index: 10;
  }

  .navbar .search-box .input-group-append .button-1 {
    padding-left: 30px;
    background: #4caf50;
    border: 1px solid #4caf50;
    color: #fff;
  }

#topcartlink .dropdown-menu {
  left: initial;
  right: 0;
  width: 350px;
  font-size: 14px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  padding: 10px;
}

  #topcartlink .dropdown-menu .count {
    margin-bottom: 10px;
  }

  #topcartlink .dropdown-menu .items {
    max-height: 450px;
    overflow: auto;
  }

  #topcartlink .dropdown-menu .item {
    margin: 0;
    padding: 10px 0;
  }


    #topcartlink .dropdown-menu .item .picture {
      width: 25%;
      float: left;
    }

    #topcartlink .dropdown-menu .item .product {
      width: 75%;
      float: left;
      padding: 0 10px;
      margin-bottom: 10px;
    }

      #topcartlink .dropdown-menu .item .product::after,
      #topcartlink .dropdown-menu .item::after {
        content: "";
        display: block;
        clear: both;
      }

      #topcartlink .dropdown-menu .item .product .name {
        width: 45%;
        float: left;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 15px;
        font-weight: bold;
      }

      #topcartlink .dropdown-menu .item .product .price-wrapper {
        width: 40%;
        float: right;
        text-align: left;
      }

  #topcartlink .dropdown-menu .price-wrapper .price {
    font-weight: bold;
    margin-bottom: 5px;
  }

  #topcartlink .dropdown-menu .totals {
    text-align: right;
    padding-right: 30px;
  }

  #topcartlink .dropdown-menu .button-1 {
    background: #4caf50;
    color: #fffffd;
  }

#topcartlink .items {
  margin-bottom: 15px;
}

#topcartlink .item:first-child {
  border-top: 1px solid #ddd;
}

#topcartlink .item {
  border-bottom: 1px solid #ddd;
}

#topcartlink .buttons {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 15px;
}

  #topcartlink .buttons input.cart-button {
    display: block;
    width: 100%;
    background: #4caf50 !important;
    color: #fff !important;
  }

    #topcartlink .buttons input.cart-button:hover {
      background: #fff !important;
      color: #4caf50 !important;
    }
/* searchbox style */
.search-box {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .search-box {
    width: 700px;
  }
}

.search-box-text {
  border: 1px solid #4caf50;
}

.ui-menu .ui-menu-item-wrapper {
  width: 100%;
  font-size: 15px !important;
  padding: 5px;
  display: block;
}

.ui-widget.ui-widget-content {
  border: none !important;
}
/* footer style */
.footer .scrollup {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 100;
  padding: 7px 14px;
  background: #4caf50;
  color: #fff;
}

.footer {
  background-image: url(../images/footer_background.jpg);
  /*background-size: cover;*/
  position: relative;
  color: #fffffd;
}

.footer-upper {
  margin: 25px 0;
}

.footer ul {
  padding-left: 0;
  list-style-type: none;
}

  .footer ul a {
    color: #fffffd;
    font-size: 17px;
  }

    .footer ul a:hover {
      color: #4caf50;
    }

.footer .manufactures-area .title {
  color: #fff !important;
  margin-left: -15px;
  margin-right: -15px;
}

.footer .manufactures-area h3 {
  margin: 0;
}

.footer .newsletter {
  border: 1px solid #66646a;
  padding: 35px 15px;
}

  .footer .newsletter .title {
    margin-bottom: 20px;
  }

.footer .newsletter-email {
  position: relative;
}

  .footer .newsletter-email input {
    opacity: 1;
  }

.footer .newsletter-subscribe-text {
  width: 100%;
  background-color: transparent;
  border: 1px solid #afb2bd;
  opacity: 0.5;
  outline-color: #fff;
  color: #fff;
}

.footer .newsletter .newsletter-subscription-wrapper {
  position: absolute;
  top: 1px;
  right: 0;
  opacity: 0.5;
  font-size: 0;
  color: #66646a;
  background-color: #212121;
  border: none;
  height: calc(100% - 2px);
  width: 40px;
}

  .footer .newsletter .newsletter-subscription-wrapper .newsletter-subscribe-button {
    visibility: hidden;
  }

  .footer .newsletter .newsletter-subscription-wrapper::before {
    content: "\e90a";
    display: inline-block;
    color: #fffffd;
    font-family: 'icomoon' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

.footer .manufactures-area {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.footer-block .title {
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 1px;
}

.footer-upper ul li {
  position: relative;
  padding: 0 3px 3px 10px;
}

  .footer-upper ul li::before {
    content: "";
    position: absolute;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid white;
    top: 5px;
    left: 0;
  }

.footer-upper ul.networks li::before {
  display: none;
}

.footer-upper ul.networks li {
  padding: 0 3px 3px 0px;
}

container-fluid
.footer-upper ul li a:hover {
  color: #4caf50;
  padding-left: 3px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}

@media(max-width: 991px) {
  .footer-block .title {
    position: relative;
    border-bottom: 1px dashed #fff;
    cursor: pointer;
  }

    .footer-block .title::after {
      content: "\f102";
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      position: absolute;
      right: 10px;
      font-size: 16px;
    }

    .footer-block .title.closed::after {
      content: "\f103"
    }

  .footer-block .list {
    padding-top: 15px;
  }
}
/*.newsletter-box {
  background: url(../images/newsletter-bg.png) #4caf50;
}*/

.newsletter {
  background: #fff;
  border: 0;
  color: #212121;
}

.footer .newsletter {
  border: solid 1px #fff;
  padding: 35px 30px;
}

.footer .newsletter-subscribe-text {
  padding: 5px 45px 5px 10px;
  color: #333;
}

.footer .newsletter .title {
  margin-bottom: 10px;
  font-size: 25px;
  text-transform: uppercase;
}

.footer .newsletter .newsletter-subscription-wrapper {
  background: #4caf50;
  opacity: 1;
  cursor: pointer;
}

.manufactures-area .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.manufactures-area .owl-next {
  margin: 0;
}
/* breadcrumb style */
.breadcrumb:first-child {
  text-align: center;
  display: block;
  background-image: url(../images/breadcrumb_background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.breadcrumb h1 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #4caf50;
  font-size: 1.8rem;
  font-weight: 600;
}

.breadcrumb ul {
  padding-left: 0;
  margin: 0 auto;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

  .breadcrumb ul li {
    margin-right: 5px;
    color: #4caf50;
  }

    .breadcrumb ul li a {
      color: #212121;
    }

    .breadcrumb ul li a, .breadcrumb ul li strong {
      font-size: 20px;
      font-weight: 500;
    }

/* sidebar style */
.ajaxfilter-section ul li input:checked + label .specCheck {
  border: 6px solid #4caf50 !important;
}

.side-2 {
  background-color: #fffffd;
}

  .side-2 button, .side-2 .title strong,
  .mobile-filter-view button {
    display: block;
    background-color: #4caf50;
    color: #fffffd;
    padding: 5px 15px;
    border-radius: 0px;
    text-align: left;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
    position: relative;
  }

    .mobile-filter-view button:hover {
      background-color: #4caf50;
      color: #fffffd;
    }

.price-range-area,
.manufacturer-section {
  margin-bottom: 10px;
}

.side-2 button:hover, .side-2 button:active, .side-2 button:focus {
  background-color: #4caf50;
  color: #fffffd;
  text-decoration: none;
}

#ajaxfilter-form .filter-title {
  background-color: #4caf50 !important;
  margin-bottom: 5px;
  border-radius: 5px;
  padding: 10px 15px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

  #ajaxfilter-form .filter-title h4 {
    font-size: 1rem !important;
    font-weight: 500;
    padding: 0 !important;
  }

.ajax-filter-section h5[aria-expanded="true"] .fa-angle-down {
  transform: rotate(180deg);
  transition: 0.5s;
}

.ajax-filter-section h5[aria-expanded="false"] .fa-angle-down {
  transform: rotate(0deg);
  transition: 0.5s;
}

#ajaxfilter-form .ui-widget-content {
  background: #cdcdcd;
}

.mfp-close-btn-in .mfp-close {
  background: #4caf50 !important;
}

@media (max-width: 991px) {
  .side-2 button {
    font-size: 14px;
    text-align: center;
  }
}

.side-2 button:after,
.mobile-filter-view button::after {
  content: "\f077";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.side-2.accordion button {
  text-align: left;
}
.filter-section button.btn-link::after {
  right: 15px;
}

.mobile-filter-view button:not(.collapsed)::after {
  content: "\f077";
}

.side-2 button.collapsed::after,
.mobile-filter-view button::after,
.fa-angle-down::before {
  content: "\f078";
}

.nop-ajax-filters .fa-angle-down::before {
  font-size: 16px;
}

.side-2 ul {
  list-style-type: none;
  padding-left: 0;
}

  .side-2 ul a {
    color: #212121;
    text-decoration: none;
    display: block;
    padding: 5px 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: bold;
  }

.block-recently-viewed-products ul li a {
  padding: 5px 0 !important;
}

.side-2 ul:not(.recent-items-list) a:hover,
.side-2 ul:not(.recent-items-list) .active.last > a {
  padding-left: 20px;
  color: #4caf50;
}

.side-2 .view-all {
  text-align: center;
}

  .side-2 .view-all .btn-success {
    background-color: #4caf50;
    border-color: #4caf50;
  }

.side-2 .active {
  color: #4caf50;
  font-weight: bold;
}

.homepagePromotionSlider .owl-item .promotion-carousel-caption .shopbutton {
  padding: 5px 20px !important;
}
/* catalog top filter style */
.product-viewmode .viewmode-icon {
  font-size: 0;
}

  .product-viewmode .viewmode-icon::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 20px;
  }

  .product-viewmode .viewmode-icon.grid::before {
    content: "\e90c";
    font-family: 'icomoon' !important;
  }

  .product-viewmode .viewmode-icon.list::before {
    content: "\e90d";
    font-family: 'icomoon' !important;
  }

.product-viewmode .grid,
.product-viewmode .list {
  background: #EDF0F2;
  color: #999;
}

.product-viewmode a.selected {
  background: #4caf50;
  color: #fff;
}

.product-viewmode a:focus {
  box-shadow: none;
}

/* pager style */
.pager {
  text-align: center;
}

  .pager ul {
    display: inline-block;
    list-style-type: none;
    padding-left: 0;
  }

    .pager ul li {
      display: inline-block;
      border: 1px solid #4caf50;
      margin: 0 5px 5px;
    }

      .pager ul li a, .pager ul li span {
        display: block;
        padding: 7px 15px;
        text-decoration: none;
        cursor: pointer;
      }

      .pager ul li a {
        color: #4caf50;
      }

/* cart page style */
.remove-button i.fa-trash-alt {
  line-height: 28px;
  color: #b0b0b0;
  font-size: 20px;
}

.remove-button:hover i {
  color: #f44242 !important;
}

.remove-button {
  background: #fff;
  border: solid 1px #ddd !important;
}

.order-list-page .order-item {
  border: solid 1px #eee;
  padding: 15px;
  margin: 5px 5px;
  box-shadow: 0 1px 4px #d1d1d1;
}

  .order-list-page .order-item ul li {
    display: inherit;
  }

  .order-list-page .order-item ul {
    padding: 0;
  }

.shopping-cart-page .input-group-append .button-2 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.shopping-cart-page table.cart-total {
  width: 100%;
}

.shopping-cart-page table .cart-total-right {
  text-align: right;
}

.shopping-cart-page table .quantity input {
  min-width: 60px;
  text-align: center;
}

.order-summary-content .collapse {
  border: 1px solid #ddd;
}

.order-summary-content .cart-option-header {
  text-decoration: none;
  color: #dee2e6;
  border: none;
  display: block;
  background: #fff;
  color: #333;
  width: 100%;
  padding: 10px 10px;
  text-align: left;
  background: #f1f5f9;
  cursor: pointer;
}

  .order-summary-content .cart-option-header::before {
    content: "\e90a";
    float: right;
    font-family: 'icomoon' !important;
    font-size: 12px;
    padding-top: 3px;
    color: #aeb2b6;
  }

.cart-option-header:focus {
  outline: 0;
}

.order-summary-content .checkout-button::before {
  display: none;
}
/*******************************************
*******   1. homepage style       *********
*******************************************/
.anywhere-container .owl-nav button span {
  line-height: 40px !important;
}

.navbar-nav .nav-item .nav-item a {
  padding: 0;
}

.dropdown-menu ul li a {
  display: flex;
  align-items: center;
}

  .dropdown-menu ul li a img {
    max-width: 16%;
    height: auto;
    border-radius: 5px;
    margin-right: 10px;
  }

  .dropdown-menu ul li a img {
    height: auto;
    background: #fff;
    border: solid 1px #ececec;
  }

.dropdown-menu .list-unstyled li a span {
  display: block;
  margin: 0 0 0 0;
  font-weight: 900;
  padding: 0 0 0;
}
/*.navbar .dropdown-menu .nav-item > .nav-link {
  padding: 15px;
}*/
.dropdown-menu .list-unstyled li a:hover span {
  color: #fff;
}
/*.dropdown-menu-right ul li a span {
  margin: 5px 15px !important;
}*/
/* Catagory Section */
.category-item, .OCarousel-category-slider .OCarousel-item {
  position: relative;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.home-page-category-grid .owl-nav,
.OCarousel-category-slider .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

  .home-page-category-grid .owl-nav button,
  .OCarousel-category-slider .owl-nav button {
    margin: 0 !important;
    border: solid 2px #fff !important;
  }

.category-item .title,
.category-add-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0 !important;
  margin: 0;
  background-color: #4caf50;
  text-align: center;
  font-weight: 900 !important;
  font-size: 18px !important;
}

  .category-item .title a,
  .category-add-text {
    color: #fffffd;
  }

  .category-item .title img {
    border-radius: 3px;
  }

.master-wrapper-page {
  overflow-x: hidden;
}
/* featured product section */
.home-page-product-grid {
  padding: 20px 0;
}

.product-grid .owl-nav {
  margin-bottom: 30px;
}

.home-page-product-grid .title,
.blog-news-area .title-container,
.OCarousel-category-slider .title,
.manufactures-area .title {
  font-size: 30px;
  font-weight: 200 !important;
  text-align: center;
  text-transform: uppercase;
  color: #4caf50;
  margin: 20px 0;
  z-index: 50;
  position: relative;
  font-family: 'barlowbold';
  width: 100%;
}

.owl-stage-outer {
  padding-bottom: 20px;
}

.home-page-product-grid .owl-carousel .owl-item {
  padding-top: 5px;
}

.home-page-product-grid .owl-carousel .owl-nav button,
.related-products-grid .owl-carousel .owl-nav button,
.product-details-page .owl-carousel .owl-nav button {
  display: inline-block;
  color: #999;
  background: #fff !important;
  font-size: 0px;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  transition: all 0.3s;
  z-index: 5;
  text-align: center !important;
  border: solid 2px #dddfe5 !important;
}

  .home-page-product-grid .owl-carousel .owl-nav button.owl-next,
  .product-details-page .owl-carousel .owl-nav button.owl-next {
    margin-right: 0;
  }

  .related-products-grid .owl-carousel .owl-nav button span, .product-details-page .owl-carousel .owl-nav button span {
    color: #999;
    font-size: 32px;
    line-height: 32px;
  }

  .home-page-product-grid .owl-carousel .owl-nav button.owl-prev:hover,
  .home-page-product-grid .owl-carousel .owl-nav button.owl-next:hover {
    background: #4caf50 !important;
    border: solid 2px #4caf50;
  }

.owl-nav {
  margin: 0 auto;
}

.home-page-product-grid .owl-carousel .owl-nav button:hover,
.home-page-product-grid .owl-carousel .owl-nav button:active,
.home-page-product-grid .owl-carousel .owl-nav button:focus {
  outline-color: #4caf50;
}

.home-page-product-grid .owl-carousel .owl-nav button span {
  color: #999;
  font-size: 32px;
  line-height: 22px;
}

.home-page-product-grid .owl-carousel .owl-nav button:hover span {
  color: #fff;
}

.product-grid .owl-nav::after {
  content: "";
  width: 100%;
  right: 10px;
  border-bottom: solid 1px #dddfe5;
  display: flex;
  margin: -20px -10px;
  position: absolute;
  z-index: 0;
  text-align: center;
}

.owl-nav {
  text-align: center;
}

.product-grid .title::before,
.blog-news-area .title-container::before,
.OCarousel-category-slider .title::before,
.footer .manufactures-area .title::before {
  content: '';
  position: relative;
  width: 40px;
  height: 3px;
  background: #4caf50;
  z-index: 1;
  display: block;
  margin: auto auto 10px auto;
  bottom: 0;
}

.footer .manufactures-area .title::before {
  background: #fff;
}
/* featured product section */
.homepagePromotionSlider,
.newsletter-box,
.latest-blog-container {
  background-image: url(../images/promotion_background.jpg);
  background-size: cover;
  background-attachment: fixed !important;
  position: relative;
}

.latest-blog-container {
  background-image: url(../images/newsletter.jpg);
}



@media (min-width: 1200px) {
  .homepagePromotionSlider {
    padding: 80px 0;
  }

    .homepagePromotionSlider .container {
      width: 80%;
    }
}

.homepagePromotionSlider::before,
.newsletter-box::before,
.latest-blog-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}

.page-body .container {
  max-width: 1400px;
}

.homepage-topics-text {
  margin-bottom: 40px;
  text-align: center;
}

.news-list-homepage {
  padding: 0 15px;
}

  .news-list-homepage .title {
    font-size: 30px;
    font-weight: lighter;
    text-align: center;
    text-transform: uppercase;
    color: #4caf50;
    margin-bottom: 20px;
  }

  .news-list-homepage::after {
    content: "";
    display: block;
    clear: both;
  }

  .news-list-homepage .news-head a {
    display: block;
    font-size: 20px;
    color: #212121;
    margin-bottom: 0;
  }

  .news-list-homepage .news-item {
    width: calc(33.33% - 10px);
    float: left;
    padding: 15px;
    box-shadow: 0 1px 10px #ddd;
    margin-right: 15px;
  }

    .news-list-homepage .news-item:last-child {
      margin-right: 0;
    }

.text-ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #212121;
}

.blog-news-area h2 {
  text-transform: uppercase !important;
  font-weight: 900 !important;
}

.single-blog .text-ellipsis {
  margin-top: 10px !important;
  font-size: 18px;
  font-weight: bold;
}

.blog_news_container {
  background: url(../images/food-bg.png) #edeef2;
}

.mfp-content .modal-dialog {
  margin: 0;
}

  .mfp-content .modal-dialog .gallery {
    padding-left: 0 !important;
  }

.mfp-content .gallery .picture img {
  width: 100%;
}

.mfp-content #quick-view-modal {
  padding: 10px 25px !important;
}

.mfp-content .overview {
  padding: 25px 10px;
}
.mfp-content .overview .add-to-cart-wrapper .add-to-cart {
  padding-right: 4px;
}
.mfp-content .overview .add-to-cart-wrapper .add-to-wishlist {
  padding-left: 4px;
}
/*******************************************
******   2. catagory-listing style   ******
*******************************************/
.category-page .owl-stage-outer {
  margin: 0 10px 0;
}

#product_attribute_input_14 .option-list {
  padding-left: 0 !important;
}

.ajaxfilter-section .ui-slider-handle {
  background: #4caf50 !important;
  border-radius: 0 !important;
  border: solid 2px #fff !important;
  cursor: e-resize;
}

.ui-widget-content {
  border: 1px solid #ddd;
  /*background: #555 !important;*/
}
.ui-dialog .ui-dialog-content {
  border: 1px solid #ddd;
}
.price-min, .price-max {
  padding: 7px 10px 5px 10px !important;
}

.product-filter .filter-content ul {
  border: 1px solid #e6e9ee;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 10px;
}

.selected-price-range {
  margin-bottom: 10px;
}

.product-filter.price-range-filter .filter-content {
  border: 1px solid #e6e9ee;
  border-radius: 5px;
  padding: 12px 28px 20px 28px;
  margin-bottom: 15px;
}

.ui-slider-horizontal {
  height: 4px;
}

.ui-corner-all {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
  font-weight: normal;
  border-radius: 100px;
  height: 20px;
  width: 20px;
  background: #4caf50;
}


  .product-filter .ui-slider .ui-slider-handle {
    border-radius: 100px;
    border: 2px solid #fff;
    height: 20px;
    width: 20px;
    background-color: #4caf50;
    top: -8px;
  }


#sidebar {
  border: solid 1px #e3e7ea;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 20px;
}

  #sidebar .block {
    margin-bottom: 0;
  }

#popularTagNavigation ul li,
.block-popular-blogtags ul li {
  display: inline-block;
}

  #popularTagNavigation ul li a,
  .block-popular-blogtags ul li a {
    background: #e6eaed;
    padding: 2px 13px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 15px !important;
    text-transform: capitalize;
  }

.mobile-filter-view {
  display: none;
}

.currency-selector select {
  width: 115px;
}

select,
.currency-selector select {
  min-width: 90px;
  padding: 5px 15px;
  border-radius: 3px;
  border: solid 1px #ddd;
  -webkit-appearance: none;
  background: url(../images/select-arrow-dark.svg);
  background-size: 10px;
  background-position: calc(100% - 15px);
  background-repeat: no-repeat;
}
.currency-selector select,
.language-selector select {
  min-width: unset;
  width: auto;
}
  select:focus {
    box-shadow: none !important;
  }

/*#advanced-search-block select {
  background-position: 99% !important;
}*/

.navbar-nav .form-control {
  background: url(../images/select-arrow-dark-2.svg) #4caf50;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 100%;
  color: #fff;
}
.navbar-nav .language-selector .form-control {  
  width: auto;
  height: calc(2.25rem + -2px);
}
.navbar-nav .currency-selector .form-control {
  /*background-position: 0%;*/
  width: auto;
  height: calc(2.25rem + -2px);
}
  .product-selectors {
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 10px 20px;
  text-align: left;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 2px #f3f2f8;
  border: solid 1px #f3f2f8;
}

.category-page, .product-tag-page,
.manufacturer-page, .search-page {
  padding-bottom: 60px;
}

  .category-page .item-box,
  .vendor-page .item-box,
  .product-tag-page .item-box,
  .search-page .item-box,
  .manufacturer-page .item-box {
    background: #fff;
    position: relative;
    border-radius: 3px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #eee;
  }

  .category-page .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .category-page .owl-next {
    margin: 0;
  }

  .category-page .owl-nav .owl-prev, .category-page .owl-nav .owl-next {
    border: solid 2px #fff !important;
  }

  .category-page .item-box:hover,
  .product-tag-page .item-box:hover,
  .search-page .item-box:hover,
  .manufacturer-page .item-box:hover {
    box-shadow: 0 0 20px #ddd;
  }

  .category-page .item-box img,
  .product-tag-page .item-box img,
  .search-page .item-box img,
  .manufacturer-page .item-box img {
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
  }

  .category-page .item-box .title,
  .product-tag-page .item-box .title,
  .search-page .item-box .title,
  .manufacturer-page .item-box .title {
    width: 100%;
    color: #fffffd;
    font-size: 15px;
    text-align: center;
    margin: 0;
    padding: 10px;
    font-weight: bold;
  }

    .category-page .item-box .title a,
    .product-tag-page .item-box .title a,
    .search-page .item-box .title a,
    .manufacturer-page .item-box .title a {
      color: #212121;
      text-decoration: none;
      text-transform: uppercase;
    }

      .category-page .item-box .title a:hover,
      .category-page .item-box .title a:active,
      .category-page .item-box .title a:focus,
      .product-tag-page .item-box .title a:hover,
      .product-tag-page .item-box .title a:active,
      .product-tag-page .item-box .title a:focus,
      .search-page .item-box .title a:hover,
      .search-page .item-box .title a:active,
      .search-page .item-box .title a:focus,
      .manufacturer-page .item-box .title a:hover,
      .manufacturer-page .item-box .title a:active,
      .manufacturer-page .item-box .title a:focus {
        color: #4caf50;
      }

  .category-page .product-spec-group:last-child:not(:only-child),
  .product-tag-page .product-spec-group:last-child:not(:only-child),
  .search-page .product-spec-group:last-child:not(:only-child),
  .manufacturer-page .product-spec-group:last-child:not(:only-child) {
    text-align: right;
  }

.product-list .product-review-box {
  text-align: left !important;
}
/*******************************************
******   3. search-listing style   ******
*******************************************/
.search-page .search-input {
  background: #fff;
  margin-bottom: 20px;
  padding: 15px;
}
/*******************************************
******   4. manufacturer-listing style   ******
*******************************************/
.manufacturer-list-page {
  padding-bottom: 60px;
}

  .manufacturer-list-page .item-box {
    position: relative;
    border-radius: 3px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    margin-bottom: 15px;
  }

    .manufacturer-list-page .item-box .picture {
      border: 1px solid #eee;
    }

    .manufacturer-list-page .item-box img {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }

    .manufacturer-list-page .item-box .title {
      width: 100%;
      color: #fffffd;
      font-size: 16px;
      text-align: center;
      margin: 0;
      padding: 10px;
    }

      .manufacturer-list-page .item-box .title a {
        color: #212121;
        text-decoration: none;
        text-transform: uppercase;
      }

        .manufacturer-list-page .item-box .title a:hover, .manufacturer-list-page .item-box .title a:active, .manufacturer-list-page .item-box .title a:focus {
          color: #4caf50;
        }

  .manufacturer-list-page .product-spec-group:last-child:not(:only-child) {
    text-align: right;
  }

/*******************************************
*******   4. product-details style   ******
*******************************************/

.product-details-page .min-qty-notification {
  text-align: left;
  padding-bottom: 10px;
}

.product-details-page .required {
  color: #f00;
}

.product-details {
  padding: 15px;
}

.sub-category-grid .owl-dots {
  display: none;
}

.manufactures-area .owl-nav button,
.sub-category-grid button,
.OCarousel-category-slider .owl-nav button,
.category-grid .owl-nav button {
  display: inline-block;
  color: #fffffd;
  background-color: #4caf50 !important;
  font-size: 0px;
  height: 40px;
  width: 35px;
  background: linear-gradient(45deg, #4caf50 0%, #1976D2 100%);
}

  .manufactures-area .owl-nav button span,
  .sub-category-grid button span,
  .OCarousel-category-slider .owl-nav button span,
  .category-grid .owl-nav button span {
    color: #fffffd;
    font-size: 32px;
    line-height: 30px;
  }

.product-details h1 {
  font-size: 1.5rem;
}

.product-details .overview-buttons,
.product-details .add-to-cart-panel {
  display: flex;
  justify-content: space-between;
  margin: 0 -8px 8px -8px;
}

  .product-details .overview-buttons > div {
    flex: 0 0 calc(33.33% - 16px);
    margin: 0 8px;
  }

  .product-details .add-to-cart-panel > div,
  .product-details .add-to-cart-panel > .add-to-cart-button {
    flex: 0 0 calc(50% - 16px);
    margin: 0 8px;
  }

  .product-details .overview-buttons div .button-2 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .product-details .overview-buttons::after {
    content: "";
    display: block;
    clear: both;
  }

.product-details .attribute-squares li {
  display: inline-block;
  margin-right: 5px;
  position: relative;
}

  .product-details .attribute-squares li label {
    margin-bottom: 0;
  }

  .product-details .attribute-squares li.selected-value {
    border: 2px solid #4caf50;
  }

  .product-details .attribute-squares li span {
    height: 35px;
    width: 35px;
    display: block;
  }

  .product-details .attribute-squares li .tooltip-container {
    position: absolute;
    top: 100%;
    left: 100%;
    display: none;
    height: 100px;
    width: 100px;
    z-index: 100;
  }

    .product-details .attribute-squares li .tooltip-container img {
      width: 100%;
    }

  .product-details .attribute-squares li:hover .tooltip-container {
    display: block;
  }

.product-details .product-price {
  font-size: 36px;
}

.product-variant-list .add-to-cart-button,
.product-details .add-to-cart-button,
.add-to-cart-button-quick-view,
.wishlist-icon {
  background: #4caf50;
  color: #fff;
  padding: 6px 0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.form-control:focus {
  box-shadow: none !important;
}

.product-details .add-to-cart-button::before,
.add-to-cart-button-quick-view::before,
.product-variant-list .add-to-cart-button::before {
  content: "\e908";
  font-family: 'icomoon' !important;
  display: inline-block;
}

.add-to-cart-button-quick-view,
.wishlist-icon {
  margin: 15px 0;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 18px;
}

  .wishlist-icon [class*="icon"]::before {
    font-size: 16px !important;
  }

.related-products-grid .title,
.also-purchased-products-grid .title {
  color: #4caf50;
  text-transform: uppercase;
  text-align: center;
}

.product-essential .overview-buttons {
  justify-content: inherit;
}

.input-group-quantity {
  position: relative;
  display: block;
  width: 100%;
  z-index: 0;
}

.product-variant-list .input-group-quantity {
  position: relative;
  display: block;
  width: 30%;
  float: left;
  margin-right: 10px;
}

.product-variant-list .btn-block {
  width: 50%;
  float: right;
}

.input-group-quantity .qty-label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  margin-left: 4px;
}

.input-group-quantity input {
  width: 100%;
  margin: 0;
  padding-left: 35px;
}

  .input-group-quantity input[type=number]::-webkit-inner-spin-button,
  .input-group-quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

.input-group-quantity .button-container {
  position: absolute;
  top: 49%;
  right: 0px;
  transform: translateY(-50%);
  overflow: hidden;
  background: #fff;
}

  .input-group-quantity .button-container button {
    font-size: 21px;
    line-height: 14px;
    display: block;
    width: 28px;
    height: 18px;
    padding: 0;
    margin-bottom: 1px;
    background: #808080 !important;
    color: #fff;
    border: none;
    cursor: pointer;
    outline: 0;
    opacity: 0.5;
  }

.product-reviews-overview {
  margin-bottom: 15px;
}

.input-group-quantity .button-container button:last-child {
  margin-bottom: 0;
}

.input-group-quantity .button-container button:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .product-details .add-to-cart-button {
    margin-top: 15px;
  }
}

.product-details .product-share-button {
  margin-top: 15px;
  margin-bottom: 15px;
}

.related-products-grid .prices {
  height: 24px;
}

.related-products-grid .owl-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

  .related-products-grid .owl-item .item-box {
    margin-right: 1px !important;
  }

.also-purchased-products-grid .prices {
  height: 24px;
}

.product-variant-list .product-variant-line {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
  box-shadow: 0 0 8px #d1d1d1;
}

.product-essential,
.news-box-inner {
  box-shadow: 0 0 8px #d1d1d1;
  padding: 15px 0;
}

.ui-widget-header {
  border: none;
  background: #4caf50;
  color: #fff;
  border-radius: 0;
}

.ui-corner-all {
  padding: 0;
}

.ui-dialog-titlebar-close {
  border: 0;
  background: none;
}

  .ui-dialog-titlebar-close::before {
    content: 'X';
    color: #fff;
    font-size: 14px;
    vertical-align: top;
  }

.news-box-inner {
  padding: 15px;
}

.mfp-content .product-essential {
  box-shadow: none;
  padding: 0;  
}
.mfp-content .quick-view-product-details-modal .product-essential {
  margin-bottom: 60px;
}
.product-variant-list .product-variant-line::after {
  content: "";
  display: block;
  clear: both;
}

.product-variant-list .product-variant-line .variant-picture {
  width: 25%;
  float: left;
}

.product-variant-list .product-variant-line .variant-overview {
  width: 75%;
  float: left;
}

.product-review-box {
  margin-top: 5px;
}

  .product-review-box .rating {
    width: 95px;
    height: 14px;
    background: url(../images/rating1.png) repeat-x;
  }

    .product-review-box .rating div {
      height: 14px;
      background: url(../images/rating2.png) repeat-x;
    }

.product-review-links {
  padding: 10px 0;
}

  .product-review-links a {
    padding: 8px 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    border: 1px solid rgba(187, 193, 183, 0.3);
    box-shadow: 0px 2px 3px 0px rgba(187, 193, 183, 0.3);
    border-radius: 3px;
    color: #000;
    background-color: #fffffd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(#fdfdfd), color-stop(#fbfafc), color-stop(#f8f8fa), to(#f6f6f9));
    background-image: linear-gradient(to bottom, #ffffff, #fdfdfd, #fbfafc, #f8f8fa, #f6f6f9);
    text-decoration: none;
    display: inline-block;
    margin-right: 15px;
    color: #4caf50;
    font-weight: bold;
  }

  .product-review-links .separator {
    display: none;
  }

#product-tabs {
  color: #66646a;
  margin-top: 25px;
}

  #product-tabs .nav-link {
    display: inline-block;
    color: #66646a;
  }

.top-menu a {
  color: #fff;
}

#product-tabs .nav-link.show, #product-tabs .nav-link.active {
  color: #4caf50;
  border-bottom: 2px solid #4caf50;
}

.product-collateral .tab-content {
  padding: 20px 0;
}

/* product zoom */
.picture #wrap {
  z-index: 999 !important;
}

.wishlist-page .no-data {
  padding: 30px 0;
}

.cloud-zoom img {
  width: 100%;
}

.picture div {
  border: none !important;
}

.picture .src-zoom-image {
  padding-right: 10px;
  display: inherit !important;
  padding-bottom: 10px;
}

.mfp-content .picture .src-zoom-image {
  display: none !important;
}

.mfp-content .availability {
  margin-bottom: 10px;
}

.mfp-content .product-price {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
}
/*******************************************
*******   4. product-details style   ******
*******************************************/
.rating-options input[type="radio"] {
  display: inline-block;
}


/*******************************************
*******   5. one page checkout style   ******
*******************************************/

.select-billing-address select {
  background: url(../images/select-arrow-dark.svg) #fff;
  background-size: 12px;
  background-position: 98%;
  background-repeat: no-repeat;
}

.checkout-page {
  padding: 20px 0;
}

  .checkout-page h1 {
    font-size: 40px;
    text-align: center;
  }

  .checkout-page .selector {
    margin-bottom: 0;
  }

  .checkout-page .section {
    margin-bottom: 15px;
  }

  .checkout-page ul {
    list-style-type: none;
  }

  .checkout-page .opc {
    list-style-type: none;
    width: 100%;
    max-width: 1300px;
    margin: 20px auto;
    padding: 50px;
    background: #f6f6f9;
  }

.step-title .number::after {
  content: ". "
}

@media (max-width: 768px) {
  .checkout-page .opc {
    padding: 15px;
  }
  .checkout-page .opc {
      margin: -30px auto;
  }
}

.checkout-page .step {
  padding-bottom: 10px;
}

.checkout-page .step-title {
  background: #4caf50;
  font-size: 20px;
  line-height: 20px;
  border-radius: 3px;
  padding: 5px 10px;
  margin-bottom: 15px;
  color: #fffffd;
  box-shadow: 1px 1px 5px #bbb;
}

  .checkout-page .step-title h2 {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0;
  }

.checkout-page .step select, .checkout-page .step input:not([type="button"]) {
  width: 100%;
  height: 42px;
  border: none;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 0 0 8px #d1d1d1;
  border-radius: 3px;
}
  .checkout-page .step select {
      padding-right: 30px;
  }
  /**Payment Manual Plugin Override**/
  .checkout-page .step select.dropdownlists {
    width: 100%;
  }

.checkout-page .step #CardholderName,
.checkout-page .step #CardCode,
  .checkout-page .step #CardNumber {
    width: 100% !important;
}

.checkout-page .step #ExpireMonth,
.checkout-page .step #ExpireYear {
  width: 20%;
  min-width:70px;
}

.checkout-page .step #ExpireMonth {
    min-width: 50px;
}

.checkout-page .step .inputs {
  position: relative;
}

  .checkout-page .step .inputs label {
    width: 25%;
    display: inline-block;
  }


/***   ****/


@media (max-width: 768px) {
  .checkout-page .step .inputs label {
    width: 100%;
  }
}

.checkout-page .step .inputs input, .checkout-page .step .inputs select {
  width: 75%;
  margin-left: -4px;
  display: inline-block;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .checkout-page .step .inputs input, .checkout-page .step .inputs select {
    width: 100%;
  }
}

.checkout-page .step .inputs .required {
  position: absolute;
  bottom: 30px;
  right: 15px;
  color: #f44242;
}

.checkout-page .step .inputs .field-validation-error {
  position: absolute;
  bottom: 7px;
  left: 25%;
  text-align: right;
  color: #f44242;
  font-size: 12px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .checkout-page .step .inputs .field-validation-error {
    right: 0;
    left: initial;
    bottom: 60px;
  }  
}

.checkout-page .step input[type="button"] {
  background: #4caf50;
  border: 1px solid #4caf50;
  color: #fffffd;
  outline-color: #4caf50;
  padding: 6px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 3px !important;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

  .checkout-page .step input[type="button"]::before {
    content: "\f337";
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
  }

  .checkout-page .step input[type="button"]:focus, .checkout-page .step input[type="button"]:hover, .checkout-page .step input[type="button"]:first-child {
    outline-color: #4caf50;
    background-color: #fffffd;
    color: #4caf50;
    padding: 6px 10px;
  }

.checkout-page .step .method-list {
  padding: 0;
  margin: 0 auto;
}

  .checkout-page .step .method-list::after {
    content: "";
    display: block;
    clear: both;
  }

  .checkout-page .step .method-list li {
    background: #fffffd;
    color: #4caf50;
    padding: 10px 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    box-shadow: 0 0 8px #d1d1d1;
    font-size: 1rem;
    margin-bottom: 15px;
  }

.checkout-page .shipping-method .method-list li {
  width: calc(33.33% - 10px);
  float: left;
  margin-right: 15px;
}

.checkout-page .payment-method .method-list li {
  width: calc(50% - 10px);
  float: left;
  margin-right: 20px;
  text-align: center;
}

  .checkout-page .payment-method .method-list li:nth-child(2n+0),
  .checkout-page .shipping-method .method-list li:nth-child(3n+0) {
    margin-right: 0;
  }

.checkout-page .payment-method .method-list img {
  min-width: 80px;
}

.checkout-page .step .payment-info {
  padding: 15px;
  width: 95%;
  margin: 0 auto;
}

.checkout-page .order-review-data::after {
  content: "";
  display: block;
  clear: both;
}

.checkout-page .order-review-data .billing-info-wrap, .checkout-page .order-review-data .shipping-info-wrap {
  box-shadow: 0 0 8px #d1d1d1;
  padding: 15px;
  background: #fff;
}

@media (min-width: 768px) {
  .checkout-page .order-review-data .billing-info-wrap, .checkout-page .order-review-data .shipping-info-wrap {
    width: calc(50% - 10px);
    padding: 15px;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
  }

    .checkout-page .order-review-data .billing-info-wrap:nth-child(even), .checkout-page .order-review-data .shipping-info-wrap:nth-child(even) {
      margin-right: 0;
    }
}

/*******************************************
*******   6. login-register style   ********
*******************************************/
.registration-page {
  margin: 40px 0;
}

.fieldset .title {
  background: #aeb2b6;
  padding: 5px 20px;
  margin-bottom: 5px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}

.customer-info-page .customer-blocks {
  padding: 20px 0 !important;
}

.customer-blocks,
.password-recovery-page,
.reward-points-page,
.back-in-stock-subscription-list-page,
.downloadable-products-page {
  background: #fff;
  padding: 30px !important;
  border: solid 1px #fff;
  border-radius: 3px;
  box-shadow: 0 0 8px #d1d1d1;
}

.login-page .customer-blocks {
  padding: 30px 40px !important;
  margin: 30px 0;
}

@media (min-width: 1200px) {
  .customer-blocks {
    /*width: 80%;
    margin: 30px auto;*/
  }
}

.customer-blocks .register-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.customer-blocks .inputs.form-group {
  position: relative;
}

.customer-blocks span.required {
  position: absolute;
  right: 20px;
  bottom: 4px;
  color: #f44242;
}
.buttons button:not(first-child), .buttons .bs-quick-view {
  margin-top: 5px;
  margin-bottom: 5px;
  box-shadow: none;
  margin-right: 2px;
}
.customer-blocks .form-control {
  /*box-shadow: 2px 2px 3px #e4e4e4;*/
  border-color: transparent;
  border: 1px solid #e5e9ee;
}

/*******************************************
*******   6. login-register style   ********
*******************************************/
.rss {
  position: absolute;
  right: 0;
}

.search-page {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

.customer-info-page .customer-blocks {
  box-shadow: none;
}

.customer-info-page,
.address-edit-page,
.my-product-reviews-list-page,
.change-password-page {
  background: #fff;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 0 8px #d1d1d1;
}

.address-list-page {
  margin-bottom: 20px;
}

.share-info {
  padding: 20px 0;
  text-align: center;
}

.search-page .inputs {
  margin-bottom: 15px;
}

/*******************************************
*******   6. my account style   ********
*******************************************/
.address-item {
  box-shadow: 0 0 6px #ccc;
  padding: 20px;
  min-height: 360px;
}

  .address-item .button-2:not(:first-child) {
    margin-left: 10px;
  }

.inputs {
  position: relative;
  margin-bottom: 15px;
}

  .checkout-page .inputs input[type="tel"], .inputs input[type="text"], .inputs input[type="email"], .inputs input[type="password"], .inputs textarea {
    display: block;
    width: 100%;
    padding: 7px 15px;
    border-radius: 3px;
    border: 1px solid #e5e9ee;
  }

.search-page .inputs input[type="text"],
.search-page .inputs input[type="email"],
.search-page .inputs input[type="password"],
.search-page .inputs textarea {
  border: 1px solid #ddd;
}

.inputs .required {
  color: #f44242;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.address-edit-page .button-1 {
  background: #4caf50;
  border: 1px solid #4caf50;
  color: #fffffd;
  outline-color: #4caf50;
  padding: 6px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 3px !important;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

  .address-edit-page .button-1::before {
    content: "\f337";
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
  }

  .address-edit-page .button-1:focus, .address-edit-page .button-1:hover, .address-edit-page .button-1:first-child {
    outline-color: #4caf50;
    background-color: #fffffd;
    color: #4caf50;
    padding: 5px 15px;
  }

.product-review-item {
  box-shadow: 0 0 3px #d1d1d1;
  padding: 20px;
  margin-bottom: 15px;
  background: #fff;
}

.account-page {
  margin-bottom: 30px;
}
/*******************************************
*******   6. my account style   ********
*******************************************/
.entity {
  box-shadow: 0 0 5px #d1d1d1;
  margin-bottom: 20px;
  padding: 20px;
}

  .entity h2 {
    font-size: 24px;
    text-align: left;
  }

  .entity a {
    color: #212121;
  }

  .entity .list-inline-item::after {
    content: "\f054";
    font-size: 14px;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
  }

  .entity .list-inline-item:last-child::after {
    content: "";
  }

/*******************************************
*******   6. my account style   ********
*******************************************/
.contact-page, .apply-vendor-page {
  width: 100%;
  max-width: 1140px;
  padding: 20px;
  margin: 30px auto;
  box-shadow: 0 0 8px #d1d1d1;
}

  .contact-page h1, .apply-vendor-page h1 {
    font-size: 24px;
  }

/* blog post page style */
.blog-posts .post {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #eee;
}

.blog-posts .post-head a {
  font-size: 24px;
}

.news-items .news-item {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #eee;
}

.news-items .news-head a {
  font-size: 24px;
}

.comment-list .blog-comment {
  margin: 15px 0;
}

.comment-list .username {
  font-weight: bold;
}

.bar-notification p {
  margin: 0 !important;
  padding: 8px;
}

.bar-notification {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #8fe069;
  color: #fffffd;
  text-align: center;
  z-index: 100000;
  overflow: hidden;
  color: #212121;
}

  .bar-notification a {
    color: #fff;
    font-weight: bold;
  }

  .bar-notification .close {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    background: rgba(255, 255, 255, 0.4);
  }

    .bar-notification .close::before {
      content: "\f00d";
      display: inline-block;
      margin-right: 5px;
      font-size: 14px;
      font-family: "Font Awesome 5 Free";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

/*******************************************
*******   5 all plugin style   ********
*******************************************/

/*****  5.2 ajaxfilter plugins style  *****/
.modal-dialog {
  max-width: 100% !important;
}

.modal-body {
  padding: 0 !important;
}

.modal-content {
  border: 0 !important;
}

.bs-quick-view .quick-view-plugin-btn {
  background: #EDF0F2;
  border: 1px solid #EDF0F2;
  color: #999 !important;
  outline: 0;
  padding: 8px 0;
  visibility: visible;
  border-radius: 0;
  margin-top: -6px;
  box-shadow: none;
}

  .bs-quick-view .quick-view-plugin-btn:hover {
    background: #4caf50;
    color: #fff !important;
  }

.quick-view-plugin-btn::before {
  content: "";
  display: none;
}

.quick-view-plugin-btn i::before {
  font-weight: normal;
}

#add-to-cart-button-46 {
  background: #4caf50;
  color: #fff !important;
}

.btn-quick-view {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

.email-a-friend button, .compare-products button {
  color: #4caf50 !important;
  border-color: #4caf50 !important;
}

.btn-quick-view::before {
  content: "\e908";
  font-family: 'icomoon' !important;
}

.add-to-wishlist .btn-quick-view::before {
  content: "\e905";
}

.order-details-page ul {
  list-style: none;
  padding-left: 0;
}

.order-details-page .table-wrapper {
  overflow-x: auto;
}

.order-details-page .page-title {
  text-align: center;
  margin: 15px 0 25px;
}

.order-details-page .order-overview {
  text-align: center;
}

  .order-details-page .order-overview .order-number {
    font-size: 20px;
  }

  .order-details-page .order-overview .order-overview-content {
    list-style: none;
  }

.order-details-page .order-details-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.order-details-page .billing-info-wrap,
.order-details-page .shipping-info-wrap {
  padding: 15px;
  background: #eee;
  margin: 20px 10px;
  width: calc(50% - 20px);
}

.order-details-page .products .title {
  text-align: center;
  font-size: 20px;
  margin: 15px;
}

.order-details-page .options {
  background: #eee;
  padding: 10px;
  margin: 10px 0;
}

.order-details-page .totals {
  padding: 10px;
  background: #eee;
  margin: 10px 0;
}

.footer-lower {
  padding: 10px 0 0 0;
  background: #000;
}

.collapse.show {
  display: block !important;
}
.downloadable-products-page .data-table .order,
.downloadable-products-page .data-table .date,
.downloadable-products-page .data-table .product,
.downloadable-products-page .data-table .download {
  min-width: 100px;
  padding-right: 15px;
}

/*** ESTIMATE SHIPPING POPUP COMMON ***/


.estimate-shipping-popup {
  position: relative;
  background: #FFF;
  padding: 25px 10px;
  width: auto;
  max-width: 800px;
  margin: 0 auto;
}

.estimate-shipping-popup-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.estimate-shipping-popup-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.estimate-shipping-popup-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.estimate-shipping-popup-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
  z-index: 99999;
}
.estimate-shipping-popup-zoom-in.mfp-ready {
  z-index: 99999;
}
.estimate-shipping-popup-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.estimate-shipping-popup-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.shipping-options-loading {
  background: url(../images/ajax-loader-small.gif) no-repeat;
  width: 16px;
  height: 16px;
  position: relative;
  right: 8px;
  margin: 4% 50%;
}

.shipping-address .required {
  margin-left: 0px;
}

.estimate-shipping-row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 5px;
}

  .estimate-shipping-row.shipping-option {
    cursor: pointer;
  }

    .estimate-shipping-row.shipping-option.active {
      font-weight: 700;
    }

.estimate-shipping-row-item {
  flex: 0 1 100%;
  min-height: initial;
}

  .estimate-shipping-row-item.shipping-item {
    padding: 8px 0;
    overflow: hidden;
    overflow-wrap: break-word;
  }

  .estimate-shipping-row-item.shipping-header-item {
    padding: 12px 0;
    align-self: center;
  }

  .estimate-shipping-row-item.address-item + .estimate-shipping-row-item.address-item {
    padding-left: 15px;
  }

  .estimate-shipping-row-item + .estimate-shipping-row-item {
    padding-left: 10px;
  }

.estimate-shipping-row-item-radio {
  flex: 0 0 35px;
}

.ship-to-title {
  margin-bottom: 10px;
}

.choose-shipping-title {
  margin-top: 20px;
}

.estimate-shipping-address-control {
  width: 100%;
  height: 36px;
}

.estimate-shipping-radio {
  display: none;
}

  .estimate-shipping-radio + label {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
  }

  .estimate-shipping-radio:checked + label:after {
    content: ' ';
    width: 6px;
    height: 6px;
    border-radius: 50px;
    position: absolute;
    top: 6px;
    left: 6px;
    background: #ffffff;
  }

  .estimate-shipping-radio:checked + label {
    background-color: #4ab2f1;
    color: #99a1a7;
    border: 1px solid #adb8c0;
    border-color: #4ab2f1;
  }

.apply-shipping-button {
  border: none;
  padding: 8px 25px;
  background-color: #4caf50;
  color: #fff;
}

.apply-shipping-button-container {
  margin-top: 15px;
  text-align: center;
}

.shipping-options-header {
  top: 0;
  z-index: 1;
  position: sticky;
  background-color: #fff;
}

.shipping-options {
  position: relative;
  z-index: 1;
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px;
  background: #FFF no-repeat;
  background-image: -webkit-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), -webkit-radial-gradient(50% 100%, farthest-side, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
  background-image: -moz-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), -moz-radial-gradient(50% 100%, farthest-side, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
  background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
  background-position: 0 0, 0 100%;
  background-size: 100% 7px;
}

  .shipping-options:before,
  .shipping-options:after {
    content: "";
    position: relative;
    z-index: -1;
    display: block;
    height: 30px;
    margin: 0 0 -30px;
    background: -webkit-linear-gradient(top, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(top, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
  }

  .shipping-options:after {
    margin: -30px 0 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
  }

.no-shipping-options {
  text-align: center;
  margin: 4% 0;
}

.estimate-shipping-popup .message-failure {
  margin: 5px 0 -5px;
  font-size: 12px;
  color: #e4434b;
}
@media (max-width: 991px) {

  .ship-to-title + .estimate-shipping-row {
    display: block;
    align-items: stretch;
  }
  .homepagePromotionSlider {
    padding: 30px 15px;
  }

  .navbar-nav .currency-selector .form-control,
  .navbar-nav .language-selector .form-control {
    background-position: 93%;
  }
  .wishlist-content form .buttons {
    margin-top: 20px;
  }
}
.footer-powered-by {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.footer-powered-by .link {
  padding: 0 10px;
}
.wishlist-page .table thead th {
  vertical-align: middle;
}
.ui-dialog .ui-dialog-titlebar-close {
  margin: -12px 0 0 0;
}
.registration-page input[type="checkbox"] + label::before {
  position: absolute;
  top: -4px;
  left: 80px;
}
.confurm-order-box label {
  margin-bottom: 0;
  cursor: pointer;
}

span.to {
  float: right;
}
.block.product-filters {
  padding: 0 0 15px 0;
}

.product-filter.product-manufacturer-filter {
  padding: 10px 0 0 0;
}

.btn-primary {
  background-color: #3c8dbc !important;
}

tr.remove-product {
  float: left;
}

/***Return Request Page***/
.table-wrapper {
    overflow-x: auto;
}
.return-request-page {
    margin: 20px;
}

.return-request-page .page-title {
  text-align: center;
  min-height: 50px;
  margin: 0px;
  padding: 6px 10px;
}

.return-request-page .title {
  text-align: left;
  margin: 0 0 15px;
  font-size: 20px;
  color: #444;
}

  .reward-points-page table,
  .return-request-page table {
    width: 100%;
    border-collapse: collapse;
  }
  .table-wrapper .compare-products-table tr:nth-child(even),
  .reward-points-page .table-wrapper tr:nth-child(even),
  .return-request-page .table-wrapper tr:nth-child(even) {
    box-shadow: none;
  }
  .reward-points-page .data-table,
  .return-request-page .data-table {
    margin: auto;
  }

    .reward-points-page .data-table th,
    .return-request-page .data-table th {
      background-color: #4caf50;
      color: white;
      border-width: 1px 1px 0;
      border-style: solid;
      border-color: #ddd;
      padding: 10px;
      white-space: nowrap;
      font-weight: normal;
    }

  .return-request-page .data-table .product{
      text-align: left;
  }

    .reward-points-page .data-table td,
    .return-request-page .data-table td {
      min-width: 50px;
      border-width: 1px;
      border-style: solid;
      border-color: transparent #ddd #ddd;
      background-color: #fff;
      padding: 20px;
      color: #444;
    }
  .return-request-page .data-table .quantity select{
      max-width: 55px;
      min-width: 55px;
  }
  .return-request-page .fieldset .title {
      background: none;
      padding: 15px 0 5px;
  }

  /****/
.reward-points-overview {
  margin: 0 0 25px;
}

.reward-points-history .title {
  margin: 0 0 15px;
  padding: 0px;
  font-size: 20px;
  color: #444;
}
.reward-points-page .pager {
    margin: 15px 0 0;
    padding: 5px;
    border-radius: 2px;
}
.reward-points-page .pager .total-summary{
    padding: 5px;
    border-radius: 2px;
}
.language-selector .form-control {
  padding: 0.375rem 1rem;
}

/***Multiple Checkout Page Fixing***/

.page.checkout-page.shipping-method-page,
.page.checkout-page.payment-method-page,
.page.checkout-page.payment-info-page,
.page.checkout-page.order-confirm-page,
.page.checkout-page.order-completed-page {
  border-radius: 3px;
  margin: 0 auto 60px;
  padding: 15px;
}

.order-progress {
  margin: 0 0 50px;
  padding: 15px 0;
  text-align: center;
}

  .order-progress li {
    display: inline-block;
    margin: 10px 0.7%;
    padding: 20px 10px;
    width: 11.1%;
  }

.checkout-page .order-progress li {
  width: 15.1%;
}

.order-progress li.active-step {
  background: #4caf50;
  box-shadow: 1px 1px 10px #c8d9e7;
  border-radius: 3px;
}

.order-progress li.inactive-step {
  background: #FFFFFF;
  box-shadow: 1px 1px 8px #d8d8d8;
  border-radius: 3px;
}

  .order-progress li.inactive-step a {
    opacity: 0.3;
    cursor: default;
  }

.order-progress a {
  display: block;
  min-width: 70px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

.order-progress li.active-step a {
  color: #fff;
}


.order-progress .active-step a::before {
  content: "\f105";
  display: block;
  margin-right: 5px;
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  color: white;
}


.order-progress .inactive-step a:before {
  content: "\f105";
  display: block;
  margin-right: 5px;
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  color: black;
}

.page.checkout-page {
  box-shadow: 0px 3px 8px rgba(214, 218, 222, 0.55);
  border-radius: 3px;
  margin: 30px 0 60px;
  padding: 15px;
  background: #fff;
}
  .page.checkout-page .page-title {
      font-weight: bold;
  }

  .checkout-page .select-billing-address .title {
      margin-bottom: 10px;
  }

.checkout-page .address-item {
  border: 1px solid #E5E5E5;
  background: #FFFFFF;
  box-shadow: 4px 4px 5px #c5d4e1;
  border-radius: 3px;
  width: 48%;
  float: left;
}

.checkout-page .address-item {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 40px;
}
  .checkout-page .address-grid::after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
.checkout-page .address-item ul {
  margin: 0 0 15px;
  padding: 20px;
  color: #000000 !important;
  border-bottom: 1px solid #E5E5E5;
}
.checkout-page .address-item .select-button button {
  padding: 5px 15px;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  color: white;
  background: #4caf50;
  text-decoration: none;
  box-shadow: 0 0 3px #ccc;
  font-weight: 900;
}
  .checkout-page .address-item .select-button button:hover {
    background: #8bca8e;
  }

.checkout-page .section .title {
    text-align: center;
  background: #F2F2F8;
  border-radius: 3px;
  padding: 4px 6px 6px;
  text-transform: uppercase;
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}
.checkout-page .edit-address {
    max-width: 1000px;
    margin: 15px auto;
}
.checkout-page .buttons {
    text-align: center;
}
  .checkout-page .buttons .confirm-order-next-step-button,
  .checkout-page .buttons .payment-method-next-step-button,
  .checkout-page .buttons .payment-info-next-step-button,
  .checkout-page .buttons .shipping-method-next-step-button,
  .checkout-page .buttons #billingaddress-next-button {
    font-size: 18px;
    padding: 5px 25px;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    color: white;
    background: #4caf50;
    text-decoration: none;
    box-shadow: 0 0 3px #ccc;
    font-weight: 900;
    margin-bottom: 15px;
  }
    .checkout-page .buttons .payment-info-next-step-button::before,
    .checkout-page .buttons .confirm-order-next-step-button::before,
    .checkout-page .buttons .payment-method-next-step-button::before,
    .checkout-page .buttons .shipping-method-next-step-button::before,
    .checkout-page .buttons #billingaddress-next-button::before {
      content: none;
    }
.checkout-page .shopping-cart-content {
  display: flex;
  align-items: self-start;
  justify-content: space-around;
  padding: 0 18px;
}
.checkout-page .cart-body {
  width: 68%;
}

.checkout-page .cart-footer {
  border-top: none;
  margin: 6px 0 50px;
  width: 350px;
  border-radius: 3px;
  margin: 0 0 50px;
}
  .checkout-page .cart-footer .totals {
    box-shadow: none;
    border-radius: 0;
    background: #4caf50;
    color: #fff;
  }
.checkout-page .cart-footer .total-info {
    padding: 10px 20px;
}
.checkout-page .cart-total tr td{
    width: 35%;
    text-align: right;
}
.checkout-page .use-reward-points {
    text-align: center;
    margin-bottom: 15px;
}

.cart-option-header {
    margin-bottom: 10px;
}

/***Vendor***/
.html-vendor-list-page .page-title h1 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin: 10px auto;
  border-bottom: 1px solid #4caf50;
  color: #4caf50;
}
.html-vendor-list-page .title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.html-vendor-list-page .item-box {
  width: calc(25% - 20px);
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
  .html-vendor-list-page .item-box .picture img {
    max-width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
/***added by Mamun***/
.required {
  margin: 0px;
  vertical-align: top;
  font-size: 20px;
  font-weight: normal;
  top: 0 !important;
  right: 0 !important;
  position: absolute;
}
.html-account-page .center-2 .no-data {
  position: initial;
  transform: initial;
}

.html-category-page .product-sorting {
    margin-left: 10px;
}

.html-category-page .product-page-size {
    margin-right: 10px;
}

.html-category-page .product-sorting .form-control {
  width: 165px;
}

nav.navbar {
  z-index: 100001;
}

.header-links {
  z-index: 100002;
}

.mfp-wrap {
    z-index: 100003 !important;
}

.store-closed-page .page-title,
.store-closed-page .page-body {
  text-align: center;
  margin-top: 15px;
}

.email-a-friend-page .title,
.email-a-friend-page .result {
    text-align: center;
}
.compare-products-table td:first-child {
    min-width: 0;
}
.compare-products-table td {
  min-width: 150px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 20px;
  text-align: left;
  vertical-align: top;
}

.compare-products-table .remove-product {
  float: none;
}

.compare-products-table {
    margin: 20px 0;
}

.compare-products-page .page-title {
  text-align: center;
  margin-top: 15px;
}

.registration-result-page {
    text-align: center;
    margin-top: 15px;
}

.register-continue-button {
  background: #fff;
  color: #4caf50;
  margin: 35px 0;
  padding: 5px 15px;
  border: 1px solid #4caf50;
  border-radius: 3px;
  text-decoration: none;
  box-shadow: 0 0 3px #ccc;
  font-weight: 900;
}

.html-compare-products-page .side-2 {
  margin-top: 10px;
}

.title.mobile-filter-view {
    margin-top: 25px;
}