.main-container,body {
    padding: 0
}

.charged-by,.currency-widget,.header-checkout {
    text-align: center
}

.checkout-products-list .product-img img,.currency-widget img {
    vertical-align: middle
}

.mandatory-checkbox label a:hover,.nav-footer a:hover {
    text-decoration: underline
}

.paypal-loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10000
}

.paypal-loading-overlay .paypal-loader {
    border: 5px solid #d6d6d6;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border-top: 5px solid #4385c5;
    position: absolute;
    top: 50%;
    left: 50%;
    animation: rotate .8s linear infinite
}

@keyframes rotate {
    0% {
        transform: translate(-50%,-50%) rotate(0)
    }

    100% {
        transform: translate(-50%,-50%) rotate(360deg)
    }
}

.paypal-loading-overlay .paypal-loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.coupon-wrap .btn-apply {
    border: 1px solid #282828
}

.coupon-wrap .btn-apply:hover {
    border-color: #8528A3
}

h1,h2,h3 {
    margin-bottom: 20px;
    font-weight: 500;
    font-family: Raleway
}

.checkout-heading,.divider {
    margin-bottom: 10px
}

.container {
    position: relative;
    /* max-width: 1100px */
}

.main-container .primary .form-group label {
    display: none
}

.main-container .sidebar {
    padding-bottom: 100px
}

@media (min-width: 992px) {
    .main-container .primary {
        padding:40px 20px;
        background-color: #fff
    }

    .main-container .sidebar {
        position: relative;
        padding: 20px;
        background-color: #f8f8f8
    }
}

@media (max-width: 991px) {
    .main-container .primary {
        padding:30px 15px 20px;
        background: #fff
    }
}

.header-checkout {
    position: relative;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #eee
}

.header-checkout img {
    width: 150px
}

.header-checkout .pro-link-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-checkout .pro-link-wrap a {
    font-family: Raleway;
    text-transform: uppercase;
    color: #888;
    font-weight: 500
}

.header-checkout .pro-link-wrap a:hover {
    color: #8528A3
}

.header-checkout .pro-link-wrap a>span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.header-checkout .pro-link-wrap a i {
    margin-right: 10px;
    font-size: 30px
}

@media (max-width: 991px) {
    .header-checkout .pro-link-wrap a span span {
        display:none
    }
}

.checkout-heading h1 {
    margin-bottom: 5px;
    font-size: 30px
}

.checkout-heading p {
    color: #999
}

.checkout-heading p span {
    display: block;
    color: #231f20;
    font-weight: 700;
    font-size: 20px;
    margin-top: 15px
}

.w-billing-details h3,.w-shipping-details h3 {
    font-size: 2rem
}

.w-billing-details .choose-shipping {
    display: inline-block;
    margin: 20px 0 10px
}

.w-billing-details .choose-shipping label {
    color: #282828
}

.w-billing-details #frmBilling {
    margin: 20px 0 30px
}

.w-billing-details .form-group {
    margin-bottom: 20px
}

.mandatory-checkbox {
    margin-bottom: 40px
}

.mandatory-checkbox label {
    display: table-cell!important
}

.checkout-products-list .product-item,.w-creditCardForm .creditcards-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    webkit-box-pack: justify
}

.mandatory-checkbox label a {
    color: #000
}

.item-breadcrumb i {
    margin-right: 10px;
    font-size: 35px
}

.checkout-paypal-button {
    margin-bottom: 40px;
    pointer-events: none;
    opacity: .7
}

.checkout-paypal-button button {
    width: 100%;
    max-width: 320px;
    height: 50px;
    background-color: #fec43a;
    cursor: pointer
}

.checkout-paypal-button button:hover {
    background-color: #f3b41f
}

.currency-widget {
    margin-bottom: 30px;
    font-size: 14px;
    color: #000
}

.w-creditCardForm,.w-customer-form {
    margin-bottom: 40px
}

.currency-widget img {
    max-width: 250px
}



