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

.embd-row{
    margin-top: 100px;
}

.embd-sub-row h2{
    float: left;
    font-weight: 600;
    font-size: 27px;
}

.embd-sub-row{
    margin-bottom: 20px;
}

.embd-price-heading{
    float: left;
    text-align: right;
    line-height: 18px;
}

.embd-price-heading h3{
    margin-bottom: 0px;
    color: #E92C2C;
    font-size: 24px;
    padding-top: 5px;
}

.embd-price-heading p{
    font-size: 12px;
    float: left;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 15px;
}

.embd-price{
    float: left;
    line-height: 65px;
    color: #CDCED4;
    position: relative;
}

.embd-cut-price{
    position: absolute;
    bottom: -17px;
    left: 12px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
}

.embd-price strong{
    font-size: 70px;
    margin-left: 3px;
    font-weight: 500;
    color: #E92C2C;
    padding-top: 2px;
    float: left;
}

.embd-price sub{
    bottom: -18px;
    font-size: 22px;
    font-weight: 500;
}

.embd-desc{
    font-size: 12px;
    font-weight: 500;
    color: #888990;
}

.cat-row{
    margin-top: 80px;
}

.cat-row h1{
    font-size: 74px;
    font-weight: 700;
    color: #CECFD4;
    margin-bottom: 20px;
}

.cat-a-row{
    padding-left: 15px;
    padding-right: 15px;
}

.cat-a-row a{
    float: left;
}

.cat-a-row a p{
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;
}

.embd-options{
    margin-top: 100px;
    margin-bottom: 60px;
}

.embd-options i{
    float: left;
    font-size: 46px;
    padding-top: 15px;
    padding-left: 4px;
    color: #E92C2C;
}

.embd-options h2{
    float: left;
    font-weight: 600;
    font-size: 27px;
}

.embd-options p{
    font-size: 12px;
    font-weight: 500;
    color: #888990;
}

.embd-options p strong{
    color: black;
}

.hide-in-xs{
    display: block;
}

.show-in-xs{
    display: none;
}

@media (min-width:992px) and (max-width:1199px){

    .embd-sub-row h2 {
        float: left;
        font-weight: 600;
        font-size: 22px;
    }
    .embd-price-heading h3 {
        margin-bottom: 0px;
        color: #E92C2C;
        font-size: 18px;
        padding-top: 3px;
    }
    .embd-price-heading p {
        font-size: 12px;
        float: left;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 12px;
    }
    .embd-price sub {
        bottom: -13px;
        font-size: 18px;
        font-weight: 500;
    }
    .embd-price strong {
        font-size: 52px;
        margin-left: 3px;
        font-weight: 500;
        color: #E92C2C;
        padding-top: 1px;
        float: left;
    }
    .embd-price {
        float: left;
        line-height: 50px;
        color: #CDCED4;
    }
    .embd-options h2 {
        float: left;
        font-weight: 600;
        font-size: 22px;
    }
    .cat-row h1 {
        font-size: 65px;
        font-weight: 700;
        color: #CECFD4;
        margin-bottom: 30px;
    }

}

@media (min-width:768px) and (max-width:991px) {

    .embd-sub-row h2 {
        float: left;
        font-weight: 600;
        font-size: 16px;
    }
    .embd-price-heading {
        float: left;
        text-align: right;
        line-height: 18px;
    }
    .embd-price-heading h3 {
        margin-bottom: 0px;
        color: #E92C2C;
        font-size: 15px;
        padding-top: 2px;
    }
    .embd-price-heading p {
        font-size: 9px;
        float: left;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 8px;
    }
    .embd-price {
        float: left;
        line-height: 39px;
        color: #CDCED4;
    }
    .embd-price strong {
        font-size: 35px;
        margin-left: 3px;
        font-weight: 500;
        color: #E92C2C;
        padding-top: 0px;
        float: left;
    }
    .embd-price sub {
        bottom: -6px;
        font-size: 14px;
        font-weight: 500;
    }
    .cat-row h1 {
        font-size: 52px;
        font-weight: 700;
        color: #CECFD4;
        margin-bottom: 20px;
    }
    .cat-row {
        margin-top: 60px;
    }
    .embd-row {
        margin-top: 70px;
    }
    .embd-options h2 {
        float: left;
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 0;
    }
    .embd-options p {
        font-size: 12px;
        font-weight: 500;
        color: #888990;
        margin-top: 8px;
    }
    .options-row{
        display: flex;
        align-items: center;
    }
}

