.woocommerce{
    width:100%;
}
.woocommerce-notices-wrapper {
    margin: 0 0 15px 0;
}
.woocommerce .return-to-shop a.button.wc-backward,.woocommerce button,.woocommerce button.button {
        text-decoration: none;
    background: #000000;
    border-radius: 8px;
    padding: 13px 25px;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    border: 2px solid #000000;
    transition: all .2s ease;
    text-decoration: none;
        display: inline-block;
}
.woocommerce button:hover,.woocommerce button:focus,
.return-to-shop a.button.wc-backward:hover,
.return-to-shop a.button.wc-backward:focus{
    text-decoration: none;
        background-color: transparent;
    color: #000;
    transition: all .2s ease;
    outline: none;
    box-shadow: none;
}
p.cart-empty.woocommerce-info,p.return-to-shop {
    text-align: center;
}
.checkout-page-title a {
    color: #888;
    position: relative;
    margin-right: 27px;
    padding: 10px 23px;
    font-size: 18px;
    text-decoration: none!important;
}
.checkout-page-title a.active{
    background: #fff;
    color: #0d2366;
}
.checkout-page-title a:hover{
    color: #0d2366;
}
.checkout-page-title a.active:after{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    content: '';
    position: absolute;
    right: -10px;
    top: 12px;
}
form.woocommerce-cart-form {
    border: 1px solid #ececec;
    padding: 24px;
    border-radius: 10px;
    background-color: #fff;
}
.woocommerce-cart-form table.shop_table th {
    border-bottom: 1px dashed #ececec;
    padding: 5px 15px 20px 15px;
    color: #0056c8;
}
.woocommerce-cart-form .shop_table .cart_item td {
    padding:15px;
    border-bottom: 1px solid #ececec;
}
.woocommerce-cart-form td.product-remove{
    width:5%;
}
.woocommerce-cart-form td.product-thumbnail{
    width:10%;
}
.woocommerce-cart-form td.product-name{
    width:60%;
}
.woocommerce-cart-form td.product-price{
    width:10%;
}
td.product-quantity{
    width:5%;
}
.woocommerce-cart-form td.product-subtotal{
    width:10%;
}
.woocommerce-cart-form td.product-name a {
    color: #2f2f2f;
}
.woocommerce-cart-form td.product-remove a.remove{
    display: block;
    width: 24px;
    height: 24px;
    font-size: 15px !important;
    line-height: 20px !important;
    border-radius: 100%;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    border: 2px solid currentColor;
    text-decoration: none!important;
    align-self: center;
}
.woocommerce-cart-form td.product-thumbnail img{
    width:50px;
    height:auto;
    margin:auto;
    display:block;
}
.woocommerce-cart-form td.product-quantity label.screen-reader-text {
    display: none;
}
.woocommerce-cart-form td.product-quantity input{
    background-color: transparent;
    width: 100%;
}
.woocommerce-cart-form td.actions {
    width: 100%;
    padding-top: 20px;
}

.coupon {
    width: 70%;
    display: flex;
}
.coupon label {
    display: none;
}
.coupon input#coupon_code {
   width: 55%;
   display: inline-block;
   margin-right: 5px;
}
td.actions .coupon button.button{
    max-width: 45%;
    display: inline-block;
    padding: 10px 20px;
    border: none;
    background-color: #000!important;
    color: #fff;
    float: none;
}
td.actions .coupon button.button:hover,
td.actions .coupon button.button:focus{
    opacity: .8;
}
td.actions button.button {
    float: right;
    background-color: #00bf84;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    border: none;
}
td.actions button:disabled {
 opacity:.5;
 display:none;
}
@media (max-width:767px){
    .coupon {
        width: 100%;
    }
    .coupon input#coupon_code {
        width: 59%;
        display: inline-block;
    }
    td.actions .coupon button.button {
        width: 40%;
        display: inline-block;
        margin: 0;
    }
    td.actions button.button {
        float: none;
        margin-top: 20px;
    }
    form.checkout.woocommerce-checkout .order-summary,form.checkout.woocommerce-checkout div#customer_details{
        max-width: 96%!important;
        min-width: 96%!important;
    }
    .hide-for-small{
        display:none;
    }
}
.cart-collaterals {
    float: right;
}
.cart_totals {
    margin-top: 20px;
}
.cart_totals h2 {
    display: none;
}
.cart_totals tr th {
    font-weight: bold;
    text-align: right;
    font-size: 15px;
    color: #515978;
}
.cart_totals table.shop_table th{
    border:none;
    padding: 10px 30px 10px 30px;
}
.cart_totals table.shop_table td{
    padding: 10px 0px 10px 30px;
    text-align: right;
}
.order-total span.amount {
    color: #B12704;
    font-weight: bold;
    font-size: 20px;
}
a.checkout-button.button.alt.wc-forward{
 background: #00bf84;
 /* width: 245px; */
 padding: 10px 30px;
 border: 1px solid #00aa63;
 border-radius: 3px;
 min-width: auto;
 float: right;
 text-align: center;
 color: #fff;
 text-transform: uppercase;
 font-weight: 500;
 text-decoration: none;
 margin-top: 20px;
}

