/*
.inner_banner {
    color: white;
    padding: 3%;
}
*/

/* cart section Begin */

.shop_detail_left h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    color: #ababab;
    margin-bottom: 30px;
}
.shop_detail_left h2 span {
    color: #1367cf
}
.cart_column input[type="number"] {
    width: 32%;
    height: 38px;
    font-size: 17px;
    font-weight: 600;
    border: 0;
    text-align: center;
    padding: 0 0 0 13px;
    background: #fff;
    box-shadow: none;
}
.cart_column .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    float: left;
    margin: 7px 6px;
    border-radius: 50px;
    border: 0px solid #bbb;
    background: transparent;
    outline: none;
    color: #bbb;
}
.cart_column .btn-sm:hover {
    background: -webkit-linear-gradient( 90deg, rgb(244,209,0) 20%, rgb(186,29,0) 100%);
    color: #fff;
}
.mb-3 {
    margin: 0px auto;
    display: table;
}
.subtotal_div {
    color: #5a5a5a;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}
.cart-page_div tr>td {
    padding: 30px 0px 55px 0px!important;
}
.cart-page_div img {
    width: 80%;
    float: none;
}
.subtotal_div tr>td {
    padding: 20px 0px 20px 0px!important;
    font-weight: 500;
}
.cart-page .table>thead>tr>th {
    background-color: -webkit-linear-gradient( 90deg, rgb(244,209,0) 20%, rgb(186,29,0) 100%);
    border-bottom: 1px solid -webkit-linear-gradient( 90deg, rgb(244,209,0) 20%, rgb(186,29,0) 100%);
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.cart-page .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 20px 0px 20px 0px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #040404;
}
.rank {}
.rank ul {
    margin-bottom: 0;
    padding: 0px 0 0 10px;
}
.rank ul li {
    display: block;
}
.rank ul li i {
    color: #f6cc26;
    font-size: 11px;
}
.rank ul li h2 {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0;
    position: relative;
    color: #bdbdbd;
}
.rank ul li h2:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 2px;
    background-color: #b8b8b8;
    top: 22px;
}
.rank h3 {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    margin: 3px 0;
    line-height: 21px;
    text-transform: uppercase;
}
.rank h3 a {
    color: #666666;
    text-decoration: underline!important;
    padding-right: 6px;
}
.rank ul li small {
    font-size: 12px;
    color: #a2a2a2;
    text-transform: uppercase;
}
.cart-page h3 {
    color: #333;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
}
.cart-page table tr:last-child {
    border-bottom: 1px solid #000;
}
.cart-page .cart-price {
    color: #666666;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    display: table;
    width: 100%;
}
.cart-page .mb-3 {
    margin: 20px auto 0;
    display: table;
    float: none;
    width: 134px;
}
.continue_btn {
    text-align: left;
    margin-bottom: 24px;
}
.continue_btn button {
    padding: 21px 35px!important;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin: 0 10px;
    display: inline-block;
    font-size: 18px;
    width: 30%;
    background: -webkit-linear-gradient( 90deg, rgb(244,209,0) 20%, rgb(186,29,0) 100%);
}
.continue_btn button.btn_styl {
    border: 2px solid -webkit-linear-gradient( 90deg, rgb(244,209,0) 20%, rgb(186,29,0) 100%);
    background-color: -webkit-linear-gradient( 90deg, rgb(244,209,0) 20%, rgb(186,29,0) 100%);
    color: #fff;
    padding: 9px 0px;
    font-weight: 400;
    text-transform: uppercase;
}
.cart-page .cart-price small {
    font-size: 13px;
    color: #dddddd;
    text-decoration: line-through;
}
.cart-page .cart-price input {
    width: 45px;
    border-radius: 100px;
    height: 45px;
    text-align: center;
    border: 1px solid #ccc;
}
.continue_btn-a {
    background-color: -webkit-linear-gradient( 90deg, rgb(244,209,0) 20%, rgb(186,29,0) 100%);
    padding: 21px 35px!important;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 10px;
    display: inline-block;
    width: auto;
    text-align: center;
    color: #fff;
    padding: 9px 0px;
    text-transform: uppercase;
}
.continue_btn-a:hover, .continue_btn-a:focus {
    background: -webkit-linear-gradient( 90deg, rgb(244,209,0) 20%, rgb(186,29,0) 100%);
    color: #fff;
}
.coupon_div {}
.coupon_div input[type="text"] {
    width: 40%;
    height: 43px;
    border: 1px solid #ccc;
    padding: 0px 10px;
    font-size: 13px;
    border-radius: 50px;
}
.coupon_div input[type="submit"] {
    font-size: 13px;
    color: #525252;
    font-weight: 300;
    margin: 0;
    text-shadow: none;
    border-radius: 0px 26px 26px 0;
    border: 1px solid #ccc;
    padding: 12px 25px;
    display: inline-block;
    background: #fff;
    position: relative;
    left: -49px;
    top: -2px;
    background-color: #fbfaf6;
}
.coupon_div input[type="submit"]:hover {
    color: #fff;
    border: 2px solid #333;
    background: #333;
}
.coupon_div h2 {
    font-size: 14px;
}
.coupon_div h2 span {
    color: #7cc000;
    font-size: 14px;
}
.subtotal {}
.subtotal .table>tbody>tr>td {
    border: none;
}
.subtotal .table>tbody>tr>th {
    border: none;
    padding-top: 47px;
}
.subtotal table tr:last-child {
    border: none;
}
.subtotal h3 {
    color: #525252;
    font-size: 18px;
    text-align: right;
    margin: 0;
    padding: 0;
    line-height: initial;
    text-transform: initial;
}
.Pricing-Charge {}
.subtotal h4 {
    font-size: 21px;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: initial;
    color: #7cc000;
    padding-top: 30px;
}
.subtotal h5 {
    color: #000;
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: initial;
    text-transform: initial;
}

