@font-face {
    font-family: 'Avenir Heavy';
    src: url('/themes/rent2own/assets/css/fonts/avenir-heavy-webfont.eot');
    src: url('/themes/rent2own/assets/css/fonts/avenir-heavy-webfont.eot?#iefix') format('embedded-opentype'),
        url('/themes/rent2own/assets/css/fonts/avenir-heavy-webfont.woff') format('woff'),
        url('/themes/rent2own/assets/css/fonts/avenir-heavy-webfont.ttf') format('truetype'),
        url('/themes/rent2own/assets/css/fonts/avenir-heavy-webfont.svg#avenir_85_heavyregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Roman';
    src: url('/themes/rent2own/assets/css/fonts/AvenirLTStd-Roman_gdi.eot');
    src: url('/themes/rent2own/assets/css/fonts/AvenirLTStd-Roman_gdi.eot?#iefix') format('embedded-opentype'),
        url('/themes/rent2own/assets/css/fonts/AvenirLTStd-Roman_gdi.woff') format('woff'),
        url('/themes/rent2own/assets/css/fonts/AvenirLTStd-Roman_gdi.ttf') format('truetype'),
        url('/themes/rent2own/assets/css/fonts/AvenirLTStd-Roman_gdi.svg#Avenir Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Medium';
    src: url('/themes/rent2own/assets/css/fonts/avenir-medium-webfont.eot');
    src: url('/themes/rent2own/assets/css/fonts/avenir-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('/themes/rent2own/assets/css/fonts/avenir-medium-webfont.woff') format('woff'),
        url('/themes/rent2own/assets/css/fonts/avenir-medium-webfont.ttf') format('truetype'),
        url('/themes/rent2own/assets/css/fonts/avenir-medium-webfont.svg#Avenir Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Black';
    src: url('/themes/rent2own/assets/css/fonts/Avenir-Black.eot');
    src: url('/themes/rent2own/assets/css/fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
        url('/themes/rent2own/assets/css/fonts/Avenir-Black.woff') format('woff'),
        url('/themes/rent2own/assets/css/fonts/Avenir-Black.ttf') format('truetype'),
        url('/themes/rent2own/assets/css/fonts/Avenir-Black.svg#Avenir Black') format('svg');
    font-weight: normal;
    font-style: normal;
}


.cart-page .button,
.cart-page .btn-block-blue,
.product-info>.left p,
.breadcrumbs *,
#breadcrumb *,
.product-info>.right .mobile-disc p {
    font-family: 'Avenir Black';
}

#cart_index table.cart-products tr:first-child td {
    border-top: 0;
}

.btn-block-blue {
    width: 100%;
    max-width: 100%;
    height: 50px;
    line-height: 50px;
    color: white;
    text-align: center;
    font-size: 20px;
    background-color: #00aeee;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    border: 0;
}

.cart-page main {
    font-family: Avenir, sans-serif;
}

.avenir-black {
    font-family: 'Avenir Black';
}

.avenir-heavy {
    font-family: 'Avenir Heavy';
}

.pt50 {
    padding-top: 50px
}

#cart-summary {
    margin: 0;
    width: calc(100% - 426px)
}

#checkout-form {
    width: 426px
}

#cart-summary h1 {
    margin-top: 0;
    font-size: 35px;
}

.cart-count {
    font-size: 18px
}

.cart-count a {
    text-decoration: underline;
    font-family: 'Avenir Medium';
}

.cart-plus span {
    vertical-align: -3px;
    background: url(/themes/rent2own/assets/images/icon-info.png);
    display: inline-block;
    width: 18px;
    height: 19px
}

.cart-plus .tooltip {
    opacity: 1
}

.cart-plus .tooltip div:nth-child(1) {
    margin-left: -8px !important;
    top: -3px;
    border: 0;
    width: 15px;
    height: 8px;
    background: url(/themes/rent2own/assets/images/icon-infotop.png);
    display: block
}

.cart-plus .tooltip div:nth-child(1) img {
    display: none !important
}

.cart-plus .tooltip div:nth-child(2) {
    max-width: 100%;
    width: 325px;
    font-family: 'Avenir Next';
    padding: 15px 20px;
    border-radius: 0;
    font-size: 15px;
    line-height: 21px;
    color: #000;
    opacity: 1;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
    background: #fff;
}

.redbanner {
    background: #ed1c24 url(/themes/rent2own/assets/images/bg-redbanner.png) no-repeat center;
    background-size: cover;
    color: white;
    padding: 10px;
    margin: 10px 0;
}

.redbanner h2 {
    font-size: 28px;
    line-height: 37px
}

.redbanner p {
    font-size: 18px
}

.cart-products h4 {
    font-size: 17px
}

.cart-products .details {
    color: #000;
    font-family: 'Avenir Roman';
}

.cart-products .text-right strong {
    font-size: 18px
}

.cart-products .text-right .text-red {
    position: absolute;
    bottom: 20px;
    right: 8px
}

.cart-products .text-right .text-red span {
    font-size: 15px;
    text-decoration: underline;
    font-family: 'Avenir Medium';
}

.cart-products .text-right .text-red img {
    vertical-align: -3px
}

.cart-products tr td {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.table.cart-products>tbody>tr>td,
.table.cart-products>tbody>tr>th,
.table.cart-products>tfoot>tr>td,
.table.cart-products>tfoot>tr>th,
.table.cart-products>thead>tr>td,
.table.cart-products>thead>tr>th {
    border-top-color: #c8c8c8
}

.deliverybanner {
    background-color: #f4f4f4;
    padding: 12px
}

.deliverybanner span {
    color: #000;
    font-size: 18px
}

.cartbottom {
    color: #000;
    margin: 25px 0;
    display: flex;
    align-items: stretch;
}

.cartbottom strong {
    font-size: 17px
}

.cartbottom span {
    font-family: 'Avenir Roman';
}

.cartbottom .priceblock {
    display: flex
}

.cartbottom .priceblock strong {
    color: #ed1c24;
    font-size: 27px;
    line-height: 27px;
}

.needhelp {
    padding: 40px 0;
    color: white;
    background: #ed1c24 url(/themes/rent2own/assets/images/bg-redbanner.png) repeat center;
}

.needhelp .help-bar>div {
    font-family: 'Avenir Black';
    font-size: 28px
}

.help-bar {
    justify-content: center;
    display: flex;
    align-items: center
}

.help-bar ul li {
    font-family: 'Avenir Heavy';
    padding: 0px 20px;
    font-size: 14px
}

.help-bar ul {
    margin-bottom: 0;
    vertical-align: middle;
}

.help-bar div,
.help-bar ul,
.help-bar ul li {
    display: inline-block;
}

.help-bar ul li img {
    display: block;
    width: 34px;
    margin: 2px auto 5px auto
}

.help-bar ul li a {
    color: white;
}

.cart-sidebar {
    box-shadow: none;
    border: 0;
    border-radius: 12px;
    padding: 30px 20px 50px 20px
}

.cart-sidebar h3 {
    font-size: 30px;
    line-height: 33px;
    color: #000
}

.cart-sidebar input {
    border-radius: 3px;
    box-shadow: none
}

.cart-sidebar input,
.cart-sidebar input::placeholder {
    opacity: 1;
    font-family: 'Avenir Medium';
    font-size: 15px;
    color: #000
}

.cart-sidebar .btn-block-blue {
    margin-top: 15px;
    font-size: 19px
}

.cart-sidebar small {
    font-size: 13px;
}

.cart-sidebar h2 {
    font-size: 28px;
    line-height: 37px;
    color: #ec182a
}

.cart-sidebar label {
    font-weight: 400;
    font-family: 'Avenir Medium';
    font-size: 15px;
    color: #000
}

.cart-sidebar .tamount .price {
    font-size: 41px;
    color: #ec182a
}

.cart-sidebar .tamount .label {
    color: #333;
    font-size: 16px
}

.cart-sidebar .text-muted small {
    line-height: 18px;
    display: block;
    font-family: 'Avenir Heavy';
    color: #000;
    font-size: 12px;
}

.cart-sidebar .btm strong {
    color: #000;
    font-size: 17px
}

.cart-sidebar .btm a,
.cart-sidebar .btm button p {
    color: #000;
    text-decoration: underline;
    font-size: 15px;
    line-height: 22px;
    display: block;
    font-family: 'Avenir Heavy';
}

.cart-sidebar .btm p {
    margin: 0;
    padding: 0
}

#mini-cart {
    position: fixed;
    width: 368px;
    right: 0;
    bottom: -100%;
    height: calc(100vh - 137px);
    z-index: 999;
    background-color: #ffffff;
    transition: bottom .5s;
    font-family: Avenir, sans-serif;
    overflow: auto;
}

.nav-fixed #mini-cart {
    height: calc(100vh - 100px);
}

