#header .header-inner #logo{
   display: flex; 
   align-items: center;
}
#header .header-inner #logo a > img{
    display: block;
    height: 40px;
}
#mainMenu nav > ul > li > a{
    font-size: 16px;
}

#mainMenu nav > ul > li .dropdown-menu > li > a{
    white-space: nowrap;
}

.shop .grid-item{
    padding-bottom: 0 !important;
}

.categories .product-image{
    background-image: url(../images/golfoil-logo.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-color: #d4efa9;
    height: 80px;
    font-size: 18px;
}

.categories .product-image a{
    padding: 0 80px 0 30px;
}

.categories .product-image a{
    color: #484848 !important;
    display: flex;
    align-items: center;
}

.product{
    margin-bottom: 30px;
}

.product .product-overlay{
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #ffffff;
    height: auto;
    line-height: 1.6;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

.footer-logo-bottom-text{
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 0.4px;
}

.footer-logo-bottom-text a{
    color: #777777 !important;
}

.footer-logo-bottom-text a:hover{
    color: #000000 !important;
}


#page-title img{
    position: absolute;
    top:0;
}

#page-title .container{
    position: relative;
    z-index: 99;
}

#page-title .overlay{
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

#page-title .page-title h1{
    font-weight: 600;
    margin-bottom: 0;
    color: #ffffff;
}

.whatsapp{
    background-color: #25d366;
    color: #ffffff !important;
    position: fixed;
    padding: 10px 20px;
    border-radius: 40px;
    z-index: 999;
    bottom: 26px;
    right: 26px;
    font-size: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.whatsapp i {
    font-size: 20px;
    margin-right:7px;
}

.contact-map{
    width: 100%;
}

.get-product-info h4{
    text-align: center;
    color: #777777;
    text-decoration: underline;
}

.get-product-info .get-product-info-inside{
    display: flex;
    justify-content: center;
}

.get-product-info .get-product-info-inside div{
    width: 40px;
    height: 40px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin:0 5px;
    cursor: pointer;
}

.get-product-info .get-product-info-inside div a{
    color: #ffffff !important;
}

.get-product-info .get-product-info-inside div:first-child{
    background-color: #cccccc;
}
.get-product-info .get-product-info-inside div:last-child{
    background-color: #25d366;
}

.contact-info a{
    color: #484848 !important;
}

.about-page p{
    font-size: 16px !important;
}

.about-page h3{
    margin-top: 30px;
}

.slide-captions h3{
    font-size: 44px !important;
    font-weight: 600;
    line-height: 1.2;
}


.flickity-slider .bg-overlay{
    opacity: 0.7;
}

.parallax-content .lead{
    font-size: 24px;
}

.breadcrumb{
    top: -10px;
    position: relative;
}

@media screen and (max-width: 768px) {
    #header .header-inner #logo{
        padding-left: 15px !important;
     }
     #header .header-inner #logo a > img {
         height: 24px;
         padding: 0;
     }
     #header{
         height: 60px;
         line-height: 60px;
     }
     #header .header-inner #logo {
        height: 60px;
     }
     #mainMenu-trigger{
         height: 60px;
     }
     .lines{
         top:0;
     }
     .inspiro-slider{
         height: 220px;
     }
     .slide-captions h3{
        font-size: 22px !important;
     }
     .product .product-overlay{
         font-size: 12px;
     }
     .widget a img {
        height: 31px;
     }
     .footer-logo-bottom-text{
        font-size: 14px;
     }
     .parallax-content .lead{
         font-size: 18px;
     }
     .parallax-content{
         padding-top: 40px !important; 
         padding-bottom: 40px !important; 
         
     }
     .parallax-container {
        background-size: 600px !important;
     }
  }