.woocommerce-cart.woocommerce-page .surprise-wrapper,
.woocommerce-cart.woocommerce-page #insure-package-custom {
  display: none;
}
.clear {
  clear: both;
}
div.addQuantity button {
  background: #44cf8f;
  border-radius: 4px;

  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  margin:8px 0 8px 0;
  z-index:2;
  color: #fff !important;
  height: 15px;
  margin-right:0px;
  animation:pulse-min 1.6s infinite ease-in-out alternate;
  transition:all 0.4s ease-in-out;
  text-shadow:1px 1px 1px #a19e9e;
}


/*.no-fixed .quantity .button, .no-fixed div.addQuantity button {z-index: 999;}*/


div.addQuantity button:hover {
  background: #35b97c;
}






div.addQuantity {
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  background-color: #fbfbfb; 
  padding: 0px 9px;
  color: #000;
  width: 100%;
  text-align: left;
  border-radius: 4px;
}





.addQuantity-title { padding:12px 10px 10px 0; color:#111}

.addQuantity-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
dl.product_warranty {margin-bottom:0px}
dl.product_warranty dd {background-color: #e3fbe3;margin-bottom: 0px; padding:0 5px}
dl.product_warranty div {display:flex; justify-content: center; align-items: center; text-align: left;}

.qty_title {text-transform:none}

dl.product_warranty .add_warranty {margin: 0 4px;}



@media only screen and (min-width: 864px) {
  .addQuantity-title { padding:15px 10px 10px 0}
} 

@media only screen and (min-width: 1024px) {
  .addQuantity-title { padding:12px 10px 10px 0}
  div.addQuantity button {
    margin:12px 0;
  }




  div.addQuantity {background-color:#eeeeee; /*min-width: 326px !important;*/}
}

@media only screen and (min-width: 1200px) {
  div.addQuantity button {
    margin:4px 0;
  }
  
  dl.product_warranty {
    margin-bottom: 0;
}
  
  dl.product_warranty label {font-size: 0.67rem;}

} 




.surprise-wrapper {
  border: solid 1px #c8c7c8;
  border-radius: 5px;
  position: relative;
  margin-top: 30px;
}
.wrapper-img {
  margin: auto 0;
}
.text-surprise-product {
  font-size: 0.9rem;
}
.surprise-top {
  font-size: 0.89rem;
  min-height: 55px;
  background-color: #f3ca66;
  text-align: left;
  padding: 20px 5px;
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 0;
}
input#surprise-product {
  margin-right: 5px;
  position: absolute;
  top: 0;
  opacity: 0;
}

label[for="surprise-product"] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

label[for="surprise-product"]::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "";
  margin-right: 0.5407911001em;
  transition: color, ease, 0.2s;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 2px white solid;
  margin-right: 0;
}

input#surprise-product:checked + label[for="surprise-product"]::after {
  content: "";
  position: absolute;
  left: 13px;
  display: inline-block;
  transform: rotate(40deg);
  height: 18px;
  width: 6px;
  border-bottom: 3px solid #78b13f;
  border-right: 3px solid #78b13f;
  margin-top: -5.5px;
  border-radius: 2px;
  top: 33px;
}

.surprise-arrow {
  color: #231f20;
  font-size: 1.6em;
}

.text-surprise-product {
  margin-left: 10px;
}
.text-add {
  font-weight: bold;
  color: #fff;
}
.text-surprise-title,
.price-surprise {
  color: #000000;
}
.surprise-bottom {
  display: flex;
  padding: 3%;
  /*
    img {
      height: auto;
      width: 150px;
    }*/
}
@media only screen and (min-width: 330px) {
  .surprise-top {
    padding: 20px 6px;
  }
}
@media only screen and (min-width: 340px) {
  .surprise-top {
    padding: 20px 10px;
  }
  .text-surprise-product {
    padding: 10px;
  }
  input#surprise-product:checked + label[for="surprise-product"]::after {
    left: 19px;
  }
}
@media only screen and (min-width: 370px) {
  .surprise-top {
    font-size: 0.94em;
  }
}
@media only screen and (min-width: 380px) {
  .surprise-top {
    font-size: 1em;
  }
  .wrapper-img img {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .surprise-top {
    font-size: 0.85em;
    padding: 20px 3px 20px 0;
  }
  .text-surprise-product {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 790px) {
  .surprise-top {
    padding: 20px 6px;
  }
}
@media only screen and (min-width: 850px) {
  .surprise-top {
    font-size: 0.9em;
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 1000px) {
  .surprise-top {
    font-size: 1em;
    padding: 20px;
  }



  input#surprise-product:checked + label[for="surprise-product"]::after {
    left: 29px;
  }
}

/*
@media only screen and (min-width: 1024px) {
  .add_warranty {margin:0 auto; text-align: center;}
}*/


#insure-package-custom .insure-package-title {
  color: #478b05;
  font-weight: 400;
}
#insure-package-custom .insure-package-title:before {
  content: "";
  display: block;
  background: url("../img/icons/icon-checked.svg") no-repeat;
  width: 25px;
  height: 25px;
  float: left;
  margin-top: 8px;
  margin-right: 8px;
}

#insure-package-custom .insurance-desc {
  display: inline-block;
  color: #b1b1b1;
  font-size: 13px;
}

#insure-package-custom label.checkbox {
  color: #478b05;
  font-weight: 500;
  font-size: 16px;
}

#insure-package-custom .input-checkbox {
  margin-left: 6px;
  margin-right: 11px;
}

/* Zavarovanje checkout part */
.insurance-subtitle:after {
  content: "";
  display: block;
  background: url("../img/icons/icon-checked.svg") no-repeat;
  width: 25px;
  height: 25px;
  float: right;
}

.text_wrapper {
  padding-left: 32px;
  margin-top: 10px;
}

.insurance-desc {
  color: #b1b1b1;
  font-size: 0.75em;
}

.insurance-subtitle {
  font-size: 0.85em;
  color: black;
  font-weight: 500;
}

.insurance-value,
#total_amount {
  padding: 14px;
  background: #f5f5f5;
  border: solid 1px #c8c7c8;
  border-radius: 5px;
}