#mini-cart.active {
    bottom: 0;
    box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.15);
}

#mini-cart .h1 {
    padding: 30px 0 10px;
    text-align: center;
    border-bottom: 1px solid #c2c2c2;
    font-size: 26px;
    color: #262626;
    font-family: 'Avenir Black'
}

#mini-cart .product-name,
#mini-cart strong,
#cart-summary strong {
    font-family: 'Avenir Black'
}

#mini-cart .cart-item,
#mini-cart .empty-cart {
    padding-bottom: 10px;
}

#mini-cart .cart-item {
    border-bottom: 1px solid #ddd;
    margin: 20px 10px;

}

#mini-cart .cart-item {
    font-size: 12px;
    font-weight: bold;
}

#mini-cart .cart-item a:hover,
#mini-cart .cart-item a:active,
#mini-cart .cart-item a {
    color: #ed1c24;
    font-weight: normal;
}

#mini-cart .price {
    color: #ec182a;
    font-size: 17px;
}

#mini-cart .bottom .price {
    font-size: 24px;
    font-weight: bold;
}

#mini-cart .bottom {
    padding: 30px 20px 20px 20px;
    background-color: #ededed;
}

#mini-cart .bottom strong {
    font-weight: bold;
    color: #333;
    font-size: 15px
}

