	.text-black {
    color: #000;
}

.light-bg {
    background-color: #EBEBEB;
}

.checkout-step-wrapper {
    background-color: #D6D6D6;
    padding: 20px 20px;
}

.checkout-step-wrapper .page-titlecheckout {
    color: #000000;
    font-family: 'ITC Avant Garde Gothic Demi';
    font-size: 20px;
}

@media (max-width: 991px) {
    .checkout-step-wrapper .page-titlecheckout {
        font-size: 16px;
        text-align: center;
        padding-bottom: 10px;
    }
}

.checkout-step-wrapper .step-title {
    color: #666666;
    font-family: 'ITC Avant Garde Gothic Demi';
    font-size: 15px;
}

@media (max-width: 767px) {
    .checkout-step-wrapper .step-title {
        font-size: 13px;
        text-align: center;
    }
}

.checkout-step-wrapper .step-title.active {
    color: #000;
}

.checkout-step-wrapper .step-title span {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    width: 38px;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #F0F0F0;
    margin-right: 10px;
    color: #666666;
}

@media (max-width: 767px) {
    .checkout-step-wrapper .step-title span {
        display: block;
        margin-right: 0px;
    }
}

.checkout-step-wrapper .step-title span.active {
    background-color: #000000;
    color: #fff;
}

.block-summary {
    background-color: #F9F9F9;
    font-family: 'ITC Avant Garde Gothic';
}

.checkout-box {
    border: 1px solid #eeeeee;
    padding: 20px;
}

.checkout-section {
    border-top: 1px solid #EEEEEE;
    padding-top: 20px;
    padding-bottom: 10px;
}

.checkout-title {
    font-size: 14px;
    padding: 15px 0;
    position: relative;
    font-family: 'ITC Avant Garde Gothic Demi';
}

.form-group label.control-label {
    font-size: 13px;
    line-height: 1.07143;
    margin: 16px 0 0;
    color: #000;
    font-family: 'ITC Avant Garde Gothic';
}

.order-detail {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
}

.cart-price {
    font-size: 16px;
    text-align: right;
}

.sub-total {
    border-bottom: 1px solid #BFBFBF;
    padding: 15px 0;
    font-size: 16px;
}

.order-total {
    padding: 15px 0;
}

.order-youpay {
    color: #333333;
    font-size: 16px;
    font-family: 'ITC Avant Garde Gothic Demi';
}

.net-pay {
    color: #000;
    font-size: 20px;
    font-family: 'ITC Avant Garde Gothic Demi';
    text-align: right;
}

.cart_product {
    border: 1px solid #BFBFBF;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.radio label,
label.radio-inline {
    color: #000;
}

.checkout-section .radio {
    color: #000;
    display: block;
    font-size: 13px;
    margin-top: 4px;
}

.checkout-section small {
    color: #333;
    display: block;
    font-size: 11px;
    margin-left: 25px;
}

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    margin-left: -1.25rem;
    margin-top: 0.25rem;
    position: absolute;
}

.btn-save {
    font-size: 15px;
}

.back-btn {
    color: #000;
    font-size: 12px;
    padding-left: 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
}

.cart_description {
    font-size: 12px;
}

.address-block.address {
    border: 1px solid #656565;
    padding: 15px;
    min-height: 90px;
    margin-bottom: 12px;
    color: #fff;
    position: relative;
}

.pretty .state label {
    color: #fff;
}

.address-block.selected.address {
    border: 1px solid #000;
}

.customer-name,
.customer-add {
    width: 100%;
}

.address-txt {
    font-size: 13px;
    margin-left: 25px;
}

.delete-add {
    width: 20px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
}

.delete-add img {
    width: 100%;
}

