/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

#header .container {
  max-width: 100%;
}

#header .image-icon img {
  width: 30px;
}

#header [data-icon-label]:after {
  background-color: #2daaef;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: none;
  top: -5px;
  right: -5px;
}

#header .nav > li {
  margin: 0 10px;
}

#header .nav > li.active > a {
  font-weight: 600;
}

#header .nav > li > a {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}

#header .search-field {
  width: 350px;
  box-shadow: none !important;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px 0px 0px 4px;
}

#header .searchform .button.icon {
  background-color: #bbb;
  height: 34px;
  width: 40px;
  border-radius: 0 4px 4px 4px;
}

.nav-dropdown-has-border .nav-dropdown {
  padding: 0;
  min-width: 150px;
}

#footer {
  background: #f8f9fb;
  border-top: 1px solid #e7e7e7;
  border-bottom: 0;
  color: #677886;
}

#footer .ux-logo {
  margin: 0 auto;
  display: block;
}

#footer .powered-by {
  width: 114px;
  margin: 0 auto 10px;
}

#footer .credit-cards {
  max-width: 356px;
  margin: 0 auto;
}

.absolute-footer {
  display: none !important;
}

.products.row-small:not(.row-collapse) {
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.products.row-small > .col {
  padding: 0px 15px 30px;
}

.product-small .box-image {
  border: 2px solid #f2f4f8;
  padding: 20px 15px;
  border-radius: 4px;
}

.product-small .price-wrapper {
  background-color: #2daaef;
  color: #fff;
  padding: 8px 10px;
  position: absolute;
  right: 0;
  top: 200px;
  min-width: 85px;
  text-align: center;
}

.product-small span.amount {
  color: #fff;
}

.product-small .box-text .name,
.product-small .box-text .name a {
  font-size: 14px;
  margin: 0;
  color: #4891d0;
}

.product-small .box-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
}

.product-small .box-image:hover .box-overlay {
  display: flex;
}

.product-small .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #000;
  border-radius: 3px;
  transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -webkit-transition: background-color 0.1s;
  z-index: 1;
}

.product-small .box-action {
  z-index: 2;
}

.product-small .go-to-prd,
.product-small .btn-add-to-card {
  background-color: transparent;
  border: 1px solid #fff;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 3px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  min-width: 150px;
  font-size: 14px;
}

.product-small .btn-add-to-card {
  margin-bottom: 20px;
  background: #4ab742;
  border: 0 solid #33802e;
  border-bottom-width: 4px;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .off-canvas-left .mfp-content {
    width: 100% !important;
    background-color: #ffff !important;
    box-shadow: none !important;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
    color: #000;
    font-size: 14px;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li > a span {
    position: relative;
    text-align: left;
    top: 0;
  }
}
