input.checkedd:before {
    content:'✓';
    width:15px;
    height:15px;
    background:#fff;
    color:#000;
    font-size: 12px;
    position: absolute;
    border: 01px #000 solid;
    border-radius: 100%;
    text-align:center;
    font-weight: bold;
/*     display: none; */
}
.woocommerce ul#shipping_method bdi {
    padding-right: 10px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table .woocommerce-Price-amount, .woocommerce-page table.shop_table .woocommerce-Price-amount {
    font-weight: normal !important;
}
#billingTitle, p#billing_postcode_field, #shipping_postcode_field,h3#order_review_heading {
 display: none !important; 
}
.woocommerce-checkout .woocommerce {
    width: 100% !important;
    margin: 0;
    float: left;
    max-width: 100%;
}
ul.accordion {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
.woocommerce-checkout .woocommerce div#custom-checkout-wrapper {
    width: 100%;
    float: left;
}
div#checkout-form-section {
    width: 100%;
    float: left;
}

div#checkout-form-section div#checkout-form-wrapper {
    width: 100%;
    float: left;
}

div#checkout-form-section div#checkout-form-wrapper div#checkout-navs {
    width: 100%;
    float: left;
}

div#checkout-form-section div#checkout-form-wrapper div#checkout-navs ul#checknav {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

div#checkout-form-section div#checkout-form-wrapper div#checkout-navs ul#checknav li {
    border: 01px #E53F51 solid;
    background: #fff;
    display: flex;
    text-align: center;
    justify-content: center;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    color: #E53F51;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
}
div#checkout-form-section div#checkout-form-wrapper div#checkout-navs ul#checknav li:nth-child(2) {
    margin: 0 10px;
}
div#checkout-form-section div#checkout-form-wrapper div#checkout-navs ul#checknav li:hover,
div#checkout-form-section div#checkout-form-wrapper div#checkout-navs ul#checknav li.active {
    background: #E53F51;
    color: #fff;
}
.showloginbtn,
.showcouponbtn  {
	cursor: pointer;
}


/* TAB DESIGN BOX */
.tabContentBox {
    width: 100%;
    float: left;
    background: #F7F7F7;
    position: relative;
    margin-top: 5px;
}
.tabContentBox div#tab-content-box {
    width: 100%;
    float: left;
    padding: 30px;
}
div#information-tab {
    padding-bottom: 10%;
}

#shipping-tab div#ship-label {
    float: right;
    display: flex;
    min-height: 45px;
    max-height: 45px;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 25px;
}

#shipping-tab div#shipping-dropdown {
    display: inline-block;
    float: right;
    min-height: 45px;
    max-height: 45px;
    width: 30%;
}

#shipping-tab div#shipping-dropdown select#custom-shipping {
    width: 100%;
}

#shipping-tab div#shipping-dropdown select#custom-shipping option {
    font-size: 24px !important;
}
#shipping-dropdown span.select2.select2-container span.select2-selection {
    background: #E53F51;
}

#shipping-dropdown .select2-container {
    width: 100% !important;
}
.woocommerce-checkout span.select2-dropdown {
    background: #E53F51;
}

.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color:#000;
    background: #fff;
}

.woocommerce-checkout span.select2-dropdown ul#select2-custom-shipping-results {
    padding: 0px 5px;
    margin-bottom: 5px;
}

.woocommerce-checkout span.select2-dropdown span.select2-search.select2-search--dropdown {
    padding: 7px 5px;
}

.woocommerce-checkout .select2-container--default .select2-results__option {
    color: #fff;
    font-size: 18px;
}

.woocommerce-checkout .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    font-size: 18px;
}
.woocommerce-checkout #billing_country_field .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-size: 18px;
}
.woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
    border-width: 0 4px 5px 4px;
}
.woocommerce-checkout .select2-container--default .select2-results__option[aria-selected=true]  {
    color:#000;
    background: #fff;
}
.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    min-height: 30px;
    line-height: 30px;
    outline: none;
}

/*NEXT/PREV BUTTON DESIGN*/
div#nextprevwrap {
    bottom: 20px;
    width: 100%;
    float: left;
    text-align: right;
}

div#nextprevwrap span#prevbtn,
div#nextprevwrap span#nextbtn {
    color: #fff;
    border: 2px #ebebeb solid !important;
    padding: 5px 10px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    padding: 5px 40px;
    cursor: pointer;
    background: #000;
}



/* ORDER REVIEW DESIGN */

h1.woocommerce-products-header__title page-title, h1 {
    padding-right: 4%;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
    text-align:right;
}

#order_review, #order_review_heading {
    width:100% !important;
}

#order_review, #order_review_heading {
    padding: 20px 50px 0px 50px;
}

#order-tab #order_review tr.woocommerce-shipping-totals.shipping {
    display: none;
}
#hide-core-coupon {
    display: none;
}

