

/*===============================
*********************************  
cart page
*********************************
=================================*/ 


.da-cart-page.woocommerce-cart table.cart img {
    width: 70px;
    box-shadow: none;
    margin: auto;
    position: relative;
    left: 20%;
}
.da-cart-page.et_pb_wc_cart_products_0 a.remove {

    margin: auto;
    line-height: 0.9em;
}
 .da-cart-page .et_pb_wc_cart_notice_0 .woocommerce-message a, .et_pb_wc_cart_notice_0 .woocommerce-info a {
    color: #fff!important;
    background-color: rgba(var(--dark-blue), 1);
    padding: 10px 12px;
    border-radius: 4px;
}
.da-cart-page .cross-sells h2,#da-add-to-cart .da-cart-page .shipping_calculator h2 {
    font-family: 'Ubuntu',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: rgba(var(--dark-blue), 1)!important;
    line-height: 1.3em;
text-transform: capitalize!important;
    margin: 0px 0px 30px;
}

 .da-cart-page.entry-content table:not(.variations) {
    border: 1px solid #d3dce8!important;
    border-bottom: 0px solid transparent!important;
    margin: 0px 0px 0px;
    text-align: left;
    width: 100%;
}

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
    left: 10px !important;
    margin: 0 !important;
    right: auto !important;
    background: rgba(var(--dark-blue),1)!important;
    text-transform: uppercase;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    padding: 6px 16px;
    width: 118px;
    z-index: 9999;
    margin-left: -40px!important;
    font-family: 'Ubuntu',Helvetica,Arial,Lucida,sans-serif!important;
    font-size: 15px;
}





/*===============================
Title Design of cart, checkout, my accountpage
=================================*/ 



 .woocommerce .cart-collaterals .cart_totals h2, .et_pb_wc_checkout_billing_0 h3,  .et_pb_wc_cart_totals_0 h2,.et_pb_wc_checkout_order_details_0 #order_review_heading, .cross-sells h2, .woocommerce-account .addresses .title h3{
	padding-bottom: 15px;
position: relative;
margin-bottom: 30px;

text-transform: capitalize;

}

 .woocommerce .cart-collaterals .cart_totals h2:before,.et_pb_wc_checkout_billing_0 h3:before,
  .et_pb_wc_cart_totals_0 h2:before,.et_pb_wc_checkout_order_details_0 #order_review_heading:before, .cross-sells h2:before, .woocommerce-account .addresses .title h3:before{
animation: none;
    z-index: 1;
    background-color: rgba(var(--blue),1);
    box-shadow: 0 0 0 10px transparent;
    -moz-box-shadow: 0 0 0 10px transparent;
    -webkit-box-shadow: 0 0 0 10px transparent;
    -ms-box-shadow: 0 0 0 10px transparent;
    -o-box-shadow: 0 0 0 10px transparent;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-radius: 1px!important;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    top: 42.5px;
    clear: both;
    content: '';
    display: inline-block;
    height: 11px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 11px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.woocommerce .cart-collaterals .cart_totals h2:after,   .et_pb_wc_cart_totals_0 h2:after,.et_pb_wc_checkout_billing_0 h3:after,.et_pb_wc_checkout_order_details_0 #order_review_heading:after, .cross-sells h2:after,.woocommerce-account .addresses .title h3:after {
	background-color: 
rgba(var(--dark-blue), 1);
content: "";
position: absolute;
    top: 37px;
left: 20px;
height: 3px;
width: 70px;
margin: 10px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

















p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-family: 'Ubuntu';
    font-size: 40px;
    text-transform: capitalize;
    text-align: center;
	margin-top: 60px;

}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received:before {
    left: 45%;
    content: "\4e";
    font-family: 'ETmodules';
    position: absolute;
    top: 0px;
    right: auto;
    width: 80px;
    height: 80px;
    background-color: rgba(var(--dark-blue), 1);
    color: #fff;
    line-height: 80px;
    margin-top: 10px;
    border-radius: 5px;
	margin-bottom: 30px;

}


.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 2em;
    border: 1px dashed #fff;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    list-style-type: none;
}
.woocommerce ul.order_details li:last-of-type{
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 2em;
    border: 1px dashed #fff!important;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    list-style-type: none;
}
/*******out of stock***********/
.woocommerce div.product .out-of-stock {
    color: #fff;
    font-family: 'Ubuntu';
    font-size: 20px!important;
    text-transform: uppercase;
    background-color: rgb(255 0 0);
    width: 41%;
    position: relative;
    padding: 20px 25px;
    left: -15px;
}
/*===============================
Title Design of thankyou page
=================================*/ 



h2.woocommerce-order-details__title, h2.woocommerce-column__title{
	padding-bottom: 15px;
position: relative;
margin-bottom: 30px;
color: #fff;
    font-family: 'Ubuntu',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3em;
    text-transform: capitalize!important;
}

h2.woocommerce-order-details__title:before, h2.woocommerce-column__title:before{
animation: none;
    z-index: 1;
    background-color: rgba(var(--blue),1);
    box-shadow: 0 0 0 10px transparent;
    -moz-box-shadow: 0 0 0 10px transparent;
    -webkit-box-shadow: 0 0 0 10px transparent;
    -ms-box-shadow: 0 0 0 10px transparent;
    -o-box-shadow: 0 0 0 10px transparent;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-radius: 1px!important;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    top: 42.5px;
    clear: both;
    content: '';
    display: inline-block;
    height: 11px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 11px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

h2.woocommerce-order-details__title:after, h2.woocommerce-column__title:after {
	background-color: #fff;
content: "";
position: absolute;
    top: 37px;
left: 20px;
height: 3px;
width: 70px;
margin: 10px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    font-family: 'Ubuntu';
    color: #fff;
    font-size: 16px;
}

td.woocommerce-table__product-name.product-name a {
    font-family: 'Ubuntu';
    color: rgba(var(--blue), 1);
}
.woocommerce table.shop_table td {
    border-top: 1px solid #fff;
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 15px;
}
.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid #fff;
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 12px 20px;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1.9em;
    font-family: 'Montserrat';
}
.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    align-items: center;
    display: inline-flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: center;
}

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 0.618em;
    content: "\e010";
    text-decoration: none;
    line-height: 40px;
}

