/*
Theme Name: Artday Child Theme
Theme URI: http://artday-wp.wossthemes.com
Description: Ecommerce Single Product Theme that can be used by a creative artist, agency, shop, for selling your prints. 
Author: WossThemes
Author URI: http://themeforest.net/user/wossthemes
Template: artday
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, white, red
Text Domain: artday
*/

/* Import the original Parent Theme Styles */
@import url("../artday/style.css");

.ws-header-fourth .navbar-brand > img {
  max-height: 75px;
}

.ws-header-fourth .navbar-default {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  min-height: 105px;
  margin: 0;
  padding: 0;
}

.ws-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.ws-header-cart {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .ws-header-fourth .navbar-default {
    left: 20px;
  }

  .ws-header-cart {
    right: 20px;
  }
}

.ws-preview-image img {
  display: none;
}

@media only screen and (min-width: 600px) and (max-width: 1500px) {
  .ws-header-fourth .nav > li > a {
    padding: 10px 13px;
    letter-spacing: 0.5px;
  }

  .ws-header-cart {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .ws-header-fourth .navbar-default {
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .ws-header-fourth .navbar-toggle {
    top: 32px;
    left: 25px;
  }
}

.ws-product-bg {
  margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
  .featured-collections-item .caption h3 {
    font-size: 30px;
    letter-spacing: 2px;
  }
}

.sub-title-below-banner h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 35px;
}

@media only screen and (max-width: 992px) {
  .sub-title-below-banner h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    line-height: 24px;
  }
}

.ws-product-bg img {
  border-radius: 20px;
}

.ws-page-container ul.products li.product {
  width: 23.888888% !important;
}
