@charset "UTF-8";

.btn,
.btn-group,
.btn-group-vertical,
.caret,
.checkbox-inline,
.radio-inline,
img {
    vertical-align: middle;
}
hr,
img {
    border: 0;
}
.fancybox-nav,
.owl-carousel,
.owl-carousel .owl-item,
html {
    -webkit-tap-highlight-color: transparent;
}
body,
figure {
    margin: 0;
}


html::-webkit-scrollbar {
  width: 5px;
}
html::-webkit-scrollbar-track {
  background: #f1f1f1;

}
html::-webkit-scrollbar-thumb {
  background: #ccc;

}
html::-webkit-scrollbar-thumb:hover {
  background: #555;
}
 .btn-group > .btn-group,
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.dropdown-menu {
    float: left;
} 
.btn,
.owl-carousel.owl-drag .owl-item {
    -moz-user-select: none;
    -ms-user-select: none;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.pre-scrollable {
    max-height: 340px;
}

@media (min-width:1300px){
    .image-1{
        width: 300px;
        height:300px
    }
}

html {
    font-family: "Brandon Grotesque"!important;
    line-height: 1.15;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
}

.kapraNeue{
    font-family: "kapraNeue"!important;
    letter-spacing: 1px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
b,
optgroup,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000000;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre,
textarea {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }
    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
    }
    thead {
        display: table-header-group;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
.img-thumbnail,
body {
    background-color: #fff;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
}
body {

    font-size: 16px;
    line-height: 1.428571429;
    color: #000000;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #00a4e4;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #006d98;
    text-decoration: underline;
}
a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 0;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
.m-auto{
    margin:auto;
}
hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border-top: 1px solid #fff;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.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 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #898989;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 11px;
    margin-bottom: 11px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}
.h1,
h1 {
    font-size: 41px;
}
.h2,
h2 {
    font-size: 34px;
}
.h3,
h3 {
    font-size: 28px;
}
.h4,
h4 {
    font-size: 20px;
}
.h5,
h5 {
    font-size: 16px;
}
.h6,
h6 {
    font-size: 14px;
}
p {
    margin: 0 0 11px;
}
.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}
dt,
kbd kbd,
label {
    font-weight: 700;
}
address,
blockquote .small,
blockquote footer,
blockquote small,
dd,
dt,
pre {
    line-height: 1.428571429;
}
@media (min-width: 768px) {
    .lead {
        font-size: 24px;
    }
}
.small,
small {
    font-size: 87%;
}
.mark,
mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.initialism,
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.underline-text  {
  text-decoration: underline;
}
.text-muted {
    color: #898989;
}
.text-primary {
    color: #00a4e4;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #007fb1;
}
.text-success {
    color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #00a4e4;
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #007fb1;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}
pre code,
table {
    background-color: transparent;
}
.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #fff;
}
dl,
ol,
ul {
    margin-top: 0;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
address,
dl {
    margin-bottom: 22px;
}
ol,
ul {
    margin-bottom: 11px;
}
.list-inline {
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dd {
    margin-left: 0;
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
    .container {
        width: 750px;
    }
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dropdown-menu > li > a,
.form-horizontal .form-group:after,
.modal-footer:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.owl-carousel .owl-stage:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}
.alyansSecimi .form-group label{
    display:flex;
    align-items: center;
    gap:10px;
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #898989;
}
.initialism {
    font-size: 90%;
}
blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #fff;
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    color: #898989;
}
legend,
pre {
    color: #454545;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #fff;
    border-left: 0;
    text-align: right;
}
code,
kbd {
    padding: 2px 4px;
    font-size: 90%;
    border-radius: 0;
}
caption,
th {
    text-align: left;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014";
}
address {
    font-style: normal;
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
}
kbd {
    color: #fff;
    background-color: #000000;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none;
}
pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
}
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0;
}
.container,
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.max-w-100{
    max-width: 100%!important;
}
.w-100{
    width:100%!important;
}

@media (max-width:998px) {
    .w-sm-100{
        width: 100%!important;
    }
   
}
@media (max-width:778px) {
    .sepet-img{
        margin-top: 20px;
    }
    .mobile-sticky{
        position: fixed;
        left: 0;
        bottom: 0;
        padding: 10PX 20px;
        background: white;
        width: 100%;
        Z-INDEX: 99;
    }
    .mobile-sticky .sepetButon {
        background-color: #dd9555!important;
        border-color: #dd9555!important;
    }
    .mobile-sticky .sepetButon:hover {
        background-color: #000000!important;
        border-color: #000000;
    }
}

.w-auto{
    width:auto!important;
}

