.footer 
{
    width: 100%;
    bottom: 0px;
    position: absolute;
    font-size: 11pt;
    color: #000;
    z-index: 10;
    left: 0;
}

.footer .bottom_panel,
.footer 
{
    background-color: #ECECEC;
}

@media ( max-width: 767px )
{
    .footer
    {
        padding-top: 0;
    }
}

.companyData .companyName {
    font-weight: bold;
}
.companyData > div {
    margin-bottom: 10px;
}
.companyData img {
    margin-bottom: 30px;
}
.companyData {
    margin-top: 30px;
}


.footer .title {
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-align: left;
    font-size: 18px;
    font-family: "Lato",sans-serif;
}

@media ( min-width: 768px ) and ( max-width: 991px )
{
    .footer .title
    {
        margin-top: 20px;
    }
}

@media ( max-width: 767px )
{
    .footer .title
    {
        margin-top: 30px;
    }
}



.footer .menu_links_block ul.fa-ul
{
    margin-left: 25px;
}


.newsletter_add_panel > div > .form-control {
    display: block;
    width: 280px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin: auto;
    border: none;
    border-bottom: 3px solid #000;
    box-shadow: none;
}


.footer .newsletter_add_panel
{

    margin-top: -10px;
    color: #fff;
    text-align: center;
}

.footer .newsletter_add_panel .info {
    font-size: 21px !important;
    margin-bottom: 10px;
    font-family: 'Lato' ,sans-serif;
}

.footer .newsletter_add_panel > div
{
    margin-top: 15px;
}

.footer .newsletter_add_panel > div:first-child
{
    margin-top: 0;
}
@media (max-width: 768px)
{
    .footer .newsletter_add_panel > div:first-child
    {
        text-align: center;
        font-size: 18px !important;
    }
    #control {
    width: 200px;
}

}

.footer .newsletter_add_panel button {
    background-color: #000;
    color: #fff;
    border: none;
    margin: auto;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    height: 50px;
}





.footer .social_links_panel a
{
    vertical-align: middle;
    margin-left: 20px;
}

.footer .social_links_panel a:hover
{
    vertical-align: middle;
    margin-left: 20px;
}

.footer .social_links_panel a:first-child
{
    margin-left: 0;
}

.footer .social_links_panel .icon_hover
{
    font-size: 18pt;
}

.footer .social_links_panel .facebook
{
    font-size: 18pt;
}

.footer .social_links_panel a:hover.facebook
{
    color: #3b5998 !important;
}

.footer .social_links_panel .instagram
{
    font-size: 22pt;
}

.footer .social_links_panel a:hover.instagram
{
    color: #e23960 !important;
}




.footer li:first-child {
    margin-top: 15px;
}
.footer li {
    margin-bottom: 15px;
}

.footer .bottom_panel
{
    text-align: center;
margin-top: 20px;
}

.footer .bottom_panel .bottom_links
{
    padding: 5px;
}

.footer .bottom_panel .bottom_links a
{
    font-size: 9pt;
    font-weight: bold;
    color: #fff !important;
    
}

.footer .bottom_panel .bottom_links .icon2
{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 3px;
    
}

.footer .bottom_panel .copyright
{
    font-size: 9pt;
    color: #000 !important;
    padding: 5px;
    
}

@media ( max-width: 767px )
{
    .footer .bottom_links a
    {
        text-align: center;
        display: block;
        padding: 5px;
    }
}





.footer .shipping_icons img
{
    margin-bottom: 10px;
}

.footer .payment_icons img
{
    margin-bottom: 10px;
}

.newsletter_add_container {
    position: absolute;
    top: 0;
    left: 0;
    height: 240px;
    background-color: var(--kolor-drugo-planowy);
    right: 0;
    padding-top: 15px;
        width: 100%;
}
.form-control
{
    background-color: #fff;
}

.newsletter_add_panel .info {
    text-align: left;
    padding: 15px;
    font-size: 17px !important;
    font-weight: bold;
    text-transform: uppercase;
}
.sign-in {
    display: inline-flex;
    margin-top: -10px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000 !important;
}
#control
{
    border: 2px solid #000;
    background-color: #fff;
    height: 50px;
}
#control:focus
{
    border-bottom: 2px solid #000;
}
.fa-li svg, .text2
{
    transition: .2s all;
}
.fa-ul > li:hover > .fa-li svg, .fa-ul > li:hover > a > .text2 {
    color: var(--kolor-drugo-planowy);

}
.fa-ul > li:hover > .fa-li svg
{
    transform: translateX(3px);
}
a:hover
{
    text-decoration: none !important;
}
@media (min-width:769px)
{
    .sign-in {
    display: inline-flex;
    margin-top: -10px;
    width: 100%;
    margin-left: 5%;
}
 .sign-in div:first-child{
    width: 60%;
}
 .sign-in div:nth-child(2){
    width: 30%;
}
}
@media (max-width:991px) and (min-width:769px)
{
   .sign-in {
    width: 95%;
    margin-left: 5%;
} 
 .sign-in div:first-child{
    width: 60%;
}
 .sign-in div:nth-child(2){
    width: 35%;
}
}
