*{
  transition: all 0.2s ease 0s;
  text-decoration: none;
  outline: none;
}
*:hover{
  transition: all 0.2s ease 0s;
  text-decoration: none;
  outline: none;
}
p{
line-height: 2
}
a{
  color: #F2AC25;
  text-decoration: none;
  outline: none;
}

/*@font-face {
font-family:DIN;
font-style:normal;
font-weight:normal;
src:url("fonts/ArbFONTS-DINNEXTLTARABIC-LIGHT-1.ttf") format('truetype')
}
*/
/*@font-face {
font-family:Dubai;
font-style:normal;
font-weight:normal;
src:url("fonts/alfont_com_Dubai-Regular.otf") format('truetype')
}*/

body {
  display: block;
  margin: 0;
  padding: 0;
  color: #000;
  /*font-family: 'DIN', sans-serif;*/
  font-family: 'Tajawal', sans-serif;
  font-size: 1rem;
  /*text-transform: capitalize;*/
  text-align: right;
  direction: rtl;
  /* background: #000; */
}
header{
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  padding: 20px;
  z-index: 10;
}
.logo img{
  width: 290px;
  height: auto;
  float: right;
  max-width: 100%;
}

.bar {
  position: relative;
  display: block;
  float: left;
  margin: 7px 0 0;
  width: 22px;
  height: 20px;
  border-top: 2px solid #232A4E;
  border-bottom: 2px solid #232A4E;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  z-index: 9;
}
.bar:after {
  content: "";
  position: absolute;
  left: 5px;
  transition: all 0.2s ease 0s;
  top: 46%;
  width: 100%;
  border-top: 2px solid #232A4E;
}
.bar:hover:after {
  left: 0px;
  transition: all 0.2s ease 0s;
}


.topnav{
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  background: #fff;
  z-index: 99999999;
  padding: 20px 20px 30px;
  overflow-y: auto;
  transition: all 0.5s ease 0s;
}
.topnav  img{
  max-width: 300px;
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto 15px;
  float: right;
}
.topnav p{
  margin: 0 0 15px;
  font-size: 14px;
  line-height: normal;
  display: block;
  clear: both;
}
.topnav ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.topnav ul li{
    display: block;
    clear: both;
    color: #6f1f8f;
    text-decoration: none;
    outline: none;
    text-align: right;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    border-bottom: 1px solid #f1f1f1;
    align-items: center;
    min-height: 45px;
    padding: 0 15px;
    margin: 0 0 0;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}
.topnav ul li a{
    color: #6f1f8f;
	width: 100%;
    text-decoration: none;
    outline: none;
    text-align: right;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    border-bottom: 1px solid #f1f1f1;
    align-items: center;
    min-height: 45px;
    padding: 0 0;
    margin: 0 0 0;
	border-radius: 5px;
}
.topnav ul li a:hover,.topnav ul li:hover{
  color: #000;
  background: #f1f1f1
}

.open{
  right: 0 !important;
  transition: all 0.5s ease 0s;

}
.fa-window-close{
  position: absolute;
  top: 25px;
  left: 20px;
  cursor: pointer;
  font-size: 20px;
  color: #ccc;
}
.switch-theme-mode{position: absolute;top: 0;left: 0;right: 0;bottom: 0;opacity: 0;overflow: hidden;cursor: pointer;}
.switch-theme-mode #slider{
    width: 600px;
    height: 600px;
    cursor: pointer;
}


/*  */
.page{
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 9;
  background-color: #fff;
  padding: 80px 20px 90px;
}

#search-box{
  background: #fff;
  border: 1px solid #eee;
  height: 40px;
  border-radius: 50px;
  padding: 1px 20px;
  position: relative;
  margin: 4px 0 20px;
}
#search-box #search{
  background: #fff;
  outline: none;
  border: none;
  width: 100%;
  height: 36px;
  direction: rtl;
}
#search-box button{
  position: absolute;
  top: 3px;
  left: 3px;
  height: 34px;
  width: 44px;
  display: flex;
  border: none;
  outline: none;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}














