/* login checkout page */
.checkout-breadcrumb{
	padding: 24px 8px !important;
	font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #4a4a4a !important;
    text-decoration: none !important;
    display: flex;
    column-gap: 10px;
}
.checkout-breadcrumb a {
    font-weight: 500;
	 color: #4a4a4a !important;
	text-decoration: none !important;
}
.checkout-breadcrumb img {
    width: 14px;
    height: 14px;
    margin-top: 3px;
}
.login-left-sec{
  border: 1px solid #CBCBCB;
  border-radius: 10px;
  padding: 58px !important;
  
}
.billing-left-sec .woocommerce-shipping-fields {
  border: 1px solid #CBCBCB;
  border-radius: 10px;
  padding-left: 16px !important;
    padding-right: 16px !important;
	    margin-top: 20px !important;
}
.login-page-text p {
  font-family: Jost;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: center;
}
.login-page-icon {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  gap: 20px;
}
.or-sec-text p {
  font-family: Jost;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
}
.or-sec-text p:before {
  content: "";
  position: absolute;
  background: url(../../../../uploads/2023/10/Vector-369.png);
  width: 100px;
  height: 1px;
  top: 11px;
  left: 34%;
}
.or-sec-text p:after {
  content: "";
  position: absolute;
  background: url(../../../../uploads/2023/10/Vector-369.png);
  width: 100px;
  height: 1px;
  top: 11px;
  right: 34%;
}
.or-sec-text {
  position: relative;
}
.login-left-sec .create_account {
  text-align: center;
  margin-bottom: 0px;
}
.login-left-sec .form-row {
  text-align: center;
}
.login-left-sec .wp-element-button {
  background: rgba(241, 168, 154, 1);
  width: 244px !important;
  height: 48px;
  border-radius: 3px;
  color: #002A35;
    font-weight: 500;
}
.login-left-sec .lost_password {
  text-align: center;
}
.login-left-sec .lost_password a {
  text-decoration: none !important;
  color: #000;
}
.login-left-sec .woocommerce-form-login__rememberme {
  margin-bottom: 30px;
}
.login_formouter {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
p.form-row.form-row-first_username {
 
      margin-bottom: 0px;
}
.form-row-lastpass {
 
}
div#login_countinue {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.address-selection label
{
	font-size: 16px;
    color: #000000;
    font-weight: 500;
}
.login_formouter input#username {
  border: 1px solid #b3b3b3;
    width: 244px;
    height: 48px;
    border-radius: 4px;
	    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
	height: 48px;
}
.login_formouter #password {
  border: 1px solid #ddd;
  width: 244px;
  height: 48px;
  border-radius: 3px;
}
button#check_finallogin {
 
    margin: 0 auto;
    text-align: center;
    display: flex;
    margin-top: -20px;
	    background: rgba(241, 168, 154, 1);
    width: 244px !important;
    height: 48px;
    border-radius: 3px;
	justify-content: center;
}
#chech_login_pass .show-password-input {
  right: 65px;
      top: 6px;
}
ul#select2-shipping_state-results li {
  color: #000;
}
@media screen and (min-width: 1300px) and (max-width: 1500px) {
  #chech_login_pass .show-password-input {
    right: 90px;
  }
}

div.nsl-container .nsl-button-default div.nsl-button-label-container
{
	white-space:wrap!important; 
}

.cart_inner_section {
    display: flex;
    gap: 24px;
}

.cart_inner_section .cart_inner_section_cart_item_section {
    width: 64%;
}
.cart_inner_section .cart_inner_section_checkout_section {
    width: 36%;
}
.woocommerce-cart-form__cart-item_self {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 12px 12px 0 12px;
}