pre-scrollable {
    overflow-y: scroll;
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1281px) {
    .container {
        width: 1170px;
    }
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col{
        flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1 {
    width: 8.3333333333%;
}
.col-xs-2 {
    width: 16.6666666667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.3333333333%;
}
.col-xs-5 {
    width: 41.6666666667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.3333333333%;
}
.col-xs-8 {
    width: 66.6666666667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.3333333333%;
}
.col-xs-11 {
    width: 91.6666666667%;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.3333333333%;
}
.col-xs-pull-2 {
    right: 16.6666666667%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-4 {
    right: 33.3333333333%;
}
.col-xs-pull-5 {
    right: 41.6666666667%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-7 {
    right: 58.3333333333%;
}
.col-xs-pull-8 {
    right: 66.6666666667%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-10 {
    right: 83.3333333333%;
}
.col-xs-pull-11 {
    right: 91.6666666667%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.3333333333%;
}
.col-xs-push-2 {
    left: 16.6666666667%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-4 {
    left: 33.3333333333%;
}
.col-xs-push-5 {
    left: 41.6666666667%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-7 {
    left: 58.3333333333%;
}
.col-xs-push-8 {
    left: 66.6666666667%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-10 {
    left: 83.3333333333%;
}
.col-xs-push-11 {
    left: 91.6666666667%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-1 {
        width: 8.3333333333%;
    }
    .col-sm-2 {
        width: 16.6666666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.3333333333%;
    }
    .col-sm-5 {
        width: 41.6666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.3333333333%;
    }
    .col-sm-8 {
        width: 66.6666666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.3333333333%;
    }
    .col-sm-11 {
        width: 91.6666666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.3333333333%;
    }
    .col-sm-pull-2 {
        right: 16.6666666667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.3333333333%;
    }
    .col-sm-pull-5 {
        right: 41.6666666667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.3333333333%;
    }
    .col-sm-pull-8 {
        right: 66.6666666667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.3333333333%;
    }
    .col-sm-pull-11 {
        right: 91.6666666667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.3333333333%;
    }
    .col-sm-push-2 {
        left: 16.6666666667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.3333333333%;
    }
    .col-sm-push-5 {
        left: 41.6666666667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.3333333333%;
    }
    .col-sm-push-8 {
        left: 66.6666666667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.3333333333%;
    }
    .col-sm-push-11 {
        left: 91.6666666667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-1 {
        width: 8.3333333333%;
    }
    .col-md-2 {
        width: 16.6666666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.3333333333%;
    }
    .col-md-5 {
        width: 41.6666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.3333333333%;
    }
    .col-md-8 {
        width: 66.6666666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.3333333333%;
    }
    .col-md-11 {
        width: 91.6666666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.3333333333%;
    }
    .col-md-pull-2 {
        right: 16.6666666667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.3333333333%;
    }
    .col-md-pull-5 {
        right: 41.6666666667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.3333333333%;
    }
    .col-md-pull-8 {
        right: 66.6666666667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.3333333333%;
    }
    .col-md-pull-11 {
        right: 91.6666666667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.3333333333%;
    }
    .col-md-push-2 {
        left: 16.6666666667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.3333333333%;
    }
    .col-md-push-5 {
        left: 41.6666666667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.3333333333%;
    }
    .col-md-push-8 {
        left: 66.6666666667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.3333333333%;
    }
    .col-md-push-11 {
        left: 91.6666666667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 1281px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-1 {
        width: 8.3333333333%;
    }
    .col-lg-2 {
        width: 16.6666666667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.3333333333%;
    }
    .col-lg-5 {
        width: 41.6666666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.3333333333%;
    }
    .col-lg-8 {
        width: 66.6666666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.3333333333%;
    }
    .col-lg-11 {
        width: 91.6666666667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.3333333333%;
    }
    .col-lg-pull-2 {
        right: 16.6666666667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.3333333333%;
    }
    .col-lg-pull-5 {
        right: 41.6666666667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.3333333333%;
    }
    .col-lg-pull-8 {
        right: 66.6666666667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.3333333333%;
    }
    .col-lg-pull-11 {
        right: 91.6666666667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.3333333333%;
    }
    .col-lg-push-2 {
        left: 16.6666666667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.3333333333%;
    }
    .col-lg-push-5 {
        left: 41.6666666667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.3333333333%;
    }
    .col-lg-push-8 {
        left: 66.6666666667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.3333333333%;
    }
    .col-lg-push-11 {
        left: 91.6666666667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #898989;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}
fieldset,
legend {
    padding: 0;
    border: 0;
}
fieldset {
    margin: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
    margin-top: 1px;
    line-height: normal;
}
.form-control,
output {
    font-size: 16px;
    line-height: 1.428571429;
    color: #676767;
    display: block;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="file"]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
output {
    padding-top: 7px;
}
  .border-header {
    border: solid 1px #e2e2e2;
    border-radius: 3px;
    background-color: #fafafa;
    padding: 10px;
  }
  .border-header.style2:before {
    content: "";
    background: url(/images/wcaret-left.svg);
    width: 20px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 10px;
    z-index: 9;
    filter: invert(1);
    left: 20px;
  }
  .border-header.style2{
    margin-bottom: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #ffffff;
    }
  .border-header.style2 p{
        margin-bottom: 0;
        font-weight: 300;
    }
  .border-header.menu {
    margin-top: 0;
    border-top: 0;
  }
  .menuList-item {
    margin-bottom: 20px;
    background: #fafafa;
    border: solid 1px #e2e2e2;
  }
  .menuList-item a {
    transition: 0.4s;
  }
  .menuList-item a:hover{
    text-decoration: underline;
    font-weight: 500;
  }

  .menuList .menu {
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menuList-item .icon-btn img {
    max-height: 30px;
    width: auto;
  }

  .icon-btn {
    display: flex;
    flex-direction: column;
    width: 25%;
    align-items: center;
    gap: 10px;
    font-size: 14px;
  }

  .icon-list {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: baseline;
    font-size:14px;
  }

  .icon-list a {
    width: 100%;
    text-align: left;
    padding: 10px 10px;
    position: relative;

  }

  .icon-list a:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
  }

  .icon-list a:after {
    content: "";
    background: url(/images/wcaret-right.svg);
    width: 20px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 10px;
    z-index: 9;
    filter: invert(1);
    right: 5px;
  }

  .icon-list a .icon {
    margin-right: 5px;
  }

  .menuList-title {
    padding: 10px;
    border-bottom: 1px solid #e2e2e2;
    text-align: left;
    font-size:15px;
  }
  
  .logout a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 8px;
  }
  .icon-list a.active {
    font-weight:600;
  }

  @media(max-width:998px){
    .bg-icon {
        background: #dd9555;
        padding: 10px;
        border-radius: 50%;
  }
  .menuList-item .icon-btn img{
    width: 20px;
    height: 20px;
  }
    .bg-icon {
      background: #dd9555;
      padding: 10px;
      border-radius: 50%;
    }
    .bg-icon img{
      filter: invert(1);
    }
  }
  @media(min-width:998px){
    .icon-btn{
      display: flex;
      width: 100%;
      align-items: center;
      flex-direction: row;
      padding: 5px 8px;
    }
    .icon-btn img{
      width:15px;
      height: 15px;
    }
    .menuList-item .menu{
      flex-direction: column;
    }
  }
.form-control {
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 36px;
    }
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm {
        line-height: 33px;
    }
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg {
        line-height: 49px;
    }
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.radio label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
select.input-sm {
    height: 33px;
    line-height: 33px;
}
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 33px;
    min-height: 36px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 0;
}
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
select.input-lg {
    height: 49px;
    line-height: 49px;
}
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 0;
}
.form-group-lg select.form-control {
    height: 49px;
    line-height: 49px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 49px;
    min-height: 42px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 45px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none;
}
.collapsing,
.dropdown,
.dropup {
    position: relative;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-feedback label ~ .form-control-feedback {
    top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #747474;
}
@media (min-width: 768px) {
    .form-inline .form-control-static,
    .form-inline .form-group {
        display: inline-block;
    }
    .form-inline .control-label,
    .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 29px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table;
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
        font-size: 20px;
    }
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 14px;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    border-radius: 0;
    -webkit-user-select: none;
    user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #000000;
    text-decoration: none;
}
.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #000000;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
    color: #000000;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .btn-default.dropdown-toggle {
    color: #000000;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
    color: #000000;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #000000;
}
.btn-primary {
    color: #fff;
    background-color: #00a4e4;
    border-color: #0092cb;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #007fb1;
    border-color: #00364b;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #007fb1;
    border-color: #00668d;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #00668d;
    border-color: #00364b;
}
.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #00a4e4;
    border-color: #0092cb;
}
.btn-primary .badge {
    color: #00a4e4;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #019074;
    border-color: #017760;
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #015d4b;
    border-color: #000000;
}
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #015d4b;
    border-color: #003a2f;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #003a2f;
    border-color: #000000;
}
.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #019074;
    border-color: #017760;
}
.btn-success .badge {
    color: #019074;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #006790;
    border-color: #005576;
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #00435d;
    border-color: #000000;
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #00435d;
    border-color: #002939;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #002939;
    border-color: #000000;
}
.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #006790;
    border-color: #005576;
}
.btn-info .badge {
    color: #006790;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f6c311;
    border-color: #e5b409;
}
.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #cca108;
    border-color: #6a5304;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #cca108;
    border-color: #aa8506;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #aa8506;
    border-color: #6a5304;
}
.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f6c311;
    border-color: #e5b409;
}
.btn-warning .badge {
    color: #f6c311;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d21310;
    border-color: #ba110e;
}
.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #a30f0c;
    border-color: #440605;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a30f0c;
    border-color: #810c0a;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #810c0a;
    border-color: #440605;
}
.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d21310;
    border-color: #ba110e;
}
.btn-danger .badge {
    color: #d21310;
    background-color: #fff;
}
.btn-link {
    color: #000000;
    text-decoration: underline;
    font-weight: 400;
    border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
    color: #006d98;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #898989;
    text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 0;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu-right,
.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
.dropdown-header,
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    line-height: 1.428571429;
    white-space: nowrap;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    font-weight: 400;
    color: #454545;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #383838;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #00a4e4;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #898989;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    font-size: 14px;
    color: #898989;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn .caret,
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-group-lg > .btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-group-lg > .btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before {
    content: " ";
    display: table;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn,
.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group,
.input-group-btn,
.input-group-btn > .btn {
    position: relative;
}
.input-group {
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #676767;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 0;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:after,
.nav:before {
    content: " ";
    display: table;
}
.nav > li,
.nav > li > a {
    display: block;
    position: relative;
}
.nav:after {
    clear: both;
}
.nav > li > a {
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #fff;
}
.nav > li.disabled > a {
    color: #898989;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #898989;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #fff;
    border-color: #00a4e4;
}
.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 0;
}
.nav-tabs > li > a:hover {
    border-color: #fff #fff #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #676767;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-pills > li {
    float: left;
}
.nav-justified > li,
.nav-stacked > li,
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-pills > li > a {
    border-radius: 0;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #00a4e4;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
    font-size:14px
}
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before {
    content: " ";
    display: table;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 22px;
    border: 1px solid transparent;
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
    .navbar-header {
        float: left;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.embed-responsive,
.modal,
.modal-open,
.progress {
    overflow: hidden;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 14px 15px;
    font-size: 20px;
    line-height: 22px;
    height: 50px;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-fixed-bottom,
    .navbar-fixed-top,
    .navbar-static-top {
        border-radius: 0;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-nav {
    margin: 7px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
}
.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}
.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 7px;
    margin-bottom: 7px;
}
@media (min-width: 768px) {
    .navbar-form .form-control-static,
    .navbar-form .form-group {
        display: inline-block;
    }
    .navbar-form .control-label,
    .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.breadcrumb > li,
.pagination {
    display: inline-block;
}
.btn .badge,
.btn .label {
    top: -1px;
    position: relative;
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
 
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px;
}
.btn-group-sm > .navbar-btn.btn,
.navbar-btn.btn-sm {
    margin-top: 8.5px;
    margin-bottom: 8.5px;
}
.btn-group-xs > .navbar-btn.btn,
.navbar-btn.btn-xs,
.navbar-text {
    margin-top: 14px;
    margin-bottom: 14px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #000000;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #e7e7e7;
    color: #555;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #000000;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #000000;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #000000;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}
.navbar-inverse .navbar-brand {
    color: #afafaf;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
    color: #afafaf;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #000000;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #000000;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #090909;
    color: #fff;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #afafaf;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #afafaf;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #afafaf;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}
.breadcrumb {
    margin-bottom: 22px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
}
.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb > .active {
    color: #898989;
}
@media(max-width:778px){
    .breadcrumb{
        padding: 10px 0;
        margin-bottom: 10px!important;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        white-space: nowrap;
        overflow: auto;

    }
}
.pagination {
    padding-left: 0;
    margin: 22px 0;
    border-radius: 0;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #00a4e4;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.list-group-item > .badge,
.pager .next > a,
.pager .next > span {
    float: right;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span,
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span,
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
    color: #006d98;
    background-color: #fff;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #00a4e4;
    border-color: #00a4e4;
    cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #898989;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
}
.badge,
.label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
}
.pager {
    padding-left: 0;
    margin: 22px 0;
    list-style: none;
    text-align: center;
}
.pager:after,
.pager:before {
    content: " ";
    display: table;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #fff;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #898989;
    background-color: #fff;
    cursor: not-allowed;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    color: #fff;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label:empty {
    display: none;
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label-default {
    background-color: #898989;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #707070;
}
.label-primary {
    background-color: #00a4e4;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #007fb1;
}
.label-success {
    background-color: #019074;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #015d4b;
}
.label-info {
    background-color: #006790;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #00435d;
}
.label-warning {
    background-color: #f6c311;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #cca108;
}
.label-danger {
    background-color: #d21310;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #a30f0c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    background-color: #898989;
    border-radius: 10px;
}
.jumbotron,
.thumbnail {
    background-color: #fff;
}
.badge:empty {
    display: none;
}
.media-object,
.thumbnail {
    display: block;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #00a4e4;
    background-color: #fff;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200;
}
.alert,
.thumbnail {
    margin-bottom: 22px;
}
.alert .alert-link,
.close {
    font-weight: 700;
}
.jumbotron > hr {
    border-top-color: #e6e6e6;
}
.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 0;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 72px;
    }
}
.thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.thumbnail .caption {
    padding: 9px;
    color: #000000;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #00a4e4;
}
.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 0;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.modal,
.modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #000000;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 22px;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #00a4e4;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #019074;
}
.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-info,
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #006790;
}
.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f6c311;
}
.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d21310;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
a.list-group-item,
button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #000000;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #fff;
    color: #898989;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #898989;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #00a4e4;
    border-color: #00a4e4;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #b1e9ff;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.panel-heading > .dropdown .dropdown-toggle,
.panel-title,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-title,
.panel > .list-group,
.panel > .panel-collapse > .list-group,
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel-body {
    padding: 15px;
}
.panel-body:after,
.panel-body:before {
    content: " ";
    display: table;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}
.panel-title {
    margin-top: 0;
    font-size: 18px;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel-group .panel-heading,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1px;
    border-bottom-right-radius: -1px;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: -1px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: -1px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: -1px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
}
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 22px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #454545;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #454545;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #00a4e4;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #00a4e4;
    border-color: #00a4e4;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #00a4e4;
}
.panel-primary > .panel-heading .badge {
    color: #00a4e4;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #00a4e4;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 0;
}
.well-sm {
    padding: 9px;
    border-radius: 0;
}
.close {
    float: right;
    font-size: 24px;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.popover,
.tooltip {
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-shadow: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    text-decoration: none;
    text-transform: none;
}
.close:focus,
.close:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.modal-content,
.popover {
    background-clip: padding-box;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.428571429;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    text-align: left;
    text-align: start;
    font-size: 14px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000000;
    border-radius: 0;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.top .tooltip-arrow {
    left: 50%;
    margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    margin-bottom: -5px;
}
.tooltip.top-right .tooltip-arrow {
    left: 5px;
    margin-bottom: -5px;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
    top: 0;
}
.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px;
}
.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px;
}
.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    text-align: start;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.carousel-caption,
.carousel-control {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1px -1px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.carousel,
.carousel-inner {
    position: relative;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.popover.left > .arrow:after,
.popover.right > .arrow:after {
    content: " ";
    bottom: -10px;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
    left: 1px;
    border-left-width: 0;
    border-right-color: #fff;
}
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
}
.carousel-inner {
    overflow: hidden;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000000;
    background-color: transparent;
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
}
.carousel-caption .btn,
.fancybox-skin,
.fancybox-title,
.text-hide {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
    .visible-xs-block {
        display: block !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
    .visible-sm-block {
        display: block !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
    .visible-md-block {
        display: block !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1281px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
    .visible-lg-block {
        display: block !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
    .hidden-lg {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
    .hidden-print {
        display: none !important;
    }
}
.owl-carousel,
.owl-carousel .owl-item {
    position: relative;
}
.owl-carousel {
    width: 100%;
    z-index: 1;
}
.owl-carousel {
    display: block;
}
.owl-carousel .item:not(:first-child) {
    display: none;
}
.owl-carousel img {
    width: 100%;
}

.owl-carousel.owl-loaded .item{
    display:block;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-nav button{
    position: absolute;
    top: 50%;
    bottom: 0;
    background: transparent;
    transform: translateY(-50%);
}
.owl-nav .owl-prev{
    left:0;
}
.owl-nav .caret-right{
    background: url('/images/caret-right-bold.svg');
    background-size: contain;
    display: block;
    width: 12px;
    height: 12px;
}
.owl-nav .caret-left{
    background: url('/images/caret-left-bold.svg');
    background-size: contain;
    display: block;
    width: 12px;
    height: 12px;
}

.owl-nav .owl-next{
    right:0;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a,
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
} /*!
 * Bootstrap-select v1.12.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}
.bootstrap-select {
    width: 220px\9;
}
.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #999;
}
.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}
.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2;
}
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}
.bootstrap-select.fit-width {
    width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle,
.bootstrap-select.form-control:not([class*="col-"]),
.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: #333 dotted thin !important;
    outline: -webkit-focus-ring-color auto 5px !important;
    outline-offset: -2px;
}
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}
.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}
.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
    margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
    outline: 0 !important;
}
.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}
.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
    display: block;
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px;
}
.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
    width: 50%;
}
.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-donebutton .btn-group button {
    width: 100%;
}
.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
} /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8020;
}
.fancybox-inner,
.fancybox-outer,
.fancybox-skin {
    position: relative;
}
.fancybox-skin {
    background: #f9f9f9;
    color: #444;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.line .right .text .box,
.line .right.active {
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.06);
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);
    filter:invert(1);
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
    z-index: 8040;
    position: absolute;
    cursor: pointer;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
    width: 18px;
    height: 18px;
    top: 5px;
    right: 5px;
}
.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    text-decoration: none;
    background: url(blank.gif);
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
.fancybox-lock {
    overflow: visible !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(fancybox_overlay.png);
}
.el-icon,
.menu-icon {
    display: inline-block;
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000000;
    background: rgba(0, 0, 0, 0.8);
}

.bootstrap-variables {
    float: right;
}
.line .left,
.newsletter .sm ul li,
.product-text .price .new,
.product-text .price .odemesec,
.product-text .price .odemesec img,
.product-text .price .old,
.product-text .ring .left,
.product-text .ring .right {
    float: left;
}

a:hover {
    outline: 0;
    text-decoration: none;
}

.menu-icon {
    width: 20px;
    height: 2px;
    margin: 7px 0;
    background-color: #fff;
    position: relative;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.menu-icon:after,
.menu-icon:before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transform: translateZ(0);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.menu-icon:before {
    top: -7px;
}
.menu-icon:after {
    top: 7px;
}
[aria-expanded="true"] .menu-icon {
    will-change: background-color;
    background: rgba(255, 255, 255, 0);
}
[aria-expanded="true"] .menu-icon:after,
[aria-expanded="true"] .menu-icon:before {
    top: 0;
    width: 22px;
    will-change: top, width, transform;
}
[aria-expanded="true"] .menu-icon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
[aria-expanded="true"] .menu-icon:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.body {
    overflow-x: hidden;
}
.slider:hover .owl-next,
.slider:hover .owl-prev {
    display: block;
}
.slider .owl-next,
.slider .owl-prev {
    position: absolute;
    top: 45%;
    font-size: 30px;
    color: #fff;
    display: none;
}
.slider .owl-prev {
    left: 30px;
}
.slider .owl-next {
    right: 30px;
}
table td,
table th {
    padding: 5px 0;
    font-size: 13px;
    color: #000000;
}
table {
    width: 100%;
}
table tr {
    border-top: solid 1px #edf0f5;
}
table th {
    font-weight: 600;
}
table td {
    font-weight: 500;
}
.form .submit {
    width: 179px;
    line-height: 40px;
    background-color: #000000;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 30px;
}
.form input,
.form textarea {
    margin-bottom: 20px;
}
.map-alpha #map {
    height: 350px;
    margin-bottom: 30px;
}
.commentsContainer {
    margin-top: 40px;
    background: #dae2ea;
    background: -moz-linear-gradient(left, #dae2ea 1%, #dae2ea 49.99%, #e5ebf0 50%, #e5ebf0 100%);
    background: -webkit-linear-gradient(left, #dae2ea 1%, #dae2ea 49.99%, #e5ebf0 50%, #e5ebf0 100%);
    background: linear-gradient(to right, #dae2ea 1%, #dae2ea 49.99%, #e5ebf0 50%, #e5ebf0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dae2ea', endColorstr='#e5ebf0', GradientType=1 );
}
.commentsContainer .left {
    background-color: #dae2ea;
    padding-top: 15px;
}
.commentsContainer .right {
    background-color: #e5ebf0;
    padding: 15px;
}
.commentsContainer h6 {
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #000000;
    font-weight: 700;
}
.newsletter {
    background: #e5e7e9;
    background: -moz-linear-gradient(left, #e5e7e9 1%, #e5e7e9 49%, #ebeef0 100%);
    background: -webkit-linear-gradient(left, #e5e7e9 1%, #e5e7e9 49%, #ebeef0 100%);
    background: linear-gradient(to right, #e5e7e9 1%, #e5e7e9 49%, #ebeef0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e7e9', endColorstr='#ebeef0', GradientType=1 );
}
.newsletter .left {
    height: 210px;
    background-color: #e5e7e9;
    padding-top: 40px;
}
.newsletter .right {
    height: 210px;
    background-color: #ebeef0;
    padding-top: 80px;
}
.newsletter p {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.6px;
}
.newsletter label {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
.newsletter .form-newsletter {
    height: 60px;
    position: relative;
}
.newsletter .form-newsletter input[type="text"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    border: 1px solid #a5b1b8;
    background: 0 0;
}
.newsletter .form-newsletter button {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 58px;
    width: 70px;
    background: 0 0;
}
.newsletter .sm ul li a {
    font-size: 30px;
    color: #000000;
    margin: 25px;
}
.breadcrumb {
    background: #fff;
    padding: 20px 0;
    margin: 0;
    font-size: 13px;
}
.search-box-wrapper {
    color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 4444;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.search-box-wrapper .in-wrap {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.search-box-wrapper .in-wrap i.close {
    opacity: 1;
    display: block;
    font-size: 22px;
    color: #ddd;
    position: absolute;
    top: 84px;
    right: 10%;
    cursor: pointer;
    z-index: 2;
}
.search-box-wrapper .in-wrap .src-container {
    width: 50%;
    margin: 0 auto;
    position: relative;
}
.search-box-wrapper .in-wrap .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.search-box-wrapper .in-wrap .inner h1 {
    color: #fff;
    font-size: 26px;
    margin-top: 0;
}
.search-box-wrapper .in-wrap .inner .input-container {
    position: relative;
    margin-top: 40px;
}
.search-box-wrapper .in-wrap .inner .input-container input[type="text"] {
    width: 100%;
    display: block;
    background: 0 0;
    border: 1px solid #787878;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    outline: 0;
    padding: 15px;
    height: auto;
    color: #fff;
}
.search-box-wrapper .in-wrap .inner .input-container label {
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 8px;
    right: 22px;
    cursor: pointer;
    margin-bottom: 0;
}
.search-box-wrapper .opctyy {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}
.search-box-wrapper.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.opcty {
    cursor: url(../img/closed.png) 25 15, auto;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 0;
    top: 0;
    right: 0;
    z-index: 5;
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.green-text{
    color: #37802c!important;
}
.gray-text{
    color: #a6a6a6!important;
}
.orange-text{
    color: #dd9555!important;
}
.white-text{
    color: #ffffff!important;
}
.banner-slogan {
    padding:8px 15px;
}
.banner-slogan p{
    margin-bottom:0;
}
.opcty.active {
    width: 100%;
    position: fixed;
}
h3 {
    font-size: 24px;
    color: #000000;
    text-align: center;
}
.title {
    text-align: center;
    padding: 30px 0;
}
.title h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
}
.title p {
    font-size: 14px;
    font-weight: 300;
    color: #8e8e8e;
}
.product-text .price-dis{
    min-width: 65px;
    border-right:1px solid #000000;
    display:flex;
    flex-direction: column;
}
@media (max-width:778px) {
    .product-text .price-dis{
        border: 1px solid #000;
        /* width: 30px; */
        min-width: 50px;
        height: 47px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product-text .addsepet{
        margin-top:20px;
    }
}
.whatsapp-cargo{
    padding:20px 0;
}

.product-text .sticker_new {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
}
.product-text h1 {
    margin-top: 5px;
    font-weight: 500;
    color: #000000;
}

.product-text .price {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
.product-text .price .old {
    font-weight: 300;
    color: #a2a2a2;
    margin-right: 20px;
}
.price .old  {
    text-decoration: line-through;
    letter-spacing: 0.8px;
    color: #a2a2a2;
    display: block;
}
.product-text .price .new {
    margin-right: 15px;
    font-weight: 400;
    color: #000000;
}
.price-container{
    padding:0;
    margin-top:0px;
}
.product-text .price .new span {
    display: block;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #000000;
}
.product-text .price .odemesec span {
    float: left;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #000000;
    line-height: normal;
    margin-top: -5px;
    margin-left: 15px;
}
.product-text .ring input,
.product-text .ring select {
    margin-top: 10px;
    padding: 15px;
    height: 50px;
    border: 1px solid #ebebeb;
}
.product-text .price .odemesec a {
    display: block;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.7px;
    color: #d73d3d;
    text-decoration: underline;
}
.product-text .ring {
    display: inline-block;
    margin-bottom: 15px;
}
.product-text .ring select {
    width: 178px;
    margin-right: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
}
.product-text .ring input {
    width: 187px;
}
.product-text .ring p {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
}
.product-text .ring a {
    background: #000000;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
}
.product-text .cargoo {
    font-size: 12px;
    letter-spacing: 0.9px;
    color: #000000;
    text-align: center;
    display: block;
    margin: 10px 0 30px;
}
.product-text .cargoo i {
    font-size: 35px;
    vertical-align: sub;
    margin-right: 10px;
}
.product-text button {
    margin-right: 30px;
    width: 100%;
    background-color: #000000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    border: none;
    font-size:16px!important;
}
@media(max-width:680px){
    .product-text .form-group, .product-text  select , .product-text .ring-container {
        width:100%;
    }
    .product-text .ring-container {
        width:100%;
        padding:0;
    }
    .product-text .price .new{
      margin-right:0;
    }
    .price-container{
        gap:20px!important;
    }
}
.line,
.line .right .titles span {
    display: inline-block;
    border-bottom: solid 1px #d1d1d1;
}
.product-text button i {
    font-size: 20px;
    vertical-align: text-bottom;
    margin-right: 10px;
}
.line {
    width: 100%;
}
.line .left span {
    line-height: 50px;
    font-size: 14px;
    font-weight: 300;
    color: #d1d1d1;
}
.line .right {
    position: relative;
    float: right;
}
.line .right .titles span {
    width: 180px;
    font-size: 14px;
    font-weight: 300;
    line-height: 2.14;
    color: #a2a2a2;
    float: left;
    padding: 10px 20px;
}
.line .right .titles span:after {
    content: "";
    float: right;
}
.line .right .titles .filt span {
    width: 120px;
    text-align: center;
    padding: 10px;
}
.line .right .titles .filt span:after {
    content: "";
}
.line .right .titles .filt.active span {
    border-bottom: solid 1px #000000;
    color: #000000;
}
.line .right .text {
    position: absolute;
    top: 50px;
    z-index: 9;
}
.line .right .text .box {
    display: none;
    border-top: 1px solid #6f6f6f;
    background: #fff;
    width: 180px;
    float: left;
    padding: 20px;
}
.line .right .text .box a,
.line .right .text .box label {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.79;
    color: #000000;
}
.line .right .text .box a input,
.line .right .text .box label input {
    margin-right: 5px;
}
.products-slider{
    padding-top: 50px;
    padding-bottom: 50px;
}
.product-slider .owl-stage-outer .owl-item {
    padding: 0 15px;
    opacity: 0.4;
}
.product-slider .owl-stage-outer .owl-item.active {
    opacity: 1;
}
.product-slider .owl-dot {
    width: 10px;
    height: 10px;
    border: 2px solid #000000;
    border-radius: 50%;
    float: left;
    margin-right: 3px;
}

.rtl-slider > .item:not(:first-child) {
    display: none;
}

.product-slider .owl-dot.active {
    background: #000000;
}
.product-slider .owl-nav {
    float: right;
}
.product-slider .owl-nav div {
    float: left;
}
.product-slider .owl-nav div i {
    vertical-align: top;
    margin-left: 10px;
}

.introslide .item:not(:first-child){
    display: none;
}
.introslide .owl-nav .caret-right{
    -webkit-transform: rotate(180deg);
}
.introslide .nav-button{
    background:url('data:image/svg+xml;charset=utf-8,%3Csvg width=\'36\' height=\'20\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M10.236 1l-9.019 9 9.02 9m25.277-8.783l-34.028-.2\' stroke=\'%23FFF\' stroke-width=\'1.458\' fill=\'none\'/%3E%3C/svg%3E');
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    cursor: pointer;
    width: 65px;
    height: 45px;
    -webkit-animation: slideInLeft .25s linear;
    background-color: rgba(0,0,0,.341176);
    background-color: rgba(0,0,0,.34);
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: 9;
}
.introslide .nav-button.caret-left{
    left: 10px;
}
.introslide .nav-button.caret-right{
    right: 10px;
    -webkit-transform: rotate(180deg);
}
.introslide:hover .nav-button{
    opacity: 1!important;
}
.introslide .slick-dots li button{
    display:none;
}
@media(max-width:998px){
    .products-slider{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .introslide .nav-button{
        opacity: 1!important;
        width: 30px;
        height: 30px;
    } 
    .introslide .nav-button{
        background-size: 25px;
    }
}
   
    .introslide .slick-dots{
        display: flex;
        align-items: center;
        gap:5px;
        justify-content: center;
    }
    .introslide .slick-dots li{
        width: 8px;
        height: 8px;
        display: inline-block;
        border: 1px solid;
        border-radius: 50%;
        background: transparent;
    }
    .introslide .slick-dots li.slick-active{
        background: #000000;
    }

.tab-alpha .tab-content {
    padding: 20px;
    border: 2px solid #dadada;
    margin-top: -2px;
}
.tab-alpha ul {
    border-bottom: solid 1px #edf0f5;
}
.tab-alpha ul li {
    margin: 0;
}
.tab-alpha ul li a {
    padding: 15px 0;
    border: none;
    margin: 0;
    font-weight: 600;
    color: #000000;
}
.tab-alpha ul li.active > a,
.tab-alpha ul li.active > a:focus,
.tab-alpha ul li.active > a:hover {
    border: none;
    color: #000000;
    padding: 15px 0;
    border-bottom: solid 2px #000000;
}
.banner-background {
    margin-bottom: 20px;
    color: #000000;
    text-align: center;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 184px;
    display: flex;
    align-items: center;
}
.banner-background.noimage{
    min-height: 100px;
}
.banner-background .text.container{
    padding: 20px;
}
@media(max-width:998px){
    .banner-background .text.container{
        width: 100%;
        margin: 15px;
    }
}
@media(max-width:778px){
 
    .banner-background{
        min-height: 100px;
    }
}
.banner-background h1 {
    line-height: 1.17;
    margin: 0;
    font-size: 30px;
    font-weight: 300;
}
.banner-background p{
    font-weight: 400;
}
.product-item {
    position: relative;
    text-align: center;
    transition: 0.3s;
    height: auto;
}
.incele-btn{
    height: 0;
    opacity: 0;
    color: #000000;
    fill: #000000;
    background-color: transparent;
    border-color: #000000;
    font-size: 10px;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-weight: 400;
    display: block;
    border: 1px solid;
    border-radius: 5px;
    padding: 8px;
    font-size: 12px;
    font-family:"kapraNeue";
    margin: 10px 9px;
    position: absolute;
}
.back-to-top{	
    position: fixed;	
    bottom: 30px;	
    right: 10px;	
    width: 35px;	
    height: 35px;	
    display: flex;	
    justify-content: center;	
    align-items: center;	
    opacity: 0;	
    transition: all .3s ease;	
    z-index: 99;	
    background-color: #000!important;	
    border-radius:50%;	
  }	
  .back-to-top a{
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;    
}
  .back-to-top.show{
    opacity: 1;
    }
  .back-to-top img{	
    filter: invert(1);	
    width: 25px;	
  }
.product-inside{
    border: 1px solid #e5e5e5; 
    width:100%;
    background-color: #fff;
}
.product-item.hover .product-inside {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    box-sizing: content-box;
}
.product-item.hover .incele-btn{
 height: auto;
 opacity: 1;
 position: relative;
}
.bigimglist{
    aspect-ratio:1/1;
    object-fit:cover ;
}
.product-item .disc {
    width: 52px;
    height: 25px;
    top: 15px;
    left: 15px;
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
    display: inline-block;
    color: #fff;
    
    margin-right: 9px;
}
.product-item .text {
    min-height: 70px;
    padding-top: 10px;
}

.product-item .price {
    margin-top: 10px;
}
.product-item .price span {
    letter-spacing: 0.8px;
    font-weight: 600;
    font-size:18px;
}

.product-item .price span.old {
    color: #a2a2a2;
    text-decoration: line-through;
    margin-right: 10px;
    font-weight: 500;
    font-size:15px;
}
.curr{
    font-family: sans-serif;
    display: inline-block!important;
    color:currentColor!important;
    font-weight: 400!important;
}
span.old .curr{
    font-size: 400!important;
}
.product-item .green {
    display: block;
    text-align: left;
    padding: 0 20px;
    color: #36bb68;
    font-size: 12px;
    font-weight: 500;
}
.product-item .green span {
    display: inline-block;
    padding: 0;
}
.product-item .red {
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
    text-align: left;
    padding: 0 20px;
    color: red;
    font-weight: 700;
}
.product-item .red span {
    display: inline-block;
    padding: 0;
}
.img-area {
    display: block;
    margin-bottom: 10px;
}
.properties-prod,
header .menu ul li {
    display: inline-block;
}
.img-area .img {
    overflow: hidden;
}
.img-area img {
    width: 100%;
    transition: all 0.3s;
}
.img-area:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
header {
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
}
header .top .item{
    text-align: center;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
}
header .top {
    background:beige;
    color: #000000!important;
    height: 27px;
}
header .top a {
    color: #fff;
    line-height: 40px;
    font-size: 13px;
    margin-right: 20px;
}
header .top a.pull-right {
    margin-right: 0;
    margin-left: 20px;
}
header .top a i {
    margin-right: 9px;
}
header .input-container {
    padding-top: 15px;
}
header .input-container label {
    float: left;
    font-size: 20px;
    width: 25px;
}
header .input-container label i {
    vertical-align: top;
}
header .input-container input {
    width:100%;
    padding: 0;
    height: 20px;
    font-size: 14px;
    float: left;
    border: none;
}
header .input-container{
    border: 1px solid silver;
    width: 100%;
    height: 40px;
    margin: 10px 0;
    padding: 0 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
    padding: 0 10px;
}
.input-container.search .icon{
    fill: silver;
    margin-top: 10px;
}


@media only screen and (max-width: 1261px) and (min-width: 768px){
    .header .fav {
        max-width: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.row.headerrow{
    display: flex;
    align-items: center;
}
@media(max-width:981px){
    .row.headerrow{
        justify-content: space-between;
        align-items: center;
    }
    .row.headerrow > div {
        padding:0;
    }
  
}
header .sepet small{ 
    position: absolute;
    top: 9px;
}


header .right-links ul li {
    float: right;
}
header .right-links ul li a {
    font-size: 13px;
    padding: 0 10px;
    color: #000000;
    font-weight: 400;
}
header .right-links ul li a span{
    margin-top:5px;
}
header .right-links ul li a i {
    font-size: 20px;
}
header .right-links ul {
    display: flex;
    white-space: nowrap;
    text-align: center;
    justify-content: flex-end;
}
header .right-links ul {
    z-index: 99;
    position: relative;
}


header .menu ul {
    text-align: center;
}
header .menu ul li a {
    line-height: initial;
    height: auto;
    display: inline-block;
    font-weight: 300;
    font-size: 15px;
    color: #000000;
    font-weight:400;
}


header .bottom ul {
    list-style: none;
}
footer {
    background: #f3f6f8;
}
footer .middle {
    border-top: 1px solid #c8cacc;
}
footer .top {
    padding: 50px 0 0px;
}
footer .top p {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #000000;
    font-family: "kapraNeue"!important;
    text-transform: uppercase;
}
footer .top ul {
    list-style: none;
    padding: 0;
}
footer .top ul li a {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.79;
    letter-spacing: 0.5px;
    color: #000000;
}

footer .top ul.sm li {
    width: 30px;
    height: 30px;
    text-align: center;
    float: left;
    margin-right: 10px;
}
footer .top ul.sm li a {
    line-height: 30px;
    font-size: 16px;
}
footer .top ul.sm li:hover a {
    color: #000000;
}
@media(min-width:998px){
    footer .top ul:not(.d-flex) {
        display:block!important
    }
}
footer .top .form-newsletter {
    position: relative;
    height: 50px;
    margin-bottom: 50px;
}
footer .top .form-newsletter input {
    position: absolute;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #d7d7d7;
}
footer .top .form-newsletter button {
    position: absolute;
    z-index: 9;
    height: 48px;
    width: 50px;
    border: none;
    right: 1px;
    background: #fff;
    top: 1px;
}
footer .middle {
    padding: 25px 0;
}
footer .bottom {
    padding: 5px 0;
}
footer .bottom img {
    float: right;
}
footer .bottom span {
    color: #a8aaac;
    font-size: 13px;
    font-weight: 300;
}
footer .properties {
    padding: 30px 0;
}
footer .properties i {
    float: left;
    font-size: 67px;
    height: 100%;
    color: #000000;
}
footer .properties .text {
    float: right;
    width: calc(100% - 75px);
}
footer .properties .text p.ttl {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #1c1c1b;
    font-weight: 400;
}
footer .properties .text p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: 0.5px;
    color: #002d52;
}
footer .properties .text p span {
    font-weight: 600;
    text-decoration: underline;
}
@media (min-width:998px){
    .social-media.container-fluid{
        margin-top: 60px;
    }
}

@media(max-width:778px){
    footer .top {
        padding: 20px 0 0px;
    }
    footer .social-media{
        padding-top: 20px;
    }
}
.properties-prod {
    padding: 15px;
    width: 100%;
    margin: 20px 0 0;
}
.properties-prod .box {
    width: 50%;
    margin-bottom: 10px;
    float: left;
}
.properties-prod.gray {
    margin: 50px 0;
    background-color: #f3f6f8;
}
.properties-prod i {
    float: left;
    font-size: 40px;
    height: 100%;
    color: #000000;
}
.properties-prod .text {
    float: right;
    width: calc(100% - 45px);
}
.properties-prod .text p.ttl {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.43;
    color: #000000;
}
.properties-prod .text p.ttl span {
    display: block;
    color: #acacac;
    text-decoration: none;
}
.properties-prod .text p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: 0.5px;
    color: #002d52;
}
.properties-prod .text p span {
    font-weight: 600;
    text-decoration: underline;
}
.product_set_box {
    width: 100%;
    float: left;
    border: 4px solid #eee;
    position: relative;
    margin-bottom: 20px;
}
.product_set_box .set-title {
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: 20px;
}
.product_set_box .set-title span {
    font-weight: 700;
}
.set-title-custom{
    margin-bottom: 20px;
    border-width: 2px;
    border-width: 2px!important;
}
.product_set_box .product-box-setler {
    width: 194px;
    float: left;
    border-right: 1px solid #eee;
    padding: 15px;
    position: relative;
}
.product_set_box .product-box-setler:last-child {
    border-right: none;
}
.product_set_box .product-box-setler a {
    width: 100%;
    float: left;
}
.product_set_box .product-box-setler img {
    width: 100%;
}
.product_set_box .product-box-setler p {
    margin: 0;
    width: 100%;
    min-height: 36px;
    line-height: 20px;
    overflow: hidden;
    float: left;
    font-size: 15px;
    padding: 3px 3%;
}
.product_set_box .product-box-setler .product_code {
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    color: #000000;
    background: #fff;
    font-size: 13px;
    padding: 0 3%;
    white-space: nowrap;
    text-align: center;
}
.product_set_box .product-box-setler .price {
    width: 100%;
    line-height: 28px;
    float: left;
    font-size: 18px;
    font-weight: 400;
    padding: 2px 3%;
    text-align: center;
}
.product_set_box_bottom {
    width: 716px;
    float: left;
    background: url(/images/product_set_box_bottom.jpg) bottom center no-repeat;
    padding: 0 0 31px;
}
.product_set_box_bottom p {
    width: 100%;
    float: left;
    color: #df11a8;
    font-size: 15px;
    text-align: center;
}
.product_set_box_bottom b {
    width: 100%;
    float: left;
    color: #b9b9b9;
    margin: 7px 0;
    font-size: 12px;
    text-align: center;
    text-decoration: line-through;
}
.product_set_box_bottom span {
    width: 100%;
    float: left;
    color: #6a6a6a;
    font-size: 18px;
    text-align: center;
}
.product_set_box_bottom span.product_code {
    width: 100%;
    float: left;
    color: #888;
    font-size: 12px;
    text-align: center;
}
@media (max-width: 767px) {
    .product-item .disc {
        width: 34px;
        height: 25px;
        top: 15px;
        left: 15px;
        font-size: 11px;
        background-size: contain;
        line-height: 23px;
        display: inline-block;
        color: #000000;
        border: 1px solid;
        margin-right: 5px;
    }
    .product-item .price span {
        font-size: 16px;
        display: block;
    }
    .product-item .price span.old {
        display: inline-block;
        font-size: 14px;
    }
  
    span.old .curr{
        font-size: 14px;
    }
    .product-img ul {
        bottom: 10px;
        left: 10px;
    }
    .product-img ul li {
        float: left;
        width: 35px;
        height: 35px;
        border: 1px solid #ebebeb;
        margin-right: 10px;
    }
    .line .right,
    .product-text .ring input,
    .product-text .ring select,
    .product-text button {
        width: 100%;
    }
    .product-text .buttons {
        width: 100%;
        text-align: center;
    }
    .product-text .cargoo {
        margin-top: 10px;
    }
    .product-text button {
        margin: 0;
        line-height: 26px;
        height: auto;
        padding: 8px 0 6px;
    }
    .product-text button span {
        display: block;
    }
    .line .right .titles span {
        width: auto !important;
        padding: 10px 5px;
    }
    .line .right .text {
        width: 100%;
    }
    .line .right .text .box {
        width: 33.33%;
        float: left;
        padding: 5px;
    }
    .line .right.active {
        box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.06);
    }
    footer .top p {
        margin-top: 20px;
    }
    footer .properties {
        margin: 0;
    }
    footer .properties .box {
        display: inline-block;
        margin-bottom: 10px;
    }
  
    .properties-prod {
        margin: 0;
    }
    .properties-prod .box {
        display: inline-block;
        margin-bottom: 0;
        width: 33.3%;
    }
    .properties-prod .box i {
        font-size: 24px;
    }
    .properties-prod .text {
        width: calc(100% - 32px);
        margin-bottom: 7px;
    }
    .properties-prod .text p.ttl {
        font-weight: 600;
        font-size: 10px;
        line-height: 1.43;
        color: #000000;
    }
}

@media (min-width: 992px) {
    header .sub-menu {
        opacity: 0;
        transition: opacity .4s;
        text-align: left;
        position: absolute;
        z-index: 3;
        pointer-events: none;
        background-color: #fff;
        top: 48px;
        left: 0;
        border: 1px solid #f1f1f1;
        padding: 0;
        display: flex;
        width: 100%;
    }
    .child-sub{
        font-weight: 600;
    }
}

@media (max-width: 991px) {
    .all-products{
        margin: 15px 8px;
    }

    header .sub-menu{
        display:none;
    }
    .product-text .price .last {
        width: 100%;
    }
    .newsletter .right {
        height: 70px;
        background-color: #e5e7e9;
        padding-top: 0;
    }
    table td,
    table th {
        font-size: 11px;
    }
    header .bottom {
        padding: 10px 0;
    }
    .logo img{
        width: 120px;
    }
    header .input-container {
        display: inline-block;
        width: 100%;
        margin-bottom: 5px;
    }
    header .menu {
        padding: 0;
        height: 100%;
        background-color: #fff;
        width: 100%;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transform: translate(-280px, 0);
        -webkit-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-1400px, 0, 0);
    }
    header .menu.active {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        overflow: auto;
    }
    header .menu .menu-top {
        border-bottom: 1px solid #e4e4e4;
        height: 80px;
    }
   
    header .menu ul {
        overflow: auto;
        height: calc(100% - 80px);
        margin: 0;
        padding: 0;
    }
    header .menu ul li {
        line-height: 48px;
        display: block;
        text-align: left;
    }
    header .menu ul li a {
        font-size: 14px;
        font-weight: 300;
        color: #000000;
    }
    header .menu ul li a i {
        line-height: 48px;
        float: right;
    }
    .sub-menu .inner ul{
        display:none;
    }
    .sub-menu .inner .innercat-link{
        font-weight: 300;
        position:relative;
        margin-bottom: 0;
        text-transform: uppercase;
    }
    .innercat-link.active{
        border-bottom: 1px solid #dbdbdb;
    }
    .menu .headerrow{
        padding-top:13px;
    }
    header .bottom .right-links ul li {
        float: right;
    }
    header .bottom .right-links ul li a {
        padding: 0 5px;
        font-size: 13px;
        float: right;
    }
    header .bottom .right-links i {
        vertical-align: top;
    }
}



.fs-6{font-size:6px;line-height:1.5}.fs-7{font-size:7px;line-height:1.5}.fs-8{font-size:8px;line-height:1.5}.fs-9{font-size:9px;line-height:1.5}.fs-10{font-size:10px;line-height:1.5}.fs-11{font-size:11px;line-height:1.5}.fs-12{font-size:12px;line-height:1.5}.fs-13{font-size:13px;line-height:1.5}.fs-14{font-size:14px;line-height:1.5}.fs-15{font-size:15px;line-height:1.5}.fs-16{font-size:16px;line-height:1.5}.fs-17{font-size:17px;line-height:1.5}.fs-18{font-size:18px;line-height:1.5}.fs-19{font-size:19px;line-height:1.5}.fs-20{font-size:20px;line-height:1.5}.fs-21{font-size:21px;line-height:1.5}.fs-22{font-size:22px;line-height:1.5}.fs-23{font-size:23px;line-height:1.5}.fs-24{font-size:24px;line-height:1.5}.fs-25{font-size:25px;line-height:1.5}.fs-26{font-size:26px;line-height:1.5}.fs-27{font-size:27px;line-height:1.5}.fs-28{font-size:28px;line-height:1.5}.fs-29{font-size:29px;line-height:1.5}.fs-30{font-size:30px;line-height:1.5}.fs-35{font-size:35px;line-height:1.5}.fs-40{font-size:40px;line-height:1.5}.fs-45{font-size:45px;line-height:1.5}.fs-50{font-size:50px;line-height:1.5}.fs-55{font-size:55px;line-height:1.5}.fs-60{font-size:60px;line-height:1.5}.fs-65{font-size:65px;line-height:1.5}.fs-70{font-size:70px;line-height:1.5}.fs-75{font-size:75px;line-height:1.5}.fs-80{font-size:80px;line-height:1.5}.fs-85{font-size:85px;line-height:1.5}.fs-90{font-size:90px;line-height:1.5}.fs-95{font-size:95px;line-height:1.5}.fs-100{font-size:100px;line-height:1.5}@media (min-width:576px){.fs-sm-6{font-size:6px;line-height:1.5}.fs-sm-7{font-size:7px;line-height:1.5}.fs-sm-8{font-size:8px;line-height:1.5}.fs-sm-9{font-size:9px;line-height:1.5}.fs-sm-10{font-size:10px;line-height:1.5}.fs-sm-11{font-size:11px;line-height:1.5}.fs-sm-12{font-size:12px;line-height:1.5}.fs-sm-13{font-size:13px;line-height:1.5}.fs-sm-14{font-size:14px;line-height:1.5}.fs-sm-15{font-size:15px;line-height:1.5}.fs-sm-16{font-size:16px;line-height:1.5}.fs-sm-17{font-size:17px;line-height:1.5}.fs-sm-18{font-size:18px;line-height:1.5}.fs-sm-19{font-size:19px;line-height:1.5}.fs-sm-20{font-size:20px;line-height:1.5}.fs-sm-21{font-size:21px;line-height:1.5}.fs-sm-22{font-size:22px;line-height:1.5}.fs-sm-23{font-size:23px;line-height:1.5}.fs-sm-24{font-size:24px;line-height:1.5}.fs-sm-25{font-size:25px;line-height:1.5}.fs-sm-26{font-size:26px;line-height:1.5}.fs-sm-27{font-size:27px;line-height:1.5}.fs-sm-28{font-size:28px;line-height:1.5}.fs-sm-29{font-size:29px;line-height:1.5}.fs-sm-30{font-size:30px;line-height:1.5}.fs-sm-35{font-size:35px;line-height:1.5}.fs-sm-40{font-size:40px;line-height:1.5}.fs-sm-45{font-size:45px;line-height:1.5}.fs-sm-50{font-size:50px;line-height:1.5}.fs-sm-55{font-size:55px;line-height:1.5}.fs-sm-60{font-size:60px;line-height:1.5}.fs-sm-65{font-size:65px;line-height:1.5}.fs-sm-70{font-size:70px;line-height:1.5}.fs-sm-75{font-size:75px;line-height:1.5}.fs-sm-80{font-size:80px;line-height:1.5}.fs-sm-85{font-size:85px;line-height:1.5}.fs-sm-90{font-size:90px;line-height:1.5}.fs-sm-95{font-size:95px;line-height:1.5}.fs-sm-100{font-size:100px;line-height:1.5}}@media (min-width:768px){.fs-md-6{font-size:6px;line-height:1.5}.fs-md-7{font-size:7px;line-height:1.5}.fs-md-8{font-size:8px;line-height:1.5}.fs-md-9{font-size:9px;line-height:1.5}.fs-md-10{font-size:10px;line-height:1.5}.fs-md-11{font-size:11px;line-height:1.5}.fs-md-12{font-size:12px;line-height:1.5}.fs-md-13{font-size:13px;line-height:1.5}.fs-md-14{font-size:14px;line-height:1.5}.fs-md-15{font-size:15px;line-height:1.5}.fs-md-16{font-size:16px;line-height:1.5}.fs-md-17{font-size:17px;line-height:1.5}.fs-md-18{font-size:18px;line-height:1.5}.fs-md-19{font-size:19px;line-height:1.5}.fs-md-20{font-size:20px;line-height:1.5}.fs-md-21{font-size:21px;line-height:1.5}.fs-md-22{font-size:22px;line-height:1.5}.fs-md-23{font-size:23px;line-height:1.5}.fs-md-24{font-size:24px;line-height:1.5}.fs-md-25{font-size:25px;line-height:1.5}.fs-md-26{font-size:26px;line-height:1.5}.fs-md-27{font-size:27px;line-height:1.5}.fs-md-28{font-size:28px;line-height:1.5}.fs-md-29{font-size:29px;line-height:1.5}.fs-md-30{font-size:30px;line-height:1.5}.fs-md-35{font-size:35px;line-height:1.5}.fs-md-40{font-size:40px;line-height:1.5}.fs-md-45{font-size:45px;line-height:1.5}.fs-md-50{font-size:50px;line-height:1.5}.fs-md-55{font-size:55px;line-height:1.5}.fs-md-60{font-size:60px;line-height:1.5}.fs-md-65{font-size:65px;line-height:1.5}.fs-md-70{font-size:70px;line-height:1.5}.fs-md-75{font-size:75px;line-height:1.5}.fs-md-80{font-size:80px;line-height:1.5}.fs-md-85{font-size:85px;line-height:1.5}.fs-md-90{font-size:90px;line-height:1.5}.fs-md-95{font-size:95px;line-height:1.5}.fs-md-100{font-size:100px;line-height:1.5}}@media (min-width:992px){.fs-lg-6{font-size:6px;line-height:1.5}.fs-lg-7{font-size:7px;line-height:1.5}.fs-lg-8{font-size:8px;line-height:1.5}.fs-lg-9{font-size:9px;line-height:1.5}.fs-lg-10{font-size:10px;line-height:1.5}.fs-lg-11{font-size:11px;line-height:1.5}.fs-lg-12{font-size:12px;line-height:1.5}.fs-lg-13{font-size:13px;line-height:1.5}.fs-lg-14{font-size:14px;line-height:1.5}.fs-lg-15{font-size:15px;line-height:1.5}.fs-lg-16{font-size:16px;line-height:1.5}.fs-lg-17{font-size:17px;line-height:1.5}.fs-lg-18{font-size:18px;line-height:1.5}.fs-lg-19{font-size:19px;line-height:1.5}.fs-lg-20{font-size:20px;line-height:1.5}.fs-lg-21{font-size:21px;line-height:1.5}.fs-lg-22{font-size:22px;line-height:1.5}.fs-lg-23{font-size:23px;line-height:1.5}.fs-lg-24{font-size:24px;line-height:1.5}.fs-lg-25{font-size:25px;line-height:1.5}.fs-lg-26{font-size:26px;line-height:1.5}.fs-lg-27{font-size:27px;line-height:1.5}.fs-lg-28{font-size:28px;line-height:1.5}.fs-lg-29{font-size:29px;line-height:1.5}.fs-lg-30{font-size:30px;line-height:1.5}.fs-lg-35{font-size:35px;line-height:1.5}.fs-lg-40{font-size:40px;line-height:1.5}.fs-lg-45{font-size:45px;line-height:1.5}.fs-lg-50{font-size:50px;line-height:1.5}.fs-lg-55{font-size:55px;line-height:1.5}.fs-lg-60{font-size:60px;line-height:1.5}.fs-lg-65{font-size:65px;line-height:1.5}.fs-lg-70{font-size:70px;line-height:1.5}.fs-lg-75{font-size:75px;line-height:1.5}.fs-lg-80{font-size:80px;line-height:1.5}.fs-lg-85{font-size:85px;line-height:1.5}.fs-lg-90{font-size:90px;line-height:1.5}.fs-lg-95{font-size:95px;line-height:1.5}.fs-lg-100{font-size:100px;line-height:1.5}}@media (min-width:1290px){.fs-xl-6{font-size:6px;line-height:1.5}.fs-xl-7{font-size:7px;line-height:1.5}.fs-xl-8{font-size:8px;line-height:1.5}.fs-xl-9{font-size:9px;line-height:1.5}.fs-xl-10{font-size:10px;line-height:1.5}.fs-xl-11{font-size:11px;line-height:1.5}.fs-xl-12{font-size:12px;line-height:1.5}.fs-xl-13{font-size:13px;line-height:1.5}.fs-xl-14{font-size:14px;line-height:1.5}.fs-xl-15{font-size:15px;line-height:1.5}.fs-xl-16{font-size:16px;line-height:1.5}.fs-xl-17{font-size:17px;line-height:1.5}.fs-xl-18{font-size:18px;line-height:1.5}.fs-xl-19{font-size:19px;line-height:1.5}.fs-xl-20{font-size:20px;line-height:1.5}.fs-xl-21{font-size:21px;line-height:1.5}.fs-xl-22{font-size:22px;line-height:1.5}.fs-xl-23{font-size:23px;line-height:1.5}.fs-xl-24{font-size:24px;line-height:1.5}.fs-xl-25{font-size:25px;line-height:1.5}.fs-xl-26{font-size:26px;line-height:1.5}.fs-xl-27{font-size:27px;line-height:1.5}.fs-xl-28{font-size:28px;line-height:1.5}.fs-xl-29{font-size:29px;line-height:1.5}.fs-xl-30{font-size:30px;line-height:1.5}.fs-xl-35{font-size:35px;line-height:1.5}.fs-xl-40{font-size:40px;line-height:1.5}.fs-xl-45{font-size:45px;line-height:1.5}.fs-xl-50{font-size:50px;line-height:1.5}.fs-xl-55{font-size:55px;line-height:1.5}.fs-xl-60{font-size:60px;line-height:1.5}.fs-xl-65{font-size:65px;line-height:1.5}.fs-xl-70{font-size:70px;line-height:1.5}.fs-xl-75{font-size:75px;line-height:1.5}.fs-xl-80{font-size:80px;line-height:1.5}.fs-xl-85{font-size:85px;line-height:1.5}.fs-xl-90{font-size:90px;line-height:1.5}.fs-xl-95{font-size:95px;line-height:1.5}.fs-xl-100{font-size:100px;line-height:1.5}}@media (min-width:1440px){.fs-xxl-6{font-size:6px;line-height:1.5}.fs-xxl-7{font-size:7px;line-height:1.5}.fs-xxl-8{font-size:8px;line-height:1.5}.fs-xxl-9{font-size:9px;line-height:1.5}.fs-xxl-10{font-size:10px;line-height:1.5}.fs-xxl-11{font-size:11px;line-height:1.5}.fs-xxl-12{font-size:12px;line-height:1.5}.fs-xxl-13{font-size:13px;line-height:1.5}.fs-xxl-14{font-size:14px;line-height:1.5}.fs-xxl-15{font-size:15px;line-height:1.5}.fs-xxl-16{font-size:16px;line-height:1.5}.fs-xxl-17{font-size:17px;line-height:1.5}.fs-xxl-18{font-size:18px;line-height:1.5}.fs-xxl-19{font-size:19px;line-height:1.5}.fs-xxl-20{font-size:20px;line-height:1.5}.fs-xxl-21{font-size:21px;line-height:1.5}.fs-xxl-22{font-size:22px;line-height:1.5}.fs-xxl-23{font-size:23px;line-height:1.5}.fs-xxl-24{font-size:24px;line-height:1.5}.fs-xxl-25{font-size:25px;line-height:1.5}.fs-xxl-26{font-size:26px;line-height:1.5}.fs-xxl-27{font-size:27px;line-height:1.5}.fs-xxl-28{font-size:28px;line-height:1.5}.fs-xxl-29{font-size:29px;line-height:1.5}.fs-xxl-30{font-size:30px;line-height:1.5}.fs-xxl-35{font-size:35px;line-height:1.5}.fs-xxl-40{font-size:40px;line-height:1.5}.fs-xxl-45{font-size:45px;line-height:1.5}.fs-xxl-50{font-size:50px;line-height:1.5}.fs-xxl-55{font-size:55px;line-height:1.5}.fs-xxl-60{font-size:60px;line-height:1.5}.fs-xxl-65{font-size:65px;line-height:1.5}.fs-xxl-70{font-size:70px;line-height:1.5}.fs-xxl-75{font-size:75px;line-height:1.5}.fs-xxl-80{font-size:80px;line-height:1.5}.fs-xxl-85{font-size:85px;line-height:1.5}.fs-xxl-90{font-size:90px;line-height:1.5}.fs-xxl-95{font-size:95px;line-height:1.5}.fs-xxl-100{font-size:100px;line-height:1.5}}
@media (min-width: 992px) {
    header .menu .menu-sign,
    header .menu-top {
        display: none;
    }
    .properties-prod .box {
        width: 14.2857143%;
        margin-bottom: 0;
    }
    header .menu {
        position: relative;
    }
    header .menu ul li .sub-menu ul li {
        text-align: left;
        position: relative;
        display:block;
    }
    header .menu ul li .sub-menu ul li a {
        padding: 0;
        line-height: 2.5;
        color: #000000;
        font-size: 14px;
        line-height: 1.5;
        padding: 5px 0;
        transition: 0.4s;
        display:inline-block;
    }
    header .menu ul li .sub-menu ul li a:hover{
        font-weight: 600;
    }
    a:before{
        display: block;
        font-weight: bold;
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }
    header .menu ul li .innercat-link span{
        text-decoration: underline;
        text-underline-offset: 0.4em;
    }
    header .menu ul li .innercat-link{
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        margin-bottom: 12px
    }
 
    header .menu ul li .ozel-grid {
        display:flex;
        flex-direction: column!important;
    }
    header .menu ul li .ozel-grid .innercat-link span{
        text-decoration: none!important;
    }
    header .menu ul li .ozel-grid .innercat-link{
        font-weight: 400;
        text-transform: capitalize;
        text-decoration: none!important;
        margin-bottom: 12px;
        transition: 0.4s;
    }
    header .menu ul li .ozel-grid .innercat-link.custom{
        font-weight: 700;
        text-transform: uppercase;
        font-size: 15px;
        margin-bottom: 15px;
    }

    header .menu ul li .ozel-grid .innercat-link:hover{
        text-decoration: none!important;
        font-weight: 600;
    }
    header .menu ul li .ozel-grid .innercat-link.custom span{
        text-decoration: underline!important;
        text-underline-offset: 0.4em!important;
    }

    header .menu ul li .sub-menu .menu-text span {
        font-size: 14px;
        font-weight: 600;
        line-height: 2.5;
        color: #979797;
        border-bottom: solid 1px #979797;
    }
    header .menu ul li .sub-menu .menu-text h2 {
        font-size: 24px;
        font-weight: 300;
        color: #000000;
    }
    header .menu ul li .sub-menu .menu-text p {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.43;
        color: #888;
    }
    header .menu .inner{
        padding-right: 60px;
    }
    header .menu .inner.man-cat{
        padding-right: 0px;
    }
    header .menu .inner ul{
        min-width:200px;
    }
    header .menu ul li .sub-menu .menu-text a {
        width: 179px;
        line-height: 40px;
        background-color: #000000;
        text-align: center;
        display: block;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
    }
    header .menu ul li .sub-menu{
        padding: 30px 15px;
        background: #fff;
        border: 1px solid #dbdbdb;
        position: absolute;
        left: 0;
        top: 70%;
    }
    header .menu ul li:hover .sub-menu {
        pointer-events: auto;
        opacity: 1;
        width: 100%;
        z-index: 9999;
        height: auto;
    }

    .banner-background {
        text-align: left;
    }
    .banner-background h1 {
        font-size: 36px;
        font-weight: 300;
    }
  
    aside .breadcrumb{
        background: #fff;
        padding: 10px 0;
        margin: 0;
        border-bottom: 1px solid #cfcece;
        margin-bottom: 40px;
    }
    header .menu .inner.col-list:first-of-type ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        column-gap: 13%;
    }
    header .menu .inner.col-list:first-of-type{
        width:100%;
        max-width: 27%;
    }
}
@media (max-width:998px) {
    header .menu ul li .ozel-grid .inner a{
        line-height: 48px;
    }   
    
}

.sayfa-header {
    background: #e5e5e5;
    height: 50px;
    text-align: left;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 50px;
    font-weight: bold;
    padding-left: 10px;
    font-family: "kapraNeue"!important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.search-popup,
.search-popup .input-holder {
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
}
.search-popup {
    position: fixed;
    top: 0;
    z-index: 400;
    height: 100%;
    background-color: #00a4e4;
    visibility: hidden;
    -webkit-transition: opacity 0.1s linear, visibility 0.1s linear;
    -moz-transition: opacity 0.1s linear, visibility 0.1s linear;
    transition: opacity 0.1s linear, visibility 0.1s linear;
}
.search-popup .container,
.search-popup__inner,
.search-popup__inner form {
    position: relative;
    height: 100%;
}
.search-popup .container {
    padding-top: 77px;
}
.search-popup__inner form {
    padding-top: 70px;
    padding-bottom: 40px;
}
.search-popup__close {
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 20px;
}
.search-popup__close:hover {
    text-decoration: none;
    color: #15a2ab;
}
.search-popup .input-holder {
    background-color: #0087bb;
    padding: 15px 14px;
    position: absolute;
    top: 0;
    overflow: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
}
.search-popup .input-holder input {
    width: 100%;
    height: 30px;
    border: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    background: 0 0;
    outline: 0;
}
.search-popup .input-holder input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.search-popup .input-holder input:-moz-placeholder {
    color: #fff;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.search-popup .input-holder input::-moz-placeholder {
    color: #fff;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.search-popup .input-holder input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.search-popup .input-holder button,
.search-popup__list,
.search-popup__list__info {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}
.ie8 .search-popup .input-holder input {
    line-height: 30px;
}
.search-popup .input-holder button {
    background: 0 0;
    position: absolute;
    right: -114px;
    top: 0;
    font-size: 25px;
    color: #fff;
    padding: 10px 30px;
    height: 100%;
    line-height: 14px;
    border: 0;
    -webkit-transition: opacity 0.2s linear, right 0.2s ease-out, visibility 0.2s linear;
    -moz-transition: opacity 0.2s linear, right 0.2s ease-out, visibility 0.2s linear;
    transition: opacity 0.2s linear, right 0.2s ease-out, visibility 0.2s linear;
}
.search-popup__list {
    position: relative;
    padding: 0;
    top: 150px;
    height: 100%;
    padding-bottom: 82px;
    -webkit-transition: opacity 0.1s linear, top 0.2s ease-out, visibility 0.2s linear;
    -moz-transition: opacity 0.1s linear, top 0.2s ease-out, visibility 0.2s linear;
    transition: opacity 0.1s linear, top 0.2s ease-out, visibility 0.2s linear;
}
.search-popup__list .ui-autocomplete {
    display: block !important;
    position: relative !important;
    top: 0 !important;
    left: auto !important;
    width: 100% !important;
    max-height: 100%;
    overflow: auto;
    padding: 0;
    margin: 0;
    list-style: none;
}
.search-popup__list .ui-autocomplete::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}
.search-popup__list-wrapper,
.search-popup__list > div {
    position: relative;
    height: 100%;
}
.search-popup__list .ui-autocomplete::-webkit-scrollbar-button {
    display: none;
}
.search-popup__list .ui-autocomplete::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 3px;
}
.search-popup__list .ui-autocomplete li {
    border-bottom: 1px solid #00b6fe;
    padding: 15px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
}
.search-popup__list .ui-autocomplete li.ui-state-focus {
    margin: 0;
}
.search-popup__list .ui-autocomplete li.ui-state-focus,
.search-popup__list .ui-autocomplete li:hover {
    color: #fff;
}
.search-popup__list__info {
    font-size: 14px;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    -webkit-transition: opacity 0.1s 0.2s linear, visibility 0.1s 0.2s linear;
    -moz-transition: opacity 0.1s 0.2s linear, visibility 0.1s 0.2s linear;
    transition: opacity 0.1s 0.2s linear, visibility 0.1s 0.2s linear;
}
.search-opened .search-popup,
.search-popup.search-list-active .input-holder button,
.search-popup.search-list-active .search-popup__list,
.search-popup.search-list-active .search-popup__list__info {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.search-popup__list__info a,
.search-popup__list__info button {
    color: #fff;
    background: 0 0;
    border: 0;
    margin-top: 15px;
    display: inline-block;
}
.search-popup__list__info a:focus,
.search-popup__list__info a:hover,
.search-popup__list__info button:focus,
.search-popup__list__info button:hover {
    color: #fff;
}
.search-popup.search-list-active .search-popup__list {
    top: 0;
}
.search-popup.search-list-active .input-holder button {
    right: 0;
}
.search-opened .search-popup .input-holder {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s linear;
    -moz-transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s linear;
    transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s linear;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
@media screen and (min-width: 768px) {
    .search-popup__close {
        font-size: 22px;
    }
    .search-popup .input-holder {
        padding: 15px 30px;
    }
    .search-popup .input-holder input {
        height: 40px;
        font-size: 22px;
    }
    .ie8 .search-popup .input-holder input {
        line-height: 40px;
    }
    .search-popup__list {
        padding: 0 30px 82px;
        text-align: left;
    }
    .search-popup__list__info {
        padding: 30px;
        text-align: left;
    }
    .search-popup__list__info a,
    .search-popup__list__info button {
        margin-top: 0;
    }
    .search-popup__list__info__right {
        text-align: right;
    }
}
@media screen and (min-width: 992px) {
    .search-popup .input-holder {
        padding: 17px 57px;
    }
    .search-popup .input-holder input {
        height: 101px;
        font-size: 28px;
    }
    .ie8 .search-popup .input-holder input {
        line-height: 101px;
    }
    .search-popup .input-holder button {
        font-size: 35px;
        padding: 34px 40px;
    }
    .search-popup__bottom {
        display: block;
        padding-bottom: 40px;
    }
    .search-popup__inner {
        position: relative;
        height: 100%;
    }
    .search-popup__inner form {
        padding-top: 135px;
    }
    .search-popup__list {
        padding: 0 57px 82px;
    }
    .search-popup__list__info {
        padding: 30px 57px;
    }
}
@media screen and (min-width: 1281px) {
    .search-popup__bottom {
        padding-bottom: 84px;
    }
    .search-popup__bottom a span {
        width: auto;
    }
}
.search-opened body {
    overflow: hidden;
}
.search-opened:not(.mobile) body {
    padding-right: 17px;
}
.menu,header {
    z-index: 2322 !important;
}
.anakatlink{
    text-transform: uppercase;
    font-size:18px;
    margin-bottom: 3px;
}
.anakatlink:hover {
    text-underline-offset: 5px;
    text-decoration: underline;
    transition: 0.2s;
}
@media(max-width:998px){
    .mobile-anakatlink{
        padding: 0;
        margin: 0;
        font-weight: 300;
        text-transform:uppercase;
        position: relative;
        border-bottom: 1px solid #dbdbdb;
    }
    .mobile-anakatlink .sub-icon , .innercat-link .sub-icon{
        width: 12px;
        height: 12px;
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 35%;
    }
    .mobile-anakatlink .sub-icon:before ,  .innercat-link .sub-icon:before , .mobile-anakatlink .sub-icon:after, .innercat-link .sub-icon:after{
        content: "";
        position: absolute;
        background-color: #1c1f26;
        transition: transform .25s ease-out;
    }
    .mobile-anakatlink .sub-icon:before ,  .innercat-link .sub-icon:before {
            top: 0;
            left: 49%;
            width: 2px;
            height: 100%;
            margin-left: -1px    
    }

    .mobile-anakatlink .sub-icon:after,  .innercat-link .sub-icon:after {
            top: 50%;
            left: 0;
            width: 100%;
            height:2px;
            margin-top: -1px
    }
    .mobile-anakatlink.active .sub-icon:before ,  .innercat-link.active  .sub-icon:before{
        transform: rotate(90deg);
    }
}
@media (min-width:991px){
    .flexmenu li .anakatlink{
        height: 50px;
        display:flex;
        align-items: center;
    }
    .sticky-arakisim.fixed.headalpha{
        transition: 0.3s;
        position: relative;
      }
      .sticky-arakisim.fixed.headalpha.open li:not(:first-child) .anakatlink {
        margin-left: 17px;
      }
    
      .sticky-arakisim.fixed.headalpha.open .input-container.search{
          transition: 0.3s transform ease;
          transform: translateY(-100%);
          opacity: 0;
      }
      .sticky-arakisim.fixed.headalpha .menu{
          position: absolute;
          padding: 0;
          width: 100%;
          padding: 0!important;
          transition-property: bottom,width;
          left: 50%;
          transition: 0.3s ease-in-out;
          transform: translateX(-50%);
          bottom:0
      }
      .sticky-arakisim.fixed.headalpha .flexmenu.noscrollbar{
        justify-content: space-between!important;
        display: flex;
      }
      .navigation .nobeforeafter::before,.navigation .nobeforeafter::after {
        display:none;
      }
      .sticky-arakisim.fixed.headalpha.open .menu{
          bottom:22px;
      }
      .sticky-arakisim.fixed.headalpha.open .top {
          transition: .3s height ease-in-out;
          height: 0;
          opacity: 0;
      }
      .sticky-arakisim.fixed.headalpha .right-links span{
          transition: .3s ease-in-out;
      }
      .sticky-arakisim.fixed.headalpha.open .right-links span{
          font-size:0;
      }
      header .bottom {
        padding: 30px 0 65px;
      }
      .sticky-arakisim.fixed.headalpha.open  .bottom {
            margin-bottom: 0px;
    }
      .sticky-arakisim.fixed.headalpha.open  .bottom{
          padding: 0 0;
      }
      .sticky-arakisim.fixed.headalpha .logo img{
          transition: .3s  ease-in-out;
      }
      .sticky-arakisim.fixed.headalpha.open .logo img{
          width:80px;
      }
      .sticky-arakisim.fixed.headalpha.open{
          border-bottom: 2px solid #f09950;
      } 
}

@media (min-width:998px){
    .sticky-arakisim.fixed.headalpha.open .flexmenu {
        position: absolute;
        padding: 0;
        width: 66vw;
        padding: 0!important;
        transition-property: bottom,width;
        bottom: -18px;
        left: 48%;
        transform: translateX(-50%);
      }
}
@media (min-width: 1280px){
    .sticky-arakisim.fixed.headalpha.open .anakatlink.btn:not(:first-child){
        margin-left: 12px;
    }
}
@media (max-width:1480px) and (min-width: 998px){

    .sticky-arakisim.fixed.headalpha.open .flexmenu.noscrollbar{
        justify-content: center!important;
    }
    header .logo img{
        max-width: 108px!important;
    }
    .sticky-arakisim.fixed.headalpha.open .right-links img {
        width:20px;
        height: auto;
    }
    .sticky-arakisim.fixed.headalpha.open .right-links img {
        width:20px;
        height: auto;
    }
    .sticky-arakisim.fixed.headalpha.open .right-links  .sepet-num  {
        display:none;
    }
    .sticky-arakisim.fixed.headalpha.open .flexmenu .sub-menu{
        width: 120%;
        left: -7%;
        top: 47px;
    }
    .sticky-arakisim.fixed.headalpha.open li .anakatlink {
        margin-left: 15px;
        white-space: nowrap;
        font-size: 12px;
    }
}



.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1281px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1281px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
.gap-5{
    gap:5px;
}
.gap-10{
    gap:10px;
}

.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
/* anasayfa */
.cate{
    padding:58px 0;
}
.cate-list ul{
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    gap:20px;
}
.cate-list a{ 
    font-size:30px;
    font-weight: 600;
    text-transform: uppercase;
}
.cate-list{
    z-index: 1;
}
.cate-flex{
    display:flex;
    position: relative;
    justify-content: space-between;
}
.cate .bottom img{
    margin-left:auto;
}
@media (min-width:778px){
  
    .cate .top{
        padding-top: 38px;
    }
    .cate .bottom{
        margin-top: 140px; 
    }
    .cate .top, .cate .bottom{
        max-width: 300px;
        width: 100%;
    }
    .cate-list .animated-link{
        background-image: linear-gradient(transparent 97%, #000000 1px);
        background-repeat: no-repeat;
        background-size: 0% 100%;
        transition: background-size 0.3s;
        background-position: right -1px;
    }
    .cate-list .animated-link:hover {
        background-size: 100% 100%;
        background-position: left -1px;
    }
}
@media(min-width:1080px){
    .cate .top, .cate .bottom{
        max-width: 340px;
        width: 100%;
    }
    .cate-list a{ 
        font-size: 40px;
    }
}
@media(min-width:1400px){
    .cate .top, .cate .bottom{
        max-width: 440px;
        width: 100%;
    }
    .cate .row:first-child{
        display: flex;
    }
    .cate-list ul{
        height: 100%;
        justify-content:space-evenly;
    }
}
@media(min-width:1690px){
    .cate .l-container {
        max-width: 1500px;
    }

}


@media (max-width:778px){
    .cate{
        padding-top:48px;
        padding-bottom:50px;
    }
    .cate-list a{
        text-transform: uppercase;
        font-weight: 600;
        font-size: 22px;
    }
    .cate .row{
        display:flex;
        justify-content: center;
    }
    .cate .container{
        padding:0;
    }
    .cate img{
        position: absolute;
        width: 200px;
        max-width: unset;
        object-fit: cover;
    }
    .cate .top img{
        left:-15px;
        top: 43px;
    }
    .cate .bottom img{
        right: -15px;
        bottom: 30px;
    }
    .cate-list ul li {
        border-bottom: 1px solid rgb(0, 0, 0);
    }
}
@media (max-width:580px) {
    .cate .top img{
        width: 127px;
        min-width: 127px;
        height: 200px;
    }
    .cate .bottom img{
        width: 127px;
        min-width: 127px;
        height: 159px;
    }
    
}
.border {
    border: 1px solid #dbdbdb!important
}

.border-top {
    border-top: 1px solid #dbdbdb!important
}

.border-right {
    border-right: 1px solid #dbdbdb!important
}

.border-bottom {
    border-bottom: 1px solid #dbdbdb!important
}

.border-left {
    border-left: 1px solid #dbdbdb!important
}

.h-100{
    height:100%;
}
.row.ozel-row{
    display:flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
}
.masonry-small img{
    width: 100%;
}
.masonry-small{
    display:grid; 
    grid-template-columns: 1fr 1fr;
    height: 100%;
    gap: 15px;
}
.masonry-small img{
    height: 100%;
}
.masonry .text{
    position:absolute;
    bottom:17px;
    width:100%;
    text-align: center;
    z-index:2;
}
.masonry img{
    object-fit: cover;
}
.masonry .masonry-one{
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
@media (min-width:998px) {
    .masonry .masonry-one {
        padding-right: 15px;
        margin-bottom: 1rem;
    }
}

/* .masonry .masonry-one .aspect-1-1::before, .masonry .masonry-four .aspect-1-1::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 72%, #0D0B0A 114%);
    z-index: 1;
} */


.masonry .masonry-four{
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
@media (max-width:778px){
    .masonry .masonry-one , .masonry .masonry-four{
            -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        /* padding: 0 15px; */
    }
    .masonry .masonry-one {
        margin-bottom: 1rem;
    
    }
}

.masonry .masonry-four .grid-m{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.masonry .masonry-four .grid-m .item{
        padding-left: 8px;
    padding-right: 8px;
        margin-bottom: 1rem;
}
.masonry .masonry-four .grid-m .item{
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.aspect-1-1{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
}
.aspect-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.masonry .text p{
    color: white;
    letter-spacing: 4.3px;
}
.border-btn{
    background:#fff;
    padding: 5px 30px;
    border: 1px solid;
    min-width: 208px;
    transition: .4s ease;
}
.border-btn:hover{
    background:#000000;
    color:white;
}

@media (min-width:778px) {
    .masonry-big{
        padding-right: 0px;
    }
    .masonry-small img{
        width: 100%;
        height:423px;
        object-fit: cover;
    }
}
@media (max-width:1400px ) and (min-width:778px) {
    .masonry-big img{
        max-height: 600px;
    }
    .masonry-small img{
        width: 100%;
        height:292px;
        object-fit: cover;
    }
}

@media(max-width:778px){
    .masonry-small .item{
        max-height: 180px;
        object-fit: cover;
    }
    .masonry-small .item a{
        height:100%;
        display: block;
    }
    .masonry-small .item .img{
        height:100%;
        height: 190px;
    }
   
    .masonry .text p{
        margin-bottom: 6px;
        font-size:18px;
    }
    .masonry .text{
        bottom:10px;
    }

    .masonry .text button{
        font-size: 10px;
        padding: 2px 12px;
        min-width: 100px;
    }
    .masonry-small {
        gap: 10px;
        margin-top:20px;
    }
}

.title-container{
    margin-bottom: 20px;
}
.relative{ 
    position: relative;
}
.absolute-text{
    position: absolute;
}
.absolute-text.bottom{
    bottom:20px;
}
.absolute-text.top{
    top:20px;
}
.absolute-text.left{
    left:20px;
}
.absolute-text.right{
    right:20px;
}
.absolute-text.center{
    top: 50%;  
    left: 50%; 
    transform: translate(-50%, -50%);
}
.color-green{
    color: #227913!important;
}
.color-gray{
    color: #757575!important;
}
.color-lightgray{
    color: #e5e5e5!important
}
/* Hide scrollbar for Chrome, Safari and Opera */
.noscrollbar::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .noscrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
.guvenrow{
    width:100%;
    margin: 40px 0;
    background: #000000;
}
.icons-area{
    display:flex;
    flex-wrap: wrap;
}
.icons-area.detail{
    margin: 50px 0;
}
.icons-area:not(.detail) .item img{
    filter: brightness(2);
}
.icons-area .item{
    color: white;
    margin-top: 13px;
}
.icons-area .item p{
    font-weight: 300;
}
.font-weight-bold{
    font-weight:bold;
}
.font-weight-light{
    font-weight:300!important;
}
.font-weight-normal{
    font-weight:400!important;
}
.font-weight-500{
    font-weight:500!important;
}
.overflow-elipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dual-banner {
    display: flex;
    width: 100%;
}
.dual-banner .item{
    flex-basis:50%;
}
.dual-banner .item .text{
    position: absolute;
    bottom: 17px;
    width: 40%;
    text-align: center;
    right: 20px;
}

.dual-banner .underline-text{
    text-align: center;
}
.dual-banner .banner-title{
    color:white;
    text-align: center;
}
@media (min-width:1080px) {
    .dual-text{
        text-align: end;
        position: relative;
        top: -120px;
        margin-right: 70px;
    }
    .dual-text{
        width:50%;
        text-align: center;
        position: relative;
        top: -139px;
        margin-right: 0px;
        margin-left: auto;
    }
}
@media(min-width:778px){
    .absolute-text .banner-title{
        width: 70%;
        margin: auto;
    }
    .dual-banner .absolute-text{
        text-align: center;
        bottom:20px!important;
        right: 30px!important;
    }
    .icons-area:not(.detail){
        padding:10px 0;
        margin:70px 0;
    }
    .dual-banner img {
        width:100%;
        object-fit: contain;
    }
    .urunSlider .owl-nav {
        position: unset !important;
        opacity: 0;
    }
    .urunSlider:hover .owl-nav {
        opacity: 1;
    }
      .dual-banner .aspect-1-1 img {
        width: 100%
      }
      .dual-banner .aspect-1-1,  .dual-banner .aspect-1-1 img{
        position: unset;
        padding-bottom: unset;
      }
}
 
@media(max-width:778px){
    .icons-area .row{
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .icons-area .font-weight-light {
        font-size: 8px;
    }
    .icons-area .font-weight-bold{
        font-size: 13px;
        font-weight: 500!important;
    }
    .icons-area  img{
      width:25px;
      height:25px;
    }
 
    .dual-banner .item{
        flex-shrink: 0;
        width: 40%;
        min-width: 303px;
        scroll-snap-align: start;
    }
    .dual-banner{
        gap: 5px;
        overflow: auto;
    }
    .dual-banner .aspect-1-1 {
        min-height: 400px;
    }
    .dual-banner .banner-title{
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        margin: auto;
    }
    .dual-banner .underline-text{
        text-align: center;
        color: #000000;
        text-decoration: underline;
        font-weight: 300;
    }
    .dual-banner .border-btn{
        min-width: 140px;
    }
    .dual-banner-container{
        padding:0;
    }
}
@media(max-width:1080px){
    .dual-banner .item .text{
        right: 0;
        left: 0;
        margin: auto;
    }
    .dual-banner .item .text{
        width: 100%;
    }
}
.social-media .row{
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
    padding-top:30px;
}
.social-media .textbox{
    display:flex;
    align-items:center;
    justify-content:center;
    letter-spacing: 2px;
}   
.social-media .textbox h6{
    font-size: 28px;
    font-weight: 400;

}
.social-media .textbox a{
    font-size: 18px;
    font-weight: 100;
    text-decoration: underline;
    text-underline-offset: 0.3em;
    letter-spacing: initial;
    margin-top: 10px;
    display: block;
}
.social-media .instabox img{
    object-fit: cover;object-position: center center;width: 330px;height: 100%;width: 100%;max-height: 330px;
}
@media (min-width:1080px) {
    .social-media .instabox img{
       max-height: 300px;
    }
}
@media (min-width:1400px) {
    .social-media .instabox img{
       max-height: 400px;
    }
}
@media(max-width:778px){
    .social-media .instabox img{
        max-height: 200px;
     }
}
.social-media .row .instabox:last-child{
    display:none;
}

.newsletter{
    background: #f5eae8;
    padding: 50px 0px;
    margin-top: 50px;
}

#epostaliste .epostaliste-input {
    border: 1px solid #e3e2df;
    width:100%;
    color: #000000;
    height: 43px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-color: #000000;
    background: 0 0;
    border-radius: 8px;
}
#epostaliste .epostaliste-btn{
    position: absolute;
    right: 0;
    width:30%;
    height: 43px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #fff;
    fill: #fff;
    background-color: #000000;
    border-color: #000000;
}


@media(max-width:998px){
    #epostaliste .epostaliste-btn{
        right: 13px;
    }
    .newsletter{
        padding:20px 0;
    }
    .social-media .row{
        row-gap: 0px;
    }
    .social-media .row .instabox:last-child{
        display:block;
    }
  
    .social-media .instabox{
        padding: 10px;
    }
    .social-media .textbox{
        text-align: center;
    }
    .menu .social-media{
        padding-bottom:30px;
    }
    .footer-item ul{
        display:none;

    }
    .footer-item .footer-title{
        border:1px solid;
        font-size:15px;
        padding: 10px;
        border: 1px solid #dbdbdb;
        position:relative;
        margin:0;
    }
 
    .footer-item .footer-title:not(.blog) .svg-icon{
        position: absolute;
        top: 25%;
        right: 20px;
        transition: 0.4s;
        height:13px;
    }
    .footer-item .footer-title:not(.blog).active .svg-icon{
        transform: rotate(180deg);
    }
    .footer-item{
        margin: 7px 0;
    }
    .footer-item ul{
        padding: 8px 10px!important;
        border: 1px solid #dbdbdb;
        border-top:none;
    }
    .grid-footer{
        width: 100%;
    }

}
.social-media.icons a{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    background: black;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 10px;
}
.social-media.icons a img{
   filter:invert(0.9)
}

.secili-filtre-container {
  overflow: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px !important;
}

.secili-filtre {
  padding: 5px 10px;
  background: #e5e5e5;
  margin-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 20px;
}
.filtre-sil {
  margin-left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.acc-head{
    font-weight: 300;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    padding: 10px;
    cursor: pointer;
    position: relative;
}
.acc-head p{
    margin-bottom:0;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 10px;
    color: #000000;
}

.acc-head .acc-head-title::after{
    content: "";
    background: url(/images/caret-up-thin.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    transition: .4s ease;
    right: 7px;
    top: 0;
    bottom:0;
    margin:auto;
    width: 15px;
    height: 15px;
    background-size: contain;
    z-index: 9;
}

.acc-head.active .acc-head-title::after{
    transform:rotate(180deg);
}
.acc-content .d-flex{
    max-height: 200px;
    overflow: auto;
}

.acc-content .d-flex::-webkit-scrollbar {
    width: 4px;
}
.acc-content .d-flex::-webkit-scrollbar-thumb {
    background: #939393
}
.acc-content label input{
    margin-right: 6px;
    top: 1px;
    position: relative;
}
.acc-content{
    background-color: #fff;
    border: 1px solid #ddd;
    position: absolute;
    top: 42px;
    width: 100% !important;
    padding: 15px 10px;
    z-index: 2222 !important;
    display: none;
}

.acc-content label{
    width: 100% !important;
    margin-right: 0 !important;
    font-weight: 500 !important;
}
.filters .right{
    padding-left: 6px;
    row-gap:5px;
    column-gap:10px;
}
.filters .left{
    padding-right: 6px;
}
.filters .left .acc{
    margin-left:auto;
}
@media (min-width:778px){
    .acc{
        flex: 1;
        white-space: nowrap;
        position: relative;
    }
    .acc-head p{
        font-size:14px;
    }
    .acc{
        min-width: 125px;
        max-width: 140px;
    }
}
@media(max-width:778px){
    .filters .left{
        display:flex;
        border-radius: 3px;
        gap:10px;
    }
    .filters .right .acc{
        display:block;
    }
    .filters .right.closed .acc{
        display:none;
    }
    .filters .right.closed .acc:nth-child(-n+2){
        display:block;
    }
    .more-filter{
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #dbdbdb;
        height: 36px;
        width: 36px;
        border-radius: 3px;
    }
    .filters .left .tekli .acc-head{
        padding: 9px;
    }
    .filters .left .tekli .acc-content{
        left: 15px;
        min-width: 112px;
    }
    .filters .right .acc{
        width:47%;
    }
    .filters .right .acc-content{
        top: unset;
        max-width:150px;
        margin-top: 3px;
    }
}


.urunSlider:hover .owl-nav{
    display:block!important;
}

.urunSlider .owl-nav button{
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-shadow: 0 0px 5px -1px #333;
    height: 40px;
    width: 40px;

}
  @media(max-width:981px){
    .urunSlider .owl-nav{
        display:none!important;
    }
      .acordion{
        padding:20px;
      }
      .acordion-item{
        border: 1px solid #3333;
            padding: 10px;
            margin-bottom: 11px;
        }
        .acordion-item p{
             margin-bottom:0;
             display: flex;
             align-items: center;
             font-size:15px;
             justify-content: space-between;
        }
        .acordion-content{
            padding-top:10px;
        }
  
  }
  .border-link{
    padding: 11px 32px;
    border:1px solid #000000;
    display:inline-block;
    margin-top:15px;
    margin-bottom:15px;
    transition: 0.4s;
  }
  .border-link:hover{
    background: #000000;
    color:#ffffff;
    border-color: rgb(98, 98, 98);
  }

  @media(min-width:998px){
    .product-detail{
        padding-top:30px;
    }
    .kutu-gorsel{
        padding-top:25px;
    }
  }
  @media(max-width:998px){
    .ring-text{
        margin-top: 10px;
        margin-bottom: 10px;
        }
        .kutu-gorsel{
            padding-top:10px;
        }
  }
 
  
 
  .rtl-slider-nav .slick-slide img{
    width: 100%;
    max-height: 60px;
    min-height: 60px;
    object-fit: contain;
  }
  .rtl-slider-nav .slick-slide.slick-current.slick-active{
    border:1px solid black;
  }
  .banner-background{
    margin: 0;
  }
  .banner-background h1{
    font-size: 25px;
    line-height: 1.5;
    font-weight: 500;
  }

  .owner-customize-modal {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #f3eedf;
    width: 500px;
    box-shadow: 0 0 10px rgba(199, 199, 199, 0.4784313725);
    position: absolute;
    bottom: 115%;
    right: 0;
    z-index: 99;
    display: none;
    background: #fff;
    z-index: 321321 !important;
    flex-direction: column;
  }

  .owner-customize-modal.js-active {
    display: flex;
  }

  .owner-customize-modal .customize-area .select-font p {
    font-size: 14px;
    margin-top: 15px;
    font-weight: 500;
    margin-bottom: 5px;
  }

  .owner-customize-modal .customize-area .select-font ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .owner-customize-modal .customize-area .select-font ul li a {
    width: 50px;
    height: 40px;
    display: flex;
    font-size: 18px !important;
    align-items: center;
    justify-content: center;
  }

  .owner-customize-modal .customize-area .select-font ul li a.js-active {
    border: 2px solid #000000;
  }

  .owner-customize-modal .customize-area .symbol-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    gap: 10px;
  }

  .owner-customize-modal .customize-area .symbol-list .symbol-item {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    border: 1px solid #ddd !important;
    cursor: pointer;
    font-size: 16px !important;
    color: #333 !important;
  }

  .owner-customize-modal .customize-area .img img {
    height: 200px;
    object-fit: cover;
    width: 100% !important;
    object-position: center;
  }

  .owner-customize-modal .customize-area .img div {
    position: absolute;
    z-index: 9;
    font-size: 16px;
    left: 0;
    letter-spacing: 4px;
    right: 0;
    text-align: center;
    top: 27%;
    color: transparent;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 -1px 0 rgba(0, 0, 0, 0.8);
  }

  @media (max-width: 767px) {
    .owner-customize-modal .customize-area .img div {
      top: 37%;
      font-size: 13px;
    }
  }
  @media (max-width: 570px) {
    .owner-customize-modal {
      width: 300px;
      right: 15px;
    }

    .owner-customize-modal .customize-area .img span {
      top: 35%;
      font-size: 100%;
    }
  }
  .product-flex{
    display: grid;
    gap: 2rem;
  }
  .product-flex:not(:first-child){
    margin-top:30px;
  }
  .product-flex .banner{
    position: relative;
    grid-column: span 2/span 2;
  }
  .product-flex .banner img{
    position: absolute;
    top: 0;
    height: 100%;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  @media(min-width:0){
    .product-flex{
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}
    @media(min-width:778px){
        .product-flex{
            grid-template-columns: repeat(2,minmax(0,1fr));
        }
        .product-flex .banner img{
            position: relative!important;
        }
    }
    @media(min-width:1080px){
        .product-flex{
            grid-template-columns: repeat(4,minmax(0,1fr));
        }
    }
    @media(max-width:778px){
        .product-flex{
           gap:1rem;
        }
        .product-flex .banner img{
            position: relative;
        }
    }
    
   .alerts{
        position: fixed;
        top: 100px;
        z-index: 999999;
        display: flex;
        gap:20px;
        flex-direction: column;
        align-items: center;
        width: 100%;
   }
   .alerts .alert {
        font-size: 13px;
        font-weight: 600;
        text-align: center;
        box-shadow: none;
        border: none;
        z-index: 10;
        padding: 20px;
        text-transform: uppercase;
        min-width: 25vw;
        line-height: 1.5;
        margin-bottom: 0!important;
        background: #000000;
        color: white;
        border-radius: 4px;
    }
    .product-name{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        font-weight: 400;
        text-align: center;
        font-size: 16px;
      }
      .product-inst{
        font-size: 15px;line-height: 1.5;    color: #37802c;    margin-bottom: 20px;display:block;
      }
    @media (max-width: 526px) {
        .alerts .alert {
            font-size:14px;
            padding: 10px 30px;
            font-weight: 500
        }
        .product-name{
            font-size: 12.6px;
            padding:0 5px;
        }
        .product-inst{
            font-size: 12px; margin:10px 0 ;
          }
          .product-item:not(.anasayfa) .bigimglist{
            max-height: 240px;
            min-height: 240px;
            object-fit: contain;
        }
    }
    .nologin-popup{
        height: 100%;
        padding: 10px;
        min-width: 300px;
    }
    .nologin-popup p{
        font-weight:400;
        font-size:17px
    }
  .product-item .price{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    align-items: center;
  }

  .products-all .row{
    display: flex;
    flex-wrap: wrap;
  }
  .like .icon{
    position: relative;
    cursor: pointer;
    display:inline-block;
  }
  .like .icon::after{
    content: "";
    background: url(/images/dislike.svg);
    background-size:contain!important;
    width: 20px;
    height: 20px;
    display: block;
  }
  .like.liked .icon::after{
    background: url(/images/liked.svg);
  }
  
  .like i{
    font-size:20px;
  }
  .like:not(.sepet-like){
    position:absolute;
    right:20px;
    top:20px;
    z-index: 9;
  }
  .like.fav{
    position:unset;
  }
  .priceSepet .like{
    top: 3px;
  }
  .sepet-like{
    height: 43px;
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #bfbdbd;
    border-radius: 0.3em;
  }
  .detaysticky {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 0;
    box-shadow: 0 -5px 10px 0 rgb(4 57 100 / 10%);
    background-color: #ffffff;
    z-index: 10;
  }

  .top-sticky{
    position: fixed;
    top: 0px;
    display: block;
    z-index: 9999;
    width: 100%;
    background: white;
    border-bottom: 2px solid #d39860;
  }
  .top-sticky .container{
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .top-sticky select{
    height:auto;
  }
  .top-sticky .urunadi{
    margin-bottom:7px;
  }

  .detaysticky .img {
    width: 70px;
    height: 70px;
    float: left
  }

  .detaysticky .text {
    width: 40%;
    float: left
  }

  .detaysticky .text p {
    font-size: 18px;
    font-weight: bold;
    line-height: 70px;
    letter-spacing: 0.38px;
    color: #033055;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-left: 10px;
  }

  .detaysticky .pricea {
    width: 20%;
    float: right
  }

  .detaysticky .button {
    width: 20%;
    float: right
  }
  @media (max-width: 991px) {
    .detaysticky .img {
      width: 14%;
    }
    .detaysticky .btn{
        max-width: 250px;
        width: 100%;
    }

    .news {
      width: 190px !important;
    }
    .detaysticky .news {
      width: 150px !important;
    }
  }
  @media (min-width: 767px) {
    .detaysticky {
      display: none !important;
      opacity: 0;
    }
  }
  #taksittablo{
    display:none;
  }
  .prices .old{
    text-decoration: line-through;
    color: #757575!important;
    font-weight: 400!important;
    white-space: nowrap;
  }
  .prices span:nth-child(2) {
    color: #227913!important;
  }
  .icons-area.detail .icon-title{
    font-weight: 600;
    color:#000000;
    font-size:15px
  }
  
  .icons-area.detail .icon-text{
    font-weight: 300;
    color: #000000;
    font-size: 13px;
  }
  .icons-area img{
    width: 25px;
  }
  .form-group .svg-icon{
    position:absolute;
    top: 7px;
    right: 25px;
  }
  .detail-tabs * {
    text-align:left;
   
  }
  .detail-tabs .maden-tablo{
    margin-bottom: 20px;
  }
  .detail-tabs p{
    font-size:14px;
    font-weight: 400;
    text-align: justify;
  }
  .detail-tabs h3{
    margin-top:0;
    font-size: 16px;
  }
  .loading-gif{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    background: #ffffff85;
    z-index: 9999999999999;
    pointer-events: initial;
    align-items: center;
    justify-content: center;    
    display: none;
  }
  @media(max-width:998px){
    .menu-scroll  .menu-scroll-item picture{
        width:100%;
        display:block;
      }
      .menu-scroll  .menu-scroll-item picture img{
        width:100%;
      }
      .menu-scroll  .menu-scroll-item{
        margin-right: 7px;
      }
  }
  @media(max-width:778px){
    .menu .container{
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width:100%;
    }
    .menu-scroll{
        display:flex;
        overflow: scroll;
      }
      .menu-scroll  .menu-scroll-item{
        flex-shrink: 0;
        width: 35%;
        min-width: 44%;
        scroll-snap-align: start;
        margin-right: 7px;
        margin-top:10px;
      }
   
      .absolute-btn{
        padding: 0;
        bottom: 0px;
        right: 8px;
        text-decoration: underline;
        border: 1px solid;
        padding: 2px 8px;
        background: white;
        color: #000000;
      }
    .cat-img-tek img{
       max-height: 150px;
        width: 100%;
        object-fit:cover;
        margin-bottom:20px;
    }
    .cat-img-tek .absolute-text.right{
        padding: 0;
        bottom:5px;
    }
    header .logo{
        position: relative;
        left: 28px;
    }
    .menu.active header .logo{
        position: relative;
        left: 16px;
    }
    header .right-links:not(.sol-link){
        position: relative;
        left: 10px;
    }
  }
  header .right-links a:hover, .footer-item a:hover{
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 500;
    }
  .gray-heading{
    background-color: #e5e5e5;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    font-family: "kapraNeue"!important;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom:20px;
    padding: 1.2rem 1rem!important;
  }

  .gray-heading.custom{
    background-color: transparent;
    margin-bottom:20px;
    padding: 1.2rem 0!important;
  }
  .form-group .row{
    display:flex;
    align-items:center;
    margin-bottom: 1rem;
  }
  .form-group label{
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 300;
  }
  @media(max-width:778px){
    .form-group label{
        font-size: 12px!important;
    }
  }
  
  .basket-message{
      border-top:2px solid #e5e5e5;
      border-bottom:2px solid #e5e5e5;
      margin-bottom: 20px;
      padding: 20px 0;
  }
  .btn{
      display: inline-block;
      font-weight: 500;
      color: #212529;
      text-align: center;
      vertical-align: middle;
      user-select: none;
      background-color: transparent;
      border: 1px solid transparent;
      padding: 0.375rem 0.75rem;
      line-height: 1.5;
      border-radius: 3px;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      height: 43px;
      position: relative;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      max-width: fit-content;
      font-family: "Brandon Grotesque"!important;
        text-transform: uppercase;
      padding-left: 3rem!important;
      padding-right: 3rem!important;
      font-size: 15px!important;
      letter-spacing: 1px;
      
  }
  .btn.btn-black{
      width:100%;
      color: #fff;
      fill: #fff;
      background-color: #000000;
        border-color: #000000;
        max-width: 100%;
        transition: 0.4s;
  }
  .btn.orange-btn{
    color: #fff;
    fill: #fff;
    background-color: #dd9555;
    border-color: #dd9555;
  }
  .btn.btn-outline-first{
        color: #000;
        fill: #000;
        background-color: transparent;
        border-color: #000;
        transition: 0.4s;
    }
    .btn.btn-black:hover, .btn.btn-outline-first{

        background: #dd9555!important;
        border: 1px solid #dd9555!important;
    }
    
    .btn-first{
        background: #000000;
        color:white
    }
    .btn-first:hover {
        color: #fff;
        fill: #fff;
        background-color: rgba(0,0,0,.7);
        border-color: rgba(0,0,0,.7);
    }
    .btn-outline-first:hover {
        color: #fff;
        fill: #fff;
        background-color: rgba(0,0,0,.7);
        border-color: rgba(0,0,0,.7);
    }
    .btn-add-all-set{
        width: 100%;
        max-width: 100%;
        margin: 17px auto;
    }
  .list-style-disc{
    padding-left:20px;

  }
  .list-style-disc li {
    list-style: disc;
    list-style-position: initial;
    list-style-image: initial;
    list-style-type: disc;
}
h2{
    margin:0;
}
.kapraNeue {
    font-family: "kapraNeue"!important;
}
.form-control{
    display: block;
    width: 100%;
    height: 43px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn.btn-#000000.newuser{
    margin-top: 15px;
}
.img-bottom-text{
    font-weight: 400;
    margin-top: 15px;
    display:inline-block;
}

@media (max-width:998px){
    .btn.btn-#000000.newuser{
        width: fit-content;
        float: right;
    }
    .product-detail .images-container{
        display: flex;
        flex-direction: column-reverse;
      }
}
@media (max-width: 1480px){
    header .menu ul li a {
        font-size: 13px;
    }
}
.container-95{
    width: 95%!important;
}
.rendering-img{
    background: #FAF7F0;
}
.rendering-img img{
    mix-blend-mode: darken;
}
.product-item.anasayfa{
    border:none;
}
.product-item.anasayfa .price{
    justify-content: start;
}
.badges{
    position: absolute;
    top: 10px;
    z-index: 9;
    left: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.badges .badge {
    padding: 5px 10px;
    color: #fff;
    font-weight: 300;
    border-radius: 0;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 100%;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.view-mobile-btn{
z-index: 9;}
.badge.discount{
    background-color: #ff3030;
}
.badge.sameday{
    background: #65b139;
}
.badge.campain{
    background: #000000;
}
@media (max-width:680px){
    .mobile-box p{
        margin-bottom:5px;
    }
    .mobile-box .prices:not(:first-child){
        line-height: 24px!important;
    }
  
    .badges .badge{
        font-size: 9px;
        margin-bottom:5px;
    }
    .badges{
        top:7px;
    }
}
	.basket-ajax-container{
		width: 100%;
	}
	.basket-checkout{
        position: sticky;
		width: 100%;
		left: 0;
		right: 0;
        bottom:0;
        padding: 16px 16px 32px;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
        z-index: 111;
	}
    .basket-sum{
        border-top: 1px solid rgb(0, 0, 0);
        background-color: rgb(243, 243, 243);
        margin-top: auto;
    }
    .basket-sum .price-sum{
        padding: 8px 16px;
    }
    .basket-sum .cupon{
        padding: 8px 16px;
        border-bottom: 1px solid rgb(0, 0, 0);
    }
    .basket-sum .cupon p{
        margin-bottom:0;
    }
    .basket-sum p{
        font-weight: 400;
    }
    .basket .cupon input{
        background-color: rgb(255, 255, 255);
        border-radius: 2px;
        padding: 8px 16px;
        min-height: 43px;
    }
    .inputcupon{
        margin-top: 10px;
        margin-bottom: 10px;
        display: none;
    }
    .inputcupon.active{
        display: block;
    }
    .basket .cupon label{
        background: rgb(0, 0, 0);
        text-align: center;
        color: rgb(255, 255, 255);
        border: 1px solid rgb(0, 0, 0);
        padding: 11px 23px;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        gap: 8px;
        -webkit-box-pack: start;
        justify-content: start;
        width: fit-content;
        text-decoration: none;
        box-shadow: none;
        white-space: nowrap;
        margin-bottom: 0;
        
    }
	.underline{
		text-decoration:underline;
	}
	.item-piece{
		display:flex;
		border: 1px solid #ececec;
		width: fit-content;
		border-radius:2px;
	}

	
	.item-piece button{
		background:transparent;
		width: 30px;
		height: 30px;
	}
	.item-piece span{
		width: 30px;
		height: 30px;
        display: inline-block;
	}

    .basket-product-name{
		white-space: pre-line;
        font-size: 14px;
        font-weight: 500;
	}

    .basket-top-text{
        padding: 8px 16px 16px;
        gap:10px;
        font-weight: 300;
        position: relative;
        background-color: rgb(236, 233, 224);
    }

    .basket-top-text span{
        margin-bottom: 5px;
        display: inline-block;
        position: relative;
        bottom: 5px;
    }
    .basket-top-text::after{
        content:"";
        background: black;
        display: block;
        height: 4px;
        position: relative;
        width: 100%;
    }

	.basket{
		position: fixed;
		overflow: hidden;
		-webkit-overflow-scrolling: touch;
		top: 0;
		z-index: 99999;
		bottom: 0;
		color: #17172c;
		background-color: #fff;
		transition: transform .25s cubic-bezier(.43,.01,.44,1);
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
		right: -400px;
		opacity: 0;
        display: block;
          isolation: isolate;
        background: rgb(255, 255, 255);
        width: 488px;
        height: 100%;
        margin-left: auto;
	}
    .basket .product-info{
        font-size: 12px;
        font-weight: 300;
    }
    .also-like-item{
        background-color: rgb(250, 247, 240);
        border: 1px solid ;
        display: flex;
        align-items: flex-start;
        width: 100%;
    }
    .also-like-item img{
        margin-right: 20px;
        mix-blend-mode: darken;
    }
    .also-like{
        margin: 15px 20px;
    }

    .also-like-cont{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding-top: 12px;
        width: 100%;
    }
    .also-like-cont p{
    margin-bottom: 0px;
    }
    .also-like-cont .prices{
        margin-right: 11px;
        font-weight: 300;
      
    }
    .also-like-cont .prices span{
        text-align: right;
    }
    .also-like-cont .prices button{
        border: 1px solid;
        padding: 7px 16px;
        margin-top: 6px;
        background: transparent;
    }
    .basket .font-weight-bold{
        font-weight: 500!important;
    }
	
    .basket-item .info-sepet{
        margin-top: 3px;
    }
	.basket-opacity{
		content: "";
		width: 100%;
		position: fixed;
		z-index: 9999;
		background: #33333347;
		height: 100%;
		top: 0;
		right: 0;
		left: 0;
		display:none;
	}
    .item-piece span{
        display: flex;
        align-items: center;
        justify-content: center;
    }
	.basket-close{
		font-weight: 300;
		padding: 10px;
        margin-bottom:0;
		font-size: 20px;
	}
    .basket-container{
        display: flex;
        flex-direction: column;
        height: 100%;
        padding-bottom:20px;
        overflow: auto;
    }
    @media(min-width:1700px){
        .basket-container{
            height: 90%;
        }
    }
    .basket .cont{
        display: flex;
        flex-direction: column;
        height: 100%;
        
    }
	.basket-close img{
		cursor:pointer;
	}
	.basket.open{
		display:block;
		transform: translate(-400px);
		transition-duration: .5s;
		opacity: 1;
        width: 100%;
        max-width: 480px;
        z-index: 1111111;
	}
	.basket:after{
		width:100%;
	}
	.basket-ajax-container{
		width: 100%;
	}
    .basket .cupon{
        border-bottom: 1px solid rgb(0, 0, 0);
        background-color: rgb(243, 243, 243);
    }

    @media(max-width:778px){
        .basket.open{
            max-width: 100%;
        }
    }
    .miniSepetFiyat{
        align-items:center;

    }
    .miniSepetFiyat .priceold {
        opacity: .6;
        text-decoration: line-through;
        font-size: 12px;
        display: inline-block;
        width: 100%;
        text-align: end;
        white-space: nowrap;
    }
    .miniSepetFiyat .pricedis {
      white-space: nowrap;
    }
	.underline{
		text-decoration:underline;
	}
	.item-piece{
		display:flex;
		border: 1px solid #ececec;
		width: fit-content;
		border-radius:2px;
	}

	.item-piece button{
		background:transparent;
		width: 30px;
		height: 30px;
	}
	.item-piece p{
		width: 30px;
		height: 30px;
	}
    .basket-item-info{
        width:100%;
        position: relative;
    }
	
    .basket-tab{
        display:flex;
        text-align: center;
    }
    .basket-item  a {
        background: #FAF7F0;
        margin-right: 16px;
        display: flex;
    align-items: center;
    }
    .basket-item  a img{
        mix-blend-mode: darken;
    }
    .basket-tab-item{
        color: rgb(0, 0, 0);
        background: transparent;
        border-top: none;
        border-right: none;
        border-left: none;
        border-image: initial;
        padding: 8px 0px 8px;
        flex: 1 1 0%;
        -webkit-tap-highlight-color: transparent;
        font-size:16px; 
        margin-bottom: 0;
    }
    .basket-tab-item.active{
        border-bottom: 2px solid rgb(0, 0, 0);
        font-weight: 500;
    }
	.basket{
		position: fixed;
		overflow: hidden;
		-webkit-overflow-scrolling: touch;
		top: 0;
		z-index: 99999;
		bottom: 0;
		color: #17172c;
		background-color: #fff;
		transition: transform .25s cubic-bezier(.43,.01,.44,1);
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
		width: 40px;
		right: -400px;
		opacity: 0;
        pointer-events: none;
	}
	.basket-item{
		display:flex;
		justify-content: space-between;
		margin: 15px;
        border-bottom: 1px solid rgb(170, 170, 170);
        padding-bottom: 10px;
	}
    @media (max-width:778px) {
        .basket-item{
            padding-bottom: 17px;
            padding-top: 10px;
        }
    }

	.basket-opacity{
		content: "";
		width: 100%;
		position: fixed;
		z-index: 9999;
		background: #33333347;
		height: 100%;
		top: 0;
		right: 0;
		left: 0;
		display:none;
	}
	
	.basket-close img{
		cursor:pointer;
	}
	.basket.open{
		display:block;
		transform: translate(-400px);
		transition-duration: .5s;
		opacity: 1;
        pointer-events: all;
	}
	.basket:after{
		width:100%;
	}
    .basket .basket-like-container{
        display:flex;
        justify-content: flex-end;
        gap:10px;
        right: 0;
        margin-top:15px;
    }
    .basket .basket-like-container a{
        margin-right: 0;
        background: transparent;
        text-decoration: underline;
        text-underline-offset: 3px;
        text-decoration-thickness: 0.8px;
        font-weight: 300;
        font-size:13px;
    }   
    .summary-container {
        max-width: 325px;
        overflow: hidden
    }

    @media (max-width: 768px) {
        .summary-container .mobile-summary-total {
            position: fixed;
            bottom: 0;
            z-index: 37;
            left: 0;
            right: 0;
            width: 100%;
            padding: 15px;
            background: #fff
        }
    }

    @media (max-width: 768px) {
        .summary-container .mobile-summary-total .summary-actions {
            width: 56%
        }
    }

    @media (max-width: 768px) {
        .summary-container .mobile-summary-total>div:not(.summary-actions) {
            width: 44%
        }
    }

    .summary-container .delivery-actions .btn-delivery {
        background-color: #dd9555;
        border-color: #dd9555
    }

    .summary-container .delivery-actions .btn-delivery:hover {
        background-color: rgba(221, 149, 85, .7);
        border-color: rgba(221, 149, 85, .7)
    }

    .summary-container .payment-actions .btn-payment {
        background-color: #dd9555;
        border-color: #dd9555
    }

    .summary-container .payment-actions .btn-payment:hover {
        background-color: rgba(221, 149, 85, .7);
        border-color: rgba(221, 149, 85, .7)
    }

    .summary-container .summary-heading {
        margin-bottom: 10px
    }

    .summary-container .summary-content {
        overflow: hidden;
        background: #e5e5e5;
        padding: 34px 23px 23px;
        margin-bottom: 15px
    }

    .summary-container .summary-content ul {
        overflow: hidden;
        width: 100%;
        float: left
    }

    .summary-container .summary-content ul li {
        width: 100%;
        margin-bottom: 16px;
        overflow: hidden;
        clear: both;
        position: relative
    }

    .summary-container .summary-content ul li .sumtitle:not(.hediye):before {
        content: ":";
        position: absolute;
        font-size: 12px;
        font-weight: 300;
        left: 55%
    }
    .after-title{
        position:relative;
    }
    .after-title:before {
        content: ":";
        position: absolute;
        font-size: 12px;
        font-weight: 300;
        right:50px;
    }
    


    .summary-container .summary-content ul li .title {
        float: left;
        font-size: 14px;
        font-weight: 500
    }

    .summary-container .summary-content ul li .value {
        float: right;
        font-size: 16px;
        font-weight: 300
    }

    .summary-container .summary-content ul li ul {
        margin-top: 15px;
        padding-left: 28px
    }

    .summary-container .summary-content ul li ul li {
        margin-bottom: 14px
    }

    .summary-container .summary-content ul li ul li:before {
        left: 50%
    }

    .summary-container .summary-content ul li ul li .title {
        font-size: 12px;
        font-weight: 300
    }

    .summary-container .summary-content ul li ul li .value {
        font-size: 16px
    }

    .summary-container .summary-content .total {
        overflow: hidden;
        font-size: 15px;
        font-weight: 500;
        width: 100%;
        float: left;
        margin: 20px 0;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .summary-container .summary-content .total .title {
        float: left
    }

    .summary-container .summary-content .total .value {
        float: right
    }

    .summary-container .summary-address {
        width: 100%;
        float: left;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .summary-container .summary-address span {
        display: block;
        width: 100%
    }

    .summary-container .summary-address .head {
        font-size: 12px;
        margin-bottom: 5px;
        font-family: "kapraNeue"!important;
        text-transform: uppercase;
    }

    .summary-container .gift {
        width: 100%;
        float: left;
        border-bottom: 1px solid #efefef;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .summary-container .gift .title {
        float: left;
        font-weight: 500
    }

    .summary-container .gift .value {
        float: right
    }

    .summary-container .gift-note {
        width: 100%;
        float: left;
        border-bottom: 1px solid #efefef;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .summary-container .gift-note .head {
        font-size: 13px;
        margin-bottom: 5px;
        font-weight: 500
    }

    .summary-container .gift-note .content p {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        font-style: italic
    }

    .summary-container .sale-note {
        width: 100%;
        float: left;
        border-bottom: 1px solid #efefef;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .summary-container .sale-note .head {
        font-size: 13px;
        margin-bottom: 5px;
        font-weight: 500
    }

    .summary-container .sale-note .content p {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        font-style: italic
    }

    .summary-container .summary-actions .btn-buy {
        border-radius: 3px;
        font-family: "kapraNeue"!important;
        text-transform: uppercase;
        font-size: 14px;
        height: 54px;
        background-color: #dd9555;
        border-color: #dd9555
    }

    .summary-container .summary-actions .btn-buy:hover {
        background-color: rgba(221, 149, 85, .7);
        border-color: rgba(221, 149, 85, .7)
    }

    @media (max-width: 960px) {
        .summary-container {
            max-width: 100%
        }
    }
    .custom-add-card{
        border: 1px solid #dd9555;
    padding: 5px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: fit-content;
    margin: 10px auto;
    border-radius: 5px;
    transition: 0.4s;
    }
    .custom-add-card a{
        color:#dd9555!important;  
    }
    .custom-add-card:hover{
    background: #dd9555;
    }
    .custom-add-card:hover a{
        color:#ffffff!important;
    }
    .icon-remove {
        position: relative;
        display: inline-flex;
        margin: auto;
        align-items: baseline;
        justify-content: center;
        border: 1px solid #bfbdbd;
        padding-right: 9px;
        border-radius: 3px;
        font-size: 14px;
    }
    .icon-remove:before{
        content: "";
        background: url(/images/trash.svg);
        background-size: contain;
        width: 15px;
        height: 15px;
        position: relative;
        margin-right: 10px;
        display: inline-flex;
        position: relative;
        top: 2px;
        right: -2px;
    }
    .set-single{
        margin-bottom: 3rem!important;
        margin-top:3rem!important;
        background-color: #e5e5e5!important;
        padding: 30px;
    }
    .set-single .product{
        padding:20px;
        background: #ffffff;
        width: 100%;
        margin-bottom: 15px;
    }
    .set-single h2{
        padding:20px 0 ;
        padding-top: 0;

    }
    .set-single .product-inf{
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap:10px;
        margin-left: 10px;
    }
    .set-single .product-inf .btn{
        min-width: 120px;
        margin-top: 10px;
    }
    .set-single .product .row{
        align-items: center;
        gap: 20px;
    }
  .view-mobil {
    visibility: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
    background: rgba(0, 0, 0, .66);
    height: 100%;
    z-index: 9999;
    overflow: hidden;
  }

  .view-mobil-inside {
    padding: 20px 10px;
  }

  @media(max-width:998px) {
    .view-mobile-btn {
      position: absolute;
      top: 42px;
      right: 13px;
      display: inline-block;
      width: 30px;
      left: unset;
    }

    .view-mobil-content {
      background: #fff;
      width: 100%;
      border: 1px solid #e3e3e3;
      position: absolute;
      bottom: -100%;
      left: 0;
      border-radius: 10px;
      transition: all .3s;
    }

    .view-mobil-header p {
      margin-bottom: 0;
    }

    .view-mobil.active {
      visibility: visible;
    }

    .view-mobil.active .view-mobil-content {
      bottom: 0;
    }

    .view-mobil-images {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      white-space: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      position: relative;
      margin-bottom: 0;
      padding-bottom: 10px;
      padding-top: 10px;
    }

    .view-mobil-images .img-item {
      border: 1px solid #ddd;
      border-radius: 10px;
      margin-right: 10px;
      overflow: hidden;
      flex: 0 0 40%;
    }

    .view-mobil-header {
      background: #f5f5f5;
      height: 50px;
      position: relative;
      border-radius: 10px 10px 0 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 10px;
    }

    .mobile-view-olcu {
      margin-bottom: 10px;
      margin-top: 10px;
    }

    .mobile-view-olcu select {
      max-width: 200px;
      width: 100%;
    }
  }
    .zincir.input-box input {
        width: 0;
        visibility: hidden;
        display: flex;
        margin-top: 5px;
    }

    .zincir.input-box label {
        padding: 3px 7px;
    }
    .view-mobil-inside .sepet-btn , .view-mobil-inside .sepet-like{
        margin-top:10px;
    }
    .view-mobil-inside .chains{
        display: flex;
        flex-wrap: wrap;
        gap: 2px 10px;
        margin-bottom: 10px;
    }
    .view-mobil-inside  .chains .input-box{
        position: relative;
    }
    .view-mobil-inside  .chains .input-box  input{
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 30px;
    }
    .view-mobil-inside  .chains .input-box.active label{
        border: 1px solid #000000!important;
    }

    body.loading{
        pointer-events: none;
        overflow: hidden;
    }
    body.loading .basket{
        pointer-events:none;
    }
    .gift-note-text{
        white-space: nowrap;
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-top: 10px;
    }
    .taksittablo{
        width: 100%; max-width: 800px; background: rgb(255, 255, 255); float: left; display: block;;
    }
    .taksitSecenekleri {
        border: 1px solid #ccc;
        float: left;
        width: 100%;
        margin-bottom:10px;
        margin-top:10px;
      }
  
      .taksitSecenekleri ul {
        float: left;
        width: 100%
      }
  
      .taksitSecenekleri li {
        border-top: 1px solid #ccc;
        float: left;
        width: 100%
      }
  
      .taksitSecenekleri li:nth-child(even) {
        background: #f9f9f9
      }
  
      .taksitSecenekleri li:first-child {
        border: 0;
        display: table;
        width: 100%
      }
  
      .taksitSecenekleri li:first-child .imgOrtala {
        height: 50px;
        vertical-align: middle;
        text-align: center;
        display: table-cell
      }
  
      .taksitSecenekleri li:first-child .imgOrtala img {
        margin: 0 auto
      }
  
      .taksitSecenekleri span {
        font-size: 11px;
        width: 33.33%;
        text-align: center;
        float: left;
        display: block;
        line-height: 2.5
      }
	.product-item.hoverr .addtocardbtn {
		opacity: 1;
	}

	.addtocardbtn a {
		background-image: initial;
		background-position-x: initial;
		background-position-y: initial;
		background-size: initial;
		background-attachment: initial;
		background-origin: initial;
		background-clip: initial;
		background-color: #dd9555;
		color: #fff;
		border-top-color: #dd9555;
		font-size: 14px;
		border-radius: 20px;
		padding: 6px 10px;
		text-align: center;
		transition: .4s;
	}
    @media (min-width:998px){
		.prod-img:hover .owl-dot.active {
			border-bottom: 3px solid black;
		}
		.prod-img .owl-dots .owl-dot {
			flex-grow: 1;
			background: transparent;
		}
		.prod-img .owl-dots {
			position: absolute;
			height: 100%;
			width: 100%;
			top: 0;
			z-index: 9;
			display: flex;
		}
    }
    .addtocardbtn{
        position: absolute;
			z-index: 99;
			opacity: 0;
			transition: 0.4s;
			right: 10px;

    }

	@media(min-width:998px) {
		.addtocardbtn {
			bottom: 15px;
		}

	}
    @media(min-width:580px) {
		.addtocardbtn {
			bottom: 30px;
		}

	}

	@media(max-width:778px) {

		.prod-img,
		.prod-img .imgitem {
			height: 250px;
		}

		.prod-img .owl-dots {
			position: relative;
			display: flex;
			justify-content: center;
			gap: 10px;
			margin-bottom: 10px;
		}

		.prod-img .owl-dots .owl-dot {
			display: inline-flex;
			background: transparent;
		}

		.prod-img .owl-dot span {
			width: 8px;
			height: 8px;
			border: 1px solid;
			border-radius: 50%;
		}

		.prod-img .owl-dot.active span {
			background: black;
		}

		.product-item .text {
			padding-top: 17px;
		}

	}

	.absolute-nav {
		position: absolute;
		width: 100%;
		height: 100%;
		display: flex;
		top: 0;
	}

	.absolute-nav .imgitem:hover {
		border-bottom: 5px solid #dd9555;
	}

	footer .social-media {
		padding-bottom: 20px;
		padding-top: 20px;
		border-bottom: 1px solid #ececec;
	}

	footer .social-media img {
		filter: invert(0.9);
	}

	footer .social-media ul li {
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		background: black;
		justify-content: center;
		border-radius: 50%;
		margin-right: 15px;
		margin-top: 10px;
	}

	footer .social-media ul li a {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#copyright {
		padding: 15px 0;
	}

	@media(max-width:998px) {
		.footer-container {
			flex-basis: auto;
		}

		.footer-item {
			padding-bottom: 0 !important;
		}
	}

	.sepetAdet {
		border: 1px solid #dadada;
		padding: 0;
		justify-content: center;
		justify-content: space-evenly;
		border-radius: 20px;
	}


	@media(max-width:778px) {
		.sepetimSayfa .like {
			right: 4px;
		}

		.sepetimSayfa figure {
			padding: 0;
		}

		.p-sm-0 {
			padding: 0;
		}

		.sepetAdet .inc img,
		.sepetAdet .des img {
			width: 15px;
		}

		.sepetimSayfa li {
			margin-left: 0;

		}

		.sepetInfo {
			gap: 10px;

		}

		.shopping-cart .alert.alert-danger p {
			font-size: 11px;
		}

		.priceSepet {
			flex-direction: row !important;
			align-items: center;
			gap: 10px;
		}
	}

	.sepetimSayfa .priceSepet div:first-child {
		display: flex;
	}

	.sepetimSayfa .like {
		position: unset !important;
	}

	.info-sepet {
		display: block;
		font-weight: 300;
	}

	.priceSepet span {
		white-space: nowrap;
	}

	html.loadingg {
		overflow: hidden;
		padding-right: 5px
	}

	/*tekrar eden style kodları */
	.prod-img.owl-carousel .imgitem:not(:first-child) {
		display: none;
	}

	.kapraNeue {
		font-family: "kapraNeue" !important;
	}

	.fw-600 {
		font-weight: 600 !important;
	}

	@media(min-width:1280px) {
		.fs-md-48 {
			font-size: 48px !important;
		}

		.cate-list a {
			font-size: 48px !important;
			line-height: 52px;
			font-size: 40px;
			font-weight: 600;
			line-height: 44px;
			letter-spacing: 1px;
			margin-bottom: 0px;
			text-transform: uppercase;

		}

	}

	.cate-list a {
		font-weight: 600;
		line-height: 44px;
		letter-spacing: 1px;
		margin-bottom: 0px;
		text-transform: uppercase;
		font-family: "kapraNeue";
	}

	@media(max-width:1280px) {

		.cate-list a {
			font-size: 32px !important;
			font-weight: 700;
			font-size: 32px;
			color: rgb(0, 0, 0);
			line-height: 38px;
			margin-bottom: 0px;
		}

	}