/*--------------------------------------------------------------
# Main style & custom components
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;600;700;800&display=swap');

body {
    margin: 0;
    background: #fff;
    color: #111;
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.62857;
}


a {
    color: #ed1c24;
    transition: .2s ease-in-out;
    background-color: transparent;
}

a:active,
a:hover {
    color: #ed1c24;
    outline: 0;
    text-decoration: none;
}


input[type="submit"] {
    width: auto;
}

input[type="submit"]:hover {}

.more {
    line-height: 44px
}

.more a,
.entry-content input[type="submit"],
input[type="submit"],
.footer-widget input[type="submit"] {
    transition: .2s ease-in-out;
    background: #434345;
    border: none;
    padding: .9rem 1.25rem;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .85rem
}

.more a:hover,
.entry-content input[type="submit"]:hover,
input[type="submit"]:hover,
.footer-widget input[type="submit"]:hover {
    background: #ed1c24;

}

.more a .fad {
    padding-left: 1rem;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.mastheader {
    padding: 1.5rem 0;
}

.logo {
    height: auto;
}

.logo img {
    max-height: 44px;
}

.navbar {
    margin: 0;
    padding: 0;
}

.mastheader .more a .fad {
    padding-right: 1rem;
    padding-left: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #111;
    margin: .5625rem 2rem 0 2rem;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ed1c24
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open > .nav-link {
    color: #ed1c24
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
}

.quick-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: .3rem;
}

.quick-link > * {
    margin-left: 1.15rem;
}

.quick-link > * {
    font-size: 1.4rem;
}

.fb .fab {
    color: #2962ff
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

#slider {}

#slider .item {
    padding: 10rem 0;
}

#slider .box {
    position: relative;
    z-index: 999;
}

#slider .item h2 {
    margin: 0;
    font-weight: 700;
    font-size: 3.4rem;
    color: #fff;
}

#slider .item h3 {
    margin: .25rem 0 2rem;
    font-weight: 500;
    font-size: 1.2rem;
    color: #ed1c24;
    text-transform: uppercase;
}

#slider .item h4 {
    margin: 0;
    font-weight: 700;
    font-size: 1rem;
    color: #111;
}

#slider .item .extra-txt {
    font-size: 1rem;
    margin: 0 0 5rem;
    font-weight: 300;
    letter-spacing: 0px;
    color: #eaeaea;
    max-width: 45%;
}

#slider .mask {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(120deg, rgb(0 0 0) 0%, rgb(0 0 0 / 27%) 50%, rgb(0 0 0 / 0%) 80%);
    top: 0;
    left: 0;
}

#slider .owl-controls {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%, -50%)
}

#slider .owl-controls .owl-page span {
    width: 1rem;
    height: .5rem;
    margin: 0 .5rem;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #fff;
    transition: .2s ease-in-out;

}

#slider .owl-controls .owl-page.active span,
#slider .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    width: 3rem;
}

.top {
    position: relative;
}

.scroll-down {
    position: absolute;
    bottom: -22px;
    line-height: 43px;
    right: 5rem;
}

.scroll-down a {
    background: #ed1c24;
    text-align: center;
    color: #fff;
    padding: .75rem 1.05rem;
    border-radius: 50px;
    margin-right: .5rem;
    transition: .2s ease-in-out;
}

.scroll-down a:hover {
    background: #111;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.offer {
    padding: 6.25rem 0;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    margin: 0 0 .5rem;
    font-weight: 800;
    font-size: 1.8rem;
}

.section-title p {
    font-size: 1.1rem;
    max-width: 55%;
    margin: 0 auto 2rem auto;
}

.cta {
    background: #fff;
}

.cta h3 {
    margin: 1rem 0 .5rem;
    font-weight: 700;
    font-size: 1.8rem;
}

.cta p {
    font-size: 1.1rem;
    max-width: 85%;
    margin-bottom: 0;
}

.phone-contact {
    background: url('https://www.carshop.limanowa.pl/wp-content/uploads/2021/08/cta.jpg') center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 3rem;
    color: #fff;
    font-size: 3rem;
}

.phone-contact a {
    color: #fff;
    font-weight: 700;
}

.phone-contact .fas {
    font-size: 2.6rem;
    padding-right: 1rem;
}

.gmap {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .2s ease-in-out;
    margin: 0;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/


.page-title {
    background: url(https://www.carshop.limanowa.pl/wp-content/uploads/2021/08/pt-cs.jpg) center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8rem 0;
    position: relative;
    text-align: center;
}


.page-title .mask {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(120deg, rgb(237 28 36 / 78%) 0%, rgb(0 0 0 / 74%) 50%, rgb(0 0 0 / 0%) 80%);
    top: 0;
    left: 0;
}

.page-title .container-mid {
    position: relative;
    z-index: 999;
}

.page-title h1 {
    font-size: 2.5rem;
    margin: 0;
    color: #fff;
    font-weight: 700;
}

.page-title h3 {
    margin: 0rem;
    font-weight: 500;
    font-size: 1.1rem;
    color: #c8c8c8;
    text-transform: uppercase;
}

.page-wrapper {}

body.product-template-default #main,
.entry-page {
    padding: 6rem 0;
    background: #fff;
}

body.page-id-16 .offer {
    padding: 0;
}

.entry-content {}

.entry-content h2 {
    font-weight: 700;
    margin: 2rem 0 1rem;
    font-size: 1.6rem;
}

.entry-content p {}

.entry-content p:last-child {
    margin-bottom: 0
}

.entry-content label {
    font-weight: 700;
    font-size: .9rem;
}

.entry-content p label {
    margin-top: .5rem;
}

.entry-content table td {
    border: 1px solid #eee;
    padding: 1rem;
}

.entry-content input,
.entry-content textarea {
    border: 1px solid #ddd;
    border-radius: 0;
}

.entry-content textarea {
    margin-top: 1.5rem;
}

.wpcf7 p {
    font-size: .9rem;
}

.thumb-img {
    position: relative;
}

.thumb-img img {
    transition: .25s ease-in-out;
}

.thumb-img .ti {
    padding: 2rem 1rem;
    background: #ffffff;
    text-align: center;
    border: 1px solid #eaeaea;
}

.thumb-img .ti img {
    height: auto;
    max-height: 240px;
    object-fit: contain;
}

.thumb-img img:hover {
    opacity: .7
}


.pwa-price {
    margin: 0 0 3rem;
    color: #ed1c24;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1rem;
    text-align: center;
}



.thumb-img:hover .price {
    background: #111;
}

.offer h3.entry-title,
.pw-offer h3.entry-title {
    margin: 1rem auto 0.5rem auto;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    max-width: 75%;
}

.offer h3.entry-title a,
.pw-offer h3.entry-title a {
    color: #010101;
}

.offer h3.entry-title a:hover,
.pw-offer h3.entry-title a:hover {
    text-decoration: underline
}

.pw-archive article {
    margin: 0 0 2rem 0;
}

.pw-archive h2.entry-title {
    font-size: 1.2rem;
    margin: 1rem 0 2rem 0;
}


.pw-archive h2.entry-title a {
    color: #111;
}

.offer-navi {
    background: #434345;
    padding: 1rem;
    margin-bottom: 3rem;
}

.offer-navi ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.offer-navi ul li {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 2rem;
}

.offer-navi ul li a {
    color: #fff;
}

.offer-navi ul li a:hover {
    color: #c7c7c7;
}

.search-box {
    background: url(https://www.carshop.limanowa.pl/wp-content/uploads/2021/08/sb-bg.jpg) center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 3rem;
    padding: 6rem 3rem;
    text-align: center;
    position: relative;
}

.search-box .search-form {
    z-index: 999;
    position: relative;

}

.search-box h2.sb-heading {
    z-index: 999;
    position: relative;
    font-size: 2rem;
    margin: 0 0 1rem;
    color: #fff;
    font-weight: 700;
}

.search-box .mask {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(120deg, rgb(237 28 36 / 78%) 0%, rgb(0 0 0 / 75%) 50%, rgb(0 0 0 / 79%) 80%);
    top: 0;
    left: 0;
}

.search-box input[type="search"] {
    border: 1px solid #ddd;
    border-radius: 0;
    min-width: 360px;
}

.search-box input[type="submit"] {
    padding: .6rem 1.25rem;
    margin-left: 1rem;
    border-radius: 0;
}

.page-navi {
    text-align: center;
    margin-top: 3rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #ed1c24;
    padding: .5rem .75rem;
    margin: 4px;
    background: #ed1c24;
    color: #fff;
    transition: .25s ease-in-out;

}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #000;
    background: #010101;
}

.pw-single h2.product-title {
    font-size: 3.4rem;
    margin: 0 0 0rem 0;
}

#sp h1 span {
    font-size: 1rem;
    font-weight: 300;
    margin: 0 0 0 2rem;
    background: #ed1c24;
    padding: .2rem .4rem;
    position: absolute;
    top: .65em;
}

.sp-sku {
    font-size: 1rem;
    font-weight: 300;
    margin: 0 0 3rem;
    font-weight: 700;

}

.sp-sku span {
    background: #ddd;
    padding: .2rem .4rem;

}

.sp-price {
    margin: 0 0 2rem;
    color: #ed1c24;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
}

.sp-form {
    margin-top: 3rem;
    background: #f4f4f4;
    padding: 2rem;
}

.sp-form h3.spf-heading {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 1.5rem 0;
}

.sp-form textarea {
    max-height: 120px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    padding: .5rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
    padding: .5rem;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: .75rem;
    font-weight: normal;
    display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer-wrapper {
    background: url('https://www.carshop.limanowa.pl/wp-content/uploads/2021/08/fw-bg.jpg') center center;
    padding: 18rem 0 6.25rem;
    margin-top: -11.75rem;
}


.footer-widget {
    padding: 0rem 0 6.25rem;
    color: #cacaca;
}

.footer-widget h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 1rem;
    color: #fff;
}

.footer-widget p {
    margin: 0 0 1rem;
}

.footer-widget .widget {
    margin: 0;
}

.footer-widget .widget p:last-child {}

.footer-widget a {}

.footer-widget .nav-link {
    padding: .5rem 0;
    margin: 0 .5rem;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.footer-widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-widget ul li {
    margin: 0 0 .75rem;
    padding: 0;
}

.footer-widget ul li::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0da";
    padding-right: 1rem;
    color: #ed1c24;
}

.footer-widget .nav-link:hover {
    padding-left: .75rem;
}

.footer-widget ul.menu > *:last-child .nav-link {
    border-bottom: 0;
}

.footer-widget input {
    border: 1px solid #ddd;
    border-radius: 0;
}

.footer-widget textarea {
    max-height: 100px;
    margin-top: 1rem;
    border: 1px solid #ddd;
    border-radius: 0;
}

.footer-widget input[type="submit"] {
    border: 1px solid #ed1c24;
}

.footer-widget input[type="submit"]:hover {
    border: 1px solid #111;
}

#block-8 a {
    color: #fff;
}

#block-9 {
    text-align: right;
}

#block-9 .fab {
    color: #1877f2;
    font-size: 1.4rem
}

.footer-bottom {
    background: transparent;
    padding: 0rem 0 0rem;
    color: #cacaca;
    font-size: .85rem
}

.footer-bottom .footer-credits {
    margin-bottom: 0;
    text-align: center;
}

.footer-bottom .footer-author {
    text-align: center;
}

.footer-bottom .footer-credits a,
.footer-bottom a,
.footer-bottom .footer-author a {
    font-weight: 500;
}

.footer-bottom .footer-credits a:hover,
.footer-bottom a:hover,
.footer-bottom .footer-author a:hover {}

.scroll-top {
    text-align: center;
    margin-top: 1rem;
}

.scroll-top a .fad {
    padding-left: .5rem;
}
