@import "/sites/www.deluxe.com/themes/custom/wasabi/css-components/font-awesome.min.css";
[v-cloak] {
  display: none;
}
.cart-title-line {
    margin: 0 13px 15px 13px;
}
.cart-title-line h1 {
    font-family: "Gotham A", "Gotham B";
    color: #000000;
    font-size: 30px;
    margin-bottom: 22px;
    margin-top: 1px;
}
body.new-responsive-page .move-left>.inner-wrap {
    transform: none;
}
body.new-responsive-page .move-left>.inner-wrap .right-off-canvas-menu {
    z-index: 1003;
    transform: translate3d(0,0,0);
    height: 100%;
}
@media only screen and (min-width: 40.063em){
    .cart-title-line {
        margin-left: 0;
        margin-right: 0;
        padding-top: 11px;
    }
    .cart-title-line .row {
        max-width: 703px;
        border-bottom: 1px solid #999999;
    }
    .cart-title-line .button {
        width: 167px;
    }
    .cart-title-line h1 {
        margin-top: 5px;
        margin-bottom: 37px;
    }
}
@media only screen and (min-width: 64.063em) {
    .cart-title-line {
        padding-top: 0;
    }
    .cart-title-line .row {
        max-width: 1178px;
    }
    .cart-title-line h1 {
        font-size: 35px;    
        margin-bottom: 22px;    
    }
    .cart-title-line .button {
        width: auto;
        margin-top: 14px;
    }
}
/* Start custom checkbox and radio */
.sign-up-wrap [type="radio"]:not(:checked), 
.sign-up-wrap [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}
.sign-up-wrap [type="radio"]:not(:checked) + label, 
.sign-up-wrap [type="radio"]:checked + label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    margin-left: 4px;
    font-size: 13.66px;
    font-weight: 300;
    margin-bottom: 6px;
    display: inline-block;
}
.sign-up-wrap [type="radio"]:not(:checked) + label:before, 
.sign-up-wrap [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #3fb7cb;
    background: #fff;
    border-radius: 50%;
}
.sign-up-wrap [type="radio"]:not(:checked) + label:after, 
.sign-up-wrap [type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 3px;
    font-size: 18px;
    line-height: 0.8;
    background: #3fb7cb;
    transition: all .2s;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
.sign-up-wrap [type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
.sign-up-wrap [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.sign-up-wrap [type="checkbox"]:not(:checked), 
.sign-up-wrap [type="checkbox"]:checked,
.login-form-wrap [type="checkbox"]:not(:checked), 
.login-form-wrap [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.sign-up-wrap [type="checkbox"]:not(:checked) + label, 
.sign-up-wrap [type="checkbox"]:checked + label,
.login-form-wrap [type="checkbox"]:not(:checked) + label, 
.login-form-wrap[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    vertical-align: top;
    font-size: 13.66px;
    font-weight: 300;
}
.sign-up-wrap [type="checkbox"]:not(:checked) + label:before, 
.sign-up-wrap [type="checkbox"]:checked + label:before,
.login-form-wrap [type="checkbox"]:not(:checked) + label:before, 
.login-form-wrap [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
}
.sign-up-wrap [type="checkbox"]:not(:checked) + label:before, 
.sign-up-wrap [type="checkbox"]:checked + label:before,
.login-form-wrap [type="checkbox"]:not(:checked) + label:before, 
.login-form-wrap [type="checkbox"]:checked + label:before {
    box-shadow: none;
    border: 1px solid #3fb7cb;
    background: #fff;
}
.sign-up-wrap [type="checkbox"]:not(:checked) + label:after, 
.sign-up-wrap [type="checkbox"]:checked + label:after,
.login-form-wrap [type="checkbox"]:not(:checked) + label:after, 
.login-form-wrap [type="checkbox"]:checked + label:after {
    content: '\2713';
    position: absolute;
    top: 3px;
    left: 4px;
    font-size: 18px;
    line-height: 0.8;
    color: #3C3C3C;
    transition: all .2s;
}
.sign-up-wrap [type="checkbox"]:not(:checked) + label:after, 
.sign-up-wrap [type="checkbox"]:checked + label:after,
.login-form-wrap [type="checkbox"]:not(:checked) + label:after, 
.login-form-wrap[type="checkbox"]:checked + label:after {
    content: "";
    background: #3fb7cb;
    width: 11px;
    height: 11px;
    display: inline-block;
    top: 4px;
    left: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.sign-up-wrap [type="checkbox"]:not(:checked) + label:after,
.login-form-wrap [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.sign-up-wrap [type="checkbox"]:checked + label:after,
.login-form-wrap [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
@media only screen and (min-width: 40.063em) { 
    .sign-up-wrap [type="radio"]:not(:checked) + label, 
    .sign-up-wrap [type="radio"]:checked + label {
        font-size: 16px;
        padding-left: 27px;
    }
    .sign-up-wrap [type="radio"]:not(:checked) + label:before, 
    .sign-up-wrap [type="radio"]:checked + label:before {
        left: 0;
        top: 1px;
        width: 20px;
        height: 20px;
    }
    .sign-up-wrap [type="radio"]:not(:checked) + label:after, 
    .sign-up-wrap [type="radio"]:checked + label:after {
        top: 5px;
        left: 4px;
        height: 12px;
        width: 12px;
    }
    .sign-up-wrap [type="checkbox"]:not(:checked) + label, 
    .sign-up-wrap [type="checkbox"]:checked + label{
        font-size: 16px;
        padding-left: 27px;
    }
    .sign-up-wrap [type="checkbox"]:not(:checked) + label:before, 
    .sign-up-wrap [type="checkbox"]:checked + label:before,
    .login-form-wrap [type="checkbox"]:not(:checked) + label:before, 
    .login-form-wrap [type="checkbox"]:checked + label:before {
        left: 0;
        top: 3px;
        width: 17px;
        height: 17px;
    }
    .sign-up-wrap [type="checkbox"]:not(:checked) + label:after, 
    .sign-up-wrap [type="checkbox"]:checked + label:after,
    .login-form-wrap [type="checkbox"]:not(:checked) + label:after, 
    .login-form-wrap [type="checkbox"]:checked + label:after {
        top: 5px;
        left: 2px;
        height: 13px;
        width: 13px;
    }
}
/* End custom checkbox and radio */

/* Start Custom Button */
.custom-continue {
    background: #00a9bf; /* Old browsers */
    background: -moz-linear-gradient(top, #00a9bf 0%, #0092aa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00a9bf 0%,#0092aa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00a9bf 0%,#0092aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a9bf', endColorstr='#0092aa',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-size: 13.66px;
    font-weight: 600;
    border-radius: 8px;
}
button.disabled.custom-continue, 
button[disabled].custom-continue, 
.button.disabled.custom-continue, 
.button[disabled].custom-continue {
    background: #e5e1d6; /* Old browsers */
    background: -moz-linear-gradient(top, #e5e1d6 0%, #dad5c9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e5e1d6 0%,#dad5c9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e5e1d6 0%,#dad5c9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e1d6', endColorstr='#dad5c9',GradientType=0 ); /* IE6-9 */
    color: #c8c3b8;
}
.button.gray-coupon-button{
    color: #000;
    font-size: 16px;
    background: #e4e0d5; /* Old browsers */
    background: -moz-linear-gradient(top, #e4e0d5 0%, #dad4c8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e4e0d5 0%,#dad4c8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e4e0d5 0%,#dad4c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e0d5', endColorstr='#dad4c8',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding-bottom: 10px;
    padding-top: 11px;
}
.button.red-checkout-button {
    font-size: 16px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding-bottom: 10px;
    padding-top: 11px;
    background: #d62b1f; /* Old browsers */
    background: -moz-linear-gradient(top, #d62b1f 0%, #c23830 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d62b1f 0%,#c23830 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d62b1f 0%,#c23830 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d62b1f', endColorstr='#c23830',GradientType=0 ); /* IE6-9 */
}
.button.hollow {
    background: transparent;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px #3fb7cb;
    box-shadow: inset 0 0 0 2px #3fb7cb;
    color: #3fb7cb;
    font-size: 15px;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (min-width: 40.063em) {
    .custom-continue {
        font-size: 16px;
    }
}
/* End Custom Button */

.sign-up-wrap {
    padding: 24px 21px 31px 21px;
    font-weight: 300;
}
.sign-up-wrap h2 {
    color: #555555;
    font-size: 36.71px;
    font-family: "Gotham A","Gotham B";
    margin-bottom: 15px;
    font-weight: 300;
} 
.sign-up-wrap h3 {
    font-size: 29.03px;
    font-family: "Gotham A","Gotham B";
    color: #555555;
    margin-bottom: 19px;
    font-weight: 300;
}
.sign-up-wrap .already-account-line {
    font-size: 12.81px;
}
.sign-up-wrap .billing-address-column {
    margin-top: 24px;
}
.sign-up-wrap .sign-up-one-line label {
    font-size: 13.66px;
    margin-bottom: 4px;
    font-weight: 300;
}
.sign-up-wrap .sign-up-one-line input,
.sign-up-wrap select,
.sign-up-wrap .select-contact-hide-box input,
.sign-up-wrap .select-contact-hide-box select {
    border-radius: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 12px;
    height: 28px;
    border: 1px solid #e6e6e6;
    box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.1);
    font-size: 13.66px;
    font-weight: 300;
    margin-top: 0;
}
.sign-up-wrap .payment-method-column {
    border-top: 2px solid #f9f9f9;
    margin-top: 20px;
    padding-top: 19px;
}
.sign-up-wrap .payment-method-column h3 {
    margin-bottom: 17px;
}
.sign-up-wrap .payment-method-column .payment-method-icons {
    height: 20px;
    margin-bottom: 10px;
}
.sign-up-wrap .payment-method-column .email-subscribe-inside {
    border-top: 1px solid #f3f3f3;
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 34px;
}
.sign-up-wrap .email-subscribe-radio-box label span {
    color: #999;
    line-height: 17px;
    display: inline-block;
    padding-top: 3px;
}
.sign-up-wrap .email-subscribe-note {
    font-size: 13.66px;
    line-height: 21px;
    color: #555555;
    padding: 9px 5px 0 5px;
    font-weight: 300;
}

/* Start Terms */
.sign-up-wrap .terms-wrap {
    padding-top: 7px;
    padding-bottom: 6px;
}
.sign-up-wrap .terms-wrap h3 {
    font-size: 20.49px;
    line-height: 26px;
    margin-bottom: 16px;
}
.sign-up-wrap .terms-wrap .terms-text-window {
    border: 1px solid #e0e0e0;
    padding: 14px 18px;
    color: #555555;
    height: 330px;
    overflow: scroll;
    overflow-x: hidden;
    margin-bottom: 26px;
}
.sign-up-wrap .terms-wrap .terms-text-window,
.sign-up-wrap .terms-wrap .terms-text-window p,
.sign-up-wrap .terms-wrap .terms-text-window ul, ol, dl,
.sign-up-wrap .terms-wrap .terms-text-window table {
    font-size: 11.1px;
    color: #b7b7b7;
}
.sign-up-wrap .terms-wrap .checkbox-terms-agree-wrap {
    margin-left: -5px;
    margin-right: -10px;
    padding-bottom: 7px;
    border-bottom: 1px solid #f0f0f0;
}
.sign-up-wrap .place-your-order-button-box {
    padding-top: 13px;
}
/* End Terms */

/* Start ca domain module */
.sign-up-wrap .ca-domain-information h3 {
    font-size: 24px;
    line-height: 31px;
}
.sign-up-wrap div[data-module="ca_domain"] .agreement-box {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    overflow-y: visible;
    border: none;
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}
.sign-up-wrap .ca-domain-information .one-contact-owner {
    background: #f0f0f0;
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 13px;
    padding-left: 12px;
    padding-right: 12px;
}
.sign-up-wrap .ca-domain-information .one-contact-owner label{
    margin-left: 0;
    margin-right: 0;
}
.sign-up-wrap .ca-domain-information .one-contact-owner [type="checkbox"]:not(:checked) + label:before, 
.sign-up-wrap .ca-domain-information .one-contact-owner [type="checkbox"]:checked + label:before {
    top: 50%;
    margin-top: -8px;
}
.sign-up-wrap .ca-domain-information .one-contact-owner [type="checkbox"]:not(:checked) + label:after, 
.sign-up-wrap .ca-domain-information .one-contact-owner [type="checkbox"]:checked + label:after {
    top: 50%;
    margin-top: -6px;
}
.sign-up-wrap .us-domain-form-wrap .us-domain-radio [type="radio"]:not(:checked) + label:before, 
.sign-up-wrap .us-domain-form-wrap .us-domain-radio [type="radio"]:checked + label:before {
    top: 50%;
    margin-top: -8px;
}
.sign-up-wrap .us-domain-form-wrap .us-domain-radio [type="radio"]:not(:checked) + label:after, 
.sign-up-wrap .us-domain-form-wrap .us-domain-radio [type="radio"]:checked + label:after {
    top: 50%;
    margin-top: -5px;
}
.sign-up-wrap .ca-domain-information .terms-wrap{
    padding-top: 0;
}
@media only screen and (min-width: 40.063em) { 
    .sign-up-wrap .ca-domain-information {
        padding-top: 4px;
    }
    .sign-up-wrap .ca-domain-information h3 {
        font-size: 34px;
        line-height: 40px;
        padding-right: 30px;
    }
    .sign-up-wrap .ca-domain-information select {
        margin-top: 0;
    }
    .sign-up-wrap .ca-domain-information .select-contact-owner{
        padding-top: 19px;
    }
    .sign-up-wrap .ca-domain-information .one-contact-owner {
        padding: 17px 20px 15px 20px;
    }
    .sign-up-wrap .ca-domain-information .one-contact-owner label {
        padding-left: 29px;
    }
    .sign-up-wrap .ca-domain-information .one-contact-owner [type="checkbox"]:not(:checked) + label:before, 
    .sign-up-wrap .ca-domain-information .one-contact-owner [type="checkbox"]:checked + label:before {
        margin-top: -10px;
    }
    .sign-up-wrap .ca-domain-information .one-contact-owner [type="checkbox"]:not(:checked) + label:after, 
    .sign-up-wrap .ca-domain-information .one-contact-owner [type="checkbox"]:checked + label:after {
        margin-top: -8px;
    }
    .sign-up-wrap .us-domain-form-wrap .us-domain-radio [type="radio"]:not(:checked) + label:after, 
    .sign-up-wrap .us-domain-form-wrap .us-domain-radio [type="radio"]:checked + label:after {
        top: 50%;
        margin-top: -4px;
    }
}
/* End ca domain module */

/* Start us domain */
.sign-up-wrap .us-domain-form-wrap h3 {
    font-size: 24px;
    line-height: 31px;
}
.sign-up-wrap .us-domain-form-wrap .us-domain-radio-list {
    padding-top: 19px;
    margin-bottom: 16px;
}
.sign-up-wrap .us-domain-form-wrap .us-domain-gray-box {
    background: #f0f0f0;
    padding: 14px 20px;
}
.sign-up-wrap .us-domain-form-wrap .us-domain-gray-box label {
    margin-bottom: 6px;
}
.sign-up-wrap .us-domain-form-wrap .us-domain-gray-box select:disabled, 
.sign-up-wrap .us-domain-form-wrap .us-domain-gray-box .extended-terms-select:disabled {
    background-color: #DDDDDD;
    cursor: default;
}
.sign-up-wrap .us-domain-form-wrap .us-domain-radio {
    padding-top: 9px;
}
/* End us domain */

.sign-up-wrap .review-your-cart-wrap {
    background: #f0f0f0;
    margin-bottom: 20px;
    margin-left: -3px;
    margin-right: -3px;
    padding-bottom: 21px;
}
.sign-up-wrap .review-your-cart-wrap h3 {
    margin-top: 28px;
    padding-left: 17px;
}
.sign-up-wrap .ca-domain-information .one-contact-owner .select-contact-hide-box {
    padding-top: 10px;
}
.emptyCartBlock {
    padding-top: 30px;
    padding-bottom: 30px;
}
.terms-button-dropdown{
    margin-left: 16px;
}

@media only screen and (min-width: 40.063em) { 
    .sign-up-wrap {
        padding-bottom: 14px;
    }
    .sign-up-wrap h2 {
        font-size: 43px;
        line-height: 49px;
        margin-bottom: 17px;
    }
    .sign-up-wrap h3 {
        font-size: 34px;
        margin-bottom: 23px;
    }
    .sign-up-wrap .terms-wrap h3 {
        font-size: 24px;
        margin-bottom: 23px;
    }
    .sign-up-wrap .already-account-line {
        font-size: 15px;
    }
    .sign-up-wrap .sign-up-one-line label {
        font-size: 16px;
    }
    .sign-up-wrap .sign-up-one-line input, 
    .sign-up-wrap select,
    .sign-up-wrap .select-contact-hide-box input,
    .sign-up-wrap .select-contact-hide-box select {
        height: 33px;
        margin-bottom: 14px;
    }
    .sign-up-wrap .payment-method-column {
        border-top: none;
        padding-left: 25px;
        padding-right: 12px;
        padding-top: 5px;
        margin-top: 32px;
        margin-bottom: 42px;
    }
    .sign-up-wrap .billing-address-column {
        border-right: 1px solid #f0f0f0;
        padding-top: 5px;
        padding-left: 12px;
        padding-right: 25px;
        margin-top: 32px;
        margin-bottom: 42px;
    }
    .sign-up-wrap .payment-method-column h3 {
        margin-bottom: 11px;
    }
    .sign-up-wrap .payment-method-column .payment-method-icons {
        height: auto;
    }
    .sign-up-wrap .payment-method-column .email-subscribe-inside {
        border-top: 0;
        padding-top: 16px;
    }
    .sign-up-wrap .payment-method-column .email-subscribe-inside h3 {
        margin-bottom: 20px;
    }
    .sign-up-wrap .email-subscribe-radio-box{
        padding-bottom: 9px;
    }
    .sign-up-wrap .email-subscribe-radio-box label span {
        line-height: 22px;
    }
    .sign-up-wrap .email-subscribe-note {
        font-size: 16px;
        line-height: 24px;
        padding-top: 16px;
    }
    .sign-up-wrap .agreement-box hr {
        margin-bottom: 25px;
    }
    .sign-up-wrap .terms-wrap .terms-text-window {
        height: 137px;
        margin-bottom: 21px;
    }
    .sign-up-wrap .terms-wrap .terms-text-window,
    .sign-up-wrap .terms-wrap .terms-text-window p,
    .sign-up-wrap .terms-wrap .terms-text-window ul, ol, dl,
    .sign-up-wrap .terms-wrap .terms-text-window table {
        font-size: 13px;
        line-height: 24px;
    }
    .sign-up-wrap .terms-wrap .checkbox-terms-agree-wrap {
        padding-bottom: 21px;
    }
    .sign-up-wrap .place-your-order-button-box {
        padding-top: 27px;
    }
    .sign-up-wrap .place-your-order-button-box .button {
        min-width: 226px;
    }
    .sign-up-wrap .us-domain-form-wrap {
        padding-top: 27px;
    }
    .sign-up-wrap .us-domain-form-wrap h3 {
        font-size: 34px;
        line-height: 40px;
        padding-right: 30px;
    }
    .sign-up-wrap .us-domain-form-wrap .us-domain-gray-box label {
        margin-bottom: 3px;
    }
    .sign-up-wrap .us-domain-form-wrap .us-domain-gray-box select {
        margin-top: 0;
    }
    .sign-up-wrap .us-domain-form-wrap label {
        margin-left: 0;
    }
    .sign-up-wrap .sign-up-one-line input,
    .sign-up-wrap select {
        font-size: 16px;
    }
    .sign-up-wrap .ca-domain-information .one-contact-owner .select-contact-hide-box label {
        padding-left: 0;
    }
    .sign-up-wrap .review-your-cart-wrap {
        margin-left: -21px;
        margin-right: -21px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .sign-up-wrap .review-your-cart-wrap .row,
    .sign-up-wrap .sign-up-complex-cart,
    .sign-up-wrap .cart-total-price-wrap {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    .sign-up-wrap .review-your-cart-wrap h3 {
        margin-top: 31px;
        padding-left: 0;
        border-bottom: 1px solid #d3d3d3;
        padding-bottom: 12px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 64.063em) {
    .sign-up-wrap {
        padding-bottom: 53px;
    }
    .sign-up-wrap .row {
        max-width: 1015px;
    }
    .sign-up-wrap h2 {
        font-weight: 400;
    }
    .sign-up-wrap .terms-wrap .checkbox-terms-agree-wrap {
        margin-left: 0;
        margin-right: 0;
    }
    .sign-up-wrap .billing-address-column {
        padding-left: 5px;
        padding-right: 56px;
    }
    .sign-up-wrap .payment-method-column {
        padding-left: 56px;
        padding-right: 5px;
    }
    .sign-up-wrap .payment-method-column h3 {
        margin-bottom: 23px;
    }
    .sign-up-wrap .payment-method-column .payment-method-icons {
        float: right;
        margin-bottom: 0;
        margin-top: 14px;
    }
    .sign-up-wrap .payment-method-column .email-subscribe-inside {
        padding-top: 24px;
    }
    .sign-up-wrap .email-subscribe-note {
        padding-top: 10px;
    }
    .sign-up-wrap .review-your-cart-wrap .row,
    .sign-up-wrap .sign-up-complex-cart,
    .sign-up-wrap .cart-total-price-wrap {
        max-width: 1005px;
        margin-left: auto;
        margin-right: auto;
    }
}




/* Start complex cart */
.sign-up-complex-cart {
    margin-top: -1px;
}
.sign-up-complex-cart div:not(.sub-product) .one-product-line > .row{
    padding-left: 9px;
}

.sign-up-complex-cart .right-price-col{
    padding-right: 36px;
}
.sign-up-complex-cart .main-one-product {
    padding-top: 13px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
}
.sign-up-complex-cart .one-product-line {
    padding: 5px 0 5px 0;
    line-height: 16px;
}
.sign-up-complex-cart .main-one-product > .product-name-left > b{
    max-width: 100%;
}
.sign-up-complex-cart .remove-product-button {
    font-size: 16.22px;
    color: #00aabf;
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -8px;
    font-size: 16px;
}
.sign-up-complex-cart .product-name-left {
    font-size: 12.81px;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sign-up-complex-cart .hover-edit-button {
    display: none;
    font-size: 13px;
    padding-left: 5px;
}
.sign-up-complex-cart .row:hover .hover-edit-button {
    display: inline-block;
}
.sign-up-complex-cart .details-info{
    background: #fafafa;
    font-size: 12px;
    line-height: 16px;
    padding: 15px;
    margin-top: 5px;
    margin-bottom: -5px;
}
.sign-up-complex-cart .main-one-product > .one-product-line .details-info {
    margin-bottom: -10px;
}
.sign-up-complex-cart .sub-product{
    background: #ebebeb;
}
.sign-up-complex-cart .main-one-product > .sub-product{
    margin-bottom: -10px;
}
.sign-up-complex-cart .sub-product .one-product{
    padding-top: 5px;
    padding-bottom: 5px;
}
.sign-up-complex-cart .product-name-left .left-arrow-product-line {
    position: absolute;
    margin-left: -10px;
}
.sign-up-complex-cart .sub-product .left-arrow-product-line:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
}
.sign-up-complex-cart .sub-product .sub-product .left-arrow-product-line:before {
    content: "\f101";
}
.sign-up-complex-cart .sub-product .product-name-left {
    padding-left: 19px;
}
.sign-up-complex-cart .js_requireIcon {
    color: #f03573;
    display: none;
    margin: 0 5px;
}
.sign-up-complex-cart .js_requireErrorMsg {
    color: #f03573;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
}
.sign-up-complex-cart .js_warningIcon {
    color: #cb9900;
    display: none;
    margin-right: 3px;
}
.sign-up-complex-cart .js_warningMsg {
    color: #cb9900;
    font-size: 12px;
    font-weight: 400;
}
.sign-up-complex-cart .coupon-applied .coupon-name-price, 
.sign-up-complex-cart .coupon-applied .actuale-price {
    color: #6ab00e;
    font-weight: 600;

}
.sign-up-complex-cart .coupon-applied .coupon-name-price {
    padding-bottom: 5px;
}
.sign-up-complex-cart .coupon-applied .old-price {
    text-decoration: line-through;
    color: #666666;
}
.cart-page-wrap .coupon-name-price {
    font-size: 13px;
}
.cart-page-wrap .sign-up-complex-cart .main-one-product {
    padding-top: 17px;
}
@media only screen and (min-width: 40.063em) { 
    .sign-up-complex-cart .right-price-col, 
    .sign-up-complex-cart .product-name-left {
        font-size: 14px;
        overflow: visible;
    }
    .sign-up-complex-cart .js_warningMsg {
        font-size: 14px;
        line-height: 16px;
    }
    .sign-up-complex-cart div:not(.sub-product) .one-product-line > .row {
        padding-left: 5px;
    }
}

/* End complex cart */

/* Start */
.extended-terms-select {
    -webkit-appearance: none !important;
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 13.66px;
    position: relative;
    background: transparent;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 33px;
    width: auto;
    color: #00aabf;
    border: none;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    padding: 0;
    height: auto;
}
.extended-terms-select:hover {
    background: transparent;
}
.extended-terms-select .dropdown-list {
    position: absolute;
    top: 100%;
    margin-top: 15px;
    margin-left: -37px;
    left: 100%;
    width: 100%;
    z-index: 40;
    background-color: #fff;
    border: none;
    min-width: 210px;
    border-radius: 6px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    max-height: none;
    color: #999;
    font-weight: 400;
    overflow: visible;
}

.extended-terms-select .dropdown-list > div {
    padding: 9px 13px 14px 13px;
    border-bottom: 1px solid #e0f3f6;
    font-size: 14px;
    cursor: pointer;
}
.extended-terms-select .dropdown-list > div > div:first-child {
    font-weight: 600;
    color: #47bacd;
}
.extended-terms-select .dropdown-list > div .price-green-text {
    color: #6ab00e;
    font-weight: bold;
}
.extended-terms-select .dropdown-list > div .month-price {
    color: #ccc;
}
.extended-terms-select .dropdown-list:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 40px;
    border: 6px solid #ffffff;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.1);
    z-index: 12;
}
.right-price-col .extended-terms-select .dropdown-list {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -44px;
}
.right-price-col .extended-terms-select .dropdown-list:before {
    left: auto;
    right: 28px;
}
/* End */

.cart-total-price-wrap {
    display: table;
    width: 100%;
    padding-right: 14px;
    padding-top: 6px;
}
.cart-total-price-wrap > div {
    display: table-row;
}
.cart-total-price-wrap > div > div {
    display: table-cell;
    font-size: 12.81px;
    color: #333;
    padding-bottom: 2px;
}
.cart-total-price-wrap > div > div:last-child {
    white-space: nowrap;
    width: 1%;
    padding-left: 16px;
}

/* Start popup */
.reveal-modal.modal-login-popup{
    padding-left: 14px !important;
    padding-right: 14px !important;
    border: none;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 314px !important;
    left: 0;
    right: 0;
}
.login-form-wrap h2 {
    font-weight: 400;
    font-family: "Gotham A","Gotham B";
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 29px;
    color: #555555;
    margin-top: 12px;
}
.login-form-wrap .field-email-bg {
    position: absolute;
    top: 14px;
    left: 9px;
    color: #b7b7b7;
}
.login-form-wrap .field-pass-bg {
    position: absolute;
    top: 14px;
    left: 9px;
    color: #b7b7b7;
}
.login-form-wrap input {
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
    height: 38px;
    margin-bottom: 14px;
    margin-top: 3px !important;
    padding-left: 27px;
    font-size: 14.5px;
}
.login-form-wrap .close-reveal-modal {
    font-size: 19px;
    padding: 0;
    right: 13px;
    top: 12px;
}
.login-form-wrap .remember-me-checkbox {
    margin: 0;
}
.login-form-wrap .forgot-password-link {
    font-size: 12px;
    font-weight: 300;
}
.login-form-wrap .remember-me-checkbox {
    margin-top: 2px;
    font-size: 12px;
    padding-left: 19px;
}
.login-form-wrap .button {
    margin: 29px 0 0;
    font-size: 16px;
    padding: 11px 10px 9px;
    width: 185px;
}
.cart-devider-on-header {
    padding-right: 6px;
    padding-left: 8px;
}
.show-right-cart-btn {
    color: #21aabe !important;
    font-size: 20px !important;
    position: relative;
    top: 2px;
}
.show-right-cart-btn > span {
    font-size: 14px;
    padding-left: 3px;
    color: #21aabe !important;
}
.modal-domain-pricing-chart .close-reveal-modal.close-reveal-modal-bottom {
    font-family: "Gotham A","Gotham B";
    position: relative;
    padding: 9px 20px;
    color: #fff;
    font-weight: 500;
}
@media only screen and (min-width: 40.063em) {
    .reveal-modal.modal-login-popup{
        max-width: 534px !important;
        margin-left: auto;
        margin-right: auto;
    }
    .login-form-wrap .row{
        max-width: 396px;
    }
    .login-form-wrap .remember-me-checkbox {
        font-size: 14px;
    }
    .login-form-wrap .forgot-password-link {
        font-size: 14px;
    }
    .login-form-wrap h2 {
        margin-bottom: 18px;
    }
    .login-form-wrap input {
        padding-left: 35px;
        font-size: 16px;
    }
    .login-form-wrap .field-email-bg,
    .login-form-wrap .field-pass-bg {
        left: 14px;
    }
    .login-form-wrap input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
       color: #ebebeb;
    }
    .login-form-wrap input::-moz-placeholder { /* Firefox 19+ */
        color: #ebebeb;
    }
    .login-form-wrap input:-ms-input-placeholder { /* IE 10+ */
        color: #ebebeb;
    }
    .login-form-wrap input:-moz-placeholder { /* Firefox 18- */
        color: #ebebeb;
    }
}
/* End popup */

/* Start Complite your order */
.sign-up-wrap .complete-your-order-wrap {
    padding-bottom: 34px;
}
.sign-up-wrap .complete-your-order-wrap h2 {
    font-size: 27px;
    margin-bottom: 11px;
}
.sign-up-wrap .complete-your-order-wrap > .row:first-child {
    border-bottom: 1px solid #f0f0f0;
    margin-left: -21px;
    margin-right: -21px;
    margin-bottom: 54px;
    padding-bottom: 11px;
    width: auto;
}
.sign-up-wrap .complete-your-order-wrap h3,
.sign-up-wrap .complete-your-order-wrap .payment-method-column h3 {
    font-size: 28px;
    line-height: 22px;
    margin-bottom: 0;
}
.sign-up-wrap .complete-your-order-wrap h5{
    margin-top: 0;
    margin-bottom: 10px;
}
.sign-up-wrap .complete-your-order-wrap h3 a {
    font-size: 15px;
}
.sign-up-wrap .complete-your-order-wrap b{
    font-weight: 400;
}
.sign-up-wrap .complete-your-order-wrap p {
    margin-bottom: 9px;
}
.sign-up-wrap .complete-your-order-wrap .payment-method-column {
    border: none;
    padding-top: 0;
}
.sign-up-wrap .complete-your-order-wrap .already-account-line{
    font-size: 15px;
    line-height: 16px;
    display: inline-block;
}
@media only screen and (min-width: 40.063em) {
    .sign-up-wrap .complete-your-order-wrap {
        padding-bottom: 12px;
    }
    .sign-up-wrap .complete-your-order-wrap h2 {
        font-size: 43px;
        font-weight: 400;
        margin-bottom: 17px;
    }
    .sign-up-wrap .complete-your-order-wrap .already-account-line {
        font-size: 15.01px;
    }
    .sign-up-wrap .complete-your-order-wrap > .row:first-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .sign-up-wrap .complete-your-order-wrap h3, 
    .sign-up-wrap .complete-your-order-wrap .payment-method-column h3 {
        font-size: 34px;
        font-weight: 400;
        line-height: 34px;
        margin-top: 14px;
        padding-bottom: 16px;
    }
    .sign-up-wrap .complete-your-order-wrap h3 a {
        font-size: 15px;
        margin-left: 10px;
    }
    .sign-up-wrap .complete-your-order-wrap .billing-address-column {
        padding-left: 9px;
        padding-top: 0;
        padding-bottom: 16px;
    }
    .sign-up-wrap .complete-your-order-wrap .payment-method-column {
        padding-right: 0;
        padding-bottom: 16px;
    }
}
@media only screen and (min-width: 64.063em) {
    .sign-up-wrap .complete-your-order-wrap > .row:first-child {
        margin-left: auto;
        margin-right: auto;
    }
}
/* End Complite your order */





/* START MY CART PAGE */
.cart-page-wrap .cart-one-tab {
    position: relative;
    overflow: hidden;
    height: 84px;
    padding-top: 21px;
    background: #f0f0f0;
}
.cart-page-wrap .cart-one-tab a {
    font-size: 19px;
    line-height: 20px;
    display: inline-block;
}
.cart-page-wrap .cart-one-tab a .arrow-up-icon {
    position: absolute;
    bottom: -150px;
    opacity: 0;
    font-size: 13px;
    vertical-align: top;
    padding-top: 3px;
}
.cart-page-wrap .cart-one-tab.tab-active {
    padding-top: 10px;
    background: #fff;
}
.cart-page-wrap .cart-one-tab.tab-active a {
    color: #555555;
}
.cart-page-wrap .cart-one-tab.tab-active a .arrow-up-icon {
    position: static;
    bottom: inherit;
    opacity: 1;
}
.recommended {
    background: #f7f7f7;
}
.recommended .switcher-wrap {
    padding-top: 8px;
    padding-bottom: 4px;
}
.recommended .term_switch {
    position: relative;
    background-color: #3fb7cb;
    display: inline-block;
    border-radius: 5px;
    z-index: 1;
}
.recommended  [type="radio"]:not(:checked), 
.recommended  [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}
.recommended .term_switch label {
    color: white;
    line-height: 29px;
    text-align: center;
    position: relative;
    z-index: 3;
    font-weight: 300;
}
.recommended .term_switch [type="radio"] + label {
    width: 101px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.recommended .term_switch input[type="radio"]:checked + label:nth-of-type(n) {
    color: #3fb7cb;
    position: relative;
    top: -3px;
}
.recommended .term_switch .switch_bg {
    position: absolute;
    background-color: #fff;
    height: 33px;
    width: 101px;
    top: -4px;
    left: 0;
    z-index: 2;
    transition: all .3s;
}
.recommended .term_switch input[type="radio"]:checked + label:nth-of-type(n) + .switch_bg {
    -webkit-transform: translateX(106px);
    -moz-transform: translateX(106px);
    -ms-transform: translateX(106px);
    -o-transform: translateX(106px);
    transform: translateX(106px);
}
.recommended .term_switch .switch_bg::after {
    content: "\f0d8";
    display: inline-block;
    position: absolute;
    color: #3fb7cb;
    font: normal normal normal 14px/1 FontAwesome;
    bottom: 0;
    left: 50%;
    z-index: 3;
    margin-left: -4px;
}
.recommended .icon-recommended-product{
    color: #aaaaaa;
}
.recommended .switcher-wrap h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-family: "Gotham A", "Gotham B";
}
.recommended .switcher-wrap h4 i {
    font-size: 13px;
}
.recommended .fa-stack-2x {
    font-size: 70px;
}
.recommended .fa-stack-1x {
    line-height: 72px;
}
.recommended .recommended-list-wrap .recommended-one-box {
    padding-top: 16px;
    padding-bottom: 20px;
    border-top: 1px solid #d9d9d9;
}
.recommended .recommended-list-wrap .recommended-one-box:first-child {
    border-top: none;
}
.recommended .recommended-list-wrap .recommended-one-box > .row > .columns {
    padding-left: 25px;
    padding-right: 5px;
}
.recommended .recommended-list-wrap .recommended-one-box h3 {
    font-weight: 300;
    font-family: "Gotham A", "Gotham B";
    font-size: 21px;
    padding-top: 12px;
    margin-bottom: 11px;
}
.recommended .recommended-list-wrap .recommended-one-box p {
    font-size: 13px;
    line-height: 18px;
    color: #979797;
    font-weight: 300;
    margin-bottom: 26px;
}
.recommended .recommended-list-wrap .recommended-one-box .recommended-one-item {
    position: relative;
    padding-left: 21px;
    margin-bottom: 11px;
}
.recommended .recommended-list-wrap .recommended-one-box .recommended-one-item .columns {
    position: static;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.recommended .recommended-list-wrap .recommended-one-box .recommended-one-item button.tiny {
    position: absolute;
    top: 50%;
    left: 5px;
    border: 2px solid #3fb7cb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 12px;
    padding: 2px 0 1px;
    margin-top: -8px;
    width: 20px;
    background: transparent;
    color: #3fb7cb;
    margin-bottom: 0;
    box-shadow: none;
}
.recommended .recommended-list-wrap .recommended-one-box .recommended-one-item .recommended-one-item-title {
    font-size: 16px;
    color: #7e8788;
    font-weight: 300;
}
.recommended .recommended-list-wrap .recommended-one-box .recommended-one-item button.tiny.tiny.fi-check {
    color: #fff;
    background: #3fb7cb;
}
.cart-page-wrap .mycart-page-title {
    padding-top: 21px;
}
.cart-page-wrap .mycart-page-title .shopping-cart-ico {
    font-size: 58px;
    line-height: 58px;
    color: #555555;
}
.cart-page-wrap .mycart-page-title h3 {
    font-size: 28.67px;
    line-height: 34px;
    font-weight: 300;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-family: "Gotham A", "Gotham B";
    color: #555555;
}
.cart-page-wrap .sign-up-complex-cart .sub-product {
    background: #f7f7f7;
}
.cart-page-wrap .sign-up-complex-cart .right-price-col, 
.cart-page-wrap .sign-up-complex-cart .product-name-left {
    font-size: 15px;
    font-weight: 600;
}
.cart-page-wrap .sign-up-complex-cart .remove-product-button {
    font-size: 19px;
    margin-top: 0;
    top: -3px;
}
.cart-page-wrap .sign-up-complex-cart .sign-up-complex-cart .right-price-col {
    overflow: visible;
}
.cart-page-wrap .main-one-product .sub-product > div > .one-product{
    padding-top: 2px;
    padding-bottom: 12px;
}
.cart-page-wrap .cart-total-price-wrap > div > div {
    font-size: 15px;
}
.cart-page-wrap .coupon-form {
    padding-left: 23px;
    padding-right: 23px;
}
.cart-page-wrap .my-page-coupon-right-wrap {
    padding: 0 36px 27px 36px;
}
.cart-page-wrap .my-page-coupon-right-wrap .button {
    margin: 0;
    width: 100%;
}
.cart-page-wrap .coupon-button-box .button {
    margin-bottom: 0;
}
.cart-page-wrap div[data-module="coupon"] .coupon-form > .row > .columns:first-child {
    border-right: none;
}
body:not(.not-hover) .recommended .recommended-list-wrap .recommended-one-box .recommended-one-item button.tiny.tiny.fi-check:hover {
    background-color: #cf2a0e;
    border-color: #cf2a0e;
}
body:not(.not-hover) .recommended .recommended-list-wrap .recommended-one-box .recommended-one-item button.tiny.tiny.fi-check:hover::before {
    content: "\f217";
    color: white;
}
.recommended .recommended-header {
    padding-left: 10px;
    padding-right: 10px;   
    padding-top: 27px; 
}
.recommended .recommended-header h3 {
    font: 400 32px/35px "Gotham A", "Gotham B";
    color: #555555;
    margin-bottom: 11px;
}
.recommended .recommended-header p {
    line-height: 21px;
    font-weight: 300;
}
.cart-page-title-line {
    margin-left: 13px;
    margin-right: 13px;
    padding-top: 10px;
}
.cart-page-title-line .row {
    border-bottom: 1px solid #999999;
}
.cart-page-title-line h1 {
    font: 400 30px/32px "Gotham A", "Gotham B";
    margin-bottom: 12px;
}
.cart-page-title-line .button {
    min-width: 157px;
}
.cart-page-title-line .cart-total-price-top {
    color: #555555 ;
}
.cart-page-title-line .cart-total-price-top span {
    font-size: 20px;
}
.cart-page-title-line .cart-total-price-top b {
    font-size: 24px;
}
.card-info-line {
    padding-bottom: 18px;
}
.card-info-line .what-includes-box {
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 4px;
}
.card-info-line .what-includes-box h4 {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    font-family: "Gotham A", "Gotham B";
    margin-bottom: 3px;
}
.card-info-line .what-includes-box p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    color: #555555;
    font-family: "Gotham A", "Gotham B";
    margin-bottom: 13px;
}
.card-info-line .what-next-gray-box {
    background: #f7f7f7 url("/sites/www.deluxe.com/files/what-happens-next-icon.png") no-repeat 20px 19px;
    padding: 13px 15px 14px 71px;
    margin-left: 13px;
    margin-right: 13px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.card-info-line .what-next-gray-box h5 {
    font-size: 13px;
    color: #802d73;
    margin-bottom: 0;
}
.card-info-line .what-next-gray-box p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
}
.sub-product .card-info-line {
    padding: 0px 20px 20px 20px;
}
.sub-product .what-next-gray-box {
    background-color: #efefef;    
}
.cart-page-wrap .extended-terms-select {
    font-size: 16px;
    margin-left: 19px;
}
.main-one-product .one-product-line .extended-terms-select {
	margin-left: 0px;
}
.cart-page-wrap .extended-terms-select i {
    font-size: 14px;
    padding-left: 5px;
}
.cart-page-wrap .right-price-col .old-price {
    font-weight: 600;
}
.cart-page-wrap .sub-product .sub-product{
    background: #efefef;
}
.cart-page-wrap .sign-up-complex-cart .sub-product .sub-product .product-name-left {
    padding-left: 27px;
    font-weight: 400;
}
.cart-page-wrap .sub-product .sub-product .product-name-left:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f101";
    color: #b2b4b3;
    position: absolute;
    margin-left: -14px;
    margin-top: 4px;
}
.cart-page-wrap .sub-product .sub-product:last-child{
    padding-bottom: 9px;
}
.cart-domain-addons-header-box {
    font-size: 12px;
    color: #b2b4b3;
    padding-left: 19px;
    padding-top: 17px;
    padding-bottom: 7px;
    position: relative;
}
.cart-domain-addons-header-box:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #efefef transparent;
}
.cart-asscoiated-domains-header-box {
    font-size: 12px;
    color: #989898;
    padding-left: 19px;
    padding-top: 10px;
    padding-bottom: 7px;
    position: relative;
}
.cart-asscoiated-domains-header-box:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #f7f7f7 transparent;
}
@media only screen and (min-width: 40.063em) {
    .cart-page-wrap .product-column-left .coupon-name-price {
        display: none !important;
    }
}
@media only screen and (max-width: 40em) {
    .cart-page-wrap .right-price-col .coupon-name-price {
        display: none !important;
    }
}


@media only screen and (min-width: 40.063em) {
    .cart-page-title-line {
        padding-top: 26px;
        max-width: 703px;
        margin: 0 auto;
    }
    .cart-page-title-line .row {
        padding-bottom: 20px;
    }
    .cart-page-title-line .cart-total-price-top {
        display: inline-block;
        vertical-align: middle;
    }
    .cart-page-title-line .button {
        min-width: 167px;
        margin-left: 7px;
        margin-bottom: 0;
    }
    .recommended .row {
        max-width: 695px;
    }
    .recommended .recommended-header {
        padding-top: 43px;
    }
    .recommended .recommended-header h3 {
        font: 400 43px/43px "Gotham A", "Gotham B";
        margin-bottom: 8px;
    }
    .recommended .recommended-header p {
        font-size: 16px;
        margin-bottom: 18px;
    }
    .recommended .recommended-header .switcher-wrap {
        background: transparent;
        padding-top: 8px;
    }
    .recommended .switcher-wrap h4 {
        font-size: 21px;
    }
    .recommended .recommended-list-wrap {
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 20px;
    }
    .recommended .recommended-list-wrap .recommended-one-box {
        padding-top: 9px;
        padding-bottom: 18px;
    }
    .recommended .recommended-list-wrap .recommended-one-box p {
        margin-bottom: 30px;
        line-height: 18px;
        padding-right: 20px;
    }
    .recommended .recommended-list-wrap .recommended-one-box .recommended-one-item button.tiny {
        margin-top: -11px;
    }
    .recommended .recommended-list-wrap .recommended-one-box p b {
        font-weight: 400;
    }
    .recommended .recommended-list-wrap .recommended-one-box h3 {
        margin-bottom: 4px;
    }
    .recommended .recommended-list-wrap .recommended-one-box > .row > .columns {
        padding-left: 82px;
        padding-right: 0;
    }
    .recommended .recommended-list-wrap .recommended-one-box .icon-recommended-product {
        position: absolute;
        left: 0;
        top: 17px;
    }
    .cart-page-wrap .my-page-coupon-right-wrap .coupon-open-link {
        padding-top: 11px;
    }
    .cart-page-wrap .my-page-coupon-right-wrap .coupon-open-link, 
    .cart-page-wrap .my-page-coupon-right-wrap .checkout-button-link {
        display: inline-block;
        width: 157px;
        margin-left: 8px;
    }
    .cart-page-wrap .coupon-form{
        padding-left: 23px;
        padding-right: 23px;
    }
    .card-info-line .what-next-gray-box {
        margin-left: 0;
        margin-right: 0;
    }
    .cart-page-wrap .sign-up-complex-cart,
    .cart-page-wrap .cart-total-price-wrap,
    .cart-page-wrap .my-page-coupon-right-wrap {
        max-width: 632px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0;
    }
    .card-info-line .what-includes-box {
        padding-left: 0;
        padding-right: 0;
        padding-top: 4px;
    }
    .card-info-line .what-includes-box p {
        margin-bottom: 18px;
    }
    .cart-page-wrap .sign-up-complex-cart div:not(.sub-product) .one-product-line > .row {
        padding-left: 0;
        margin-left: -5px;
        margin-right: -5px;
    }
    .cart-page-wrap .sign-up-complex-cart .product-name-left {
        font-size: 18px;
    }
    .cart-page-wrap .sign-up-complex-cart .right-price-col {
        font-size: 14px;
    }
    .cart-page-wrap .extended-terms-select {
        font-size: 14px;
    }
    .cart-page-wrap .extended-terms-select i {
        padding-left: 0;
    }
    .card-info-line {
        padding-top: 13px;
    }
    .cart-page-wrap .sign-up-complex-cart .sub-product .sub-product {
        margin-left: 20px;
        margin-right: 20px;
        padding-right: 19px;
        padding-left: 2px;
    }
    .cart-page-wrap .sign-up-complex-cart .sub-product .sub-product .product-name-left {
        font-size: 14px;
    }
    .cart-page-wrap .sign-up-complex-cart .sub-product .sub-product .one-product {
        padding-bottom: 0;
    }
    .cart-domain-addons-header-box {
        padding-top: 19px;
        margin-top: 3px;
    }
}
@media only screen and (min-width: 64.063em) {
    .cart-page-title-line {
        padding: 4px 10px 16px 10px;
    }
    .cart-page-title-line,
    .cart-page-wrap .cart-page-title-line .row {
        max-width: 1197px;
        padding-bottom: 16px;
    }
    .cart-page-title-line h1 {
        font-size: 36px;
        padding-left: 6px;
        margin-bottom: 15px;
    }
    .cart-page-title-line .button {
        min-width: 131px;
        margin-left: 10px;
        margin-top: 3px;
    }
    .recommended .recommended-header {
        padding-top: 36px;
        padding-left: 0;
        padding-right: 0;
    }
    .recommended .recommended-header h3 {
        font-size: 43px;
        line-height: 55px;
        font-weight: 400;
        margin-bottom: 2px;
    }
    .recommended .recommended-header .switcher-wrap{
        padding-top: 35px;
    }
    .recommended .recommended-header p {
        font-size: 16px;
        margin-bottom: 13px;
    }
    .recommended .recommended-list-wrap {
        padding-bottom: 40px;
    }
    .recommended .recommended-list-wrap .recommended-one-box {
        padding-top: 5px;
        padding-bottom: 18px;
    }
    .recommended .recommended-list-wrap .recommended-one-box p {
        margin-bottom: 28px;
    }
    .recommended .recommended-list-wrap .recommended-one-box .recommended-one-item {
        padding-left: 16px;
    }
    .recommended .recommended-list-wrap .recommended-one-box .recommended-one-item button.tiny {
        left: 0;
    }
    .recommended .recommended-list-wrap .recommended-one-box h3 {
        padding-top: 18px;
    }
    .cart-page-wrap .recommended .row {
        max-width: 770px;
    }
    .inline-blk {
        display: inline-block;
    }
    .cart-page-wrap .columns.tab_block_1 {
        padding-left: 29px;
    }
    .cart-page-wrap .my-page-coupon-right-wrap {
        padding-left: 0;
        padding-right: 0;
        padding-top: 14px;
    }
    .cart-page-wrap .my-page-coupon-right-wrap .coupon-open-link {
        padding-top: 0;
    }
    .cart-page-wrap .coupon-form {
        padding-left: 0;
        padding-right: 0;
        margin-left: -8px;
        margin-right: -8px;
    }
    .cart-page-wrap .sign-up-complex-cart,
    .cart-page-wrap .cart-total-price-wrap,
    .cart-page-wrap .my-page-coupon-right-wrap,
    .cart-page-wrap .sign-up-complex-cart .row {
        max-width: 872px;
    }
}
/* END MY CART PAGE */


/* Start cart aside box */
.aside-cart-title {
    background: #f0f0f0;
    padding-left: 7px;
    padding-top: 8px;
    padding-bottom: 1px;
    position: relative;
    border-top: 3px solid #d82c27;
    border-bottom: 1px solid #d9d9d9;
}
.aside-cart-title h3,
.aside-cart-title p {
    font-size: 28px;
    font-family: "Gotham A", "Gotham B";
}
.aside-cart-title p {
    margin-bottom: 0.5rem;
    line-height: 1.4;
}
.aside-cart-title .close-aside-button {
    position: absolute;
    font-size: 23px;
    color: #999999;
    top: 50%;
    right: 10px;
    margin-top: -13px;
    cursor: pointer;
}


.show-cart-full-width {
    background: #fff;
}
.show-cart-full-width .right-off-canvas-menu {
    background: #fff;
}
.aside-cart-box .sign-up-complex-cart .right-price-col, 
.aside-cart-box .sign-up-complex-cart .product-name-left {
    font-size: 15px;
}
.aside-cart-box .sign-up-complex-cart .right-price-col {
    overflow: visible;
}
.aside-cart-box .sign-up-complex-cart .remove-product-button {
    font-size: 19px;
    margin-top: -12px;
}
.aside-cart-box .sign-up-complex-cart .sub-product {
    background: #fafafa;
}
.aside-cart-box .sign-up-complex-cart div:not(.sub-product) .one-product-line > .row {
    padding-left: 5px;
}
.aside-cart-box .sign-up-complex-cart .main-one-product {
    padding-top: 7px;
}
.aside-cart-box .cart-total-price-wrap {
    padding-right: 16px;
    padding-top: 9px;
}
.aside-cart-box .cart-total-price-wrap > div > div {
    font-size: 15px;
}
.aside-cart-box .my-page-coupon-right-wrap {
    padding-left: 7px;
    padding-right: 7px;
}
.aside-cart-box .my-page-coupon-right-wrap .button,
.aside-cart-box .coupon-form .button {
    margin-bottom: 0;
}
.aside-cart-box .coupon-form {
    background: #d9d9d9;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 10px;
}
.aside-cart-box .coupon-form .columns{
    padding-top: 9px;
}
.aside-cart-box .coupon-form .gray-coupon-button{
    background: transparent;
    border: 3px solid #818181;
    padding-top: 7px;
    padding-bottom: 8px;
}
.aside-cart-box .coupon-form .button {
    text-transform: uppercase;
    margin-bottom: 11px;
}
.aside-cart-box .coupon-form p {
    margin-bottom: 0;
    font-size: 13px;
    color: #333333;
}
.aside-cart-box .coupon-form h5,
.aside-cart-box .coupon-form p.apply-coupon-tittle {
    font-size: 15px;
    color: #333333;
    margin-bottom: 2px;
}
.aside-cart-box div[data-module="coupon"]  .coupon-form > .row > .columns {
    padding-top: 9px;
    padding-bottom: 0;
}
.aside-cart-box .coupon-form .coupon-note-line{
    line-height: 16px;
    margin-bottom: 5px;
}
.aside-cart-box .coupon-form input[type="text"] {
    border-radius: 0;
    margin-bottom: 12px;
}
.coupon-you-save-box .your-discounts{
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.4375rem;
}
@media only screen and (min-width: 64.063em) {
    .show-cart-full-width .move-left > .inner-wrap {
        -ms-transform: translate(-412px,0);
        -webkit-transform: translate3d(-412px,0,0);
        -moz-transform: translate3d(-412px,0,0);
        -ms-transform: translate3d(-412px,0,0);
        -o-transform: translate3d(-412px,0,0);
        transform: translate3d(-412px,0,0);
    }
    .show-cart-full-width .right-off-canvas-menu {
        width: 412px;
        background: rgba(255,255,255, .95);
    }
    .show-cart-full-width .right-off-canvas-menu .aside-cart-title .shopping-cart-ico {
        font-size: 58px;
        line-height: 58px;
        color: #7e8788;
    }
    .show-cart-full-width .right-off-canvas-menu .aside-cart-title h3, 
    .show-cart-full-width .right-off-canvas-menu .aside-cart-title p {
        font-size: 28.67px;
        margin-top: 1px;
        color: #7e8788;
    }
    .show-cart-full-width .right-off-canvas-menu .aside-cart-title {
        background: rgba(0, 0, 0, 0);
        padding-top: 28px;
        padding-bottom: 6px;
        border-bottom: 0;
    }
    .show-cart-full-width .right-off-canvas-menu .aside-cart-title .close-aside-button {
        top: 27px;
        right: inherit;
        left: 20px;
        color: #3fb7cb;
        font-size: 21px;
    }
    .show-cart-full-width .right-off-canvas-menu .sign-up-complex-cart {
        margin-left: 15px;
        margin-right: 15px;
        border-top: 1px solid #d9d9d9;
    }
    .show-cart-full-width .right-off-canvas-menu .sign-up-complex-cart .one-product-line {
        padding: 12px 0 12px 0;
    }
    .show-cart-full-width .my-page-coupon-right-wrap .button{
        width: 247px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .aside-cart-box .coupon-form {
        background: #dfdfdf;
        margin-bottom: 27px;
    }
    .aside-cart-box div[data-module="coupon"] .coupon-form > .row > .columns {
        padding-top: 8px;
        padding-bottom: 0;
        padding-left: 22px;
        padding-right: 19px;
        border-right: none;
        margin-right: 0;
    }
    .aside-cart-box .coupon-form h5, 
    .aside-cart-box .coupon-form p.apply-coupon-tittle{
        font-size: 15px;
        color: #333333;
        margin-bottom: 2px;
        margin-top: 8px;
    }
    .aside-cart-box .coupon-form input[type="text"] {
        border-radius: 0;
        margin-bottom: 10px;
    }
    .aside-cart-box .coupon-form .coupon-note-line {
        line-height: 20px;
        margin-bottom: 0;
        max-width: 292px;
        color: #666666;
    }
    .aside-cart-box .coupon-form p {
        margin-right: -10px;
        line-height: 19px;
    }
    .aside-cart-box .coupon-form .button.gray-coupon-button {
        color: #3fb7cb;
        text-transform: capitalize;
        font-weight: 400;
        border:0;
        padding: 0;
        float: right;
        width: auto;
        margin-top: 11px;
    }
    .aside-cart-box .coupon-form .button.red-checkout-button {
        background: #eaeaea;
        color: #666666;
        border-radius: 3px;
        border-bottom: 2px solid #b2b4b3
    }
    .aside-cart-box .coupon-form .coupon-button-box .columns{
        padding-top: 0;
        margin-top: -6px;
    }
    .aside-cart-box .cart-total-price-wrap{
        padding-right: 25px;
        padding-bottom: 6px;
    }
    .cart-total-price-wrap > div > div:last-child {
        padding-left: 9px;
    }
    .aside-cart-box .cart-total-price-wrap > div > div {
        font-size: 15px;
        line-height: 28px;
    }


    .right-off-canvas-menu .main-one-product .remove-product-button {
        display: none;
    }
    .right-off-canvas-menu .main-one-product .right-price-col {
        padding-right: 9px;
    }
    .right-off-canvas-menu .main-one-product > div:hover > .row .right-price-col .old-price, 
    .right-off-canvas-menu .main-one-product > div:hover > .row .right-price-col .coupon-name-price, 
    .right-off-canvas-menu .main-one-product > div:hover > .row .right-price-col .actuale-price, 
    .right-off-canvas-menu .main-one-product .one-product:hover > .row .right-price-col .old-price, 
    .right-off-canvas-menu .main-one-product .one-product:hover > .row .right-price-col .coupon-name-price, 
    .right-off-canvas-menu .main-one-product .one-product:hover > .row .right-price-col .actuale-price {
        opacity: 0;
    }
    .right-off-canvas-menu .main-one-product > div:hover > .row .remove-product-button, 
    .right-off-canvas-menu .main-one-product .one-product:hover > .row .remove-product-button {
        display: block;
    }

    .right-off-canvas-menu .sign-up-complex-cart .right-price-col .extended-terms-select {
        margin-right: 5px;
    }
    .sign-up-complex-cart .one-product:hover,
    .sign-up-complex-cart .one-product-line:hover {
        background: rgba(63, 183, 203, .05);
    }

}
/* End cart aside box */



/* Start popups */
.products-logo-sprite {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    background: url(/sites/www.deluxe.com/files/products-logo-sprite-w65-h65.png) no-repeat;
    margin-bottom: 9px;
}
.products-logo-sprite.product-logo-hosting {
    background-position: 0 0;
}
.products-logo-sprite.product-logo-online {
    background-position: -65px 0;
}
.products-logo-sprite.product-logo-ssl {
    background-position: -130px 0;
}
.products-logo-sprite.product-logo-vps {
    background-position: -195px 0;
}
.products-logo-sprite.product-logo-domain-reg {
    background-position: -260px 0;
}
.products-logo-sprite.product-logo-guard {
    background-position: -325px 0;
}
.products-logo-sprite.product-logo-privacy {
    background-position: -390px 0;
}
.products-logo-sprite.product-logo-monitor {
    background-position: -455px 0;
}
.products-logo-sprite.product-logo-web-design {
    background-position: -520px 0;
}
.products-logo-sprite.product-logo-logo-design {
    background-position: -585px 0;
}
.products-logo-sprite.product-logo-istant-logo {
    background-position: 0 -65px;
}
.products-logo-sprite.product-logo-business-email {
    background-position: -65px -65px;
}
.products-logo-sprite.product-logo-fax-to-email {
    background-position: -130px -65px;
}
.products-logo-sprite.product-logo-business-cards {
    background-position: -195px -65px;
}
.products-logo-sprite.product-logo-email-marketing {
    background-position: -260px -65px;
}
.products-logo-sprite.product-logo-local-listings {
    background-position: -325px -65px;
}
.products-logo-sprite.product-logo-website-security {
    background-position: -390px -65px;
}
.products-logo-sprite.product-logo-online-storage {
    background-position: -455px -65px;
}
.products-logo-sprite.product-logo-credit-card {
    background-position: -520px -65px;
}
.products-logo-sprite.product-website-creator {
    background-position: -585px -65px;
}
.all-product-popups, .recommended-popup {
    left: 5px;
    right: 5px;
    width: auto;
    border-radius: 0;
    border: none;
    padding: 35px 0 0 !important;
    min-height: auto;
    position: absolute !important;
}
.all-product-popups .close-reveal-modal, 
.recommended-popup .close-reveal-modal {
    font-size: 20px;
    color: #3fb7cb;
    top: 8px;
    right: 9px;
}

.all-product-popups .check-style-list, 
.recommended-popup .check-style-list {
    list-style: none;
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
    color: #979797;
    margin-left: 45px;
    margin-right: 18px;
    padding-top: 2px;
}
.all-product-popups .check-style-list li, 
.recommended-popup .check-style-list li {
    margin-top: 11px;
    position: relative;
}
.all-product-popups .logo-design-body .check-style-list, 
.recommended-popup .logo-design-body .check-style-list {
    margin-left: 42px;
}
.all-product-popups .check-style-list li:before, 
.recommended-popup .check-style-list li:before {
    position: absolute;
    content: "\f00c";
    font: normal normal normal 16px/1 FontAwesome;
    color: #3fb7cb;
    left: -21px;
    top: -1px;
}
.all-product-popups h2, 
.recommended-popup h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 37px;
    margin-bottom: 22px;
    color: #555555;
    font-family: "Gotham A", "Gotham B";
}
.all-product-popups p, 
.recommended-popup p {
    font-size: 13px;
    line-height: 22px;
    color: #979797;
}
.all-product-popups .domain-reg-body p,
.recommended-popup .domain-reg-body p {
    padding-left: 16px;
    padding-right: 16px;
}
.all-product-popups .domain-reg-body .input-select-collapse, 
.recommended-popup .domain-reg-body .input-select-collapse {
    padding: 5px 6px 35px 6px;
    position: relative;
}
.hot-fix-width {
    width: 100% !important;
}
.all-product-popups .domain-reg-body .input-select-collapse input[type="text"], 
.recommended-popup .domain-reg-body .input-select-collapse input[type="text"] {
    height: 61px;
    border: 1px solid #dcdcdc;
    font-size: 21px !important;
    text-indent: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    text-align: left;
    padding-right: 51px;
    padding-left: 16px;
    color: #808080;
}
.all-product-popups .domain-reg-body .input-select-collapse .button, 
.recommended-popup .domain-reg-body .input-select-collapse .button {
    position: absolute;
    width: 41px !important;
    height: 61px !important;
    color: #3fb7cb;
    font-size: 24px !important;
    top: -2px;
    right: 2px;
    padding: 0;
    box-shadow: none;
    background: transparent;
    margin: 0 !important;
}
.all-product-popups .popup-learnmore-box, 
.recommended-popup .popup-learnmore-box {
    border-top: 1px solid #d9d9d9;
    margin-left: 1px;
    margin-right: 1px;
    padding-top: 15px;
    padding-bottom: 18px;
}
.all-product-popups .popup-learnmore-box .button, 
.recommended-popup .popup-learnmore-box .button {
    margin-bottom: 0;
}
.all-product-popups .hosting-body p, 
.recommended-popup .hosting-body p {
    padding-left: 20px;
    padding-right: 20px;
}
.all-product-popups .web-hosting-plpr-wrap, 
.recommended-popup .web-hosting-plpr-wrap {
    background: #fff;
    padding-top: 14px;
    padding-bottom: 13px;
}
.web-hosting-plpr-wrap .select-text-term {
    display: block;
}
.web-hosting-plpr-wrap .term-tabs-box {
    background: #3fb7cb;
    display: inline-block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 9px;
    max-height: 30px;
}
.web-hosting-plpr-wrap .term-tabs-box * {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.web-hosting-plpr-wrap .term-tabs-box .tab-title.active {
    background: #fff;
    padding-top: 4px;
    height: 34px;
    top: -4px;
}
.web-hosting-plpr-wrap .term-tabs-box .tab-title > a {
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 0px;
    min-width: 90px;
    top: 0px;
    position: relative;
    text-align: center;
    font-family: "Gotham A", "Gotham B";
}
.web-hosting-plpr-wrap .term-tabs-box .tab-title.active a {
    color: #3fb7cb;
    font-weight: 600;
    top: -1px;
    position: relative;
}
.web-hosting-plpr-wrap .term-tabs-box .tab-title > a i {
    position: absolute;
    opacity: 0;
    bottom: -20px;
    left: 50%;
    margin-left: -3px;
    font-size: 12px;
}
.web-hosting-plpr-wrap .term-tabs-box .tab-title.active a i {
    opacity: 1;
    bottom: -3px;
}
.web-hosting-plpr-wrap .feature-table-mobile .select-package-title {
    font-weight: bold;
    padding-top: 9px;
}
.web-hosting-plpr-wrap .feature-table-mobile .select-package-tabslist {
    padding-top: 7px;
}
.web-hosting-plpr-wrap .feature-table-mobile .select-package-tabslist li {
    width: 33.333333%;
    text-align: center;
}
.web-hosting-plpr-wrap .feature-table-mobile .select-package-tabslist .tab-title a {
    padding: 9px 0;
    background: #fff;
    font-size: 19px;
    color: #3fb7cb;
    position: relative;
}
.all-product-popups .web-hosting-plpr-wrap .select-package-tabslist .tab-title a, 
.recommended-popup .web-hosting-plpr-wrap .select-package-tabslist .tab-title a {
    background: #f0f0f0;
}
.all-product-popups .web-hosting-plpr-wrap .select-package-tabslist .tab-title.active a, 
.recommended-popup .web-hosting-plpr-wrap .select-package-tabslist .tab-title.active a {
    background: #fff;
    color: #555555;
}
.web-hosting-plpr-wrap .feature-table-mobile .select-package-tabslist .tab-title a i {
    position: absolute;
    bottom: -22px;
    left: 50%;
    font-size: 13px;
    margin-left: -4px;
    opacity: 0;
}
.web-hosting-plpr-wrap .feature-table-mobile .select-package-tabslist .tab-title.active a i {
    bottom: 2px;
    opacity: 1;
}
.web-hosting-plpr-wrap .tabs-content > .content.active {
    padding-top: 15px;
}
.web-hosting-plpr-wrap .feature-table-mobile .product-price {
    font-size: 38.71px;
    font-weight: 300;
    line-height: 33px;
    letter-spacing: -3px;
    padding-top: 14px;
    color: #555555;
}
.web-hosting-plpr-wrap .feature-table-mobile .product-price small {
    font-weight: 900;
    font-size: 38.71px;
    padding-right: 4px;
}
.web-hosting-plpr-wrap .feature-table-mobile .product-price b {
    font-weight: 900;
} 
.web-hosting-plpr-wrap .feature-table-mobile .product-price div {
    display: inline-block;
    font-weight: 600;
}
.web-hosting-plpr-wrap .feature-table-mobile .product-price span {
    font-size: 21.8px;
    letter-spacing: 0px;
}
.web-hosting-plpr-wrap .feature-table-mobile p {
    font-size: 10px;
    color: #979797;
    margin-bottom: 0;
    line-height: 14px;
    margin-bottom: 7px;
}
.web-hosting-plpr-wrap .feature-table-mobile .button-box {
    padding-top: 6px;
}
.web-hosting-plpr-wrap .feature-table-mobile .button-box .button {
    margin-bottom: 0;
    width: 126px;
    font-size: 13px;
    padding: 12px 10px 13px 10px;
}
.web-hosting-plpr-wrap .feature-table-mobile table {
    border: 0;
    width: 100%;
    color: #979797;
    font-weight: 300;
    margin-top: 18px;
}
.web-hosting-plpr-wrap .feature-table-mobile table tbody {
    border: 0;
}
.web-hosting-plpr-wrap .feature-table-mobile table tbody td {
    color: #979797;
    padding-left: 18px;
    padding-right: 18px;
    border-top: 1px solid #f9f9f9;
    font-size: 13px;
}
.all-product-popups .web-hosting-plpr-wrap table, 
.recommended-popup .web-hosting-plpr-wrap table {
    background: #f0f0f0;
}
.all-product-popups .web-hosting-plpr-wrap table tbody tr:nth-of-type(even), 
.recommended-popup .web-hosting-plpr-wrap table tbody tr:nth-of-type(even) {
    background: #fff;
}
.all-product-popups .web-hosting-plpr-wrap .tabs-content, 
.recommended-popup .web-hosting-plpr-wrap .tabs-content {
    margin-bottom: 2px;
}

.web-hosting-plpr-wrap .ribbon-wrap {
    margin-left: 46px;
    margin-right: 46px;
}
.web-hosting-plpr-wrap .ribbon-wrap .ribbon {
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 10;
}
.web-hosting-plpr-wrap .ribbon-wrap .ribbon:before, .web-hosting-plpr-wrap .ribbon-wrap .ribbon:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -9px;
    border-left: 9px solid #56792c;
    border-top: 23px solid #56792c;
    border-right: 9px solid #56792c;
    border-bottom: 23px solid #56792c;
    z-index: -1;
}
.web-hosting-plpr-wrap .ribbon-wrap .ribbon:before {
    left: -19px;
    border-right-width: 26px;
    border-left-color: transparent;
}
.web-hosting-plpr-wrap .ribbon-wrap .ribbon:after {
    right: -19px;
    border-left-width: 26px;
    border-right-color: transparent;
}
.web-hosting-plpr-wrap .ribbon-wrap .ribbon p.ribbon-content {
    font-size: 11px;
    line-height: 15px;
    color: #ffffff;
    margin: 0px;
    padding: 8px 10px 12px;
    z-index: 10;
    background: #87b351;
    width: 100%;
    display: block;
    font-weight: 300;
}

.all-product-popups .web-hosting-plpr-wrap .ribbon-wrap, 
.recommended-popup .web-hosting-plpr-wrap .ribbon-wrap {
    margin: -3px 50px 6px 50px;
}

@media only screen and (min-width: 40.063em) {
    .all-product-popups, .recommended-popup {
        max-width: 665px !important;
        width: 100%;
        padding: 29px 0 0 !important;
    }
    .all-product-popups h2, 
    .recommended-popup h2 {
        font-size: 34px;
        margin-top: 18px;
        margin-bottom: 24px;
    }
    .all-product-popups .close-reveal-modal, 
    .recommended-popup .close-reveal-modal {
        right: 14px;
    }
    .all-product-popups .domain-reg-body p,
    .recommended-popup .domain-reg-body p {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 8px;
    }
    .all-product-popups .domain-reg-body .input-select-collapse, 
    .recommended-popup .domain-reg-body .input-select-collapse {
        padding: 2px 1px 35px 1px;
    }
    .all-product-popups .domain-reg-body .input-select-collapse input[type="text"],
    .recommended-popup .domain-reg-body .input-select-collapse input[type="text"] {
        text-align: center;
        font-size: 24px !important;
    }
    .all-product-popups .domain-reg-body .input-select-collapse .button, 
    .recommended-popup .domain-reg-body .input-select-collapse .button {
        top: 15px;
        right: 7px;
    }
    .all-product-popups .domain-reg-body, 
    .recommended-popup .domain-reg-body {
        max-width: 553px;
        margin-left: auto;
        margin-right: auto;
    }
    .web-hosting-plpr-wrap .select-text-term {
        display: inline-block;
        vertical-align: top;
        padding-top: 12px;
    }
    .all-product-popups .web-hosting-plpr-wrap, 
    .recommended-popup .web-hosting-plpr-wrap {
        padding-top: 7px;
        padding-bottom: 6px;
    }
    .web-hosting-plpr-wrap .tabs-content > .content.active {
        padding-top: 11px;
    }
    .all-product-popups .web-hosting-plpr-wrap table thead, 
    .recommended-popup .web-hosting-plpr-wrap table thead {
        background: #fff;
        vertical-align: bottom;
    }
    .all-product-popups .web-hosting-plpr-wrap table thead td, 
    .recommended-popup .web-hosting-plpr-wrap table thead td,
    .all-product-popups .web-hosting-plpr-wrap table thead th, 
    .recommended-popup .web-hosting-plpr-wrap table thead th {
        padding-bottom: 8px;
    }
    .all-product-popups .web-hosting-plpr-wrap table, 
    .recommended-popup .web-hosting-plpr-wrap table {
        width: 100%;
        margin-bottom: 0;
    }
    .all-product-popups .web-hosting-plpr-wrap table, 
    .recommended-popup .web-hosting-plpr-wrap table,
    .all-product-popups .web-hosting-plpr-wrap table tbody, 
    .recommended-popup .web-hosting-plpr-wrap table tbody {
        border: 0;
    }
    .all-product-popups .web-hosting-plpr-wrap > .row:first-child,
    .recommended-popup .web-hosting-plpr-wrap > .row:first-child {
        border-bottom: 1px solid #d9d9d9;
        margin-left: 35px;
        margin-right: 35px;
        width: auto;
        padding-bottom: 11px;
    }
    .all-product-popups .web-hosting-plpr-wrap table th, 
    .recommended-popup .web-hosting-plpr-wrap table th {
        border: none;
    }
    .all-product-popups .web-hosting-plpr-wrap table tbody th, 
    .recommended-popup .web-hosting-plpr-wrap table tbody th {
        padding-left: 27px;
    }
    .all-product-popups .web-hosting-plpr-wrap table td, 
    .recommended-popup .web-hosting-plpr-wrap table td {
        text-align: center;
    }
    .all-product-popups .web-hosting-plpr-wrap table th, 
    .all-product-popups .web-hosting-plpr-wrap table td,
    .recommended-popup .web-hosting-plpr-wrap table th, 
    .recommended-popup .web-hosting-plpr-wrap table td {
        font-size: 11px;
        padding-top: 2px;
        padding-bottom: 3px;
        color: #555;
        font-weight: 300;
    }
    .all-product-popups .web-hosting-plpr-wrap table h5, 
    .recommended-popup .web-hosting-plpr-wrap table h5 {
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 6px;
    }
    .all-product-popups .web-hosting-plpr-wrap .price-line *, 
    .recommended-popup .web-hosting-plpr-wrap .price-line *{
        display: inline-block;
        font-size: 20px;
    }
    .all-product-popups .web-hosting-plpr-wrap .price-line div, 
    .recommended-popup .web-hosting-plpr-wrap .price-line div {
        font-weight: bold;
    }
    .all-product-popups .web-hosting-plpr-wrap .price-line small, 
    .recommended-popup .web-hosting-plpr-wrap .price-line small {
        font-size: 20px;
        position: static;
        font-weight: bold;
        margin-right: -3px;
    }
    .all-product-popups .web-hosting-plpr-wrap .price-line span, 
    .recommended-popup .web-hosting-plpr-wrap .price-line span {
        font-size: 16px;
    }
    .all-product-popups .web-hosting-plpr-wrap table tfoot, 
    .recommended-popup .web-hosting-plpr-wrap table tfoot {
        background: #fff;
    }
    .all-product-popups .web-hosting-plpr-wrap table tfoot td, 
    .recommended-popup .web-hosting-plpr-wrap table tfoot td{
        padding: 5px;
    }
    .all-product-popups .web-hosting-plpr-wrap table tfoot .button, 
    .recommended-popup .web-hosting-plpr-wrap table tfoot .button {
        margin-bottom: 0;
        padding: 12px 10px 12px 10px;
        min-width: 126px;
    }
    .all-product-popups .web-hosting-plpr-wrap .ribbon-in-table, 
    .recommended-popup .web-hosting-plpr-wrap .ribbon-in-table {
        position: relative;
        height: 35px;
    }
    .all-product-popups .web-hosting-plpr-wrap .ribbon-in-table .ribbon-wrap, 
    .recommended-popup .web-hosting-plpr-wrap .ribbon-in-table .ribbon-wrap {
        position: absolute;
        left: 50%;
        margin-left: -105px;
        width: 210px;
        margin-top: -21px;
    }
}
/* Start Logo Design Service Popup */
.all-product-popups .products-logo-sprite, .recommended-popup .products-logo-sprite {
    margin-bottom: 12px;
}
.all-product-popups h2, 
.recommended-popup h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 37px;
    margin-bottom: 21px;
}
.all-product-popups .logo-design-body p, .recommended-popup .logo-design-body p {
    padding-left: 22px;
    padding-right: 22px;
}
.all-product-popups .logo-design-body h5, .recommended-popup .logo-design-body h5 {
    font-size: 13px;
    color: #979797;
    padding-left: 21px;
    margin-bottom: 0;
    padding-top: 20px;
}
.all-product-popups .logo-design-body .check-style-list li, 
.recommended-popup .logo-design-body .check-style-list li {
    margin-top: 3px;
    margin-bottom: 5px;
}
.all-product-popups .logo-design-body + .logo-design-plpr-wrap, 
.recommended-popup .logo-design-body + .logo-design-plpr-wrap {
    background: #fff;
}
.logo-design-plpr-wrap .select-package-title {
    font-weight: 600;
}
.logo-design-plpr-wrap .select-package-tabslist {
    margin-bottom: 0;
    width: 247px;
    z-index: 20;
    position: absolute;
    left: 50%;
    margin-left: -123px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    padding-top: 11px;
    padding-bottom: 5px;
    background: #fff;
    margin-top: 14px;
}
.logo-design-plpr-wrap .select-package-tabslist .package-tab * {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.logo-design-plpr-wrap .select-package-tabslist .package-tab {
    margin-bottom: 0 !important;
    list-style: none;
    display: block;
    text-align: right;
    float: none;
}
.logo-design-plpr-wrap .select-package-tabslist .package-tab a {
    padding: 4px 13px 3px 13px;
    font-size: 17px;
    line-height: 21px;
    color: #000;
    position: relative;
    display: block;
}
.logo-design-plpr-wrap .select-package-tabslist .package-tab.active a {
    background: #fff;
}
.all-product-popups .logo-design-body + .logo-design-plpr-wrap .select-package-tabslist .package-tab:not(.active) a, 
.recommended-popup .logo-design-body + .logo-design-plpr-wrap .select-package-tabslist .package-tab:not(.active) a {
    background: #fff;
}
.logo-design-plpr-wrap .select-package-tabslist .package-tab a i {
   font-size: 16px;
    opacity: 0;
    padding-right: 5px;
    color: #48b7ca;
}
.logo-design-plpr-wrap .select-package-tabslist .package-tab.active a i {
    bottom: 2px;
    opacity: 1;
}
.feature-table-mobile{
    display: inline-block;
    position: relative;
}
.select-package-title {
    font-size: 16px;
}
.select-package-title a {
    font-weight: 300;
}
.select-package-title a i {
    font-size: 12px;
    color: #555555;
    padding-left: 13px;
}
.logo-design-plpr-wrap .tabs-content {
    margin-bottom: 0;
}
.logo-design-plpr-wrap .tabs-content > .content {
    padding-top: 0;
}
.all-product-popups .logo-design-body + .logo-design-plpr-wrap .tabs-content > .content, 
.recommended-popup .logo-design-body + .logo-design-plpr-wrap .tabs-content > .content {
    padding-bottom: 3px;
}
.logo-design-plpr-wrap table.logo-design-on-desktop-table {
    border: none;
    width: 100%;
    background: transparent;
    margin-bottom: 11px;
}
.logo-design-plpr-wrap table.logo-design-on-desktop-table .fa-check{
    color: #87b351;
}
.logo-design-plpr-wrap table.logo-design-on-desktop-table thead, 
.logo-design-plpr-wrap table.logo-design-on-desktop-table tfoot {
    background: transparent;
}
.logo-design-plpr-wrap table.logo-design-on-desktop-table th {
    text-align: left;
    border: 0;
    font-weight: 400;
    color: #979797;
    padding-left: 18px;
}
.logo-design-plpr-wrap table.logo-design-on-desktop-table th, 
.logo-design-plpr-wrap table.logo-design-on-desktop-table td {
    padding-top: 9px;
    padding-bottom: 11px;
    font-size: 13px;
}
.logo-design-plpr-wrap table.logo-design-on-desktop-table thead th {
    padding: 14px 14px 19px;
    text-align: center;
}
.all-product-popups .logo-design-body + .logo-design-plpr-wrap table.logo-design-on-desktop-table th, 
.recommended-popup .logo-design-body + .logo-design-plpr-wrap table.logo-design-on-desktop-table th {
    padding-left: 13px;
}
.logo-design-plpr-wrap table.logo-design-on-desktop-table thead h5 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 9px;
}
.logo-design-plpr-wrap table.logo-design-on-desktop-table thead h5 small {
    font-size: 18px;
    vertical-align: top;
    position: relative;
    top: 18px;
    margin-right: -10px;
    color: #555;
}
.logo-design-plpr-wrap .button {
    margin-bottom: 0;
}
.logo-design-plpr-wrap table.logo-design-on-desktop-table .button {
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 7px;
    white-space: nowrap;
}
.all-product-popups .logo-design-body + .logo-design-plpr-wrap .button, 
.recommended-popup .logo-design-body + .logo-design-plpr-wrap .button {
    min-width: 136px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
.logo-design-plpr-wrap table.logo-design-on-desktop-table tbody {
    border: 0;
    background: transparent;
}
.all-product-popups .logo-design-body + .logo-design-plpr-wrap table.logo-design-on-desktop-table tbody tr.odd, 
.all-product-popups .logo-design-body + .logo-design-plpr-wrap table.logo-design-on-desktop-table tbody tr.alt, 
.all-product-popups .logo-design-body + .logo-design-plpr-wrap table.logo-design-on-desktop-table tbody tr:nth-of-type(odd), 
.recommended-popup .logo-design-body + .logo-design-plpr-wrap table.logo-design-on-desktop-table tbody tr.odd, 
.recommended-popup .logo-design-body + .logo-design-plpr-wrap table.logo-design-on-desktop-table tbody tr.alt, 
.recommended-popup .logo-design-body + .logo-design-plpr-wrap table.logo-design-on-desktop-table tbody tr:nth-of-type(odd) {
    background: #f0f0f0;
}
.logo-design-plpr-wrap table.logo-design-on-desktop-table tbody tr.even, 
.logo-design-plpr-wrap table.logo-design-on-desktop-table tbody tr.alt, 
.logo-design-plpr-wrap table.logo-design-on-desktop-table tbody tr:nth-of-type(even) {
    background: transparent;
}
.logo-design-plpr-wrap table.logo-design-on-desktop-table td {
    text-align: center;
    color: #979797;
    font-weight: 600;
    line-height: 19px;
    vertical-align: middle;
    padding-right: 30px;
}

@media only screen and (min-width: 40.063em) {
    .all-product-popups .logo-design-body, .recommended-popup .logo-design-body {
        max-width: 530px;
        margin: 0 auto;
    }
    .all-product-popups .logo-design-body p, .recommended-popup .logo-design-body p {
        padding-left: 0;
        padding-right: 0;
    }
    .all-product-popups .logo-design-body h5, .recommended-popup .logo-design-body h5 {
        padding-top: 5px;
    }
    .all-product-popups .logo-design-body + .logo-design-plpr-wrap, 
    .recommended-popup .logo-design-body + .logo-design-plpr-wrap {
        padding-bottom: 0;
    }
    .all-product-popups .logo-design-body + .logo-design-plpr-wrap .logo-design-on-desktop-table, 
    .recommended-popup .logo-design-body + .logo-design-plpr-wrap .logo-design-on-desktop-table {
        margin-bottom: 16px;
    }
    .all-product-popups .logo-design-body + .logo-design-plpr-wrap th, 
    .all-product-popups .logo-design-body + .logo-design-plpr-wrap td, 
    .recommended-popup .logo-design-body + .logo-design-plpr-wrap th, 
    .recommended-popup .logo-design-body + .logo-design-plpr-wrap td {
        font-size: 11px;
        padding: 2px 5px 3px 5px;
    }
    .logo-design-plpr-wrap table.logo-design-on-desktop-table thead p {
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 4px;
        color: #555555;
    }
    .all-product-popups .logo-design-body + .logo-design-plpr-wrap thead h5, 
    .recommended-popup .logo-design-body + .logo-design-plpr-wrap thead h5 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 7px;
        color: #555555;
    }
    .all-product-popups .logo-design-body + .logo-design-plpr-wrap .button, 
    .recommended-popup .logo-design-body + .logo-design-plpr-wrap .button {
        min-width: 72px;
    font-size: 7.6px;
    padding: 5px 0 5px 0;
    margin-left: 0;
    margin-right: 0;
    }
}


/* End popups */

/*Web Hosting Page Start*/
.web-hosting-wraper .lg-plan-pricing-box {
    color: #fff;
}
.blue-box-plan-pricing {
    background: #00aabf url(/sites/www.deluxe.com/files/deluxe-repeat-overlay.png);
    padding-left: 15px;
    padding-bottom: 10px;
}

.web-hosting-wraper .mobile-header {
    padding: 0;
    padding-bottom: 5px;
}

.web-hosting-wraper .blue-box-plan-pricing h3 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 9px;
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
    margin-top: 0;
    padding-top: 20px;
    color: #fff;
}
.web-hosting-wraper .blue-box-plan-pricing .wh-plan-descr p {
    font-size: 16px;
    margin-bottom: 5px;
    max-width: 626px;
}

.web-hosting-wraper .blue-box-plan-pricing .price-line {
    font-size: 22px;
    font-weight: 600;
}

.web-hosting-wraper .blue-box-plan-pricing .button {
    min-width: 270px;
    height: 51px;
    font-weight: 600;
    margin-top: 10px;
    color: #00aabf;
}

.web-hosting-wraper .blue-box-plan-pricing .see-details-below-link {
    color: #fff;
    font-size: 16px;
    text-decoration:  underline;
    letter-spacing: 0.3px;
}
.web-hosting-page-plpr-wrap {
  background: #f0f0f0;
}
.web-hosting-wraper .packages-table-wrap {
  padding-left: 0;
  padding-right: 0;
}
.web-hosting-page-plpr-wrap .select-text-term {
    font-weight: 400;
    color: #555555;
}

.web-hosting-page-plpr-wrap .term-tabs-box {
    display: inline-block;
    margin-top: 9px;
}
.web-hosting-page-plpr-wrap .term-tabs-box li {
    background: #3fb7cb;
}
.web-hosting-page-plpr-wrap .term-tabs-box .tab-title.active {
    background: #fff;
}
.web-hosting-page-plpr-wrap .term-tabs-box .tab-title > a {
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 0px;
    min-width: 99px;
    top: 0px;
    position: relative;
    text-align: center;
}
.web-hosting-page-plpr-wrap h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Gotham A", "Gotham B";
    padding-bottom: 10px;
    padding-top: 30px;
}
.web-hosting-page-plpr-wrap .term-tabs-box .tab-title > a i {
    position: absolute;
    opacity: 0;
    bottom: -20px;
    left: 50%;
    margin-left: -3px;
    font-size: 14px;
}
.web-hosting-page-plpr-wrap .term-tabs-box .tab-title.active a i {
    opacity: 1;
    bottom: 0px;
}
.web-hosting-page-plpr-wrap .term-tabs-box .tab-title.active a {
    color: #3fb7cb;
    position: relative;
}
.web-hosting-page-plpr-wrap .feature-table-mobile .select-package-title {
  padding-top: 9px;
  color: #555555;
}
.web-hosting-page-plpr-wrap .feature-table-mobile .select-package-tabslist {
  padding-top: 7px;
}
.web-hosting-page-plpr-wrap .feature-table-mobile .select-package-tabslist li {
  width: 33.333333%;
  text-align: center;
}
.web-hosting-page-plpr-wrap .feature-table-mobile .select-package-tabslist .tab-title.active a {
  background: #f0f0f0;
  color: #555555;
}
.web-hosting-page-plpr-wrap .feature-table-mobile .select-package-tabslist .tab-title a {
  padding: 9px 0;
  background: #fff;
  font-size: 19px;
  color: #3fb7cb;
  position: relative;
}
.web-hosting-page-plpr-wrap .feature-table-mobile .select-package-tabslist .tab-title.active a i {
  bottom: 2px;
  opacity: 1;
}
.web-hosting-page-plpr-wrap .feature-table-mobile .select-package-tabslist .tab-title a i {
  position: absolute;
  bottom: -22px;
  left: 50%;
  font-size: 13px;
  margin-left: -4px;
  opacity: 0;
}
.web-hosting-page-plpr-wrap .feature-table-mobile .packages-table-box {
    padding: 10px 10px 0 10px;
}
.web-hosting-page-plpr-wrap .feature-table-mobile .mobileLogoTable {
    width: 100%;
    border-left: 0;
    border-right: 0;
}
.web-hosting-page-plpr-wrap .feature-table-mobile .mobileLogoTable tr td {
    background: #f8f8f8;
    border-bottom: 1px solid #c8c9c7;
    width: 50%;
}
.web-hosting-page-plpr-wrap .feature-table-mobile .mobileLogoTable.most-popular tr td {
    background: #e7f0da;
}
.web-hosting-page-plpr-wrap .feature-table-mobile .mobileLogoTable td:last-child {
    border-left: 1px solid #c8c9c7;
    text-align: center;
}
.web-hosting-page-plpr-wrap .feature-table-mobile .mobileLogoTable thead td,
.web-hosting-page-plpr-wrap .feature-table-mobile .mobileLogoTable tfoot td,
.web-hosting-page-plpr-wrap .feature-table-mobile .mobileLogoTable thead td:last-child,
.web-hosting-page-plpr-wrap .feature-table-mobile .mobileLogoTable tfoot td:last-child {
    border: none;
}
.web-hosting-page-plpr-wrap .feature-table-mobile .mobileLogoTable td p {
    font-size: 12px;
    margin-bottom: 0;
}
.web-hosting-page-plpr-wrap .feature-table-mobile .mobileLogoTable td b{
    font-size: 14px;
    color: #63666a;
}
.web-hosting-page-plpr-wrap .feature-table-mobile .mobileLogoTable thead button,
.web-hosting-page-plpr-wrap .feature-table-mobile .mobileLogoTable tfoot button,
.web-hosting-page-plpr-wrap .feature-table-desktop table thead button,
.web-hosting-page-plpr-wrap .feature-table-desktop table tfoot button {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    padding: 9px 20px;
}
.web-hosting-page-plpr-wrap .feature-table-mobile .mobileLogoTable .product-price {
    padding-bottom: 10px;
    padding-top: 10px;
}
.web-hosting-page-plpr-wrap .feature-table-mobile .mobileLogoTable .wh-price {
    font-size: 20px;
    color: #da291c;
}
.web-hosting-page-plpr-wrap .feature-table-mobile .mobileLogoTable .wh-period {
    color: #63666a;
    font-size: 16px;
    font-weight: 400;
}
.web-hosting-wraper .hosting-page-features {
    padding: 30px 0 29px 0;
    background: #fff;
}
.web-hosting-wraper .hosting-page-features .one-item-box {
  padding-bottom: 6px;
}
.web-hosting-wraper .hosting-page-features .one-item-box img {
  margin-bottom: 19px;
}
.web-hosting-wraper .hosting-page-features .one-item-box .fa {
  font-size: 72px;
  color: #939497;
  margin-bottom: 23px;
  padding-left: 6px;
  padding-right: 6px;
}
.web-hosting-wraper .hosting-page-features .one-item-box i {
  line-height: 55px;
}
.web-hosting-wraper .hosting-page-features .one-item-box h2 {
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #141419;
  font-family: "Gotham A", "Gotham B";
}
.web-hosting-wraper .hosting-page-features .one-item-box p {
  font-size: 16px;
  line-height: 28px;
}

@media only screen and (min-width: 40.063em) {
    .web-hosting-wraper .lg-plan-pricing-box {
        padding-bottom: 12px;
    }
    .web-hosting-page-plpr-wrap {
      padding-top: 20px;
    }
    .web-hosting-wraper .red-title-content-hub h1 {
        font-size: 36px;
    }
    .lg-plan-pricing-box > .row {
        max-width: none;
    }
    .web-hosting-wraper .optimize-your-online-bg {
        background-image: url(/sites/www.deluxe.com/files/wehosting-left.jpg);
        background-size: cover;
    }
    .web-hosting-wraper .blue-box-plan-pricing h3 {
        font-size: 47px;
        font-weight: 700;
        line-height: 47px;
        padding-top: 0;
    }
    .web-hosting-wraper .blue-box-plan-pricing .wh-plan-descr p {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 14px;
    }
    .web-hosting-wraper .blue-box-plan-pricing {
        border-left: 10px solid #fff;
        padding-left: 45px;
        padding-top: 31px;
        padding-bottom: 17px;
    }
    .web-hosting-wraper .blue-box-plan-pricing .button {
        min-width: 218px;
        font-size: 20px;
        padding-top: 14px;
        text-align: left;
        padding-left: 74px;
        margin-bottom: 15px;
        margin-top: 8px;
    }
    .web-hosting-wraper .blue-box-plan-pricing .button:before {
        margin-left: -58px;
    }
    .web-hosting-wraper .blue-box-plan-pricing .price-line {
        font-size: 32px;
    }
    .web-hosting-wraper .blue-box-plan-pricing .button:hover{
        background: linear-gradient(to bottom, rgba(226,224,224,1) 0%,rgba(255,255,255,1) 100%);
    }
    .web-hosting-wraper .hosting-page-features .row {
        max-width: 1069px;
    }
    .web-hosting-wraper .hosting-page-features .one-item-box {
        min-height: 370px;
    }
    .web-hosting-wraper .hosting-page-features .one-item-box p {
      padding-left: 20px;
      padding-right: 20px;
    }
    .web-hosting-page-plpr-wrap .select-text-term {
      display: inline-block;
      vertical-align: top;
      padding-top: 18px;
      padding-right: 6px;
    }
    .web-hosting-page-plpr-wrap .feature-table-desktop {
      margin-left: auto;
      margin-right: auto;
      max-width: 1140px;
    }
    .web-hosting-page-plpr-wrap .feature-table-desktop table {
      width: 100%;
      border: 0;
      margin-bottom: 12px;
      margin-top: 5px;
    }
    .web-hosting-page-plpr-wrap .feature-table-desktop table thead tr {
      border-bottom: 2px solid #ccc;
    }
    .web-hosting-page-plpr-wrap .feature-table-desktop table thead h3,
    .web-hosting-page-plpr-wrap .feature-table-desktop table tfoot h3 {
      padding-top: 0;
    }
    .web-hosting-page-plpr-wrap .feature-table-desktop table thead th,
    .web-hosting-page-plpr-wrap .feature-table-desktop table tfoot th {
      font-size: 24px;
      border-bottom: none;
    }
    .web-hosting-page-plpr-wrap .feature-table-desktop table tr {
      background: #f0f0f0;
      border-bottom: 1px solid #ccc;
    }
    .web-hosting-page-plpr-wrap .feature-table-desktop table tfoot tr {
      border-bottom: none;
    }
    .web-hosting-page-plpr-wrap .feature-table-desktop table tbody th {
      border: none;
      width: 40%;
      font-weight: 400;
      font-size: 16px;
      padding-top: 5px;
      padding-bottom: 5px;
      line-height: 27px;
    }
    .web-hosting-page-plpr-wrap .feature-table-desktop table td {
        font-size: 20px;
        text-align: center;
        padding: 23px 0;
        line-height: 27px;
    }
    .web-hosting-page-plpr-wrap .feature-table-desktop table .wh-default-color {
        background: #f8f8f8;
    }
    .web-hosting-page-plpr-wrap .feature-table-desktop table .wh-most-color {
        background: #e7f0da;
    }
    .web-hosting-page-plpr-wrap .feature-table-desktop table thead .wh-most-color,
    .web-hosting-page-plpr-wrap .feature-table-desktop table tfoot .wh-most-color {
        background: #d2e3bc;
    }
    .web-hosting-page-plpr-wrap .feature-table-desktop table .wh-td-empty {
        width: 20px;
    }
    .web-hosting-page-plpr-wrap .feature-table-desktop table .green-img-check {
      width: 27px;
      height: 27px;
      background-size: 27px auto;
      margin-top: 0;
    }
    .web-hosting-page-plpr-wrap .feature-table-desktop table .wh-most-color .green-img-check{
      background-position: 0px top;
    }
    .web-hosting-page-plpr-wrap .feature-table-desktop table .wh-price {
      color: #da291c;
    }
    .web-hosting-page-plpr-wrap .feature-table-desktop table .wh-period {
      font-size: 16px;
      font-weight: 400;
    }
}

@media only screen and (min-width: 64.063em) {
    .web-hosting-page-plpr-wrap .feature-table-desktop table thead th,
    .web-hosting-page-plpr-wrap .feature-table-desktop table tfoot th {
        padding-left: 0;
    }
    .web-hosting-page-plpr-wrap .feature-table-desktop table tbody th {
      padding-left: 0;
    }
   .web-hosting-wraper .blue-box-plan-pricing .wh-plan-descr p {
        font-size: 32px;
        line-height: 35px;
    }
    .web-hosting-wraper .red-title-content-hub h1 {
        font-size: 56px;
    }
}
/*Web Hosting Page End*/

/* Start Domain Names page */
.all-domains-include {
    padding: 47px 25px 23px 25px;
}
.all-domains-include .all-domains-include-item {
    padding-bottom: 18px;
}
.all-domains-include img {
    width: 56px;
    margin-bottom: 4px;
}
.all-domains-include h3 {
    color: #141519;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    font-family: "Gotham A", "Gotham B";
}
.all-domains-include p {
    color: #141519;
    font-size: 13px;
    line-height: 21px;
}
.get-a-new-domain-box .optimize-your-online-wrap.blue-block-seo-page p {
    color: #fff;
}
.get-a-new-domain-box .optimize-your-online-wrap.blue-block-seo-page a {
    color: #fff;
    text-decoration: underline;
}
.get-a-new-domain-box .optimize-your-online-text-inner input[type="text"] {
    margin-top: 10px;
    height: 49px;
    font-size: 17px;
}
.get-a-new-domain-box .button.secondary {
    text-transform: uppercase;
    font-size: 19.62px;
    padding-bottom: 12px;
    padding-top: 15px;
    border-radius: 9px;
    margin-top: 0 !important;
}
.get-a-new-domain-box .domain-names-left-bg {
    background: url("/sites/www.deluxe.com/files/domain-names-left-pic.jpg") top right no-repeat;
    background-size: cover;
}
.get-a-new-domain-box .mobile-header img {
    width: 100%;
}
@media only screen and (min-width: 40.063em) {
    .all-domains-include {
        padding: 51px 86px 50px 86px;
    }
    .all-domains-include .all-domains-include-item {
        padding-bottom: 29px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .all-domains-include img {
        width: auto;
        margin-bottom: 20px;
    }
    .all-domains-include h3 {
        font-size: 21px;
        margin-bottom: 17px;
    }
    .get-a-new-domain-box .button.secondary {
        padding-left: 60px;
    }
    .get-a-new-domain-box .button.secondary:before {
        width: 32px;
        height: 32px;
        background-size: auto auto;
        top: 10px;
        margin-left: -44px;
    }
    .get-a-new-domain-box .optimize-your-online-wrap.blue-block-seo-page {
        padding-top: 0;
    }
    .get-a-new-domain-box .domain-pricing-chart-link {
        padding-top: 20px;
    }
    .get-a-new-domain-box .optimize-your-online-text-inner {
        max-width: none;
    }
}
@media only screen and (min-width: 64.063em){
    .all-domains-include {
        padding: 51px 0 23px 0;
    }
    .all-domains-include .all-domains-include-item {
        padding-left: 0;
        padding-right: 0;
    }
    .all-domains-include img {
        margin-bottom: 11px;
    }
    .all-domains-include p {
        font-size: 16px;
        line-height: 24px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .get-a-new-domain-box .button.secondary {
        width: 218px;
    }
    .get-a-new-domain-box .red-title-content-hub,
    .web-hosting-wraper  .red-title-content-hub {
        padding-top: 15px;
        max-width: 75rem;
        margin-left: auto;
        margin-right: auto;
    }
    .get-a-new-domain-box .red-title-content-hub h1,
    .web-hosting-wraper  .red-title-content-hub h1 {
        font-size: 56px;
        line-height: 62px;
        margin-bottom: 4px;
    }
    .get-a-new-domain-box .optimize-your-online-wrap .optimize-your-online-text {
        border-left: 11px solid #fff;
        padding-top: 32px;
        padding-left: 49px;
        padding-bottom: 20px;
    }
    .get-a-new-domain-box .optimize-your-online-wrap .optimize-your-online-text h3 {
        font-size: 47px;
        line-height: 44px;
        margin-bottom: 17px;
    }
    .get-a-new-domain-box .optimize-your-online-text-inner {
        max-width: 659px;
    }
    .get-a-new-domain-box .optimize-your-online-wrap.blue-block-seo-page p {
        font-size: 16px;
    }
    .get-a-new-domain-box .optimize-your-online-text-inner input[type="text"] {
        margin-top: 16px;
        padding-left: 19px;
        padding-right: 19px;
    }
    .get-a-new-domain-box .button.secondary {
        position: relative;
        padding-left: 54px;
    }
    .get-a-new-domain-box .button.secondary:before {
        top: 10px;
        left: 15px;
        margin-left: 0;
    }
}
/* End Domain Names page */

/* Start Search result page */
.domain-search-tld .other-domain {
    padding: 25px 10px 9px 10px;
    border-bottom: 2px solid #f0f0f0;
}
.domain-search-tld div[data-module="search_results"] {
    margin-bottom: 10px;
}
.domain-search-tld h1 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    color: #87b351;
    font-family: "Gotham A", "Gotham B";
    margin-bottom: 0;
    margin-top: 6px;
}
.domain-search-tld h2 {
    font-size: 19px;
    font-weight: 300;
    color: #555555;
    font-family: "Gotham A", "Gotham B";
}
.domain-search-tld .other-domain h2 {
    font-size: 19px;
    line-height: 28px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 22px;
}
.domain-search-tld .other-domain ul li {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 11px;
}
.domain-search-tld .other-domain ul li .tld-check {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    margin: 0;
    padding: 0;
    background: transparent;
    position: relative;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.domain-search-tld .other-domain ul li .tld-check:before {
    background: url("/sites/www.deluxe.com/files/add-other-domain.png") bottom left;
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-right: 10px;
    -webkit-transition: background 300ms ease-out;
    transition: background 300ms ease-out;
}
.domain-search-tld .other-domain ul li [type="checkbox"]:not(:checked), 
.domain-search-tld .other-domain ul li [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.domain-search-tld .other-domain ul li.active .tld-check, 
.domain-search-tld .other-domain ul li.active-related-domain .tld-check {
    color: #87b351;
}
.domain-search-tld .other-domain ul li.active .tld-check:before, 
.domain-search-tld .other-domain ul li.active-related-domain .tld-check:before {
    background-position: top left;
}
.domain-search-tld .tld-other-list {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 0;
}
.domain-search-tld .continue {
    padding-top: 27px;
    padding-bottom: 9px;
}
.domain-search-tld .continue .button {
    font-size: 16px;   
    min-width: 226px; 
}
.domain-search-tld .how-long-register-domain {
    background: #f5f5f5;
    padding: 15px 0;
    max-width: none;
}
.domain-search-tld .how-long-register-domain h2 {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 17px;
    margin-top: 2px;
}
.domain-search-tld .offer-switch {
    height: 29px;
    max-width: 303px;
    display: block;
    position: relative;
    padding: 0;
    margin: 0 auto;
    border-radius: 4px;
    background: #3fb7cb;
}
.domain-search-tld .offer-switch .year-list {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0;
}
.domain-search-tld .offer-switch .year-list li {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    display: block;
    width: 25%;
    float: left;
    text-align: center;
    line-height: 20px;
    position: relative;
    top: 0;
    line-height: 29px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.domain-search-tld .offer-switch .year-list.one li:nth-child(1),
.domain-search-tld .offer-switch .year-list.three li:nth-child(2),
.domain-search-tld .offer-switch .year-list.five li:nth-child(3),
.domain-search-tld .offer-switch .year-list.ten li:nth-child(4) {
    color: #3fb7cb;
    top: -4px;
}
.domain-search-tld .offer-switch .switch {
    position: absolute;
    top: -4px;
    left: 0;
    height: 33px;
    width: 25%;
    background-color: #fff;
    border-radius: 0;
    transition: transform .5s;
    z-index: 0;
    left: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.domain-search-tld .offer-switch .year-list.one + .switch {
    left: 0;
}
.domain-search-tld .offer-switch .year-list.three + .switch {
    left: 25%;
}
.domain-search-tld .offer-switch .year-list.five + .switch {
    left: 50%;
}
.domain-search-tld .offer-switch .year-list.ten + .switch {
    left: 75%;
}
.domain-search-tld .offer-switch .discount {
    text-align: center;
    width: 100%;
    margin: 0;
    padding-top: 6px;
}
.domain-search-tld .offer-switch .discount:before {
    content: " ";
    width: 25%;
    float: left;
    height: 19px;
}
.domain-search-tld .offer-switch .discount li {
    float: left;
    display: block;
    font-size: 12px;
    color: #87b351;
    font-weight: 400;
    width: 25%;
}
.domain-search-tld .offer-switch .switch:after {
    content: "\f0d8";
    font-family: 'FontAwesome';
    position: absolute;
    bottom: -4px;
    font-size: 12px;
    left: 50%;
    margin-left: -3px;
    color: #3fb7cb;
}

.domain-search-tld .additional, .domain-search-tld .new {
    padding: 10px 0 45px 0;
    position: relative;
    border-bottom: 2px solid #f0f0f0;
}
.domain-search-tld .additional h2, 
.domain-search-tld .new h2 {
    font-size: 23px;
    line-height: 29px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 24px;
    margin-top: 11px;
}
.domain-search-tld .additional ul.tld-list, 
.domain-search-tld .new ul.tld-list {
    text-align: left;
    margin-bottom: 4px;
    width: 274px;
    margin-left: auto;
    margin-right: auto;
}
.domain-search-tld .additional ul.tld-list>li, 
.domain-search-tld .new ul.tld-list>li {
    width: 107px;
    height: 107px;
    display: inline-block;
    margin: 0 15px 5px 15px;
    position: relative;
    border-radius: 5px;
}
.domain-search-tld .additional ul.tld-list>li .tld-check, 
.domain-search-tld .new ul.tld-list>li .tld-check {
    width: 107px;
    height: 107px;
    font-weight: 300;
    padding: 0;
    position: relative;
    background: transparent;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    border-radius: 5px;
    outline: 0;
    margin: 0;
}
.domain-search-tld .additional ul.tld-list>li.active .tld-check, 
.domain-search-tld .new ul.tld-list>li.active .tld-check {
    background: #3fb7cb;
}
.domain-search-tld .additional ul.tld-list>li .tld-check .tld, 
.domain-search-tld .additional ul.tld-list>li .tld-check .price, 
.domain-search-tld .additional ul.tld-list>li .tld-check:before, 
.domain-search-tld .new ul.tld-list>li .tld-check .tld, 
.domain-search-tld .new ul.tld-list>li .tld-check .price, 
.domain-search-tld .new ul.tld-list>li .tld-check:before {
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.domain-search-tld .additional ul.tld-list>li .tld-check:before, 
.domain-search-tld .new ul.tld-list>li .tld-check:before {
    background: url("/sites/www.deluxe.com/files/add-domain.png") top left no-repeat;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 17px;
}
.domain-search-tld .additional ul.tld-list>li.active .tld-check:before, 
.domain-search-tld .new ul.tld-list>li.active .tld-check:before {
    background-position: top right;
    width: 23px;
}
.domain-search-tld .additional ul.tld-list>li .tld-check .tld,
.domain-search-tld .new ul.tld-list>li .tld-check .tld {
    font-size: 28px;
    line-height: 30px;
    margin-top: 31px;
    display: block;
    color: #555;
}
.domain-search-tld .additional ul.tld-list>li .tld-check .price,
.domain-search-tld .new ul.tld-list>li .tld-check .price {
    font-size: 16px;
    color: #b2b4b3;
}
.domain-search-tld .additional ul.tld-list>li.active .tld, 
.domain-search-tld .additional ul.tld-list>li.active .price, 
.domain-search-tld .additional ul.tld-list>li.active .price small, 
.domain-search-tld .new ul.tld-list>li.active .tld, 
.domain-search-tld .new ul.tld-list>li.active .price, 
.domain-search-tld .new ul.tld-list>li.active .price small {
    color: #fff !important;
}
.domain-search-tld .additional ul.tld-list>li.disabled, 
.domain-search-tld .new ul.tld-list>li.disabled {
    opacity: .2;
}
.domain-search-tld .additional ul.tld-list>li.disabled .tld-check,
.domain-search-tld .new ul.tld-list>li.disabled .tld-check {
    cursor: not-allowed;
}
.domain-search-tld .additional ul.tld-list>li .old-price,
.domain-search-tld .new ul.tld-list>li .old-price {
    display: none;
}
.domain-search-tld .additional ul .sale-text {
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 1;
    overflow: hidden;
    width: 44px;
    height: 46px;
    text-align: right;
}
.domain-search-tld .additional ul .sale-text span {
    font-size: 11px;
    font-weight: 400;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 17px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 60px;
    display: block;
    background: #79A70A;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 8px;
    left: -14px;
}
.domain-search-tld .additional ul .sale-text span::before {
    content: "";
    position: absolute; 
    left: 0px; 
    top: 100%;
    z-index: -1;
    border-left: 3px solid 87b351;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid 87b351;
}
.domain-search-tld .additional ul .sale-text span::after {
    content: "";
    position: absolute; 
    right: 0px; 
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid 87b351;
    border-bottom: 3px solid transparent;
    border-top: 3px solid 87b351;
}
.domain-search-tld .additional ul.tld-list>li.sale-tld,
.domain-search-tld .new ul.tld-list>li.sale-tld {
    border: 1px solid #87b351;
    vertical-align: top;
}
.domain-search-tld .additional ul.tld-list>li.sale-tld .tld-check:before,
.domain-search-tld .new ul.tld-list>li.sale-tld .tld-check:before {
    top: 9px;
}
.domain-search-tld .additional ul.tld-list>li.sale-tld .tld,
.domain-search-tld .new ul.tld-list>li.sale-tld .tld{
    color: #87b351;
    margin-top: 25px;
}
.domain-search-tld .additional ul.tld-list>li.sale-tld .price,
.domain-search-tld .new ul.tld-list>li.sale-tld .price{
    color: #87b351;    
}
.domain-search-tld .additional ul.tld-list>li.sale-tld .old-price,
.domain-search-tld .new ul.tld-list>li.sale-tld .old-price {
    display: block;
    color: #b2b4b3;
    font-size: 12px;
    line-height: 13px;
}
.domain-search-tld .additional ul.tld-list>li.sale-tld.active .old-price,
.domain-search-tld .new ul.tld-list>li.sale-tld.active .old-price {
    color: #fff;
}
.domain-search-tld .additional ul.tld-list>li.sale-tld:not(.active) .tld-check:before, 
.domain-search-tld .new ul.tld-list>li.sale-tld:not(.active) .tld-check:before{
    background-position: bottom right; 
}
.domain-search-tld .additional ul.tld-list>li.disabled .tld-check:before, 
.domain-search-tld .new ul.tld-list>li.disabled .tld-check:before{
    background-position: bottom left;
}

@media only screen and (min-width: 40.063em) {
    .domain-search-tld h1 {
        font-size: 38px;
        line-height: 38px;
    }
    .domain-search-tld h2 {
        font-size: 25px;
    }
    .domain-search-tld div[data-module="search_results"] {
        margin-bottom: 28px;
        margin-top: 41px;
    }
    .domain-search-tld .other-domain ul li {
        width: 33%;
        padding-right: 20px;
    }
    .domain-search-tld .continue {
        padding-top: 24px;
    }
    .domain-search-tld .other-domain {
        padding: 34px 32px 9px 32px;
    }
    .domain-search-tld .tld-other-list {
        padding-bottom: 24px;
    }
    .domain-search-tld .other-domain h2 {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .domain-search-tld .how-long-register-domain {
        padding-top: 25px;
        padding-bottom: 22px;
    }
    .domain-search-tld .how-long-register-domain h2 {
        font-size: 24px;
        margin-bottom: 22px;
    }
    .domain-search-tld .offer-switch {
        height: 39px;
        max-width: 397px;
    }
    .domain-search-tld .offer-switch .year-list li {
        font-size: 16px;
        line-height: 39px;
    }
    .domain-search-tld .offer-switch .switch {
        height: 39px;
        top: 0;
    }
    .domain-search-tld .offer-switch .discount {
        padding-top: 5px;
    }
    .domain-search-tld .offer-switch .discount li {
        font-size: 16px;
    }
    .domain-search-tld .offer-switch .year-list.one li:nth-child(1),
    .domain-search-tld .offer-switch .year-list.three li:nth-child(2),
    .domain-search-tld .offer-switch .year-list.five li:nth-child(3),
    .domain-search-tld .offer-switch .year-list.ten li:nth-child(4) {
        top: 0;
    }
    .domain-search-tld .additional ul.tld-list>li, 
    .domain-search-tld .new ul.tld-list>li {
        margin: 0 8px 5px 8px;
    }
    .domain-search-tld .additional ul.tld-list, 
    .domain-search-tld .new ul.tld-list {
        text-align: center;
        margin-bottom: 0;
        width: auto;
    }
    .domain-search-tld .additional h2, 
    .domain-search-tld .new h2 {
        font-size: 34px;
        margin-top: 34px;
        margin-bottom: 44px;
    }
}
@media only screen and (min-width: 64.063em) {
    .domain-search-tld .other-domain,
    .domain-search-tld .row.additional {
        max-width: 1005px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .domain-search-tld .other-domain h2 {
        margin-bottom: 37px;
    }
    .domain-search-tld .other-domain ul li {
        width: 20%;
        padding-right: 20px;
    }
    .domain-search-tld .tld-other-list {
        padding-bottom: 28px;
    }
    .domain-search-tld .continue {
        padding-top: 34px;
        padding-bottom: 28px;
    }
}
/* End Search result page */

/* Start Thank You page */
.hide-cart-button .print-head {
    display: none;
}
.thank-you-header {
    padding-top: 18px;
    padding-bottom: 20px;
}
.thank-you-header h1 {
    font-family: "Gotham A", "Gotham B";
    font-size: 33px;
    font-weight: 300;
    color: #555555;
    margin-bottom: 5px;
}
.thank-you-header h2 {
    font-size: 18px;
    line-height: 29px;
    color: #555555;
    font-family: "Gotham A", "Gotham B";
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
}
.thank-you-box {
    padding-left: 5px;
    padding-right: 5px;
}
.thank-you-box h3 {
    font-family: "Gotham A", "Gotham B";
    padding-bottom: 11px;
    margin-bottom: 0;
}
.thank-you-box h3 span {
    font-weight: 700;
}
.thank-you-box h4 {
    font-size: 25px;
    line-height: 29px;
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "Gotham A", "Gotham B";
}
.account-info-inner-box {
    padding-left: 13px;
    padding-right: 13px;
}
.account-information-box {
    font-size: 15px;
    line-height: 18px;
}
.account-information-box .row .row {
    margin-bottom: 7px;
}
.thank-you-box hr {
    margin-bottom: 19px;
    margin-top: 19px;
}
.order-note-box {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 6px;
}
.order-note-box p {
    font-size: 14px;
    line-height: 22px;
    color: #555555;
    margin-top: -8px;
}
.thank-you-cart-wrap {
    margin-bottom: 21px;
    padding-top: 25px;
    background: #f0f0f0;
}
.thank-you-cart-wrap h2 {
    color: #555555;
    font-size: 28px;
    font-family: "Gotham A", "Gotham B";
    border-bottom: 1px solid #ccc;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0;
    padding-bottom: 21px;
    padding-left: 15px;
}
.thank-you-cart-wrap .extended-terms-select{
    color: #999999;
    font-weight: 400;
}
.thank-you-cart-wrap .sign-up-complex-cart {
    padding: 0 5px;
}
.thank-you-cart-wrap .sign-up-cart-price {
    padding: 10px 21px 13px 21px;
}
.thank-you-cart-wrap .sign-up-complex-cart .main-one-product {
    padding-left: 12px;
    padding-right: 12px;
}
.save-reciept {
    text-align: center;
    padding-bottom: 26px;
}
.save-reciept .button {
    max-width: 226px;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 11px;
    padding-bottom: 12px;
    border-radius: 8px;
}
.save-reciept .button.info {
    color: #00abc2;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbfbfb+0,dddede+100 */
    background: #fbfbfb; /* Old browsers */
    background: -moz-linear-gradient(top, #fbfbfb 0%, #dddede 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#dddede 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fbfbfb 0%,#dddede 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#dddede',GradientType=0 ); /* IE6-9 */
    margin-bottom: 11px;
}
.thank-you-cart-wrap .sign-up-complex-cart .row:hover .hover-edit-button {
    display: none !important;
}
.thank-you-cart-wrap .sign-up-complex-cart .one-product:hover, 
.thank-you-cart-wrap .sign-up-complex-cart .one-product-line:hover {
    background: transparent !important;
}
.thank-you-cart-wrap .sign-up-complex-cart .product-name-left {
    color: #555;
}
.thank-you-cart-wrap .sign-up-complex-cart .sub-product {
    background: transparent
}
.thank-you-cart-wrap .sign-up-complex-cart .sub-product .product-name-left {
    padding-left: 12px;
}
.thank-you-cart-wrap .sign-up-complex-cart .js_requireErrorMsg,
.thank-you-cart-wrap .sign-up-complex-cart .js_warningMsg {
    margin: 0;
}
.thank-you-cart-wrap .sign-up-complex-cart .js_terms {
    line-height: 16px;
}   
.thank-you-cart-wrap .sign-up-complex-cart .main-one-product > .sub-product {
    margin-bottom: -0;
}
.thank-you-cart-wrap .sign-up-complex-cart .right-price-col .js_terms span {
    font-weight: bold;
    color: #555555;
    padding-right: 10px;
}
.thank-you-cart-wrap .sign-up-complex-cart .coupon-applied .actuale-price,
.thank-you-cart-wrap .sign-up-complex-cart .coupon-applied .coupon-name-price{
    color: #555555;
}
.thank-you-cart-wrap .sign-up-complex-cart .coupon-applied .old-price {
    color: #999999;
    padding-right: 10px;
}
.thank-you-cart-wrap  .sign-up-cart-price{
    font-size: 14px;
}
.thank-you-cart-wrap  .sign-up-cart-price .row {
    padding-top: 3px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #555555;
}
@media only screen and (min-width: 40.063em) {
    .thank-you-box {
        padding-left: 0;
        padding-right: 0;
    }
    .thank-you-header {
        padding-top: 34px;
        padding-bottom: 36px;
    }
    .thank-you-header h1 {
        font-size: 43px;
    }
    .thank-you-header h2 {
        font-size: 23px;
        line-height: 37px;
        max-width: none;
    }
    .thank-you-box h3 {
        padding-bottom: 19px;
    }
    .save-reciept .button {
        max-width: none;
    }
    .save-reciept {
        max-width: 710px;
    }
    .account-info-inner-box{
        max-width: 688px;
        padding-top: 9px;
        padding-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .thank-you-box h4 {
        font-size: 28px;
        margin-bottom: 31px;
    }
    .account-information-box .row .row {
        margin-bottom: 17px;
    }
    .order-note-box p {
        font-size: 15px;
        margin-top: 0;
        padding-top: 9px;
        max-width: 660px;
        margin-left: auto;
        margin-right: auto;
    }
    .thank-you-cart-wrap > .row{
        max-width: 720px;
    }
    .thank-you-cart-wrap h2 {
        padding-bottom: 13px;
        padding-left: 0;
    }
    .thank-you-cart-wrap .sign-up-complex-cart .main-one-product {
        padding-left: 0;
        padding-right: 0;
    }
    .thank-you-cart-wrap .sign-up-cart-price {
        padding: 10px 0 34px 0;
    }
    .thank-you-cart-wrap {
        margin-bottom: 27px;
    }
    .save-reciept {
        padding-bottom: 19px;
    }
}
@media only screen and (min-width: 64.063em) {
    .save-reciept {
        max-width: 965px;
    }
    .thank-you-wrap {
        max-width: 945px;
    }
    .account-info-inner-box {
        max-width: 778px;
    }
    .thank-you-cart-wrap > .row {
        max-width: 761px;
    }
    .save-reciept {
        padding-bottom: 40px;
    }
}
/* End Thank You page */

/* Start transfer page */
.transfer-domain-wrap {
    padding-top: 21px;
}
.transfer-domain-wrap h2 {
    font-family: "Gotham A", "Gotham B";
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #555555;
}
.transfer-domain-wrap .input-select-collapse {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.transfer-domain-wrap .input-select-collapse input[type="text"] {
    height: 41px;
    border: 1px solid #dcdcdc;
    font-size: 18px !important;
    text-indent: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    text-align: center;
    padding-right: 41px;
    color: #555;
}
.transfer-domain-wrap .input-select-collapse .button {
    position: absolute;
    width: 41px !important;
    height: 41px !important;
    color: #999999;
    font-size: 18px !important;
    top: -2px;
    right: 2px;
    padding: 0;
    box-shadow: none;
    background: transparent;
    margin: 0;
}
.domain-name-result-title {
    padding-top: 11px;
    padding-bottom: 29px;
}
.domain-name-result-title p {
    font-size: 22px;
    line-height: 29px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 0;
}
.domain-name-result-title p .nowrap-text {
    white-space: nowrap;
}
.epp-code-gray-box {
    background: #f5f5f5;
    padding: 16px 16px 12px 16px;
    margin-bottom: 50px;
}
.epp-code-gray-box h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 19px;
    color: #555555;
    font-family: "Gotham A", "Gotham B";
}
.epp-code-gray-box h2 i {
    color: #38b6cb;
    font-size: 16px;
    position: relative;
    top: -4px;
    border: none;
}
.epp-code-gray-box input[type="text"] {
    height: 61px;
    border: 1px solid #dcdcdc;
    box-shadow: none;
}
.epp-code-gray-box .epp-code-button-box {
    padding-top: 6px;
}
.epp-code-gray-box .epp-code-button-box .button {
    display: block;
    width: 226px;
    margin: 0 auto 13px auto;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 11px;
    padding-bottom: 12px;
}
.no-epp-code-box {
    background: #f5f5f5;
    padding: 15px 10px 10px;
    margin-bottom: 31px;
}
.no-epp-code-box h2 {
    font-size: 21px;
    font-weight: 300;
    color: #333;
    margin-bottom: 12px;
    font-family: "Gotham A", "Gotham B";
}
.no-epp-code-box p {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 17px;
}
.no-epp-code-box .button {
    width: 226px;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 11px;
    padding-bottom: 12px;
}
.domain-name-result-title {
    padding-top: 11px;
    padding-bottom: 29px;
}
.js_transfer_assoc .domain-name-result-title p{
    font-size: 18px;
    color: #333333;
}
.js_transfer_assoc .domain-name-result-title .dom-with-tld{
    font-size: 21px;
    color: #333333;
}
.not-available-gray-box {
    background: #f5f5f5;
    padding: 12px 10px 13px 10px;
    margin-bottom: 27px;
}
.not-available-gray-box .why-domain-not-available {
    padding-bottom: 19px;
}
.not-available-gray-box .why-domain-not-available h2 {
    font-weight: 300;
    color: #555555;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 21px;
    padding-left: 3px;
    font-family: "Gotham A", "Gotham B";
}
.not-available-gray-box .why-domain-not-available {
    padding-bottom: 9px;
}
.not-available-gray-box .blue-arrow-list {
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 21px;
}
.not-available-gray-box .blue-arrow-list li {
    margin-bottom: 14px;
    position: relative;
}
.not-available-gray-box .blue-arrow-list li:before {
    content: "\f054";
    font: normal normal normal 10px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3fb7cb;
    position: absolute;
    left: -18px;
    top: 5px;
}
.not-available-gray-box .so-now-what-box {
    border-top: 1px solid #e3e3e3;
    padding-top: 25px;
}
.not-available-gray-box .so-now-what-box h2 {
    font-size: 24px;
    font-weight: 300;
    color: #555555;
    line-height: 28px;
    margin-bottom: 17px;
    font-family: "Gotham A", "Gotham B";
}
.not-available-gray-box .so-now-what-box .inside-box h3 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 6px;
    font-family: "Gotham A", "Gotham B";
}
.not-available-gray-box .so-now-what-box .inside-box p {
    line-height: 19px;
    color: #999999;
    margin-bottom: 20px;
}
.not-available-gray-box .so-now-what-box .inside-box .button {
    width: 226px;
    font-size:  16px;
    padding-top: 11px;
    padding-bottom: 12px;
}
.not-available-gray-box .so-now-what-box > .columns:last-child h3 {
    padding-top: 10px;
    margin-bottom: 13px;
}

@media only screen and (max-width: 40em){
    .transfer-domain-wrap .quicktabs-mobile {
        margin: 28px 0 0 0;
        position: relative;
    }
    .transfer-domain-wrap .quicktabs-tabs {
        display: none;
    }
    .quicktabs-mobile .quicktabs-title {
        font-weight: initial;
        font-size: 1.4em;
        color: #fff;
        position: relative;
        display: inline-block;
        cursor: pointer;
    }
    .transfer-domain-wrap .quicktabs-mobile .quicktabs-title {
        color: #3fb7cb;
        white-space: nowrap;
        font-family: "Gotham A", "Gotham B";
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 12px;
    }
    .transfer-domain-wrap .quicktabs-mobile ul {
        list-style: none;
        box-shadow: 3px 5px 9px rgba(3, 23, 48, .4);
        border-radius: 1px;
        position: absolute;
        width: 282px;
        z-index: 10;
        left: 50%;
        margin-left: -141px;
        margin-bottom: 0;
        background-color: #fff;
    }
    .transfer-domain-wrap .quicktabs-mobile ul li {
        padding: 21px 3px;
        font-size: 1.2rem;
        color: #3fb7cb;
        cursor: pointer;
    }
    .transfer-domain-wrap .quicktabs-mobile ul li.active {
        color: #000;
    }
    .transfer-domain-wrap .quicktabs-mobile ul li.first {
        border-bottom: 1px solid #3fb7cb;
    }
    .quicktabs-mobile .quicktabs-title:after {
        content: "\f107";
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: -20px;
        top: 14%;
    }
    .transfer-domain-wrap .quicktabs-mobile .quicktabs-title:after {
        position: relative;
        display: inline-block;
        top: 0;
        right: auto;
        font-size: 17px;
        margin-left: 7px;
    }
    .quicktabs-mobile ul:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        margin-left: 10px;
        top: 0;
        left: 50%;
        border: 6px solid #fff;
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff;
        transform-origin: 0 0;
        transform: rotate(135deg);
        box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.1);
    }
    div[data-module="transfer_domain"] .js_transfer_domain_btn {
        margin: 0 0 1rem 0;
    }
}

@media only screen and (min-width: 40.063em){
    .transfer-domain-wrap {
        padding-top: 53px;
    }
    .transfer-domain-wrap h2 {
        font-size: 28.67px;
        line-height: 38px;
    }
    .transfer-domain-wrap .quicktabs-tabs {
        text-align: center;
        padding-bottom: 4px;
        padding-top: 29px;
    }
    .transfer-domain-wrap .quicktabs-tabs li {
        display: inline-block;
        margin-right: 44px;
        margin-left: 44px;
        position: relative;
    }
   .transfer-domain-wrap .quicktabs-tabs li:not(.last):before {
       content: "";
       position: absolute;
       right: -52px;
       top: 10px;
       width: 0;
       height: 20px;
       border-left: 1px solid #cdd0d5;
       border-right: 1px solid #e8e9eb;
   }
    .transfer-domain-wrap .quicktabs-tabs li a {
        color: #39a9bd;
        display: inline-block;
        font-size: 20px;
        position: relative;
    }
    .transfer-domain-wrap .quicktabs-tabs .active a {
        color: #555555;
    }
    .transfer-domain-wrap .quicktabs-tabs .active a:after {
        content: "\f107";
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        bottom: -17px;
    }
    .transfer-domain-wrap .row {
        max-width: 673px;
    }
    .transfer-domain-wrap .input-select-collapse input[type="text"] {
        margin-top: 0 !important;
        height: 61px;
        font-size: 24px !important;
    }
    .transfer-domain-wrap .input-select-collapse .js_search_domain_find_btn {
        margin-top: 0 !important;
    }
    .transfer-domain-wrap .input-select-collapse .button {
        width: 53px !important;
        height: 61px !important;
        font-size: 24px !important;
        color: #3fb7cb;
    }
    .transfer-domain-wrap .input-select-collapse input[type="text"]::-webkit-input-placeholder {
        color: #c6c6c6;
    }
    .transfer-domain-wrap .input-select-collapse input[type="text"]::-moz-placeholder {
        color: #c6c6c6;
    }
    .transfer-domain-wrap .input-select-collapse input[type="text"]:-ms-input-placeholder {
        color: #c6c6c6;
    }
    .transfer-domain-wrap .input-select-collapse input[type="text"]:-moz-placeholder {
        color: #c6c6c6;
    }
    .domain-name-result-title p {
        font-size: 28px;
    }
    .domain-name-result-title {
        padding-bottom: 44px;
        padding-top: 31px;
    }
    .epp-code-gray-box h2 {
        font-size: 21px;
    }
    .epp-code-gray-box {
        padding: 18px 16px 12px 16px;
    }
    .epp-code-gray-box .epp-code-button-box {
        padding-top: 4px;
    }
    .epp-code-gray-box .epp-code-button-box .button {
        float: right;
        margin-left: 9px;
    }
    .epp-code-gray-box {
        max-width: 653px;
        padding: 17px 13px 12px 13px;
        margin-left: auto;
        margin-right: auto;
    }
    .no-epp-code-box {
        padding: 0px;
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
        background: transparent;
    }
    .no-epp-code-box h2 {
        font-size: 28px;
        margin-bottom: 18px;
    }
    .no-epp-code-box p {
        margin-bottom: 33px;
    }
    .no-epp-code-box .button {
        width: 180px;
    }
    .domain-name-result-title {
        padding-top: 31px;
        padding-bottom: 48px;
    }
    .js_transfer_assoc .domain-name-result-title p{
        font-size: 28px;
        color: #333333;
    }
    .js_transfer_assoc .domain-name-result-title .dom-with-tld{
        font-size: 28px;
        color: #333333;
    }
    .not-available-gray-box {
        max-width: 653px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 31px;
        padding-bottom: 34px;
    }
    .not-available-gray-box .why-domain-not-available {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 27px;
    }
    .not-available-gray-box .why-domain-not-available h2 {
        font-size: 24px;
        padding-left: 2px;
        margin-bottom: 23px;
    }
    .not-available-gray-box .blue-arrow-list {
        font-size: 16px;
        padding: 0 0 0 15px;
    }
    .not-available-gray-box .blue-arrow-list li:before {
        font-size: 10px;
        top: 5px;
        left: -14px;
    }
    .not-available-gray-box .so-now-what-box {
        padding-top: 28px;
    }
    .not-available-gray-box .so-now-what-box h2 {
        margin-bottom: 27px;
    }
    .not-available-gray-box .so-now-what-box .columns:last-child {
        border-left: 1px solid #e3e3e3;
        padding-top: 13px;
    }
    .not-available-gray-box .so-now-what-box .inside-box p {
        margin-bottom: 27px;
    }
    .not-available-gray-box .so-now-what-box .inside-box .button {
        margin-bottom: 8px;
    }
    .not-available-gray-box .so-now-what-box .columns:last-child h3 {
        margin-bottom: 49px;
    }
}
@media only screen and (min-width: 64.063em) {
    .transfer-domain-wrap {
        padding-top: 36px;
    }
}
/* End transfer page */

/* Start Pricing table */
.modal-domain-pricing-chart{
    border: none;
    border-radius: 0;
    left: 9px;
    right: 9px;
    width: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 28px !important;
}
.modal-domain-pricing-chart .close-reveal-modal{font-size: 18px;right: 9px;top: 8px;color: #555555;}
.modal-domain-pricing-chart h2 {
    font-size: 28px;
    margin-top: 15px;
    font-family: "Gotham A", "Gotham B";
    color: #555555;
    margin-bottom: 19px;
}
.select-dropdown-price label {
    font-size: 23px;
    line-height: 28px;
    font-family: "Gotham A", "Gotham B";
    font-weight: 700;
    color: #3fb7cb;
    display: inline-block;
    margin-bottom: 2px;
}
.select-dropdown-price > span {
    font-weight: 700;
    font-size: 15px;
    color: #999999;
}
.select-dropdown-price label > i {
    font-size: 20px;
    padding-left: 5px;
}
table.price-table-small {
    border: none;
    width: 100%;
    background: #f4f4f4;
    margin-top: 12px;
    margin-bottom: 27px;
}
table.price-table-small tbody {
    border-top: 0;
}
table.price-table-small td {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 11px;
    width: 50%;
}
table.price-table-small tr td:first-child{
    text-align: left;
    padding-left: 35px;
}
.modal-domain-pricing-chart .button {
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 8px;
    min-width: 93px;
    margin-bottom: 0;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #fff;
}
.select-dropdown-price{
    margin-bottom: 6px;
    display: inline-block;
}
.select-dropdown-price ul {
    display: none;
    position: absolute;
    width: 272px;
    left: 50%;
    margin-left: -136px;
    list-style: none;
    margin-bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.15);
    z-index: 15;
    margin-top: -6px;
}
.select-dropdown-price ul:before {
    content: "";
    position: absolute;
    top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 8px 6.5px;
    border-color: transparent transparent #fff transparent;
    left: 50%;
    margin-left: -6.5px;
}
.select-dropdown-price ul li {
    border-top: 1px solid #d3d3d3;
    font-size: 19px;
    line-height: 28px;
    padding-bottom: 4px;
    padding-top: 9px;
    color: #00aabf;
}
.select-dropdown-price ul li:first-child {
    border-top: none;
}
.select-dropdown-price ul li .save-one-item, 
.select-dropdown-price ul li .period-one-item, 
.select-dropdown-price ul li .not-subline {
    display: block;
}
.select-dropdown-price ul li .not-subline {
    padding-top: 13px;
    padding-bottom: 17px;
    color: #555;
}
.select-dropdown-price .save-one-item {
    color: #538b23;
}
@media only screen and (min-width: 40.063em){
    .price-one-table-box{
        padding-left: 20px;
        padding-right: 20px;
    }
    .modal-domain-pricing-chart{
        left: 14px;
        right: 14px;
        max-width: 802px !important;
    }
    .modal-domain-pricing-chart h2 {
        font-size: 34px;
        margin-top: 8px;
        margin-bottom: 26px;
    }
    .price-table-medium{
        width: 100%;
        border: none;
        margin-bottom:  27px;
    }
    .price-table-medium th,
    .price-table-medium tbody {
        border: 0;
    }
    .price-table-medium thead {
        background: transparent;
    }
    .price-table-medium thead th {
        text-align: center;
        padding-bottom: 12px;
    }
    .price-table-medium thead h3 {
        font-size: 18px;
        font-weight: 700;
        color: #555555;
        margin-bottom: 5px;
        font-family: "Gotham A", "Gotham B";
    }
    .price-table-medium .save-price,
    .price-table-medium .regular-price {
        font-size: 15px;
    }
    .price-table-medium .save-price{
        color: #538b23;
    }
    .price-table-medium .regular-price {
        color: #999999;
    }
    .price-table-medium tbody td,
    .price-table-medium tbody th {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .price-table-medium tbody td {
        text-align: center;
        color: #555555;
        font-size: 15px;
    }
    .price-table-medium tbody th {
        color: #777777;
        font-weight: 400;
        font-size: 15px;
        padding-left: 25px;
    }
    .price-table-medium tbody tr.odd, table tr.alt, 
    .price-table-medium tbody tr:nth-of-type(odd) {
        background: #f4f4f4;
    }
}
/* End Pricing table */


/* start Coupon box cart page */
.cart-page-wrap div[data-module="coupon"] .coupon-form > .row {
    background: #e1e1e1;
    padding-bottom: 14px;
    margin-bottom: 14px;
}
.cart-page-wrap div[data-module="coupon"] .coupon-form h5 {
    font-size: 15px;
    color: #333333;
    margin-bottom: 2px;
}
.cart-page-wrap div[data-module="coupon"] .coupon-form p {
    font-size: 13px;
    margin-bottom: 0;
}
.cart-page-wrap div[data-module="coupon"] .coupon-form > .row > .columns {
    padding: 9px 10px 0 10px;
}
.cart-page-wrap div[data-module="coupon"] .coupon-form input {
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    margin-bottom: 10px;
}
.cart-page-wrap div[data-module="coupon"] .coupon-form .coupon-button-box {
    margin: 0 -5px;
    padding-top: 8px;
}
.cart-page-wrap div[data-module="coupon"] .coupon-form .coupon-button-box .button {
    text-transform: uppercase;
}
.cart-page-wrap div[data-module="coupon"] .coupon-form .coupon-note-line i {
    font-style: normal;
}
.cart-page-wrap div[data-module="coupon"] .coupon-form .gray-coupon-button{
    background: transparent;
    color: #636466;
    border: 2px solid #636466;
    padding-top: 9px;
    padding-bottom: 8px;
}
@media only screen and (min-width: 64.063em) {
    .cart-page-wrap div[data-module="coupon"] .coupon-form > .row {
        margin-bottom: 0;
    }
}
/* end Coupon box cart page */
/* start print receipt */
@media print {
  .hide-cart-button .save-reciept,
  .hide-cart-button #footer,
  .hide-cart-button header,
  .hide-cart-button nav,
  .hide-cart-button .thank-you-header,
  .hide-cart-button .action-links,
  .hide-cart-button .node-tab,
  .hide-cart-button .order-note-box {
    display: none; 
  }
  .hide-cart-button .print-head,
  .hide-cart-button .thank-you-wrap,
  .hide-cart-button .thank-you-cart-wrap {
    display: block; 
  }
  .hide-cart-button .print-head {
    margin-top: -50px; 
  }
  .hide-cart-button .print-head p:first-child {
    font-size: 28px;
    margin-bottom: 0; 
  }
  .hide-cart-button .print-head p:last-child {
    font-size: 16px; 
  }
  .hide-cart-button .thank-you-box, .hide-cart-button hr, .hide-cart-button h3, .hide-cart-button h4 {
    padding: 0;
    margin: 0; 
  } 
}
/* end print receipt */

/* Start Forgot password Popup */
.reveal-modal.modal-forgot-pass-popup {
    padding-left: 6px!important;
    padding-right: 6px !important;
    border: none;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 314px !important;
    left: 0;
    right: 0;
}
.reveal-modal.modal-forgot-pass-popup iframe.reset-pass-frame {
    border: 0;
    width: 100%;
    height: 350px;
}
@media only screen and (min-width: 40.063em) {
    .reveal-modal.modal-forgot-pass-popup {
        max-width: 534px !important;
        margin-left: auto;
        margin-right: auto;
    }
}
/* End Forgot password Popup */

/* Start popups of errors */
.errors-popup {
    max-width: 525px !important;
}
.errors-popup h2 {
    padding-top: 3px;
    font: 300 34px "Gotham A","Gotham B";   
    color: #555555;
}
.errors-popup p {
    padding-top: 5px;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    max-width: 390px;
    margin: 0 auto;
}
.errors-popup .button-box {
    padding-top: 18px;
    padding-bottom: 15px;
}
.errors-popup .button-box .button {
    text-transform: uppercase;
    margin: 11px 0 0 0;
    font-size: 16px;
    padding-top: 11px;
    padding-bottom: 9px;
}
.errors-popup .button-box .button.close-error-popup {
    color: #555555;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,cfcfcf+100 */
    background: #e1e1e1; /* Old browsers */
    background: -moz-linear-gradient(top, #e1e1e1 0%, #cfcfcf 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e1e1e1 0%,#cfcfcf 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e1e1e1 0%,#cfcfcf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
}
.errors-popup-wrap .close-reveal-modal {
    width: 26px;
    height: 26px;
    background: url('/sites/www.deluxe.com/files/errors-popup-close-button.png') no-repeat  0 0;
    padding: 0;
    margin-right: 1px;
    margin-top: 5px;
}
.errors-popup-wrap select{
    border-radius: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    height: 28px;
    border: 1px solid #e6e6e6;
    box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.1);
    font-size: 13.66px;
    font-weight: 300;
    margin-top: 12px;
    margin-bottom: 0;
}
/* End popups of errors */

/* temporary workaround start, Hide Menu */
.page-node-6989 #menu-websites-web-design,
.page-node-6993 #menu-websites-web-design,
.page-node-6995 #menu-websites-web-design
{
    display: none !important;
}
/* temporary workaround end */
.promo-price-logo span {
    color: rgb(218, 41, 28);
    padding-top: 4px;
    font-size: 20px;
    line-height: 20px;
}
.promo-price-logo b {
    text-decoration: line-through;
    font-weight: 500;
}

/* Start Quick Search */
.quick-search-wrap .inner-wrap-qs {
    min-height: 293px;
}
.quick-search-wrap .qs-search-results {
    margin: 0;
}
.quick-search-wrap {
    position: relative;
    min-height: 293px;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background: #f2f3f3;
}
.quick-search-wrap .inner-wrap-qs .loading-spiner {
    background: url(/sites/www.deluxe.com/files/loader.gif) no-repeat;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -50px;
    margin-left: -50px;
    text-align: center;
    color: #13abc0;
    font-size: 11px;
    padding-top: 40px;
}
.quick-search-wrap:before {
    content: "";
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 7px 10px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}
.quick-search-wrap:before {
    border-color: transparent transparent #f2f3f3 transparent;
}
.quick-search-wrap .is-available-domain, 
.quick-search-wrap .is-available-premium-domain {
    padding-top: 34px;
    padding-bottom: 35px;
}
.quick-search-wrap .is-available-domain .fa, 
.quick-search-wrap .is-available-premium-domain .fa {
    color: #87b351;
    font-size: 66px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    margin-bottom: 11px;
}
.quick-search-wrap .is-available-domain .domain-name-search, 
.quick-search-wrap .is-available-premium-domain .domain-name-search {
    font-size: 27px;
    line-height: 32px;
    color: #141519;
    font-weight: 600;
    padding-bottom: 24px;
}
.quick-search-wrap .is-available-domain .domain-name-search nobr span, 
.quick-search-wrap .is-available-premium-domain .domain-name-search nobr span {
    color: #87b351;
}
.quick-search-wrap .button {
    font-size: 16px;
    min-width: 226px;
}
.quick-search-wrap .is-not-available {
    padding-top: 32px;
}
.quick-search-wrap .is-not-available h2 {
    font-weight: 600;
    color: #141519;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 26px;
    font-family: "Gotham A","Gotham B";
}
.quick-search-wrap .is-not-available hr {
    margin: 7px 17px 27px 17px;
    border-color: #a3a4a4;
}
.quick-search-wrap .is-not-available p {
    font-size: 19px;
    line-height: 25px;
    color: #555555;
    font-weight: 300;
    margin-bottom: 0;
}
.quick-search-wrap .domain-search-tld .other-domain ul li {
    text-align: left;
}
.quick-search-wrap .domain-search-tld .other-domain {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 0;
}
.quick-search-wrap .domain-search-tld .continue {
    padding-top: 7px;
    padding-bottom: 23px;
}
.quick-search-wrap .inner-wrap-qs  .loading-spiner.sp-related {
    top: auto;
    bottom: -94px;
}
@media only screen and (min-width: 40.063em) {
    .quick-search-wrap .is-available-domain, 
    .quick-search-wrap .is-available-premium-domain {
        padding-top: 47px;
        padding-bottom: 48px;
    }
    .quick-search-wrap .is-available-domain .fa, 
    .quick-search-wrap .is-available-premium-domain .fa{
        font-size: 117px;
        margin-bottom: 21px;
    }
    .quick-search-wrap .is-available-domain .domain-name-search, 
    .quick-search-wrap .is-available-premium-domain .domain-name-search {
        font-size: 38px;
        padding-bottom: 39px;
    }
    .quick-search-wrap .domain-search-tld .other-domain ul li {
        width: 50%;
    }
    .quick-search-wrap .is-not-available {
        max-width: 650px;
        margin: 0 auto;
    }
    .quick-search-wrap .is-not-available h2 {
        font-size: 28px;
        margin-bottom: 28px;
    }
    .quick-search-wrap .is-not-available {
        padding-top: 30px;
    }
    .quick-search-wrap .is-not-available p {
        font-size: 23px;
    }
    .quick-search-wrap .domain-search-tld .other-domain {
        padding-left: 55px;
    }
   .quick-search-wrap .inner-wrap-qs  .loading-spiner.sp-related {
        bottom: -120px;
    }
}
@media only screen and (min-width: 64.063em) {
    .quick-search-wrap .domain-search-tld .other-domain ul li {
        width: 25%;
    }
    
    .quick-search-wrap .is-not-available {
        max-width: 1140px;
    }
}
.card-info-line .what-includes-box .list-description {
    list-style-type: none;
}
.card-info-line .what-includes-box .list-description p{
    margin-bottom: 0;
}
/* End Quick Search */
.cart-page-wrap .cart-coupon-width {    
     margin: 0 auto;
     max-width: 600px;
}