.w-creditCardForm {
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.w-creditCardForm h3 {
    margin-bottom: 0;
    font-size: 20px
}

.w-creditCardForm .creditcards-title {
    padding: 10px 20px;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 1px solid #ddd
}

.w-creditCardForm .creditcards-title>* {
    width: 50%
}

.w-creditCardForm .creditcards-img {
    text-align: right
}

.w-creditCardForm .creditcards-img img {
    max-height: 33px
}

.w-creditCardForm .creditcards-inner {
    padding: 20px 20px 0;
    background-color: #fafafa;
    min-height: 330px;
}

.w-creditCardForm .modal .modal-dialog {
    max-width: 400px
}

.w-creditCardForm .modal h2 {
    font-size: 18px
}

.w-creditCardForm .modal p {
    font-size: 14px
}

.creditcard-button {
    margin-bottom: 50px;
    text-align: center
}

.checkout-products-list .product-item {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.checkout-products-list .product-img {
    position: relative;
    padding: 5px;
    width: 70px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 3px
}

.checkout-products-list .product-name {
    width: calc(100% - 60px - 100px);
    font-size: 13px
}

.checkout-products-list .product-name h3 {
    margin-bottom: 0;
    font-size: 20px;
}

.checkout-products-list .product-quantity {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 24px;
    height: 24px;
    background-color: #676767;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 23px
}

.checkout-products-list .price {
    font-size: 15px;
    white-space: nowrap
}

.coupon-wrap {
    margin: 20px 0 10px;
    padding: 15px 0
}

.coupon-wrap .form-group {
    margin-bottom: 0
}

.coupon-wrap label {
    margin-bottom: 10px;
    font-weight: 700;
    font-family: Raleway;
    font-size: 15px
}

.coupon-wrap input {
    background-color: transparent;
    border-color: #282828
}

.coupon-wrap .error-message {
    margin-bottom: 8px
}

.coupon-wrap .btn-apply {
    margin-top: 10px;
    width: 100%
}

.checkout-review-order {
    padding: 10px 0;
    margin-bottom: 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.checkout-review-order .row-item {
    padding: 5px 0;
    max-height: 45px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #282828;
    font-size: 15px
}

.checkout-review-order .total-span {
    font-size: 20px
}

.nav-footer {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    text-align: center
}

.nav-footer a {
    position: relative;
    margin: 0 10px;
    font-size: 14px;
    color: #777
}

.nav-footer a+a:before {
    position: absolute;
    top: 50%;
    left: -12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "|"
}



.main-container .sidebar {
    position: relative;
    padding: 20px;
    background-color: #f8f8f8;
}

.checkout-products-list .product-item {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}


.checkout-products-list .product-img {
    position: relative;
    padding: 5px;
    width: 70px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 3px;
}

.checkout-products-list .product-name {
    width: calc(100% - 60px - 100px);
    font-size: 13px;
}

.product-price {
    font-size: 1.4rem;
    color: #282828;
    opacity: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.coupon-wrap {
    margin: 20px 0 10px;
    padding: 15px 0;
}

.coupon-wrap label {
    margin-bottom: 10px;
    font-weight: 700;
    font-family: Raleway;
    font-size: 15px;
}

.form-group>div {
   
    position: relative;
}

.coupon-wrap input {
    background-color: transparent;
    border-color: #282828;
    height: 42px;
}

.coupon-wrap .btn-apply {
    margin-top: 10px;
    width: 100%;
}

.coupon-wrap .btn-apply {
    border: 1px solid #282828;
}

.coupon-wrap .btn-apply {
    margin-top: 10px;
    width: 100%;
}

.coupon-wrap .btn-apply {
    border: 1px solid #282828;
    border-radius: 0px;
}

.btn-apply {
    padding: 0 20px;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    font-family: Raleway;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    height: 42px;
    border: none;
    color: #282828;
    font-weight: 500;
    overflow: hidden;
    background-color: transparent;
}

.btn:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.btn:before {
    content: "";
    position: absolute;
    top: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
    background-color: #8528A3;
    transition: transform .3s ease-out;
}
.btn:before, .modal .modal-dialog {
    -webkit-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
}
.btn:before, .overlay {
    right: 0;
    left: 0;
    z-index: -1;
    bottom: 0;
}

.currency-widget img {
    max-width: 250px;
}

.checkout-paypal-button button {
    width: 100%;
    max-width: 320px;
    height: 50px;
    background-color: #fec43a;
    cursor: pointer;
    border: none;
}
.checkbox{
    align-items: baseline;
    display: flex;

}
.checkbox input{
    margin-right: 10px;
}
.w-customer-form h3{
    margin-bottom: 20px;
}
.form-control{
    height: 55px !important;
        margin-bottom: 21px;
}

.sidebar_n {
    background: #ffffff;
}