/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/
 Description:  Child theme for Hello Elementor
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

.site-header .header-inner {
  justify-content: center !important;
}

.wc-block-components-product-details__plan {
  font-size: 22px;
  font-weight:700;	
}
.wc-block-cart-item__wrap .wc-block-components-product-name {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}
.wc-block-cart-item__prices {
  font-size: 18px;
}
.wc-block-cart__submit-button {
  text-decoration: none !important;
}
.wc-block-cart__submit-button:hover {
  background: #c36;
  color: #fff !important;
}


.page-header {
  display: none;
}
.custom-logo {
  width: 150px;
}
#site-header {
  background: #000;
  border-bottom: 1px solid;
}
.wc-block-components-form {
  border: 1px solid;
  padding: 40px;
  border-radius: 25px;
}
.wc-block-components-sidebar {
  border: 1px solid;
  padding: 40px;
  border-radius: 25px;
}
#site-footer {
  display: none;
}
.woocommerce-cart {
    background-color: #000 !important;
}

.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
  border: 1px solid;
  display: inline-table;
  margin-right: 40px;
  width: 60%;
  padding: 40px;
  border-radius: 25px;
}

.wc-block-components-form .wc-block-components-text-input input,.wc-block-components-form .wc-block-components-text-input select {
  background: grey !important;
}
.wc-blocks-components-select .wc-blocks-components-select__select {
  background: grey;
}
@media(max-width:768px){
.wc-block-cart {
  max-width: 100%;
  width: 60%;
}
}