.product-section .product-wrapper .product-block .product-details .product-name { min-height: 80px; }
.premium-section .premium-wrapper .medium-4 ul li {
    text-align: left;
    list-style: none;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding-top: 4px;
}

.inner-banner-section .container .inner-banner-content.no-padding{
	padding: 0px 15px 0px 0px;
}

a.product-btn, a.product-btn:visited {
    width: 100%;
    display: inline-block;
    margin: 10px 0px 10px 0px;
    padding: 30px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
}

a.product-btn:nth-of-type(1){
	margin-top: 30px;
}

a.product-btn:hover{
	text-decoration: none;
}


img.product-button-logo {
    width: auto;
    height: 35px;
}

a.product-btn p {
    color: #fff;
    /* text-align: right; */
    vertical-align: top;
    position: relative;
    /* display: inline-block; */
    /* float: right; */
    /* margin: 10px 0px 0px 0px; */
}




.footer-container
{
    margin-bottom: 72px;
}

.contact_us_footer
{
    display: block;
    background-color: #004066;
    text-align: center;
    margin: 0 auto;
    width: 100%; height: 72px;
    z-index: 9999;
}

.contact_us_footer a
{
    padding: 24px;
    width: 72px; height: 72px;
}

.contact_us_footer a span
{
    font-size: 0;
    visibility: hidden;
}

.contact_us_footer svg
{
    width: 24px; height: 24px;
}


@media only screen and (min-width: 768px)
{
    .footer-container { margin-bottom: 0; }
    .contact_us_footer
    {
        background-color: transparent;
        top: 210px; right: 0;
        width: 72px;
    }
    .contact_us_footer a
    {
        margin-bottom: 7px;
    }
}


button, input[type=button], input[type=reset], input[type=submit]
{
    background-color: #004066;
}

.category-filters .form-submit
{
    text-align: center;
}

.category-filters .form-submit button, input[type=button], input[type=reset], input[type=submit]
{
    font-size: 18px;
}

.tax-product_cate .product-top
{
    margin-bottom: 20px;
}

.product-section .product-wrapper .tabs-content .parent-tab .alm-btn-wrap .alm-load-more-btn
{
    background-image: none !important;
    border-radius: 0;
}


a.product-btn, a.product-btn:visited
{
    border-radius: 0;
    padding: 10px 20px 10px 10px;    
}

a.product-btn p
{
    font-size: 28px;
    font-weight: bold;
}


.product-detail-section .offer-section,
.product-detail-section .offer-section ul,
.product-detail-section .offer-section ul li
{
    display: block;
}

.product-detail-section .offer-section
{
    margin: 20px 0 40px;
}

.product-detail-section .offer-section ul li
{
    margin: 10px 0;
}

.product-detail-section .offer-section .img-container
{
    text-align: center;
    width: 40px;
}

.product-detail-section .product-details .product-functionality ul
{
    margin-bottom: 40px;
}

.button-group
{
    margin-bottom: 50px;
}

.product-functionality .button-group
{
    margin-top: 30px;
}

.product-detail-section .product-details .product-name h1
{
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 700;
}

.product-detail-section .product-details h2
{
    font-size: 27px;
}


.ajax_remove_result {
    align-self: flex-start;
}


.disabled-compare-btn {
    opacity: 0.5;
    cursor: not-allowed;
}

.product-section .product-wrapper .tabs-content #panel-compare
{
    min-height: 1025px;
}

.product-section .product-wrapper .product-block .product-details .product-functionality ul li:before
{
    display: none;
}

.product-section .product-wrapper .product-block .product-details .product-functionality ul li
{
    padding: 0;
}


header .container .header-wrapper .right-header .header-contact svg
{
    display: inline-block;
    height: 15px;
    margin: 0 5px 0 10px;
    vertical-align: middle;
    width: 15px;
}



.splide__list
{
    margin: 0;
}

.splide__list .splide__slide
{
    list-style-type: none;
    margin: 0;
}


.button
{
    background-color: #1779ba;
    color: #fefefe;
}

.button:hover
{
    color: #004066;
}

p a { text-decoration: underline; }
p a:hover { text-decoration: none; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output
{
    border-color: #9AC655;
    background-color: #9AC655;
    color: #010101;
    padding: 1rem;
}

.wpcf7 form .wpcf7-response-output
{
    margin: 2em 0 1em;
}