#mini-cart .bottom small {
    font-size: 14px;
    color: #333;
    font-family: 'Avenir Roman';
}

#mini-cart button.close {
    padding: 5px 15px;
    opacity: 1;
    font-weight: normal;
}

#mini-cart .button {
    width: 100%;
    max-width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background-color: #00aeef !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    cursor: pointer;
}

#mini-cart .button-blue {
    margin-top: 20px;
    color: white;
}

#mini-cart .button-white-blue {
    margin-top: 10px;
    color: black;
    background-color: #ffffff !important;
    border: 2px solid #00aeef;
    font-weight: bold;
}

#mini-cart .btn {
    font-weight: bold;
    margin: 5px 0;
    border-radius: 0;
}

#mini-cart .button-white {
    display: block;
    width: calc(90% + 10px);
    margin: 5px auto;
    color: #333;
    text-align: left;
    background-color: #fff;
}

#mini-cart .button-white.button-external {
    background: #fff url(/themes/rent2own/img/arrow_right_red.png) no-repeat center right 0;
    background-size: 17px;
    color: #333;
    font-size: 17px;
    font-family: 'Avenir Medium';
    font-weight: 400;

}

#mini-cart .button-white.button-external img {
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

#mini-cart .button-red {
    height: 30px;
    line-height: 20px;
    padding: 5px 25px;
    background-color: #ed1c24;
    border: none;
}

#mini-cart .button-red,
#mini-cart a.button-red,
#mini-cart a.button-red:hover,
#mini-cart a.button-red:active {
    color: #fff;
}

#mini-cart .empty-cart .product-name {
    font-weight: bold;
    font-size: 12px;
    padding: 10px 0;
}

#mini-cart .empty-cart .price {
    font-size: 16px;
    padding-bottom: 10px;
}

#mini-cart .empty-cart .h3 {
    font-size: 24px;
    margin: 0 0 20px;
    text-align: center;
    font-weight: bold;
}

#mini-cart .close {
    font-size: 24px
}

#mini-cart .cart-item {
    margin: 20px;
    border-color: #c2c2c2;
}

#mini-cart .product-name {
    font-size: 14px
}

#mini-cart .remove {
    font-size: 12px;
    font-family: 'Avenir Medium';
}

#mini-cart .remove img {
    margin-right: 4px;
    vertical-align: 0px;
    width: 13px
}

#mini-cart .remove span {
    text-decoration: underline
}

#mini-cart .mbtm {
    display: flex;
    justify-content: space-between
}

#mini-cart .pdetails {
    padding-right: 0;
    min-height: 50px;
    display: flex;
    flex-direction: column;
}
.mini-cart-open .zopim {
    display: none !important;
}