/***************checkout*******************/
form.checkout.woocommerce-checkout .col-1 {
 max-width: 100%;
 display: inline-block;
 vertical-align: top;    
}
form.checkout.woocommerce-checkout div#customer_details{
    max-width: 45%;
    min-width: 45%;
    display: inline-block;
    vertical-align: top;
    padding: 23px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 2%;
    background: #fff;
}
form.checkout.woocommerce-checkout .order-summary{
    max-width: 45%;
    min-width: 45%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 2%;
}
form.checkout.woocommerce-checkout div#customer_details{
    background: #fff;
}
form.checkout.woocommerce-checkout div#customer_details .col-1{
    padding:0;
}
form.checkout.woocommerce-checkout div#customer_details .col-1 p.form-row {
    margin: auto auto 30px auto;
}
form.checkout.woocommerce-checkout h3 {
    color: #0d2366;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: bold;
    padding:0 0 20px 0;
}
form.checkout.woocommerce-checkout h3#order_review_heading{
    padding: 23px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-radius: 10px 10px 0 0;
    margin:0;
    background: #fff;
}
form.checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
    border-left: 1px solid #ddd;
    padding: 0 23px 23px 23px;
    border-radius: 0 0 10px 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    display:block;
    background: #fff;
}
.order-summary div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody {
    font-size: 14px;
    display: block;
    max-height: 200px;
    overflow-y: auto;
}
.woocommerce-checkout-review-order-table tbody tr, .woocommerce-checkout-review-order-table thead,.woocommerce-checkout-review-order-table tfoot {
    display: table;    
    table-layout: fixed;
}
.woocommerce-checkout-review-order-table thead{
    width: 100%;
}
.woocommerce-checkout-review-order-table tfoot{
   display: table;
   table-layout: fixed;
   margin-right: 0;
   margin-left: auto;
}
.order-summary .shop_table .cart_item td {
    border-bottom: none;
    border-top: 1px solid #ececec;
    padding-top:15px;
    padding-bottom:15px;
}
form.checkout.woocommerce-checkout div#customer_details label{
    font-size: 14px;
    display: block;
}
.woocommerce-checkout .woocommerce input[type=text],
.woocommerce-checkout .woocommerce input[type=email] ,
.woocommerce-checkout .woocommerce input[type=password] ,
.woocommerce-checkout .woocommerce input[type=tel],
.woocommerce-checkout .woocommerce textarea {
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 100%;
}
.woocommerce-checkout .woocommerce input[type=text]:focus,
.woocommerce-checkout .woocommerce input[type=email]:focus ,
.woocommerce-checkout .woocommerce input[type=password]:focus ,
.woocommerce-checkout .woocommerce input[type=tel]:focus,
.woocommerce-checkout .woocommerce textarea:focus {
    border: 1px solid #b5b5b5;
    outline: none;
}
form.checkout.woocommerce-checkout div#customer_details  input#mailchimp_woocommerce_newsletter {
    padding: 0 1px 2px 3px!important;
    width: 20px;
    height: 20px;
}
form.checkout.woocommerce-checkout input[type=checkbox]{
    background-color: #fff;
        border: 1px solid #222;
    top: 2px;
    position: relative;
    border-radius: 3px;
}
form.checkout.woocommerce-checkout .order-summary p.form-row.location_confirmation.terms{
    margin: auto!important;
}
form.checkout.woocommerce-checkout .order-summary .form-row.place-order {
    margin: 20px 0!important;
}
form.checkout.woocommerce-checkout span#vat_number-description {
    font-size: 12px;
    /* font-style: italic; */
    margin-top: 10px;
}
form.checkout.woocommerce-checkout div#customer_details input{
    background-color: #fff!important;
    font-size: 13px;
    padding: 8px;
}
form.checkout.woocommerce-checkout div#customer_details p#billing_first_name_field {
    width: 49%;
    display: inline-block;
}
form.checkout.woocommerce-checkout p#billing_last_name_field {
    display: inline-block;
    width: 49%;
    float: right;
}
form.checkout.woocommerce-checkout div#customer_details span.woocommerce-input-wrapper {
    width: 100%;
}
form.checkout.woocommerce-checkout abbr.required {
    color: #f00;
    text-decoration: none!important;
}