.add-address {
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-address img {
    width: 18px;
}

.right-btn {
    display: flex;
    justify-content: flex-end;
}

.add-address,
.add-address:hover {
    background: #000;
    padding: 10px 15px;
    margin-bottom: 12px;
    position: relative;
    color: #fff;
    text-decoration: none;
}

.add-address img {
    margin-right: 5px;
}

.address-box {
    border: 1px solid #eeeeee;
    padding: 20px;
    margin-bottom: 30px;
}

.mt-15 {
    margin-top: 15px;
}

@media(max-width:575px) {
    .checkout-step-wrapper .step-title span {
        margin: auto;
        margin-bottom: 5px;
    }
}


/*Login Page CSS*/

.btn-theme {
    color: #ffffff;
    background-color: #E21836;
    border-color: #E21836;
}

.btn-theme:hover {
    color: #ffffff;
    background-color: #b4132b;
    border-color: #ab1229;
}

.btn-theme:focus,
.btn-theme.focus {
    box-shadow: 0 0 0 2px rgba(226, 24, 54, 0.5);
}

.btn-theme.disabled,
.btn-theme:disabled {
    background-color: #E21836;
    border-color: #E21836;
}

.btn-theme:active,
.btn-theme.active,
.show>.btn-theme.dropdown-toggle {
    color: #ffffff;
    background-color: #b4132b;
    background-image: none;
    border-color: #ab1229;
}

.btn-black {
    color: #ffffff;
    background-color: #000;
    border-color: #000;
}

.btn-black:hover {
    color: #ffffff;
    background-color: black;
    border-color: black;
}

.btn-black:focus,
.btn-black.focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
}

.btn-black.disabled,
.btn-black:disabled {
    background-color: #000;
    border-color: #000;
}

.btn-black:active,
.btn-black.active,
.show>.btn-black.dropdown-toggle {
    color: #ffffff;
    background-color: black;
    background-image: none;
    border-color: black;
}

.btn-outline-secondary {
    color: #CCCCCC;
    background-image: none;
    background-color: transparent;
    border-color: #CCCCCC;
    color: #000;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #CCCCCC;
    border-color: #CCCCCC;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #CCCCCC;
    background-color: transparent;
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #CCCCCC;
    border-color: #CCCCCC;
}

.btn-outline-secondary:hover {
    color: #000;
}

.btn:focus,
.btn {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 10px
}

.page-header {
    margin-bottom: 0;
}

.signup-content {
    background: #fff;
    padding: 30px;
    width: 100%;
    margin: auto;
    max-width: 520px;
    text-align: center;
}

.login-content {
    background: url("../images/login-bg.jpg") no-repeat;
    background-size: cover;
    padding: 60px 10px;
}

.login-title h3 {
    font-size: 16px;
    margin: 0;
    color: #333333;
    margin-bottom: 1rem;
    font-weight: bold;
}

.signup-head {
    color: #666666;
}

.signup-head h3 {
    font-size: 16px;
    color: #000000;
}

.signup-content .form-control,
.signup-content .btn {
    height: 42px;
}

.form-control {
    font-size: 13px;
}

.facebook-btn {
    background-color: #3B5998;
    border: none;
}

.facebook-btn:hover,
.facebook-btn:focus {
    background-color: #2d4373;
}

.google-plus-btn {
    background-color: #DC4E41;
    border: none;
}

.google-plus-btn:hover,
.google-plus-btn:focus {
    background-color: #c63224;
}

.btn.google-plus-btn,
.btn.facebook-btn {
    padding-left: 50px;
    padding-right: 15px;
    color: #fff;
    position: relative;
    font-size: 13px;
    color: #fff;
    height: 42px;
}

.btn.google-plus-btn span,
.btn.facebook-btn span {
    vertical-align: middle;
}

.btn.google-plus-btn .icon,
.btn.facebook-btn .icon {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    height: 42px;
    left: 0;
    line-height: 42px;
    margin-right: 6px;
    position: absolute;
    top: 0;
    width: 42px;
}

.create-account {
    font-size: 16px;
    color: #000000;
}

.signup-seperator {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 99;
}

.signup-seperator:after {
    background: #CCCCCC;
    content: "";
    height: 1px;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 16px;
    z-index: -1;
    left: 0;
    right: 0;
}

.signup-seperator .or {
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    z-index: 99;
    width: 36px;
    height: 36px;
    border: solid 1px #CCCCCC;
    border-radius: 36px;
    line-height: 36px;
    display: inline-block;
    position: relative;
}


/*My Account Page css*/

