/*
Theme Name: Labirint zakladov
Description: This is a child theme for Labirint zakladov 
Author: Kolomedia.eu
Template: flatsome
Version: 1.0
*/


/***** MAIN TITLE *****/


.h1-main-titlle {
  display: inline-block;
  font-size: 2.5rem;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 40px !important;
}

.h1-main-titlle::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #9CB4A2;
  border-radius: 2px;
  margin: 18px 0 0;
}
   

/***** IMAGES *****/

.banner-card-style {
  position: relative;
  display: inline-block;
  border-radius: 24px;
  z-index: 1;
}

.banner-card-style::before {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: 100%;
  height: 100%;
  background: #b7cdbd;
  border-radius: 24px;
  z-index: -1;
}

.banner-card-style img {
  display: block;
  width: 100%;
  border-radius: 24px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 1.5px rgba(255, 255, 255, 0.9);
}

.custom-image-border-radius {
    border: 0 solid transparent !important;
    overflow: hidden !important;
    border-radius: 17px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}

/*** CONTACT FORM ***/

.column-half {
  float: left;
  position: relative;
  width: 50%;
  padding: 0.4rem;
  box-sizing: border-box;
}

.column-full {
  float: left;
  width: 100%;
  padding: 0.4rem;
  box-sizing: border-box;
  clear: both;
  color: #000 !important;
}

.column-full-gdpr {
  float: left;
  width: 100%;
  padding: 0.4rem;
  box-sizing: border-box;
  clear: both;
  font-size: 14px !important;
  margin-bottom: 20px !important;
}

.wpcf7 label {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  color: #1f2a24;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 18px !important;
  border: 1px solid #9fb5a5 !important;
  border-radius: 12px;
  background-color: #b7ccbd;
  color: #1f2a24 !important;
  font-size: 0.97em;
  font-weight: 500;
  box-shadow: none !important;
  margin-top: 6px;
  outline: none;
  transition: all 0.2s ease;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select {
  min-height: 54px;
}

.wpcf7 textarea {
  min-height: 140px;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  line-height: 1.4;
  resize: vertical;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  background-color: #c7d8cc;
  border-color: #7f9b88 !important;
  box-shadow: 0 0 0 3px rgba(183, 204, 189, 0.28) !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 6px;
  position: relative;
  padding: 5px 8px;
  line-height: 1.2em;
  border-radius: 6px;
  background-color: #fff !important;
  color: #b20000;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #405248 !important;
  font-weight: 300 !important;
}

/**---------------- Media query ----------------**/
@media only screen and (max-width: 799px) {
  .column-half,
  .column-full,
  .column-full-gdpr {
    width: 100%;
    float: none;
  }
}




/***** BUTTONS *****/
.button.alt, .button.checkout, .checkout-button, .secondary {
    background-color: #8FAE9B !important;
    border-radius: 10px;
    width: 70%;
    padding: 5px;
    font-weight: 800;
}

.nav-box>li.active>a, .nav-pills>li.active>a {
    background-color: #90ae9b;
    color: #fff;
    opacity: 1;
    font-size: 14px;
}

/** SHOP ***/

.breadcrumbs a {
    color: hsla(0, 0%, 40%, .7);
    font-weight: 400;
    text-transform: initial;
}

.quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid #8f8f8f;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  height: 48px;
}

.quantity .minus,
.quantity .plus {
  width: 44px;
  height: 48px;
  border: 0;
  background: transparent;
  color: #666;
  font-size: 24px;
  line-height: 1;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.quantity .qty {
  width: 52px;
  height: 48px;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent;
  text-align: center;
  font-size: 28px;
  color: #555;
  padding: 0;
  margin: 0;
}

.quantity .minus:hover,
.quantity .plus:hover {
  background: #f7f7f7;
  color: #333;
}

.quantity .qty:focus {
  outline: none;
  box-shadow: none !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f3f3f3;
    background-image: url(data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E);
    background-position: right .45em top 50%;
    background-repeat: no-repeat;
    background-size: auto 16px;
    border-radius: 0;
    box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, .0);
    display: block !important;
    padding-right: 1.4em;
    border: 1px solid #f3f3f3;
}

/**** PRODUCTS *****/

.box:not(.box-overlay):not(.box-shade) {
    background-color: #ffffff;
    border-radius: 6px;
    border: 1px solid #dddcdc !important;
    box-shadow: 0px 0px 10px rgba(26, 24, 24, 0.15) !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.is-outline.primary {
    background: #8fae9b !important;
    width: 100%;
    color: #fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px !important;
    border: 0px solid #f1f1f1 !important;
    border-radius: 10px !important;
}

.box-image {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}



/***** OTHER *****/
.is-divider {
    background-color: #8fae9b !important; 
    display: block;
    height: 3px;
    margin: 1em 0;
    max-width: 30px;
    width: 100%;
}



/***** SHOP *****/

[data-icon-label]:after {
    background-color: #b7ccbd !Important;
    border-radius: 99px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
    color: #fff;
    content: attr(data-icon-label);
    font-family: Arial, Sans-serif !important;
    font-size: 11px;
    font-style: normal;
    font-weight: bolder;
    height: 17px;
    letter-spacing: -.5px;
    line-height: 17px;
    min-width: 17px;
    opacity: .9;
    padding-left: 2px;
    padding-right: 2px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    transition: transform .2s;
    z-index: 1;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}