@media ((max-width: 976px) and (min-width: 976px)) {
    .header-layout1 .header-social {
        display: none;
    }
}

@media ((max-width: 1200px) and (min-width: 991px)) {
    .header-layout1 .header-social {
        display: none;
    }
    .header-layout1 .sticky-active.active .main-menu>ul>li {
        margin-right: 2px;
    }
}

@media ((min-width: 1200px) and (max-width: 1300px)) {
    .header-links li {
        font-size: 14px;
    }
}

@media ((max-width: 990px) and (min-width: 767px)) {
    .header-right {
        display: flex;
        justify-content: space-between;
    }
    .header-layout1 .header-social {
        display: none;
    }
}

@media (max-width: 600px) {
    .header-right .header-social a {
        display: inline;
    }
}

@media (max-width: 575px) {
    .header-layout1.style3 .user-login a {
        padding: 0;
    }
}

#product_menu .offer-content .list-style1 ul li {
    color: #fff;
    font-size: 15px;
}

#pills-tabContent h3,
#pills-tabContent h4,
#product_menu h3,
#product_menu h4,
#about-body_contents h3,
.about-summary-section h3,
.blog-details h3 {
    font-size: 25px;
    margin: -0.25em 0 5px 0;
}

#pills-tabContent p,
#product_menu p,
#about-body_contents p,
.about-summary-section p,
.about-summary-section ul li,
.blog-details p {
    margin: 0 0 10px 0;
    line-height: 1.63;
    font-size: 15px;
}

.account-menu {
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    background: white;
}

.account-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.account-menu ul li {
    border-bottom: 1px solid #f2f2f2;
}

.account-menu ul li a {
    display: block;
    padding: 15px 20px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}

.account-menu ul li a:hover,
.account-menu ul li a.active {
    background-color: #f9f9f9;
    color: #f8242a;
    padding-left: 25px;
}

.account-menu ul li a i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.account-menu button.sideNavbtn {
    position: absolute;
    top: 25px;
    right: 17px;
    color: #fff;
    background: #ea2d3f;
    border: #ea2d3f;
    padding: 5px 11px;
    border-radius: 5px;
    display: none;
}

.account-menu {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .account-menu #sideNavbar {
        display: none;
    }
    .account-menu button.sideNavbtn {
        display: block;
    }
    .table>tbody>tr>td:first-child {
        width: 50%;
    }
}

.form_submit input {
    color: #333 !important;
}

#product-content1 h3 {
    font-size: 16px;
}

#product-content1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #eaeaea;
    font-family: Arial, sans-serif;
}

#product-content1 li {
    padding: 7px 10px;
    font-size: 13px;
    color: #333;
    border-bottom: 1px solid #eaeaea;
}

#product-content1 li:last-child {
    border-bottom: none;
}

#product-content1 li:nth-child(odd) {
    background-color: #f2f2f2;
    font-weight: 600;
}

#product-content1 li:nth-child(even) {
    background-color: #ffffff;
    font-weight: 600;
}

#menuRelated .blog-content p {
    font-size: 12px;
}

#menuRelated .blog-content {
    font-size: 18px;
    margin-bottom: 7px;
    padding: 5px 12px 17px 17px;
}

#menuRelated .blog-content .blog-meta {
    margin-bottom: 5px;
    color: #ea2d3f;
}

#menuRelated .blog-content .blog-meta a {
    font-size: 14px;
    display: block;
    margin-bottom: 0;
}

#menuRelated .blog-content .blog-title {
    font-size: 17px;
    margin-bottom: 9px;
    padding-bottom: 5px;
}

#menuRelated .vs-blog:hover .blog-content p {
    color: #fff;
}

#menuRelated .vs-blog:hover .blog-content {
    color: #fff;
}

#menuRelated .vs-blog:hover .blog-content p {
    color: #fff;
}