.woocommerce-cart-form__cart-item_self .woocommerce-cart-form__cart-item_self_thumbnail {
    width: 18%;
    /*background: #F6F6F6;*/ 
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce-cart-form__cart-item_self .woocommerce-cart-form__cart-item_self_content{
    width: 82%;

}

.woocommerce-cart-form__cart-item_self_content_title_part .rating-count {
    width: 26%;
}
.woocommerce-cart-form__cart-item_self_content_title_part .woocommerce-cart-form__cart-item_self_content_title_part_column {
    /*width: 74%;*/
}
.woocommerce-cart-form__cart-item_self_content_title_part {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.woocommerce-cart-form__cart-item_self_content_title_part .rating-count span.regular-price *,
.woocommerce-cart-form__cart-item_self_content_title_part .rating-count span.regular-price {
  font-weight: 400;
  font-size: 12px;
  color:  #ACACAC;
}
.woocommerce-cart-form__cart-item_self_content_title_part .rating-count .product-price span.sale-price *,
.woocommerce-cart-form__cart-item_self_content_title_part .rating-count .product-price span.sale-price{
  font-weight: 500;
  font-size: 16px;
  color:  #4A4A4A;
}

.woocommerce_cart_form_cart_item_self_content_qty_varient_part {
  display: flex;
  gap: 32px;
  margin-bottom: 50px;
}

.woocommerce_cart_form_cart_item_self_content_qty_varient_part .woocommerce_cart_form_cart_item_self_content_qty {
  width: 32%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.woocommerce_cart_form_cart_item_self_content_qty_varient_part .woocommerce_cart_form_cart_item_self_content_varient {
  width: 68%;
}
.cart_item_varient_data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 32px;
  color: #4A4A4A;
}

.woocommerce_cart_form_cart_item_self_content_qty_varient_part .woocommerce_cart_form_cart_item_self_content_qty > div > div {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}
.woocommerce_cart_form_cart_item_self_content_qty_varient_part .woocommerce_cart_form_cart_item_self_content_qty > div > div label{
  white-space: nowrap;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #3A3A3A;
}
.woocommerce_cart_form_cart_item_self_content_qty_varient_part .woocommerce_cart_form_cart_item_self_content_qty > div > div.quantity .quantity_wrapper_selector .quantity label.quantity-label {
  display: none;
}


.cart_item_varient_data .cart_item_varient_item {
  font-size: 14px;
  color: #3A3A3A;
  text-transform: capitalize;
}
.woocommerce_cart_form_cart_item_self_content_qty_varient_part .woocommerce_cart_form_cart_item_self_content_qty .ring-size select.cart_size_attribute_value {
  width: 100%;
  border: 1px solid #3A3A3A;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}


.woocommerce_cart_form_cart_item_self_content_qty_varient_part .woocommerce_cart_form_cart_item_self_content_qty > div > div .quantity_wrapper_selector {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
}

.woocommerce_cart_form_cart_item_self_content_qty_varient_part .woocommerce_cart_form_cart_item_self_content_qty > div > div .quantity_wrapper_selector {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #3A3A3A;
  padding: 6px;
  border-radius: 4px;
  gap: 6px;
}
.woocommerce_cart_form_cart_item_self_content_qty_varient_part .woocommerce_cart_form_cart_item_self_content_qty > div > div .quantity_wrapper_selector button {
  background: #085549;
  width: 16px;
  height: 16px;
  padding: 0;
  color: #fff;
  line-height: 15px;
  font-size: 14px;
  border-radius: 4px;
}
.product-quantity .quantity_wrapper_selector .quantity
{
	line-height: 0px;
}
.woocommerce_cart_form_cart_item_self_content_qty_varient_part .woocommerce_cart_form_cart_item_self_content_qty > div > div .quantity_wrapper_selector input {
  border: none;
  pointer-events: none;
  width: 28px;
  height: 18px;
}
.woocommerce_cart_form_cart_item_self_content_qty_varient_part .woocommerce_cart_form_cart_item_self_content_qty > div > div .quantity_wrapper_selector input::-webkit-outer-spin-button,
.woocommerce_cart_form_cart_item_self_content_qty_varient_part .woocommerce_cart_form_cart_item_self_content_qty > div > div .quantity_wrapper_selector input::-webkit-inner-spin-button {
   -webkit-appearance: none;
   -moz-appearance: textfield;
}
.woocommerce_cart_form_cart_item_self_content_qty_varient_part .woocommerce_cart_form_cart_item_self_content_qty > div > div .quantity_wrapper_selector button i{
  font-style: normal;
  font-size: 10px;
}
.woocommerce_cart_form__cart_item_self_action_data .woocommerce_cart_form__cart_item_self_action_wishlist_remove {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
    align-items: stretch;
}
.woocommerce_cart_form__cart_item_self_action_data > div {
  width: 50%;
}
.woocommerce_cart_form__cart_item_self_action_data {
  border-top: 1px solid #CBCBCB;
  padding: 18px 12px;
  display: flex;
  gap: 20px;
  align-items: center;

}
.cart-subtotal span.woocommerce-Price-amount.amount
{
	font-size:18px;
	color: #3a3a3a;
}

.woocommerce_cart_form__cart_item_self_action_data .woocommerce_cart_form__cart_item_self_action_estimate_delivery_date .shipping-delivery {
  font-weight: 400;
  font-size: 14px;
  color: #47AF36;
  margin: 0;
}

.woocommerce_cart_form__cart_item_self_action_data .woocommerce_cart_form__cart_item_self_action_estimate_delivery_date .shipping-delivery a {
  color: #497374;
}
.woocommerce_cart_form__cart_item_self_action_data .woocommerce_cart_form__cart_item_self_action_wishlist_remove a.move-to-wishlist-button {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #497374;
  text-decoration: none;
}
.woocommerce_cart_form__cart_item_self_action_data .woocommerce_cart_form__cart_item_self_action_wishlist_remove a.move-to-wishlist-button i {
  font-style: normal;
  margin-left: 6px;
}
.woocommerce_cart_form__cart_item_self_action_data .woocommerce_cart_form__cart_item_self_action_wishlist_remove span.divider {
  width: 1px;
  background: #CBCBCB;
}

.woocommerce_cart_form__cart_item_self_action_data .woocommerce_cart_form__cart_item_self_action_wishlist_remove .product-remove a.remove:before {
  display: none;
}

.woocommerce_cart_form__cart_item_self_action_data .woocommerce_cart_form__cart_item_self_action_wishlist_remove .product-remove a.remove {
  width: auto;
  height: auto;
  text-indent: initial;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #497374;
  text-decoration: none;
}
.woocommerce_cart_form__cart_item_self_action_data .woocommerce_cart_form__cart_item_self_action_wishlist_remove .product-remove a.remove i {
  font-style: normal;
   margin-left: 6px;
}

.woocommerce_cart_form__cart_item_self_action_data .woocommerce_cart_form__cart_item_self_action_wishlist_remove.user_not_logged_in{
  justify-content: flex-end;
}

.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item {
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  padding: 0;
}

.shop_table.shop_table_responsive_table_body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}



.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .woocommerce-cart-form__cart-item_self_addon_diamond {
  margin: 0px 12px;
  background: #fdf6f5;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  border-radius: 8px;
  padding: 9px 16px;
}
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .woocommerce-cart-form__cart-item_self_addon_diamond .woocommerce-cart-form__cart-item_self_addon_diamond_image {
  width: 10%;
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 4px;
  padding: 8px;
}
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .woocommerce-cart-form__cart-item_self_addon_diamond .woocommerce-cart-form__cart-item_self_addon_diamond_image > div,
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .woocommerce-cart-form__cart-item_self_addon_diamond .woocommerce-cart-form__cart-item_self_addon_diamond_image img{
  width: 100%;
}

.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .woocommerce-cart-form__cart-item_self_addon_diamond .woocommerce-cart-form__cart-item_self_addon_diamond_price {
  width: 28%;
}
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .woocommerce-cart-form__cart-item_self_addon_diamond .woocommerce-cart-form__cart-item_self_addon_diamond_addon_data {
  width: 62%;
  margin-top: 14px;
}
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .woocommerce-cart-form__cart-item_self_addon_diamond .woocommerce-cart-form__cart-item_self_addon_diamond_price {
  margin-top: 8px;
}
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .total-ammount-row .total-ammount del:before,
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .total-ammount-row .total-ammount del:after,
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .total-ammount-row .total-ammount del *,
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .woocommerce-cart-form__cart-item_self_addon_diamond .woocommerce-cart-form__cart-item_self_addon_diamond_price .product-price.same-details del:before,
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .woocommerce-cart-form__cart-item_self_addon_diamond .woocommerce-cart-form__cart-item_self_addon_diamond_price .product-price.same-details del:after,
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .woocommerce-cart-form__cart-item_self_addon_diamond .woocommerce-cart-form__cart-item_self_addon_diamond_price .product-price.same-details del * {
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #ACACAC;
}
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .total-ammount-row .total-ammount del:before,
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .woocommerce-cart-form__cart-item_self_addon_diamond .woocommerce-cart-form__cart-item_self_addon_diamond_price .product-price.same-details del:before{
  content: "(";
}
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .total-ammount-row .total-ammount del:after,
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .woocommerce-cart-form__cart-item_self_addon_diamond .woocommerce-cart-form__cart-item_self_addon_diamond_price .product-price.same-details del:after{
  content: ")";
}
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .total-ammount-row .total-ammount del,
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .woocommerce-cart-form__cart-item_self_addon_diamond .woocommerce-cart-form__cart-item_self_addon_diamond_price .product-price.same-details del{
  text-decoration:none!important;
}
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .total-ammount-row .total-ammount del span,
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .woocommerce-cart-form__cart-item_self_addon_diamond .woocommerce-cart-form__cart-item_self_addon_diamond_price .product-price.same-details del span{
  text-decoration: line-through;
}
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .total-ammount-row .total-ammount ins * ,
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .woocommerce-cart-form__cart-item_self_addon_diamond .woocommerce-cart-form__cart-item_self_addon_diamond_price .product-price.same-details  ins * {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #3A3A3A;
}
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .total-ammount-row .total-ammount ins,
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .woocommerce-cart-form__cart-item_self_addon_diamond .woocommerce-cart-form__cart-item_self_addon_diamond_price .product-price.same-details  ins {
  margin-left: 8px;
}

.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .woocommerce-cart-form__cart-item_self_addon_diamond .woocommerce-cart-form__cart-item_self_addon_diamond_addon_data .diamond-details {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}

.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .woocommerce-cart-form__cart-item_self_addon_diamond .woocommerce-cart-form__cart-item_self_addon_diamond_addon_data .diamond-details .product-code.same-details {
  padding: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #4A4A4A;
}
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .woocommerce-cart-form__cart-item_self_addon_diamond .woocommerce-cart-form__cart-item_self_addon_diamond_addon_data .diamond-details a.change-diamond.same-details {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #3F3F3F;
}
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .woocommerce-cart-form__cart-item_self_addon_diamond .woocommerce-cart-form__cart-item_self_addon_diamond_addon_data .diamond-details .product-name.same-details {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #497374;
}
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .total-ammount-row {
  max-width: 100%;
  width: 100%;
  padding: 0 20px;
  display: flex;
  margin: 20px 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .total-ammount-row .product-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.cart-product-box .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item .total-ammount-row .total-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #4a4a4a;
  padding-left: 14px;
}
.billing-left-sec .p-0
{
	padding-left: 8px !important;
    padding-right: 8px !important;
}
.cart_inner_section .cart_inner_section_checkout_section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals {
  border: 1px solid #CBCBCB;
  border-radius: 10px;
}
.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals h2 {
  padding: 12px 16px;
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px solid #3A3A3A4D;
}
.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody {
  display: flex;
  flex-direction: column;
  padding: 20px 16px;
  gap: 16px;
  padding-bottom: 0;
}
.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody > tr  {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  
}
.shop_table.woocommerce-checkout-review-order-table td,.shop_table.woocommerce-checkout-review-order-table th
{
	padding: 0;
}
table.woocommerce-checkout-review-order-table .product-name {
    width: 72% !important;
	font-size:18px;
	font-weight:500;
	line-height:130%;
	color:#497374;
}
table.woocommerce-checkout-review-order-table .product-total
{
	margin-top:10px;
}
.woocommerce-checkout-review-order-table span.woocommerce-Price-amount.amount
{
	color :#4A4A4A;
}
.order-total-summary
{
	border-top:1px solid rgba(58, 58, 58, 0.3);
	    margin-top: -5px;
    padding-top: 10px;
	margin-bottom: 10px;
}
.order-total-summary .order-total td,.order-total-summary .order-total th 
{
	border-top: 1px solid rgba(58, 58, 58, 0.3);
	padding-top: 16px !important;
}
#order_address
{
	font-size: 20px;
    font-weight: 500;
    padding-top: 20px;
    border-bottom: 1px solid rgba(58, 58, 58, 0.3);
    padding-bottom: 16px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
}
.order-total-summary .woocommerce-Price-amount.amount
{
	font-size:24px;
}
.order-total-summary th,.order-total-summary td 
{
	width:50%;
	    padding:8px 16px !important;
		font-weight: 400;
}
.order-total-summary td
{
	text-align:end;
}
.order-total-summary  img
{
	float:right;
}
.order-total-summary del
{
	display:none;
}
.woocommerce-checkout-review-order-table del,.woocommerce-checkout-review-order-table del span.woocommerce-Price-amount.amount
{
	font-size:12px;
	color:#ACACAC;
}
.shop_table.woocommerce-checkout-review-order-table td.product-image {
   
    padding-right: 0px !important;
}
#order_review .shop_table
{
	margin-bottom:-5px !important;
}
.flex-row{
	display:flex;
	gap:12px;
}
.woocommerce-shipping-fields .iti .iti__selected-country
{
	padding:0 5px !important;
}
.woocommerce-billing-fields .iti .iti__selected-country
{
	padding:0 5px !important;
}
#customer_details td:has(input[name="delivery_address"]:checked) 
{
	background: rgba(73, 115, 116, 0.1);
	border: 1px solid rgba(73, 115, 116, 1);
}
.address-selection
{
	color: rgba(0, 0, 0, 1);
}
.woocommerce-checkout .policy-lab
{
	border-radius:0px;
}
#order_review
{
	border: 1px solid rgba(203, 203, 203, 1);
    border-radius: 10px;
	    margin-top: -45px;
}
#payment .payment_methods>.woocommerce-PaymentMethod>label::before, #payment .payment_methods>.wc_payment_method>label::before
{
	color: #fff;
    border: 1px solid rgba(73, 115, 116, 1);
    border-radius: 100px;
    width: 17px;
    height: 17px;
    /* margin-top: 10px; */
    line-height:17px !important;
    /* margin-left: 5px; */
    font-size: 14px;
}
#payment .payment_methods li input[type=radio]:first-child:checked+label:before{
	border: 1px solid #fff;
	color: rgba(73, 115, 116, 1)!important;
	font-size: 17px;
	    margin-left: -1px;
}
#ship-to-different-address .woocommerce-form__input-checkbox
{
	    left: 0 !important;
    position: relative !important;
    transform: translateY(0%) !important;
    margin-right: 10px !important;
	
}
#ship-to-different-address
{
	margin-bottom: 24px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(58, 58, 58, 0.3);
}
#ship-to-different-address span
{
	    font-size: 18px;
    font-weight: 500;
    color: rgba(58, 58, 58, 1);
}
#order_gift_checkbox,#toggle_billing_address
{
	margin-right:10px;
}
.iti--inline-dropdown
{
	width:100%;
}
.order-gift-wrapper .col-md-6{
	width:49% !important;
}
.order-gift-wrapper .form-row
{
	display:flex;
	gap:16px;
	margin-bottom: 16px;
}
.order-gift-wrapper .form-group
{
	width:100%;
}
[id^="checkout-name"] {
 color:#000;
}
[id^="checkout-new-address"] {
 color:#000;
}
.woocommerce-form__label-for-checkbox span
{
	  font-size: 18px;
    font-weight:400;
    color: rgba(58, 58, 58, 1); 
}
.form-login-cart
{
	margin-bottom:80px;
}
.checkout-info-txt{
	font-size:14px;
}
input[type="radio"] {
  accent-color: #497374; /* your color */
}

.form-row.terms .woocommerce-form__label-for-checkbox span
{
	font-size:16px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment
{
	display:none;
}
.proceed_to_pay_btn
{
	    background: rgba(241, 168, 154, 1);
    width: 200px !important;
    height: 48px;
    border-radius: 3px;
    float: right;
    text-align: center;
    color: rgba(0, 42, 53, 1);
    font-size: 16px;
}
.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody > tr > td, .cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody > tr > th {
  padding: 0;
 /* width: 50%;*/
  background: #00000000;
} 

.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody > tr > td {
  text-align: end;
}
.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody > tr > th {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #4A4A4A;
}
.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody tr.woocommerce-shipping-totals.shipping {
  display: none;
}
.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody > tr > td[data-title="Subtotal"] del:before, 
.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody > tr > td[data-title="Subtotal"] del:after, 
.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody > tr > td[data-title="Subtotal"] del, 
.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody > tr > td[data-title="Subtotal"] del * {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-decoration: none;
  color: #ACACAC;
}
.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody > tr > td[data-title="Subtotal"] del span.woocommerce-Price-amount.amount{
  text-decoration: line-through;
}
.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody > tr > td[data-title="Subtotal"] del:before{
  content: "(";
}
.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody > tr > td[data-title="Subtotal"] del:after{
  content: ")";
}
.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody > tr.cart-discount td 
 span.woocommerce-Price-amount.amount *,
.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody > tr > td[data-title="Subtotal"] > span > span bdi * {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #4A4A4A;
  margin-left: 10px;
}.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody > tr.cart-discount td 
a.woocommerce-remove-coupon,
.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody a.showcoupon {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  color: #497374;
}
.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody tr.order-total {
  margin-top: 120px;
}
.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody tr.order-total td * {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #4A4A4A;
}
.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin: 0;
  border-top: 1px solid #3A3A3A4D;
  padding-top: 20px;
}
.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button.button {
  margin: 0 16px 0px 16px;
}
.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button.button {
  margin: 0 16px 0px 16px;
  background: #F1A89A;
  border-radius: 4px;
  color: #002A35;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  transition: 0.3s ease-in-out;
}
.woocommerce-cart-form
{
	margin-bottom:0px;
}
.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button.button:hover{
  background: #085549;
  color: #fff;
}
.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button.button:after{
  display: none;
}
.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button.button:before{
  content: "\f023";
  font-family: "Font Awesome 5 Free";
}
form.checkout_coupon.woocommerce-form-coupon,.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon{
  background: #497374;
  padding: 20px 16px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}
form.checkout_coupon.woocommerce-form-coupon p a,
form.checkout_coupon.woocommerce-form-coupon p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  margin: 0;
  text-decoration: none;
}
form.checkout_coupon.woocommerce-form-coupon p:first-child {
 width: 100%;
}
form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
  display: flex;
  width: 68%;
}
form.checkout_coupon
{
	margin-bottom:10px;
}
form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first input#coupon_code {
  width: 100%;
  background: #578788;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  border: 1px solid #FFFFFF89;
  border-radius: 4px;
}
form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first input#coupon_code::placeholder{
  color: #fff;
}
form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last {
  width: 30%;
  display: flex;
}
form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last button.button {
  border-radius: 4px;
  width: 100%;
  color: #497374;
  font-family: Jost;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  background: #fff;
  text-transform:uppercase;
}

