div.service-card.premium, div.card.coupon.premium {
    border: 1px solid #dfdfdf;
    transition: 0.4s;
}

div.service-card.premium.active-item {
    border: 2px solid #0e2c52;
}

.service-card:hover {
    filter: drop-shadow(1px 2px 6px #adb5bd);
    transition: all 0.4s ease-in-out;
}

.service-card .similar {
    border-top: 2px solid #f0f0f0;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 0.5rem 0.75rem 0 0.75rem;
    text-overflow: ellipsis;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.service-card .tags {
    text-overflow: ellipsis;
    height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #999;
}

h2 strong {
    font-weight: 700;
}

h1 {
    font-weight: 700;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
}

@media (min-width: 576px){
    .container {
        max-width: 715px;
    }
}
@media (min-width: 768px){
    .container {
        max-width: 1040px;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .container {
        max-width: 1280px;
    }
}

.service-card .description {
    color: #666;
    text-overflow: ellipsis;
    height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.img-full {
    width: 100%;
    height: 100%;
}

h3.service-card-name a {
    color: #333;
}

.wrapper .price b {
    font-size: 1.2rem;
    color: #A10035;
    font-weight: 800;
}

.wrapper .products p {
    color:#901821;
    font-size: 1rem;
}

#ui-id-1 {
    z-index: 1000;
}

.page-contact-row .page-contact-label {
    font-weight: 600;
}

h1.product-title {
    color:#333;
    font-weight: 300;
    font-size: calc(1.2rem + 1.2vw);
}

.input-group .input-group-addon [type="submit"], .input-group .input-group-addon button {
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-search {
    padding: 0 28px;
    line-height: 48px;
    background: #ffd640;
    color: #0e2c52;
    font-weight: 700;
}

.btn-search:hover, .input-group-addon .btn-search:active {
    color: #0e2c52;
    background-color: #dfdfdf;
    border-color: #dfdfdf;
}
/*coupon*/
.coupon .side .label {
    background-color: #901821 ;
    display: block;
    border-radius: 10px;
    text-align: center;
    color: #F7F0DA;
    font-weight: 500;
}
.coupon .side-panel {
    text-align: center;
}
.coupon .shop {
    font-weight: 600;
}
.coupon .title {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0;
    text-overflow: ellipsis;
    height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.coupon .expiration, .coupon .count {
    font-weight: 700;
}
.coupon .expiration span, .coupon .count span {
    vertical-align: middle;
}
.coupon .coupon-description {
    font-size: 1.0rem;
    line-height: 1.2;
    text-overflow: ellipsis;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.coupon.card{
    filter: drop-shadow(1px 1px 1px #adb5bd);
}
.coupon.card:hover{
    filter: drop-shadow(1px 2px 6px #adb5bd);
    transition: all 0.4s ease-in-out;
}
@media (min-width: 768px){
    .coupon .dashed {
        border-left: 2px dashed lightgrey;
    }
}
@media (max-width: 767px){
    .coupon .dashed {
        border-top: 2px dashed lightgrey;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .coupon .btn_4 {
        margin-top: 1.0rem !important;
    }
    .d-sm-none {
        display: none;
    }
    .coupon .title {
        height: 76px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}
.coupon #copy_button.copied {
    background-color: darkgreen;
    color: white;
}
.coupon #coupon_code.form-control.copied {
    border: 2px solid darkgreen;
}

dt {
    float: left;
    clear: left;
    text-transform: uppercase;
}
dd {
    float: right;
}
.product-details .price {
    font-size: 1.25rem;
    color: #333333;
    font-weight: 800;
}
.price h4 {
    color: #333333;
}
.product-details .card {
    background-color: white;
    border: 2px solid #0e2c52;
}
.product-details .description-list {
    /*font-size: 1.0rem;*/
    font-weight: bold;
}
@media (min-width: 768px){
    .product-landing-image {
        max-height: 350px; max-width: 350px;
    }
}
@media (max-width: 767px){
    .product-landing-image {
        max-height: 290px; max-width: 290px;
    }
}
#product_description_toggle{
    text-align: center;
    cursor: pointer;
    color: #A10035;;
}
.category-short-description p {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .hide-on-mobile {
        display: none!important;
    }
}