/**
Theme Name: toeyal
Text Domain: toeyal
Template: astra
*/

#primary-menu .elementor-nav-menu--main > ul > li::after {
	content: '|';
	position: absolute;
	top: 10px;
	padding-right: 8px;
	color: #000;
	left: 0px;
	font-weight: 400;
}

#primary-menu  .elementor-nav-menu--main > ul > li:last-child:after {
	content: '';
}

.contact .elementor-button i{
  animation: MoveRightLeft 2s linear infinite;
  position: relative;
  left: 0;
  top:1px;
  right: 0;
}
@keyframes MoveRightLeft {
  0%, 100% {
    right: 0;
  }
  50% {
    right: 15px;
  }
}

/*shop*/
#customer_details {
	border: 4px solid #f5f5f5;
	padding: 10px 20px 20px;
}

.woocommerce-page.woocommerce-checkout form #order_review{
	border: 4px solid #f5f5f5;
	padding: 10px 20px 20px;
}

.woocommerce-page.woocommerce-checkout #payment div.payment_box::before{
	display:none
}

#billing_address_1_field{
	float:right;
	width: 47%;
	clear: inherit;
}

#billing_city_field{
	float:left;
	width: 47%;
	clear: inherit;
}

#billing_phone_field{
	float:right;
	width: 47%;
	clear: inherit;
}

#billing_email_field{
	float:left;
	width: 47%;
	clear: inherit;
}

.payment_method_other_payment {
	padding: 0px !important;
	margin: 0px !important;
}

.payment_method_other_payment fieldset{
	border:none
}

.payment_method_other_payment p{
	color:red
}


.woocommerce-page.woocommerce-checkout #payment div.payment_box {
	padding: 0px;
}

#order_review small{
	font-size: 13px;
}


#payment #place_order {
	display: block;
	width: 50% !important;
	margin: auto;
	float: inherit !important	
}
.woocommerce-checkout-review-order-table th , td{
border: 1px solid #ececec !important;
padding: 10px 15px !important;
}

#checkout-title{
	font-size: 1.2rem;
	padding: 20px 0 14px;
	margin: 0 0 20px;
	border-bottom: 1px solid #ebebeb;
}

.order_summary{
	margin-top: 1em;
}

.xoo-wsc-ft-btn-checkout{
	background:#32CD32
}

.xoo-wsc-container{
	font-family: "Assistant";
}

.xoo-wsc-ft-btn{
	font-size: 18px;
	padding: 10px;
}

#place_order{
	background:#32CD32;
	color:#fff
}

.woocommerce-page.woocommerce-checkout #payment div.payment_box{
	background-color: transparent;
    text-align: center;
}

.fbrev-slider .wp-facebook-time {
	display:none
}

.xoo-wsc-basket{
	height:50px
}

.xoo-wsc-bki {
	top: 0px;
}

.btn-custom .elementor-button i{
  animation: MoveRightLeft 2s linear infinite;
  position: relative;
  left: 0;
  right: 0;
}
@keyframes MoveRightLeft {
  0%, 100% {
    right: 0;
  }
  50% {
    right: 15px;
  }
}

@media only screen and (max-width: 600px) {
	.woocommerce-billing-fields .form-row{
		width:100% !important
	}
	.woocommerce-billing-fields input{
		padding: 0.5em;
	}
	.fbrev-slider .rplg-slider-next {
		display: none;
	}
	.fbrev-slider .rplg-slider-prev {
		display: none;
	}
	.woocommerce-page.woocommerce-checkout form #order_review{
		padding: 0px;
	}
	.woocommerce-checkout-review-order-table{
		font-size:16px
	}
	#payment #place_order {
		width: 70% !important;
	}	
}