﻿/* Inner menu styles */

.my-account-title i {
    float: right;
    display: none;
}

@media (max-width: 767px) {
    .newsletter-wrapper .newsletter-header label {
        padding: 94px 30px 20px 30px;
        width: 100%;
        text-align: center;
        min-height: auto;
        height: auto;
        max-height: 100%;
    }
    .newsletter-wrapper .newsletter-header .list-daily-news {
        background: url(../images/icon-daily-news.png) no-repeat center !important;
        background-position: 50% 5% !important;
    }
    .newsletter-wrapper .newsletter-header .list-special-offer {
        background: url(../images/icon-special-offer.png) no-repeat center !important;
        background-position: 50% 8% !important;
    }            
    .my-account-title {
        cursor: pointer;
    }
    .my-account-title i {
        display: block;
    }
    .my-account-links {
        display: none;
        position: absolute;
        z-index: 1;
        background: #fff;
        width: 100%;
    }
    .my-account-links.menu-expanded {
        display: block;
        position: relative;
    }
    .my-account-nav li:last-child {
        border-bottom: 2px solid #f6252f;
    }
}

/* My subscriptions section starts */

.subscribers-count .count {
    font-size: 22px;
    color: #4e4e4e;
    font-weight: 300;
}

.subscribers-count .first,
.subscribers-count .second {
    border: 1px solid #d2d2d2;
    display: inline-block;
    width: 47%;
    padding: 30px;
}

.subscribers-count {
    position: relative;
}

.subscribers-count .second {
    position: absolute;
    right: 0;
}

.subscribers {
    border: 1px solid #d2d2d2;
    margin-top: 30px;
}

.nav.nav-tabs.title-section li {
    display: inline-block;
    width: 50%;
    text-align: center;
}

.title-section li:first-child a {
    border-right: 1px solid #dddddd !important;
    border-radius: 0;
}

.title-section.nav-tabs>li.active>a,
.title-section.nav-tabs>li.active>a:focus,
.title-section.nav-tabs>li.active>a:hover {
    border: none;
    border-bottom: 2px solid red;
}

.subscribers .tab-content>.active {
    display: block;
    padding: 30px;
}

.subscribers .table>thead>tr>th {
    border-bottom: 0;
    color: #9f9f9f;
}

.subscribers-count h2 span {
    display: block;
    font-size: 16px;
    color: #4e4e4e;
}

.subscribers-count h2.count {
    max-width: 100px;
    width: 100%;
    display: inline-block;
    font-size: 50px;
    vertical-align: top;
    color: #e31117;
}

.subscribers-count .first>div,
.subscribers-count .second>div {
    display: inline-block;
    width: 65%;
}

.subscribers-count .first>div p,
.subscribers-count .second>div p {
    color: #8c8c8c;
    font-size: 18px;
    margin: 10px 0 5px 0;
}

h2.content-header {
    color: #7a7a7a;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 30px;
}

@media (max-width: 960px) {
    .subscribers-count .first,
    .subscribers-count .second {
        width: 100%;
        position: relative;
    }
}




/* My subscriptions ends */


/* Change password section starts */

.changepassword_form input {
    max-width: 500px;
    width: 100%;
    padding: 10px 0;
    margin: 20px 0;
    border: none;
    border-bottom: 1px solid #d5d5d5;
}

.changepassword_form .submit {
    background: #1e1e1e;
    color: #e3e3e3;
}




/* Change password section ends */


/* No offers section starts */

.offers-content .no-offer-image:after {
    background: url(../images/no-content.png) no-repeat;
    padding: 100px 130px 60px 0px;
    display: inline-block;
    content: "";
    margin-top: 50px;
    background-position: -140px 0px;
}

.offers-content .no-offers-msg {
    text-align: center;
}




/* No offers section Ends */


/* No orders section starts */

.orders-content .no-orders-image:after {
    background: url(../images/no-content.png) no-repeat;
    padding: 100px 130px 60px 0px;
    display: inline-block;
    content: "";
    margin-top: 50px;
    background-position: -140px 0px;
}