.bubbels-bg {
    background: url(../images/bubbels-bg.png) repeat;
    padding: 60px 10px;
}

.sidebar {
    background: #333333;
    margin-bottom: 15px;
}

ul.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-sidebar a {
    color: #fff;
    font-size: 14px;
}

.nav-sidebar a {
    display: block;
    padding: 15px 25px;
    position: relative;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    font-weight: 600;
    color: #b4b4b4;
}

.nav-sidebar li.active a,
.nav-sidebar a:hover,
.nav-sidebar a:focus {
    background: #4f4f4f;
    border-right: 3px solid #d9932f;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    color: #ffffff;
}

.profile-tabs li.active .fa,
.nav-sidebar li:hover .fa {
    color: #ffffff;
}

.btn.btn-secondary-outline.btn-sm,
.dark-form .btn_main,
.coupon-form .btn {
    height: auto;
    border-color: #fff;
    color: #fff;
    font-size: 13px;
    padding: 7px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    margin-bottom: 10px;
}

.btn-secondary-outline:hover,
.coupon-form .btn:hover {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff;
}

.coupon-form .btn {
    width: 100%;
}

.dark-form .btn_main {
    height: 45px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.header-ttl {
    padding: 7px 20px;
    font-weight: bold;
    font-size: 14px;
    background: #656565;
    color: #fff;
}

.card {
    border: 1px solid #656565;
}

.cms-contant {
    font-size: 14px;
    line-height: 24px;
}

.tab-ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 15px;
    margin-top: 0;
    border-bottom: 1px solid #656565;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*Wishlist page css*/

.wishlist-box {
    padding: 10px;
    border: 1px solid #656565;
}

.sprod-description h1 {
    font-size: 14px;
    margin: 10px 0 5px;
    font-weight: bold;
}

.price-txt {
    margin-bottom: 5px;
    font-size: 16px;
}

.sprod-description {
    border-top: 1px solid #656565;
    margin-top: 20px;
}

.wish-btns a {
    width: auto;
}

.wish-btns a button {
    height: 35px !important;
}

.btn-sm.ml-2 {
    margin-left: 10px;
}

.card,
.wishlist-box {
    margin-bottom: 15px;
}


/*My Order page css*/

.card-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.card-block table th,
.card-block table td {
    font-size: 13px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.name {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
}

.mobile {
    display: inline-block;
    margin-top: 5px;
}

@media(max-width:640px) {
    .card-block table th,
    .card-block table td {
        min-width: 100px;
    }
}

.default-address {
    margin-bottom: 20px;
}

.form-control {
    margin-bottom: 7px;
    padding: 8px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    transition: border-bottom-color 180ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    border-radius: 0;
    border-top: 0 !important;
    box-shadow: none;
    font-size: 16px;
}

.form-control:focus {
    box-shadow: none;
}

.login-title h3 {
    text-transform: uppercase;
}

.Forget-Password {
    font-size: 16px;
}

.create-account .font-weight-bold {
    font-weight: bold;
}

.profile-sidebar {
    list-style: none;
    padding: 0;
}

.ptb-50 {
    padding: 50px 0;
}

.border-none {
    border: none !important;
}

.profile-tabs {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.profile-tabs li {
    position: relative;
}

.profile-tabs li .fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.card-block.cms-contant {
    background: #333333;
    display: inline-block;
    padding: 20px;
    width: 100%;
}

.card .card-block {
    color: #fff;
}

.p-20 {
    padding: 20px;
}

.d-flex.align-items-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.mt-3 {
    margin-top: 15px;
}

.ml-2 {
    margin-left: 10px;
}

.justify-content-end {
    justify-content: flex-end;
}

.mb-0 {
    margin-bottom: 0;
}

.img-full {
    width: 100%;
}

.wish-prod-ttl {
    font-size: 14px;
    margin-top: 0;
    padding-top: 15px;
    margin-bottom: 15px;
}

.dark-form .control-group {
    margin-bottom: 15px;
}

.dark-form .control-group label {
    color: #fff;
}

.dark-form .form-control {
    background: #454545;
    height: 45px;
    border-radius: 5px;
    color: #fff;
}
