.card-product .product-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    min-height: 45px;
}
.pagination {
    padding-bottom: 25px;
}
.footer-container .footer__submenu li,
.footer-container .footer__submenu.account-list  {
    line-height: 30px;
}
body .social-share-btn {
    background-color: #2bbfeb;
}
body#cms section#content img {
    max-width: 100%;
    height: auto;
}
body .psgdprinfo17 {
    float: left;
}
section#wrapper {
        flex-grow: 1;
}
body#cms section#content div h3 {
    margin-top: 11px;
}
main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
span.about-bottom-content {
    display: block;
    margin: 9px 0;
}
.page-order-confirmation table img{
    max-width: 100%;
}

@media(min-width: 768px) {
    body#cms section#content table tr td {
        padding: 0 10px;
    }
}

@media(min-width: 992px) {
    .menu-top {
        flex-wrap: wrap;
    }
    .menu-top > .category > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media(min-width: 1199px) {
   .menu-top > .category > a {
        padding-left: 15px;
        padding-right: 15px;
    } 
} 


@media(max-width: 1024px) {
    body#cms .page-wrapper--cms p span[style*="#2c9ffd"]{
        font-size: 0;
    }
    body#cms .page-wrapper--cms p span[style*="#2c9ffd"] span[style*="#f5a623"]{
        font-size: 16px;
    }
}

@media(max-width: 992px) {
    body#cms section#content table, body#cms section#content table tr, body#cms section#content table tr td {
        display: block;
        width: 100% !important;
            height: auto !important;
    }
    body#cms section#content table img {
        margin-top: 13px;
    }
    .page-content--product .product-thumbs {
        margin-bottom: 25px;
    }
}

@media(max-width: 767px) {
    body#cms section#content table img {
        width: 100%;
    }
    .psgdprinfo17 a {
        margin-bottom: 7px;
    }
    section#order-summary-content table.table.table-bordered tr td {
        padding-bottom: 0;
        padding-top: 0;
        border: 0;
        font-size: 15px;
    }
    section#order-summary-content table.table.table-bordered tr td.carrier-delay {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    section#order-summary-content table.table.table-bordered tr {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 16px;
        margin-top: 16px;
        align-items: center;
    }
    section#order-summary-content div#order-items h3.table__title-head {
        display: none;
    }
    body .order-confirmation-table .details{
        flex: 0 0 75%;
        max-width: 75%;
    }
    body .order-confirmation-table .qty {
        flex: 0 0 100%;
        max-width: 100%;
    }
    body#cms section#content table tr td img {
        margin-bottom: 8px;
    }
}