/***********track order*************/
.track_order{
    margin: 140px auto 160px;
}
.track_order h4 {
    font-size: 1.5rem;
    font-family: 'ubuntu-b';
    color: #424242;
    text-align: center;
    padding-bottom: 27px;
    margin-bottom: 20px;
}

.track_order .form_con {
    display: flex;
    justify-content: space-between;
}

.track_order .form_con>div {
    width: calc(50% - 45px);
    border: 3px solid #F5F5F5;
    border-radius: 20px;
    overflow: hidden;
}

.track_order .form_con>div .form_title {
    background: #F5F5F5;
    color: #424242;
    text-align: center;
    font-family: 'ubuntu-b';
    font-size: 20px;
    line-height: 108px;
}

.track_order .form_con>div form input[type="text"],
.track_order .form_con>div form input[type="password"] {
    border: none;
    background: #f5f5f5;
    border-radius: 15px;
    height: 30px;
}

.track_order .form_con>div form .field {
    margin-top: 30px;
}

.track_order .form_con>div form {
    font-family: 'ubuntu';
    padding: 30px 58px 50px;
}

.track_order .form_con>div form .field .forgetpassword {
    float: right;
    color: #424242;
    font-size: 0.75rem;
    margin-top: 5px;
    cursor: pointer;
}

.track_order .form_con>div form .field label {
    font-size: 0.875rem;
    margin-bottom: 10px;
    display: inline-block;
}
.track_order .form_con>div form .field label+a{
    float: right;
    text-decoration: underline;
    font-size: 0.875rem;
    color: #424242;
}
.track_order .form_con>div form .field label:not(.forgetpassword):before {
    content: '*';
    color: #f97a7a;
    margin-right: 3px;
}

.track_order .form_con>div.ordernum_email form .form_btn a,
.track_order .form_con>div.ordernum_email form .form_btn input {
    border-radius: 10px!important;
    border: none;
    background-color: #DE755E!important;
    color: #fff;
    padding: 20px 0;
    font-family: 'ubuntu-b';
    font-size: 1rem;
    width: 56%;
    margin: 80px auto 0;
    display: block;
    text-align: center;
    cursor: pointer;
}