@media screen and (max-width: 991px) {
    #mini-cart {
        height: calc(100vh - 167px);
    }
}
@media screen and (max-width: 480px) {
    #mini-cart {
        width: 100%;
        right: -100%;
    }

    #mini-cart .h1 {
        font-size: 30px;
    }

    #mini-cart button.close {
        font-size: 30px;
        padding: 10px 10px 0 0;
    }

    #mini-cart .product-name {
        font-size: 14px;
    }

    #mini-cart .empty-cart .h3 {
        text-align: left;
    }

    #mini-cart .button-white.button-external {
        font-size: 15px;
        width: 100%
    }

}

@media only screen and (max-width:991px) {

    #cart-summary,
    #checkout-form {
        width: 100%
    }
}

@media only screen and (max-width:768px) {
    .help-bar {
        text-align: center;
        flex-direction: column
    }

    .needhelp .help-bar>div {
        padding-bottom: 30px
    }

    .needhelp .help-bar ul {
        width: 100%;
        padding: 0
    }

    .needhelp .help-bar ul li {
        padding: 0 10px;
        width: 30%
    }

}

@media only screen and (max-width:480px) {
    .redbanner br {
        display: none
    }

    .needhelp .help-bar ul li span {
        display: block
    }

    .needhelp .help-bar ul li span.mh {
        display: none
    }

    .needhelp .help-bar>div {
        padding-bottom: 15px
    }

    .needhelp {
        padding: 25px 0
    }

    .cart-sidebar .btn-block-blue {
        font-size: 15px
    }

    .cart-sidebar .btm br {
        display: none
    }

    .cart-page footer {
        background-color: #313131;
    }
}


.same-day-deliver .image img {
    width: 42px;
}

.same-day-deliver .text {
    font-family: 'Avenir Medium';
    width: calc(100% - 45px);
}

.same-day-deliver .text strong {
    font-size: 18px
}

.product-get-it-now-button,
.product-details .add-to-cart-button {
    font-family: 'Avenir Black';
    font-size: 19px
}

.product-reserve.out-mobile {
    margin-bottom: 10px
}

.product-details .add-to-wishlist-button img {
    margin-bottom: -4px !important;
    height: 23px !important
}

.product-details .add-to-wishlist-button {
    font-size: 19px !important;
    font-family: 'Avenir Heavy' !important;
}

.popover {
    opacity: 1
}

.popover>div:nth-child(1) {
    margin-left: -8px !important;
    top: -3px;
    border: 0;
    width: 15px;
    height: 8px;
    background: url(/themes/rent2own/assets/images/icon-infotop.png);
    display: block
}

.popover>div:nth-child(1) img {
    display: none !important
}

.popover {
    max-width: 100%;
    width: 325px;
    font-family: 'Avenir Next';
    padding: 0;
    border-radius: 0;
    font-size: 15px;
    line-height: 21px;
    color: #000;
    opacity: 1;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
    background: #fff;
}

.popover.bottom>.arrow:after {
    display: none !important
}

.popover.bottom>.arrow {
    top: -8px
}

.popover-content>div:nth-child(1) {
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between
}

.popover-content>div:nth-child(1) strong {
    font-weight: 400;
    font-size: 16px;
    font-family: 'Avenir Medium';
}

.popover-content>div:nth-child(1) span a {
    text-decoration: underline;
    font-size: 16px;
    font-family: 'Avenir Medium';
}

.popover-content td {
    vertical-align: middle !important
}

.popover-content table {
    margin-bottom: 0 !important
}

.popover-content table tr td:nth-child(2) {
    text-align: left
}

.popover-content table tr td {
    font-size: 15px;
    font-family: 'Avenir Medium';
}

.popover-content table tr td strong {
    font-size: 15px;
}

#wishlist-updated-modal h1 {
    font-size: 23px !important
}

#wishlist-updated-modal #wishlist-message {
    font-family: 'Avenir Medium';
}

#wishlist-updated-modal .modal-dialog {
    width: 100% !important;
    max-width: 357px !important;
    border-radius: 0 !important
}

#wishlist-updated-modal .modal-content {
    box-shadow: none !important;
    border-radius: 0 !important
}

.wlistpage {
    margin-top: 100px;
    margin-bottom: 80px;
    width: 1345px;
}
.wlistpage h1 {
    padding-bottom: 15px;
    font-size: 35px
}

.wlistpage .back {
    font-size: 17px;
    color: #333
}
.wlistpage .image-wrapper {
    width: 100%;
    height: 250px;
}
.wlistpage .pname {
    margin-top: 15px;
    margin-bottom: 5px
}

