@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Goldman&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300&display=swap');
body {

  font-family: 'Kanit', sans-serif;
  font-size: 17px;
  padding: 8px;
  background-color:#ffffff;

}

* {
  box-sizing: border-box;
}

.fiyat1 { font-family: 'Oswald', sans-serif;, cursive; text-decoration:line-through;font-size:1.5em; float:left}
.fiyat2 { font-family: 'Oswald', sans-serif;, cursive; color:#d08045; font-size:1.5em; float:right; font-weight: bold;}
.metin { font-family: 'Goldman', cursive; color:#31805f; font-size:1.3em; display: inline-block; line-height: 1.2;}
.metin2 { font-family: 'Goldman', cursive; color:#ffffff; font-size:0.9em; display: inline-block; line-height: 1.2; background-color:#d08045 }
.metin3 { font-family: 'Goldman', cursive; color:#ff0000; font-size:0.9em; display: inline-block; line-height: 1.2; background-color:#f1f1f1 }
.metin4 { font-family: 'Goldman', cursive; color:#000000; font-size:0.9em; display: inline-block; line-height: 1.2;  }
.kargo { color:#464646; font-size:0.9em; display: inline-block; line-height: 0; }

.cdown{color:#000000;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;margin-top:16px;}.cdown .hour,.cdown .minute,.cdown .second{margin:4px;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;background-color:#fff;font-size:26px;width:50px;font-weight:bold;padding:10px;}

.padding40 {padding:10px 0 0 40px }

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  margin: 0 -16px;
}

.col-25 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
}

.col-50 {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
}

.ensl-75 {
  -ms-flex: 75%; /* IE10 */
  flex: 75%;
}

.col-25,
.col-50,
.ensl-75 {
  padding: 0 5px;
  max-width:800px;
  margin:0 auto;
}

.container-es {
  background-color: #dedede;
  padding: 5px 10px 15px 10px;
  border: 1px solid lightgrey;
  border-radius: 3px;
}

input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.telefon-es {
  width: 100% !important;
  margin-bottom: 20px !important;
  padding: 12px !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
}

..modal-backdrop{z-index:0 !important; }
select {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow:hidden;
  resize:none;
}

.floatleft { float:left; width: 48%;}
.marginleft10 {margin-left:10px}
.ara10 {width:10%}
.ara90 {width:80%}
.casa {width:63%; padding-bottom:10px}



label {
  margin-bottom: -1px;
  display: block;
}

.icon-container {
  margin-bottom: 20px;
  padding: 7px 0;
  font-size: 24px;
}

.btn {
  background-color: #4CAF50;
  color: white;
  padding: 8px;
  margin: 10px 0;
  border: none;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 27px;
}

.btn:hover {
  background-color: #45a049;
}

a {
  color: #2196F3;
}

hr {
  border: 1px solid lightgrey;
}

span.price {
  float: right;
  color: grey;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (also change the direction - make the "cart" column go on top) */
@media (max-width: 766px) {
  .row {
    flex-direction: column-reverse;
  }
  .col-25 {
    margin-bottom: 20px;
  }
  
  .padding40 {text-align:center; padding:10px 0 0 20px}
  .floatleft {float:none !important; margin:0 auto; float:left; width: 100%;}
  .marginleft10 {margin-left:none !important}
  .casa {width:38%; padding-bottom:10px}
}





.frb-group {
	margin: 15px 0;
}

.frb ~ .frb {
	margin-top: 15px;
}

.frb input[type="radio"]:empty,
.frb input[type="checkbox"]:empty {
	display: none;
}

.frb input[type="radio"] ~ label:before,
.frb input[type="checkbox"] ~ label:before {
	font-family: FontAwesome;
	content: '\f096';
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 15px;
	font-size: 22px;
}

.frb input[type="radio"]:checked ~ label:before,
.frb input[type="checkbox"]:checked ~ label:before {
	content: '\f046';
}

.frb input[type="radio"] ~ label,
.frb input[type="checkbox"] ~ label {
	position: relative;
	cursor: pointer;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #f2f2f2;
}

.frb input[type="radio"] ~ label:focus,
.frb input[type="radio"] ~ label:hover,
.frb input[type="checkbox"] ~ label:focus,
.frb input[type="checkbox"] ~ label:hover {
	box-shadow: 0px 0px 3px #333;
}

.frb input[type="radio"]:checked ~ label,
.frb input[type="checkbox"]:checked ~ label {
	color: #fafafa;
}

.frb input[type="radio"]:checked ~ label,
.frb input[type="checkbox"]:checked ~ label {
	background-color: #f2f2f2;
}

.frb.frb-default input[type="radio"]:checked ~ label,
.frb.frb-default input[type="checkbox"]:checked ~ label {
	color: #333;
}

.frb.frb-primary input[type="radio"]:checked ~ label,
.frb.frb-primary input[type="checkbox"]:checked ~ label {
	background-color: #337ab7;
}

.frb.frb-success input[type="radio"]:checked ~ label,
.frb.frb-success input[type="checkbox"]:checked ~ label {
	background-color: #5cb85c;
}

.frb.frb-info input[type="radio"]:checked ~ label,
.frb.frb-info input[type="checkbox"]:checked ~ label {
	background-color: #5bc0de;
}

.frb.frb-warning input[type="radio"]:checked ~ label,
.frb.frb-warning input[type="checkbox"]:checked ~ label {
	background-color: #f0ad4e;
}

.frb.frb-danger input[type="radio"]:checked ~ label,
.frb.frb-danger input[type="checkbox"]:checked ~ label {
	background-color: #d9534f;
}

.frb input[type="radio"]:empty ~ label span,
.frb input[type="checkbox"]:empty ~ label span {
	display: inline-block;
}

.frb input[type="radio"]:empty ~ label span.frb-title,
.frb input[type="checkbox"]:empty ~ label span.frb-title {
	font-size: 16px;
	font-weight: 700;
	margin: 5px 5px 5px 5px;
}

.frb input[type="radio"]:empty ~ label span.frb-description,
.frb input[type="checkbox"]:empty ~ label span.frb-description {
	font-weight: normal;
	font-style: italic;
	color: #999;
	margin: 5px 5px 5px 0px;
}

.frb input[type="radio"]:empty:checked ~ label span.frb-description,
.frb input[type="checkbox"]:empty:checked ~ label span.frb-description {
	color: #fafafa;
}

.frb.frb-default input[type="radio"]:empty:checked ~ label span.frb-description,
.frb.frb-default input[type="checkbox"]:empty:checked ~ label span.frb-description {
	color: #999;
}



/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #ffffff;
	color:#000000;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}



.yarim {width:48%; float:left; padding:1%; background-color:#ffffff; margin:1%}

.cercevem  {border: solid #f1f1f1 2px; border-radius: .25rem; }

.yasla {float:left; margin:2px; background-color:#543c23; padding:5px; color:#ffffff; border: solid #ffffff}
								.kutusize {font-size:32px}
								.saniyedisdiv {width:100%; height:90px; background-color:#AF753F; text-align:center;}
								.saniyemetin {color:#ffffff; font-size:26px; margin:0 auto; float:left; padding:18px 0px 0 8%;}
								.saniyekutu {margin:0 auto; float:right; padding:9px}
								#altlabel3 > img {padding:0;}

								@media (max-width:773px){
									.saniyemetin {font-size:3vw; margin:0 auto}
									#altlabel3 > img {padding:0;}
								}
								
								@media (max-width: 680px){
									.smart-forms h2{font-size:15px;}
									.saniyedisdiv {width:100%; height:150px; background-color:#ac6f39; text-align:center; display: block;float: left; }
									.saniyemetin {text-align:center; font-size:6vw; float:none; padding:0px;}
									.saniyekutu {float:none; width:206px}
									#altlabel3 > img {padding:0;}
								}
								.smart-forms .deneme {
									display:block;
									min-height: 35px;
									max-height: 36px;
								}
								.color {display:none;}
								
								
/* alert */
								.cookiealert {
	position: fixed;
	bottom: 0;
	left: 10px;
	width: 340px;
	margin: 0!important;
	z-index: 9999;
	opacity: .8;
	border-radius: 4px;
	background: #212327;
	transform: translateY(100%);
	transition: all 500ms ease-out;
	color: #ecf0f1;
	font-size: 12px;
	text-align: left
}

@media(max-width:990px) {
    .cookiealert {
        width: 99%;
        left: 2px;
        right: 2px
    }
}
.cookiealert.show {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 1000ms;
	bottom: 10px;
	left: 10px
}

@media(max-width:990px) {
    .cookiealert.show {
        left: 2px;
        right: 2px;
        bottom: 2px
    }
}
.cookiealert a {
	text-decoration: underline;
	color: #ffffff
}
.cookiealert a:hover {
    text-decoration: underline;
    color: #ffffff;
}
.cookiealert .acceptcookies {
	margin-left: 10px;
	vertical-align: baseline;
	background: 0;
	outline: 0;
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px;
	cursor: pointer;
	border: 0
}