/*
Theme Name: Żakard
Author: Daniel Kuczewski
Author URI: https://septemonline.com
Description: Szablon dla serwisu Żakard
Version: 1.0
License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html 
 */

/* Dropdown Button */
.dropbtn {
  
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  float: right;
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 280px;
  padding: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right: 0;
  top: 36px;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

#searchDropdown #s {
	padding:5px;
}
#searchDropdown #searchsubmit {
	display: inline-block;
    background: black;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 0.625rem;
    font-size: 0.625rem;
    padding: 0.625rem 1.25rem;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border: none;
    cursor: pointer;
}
#searchDropdown .screen-reader-text {
	display:none;
}
#searchDropdown div {
	display: flex;
	flex-direction: row;
}
.designer__card__content p {
	color:#fff;
}
.single-product__info__short-description p, .single-product__info__description p {
    font-size: .8rem;
    text-align: justify;
    line-height: 1.3rem;
}

.like_product {
    cursor: pointer;
}
.like_product:hover {
    font-weight: bold;
}

.form-accept .wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.form-accept span.wpcf7-list-item {
    display: inline-block;
    padding: 0;
    margin:0;
}
.form-accept span.wpcf7-list-item-label::before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    background: #ececec;
}
.form-accept .form__input--checkbox:checked +  span.wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    left: 5px;
    background: #000000;
    top: 8px;
    width: .19rem;
    height: .19rem;
    -webkit-box-shadow: 2px 0 0 #000000, 4px 0 0 #000000, 4px -2px 0 #000000, 4px -4px 0 #000000, 4px -6px 0 #000000, 4px -8px 0 #000000;
    box-shadow: 2px 0 0 #000000, 4px 0 0 #000000, 4px -2px 0 #000000, 4px -4px 0 #000000, 4px -6px 0 #000000, 4px -8px 0 #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form-accept .form__input--checkbox {
    position: relative;
    display: none;
    width: 1rem;
    position: absolute;
    opacity: 0;
    background: #ececec;
    margin-bottom: .5rem;
    border: none;
    padding: 1rem;
    font-size: .6rem;
}

.category-nav__list__element a {
  width:100%;
  height:100%;
  display: inline-block;
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
    visibility: visible;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
    color: white;
}
.owl-carousel .owl-nav button.owl-next:before, .owl-carousel .owl-nav button.owl-prev:before {
    background-color: rgba(0,0,0,.4);
    padding: 5px;
    font-family: 'icomoon';
}
.owl-carousel .owl-nav button.owl-next {
    right: 6px;
}
.owl-carousel .owl-nav button.owl-next:before {
    right: 6px;
    content:"\e901";
}
.owl-carousel .owl-nav button.owl-prev {
    left: 6px;
}
.owl-carousel .owl-nav button.owl-prev:before {
    left: 6px;
    content:"\e900";
}

.infowindow{
    font-size:16px;
    font-weight:700;
    padding:4px;

}
.infowindow.sidebar{
    font-size:18px;
    padding-bottom:10px;
}
.infowindow.sidebar a{
    color:#fff;
}
.infowindow p{
    margin-bottom:0;
}

.text-white{
    color:#fff!important;
}