/*custom css for theme*/
h1,h2,h3,h4,h5,h6{
    font-family: 'Nunito', sans-serif;
    line-height: 1.42857;
    color: #0a0a0a;
}
#cart-basket {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
#cart-basket-head, #cart-category-select-head, #cart-search-head{
  font-size: 20px;
    font-weight: 600;
    color: #0a0a0a;
    line-height: 1.2;
    margin-bottom: 8px;
}
#cart-search input[type=submit] {
    border-radius: 0 3px 3px 0;
    box-sizing: border-box;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 30%;
    height: 50px;
    line-height: 1;
    background: #6c757d !important;
    border-color: #6c757d !important;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #6c757d !important; 
    font-size: inherit;
}
#cart-search input[type=submit]:hover{
  background: white !important;
  color: #6c757d !important;
  border: 2px solid #6c757d !important;
}
/*shop page css start*/
.am-cart-main h2{
    font-size: 15px;
    color: #6f7074;
    font-weight: 400;
}
.am-cart .am-cart-product .am-cart-product-content-title {
    min-height: 30px;
}
.am-cart-product-content-title a{
    font-family: "Nunito",sans-serif;
    line-height: 1.42857;
    font-size: 18px;
    font-weight: 400;
    color: #0a0a0a;
}
.am-cart-button-add{
    background: #28a745 !important;
    border: 2px solid #28a745;
    color: white;
    width: 145px;
    height: 40px;
}
.am-cart-see-details-button{
    background: #28a745 !important;
    border: 2px solid #28a745;
    color: white !important;
    width: 145px;
    height: 40px;
}
.am-cart-button-add:hover{
    background: #ffffff !important;
    border: 2px solid #28a745;
    color: #28a745;
}
.am-cart-button-order{
    background: #ffffff !important;
    border: 2px solid #6c757d;
    color: #6c757d;
    width: 120px;
}
.am-cart-button-order:hover{
    background: #6c757d !important;
    border-color: #6c757d;
    border: 2px solid #6c757d;
    color: #ffffff;
}
.am-cart-qty-el-minus{
    background: none !important;
    color: red;
    font-size: 17px;
    font-weight: bold;
    padding: 0.5em 0.75em !important;
}
.am-cart-qty-el-plus{
    background: none !important;
    color: #28a745;
    font-size: 17px;
    padding: 0.5em 0.75em !important;
    font-weight: bold;
}
.am-cart-product-content-desc{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.am-cart .am-cart-product .am-cart-product-content-add-container{
    background: white;
}
.am-cart .am-cart-product .am-cart-product-content-terms{
    margin-bottom: 0.35em;
    font-weight: bold;
    font-size: larger;
    text-align: center;
    padding-bottom: 6px;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #ddd;

}
.am-cart-product-status{
    text-align: center;
    color: #c75533 !important;
}
.am-cart-product-content-qty .am-cart-product-qty-label{
    float: none;
    padding-right: 0.35em;
}
.am-cart-product-content-qty {
   /* text-align: center;*/
    display: flex;
   /* justify-content: center;*/
    padding-top: 9px;
    align-content: center;
    align-items: center;
}
.am-cart-qty-el input[type=text]{
    padding: 0.35em !important;
    border: 1px solid #fff;
    height: unset !important;
    padding-bottom:15px;
    text-indent: 0px;
}
.am-cart-product-content-buttons{
    /*text-align: center;*/
    padding-top: 8px;
    padding-bottom: 15px;
}
.am-cart-details{
    margin-left: 15px;
}
.shop-tab .am-cart-product.am-cart-product-brief.am-cart-product-in-basket{
    opacity: 1;
}
/*shop page css end*/

body:not(.ccn_header_style_7) .navbar_brand img, .ccn_header_style_2 .logo-widget img{
    width: 185px !important;
}
header.header-nav.menu_style_home_one a.navbar_brand {
    margin-top: 25px;
}

/*view basket page css start*/
.am-body-content-top h1{
    font-family: 'Nunito', sans-serif;
    line-height: 1.42857;
    color: #0a0a0a;
}
.am-basket .am-basket-row-head th{
    color: #6f7074;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.642;
}
.am-basket .am-basket-row td{
    color: #0a0a0a;
    font-family: 'Nunito', sans-serif;
    line-height: 1.642;
}
.am-cart-checkout-buttons-update, .am-cart-checkout-buttons-apply, .am-cta-signup{
    background-color: #192675;
    border: 2px solid #192675;
    border-color: #192675;
    color: #ffffff;
    width: 120px;
    transition: all 0.3s ease;
}
.am-cart-checkout-buttons-update:hover, .am-cart-checkout-buttons-apply:hover, .am-cta-signup:hover{
    background-color: #ffffff;
    border-color: #192675;
    color: #192675;
}
.am-cart-checkout-buttons-checkout{
    background: #ffffff !important;
    border: 2px solid #6c757d;
    color: #6c757d;
}
.am-cart-checkout-buttons-checkout:hover{
    background: #6c757d !important;
    border-color: #6c757d;
    border: 2px solid #6c757d;
    color: #ffffff;
}
.am-basket .am-basket-row {
    border-bottom: 1px solid #ddd;
}
.am-basket-preview-empty a{
    color: #c75533;
}
.btn-checkout{
    background-color: #192675;
    border: 2px solid #192675;
    border-color: #192675;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration:none;
}
.btn-checkout:hover, .btn-checkout:focus{
    background-color: #ffffff;
    border-color: #192675;
    color: #192675 !important;
}
.am-cart-checkout-buttons{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
/*pagination custom css*/
.am-pagination{
  float: right;  
}
.am-pagination a{
    color: #fff;
    background: #192675;
}
.am-pagination .am-pagination-current.am-pagination-prev, .am-pagination .am-pagination-current.am-pagination-next{
    color: #fff;
    background: #192675;
    opacity: .75;
}
.am-pagination .am-pagination-current{
    border: 1px solid #192675;
    background: #ffffff;
    color: #192675;
}
.am-form div.am-element-title label{
    color: #6f7074;
    font-family: 'Open Sans', sans-serif;
}
.am-cart .am-cart-product .am-cart-product-content-desc .am-cart-product-content-desc-full, .am-cart .am-cart-product .am-cart-product-content-desc .am-cart-product-content-desc-short li{
    color: #7e7e7e;
    font-size: 15px;
    font-family: 'Open Sans';
}
/*end css*/
/*login form css start*/
#am-login-form legend{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: 'Nunito', sans-serif;
}
.rememberpass label{
    color: #6f7074;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    top: -2px;
    left: 4px;
}
.am-form-login-switch{
    color: #c75533 !important;
    text-decoration: underline;
}
.login_btn{
    background-color: #192675;
    border: 1px solid #192675;
    border-color: #192675;
    color: #ffffff;
    transition: all 0.3s ease;
    font-family: 'Nunito', sans-serif;
    font-size: 19px;
    font-weight: bold;
    height: 55px;
}
.login_btn:hover{
    background-color: #ffffff;
    border-color: #192675;
    color: #192675;
}
.am-signup-link a{
    color:#2441e7 !important; 
}
/*end login css*/

/*view basket box css*/
.am-basket-preview-item-remove{
    display: block;
}
.am-basket-preview-item-remove a{
    color: #c75533 !important;
}
.am-basket-preview-item-title div{
    line-height: 1.5;
}
.am-basket-preview-actions a{
    color: #c75533 !important;
    text-decoration: underline;
}
.am-basket-preview-actions-divider{
    color: #c75533 !important;
}
.am-basket-preview-item-total{
    text-align: left;
    padding-left: 5px !important;
}
.am-basket-preview-item-qty{
    padding-right: 5px !important;
}
/*end css*/
/*sigup page css start*/
.am-invoice-summary td {
    padding: 0.2em 0.4em;
    font-family: 'Nunito', sans-serif;
    color: #0a0a0a;
    border-bottom: 2px solid #f1f1f1;
}
.am-invoice-summary .am-invoice-summary-item-num{
    color: #0a0a0a;
}
/*end css*/
/*lost password page css*/
.lost-pw-title{
    padding-left: 10px !important;
}
.fw-login-link{
    float:right;
}
.am-lost-pw-btn{
    background-color: #192675;
    border: 1px solid #192675;
    border-color: #192675;
    color: #ffffff;
    transition: all 0.3s ease;
    font-family: 'Nunito', sans-serif;
    font-size: 19px;
    font-weight: bold;
    height: 55px;
}
.am-lost-pw-btn:hover{
    background-color: #ffffff;
    border-color: #192675;
    color: #192675;
}
/*end*/
/*signup page css*/
.am-page-signup .am-main, .am-cstmbasket .am-main{
    max-width: 1000px;
}
.am-page-signup #row-_i_agree-page-0-0-0 a{
    color: #c75533 !important;
    text-decoration: underline;
}
.am-page-signup #row-_i_agree-page-0-0-0 .am-element{
    text-align: center;
}
.am-page-signup #row-buttons .group{
    text-align: right;
    position: relative;
    right: 20px;
}
.am-page-signup #row-_i_agree-page-0-0-0 input[type=checkbox]{
    vertical-align: unset;
}