#custom-checkout-wrapper .woocommerce-error,
#custom-checkout-wrapper .woocommerce-info,
#custom-checkout-wrapper .woocommerce-message {
    background: #F7F7F7;
    border: none;
}
.woocommerce-form-login-toggle,
.woocommerce-form-login-toggle + form.woocommerce-form.woocommerce-form-login.login {
    display: none;
}

div#login-tab-section .woocommerce-info.showloginbtn span {
    color: #000;
}

div#login-tab-section .woocommerce-info.showloginbtn:before {
    display: none;
}
div#login-tab-section .woocommerce-info.showloginbtn {
    padding-left: 20px;
}
.woocommerce-info.showloginbtn {
    margin-bottom: 5px !important;
}
div#coupon-tab-section .woocommerce-form-coupon-toggle.showcouponbtn .woocommerce-info,
.woocommerce-info.showloginbtn {
    padding-left: 30px;
    text-align: right;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    color: #000;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

div#coupon-tab-section .woocommerce-form-coupon-toggle.showcouponbtn .woocommerce-info:before {
    display: none;
}

div#coupon-tab-section button#CustomCpupon,
div#login-tab-section .button.woocommerce-form-login__submit {
    background: #000;
    color: #fff;
}

div#login-tab-section p.lost_password a {
    color: #000;
}
div#shipping-editbtn {
    float: right;
}

ul.accordion {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

.tabContentBox a.toggle {
    background: #F7F7F7;
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e8e8e8;
    text-align: right;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    color: #000;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.woocommerce-order-pay a.ord {
    background: #F7F7F7;
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e8e8e8;
    text-align: right;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    color: #000;
    padding: 10px 30px;
    font-size: 22px!important;
    font-weight: 500;
    outline: none;
}
.tabContentBox div#tab-content-box.inner {
    display: none;
}
.woocommerce ul#shipping_method li {
    margin: 0;
    padding: .25em 0 .25em 22px;
    text-indent: -22px;
    list-style: none outside;
    text-align: right;
    display: block;
    width: 100%;
    float: left;
}
.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0;
    text-align: right;
}
.tabContentBox a.toggle span {
    float: left;
    display: inline-block;
}
.tabContentBox a span {
    float: left;
    display: inline-block;
}
.tabContentBox a.toggle span i, .woocommerce-info i, .tabContentBox a > span {
    font-size: 25px;
    line-height: 25px;
    color: #000;
    float: left;
    padding-left: 0px;
}
#custom-ship-title {
    font-size: 22px;
    color: #3a3a3a;
    font-family: 'Assistant',sans-serif;
    font-weight: 600;
}
  .woocommerce-checkout input[type=email],
  .woocommerce-checkout input[type=number],
  .woocommerce-checkout input[type=password],
  .woocommerce-checkout input[type=reset],
  .woocommerce-checkout input[type=search],
  .woocommerce-checkout input[type=tel],
  .woocommerce-checkout input[type=text],
  .woocommerce-checkout input[type=url],
  .woocommerce-checkout select,
  .woocommerce-checkout textarea {
    padding: 5px !important;
  }

#bee1-login-tab .woocommerce-form-login {
    display: block !important;
    margin: 0;
    border: 0;
    padding: 0;
}
#bee1-login-tab {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    border-radius: 5px;
}
.clubBtnSty {
    display: inline-block;
}


@media (min-width: 320px) and (max-width: 600px) {
  div#coupon-tab-section .woocommerce-form-coupon-toggle.showcouponbtn .woocommerce-info, .woocommerce-info.showloginbtn {
    padding: 10px 10px;
  }
  .woocommerce-checkout input[type=email],
  .woocommerce-checkout input[type=number],
  .woocommerce-checkout input[type=password],
  .woocommerce-checkout input[type=reset],
  .woocommerce-checkout input[type=search],
  .woocommerce-checkout input[type=tel],
  .woocommerce-checkout input[type=text],
  .woocommerce-checkout input[type=url],
  .woocommerce-checkout select,
  .woocommerce-checkout textarea {
    padding: 1px !important;
  }
  
      .tabContentBox div#tab-content-box {
        padding: 30px 10px;
    }
    .woocommerce-page.woocommerce-checkout form #order_review, .woocommerce.woocommerce-checkout form #order_review {
        padding: 0 0.1em;
    }
    .woocommerce-page.woocommerce-checkout table.shop_table td, .woocommerce.woocommerce-checkout table.shop_table td {
            opacity: 1;
    }
    .woocommerce table.shop_table td {
         vertical-align: bottom;
    }
    dt {
        font-weight: 400;
    }
  .woocommerce-page.woocommerce-checkout form #order_review, .woocommerce.woocommerce-checkout form #order_review {
    padding: 0 0 !important;
  }
}