.track_order .form_con>div.awaccount_login form .form_btn button {
    border: 1px solid #DE755E;
    border-radius: 10px;
    color: #fff;
    background: #DE755E;
    font-family: 'ubuntu-b';
    font-size: 1rem;
    padding: 16px 0;
    width: 56%;
    margin: 80px auto 0;
    display: block;
}
@media (max-width:1023px) {
    /**********track order*********/
    .track_order {
        margin: 40px auto 24px;
    }
    .track_order .form_con {
        flex-wrap: wrap;
    }
    .track_order h4{
        margin-bottom: 0;
        font-size: 1rem;
    }
    .track_order .form_con>div {
        width: 100%;
        margin-bottom: 50px
    }
    .track_order .form_con>div .form_title {
        font-size: 0.875rem;
        line-height: 55px;
    }
    .track_order .form_con>div form{
        padding: 24px;
    }
    .track_order #orderinfo {
        margin: 30px 0;
    }
    .track_order .form_con>div form .field {
        margin-top: 20px;
    }
    .track_order .form_con>div.awaccount_login form .form_btn button,
    .track_order .form_con>div.ordernum_email form .form_btn input {
        padding: 0;
        height: 3rem;
        line-height: 3rem;
        width: 100%;
        margin-top: 24px;
    }
    .track_order #orderinfo .order-details-items .table-order-items .item-options .customized+span {
        left: 10px;
        width: 170px;
        height: 200px;
        top: 0;
    }
    .track_order #orderinfo .order-details-items .table-order-items .item-options .customized+span .content>div.showm {
        display: block;
    }
    .track_order #orderinfo .order-details-items .table-order-items .item-options .customized+span .content i,
    .track_order #orderinfo .order-details-items .table-order-items .item-options .customized+span .content:before {
        display: none;
    }
    .track_order #orderinfo .order-details-items .table-order-items .item-options .customized+span .content>a.close {
        margin-top: 5px;
        position: absolute;
        right: 10px;
        bottom: 20px;
    }
    .track_order #orderinfo .order-details-items .table-order-items .item-options .customized+span .content>a.close:before {
        content: '\e939';
    }
    .track_order #orderinfo .order-details-items .table-order-items .item-options .customized+span .content>div {
        flex: 0 0 100%;
        text-align: left;
        padding-left: 10px;
        line-height: 22px;
    }
    .track_order #orderinfo .order-details-items table.total {
        float: unset;
        width: 100%;
    }
    .track_order #orderinfo .order-details-items table.total tr {
        border: 0;
    }
    .track_order #orderinfo .order-details-items table.total tr:nth-child(n+2) {
        line-height: 50px;
    }
    .track_order #orderinfo .order-details-items table.total tr th {
        display: none;
    }
    .track_order #orderinfo .order-details-items table.total tr td {
        justify-content: space-between;
        font-size: 1rem;
        font-family: 'SofiaPro-r';
    }
    .track_order #orderinfo .order-details-items table.total tr td:before {
        font-weight: 500;
    }
    .track_order #orderinfo .order-details-items table.total tr:nth-child(-n+2) td:before {
        color: #888;
    }
    .track_order #orderinfo .order-details-items table.total tr td .price {
        font-size: 1rem;
        font-family: 'SofiaPro-r';
    }
    .track_order #orderinfo .order-details-items table.total tr:last-child .price {
        color: #333;
        font-size: 1.375rem;
    }
    .track_order #orderinfo .order-details-items table.total tr.grand_total td.amount {
        font-size: 1.375rem;
        font-family: 'ButlerRegular';
    }
    .track_order #orderinfo .order-details-items .table-order-items .item-options .customized {
        color: #666666;
        font-size: .75rem;
    }
    .track_order #orderinfo .order-details-items .table-order-items .item-options .customized:after {
        position: absolute;
        color: #666;
        font-family: 'Linearicons';
        cursor: pointer;
        font-size: .75rem;
        font-weight: 600;
        content: '\e939';
        right: -20px;
        top: 1px;
        transform: rotate( 180deg);
    }
    /**********end track order*********/
}
/***********end track order*************/
/********* Student Discount && Military Discount *********/
body.cms-student-discounts .layout_type1.page-title-wrapper{
    padding: 24px 0 340px;
    margin-bottom: 40px;
    background: url(../../../wysiwyg/convenpage/student-discount.jpg)no-repeat center;
    background-size:100%;
}
body.cms-military-discounts .layout_type1.page-title-wrapper{
    padding: 24px 0 340px;
    margin-bottom: 40px;
    background: url(../../../wysiwyg/convenpage/military-discount.jpg)no-repeat center;
    background-size:100%;
}
.student-discount,
.military-discount{
    font-size:1rem;
    color: #424242;
    max-width: 1000px;
    margin: auto;
}
.top-content{
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}
.top-content img{
    width: 700px;
    margin-left: 80px;
    object-fit: contain;
}
.top-content .text-item{
    flex: 1;
}
.top-content .text-item h1{
    color: #424242;
    font-family: 'ubuntu-b';
    font-size: 44px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.top-content .text-item .bold{
    font-family: 'ubuntu-b';
    font-size: 24px;
    color: #424242;
    background-size: 8%;
    margin-bottom: 0;
    padding: 20px 0;
}
.top-content .text-item p{
    padding: 5px 0;
    text-align: center;
    color: #8C8C8C;
}
.top-content .text-item .steps{
    font-family: 'ubuntu-b';
    text-transform: uppercase;
    font-size: 20px;
    background: #DA6950;
    color: #fff;
    border: none;
    border-radius: 0;
    height: 35px;
    margin: 10px 0;
}
.top-content .text-item .link_btn{
    font-family: 'ubuntu-b';
    text-transform: uppercase;
    font-size: 16px;
    background: #DE755E;
    border-radius: 10px;
    color: #fff;
    border: none;
    height: 60px;
    width: 300px;
    padding: 0;
    margin: 45px auto 0;
    display: block;
}
.top-content .text-item .link_btn a{
    color: #fff;
    display: block;
    line-height: 60px;
}
.top-content .text-item form{
    margin-top: 80px;
    padding: 50px;
    background: #F5F5F5;
    border-radius: 15px;
}
.top-content .text-item .fieldset{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
}
.top-content .text-item .field{
    width: calc(50% - 50px);
    margin-bottom: 15px;
}
.top-content .text-item .field .label{
    color: #8C8C8C;
    font-size: .875rem;
}
.top-content .text-item .field .label.file{
    color: #424242;
    font-family: 'ubuntu-b';
    font-size: 1rem;
}
.top-content .text-item .field .control{
    position:relative;
}
.top-content .text-item .field.name .control:before{
    content:'';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 16px;
    top: 11px;
    background: url(../../../wysiwyg/convenpage/VH-Generalpage.svg)no-repeat;
    background-size: 250%;
    background-position: 0px -75px;
}
.top-content .text-item .field.email .control:before{
    content:'';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 16px;
    top: 11px;
    background: url(../../../wysiwyg/convenpage/VH-Generalpage.svg)no-repeat;
    background-size: 250%;
    background-position: -31px -53px;
}
.top-content .text-item .field input{
    border: none;
    border-radius: 46px;
}
.top-content .text-item .field.email{
    width: 100%;
}
.top-content .text-item .field .file_box{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: 10px;
}
.top-content .text-item .field .file_box div.mage-error{
    order: 3;
    width: 100%;
}
.top-content .text-item .field .file_box .file_tips{
    margin-left: 20px;
    color: #8C8C8C;
}
.top-content .text-item .field .file_box .file_tips>div{
    font-family: 'ubuntu-b';
    text-decoration: underline;
    text-align: left;
    cursor: pointer;
}
.top-content .text-item .show_img{
    width: 80px;
    height: 80px;
    margin: 0;
    object-fit: cover;
    display: none;
}
.top-content .text-item input[type='file']{
    width: 80px;
    height: 80px;
    padding: 10px;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
}
.top-content .text-item input[type='file']::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../../wysiwyg/convenpage/updata-file.jpg)no-repeat top;
    background-size: 100%;
}
.quertions{
    max-width: 1230px;
    margin: 80px auto;
    color: #8C8C8C;
}
.quertions h1{
    color: #424242;
    font-family: 'ubuntu-b';
    font-size: 24px;
    line-height: 50px;
    text-transform: capitalize;
    margin-bottom: 20px;
    border-bottom: 1px #f0f0f0 solid;
    cursor: pointer;
}
.quertions h1::before{
    content:"";
    display:block;
    width: 20px;
    height: 20px;
    background: url(../../../wysiwyg/homepage/home-icon.svg)no-repeat center;
    float:right;
    margin-top:20px;
    background-size: 2000%;
    background-position: 0px -120px;
}
.quertions.active h1::before{
    transform:rotate(90deg)
}
.quertions .item{
    padding: 30px 0;
    position: relative;
}
.quertions h5{
    color: #424242;
    font-family: 'ubuntu-b';
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.quertions ul{
    list-style: inside;
}
.quertions ul li{
    margin: 10px 0;
}
@media (max-width: 1023px) {
    body.cms-student-discounts .page-title-wrapper{
        display: block;
        padding: 0 0 240px;
        margin-bottom: 0;
        background: url(../../../wysiwyg/convenpage/student-discount-m.jpg)no-repeat center;
        background-size:100%;
    }
    body.cms-military-discounts .page-title-wrapper{
        display: block;
        padding: 0 0 240px;
        margin-bottom: 0;
        background: url(../../../wysiwyg/convenpage/military-discount-m.jpg)no-repeat center;
        background-size:100%;
    }
    body.cms-student-discounts .page-title-wrapper .page-title,
    body.cms-military-discounts .page-title-wrapper .page-title{
        display: none;
    }
    .top-content{
        margin: 0 -15px;
        padding: 0;
        flex-wrap: wrap;
        background: #fff;
        font-size:14px;
    }
    .top-content img{
        margin: 0;
        order:-1;
        width:calc(100% + 30px);
    }
    .top-content .text-item{
        padding: 0 15px;
        width: 100%;
    }
    .top-content .text-item .field{
        width: 100%;
    }
    .top-content .text-item .field input{
        height: 40px;
    }
    .top-content .text-item h1{
        font-size:20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .top-content .text-item .bold {
        font-size: 20px;
        background-size: 12%;
        padding: 30px 0 0px!important;
    }
    .top-content .text-item form{
        margin-top: 20px;
        padding: 20px;
    }
    .top-content .text-item .steps{
        font-size:16px;
    }
    .top-content .text-item input[type='file']{
        width: 60px;
        height: 60px;
    }
    .top-content .text-item .link_btn{
        font-size:14px;
        height:50px;
        margin: 20px auto;
        display:block;
        width:88%;
    }
    .top-content .text-item .link_btn a{
        line-height: 50px;
    }
    .quertions{
        margin:20px 0;
        font-size:14px;
    }
    .quertions h1{
         font-size:16px;
    }
    .quertions h5{
        font-size:14px
    }
    .quertions .item{
        padding:12px 0 20px;
    }
    .quertions .item:before{
        left: 2px;
        top: 0;
        font-size: 50px;
        overflow: hidden;
        line-height: 50px;
        height: 30px;
        width: 80px;
        padding: 0 20px;
        background: #f5f5f5;
        color: #fff;
        transform: skewX(-20deg);
        z-index: -1;
    }
    .quertions .item:nth-of-type(2n):before{
        top: -10px;
    }
    .quertions ul li{
        margin: 5px 0;
    }
}
/********* end Student Discount && Military Discount *********/
/********* Affliate *********/
body.cms-affiliate-program .layout_type1.page-title-wrapper{
    padding: 24px 0 340px;
    margin-bottom: 40px;
    background: url(../../../wysiwyg/convenpage/affliate.jpg)no-repeat center;
    background-size:100%;
}
.Affliate {
    max-width: 1000px;
    font-size:16px;
    color: #8C8C8C;
    margin: 0 auto;
}
.Affliate .top {
    text-align: center;
    font-size: 18px;
}
.Affliate .top .pagetitle {
    font-family: 'ubuntu-b';
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #424242;
    margin-bottom: 0;
    background-size: 8%;
}
.Affliate .top .bold{
    font-family: 'ubuntu-b';
    color: #424242;
    margin-bottom: 15px;
}
.Affliate .m-center-title{
    display: none;
}
.Affliate .center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}
.Affliate .center .title {
    flex: 0 0 25%;
    text-align: center;
    font-family: 'ubuntu-b';
    font-size: 1.125rem;
    text-transform: capitalize;
    padding: 20px 0;
    border-bottom: 2px #f5f5f5 solid;
    cursor: pointer;
}
.Affliate .center .title.active,
.Affliate .center .title:hover{
    color: #424242;
    border-bottom: 4px #DE755E solid;
    background: #fac668;
}
.Affliate .center .title.active + .content{
    display:block;
}
.Affliate .center .content {
    flex: 0 0 100%;
    order: 2;
    padding-top: 50px;
    display:none;
}
.Affliate .center .content>div{
    width:676px;
    border: 3px solid #F5F5F5;
    border-radius: 20px;
    overflow: hidden;
    margin: auto;
}
.Affliate .center .content .sub-title{
    line-height: 108px;
    text-align: center;
    font-family: 'ubuntu-b';
    font-size: 1.125rem;
    text-transform: capitalize;
    color: #424242;
    background: #F9F5EB;
}
.Affliate .center .content .sub-contetn{
    padding: 50px
}
.Affliate .center .content .sub-contetn ul{
    list-style: inside;
    line-height: 1.8;
}
.Affliate .center .content .sub-contetn ul.no-liststyle{
    list-style: none;
}
.Affliate .center .content .sub-contetn a{
    display: block;
    width:300px;
    line-height: 60px;
    font-family: 'ubuntu-b';
    text-align: center;
    color: #fff;
    background: #DE755E;
    border-radius: 10px;
    margin: 40px auto 0;
}
.Affliate .center .content .sub-contetn .bold-b{
    font-family: 'ubuntu-b';
    font-size: 24px;
    text-align: center;
    color: #424242;
}
.Affliate .center .content .sub-contetn .bold-r{
    font-family: 'ubuntu-b';
    font-size: 40px;
    text-align: center;
    color: #DE755E;
}
.Affliate .footer .pagetitle {
    margin: 50px 0 0;
    font-size: 24px;
    text-transform: uppercase;
    color: #424242;
    background-size: 8%;
}
.Affliate .footer img{
    display:block;
    margin: 70px auto;
}
.Affliate .footer p{
    color: #424242;
    text-align: center;
}
.Affliate .footer p.email{
    font-size: 22px;
    color: #8C8C8C;
}
@media (max-width: 1023px) {
    body.cms-affiliate-program .page-title-wrapper{
        display: block;
        padding: 0 0 240px;
        margin-bottom: 0;
        background: url(../../../wysiwyg/convenpage/affliate-m.jpg)no-repeat center;
        background-size:100%;
    }
    body.cms-affiliate-program .page-title-wrapper .page-title{
        display: none;
    }
    .Affliate .top .pagetitle{
        font-size:1.25rem;
        padding: 30px 0 10px!important;
        background-size: 12%;
    }
    .Affliate .top{
        font-size: .875rem
    }
    .Affliate .m-center-title{
        display: block;
        font-family: 'ubuntu-b';
        text-align: center;
        line-height: 60px;
        background: #F9F5EB;
        box-shadow: 0px 1px 0px #f5f5f5;
        color: #424242;
        margin: 30px -15px 0;
    }
    .Affliate .center{
        margin-top: 10px;
    }
    .Affliate .center .title{
        flex: 0 0 100%;
        font-size: .875rem;
        text-align:center;
        padding: 15px;
        border-bottom: none;
    }
    .Affliate .center .title.active{
        border:none;
        background: #F9F9F9;
    }
    .Affliate .center .content{
        order: 0;
        padding-top: 0;
        font-size: .875rem;
    }
    .Affliate .center .content>div{
        width: 100%;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-top: none;
        border-width: 1px;
    }
    .Affliate .center .content .sub-title{
        display:none;
    }
    .Affliate .center .content .sub-contetn{
        padding: 20px;
    }
    .Affliate .center .content .sub-contetn a{
        width: 100%;
        line-height: 50px;
        font-size:.875rem;
        margin-top: 20px;
    }
    .Affliate .center .content .sub-contetn .bold-b,
    .Affliate .center .content .sub-contetn .bold-r{
        font-size: 1rem;
    }
    .Affliate .footer .pagetitle{
        font-size: 20px;
        padding: 30px 0 10px!important;
        background-size: 12%;
    }
    .Affliate .footer p{
        font-size: .875rem;
    }
    .Affliate .footer img{
        margin: 20px auto;
    }
    .Affliate .footer p.email{
        font-size: 1rem;
    }
}
/********* end Affliate *********/
/******** Distributor & Retailer ********/
body.cms-distributor-retailer .layout_type1.page-title-wrapper{
    padding: 24px 0 340px;
    margin-bottom: 40px;
    background: url(../../../wysiwyg/convenpage/distributor-retailer.jpg)no-repeat center;
    background-size:100%;
}
.retailer{
    font-size:1rem;
    color: #424242;
    max-width: 1000px;
    margin: auto;
}
.top-retailer{
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}
.top-retailer .text-item{
    flex: 1;
}
.top-retailer .text-item h1{
    color: #424242;
    font-family: 'ubuntu-b';
    font-size: 44px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.top-retailer .text-item .bold{
    font-family: 'ubuntu-b';
    font-size: 24px;
    color: #424242;
    background-size: 8%;
    margin-bottom: 0;
    padding: 20px 0;
}
.top-retailer .text-item p{
    padding: 5px 0;
    text-align: center;
    color: #8C8C8C;
}
.top-retailer .text-item p.tips{
    margin-top: 80px;
}
.top-retailer .text-item .steps{
    font-family: 'ubuntu-b';
    text-transform: uppercase;
    font-size: 20px;
    background: #DA6950;
    color: #fff;
    border: none;
    border-radius: 0;
    height: 35px;
    margin: 10px 0;
}
.top-retailer .text-item .link_btn{
    font-family: 'ubuntu-b';
    text-transform: uppercase;
    font-size: 16px;
    background: #DE755E;
    border-radius: 10px;
    color: #fff;
    border: none;
    height: 60px;
    width: 300px;
    padding: 0;
    margin: 45px auto 0;
    display: block;
}
.top-retailer .text-item .link_btn a{
    color: #fff;
    display: block;
    line-height: 60px;
}
.top-retailer .text-item form{
    margin-top: 20px;
    padding: 50px;
    background: #F5F5F5;
    border-radius: 15px;
}
.top-retailer .text-item .fieldset{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
}
.top-retailer .text-item .field{
    width: calc(50% - 50px);
    margin-bottom: 20px;
}
.top-retailer .text-item .field .label{
    color: #8C8C8C;
    font-size: .875rem;
}
.top-retailer .text-item .field .label.file{
    color: #424242;
    font-family: 'ubuntu-b';
    font-size: 1rem;
}
.top-retailer .text-item .field input,
.top-retailer .text-item .field select{
    border: none;
    border-radius: 46px;
}
.top-retailer .text-item .field textarea{
    border-radius: 20px;
    margin-top: 20px;
    border: none;
}
.top-retailer .text-item .field.select{
    width: 100%;
}
.top-retailer .text-item .field .file_box{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: 10px;
}
.top-retailer .text-item .field .file_box div.mage-error{
    order: 3;
    width: 100%;
}
.top-retailer .text-item .field .file_box .file_tips{
    margin-left: 20px;
    color: #8C8C8C;
}
.top-retailer .text-item .field .file_box .file_tips>div{
    font-family: 'ubuntu-b';
    text-decoration: underline;
    text-align: left;
    cursor: pointer;
}
@media (max-width: 1023px) {
    body.cms-distributor-retailer .page-title-wrapper{
        display: block;
        padding: 0 0 240px;
        margin-bottom: 0;
        background: url(../../../wysiwyg/convenpage/distributor-retailer.jpg)no-repeat center;
        background-size: cover;
        background-position: 60%;
    }
    body.cms-distributor-retailer .page-title-wrapper .page-title{
        display: none;
    }
    .top-retailer{
        margin: 0 -15px;
        padding: 0;
        flex-wrap: wrap;
        background: #fff;
        font-size:14px;
    }
    .top-retailer .text-item{
        padding: 0 15px;
        width: 100%;
    }
    .top-retailer .text-item .field{
        width: 100%;
    }
    .top-retailer .text-item .field input,
    .top-retailer .text-item .field select{
        height: 40px;
    }
    .top-retailer .text-item h1{
        font-size:20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .top-retailer .text-item .bold {
        font-size: 20px;
        background-size: 12%;
        padding: 30px 0 0px!important;
    }
    .top-retailer .text-item p.tips{
        margin-top: 20px;
    }
    .top-retailer .text-item form{
        margin-top: 20px;
        padding: 20px;
    }
    .top-retailer .text-item .steps{
        font-size:16px;
    }
    .top-retailer .text-item .link_btn{
        font-size:14px;
        height:50px;
        margin: 20px auto;
        display:block;
        width:88%;
    }
    .top-retailer .text-item .link_btn a{
        line-height: 50px;
    }
}
/********* end Distributor & Retailer *********/


/***************shelterbed****************/
.cms-shelterbed main.page-main .page-title-wrapper{
    position: absolute;
    padding: 0 calc((100% - 1400px) / 2);
}
.cms-shelterbed main.page-main .columns{
    max-width: unset;
}
.cms-shelterbed main.page-main .breadcrumbs ul li >*{
    color: #fff;
}
.shelterbed .banner{
    padding-bottom: 25%;
    position: relative;
}
.shelterbed .banner img{
   width: 100%;
   position: absolute;
   z-index: -1;
}
.shelterbed .banner span{
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    width: 1100px;
    text-align: center;
    font-size: 24px;
    font-family: 'ubuntu-b';
    position: absolute;
    top: 64%;
    left: 0;
    right: 0;
    margin: auto;
}
.shelterbed .banner a{
    width: 300px;
    height: 60px;
    position: absolute;
    background: #DE755E;
    top: 80%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 1rem;
    font-family: 'ubuntu-b';
}
.shelterbed .banner a:hover{
    background: #B85F4C;
}
.shelterbed article{
    max-width: 1400px;
    margin: 30px auto;
}
.shelterbed article h2{
    color: #424242;
    background-size: 70px!important;
    margin-bottom: 15px!important;
}
.shelterbed .donationprogram h2{
    background-position: 66% 10px;
}
.shelterbed .donationprogram p{
    text-align: center;
    color: #8c8c8c;
    margin-bottom: 25px;
}
.shelterbed .workflow{
    margin-top: 40px;
}
.shelterbed .workflow h2{
    background-position: 55.5% 10px;
}
.shelterbed .workflow>ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 30px;
}
.shelterbed .workflow>ul>li{
    background: #F5F5F5;
    border-radius: 10px;
    text-align: center;
    padding: 20px 80px 120px 80px;
    position: relative;
}
.shelterbed .workflow>ul>li div{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 80px;
}
.shelterbed .workflow>ul>li div p:first-child{
    font-size: 1.5rem;
    font-family: 'ubuntu-b';
}
.shelterbed .workflow>ul>li div p:last-child{
    font-size: 1rem;
    color: #000;
    margin-top: 10px;
}
.shelterbed .workflow>ul>li:nth-child(2)img{
    margin-top: 25px;
}
.shelterbed .shelterlist{
    margin-top: 40px;
}
.shelterbed .shelterlist h2{
    background-position: 63% 10px;
}
.shelterbed .shelterlist>div{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    background: #F5F5F5;
    gap: 30px;
    border-radius: 10px;
    padding: 30px;
    max-height: 770px;
    overflow: hidden;
    overflow-y: auto;
}
.shelterbed .shelterlist>div::-webkit-scrollbar{
    width: 5px;
}
.shelterbed .shelterlist>div::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow   : inset 0 0 5px #C4C4C4;
    background   : #C4C4C4;
}
.shelterbed .shelterlist>div .item{
    background: #fff;
    border-radius: 10px;
    padding: 25px 15px;
    text-align: center;
}
.shelterbed .shelterlist>div .item img{
    width: 90px;
    height: 90px;
    border: 2px #f5f5f5 solid;
    border-radius: 50%;
}
.shelterbed .shelterlist>div .item p:first-of-type{
    margin-top: 10px;
    color: #424242;
    font-family: 'ubuntu-b';
    height: 50px;
    line-height: 1;
}
.shelterbed .shelterlist>div .item p:last-of-type{
    color: #8c8c8c;
    font-size: 14px;
    margin-top: 10px;
}
.shelterbed .shelterlist>div .item a{
    width: 200px;
    line-height: 50px;
    background: #DE755E;
    color: #fff;
    display: block;
    margin: 15px auto 0;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: 'ubuntu-b';
}
.shelterbed .shelterlist>div .item a:hover{
    background: #B85F4C;
}
.shelterbed .shelterlist>p{
    margin-top: 30px;
    font-family: 'ubuntu-b';
    text-align: center;
    color: #424242;
    text-transform: uppercase;
}
@media (max-width: 1023px) {
    .cms-shelterbed main.page-main{
        padding: 0;
    }
    .cms-shelterbed header.page-header .header-top-rewards{
        display: none;
    }
    .shelterbed .banner{
        padding: 0;
        border: 0;
    }
    .shelterbed .banner>*{
        position: unset!important;
    }
    .shelterbed article{
        margin-top: 15px;
    }
    .shelterbed .banner span{
        position: unset;
        color: #8c8c8c;
        font-size: 14px;
        background: unset;
        padding: 0;
        width: 100%;
        font-family: 'ubuntu';
        display: block;
        text-align: center;
        margin-top: 30px;
    }
    .shelterbed .banner a{
        position: unset;
        width: 180px;
        line-height: 36px;
        height: 36px;
        display: block;
        margin-top: 30px;
        font-size: 14px;
        border-radius: 5px;
    }
    .shelterbed article h2{
        font-size: 20px;
    }
    .shelterbed .donationprogram,
    .shelterbed .workflow{
        padding: 0 15px;
    }
    .shelterbed .donationprogram h2{
        background-position: 100% 10px;
    }
    .shelterbed .shelterlist h2{
        background-position: 95% 10px;
    }
    .shelterbed .donationprogram p{
        margin-bottom: 15px;
        font-size: 14px;
    }
    .shelterbed .workflow h2 {
        background-position: 66% 10px;
    }
    .shelterbed .workflow>ul{
        grid-template-columns: repeat(1,1fr);
        grid-row-gap: 30px;
    }
    .shelterbed .workflow>ul>li img{
        width: 80px;
        height: 82px;
    }
    .shelterbed .workflow>ul>li:nth-child(2) img{
        width: 90px;
    }
    .shelterbed .workflow>ul>li div{
        padding: 0 40px;
    }
    .shelterbed .shelterlist>div{
        grid-template-columns: repeat(2,1fr);
        gap: 12px;
        padding: 18px 12px;
        border-radius: 0;
    }
    .shelterbed .shelterlist>div .item{
        border-radius: 6px;
        padding: 18px 10px;
    }
    .shelterbed .shelterlist>div .item a{
        width: 120px;
        line-height: 30px;
        border-radius: 6px;
        font-size: 13px;
        margin-top: 10px;
    }
    .shelterbed .shelterlist>div .item p:first-of-type{
        font-size: 14px;
        height: 40px;
    }
    .shelterbed .shelterlist>p{
        text-transform: capitalize;
        padding: 0 25px;
    }
}
/***************end shelterbed****************/






/*********************Donate A Bed*******************/
.donatebed{
    max-width: 1100px;
    margin: 0 auto;
}
.donatebed article{
    display: flex;
    justify-content: space-between;
}
.donatebed article section {
    width: calc((100% - 100px) / 2);
    text-align: center;
}
.donatebed article section div{
    background: #F5F5F5;
    padding: 30px 15%;
}
.donatebed article section div img{
    margin-bottom: 30px;
}
.donatebed article section div p{
    font-size: 1.125rem;
    font-family: 'ubuntu-b';
    line-height: 1.2;
}
.donatebed article section a{
    display: block;
    width: 230px;
    height: 60px;
    line-height: 60px;
    background: #DE755E;
    margin: 50px auto;
    border-radius: 10px;
    font-family: 'ubuntu-b';
    color: #fff;
    cursor: pointer;
}
.donatebed article section a:hover{
    background: #B85F4C;
}
.donatebed .shade{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    display: none;
}
.donatebed .shade .dialog{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 750px;
    height: 330px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 60px 70px 0;
}
.donatebed .shade .dialog p{
    font-family: 'ubuntu-b';
    margin-top: 50px;
    font-size: 14px;
}
.donatebed .shade .dialog a{
    margin: 50px auto;
    display: block;
    width: 260px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    background: #DE755E;
    color: #fff;
    font-family: 'ubuntu-b';
    cursor: pointer;
}
.donatebed .shade .dialog a:hover{
    background: #B85F4C;
}
.donatebed .shade .dialog i{
    width: 33px;
    height: 33px;
    line-height: 28px;
    font-family: "Linearicons";
    position: absolute;
    top: 20px;
    right: 20px;
    border: 2px #989898 solid;
    border-radius: 10px;
    cursor: pointer;
}
.donatebed .shade .dialog i:after{
    content: "\e935";
    font-size: 14px;
    font-weight: 600;
}
@media (max-width: 1023px) {
    .cms-donate-a-bed main.page-main{
        padding: 0;
    }
    .cms-donate-a-bed header.page-header .header-top-rewards{
        display: none;
    }
    .donatebed{
        padding: 15px 15px 0;
    }
    .donatebed article{
        flex-wrap: wrap;
    }
    .donatebed article section{
        flex: 0 0 100%;
        width: 100%;
    }
    .donatebed article section:first-child {
        margin-bottom: 30px;
    }
    .donatebed article section div{
        padding: 20px 15%;
    }
    .donatebed article section div img{
        width: 120px;
        margin-bottom: 15px;
    }
    .donatebed article section a{
        width: 180px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        border-radius: 6px;
        margin: 20px auto;
    }
    .donatebed .shade .dialog{
        width: calc(100% - 30px);
        padding: 20px;
        height: 270px;
    }
    .donatebed .shade .dialog p{
        margin-top: 30px;
    }
    .donatebed .shade .dialog i{
        top: 12px;
        right: 12px;
        width: 24px;
        height: 24px;
        border-radius: 6px;
        line-height: 17px;
    }
    .donatebed .shade .dialog i:after{
        font-size: 12px;
    }
    .donatebed .shade .dialog a{
        width: 180px;
        height: 36px;
        line-height: 36px;
        border-radius: 6px;
        margin: 30px auto 0;
    }
}
/*********************end Donate A Bed*******************/


/***********register form**********/
.cms-register-form .layout_type1.page-title-wrapper{
    margin-bottom: 0;
}
.registerform{
    background: #F5F5F5;
    border-radius: 20px;
    text-align: center;
    padding: 50px 100px;
}
.registerform h4{
    margin: 0 auto 20px;
    font-family: 'ubuntu-b';
    font-size: 1.5rem;
}
.registerform >p{
    font-size: 14px;
    color: #8c8c8c;
    margin-bottom: 10px;
}
.registerform >p:nth-child(3){
    border-bottom: 1px #8C8C8C solid;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.registerform >p:nth-child(3):after{
    content:'*';
    color:#f68872;
}
.registerform form .fieldset{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.registerform form .fieldset>.field{
    flex: 0 0 100%;
}
.registerform form .fieldset>.field.half{
    flex: 0 0 48%;
}
.registerform form .fieldset>.field.third{
    flex: 0 0 31%;
}
.registerform form .fieldset>.field select{
    border-radius: 50px;
    border-width: 0;
    height: 40px;
}
.registerform form .fieldset>.field .control{
    position: relative;
}
.registerform form .fieldset>.field.priorities{
    margin-bottom: 40px;
}
.registerform form .fieldset>.field.priorities .control div.mage-error{
    display: block;
    position: absolute;
    bottom: -25px;
}
.registerform form .fieldset>.field.howengage .control div.mage-error{
    display: block;
    position: absolute;
    bottom: -5px;
}
 
.registerform form .fieldset>.field.optionalnumber label{
    line-height: 1.63;
}
.registerform form .fieldset label.label{
    font-size: 14px!important;
    color: #8c8c8c!important;
    margin-bottom: 7px!important;
    padding-left: 15px!important;
}
.registerform form .fieldset .control input{
    border-radius: 500px;
    height: 40px;
}
.registerform form .fieldset .control textarea{
    width: 100%;
    height: 100px;
    border-radius: 10px;
}
.registerform form h4{
    flex: 0 0 100%;
    margin-top: 40px;
}
.registerform form .howengage .control,
.registerform form .priorities .control{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.registerform form .howengage .control,
.registerform form .priorities .control{
    padding-left: 13px;
}
.registerform form .howengage .control>div,
.registerform form .priorities .control>div{
    flex: 0 0 24%;
    text-align: left;
    margin-bottom: 25px;
}
.registerform form .priorities .control>div.item:nth-child(13){
    flex: 0 0 50%;
    margin-bottom: 0;
}
.registerform form .priorities .control>div:last-child{
    flex: 0 0 100%
}
.registerform form .howengage .control>div label,
.registerform form .priorities .control>div label{
    line-height: 30px;
    cursor: pointer;
}
.registerform form .howengage .control>div label::before,
.registerform form .priorities .control>div label::before{
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    border: 2px #8C8C8C solid;
    position: absolute;
    border-radius: 3px;
}
.registerform form .fieldset .control>div label span {
    margin-left: 35px;
}
.registerform form .howengage .control>div input[type='checkbox']:checked+label::before,
.registerform form .priorities .control>div input[type='checkbox']:checked+label::before,
.registerform form .howengage .control>div input[type='checkbox']:checked+.mage-error+label::before,
.registerform form .priorities .control>div input[type='checkbox']:checked+.mage-error+label::before{
    background: url(../../../wysiwyg/convenpage/vh-tick.png)no-repeat center;
    display: block;
    width: 26px;
    height: 26px;
    background-size: 70%;
    border: none;
    background-color: #DE755E;
    position: absolute;
    border-radius: 3px;
}
.registerform form .fieldset .control input[type='checkbox'] {
    width: 0;
    height: 0;
    display: inherit;
}
.registerform form .fieldset .control input[type='checkbox'][disabled='disabled']+label,
.registerform form .fieldset .control input[type='checkbox'][disabled='disabled']+div+label{
    color: #8c8c8c;
    cursor: not-allowed;
}
.registerform form .fieldset .control input[type='checkbox'][disabled='disabled']+label::before,
.registerform form .fieldset .control input[type='checkbox'][disabled='disabled']+div+label::before{
    border-color:#e7e7e7;
}
.registerform form .fieldset>.link_btn{
    width: 300px;
    height: 60px;
    background: #DE755E;
    margin: 50px auto 0;
    color: #fff;
    border: 0;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
}
.registerform form .fieldset>.link_btn a{
    color: #fff;
}
.registerform form .fieldset>.link_btn:hover{
    background: #B85F4C;
}
.registerform form div.mage-error[generated]{
    text-align: left;
}
.registerform form .fieldset>.link_btn + .form_message{
    flex: 0 0 100%;
}
@media (max-width: 1023px) {
    .cms-register-form .header-top-rewards{
        display: none!important;
    }
    .cms-register-form main.page-main{
        padding: 0;
    }
    .registerform{
        background: unset;
        padding: 0;
    }
    .registerform h4{
        margin: 30px auto 15px;
        font-size: 20px;
        text-align: center;
    }
    .registerform>h4,
    .registerform>p{
        padding: 0 15px;
    }
    .registerform >p:nth-child(3){
        border-bottom: 1px #f5f5f5 solid;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .registerform form .fieldset>.field select,
    .registerform form .fieldset .control input{
        background: #F5F5F5;
    }
    .registerform form{
        padding: 0 15px;
    }
    .registerform form .fieldset{
        text-align: left;
    }
    .registerform form .fieldset>.field.third,
    .registerform form .fieldset>.field.half:not(.name),
    .registerform form .priorities .control>div.item:nth-child(13),
    .registerform form .priorities .control>div{
        flex: 0 0 100%;
    }
    .registerform form .howengage .control>div{
        flex: 0 0 50%;
    }
    .registerform form .priorities .control>div label::before,
    .registerform form .howengage .control>div label::before{
        width: 20px;
        height: 20px;
    }
    .registerform form .priorities .control>div label,
    .registerform form .howengage .control>div label{
        line-height: 25px;
    }
    .registerform form .fieldset>.link_btn{
        width: 100%;
        height: 40px;
        border-radius: 6px;
        margin: 20px auto 0;
    }
    .registerform form .fieldset label.label{
        padding-left: 5px;
    }
    .registerform form div.mage-error[generated]{
        color: #f68872;
    }
    .registerform form .priorities .control>div input[type='checkbox']:checked+label::before{
        width: 24px;
        height: 24px;
    }
}
/***********end register form**********/

/*******************Donate********************/
.donate header{
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}
.donate header img{
    margin-right: 50px;
    border-radius: 10px;
    max-width: 500px;
    max-height: 320px;
}
.donate header .info p{
    line-height: 1;
}
.donate header .info .name{
    font-size: 20px;
    font-family: 'ubuntu-b';
    margin-bottom: 20px;
}
.donate header .info .address{
    color: #8c8c8c;
    font-size: 14px;
    margin-bottom: 40px;
}
.donate header .info .intro{
    color: #8c8c8c;
}
.donate article{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 20px;
    grid-row-gap: 80px;
}
.donate article .proitem{
    border: 1px #f5f5f5 solid;
    text-align: center;
    border-radius: 10px;
    padding: 20px 19px 29px;
}
.donate article .proitem:hover{
    box-shadow: 0px 0px 50px rgba(81, 52, 0, 0.1);
}
.donate article .proitem .proname{
    font-size: 20px;
    font-family: 'ubuntu-b';
    display: block;
    text-align: center;
    margin-bottom: 28px;
    line-height: 1.2;
    height: 96px;
}
.donate article .proitem img{
    margin-bottom: 35px;
}
.donate article .proitem .price{
    margin-bottom: 24px;
}
.donate article .proitem .price .special,
.donate article .proitem .price .current{
    font-size: 24px;
    color: #424242;
    font-family: 'nunito-regular';
}
.donate article .proitem .price .old{
    color: #8c8c8c;
    margin-left: 10px;
    text-decoration: line-through;
}
.donate article .proitem .buyblock{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.donate article .proitem .buyblock>div{
    height: 60px;
    border: 2px #f5f5f5 solid;
    border-right: 0;
    border-radius: 10px 0 0 10px;
    display: flex;
    align-items: center;
}
.donate article .proitem .buyblock input{
    height: 55px;
    border: 0;
    padding: 0;
    margin-left: 5px;
    margin-top: 1px;
    flex: 0 0 calc(100% - 54px);
    text-indent: 20px;
    font-size: 24px;
    color: #8e8e8e;
}
.donate article .proitem .buyblock button{
    font-size: 1rem;
    text-transform: uppercase;
    flex: 0 0 45%;
    padding: 0;
    color: #fff;
    background: #DE755E;
    border-radius: 0 10px 10px 0;
    border: 0;
    height: 60px;
}
.donate article .proitem .buyblock .modified{
    flex: 0 0 50px;
    height: 70%;
    border-left: 2px #efefef solid;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.donate article .proitem .buyblock .modified a{
    display: block;
    width: 20px;
    height: 15px;
    background: url(../../../wysiwyg/convenpage/modifiedicon.svg)no-repeat center;
    flex: 0 0 100%;
    cursor: pointer;
}
.donate article .proitem .buyblock .modified a.minus{
    transform: rotate(180deg);
}
.cms-donate .ajax_cart-popup.popup__columns .ajax_footer .actions .btn.btn-close,
.cms-donate .clear_cart-popup.popup__columns .ajax_footer .actions .btn.clearprimary {
    background-color: #fff;
    color: #424242;
    border-radius: 10px;
    padding: 0.8rem 2rem;
    font-family: 'ubuntu-b';
    text-transform: unset;
}
.cms-donate .ajax_cart-popup.popup__columns .ajax_footer .actions .btn.btn-tocart,
.cms-donate .clear_cart-popup.popup__columns .ajax_footer .actions .btn.btn-tocart {
    background-color: #e97f69;
    border-color: #e97f69;
    margin-left: 30px;
    padding: 0.8rem 2rem;
    border-radius: 10px;
    font-family: 'ubuntu-b';
    text-transform: unset;
}
.cms-donate .success-ajax--popup.modal-popup .modal-header .action-close:before{
    font-size: 14px;
    font-weight: bolder;
    border: 2px #989898 solid;
    border-radius: 10px;
    line-height: 26px;
    width: 26px;
}
.cms-donate .success-ajax--popup.modal-popup._inner-scroll._show .modal-inner-wrap{
    border-radius: 20px;
    padding: 20px 24px 50px;
    width: 500px;
}
.cms-donate .success-ajax--popup .clear_cart-popup.popup__columns{
    margin-top:40px;
}
.cms-donate .success-ajax--popup .clear_cart-popup.popup__columns .popup__column{
    text-align: center;
    font-family: 'ubuntu-b';
    font-size: 1.125rem;
}
.clear_cart-popup.popup__columns .ajax_footer {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
    text-align: right;
}
.clear_cart-popup.popup__columns .ajax_footer>.actions{
    text-align: center;
}
@media (max-width: 1023px) {
    .cms-donate .header-top-rewards{
        display: none!important;
    }
    .cms-donate main.page-main{
        padding: 0;
    }
    .donate header{
        flex-wrap: wrap;
        padding: 0;
        border: 0;
        margin-bottom: 48px;
    }
    .donate header img{
        width: 100%;
        margin: 0;
        border-radius: 0;
    }
    .donate header .info{
        margin-top: 30px;
        padding: 0 15px;
    }
    .donate article{
        grid-template-columns: repeat(2,1fr);
        padding: 0 15px;
        grid-row-gap: 20px;
        grid-column-gap: 10px;
    }
    .donate header .info .name{
        margin-bottom: 12px;
    }
    .donate header .info .address{
        margin-bottom: 24px;
    }
    .donate header .info p{
        line-height: 1.2;
    }
    .donate article .proitem{
        padding: 12px 10px;
    }
    .donate article .proitem .proname{
        font-size: 0.875rem;
        line-height: 1;
        margin-bottom: 5px;
        height: 58px;
        max-height: 58px;
    }
    .donate article .proitem .price .special,
    .donate article .proitem .price .current{
        font-size: 1.125rem
    }
    .donate article .proitem .price .old{
        font-size: 0.75rem;
    }
    .donate article .proitem .price{
        margin-bottom: 14px;
    }
    .donate article .proitem img{
        margin-bottom: 20px;
    }
    .donate article .proitem .buyblock>div{
        height: 36px;
        border-radius: 6px 0 0 6px;
    }
    .donate article .proitem .buyblock input{
        height: 32px;
        flex: 0 0 calc(100% - 30px);
        text-indent: 0px;
        font-size: 14px;
        margin-left: 2px;
    }
    .donate article .proitem .buyblock .modified{
        flex: 0 0 27px;
        height: 80%;
    }
    .donate article .proitem .buyblock .modified a{
        height: 13px;
        background-size: 50%;
    }
    .donate article .proitem .buyblock button{
        font-size: 0.75rem;
        flex: 0 0 61%;
        padding: 0;
        border-radius: 0 6px 6px 0;
        height: 36px;
        text-align: center;
    }
    .cms-donate .ajax_cart-popup.popup__columns .popup__table .popup__table-col+.popup__table-col{
        width: calc(100% - 80px);
    }
    .cms-donate .ajax_cart-popup.popup__columns .popup__table .product-confirm-subtotal .title{
        display: inline-block;
    }
    .cms-donate .ajax_cart-popup.popup__columns{
        max-width: 100%;
        padding: 0;
    }
    .cms-donate .success-ajax--popup.modal-popup._inner-scroll._show .modal-inner-wrap{
        padding: 20px;
    }
}
/*******************end Donate********************/