.cart_checkout .page_title {
    display: block;
    text-align: center;
    padding: 40px 0;
}
.cart_checkout .page_title h3 , .cart_checkout .page_title h2 , .cart_checkout .page_title h1 {
    color: #020266;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: bold;
    margin: 0;
}
.cart_checkout .page_title p {
    margin: 10px 0;
}
.account-page{
    background: #ececec;
    padding: 45px 0;
}
.account-page h2{
    font-size: 32px;
    line-height: 32px;
    color: #020266;
    margin: 0 0 40px;
    font-family: 'BaskervilleURWWidMed';
    text-align: center;
}
.account-page form .form-control {
    border: 0;
    height: 40px;
    border-radius: 0;
    color: #020266;
    font-size: 13px;
    background: #fff;
    width: 100%;
}
.account-page form .red-btn {
    background: #020266;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 40px;
    border-radius: 50px;
    font-family: 'BaskervilleURWWidMed';
    border: 0;
    margin-top: 20px;
}
.account-page form .red-btn:hover{
    background: #5F5E5E;
}
.account-page form a {
    text-decoration: underline;
}
.account .side_bar {
    background: #fff;
    padding: 10px 15px;
    margin: 0 0 40px;
}
.account .side_bar h2 {
    font-size: 28px;
    text-align: left;
    margin: 0 0 20px;
}
.account .side_bar ul li {
    list-style: none;
    margin: 0 0 10px;
}
.account h2.member-title{
    font-size: 30px;
    margin: 0 0 20px;
    text-align: left;
}
.account-page .select_icon .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 40px;
}
.account-page .select_icon{
	position: relative;
}
.account-page .select_icon:after{
	content: '\f107';
    font-family: 'FontAwesome';
    color: #020266;
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 16px;
}

/* cart page */

.basket-page ul.basket-items label {
    font-family: inherit;
    font-size: 16px;
    color: #020266;
    display: block;
}
.basket-page ul.basket-items .btn_qtyupdate {
    background: #5F5E5E;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 5px 15px 5px 0;
    border: 0;
}
.basket-page ul.basket-items .btn_qtyupdate:hover{
    background: #020266;
}
.basket-page ul.basket-items .qty_field{
    height: 40px;
    border: 2px solid #5F5E5E;
    border-radius: 5px;
}
.basket-page ul.basket-items .price {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 20px 0 30px !important;
}
.basket-page ul.basket-items .btn_remove{
    background: #020266;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 20px;
    font-weight: bold;
}
.basket-page ul.basket-items .btn_remove:hover{
    background: #5F5E5E;
}
.basket-page .cart_bottom .btn{
    background: #5F5E5E;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 20px;
    font-weight: bold;
    border: 0;
    margin: 0 0 40px;
}
.basket-page .cart_bottom .btn:hover{
    background: #020266;
}
.basket-page input#voucher_code {
    height: 40px;
    padding: 0 10px;
}
.basket-page .cart_bottom .apply_code {
    margin: 5px 10px;
}
.basket-page p.blue-name {
    font-size: 17px;
}
.checkout_page .form-control-contact {
    border: 1px solid #58595B;
    border-radius: 0;
    height: 40px;
    padding: 0 10px;
    width: 100%;
}
.checkout_page .floating-label {
    line-height: 15px;
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
}
.checkout_page .btn_proceed {
    background: #5F5E5E;
    color: #fff;
    padding: 5px 20px;
    font-size: 17px;
    border-radius: 20px;
    font-weight: bold;
    margin: 0 0 10px;
    border: 0;
}
.checkout_page .btn_proceed:hover{
    background: #020266;
}
.shipping_page  .delivery_form p .form-control {
    width: auto;
    vertical-align: middle;
}
.shipping_page iframe {
    width: 100%;
}
.shipping_page .shipping-address {
    margin: 0 0 40px;
}
.payment_page .billing_details{
    margin: 40px 0 0;
}
.payment_page .checkout_page .btn_proceed{
    margin: 20px auto;
    display: block;
}
.order_confirm{
    margin: 0 0 40px;
}
.order_confirm  .table th {
    background-color: #575756;
}
.whishlist_page {
    margin-bottom: 40px;
}
.whishlist_page .wishlist_item {
    border-bottom: 1px solid #acacac;
    padding: 20px 0;
}
.whishlist_page .wishlist_item .remove_wishlist{
    background: #5F5E5E;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 20px;
    font-weight: bold;
    border: 0;
    margin: 0 0 40px;
}
.whishlist_page .wishlist_item .remove_wishlist:hover{
	background: #020266;
}
.whishlist_page .wishlist_item:last-child {
    border-bottom: 0;
}
.checkout_page input.checkbox {
    height: 22px;
}
.checkout_page input#proceed-submit {
    background: #5F5E5E;
    color: #fff;
    padding: 5px 20px;
    font-size: 17px;
    border-radius: 20px;
    font-weight: bold;
    margin: 0 0 10px;
    border: 0;
}
.checkout_page input#proceed-submit:hover{
    background: #020266;
}
.checkout_payment .details_tbl {
    margin: 0 0 30px;
}
.checkout_payment .details_tbl h3 {
    margin: 0 0 20px;
}
.checkout_payment textarea.form-control{
    margin: 0 0 20px;
} 
.confirm_order .order_tbl h2 {
    margin: 25px 0;
}

@media(max-width: 1023px) and (min-width: 768px){
    .account .side_bar ul li{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .account-page form .red-btn{
        font-size: 16px;
        padding: 6px 30px;
    }
    .basket-page ul.basket-items .text-right {
        text-align: left !important;
        display: inline-block;
        width: 50%;
    }
    .basket-page ul.basket-items .pull-right {
        float: left;
    }
    .basket-page ul.basket-items .price{
        margin: 5px 0 !important;
    }
    .basket-page ul.basket-items .qty_field {
        height: 30px;
        margin-bottom: 5px !important;
    }
    .basket-page p.blue-name{
        margin: 20px 0;
    }
    .cart_bottom .text-right {
        text-align: left!important;
    }
    .cart_bottom .pull-right {
        float: none;
    }
    .cart_bottom .ml-3 {
        margin-left: 0 !important;
    }
    .basket-page .cart_bottom .btn{
        margin: 0 0 20px;
    }
    .basket-page .cart_bottom .apply_code {
        margin: 5px 0;
    }
    .checkout_page .select_title{
        margin-bottom: 40px;
    }
    .order_confirm iframe {
        width: 100%;
    }
    .whishlist_page .wishlist_item .remove_wishlist{
        margin: 20px 0;
    }
    .shipping_page h2 {
        font-size: 24px;
        margin: 0 0 20px;
    }
    .confirm_order iframe {
        width: 100%;
    }
}