form.checkout_coupon.woocommerce-form-coupon p:nth-child(4){
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px solid #FFFFFF4D;
  width: 100%;
}
.shop_table.shop_table_responsive_table_body button.button.update-btn {
  position: relative;
  margin: 0;
  bottom: 0;
  transition: 0.3s ease all;
}
.shop_table.shop_table_responsive_table_body button.button.update-btn:hover{
  background: rgba(73, 115, 116, 1)!important;
  color: #fff!important;
}


.create_account a
{
	color : #497374;
}
.woocommerce-form-login
{
	margin-bottom:0px;
}
.woocommerce-form-login p
{
    max-width: 490px;
    text-align: center;
    margin: auto;
	margin-bottom: 24px;
}

.cart-section .cart_totals {
    width: 100% !important;
}
  
.cart-section .cart-product-box {
    border-radius: 0px 10px 10px 10px;
    border: 1px;
    border: 1px solid #cbcbcb;
    padding: 24px;
}
  
  
  .cart-product-box .product-code {
    font-family: Jost;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
    color: #4a4a4a;
    text-decoration: underline;
    padding-bottom: 4px;
  }
  
  .cart-product-box .product-name {
    font-family: Jost;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #497374;
  }
  
  .cart-product-box .product-description {
    font-family: Jost;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
    color: #4a4a4a;
    margin-bottom: 20px;
  }
  
  .cart-product-box .rating-count {
    flex-direction: column;
    display: flex;
    align-content: end;
    align-items: flex-end;
	margin-right: 12px;
  }
  
  .cart-product-box .product-meta-info .variation dt,
  .cart-product-box .product-meta-info .variation dl {
    display: flex !important;
    flex-direction: row !important;
    font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #3a3a3a;
  }
  
  .cart-product-box .bg-color-row {
    background: #fdf6f5;
    padding: 9px 16px;
    margin: 0 0;
    border-radius: 8px;
  }
  
  .cart-product-box .bg-color-row .diamond-details {
    display: flex;
    align-items: center;
    column-gap: 10px;
  }
  
  .cart-product-box .product-name.same-details {
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
    color: #497374;
  }
  
