
/* ===== bootstrap.css ===== */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}
img {
  border: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

input {
  line-height: normal;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* ===== util.css ===== */

.p-t-5 {padding-top: 5px;}
.p-t-6 {padding-top: 6px;}
.p-t-15 {
    padding-top: 15px;
}
.p-t-20 {padding-top: 20px;}
.p-t-20 {padding-top: 20px;}
.p-t-30 {padding-top: 30px;}
.p-t-31 {padding-top: 31px;}
.p-t-32 {padding-top: 32px;}
.p-t-33 {padding-top: 33px;}
.p-t-34 {padding-top: 34px;}
.p-t-35 {padding-top: 35px;}
.p-t-36 {padding-top: 36px;}
.p-t-37 {padding-top: 37px;}
.p-t-38 {padding-top: 38px;}
.p-t-39 {padding-top: 39px;}
.p-t-40 {padding-top: 40px;}
.p-t-41 {padding-top: 41px;}
.p-t-42 {padding-top: 42px;}
.p-t-43 {padding-top: 43px;}
.p-t-44 {padding-top: 44px;}
.p-t-45 {padding-top: 45px;}
.p-t-46 {padding-top: 46px;}
.p-t-47 {padding-top: 47px;}
.p-t-48 {padding-top: 48px;}
.p-t-49 {padding-top: 49px;}
.p-t-50 {padding-top: 50px;}
.p-t-51 {padding-top: 51px;}
.p-t-52 {padding-top: 52px;}
.p-t-53 {padding-top: 53px;}
.p-t-54 {padding-top: 54px;}
.p-t-55 {padding-top: 55px;}
.p-t-56 {padding-top: 56px;}
.p-t-57 {padding-top: 57px;}
.p-t-58 {padding-top: 58px;}
.p-t-59 {padding-top: 59px;}
.p-t-60 {padding-top: 60px;}
.p-t-61 {padding-top: 61px;}
.p-t-62 {padding-top: 62px;}
.p-t-63 {padding-top: 63px;}
.p-t-64 {padding-top: 64px;}
.p-t-65 {padding-top: 65px;}
.p-t-66 {padding-top: 66px;}
.p-t-67 {padding-top: 67px;}
.p-t-68 {padding-top: 68px;}
.p-t-69 {padding-top: 69px;}

.p-b-0 {padding-bottom: 0px;}
.p-b-1 {padding-bottom: 1px;}
.p-b-2 {padding-bottom: 2px;}
.p-b-3 {padding-bottom: 3px;}
.p-b-4 {padding-bottom: 4px;}
.p-b-5 {padding-bottom: 5px;}
.p-b-6 {padding-bottom: 6px;}
.p-b-7 {padding-bottom: 7px;}
.p-b-8 {padding-bottom: 8px;}
.p-b-9 {padding-bottom: 9px;}
.p-b-10 {padding-bottom: 10px;}
.p-b-11 {padding-bottom: 11px;}
.p-b-12 {padding-bottom: 12px;}
.p-b-13 {padding-bottom: 13px;}
.p-b-14 {padding-bottom: 14px;}
.p-b-15 {padding-bottom: 15px;}
.p-b-16 {padding-bottom: 16px;}
.p-b-17 {padding-bottom: 17px;}
.p-b-18 {padding-bottom: 18px;}
.p-b-19 {padding-bottom: 19px;}
.p-b-20 {padding-bottom: 20px;}
.p-b-21 {padding-bottom: 21px;}
.p-b-22 {padding-bottom: 22px;}
.p-b-23 {padding-bottom: 23px;}
.p-b-24 {padding-bottom: 24px;}
.p-b-25 {padding-bottom: 25px;}
.p-b-26 {padding-bottom: 26px;}
.p-b-27 {padding-bottom: 27px;}
.p-b-28 {padding-bottom: 28px;}
.p-b-29 {padding-bottom: 29px;}
.p-b-30 {padding-bottom: 30px;}
.p-b-31 {padding-bottom: 31px;}
.p-b-32 {padding-bottom: 32px;}
.p-b-33 {padding-bottom: 33px;}
.p-b-34 {padding-bottom: 34px;}
.p-b-35 {padding-bottom: 35px;}
.p-b-36 {padding-bottom: 36px;}
.p-b-37 {padding-bottom: 37px;}
.p-b-38 {padding-bottom: 38px;}
.p-b-39 {padding-bottom: 39px;}
.p-b-40 {padding-bottom: 40px;}
.p-b-41 {padding-bottom: 41px;}
.p-b-42 {padding-bottom: 42px;}
.p-b-43 {padding-bottom: 43px;}
.p-b-44 {padding-bottom: 44px;}
.p-b-45 {padding-bottom: 45px;}
.p-b-46 {padding-bottom: 46px;}
.p-b-47 {padding-bottom: 47px;}
.p-b-48 {padding-bottom: 48px;}
.p-b-49 {padding-bottom: 49px;}
.p-b-50 {padding-bottom: 50px;}
.p-b-51 {padding-bottom: 51px;}
.p-b-52 {padding-bottom: 52px;}
.p-b-53 {padding-bottom: 53px;}
.p-b-54 {padding-bottom: 54px;}
.p-b-55 {padding-bottom: 55px;}
.p-b-56 {padding-bottom: 56px;}
.p-b-57 {padding-bottom: 57px;}
.p-b-58 {padding-bottom: 58px;}
.p-b-59 {padding-bottom: 59px;}
.p-b-60 {padding-bottom: 60px;}
.p-b-61 {padding-bottom: 61px;}
.p-b-62 {padding-bottom: 62px;}
.p-b-63 {padding-bottom: 63px;}
.p-b-64 {padding-bottom: 64px;}
.p-b-65 {padding-bottom: 65px;}
.p-b-66 {padding-bottom: 66px;}
.p-b-67 {padding-bottom: 67px;}
.p-b-68 {padding-bottom: 68px;}
.p-b-69 {padding-bottom: 69px;}
.p-b-70 {padding-bottom: 70px;}
.p-b-71 {padding-bottom: 71px;}
.p-b-72 {padding-bottom: 72px;}
.p-b-73 {padding-bottom: 73px;}
.p-b-74 {padding-bottom: 74px;}
.p-b-75 {padding-bottom: 75px;}
.p-b-76 {padding-bottom: 76px;}
.p-b-77 {padding-bottom: 77px;}
.p-b-78 {padding-bottom: 78px;}
.p-b-79 {padding-bottom: 79px;}
.p-b-80 {padding-bottom: 80px;}
.p-b-81 {padding-bottom: 81px;}
.p-b-82 {padding-bottom: 82px;}
.p-b-83 {padding-bottom: 83px;}
.p-b-84 {padding-bottom: 84px;}
.p-b-85 {padding-bottom: 85px;}
.p-b-86 {padding-bottom: 86px;}
.p-b-87 {padding-bottom: 87px;}
.p-b-88 {padding-bottom: 88px;}
.p-b-89 {padding-bottom: 89px;}
.p-b-90 {padding-bottom: 90px;}
.p-b-91 {padding-bottom: 91px;}
.p-b-92 {padding-bottom: 92px;}
.p-b-93 {padding-bottom: 93px;}
.p-b-94 {padding-bottom: 94px;}
.p-b-95 {padding-bottom: 95px;}
.p-b-96 {padding-bottom: 96px;}
.p-b-97 {padding-bottom: 97px;}
.p-b-98 {padding-bottom: 98px;}
.p-b-99 {padding-bottom: 99px;}

.p-l-22 {
    padding-left: 22px;
}

.p-l-15 {padding-left: 15px;}

.p-l-45 {padding-left: 45px;}
.p-l-46 {padding-left: 46px;}
.p-l-52 {
    padding-left: 52px;
}
.m-l-8 {
    margin-left: 8px;
}
.m-r-9 {
    margin-right: 9px;
}
.p-r-15 {padding-right: 15px;}
p-r-50 {padding-right: 50px;}
.p-r-45 {padding-right: 45px;}
.p-r-22 {
    padding-right: 22px;
}
.p-r-50 {padding-right: 50px;}
.m-b-20 {
    margin-bottom: 20px;
}
/*[ TEXT ]
///////////////////////////////////////////////////////////
*/
/* ------------------------------------ */
.text-white {color: white;}
.text-black {color: black;}
.textboxsize {
    width: 100%;
    height: 45px;
}
.size20 {
    width: 100%;
    min-height: 120px;
}
.text-hov-white:hover {color: white;}

/* ------------------------------------ */
.text-up {text-transform: uppercase;}

/* ------------------------------------ */
.t-center {text-align: center;}
.t-left {text-align: left;}
.t-right {text-align: right;}
.t-middle {vertical-align: middle;}

/* ------------------------------------ */

/*[ SHAPE ]
///////////////////////////////////////////////////////////
*/

/*[ Display ]
-----------------------------------------------------------
*/
.dis-none {display: none;}
.dis-block {display: block;}
.dis-inline {display: inline;}
.dis-inline-block {display: inline-block;}
.dis-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

/*[ Position ]
-----------------------------------------------------------
*/
.pos-relative {position: relative;}
.pos-absolute {position: absolute;}
.pos-fixed {position: fixed;}


/*[ Background ]
-----------------------------------------------------------
*/
.bgwhite {background-color: white;}
.bgblack {background-color: black;}



/*[ Wrap Picture ]
-----------------------------------------------------------
*/
.wrap-pic-w img {width: 100%;}
.wrap-pic-max-w img {max-width: 100%;}





/*[ Hover ]
-----------------------------------------------------------
*/
.hov-pointer:hover {cursor: pointer;}

/* ------------------------------------ */
.hov-img-zoom {
	display: block;
	overflow: hidden;
}
.hov-img-zoom img{
	width: 100%;
	-webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.hov-img-zoom:hover img {
	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-ms-transform: scale(1.1);
  	-o-transform: scale(1.1);
	transform: scale(1.1);
}



/*[  ]
-----------------------------------------------------------
*/
.bo-cir {border-radius: 50%;}

.of-hidden {overflow: hidden;}

.visible-false {visibility: hidden;}
.visible-true {visibility: visible;}

.cs-pointer {cursor: pointer;}



/*[ Transition ]
-----------------------------------------------------------
*/
.trans-0-1 {
	-webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
.trans-0-2 {
	-webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.trans-0-3 {
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.trans-0-4 {
	-webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.trans-0-5 {
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.trans-0-6 {
	-webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.trans-0-9 {
	-webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
}
.trans-1-0 {
	-webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}



/*[ Layout ]
///////////////////////////////////////////////////////////
*/

/*[ Flex ]
-----------------------------------------------------------
*/
/* ------------------------------------ */
.flex-w {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.flex-c-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.flex-sb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
/*=========================================================
TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
=========================================================*/

/*[ S-Text 0 - 15 ]
///////////////////////////////////////////////////////////
*/


.s-text7 {
	font-family: Arial;
	font-size: 13px;
	color: #555555;
	line-height: 1.8;
}

.s-text8, .s-text8 a {
	font-family: Arial;
	font-size: 13px;
	color: #888888;
	line-height: 1.8;
}

.s-text12 {
	font-family: Montserrat-Bold;
	font-size: 15px;
	color: #222222;
	line-height: 1.5;
	text-transform: uppercase;
}

.s-text13 {
	font-family: Arial;
	font-size: 15px;
	color: #888888;
	line-height: 1.8;
}
.s-text16 {
    font-family: Arial;
    font-size: 12px;
    color: #555555;
    line-height: 1.8;
}


.s-text17 {
	font-family: Arial;
	font-size: 12px;
	color: #888888;
	line-height: 1.8;
}



.s-text20 {
	font-family: Arial;
	font-size: 15px;
	color: #555555;
	line-height: 1.2;
}


/*[ M-Text 16 - 30 ]
///////////////////////////////////////////////////////////
*/

.m-text18 {
    font-family: Arial;
    font-size: 16px;
    color: #333333;
    line-height: 1.2;
    font-weight: bold;
}



.m-text22 {
    font-family: Arial;
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
    font-weight: bold;
}

.m-text23 {
    font-family: Arial;
    font-size: 22px;
    color: #333333;
    line-height: 1.2;
    font-weight: bold;
}

.m-text24 {
    font-family: Arial;
    font-size: 26px;
    color: #333333;
    line-height: 1.3;
    font-weight: bold;
}



/*[ Width Size ]
///////////////////////////////////////////////////////////
*/

.w-size6 {
	width: 33%;
}

.w-size7 {
	width: 13%;
}

.w-size13 {
    width: 53%;
}

.w-size22 {
	width: 90px;
}

.w-size23 {
	width: calc(100% - 110px);
}


.w-size27 {
	max-width: 482px;
}
/*[ Height Size ]
///////////////////////////////////////////////////////////
*/


.h-size2 {
	max-height: 80px;
    max-width:150px;
     padding:20px 10px 5px 10px;
}


/*[ Background ]
///////////////////////////////////////////////////////////
*/

.bg6 {background-color: #f0f0f0;}

.bo6 {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

/*=========================================================
RESPONSIVE  RESPONSIVE  RESPONSIVE  RESPONSIVE   RESPONSIVE
=========================================================*/

@media (max-width: 1350px) {
	.p-lr-0-xl1 {
		padding-right: 0px;
		padding-left: 0px;
	}
}


/*[ XL ]
///////////////////////////////////////////////////////////
*/
@media (max-width: 1200px) {
	.p-t-30-xl {padding-top: 30px;}
	.p-lr-0-xl {
		padding-right: 0px;
		padding-left: 0px;
	}

	.respon6 {
		width: 100%;
	}

	.respon7 {
		width: 33.333333%;
	}

	.flex-c-xl {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
	}
}


/*[ LG ]
///////////////////////////////////////////////////////////
*/
@media (max-width: 992px) {
	.p-r-0-lg {padding-right: 0;}

	.respon3 {
		width: 100%;
	}

	.respon4 {
		width: 33.333333%;
	}

	footer {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}


/*[ MD ]
///////////////////////////////////////////////////////////
*/
@media (max-width: 768px) {
	.respon5 {
		width: 100%;
	}

}


/*[ SM ]
///////////////////////////////////////////////////////////
*/
@media (max-width: 576px) {
	.p-r-0-sm {padding-right: 0;}
	.p-l-15-sm {padding-left: 15px;}
	.p-lr-15-sm {
		padding-right: 15px;
		padding-left: 15px;
	}

	.w-full-sm {width: 100%;}

	.fs-20-sm {font-size: 20px;}
	.fs-35-sm {font-size: 35px;}

	.respon1 {
		width: 100%;
	}

	.respon2 {
		width: 100%;
		border-left: none;
		border-right: none;
		border-top: 1px solid #d9d9d9;
		border-bottom: 1px solid #d9d9d9;
	}
}

/*[ SSM ]
///////////////////////////////////////////////////////////
*/
@media (max-width: 480px) {
	.p-b-20per-ssm {
		padding-bottom: 20%;
	}

	.respon7,
	.respon4 {
		width: 100%;
	}
}
.m-text26 {
    font-family: Arial;
    font-size: 25px;
    color: #333333;
    line-height: 1.2;
}
/*[ Width & Height ]
-----------------------------------------------------------
*/
.sizefull {
    width: 100%;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.max-w-full {
    max-width: 100%;
}

.max-h-full {
    max-height: 100%;
}

.min-w-full {
    min-width: 100%;
}

.min-h-full {
    min-height: 100%;
}
.bo4 {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}
.textboxadressize {
    width: 100%;
    height: 100px;
}
.w-size14 {
    width: calc(47% - 55px);
}
.m-text19 {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #222222;
    line-height: 1.5;
}
.flex-sb-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

@media (max-width: 1350px) {
    .p-lr-0-xl1 {
        padding-right: 0px;
        padding-left: 0px;
    }
}


/*[ XL ]
///////////////////////////////////////////////////////////
*/
@media (max-width: 1200px) {
    .p-t-30-xl {
        padding-top: 30px;
    }

    .p-lr-0-xl {
        padding-right: 0px;
        padding-left: 0px;
    }

    .respon6 {
        width: 100%;
    }

    .respon7 {
        width: 33.333333%;
    }

    .flex-c-xl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
    }
}


/*[ LG ]
///////////////////////////////////////////////////////////
*/
@media (max-width: 992px) {
    .p-r-0-lg {
        padding-right: 0;
    }

    .respon3 {
        width: 100%;
    }

    .respon4 {
        width: 33.333333%;
    }

    footer {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}


/*[ MD ]
///////////////////////////////////////////////////////////
*/
@media (max-width: 768px) {
    .respon5 {
        width: 100%;
    }
}


/*[ SM ]
///////////////////////////////////////////////////////////
*/
@media (max-width: 576px) {
    .p-r-0-sm {
        padding-right: 0;
    }

    .p-l-15-sm {
        padding-left: 15px;
    }

    .p-lr-15-sm {
        padding-right: 15px;
        padding-left: 15px;
    }

    .w-full-sm {
        width: 100%;
    }

    .fs-20-sm {
        font-size: 20px;
    }

    .fs-35-sm {
        font-size: 35px;
    }

    .respon1 {
        width: 100%;
    }

    .respon2 {
        width: 100%;
        border-left: none;
        border-right: none;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
    }
}

/*[ SSM ]
///////////////////////////////////////////////////////////
*/
@media (max-width: 480px) {
    .p-b-20per-ssm {
        padding-bottom: 20%;
    }

    .respon7,
    .respon4 {
        width: 100%;
    }
}

/* ===== main.css ===== */

.orta_div{
    padding:10px 5px 10px 5px;
  justify-content: center;
  align-items: center;
  height: 100%;
}
table, th, td {
  border: 1px solid black;
  font-size:15px;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
th, td {
  padding: 15px;
}
table {
  border-spacing: 5px;
}

/*[ RESTYLE TAG ]
///////////////////////////////////////////////////////////
*/
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family:Arial,sans-serif;
  font-weight: 400;
}

/* ------------------------------------ */
a {
	font-family: Arial;
  font-weight: 400;
	font-size: 15px;
	line-height: 1.7;
	color: #272a68;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #e65540;
}

/* ------------------------------------ */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #222;
    padding: 10px 0;
    font-weight: bold;
    font-family: 'Roboto', sans-serif; /* Modern ve okunabilir bir font */

}

p {
    font-family: 'Arial', sans-serif;
    font-size: 16px; /* Yazý boyutunu biraz büyüttüm */
    line-height: 1.8; /* Satýr yüksekliðini artýrdým */
    color: #4a4a4a; /* Daha yumuþak bir gri tonu */
    margin: 0 0 10px; /* Paragraflar arasýna boþluk ekledim */
}



/* ------------------------------------ */
input {
	outline: none;
	border: none !important;
}


/* ------------------------------------ */
.container {
	max-width: 1200px;
   
}

/*[ BACK TO TOP ]
///////////////////////////////////////////////////////////
*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 40px;
  right: 40px;
  background-color: black;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

@media (max-width: 576px) {
  .btn-back-to-top {
    bottom: 15px;
    right: 15px;
  }
}

/*[ Header ]
///////////////////////////////////////////////////////////
*/
.header1 {
  height: 85px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}




/*[ Header Desktop ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.container-menu-header {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1100;
  box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2); 
}

/*[ Top bar ]
===========================================================*/



/*[ Menu ]
===========================================================*/
.wrap_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 85px;
  background-color: white;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  
}

.fixed-header .wrap_header {
  height: 85px;
}




.logo img {
  max-height: 80px;
}


/*[ Menu ]
-----------------------------------------------------------*/
.main_menu {
   list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


.main_menu > li {
  display: block;
  position: relative;
  padding-top: 20px;  
  padding-bottom: 20px; 
  padding-left: 15px;
  padding-right: 15px;
}

.main_menu > li > a {
  font-family: Arial;
  font-size: 15px;
  color: #333333;
  padding: 0;
  border-bottom: 1px solid transparent;
}

li.sale-noti > a {
  color: #e65540;
}

.main_menu > li:hover > a {
  text-decoration: none;
  border-bottom: 1px solid #333333;
}

.main_menu li {
  position: relative;
}

.main_menu > li:hover > .sub_menu {
  visibility: visible;
  opacity: 1;
}




/*[ Header Mobile ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.wrap_header_mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  display: none;
  border-bottom:1px solid #272a68;
}

/*[ Logo mobile ]
-----------------------------------------------------------*/
.logo-mobile {
  display: block;
}

.logo-mobile img {
  max-height: 80px;
}

/*[ btn show menu ]
-----------------------------------------------------------*/
.btn-show-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}


/*[ Menu mobile ]
-----------------------------------------------------------*/
.wrap-side-menu {
  width: 100%;
  background-color: white;
  display: none;
  border-top: 1px solid #ececec;
}

/*[ Page sidebar ]
-----------------------------------------------------------
*/

@media (max-width: 992px){
  .wrap_header_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex !important;
  }
  .wrap_header {display: none;}

  .container-menu-header-v3,
  .container-menu-header-v2,
  .container-menu-header 
  {display: none;}

  .top-bar {display: none;}
  header {height: auto !important;}

  .container1-page {
    margin-left: 0px;
  }
}

/*[ Pagination ]
///////////////////////////////////////////////////////////
*/
.pagination {
    margin-right: -6px;
    margin-left: -6px;
}

.item-pagination {
    font-family: Arial;
    font-size: 13px;
    color: #808080;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    margin: 6px;
}

    .item-pagination:hover {
        background-color: #222222;
        color: white;
    }

.active-pagination {
    background-color: #222222;
    color: white;
}

/*[ Tags ]
///////////////////////////////////////////////////////////
*/
.wrap-tags {
  margin-right: -3px;
  margin-left: -3px;
}

.tag-item {
  display: block;
  font-family: Arial;
  font-size: 13px;
  color: #888888;
  line-height: 1.5;
  padding: 5px 15px;
  border: 1px solid #cccccc;
  border-radius: 15px;
  margin: 3px;
}

.tag-item:hover {
  border: 1px solid #e65540;
}

body {padding-right: 0px !important;}

.sonmakaleresim{
    max-width:260px;
}
.sonmakaleh3{
    font-weight:bold;
    font-size:18px;
    color:#555555;
    margin:5px 0px 5px 0px;
}
.cizgi{
    border:1px solid rgba(0, 0, 0, 0.1);
    padding:0px;
   margin:7px;

}
.urunbaslik {
    padding: 15px 0px 15px 0px;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color:black;
}
.fiyat {
    font-size: 25px;
    font-weight: bolder;
    text-align: center;
    color: black;
    padding:5px 0px 5px 0px;
    width: 100%;
    display: inline-block;
}
.siparis {
    background-color: #0f6fb5;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight:bold;
    width:100%;
}
    .siparis:hover {
        background-color: rgba(0, 0, 0, 0.1);
        color: black;
        background-color: white;
        padding: 10px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        width: 100%;
    }
.checked {
    color: orange;
}
.stars {
    text-align: center;
    text-decoration: line-through;
    width:100%;
    color:#888888;
}
.wrap-slick3-dots {
    width: 14.5%;
}

/*Mobil Menu*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #188fde;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
    transition: 0.3s;
}

    .sidenav a:hover {
        color: #f1f1f1;
    }

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 46px;
    margin-left: 50px;
}

.openmenu {
    right: 45px;
    font-size: 36px;
    cursor: pointer
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}
/*radiobutton stil*/
.radiobuttonlist {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

radiobuttonlist datalist {
    border: 10px solid red;
}

.radiobuttonlist input {
    width: 15px;
    height: 15px;
    margin: 10px;
}

.radiobuttonlist label {
    color: #3E3928;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px 0px 0px 0px;
    white-space: nowrap;
    clear: left;
    margin-right: 5px;
}

.radiobuttonlist span.selectedradio label {
    background-color: #F7F5E8;
    color: #000000;
    font-weight: bold;
    border-bottom-color: #F3F2E7;
}

.radiobuttonlist label:hover {
    color: #CC3300;
    background: #D1CFC2;
}

.radiobuttoncontainer {
    position: relative;
    z-index: 1;
}

.radiobuttonbackground {
    position: relative;
    z-index: 0;
    border: solid 1px #AcA899;
    padding: 10px;
    background-color: #F3F2E7;
}
/*radiobutton stil end*/
.radioButtons {
    border: none;
    border-collapse: collapse;
    margin-bottom: 10px;
    line-height: 1.0;
    width: 100%;
}

    .radioButtons input {
        float: left;
        width: 15px;
        height: 15px;
    }

    .radioButtons label {
        font-family: Arial;
        font-size: 13px;
        color: #555555;
        line-height: 1.0;
        margin-left: 10px;
    }

    .radioButtons td {
        width: 100%;
        border: 1px solid #e6e6e6;
        border-radius: 2px;
    }
/* ---------- FOOTER STYLES ---------- */
/* ---------- FOOTER STYLES ---------- */
.site-footer {
    background: #013a75;
    color: #e0e7ff;
    padding: 1rem 0;
    font-size: 14px;
    line-height: 1.6;
}

    .site-footer .container {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 1rem;
    }

.footer-widgets {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.site-footer .widget {
    flex: 1 1 220px;
}

    .site-footer .widget h4 {
        margin-bottom: 1rem;
        font-size: 16px;
        color: #ffffff;
        border-bottom: 2px solid #a8c4ff;
        display: inline-block;
        padding-bottom: 0.25rem;
    }

    .site-footer .widget p {
        color: #cfdcff;
    }

    .site-footer .widget ul {
        list-style: none;
        padding: 0;
    }

        .site-footer .widget ul li {
            margin-bottom: 0.5rem;
        }

            .site-footer .widget ul li a {
                color: #a8c4ff;
                text-decoration: none;
                transition: color 0.3s;
            }

                .site-footer .widget ul li a:hover {
                    color: #ffffff;
                    text-decoration: underline;
                }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 1.5rem;
    text-align: center;
}

    .footer-bottom p {
        margin: 0;
        color: #cfdcff;
    }
/* ===== pro.css ===== */
ï»¿/* === Genel Reset & Typography (yalnizca yeni profesyonel bilesenler icin guvenli) === */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }

:root {
    --brand: #188fde;
    --brand-dark: #0f6fb5;
    --ink: #1c1f26;
    --muted: #6b7280;
    --line: #ececf0;
    --wa: #25D366;
    --font-body: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    --font-head: 'Poppins', 'Inter', system-ui, sans-serif;
}

body {
    font-family: var(--font-body);
    line-height: 1.65;
    color: #374151;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-head);
    color: var(--ink);
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.01em;
}

a { color: var(--brand); }

/* === Container === */
.pcontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===================== TOP BAR ===================== */
.top-bar {
    background: var(--ink);
    color: #e7e9ee;
    font-size: 13px;
}
.top-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 40px;
}
.top-bar__list {
    display: flex;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-bar__list li { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; }
.top-bar__list i { color: var(--brand); font-size: 13px; }
.top-bar__phone {
    display: inline-flex; align-items: center; gap: 8px;
    color: #fff !important; text-decoration: none; font-weight: 600;
}
.top-bar__phone i { color: var(--brand); }
.top-bar__phone:hover { color: #fff; }
@media (max-width: 880px) {
    .top-bar__list { display: none; }
    .top-bar__inner { justify-content: center; min-height: 36px; }
}

/* ===================== HEADER ===================== */
.site-header {
    background: #fff;
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 1000;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px 0;
}
.site-logo { display: inline-flex; flex-shrink: 0; }
.site-logo img { height: 52px; width: auto; display: block; }

.main-nav ul { list-style: none; display: flex; gap: 30px; margin: 0; padding: 0; }
.main-nav a {
    position: relative;
    color: #2b2f38;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 0;
    transition: color .2s;
}
.main-nav a::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 0;
    height: 2px; background: var(--brand);
    transform: scaleX(0); transform-origin: left; transition: transform .22s ease;
}
.main-nav a:hover { color: var(--brand); }
.main-nav a:hover::after { transform: scaleX(1); }

.header-actions { display: flex; align-items: center; gap: 14px; }
.header-phone {
    display: inline-flex; align-items: center; gap: 10px;
    text-decoration: none; color: var(--ink);
}
.header-phone__ico {
    width: 40px; height: 40px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    background: #e8f4fc; color: var(--brand); font-size: 15px;
}
.header-phone__txt { display: flex; flex-direction: column; line-height: 1.2; }
.header-phone__txt small { font-size: 11px; color: var(--muted); font-weight: 500; }
.header-phone__txt strong { font-size: 16px; font-weight: 700; font-family: var(--font-head); }

.header-wa {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--wa); color: #fff !important;
    padding: 11px 18px; border-radius: 10px; font-weight: 700; font-size: 14px;
    text-decoration: none; transition: background .2s ease, transform .1s;
}
.header-wa i { font-size: 17px; }
.header-wa:hover { background: #1ebe5b; }
.header-wa:active { transform: translateY(1px); }

.menu-toggle {
    display: none;
    background: #fff; border: 1px solid var(--line); border-radius: 10px;
    width: 44px; height: 44px; font-size: 1.25rem; color: var(--ink); cursor: pointer;
}

/* ===================== MOBILE NAV ===================== */
.nav-overlay {
    position: fixed; inset: 0; background: rgba(0,0,0,.45);
    opacity: 0; visibility: hidden; transition: opacity .25s ease; z-index: 1100;
}
.nav-overlay.is-open { opacity: 1; visibility: visible; }
.mobile-nav {
    position: fixed; top: 0; right: 0; height: 100%; width: 300px; max-width: 84vw;
    background: #fff; z-index: 1200;
    transform: translateX(100%); transition: transform .28s ease;
    box-shadow: -10px 0 40px rgba(0,0,0,.12);
    display: flex; flex-direction: column;
}
.mobile-nav.is-open { transform: translateX(0); }
.mobile-nav__head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 20px; border-bottom: 1px solid var(--line);
}
.mobile-nav__head img { height: 38px; width: auto; }
.mobile-nav .close-btn {
    background: #f5f5f7; border: none; border-radius: 8px;
    width: 38px; height: 38px; font-size: 1.2rem; color: var(--ink); cursor: pointer;
}
.mobile-nav ul { list-style: none; padding: 12px 12px; margin: 0; flex: 1; }
.mobile-nav li { margin: 0; }
.mobile-nav ul a {
    display: block; padding: 13px 14px; border-radius: 10px;
    text-decoration: none; color: #2b2f38; font-weight: 600; font-size: 15px;
    transition: background .15s, color .15s;
}
.mobile-nav ul a:hover { background: #e8f4fc; color: var(--brand); }
.mobile-nav__wa {
    margin: 0 16px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    background: var(--wa); color: #fff !important; padding: 13px; border-radius: 10px;
    font-weight: 700; text-decoration: none;
}
.mobile-nav__wa:hover { background: #1ebe5b; }

/* ===================== BENEFIT BAR ===================== */
.benefit-bar {
    background: #f3f8fc;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 18px 0;
}
.benefit-bar ul {
    display: flex; flex-wrap: wrap; list-style: none;
    justify-content: space-between; align-items: center; margin: 0; padding: 0;
}
.benefit-bar li {
    flex: 1 1 25%; text-align: center; font-weight: 600; font-size: 14.5px; color: var(--ink); padding: 8px 0;
}
.benefit-bar li i { margin-right: 8px; color: var(--brand); }

/* ===================== FOOTER ===================== */
.site-footer {
    background: var(--ink);
    color: #c4c8d2;
    font-size: 14.5px;
    margin-top: 10px;
}
.footer-trust { background: rgba(255,255,255,.03); border-bottom: 1px solid rgba(255,255,255,.07); }
.footer-trust__inner {
    display: flex; flex-wrap: wrap; gap: 18px; padding-top: 26px; padding-bottom: 26px;
}
.footer-trust__item { flex: 1 1 220px; display: flex; align-items: center; gap: 13px; }
.footer-trust__ico {
    flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(24,143,222,.16); color: #5bb4ec; font-size: 18px;
}
.footer-trust__item strong { display: block; color: #fff; font-size: 14.5px; font-family: var(--font-head); }
.footer-trust__item span { color: #9aa0ad; font-size: 12.5px; }

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
    gap: 34px;
    padding: 48px 0 40px;
}
.footer-col--brand p { color: #9aa0ad; line-height: 1.7; margin: 14px 0 18px; font-size: 13.5px; }
.footer-logo { height: 42px; width: auto; background: #fff; padding: 9px 16px; border-radius: 10px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
    width: 38px; height: 38px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,.07); color: #c4c8d2; font-size: 15px;
    text-decoration: none; transition: background .2s, color .2s;
}
.footer-social a:hover { background: var(--brand); color: #fff; }

.footer-heading {
    color: #fff; font-family: var(--font-head); font-size: 16px; font-weight: 700;
    margin: 0 0 16px; position: relative; padding-bottom: 12px;
}
.footer-heading::after {
    content: ""; position: absolute; left: 0; bottom: 0;
    width: 30px; height: 3px; background: var(--brand); border-radius: 2px;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col ul li + li { margin-top: 11px; }
.footer-col ul a { color: #b6bcc8; text-decoration: none; transition: color .18s, padding-left .18s; }
.footer-col ul a:hover { color: #fff; padding-left: 4px; }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; color: #b6bcc8; }
.footer-contact li + li { margin-top: 11px; }
.footer-contact i { color: var(--brand); margin-top: 4px; width: 16px; text-align: center; }
.footer-contact a { color: #b6bcc8; text-decoration: none; }
.footer-contact a:hover { color: #fff; }

.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom__inner {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    padding-top: 18px; padding-bottom: 18px; flex-wrap: wrap;
}
.footer-bottom p { margin: 0; color: #b6bcc7; font-size: 13px; }
.footer-bottom a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.footer-bottom a:hover { color: var(--brand); }
.footer-note { display: inline-flex; align-items: center; gap: 7px; }
.footer-note i { color: #41c97a; }

/* ===================== RESPONSIVE (header/footer) ===================== */
@media (max-width: 991px) {
    .main-nav { display: none; }
    .header-phone { display: none; }
    .header-wa span { display: none; }
    .header-wa { padding: 11px 14px; }
    .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 768px) {
    .benefit-bar li { flex: 1 1 50%; }
}
@media (max-width: 560px) {
    .footer-grid { grid-template-columns: 1fr; gap: 26px; padding: 36px 0 30px; }
    .benefit-bar li { flex: 1 1 100%; }
    .footer-bottom__inner { justify-content: center; text-align: center; }
}
/* Grid Container */
.cp-product-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0px 10px 0px;
}

/* Her bir Ã¼rÃ¼n kartÄ± */
.cp-product-card {
    padding: 12px;
    width: 100%;
}

@media (min-width: 768px) {
    .cp-product-card {
        width: 33.3333%;
    }
}

/* Link ve iÃ§erik ortalamasÄ± */
.cp-product-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

/* GÃ¶rsel kutusu: 4:3 oran */
.cp-image-wrap {
    position: relative;
    width: 100%;
    padding-top: 75%; /* 900/1200 = %75 */
    overflow: hidden;
    background-color: #f0f0f0;
    border-radius: 6px;
}

    /* GÃ¶rsel ayarlarÄ± */
    .cp-image-wrap img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* BaÅŸlÄ±k */
.cp-product-title {
    margin: 10px 0 6px;
    font-size: 1rem;
    text-align: center;
    line-height: 1.2;
}

/* Fiyat */
.cp-product-price {
    font-size: 1.25rem;
    font-weight: bold;
    color: #188fde;
    text-align: center;
}
/* === Makale Ä°Ã§eriÄŸi (Article Styling) === */
#makale {
    max-width: 1200px; /* SatÄ±r uzunluÄŸunu ideal seviyede tutar */
    margin: 40px auto; /* Ortalar ve Ã¼st-alt boÅŸluk verir */
    padding: 0 15px; /* Kenarlarda nefeslik */
    font-size: 1rem; /* OKU kolaylÄ±ÄŸÄ± iÃ§in temel boyut */
    line-height: 1.8; /* SatÄ±r yÃ¼ksekliÄŸi */
    color: #333; /* YumuÅŸak siyah tonu */
}

    /* BaÅŸlÄ±klar */
    #makale h1,
    #makale h2,
    #makale h3,
    #makale h4 {
        margin: 2em 0 0.5em;
        font-weight: 600;
        line-height: 1.3;
        color: #111;
    }

    #makale h1 {
        font-size: 2.25rem;
    }

    #makale h2 {
        font-size: 1.75rem;
    }

    #makale h3 {
        font-size: 1.5rem;
    }

    #makale h4 {
        font-size: 1.25rem;
    }

    /* Paragraflar */
    #makale p {
        margin-bottom: 1.25em;
    }

    /* Vurgu (bold) ve italik */
    #makale strong,
    #makale b {
        font-weight: 600;
    }

    #makale em,
    #makale i {
        font-style: italic;
    }

    /* Listeler */
    #makale ul,
    #makale ol {
        margin: 1em 0 1em 1.5em;
    }

    #makale li {
        margin-bottom: 0.5em;
    }

    /* BaÄŸlantÄ±lar */
    #makale a {
        color: #188fde;
        text-decoration: underline;
        transition: color .2s;
    }

        #makale a:hover {
            color: #0f6fb5;
        }

    /* AlÄ±ntÄ±lar */
    #makale blockquote {
        margin: 1.5em 0;
        padding: 0.75em 1em;
        border-left: 4px solid #188fde;
        background: #eef6fc;
        color: #444;
    }

    /* Kod parÃ§acÄ±klarÄ± */
    #makale pre,
    #makale code {
        font-family: Menlo, Consolas, monospace;
        background: #f5f5f5;
        padding: 0.25em 0.5em;
        border-radius: 4px;
    }

    /* Tablolar */
    #makale table {
        width: 100%;
        border-collapse: collapse;
        margin: 1.5em 0;
    }

    #makale th,
    #makale td {
        border: 1px solid #ddd;
        padding: 0.75em 1em;
        text-align: left;
    }

    #makale th {
        background: #f2f2f2;
        font-weight: 600;
    }

/* Responsive BaÅŸlÄ±k ve Metin */
@media (max-width: 768px) {
    #makale {
        padding: 0 10px;
    }

        #makale h1 {
            font-size: 1.75rem;
        }

        #makale h2 {
            font-size: 1.5rem;
        }

        #makale h3 {
            font-size: 1.25rem;
        }
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    text-decoration: none;
    z-index: 10000;
    transition: background .2s;
}

    .whatsapp-float:hover {
        background: #1ebe5b;
    }
