* {
  font-family: inherit;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  font-size: 16px;
  box-sizing: border-box;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica,
  Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.footer-links {
  padding-top: 15px;
}

.footer-links a {
  font-size: 0.8em;
  color: #7f8c97;
  background-color: #2a2e31;
  padding: 5px 10px;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 15px;
}

.footer-links a:hover {
  background-color: #1a2e31;
  color: #666;
}

.c-prefooter {
  padding-top: 25px !important;
  padding-bottom: 15px !important;
}

.c-postfooter {
  padding: 15px 0 !important;
}

.app-logo-title {
  font-size:1.1em;line-height:1.1em;font-weight:bold;
  color:#fff;
}
.app-logo-title:hover {
  color: #eee;
}

.product-list-title {
  font-size: 0.9em;
}

.product-list-price {
  font-size: 1.2em;
}

.product-list-price-old {
  font-size: 0.9em;
}

.product-image {
  height:175px;
  max-height:350px;
  background-color:#ddd;
  background-size: 100% 100%;
}
.product-image2 {
  height:200px;
  max-height: 400px;
  background-color:#ddd;
  background-size: 100% 100%;
}

.product-category-title {
  margin-bottom:15px !important;
}

.quantity-button {
  cursor:pointer;
  padding: 2px 1px;
}

.product-select-box {
  display: block;
  height: 2.2em;
  border: 1px solid #d0d7de;
  background-color: #fff;
  border-radius:0;
}

.quantity-input {
  font-size:14px;
  padding-right:3px !important;
  text-align:center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.quantity-input:read-only {
  background-color:#fff;
}

.address-card {
  position:relative;
  background:#f7f7f7; padding: 10px; margin-bottom: 30px;
}

.address-card > span.remove-address {
  position:absolute;
  top:4px;
  right:5px;
  font-size: 22px;
  font-weight: bold;
}

.address-card label {
  font-size:14px;
}

.order-list-item span.small {
  font-size: 14px;
  color: #888;
}
.order-list-item span.small.time {
  text-align: right;
}
.order-list-item span.status {
  font-size: 19px;
  font-weight: bold;
}
.order-list-item span.total {
  font-size: 19px;
  font-weight: bold;
}

.order-list-item-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.order-list-item-content {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.mobile-basket-button {
  position:absolute;
  top: 18px;
  right: 100px;
  background: transparent;
  padding: 2px 6px;
  color: #fff;
}

.mobile-basket-button span {
  color: #fff;
  display:inline-block;
  padding: 2px 7px;
  margin-left: 3px;
  border-radius: 50%;
  font-size:13px;
}

.mobile-search-button {
  position:absolute;
  top: 20px;
  right: 40px;
  color: #fff;
}
.c-search-toggler-wrapper {
  padding-left: 15px !important;
}
.c-search-toggler-wrapper i {
  font-size: 1.5em !important;
  height: auto !important;
  top: 1px !important;
}

.privacy-box {
  z-index:10;
  position: fixed;
  width: 100%;
  bottom:0;
  background-color: #111;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  color: #ccc;
}
.privacy-box a {
  color: #fff;
}
.privacy-box .privacy-box-text a:hover {
  text-decoration: underline;
}

.privacy-box .privacy-box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.privacy-box .privacy-box-content .privacy-box-buttons {
  margin-top: 15px;
}

.c-shop-product-details-2 .c-product-gallery > .c-product-gallery-content {
  height: 400px;
}
.c-shop-product-details-2 .c-product-gallery > .c-product-gallery-content > .c-zoom {
  height: 400px;
}

.c-shop-product-details-2 .c-product-gallery > .c-product-gallery-content > .c-zoom img {
  max-height: 400px;
}

.c-shop-product-details-2 .c-product-gallery .c-product-gallery-thumbnail img {
  height: 100px;
}

.c-shop-product-tab-1 .nav {
  padding: 0;
}

.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .dropdown-menu.c-menu-type-mega > li {
  min-width: 250px;
}

.c-layout-sidebar-menu {
  width: 100%;
  background: #fff;
}

.c-sidebar-menu {
  margin-bottom: 0;
}
.c-layout-sidebar-menu .c-sidebar-menu > li > a {
  font-size: 0.9em;
}
.c-layout-sidebar-menu .c-sidebar-menu li .c-dropdown-menu li {
  padding: 6px 0;
  font-size: 0.8em;
  background-color: #fafafa;
}
.c-layout-sidebar-menu .c-sidebar-menu li .c-dropdown-menu li > a {
  padding: 5px 20px 5px 30px;
}

.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
  font-size: 1em;
  padding: 41px 15px 34px 15px;
}

.c-cursor-pointer {
  cursor: pointer;
}

.c-content-product-2 .c-info .c-title {
  height: 3em;
  overflow: hidden;
}
.c-content-product-2:hover .c-info .c-title {
  color: #444;
}

.c-content-media-2 .c-panel2 {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.bg-opacity {
  background-color: rgba(0, 0, 0, .6);
}
.slider-position-cover {
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.slider-title {
  color: #fff;
  margin-bottom: 5px;
  padding: 5px 10px;
  letter-spacing: 1px;
  text-shadow: #000 2px 2px;
}
.slider-description {
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
  margin-bottom: 5px;
}

.custom-header {
  background-color: #aaa;
}

.nav.navbar-nav > li > .c-link {
  color: #fff;
}

.nav.navbar-nav > li:focus > a:not(.btn), .nav.navbar-nav > li:active > a:not(.btn),
.nav.navbar-nav > li:hover > a:not(.btn) {
  color: #eee !important;
}

.c-layout-header .c-cart-toggler-wrapper .c-cart-number {
  margin-left: 0;
  top: 0;
}

.c-padding-5 {
  padding: 5px;
}

.c-brand-logo {
  margin: 6px 0 !important;
}
.c-brand-logo a.c-logo > img {
  width: auto;
  max-width: 300px;
  height: 85px;
}
.c-page-on-scroll .c-brand-logo {
  margin: 7px 0 !important;
}
.c-page-on-scroll .c-brand-logo a.c-logo > img {
  height: 50px;
  width: auto;
}

.c-theme-bg, .c-theme-btn {
  background-color: #4FA20C !important;
}
.c-theme-color {
  color: #4FA20C !important;
}

.c-quick-search input::placeholder {
  color: #fff !important;
  opacity: 0.5;
}
.c-quick-search input {
  color: #fff !important;
}

@media (max-width: 992px) {
  .c-brand-logo {
    margin: 7px 0 !important;
  }
  .c-brand-logo a.c-logo > img {
    width: auto;
    max-width: 300px;
    height: 50px;
  }
  .c-brand .c-hor-nav-toggler {
    position: absolute !important;
    top: 10px !important;
    right: 7px !important;
    background: transparent !important;
  }
  .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
    padding: 10px 20px 10px 20px;
  }

  .c-layout-header .c-quick-search > span {
    top: 3px;
  }
  .c-layout-header.c-layout-header-default-mobile .c-quick-search > .form-control {
    color: #fff;
  }
  .mobile-search-button > i {
    color: #fff !important;
    font-size: 1.1em !important;
  }
}

@media only screen and (max-width: 480px) {
  .app-logo-title {
    font-size: 0.9em;
  }
  .c-brand-logo {
    padding-left: 7px;
  }
  .c-sidebar-menu-toggler {

  }
  .slider-position-cover {
    height: 200px;
  }
  .slider-title {
    padding: 5px 10px;
    font-size: 1.3em;
  }
  .slider-description {
    padding: 5px 10px;
    font-size: 1em;
  }
  .product-image {
    height: 150px;
  }
  .product-image2 {
    height: 150px;
  }
  .product-list-price {
    font-size: 0.9em;
  }
  .product-list-price-old {
    font-size: 0.8em;
  }
  .owl-carousel .product-image, .owl-carousel .product-image2 {
    height: 250px;
  }
  .owl-carousel .product-list-title {
    font-size: 1.1em;
  }
  .owl-carousel .product-list-price {
    font-size: 1.2em;
  }
  .owl-carousel .product-list-price-old {
    font-size: 0.9em;
  }
}
