/* 
Theme Name: Check Your Health
Theme URI: https://test10-www.checkyourhealth.ch/
Description: Custom theme for checkyourhealth
Author: Abhinav Penmetsa
Author URI: https://www.rishabhsoft.com/
Template: hello-elementor
Version: 1.0
Text Domain: cyh
License: Proprietory Content
License URI: https://test10-www.checkyourhealth.ch/
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.main_bill_info {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.woocommerce-account main, .woocommerce-cart main {
  margin-top: 10%;
}
.woocommerce-MyAccount-content video {width: 100%;}
.woocommerce-MyAccount-content .woocommerce-button { margin-bottom: 10px!important;}
nav.woocommerce-MyAccount-navigation ul { padding: 0;}
li.woocommerce-MyAccount-navigation-link {list-style: none;background: #ebe9eb;padding: 8px 10px 5px 10px; margin-bottom: 2px;}

.woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form){
    display: block;
}
input#is-covid-certificate{width: 25px;height: 18px;vertical-align: middle;}
.covid_cert_box {margin-bottom: 10px;}

/*Trust Pilot Css*/
#trustpilot-widget-trustbox-1-wrapper 
{
position: absolute;
margin-top: -52px !important;
right: 8%;
width:15%;
}

@media screen and (max-width: 767px) {

.woo-prod-data{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.woo-prod-data .advanced-woo-labels .awl-product-label {
	    white-space: normal !important;
}
.woo-prod-data .advanced-woo-labels {
    position: relative !important;
    margin-bottom: 10px;
}

}

@media screen and (max-width: 520px)
{
#trustpilot-widget-trustbox-1-wrapper {
    margin-top: -10px !important;
    right: 1% !important;
    width: 31% !important;
}
}

#trustpilot-widget-trustbox-0-wrapper 
{
position: absolute;
margin-top: -52px !important;
right: 8%;
width:15%;
}
@media screen and (max-width: 520px)
{
#trustpilot-widget-trustbox-0-wrapper {
    margin-top: -10px !important;
    right: 1% !important;
    width: 31% !important;
}
.bannerhead
{
width: 69% !important;
}
.bannerhead h1
{
font-size: 24px !important;
}

}
.covid_cert_box {
	display: none;
}
.btn-green{
	background-color: #91B498;
	border-radius:25px;
}
li.btn-green a.elementor-item {
  padding-left: 15px !important;
  padding-right: 0px !important;
}
/*
.btn-green a{
	background-color: #3b4a3f;
	color: #ffffff !important;
	display: inline-flex;
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0px;
	border-radius: 0px 0px 0px 0px;
	text-align: center;
	padding: 5px 20px !important;
}
.btn-green a:hover, .btn-green a:focus {
	background-color: #91b498;
}*/