/*
Theme Name:  Silikony Polskie 2025
Theme URI:   https://www.silikonypolskie.pl/
Author:      Arcus Soft
Author URI:  https://arcussoft.com.pl
Description: Dedykowany motyw dla strony Zakładu Chemicznego Silikony Polskie Sp. z o.o.
Version:     2.0.0
License:     All rights reserved
Text Domain: silikony
*/

.aniversary {
    position: fixed;
    top: 50%;
    left: 50%;
    height: auto;
    background: #fff;
    z-index: 30000;
    max-width: 500px;
    padding: 20px;
    transform: translate3d(-50%, -50%, 0);
    padding: 30px 15px 15px 15px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    display:none;
}

.aniversary.active {
	display:block;
}
.aniversary__logo img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.aniversary__logo{
	margin-bottom:20px;
}

.aniversary__years img {
    display: block;
    max-width: 50%;
    margin: 0 auto;
}

.aniversary__close {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 26px;
    height: 26px;
    display: block;
    cursor:pointer;
}

.aniversary__close::after, .aniversary__close::before {
	height:2px;
	width:100%;
	position:absolute;
	top:14px;
	left:0;
	background:#333;
	content:"";
	display:block;
	transform:rotate(45deg);
}
.aniversary__close::before {
	transform:rotate(-45deg);
}

.info{
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 12px 30px 12px 12px; 
    background: rgba(255,255,255,0.8);
    font-weight: 800;
    width:100%;
right:0;
}

.info:hover{
    color:#ffcb09;
    

}

.home .fixed-bg{
    position:relative;
}

.download-btn{
display:block;}

.product__slider img{
    max-height: 300px;
    width: auto;
    margin: 0 auto;
    display: block;
    float: none;
}

a.thumb__link .thumb__photo{
	height:60%;
	width:60%;
	top:20%;
	left:20%;
}
a.thumb__link .thumb__img{
	background:#fff;
}

.page-template-template-download .download__sort .sort__options .options__item{
	min-width:20%;
	width:auto;
	padding-left:10px;
	padding-right:10px;
}
.page-template-template-download .download__sort .sort__options .options__item:nth-child(5){
	border-right:2px solid #fecc00;
}

.page-template-template-download .download__sort .sort__options .options__item:last-child{
	border-top:0px solid #fecc00;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto;
}