/* cartbut */
.cartbut{
  background: #2b1235;
  color: #fff !important;
  text-align: center;
  height: 50px;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px 10px 0 0;
  font-weight: 500;
  text-decoration: none;
  outline: none;
}
.fa-shopping-basket{
  float: right;
  position: relative;
  padding: 0 10px;
  font-size: 20px;
  margin: 5px 0 0;
}
.fa-shopping-basket span{
  background: #F2AC25;
  color: #000;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-family: sans-serif;
  font-weight: 200;
  font-size: 13px;
  float: right;
  margin: -10px 0 0 -4px;
}




.tabs {
  max-width: 100%;
  margin: auto;
  margin-bottom: 20px;
  overflow: hidden;
  direction: ltr;
  float: right;
  width: 100%;
  overflow-y: auto;
  height: 100%;
}
::-webkit-scrollbar
{
  width: 0px;
  height: 5px;
  cursor: pointer;
}

::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: #2b12352e;
  cursor: pointer;
  overflow-x: auto;
  height: 0px;
}
::-webkit-scrollbar-thumb:hover
{
  cursor: pointer;
  background-color: #2b1235;
}



.tabs * {
  box-sizing: border-box;
}


.tabs__bar-wrap {
  position: sticky;
  top: 0;
  z-index: 99;
  direction: rtl;
  padding: 0 0 5px;
  background: #fff;
}
.tabs__bar-wrap.has-left-overflow::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 30px;
  pointer-events: none;
}
.tabs__bar-wrap.has-right-overflow::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 30px;
  pointer-events: none;
}
.tabs__bar-wrap.has-left-overflow::before {
  left: 0;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 100%);
}
/* .tabs__bar-wrap.has-right-overflow::after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 100%);
} */

.tabs__bar {
  position: sticky;
  display: flex;
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  top: 0;
  padding-bottom: 5px;
}
@media (min-width: 480px) {
  .tabs__bar {
    min-width: auto;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 5px;
  }
}

/* .tabs__line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: #4285f4;
  will-change: transform;
  transform-origin: left;
} */

.tabs__controls {
  flex: 1 0 auto;
  min-width: auto;
  display: block;
  padding: 8px 13px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 2px;
  font-size: 13px;
  background: #f5be5426;
  border-radius: 30px;
}
.tabs__controls img{
  float: right;
  height: 20px;
  width: auto;
  margin-left: 9px;
}


.tabs__controls.is-active {
  color: #2b1235;
  background: #f5be54 !important;
}
@media (min-width: 480px) {
  .tabs__controls {
    min-width: auto;
  }
}

.tabs__controls:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.tabs__controls:active {
  -webkit-user-select: none;
          user-select: none;
}

.tabs__content {
  position: relative;
  display: flex;
  align-items: flex-start;
  /* width: calc(600px * 3); */
  overflow-y: hidden;
  background-color: #fff;
  will-change: transform, height;
}

.tabs__content.has-grab {
  cursor: grabbing;
}

.tabs__section {
  padding: 30px 0;
  width: 600px;
}

.results{
  overflow-y: auto;
  height: 100%;
}