@media (max-width:1370px) {
  .cart_inner_section .cart_inner_section_cart_item_section {
    width: 66%;
  }
  .cart_inner_section .cart_inner_section_checkout_section {
    width: 34%;
  }
  .woocommerce_cart_form_cart_item_self_content_qty_varient_part .woocommerce_cart_form_cart_item_self_content_varient {
    width: 62%;
  }
  .woocommerce_cart_form_cart_item_self_content_qty_varient_part .woocommerce_cart_form_cart_item_self_content_qty {
    width: 38%;
  }
}


@media (max-width:1200px) {
  .woocommerce_cart_form_cart_item_self_content_qty_varient_part {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
    flex-direction: column;
  }
  .woocommerce_cart_form_cart_item_self_content_qty_varient_part .woocommerce_cart_form_cart_item_self_content_qty {
    width: 45%;
  }
  .woocommerce_cart_form_cart_item_self_content_qty_varient_part .woocommerce_cart_form_cart_item_self_content_varient {
    width: 100%;
  }
  .woocommerce_cart_form_cart_item_self_content_qty_varient_part .woocommerce_cart_form_cart_item_self_content_qty > div > div .quantity_wrapper_selector {
    width: 100%;
}
}

@media (max-width:880px) {
  .cart_inner_section {
    display: flex;
    gap: 32px;
    flex-direction: column;
  }
  .cart_inner_section .cart_inner_section_cart_item_section {
    width: 100%;
  }
  .cart_inner_section .cart_inner_section_checkout_section {
    width: 100%;
  }
}