@media screen and (max-width:500px)
{
    .am-page-signup #row-buttons .group {
        text-align: left; 
        position: relative;
        right: 0;
    }
}
/*end css*/
/*shop and x-zone custom css*/
.shop-tab td, .xZone-tab td{
    vertical-align: middle;
}
.xZone-tab .am-cart-product-content-desc{
    justify-content: left; /*changed by ankush after client review*/
}
.shop-tab .item-block{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.shop-tab .am-cart-qty-el{
    width: 125px;
}
.shop-tab .am-cart-product-content-terms, .xZone-tab .am-cart-product-content-terms{
    margin-bottom: 0em !important;
    font-weight: bold !important;
    font-size: inherit !important;
    text-align: left !important;
    padding-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-bottom: 0 !important;
}
.shop-tab .am-cart-product-status, .xZone-tab .am-cart-product-status{
    text-align: left !important;
}
@media screen and (max-width:912px)
{
    .shop-tab .am-cart-product-content-title{
        width: 300px;
    }
    .res-tbl{
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        }
}
/*end css*/
/*view basket custom css*/
.am-cart-checkout-coupon-input .am-cart-checkout-buttons-apply{
    margin-left: -5px;
    height: 50px;
}
.bskt-tab .am-basket-title{
    text-align: left !important;
}
.am-cstmbasket .bskt-tab th, .am-page-signup .bskt-tab th{
    text-align: center;
}
.am-cstmbasket .bskt-tab .am-basket-title-col, .am-page-signup .bskt-tab .am-basket-title-col{
    display: flex;
    align-items: center;
}
.am-cstmbasket .bskt-tab td, .am-page-signup .bskt-tab td{
    text-align: center;
    vertical-align: middle;
}
.am-cart-checkout-coupon-wrapper .local-link{
    color: #c75533 !important;
    padding-top:0px;
}
.am-cstmbasket .bskt-tab .am-basket-img, .am-page-signup .bskt-tab .am-basket-img {
    height: auto;
}
.am-cstmbasket .bskt-tab .am-cart-qty-el, .am-page-signup .bskt-tab .am-cart-qty-el input[type=text]{
    min-width: 125px;
}
.am-cstmbasket .bskt-tab .am-cart-qty-el input[type=text], .am-page-signup .bskt-tab .am-cart-qty-el input[type=text]{
    text-indent: 0px;
}
@media screen and (max-width:768px)
{
    .am-cstmbasket .bskt-tab .am-basket-title{
        width: 300px;
    }
}
.am-cstmbasket .am-cart-checkout-coupon-wrapper .close{
    padding-left:5px;
    position: relative;
    top: -5px;
}
.redstash{
    text-decoration: line-through;
    color: red;
}
.darkRed {
    color: red;
}
/*end view basket css*/
/*breadcrumb css start*/
.breadcrumb li{
    list-style: none;
}
/*end css*/
/*shop details page css*/
.cstm-shop-details .am-cart-product-content-desc-img-wrapper{
    background: #fff !important;
}
.cstm-shop-details .academic_aliiance_link{
    color: #c75533 !important;
}
.cstm-shop-details .am-cart-product-content-terms{
    border-bottom: none !important;
}
.cstm-shop-details .am-cart-product-content-options .am-form{
    margin-bottom: 0.5em;
}
.cstm-shop-details .am-cart-product-content-options .am-form form{
    border: none !important;
    box-shadow: none !important;
}
.cstm-shop-details .am-cart-product-status{
    text-align:left;
}
@media (min-width: 500px){
    .cstm-shop-details .am-cart-product-content-options .am-form div.am-element-title{
        width: auto;
        padding: 0.2em 0.5em 1em 0em;
    }
}
.back-link{
    color: #2441e7;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: block;
    -webkit-transition: ease all .2s;
    -moz-transition: ease all .2s;
    -o-transition: ease all .2s;
    transition: ease all .2s;
}
.back-link:hover{
    color: #2441e7;
    left: -5px;
}
.reg-login-link{
    color: #c75533 !important;
}
.bskt-link{
    color: #c75533 !important;
}
.am-cart-err-link{
    color: #c75533 !important;
}
/*end css*/

/*custom dropdown for logout desktop*/
.cstm-position{
    position: relative;
    left:65px;
}
#demoMenu.ace-responsive-menu li ul.sub-menu{
    margin-left: -185px !important;
}
#demoMenu.ace-responsive-menu li ul.sub-menu:before{
    left:215px !important;
}
/*profile page css start*/
.am-page-profile .am-main{
    max-width: 1000px;
}
form#profile{
    padding-top:30px;
    padding-bottom:30px;
}
.am-change-pass-toggle{
    color: #c75533 !important;
    position: relative;
    top: 3px;
}
.am-cta-profile{
    background-color: #192675;
    border: 2px solid #192675;
    border-color: #192675;
    color: #ffffff;
    width: 120px;
    transition: all 0.3s ease;
}
.am-cta-profile:hover{
    background-color: #ffffff;
    border-color: #192675;
    color: #192675;
}
@media (min-width: 501px){
    .am-cta-profile{
        float: right;
        position: relative;
        right: 20px;
    }
}
/*end css*/
/*start payment page css*/
.am-cta-pay{
    background-color: #192675;
    border: 2px solid #192675;
    border-color: #192675;
    color: #ffffff;
    transition: all 0.3s ease;
}
.am-cta-pay:hover{
    background-color: #ffffff;
    border-color: #192675;
    color: #192675;
}
@media (min-width: 501px){
    .am-cta-pay{
        float: right;
        position: relative;
        right: 15px;
        margin-bottom: 15px;
    }
}
/*end payment page css*/
/*thanks login page css*/
.thank-login-link{
    color: #c75533 !important;
}
/*css for coupan code box alignment*/
@media (min-width: 501px){
    .am-cart-checkout-coupon-wrapper{
        text-align:right;
        margin-top: 15px;
    }
}
.customcode.right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
/*end css*/