form.checkout.woocommerce-checkout  span.select2-selection.select2-selection--single {
    border: none;
    height: auto;   
    border-radius: 0;
    border-radius: 4px;
    border: 1px solid #ddd;
}
form.checkout.woocommerce-checkout  span.select2-selection__rendered {
    font-size: 14px;
    height: auto;
    line-height: inherit!important;
    padding: 8px;

}
form.checkout.woocommerce-checkout  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px!important;
}
span.select2-dropdown.select2-dropdown--below {
    border: none;
}
.order-summary{
    font-size:14px;
}
.order-summary div#order_review table.shop_table.woocommerce-checkout-review-order-table th{
    border-bottom: 1px solid #ececec;
    padding: 0 0 5px 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.order-summary div#order_review table.shop_table.woocommerce-checkout-review-order-table th.product-total {
    text-align: right;
}
.order-summary div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody {
    font-size: 14px;
    
}

.order-summary .shop_table td.product-name {
    width: 100%;
}
.order-summary .shop_table td.product-total,.order-summary .shop_table tr.tax-rate td {
    text-align: right;
}
.order-summary .shop_table  tr.cart-subtotal{
    margin:20px;
    padding:20px;
    text-align:right;
}
.order-summary .shop_table tr.order-total{
    text-align:right;
}
.order-summary .shop_table tfoot th{
    text-align:right;
    font-size: 15px;
    color: #515978!important;
    padding: 10px!important;
    border:none!important;
}
ul.wc_payment_methods.payment_methods.methods {
    margin: 0;
    padding: 0;
}
ul.wc_payment_methods.payment_methods.methods li.woocommerce-notice.woocommerce-notice--info.woocommerce-info {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.wc_payment_methods.payment_methods.methods label{
    width:90%;
}
button#place_order {
    background: #02ca73;
    width: 100%;
    border: 1px solid #00aa63;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0 10px 0;
    transition: all .2s ease;
}
button#place_order:hover,button#place_order:focus{
    outline: none;
    transform: translateY(2px);
    transition: all .2s ease;
}
.order-summary div#payment {
    padding: 23px;
    background: #f2f4f5;
    margin-top: 20px;
    border-radius: 10px;
        border: 1px solid #ddd;
    background: #fff;
}
div#payment li ,div#payment ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

div#payment .payment_box {
    background-color: #f5f5f5;
    padding: 30px;
    margin-top: 10px;
    border-radius: 10px;
    position: relative;
}
div#payment .payment_box:before{
        border-width: 0 .8rem 1rem .8rem;
    border-color: transparent;
    border-bottom-color: #f5f5f5;
    border-style: solid;
    left: 5%;
    top: -0.8rem;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}