.wlistpage .details .inner {
    line-height: 19px;
    font-size: 15px;
    font-family: 'Avenir Roman';
}

.wlistpage .buttons button,
.wlistpage .buttons a {
    border: none;
    width: 121px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    font-family: 'AvenirNextLTW01BoldRegular';
    text-decoration: none;
    border-radius: 17px;
}
.wlistpage .buttons button {
    border: 1px solid #FC0D1B;
    line-height: 33px;
}
.wlistpage .buttons a {
    background-color: #FC0D1B !important;
}

.wlistpage .buttons>div:nth-child(1) {
    margin-right: 20px
}

.wlistpage .buttons {
    display: flex
}

.wlistpage .remove-item-button {
    height: 26px;
    border-radius: 13px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wlistpage .remove-item-button img {
    height: 12px;
    height: auto;
}

.mylists {
    margin-top: 100px;
    margin-bottom: 80px;
}

.mylists .well {
    padding-top: 4px;
    box-shadow: none;
    border-radius: 15px
}

.mylists .well .col-xs-6 {
    border-radius: 0;
    padding: 5px
}

.mylists .well .col-xs-6 .thumbnail {
    height: 135px;
    border: 0;
    padding: 0;
    border-radius: 0
}

.mylists .well .row .col-xs-6:first-child .thumbnail {
    overflow: hidden;
    border-top-left-radius: 15px
}

.mylists .well .row .col-xs-6:last-child .thumbnail {
    overflow: hidden;
    border-top-right-radius: 15px
}

.mylists .well .col-xs-8 {
    font-family: 'Avenir Medium';
}

.mylists .well .col-xs-8 strong {
    font-family: 'Avenir Black';
    font-size: 17px
}

.mylists .well .row:last-child {
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
}

.mylists .well .row:last-child .col-xs-4 button {
    padding: 0;
    font-size: 15px;
    text-decoration: underline;
    font-family: 'Avenir Medium';
}

.mylists .well .row:last-child .col-xs-4 form {
    text-align: right
}

.mylists a.createlist {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 17px;
    padding: 0px 13px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
}

.mylists {
    position: relative
}

.cart-page .container.w1170 {
    width: 100%;
    max-width: 1170px;
}

.cart-page .container {
    width: 100%;
    max-width: 1345px;
}

#create-wishlist-modal .modal-dialog {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
#create-wishlist-modal input {
    box-shadow: none;
    border-radius: 0
}

#create-wishlist-modal .modal-body {
    padding-top: 0
}

#create-wishlist-modal .modal-header {
    padding-bottom: 5px
}

#account_dashboard .well {
    border-radius: 13px;
    box-shadow: none;
    border: 0px
}

#account_dashboard h1.title {
    margin-top: 0;
    color: #000;
    font-size: 38px !important
}

#account_dashboard .btn {
    padding: 0 22px;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 15px
}

#account_dashboard #agreements .well {
    border: 1px solid #c8c8c8
}

#account_dashboard #agreements .details {
    font-size: 16px;
    font-family: 'Avenir Medium';
}

#account_dashboard #agreements .details strong {
    font-family: 'Avenir Black';
}

.nextpayment .l1 {
    font-size: 20px;
    font-family: 'Avenir Black'
}

.nextpayment .l2 {
    font-size: 20px;
    font-family: 'Avenir Medium'
}

.nextpayment .l3 {
    padding-top: 10px;
    font-family: 'Avenir Black';
    font-size: 20px
}

#account_dashboard .nextpayment .btn {
    margin-top: 15px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px
}

#agreements .well.agreement-details {
    padding-bottom: 35px;
    margin-bottom: 40px !important
}

#agreements .progresstitle span {
    padding-bottom: 4px;
    font-size: 16px;
    font-family: 'Avenir Medium'
}

#agreements .progress {
    border-radius: 8px;
    box-shadow: none;
    background-color: #ebebeb
}

#account_dashboard .pti {
    margin-top: 40px
}

.progress {
    height: 13px
}

.progress-bar {
    border-radius: 5px
}

.welcome-block h2 {
    margin-top: 0;
    font-size: 38px;
    font-family: 'Avenir Medium'
}

.welcome-block h2 strong {
    font-family: 'Avenir Black'
}

#account_dashboard main .inner {
    display: flex;
    justify-content: space-between
}

#account_dashboard main .left {
    width: 410px
}