/*  */
.product-box{
  width: 100%;
  padding: 0 110px 0 15px;
  margin: 5px 0;
  float: right;
  clear: both;
  border-radius: 5px;
  background: #f9f9f9;
  position: relative;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 15px;
  cursor: pointer;
}
.product-box img{
  display: block;
  float: right;
  width: 95px;
  height: 120px;
  border-radius: 5px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.product-box h3{
  color: #232A4E;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 0;
}
.product.add_to_cart_inline {
  padding: 0 !important;
  border: none !important;
  margin: 0;
  color: #2b1235;
  direction: rtl;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
  height: 40px;
  padding: 6px 5px 8px;
  width: 40px;
  background: none;
  border: none !important;
  color: #2b1235;
}

.prics {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 35px;
    padding: 0;
    margin: 0;
    direction: ltr;
}
.prics form.cart{
	display: none;
}
.prics .hot{
	direction: rtl;
	font-size: 11px;
}

form.cart {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0;
  justify-content: space-between;
  direction: ltr;
}
.product-box form button.button{
  border: none;
  height: 40px;
  color: #2b1235;
  background: #dedbe0;
  outline: none;
  font-size: 13px;
  padding: 0 15px;
  border-radius: 20px;
}
.qib-button-wrapper {
  margin-right: 0 !important;
}
.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
  float: none !important;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin: 0 1px;
}
.quantity.wqpmb_quantity{
  border: none !important;
}
del{
  color: #777;
  text-decoration: line-through !important;
  font-size: 11px;
}
.wc-block-cart-item__prices{
  display: none !important;
}
.wc-block-components-product-name{
  color: #232A4E;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 0;
    text-decoration: none;
    outline: none;
}
.wc-block-components-sale-badge{
  display: none !important;
}
.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
  padding: 0 !important;
}
.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
  padding: 0 !important;
}
.wc-block-formatted-money-amount{
  font-weight: 600;
  margin: 5px 0 0;
}
.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
  display: grid;
  grid-template-columns: 100px 0 !important;
  padding: 0;
  margin: 0 0 10px;
  border-bottom:1px solid #f1f1f1;
  position: relative;
}
.wp-block-woocommerce-proceed-to-checkout-block{
  background: #2b1235;
    color: #fff !important;
    text-align: center;
    height: 50px;
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    font-weight: 500;
    text-decoration: none;
    outline: none;
}
.wc-block-cart table.wc-block-cart-items, .wc-block-cart table.wc-block-cart-items td, .wc-block-cart table.wc-block-cart-items th {
  margin: 0 !important;
}
.wc-block-cart-item__remove-link {
  font-size: 0 !important;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-image: url("img/x.png") !important;
  background-size: 100% 100% !important;
  border-radius: 50% !important;
}
.wp-block-woocommerce-cart-totals-block{
  display: none;
}

.chek {
  background: #2b1235;
  color: #fff !important;
  text-align: center;
  height: 50px;
  display: none;
  position: fixed;
  bottom: 51px;
  right: 0;
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  font-weight: 500;
  text-decoration: none;
  outline: none;
}

/*  */
#order_review_heading{
  display: none;
}
.shop_table.woocommerce-checkout-review-order-table{
  display: none;
}
.blocks-check{
  width: 100% !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #fff;
  border-radius: 0;
  padding: 0;
}
.methods{
  display: none;
}
form.coupon{
  display: none;
}

/*  */

.woocommerce-input-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-right: 0;
}
@media (max-width: 769px) {
.woocommerce-input-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-right: 11px;
}	
}
.woocommerce-input-wrapper .input-radio {
  width: 80px;
  height: 80px;
  padding: 5px;
  opacity: 0;
  cursor: pointer;
  margin: 0 0 20px;
}
.woocommerce-input-wrapper .input-radio ~ .radio {
  background-image: url("img/table.png");
  width: 80px;
  height: 80px;
  padding: 5px;
  border: 2px solid #ddd;
  margin: 10px -80px 0 21px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 20px;
  align-items: flex-end;
  flex-wrap: wrap;
  border-radius: 10px;
  cursor: pointer;
  color: #e64c3c;
  line-height: 20px;
  opacity: 0.6;
}
.woocommerce-input-wrapper .input-radio:checked ~ .radio {
  background-image: url("img/table-on.png");
  opacity: 1;
}

label.radio {}
.woocommerce-input-wrapper .input-radio:checked ~ .radio ~ .radio {
  background-image: url("img/table.png");
  opacity: 0.6;
}

