
/*=====HOME-PAGE========*/
.page-header.type16 .nav-sections {
    color: #777;
    margin-bottom: 0px;
    text-align: center;
}



a:hover{
    color: #777;
}

/*=====SIDEBAR======*/

a.nav-sections-item-switch {
    display: none;
}

a:visited, .alink:visited {
    color: #777;
    text-decoration: none;
}

/*=====PRODUCT-PAGE======*/
.additional-attributes-wrapper {
    padding: 25px;
    background: #e3e3e3;
    color: #000;
    float: right;
}

.product-info-main .product-info-price .old-price .price-wrapper .price{
    font-size: 18px !important;
    }

/*====BLOG-STYLES====*/

.post-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.page-main>.page-title-wrapper .page-title {
    font-size: 24px;
    font-weight: bold;
}
.post-entry {
    overflow: hidden;
    margin: 0 0 20px;
    display: grid;
}

.post-content {
    padding-top: 30px;
    font-size: 16px;
}

.sidebar.sidebar-main:before{
    content: none;
}

.fotorama__caption__wrap {
    background-color: #fff;
    padding: 5px 10px;
    display: none !important;
}

/*===FOOTER/SOCIAL===*/

.social-logos {
    margin: 0 auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon {
    padding: 15px;
}

.footer-bottom {
    background-color: #121214 !important;
}

.footer-bottom address {
    color: #fff !important;
}
.product.attribute.description {
    float: left;
    width: 50%;
    position: absolute !important;
}
.additional-attributes-wrapper {
    padding: 25px;
    background: #E9E9E9;
    color: #000;
    float: right;
    margin-top: 0px !important;
}


@media (min-width: 991px) { 
    .block-search {
        position: relative;
        margin-left: 40px;
        width: 60% !important;
        z-index: 4;
        display: inline-block;
        vertical-align: middle;
    }
}

@media (max-width: 768px){
    .logo img {
        display: block;
        max-height: 50px;
        width: auto;
    }
    .product.attribute.description {
        float: left;
        width: 100%;
        position: inherit !important;
    }
}