@media (min-width:576px) and (max-width:767px){
    .embd-sub-row{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .embd-resp-center{
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    .embd-sub-row h2 {
        float: left;
        font-weight: 600;
        font-size: 18px;
        margin-top: 6px;
        text-align: center;
    }
    .embd-price-heading h3 {
        margin-bottom: 0px;
        color: #E92C2C;
        font-size: 15px;
        padding-top: 5px;
    }
    .embd-price-heading p {
        font-size: 10px;
        float: left;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 10px;
    }
    .embd-price {
        float: left;
        line-height: 46px;
        color: #CDCED4;
    }
    .embd-price strong {
        font-size: 38px;
        margin-left: 3px;
        font-weight: 500;
        color: #E92C2C;
        padding-top: 2px;
        float: left;
    }
    .embd-price sub {
        bottom: -8px;
        font-size: 13px;
        font-weight: 500;
    }
    .embd-desc {
        font-size: 11px;
        font-weight: 500;
        color: #888990;
        text-align: center;
    }
    .cat-row h1 {
        font-size: 39px;
        font-weight: 700;
        color: #CECFD4;
        margin-bottom: 20px;
    }

    .embd-row{
        margin-top: 50px;
    }
    .cat-row {
        margin-top: 40px;
    }
    .embd-row {
        margin-top: 50px;
    }
    .embd-options h2 {
        float: left;
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 0;
    }
    .embd-options p {
        font-size: 11px;
        font-weight: 500;
        color: #888990;
        margin-top: 8px;
    }
    .options-row{
        display: flex;
        align-items: center;
    }

}

@media (min-width:320px) and (max-width: 575px){

    .embd-row {
        margin-top:  55px;
    }
    .cat-row h1 {
        font-size: 34px;
        font-weight: 700;
        color: #CECFD4;
        margin-bottom: 20px;
    }
    .embd-sub-row{
        display: flex;
        align-items: center;
    }
    .embd-sub-row h2 {
        float: left;
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 0;
    }
    .embd-resp-center{
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }
    .embd-price-heading {
        float: right;
        text-align: right;
        line-height: 18px;
    }
    .embd-price-heading h3 {
        margin-bottom: 0px;
        color: #E92C2C;
        font-size: 16px;
        padding-top: 2px;
    }
    .embd-price-heading p {
        font-size: 11px;
        float: left;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 12px;
    }
    .embd-price {
        float: right;
        line-height: 45px;
        color: #CDCED4;
        display: flex;
        align-items: center;
    }
    .embd-price strong {
        font-size: 48px;
        margin-left: 3px;
        font-weight: 500;
        color: #E92C2C;
        padding-top: 2px;
        float: left;
    }
    .embd-price sub {
        bottom: -12px;
        font-size: 16px;
        font-weight: 500;
    }
    .embd-desc {
        font-size: 11px;
        font-weight: 500;
        color: #888990;
        margin-bottom: 20px;
        margin-top: 7px;
    }
    .cat-row {
        margin-top: 40px;
    }
    .cat-a-row a {
        float: left;
        margin-bottom: 30px;
    }
    .embd-options {
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .embd-options h2 br{
        display: none;
    }
    .embd-options h2 {
        float: left;
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 0;
    }
    .embd-icon{
        width: 40px;
    }
    .embd-options p {
        font-size: 11px;
        font-weight: 500;
        color: #888990;
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .options-row{
        display: flex;
        align-items: center;
    }

    .hide-in-xs{
        display: none;
    }
    
    .show-in-xs{
        display: block;
    }
}