/* === ÃœrÃ¼n Detay (pdp = Product Detail Page) === */
.pdp-product-detail {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    margin: 40px 0;
}

/* Resim bÃ¶lÃ¼mÃ¼ */
.pdp-product-image {
    flex: 1 1 50%;
}

    .pdp-product-image img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        object-fit: cover;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

/* Bilgi & CTA bÃ¶lÃ¼mÃ¼ */
.pdp-product-info {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

/* BaÅŸlÄ±k */
.pdp-product-title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 8px;
    color: #222;
}

/* Fiyat bloÄŸu */
.pdp-price-block {
    display: flex;
    align-items: baseline;
    gap: 6px; /* Eskiden 12pxâ€™di, bunu 6px yaptÄ±k */
}

.pdp-old-price {
    margin-right: 4px;
}

.pdp-current-price {
    font-size: 2rem;
    font-weight: bold;
    color: #188fde;
}

/* Butonlar */
.pdp-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
}

.pdp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: background .2s, transform .1s;
}

    .pdp-btn i {
        font-size: 1.25rem;
    }

.pdp-btn-order {
    background: #188fde;
    color: #fff;
}

    .pdp-btn-order:hover {
        background: #0f6fb5;
        transform: translateY(-2px);
    }

.pdp-btn-whatsapp {
    background: #25D366;
    color: #fff;
}

    .pdp-btn-whatsapp:hover {
        background: #1ebe5b;
        transform: translateY(-2px);
    }