.orders-content .no-orders-msg {
    text-align: center;
}




/* No orders section Ends */


/* No ebooks section starts */

.ebooks-content .no-ebooks-image:after {
    background: url(../images/no-content.png) no-repeat;
    padding: 100px 130px 60px 0px;
    display: inline-block;
    content: "";
    margin-top: 50px;
}

.ebooks-content .no-ebooks-msg {
    text-align: center;
}




/* No ebooks section ends */


/* My coins section starts */

.coins-content .filter-section {
    text-align: right;
}


.coins-content .in-group {
    display: inline;
    position: relative;
}

.coins-content .input-group-icon {
    position: absolute;
    top: 0;
    right: 20px;
    pointer-events: none;
}

.coins-content .in-group input,
.in-group select {
    padding: 10px;
    max-width: 180px;
    width: 100%;
}

.coins-content input.submit {
    background: #696969;
    border-color: transparent;
    color: #f1f1f1;
    padding: 10px 30px;
}

.coins-content .search-results.content {
    overflow-y: scroll;
    max-height: 350px;
    margin-top: 40px;
}


@media (max-width: 992px) { form#coin-filter { text-align: left; } .coins-content .in-group input, .in-group select, .coins-content input.submit { max-width: 230px; width: 100%; margin: 0px 0 10px 0; } }

/* My coins section ends */

.container-account {
    padding: 80px;
    display: block;
    overflow: hidden;
}

.container-account .col-lg-12 {
    padding: 0;
}

.container-account h1 {
    border-bottom: 1px solid #d2d2d2;
    padding: 0 0 30px;
    display: block;
    margin: 0 0 40px;
    font-size: 18px;
    font-weight: 600;
    color: #202020;
}


.my-account-nav {
    padding-right: 40px;
    padding-left: 0;
    border-right: 1px solid #d2d2d2;
    box-sizing: border-box;
}

.my-account-nav li {
    border-bottom: 1px solid #d2d2d2;
    width: 100%;
}

.my-account-nav li:first-child a {
    padding-top: 0;
}

.my-account-nav li a {
    padding: 15px 0;
    display: block;
    overflow: hidden;
}

.my-account-nav li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.my-account-nav li.active,
.my-account-nav li:hover {
    font-weight: 500;
    border-bottom: 1px solid #d2d2d2 !important;
}

.my-account-nav li.active a,
.my-account-nav li:hover a {
    color: #e1191d !important;
}

.my-account-wrapper {
    border: 1px solid #d2d2d2;
    padding: 40px;
    box-sizing: border-box;
}

.primary-info-header {
    display: block;
    padding: 0 0 40px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
}

.primary-info-header h2 {
    float: left;
    font-size: 22px;
    color: #4e4e4e;
    font-weight: 300;
}

.primary-info-header a {
    float: right;
}

.primary-info-header .edit-link {
    color: #e1191d;
    padding-top: 7px;
}

.primary-info-header .edit-link:before {
    width: 20px;
    height: 20px;
    content: '';
    background: url(../images/icon-edit.png) no-repeat center;
    float: left;
    margin-right: 5px;
}

.primary-info-container {
    display: block;
    position: relative;
}

.avt-user {
    position: absolute;
    right: 0;
}

.avt-user img {
    border-radius: 50%;
}

.primary-info-list {
    font-size: 16px;
}

.primary-info-list li {
    padding: 15px 0;
}

.primary-info-list span {
    display: inline-block;
}

.label-primary-info {
    color: #4e4e4e;
    width: 240px;
}

.data-primary-info {
    color: #3f3f3f;
    font-weight: 500;
}


.container-postal {
    background: #f1f1f1;
    padding: 0;
    display: block;
    overflow: hidden;
}

.subscription-header {
    display: block;
    overflow: hidden;
    padding: 0 30px 10px 0;
}

.subscription-header .form-group {
    float: right;
}

.subscription-header .form-control {
    border-radius: 0 !important;
    padding-left: 37px;
}

.subscription-header .select-wpr:before {
    content: '';
    background: url(../images/icon-location.png) no-repeat center;
    position: absolute;
    left: 22px;
    top: 13px;
    width: 12px;
    height: 12px;
}

.subscription-header .select-wpr:after {
    top: 3px;
    right: 22px;
}

.subscription-header .select-wpr {
    margin: 0;
    width: 161px;
    height: 40px;
}

.subscription-header select {
    height: 40px;
    padding: 6px 12px;
}

.subscription-header .sub-title {
    float: left;
}

.subscription-header .top-news-tabs li {
    padding: 0 0px 2px 0px;
}

.link-postal-magazine {
    border: 1px solid #bcbcbc;
    line-height: 38px;
    padding: 0 20px;
    color: #eb1f26;
    float: right;
    font-size: 16px;
}

.link-postal-magazine:hover {
    color: #fff;
    background: #eb1f26;
}

.subscription-wrapper {
    background: #fff;
    padding: 30px;
    height: 80vh;
}

.subscription-list {
    display: block;
    overflow: hidden;
    padding-top: 20px;
}

.subscription-list li {
    width: 25%;
    float: left;
    padding: 0 30px 20px 0;
    position: relative;
}

.subscription-list li input {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
}

.subscription-list li label {
    border: 1px solid #c9c9c9;
    padding: 15px 15px 15px 40px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
}

.subscription-list li img {
    float: left;
    margin-right: 20px;
}

.label-subscription-list {
    font-size: 16px;
    color: #111;
    font-weight: normal;
}

.label-subscription-list h3 {
    font-size: 16px;
    font-weight: normal;
    padding: 0 0 5px;
    font-weight: 500;
}

.label-subscription-list h4 {
    font-size: 14px;
    font-weight: normal;
}

.subscription-list .label-subscription-list p {
    margin: 0;
    font-weight: 500;
    position: absolute;
    bottom: 10px;
    padding-left: 80px;
}

.label-subscription-list h4 span,
.label-subscription-list .price-cut {
    color: #808080;
}

.label-subscription-list .price-cut {
    padding-right: 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}

.nav-subscription {
    display: block;
    position: relative;
    margin: 10px 0;
}

.subscription-cart-wrapper,
.newsletter-ad-wrapper {
    padding: 30px;
}

.subscription-cart-wrapper table {
    width: 100%;
}

.cart-issue-title {
    font-size: 16px;
    color: #4b4b4b;
}

.cart-subscribe-table {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
}

.cart-subscribe-table h2 {
    font-size: 26px;
    padding-top: 0;
}

.cart-subscribe-table table {
    background: #fff;
    border: 1px solid #c9c9c9;
    margin: 0px 0px 30px 0px;
}

.cart-subscribe-list {
    font-size: 16px;
}

.cart-subscribe-list td {
    vertical-align: top;
    padding: 15px;
}

.cart-issue-title .issue-count {
    color: #8d8d8d;
    display: block;
}

.cart-subscribe-year {
    color: #8d8d8d;
}

.cart-subscribe-year .select-wpr {
    width: 100px;
}

.cart-subscribe-year .select-wpr:after {
    top: 0;
}

.cart-subscribe-year .form-control {
    border: 0;
    padding-top: 0;
}

.cart-subscribe-price {
    color: #000;
    text-align: right;
}

.cart-total-discount .cart-subscribe-price {
    color: #e1191d;
}

.cart-total-discount td {
    padding-top: 100px;
}

.cart-total-price td {
    border-top: 1px solid #e3e4e5;
}

.cart-total-price .cart-subscribe-price {
    color: #000;
    font-size: 20px;
}

.btn-cart {
    text-align: right;
    display: block;
}

.btn-cart button {
    display: inline-block;
    outline: 0;
    padding: 0 20px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background: #565656;
    cursor: pointer;
    border: 0;
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 5px;
    height: 22px;
    width: 22px;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 1px solid #b4b4b4 !important;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1;
}

.option-input:before {
    height: 12px;
    width: 12px;
    left: 4px;
    top: 4px;
    position: absolute;
    content: '';
    display: inline-block;
    font-size: 50px;
    background: #959595;
    border-radius: 50%;
}

.option-input:checked {
    background: #eb1f26;
    border-color: #eb1f26 !important;
}

.option-input:checked::before {
    background: #fff;
}

.newsletter-wrapper {
    padding-bottom: 40px;
}

.newsletter-wrapper .option-input::before {
    background: transparent;
}

.newsletter-wrapper .option-input:checked::before {
    content: '✔';
    color: #fff;
    background: none;
    line-height: 13px;
    font-size: 14px;
}

.option-input:checked::after {
    background: #40e0d0;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.option-input.radio {
    border-radius: 50%;
}

.option-input.radio::after {
    border-radius: 50%;
}

.newsletter-header {
    padding: 0 0 50px 20px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
}

.newsletter-header .list-daily-news,
.newsletter-header .list-special-offer {
    box-sizing: border-box;
    position: relative;
    float: left;
    padding-right: 50px;
}

.newsletter-header .list-daily-news {
    background: url(../images/icon-daily-news.png) no-repeat 30px center;
}

.newsletter-header .list-special-offer {
    background: url(../images/icon-special-offer.png) no-repeat 30px center;
}

.newsletter-header input {
    position: absolute;
    right: 10px;
    top: 5px;
    outline: none;
}

.newsletter-header h2 {
    padding: 0 0 10px;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #ff0000;
}

.newsletter-header p {
    font-weight: 400;
    margin: 0;
    padding: 0;
    min-height: 70px;
    font-size: 14px;
    line-height: 24px;
}

.newsletter-header label {
    border: 1px solid #dcdcdc;
    padding: 40px 40px 10px 130px;
    position: relative;
    min-height: 243px;
    max-height: 243px;
}

.newsletter-header .list-special-offer {}

.newsletter-subscription h2 {
    font-size: 18px;
    font-weight: 500;
    color: #ff0000;
    position: relative;
    padding: 11px 0 30px 0px;
}

.newsletter-subscription h2 input {
    position: absolute;
    left: 0;
}

.newsletter-list {
    overflow: hidden;
}

.newsletter-list li {
    width: 33%;
    padding: 5px 60px 10px 35px;
    float: left;
    position: relative;
    min-height: 168px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.newsletter-list li label {
    width: 100%;
}

.newsletter-list li label h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 0px 0;
    line-height: 24px;
}

/*.newsletter-list li .label-subscription-list p {
    padding: 0;
    margin: 0;
    font-size: 14px;
}*/

.newsletter-list li img {
    float: right;
    margin-left: 10px;
    margin-right: 0;
    width: 70px;
}

.newsletter-list li input {
    position: absolute;
    left: 0;
    top: 25px;
    margin-top: -15px;
}

.container-newsletter {
    display: block;
    overflow: hidden;
    padding: 50px 0;
    background: #fff;
}


.newsletter-wrapper {
    padding-left: 50px;
}


@media only screen and (min-width: 1025px) and (max-width:1440px) {
    .subscription-list li {
        width: 33%;
    }
    .subscription-header {
        padding-right: 0;
    }
}


@media only screen and (min-width: 769px) and (max-width:1024px) {
    .subscription-list li {
        width: 50%;
    }
    .subscription-header {
        padding-right: 0;
    }
    .newsletter-wrapper {
        padding-left: 20px;
    }
    .newsletter-subscription {
        padding: 20px;
    }
    .newsletter-list li {
        padding-right: 30px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1440px) {
    .container-account {
        padding: 20px;
    }
    .container-account h1 {
        padding-bottom: 15px;
        margin-bottom:
    }
    .container-account h1 {
        margin-bottom: 20px;
    }
    .my-account-wrapper {
        padding: 20px;
    }
    .my-account-nav {
        border-right: 0;
    }


    .newsletter-list li {
        width: 50%;
    }
    .newsletter-header {
        padding-left: 0;
    }
    .newsletter-header .list-daily-news,
    .newsletter-header .list-special-offer {
        padding-right: 0;
    }
    .newsletter-header label {
        padding: 40px 0px 40px 110px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .subscription-list li {
        width: 50%;
    }
    .label-primary-info {
        width: 140px;
    }
    .newsletter-wrapper {
        padding-left: 0;
    }
    .newsletter-subscription {
        padding-left: 20px;
    }
}


@media only screen and (max-width: 480px) {
    .nav-subscription {
        min-height: 26px;
        margin-bottom: 30px;
    }
    .subscription-list li {
        width: 100%;
        padding: 0 0 20px;
    }
    .subscription-wrapper,
    .subscription-cart-wrapper,
    .newsletter-ad-wrapper {
        padding: 20px;
    }
    .subscription-header {
        padding-right: 0;
    }
    .subscription-list {
        padding-top: 0;
    }

    .container-account,
    .my-account-wrapper {
        padding: 20px;
    }
    .container-account h1 {
        padding-bottom: 15px;
    }
    .primary-info-list {
        padding-left: 0;
    }
    .label-primary-info {
        width: 50%;
    }
    .my-account-nav {
        border-right: 0;
        margin-top: -25px;
    }
    .primary-info-header h2 {
        font-size: 18px;
    }
    .primary-info-header .edit-link {
        padding: 0;
    }
    .primary-info-header {
        overflow: hidden;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    .avt-user {
        position: relative;
        overflow: hidden;
        width: 130px;
        margin: 0 auto;
        padding: 20px 0 0;
        box-sizing: border-box;
    }
    .avt-user img {
        width: 100%;
    }
    .my-account-wrapper {
        margin-top: 20px;
    }
    .container-postal h1,
    .container-postal h2 {
        font-size: 24px;
    }
    .btn-cart button {
        width: 100%;
    }
    .newsletter-wrapper {
        padding: 0;
    }
    .newsletter-header .list-daily-news,
    .newsletter-header .list-special-offer {
        width: 100%;
    }
    .newsletter-header,
    .newsletter-header .list-daily-news,
    .newsletter-header .list-special-offer {
        padding: 0;
    }
    .newsletter-subscription {
        padding: 20px;
    }
    .newsletter-list li {
        width: 100%;
        padding-right: 0;
        float: initial;
    }
    .footer-newsletter .search-group {
        display: block;
        width: 100% !important;
        float: none !important;
        margin: 50px 0 20px;
        overflow: hidden;
    }
    .footer-newsletter-wrapper {
        padding: 70px 20px 0 20px !important;
        width: 100% !important;
        text-align: center;
        background: url(../images/bg-newsletter.jpg) no-repeat top top !important;
        display: block;
        overflow: hidden;
    }
    .newsletter-wrapper {
        padding-left: 0;
    }
}

.footer-newsletter {
    background: #f2f2f2;
    width: 100%;
    padding: 40px 0;
    display: block;
    overflow: hidden;
    margin-bottom: 1px;
}

.footer-newsletter-wrapper {
    margin: 0 auto;
    padding-left: 80px;
    box-sizing: border-box;
    background: url(../images/bg-newsletter.jpg) no-repeat left;
    background-position: 0px 0px;
}

.footer-newsletter .search-group input {
    border: 1px solid #cdcdcd;
    background: #fff;
    outline: 0;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    float: left;
    width: 100%;
}

.footer-newsletter .search-group button {
    background: #272727;
    color: #fff;
    outline: 0;
    height: 48px;
    line-height: 48px;
    border-left: 0;
    float: left;
    border: 0;
    width: 100%;
}

.footer-newsletter h2 {
    font-weight: 600;
    color: #3d3d3d;
    font-size: 18px;
    padding: 0 0 10px;
}

.footer-newsletter p {
    font-size: 14px;
    color: #3d3d3d;
}

.my-account-wrapper {
    width: 100%;
    max-width: 900px;
    overflow: hidden;
}