.payment_box span.required {
    color: #f00;
}
.payment_box label {
    margin: 15px 0 0 0;
}
.payment_box .wc-stripe-elements-field ,.payment_box .stripe-card-group{
    width: 100%;
}
.woocommerce-info {
    text-align: left;
    margin: 20px 0;
    font-size: 14px;
    margin-left: 2%;
}
p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
    text-align: left;
    display: inline-block;
}
p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated input{
    vertical-align: middle;
    margin-right: 5px;
}
p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated input#wc-stripe-new-payment-method {
    background: #fff;
    width: 15px!important;
    border: 1px solid #ddd;
}
p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated label {
    margin: 0;
    width: auto;
}

/*********order received page***************/
p.woocommerce-thankyou-order-received {
 text-align: center;
 font-size: 20px;
 font-weight: 500;
 font-style: normal;
 font-stretch: normal;
 line-height: normal;
 letter-spacing: normal;
 color: #2f2f2f;
}
ul.woocommerce-thankyou-order-details{
    width: max-content;
    margin: 2% auto;
    padding:0;
}
ul.woocommerce-thankyou-order-details li{
    list-style: none;
    display:inline-block;
    height: auto;
    border-right: 1px solid #515978;
    border-image: linear-gradient(to bottom, rgba(0,0,0,0) 20%,rgb(176, 183, 190) 20%,rgb(176, 183, 190) 80%,rgba(0,0,0,0) 80%);
    border-image-slice: 1;
    padding: 0 10px;
    color: #515978;
    font-size:14px;
}
ul.woocommerce-thankyou-order-details li:last-child{
    border:none;
}
ul.woocommerce-thankyou-order-details li strong {
    font-weight: 400;
}
section.woocommerce-order-downloads {
    margin-top: 5%;
}
table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details {
    border-radius: 10px;
    border: solid 2px #ececec;
    background-color: #ffffff;
    width:100%;
    border-collapse: separate;
    padding: 30px;
    border-spacing:0;
}
table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details th {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0056c8;
    padding-bottom:20px;
    border: none;
    padding-left:10px;
    padding-right: 10px; 
}
/*table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details  th.download-product {
    width: 50%;
}
table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details  th.download-remaining{
    width:20%;
}
table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details  th.download-expires{
    width:15%;
}
table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details  th.download-file{
    width:15%;
    }*/
    table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details td {
        border-top: solid 1px #dbdbdb;
        padding-top: 20px;
        font-size:14px;
        border-bottom: none;
        padding-left:10px;
        padding-right: 10px; 
        vertical-align: middle;
    }
    table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details td a{
        color:#2f2f2f;
    }
    table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details td.download-file a {
        border-radius: 3px;
        border: solid 1px #00aa63;
        background-color: #02ca73;
        text-decoration: none;
        color: #fff;
        border: none;
        padding: 10px;
        font-size: 14px;
        display:block;
        text-align:center;
    }
    .bd-checkout-page table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details td.download-file a {
        padding: 10px;
        width:fit-content;
    }
    .woocommerce-order h2{
        font-size:20px;
        margin-bottom:20px;

    }
    .woocommerce-order section.woocommerce-customer-details,
    .woocommerce-order section.woocommerce-order-details{
        width: 100%;
        display: inline-block;
        vertical-align: top;
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 20px;
        font-size:14px;
        background-color: #fff;
    }
    .woocommerce-order section.woocommerce-customer-details h2,.woocommerce-order section.woocommerce-order-details h2{
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2f2f2f;
    }
    .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th{
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2f2f2f;
    }
    .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details  th.woocommerce-table__product-table.product-total,.woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details  th.woocommerce-table__product-name.product-name {
        border-bottom: solid 1px #dbdbdb;
    }
    .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
        margin: 0;
        width: 100%;
    }
    .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr.woocommerce-table__line-item.order_item td {
        padding: 20px 0;
        border-bottom: 1px solid #dbdbdb;
    }
    .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr.woocommerce-table__line-item.order_item td a{
       font-size: 12px;
       font-weight: normal;
       font-style: normal;
       font-stretch: normal;
       line-height: normal;
       letter-spacing: normal;
       color: #515978;
   }
   .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #515978;
    padding: 8px 0;
}
.woocommerce-order-details p.order-again{
    text-align:center;
}
.woocommerce-order-details p.order-again a.button {
    color: #0056c8;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
}
.woocommerce-order-details p.order-again a.button:hover{

    background-color: rgba(55,125,255,.1);
}
.woocommerce-order section.woocommerce-order-details{   
    margin-right: 1%;
    margin-top: 4%;
}
.woocommerce-order section.woocommerce-customer-details {
    margin-left: 1%;
    margin-top: 4%;
    float: right;
}
.woocommerce-order section.woocommerce-order-details thead {
    border-bottom: 1px solid #dddddd;
}
.woocommerce-customer-details address{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #515978;
}
@media (max-width:767px){
    ul.woocommerce-thankyou-order-details {
        width: 90%;
        margin: 2% 5%;
    }
    .bd-checkout-page form.checkout_coupon.woocommerce-form-coupon,.bd-checkout-page form.woocommerce-form.woocommerce-form-login.login {
        padding: 5%;
    }
    .woocommerce-order section.woocommerce-customer-details,.woocommerce-order section.woocommerce-order-details{
        width: 100%;
        display: block;
        margin:20px 0 10px 0;
        float:none;
    }
}
/*********error**********/

