/*General Input*/


input[type=file] {

  max-width: 260px;
  width: 100%;
  padding: 0.5em 0.5em 0.5em 0.5em;
  background: #fff;
  border-radius: 10px ;  
  font-size: 0.9rem;
 
}


input[type=file]::file-selector-button {
  margin-right: 10px;
  border: none;
  background: #000;;
  padding: 0.8em 0.9em;
  border-radius: 10px;
  color: #fff;
  font-size: 0.85rem;
  cursor: pointer;

}

input[type=file]::file-selector-button:hover {
  background:  var(--primary-color);
  color: #000; 
}




label {
  font-size: 0.9rem;
}




/*Selet*/

.select2-selection__arrow{
  display: none;
}

.select2-selection--single {
  border:0 !important;
  height: auto !important;
}


 
select, .select2-container .select2-selection--single{
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url(../../icons/arrow-down.svg);
  background-position: calc(100% - 0.5em);
  background-size: 0.65em;
  background-repeat: no-repeat;
}


/*General Button*/

input, textarea, select, .select2-selection__rendered {
  font-size: 0.9rem;
  font-size: clamp(0.9rem, 0.8857142857142858rem + 0.07142857142857141vw, 1rem);
  padding: 0.65em 0.65em 0.75em 0.65em;
  font-family: var(--font-text);
  border: 0.08em  solid var(--color-gray3);
  border-radius: 5px;
  width: 100%;
  -webkit-appearance: none;

  color: black;
  display: block;
  line-height: initial;
  margin-bottom: 0.5em;
}


.btn, .button, input[type="submit"], button[type="submit"] {
  font-size: 0.9rem;
  font-size: clamp(0.9rem, 0.8857142857142858rem + 0.07142857142857141vw, 1rem);
  padding: 0.65em 0.85em 0.75em 0.85em;
  font-family: var(--font-text);
  background: var(--primary-color); 
  display: inline-flex;
 text-decoration: none;
  color: #000;
  border-radius: 10px;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: -0.025em;
  border: 0.08em solid;
  text-align: center;
  border-color: var(--primary-color);
  line-height: initial;
  margin-top: 1.5em;
  grid-gap: 0.1em;
  width: fit-content;
}

.btn-l,  .wpcf7-submit {
  font-size: 0.95rem !important;
  font-size: clamp(0.95rem, 0.9099999999999999rem + 0.19999999999999996vw, 1.15rem) !important;
  border-radius: 10px;
}
.btn-xl, .single_add_to_cart_button, .single-product .quantity input, .single-product select {
  font-size: 0.95rem !important;
  font-size: clamp(0.95rem, 0.9142857142857143rem + 0.17857142857142858vw, 1.2rem)  !important;
  border-radius: 10px;
}
.btn-xxl, .checkout-button, .woocommerce-checkout-payment .button, .cart.grouped_form .single_add_to_cart_button {
  font-size: 1.2rem ;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.btn-width,.checkout-button, .woocommerce-checkout-payment .button  {  
  width: 100%;
  display: flex;
  justify-content: center;
}

.btn-white-color {
  background: #fff;
  color: var(--primary-color);
  border-color: #fff;
}

.btn-white-black {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.btn-black-color {
  background: #000;
  color: var(--primary-color);
  border-color: #000;
}
.btn-gray, .button.view,.button.cancel {
  background: #ecedee;
  color: inherit;
  border-color: #ecedee;
  padding: 0.3em 0.85em 0.35em 0.85em;
  margin: 0.4em 0;
}
.btn-black-white {
  background: #000;
  color: #fff;
  border-color: #000;
}

.btn-border-color{
  background: transparent;
  color: var(--primary-color);
  border-color:  var(--primary-color);
}
.btn-border-white{
  background: transparent;
  color: #fff;
  border-color:  #fff;
}
.btn-border-black{
  background: transparent;
  color: #000;
  border-color:  #000;
}
.btn:hover, button:hover, .button:hover{
  background: #000;
  color: var(--primary-color);
  border-color: #000;
}
.hover-white-black:hover{
  background: #fff;
  color: #000; 
  border-color: #fff;
}

.hover-border-color:hover{
  background: transparent;
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-black-color:hover{
  background: var(--primary-color);
  color: #000;
  border-color: var(--primary-color);
}
.hover-border-white:hover{
  background: transparent;
  color: #fff; 
  border-color:  #fff;
}
.hover-border-black:hover{
  background: transparent;
  color: #000;
  border-color:  #000;
}
/*Call Action */
.btn-call {
  font-size: 0.95rem;
  color: var(--color-gray1);
  text-decoration: underline;
  margin-top: 0.3em;
  text-align: center;
  display: block;
}

/*Play Button*/
.btn-play {
  font-size: 1rem;
  font-size: clamp(1rem, 0.9571428571428572rem + 0.2142857142857143vw, 1.3rem);
  width: 2.9em;
  height: 2.9em;
  border-radius: 100%;
  z-index: 1;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  background: var(--color-black);
  transform: translate(-50%, -50%) scale(1);
  cursor: pointer;
  transition: 0.2s; 
}
.btn-play:hover {
transform:translate(-50%, -50%) scale(1.1);
transform-origin: center;
}

.btn-play-white {
  background: #fff;
}
.btn-play-color {
  background: var(--primary-color);
}
.btn-play img {
  height: 1.1em !important;
  margin-left: 0.2em !important;
  width: auto !important;
  border-radius: 0 !important;
  filter: var(--color-svg);
}
.btn-play-white img,
.btn-play-color img {
  filter: unset !important;
}

/*Checkbox*/
 
input[type="checkbox"], input[type="radio"]  {     appearance: none;
  appearance: none;
  -webkit-appearance: none;
  margin-bottom: 0;
  justify-content: center;
  font-size: 1.05rem;
  width: 1.05em;
  height: 1.05em;
  cursor: pointer;
  padding:0; 
  border: 0.1rem solid black;
  border-radius: 99px;
  align-items: center;
  display: inline-flex;
  margin:0 0.2em  0 0;
  
}

 .wpcf7-list-item-label { 
  margin-right: 1em;
}
input[type="checkbox"]::before, input[type="radio"]::before {
  content: "";
  width: 0.45em;
  height:0.45em;
  clip-path: polygon(17% 54%, 28% 43%, 38% 54%, 70% 22%, 81% 33%, 38% 75%, 17% 54%);
  transform: scale(0);
  background-color: #fff;

}


input[type="checkbox"]:checked::before, input[type="radio"]:checked::before  {
  transform: scale(2); 
}

input[type="checkbox"]:hover, input[type="radio"]:hover {
  color: black; 
}

input[type='checkbox']:checked, input[type="radio"]:checked  {
    background-color: black;
}

 




 /*Remove margin buttons*/
 .woocommerce-message .button, .form-row-coupon .button, .woocommerce-cart .actions button, .single_add_to_cart_button, #about .btn, .coupon input {
  margin-top: 0 !important;
	margin-bottom: 0 !important;
}



input::placeholder, textarea::placeholder {
  color: #96939c;
}
  input:focus, textarea:focus {
  outline: none !important;
box-shadow: none;
  }