.wishlist-buttons {
    display: flex;
    gap: 20px;
    margin-top: 15px;
    justify-content: space-between;
}

.wl-btn {
    background-color: #6E4943;
    color: #fff;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 100% !important;
    letter-spacing: 2px !important;
    text-align: center;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.wl-btn:hover {
    opacity: 0.9;
    color: #fff;
}
.courier-brand-sec {
		overflow: auto;
}
	
.courier-brand-sec::-webkit-scrollbar,.policy-lab::-webkit-scrollbar {
  display: none;
}
div#customer_details table::-webkit-scrollbar-thumb
{
	border-radius:10px;
}

.coupon_form_in_login_page{
    padding: 0px;
}
@media (min-width:576px) and (max-width:991px) {
	#post-8 .col-md-8,#post-8 .col-md-4 {
        flex: 0 0 auto;
        width: 100%;
    }
	.checkout.woocommerce-checkout .flex-row
	{
		flex-direction: column !important;
	}
	.billing-left-sec {
		padding-top: 10px;
		padding-bottom: 40px;
	}
	.woocommerce-shipping-fields__field-wrapper .form-row-first,.woocommerce-shipping-fields__field-wrapper .form-row-last,.woocommerce-shipping-fields__field-wrapper .form-row-wide
	{
		width:100%;
		margin-bottom:10px;
	}
	#ship-to-different-address {
		margin-bottom: 12px;
		margin-top: 12px;
		padding-top: 12px;
	}
	#ship-to-different-address span {
    font-size: 16px;
	}
	.woocommerce-form__label-for-checkbox span {
		font-size: 16px;
		
	}
	#customer_details .woocommerce-shipping-fields__field-wrapper {
		padding: 0px;
	}
	p.form-row.form-row-wide
	{
		margin-bottom:12px;
	}
	.shop_table.woocommerce-checkout-review-order-table td.product-image {
		padding-right: 0px !important;
		width: 22%;
	}
	#order_review {
		
		margin-top: 20px;
	}
	#order_review .cart_item
	{
		display:flex;
	}
	.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody tr.order-total {
		margin-top: 0px;
	}
	
}
@media (max-width:660px) {
	
	.woocommerce-cart-form__cart-item_self {
    display: flex;
    flex-direction: column;
  }
  .woocommerce-cart-form__cart-item_self .woocommerce-cart-form__cart-item_self_thumbnail {
    width: 30%;
  }
  .woocommerce-cart-form__cart-item_self .woocommerce-cart-form__cart-item_self_content {
    width: 100%;
  }
  .woocommerce-cart-form__cart-item_self_content_title_part {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
  }
  .woocommerce-cart-form__cart-item_self_content_title_part .woocommerce-cart-form__cart-item_self_content_title_part_column {
    width: 100%;
  }
  .cart-product-box .product-name a{
    font-size: 16px!important;
    font-weight: 500;
    line-height: 1.4;
  }
  .woocommerce-cart-form__cart-item_self_content_title_part .rating-count {
    width: 100%;
  }
  
  .cart_item_varient_data {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    color: #4A4A4A;
  }
  .woocommerce_cart_form__cart_item_self_action_data {
    align-items: center;
    flex-direction: column;
  }
  .woocommerce_cart_form__cart_item_self_action_data > div {
    width: 100%;
  }
  .shop_table.shop_table_responsive_table_body button.button.update-btn {
    width: 100%!important;
  }
  .cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody > tr > th {
    display: block;
    font-size: 14px;
    width: 40%;
    line-height: 2;
  }
  .cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody > tr > td:before {
    display: none;
  }
  .cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody > tr > td:before {
    width: 60%;
  }
  .cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody > tr.cart-discount td 
  span.woocommerce-Price-amount.amount *, .cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody > tr > td[data-title="Subtotal"] > span > span bdi * {
    font-size: 14px;
    line-height: 1;
  }
  .cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody > tr.cart-discount td 
  a.woocommerce-remove-coupon, .cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody a.showcoupon {
      font-size: 12px;
  }
  .cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody tr.order-total td * {
    font-size: 18px;
  }
  .cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody > tr > td[data-title="Subtotal"] > span > span bdi {
    font-size: 14px;
  }
  .cart_inner_section .cart_inner_section_checkout_section .cart-coupon form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
    width: 64%;
  }
  
	#payment .payment_methods>.woocommerce-PaymentMethod>label, #payment .payment_methods>.wc_payment_method>label {
    padding: 10px 12px !important;
	display: flex !important;
	align-items: center;
	gap:8px;
}