#account_dashboard main .right {
    width: calc(100% - 410px)
}

#account_dashboard main .inner .name strong {
    font-size: 24px
}

#account_dashboard main .inner .customerid {
    font-size: 24px;
    color: #ec182a;
    font-family: 'Avenir Black';
}

#account_dashboard .welcome-block .btn {
    margin-left: auto;
    max-width: 342px;
    margin-right: auto
}

#account_dashboard .welcome-block .button-white img {
    height: 27px
}

#account_dashboard .button-white.button-external {
    background-size: 23px
}

#account_dashboard .well.welcome-block {
    padding-left: 35px;
    padding-right: 35px
}

.memberblock {
    margin-top: 38px;
    padding: 30px 35px
}

.memberblock h4 {
    font-size: 24px;
    font-family: 'Avenir Black'
}

.memberblock .labl {
    color: #333;
    font-size: 17px;
    font-family: 'Avenir Medium'
}

.memberblock .pointbox {
    background: #00aeee;
    color: #fff;
    border-radius: 10px;
    font-family: 'Avenir Black';
    font-size: 55px;
    margin: 8px auto !important;
    width: 209px
}

.memberblock .ltpoints {
    color: #00aeee;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 15px auto 25px auto !important;
    width: 209px;
    background: #dceef4;
    border-radius: 20px
}

.memberblock .pointslink {
    font-size: 15px
}

.memberblock small {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 19px;
    display: block;
    font-family: 'Avenir Roman';
}

#account_dashboard .btn.contactyour {
    padding: 5px 0;
    height: auto;
    font-size: 17px;
    margin-top: 5px
}

.personal h1 {
    font-size: 38px
}

#account_personal_info #account_dashboard .welcome-block .btn {
    padding-left: 43px
}

.yourlocal .name {
    padding-top: 4px;
    text-transform: uppercase;
    font-size: 17px;
    color: #ec182a;
    font-family: 'Avenir Black';
}

.yourlocal .post {
    font-size: 17px;
    color: #000;
    font-family: 'Avenir Heavy';
}

.yourlocal .address {
    padding-top: 15px;
    font-family: 'Avenir Roman';
    font-size: 17px
}

.yourlocal .phone {
    margin-bottom: 10px;
    font-family: 'Avenir Heavy';
    font-size: 17px
}

.formfields input {
    font-family: 'Avenir Medium';
    height: 46px;
    line-height: 46px;
    background: #fff !important;
    box-shadow: none
}

.formfields label {
    font-weight: 400;
    font-size: 16px;
    font-family: 'Avenir Medium';
}

@media only screen and (max-width:1040px) {
    #account_dashboard main .left {
        width: 300px
    }

    #account_dashboard main .right {
        width: calc(100% - 300px)
    }

    #account_dashboard .welcome-block .btn {
        font-size: 10px
    }
}

@media only screen and (max-width:982px) {
    #account_dashboard main .inner {
        flex-direction: column
    }

    #account_dashboard main .left {
        width: 100%
    }

    #account_dashboard main .right {
        width: 100%
    }

    #account_dashboard .welcome-block .btn {
        font-size: 15px
    }
}

@media only screen and (max-width:480px) {
    .wlistpage h1 {
        font-size: 28px
    }

    .wlistpage .back {
        display: inline-block;
        margin-top: 20px
    }

    .wlistpage .product-price span:last-child:after {
        padding-left: 8px;
        font-size: 17px;
        position: static;
        displaY: inline
    }

    .wlistpage .product-price span {
        font-size: 17px;
        vertical-align: bottom
    }

    .wlistpage .product-price {
        margin: 15px 0;
        font-size: 17px
    }

    .wlistpage hr {
        border-color: #898989
    }

    .mylists a.createlist {
        position: static;
        margin-top: 15px;
        margin-bottom: 25px
    }

    #account_dashboard .well.welcome-block {
        padding-left: 20px;
        padding-right: 20px
    }

    .welcome-block h2 {
        font-size: 31px
    }

    #account_dashboard main .inner .name strong {
        font-size: 20px
    }

    #account_dashboard main .inner .customerid {
        font-size: 20px
    }

    #account_dashboard h1.title {
        font-size: 28px !important
    }
}

@media only screen and (max-width:360px) {

    .wlistpage .buttons button,
    .wlistpage .buttons a {
        font-size: 15px;
        width: 125px
    }
}