/* Add a black background color to the top navigation */

.cfs_topnav {
    background-color: #333;
    overflow: hidden;
    height: 53px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.add-button {
    padding: 10px;
    border: 1px solid gray;
    position: absolute;
    border-radius: 5px;
    top: 30px;
}


/* Style the links inside the navigation bar */

.cfs_topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}


/* Change the color of links on hover */

.cfs_topnav a:hover {
    background-color: #ddd;
    color: black;
}


/* Add an active class to highlight the current page */

.cfs_topnav a.active {
    background-color: #4CAF50;
    color: white;
}


/* Hide the link that should open and close the cfs_topnav on small screens */

.cfs_topnav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .cfs_topnav a:not(:first-child) {
        display: none;
    }
    .cfs_topnav a.icon {
        float: right;
        display: block;
    }
}


/* The "responsive" class is added to the cfs_topnav with JavaScript when the user clicks on the icon. This class makes the cfs_topnav look good on small screens (display the links vertically instead of horizontally) */

@media screen and (max-width: 600px) {
    .cfs_topnav.responsive {
        position: relative;
    }
    .cfs_topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .cfs_topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

.cfs-footer {
    width: 100%;
    background-color: #333;
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    height: 53px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.cfs-footer img {
    height: 30px;
}

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

/* Global Button Styles */

.animated-button:link,
.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.animated-button:link:after,
.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

.animated-button:link:hover,
.animated-button:visited:hover {
    color: #FFF;
    text-shadow: none;
}

.animated-button:link:hover:after,
.animated-button:visited:hover:after {
    height: 450%;
}

.animated-button:link,
.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


/* Victoria Buttons */

.animated-button.victoria-one {
    border: 2px solid #D24D57;
    padding: 15px;
}

.animated-button.victoria-one:after {
    background: #D24D57;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

.cfs_forms .right,
.cfs_form .right {
    max-width: 250px;
    float: right;
    color: #333;
    margin: 10px;
}

.cfs_forms form {
    padding: 20px
}

.cfs_forms .left,
.cfs_form .left {
    max-width: 250px;
    float: left;
    color: #333;
    margin: 10px;
}

.cep_modal {
    width: 600px;
    max-width: 100%;
    height: 400px;
    max-height: 100%;
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.9);
    border-radius: 20px;
}

.cep_closed {
    display: none !important;
}

.cep_modal-overlay {
    position: fixed;
    display: initial;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(0, 0, 0, 0.6);
}

.cfs_modal-guts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 20px 50px 20px 20px;
}

.cep_close-button {
    z-index: 1011;
    margin-bottom: 15px;
    position: absolute;
    background: #ec4c4c;
    color: white;
    top: -15px;
    right: -15px;
    border-radius: 50%;
    padding: 5px 10px;
    border: solid 1px #333;
}

.cep_close-button:hover {
    border: 2px solid #333;
    color: white
}

.cfs_input {
    border-radius: 10px;
    max-width: 100% !important;
    width: 100%;
    background-color: #e9a3a3 !important;
}

.cfs_input:focus {
    border-radius: 0px;
    background-color: #fff !important;
}

.cfs_input:hover {
    border-radius: 0px;
    background-color: #fff !important;
}

.cfs_form {
    padding: 20px;
    height: 87%;
    overflow: scroll;
    width: 93%;
}
.cf_row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    margin: 0 -16px;
	width:100%;
  }
  
  .cf_col-25 {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
  }
  
  .cf_col-50 {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
  }
  
  .cf_col-75 {
    -ms-flex: 75%; /* IE10 */
    flex: 75%;
  }
  
  .cf_col-25,
  .cf_col-50,
  .cf_col-75 {
    padding: 0 16px;
  }
  
  .cf_container {
    background-color: #f2f2f2;
    padding: 5px 20px 15px 20px;
    border: 1px solid lightgrey;
    border-radius: 3px;
  }
  
  input[type=text], select {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px !important;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  
  label {
    margin-bottom: 10px;
    display: block;
  }
  
  .icon-container {
    margin-bottom: 20px;
    padding: 7px 0;
    font-size: 24px;
  }
  
  .cf_btn {
    background-color: #4CAF50;
    color: white;
    padding: 12px;
    margin: 10px 0;
    border: none;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
  }
  
  .cf_btn:hover {
    background-color: #45a049;
  }
  
  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 (and change the direction - make the "cart" column go on top) */
  @media (max-width: 800px) {
    
    .cf_col-25 {
      margin-bottom: 20px;
    }
  }
  .cfs-exp select{width:49%;float:left}
  .cfs-exp{width:100%}
#taksit_alani{position:relative;display:block;margin-top:20px;margin-bottom:20px}
#taksit_alani .banka {display:none}
.ck-button {
    margin:1px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;
    height:80px;
    float:left;
    width:calc(97%/6);
    overflow: hidden;
}
@media screen and (max-width: 430px) {
    .ck-button {
        width:calc(97%/3);
    }
    .cfs-exp select{width:45%}
}

@media screen and (min-width: 431px) and (max-width: 630px) {
    .ck-button {
        width:calc(97%/3);
    }
    .cfs-exp select{width:45%}
}
@media screen and (min-width: 631px) and (max-width: 830px) {
    .ck-button {
        width:calc(97%/4);
    }
}
@media screen and (min-width: 831px) {
    .ck-button {
        width:calc(97%/6);
    }
}
.ck-button label {
    float:left;
    width:100%;
    margin-bottom:0px;
}

.ck-button label span {
    font-size:12px;
    text-align:center;
    padding:5px;
    display:block;
    width:100% !important;
    height:100% !important;

}
.ck-button label span small, .ck-button label span h4{
   padding:0px;
   margin:0px;
}
.ck-button label input {
    position:absolute;
    top:-20px;
    display:none;
}

.ck-button input:checked + span {
    background-color:#911;
    color:#fff;
    width:100% !important;
    height:100px;
}
.show{display:block !important}