/*
Theme Name:Togo Child
Theme URI: https://togo.uxper.co/
Author: Uxper
Author URI: http://uxper.co/
Description: This is a child theme of Togo
Template: togo
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.4
License URI: https://choosealicense.com/licenses/gpl-2.0/
Text Domain: togo-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
@media (max-width: 767px) {
	figure.elementor-image-box-img img {
		margin: 0 auto;
	}
	.particular-top .invoice-item__right,
	.particular-main .invoice-item__right,
  .particular-bottom .invoice-item__right {
    text-align: right;
  }
	.particular-main .invoice-item__right,
  .particular-bottom .invoice-item__right {
    text-align: right;
		padding-right:1rem;
  }
	.review-thankyou h4 {
		text-align:center;
	}
}
body.woocommerce-checkout #payment ul.payment_methods li input {
    opacity: 1;
    visibility: visible;
     position: relative; 
} 
body.woocommerce-checkout #payment ul.payment_methods label::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  border: .125rem none var(--togo-border-color-01);
  display: block;
  margin-right: .875rem;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry  {
  font-size: 1em!important;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1em!important;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 30px 0 6px;
}
.list-availability .item-availability__price .total-price {
    order: 1;
    font-size: 3.125rem;
    font-weight: 700;
    color: #fd4621;
    font-family: var(--togo-heading-font-family);
    text-align: right;
}
.togo-button.line {
	display: none;
}
.list-availability .item-availability__price .add-to-cart {
	display: none!important;
}
body.woocommerce-checkout #payment ul.payment_methods li {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border: 2px solid #847a7a;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 1.5rem;
}
.wc_payment_method .payment_method_sumup {margin-top: 1.5rem;}
.trip-search-form .field-location__result .near-me {
	display: none;!important
}
.calendar-wrapper .calendar-header button {
  background: #B0C0C8;
}
#togo_trip_servicesdiv {
    display: none!important;
}