.billing_table{
  display: block;
  text-align: center;
  margin: 0 0 35px;
  font-size: 22px;
  font-weight: 500;
  color: #2b1235;
  clear: both;
  width: 100%;
  padding: 0 0 40px;
  height: 60px !important;
}
.page-custom{
  display: none !important;
}
.blocks-cart.after{
  display: none !important;
}
.woocommerce ul.order_details {
  margin: 0 0 10px;
  list-style: none;
}
.woocommerce-customer-details{
  display: none;
}
.blocks-check.blocks-check-text{
  table{
    display: none;
  }
  h2{
    display: none;
  }

}


video.bg{width: 100%;height: 100vh;object-fit: cover;opacity: 1;padding: 0;margin:  0 0 -10px;object-position: left top;}



.wc-block-components-notice-banner.is-success {
    display: none !important;
}
.woocommerce-order-details{
	display: none !important;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
		display: none !important;

}

.conf{
	background: #2b1235 !important;
	color: #fff !important;
	text-align: center;
	height: 50px;
	display: flex;
	position: fixed;
	bottom: 0;
	right: 17.66%;
	z-index: 99;
	justify-content: center;
	align-items: center;
	border-radius: 10px 10px 0 0;
	font-weight: 500;
	text-decoration: none;
	outline: none;
	width: 15.66%;
}
.cancel{
	background: #f00 !important;
	color: #fff !important;
	text-align: center;
	height: 50px;
	display: flex;
	position: fixed;
	bottom: 0;
	right: 0%;
	z-index: 99;
	justify-content: center;
	align-items: center;
	border-radius: 10px 10px 0 0;
	font-weight: 500;
	text-decoration: none;
	outline: none;
	width: 15.66%;
}
@media (max-width: 769px) {

.conf{
    width: 49%;
	right: auto;
	left: 0;
}
.cancel{
    width: 49%;
	right: 0;
}
}

.table-num{
	background-color: #f1f1f1;
	background-image: url("img/table-on.png");
	background-repeat: no-repeat;
	background-position: center 40px;
	background-size: auto 100px;
	position: fixed;
	right: 0;
	bottom: 0;
	display: flex;
	height: 250px;
	width: 454px;
	border-radius: 100px 100px  0 0;
	text-align: center;
	justify-content: center;
	align-items: flex-end;
	padding: 0 0 60px;
	font-size: 40px;
	color: #2b1235;
	max-width: 100%;
}
/***/
.product-box-pop{
    position: fixed;
    top: 0;
    right: -110%;
    bottom: 0;
    z-index: 99999999999;
    background: #fff;
    display: flex;
    flex-direction: column;
    transition: all 0.2s ease 0s;
}
.on{
    right: 0 !important;
    transition: all 0.2s ease 0s;
}