/*new supplemental study tools page css start*/ 
.supplemental-shop-tab .am-cart-qty-el{
    width: 130px;
}
.supplemental-shop-tab .am-cart-qty-el{
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    overflow: hidden;
    min-width: 4.5em;
    white-space: normal;
}
.supplemental-shop-tab .am-cart-qty-el .am-cart-qty-el-minus, .supplemental-shop-tab .am-cart-qty-el .am-cart-qty-el-minus:active, .supplemental-shop-tab .am-cart-qty-el .am-cart-qty-el-minus:hover, .supplemental-shop-tab .am-cart-qty-el .am-cart-qty-el-plus, .supplemental-shop-tab .am-cart-qty-el .am-cart-qty-el-plus:active .am-cart-qty-el-plus:hover, .supplemental-shop-tab .am-cart-qty-el input[type=text]{
    height: auto;
    line-height: 1em;
    text-align: center;
    display: inline-block;
    border: none;
}

.view-basket-btn{
    background: #6c757d !important;
    border-color: #6c757d;
    border: 2px solid #6c757d;
    color: #ffffff;
}
.view-basket-btn:hover{
    background: #ffffff !important;
    border: 2px solid #6c757d;
    color: #6c757d;
}
/*Active resource button css*/
.am-resource-btn{
    background-color: #192675;
    border: 2px solid #192675;
    border-color: #192675;
    color: #ffffff;
    transition: all 0.3s ease;
    margin-left:-10px;
}
.am-resource-btn:hover{
    background-color: #ffffff;
    border-color: #192675;
    color: #192675;
}
/*webinar listing page btn css*/
.btn-webinar-listing{
    background-color: #192675 !important;
    border: 2px solid #192675 !important;
    border-color: #192675 !important;
    color: #ffffff !important;
    width:120px !important;
    transition: all 0.3s ease !important;
}
.btn-webinar-listing:hover{
    background-color: #ffffff !important;
    border-color: #192675 !important;
    color: #192675 !important;
}

/* shop tab css to show bulk discount */
.shop-tab .am-cart-product-content-desc-short{
    font-size: 14px;
    color: red;
    font-weight: bold;
}
.shop-tab .am-cart-product-content-desc{
    flex-direction: column;
    align-items: center;
}