span {
    font-size:15px;
}
.title {
    font-size:18px;
}
.thumbnail {
    margin-bottom: 38px;
    min-height:520px;
}
.img1 {
    width:100%;
    height: 250px;
    max-height:250px;
    min-height:250px;
    object-fit: contain;
    background-color: white;
}
.shadow {
    padding: 15px;
    box-shadow: rgba(175, 175, 176, 0.2) 0px 7px 29px 0px;
    border: none;
}
.products-pricing:hover {
    opacity: 0.9;
    transition: 0.2s;
}
.description {
    height: 60px;overflow: hidden;
}
.total_taxes.text-warning {
    font-size: 60%;
}
.product-row.without-variations .row.input_data {
    margin-top: 59px;
}
.variations {
    margin-bottom: 15px;
}
.variations .dropdown.bootstrap-select {
    max-width: 100%;
}
.select_cat:after {
    display: none !important;
}
.select-placeholder label{
    --tw-blur: blur(0px);
}









/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */


/* Next & previous buttons */


/* Position the "next button" to the right */


/* On hover, add a black background color with a little bit see-through */




/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgb(166, 163, 163);
  border-radius: 10px;
  display: inline-block;
  transition: background-color 0.6 ease;
}

.active3, .dot:hover {
  background-color: #ff5370;
  border:1px solid #ff5370!important;
  color: rgb(246, 246, 246)!important;
}

.active1{
  background-color: #59e0c5;
  border:1px solid #59e0c5!important;
  color: rgb(246, 246, 246)!important;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 4s;
}

@keyframes fade {
  from {opacity: .8}
  to {opacity: 1}
}

.buttonload {
  background-color: #04AA6D; /* Green background */
  border: none; /* Remove borders */
  color: white; /* White text */
  padding: 12px 24px; /* Some padding */
  font-size: 16px; /* Set a font-size */
}



















/*form styles*/
#msform {
  width: 100%;
  margin: 20px auto;
  position: relative;
}
#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;

  box-sizing: border-box;
  width: 100%;
  margin: 0;

  /*stacking fieldsets above each other*/
  
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}
/*inputs*/

/*buttons*/
#msform .action-button {
  width: 100px;
  background: #ff9f2a;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #ff9f2a;
}
/*headings*/
.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px;
}
.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progressbar li {
  display: block ruby;
  list-style-type: none;
  color:  #ff9f2a;
  text-transform: uppercase;
  font-size: 18px;
  width: 33.33%;
  float: right;
  position: relative;
  border-radius: 10px;
  padding: 5px;
  border:1px solid #ff9f2a;
}
#progressbar li:before {
  /* content: counter(step); */
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: rgb(240, 229, 229);
  border-radius: 3px;
  margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  right: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before{
  background: #ff0303;
  color: white;
}
#progressbar li.active:after{
  background: #ff0303;
  color: white;
}




.limited-height{
  max-height: 230px;
  overflow: hidden;
}

.radiu_label {
  display: inline-block;
  border: solid 2px red;
  padding: 10px;
  color: red;
  border-radius: 5px;
}
input[type="radio"] {
  display:none;   
}
input[type="radio"]:checked + label {
  border: solid 2px red;
  padding: 10px;
  color: rgb(255, 255, 255);
  background-color: #ff0303;
  border-radius: 5px;
}








#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

#myImg2 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg2:hover {opacity: 0.7;}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}









.mySlides {display: none}
img {vertical-align: middle;}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */


/* Next & previous buttons */
.prevvv{
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.nexttt {
  left: 0;
  border-radius: 3px 0 0 3px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* On hover, add a black background color with a little bit see-through */
.prevvv:hover {
  background-color: rgba(0,0,0,0.8);
}
.nexttt:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Fading animation */
.fade {
  /* animation-name: fade;
  animation-duration: 1.5s; */
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}