.product-box-pop .top{
    height: 70px;
    box-shadow: 4px 3px 5px #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
    position: relative;
    z-index: 99999999;
    background: #fff;
}
.product-box-pop .top img{
    height: 32px;
}
.product-box-pop .pro{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
}
.product-box-pop .pro img{
    height: 170px;
    width: auto;
    margin: 0 auto 15px;
    display: block;
}
.product-box-pop .pro h3 {
    color: #2b1235;
    font-size: 20px;
    margin: 0 0 20px;
}
.product-box-pop .pro h4 {
    color: #2b1235;
    font-size: 16px;
    margin: 0 0 20px;
    background: #f1f1f1;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 25px;
    font-weight: 400;
}
.product-box-pop .pro .add_to_cart_inline {
	display: none;
}
.product-box-pop .pro form.cart{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.product-box-pop .pro button.button{
    width: 100%;
    margin: 40px 0 0;
    background: #f2af2f;
    padding: 8px 0;
    border: none;
    border-radius: 25px;
}
.fa-moon {
    width: 25px;
    height: 25px;
    background: #2b1235;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 0;
}
/*  */

.pop{
	position:fixed;
	z-index: 9999999999;
	top: 0;
	right: 0;
	height: 100vh;
	width: 100%;
	padding: 15px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	background: #0000008c;
	display:none;
	overflow-y: auto;
}
.start{
	display: flex !important;
}


.pop .box{
    padding: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}
.pop .box h3{
    margin: 0 0 20px;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 19px;
}
.pop .box h3 .x{
    background: #cbcbcb;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
.pop .box h3 .x:hover{
    background: #2C1137;
	color: #fff;
}
.pop .box iframe {
	max-width: 100%;
	max-height: 400px;
}
.pop .box a.link-map{
    background: #2C1137;
    margin: 0 auto;
    text-align: revert;
    padding: 0 20px;
    border-radius: 20px;
    min-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
/*  */
.n{
	display: none;
}
.back{
    background: #f2b132;
    color: #2b1235 !important;
    text-align: center;
    height: 45px;
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
    font-weight: 500;
    text-decoration: none;
    outline: none;
}






@media (max-width: 769px) {

}


/*
background-color: rgba(80,104,140,0.5);
  transition: all 0.5s ease 0s;
      transform: scale(1.2);


              display: flex;
              flex-direction: column;
              justify-content: center;

*/


/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/



.owl-carousel{
direction: ltr !important;
position: relative;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  clear: both;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  clear: both;
}




















.theme-dark{
	background: #2a033a;
}
.theme-dark .page{
	background: #2a033a;
	color: #fff;
}

.theme-dark .bar {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.theme-dark .bar:after {
	border-top: 2px solid #fff;
}
.theme-dark #search-box{
    background: #2a033a;
	color: #fff;
	border: 1px solid #3b0750;
}
.theme-dark #search-box #search {
    background: #2a033a;
    color: #fff;
}
.theme-dark  #search-box button {
    background: #39054e;
}
.theme-dark .tabs__bar-wrap {
    background: #2a033a;
}
.theme-dark .tabs__bar {
    background: #2a033a;
}
.theme-dark .tabs__content {
    background: #2a033a;
}
.theme-dark  .product-box {
    background: #320744;
    color: #fff;
}
.theme-dark h3 {
    color: #ffffff;
}
.theme-dark .product.add_to_cart_inline {
    color: #ffffff;
}

/*  */

.theme-dark .topnav{
  background: #2a033a;
  color: #fff;
}
.theme-dark  .topnav ul li{
    color: #fff;
    border-bottom: 1px solid #20022c;
}
.theme-dark  .topnav ul li a{
    color: #fff;
    border-bottom: 1px solid #2a033a;
}
.theme-dark  .topnav ul li a:hover,.theme-dark  .topnav ul li:hover{
  color: #fff;
  background: #2a033a
}
.theme-dark  .pop .box {
    background: #2a033a;
}
.theme-dark  .fa-moon.fa-moon:before {
    content: "\f2dc";
}
.theme-dark .n {
    display: inline-block;
}
.theme-dark .l {
    display: none;
}
.theme-dark .product-box-pop{
	background: #2a033a;
}
.theme-dark  .product-box-pop .top {
    box-shadow: 4px 3px 5px #000;
    color: #fff;
    background: #2a033a;
}
.theme-dark .product-box-pop .pro h4 {
    color: #ffffff;
    background: #170220;
}
.theme-dark  .qib-button-wrapper button.qib-button {
    background: #2a033a;
    border: 1px solid #fff !important;
	color: #fff;
}
.theme-dark  .qib-button-wrapper .quantity input.input-text.qty.text {
    color: #ffffff;
}
.theme-dark  .wc-block-components-product-name {
    color: #ffffff;
}
.theme-dark .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
.theme-dark .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, 
.theme-dark .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    border-bottom: 1px solid #400e54;
}

.theme-dark #add_payment_method #payment,
.theme-dark .woocommerce-cart #payment,
.theme-dark .woocommerce-checkout #payment {
    background: none;
}
.theme-dark .billing_table {
    color: #ffffff;
}
.theme-dark .table-num {
    background-color: #38074c;
    color: #ffffff;
}


/*
background-color: rgba(80,104,140,0.5);
  transition: all 0.5s ease 0s;
      transform: scale(1.2);