/* === Mobil Uyumluluk === */
@media (max-width: 768px) {
    .pdp-product-detail {
        flex-direction: column;
        gap: 24px;
    }

    .pdp-product-image,
    .pdp-product-info {
        flex: 1 1 100%;
    }

    .pdp-cta-buttons {
        flex-direction: column;
    }

    .pdp-btn {
        justify-content: center;
        width: 100%;
        padding: 12px;
    }
}

/* === Genel Container SÄ±nÄ±fÄ± KÃ¼Ã§Ã¼k Ekran FarkÄ± === */
@media (max-width: 576px) {
    .custom-container {
        padding: 0 12px;
    }
}
/* === PDP Ã–zellik KartlarÄ± (butonlarÄ±n hemen altÄ±) === */
.pdp-product-info .pdp-features__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 24px;
}

.pdp-features__card {
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 6px;
    padding: 12px;
    text-align: center;
    transition: transform .2s, box-shadow .2s;
}

    .pdp-features__card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.08);
    }

.pdp-features__icon {
    font-size: 1.5rem;
    color: #188fde;
    margin-bottom: 6px;
}

.pdp-features__label {
    display: block;
    font-size: .95rem;
    font-weight: 600;
    color: #333;
}

/* KÃ¼Ã§Ã¼k ekran (tek sÃ¼tun) */
@media (max-width: 576px) {
    .pdp-product-info .pdp-features__grid {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 16px;
    }

    .pdp-features__card {
        padding: 10px;
    }

    .pdp-features__icon {
        font-size: 1.3rem;
        margin-bottom: 4px;
    }

    .pdp-features__label {
        font-size: .9rem;
    }
}
/* === PDP Order SayfasÄ± Ã–zel === */
.pdp-order-container {
    margin: 40px auto;
    max-width: 700px;
}

