/*
 Theme Name:     Vesttech Child Theme
 Theme URI:      http://www.vesttech.com/
 Description:    Vesttech Child Theme of Divi Theme
 Author:         Codix
 Author URI:     https://www.codix.co
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

.woocommerce .cart-collaterals {
  position: static;
}

.woocommerce .cartinline {
  vertical-align: top;
}

@media ( max-width: 480px ) {

  .woocommerce .cartinline {
    width: 100%;
  }

  .woocommerce .cart-collaterals {
    width: 100%;
    margin: 0;
  }

}

.au-country-modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: rgba( 0, 0, 0, .5 );
  z-index: 999999;
}

.au-country-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50% );
  background: #fff;
  padding: 30px;
  width: 300px;
  border-top: 5px solid #8dc83f;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

.au-country-inner .close {
  position: absolute;
  right: 0;
  top: -5px;
  width: 30px;
  height: 30px;
  background-color: #8dc83f;
  color: #fff;
  cursor: pointer;
}

.au-country-inner .close i {
  transition: color .5s ease;
}

.au-country-inner .close:hover i,
.au-country-inner .close:focus i {
  color: #000;
}

.au-country-inner img {
  max-width: 200px;
  margin-bottom: 20px;
}

.au-country-inner a {
  display: inline-block;
  padding: 10px;
  border: 3px solid #8dc83f;
  margin-top: 15px;
  border-radius: 5px;
  transition: all .5s ease;
  background-color: #f8f8f8;
}

.au-country-inner a:hover,
.au-country-inner a:focus {
  color: #000;
  border-color: #000;
}

@media (min-width: 480px) {
  .au-country-inner {
    width: 400px;
  }
}


.home .et_pb_slide_description {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0;
}

body.home #page-container .et_pb_slider .et_pb_slide_description .et_pb_more_button.et_pb_button {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  font-size: 0;
}

body.home #page-container .et_pb_slider .et_pb_slide_description .et_pb_more_button.et_pb_button:after {
  font-size: 0 !important;
}
.et_pb_slides .et_pb_slide {
    height: 600px;
}

.et_pb_slide {
    background-size: 100% auto !important;
}