/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
body.wide .container:not(.inner-container) {
    padding-left: 0;
    padding-right: 0;
}
.main-content,
.no-breadcrumbs .main-content {
    padding-top: 0;
    padding-bottom: 0;
}
body .product-image .labels .onhot, 
body .product-image .labels .onnew, 
body .product-image .labels .onsale {
    padding: 5px 8px;
    margin-bottom: 5px;
    font-size: 1.2em;
    border-radius: 4px;
    background-color: #1aba27 !important;
}
body .product-image .labels {
    top: 1.8em;
}
ul.products h3 {
    font-size: 1.3rem;
}


body.single-post h2 {
    font-size: 20px;
	margin-bottom: 12px;
}

/* store locator */
@media (min-width: 768px){

  #wpsl-result-list {
      width: 30% !important;
  }
  #wpsl-gmap {
      width: 70% !important;
  }
}
.wpsl-input {
    margin: 10px;
}
.wpsl-select-wrap {
    margin: 10px;
}
#wpsl-checkbox-filter, .wpsl-custom-checkboxes {
    margin: 0 10px;
    padding: 0;
    width: auto;
}
.wpsl-input label, #wpsl-radius label, #wpsl-category label {
    width: auto !important;
    font-weight: 300;
    font-size: 16px;
}
.wpsl-search {
    padding: 12px 12px 12px 12px;
}
.wpsl-dropdown {
    width: 120px;
}
input#wpsl-search-btn {
    color: #fff;
    text-transform: uppercase !important;
    font-size: 14px;
    padding: 7px 15px !important;
    background: #43543e;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: 0;
    border-radius: 0;
    background-image: none;
    margin: 11px 0 11px 20px;
    height: auto;
    line-height: 20px;
}
.wpsl-search.wpsl-checkboxes-enabled {
    padding: 8px;
    margin-bottom: 5px;
}
input#wpsl-search-btn:hover {
  background: #43543e;
}
.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li, .wpsl-selected-item {
    padding: 5px 12px!important;
}
#wpsl-search-input {
    padding: 6px 12px;
}
#wpsl-search-wrap label {
    font-weight: 300;
    padding: 2px 0;
}
#wpsl-result-list li p {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 300;
}
#wpsl-checkbox-filter.wpsl-checkbox-3-columns li, .wpsl-custom-checkboxes.wpsl-checkbox-3-columns li {
    width: auto;
}

/*
span.wpsl-street.provincia-comp {
  padding: 8px;
  background: #43543e;
  font-size: 16px;
  color: white !important;
}
p span.wpsl-street.provincia-comp strong{
  color: white !important;
}
span.wpsl-street.provincia-comp h6 {
    margin-top: 0;
    color: white;
    text-align: center;
}*/


@media (min-width: 576px) {
  #age-check .modal-dialog {
    max-width: 830px;
  }
}

#age-check {
  background-color: #000;
  font-family: "Marcellus", sans-serif;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#age-check #myVideo {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#age-check .form-container {
  text-align: center;
}
#age-check .modal {
  display: block;
  position: relative;
  z-index: 1;
}

#age-check #staticBackdropLabel .modal-dialog-centered {
  min-height: calc(100% - -3rem);
  margin: 0 auto;
}

#age-check #staticBackdropLabel .modal-content {
  background-color: transparent;
}
#age-check #staticBackdropLabel .modal-body {
  background: #42543ee3;
  border-radius: 5px;
  display: flex;
  justify-content: center;
}
#age-check .content-container {
  width: 75%;
}
#age-check .content-container .logo-container {
  text-align: center;
}
#age-check .content-container .logo-container img {
  max-width: 70px;
}
#age-check h2 {
  font-family: "Marcellus", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin: 10px 0;
}
#age-check p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 16px;
}
#age-check .input-group-text {
  background-color: transparent;
  border: none;
  color: #fff;
  font-family: "Poppins";
}

#age-check input[type="number"],
#age-check input[type="text"] {
  border: none;
  border-radius: 0;
  border-left: 1px solid #42543e;
  border-right: 1px solid #42543e;
}

#age-check .form-control:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-left: 1px solid #42543e;
  border-right: 1px solid #42543e;
}

#age-check .btn {
  border-radius: 0;
}

#age-check .error-message {
  background: #cb3234;
  font-size: 14px;
  border: 1px dotted #42543e;
  padding: 0.5rem;
  margin-top: 1rem;
  text-align: center;
  color: #fff;
  display: none;
}

#age-check button.btn-outline-light {
  margin-top: 30px;
  min-width: 170px;
  border-radius: 25px;
  padding: 0.5rem 0.7rem;
}

@media (max-width: 768px) {
  #myVideo #age-check {
    height: auto;
  }
  #age-check #staticBackdropLabel .modal-dialog-centered {
    min-height: 100vh;
  }
  #age-check #staticBackdropLabel .modal-content {
    height: 100vh;
    margin: 0;
    width: 100vw;
  }
  #age-check #staticBackdropLabel .modal-body {
    background: #42543e;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
