<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 6, 2017, 12:10:26 PM
    Author     : Mata
*/

.category-heading-content .find .form-elements:nth-child(2){
    width: 23%
}
.category-heading-section-demo {
    background-image: url(../img/paylasimli-transfer-header.jpg);
}
.dgidisButton {
    background-color: #403F3F

}

.category-heading-content .find form {
    margin-top:0px;
    padding: 20px 40px 40px 40px; 
}
.box-side{
    box-shadow: 0 0 0 5px #0091EA;
}

.priceSymbol12 {
font-weight: 700;
font-style: normal;
font-size: 24px;
color: #666;
}



.sharedButton   {
  display: flex;
  flex-flow: row wrap;
  margin-top:10px;
}





.sharedButton  input[type="radio"] {
  display: none;
}
.sharedButton input[type="radio"]:not(:disabled) ~ label {
  cursor: pointer;
}
 input[type="radio"]:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
}

.sharedButton label {
  display: block;
  background: white;
  border: 1px solid  #0091EA;
  border-radius: 2px;
  /*padding: 1rem;*/
  padding: 4px;
  margin-bottom: 1rem;
  text-align: center;
  box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
  position: relative;
}

.sharedButton input[type="radio"]:checked + label {
  background: #0091EA;
  color: white;
}


.sharedButton &gt;p {
  font-weight: 900;
}

@media only screen and (max-width: 700px) {
  section {
    flex-direction: column;
  }
}</pre></body></html>