ul.woocommerce-error{
    padding:0;
}
.woocommerce-error li {
    list-style: none;
    font-size: 14px;
    margin: 10px 2%;
}
.woocommerce-error li:before {
    content: '';
    background: url(../../images/alert.svg) no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 5px;
}
.woocommerce-error li strong {
    font-weight: normal;
}
.bd-checkout-page form.checkout_coupon.woocommerce-form-coupon,
.bd-checkout-page form.woocommerce-form.woocommerce-form-login.login {
    padding: 20px;    
    margin-left: 2%;
    background: #fff;
    width:fit-content;
}
.bd-checkout-page form.checkout_coupon.woocommerce-form-coupon button.button,
.bd-checkout-page form.woocommerce-form.woocommerce-form-login.login button.button {
    border: none;
    color: #fff;
    background: #000;
    padding: 10px 15px;
    margin: auto 20px;
}
.bd-checkout-page form.checkout_coupon.woocommerce-form-coupon input,
.bd-checkout-page form.woocommerce-form.woocommerce-form-login.login input.input-text {
    background: #fff;
    width:auto;
    font-size:14px;
}
.bd-checkout-page form.checkout_coupon.woocommerce-form-coupon p,
.bd-checkout-page form.woocommerce-form.woocommerce-form-login.login p{
    font-size:14px;
}
.bd-checkout-page form.checkout_coupon.woocommerce-form-coupon p.form-row {
    display: inline-block;
}
.bd-checkout-page form.woocommerce-form.woocommerce-form-login.login label{
    width:100%;
}
section.page-section.bd-cart-page {
    display: flex;

}
section.page-section.bd-checkout-page, section.page-section.bd-cart-page{
    background:#f0f0f1;
    min-height:500px;
}
.secure-checkout {
    font-size: 16px;
    color:#c2c2c2;
}
.secure-checkout img{
    height:20px;
}

.woocommerce-NoticeGroup-checkout {
    background: #F5BDC1;
    padding: 20px;
    margin: 2%;
    border-radius: 4px;
}
.bd-checkout-page .woocommerce-info{

    margin-left: 2%!important;
    margin-right: 2%!important;
}
.bd-checkout-page .woocommerce-form-coupon-toggle .woocommerce-info{
    width: 100%;
}
@media(min-width: 768px){
    .bd-checkout-page .woocommerce-info, .bd-checkout-page .woocommerce-form-coupon-toggle{
        width: 45%;
        display: inline-block;
    }
    .woocommerce-error li {
        width: 45%;
        display: inline-block;
    }
    .bd-checkout-page .woocommerce-form-coupon-toggle, .bd-checkout-page .woocommerce-message{

        margin-left: 2%!important;
        margin-right: 2%!important;
    }
}
.bd-checkout-page .woocommerce-order-details p.order-again {
    display: none;
}
.woocommerce-cart-form p.enter-coupon,.woocommerce-cart-form .enter-coupon a{
    font-size: 14px;
}

section.page-section.bd-my-account-page.my-account {
    background-color: #f9fbfd;
}
span.select2-results {
    border-radius: 4px;
    border: 1px solid #ddd;
}