.left-payment-box #payment .payment_methods li .payment_box
{
	margin-top: 0px!important;
    padding-bottom: 10px!important;
}
	.left-payment-box #payment .payment_methods
	{
		padding:4px !important
	}
	.cart-section .cart-product-box
	{
		padding:12px;
	}
	.cart-product-box .rating-count
	{
		align-items: flex-start;
	}
	.cart-product-box .product-description
	{
		margin-bottom:10px;
	}
	.woocommerce_cart_form_cart_item_self_content_qty_varient_part .woocommerce_cart_form_cart_item_self_content_qty {
        width: 270px;
        gap: 10px;
    }
	.form-row.terms .woocommerce-form__label-for-checkbox span {
		font-size: 14px;
	}
	.woocommerce_cart_form_cart_item_self_content_qty_varient_part select,.quantity_wrapper_selector{
		max-width:140px !important
	}
	.cart_inner_section .cart_inner_section_checkout_section .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody tr.order-total {
		margin-top: 0px;
	}
	.cart-section .review-section {
		padding-top: 20px;
	}
	.woocommerce_cart_form__cart_item_self_action_data .woocommerce_cart_form__cart_item_self_action_wishlist_remove.user_not_logged_in {
		justify-content: center;
	}
	.woocommerce_cart_form__cart_item_self_action_data .woocommerce_cart_form__cart_item_self_action_estimate_delivery_date .shipping-delivery
	{
		text-align:center;
	}
	.form-login-cart {
		margin-bottom: 40px;
	}
	.policy-lab .row .col-lg-3
	{
		width: 50%;
		margin: 8px 0;
	}
	.policy-label-sec p
	{
		font-size:16px;
		line-height:21px;
	}
	#progressbar
	{
		column-gap: 30px;
	}
	ul#progressbar li:after
	{
		display:none;
	}
	.login-left-sec
	{
		padding:16px !important;
		  width: calc(100% - 24px);
    margin: 0 auto;
	}
	#chech_login_pass .show-password-input
	{
		right:0px;
	}
	p.form-row.form-row-first_username {
    width: 244px;
	}
	.or-sec-text p:before,.or-sec-text p:after
	{
		width:50px;
	}
	#order_review
	{
		margin-top:24px;
	}
	
	.checkout.woocommerce-checkout .flex-row
	{
		flex-direction: column !important;
	}
	.billing-left-sec {
		padding-top: 10px;
		padding-bottom: 40px;
	}
	.woocommerce-shipping-fields__field-wrapper .form-row-first,.woocommerce-shipping-fields__field-wrapper .form-row-last,.woocommerce-shipping-fields__field-wrapper .form-row-wide
	{
		width:100%;
		margin-bottom:10px;
	}
	#ship-to-different-address {
		margin-bottom: 12px;
		margin-top: 12px;
		padding-top: 12px;
	}
	#ship-to-different-address span {
    font-size: 16px;
	}
	.woocommerce-form__label-for-checkbox span {
		font-size: 16px;
		
	}
	#customer_details .woocommerce-shipping-fields__field-wrapper {
		padding: 0px;
	}
	p.form-row.form-row-wide
	{
		margin-bottom:12px;
	}
	.login-page-text p {
		margin-bottom:8px;
	}
	.login-page-icon
	{
		padding-bottom:24px;
	}
}