.need_box {
    padding: 20px;
    background: #fff;
    border-radius: 0px;
    margin-bottom: 20px;
    border: 1px solid #000;

}

.need_box h4 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.need_box p {
    font-size: 13px;
    color: #696969;
    font-weight: 500;
    line-height: 26px;
    padding-top: 7px;
}

.shop_detail_left {
    padding-top: 40px;
    display: inline-block;
    width: 100%;
}
.cart-page {
    padding: 55px 0 130px;
}

/* cart section End */

/*checkout css*/


.inner-cart.bg_img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 943px;
    width: 100%;
    bottom: 0;
    right: 0;
    background: url(../center_bg.png) no-repeat;
    z-index: 8;
}
.inner-cart {
    padding: 13px 0 110px;
}
.return-custmer .herelog {
    height: 51px;
    width: 100%;
    background-color: #f3f3f3;
    font-size: 15px;
    color: #333333;
    display: block;
    font-weight: 600;
    text-align: left;
    padding: 15px 20px;
    border-radius: 0;
}
.check-form input,.check-form select , .check-form textarea{
    height: 51px;
    border-radius: 0;
    background-color: #fff;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.check-form .checkbox-inline {
    font-size: 14px;
    /*margin: 30px 0px;*/
} 
.checkbox-inline input {
    height: auto;
}
.check-form textarea {
    height: 141px;
    background-color: #fff;
    border-radius: 0;
    resize: none;
    /*color: #fff;
    border: 0;*/
}
.check_detail {
    padding: 14px 25px 30px;
    border-radius: 0;
    background: #f7f7f7;
}
.check_detail .first {
    padding-bottom: 40px;
}
.check_detail .first h3 {
    display: block;
    text-transform: capitalize;
    font-size: 23px;
    border: 0;
    color: #525252;
    font-weight: 600;
    margin: 0;
    padding: 0 0 10px;
    margin-top: 15px;
}
.check_detail .first h4 {
    display: block;
    text-transform: capitalize;
    font-size: 15px;
    color: #666666;
    font-weight: 600;
    padding: 0px 0px;
}
.check_detail .first h4 span {
    float: right;
}
.check_detail h3 {
    display: block;
    border-top: 1px dashed #555555;
    padding: 25px 0;
    margin: 0;
    text-transform: capitalize;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.check_detail h3 span {
    text-transform: uppercase;
}
form.round-one {  }


form.round-one img {
    display: inline-block;
    padding-left: 10px;
}
.round-one input {
    height: auto;
}
.read-agre .form-group {
    margin-bottom: 0;
    margin-top: 10px    ;
}
.read-agre .checkbox-inline {
    color: #0a0a0a;
    font-weight: 500;
}

.check_detail button {
    background: -webkit-linear-gradient( 90deg, rgb(244,209,0) 20%, rgb(186,29,0) 100%);
    display: inline-block;
    color: #fff;
    margin-top: 30px;
    padding: 15px 55px;
    border-radius: 0px;
    border: 0;
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    outline: none;
}
.round-two {
    margin-top: 30px;
    border-bottom: 1px dashed #555555;
    padding-bottom: 18px;
}

/*checkout css*/


.success_msg h1{
    color: #252525;
    font-family: "Poppins",sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    margin: 0 0 10px;
    text-align:center;
}

.success_msg h1 span{
    color: green;
}

.success_msg h2{
    color: #252525;
    font-family: "Poppins",sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    margin: 0 0 10px;
    text-align:center;
}





.error_msg h1{
    color: #252525;
    font-family: "Poppins",sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    margin: 0 0 10px;
    text-align:center;
}

.error_msg h1 span{
    color: red;
}

.error_msg h2{
    color: #252525;
    font-family: "Poppins",sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    margin: 0 0 10px;
    text-align:center;
}