/* ÃœrÃ¼n Ã–zeti */
.pdp-order-summary {
    text-align: center;
    margin-bottom: 32px;
}

    .pdp-order-summary h1 {
        font-size: 1.75rem;
        font-weight: 600;
        margin-bottom: 8px;
    }

.pdp-order-price {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
}

.pdp-order-old {
    color: #888;
    text-decoration: line-through;
    font-size: 1rem;
}

.pdp-order-current {
    color: #188fde;
    font-size: 1.5rem;
    font-weight: bold;
}

/* Form AlanlarÄ± */
.pdp-order-form {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 24px;
}

    .pdp-order-form h2 {
        margin-bottom: 12px;
        font-size: 1.5rem;
        font-weight: 600;
    }

    .pdp-order-form .note {
        color: #666;
        font-size: .95rem;
        margin-bottom: 20px;
    }

.pdp-group {
    margin-bottom: 16px;
}

/* Flex satÄ±r */
.pdp-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.pdp-col {
    flex: 1;
}

/* Input ve textarea */
.pdp-input,
.pdp-textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    outline: none;
    transition: border-color .2s;
}

    .pdp-input:focus,
    .pdp-textarea:focus {
        border-color: #188fde;
    }

.pdp-textarea {
    resize: vertical;
}

/* Radio list */
.pdp-radio {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .pdp-radio input[type="radio"] {
        margin-right: 8px;
    }

/* SÃ¶zleÅŸme onayÄ± */
.pdp-agree {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .95rem;
    margin-bottom: 20px;
}

    .pdp-agree a {
        color: #188fde;
        text-decoration: underline;
    }

/* Geri bildirim */
.pdp-feedback {
    display: block;
    margin-bottom: 12px;
    font-size: .95rem;
}

/* GÃ¶nder butonu */
.pdp-btn-submit {
    width: 100%;
    padding: 14px;
    background: #188fde;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background .2s, transform .1s;
}

    .pdp-btn-submit:hover {
        background: #0f6fb5;
        transform: translateY(-2px);
    }

/* Mobil (dar ekran) */
@media (max-width: 576px) {
    .pdp-row {
        flex-direction: column;
    }
}

/* === 400 Hata SayfasÄ± === */
.error400-container {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
}

.error400-icon {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.error400-code {
    font-size: 2.5rem;
    color: #188fde;
    margin-bottom: 12px;
    font-weight: 600;
}

.error400-message {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 20px;
}

    .error400-message a.error400-home {
        color: #188fde;
        text-decoration: none;
        font-weight: 500;
        transition: color .2s;
    }

        .error400-message a.error400-home:hover {
            color: #0f6fb5;
            text-decoration: underline;
        }

/* Mobil uyum */
@media (max-width: 576px) {
    .error400-icon {
        max-width: 150px;
        margin-bottom: 16px;
    }

    .error400-code {
        font-size: 2rem;
    }

    .error400-message {
        font-size: 1rem;
    }
}

/* ===================== ÃœRÃœN SÄ°PARÄ°Åž SAYFASI (urun.aspx) ===================== */
.hm-order { padding: 34px 0 50px; }
.hm-order-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}
.hm-order-product,
.hm-order-form {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}
.hm-order-form { scroll-margin-top: 100px; }
.hm-order-img {
    text-align: center;
}
.hm-order-img img { max-width: 100%; height: auto; max-height: 360px; object-fit: contain; }
.hm-order-title { font-size: 22px; font-weight: 700; line-height: 1.3; color: #232323; margin: 18px 0 14px; }
.hm-order-price {
    display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px;
    padding-bottom: 16px; border-bottom: 1px solid #f0f0f0; margin-bottom: 18px;
}
.hm-order-price-label { font-size: 13px; font-weight: 500; color: #888; }
.hm-order-price-val { font-size: 26px; font-weight: 700; line-height: 1; color: #188fde; }
.eskifiyat { text-decoration: line-through; color: #aaa; font-size: 15px; font-weight: 500; }
.hm-order-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.hm-order-wa, .hm-order-scroll {
    flex: 1; min-width: 150px; text-align: center; color: #fff !important;
    font-size: 14px; font-weight: 600; line-height: 1.2; padding: 13px 14px;
    border-radius: 8px; text-decoration: none; transition: background .2s ease;
}
.hm-order-wa { background: #25D366; }
.hm-order-wa:hover { background: #1ebe5b; color: #fff !important; text-decoration: none; }
.hm-order-scroll { background: #188fde; }
.hm-order-scroll:hover { background: #0f6fb5; color: #fff !important; text-decoration: none; }
.hm-order-cta i { margin-right: 6px; }
.hm-order-trust {
    list-style: none; margin: 18px 0 0; padding: 16px 0 0;
    border-top: 1px solid #f0f0f0; display: flex;
}
.hm-order-trust li {
    list-style: none; flex: 1; text-align: center;
    font-size: 12.5px; font-weight: 500; line-height: 1.3; color: #555;
}
.hm-order-trust li + li { border-left: 1px solid #ececec; }
.hm-order-trust i { color: #188fde; margin-right: 6px; }

/* Form */
.hm-order-form-head { margin-bottom: 20px; }
.hm-order-form-head h2 { font-size: 22px; font-weight: 700; line-height: 1.2; color: #232323; margin: 0 0 8px; }
.hm-order-form-head span {
    display: inline-block; font-size: 12px; font-weight: 600; color: #0f6fb5;
    background: #e8f4fc; padding: 6px 13px; border-radius: 50px;
}
.hm-field { margin-bottom: 14px; }
.hm-field-2 { display: flex; gap: 12px; }
.hm-field-2 .hm-input { flex: 1; }
.hm-input {
    width: 100%; box-sizing: border-box; border: 1px solid #e0e0e0 !important;
    border-radius: 8px; padding: 12px 14px; font-size: 14px; line-height: 1.4;
    color: #333; background: #fff; transition: border-color .15s ease, box-shadow .15s ease;
}
.hm-input:focus { border: 1px solid #188fde !important; outline: none; box-shadow: 0 0 0 3px rgba(24, 143, 222, .15); }
textarea.hm-input { resize: vertical; min-height: 62px; }
/* Radio listeleri (adet / odeme) - tabloyu duzlestir */
.hm-radiolist, .hm-radiolist tbody, .hm-radiolist tr {
    display: block; width: 100%; border: 0; border-spacing: 0;
}
.hm-radiolist td {
    display: block; border: 1px solid #e6e6e6; border-radius: 8px;
    padding: 11px 14px; margin-bottom: 8px;
    transition: border-color .15s ease, background .15s ease;
}
.hm-radiolist td:hover { border-color: #188fde; background: #e8f4fc; }
.hm-radiolist label { font-size: 13px; font-weight: 500; line-height: 1.4; color: #333; cursor: pointer; vertical-align: middle; }
.hm-radiolist input[type=radio] { margin-right: 9px; vertical-align: middle; accent-color: #188fde; width: 16px; height: 16px; }
.hm-radiolist input[type=radio]:disabled + label { color: #b0b0b0; }
/* secili satir vurgusu (destekleyen tarayicilarda) */
.hm-radiolist td:has(input[type=radio]:checked) {
    border-color: #188fde; background: #eaf5fd; box-shadow: 0 0 0 1px #188fde inset;
}
.hm-radiolist td:has(input[type=radio]:checked) label { color: #0f6fb5; font-weight: 600; }
.hm-agree {
    display: flex; align-items: center; gap: 8px; margin: 8px 0 16px;
    font-size: 13px; line-height: 1.5; color: #666;
}
.hm-agree input[type=checkbox] { accent-color: #188fde; width: 16px; height: 16px; }
.hm-agree a { color: #188fde; text-decoration: underline; cursor: pointer; }
.hm-order-msg { display: block; margin-bottom: 12px; font-size: 14px; font-weight: 600; line-height: 1.4; color: #c8102e; }
.hm-order-submit {
    width: 100%; border: 0; border-radius: 10px; background: #188fde; color: #fff;
    font-size: 17px; font-weight: 700; line-height: 1; padding: 16px; margin-top: 6px;
    cursor: pointer; transition: background .2s ease; box-shadow: 0 8px 22px rgba(24,143,222,.25);
}
.hm-order-submit:hover { background: #0f6fb5; color: #fff; }

/* Bilgi kartlari */
.hm-order-infosec { padding: 6px 0 46px; }
.hm-info-cards { display: flex; flex-wrap: wrap; gap: 18px; }
.hm-info-card {
    flex: 1 1 220px; background: #fff; border: 1px solid #eee; border-radius: 14px;
    padding: 26px 22px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,.04);
}
.hm-info-ico {
    display: inline-flex; align-items: center; justify-content: center;
    width: 54px; height: 54px; border-radius: 50%; background: #e8f4fc;
    color: #188fde; font-size: 22px; margin-bottom: 14px;
}
.hm-info-card h3 { font-size: 16px; font-weight: 700; line-height: 1.3; color: #232323; margin: 0 0 8px; }
.hm-info-card p { font-size: 13.5px; line-height: 1.6; color: #666; margin: 0; }

/* Makale / urun icerigi */
.hm-order-article { padding: 0 0 50px; }
.hm-desc { font-size: 14.5px; line-height: 1.7; color: #4a4a4a; }
.hm-desc h2, .hm-desc h3 { color: #232323; line-height: 1.3; }
.hm-desc h2 { font-size: 20px; font-weight: 700; margin: 24px 0 10px; }
.hm-desc h3 {
    position: relative; padding-left: 14px; font-size: 17px; font-weight: 700; margin: 22px 0 9px;
}
.hm-desc h3::before {
    content: ""; position: absolute; left: 0; top: 3px; bottom: 3px; width: 5px;
    border-radius: 3px; background: #188fde;
}
.hm-desc p { margin: 0 0 12px; font-size: 14.5px; line-height: 1.7; color: #555; }
.hm-desc ul, .hm-desc ol { margin: 0 0 14px; padding-left: 22px; color: #555; line-height: 1.7; }
.hm-desc li { margin-bottom: 6px; }
.hm-desc img { max-width: 100%; height: auto; }
.hm-desc table { width: 100%; border-collapse: collapse; margin: 0 0 16px; font-size: 14px; }
.hm-desc th, .hm-desc td { border: 1px solid #e6e6e6; padding: 9px 12px; text-align: left; }
.hm-desc th { background: #f3f8fc; color: var(--ink); font-weight: 700; }
.hm-desc table[style] { height: auto !important; }
.hm-desc table[style] th, .hm-desc table[style] td { width: auto !important; height: auto !important; }
@media (max-width: 600px) {
    .hm-desc { overflow-x: auto; }
    .hm-desc table { display: block; overflow-x: auto; white-space: nowrap; }
}

/* Sozlesme pop-up (modal) */
.hm-modal {
    display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    width: 100%; height: 100%; z-index: 100000;
    align-items: center; justify-content: center; padding: 20px;
}
.hm-modal.is-open { display: flex !important; }
.hm-modal-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.55); }
.hm-modal-box {
    position: relative; z-index: 1; width: 100%; max-width: 720px; max-height: 88vh;
    background: #fff; border-radius: 14px; overflow: hidden;
    display: flex; flex-direction: column; box-shadow: 0 20px 60px rgba(0,0,0,.35);
    animation: hmModalIn .2s ease;
}
@keyframes hmModalIn { from { opacity:0; transform: translateY(14px); } to { opacity:1; transform: none; } }
.hm-modal-head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 20px; background: linear-gradient(90deg, #188fde, #0f6fb5); color: #fff;
}
.hm-modal-head h3 { margin: 0; font-size: 17px; font-weight: 600; line-height: 1.3; color: #fff; }
.hm-modal-close { border: 0; background: transparent; color: #fff; font-size: 28px; line-height: 1; cursor: pointer; padding: 0 4px; }
.hm-modal-body { padding: 20px 22px; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.hm-modal-body p { margin: 0 0 12px; font-size: 13.5px; line-height: 1.7; color: #444; }
.hm-modal-body strong { color: #2a2a2a; }
.hm-modal-foot { padding: 14px 20px; border-top: 1px solid #eee; text-align: right; }
.hm-modal-ok {
    border: 0; cursor: pointer; padding: 10px 22px; border-radius: 8px;
    background: #188fde; color: #fff; font-size: 14px; font-weight: 600; transition: background .18s ease;
}
.hm-modal-ok:hover { background: #0f6fb5; }

@media (max-width: 880px) {
    .hm-order-grid { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 768px) {
    .hm-order { padding: 24px 0 40px; }
    .hm-order-product, .hm-order-form { padding: 18px; }
    .hm-order-title { font-size: 19px; }
    .hm-order-price-val { font-size: 23px; }
    .hm-desc h2 { font-size: 18px; }
    .hm-desc h3 { font-size: 16px; }
}
@media (max-width: 575px) {
    .hm-info-card { flex: 1 1 100%; }
}
@media (max-width: 420px) {
    .hm-field-2 { flex-direction: column; }
}

/* ===================== ORTAK BUTONLAR (teÅŸekkÃ¼r / hata) ===================== */
.cp-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 13px 22px; border-radius: 10px; font-weight: 700; font-size: 15px;
    text-decoration: none; transition: background .2s ease, transform .1s ease, box-shadow .2s ease;
}
.cp-btn i { font-size: 16px; }
.cp-btn--primary { background: #188fde; color: #fff !important; box-shadow: 0 8px 20px rgba(24,143,222,.25); }
.cp-btn--primary:hover { background: #0f6fb5; color: #fff !important; }
.cp-btn--wa { background: #25D366; color: #fff !important; }
.cp-btn--wa:hover { background: #1ebe5b; color: #fff !important; }
.cp-btn--ghost { background: #fff; color: #333 !important; border: 1px solid #e0e0e0; }
.cp-btn--ghost:hover { border-color: #188fde; color: #188fde !important; }
.cp-btn:active { transform: translateY(1px); }

/* ===================== SÄ°PARÄ°Åž TAMAMLANDI (teÅŸekkÃ¼r) ===================== */
.cp-thanks { padding: 50px 0 70px; background: linear-gradient(to bottom, #e8f4fc, #fff 55%); }
.cp-thanks-card {
    max-width: 820px; margin: 0 auto; background: #fff;
    border: 1px solid #d9ecf9; border-radius: 20px;
    box-shadow: 0 18px 50px rgba(24,143,222,.08);
    padding: 46px 38px 42px; text-align: center;
}
.cp-thanks-check {
    width: 92px; height: 92px; margin: 0 auto 20px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    color: #fff; font-size: 42px;
    background: linear-gradient(135deg, #188fde, #0f6fb5);
    box-shadow: 0 10px 26px rgba(24,143,222,.4);
    animation: cpPop .5s cubic-bezier(.17,.89,.32,1.28) both;
}
@keyframes cpPop { from { transform: scale(.4); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.cp-thanks-card h1 { font-size: 28px; font-weight: 800; color: #1f1f1f; margin: 0 0 10px; }
.cp-thanks-sub { font-size: 15px; color: #666; margin: 0 auto 30px; max-width: 560px; line-height: 1.6; }
.cp-thanks-steps {
    display: flex; flex-wrap: wrap; gap: 16px; text-align: center; margin-bottom: 28px;
}
.cp-step {
    flex: 1 1 200px; background: #f3f8fc; border: 1px solid #d9ecf9;
    border-radius: 14px; padding: 22px 16px;
}
.cp-step__ico {
    width: 50px; height: 50px; margin: 0 auto 12px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    background: #fff; color: #188fde; font-size: 20px; box-shadow: 0 4px 12px rgba(24,143,222,.12);
}
.cp-step h3 { font-size: 15px; font-weight: 700; color: #232323; margin: 0 0 6px; }
.cp-step p { font-size: 13px; color: #666; margin: 0; line-height: 1.5; }
.cp-thanks-info {
    background: #e8f4fc; border-radius: 12px; padding: 16px 20px; margin-bottom: 26px;
}
.cp-thanks-info p { margin: 0; font-size: 14px; color: #555; line-height: 1.6; }
.cp-thanks-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
@media (max-width: 600px) {
    .cp-thanks-card { padding: 36px 20px 32px; border-radius: 16px; }
    .cp-thanks-card h1 { font-size: 23px; }
}

/* ===================== HATA SAYFALARI ===================== */
.cp-error { padding: 60px 0 80px; }
.cp-error .pcontainer { max-width: 720px; }
.cp-error-card {
    background: #fff; border: 1px solid #d9ecf9; border-radius: 20px;
    box-shadow: 0 18px 50px rgba(24,143,222,.07);
    padding: 54px 34px 46px; text-align: center;
}
.cp-error-code {
    display: block; font-size: 96px; line-height: 1; font-weight: 800; letter-spacing: -2px;
    background: linear-gradient(135deg, #188fde, #5bb4ec);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text; color: #188fde; margin-bottom: 8px;
}
.cp-error-title { font-size: 26px; font-weight: 800; color: #1f1f1f; margin: 0 0 12px; }
.cp-error-sub { font-size: 15px; color: #666; margin: 0 auto 28px; max-width: 520px; line-height: 1.6; }
.cp-error-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 28px; }
.cp-error-links {
    display: flex; flex-wrap: wrap; gap: 10px 18px; justify-content: center;
    padding-top: 22px; border-top: 1px solid #f0f0f0;
}
.cp-error-links a {
    color: #188fde; text-decoration: none; font-size: 14px; font-weight: 600;
}
.cp-error-links a:hover { text-decoration: underline; }
@media (max-width: 600px) {
    .cp-error-card { padding: 40px 20px 34px; border-radius: 16px; }
    .cp-error-code { font-size: 72px; }
    .cp-error-title { font-size: 22px; }
}

/* ===================== KURUMSAL SAYFALAR (HakkÄ±mÄ±zda / Ä°letiÅŸim / Yasal) ===================== */
.cp-hero {
    background: linear-gradient(135deg, #e8f4fc 0%, #fff 70%);
    border-bottom: 1px solid var(--line);
    padding: 44px 0 38px;
}
.cp-hero__inner { text-align: center; max-width: 760px; margin: 0 auto; }
.cp-hero h1 { font-size: 32px; font-weight: 800; margin: 0 0 10px; }
.cp-hero p { color: var(--muted); font-size: 15.5px; margin: 0; }
.cp-breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.cp-breadcrumb a { color: var(--brand); text-decoration: none; }
.cp-breadcrumb a:hover { text-decoration: underline; }

.cp-page { padding: 46px 0 60px; }
.cp-page__inner { max-width: 860px; margin: 0 auto; }
.cp-card {
    background: #fff; border: 1px solid var(--line); border-radius: 16px;
    padding: 36px 38px; box-shadow: 0 8px 30px rgba(20,24,40,.05);
}
.cp-card h2 {
    font-size: 21px; margin: 26px 0 12px; position: relative; padding-left: 14px;
}
.cp-card h2:first-child { margin-top: 0; }
.cp-card h2::before {
    content: ""; position: absolute; left: 0; top: 4px; bottom: 4px;
    width: 5px; border-radius: 3px; background: var(--brand);
}
.cp-card h3 { font-size: 17px; margin: 20px 0 8px; }
.cp-card p { margin: 0 0 14px; color: #4b5563; line-height: 1.8; font-size: 15px; }
.cp-card ul, .cp-card ol { margin: 0 0 14px; padding-left: 22px; color: #4b5563; line-height: 1.8; }
.cp-card li { margin-bottom: 6px; }
.cp-card strong { color: var(--ink); }
.cp-card a { color: var(--brand); }
.cp-note {
    background: #f3f8fc; border-left: 4px solid var(--brand); border-radius: 8px;
    padding: 14px 16px; font-size: 13.5px; color: #6b7280; margin: 18px 0 0; font-style: italic;
}

/* Ä°letiÅŸim */
.cp-contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 26px; align-items: start; }
.cp-contact-cards { display: grid; gap: 16px; }
.cp-contact-item {
    display: flex; gap: 16px; align-items: flex-start;
    background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px;
    box-shadow: 0 6px 20px rgba(20,24,40,.04);
}
.cp-contact-item__ico {
    flex-shrink: 0; width: 48px; height: 48px; border-radius: 12px;
    display: inline-flex; align-items: center; justify-content: center;
    background: #e8f4fc; color: var(--brand); font-size: 19px;
}
.cp-contact-item h3 { margin: 0 0 4px; font-size: 16px; }
.cp-contact-item p { margin: 0; color: var(--muted); font-size: 14px; }
.cp-contact-item a { color: var(--ink); text-decoration: none; font-weight: 600; }
.cp-contact-item a:hover { color: var(--brand); }
.cp-contact-cta {
    display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px;
}
@media (max-width: 768px) {
    .cp-hero h1 { font-size: 26px; }
    .cp-card { padding: 26px 20px; }
    .cp-contact-grid { grid-template-columns: 1fr; }
}