/*!
 * MAIN STYLES
 * 2018 - Biltek Development Kitchen
 */

@charset 'utf-8';

/* [SCROLLBAR STYLE] */


/*
 ::-webkit-scrollbar {
	 width: 8px;
	 height: 8px;
 }
 ::-webkit-scrollbar-track {
	 background: rgba(44, 48, 51, 1);
 }
 ::-webkit-scrollbar-thumb{
	 background: rgba(128, 149, 37, 1);
 }
 */


/* /[SCROLLBAR STYLE] */


/* [MAIN VALUES] */

:root {
    --main-text-color: #141414;
    --main-link-color: #4285f4;
    --main-link-hover-color: #0d5bdd;
    --main-background-color: #ffffff;
    --menu-background-color: #122c48;
    --user-menu-background-color: #f5f5f5;
    --user-menu-border-color: rgba(0, 0, 0, 0.05);
    --user-menu-color: #353535;
    --user-menu-hover-background-color: #122c48;
    --user-menu-hover-border-color: #122c48;
    --user-menu-hover-color: #ffffff;
    --user-menu-active-background-color: #122c48;
    --user-menu-active-border-color: #122c48;
    --user-menu-active-color: #ffffff;
    --user-menu-active-hover-background-color: #111111;
    --user-menu-active-hover-border-color: #111111;
    --user-menu-active-hover-color: #ffffff;
    --color-facebook: #3b5998;
    --color-twitter: #1da1f2;
    --color-pinterest: #bd081c;
    --color-instagram: #c13584;
    --color-google-plus: #dd4b39;
    --color-linkedin: #0077b5;
    --color-youtube: #ff0000;
    --color-flickr: #0063dc;
    --color-vimeo: #1ab7ea;
    --background-color-primary: #3d82f4;
    --background-color-info: #66a1ff;
    --background-color-success: #33a451;
    --background-color-danger: #ea3f30;
    --background-color-warning: #f7b904;
    --background-color-light: #ffffff;
    --background-color-dark: #333232;
    --font-main: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, sans-serif;
    --input-background-color: #ffffff;
    --input-color: #495057;
    --input-border-color: #ced4da;
    --input-focus-background-color: #ffffff;
    --input-focus-color: #495057;
    --input-focus-border-color: rgba(0, 123, 255, 0.80);
    --input-focus-box-shadow-color: rgba(0, 123, 255, .25);
}


/* /[MAIN VALUES] */


/* [SELECTION STYLES] */

::-moz-selection {
    background: #999;
    color: #fff;
}

::selection {
    background: #999;
    color: #fff;
}


/* /[SELECTION STYLES] */


/* [BASE STYLES] */

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700&subset=latin-ext');
html {
    font-family: var( --body-fonts );
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: var(--font-main);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571;
    color: var(--main-text-color);
    text-align: left;
    background-color: var(--main-background-color);
    overflow-x: hidden;
    font-family: var( --body-fonts );
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #e30614;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover {
    color: #63001a;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    text-decoration: none;
    color: #fff;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none!important
}

*,
:focus {
    outline: 0!important;
}

*,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

::-moz-focus-inner {
    border: 0!important
}

img {
    max-width: 100%
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
    background: #292929;
    padding: 5px;
    color: #888787;
    border-radius: 5px;
    color: #e53885;
    line-height: 22px;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

pre.code {
    background: #000;
    padding: 30px;
    border-radius: 17px;
    color: #b3dd00;
    background-color: #2d2d2d;
    letter-spacing: .1em;
    text-shadow: -1px 2px 1px #111, 2px -2px 1px #363636;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1 {
    font-size: 2.539rem;
}

h2,
.h2 {
    font-size: 2.077rem;
}

h3,
.h3 {
    font-size: 1.769rem;
}

h4,
.h4 {
    font-size: 1.308rem;
}

h5,
.h5 {
    font-size: 1rem;
}

h6,
.h6 {
    font-size: 0.923rem;
}


/* /[BASE STYLES] */


/* /[OTHER STYLES] */
.btn {
    padding: 7px 10px;
    border-radius: 0;
}

.tooltip {
    font-family: var(--font-main) !important;
}

.tooltip-inner {
    border-radius: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--user-menu-active-background-color);
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    /* background: #4a4a4A; */
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background: #e30614;
}

.custom-control-label::before {
    background: none;
    border: 1px solid #e30614;
}


/**  MODAL **/

.modal-content {
    border: none;
    border-radius: 0;
}

.modal .close {
    opacity: 1 !important;
    text-shadow: none !important;
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.6);
}

.modal .close:hover {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.9);
}

.modal-backdrop.show {
    opacity: 0.9;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.modal-header {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15)
}

.modal-body {
    background: #fff;
    color: #000;
}

.modal-footer {
    background: #fff;
    border-top: 0;
    color: #000;
}


/* COMPARE LIST */

.bg-black {
    background-color: #000 !important;
}

#compareProducts .card-img {
    opacity: 0.4 !important;
}


/* /COMPARE LIST */


/* PRIMARY */

.primary .modal-content {
    background: var(--primary);
}

.primary .modal-header {
    color: #fff;
    background: #e30614;
    border-radius: 0 !important;
}


/* SECONDARY */

.secondary .modal-content {
    background: var(--secondary);
}

.secondary .modal-header {
    color: #fff;
    background: var(--secondary);
}


/* SUCCESS */

.success .modal-content {
    background: var(--success);
}

.success .modal-header {
    color: #fff;
    background: var(--success);
}


/* DANGER */

.danger .modal-content {
    background: var(--danger);
}

.danger .modal-header {
    color: #fff;
    background: var(--danger);
}


/* WARNING */

.warning .modal-content {
    background: var(--warning);
}

.warning .modal-header {
    background: var(--warning);
}


/* INFO */

.info .modal-content {
    background: var(--info);
}

.info .modal-header {
    color: #fff;
    background: var(--info);
}


/* DARK */

.dark .modal-content {
    background: var(--dark);
}

.dark .modal-header {
    color: #fff;
    background: var(--dark);
}

.dark .modal-body {
    background: var(--dark);
    color: #fff;
}

.dark .modal-footer {
    background: var(--dark);
    border-top: 0;
    color: #fff;
}


/**  /MODAL **/


/* /[OTHER STYLES] */


/* [NAVBAR STYLES] */

form.nav_search {
    position: relative;
}

form.nav_search .result-wrap {
    position: absolute;
    z-index: 99;
    left: 0;
    width: 280px;
    display: none;
    top: 100%;
    margin-top: -3px;
    -webkit-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.3);
}

form.nav_search .result {
    position: relative;
}

.navbar-nav ul>li>ul {
    position: absolute;
    opacity: 0;
    top: 0;
}

.navbar-nav>li>ul {
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    background: #0c1e31;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 230px;
    z-index: -1;
}

.navbar-nav ul ul {
    background: #08131f;
}

.navbar-nav li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Rethink Sans', sans-serif;
    padding: 0px 20px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    color: #000000;
}

.navbar-nav li:hover a {
    color: #fff;
    background: #e30614
}

.navbar-nav li+li {
    margin-left: 37px;
}

header {
    position: relative;
    background: var(--menu-background-color);
}

.navbar-nav li:hover>ul {
    opacity: 1;
    visibility: visible;
    z-index: 999;


}

.navbar-nav li ul li {
    margin-left: 0 !important;
    list-style-type: none !important;
    position: initial !important;
    padding: 0 10px;
}

.navbar-nav li ul li a {
    display: block;
    position: relative;
    width: 100%;
    font-size:16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

nav.navbar.navbar-expand-lg {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

ul.alt-menu li ul li {
    width: 33.33% !important;
}

ul.solutionDrop li ul li {
    width: 50% !important;
}

.navbar-nav li>ul>li>ul {}

.navbar-nav li ul li a i {
    margin-right: 7px;
}

.navbar-nav li ul li a:hover {}

.login>ul>li {
    position: relative;
    margin-left: 0;
    float: left;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login>ul>li>a {
    margin-left: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #000000;
    text-transform: initial !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.uye-hov.active {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.login>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 99;
    border-top: 1px solid #122c48;
}

.login>ul>li>ul {
    position: absolute;
    right: -30px;
    top: 100%;
    background: #091019;
    padding: 15px;
    text-align: left;
    display: inline-table;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    /* width: calc(100% + 30px); */
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.login>ul>li>a i {
    padding-right: 6px;
}

.login>ul>li>a span {
    padding-left: 5px;
    font-weight: 700;
}

.login>ul>li>ul>li {
    position: relative
}

.login>ul>li>ul>li>a {
    display: block;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.57;
    letter-spacing: normal;
    color: #fff
}



.login>ul {
    float: left;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.language {
    position: relative;
    right: 0;
    min-width: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.language li a {
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.7px;
    color: #4a4a4a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #cdcdcd;
    height: 40px;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.language ul {
    width: 100%;
}

.language li a:hover {
    color: #4c6177;
}

.login>ul>li>a:hover {
    color: #4c6177;
}

.ust-bar {
    background: #f3f5f9;
    padding: 5px 0;
}

a.navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
    font-size: initial !important;
    line-height: normal !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a.navbar-brand img {
    width: 142px;
}

.login>ul>li>a>.badge {
    width: 34px;
    height: 28px;
    background-color: #e30614;
    padding: 0 !important;
    border-radius: 0 !important;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    line-height: 28px;
    top: 0;
    margin-left: 10px;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.login>ul>li:last-child>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login>ul>li>a>.badge:before {
}



.login>ul>li>a:hover .badge:before {
}

input#aramatxt {
    width: 810px;
    padding: 0;
    height: 50px;
    border: none;
    border-radius: 0!important;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border: none;
    background: none;
    font-size: 25px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -405px;
    padding-right: 50px;
}

nav.header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

label[for="aramatxt"] {
    position: absolute;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
    visibility: visible;
}

label[for="aramatxt"] b {
    font-weight: bold;
    color: #f14772;
    padding: 0 7px;
}

label[for="aramatxt"].active {
    opacity: 0;
    visibility: hidden;
}

.search {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    left: 0;
    height: 165px;
    background: #e30614;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.search .suggestion-wrap .list-group ul {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 290px);
}

.search form {
    width: 100%;
    font-size: 25px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #e93765;
}

.menu ul li {
    float: left !important;
    display: inline-block;
    padding: 0;
    margin: auto;
    margin-left: 0;
}

.navbar-nav {
    display: table;
    margin: 0px 0 0;
}

.menu ul li ul li {
    float: left;
    width: 100%;
    position: relative;
}

button.btn.btn-arama {
    position: relative;
    right: 0;
    background: none;
    pointer-events: none;
    padding: 0;
    margin: 0;
    right: 62px;
}

input#aramatxt:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* /[NAVBAR STYLES] */


/* [SLIDER]  */

section.slider {
    height: calc(100vh - 162px);
    overflow: hidden;
}

.main-slide {
    height: 100%;
}

.main-slide .swiper-slide {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

h2.slide-baslik {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #e30614;
}

.slider-content {
    width: 50%;
    display: none;
}

h4.slide-aciklama {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: normal;
    color: #ffffff;
    width: 345px;
}

.slider-content a {
    background: #e30614;
    padding: 12px 25px;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1.1px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider .swiper-pagination-bullet {
    width: 40px;
    height: 42px;
    cursor: pointer;
    margin: 9px 4px !important;
    border-radius: 0!important;
    border-right: 4px solid #e30614;
    line-height: 42px;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    background: none !important;
    opacity: 1;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.main-slide .swiper-pagination-bullet-active {
    -webkit-transition: ease-in 0.7s;
    -o-transition: ease-in 0.7s;
    transition: ease-in 0.7s;
    border-right: 32px solid #e30614;
}

.swiper-slide-active .slider-content {
    display: block;
}

.albumSlide .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}


/* /[SLIDER]  */


/* [404]  */

.nf404 {
    position: relative;
    text-align: center;
    line-height: 75px;
    margin: 80px 0px;
}

.nf404 h2 {
    font-weight: 500;
    font-size: 65px;
}

.nf404 h3 {
    font-weight: 200;
    font-size: 23px;
}

.nf404 i.fa-exclamation-triangle {
    position: absolute;
    font-size: 25rem;
    -webkit-transform: rotate(-27deg);
    -ms-transform: rotate(-27deg);
    transform: rotate(-27deg);
    top: -10rem;
    left: 19rem;
    opacity: 0.1;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* /[404]  */


/* [FOOTER]  */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-ust-bar {
    color: #fff;
    padding: 95px 0;
}

.footer-ust-bar a {
    color: #fff;
}

footer.footer-menu {
    background: #f3f5f9;
}

.footer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .content p {
    margin-bottom: 0;
    padding-left: 15px;
    font-size: 15px;
    color:black;
}

.footer-item {
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-item .content p {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #838383;
}

.footer-item .content {
    margin-left: 5px;
    line-height: 29px;
}

.footer-item:last-child .content {}

.footer-logo {
    width: 200px;
    margin-bottom: 20px;
}

footer .content p a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #838383;
}

.footer-item .icon i {
    font-size: 19px;
    color:black;
}

footer .content p span {}

h3.f-baslik {
    position: relative;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #4a4a4a;
}

.footer-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.f-listeleme li a {
    display: block;
    font-size: 14px;
    line-height: 2;
    letter-spacing: normal;
    color: #9f9f9f;
}

.f-listeleme li a:hover {
    color: #e30614;
}

.f-bulten p {
    font-size: 16px;
}

.f-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #231f20;
}

.f-social a svg {
    width: 23px;
    height: 23px;
    margin-right: 7px;
    fill: #231f20;
    transition: all .3s ease-in-out;
}

.f-social a:hover svg {
    fill: #e30614;
}

.f-social a i:before {
    font-size: 23px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.f-social a i {
    line-height: normal;
}

.f-social a+a {
    margin-top: 4px;
}

.f-social a i {
    padding-right: 7px;
}

.f-social a:hover {
    color: #e30614;
}

.f-bulten form input[type="email"] {
    border: 1px solid #2a435b;
    border-radius: 0;
    height: 45px;
    background: none;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    margin-top: 0;
    -webkit-appearance: none;
    width: calc(100% - 50px);
}

.f-bulten form input[type="submit"] {
    height: 45px;
    width: 50px;
    border: none;
    position: absolute;
    display: block;
    top: 0;
    right: 0px;
    background-size: 100%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    background: #2a435b;
    padding: 0;
}

.f-bulten form {
    position: relative;
    float: left;
    width: 100%;
}

.f-bulten form i {
    color: #fff;
    position: relative;
    font-size: 27px;
    top: 4px;
    right: -9px;
    pointer-events: none;
}

.f-bulten form input[type="email"]:focus {
    border-color: #fff;
}

span.dontfollow a {
    color: #416a96 !important;
    font-size: 12px;
    margin-top: 7px;
    font-style: normal;
    font-weight: 600;
}

span.dontfollow a:hover {
    color: #ffffff!important;
}

span.dontfollow {
    line-height: 22px;
    position: relative;
    margin-left: 7px;
    display: block;
    float: left;
}

span.dontfollow:hover:after {
    bottom: -4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #ffffff;
}

span.dontfollow:after {
    content: "";
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    background: #416a96;
    height: 1px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.fot-orta h3 {
    float: left;
}

.fot-orta p {
    display: block;
    width: 100%;
    text-align: left !important;
    float: left;
}

.f-bulten form input[type="submit"]:hover {
    background: #0f233a;
}

.f-bulten form input[type="submit"]:hover i {
    color: #fff !important;
}

.copyright p {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #666666;
}

.footer-alt-bar {
    padding: 20px 0;
    background: #fbfdfe;
}

.biltek {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* flex-direction: row-reverse; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.biltek a+a {
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #666666;
    padding-left: 10px;
}

.biltek a img {
    width: 135px;
}

/* [SIGNATURE] */
.biltek{}
.biltek a{ font-size: 12px; color: #73828c; display: inline-block; line-height: 20px; position: relative; vertical-align: top; }
.biltek a img{ display: block; width: 65px; margin-top: 3px; }
.biltek a:nth-child(2) {position: relative; margin-left: 10px; padding-left: 10px; top: -4px; }
/* /[SIGNATURE] */

.biltek a+a:hover {
    color: #e30614;
}

img.obj1 {
    width: 105px !important;
}

.biltek a:nth-child(1) img {
    line-height: normal;
}

/* /[FOOTER]  */


/* [BREADCRUMB]  */

.breadcrumb {
    margin: 0;
    padding: 0;
    background: none;
}

section.page-title {
    padding: 60px 0;
    position: relative;
}

.title-first h1 {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3.3px;
    color: #ffffff;
}

ol.breadcrumb li a {
    color: #fff;
}

.breadcrumb-item.active {
    color: #fff;
    font-weight: bold;
}

.bread-bg {
    position: absolute;
}

section.page-title .container {
    position: relative;
}

ol.breadcrumb li a:hover {
    color: #fff !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #a2a2a2;
    font-family: Flaticon;
    content: "\f106";
    font-size: 9px;
    position: relative;
    top: 0px;
}


/* / [BREADCRUMB]  */


/* [GENEL]  */

.page {
    padding: 0;
    /* margin: 40px 0; */
}

.pageTitle h2 {
    margin-bottom: 20px;
}

.pageTitle strong {
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.pageTitle h2 {
    font-weight: 500;
}

.pageTitle h4 {
    font-weight: bold;
}

.pageTitle p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #231f20;
    text-align: justify;
}

section.page.sayfaDetay {
    overflow: hidden;
    padding-bottom: 30px;
    margin-top: 20px;
}

.pageContent p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #231f20;
    text-align: justify;
}

.pageContent {
    padding-right: 62px;
}

section.page.sayfaDetay .container {
    background: #f3f5f9;
    padding: 45px 0px;
    position: relative;
}

section.page.sayfaDetay .container:after {
    content: "";
    position: absolute;
    left: -5000px;
    width: 5000px;
    background: #f3f5f9;
    top: 0;
    bottom: 0;
    display: inline-block !important;
    clear: initial !important;
}

.page .haberler-baslik h3 {
    color: #e30614;
}

.pageTitle ul li,
.pageTitle ol li {
    list-style-type: inherit;
    margin-left: 18px;
    margin-bottom: 5px;
}

.pageTitle ul {
    margin-bottom: 20px;
}

.albumSlider {
    padding: 20px 0;
}

.albumKapsayici a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.61);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.albumKapsayici a {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center CENTER !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
}

.albumKapsayici a i {
    font-size: 27px;
    color: #fff;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
}

.albumKapsayici:hover {
    top: -8px;
}

.albumKapsayici a:hover i {
    opacity: 1;
    visibility: visible;
}

.albumKapsayici a:hover:before {
    opacity: 0;
    visibility: hidden;
}

.pageAlbum h3 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.pageAlbum {
    margin-top: 30px;
}

.fancybox-infobar {
    display: none;
}

.albumPagi .swiper-button-next,
.albumPagi .swiper-button-prev {
    top: calc(50% + 30px);
}

.elements li {
    list-style: inherit !important;
    line-height: 25px;
    font-size: 16px;
    font-weight: 300;
}

.elements ul,
.elements ol {
    padding-left: 20px
}


/* / [GENEL]  */


/* [COZUM ORTAKLARI]  */

.cozum-item {
    margin-bottom: 0;
    height: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


/* /[COZUM ORTAKLARI]  */


/* [BANKA]  */

.bank-item {
    padding: 18px;
    border: 1px solid #ffccd9;
    border-radius: 0;
    margin: 18px 0px;
}

.bank-img {
    width: 195px;
    display: inline-block;
    float: left;
    height: 165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bank-content {
    width: calc(100% - 200px);
    float: left;
}

.bank-content h5 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #e30614;
}

.bank-bilgi p span:after {
    display: none;
}

p.ibans {
    width: 100%;
    display: block;
}

.bank-bilgi p {
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #231f20;
    margin-bottom: 2px;
    display: block;
    width: 100%;
}

span.title {
    font-weight: normal !important;
}

.bank-bilgi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bank-img img {
    max-width: 180px;
}

span.title {
    font-weight: 500;
}

.bank-bilgi p span {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    display: inline;
    color: #231f20;
    padding: 0;
    border: 0;
    -webkit-user-select: inherit !important;
    -moz-user-select: inherit !important;
    -ms-user-select: inherit !important;
    user-select: inherit !important;
}


/* [BANKA]  */


/* [ILETISIM]  */

.iletisim-alt {
    padding: 60px 0 100px;
}

.contact4 .container .row > div:nth-child(1){
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.form-div {
    float: left;
    width: 100%;
    margin-bottom: 0 !important;
    overflow: initial !important;
    position: relative;
}

.select2-container .select2-selection--single {
    height: 50px;
    width: 100%;
    border-radius: 0 !important;
    border-color: #ffccd9;
}

.btn.btn-dark {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #ffffff;
    border-radius: 0 !important;
    padding: 13px 24px;
    background: #231f20 !important;
    border: 0 !important;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.btn.btn-dark:hover {
    background: #e30614 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    border-radius: 0 !important;
    padding-left: 20px;
    padding-right: 60px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

.select2-container {width: 100% !important;}

.select2-results__option {
    padding: 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #e30614;
}

h5.contact-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 23px;
}

.contact-aciklama {
    font-size: 16px;
    margin-bottom: 40px;
}

.vm i:before {
    font-size: 18px;
}

.mailTo {
    margin: 40px 0;
    position: relative;
    width: 100%;
}

.vm h6 {
    margin-bottom: 5px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    color: black;
}


.iletisim-bilgileri ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.vm+.vm {
    padding-left: 20px;
}

.vm p,
.vm a {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: black;
}

.iletisim-bilgileri ul li+li {
    margin-top: 30px;
    width: 50% !important;
    float: left;
}

.iletisim-bilgileri {
    margin-bottom: 40px;
}

.vm a:hover {
    color: #e30614;
}

.mailTo a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #727272;
    background: #fff !important;
    width: 100%;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.mailTo a i:Before {
    font-weight: normal;
}

.mailTo a i {
    padding-right: 10px;
}

.mailTo:after {
    content: "";
    position: absolute;
    height: 1px;
    top: 50%;
    background: #f3f5f9;
    left: 0;
    right: 170px;
    margin-top: -0.5px;
}

.mailTo a:hover {
    color: #e30614;
}

.form-div input:not([type=submit]) {
    margin-bottom: 0;
    background-color: #fff;
    height: 50px;
    padding-left: 20px;
    width: 100%;
    -webkit-appearance: none;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #231f20;
    border: 2px solid black;
}

.w-33 {
    float: left;
    width: 32%;
}

span.btn.upload-btn img {
    width: 31px;
    opacity: 0.3;
    padding-right: 7px;
}

.w-33+.w-33 {
    margin-left: 2%;
}

.form-div textarea {
    padding: 15px;
    background-color: #fff;
    border: 2px solid black;
    -webkit-appearance: none;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
}

a.button.button-facebook {
    background: #3b5998;
    color: #fff;
    padding: 11px 73px;
    border-radius: 4px;
    display: table;
    text-transform: uppercase;
    margin: auto;
    width: auto !important;
}

.form-div p {
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #231f20;
    padding-left: 5px;
}

.odemeBildirimi .form-div p {
    font-size: 11px;
}

.form-div+.form-div {
    margin-top: 20px;
}

.iletisim .form-div p {
    width: 120px;
    float: left;
    margin-bottom: 0;
}

.iletisim .form-div input {
    width: 100%;
}

.iletisim .form-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.iletisim .form-div textarea {
    width: calc(100% - 120px);
    float: left;
}

.form-div input:not([type=submit]):focus {
    border: 1px solid #e30614;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-div textarea:focus {
    border: 1px solid #231f20;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.iletisim .form-div:nth-last-child(3) {
    display: inline-block;
    width: 100%;
}

.iletisim .w-120 {
    float: left;
    width: calc(100% - 120px);
}

.w-120 .w-50 {
    width: 49% !important;
    float: left;
    margin-right: 1% !important;
    position: relative;
}

.w-120 .w-50 input {
    width: 100% !important;
    border: 0;
    border: 1px solid #ffccd9;
}

.w-120 .w-50 img {
    margin: 0 !important;
    border: 0 !important;
    height: 100%;
}

.w-120 .w-50+.w-50 {
    margin-right: 0 !important;
    margin-left: 1% !important;
}

img.captcha_img {
    width: 100% !important;
    height: 100% !important;
    position: relative;
}

.submit {
    float: right;
    margin-top: 25px;
}

input[type=submit] {
    border: none;
    width: auto;
    height: 45px;
    background-color: #999999;
    color: #fff;
    font-size: 15px;
    line-height: normal;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    padding: 0 30px;
    font-weight: 500;
    border-radius: 0 !important;
    color: #000;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-transform: uppercase !important;
    cursor: pointer;
}

input[type=submit]:hover {
    background: #10100f;
    color: #fff;
}

a.btn.btn-exit {
    height: 50px;
    background-color: #999999;
    color: #fff;
    font-size: 15px;
    line-height: normal;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    padding: 0 30px;
    font-weight: 500;
    border-radius: 0 !important;
    color: #000;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-transform: uppercase !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    line-height: 50px !important;
    border: none !important;
    box-shadow: none !important;
}

a.btn.btn-exit:hover {
    background: #10100f;
    color: #fff;
}

.w-120 .w-50:first-child {
    height: 50px;
    border: 1px solid #ffccd9;
}

.captcha a {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 26px;
    height: 26px;
    background: #b10707;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    color: #fff;
    margin-top: -13px;
}

.captcha {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.captcha a:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.map-responsive {
    height: 400px;
}

.map-responsive iframe {
    height: 400px;
    width: 100%;
}
/* / [ILETISIM]  */


/* [HABERLER]  */

.news-item {
    -webkit-box-shadow: 0 8px 15px -3px rgba(0, 0, 0, .24);
    box-shadow: 0 8px 15px -3px rgba(0, 0, 0, .24);
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 3px;
    padding: 10px;
    top: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    min-height: 298px;
}

.new-img img {
    width: 100%;
    display: block;
    height: 100%;
    max-height: 160px;
}

.haber-ozet p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 38px;
    overflow: hidden;
}

.haber-ozet a {
    width: 100%;
    padding: 0;
    color: #000;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 57px;
    overflow: hidden;
    min-height: 57px;
    padding-right: 10px;
}

.haber-ozet span {
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #838383;
    padding: 5px 0;
    display: inline-block;
}

.haber-detay h3 {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #231f20;
    margin: 0;
}

.date {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #e30614;
}

.haberImage {
    margin-bottom: 30px;
}

.haber-detay .img img {
    display: block;
    width: 100%;
}

.haber-detay .img {
    margin-bottom: 10px;
}

.haber-detay-text {
    margin-top: 15px;
}

.haber-detay-text p {
    font-size: 15px;
    line-height: 31px;
}

.news-item:hover {
    top: -8px;
}

h6.news2Title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 24px;
}

.news-detail-page img {
    margin-bottom: 10px;
    width: 100%;
}

.news-detail-page .flex {
    margin-bottom: 20px;
}


/* / [HABERLER]  */


/*  [sayfalama]  */

.row.sayfalama {
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

nav ul.pagination {
    margin: 20px 0px;
}


/*  [USER SIDEBAR]  */

.user-sidebar ul li {
    float: left;
    width: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
}

.user-sidebar {
    margin: 0px 0px 15px 0px;
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.user-sidebar ul li a {
    padding: 14px 20px;
    display: block;
    color: #000;
}

.user-sidebar ul li+li a {
    border-top: 1px solid #ededed;
}

.user-sidebar h4 {
    padding: 22px 0;
    background: #231f20;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.2px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.user-sidebar ul li a:hover {
    color: #fff;
    background: #122c48;
}

.user-sidebar ul li:last-child a i {
    margin-right: 7px;
}

.user-sidebar ul li:last-child a:hover {
    background: #dc3545;
}

h5.user-title i {
    padding-right: 4px;
}

h5.user-title {
    font-weight: 500;
    margin-bottom: 20px;
}


/*  / [USER SIDEBAR]  */


/*  [USER SCRENN]  */

.form-div input[type=radio],
.form-div input[type=checkbox] {
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
}

label.custom-control-label {
    line-height: 20px !important;
    cursor: pointer;
}

.user-sidebar .list-group a {
    border: none;
    margin-bottom: 0;
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #231f20;
}

.user-sidebar .list-group a.active {
    background: #e30614;
    border-color: #e30614;
    color: var(--user-menu-active-color);
}

.user-sidebar .list-group a+a {
    border-top: 1px solid var(--user-menu-border-color);
}

.list-group a i {
    margin-right: 10px;
}

.user-sidebar .list-group a:hover {
    background: #e30614;
    color: var(--user-menu-hover-color);
    border-color: #e30614;
}

.user-sidebar .list-group a.active:hover {
    background: var(--user-menu-active-hover-background-color);
    color: var(--user-menu-active-hover-color);
    border-color: var(--user-menu-active-hover-border-color);
}

.user-sidebar .list-group a:last-child:hover {
    background: var(--danger);
    border-color: var(--danger);
    color: var(--user-menu-hover-color);
}

h3.user-head {
    font-weight: 500;
    padding-bottom: 18px;
    border-bottom: 1px solid #ededed;
    font-size: 22px;
    margin-bottom: 18px;
    color: #231f20;
}

h3.user-head span {
    float: right;
}

h3.user-head i {
    font-size: 20px;
}

.userHeader {
    margin-bottom: 20px;
}

.myOrderTable table td,
.kargoTakip table td {
    font-size: 12px;
}

.myOrderTable table th,
.kargoTakip table th {
    font-size: 13px;
}


/*  / [USER SCREEN]  */


/*  [MAIN USER SCREENS]  */

.user-home {
    padding: 30px !important;
    min-height: auto;
    display: inline-block;
    width: 100%;
    border: 1px solid #f0f0f0;
}

.myOrderTable .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.myOrderTable .btn-group a {
    width: 31.33%;
    padding: 10px 9px;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 1% !important;
    border-radius: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 34px;
}

a.btn.btn-danger {
    background: #e30614;
}

a.btn.btn-dark {
    background: #231f20;
}

.user-home h4 {
    font-size: 25px;
}


/*  /[MAIN USER SCREENS]  */

p.mb0 {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

h5.alt-title {
    font-weight: 500;
    margin-top: 20px;
}


/* / [USER HOME]  */


/* [ODEME BILDIRIMI]  */

.iletisimform.odeme {
    float: left;
    width: 100%;
}

.odemeBildirimi .form-div .form-kvkk p {
    font-size: 13px;
}

.odemeBildirimi .form-row > div {float: none;width: auto;flex: 0 0 48.3%;margin: 20px 4px 0 5px;}

.hesapno {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.hesapno ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    float: left;
    width: 48%;
    padding: 24px;
    border: 1px solid #ffccd9;
    margin: 0 1%;
}

.odemeBildirimi .hesapno ul li {
    width: 100%;
    margin-top: -15px;
    margin-bottom: 35px;
}

.hesapno ul li span {
    margin-left: 20px;
}


.hesapno ul li span b:first-child {
    color: #e30614
}


@media only screen and (max-width: 767px){
    .odemeBildirimi .form-row > div {
        flex: 0 0 97%;
    }

    .hesapno ul li {
        flex-wrap: wrap;
    }

    .hesapno ul li span {
        margin-left: 0;
    }
}

/* /[ODEME BILDIRIMI]  */


/* [ADRES]  */

.edit a:hover {
    background: #36312c;
    color: #fff;
    border: 1px solid #36312c;
}

.adres-sol {
    padding-right: 13px;
    max-width: 200px;
}

.adres-top .info,
.edit a {
    background: #fff;
    float: left
}

.adres-item.adres-ekle a i {
    display: block;
    text-align: center;
    margin-bottom: 8px
}

.adres-item.adres-ekle a {
    line-height: normal;
    font-weight: 700;
    color: #ededed;
    height: 100%;
    padding: 0;
    display: block;
    text-align: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    min-height: 243px;
    padding-top: 43px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.adres-item.adres-ekle a:hover,
.adres-item.adres-ekle a:hover i:before {
    color: #e30614;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.adres-item.adres-ekle a i:before {
    color: #eaeaea;
    display: inline-block;
    font-size: 110px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.adres-sol p {
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    line-height: 25px;
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 0;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.edit {
    padding-left: 0;
    width: 110px;
}

.edit a {
    font-size: 9px;
    width: 50px;
    text-align: center;
    height: 54px;
    padding-top: 10px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 1px solid #ffffff;
    margin: 0 2px;
    float: left;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.edit a i {
    display: block;
    text-align: center;
    margin-bottom: 3px;
}

.edit a i:before {
    color: #e30614;
    margin-left: 0;
    font-size: 18px;
}

.edit a:hover i:before {
    color: #fff
}

.adres-item {
    padding: 0;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
}

.adres-top {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
    float: left;
    min-height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.adres-top .info {
    width: 100%;
    padding: 0;
    border: 0;
}

.adres-top .info span {
    padding: 2px 10px!important;
    color: #000;
    font-weight: 400;
    float: left;
    width: 100%;
    text-align: center
}

.adres-top .info span:first-of-type {
    padding-left: 0;
    font-weight: 700
}

.adres-top .edit a {
    padding: 5px 15px;
    color: #6b6b6b;
    font-weight: 400;
    font-size: 12px
}

.adres-top .edit a:first-of-type {
    border-left: 1px solid #c5c5c5
}

.adres-top .edit .adres-del {
    color: #ed131f
}

.adress.adres-bilgi {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.w-50 {
    width: 49% !important;
    margin-right: 1% !important;
    float: left;
}

.w-50:nth-child(2n) {
    margin-left: 1% !important;
    margin-right: 0 !important;
}

.adres-bottom {
    width: 100%;
    background: #e30614;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 150px;
}

.baslik h1 {
    font-weight: 500;
    margin-bottom: 14px;
}


/* /[ADRES]  */


/* [SIPARISLER]  */

.wd-200 {
    width: 200px;
}

.table td,
.table th {
    border: 1px solid #f0f0f0 !important;
    vertical-align: middle;
}

.table td {
    background: #fff;
    vertical-align: middle;
    padding: 2px 18px;
}

.siparisForm {
    margin-top: 20px;
}

.couponTable {
    margin-top: 20px;
}

.mt20 {
    margin-top: 20px;
}

.tableFirst50 tbody tr th {
    width: 50%;
}

.tableFirst50 tbody tr th,
.tableFirst50 tbody tr a {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #231f20;
}

.tableFirst50 tbody tr td {
    color: #727272;
}

.tableFirst50 tbody tr th,
.tableFirst50 tbody tr td:last-child a {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #e30614;
}

.table td,
.table th {
    padding: 12px 18px !important;
}

.table-bordered thead th {
    border: 0 !important;
    background: #f3f5f9;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #bebbbb;
}

.table-bordered {
    border: 0;
    margin-top: 26px;
}

.tableFirst50 tbody tr th:hover,
.tableFirst50 tbody tr a:hover {
    color: #e30614;
}

.tableFirst50 tbody tr th:hover,
.tableFirst50 tbody tr td:last-child a:hover {
    color: #221f20;
}


/* /[SIPARISLER]  */


/* [BLOG]  */

.bloglar li:nth-child(2n) {
    /* margin-right: 0 !important; */
    /* margin-left: 2%; */
}

.bloglar li:nth-child(2n) {margin-left: 0 !important;margin-right: 0 !important;}

p.not {
    margin-bottom: 0 !important;
}

.bloglar .img img {
    border-radius: 15px
}

.blogItemImg img {
    border-radius: 0;
    display: block;
    width: 100%;
}

.blog-content {
    margin-top: 15px;
    width: 100%;
    display: inline-block;
}

.blog-date {
    width: 100%;
}

.blogItemImg a {
    display: block;
    height: 234px;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.blog-date h6 {
    margin-bottom: 0;
}

.blog-date.float-left h5 {
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #838383;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

a.blog-baslik {
    height: auto !important;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #4a4a4a;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 43px;
    min-height: 43px;
}

.blog-content .float-right {
    float: left !important;
    width: 100%;
}

a.blog-baslik:hover {
    color: #e30614;
}

.absolute_img {
    width: 83px;
    position: relative;
}

.absolute_img a {
    position: absolute;
    left: 4px !important;
    font-weight: 400;
    bottom: 0px;
    right: auto;
}

.absolute_img img {
    width: 50px;
    margin: 8px 0px 0 10px;
}

.bloglar li {
    float: left;
    width: 48%;
    margin: 0 4% 2% 0;
    min-height: 22px;
}
.bloglar ul {
    margin-bottom: 15px;
}

.bloglar .d-flex.justify-content-between.align-items-center {
    padding-bottom: 0;
    margin-bottom: 0px;
}

.blog-content p {
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #727272;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 100px;
}

.sidebar-blog {
    margin: 0px 0px 15px 0px;
    position: relative;
    /* width: 260px; */
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    top: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: inline-block;
}

.sidebar-blog h4 {
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.1px;
    color: #231f20;
    border-left: 4px solid #e30614;
    padding-left: 10px;
    margin-bottom: 30px;
}

.sidebar-blog .list-group a {
    border: none;
    margin-bottom: 0;
    border-radius: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    color: #231f20 !important;
    background: none !important;
    padding: 6px !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar-blog .form-div i {
    right: 7px;
    left: auto;
    pointer-events: none;
}

.sidebar-blog .form-div i:before {
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sidebar-blog input[type="submit"]:hover,
.sidebar-blog input[type="submit"]:hover i:before {
    background: #231f20;
    color: #fff;
}

.sidebar-blog .list-group a+a {
    border-top: 1px solid var(--user-menu-border-color);
}

.sidebar-blog .list-group a.active {
    background: #e30614 !important;
    border-color: #ffffff;
    color: #ffffff !important;
}

.sidebar-blog .list-group a:hover {
    background: var(--user-menu-hover-background-color);
    color: var(--user-menu-hover-color);
    border-color: var(--user-menu-hover-border-color);
}

.sidebar-blog .list-group a.active:hover {
    background: #3a0210 !important;
    color: #e30614 !important;
    border-color: #3a0210;
}

.sidebar-blog .form-div input:not([type=submit]) {
    width: calc(100% - 54px);
    float: left;
}

.sidebar-blog input[type="submit"] {
    float: left;
    width: 54px !important;
    padding: 0 !important;
    height: 50px;
    background: #e30614;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sidebar-blog .list-group {
    float: left;
    width: 100%;
}

.sidebar-blog form {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.sidebar-blog form p {
    display: inline-block;
    font-size: 11px;
    font-weight: 300;
    color: #e30614;
    width: 100%;
    background: #f9ebee;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 3px 8px;
    margin: 10px 0;
}

.sidebar-blog form p b,
.sidebar-blog form p strong {
    font-weight: 600;
}

.sidebar-blog .list-group a:hover {
    background: #e30614 !important;
    color: #fff !important;
    padding-left: 5px !important;
    border-color: #e30614;
}

.sidebar-blog .list-group a:hover span {
    background: #fff;
    color: #e30614;
}

.sidebar-blog .list-group a span {
    width: 23px;
    height: 23px;
    background: #e30614;
    line-height: 23px;
    text-align: center;
    border-radius: 110px;
    color: #fff;
    font-size: 12px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-right: 2px;
}

.blog-sayfalama .col-12.col-md-12.col-lg-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

a.blog-baslik:hover {
    color: #007bff !important;
}

.blog-detay {
    margin: 30px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.tags li {
    margin-bottom: 0 !important;
    margin-left: 5px;
    padding: 0 !important;
    font-size: 12px !important;
    color: #000 !important;
}

.blog-yazi p {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #231f20;
}

.sayac {
    text-align: center;
}

.tags h5 {
    width: 100%;
    font-weight: 500;
    padding-left: 10px;
    margin-bottom: 10px;
}

.tags ul {
    width: 100%;
}

.tags ul li {
    width: 25% !important;
    margin-left: 0;
}

.tags ul li a {
    display: block;
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
}

.tags ul li+li {
    margin-left: 5px;
}

.blogItemImg a:before {
    background-image: -webkit-linear-gradient(233deg, rgba(196, 13, 60, 0), rgba(196, 13, 60, 0.27) 55%, rgba(196, 13, 60, 0.36));
    background-image: -o-linear-gradient(233deg, rgba(196, 13, 60, 0), rgba(196, 13, 60, 0.27) 55%, rgba(196, 13, 60, 0.36));
    background-image: linear-gradient(217deg, rgba(196, 13, 60, 0), rgba(196, 13, 60, 0.27) 55%, rgba(196, 13, 60, 0.36));
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.blog-content a.btn.btn-primary {
    height: 40px;
    padding: 0 25px;
    float: left !important;
    line-height: 40px;
    text-transform: uppercase;
    border-radius: 0 !important;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #838383;
    background: none !important;
    border: 1px solid #838383 !important;
    margin-bottom: 30px;
    margin-top: 5px;
}

.blog-content .w-100.d-flex.justify-content-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.custom-control-input:checked~.custom-control-label::before {
    background: #e30614;
}

.bloglar .btn-primary:not(:disabled):not(.disabled):active:focus {
    background: none;
    color: #838383;
    border-color: #838383;
}

.bloglar a.btn.btn-primary:hover {
    background: #838383 !important;
    color: #fff !important;
}


/* /[BLOG]  */


/* [MARKALAR]  */

.marka-wrap li {
    width: 23.2%;
    float: left;
    margin: 0 1%;
    -webkit-box-shadow: 0 8px 15px -3px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 15px -3px rgba(0, 0, 0, .24);
    -webkit-transition: all 0.5s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 200px;
    margin-bottom: 20px !important;
}

.marka-wrap li:nth-child(4n) {
    margin-right: 0 !important;
}

.marka-wrap li img {
    max-width: 200px;
    max-height: 100px;
}


/* [SSS]  */

.accordion {}

button.btn.btn-link {
    color: #000;
    font-weight: 500;
    padding: 15px 30px;
}

.card-body {
    background: #fff;
    display: inline-block;
    width: 100%;
}

.card-body p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #231f20;
    text-align: justify;
}

button.btn.btn-link i {
    position: absolute;
    top: 20px;
    right: 20px;
}

.sss-box {
    -webkit-box-shadow: 0 8px 15px -3px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 15px -3px rgba(0, 0, 0, .24);
    padding: 30px;
}

h2.sss-title {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.sss-box p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 29px;
}

.accordion button.collapsed i:before {
    content: "\f078"!important;
    color: #e30614;
}

.accordion button i:before {
    content: "\f077"!important;
    color: #231f20;
}


/*  /[SSS]  */


/*  [IK]  */

.human-title h3 {
    margin-bottom: 40px;
    text-align: center;
    font-weight: 400;
}

a.apply-now {
    float: right;
    cursor: pointer;
    margin-top: 20px;
    font-size: 14px;
    font-weight: normal !important;
    color: #e30614 !important;
    text-transform: uppercase;
    border: 1px solid #e30614;
    padding: 10px 15px;
    margin-bottom: 20px;
}

a.apply-now:hover {
    background: #000;
    color: #fff !important;
}

ul.referanslar li:hover .refImg {
    opacity: 1;
}


/*  /[IK]  */


/*  [REFERANSLAR]  */

ul.referanslar li {
    float: left;
    width: 19%;
    float: left;
    margin: 0 0.5%;
    -webkit-transition: all 0.5s ease-in;
    margin-bottom: 20px !important;
    display: inline-block;
    padding: 0;
    top: 0;
    position: relative;
}

.refImg img {
    max-height: 120px;
    max-width: 150px;
}

.refImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 165px;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0.7;
    width: 100%;
}

.references ul li:hover .refImg {
    opacity: 1;
}

.refContent h3 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

.refContent h3 a {
    color: #000;
    display: block;
}

.refContent {
    margin-top: 20px;
    padding: 0 15px;
    margin-bottom: 10px;
}

.refContent h4 {
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
}

.refContent span i {
    margin-right: 4px;
}

ul.referanslar li:hover {
    top: -8px;
    -webkit-box-shadow: 0 8px 15px -3px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 15px -3px rgba(0, 0, 0, .24);
}

.refContent h3 a:hover {
    color: #f00;
}

.ref-category {
    margin: 0 1% 40px;
}

.ref-category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ref-category ul li {
    width: 100%;
}

.ref-category ul li a {
    padding: 15px;
    background: #122c48;
    display: block;
    color: #fff;
}

.ref-category ul li+li {
    margin-left: 1%;
}

.ref-category ul li a:hover {
    background: #000;
    color: #fff;
}

.refDetay p {
    padding: 0 40px;
}

.refDetayP p {
    padding: 0 10px;
}

.refDetayP p+p {
    border-left: 1px solid #d5cdcd;
}

.refDetayP p a {
    color: #000;
    font-weight: 500;
}

.refDetayP p a:hover {
    color: #f00;
}

.refDetayP p b i {
    margin-right: 4px;
    font-size: 13px;
}

.referans p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 31px;
}

.refDetayP {
    margin: 30px 0;
}

.general-title h3 {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.refImgs ul {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.refImgs ul li {
    width: 31%;
    -webkit-box-shadow: 0 8px 15px -3px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 15px -3px rgba(0, 0, 0, .24);
    padding: 5px;
    margin: 0 1%;
}

.refImgs ul li+li {
    margin-left: 2% !important;
}

.benzerReferences h3 {
    margin-top: 40px;
    font-weight: 500;
    margin-bottom: 30px;
}

.benzerReferences .refImgs ul li span {
    padding: 10px 0;
    color: #000;
    font-weight: 500;
    text-align: center;
    display: block;
}

.benzerReferences .refImgs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.benzerReferences .refImgs ul li {
    margin: 0;
    width: 100%;
}


/*  /[REFERANSLAR]  */


/* [INSAN KAYNAKLARI]  */

.page.basvuru form {
    display: inherit !important;
}


/* / [INSAN KAYNAKLARI]  */


/*  --- [SEPET] ----  */

section.page.sepetScreen .alert {
    margin: 0 15px;
    margin-bottom: 30px;
    width: calc(100% - 30px);
}

.sepetScreen i.fa-lira-sign {
    font-size: 80%;
}


/* [SEPET-ALISVERIS SEPETI]  */

.basket-nav .step {
    float: left;
    width: 25%;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.basket-nav {
    display: block;
    padding: 20px 0 25px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 35px;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.basket-nav:before {
    content: "";
    position: absolute;
    left: 0;
    top: 62px;
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #f5ede4;
}

.basket-nav .step.active:before {
    left: 0;
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    top: 41px;
    background: #e30614;
    -webkit-transition: width 1.5s ease;
    -o-transition: width 1.5s ease;
    transition: width 1.5s ease;
    z-index: 9;
}

.basket-nav .active.bar:before {
    width: 100%;
}

.basket-nav .step.active .stepIcon {
    border-color: #e30614;
}

.basket-nav .step .stepIcon {
    border: 1px solid #e0e0e0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 9;
    background: #fff;
    border-radius: 200px;
    width: auto;
    height: auto;
    display: inline-block!important;
}

.basket-nav .step .stepIcon:before {
    left: -6px;
}

.basket-nav .step .stepIcon:after,
.basket-nav .step .stepIcon:before {
    content: "";
    position: absolute;
    height: 10px;
    background: #fff;
    top: 50%;
    width: 5px;
    margin-top: -5px;
}

.basket-nav .step .stepIcon a {
    width: 87px;
    height: 87px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.basket-nav .step .stepIcon a i {
    text-align: center;
    display: block;
    width: 100%;
    border: none;
    right: 0;
    left: 0;
    top: 0;
    position: relative;
}

.basket-nav .step .stepIcon i:before {
    font-size: 36px;
    color: #e0e0e0;
}

.basket-nav .step.active i:before {
    color: #e30614!important;
}

.basket-nav .step .stepIcon:after {
    right: -6px;
}

.basket-nav .step .stepIcon:after,
.basket-nav .step .stepIcon:before {
    content: "";
    position: absolute;
    height: 10px;
    background: #fff;
    top: 50%;
    width: 5px;
    margin-top: -5px;
}

.basket-nav .step .stepTitle {
    width: 100%;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.basket-nav .step .stepTitle a {
    font-weight: 300;
    color: #000;
    font-size: 17px;
}

.basket-nav .step.active .stepTitle a {
    color: #000;
    font-weight: 500;
}

.basket-title {
    margin: 0;
    padding: 20px;
    position: relative;
    font-size: 16px;
    color: #fff;
    background: #e30614;
    border-radius: 0px;
    font-weight: 500;
    text-transform: uppercase;
}

.sepetUrunBilgi {
    margin-top: 30px;
}

.sepetUrunItem {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e0e0e0;
    padding: 15px 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.sepetUrunImg {
    float: left;
    width: 120px;
    margin-left: 0;
}

.sepetUrunImg img {
    width: 100%;
    height: auto;
}

.sepetUrunName {
    float: left;
    width: calc(100% - 480px);
    padding: 0 15px;
}

.sepetScreen .sepetUrunName span.itemType {
    font-size: 11px;
    border: 1px solid #000;
    display: inline-block;
    padding: 2px 4px;
    margin-bottom: 9px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 7px;
}

.sepetUrunName a.productLink {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.qty {
    float: left;
    width: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.single,
.sub-total {
    width: 100px;
    text-align: center;
    float: left;
}

.single p,
.sub-total p {
    margin: 0;
    color: #000;
    font-weight: 500;
}

.delete {
    float: left;
    width: 70px;
    text-align: center;
}

.delete a {
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: normal;
    background: #e30614;
    border-radius: 0 !important;
}

.sepetUrunBilgi .qty span {
    border: 1px solid #e0e0e0;
}

.sepetUrunBilgi .qty input {
    border: 1px solid #e0e0e0;
    margin-left: 24px;
    border-left: 0;
}

.sepetUrunBilgi .qty .qty-plus {
    left: 59px;
    border-left: 0;
}

.qty .qty-plus {
    left: 61px;
    border-left: 0;
}

.qty .qty-plus {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.qty .qty-plus {
    right: 0;
}

.qty span {
    position: absolute;
    top: 0;
    width: 24px;
    background: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 21px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    height: 24px;
}

.qty input {
    padding: 0;
    text-align: center;
    margin-left: 25px;
    width: 35px;
    border-left: 0;
    font-size: 15px;
    font-weight: 500;
    color: #e30614;
    height: 24px;
    border: 0;
    padding-left: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.qty span:hover {
    background: #e30614;
    color: #fff;
}

.single h6,
.sub-total h6 {
    font-weight: 500;
}

.single i,
.sub-total i {
    font-size: 12px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}

.sepetUrunName a.productLink:hover {
    color: #dc3545;
}

p.products_desc {
    font-weight: 500;
    font-size: 15px;
}

.btn-wrapper a i {
    font-size: 14px;
    margin-right: 4px;
}

.siparisOzet {
    padding: 25px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin-bottom: 20px;
}

.indirimCode {
    margin-top: 20px;
}

.ozetTitle {
    display: block;
}

.ozetTitle h4 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.ozetDetay .item p:first-child {
    font-weight: 500;
    width: 50%;
    position: relative;
}

.ozetDetay .item p:first-child:after {
    content: ":";
    position: absolute;
    right: 0;
    top: -1px;
}

.ozetDetay .item p {
    margin-bottom: 13px;
}

.urunSecim {
    width: 200px;
}

.w-60 {
    float: left;
    width: 60%;
}

.w-60 input,
.w-40 button {
    height: 40px !important;
}

.w-40 {
    float: left;
    width: 40%;
}

.kuponForm {
    margin-top: 17px;
}

.w-40 button {
    border-radius: 0 !important;
}

.indirimForm {
    margin-top: 20px;
}

.indirimForm p {
    text-align: center;
    font-weight: bold;
    color: #e30614;
    text-transform: uppercase;
}

.coupon-code pre {
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    border-radius: 0;
    padding: 10px 0;
    color: #fff;
}

.add-coupon {
    display: none;
}

.ozetDetay {
    padding-bottom: 5px;
    margin-bottom: 0;
    border-bottom: 1px solid #e0e0e0;
}

.btn-cont i {
    font-size: 13px;
    margin-left: 2px;
}

.same-adres {
    padding: 13px;
    font-size: 12px;
    white-space: normal;
}

.same-adres:hover {
    background: #e30614 !important;
    color: #fff;
}

.siparis-aciklamasi {
    margin: 20px 0;
}

.siparis-aciklamasi h4 {
    font-size: 18px;
    font-weight: 500;
}

.d-flex.align-items-center.justify-content-between.basketTitle h4 {
    background: #fff;
    color: #000;
    padding: 0;
}

.d-flex.align-items-center.justify-content-between.basketTitle a.badge {
    padding: 17px 37px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0 !important;
}

.d-flex.align-items-center.justify-content-between.basketTitle {
    padding-bottom: 20px;
}

.myAdresses ul li {
    float: left;
    width: 100%;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    border: 1px solid #e0e0e0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 3px;
}

.myAdresses ul li+li {
    margin-top: 40px;
}

.adresDetay {
    padding-right: 40px;
    border-right: 1px solid #e0e0e0;
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 72%;
}

.d-flex.flex-row.adresSecim {
    width: 28%;
}

.adresBilgi {
    width: 71%;
}

.adresSecim {
    width: 28%;
}

.adresSecim .custom-control+.custom-control {
    margin-top: 14px;
}

.adresBilgi h6 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 19px;
}

.adresBilgi p {
    margin-bottom: 0;
    line-height: 26px;
}

.adresSecim .custom-control {
    margin-right: 0 !important;
    font-weight: 500;
}

.bordColor textarea {
    border-color: #e0e0e0;
}

.payment-options ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.payment-options ul li a {
    color: #000;
    display: block;
    padding: 20px 15px;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}

.payment-options ul li.active a {
    font-weight: bold;
    border-bottom: 2px solid #000;
}

.payment-options {
    margin-bottom: 10px;
}

.odemeSecenek {
    padding: 30px;
    border: 1px solid #fbfbfb;
    border-radius: 3px;
    background: #fbfbfb;
    color: #000;
    display: none;
}

.odemeYazi {
    padding: 50px 0;
    text-align: center;
}

.odemeYazi h4 {
    font-weight: 500;
}

h5.odemeAcklama {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.odemeBilgi p {
    margin-bottom: 0;
}

.odemeImg {
    max-width: 120px;
}

.odemeBilgi {
    margin-left: 30px;
}

.odemeBanks+.odemeBanks {
    margin-top: 30px;
}

.infoGroups {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

.adresInfo {
    padding: 30px;
    border: 1px solid #e0e0e0;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info h6 {
    font-weight: bold;
}

.info p {
    margin-bottom: 0;
    line-height: 26px;
}

.forms.d-flex.flex-row.wdOk {
    display: inline-block !important;
    float: left !important;
    margin-top: 15px;
}

.forms.d-flex.flex-row.wdOk .custom-control {
    margin-bottom: 8px;
}

.card-wrap {
    width: 320px;
    border: 1px solid #cCc;
    padding: 15px;
    background: #fff;
    display: table;
    margin: auto;
}

.card-type {
    width: 30px;
    margin-left: 10px;
}

.card-type i {
    font-size: 25px;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.card-wrap .form-div+.form-div {
    margin-top: 12px;
}

.card-wrap input,
.card-wrap .select2-container .select2-selection--single {
    background: #fff !important;
}

.card-wrap input {
    background: #fff !important;
}

.cvv-type img {
    position: absolute;
    right: -100px;
    top: -15px;
    width: 103px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.cvv-type {
    position: relative;
}

.cvv-type:hover img {
    right: -55px;
    opacity: 1;
    visibility: visible;
}

.cvv-type h6 {
    margin-bottom: 0;
    margin-left: 8px;
    cursor: pointer;
}

.wdOk a {
    color: #000;
    font-weight: bold;
}

.wdOk label.custom-control-label {
    font-size: 13px;
}

.tableWidth tr td:nth-child(1) {
    width: 40%;
    vertical-align: middle;
}

a.table-link {
    display: block;
    color: #000;
    font-weight: bold;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fbfbfb;
}

.tableWidth tr td {
    background: none;
}

.siparisOrderDetail .custom-control.custom-radio img {
    position: relative;
    top: -6px;
}

.orderCongrat .alert {
    margin: 0 15px 30px 0 !important;
    width: 100% !important;
}

.orderCongrat {
    margin-top: 30px;
}

section.page.sepetScreen .alert a {
    color: #000;
    font-weight: 500;
}

.order-info {
    margin-top: 30px;
}


/*  ---  / [SEPET] ----  */


/*  ---  [URUN GRUPLARI] ----  */

.urunGruplari h5.card-title {
    margin-bottom: 5px;
    font-weight: 500;
}

.urunGruplari .card {
    min-height: 390px;
}

.urunGruplari a .card-img-top {
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.urunGruplari p.card-text {
    line-height: normal;
    margin-bottom: 0px;
    min-height: 34px;
}


/*  ---  /[URUN GRUPLARI] ----  */


/* [URUN LISTE ]  */

.productList .sidebar {
    padding: 0;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block !important;
}

.col-3.col-md-3.col-lg-3.pad0 {
    padding-right: 0;
}

.productList .sidebar ul li a {
    position: relative;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #231f20;
    display: block;
    padding: 12px 15px 12px 25px;
}

.productList .sidebar > ul > li.opened > a {
    background: #231F20;
    color: #fff;
    /* padding-left: 35px; */
    font-weight: 500;
}

.productList .sidebar ul li a > svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    left: 10px;
    width: 9px;
    height: 9px;
    transition: 0.4s;
    display: none;
}

.productList .sidebar ul li a > svg path {fill: #231f20;transition: 0.4s;}

.productList .sidebar ul li a:hover > svg path {
    fill: #ffffff;
}

.productList .sidebar ul li.opened a > svg path {
    fill: #ffffff;
}
.productList .sidebar ul li.side-drop2 > a > svg path {
    fill: #ffffff;
}
.productList .sidebar ul li.opened > a > svg {
    transform: translateY(-50%) rotate(90deg);
}
.productList .sidebar ul li.side-drop > a > svg, .productList .sidebar ul li.side-drop2 > a > svg {
    display: block;
}
.productList .sidebar ul li.active > a > svg path {
    fill: #ffffff;
}

.productList .sidebar ul li.active > a > svg {
    transform: translateY(-50%) rotate(90deg);
}
.productList .sidebar > ul > li > ul > li.opened > a {background: #333333;font-weight: 500;}

.productList .sidebar ul li ul li a:hover {
    background: #717171;
}

.productList .sidebar>ul>li:last-child>a {
    border-bottom: none;
}

.productList .sidebar ul li a:hover {
    background: #231f20;
    color: #fff;
}

.productList .sidebar>ul {
    position: relative;
    padding-bottom: 0;
}

.productList .sidebar>ul>li>ul {
    background: #4A4A4A;
    width: 100%;
    padding: 0;
}

.costum-scroll .custom-control {
    margin-bottom: 7px;
}

.borderInp .custom-control-label::before {
    background: none;
    border: 1px solid #e30614;
}

.borderInp .custom-control-input:checked~.custom-control-label::before {
    background: #e30614;
}

.productList .side-drop2>ul {
    display: none;
}

li.side-drop>ul {
    display: none;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: none;
}

.sidebar>ul>li>i {
    position: absolute;
    right: 10px;
    top: 20px;
}

.sidebar>ul>li {
    position: relative;
}

.sideTitle {
    padding: 22px 0;
    background: #e30614;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.2px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}

.productList .sidebar li h3 {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.2px;
    text-align: center;
    color: #e30614;
    padding: 22px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

ul.costum-scroll {
    padding: 20px !important;
    display: inline-block;
    background: #fff !important;
}

.productList .sidebar>ul>li.active>a {
    background: #231F20;
    color: #fff;
    font-weight: 500;
    /* padding-left: 35px; */
}

.productList .sidebar .select {
    padding: 0;
    margin-bottom: 20px;
}

.sidebar ul li.side-drop.active>ul {
    display: block;
}

.productList .sidebar>ul>li>ul>li>ul {
    padding: 0;
    background: #5E5E5E;
}

li.side-drop2.active .opened a {
    font-weight: bold;
    background: #231f20;
    color: #fff;
}

li.side-drop2.active>a {
    background: #000;
    color: #fff !important;
    font-weight: bold !important;
}

li.side-drop.active>a {
    background: #000;
    color: #fff !important;
    font-weight: bold !important;
}

li.side-drop.active>ul>li.active>a {
    background: #333333;
    color: #fff;
    padding-left: 25px;
    font-weight: bold;
}

li.side-drop.active>ul>li>a {
    color: #fff;
}

.productList .sidebar>ul>li>ul>li>ul>li>a {
    color: #fff;
}

li.side-drop2.active ul {
    display: block;
}

.allProductList li {
    width: 31.3%;
    display: inline-block;
    margin: 0 1%;
}

.urunArama h4 {
    font-weight: 400;
    text-transform: uppercase;
}

.bulunan_urun {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a2a2a2;
}

.allProductList {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.searchProduct {
    margin: 0 1%;
}


/* /[URUN LISTE ]  */


/* [ MODUL 1 ]  */

.modulBaslik h3 {
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.modul .list-group a {
    color: var(--user-menu-color);
    background: var(--user-menu-background-color);
    border: none;
    margin-bottom: 0;
    border-radius: 0 !important;
}

.modul .list-group a.active {
    color: #fff;
    background: var(--menu-background-color) !important;
    border: none;
    margin-bottom: 0;
    border-radius: 0 !important;
}

.modul .list-group a+a {
    border-top: 1px solid var(--user-menu-border-color);
}

.modul .list-group-item:hover {
    background: #122c48;
    color: #fff;
}

.modul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modul ul li {
    width: 31%;
    margin: 0 1%;
    -webkit-box-shadow: 0 8px 15px -3px rgba(0, 0, 0, .24);
    box-shadow: 0 8px 15px -3px rgba(0, 0, 0, .24);
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 3px;
    padding: 10px;
    margin: 0 1%;
    top: 0;
    position: relative;
}

.modulAcklama p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 42px;
}

.modulImg {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modulAcklama {
    display: inline-block;
    width: 100%;
    height: 170px;
}

.catBaslik {
    width: 100%;
    font-weight: 500;
}

.modulTitle {
    font-weight: 500;
    width: 100%;
}

.modulButun {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tarihler {
    margin: 4px 0;
}

.modulButun a {
    display: block;
    width: 100%;
    padding: 10px;
    background: #000;
    color: #fff;
    font-weight: 500;
    position: relative;
    text-align: center;
}

.modulButun a:hover {
    background: #122c48;
}

.modulTarih {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
}

.modulDetayImg {
    margin-top: 20px;
}


/* /[ MODUL 1 ]  */


/* [MOBILE MENU]  */

.mobile-menu {
    display: none;
}

ul.f-listeleme.activeMenu h3 {
    color: #486f98;
}

ul.f-listeleme li {
    padding-bottom: 8px;
}

h3.f-baslik:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #4d80b7;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul.f-listeleme.activeMenu h3:before {
    width: 100%;
}


/* /[MOBILE MENU]  */


/* [ALERT STYLES] */

.alert {
    padding: 0;
    position: relative;
    line-height: 25px;
    border-width: 0;
    margin-bottom: 18px;
    color: #ffffff;
    border-radius: 0;
}

.alert .icon {
    width: 55px;
    font-size: 1.846rem;
    vertical-align: middle;
    text-align: center;
    line-height: 22px;
    display: table-cell;
    cursor: default;
    padding-top: 1px;
}

.alert .icon span {
    width: 25px;
}

.alert .close {
    position: absolute;
    font-size: 1.538rem;
    right: 1.385rem;
    text-shadow: none;
    opacity: .2;
    right: 4px;
    top: 50%;
    padding: 0;
    margin-top: -12.5px;
    opacity: 1;
    color: #fff !important;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.alert .message {
    display: table-cell;
    padding: 1.385rem 2.1542rem 1.385rem 0.231rem;
    border-left-width: 0;
}

@media (max-width: 575.98px) {
    .alert .message {
        padding: 1.385rem 2.539rem 1.385rem 0.231rem;
    }
}

.alert .message>p,
.alert .message>ul {
    margin-bottom: 0;
}

.alert .message>p+p {
    margin-top: 5px;
}

.alert-primary {
    background-color: var(--background-color-primary);
}

.alert-success {
    background-color: var(--background-color-success);
}

.alert-info {
    background-color: #e30614;
}

.alert-warning {
    background-color: #e30614;
}

.alert-danger {
    background-color: var(--background-color-danger);
}

.alert-light {
    background-color: var(--background-color-light);
    outline: 1px solid rgba(115, 115, 115, 0.08);
    color: #404040;
}

.alert-dark {
    background-color: var(--background-color-dark);
}

.alert-light>.icon {
    color: #737373;
}

.alert-light.alert-spec>.icon {
    background-color: rgba(115, 115, 115, 0.08);
}

.alert-dismissible.alert-primary .close {
    color: #093d94;
}

.alert-dismissible.alert-primary .close:hover {
    color: #093d94;
    opacity: 0.5;
}

.alert-dismissible.alert-success .close {
    color: #103319;
}

.alert-dismissible.alert-success .close:hover {
    color: #103319;
    opacity: 0.5;
}

.alert-dismissible.alert-info .close {
    color: #110105;
}

.alert-dismissible.alert-info .close:hover {
    color: #0050d1;
    opacity: 0.5;
}

.alert-dismissible.alert-warning .close {
    color: #654c02;
}

.alert-dismissible.alert-warning .close:hover {
    color: #654c02;
    opacity: 0.5;
}

.alert-dismissible.alert-danger .close {
    color: #79150d;
}

.alert-dismissible.alert-danger .close:hover {
    color: #79150d;
    opacity: 0.5;
}

.alert-dismissible.alert-light .close {
    color: #404040;
    opacity: 0.35;
}

.alert-dismissible.alert-light .close:hover {
    color: #404040;
    opacity: 0.5;
}

.alert-dismissible.alert-dark .close {
    color: #ffffff;
    opacity: 0.35;
}

.alert-dismissible.alert-dark .close:hover {
    color: #404040;
    opacity: 0.5;
}

.alert-spec {
    padding: 0;
    position: relative;
    width: 100%;
}

.alert-spec>.icon {
    display: table-cell;
    width: 60px;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.08);
}

.alert-spec>.message {
    display: table-cell;
    padding: 1.385rem 1.385rem;
    border-left-width: 0;
}

@media (max-width: 575.98px) {
    .alert-spec>.message {
        padding: 1.385rem 2.539rem 1.385rem 1.385rem;
    }
}

.alert-icon {
    background-color: #FFFFFF;
    border: 0;
    padding: 0;
    position: relative;
    width: 100%;
    display: table;
    table-layout: fixed;
    -webkit-box-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.07);
}

.alert-icon>.icon {
    position: relative;
    display: table-cell;
    width: 60px;
    text-align: center;
    vertical-align: middle;
    cursor: default;
}

.alert-icon>.icon:after {
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    content: '';
    z-index: 2;
    border-left: 11px solid #FFFFFF;
    -moz-transform: scale(0.9999);
    border-bottom: 11px solid transparent;
    border-top: 11px solid transparent;
}

.alert-icon>.message {
    display: table-cell;
    padding: 1.385rem 1.385rem;
    color: #404040;
    border: 1px solid #d4d4d4;
    border-left-width: 0;
}

@media (max-width: 575.98px) {
    .alert-icon>.message {
        padding: 1.385rem 2.539rem 1.385rem 1.385rem;
    }
}

.alert-icon.alert-dismissible .close,
.alert-icon.alert-dismissible .close:focus {
    color: #404040;
    opacity: 0.35;
}

.alert-icon.alert-dismissible .close:hover,
.alert-icon.alert-dismissible .close:focus:hover {
    color: #404040;
    opacity: 0.5;
}

.alert-icon.alert-primary>.icon {
    background-color: #4285f4;
}

.alert-icon.alert-primary>.icon:after {
    border-left-color: #4285f4;
}

.alert-icon.alert-success>.icon {
    background-color: #34a853;
}

.alert-icon.alert-success>.icon:after {
    border-left-color: #34a853;
}

.alert-icon.alert-info>.icon {
    background-color: #6ba4ff;
}

.alert-icon.alert-info>.icon:after {
    border-left-color: #6ba4ff;
}

.alert-icon.alert-warning>.icon {
    background-color: #fbbc05;
}

.alert-icon.alert-warning>.icon:after {
    border-left-color: #fbbc05;
}

.alert-icon.alert-danger>.icon {
    background-color: #ea4335;
}

.alert-icon.alert-danger>.icon:after {
    border-left-color: #ea4335;
}

.alert-icon.alert-light {
    outline-color: #d4d4d4;
}

.alert-icon.alert-light>.icon {
    background-color: #FFFFFF;
}

.alert-icon.alert-light>.icon:after {
    border-left-color: #FFFFFF;
}

.alert-icon.alert-light>.icon {
    border-right: 1px solid #d4d4d4;
}

.alert-icon.alert-light>.icon:before {
    position: absolute;
    right: -22px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    content: '';
    z-index: 2;
    border: solid transparent;
    border-width: 11px;
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #d4d4d4;
}

.alert-icon.alert-light>.message {
    border: 0px;
}

.alert-icon.alert-dark>.icon {
    background-color: #a1a1a1;
}

.alert-icon.alert-dark>.icon:after {
    border-left-color: #a1a1a1;
}


/* /[ALERT STYLES] */


/* [FORM STYLES] */

.form-control {
    font-size: 1rem;
    color: var(--input-color);
    background-color: var(--input-background-color);
    border: 1px solid var(--input-border-color);
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: var(--input-focus-color);
    background-color: var(--input-focus-background-color);
    border-color: rgb(196, 13, 60);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 13, 60, 0.32);
    box-shadow: 0 0 0 0.2rem rgba(196, 13, 60, 0.32);
}


/* /[FORM STYLES] */

.belgeTablo tr td,
.belgeTablo tr th {
    border: 1px solid #e0e0e0;
    padding: 15px!important;
    font-weight: 400;
    line-height: 27px;
    font-style: normal;
}

.belgeTablo tr td,
.belgeTablo tr th,
.scrollArea.sozlesmeDetay ol li {
    font-family: Montserrat;
    font-size: 14px;
    letter-spacing: normal;
    color: #e30614;
}

.cartLast tr td, .cartLast tr th {
    font-family: Montserrat;
    font-size: 12px;
    letter-spacing: normal;
    color: #e30614;
}

.infoGroups .info p {
    color: #000;
}

td.ifYapi i {
    width: auto;
    display: inline-block;
}

.wd100.belge .head h4 {
    font-weight: 600;
    margin-bottom: 30px;
    color: #e30614;
    font-size: 22px;
}

.wd100.belge {
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    margin-top: 30px;
}

.belgeTablo tr th {
    font-weight: 700;
}

.belgeTablo tr td:first-child a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.belgeTablo tr td img {
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.belgeTablo tr th small {
    font-size: 100%;
    font-weight: 700;
}

.belgeTablo tr td i {
    font-style: normal;
}

.belgeTablo tr td a {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.infoGroups .info {
    border: none;
}

.scrollArea .info {
    border: 0;
}

.info table tr td {
    border: 1px solid #000;
    color: #000;
    padding: 13px;
}

.info table {
    width: 100%;
}

div#onbilgilendirme_detay .sozlesmeDetay {
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px 0px;
    width: calc(100% - 30px);
    max-height: 400px;
    overflow-y: scroll;
}

table.ozelTablo6.productsL tr td {
    border: 1px solid #00cad7;
    padding: 10px;
    text-align: center;
}

table.ozelTablo6.productsL {
    width: 100%;
}

.scrollArea.sozlesmeDetay p {
    font-weight: 400;
    font-family: Montserrat;
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    color: #231f20;
    line-height: 27px;
}

.scrollArea.sozlesmeDetay ul li {
    font-weight: 400;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 2;
    letter-spacing: normal;
    color: #f28914;
    list-style-type: initial;
    margin-left: 20px;
}

.info p:first-child {
    text-align: center;
    font-size: 18px;
}

h4.scrollHead.inlineS {
    text-align: left;
    font-size: 22px;
    color: #e30614;
    text-transform: uppercase;
    margin: 30px auto;
    font-weight: 600;
}

.scrollArea.sozlesmeDetay ol li {
    font-weight: 400;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 2;
    letter-spacing: normal;
    color: #095257;
    list-style-type: inherit;
    margin-left: 15px;
}

.scrollArea.sozlesmeDetay {
    padding: 50px;
    background: #fbfbfb;
    border: 1px solid #f7f6f6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px 0px;
    width: calc(100% - 30px);
    max-height: 400px;
    overflow-y: scroll;
}

.sepetSayisi {
    position: absolute;
    right: -30px;
    top: 9px;
    width: 26%;
    height: auto;
    background-color: #e30614;
    text-align: center;
    line-height: 34px;
    color: #fff;
}

td.ifYapi i {
    background: #e30614;
    color: #fff;
    padding: 3px;
}

td.ifYapi i:before {
    font-size: 12px;
}

.belgeTablo tr th a {
    font-family: Montserrat;
    font-size: 14px;
    letter-spacing: normal !important;
    color: #231f20 !important;
    font-weight: 700 !important;
}

.indGiris {
    padding-right: 20px !important;
    display: inline-block;
    margin-right: 0;
    padding-left: 20px !important;
}

.alt-bar {
    background: #fff;
    padding: 0;
    position: relative;
}

button.btn.btn-arama {
    color: #e30614;
    font-weight: bold;
}

.dil-icon {
    padding-left: 9px;
    height: auto;
}

.sepetSayisi:before {
    content: "";
    height: 0;
    border-style: solid;
    border-width: 5px 8.7px 5px 0;
    border-color: transparent #e30614 transparent transparent;
    line-height: 0px;
    position: absolute;
    left: -8px;
    top: 12px;
}

span.uyegiris-icon {
    margin-left: 16px;
}

.slideBg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slideBg:before {
    content: "";
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(65%, rgba(35, 31, 32, 0.89)), color-stop(76%, rgba(35, 31, 32, 0.94)), to(#231f20));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), rgba(35, 31, 32, 0.95) 35%, rgba(35, 31, 32, 0.99) 96%, #231f20);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(35, 31, 32, 0.89) 95%, rgba(35, 31, 32, 0.94) 99%, #231f20);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(35, 31, 32, 0.89) 95%, rgba(35, 31, 32, 0.94) 99%, #231f20);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

p.slide-altbaslik.animated.fadeInLeft {
    font-size: 40px;
    font-weight: 500;
    color: #ffffff;
}

.header-slide .sol {
    width: 43px;
    height: 100%;
    background-color: #4a4a4a;
    margin: 0;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.1px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
}

.header-slide .sag {
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    height: 55px;
}

.header-slide span.notInStock {
    position: absolute;
    font-size: 10px;
    background: #e30614;
    top: 0;
    right: 0;
    color:  #fff;
    padding: 0px 4px;
}

.body-slide .urun-resim {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto;
    margin-top: 0;
    text-align: center;
    min-height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.body-slide .urun-resim img {
    max-height: 200px;
    max-width: 210px;
}

.body-slide .urun-kod {
    font-size: 13px;
    min-height: 24px;
    font-weight: 600;
    line-height: 1.92;
    color: #e30614;
    text-align: center;
    margin-top: 27px;
    text-transform: uppercase;
    padding: 0 19px;
}

.body-slide .urun-ad {
    font-family: Poppins;
    font-size: 13px;
    text-align: center;
    color: #231f20;
    font-weight: 500;
    width: 100%;
    margin: auto;
    margin-top: 3px;
    padding: 0 19px;
    height: 36px;
    display: inline-block;
    overflow: hidden;
}

.body-slide .urun-ad:hover {
    color: #e30614;
}

.sonEklenen-urunler .swiper-slide {
    height: 100%;
    background: none;
}

section.urunDetay .row {
    border: 1px solid #dddddd;
}

.footer-slide .urun-taleb a {
    padding: 12px 0;
    border: 1px solid #e30614;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #e30614;
    text-transform: uppercase;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footer-slide .urun-taleb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-slide .urun-incele {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
    width: 100%;
}

.footer-slide {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 19px;
}

.footer-slide .urun-incele a {
    padding: 12px 0;
    border: 1px solid #4a4a4a;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #4a4a4a;
    text-transform: uppercase;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sonEklenen-baslik h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2.9px;
    color: #231f20;
    text-transform: uppercase;
    margin-left: 9px;
}

.sonEklenen-baslik h3 span {
    color: #e30614;
    font-weight: 500;
}

.sonEklenen-baslik {
    border-left: 4px solid #e30614;
    margin-bottom: 40px;
}

section.sonEklenen-urunler {
    padding: 100px 0;
    background: #fff;
}

.urunSlider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    position: relative;
    margin-top: 48px;
}

.sonEklenen-urunler .swiper-wrapper li {
    min-height: 505px;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.fiyat {
    min-height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 19px;
}

.footer-slide .urun-incele a:hover {
    background: #4a4a4a;
    color: #fff;
}

ul.urunSlideItems li {
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

ul.urunSlideItems>li {
    width: 23%;
    margin: 0 1%;
    float: left;
}

.sonEklenen-urunler ul.urunSlideItems li:hover {
    background: #fff;
    -webkit-box-shadow: 0 -2px 20px 0 #e4e7ed;
    box-shadow: 0 -2px 20px 0 #e4e7ed;
    border: 1px solid rgba(255, 255, 255, 0);
}

.footer-slide .urun-taleb a:hover {
    background: #e30614;
    color: #fff;
}

.sol-kisim {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}

.col-9.col-md-9.col-lg-12 .col-12.col-md-12.col-lg-12 {
    float: left;
    width: 100%;
}

.col-9.col-md-9.col-lg-9 .col-12.col-md-12.col-lg-12 {
    float: left;
}

.col-9.col-md-9.col-lg-9 .col-12 .col-md-12 .col-lg-12 {
    float: left;
    width: 100%;
}

.bulunan_urun span {
    font-weight: 600;
}

section.page.productList {
    padding: 50px 0 100px;
}

.urunItems li:hover {
    background: #fff;
    -webkit-box-shadow: 0 -2px 20px 0 #e4e7ed;
    box-shadow: 0 -2px 20px 0 #e4e7ed;
    border: 1px solid rgba(255, 255, 255, 0);
}

.sol-hediyeli h4 {
    font-size: 7px;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #231f20;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}

.urunSlider .sol-kisim {
    position: relative;
    right: 0;
    top: 0;
    float: right;
    margin-top: 13px;
}

.urunSlider .sol {
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #ffffff;
    height: 40px;
    padding: 0 7px;
    background: #4a4a4a;
    line-height: 40px;
    text-transform: uppercase;
}

i.flaticon-gift:before {
    font-size: 15px;
}

.sol-hediyeli {
    text-align: center;
    border: 1px solid #f0f0f0;
    width: 43px;
    height: 100%;
    margin-top: 0;
    margin-left: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
}

.sol-kampanya h4 {
    font-size: 7px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    color: #e30614;
}

.sol-kampanya h4 {
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 0.7px;
    color: #e30614;
    margin: 0;
    text-transform: uppercase;
}

.sol-kampanya {
    border: 1px solid #e30614;
    min-width: 54px;
    height: 100%;
    padding: 14px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 6px;
}

.hediye-icon {
    margin-bottom: 0;
    line-height: normal;
}

.hediye-icon i {
    line-height: normal;
    top: -1px;
    position: relative;
}

.header-slide .sag img {
    max-width: 80px;
    max-height: 48px;
}

.indirim {
    max-width: 42px;
    background-color: #e30614;
    padding: 9px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.eski-fiyat {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.38;
    color: #9b9b9b;
    text-decoration: line-through;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.yeni-fiyat {
    font-size: 15px;
    font-weight: 600;
    color: #231f20;
}

.eskiyeni-fiyat {
    margin: 10px 7px 10px 7px;
}

.urunSlider span.swiper-pagination-bullet.swiper-pagination-bullet {
    border-radius: 0;
    width: 22px;
    margin-right: 7px;
    background-color: #d8d8d8;
    opacity: 1;
}

.urunSlider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #231f20;
}

.mega-menu {
    width: 100%;
    height: auto;
    background: #e30614;
    position: absolute;
    z-index: 9;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* justify-content: center; */
    display: none !important;
}

.mega-menu ul:after {
    content: "";
    position: absolute;
    right: -5000px;
    width: 5000px;
    top: 0;
    bottom: 0;
    background: #e30614;
}

.mega-menu .scrollMenu>ul:before {
    content: "";
    position: absolute;
    left: -5000px;
    width: 5000px;
    top: 0;
    bottom: 0;
    background: #e30614;
}

.mega-menu ul li a {
    color: aquamarine;
}

.mega-menu ul li a {
    position: absolute;
}

.menu>ul>li>a {
    padding: 42.5px 20px;
    display: inline-block;
}

.scrollMenu ul:before {
    content: "";
}

.scrollMenu {
    width: 450px;
    margin: 86px 0;
    margin-right: 70px;
    border-radius: 1px;
}

.scrollMenu ul li a {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.73;
    letter-spacing: 0.8px;
    color: #f28914;
}

.mega-menu>ul {
    max-width: 410px;
}

.mega-menu>ul>li>a {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: 0.7px;
    color: #ffffff;
}

.scrollMenu ul li {
    border-right: 2px solid #f28914;
}

.scrollMenu ul li ul {
    position: absolute;
    background: #f28914;
    height: 210px !important;
    opacity: 1 !important;
}

.scrollMenu li.active a {
    color: #fff;
}

.scrollMenu li.active {
    border-right: 2px solid #fff;
}

.scrollMenu ul li ul li a {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 0.7px;
    color: #ffffff;
}

.hakkimizda-baslik {
    border-left: 4px solid #e30614;
    margin-bottom: 28px;
    margin-top: 50px;
}

.hakkimizda-baslik h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2.9px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 7px;
    margin-top: 0;
}

.hakkimizda-baslik h3 span {
    color: #e30614;
    font-weight: 500;
    padding-right: 9px;
}

.hakkimizdaBg {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center center!important;
    position: absolute;
    background-repeat: no-repeat;
    opacity: .01;
    background-size: cover !important;
}

section.hakkimdaHaberler {
    position: relative;
    
}

.hakkimdaHaberler p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #d42111;
    margin-bottom: 0;
    min-height: 190px;
    text-align: justify;
}

.hakkimizdaIcon i:before {
    font-size: 33px;
}

.hakkimizdaIcon {
    border: 1px solid #e30614;
    width: 80px;
    height: 70px;
    text-align: center;
    color: white;
    line-height: 70px;
    margin-bottom: 10px;
    /* margin-right: 0; */
}

ul.hakkimizdaList li {
    list-style: none;
    width: 33.33% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

ul.hakkimizdaList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 0 0;
}

.hakkimizdaList a {
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bg-bg {
    background-color: #231f20;
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
}

.hakkimdaHaberler .w-50 {
    width: 50% !important;
    margin: 0 !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.hakkimdaHaberler .row {
    height: auto;
}

.hakkimizdaList a i {
    width: 78px;
    height: 70px;
    border: 1px solid #e30614;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hakkimdaHaberler a i:before {
    font-size: 36px;
    position: relative;
    /* left: 4px; */
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.firmaTanitim a i:before {
    left: 4px;
}

.hakkimdaHaberler a span {
    margin-top: 15px;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.hakkimizda2Bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #f3f5f9;
    left: 82%;
}

.haberler-baslik {
    border-left: 4px solid #e30614;
    margin-bottom: 28px;
    margin-top: 0;
}

.firmaTanitim span.firmaBg {
    margin: 0;
    position: absolute;
    left: 0;
    width: 270px;
    top: 0;
    bottom: 0;
    margin: 0 !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    opacity: 0.47;
    z-index: -1;
    height: 100%;
}

.haberler-baslik h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2.9px;
    color: black;
    text-transform: uppercase;
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 0 !important;
}

.haberler-baslik h3 span {
    color: #e30614;
    font-weight: 500;
    line-height: normal;
}

.kampanya-detay h3 span {
    padding-right: 0;
}

.blogHaber {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blogHaber span {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    color: #ffffff;
    background: #e30614;
    padding: 4px 12px 6px 12px;
}

.blogHaber h5 {
    padding: 4px 7px;
    margin-bottom: 0 !important;
    border: 1px solid #f28914;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    color: #e30614;
}

.slide-resim {
    position: relative;
    width: 45%;
    height: 153px;
}

h3.slide-takvim {
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
    color: #a8a8a8;
}

h4.egitim-text {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #231f20;
}

.blogHaberler .slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slide-icerik {
    width: 59%;
    padding-left: 25px;
}

.w-45 {
    margin: 0 !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 45%;
}

.w-55 {
    margin: 0 !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45%;
    width: 55%;
    right: 0;
    background: #f3f5f9;
}

.ustKisim {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.red-btn i {
    padding-right: 7px;
    line-height: normal;
}

.haberlerItems {
    padding-left: 30px;
}

h5.slide-text {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #636363;
}

.devaminiOku {
    float: left;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.devaminiOku i.flaticon-right {
    border: none !important;
}

.haberBg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.85;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.slide-resim:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(234deg, rgba(196, 13, 60, 0), rgba(196, 13, 60, 0.27) 55%, rgba(196, 13, 60, 0.36));
    background-image: -o-linear-gradient(234deg, rgba(196, 13, 60, 0), rgba(196, 13, 60, 0.27) 55%, rgba(196, 13, 60, 0.36));
    background-image: linear-gradient(216deg, rgba(196, 13, 60, 0), rgba(196, 13, 60, 0.27) 55%, rgba(196, 13, 60, 0.36));
}

a.devamArrowIcon i {
    border: 0;
    width: auto;
    height: auto;
    display: inline-block;
    float: none !important;
}

a.devamArrowIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: inherit;
    flex-flow: inherit;
    font-size: 13px;
    line-height: 1.62;
    color: #a8a8a8;
    float: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -11px;
}

a.devamArrowIcon i {
    margin-left: 5px;
}

i.flaticon-right:before {
    font-size: 15px !important;
}

.kampanyalar {
    padding: 100px 0;
    background: #fff;
    position: relative;
}

.kampanya-baslik {
    border-left: 4px solid #e30614;
    margin-bottom: 40px;
}

.kampanya-baslik h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2.9px;
    color: #231f20;
    text-transform: uppercase;
    margin-left: 9px;
}

.kampanya-baslik h3 span {
    color: #e30614;
    font-weight: 500;
}

.kampanya ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

p.kampanya-text {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #4a4a4a;
    padding: 0;
    margin-bottom: 0;
}

.baslangic h5 {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 1.3px;
    color: #838383;
    text-transform: uppercase;
}

.baslangic h4 {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #838383;
}

.baslangic span {
    font-weight: 600;
}

.bitis h5 {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 1.3px;
    color: #838383;
}

.kampanyaBg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}

.kampanya-logo img {
    max-width: 120px;
    max-height: 65px;
    vertical-align: middle;
}

.bitis h4 {
    font-size: 12px;
    color: #838383;
    margin-bottom: 0;
}

.bitis span {
    font-weight: 600;
}

.hemenKatil a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #e30614;
}

.kampanya-logo {
    text-align: center;
    padding-bottom: 0;
    width: 128px;
    height: 70px;
    display: table;
    margin: auto;
    line-height: 65px;
}

.baslangic-bitis {
    background: #f9f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 8px 0;
}

.baslangic {
    border-right: 1px solid #e0e0e0;
    padding-right: 22px;
}

.kampanyaSlideItems .hemenKatil a {
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #e30614;
    border: 1px solid #e30614;
    padding: 10px 22px;
    margin: 20px 22%;
}

ul.kampanyaSlideItems>li {
    -webkit-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    padding: 26px 0;
    width: 31%;
    margin: 0 1%;
}

ul.kampanyaSlideItems li:hover {
    border: 1px solid #f28914;
    -webkit-box-shadow: 0 5px 16px 0 rgba(196, 13, 60, 0.16);
    box-shadow: 0 5px 16px 0 rgba(196, 13, 60, 0.16);
}

ul.kampanyaSlideItems li:hover a.hemenKatil {
    background: #e30614;
    color: #fff;
}

ul.kampanyaSlideItems li:hover p.kampanya-text {
    color: #231f20;
}

.login>ul>li>a>.badge {
    width: 34px;
    height: 28px;
    background-color: #e30614;
    padding: 0 !important;
    border-radius: 0 !important;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    line-height: 28px;
    top: 0;
    margin-left: 13px;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.login>ul>li:last-child>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 17px 15px;
}

.login>ul>li>a>.badge:before {
    content: "";
    position: absolute;
    left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 6px 4.5px 0;
    border-color: transparent #e30614 transparent transparent;
    top: 50%;
    margin-top: -4.5px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.login>ul>li:hover .badge {
    background: #f3f5f9;
    color: #231f20;
}

.login>ul>li:hover .badge:before {
    border-color: transparent #f3f5f9 transparent transparent;
}

.login>ul>li>a i:before {
    color: #000;
    font-size: 21px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a.border-btn {
    padding: 10px 14px !important;
    border: 1px solid #cacaca !important;
    color: #838383 !important;
}

.baslangic h3 {
    font-size: 11px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    color: #838383;
    text-transform: uppercase;
}

a.border-btn i:before {
    color: #838383 !important;
}

a.border-btn i {
    padding-right: 6px !important;
}

.login>ul>li:first-child {
    margin-right: 10px;
}

a.border-btn:hover {
    background: #000;
    color: #fff !important;
    border-color: #000 !important;
}

a.border-btn:hover i:Before {
    color: #fff !important;
}

.menu ul li:first-child {
    margin-left: 0;
}

a.red-btn {
    padding: 0px 14px;
    background: #e30614;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    color: #ffffff;
    margin-left: 15px;
    margin-right: 10px;
    height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a.red-btn i:before {
    font-size: 21px;
}

a.btn.btn-arama i:before {
    color: #e30614;
    font-size: 25px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

a.btn.btn-arama:hover i:before {
    color: #000;
}

.language li a i:Before {
    color: #b8b8b8;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.language li a i {
    line-height: normal;
    padding-right: 4px;
}

.menu {
    margin-right: 30px;
}

a.btn.btn-arama {
    padding: 0 !important;
    position: absolute;
    top: 0;
    /* transition: all 0.4s ease-out; */
    left: -30px;
}

.language li a:hover i:before {
    color: #fff;
}

.language li a:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body.searchActive .search {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

body.searchActive .btn-arama i:before {
    color: #fff;
}

.suggestion .list-group a i.flaticon-arrow {
    margin-right: 30px;
}

body.searchActive .btn-arama {
    z-index: 99999;
    top: -30px;
    margin-right: 0;
    left: 100px;
}

a.red-btn:hover {
    background: #000;
    color: #fff;
}

.mansetSlider {
    height: 100%;
    position: relative;
}

.searchActive a.btn.btn-arama i:before {
    content: "\f102";
}

.container2 {
    position: absolute;
    left: 50%;
    margin-left: -590px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 1140px;
    height: 100%;
    top: 0;
}

.slider .swiper-pagination {
    width: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider-content a:hover {
    background: #231f20;
    color: #fff;
    border: 1px solid #fff;
}

.slider .swiper-pagination-bullet-active {
    border-right: 32px solid #e30614;
}

.sub-menu {
    position: absolute;
    top: 100%;
    background: #e30614;
    z-index: -1;
    left: 0;
    right: 0;
    padding: 63px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.sub-menu:after {
    content: "";
    position: absolute;
    left: -5000px;
    width: 5000px;
    top: 0;
    bottom: 0;
    background: #e30614;
}

.sub-menu:before {
    content: "";
    position: absolute;
    right: -5000px;
    width: 5000px;
    top: 0;
    bottom: 0;
    background: #e30614;
}

ul.alt-menu>li>a {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.73;
    letter-spacing: 0.8px;
    color: #f28914 !important;
    text-transform: initial;
}

ul.alt-menu {
    position: relative;
    display: inline-block;
    width: 400px;
}

ul.alt-menu li ul {
    position: absolute;
    left: 400px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: none;
    z-index: -1;
    /* display: flex; */
    /* flex-wrap: wrap; */
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* justify-content: space-between !important; */
}

ul.alt-menu li ul a {
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: 0.7px;
    color: #ffffff;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    text-transform: initial;
    font-weight: 500 !important;
    font-family: Poppins;
}

ul.alt-menu li.active ul {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

ul.alt-menu>li>a:hover {
    color: #fff;
}

ul.alt-menu>li {
    display: inline-block;
}

ul.alt-menu>li>a:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #f28914;
    right: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

ul.alt-menu>li.active>a:before {
    background: #fff;
}

ul.alt-menu li ul li a:hover {
    color: #f28914 !important;
}

.menu>ul>li>a:hover {
    background: #e30614;
    color: #fff;
}

.menu>ul>li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

ul.alt-menu>li.active a {
    color: #fff !important;
}

.navbar-nav li:hover>ul {
    min-width: 770px;
}

.menu>ul>li.active a {
    /* background: #e30614; */
    /* color: #fff; */
}

.menu>ul>li.active ul li a {
    background: none;
}

.sub-hover {
}

.form-div i {
    position: absolute;
    top: 50%;
    line-height: normal;
    margin-top: -12.5px;
    left: 16px;
    padding-right: 8px;
}

.sub-hover .form-div input:not([type=submit]) {
    padding-left: 50px;
    border: 0 !important;
    height: 65px;
    font-size: 14px;
    color: #e30614;
    font-weight: normal;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a5a5a5 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #a5a5a5;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #a5a5a5;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #a5a5a5;
}

.sub-hover .w-50 input[type=submit] {
    padding: 0;
    background: none;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #fff;
    width: 100%;
    text-transform: initial !important;
    background: #231f20;
}

.sub-hover .w-50 input[type=button] {
    padding: 12px 27px;
    background-color: #231f20;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #e6e6e6;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    cursor: pointer;
}

.sub-hover .form-div+.form-div {
    margin-top: 7px;
}

.sub-hover .form-div:last-child {
    margin-top: 15px;
}

.sub-hover .w-50 input[type=submit]:hover,
.sub-hover .w-50 input[type=button]:hover {
    background: #f28914;
    color: #fff;
}

.hoverBtns {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    float: left;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hoverBtns a {
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
}

.hoverBtns a:hover {
    color: #231f20;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

a.nav-link.indGiris {
    padding: 19px 0px;
}

a.nav-link.indGiris:hover {
    background: #e30614;
    color: #fff;
}

li.nav-item.active a.indGiris {
    background: #e30614;
    color: #fff;
}

a.nav-link.indGiris:after {
    content: "";
}

li.nav-item.active a.indGiris i:before {
    color: #fff;
}

li.nav-item.active .uye-hov {
    opacity: 1;
    visibility: visible;
    top: calc(100% - 1px);
    z-index: 99;
    -webkit-box-shadow: 0 10px 35px rgba(35, 31, 32, 0.4);
    box-shadow: 0 10px 35px rgba(35, 31, 32, 0.4);
}

a.borderPm-btn {
    background: none;
    height: 45px;
    display: block;
    border: 2px solid #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

a.borderPm-btn:hover {
    background: #f28914;
    border: 2px solid rgba(255, 255, 255, 0);
    color: #fff;
}

.userActive a {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #e30614;
}

.userActive {
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 19px 20px !important;
}

.userActive span {
    font-weight: 500 !important;
    line-height: normal !important;
    color: #e30614 !important;
}

ul.acilirMenu {
    right: 0 !important;
    left: auto !important;
    background: #e30614 !important;
    padding: 25px !important;
    border: 0 !important;
    -webkit-box-shadow: 0 10px 35px rgba(35, 31, 32, 0.4);
    box-shadow: 0 10px 35px rgba(35, 31, 32, 0.4);
}

ul.acilirMenu li a {
    font-size: 13px !important;
    font-weight: normal !important;
    font-style: normal !important;
    line-height: 2.38 !important;
    color: #ffffff !important;
}

ul.acilirMenu li a {
    border-bottom: 1px solid #f28914;
}

ul.acilirMenu li:last-child a {
    border: 0;
}

li.nav-item.dropdown.active>a {
    background: #e30614;
    color: #fff;
}

li.nav-item.dropdown.active>a i:Before {
    color: #fff;
}

li.nav-item.dropdown.active>a span {
    color: #fff !important;
}

ul.acilirMenu li a:hover {color: #f28914 !important;}

ul.sepet-hover {
    min-width: 390px;
    left: auto !important;
    right: 0 !important;
    right: 0 !important;
    left: auto !important;
    background: #e30614 !important;
    padding: 25px !important;
    border: 0 !important;
    -webkit-box-shadow: 0 10px 35px rgba(35, 31, 32, 0.4);
    box-shadow: 0 10px 35px rgba(35, 31, 32, 0.4);
}

.login>ul>li:last-child>a:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 1px;
    top: 15px;
    bottom: 15px;
    background: #cacaca;
}

.login>ul>li:last-child.active>a {
    background: #e30614;
    color: #fff;
}

.login>ul>li:last-child.active>a i:before {
    color: #fff;
}

.login>ul>li:last-child.active>a sup {
    background: #fff;
    color: #e30614;
}

.login>ul>li:last-child.active>a sup:before {
    border-color: transparent #ffffff transparent transparent;
}

.login>ul>li:last-child.active>a:before {
    left: -1px;
}

.sepetImg {
    background: #8b0024;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 91px;
    height: 80px;
}

ul.sepet-hover li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80px;
}

.sepet-bilgi {
    width: calc(100% - 91px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    height: 80px;
    padding-left: 10px;
}

a.sepetKod {
    width: 100%;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.82;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 0px;
    max-height: 20px;
    overflow: hidden;
}

.sepet-bilgi span.sepetUrunName {
    width: 100%;
    padding: 0;
    font-size: 11px;
    line-height: 1.36;
    color: #ffffff;
    max-height: 28px;
    overflow: hidden;
    margin-top: 3px;
}

a.borderSptBtn {
    display: table;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 4px;
    margin-top: 7px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a.sepetKod span {
    font-weight: 600;
}

.sepet-bilgi span.sepetUrunName span {
    font-weight: 600;
}

a.borderSptBtn:hover {
    background: #f28914;
    color: #fff;
    border-color: #f28914;
}

.sepetImg img {
    width: 63px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

ul.sepet-hover li+li {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #b30d38;
}

a.sepetKod:hover {
    color: #f28914;
}

a.sepetImg:hover {
    padding: 0 !important;
    font-weight: initial !important;
}

a.shopOk {
    font-size: 13px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    line-height: normal;
    letter-spacing: 1px !important;
    color: #ffffff;
    padding: 13px 0 !important;
    background: #231f20;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

ul.sepet-hover li:last-child {
    border-top: 0;
}


.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.suggestion-wrap {
    position: absolute;
    top: calc(100% + 30px);
    width: 810px;
    left: 50%;
    margin-left: -405px;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.urunSlider .swiper-container {
    padding: 16px 0;
}

.urun-slider {
    padding: 16px 0;
}

.dikPagi .swiper-pagination-bullet {
    width: 22px !important;
    height: 8px !important;
    border-radius: 0 !important;
    position: relative;
    margin: 0 4px;
    background: #d8d8d8;
    opacity: 1;
}

.dikPagi .swiper-pagination {
    position: relative;
    margin: 40px 1% 0 1%;
}

.dikPagi .swiper-pagination-bullet-active {
    background: #000;
}

.haberler-baslik.white h3 {
    color: #fff;
}

.hakkimizdaList a:hover i {
    background: white;
    color: black;
}

.hakkimdaHaberler a:hover span {
    color: #e30614;
}

.indHaberler {
    padding: 50px 0 50px 22px;
}

.nav-tabs .nav-link {
    border: 1px solid #e30614;
    border-radius: 0 !important;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    color: #ffffff;
    padding: 4px 12px;
    color: #e30614;
}

.nav-tabs .nav-link.active {
    background: #e30614;
    color: #fff;
}

.anaHakkimizda {
    padding: 50px 52px 50px 0;
}

.wd-45 {
    float: left;
    width: 45%;
}

.wd-55 {
    width: 55%;
    float: left;
    padding-left: 15px;
}

.haberBack {
    height: 153px;
    position: relative;
    background: #231f20;
}

.haberBack a {
    display: block;
    height: 100%;
    z-index: 9999;
}

.haberBack a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(234deg, rgba(196, 13, 60, 0), rgba(196, 13, 60, 0.27) 55%, rgba(196, 13, 60, 0.36));
    background-image: -o-linear-gradient(234deg, rgba(196, 13, 60, 0), rgba(196, 13, 60, 0.27) 55%, rgba(196, 13, 60, 0.36));
    background-image: linear-gradient(216deg, rgba(196, 13, 60, 0), rgba(196, 13, 60, 0.27) 55%, rgba(196, 13, 60, 0.36));
}

.tarih span {
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
    color: #a8a8a8;
}

.haberSlideTit a {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #231f20;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 42px;
    min-height: 42px;
    text-align: justify;
}

.haberSlideTit {
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.haberSlideDesc a {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #636363;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 62px;
    margin: 5px 0px;
    min-height: 62px;
    text-align: justify;
}

a.devam {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.62;
    letter-spacing: normal;
    color: #a8a8a8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

a.devam i {
    width: auto;
    height: auto;
    display: inline-block;
    border: 0;
    line-height: normal;
    position: relative;
    top: 2px;
    padding-left: 5px;
}

a.devam i:before {
    font-size: 16px !important;
}

.blogSlider .wd-55 {}

.indHaberler .haberler-baslik {
    margin: 0;
}

.indHaberler .tab-content {
    margin-top: 30px;
}

.blogNav span.swiper-pagination-bullet {
    width: 10px;
    height: 6px;
    background-color: #ffccd9;
    border-radius: 0;
    margin: 0 4px;
    opacity: 1;
}

.blogNav span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e30614;
}

.blogNav .swiper-pagination {
    margin-top: 0;
}

.blogNav {
    width: 45%;
    margin-top: 10px;
}

.blogNav a {
    float: right;
}

a.tumu {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: black;
    padding: 3px 10px;
    border: 2px solid black;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.blogSlider span:first-child {
    margin-left: 0;
}

a.tumu:hover {
    background: black;
    color: white;
    border-color: none;
}

.haberSlideTit a:hover,
.haberSlideDesc a:hover,
.haberSlideCont a:hover {
    color: #e30614;
}

.indHaberler .tab-content>.tab-pane {
    display: block;
    visibility: hidden;
}

.indHaberler .tab-content>.tab-pane.active {
    visibility: visible;
    height: 100% !important;
}

.indHaberler .tab-content {
    position: relative;
}

.indHaberler .tab-pane:not(:first-child) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.firmaTanitim {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    background: #ca0e3e;
}

.firmaTanitim a i:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.firmaTanitim a {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2.9px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 58.333333%;
    padding-left: 250px;
    height: 120px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.firmaTanitim a span b {
    font-weight: bold;
}

.firmaTanitim:after {
    position: absolute;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(14%, hsla(345, 87%, 42%, 0)), color-stop(21%, rgb(195, 14, 60)), to(rgba(196, 13, 60, 0.25)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), hsla(345, 87%, 42%, 0) 0%, rgb(195, 14, 60) 6%, rgba(196, 13, 60, 2.55));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), hsla(345, 87%, 42%, 0) 0%, rgb(195, 14, 60) 6%, rgba(196, 13, 60, 2.55));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), hsla(345, 87%, 42%, 0) 0%, rgb(195, 14, 60) 6%, rgba(196, 13, 60, 2.55));
    content: "";
    left: 30px;
    top: 0;
    bottom: 0;
    /* opacity: 0; */
}

span.firmaVideo {
    margin: 0 !important;
    position: relative;
    z-index: 99;
    width: calc(100% - 62px);
}

span.firmaBg2 {
    margin: 0 !important;
    position: absolute;
    left: 270px;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    opacity: 1;
    background: url(../img/pt-1.png);
}

.firmaTanitim a i {
    position: relative;
    z-index: 999;
    line-height: normal;
    width: 62px;
    height: 57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 40px;
    -webkit-text-decoration-skip: objects;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.hakkimdaHaberler a:hover span.firmaVideo {
    color: #ff85a3;
}

.hakkimdaHaberler a:hover i {
    border-color: #ff85a3;
    color: #ff85a3;
}

.hakkimdaHaberler a:hover i:before {}

.kampanyaBg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    background: url(../img/pt-2.png);
}

.kampanya-logo img {
    max-width: 120px;
    max-height: 65px;
    vertical-align: middle;
}

.kampanyaText {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
    padding: 0 25px;
}

.baslangic-bitis ul li h4 {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #838383;
    border: 0 !important;
    margin: 0;
}

.baslangic-bitis ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    list-style-type: none;
}

.baslangic-bitis ul li h3 {
    font-size: 11px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    color: #838383;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.baslangic-bitis ul li {
    width: 50%;
    border: 0;
}

.baslangic-bitis ul li h4 span {
    font-weight: 600;
}

.baslangic-bitis ul li:first-child {
    border-right: 1px solid #e0e0e0 !important;
}

.baslangic-bitis ul li:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: 0;
}

a.border-red {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    color: #e30614;
    padding: 9px 21px;
    display: table;
    border: 1px solid #e30614;
    margin: 24px auto 0;
}

.kampanyaSlider {
    width: 75%;
    float: left;
}

.kampanya-slide ul li {
    background: #fff;
    float: left;
    width: 31%;
    margin: 0 1%;
    -webkit-box-shadow: 0 -2px 20px 0 #e4e7ed;
    box-shadow: 0 -2px 20px 0 #e4e7ed;
    background-color: #ffffff;
    padding: 26px 0 21px;
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.baslangic-bitis ul li {
    width: 50%;
    background: none;
    margin: 0 !important;
    padding: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
    list-style: none;
}

.kampanya-slide {
    padding: 20px 0;
    width: 100%;
    display: inline-block;
    width: 100% !important;
}

.kampanya-slide ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.kampanyalar .dikPagi .swiper-pagination-bullet-active {
    background: #e30614;
}

a.border-red:hover {
    background: #e30614;
    color: #fff;
}

.kampanya-slide ul li:hover {
    -webkit-box-shadow: 0 5px 16px 0 rgba(196, 13, 60, 0.16);
    box-shadow: 0 5px 16px 0 rgba(196, 13, 60, 0.16);
    border: 1px solid black;
}

h3.bos {
    margin: 0 !important;
    font-weight: bolder !important;
}

.allCampaigns {
    width: 25%;
    float: left;
    padding: 20px 0;
    max-width: 258px;
    margin-left: 12px;
}

.allCampaigns a {
    height: 258px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background: #231f20;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #ffffff;
}

span.allBg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.15;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.allCampaigns a i {
    padding-left: 7px;
}

span.mevcutCamp {
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #b7b7b7;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 47px;
    margin-top: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ededed;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

span.mevcutCamp i:before {
    font-size: 15px;
}

span.mevcutCamp b {
    padding: 0 4px;
}

span.mevcutCamp i {
    padding-right: 2px;
}

.allCampaigns a:hover .allBg {
    opacity: 1;
}

section.teknolojiMerkezi {
    background: #231f20;
    position: relative;
    padding: 75px 0 95px;
    min-height: 645px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.techoBg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.08;
    background-attachment: fixed !important;
    background-position: center center !important;
}

.techLogo img {
    width: 167px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.techLogo {
    position: relative;
    margin-bottom: 40px;
}

.techLogo:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 23px;
    left: 0;
    width: 4px;
    background: #e30614;
}

.techoContent ul li p {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: normal;
    color: #d9d9d9;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    max-height: 216px;
    overflow: hidden;
    text-align: justify;
}

.techoContent {
    width: 600px;
    left: 0;
    position: relative;
}

.techoContent li h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.4px;
    color: #ffffff;
    margin-bottom: 14px;
}

.techoContent li h3 span {
    font-size: 17px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 2.4px;
    color: #e30614;
    padding-left: 10px;
}

.techoContent li h3 i:before {
    font-size: 15px;
    color: #e30614;
}

a.kirmizi-btn {
    padding: 15px 30px;
    display: inline-block;
    background: #e30614;
    color: #fff;
    margin-top: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

section.page.blogDetay {
    padding: 80px 0;
}

.blog-yazi {
    margin-top: 30px;
}

.techoIcon li {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.3px;
    color: #e30614;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 15px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.techoIcon li i {
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.techoIcon li span {
    width: calc(100% - 40px);
    padding-right: 10px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.techoIcon li i:Before {
    font-size: 39px !important;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


.techoIcon li:hover span {
    color: #fff;
}

.techoIcon li.active {
    border: 1px solid #ffffff;
}

.techoIcon li.active i:before {
    color: #fff;
}

.techoContent ul li {
    position: absolute;
    height: 400px;
}

.techoContent ul {
    position: relative;
}

.d-flex.align-items-center.justify-content-between {
    position: relative;
}

.techoIcon li.active span {
    color: #fff;
}
.techoContent b {
    font-weight: normal;
    margin-left: 27px;
}

.techoContent i.fas.fa-quote-right {
    left: 8px;
}
.techoIcon li:hover {
    border: 1px solid #ffffff;
}

.techoIcon li:hover i:Before {
    color: #fff;
}

section.isOrtaklarimiz .tumu {
    font-size: 16px;
    padding: 7px 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.isOrtaklarimiz .haberler-baslik {
    margin-bottom: 0;
}

section.isOrtaklarimiz {
    padding: 80px 0;
}

.is-ortaklari {
    margin-top: 60px;
    width: 99%;
}

.cozum-img img {
    max-width: 170px;
    max-height: 100px;
}

.fNavigation {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cozum-img:hover {
    opacity: 1;
}

.workItems {
    /* margin-top: 80px; */
    display: inline-block;
    width: 100%;
}

.cozum-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0.8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cozum-img:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    top: 25%;
    bottom: 20%;
    background: #b1aaaa;
}

section.indBulten {
    background: #e30614;
    padding: 50px 0;
    overflow: hidden;
}

.indBulten .haberler-baslik.white h3 span {
    color: #fff;
    padding-right: 0;
}

.indBulten .haberler-baslik.white {
    border-color: #fff;
    margin-bottom: 10px;
}

.bultenPr p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #ffffff;
}

.bultenGenel {
    width: 700px;
    display: table;
    margin: auto;
}

.e-bulten {
    width: 100%;
    position: relative;
}

.e-bulten input[type=email] {
    width: 80%;
    -webkit-appearance: none;
    height: 60px;
    border: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline-offset: initial !important;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #e30614;
    padding-left: 55px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.e-bulten input[type=submit] {
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #231f20;
    background: #fff;
    height: auto;
    padding: 0 20px 0 0;
    width: 20%;
    float: left;
    position: relative;
    border-left: 4px solid #000;
    top: 16px;
}

.e-bulten input[type=email]:after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    width: 4px;
    background: #302d2e;
    left: 10px;
    right: 0;
    display: block !important;
    opacity: 1 !important;
}

.e-bulten i.flaticon-send:before {
    color: #b80a37;
    font-size: 228px;
}

.e-bulten i.flaticon-send {
    position: absolute;
    bottom: -33px;
    line-height: 0px;
    right: -130px;
    z-index: 0;
    left: auto;
}

.e-bulten form {
    z-index: 9;
    position: relative;
    background: #fff;
    display: inline-block;
    width: 100%;
}

.e-bulten i.flaticon-paper-plane {
    position: absolute;
    left: 16px;
    top: 15px;
}

.e-bulten i.flaticon-paper-plane:before {
    color: #838383;
    font-size: 22px;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.e-bulten input[type=submit]:hover {
    color: #e30614;
    border-color: #e30614;
}

.fotech h3 {
    font-family: 'Rethink' sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.1px;
    color: black;
}

.fotech h3 b {
    font-weight: 600;
}

.footer-iletisim .col-12.col-md-12.col-lg-12 {
    padding: 30px 40px 0;
    border-top: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.footer-iletisim {
    padding-bottom: 40px;
}

.fOne-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.footer-item .icon i:before {
    color: black;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer-item .icon i {
    line-height: normal;
    color:black;
}

.content a {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #838383;
}

.icon {
    padding-right: 2px;
    position: relative;
    top: -2px;
}

.logos {
    margin-top: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.content a:hover {
    color: #e30614;
}

.content .icon {
    color: #e30614;
}

.footer-item:hover .icon i:before {
    color: #e30614;
}

.footer-item:hover a {
    color: #e30614;
}

.logos img {
    padding: 0 13px;
}

.firmaBg {
    background-size: cover!important;
    background-position: center center!important
}

section.firmamiz {
    padding: 70px 0 120px;
}

.pageContent a.kirmizi-btn {
    padding: 16px 32px;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    color: #ffffff;
    margin: 0;
    position: absolute;
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pageContent a.kirmizi-btn span {
    font-weight: bold;
    padding: 0 5px;
}

.pageContent a.kirmizi-btn i:before {
    font-size: 25px;
}

.pageContent a.kirmizi-btn i {
    padding-left: 8px;
    position: relative;
}

a.kirmizi-btn:hover {
    background: #231f20;
    color: #fff;
}

h3.goruntu span {
    margin: 0;
    font-weight: 500;
    color: #e30614;
}

.bLogo p,
.sertifikaList ul li a {
    letter-spacing: .1px;
    font-style: normal;
    font-stretch: normal
}

.firmaNav .swiper-button-next,
.firmaNav .swiper-button-prev {
    position: relative;
    margin: 0!important;
    top: 0!important;
    right: 0!important;
    left: 0!important;
    background: 0 0!important;
    width: 32px!important;
    height: 32px!important;
    border: 1px solid #e30614;
    padding: 5px 9px;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.firmaNav .swiper-button-next i:before,
.firmaNav .swiper-button-prev i:before {
    font-size: 14px !important;
    color: #e30614;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.firmaNav .swiper-button-prev i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    top: 0px;
    position: relative;
}

.firmaNav .swiper-button-next:hover,
.firmaNav .swiper-button-prev:hover {
    background: #e30614!important;
}

.firmaNav .swiper-button-next:hover i:before,
.firmaNav .swiper-button-prev:hover i:Before {
    color: #fff!important
}

.firmaNav .swiper-button-next {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
    margin-bottom: 5px !important;
}

.firmaNav .swiper-button-prev {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
}

.firmaBg a {
    height: 100%;
    position: relative;
    background: #d8d8d8;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sertifikaList ul li a,
.taniyin {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

span.firmaBack {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    opacity: 0.3;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.firmaBg a:hover .firmaBack {
    opacity: 1;
}

.firmaBg a i {
    position: relative;
    z-index: 9999;
    opacity: 0
}

.firmaBg a i:before {
    font-size: 45px;
    color: #fff;
}

.firmaBg a:hover i {
    opacity: 1
}

.fNavigation,
.firmaBg {
    height: 198px;
}

.fNavigation,
.firmaBg a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.firmaBg a:hover .firmaBack {
    opacity: 1;
}

h3.goruntu {
    font-size: 20px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.9px;
    font-weight: 600;
    color: #231f20;
    margin: 0;
    padding-left: 10px;
    border-left: 4px solid #e30614;
}

.firma-slide .swiper-slide.swiper-slide-active .firmaBg .firmaBack {
    opacity: 1;
}

section.page-title {
    padding: 0;
    position: relative;
}
.swiper-container.firma-slide.swiper-container-horizontal {
    padding: 20px 0;
}

.firma-slide .swiper-slide.swiper-slide-active {
    -webkit-box-shadow: -2px 25px 18px -12px #b3b0b0;
    box-shadow: -2px 25px 18px -12px #b3b0b0;
}
.title-first h1 {
    margin: 0;
    text-align: center;
}

.pageBg {
    padding: 65px 0;
    background: #231f20;
    position: relative;
}

.pageContainer {
    padding: 22px 0;
    background: #fff;
}

li.breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumb-item.active,
ol.breadcrumb li a {}

ol.breadcrumb li a {
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #a2a2a2;
}

.breadcrumb-item.active {
    color: #6d6c6c;
    font-weight: 400;
    display: none;
}

.bread-bg {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover !important;
    background-repeat: no-repeat!important;
    opacity: 0.3;
    background-position: center !important;
}

a:not([href]):not([tabindex]) {
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #a2a2a2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

section.page.albumDetay .sertifikalar ul li {
    width: 24%;
    height: 302px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0.5% 30px;
    float: left;
    border: 1px solid #edeff3;
}

section.page.albumDetay .sertifikalar ul li a img {
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

section.page.albumDetay .sertifikalar ul li a h4 {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #727272;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

section.page.albumDetay .sertifikalar ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

section.page.albumDetay .sertifikalar ul li:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
}

span.sertfBg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    opacity: 0.1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

section.page.albumDetay .sertifikalar ul li a:hover .sertfBg {
    opacity: 1;
}

section.page.albumDetay .sertifikalar ul li a:hover img,
section.page.albumDetay .sertifikalar ul li a:hover h4 {
    opacity: 0;
    display: none;
}

section.page.albumDetay {
    padding: 70px 0 60px;
}

ul.notMega {
    min-width: initial !important;
    padding: 10px;
    background: #e30614 !important;

}

ul.notMega li a {
    padding: 0;
    color: #fff;
    line-height: 2.38 !important;
    text-transform: initial !important;
}

ul.notMega li+li a {
    border-top: 1px solid #f28914 !important;
}

ul.notMega li a:hover {
    color: white;
    padding-left: 10px;
    transition-delay: 5ms;
}

.workers .cozum-img:after {
    display: none;
}

.workItems ul li {
    width: 20%;
    float: left;
}

.workers {
    padding: 60px 0;
}

.workItems ul li:hover .cozum-img {
    opacity: 1;
}

.page.workers .info {
    margin-bottom: 40px;
    display: table;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 50px;
}

.info {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #e30614;
    display: inline-block;
    padding: 9px 13px;
    border: 1px solid #ffccd9;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dosyaArsivi .info h2 {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    display: inline-block;
}

.info i {
    text-shadow: 0px 3px 4px rgba(196, 13, 60, 0.87);
    margin-right: 5px;
    line-height: normal;
}

.dokumanSearch input[type=search] {
    width: 440px; /* original: 380px */
    float: left;
    padding-left: 50px;
}

.dokumanSearch i.flaticon-magnifying-glass:before {
    color: #ffccd9;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out
}
.dokumanSearch .form-control:focus ~ i.flaticon-magnifying-glass:before{
    color: #e30614 !important;
}

.dokumanSearch i.flaticon-magnifying-glass {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    padding: 0;
}

.dokumanSearch input[type=submit] {
    width: 70px;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: initial !important;
    background: #e30614;
    float: left;
    height: 50px;
}

.info b {
    font-weight: 600;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    font-weight: 300;
    color: black !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    font-weight: 300;
    color: black !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
    font-weight: 300;
    color: black !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
    font-weight: 300;
    color: black !important;
}

.e-bulten input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #bbbbbb !important;
}

.e-bulten input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #bbbbbb !important;
}

.e-bulten input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #bbbbbb !important;
}

.e-bulten input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #bbbbbb !important;
}

.dokumanSearch input[type=search]:focus {
    border-right-color: #e30614;
}

.table-bordered a i:Before {
    font-size: 26px;
}

.table-bordered a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table-bordered a i {
    padding-right: 13px;
}

.tableFirst50 tbody tr td {
    width: 25%;
}

section.page.dosyaArsivi {
    padding: 70px 0 100px;
}

.accordion button.btn.btn-link {
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #231f20;
    border: 0 !important;
    padding: 15px 0 !important;
}

.accordion .card {
    border: 0;
    border-bottom: 1px solid #e2e6ee!important;
    padding: 0 !important;
}

.accordion .card-header {
    border: 0;
}

.accordion button.btn.btn-link[aria-expanped="true"] {
    color: #f00 !important;
}

.accordion .card-body {
    padding: 0 !important;
}

.accordion button.btn.btn-link.collapsed {
    color: #e30614 !important;
}

.btn-link:hover {
    text-decoration: none;
}

a.apply-now:hover {
    background: #e30614;
    color: #fff;
}

.input-group {
    position: relative;
    width: 100%;
    margin-top: 0;
}

.input-group input {}

.kariyer-btn {
    background: #ffccd9;
    color: #626161;
    position: absolute!important;
    right: 0;
    top: 0;
    z-index: 99;
    padding: 5px 27px!important;
    border-radius: 0;
    height: 100%;
    line-height: 35px;
}

.kariyer-btn:hover {
    color: #fff;
    z-index: 99!important;
}

.input-group-btn {
    position: static!important;
    width: 0;
}

span.btn.upload-btn {
    min-width: 105px;
    height: 41px;
    position: absolute;
    right: 4px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    top: 5px;
    text-align: center;
    background-color: #ffccd9;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 0 !important;
}

.form-div i.fa-cloud-upload-alt:before {
    color: #fff !important;
}

span.btn.upload-btn i {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    padding-right: 5px;
}

span.btn.upload-btn:hover {
    background: #e30614;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 6px;
    right: 27px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078"!important;
    display: inline-block;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open b:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    color: #e30614;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.form-div .w-50 i {
    position: relative !important;
    top: 0 !important;
    margin: 0 !important;
    left: 0;
    padding: 0;
}

.form-div .w-50 i:before {
    color: #fff;
}

.btn.btn-primary {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #ffffff;
    border-radius: 0 !important;
    padding: 13px 24px;
    background: #e30614 !important;
    border: 0 !important;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

section.page.humanResources {
    padding: 50px 0 70px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #e30614;
}

.btn.btn-primary:hover {
    background: #231f20 !important;
}

.page.humanResources .haberler-baslik h3 {
    color: #231f20;
}

.humanResources .haberler-baslik h3 span {
    padding: 0;
}

.humanResources .haberler-baslik {
    margin-bottom: 50px;
}

#cd-timeline {
    position: relative;
    padding: 70px 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 1px;
    background: #e2e6ee;
}

@media only screen and (min-width: 768px) {
    #cd-timeline {}
    #cd-timeline::before {
        left: 50%;
        margin-left: -0.5px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block::after {
    clear: both;
    content: "";
    display: table;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .cd-timeline-block {
        margin: 50px 0 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-zamanSayac {
    position: absolute;
    top: 50%;
    left: 0;
    width: 26px;
    height: 26px;
    background-color: #ffffff;
    border: 4px solid #e30614;
    margin-top: -13px;
    text-indent: 36px;
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0.9px;
    color: #e30614;
}

.cd-zamanSayac img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.cd-zamanSayac.cd-picture {
    background: #75ce66;
}

.cd-zamanSayac.cd-sag {}

.cd-zamanSayac.cd-location {
    background: #f0ca45;
}

@media only screen and (min-width: 768px) {
    .cd-zamanSayac {
        width: 26px;
        height: 26px;
        left: 50%;
        margin-left: -13px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-zamanSayac.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-zamanSayac.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.cd-zamanIcerik {
    position: relative;
    margin-left: 60px;
    background: #ffffff;
    border-radius: 0.25em;
    padding: 1em;
    height: auto;
    background: #fff;
    border: 1px dashed #d6dbe5;
    -webkit-box-shadow: 0 8px 15px 0 rgba(228, 231, 237, 0.29);
    box-shadow: 0 8px 15px 0 rgba(228, 231, 237, 0.29);
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cd-zamanIcerik::after {
    clear: both;
    content: "";
    display: table;
}

.cd-zamanIcerik h2 {
    color: #303e49;
}

.cd-zamanIcerik p,
.cd-zamanIcerik .cd-read-more,
.cd-zamanIcerik .cd-date {
    font-size: 13px;
    font-size: 0.8125rem;
}

.cd-zamanIcerik .cd-read-more,
.cd-zamanIcerik .cd-date {
    display: inline-block;
}

.cd-zamanIcerik p {
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #231f20;
    position: relative;
    text-align: justify;
    font-family: var( --body-fonts );
}

.cd-zamanIcerik .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: #ffffff;
    border-radius: 0.25em;
}

.no-touch .cd-zamanIcerik .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-zamanIcerik .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}

.cd-zamanIcerik::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ffffff;
    margin-top: -7px;
}

@media only screen and (min-width: 768px) {
    .cd-zamanIcerik h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .cd-zamanIcerik em {
        font-style: normal !important;
    }
    .cd-zamanIcerik .cd-read-more,
    .cd-zamanIcerik .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media only screen and (min-width: 768px) {
    .cd-zamanIcerik {
        margin-left: 0;
        padding: 34px;
        width: 39%;
    }
    .cd-zamanIcerik::before {
        left: 100%;
        border-color: transparent;
        border-left-color: #ffffff;
    }
    .cd-zamanIcerik .cd-read-more {
        float: left;
    }
    .cd-zamanIcerik .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-block:nth-child(odd) .cd-zamanIcerik {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-zamanIcerik {
        float: left;
    }
    .cd-timeline-block:nth-child(even) .cd-zamanIcerik::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #ffffff;
    }
    .cd-timeline-block:nth-child(even) .cd-zamanIcerik .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-zamanIcerik .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .cssanimations .cd-zamanIcerik.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-zamanIcerik.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-zamanIcerik.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.cd-zamanSayac.cd-sol {
    text-indent: -76px;
}

.cd-timeline-block:nth-child(odd) .cd-zamanIcerik:before {
    border: 0;
    margin: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px dashed #d6dbe5;
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg);
    display: inline-block;
    left: -7.5px;
    top: 50%;
    margin-top: -7.5px;
}

.cd-timeline-block:nth-child(odd) .cd-zamanIcerik:after {
    margin: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px dashed #ffffff;
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg);
    display: inline-block;
    left: -5.5px;
    top: 50%;
    margin-top: -7.5px;
    position: absolute;
}

.cd-timeline-block:nth-child(even) .cd-zamanIcerik:before {
    border: 0;
    margin: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px dashed #d6dbe5;
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg);
    display: inline-block;
    right: -7.5px;
    top: 50%;
    margin-top: -7.5px;
}

section.page.tarihce {
    position: relative;
    padding: 20px 0;
}

.cd-timeline-block:nth-child(even) .cd-zamanIcerik:after {
    margin: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px dashed #ffffff;
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg);
    display: inline-block;
    right: -5.5px;
    top: 50%;
    margin-top: -7.5px;
    position: absolute;
}

#cd-timeline::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 19px;
    height: 19px;
    background-color: #e2e6ee;
    top: 0;
    margin-left: -9.5px;
}

.cd-timeline-block:last-child:before {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    background: #e2e6ee;
    bottom: -89px;
    left: 50%;
    margin-left: -9.5px;
}

.cd-zamanIcerik p.list:before {
    width: 7px;
    height: 7px;
    background-color: #e30614;
    content: "";
    position: absolute;
    top: 7px;
    left: -10px;
}

p.list {
    padding-left: 10px;
}

.cozumBg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.cozum-detail {
    position: relative;
}

.pageDetail li {
    list-style: initial;
    margin-left: 30px;
}

.cozumBack {
    height: 280px;
    position: relative;
    background: #231f20;
    margin-bottom: 50px;
}

.insideTitle {
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #231f20;
    margin-bottom: 15px;
}

.pageDetail p {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
    color: #231f20;
}

section.cozum-detay {
    padding: 10px 0 80px;
}

.relate-slide ul li {
    width: 31.33%;
    margin: 0 1% 40px;
    float: left;
    height: 220px;
    -webkit-box-shadow: 0 14px 27px 0 #e4e7ed;
    box-shadow: 0 14px 27px 0 #e4e7ed;
}

.relate-slide {
    padding: 30px 10px 0;
    padding-right: 10px !important;
}

.relatedSlider {
    margin-left: -20px;
    width: calc(100% + 20px);
}

.kampanya-detail a.red-btn {
    width: auto;
    display: inline-block;
    padding: 10px 32px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 !important;
}

.relatedAll {
    width: 100%;
    height: 100%;
}

.relatedImg img {
    max-width: 131px;
    max-height: 100px;
}

.relatedImg {
    width: 131px;
    height: 101px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.relatedBorder .d-flex.align-items-center.justify-content-between {
    padding: 0 20px;
    height: 100%;
}

.relatedSag {}

.relatedSag {
    width: calc(100% - 131px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
}

.relatedBorder {
    height: calc(100% - 24px);
    margin: 12px;
    border: 6px solid #f3f5f9;
}

a.relatedLogo img {
    width: 67px;
}

a.relatedLogo {
    margin-bottom: 20px;
}

.relatedSag span {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.92;
    letter-spacing: normal;
    color: #e30614;
}

.relatedSag span b {
    font-weight: 600;
}

.btn-flex .red-btn {
    position: relative !important;
    color: #fff !important;
}

.btn-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.btn-flex .baslangic-bitis {
    margin-bottom: 19px;
}
.relatedSag a.border-btn {
    width: 100%;
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #e30614 !important;
    text-align: center;
    padding: 6px 0 !important;
    border: 1px solid #e30614 !important;
    margin-top: 25px !important;
}

.relatedSag a.border-btn:hover {
    background: #e30614;
    border-color: #e30614 !important;
    color: #fff !important;
}

.relatedSlider .dikPagi .swiper-pagination {
    margin-top: 20px;
}

section.ilgiliUrunler {
    padding-bottom: 70px;
}

.kampanya-img {
    height: 125px;
    position: relative;
    -webkit-box-shadow: 0 15px 20px -8px rgba(35, 31, 32, 0.47);
    box-shadow: 0 15px 20px -8px rgba(35, 31, 32, 0.47);
    background-color: #231f20;
    margin: 0 25px !important;
    width: calc(100% - 50px);
    margin-bottom: 30px !important;
}

.kampanyaBack {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    opacity: 0.2;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.kampanya-liste .kampanyaText {
    margin-bottom: 20px;
}

.kampanya-liste .kampanya-slide ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.kampanya-liste .kampanya-slide ul li {
    margin-bottom: 40px;
}

.kampanya-liste .kampanya-slide ul li:hover .kampanyaBack {
    opacity: 1;
}

ul.pagination li a {
    min-width: 30px;
    height: 30px;
    padding: 0 !important;
    line-height: 30px;
    text-align: center;
    margin: 0 !important;
    border: 1px solid #e30614;
    display: inline-block;
    letter-spacing: normal !important;
    line-height: 30px !important;
    font-size: 13px;
    font-weight: normal !important;
    font-style: normal;
    letter-spacing: normal !important;
    color: #231f20 !important;
    border-radius: 0 !important;
}

ul.pagination li {
    margin: 0 2px;
}

ul.pagination li a:hover {
    background: #e30614 !important;
    color: #fff !important;
    border-color: #e30614 !important;
}

ul.pagination li a:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

section.kampanya-liste {
    padding: 30px 0 100px !important;
}

section.kampanya-detay {
    padding: 50px 0 80px;
}

.kampanya-detail .baslangic-bitis {
    border: 1px solid #f3f5f9;
    min-width: 260px !important;
    padding: 5px 0;
    background: #fff;
}

.kampanya-detail h3.insideTitle {
    margin: 0 !important;
}

.kampanya-detail.pageDetail p {
    margin-top: 35px;
    display: block;
}

.kampanyUrunler ul.urunSlideItems>li {
    min-height: 515px;
    margin-bottom: 20px;
}

section.kampanya-detay .row+.row {
    margin-top: 80px;
}

section.teknologyCenter .haberler-baslik h3 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    border: 0 !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

section.teknologyCenter .haberler-baslik h3 p {
    margin-bottom: 0;
    padding-left: 8px;
}

section.teknologyCenter .haberler-baslik h3 i:before {
    font-size: 14px;
    color: #e30614;
}

section.teknologyCenter .haberler-baslik {
    border: 0;
}

section.teknologyCenter {
    padding: 80px 0 20px;
    margin-bottom: 60px;
}

.techologyDesc p {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #231f20;
    margin-bottom: 0;
}
section.teknologyCenter .haberler-baslik h3 b {
    width: 100%;
    padding-left: 28px;
    font-weight: 700;
}

section.teknologyCenter .haberler-baslik h3 i {
    padding-right: 10px;
}
.techologyDesc p b,
.techologyDesc p strong {
    font-weight: 500;
}

.centeredSlider {
    width: 100%;
}

.center-slide .swiper-slide span {
    height: 177px;
    background-color: #9c0e32;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.center-slide {
    padding: 100px 0;
    width: 80%;
}

.center-slide .swiper-slide.swiper-slide-active span i:before {
    color: #fff !important;
    font-weight: normal !important;
}

.center-slide .swiper-slide span i:before {
    color: #f28914 !important;
    font-size: 76px;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: relative;
}

.center-slide .swiper-slide {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.center-slide .swiper-slide span {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.center-slide .swiper-slide.swiper-slide-active span {
    -webkit-transform: scale(1.6, 1.25);
    -ms-transform: scale(1.6, 1.25);
    transform: scale(1.6, 1.25);
    -webkit-box-shadow: -2px 25px 18px -12px #c3939f;
    box-shadow: -2px 25px 18px -12px #c3939f;
    background-color: #e30614;
}

.center-slide .swiper-slide.swiper-slide-active {
    z-index: 100;
}

.swiper-button-next,
.swiper-button-prev {
    background: none !important;
    margin: 0 !important;
    height: auto;
    margin-top: -18px !important;
}

.swiper-button-next i:before {
    font-size: 33px !important;
    color: #d0cfcf;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.swiper-button-next i,
.swiper-button-prev i {
    line-height: normal;
    color: #e30614;
}

.swiper-button-prev i {
    line-height: normal;
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-button-prev i:before {
    font-size: 33px !important;
    color: #d0cfcf;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.swiper-button-next {
    right: 23px;
}

.swiper-button-prev {
    left: 18px;
}

.swiper-button-next:hover i:before,
.swiper-button-prev:hover i:before {
    color: #e30614;
}

.center-slide .swiper-slide h3 {
    position: absolute;
    top: -55px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3.6px;
    color: #838383;
    left: -43px;
    right: 0;
    -webkit-transition: al 0.4s ease-out;
    -o-transition: al 0.4s ease-out;
    transition: al 0.4s ease-out;
    opacity: 0;
    right: auto;
    text-align: center;
    display: block;
    min-width: 230px;
}

.center-slide .swiper-slide-active h3 {
    opacity: 1;
}

.center-slide .swiper-slide i {
    position: absolute;
    line-height: normal;
    top: 50%;
    left: 50%;
    margin-left: -38px;
    margin-top: -42px;
}

.center-slide .swiper-slide i:before {
    font-size: 76px;
    color: #f28914;
}

.center-slide .swiper-slide.swiper-slide-active i:before {
    color: #fff;
    font-size: 100px;
}

.center-slide .swiper-slide.swiper-slide-active i {
    margin-left: -50px;
    margin-top: -50.5px;
}

.techologyDesc {
    padding-right: 20px;
    max-height: 290px;
    overflow-y: auto;
}

section.cizgiBg {
    height: 170px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: 0.18;
    background: url(../img/cizgi.png);
}

.HomeSlider {
    float: left;
    display: block;
    width: 100%;
    margin-top: 20px;
}

.featureslider {
    position: relative;
}

ul.featuredPostSlider li {
    height: 380px;
}

.featuredPostSlider {
    float: left;
    width: calc(100% - 158px);
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    margin: 0 30px 0 18px;
}

.featuredPostSlider img {
    width: 100%;
}

.featuredPostSlider h2 {
    width: 65%;
    position: absolute;
    left: 5%;
    color: #fff;
    font-size: 36px;
}

#slick-pager {
    position: relative;
    right: 0;
    width: 110px;
    float: left;
    z-index: 9;
    float: left;
    height: 380px !important;
}

#slick-pager a {
    padding: 0;
    float: left;
    border: 0;
}

#slick-pager a:hover {
    text-decoration: none;
}

#slick-pager a.active {
    background-color: #f28914;
}

#slick-pager a h3 {
    font-size: 16px;
    font-family: var( --body-fonts );
    font-weight: 700;
    margin: 0 0 8px;
}

#slick-pager a p {
    font-family: var( --body-fonts );
    font-size: 13px;
    margin-bottom: 8px;
}

#slick-pager a span.time {
    font-family: var( --body-fonts );
    font-size: 10px;
}

#slick-pager .slick-list .slick-track .slick-slide.slick-current {
    -webkit-box-shadow: 0 8px 23px 0 #9ba3b3;
    box-shadow: 0 8px 23px 0 #9ba3b3;
}

.slick-pager {
    margin-top: 40px;
    margin-bottom: 0;
    height: calc(100% - 40px) !important;
}

#slick-pager a+a {
    margin-top: 20px !important;
}

.pagerNavigation i {
    float: left;
    width: 100%;
    margin-top: 0px;
    line-height: normal;
    height: auto !important;
}

#slick-pager .slick-list .slick-track .slick-slide.slick-current span {
    opacity: 1;
}

.pagerNavigationBottom i:before {
    display: inline-block;
    -webkit-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}

.pagerNavigation i:hover:before {
    color: #e30614 !important;
}

.pagerNavigationTop {
    color: #fff;
    font-size: 29px;
    text-align: center;
    position: absolute;
    right: 0;
    width: 100%;
    cursor: pointer;
    top: -7px;
}

.pagerNavigationBottom {
    position: absolute;
    width: 100%;
    left: 0;
    height: auto;
    cursor: pointer;
    color: #fff;
    font-size: 29px;
    text-align: center;
    bottom: 0;
}

section.thumbSlider {
    padding: 50px 0;
    overflow: hidden;
}

ul.featuredPostSlider li span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.slick-pager a {
    height: 84px !important;
    position: relative;
}

#slick-pager a span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: 0.5;
}

.pagerNavigation i:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #d0cfcf;
    display: inline-block;
    font-size: 19px !important;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media (max-width: 767px) {
    .slick-pager {
        margin: 0;
    }
    #slick-pager {
        background-color: #000;
        width: 100%;
        position: relative;
    }
    #slick-pager a {
        border-top: none;
        border-right: 1px solid rgba(255, 255, 255, 0.6);
    }
    #slick-pager h3 {
        font-size: 16px;
        margin: 0 0 12px;
    }
    .pagerNavigation i {
        display: none;
    }
    .pagerNavigationBottom {
        display: none;
    }
}

h3.redBlack {
    font-size: 23px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.7px;
    color: #231f20;
}

h3.redBlack span {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 2.6px;
    color: #e30614;
}

.teknoCenter p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.28;
    letter-spacing: normal;
    color: #231f20;
}

section.thumbSlider .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.teknoKonum {
    padding: 120px 0 190px;
}

.fotechCenter {
    height: 345px;
    -webkit-box-shadow: 0 14px 27px 0 #e4e7ed;
    box-shadow: 0 14px 27px 0 #e4e7ed;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 70px;
    z-index: 9;
    position: relative;
}

.centerItems ul li span {
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.59;
    letter-spacing: normal;
    color: #231f20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.centerItems ul li span b {
    font-weight: 600;
}

.centerItems ul li span i:Before {
    color: #e30614;
    font-size: 23px;
}

.centerItems ul li a {
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.59;
    letter-spacing: normal;
    color: #231f20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.centerItems ul li a i:Before {
    font-weight: 500;
    color: #e30614;
    font-size: 23px;
}

.centerItems ul li a i {
    padding-right: 15px;
}

.centerItems ul li a b {
    font-weight: 600;
    padding-left: 5px;
}

.centerItems ul li+li {
    margin-top: 8px;
}

.centerItems ul li span i {
    width: 38px;
    display: inline-block;
}

.centerItems ul li span u {
    width: calc(100% - 38px);
    text-decoration: none;
}

.centerItems ul li a:hover {
    color: #e30614;
}

.technoIframe {
    position: absolute;
    right: 0;
    width: calc(50% + 80px);
    height: 450px;
    margin-top: -390px;
    margin-right: 0px;
    /* z-index: -1; */
}

section.teknoKonum .col-12.col-md-6.col-lg-6 {
    position: initial;
}

section.dTalep {
    padding: 60px 0;
    background: url(../img/mailbox.jpg);
}

section.dTalep span {
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.4px;
    color: #ffffff;
}

section.dTalep span i:before {
    font-weight: normal;
    font-size: 31px;
    position: relative;
    top: 3px;
}

section.dTalep span i {
    padding-right: 17px;
    border-right: 4px solid #ffffff;
    margin-right: 15px;
}

a.destek-btn {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #ffffff;
    padding: 15px 80px;
    border: 1px solid #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a.destek-btn:hover {
    border-color: #fff;
    background: #fff;
    color: #231f20;
}

section.aramaSonuc {
    padding: 100px 0;
}

section.aramaSonuc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: space-between; */
    border: 0;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
}

section.aramaSonuc ul li {
    margin: 1%;
    width: 100%;
}

section.aramaSonuc ul li:last-child {
    margin-right: 0;
}
section.aramaSonuc ul li:first-child {
    margin-left: 0;
}

.aramaTab>ul>li>a {
    font-weight: 500 !important;
    line-height: normal !important;
    letter-spacing: 1.1px !important;
    color: #e30614;
    text-align: center;
    padding: 15px 0 !important;
}

section.aramaSonuc ul li+li {
    margin-left: 0;
}

.aramaTab .nav-tabs .nav-link.active {
    background: #e30614;
}

.aramaTab>ul>li>a:hover {
    background: #e30614;
    color: #fff !important;
}

.aramaTab .tab-content {
    margin: 0;
}

.aramaTab .accordion .card {
    border: 1px solid #f0f0f0 !important;
    border-radius: 0 !important;
}

.aramaTab .accordion .card-header {
    border-radius: 0 !important;
    background: none;
    padding: 0 !important;
}

.aramaTab .accordion .card-header button img {
    width: 70px;
}

.aramaTab .accordion button.btn.btn-link {
    margin-top: 0 !important;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative !important;
    padding: 8px 25px 8px 15px !important;
}

span.aramaUrunImg {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* background: #fff; */
    margin-right: 20px;
}

span.aramaUrunName {
    width: calc(100% - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

span.aramaUrunName u {
    text-decoration: none;
}

.aramaTab i.flaticon {
    top: 50% !important;
    margin-top: -10.5px !important;
    right: 30px !important;
}

span.aramaUrunName u b {
    font-weight: 600;
}

button.btn.btn-link u i {
    position: relative;
    top: 0;
    right: 0;
    font-style: normal;
    min-width: 100px;
    display: inline-block;
    text-align: left;
}

button.btn.btn-link u i:before {
    display: none;
}

button.btn.btn-link u i:after {
    content: ":";
    position: absolute;
    right: 0;
}

.aramaTab .accordion button.collapsed i:before {
    content: "\f106" !important;
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 0;
    display: inline-block;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.aramaTab .accordion button i:before {
    content: "\f106" !important;
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 0;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #f28914 !important;
}

button.btn.btn-link u i:before {
    display: none !important;
}

.aramaTab .accordion .card+.card {
    margin-top: 15px;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
}

.aramaTab .accordion button.btn.btn-link.collapsed span.aramaUrunName u {
    color: #231f20 !important;
}

span.aramaUrunName u {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    letter-spacing: normal;
    color: #e30614 !important;
}

.aramaTab .accordion button.btn.btn-link.collapsed {
    background: #fff;
}

.aramaTab .accordion button.btn.btn-link {
    background: #f3f5f9;
    min-height: 116px;
}

.aramaTab .accordion .card-body {
    padding: 15px 20px !important;
    background: #f3f5f9;
}

.aramaTab .accordion button.btn.btn-link.collapsed {
    background: #fff;
}

.aramaTab .accordion button.btn.btn-link {
    background: #f3f5f9;
}

.aramaTab .accordion .card-body {
    padding: 35px 20px !important;
    background: #f3f5f9;
}

.aramaAltTab li a {
    font-size: 13px !important;
    font-weight: normal !important;
    line-height: normal !important;
    color: #838383 !important;
    padding: 18px 0 !important;
    text-align: center;
    background: #fff;
    border: 1px solid #fff !important;
}

.aramaAltTab li a.active {
    background: #fff !important;
    color: #4a4a4a !important;
    -webkit-box-shadow: 0 0 8px 0 #e4e8ef;
    box-shadow: 0 0 8px 0 #e4e8ef;
    border: 1px solid #e4e8ef !important;
}

.aramaAltTab p {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #231f20;
}

.aramaAltTab p b {
    font-weight: bold !important;
}

.accTab p {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #231f20;
    margin-top: 10px;
}

.accTab p b {
    font-weight: 500;
}

a.detayPage {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #231f20;
    padding: 15px 30px;
    border: 1px solid #231f20;
    display: table;
    margin: 30px auto 0;
}

a.detayPage:hover {
    background: #231f20;
    color: #fff;
}

.aramaAltTab li a:hover {
    background: #838383 !important;
    color: #fff !important;
    border-color: #838383 !important;
}

ul#myTab {
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.aramaTab .solution.accordion button.btn.btn-link {
    padding: 0 26px !important;
}

.aramaTab .solution.accordion .card-body {
    padding: 0 20px 35px !important;
}

.aramaTab .solution.accordion .card-body p {
    margin: 0;
}

.aramaTab .solution.accordion button u {
    font-weight: 600;
}

.aramaTab .solution.accordion button.collapsed u {
    font-weight: normal;
}

span.kampanyaAramaImg img {
    min-width: 110px;
    width: auto !important;
}

.aramaTab .accordion.campaign button.btn.btn-link {
    padding-right: 82px !important;
    max-width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

span.aramaUrunName.campaign {
    width: auto !important;
    margin-right: 30px;
    min-width: 550px;
}

.aramaTab .accordion.campaign button.btn.btn-link.collapsed span.aramaUrunName u {
    font-size: 15px !important;
    font-weight: 600;
}

span.aramaUrunName.campaign u {
    max-width: 550px !important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

span.kampanyaAramaImg {
    width: 128px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 33px;
}

span.finish {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 11px 1px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #f3f5f9;
    background: #fff;
}

span.finish u {
    font-size: 11px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    color: #838383;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 50%;
}

span.finish u b {
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #838383;
}

span.finish u b strong {
    font-weight: 600;
}

span.finish u+u {
    border-left: 1px solid #e0e0e0;
}

span.haberImg {
    height: 92px;
    width: 153px;
    margin-right: 13px;
}

span.haberImg img {
    width: auto !important;
    max-height: 92px !important;
    max-width: 100% !important;
    display: block;
}

span.aramaUrunName.newsArama b {
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
    color: #838383;
}

.aramaTab .accordion.news button.btn.btn-link.collapsed span.aramaUrunName u {
    font-size: 15px;
    font-weight: 600;
    color: #231f20 !important;
}

.aramaTab .accordion.news button.btn.btn-link span.aramaUrunName u {
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    letter-spacing: normal;
    color: #e30614 !important;
    font-weight: 600;
    max-width: 800px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aramaTab .accordion.news .card-body {
    padding: 0 20px 35px !important;
}

.ust-bar .form-div i:before {
    color: #d4d4d4 !important;
    font-weight: normal;
}

.ust-bar .form-div i {
    border-right: 1px solid #d4d4d4 !important;
}

.formlar.talepform {
    width: 100%;
    margin-top: 30px;
}

.formlar.talepform form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.destekTalebi {
    padding: 100px 0;
}

.destekTalebi .haberler-baslik {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.destekTalebi .haberler-baslik i:before {
    font-size: 42px;
}

.destekTalebi .haberler-baslik i {
    line-height: normal;
}

.destekTalebi .haberler-baslik h3 {
    padding-left: 10px;
    border-left: 4px solid #e30614;
    margin-left: 20px;
}
.destekTalebi .form-row > div {
    width: auto;
    flex: 0 0 50%;
    padding: 0 5px;
    margin: 0;
}

.destekTalebi .form-row > div button {
    margin-top: 0 !important;
}

.destekTalebi .form-div .form-kvkk p {
    text-transform: initial;
}

.destekTalebi .form-row {padding-top: 20px;}
.destekTab li a.nav-link {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #231f20;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    border-color: #231f20 !important;
}
.destekTab {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.destekTab li {
    width: 50%;
}

.destekTab li a {
    display: block;
}

.destekTab li a.nav-link.active {
    background: #231f20;
    color: #fff;
}

.destekTalebi ul#myTab {
    margin: 0 !important;
    border: 0;
}

.destekTab li+li {}

.destekTalebi .form-div p {
    text-transform: uppercase;
}

.form-div.sendFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-div.sendFlex p {
    width: 162px;
}

.submit-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sendFlex button.btn.btn-primary {
    margin: 0 !important;
    width: 31%;
    margin-left: 2% !important;
}

.sendFlex .w-120.captcha {
    width: 66.66%;
}

.formlar.talepform h5 {
    padding-left: 15px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #838383;
    margin-bottom: 40px;
}

.destekTab li a.nav-link:hover {
    background: #231f20;
    color: #fff;
}

.form-div.d-flex .btn-primary {
    min-width: 270px;
    height: 50px;
    position: relative;
    top: 24px;
    margin-left: 2%;
}

.talepform .w-100 {
    margin-left: 10px !important;
}

.destekTalebi .w-100 {
    padding-left: 0;
    padding-right: 0;
}

.alert-spec>.message a {text-shadow: 0px 2px 1px #231f20;color: #fff;}
.alert-spec>.message a:hover {text-shadow: 0px 2px 1px rgba(35, 31, 32, 0);color: #fff;}

.destekTalepReply {
    padding: 0 15px;
    width: 100%;
    margin-top: 70px;
}

.mesajDurum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.mesajDurum h3 {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.3px;
    color: #e30614;
    text-transform: uppercase;
    margin: 0;
}

.mesajDurum h5 {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.3px;
    color: #727272;
    margin-bottom: 0;
}

.mesajDurum h3 span {
    color: #e30614 !important;
}

.mesajDurum h3 span.closed {
    color: #92c40d !important;
}

.mesajDurum h3 span.open {
    color: #f28914 !important;
}

.mesajDurum h5 b {
    font-weight: 600;
}

.mesajlar {
    padding: 30px 70px 75px 36px;
    background: #f3f5f9;
    width: 100%;
}

.mesajItems h3 {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #231f20;
    margin-bottom: 50px;
}

ul.mesaj-items li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.userImg {
    width: 48px;
    margin-right: 30px;
}

.ileti {
    width: calc(100% - 78px);
    padding: 14px 20px;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px 0 #e4e7ed;
    box-shadow: 0 2px 3px 0 #e4e7ed;
}

ul.mesaj-items li+li {
    margin-top: 40px;
    padding-left: 50px;
}

.ad {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #e30614;
    margin-bottom: 8px;
}

.metin {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

.usMessage {
    width: calc(100% - 78px);
}

.bilgi {
    padding: 14px 0px;
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9da0a7;
}

ul.mesaj-items li+li .userImg img {
    opacity: 0.2;
}

.mesajgonder {
    width: 100%;
    margin-top: 15px;
}

.mesajgonder textarea.form-control {
    height: 60px;
    padding: 18px 10px;
    overflow: hidden;
    border: 1px solid #ffccd9;
    padding-left: 20px;
    font-style: normal;
}

.mesajGonder button.btn.btn-primary {
    width: 135px;
    height: 60px;
}

.mesajgonder form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mesajgonder textarea.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mesajgonder textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 13px;
    font-weight: normal;

    letter-spacing: 0.5px;
    color: #727272 !important;
}

.mesajgonder textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
    font-weight: normal;

    letter-spacing: 0.5px;
    color: #727272 !important;
}

.mesajgonder textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;
    font-weight: normal;

    letter-spacing: 0.5px;
    color: #727272 !important;
}

.mesajgonder textarea:-moz-placeholder {
    /* Firefox 18- */
    font-size: 13px;
    font-weight: normal;

    letter-spacing: 0.5px;
    color: #727272 !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #e30614;
    border-color: #e30614;
    color: #fff !important;
}

.opa0 {
    opacity: 0;
}

.fixed {
    position: fixed;
    top: 30px;
    overflow: hidden;
    z-index: -1;
}

a.blog-baslik:hover {
    color: #e30614 !important;
}

.blogs {
    padding: 70px 0;
}

.haberItems ul li {}

.haberItems ul li {
    float: left;
    width: 32%;
    margin: 0 0.5% 30px 0.5%;
    min-height: 284px;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding: 8px;
}
.sidebar-blog.fixed {
    z-index: inherit;
}
.new-img a {
    height: 165px;
    display: block;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.haberItems {
    display: inline-block;
    width: 100%;
}

.new-img a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(233deg, rgba(196, 13, 60, 0), rgba(196, 13, 60, 0.27) 55%, rgba(196, 13, 60, 0.36));
    background-image: -o-linear-gradient(233deg, rgba(196, 13, 60, 0), rgba(196, 13, 60, 0.27) 55%, rgba(196, 13, 60, 0.36));
    background-image: linear-gradient(217deg, rgba(196, 13, 60, 0), rgba(196, 13, 60, 0.27) 55%, rgba(196, 13, 60, 0.36));
}

.haberItems ul li:hover {
    -webkit-box-shadow: 0 -2px 20px 0 #e4e7ed;
    box-shadow: 0 -2px 20px 0 #e4e7ed;
    background-color: #ffffff;
}

section.page.haberPage {
    padding: 70px 0;
}

.sidebar-blog h4 span {
    font-weight: 500;
    color: #e30614;
}

.haberPage .sidebar-blog h4 {
    border-color: #e30614;
}

.haberItems ul li:nth-last-child(1), .haberItems ul li:nth-last-child(2) {
}

section.page.haber-detay {
    padding: 70px 0;
}

.indHaberler .nav-tabs .nav-link {
    border: 1px solid #e30614;
}

.indHaberler .nav-tabs {
    border: 0 !important;
}

.indHaberler .nav-tabs .nav-link:hover {
    background: #231f20;
    color: #fff;
    border-color: #231f20;
}

section.page.banka-hesaplari {
    padding: 60px 0;
}

.user-register form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-div.dFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-div.dFlex p {
    width: 100%;
}

.dFlex .w-120.captcha {
    width: calc(100% - 160px);
}

.dFlex button.btn.btn-primary {
    width: 160px;
}

.dFlex .w-120 .w-50 {
    width: 48% !important;
}

.custom-control-label::before {
    border-radius: 0 !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background: none;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #e30614;
}

label.custom-control-label a b {
    color: #4a4a4a !important;
}

label.custom-control-label a {
    font-size: 12px;
}

section.userScreens {
    padding: 50px 0 110px;
}

.urunItems>li {
    width: 31% !important;
    min-height: 555px;
    margin-bottom: 20px !important;
}

.productList .sidebar ul li.opened ul a {
    color: #fff;
}

.productList .sidebar>ul>li>ul>li>ul>li>ul {
    background: #757575;
}

.productList .sidebar > ul > li > ul > li > ul > li.opened > a {
    background: #505050;
}

.searchProduct .select2-container--default .select2-selection--single .select2-selection__arrow b {
    right: 10px;
}

.tum .swiper-button-next,
.tum .swiper-button-prev {
    height: 25px;
    width: 25px;
    background: #e30614 !important;
    color: #fff !important;
    margin-top: -17.5px;
    z-index: 99;
    text-align: center;
    top: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.urunDetay .swiper-button-next i {
    top: 2px;
    position: relative;
}

.gallery-thumbs .swiper-slide-containerimg {
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.tum .swiper-button-next {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.tum .swiper-button-prev {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.tum .swiper-button-next:hover {
    background: #000;
    color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.074);
    -ms-transform: scale(1.074);
    transform: scale(1.074)
}

.swiper-button-prev:hover {
    background: #000;
    color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.firma-nav .swiper-button-prev:hover,
.firma-nav .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0);
}

.gallery-top .swiper-slide-containerimg {
    width: 100%;
    display: table;
    margin: auto
}

.swiper-slide-container {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gallery-top {
    height: 80%;
    width: 100%
}

.gallery-thumbs {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    display: inline-block;
    margin: 0;
    /* overflow: initial; */
    padding: 13px 15px;
}

.gallery-thumbs .swiper-slide-container img {
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding: 0;
    border-radius: 8px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    max-width: 75px;
    max-height: 60px;
}

.urunDetay .col-md-5.col-sm-5.col-xs-12 {
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #a0c9da;
    padding-bottom: 30px;
    padding-top: 0
}

.urunDetay .swiper-button-next i,
.urunDetay .swiper-button-prev i {
    -webkit-transition: auto;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
    line-height: normal;
}

a.teklif-iste img {
    top: -2px;
    right: 4px;
    width: 44px
}

.gallery-thumbs .swiper-slide-active img,
.gallery-thumbs .swiper-slide-container img:hover {}

.smallSlide .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.smallSlide .swiper-wrapper .swiper-slide {
    margin: 0 10px
}

.gallery-top .swiper-slide-container {
    width: 100%;
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section.urunDetay {
    padding: 40px 0 20px;
    overflow: hidden;
}

.gallery-top .swiper-slide-container img {
    max-width: 285px;
    max-height: 220px;
}

.gallery-thumbs .swiper-slide.swiper-slide-active {
    -webkit-box-shadow: 0 -2px 20px 0 #e4e7ed;
    box-shadow: 0 -2px 20px 0 #e4e7ed;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: .4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.33%;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.gallery-thumbs .swiper-slide-active,
.kadro-item .img:hover img {
    opacity: 1
}

.gallery-thumbs .swiper-slide-container {
    max-height: 100px;
    width: 100%;
    height: 60px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tum {
    margin-top: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.kapsa {
    position: relative;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 10px;
}

.kapsa .swiper-button-prev i:before,
.kapsa .swiper-button-next i:before {
    font-size: 15px !important;
    color: #fff;
}

.kapsa .swiper-button-prev {
    left: 0;
}

.kapsa .swiper-button-next,
.kapsa .swiper-button-prev {
    /* height: auto !important; */
    margin: 0 !important;
    right: 0 !important;
}

.urunDetay .row .col-12.col-md-6.col-lg-7 {
    background: #f3f5f9;
    padding: 52px 50px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.urunFix {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.urunBilgileri {
    width: 90%;
}

h5.urunFix b {
    font-weight: 600;
    color: #e30614;
    width: 132px;
    display: inline-block;
    position: relative;
}

h5.urunFix b:before {
    content: ":";
    position: absolute;
    right: 2px;
}

.urunFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.urunLogo img {
    max-width: 137px;
}

h5.urunFix span {
    width: calc(100% - 120px);
}

.urunCode h5.urunFix:last-child {
    margin-bottom: 0;
}

.secim-isim {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 1px;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    color: #838383;
    text-transform: uppercase;
    padding: 2px 0;
    text-align: center;
}

.selection {
    width: 85px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.urunFiyat del {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #8b8b8b;
    width: 100%;
    padding-bottom: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.urunSatis {
    margin-top: 45px;
    width: 100%;
}

.urunFiyat {}

.yuzdeli i {
    font-size: 11px;
    margin-right: 8px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 24px;
    background-color: #e30614;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.urunSatis.d-flex.align-items-center.justify-content-between form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
span.yuzdeli {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

span.yuzdeli b {
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.72;
    letter-spacing: normal;
    color: #231f20;
}

.urunFiyat p {
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: normal;
    color: #8c8c8c;
    margin: 0;
    border: 1px solid #8c8c8c;
    padding: 3px 6px;
    margin-top: 10px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.urunSatis .kirmizi-btn {
    min-width: 180px;
    margin-top: 0;
    text-align: center;
    padding: 13px 0px;
}

.urunSatis .kirmizi-btn.disabled {
    opacity: 0.3
}

.border-reds {
    border: 1px solid #e30614;
    color: #e30614;
}

.urunDetayBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
}

.border-reds:hover {
    background: #e30614;
    color: #fff;
}

.border-black {
    border: 1px solid #4a4a4a;
    color: #4a4a4a;
}

.border-grey {
    border: 1px solid #8c8c8c;
    color: #8c8c8c;
}

.border-grey:hover {
    background: #8c8c8c;
    color: #fff;
}

.border-black:hover {
    background: #4a4a4a;
    color: #fff;
}

.border-reds {
    border: 1px solid #e30614;
    color: #e30614;
}

.urunDetayBtns a {
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    text-align: center;
    margin: 1%;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.urunDetayBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    width: 100%;
}

.border-reds:hover {
    background: #e30614;
    color: #fff;
}

.border-black {
    border: 1px solid #4a4a4a;
    color: #4a4a4a;
}

.border-grey {
    border: 1px solid #8c8c8c;
    color: #8c8c8c;
}

.border-grey:hover {
    background: #8c8c8c;
    color: #fff;
}

.border-black:hover {
    background: #4a4a4a;
    color: #fff;
}

.onlyOne {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.onlyOne a {
    min-width: 180px;
}

.onlyTwo a {
    width: 48%;
}

.onlyThree a {
    width: 31.33%;
}

.mt50 {
    margin-top: 50px;
}

.wd100 a {
    width: 100%;
}

.urunSlider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.urunLogo {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bolderText {
    width: 474px;
    font-size: 9px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.1px;
    color: #4a4a4a;
    border-left: 4px solid #4a4a4a;
    padding-left: 10px;
    height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.ekUrunler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 9px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.aksesuarSlider {
    width: calc(100% - 330px);
    position: relative;
    padding-left: 40px;
}

.littleImg {
    width: 65px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.littleImg img {
    max-width: 60px;
    max-height: 50px;
}

.littleUrun {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.8;
    background-color: #f3f5f9;
    padding: 8px 27px 8px 8px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
}

h5.littleBaslik {
    margin: 0;
    width: calc(100% - 60px);
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #838383;
    padding-left: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 34px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.littleUrun span.percentage {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #e30614;
    font-weight: 300;
    font-size: 10px;
    padding: 0px 3px;
    color: #fff;
    border-bottom-left-radius: 10px;
}

h5.bolderText b {
    padding-left: 3px;
}

.swiper-slide-active .littleUrun {
    opacity: 1;
}

.swiper-slide-active h5.littleBaslik {
    opacity: 1;
    color: #231f20;
}

.aksNav, .aksUyumlu, .aksUyumlu3, .aksUyumlu4, .aksUyumlu5, .aksUyumlu6 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -14px;
}

.aksNav .swiper-button-next, .aksUyumlu .swiper-button-next, .aksUyumlu3 .swiper-button-next, .aksUyumlu4 .swiper-button-next, .aksUyumlu5 .swiper-button-next,.aksUyumlu6 .swiper-button-next{
    right: -20px;
    top: 0 !important;
    margin: 0 !important;
    position: absolute;
    width: auto !important;
}

.aksNav i:before, .aksUyumlu i:before, .aksUyumlu3 i:before,.aksUyumlu4 i:before,.aksUyumlu5 i:before,.aksUyumlu6 i:before      {
    font-size: 24px !important;
}

.aksNav .swiper-button-prev, .aksUyumlu .swiper-button-prev, .aksUyumlu3 .swiper-button-prev, .aksUyumlu4 .swiper-button-prev,.aksUyumlu5 .swiper-button-prev, .aksUyumlu6 .swiper-button-prev     {
    top: 0 !important;
    margin: 0 !important;
    position: absolute;
    width: auto !important;
    left: -5px;
}

.littleUrun:hover {
    opacity: 1;
}

.littleUrun:hover .littleBaslik {
    opacity: 1;
}

.urunTabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100% !important;
}

.ml15 {
    width: 100%;
    margin-top: 30px;
}

.urunTabs .nav-link {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #838383;
    border: 1px solid #f0f0f0 !important;
    padding: 17px 0;
    text-align: center;
}

.urunTabs .col+.col {
    padding-left: 7px;
    padding-right: 7px;
}

.urunTabs .col:first-child {
    padding-right: 7px;
    padding-left: 0;
}

.urunTabs .col:last-child {
    padding-right: 0;
}

.urunTabs a.nav-link.active {
    background: #fff;
    -webkit-box-shadow: 0 -2px 20px 0 #e4e7ed;
    box-shadow: 0 -2px 20px 0 #e4e7ed;
    color: #4a4a4a;
}

.urunTabs {
    border: 0;
}

.urunContent h1,
.urunContent h2,
.urunContent h3,
.urunContent h4,
.urunContent h5,
.urunContent h6 {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #e30614;
}

.urunContent ul li,
.urunContent ol li {
    list-style-type: inherit;
    margin-bottom: 14px;
}

.urunContent ul,
.urunContent ol {
    padding-left: 15px;
    margin: 5px 0;
}

.urunContent {
    padding: 40px 0 50px;
}

.urunContent table {
    width: 100% !important;
    background: none !important;
    border: 1px #e30614 solid !important;
    font-family: 'Poppins', sans-serif !important;
}

.urunContent table th,
.urunContent table td,
.urunContent table tr {
    background: none !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 5px 8px;
}

.urunContent table span,
.urunContent span {
    font-family: 'Poppins', sans-serif !important;
}

section.sonEklenen-urunler.benzerDetay .col {
    margin-left: -15px;
    width: calc(100% + 30px);
}

section.sonEklenen-urunler.benzerDetay {
    padding: 130px 0;
}

.tableFirst50.tableLastFour tbody tr td {
    width: auto !important;
}

.w-40 button.btn.btn-primary.btn-sm.btn-block {
    padding: 0;
}

h3.text-success {
    color: #e30614 !important;
}

.search input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 23px;
    font-weight: 300;
    color: #f28914;
}

.search input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 23px;
    font-weight: 300;
    color: #f28914;
}

.search input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 23px;
    font-weight: 300;
    color: #f28914;
}

.search input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 23px;
    font-weight: 300;
    color: #f28914;
}

body.searchActive:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(26, 26, 26, 0.88);
    z-index: 999;
}

body:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 255, 0, 0);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

body.searchActive {
    overflow: hidden;
}

div.page.refPage {
    padding: 40px 0;
}

div.page.refPage .col-12.col-md-12.col-lg-12:last-child {
    margin-top: 50px
}

.suggestion li a {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.suggestion li {
    height: 108px;
    background-color: rgba(196, 13, 60, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 4px;
}

.suggestion li+li {
    margin-top: 10px;
}

.suggestion li a img {
    max-width: 75px;
    max-height: 100px;
}

.suggestion ul li span {
    width: calc(100% - 75px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-left: 30px;
}

.suggestion ul li span i strong {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.79;
    letter-spacing: normal;
    color: #ffffff;
    width: calc(100% - 100px);
}

.suggestion ul li span i b {
    font-size: 14px;
    line-height: 1.79;
    font-weight: normal;
    color: #f28914;
    width: 120px;
    position: relative;
}

.tumSonuclar {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #ffffff;
    background: #e30614;
    padding: 27px 0;
    border-radius: 0 !important;
    text-align: center !important;
    margin-top: 20px;
}

.tumSonuclar:hover {
    background: #f28914;
    color: #fff;
}

.suggestion ul li span i b:after {
    content: ":";
    position: absolute;
    right: 5px;
    font-weight: bold;
}

.suggestion li:hover {
    background-color: rgba(196, 13, 60, 0.31);
}

.suggestion li i:before {
    color: #e30614;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.suggestion li:hover i:before {
    color: #fff;
}

.suggestion ul li span i {
    margin: 0;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ortakSlider .swiper-slide:nth-child(5n) .cozum-img:after {
    display: none;
}
span.sImg {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

span.sImg img {
    max-width: 170px;
    max-height: 100px;
}
.table-responsive-xl {
    overflow: initial;
}
.productList .col-12.col-md-12.col-lg-12 {
    float: left;
}
.mobile-menu {
    overflow-x: hidden
}



.mobile-menu>ul>li,
.mobile-menu>ul>li>ul>li,
.mobile-menu>ul>li>ul>li>ul>li
{
    list-style: none
}


.mobile-menu-active .hamburger-menu span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%
}

.mobile-menu-active .hamburger-menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.mobile-menu-active .hamburger-menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

.mobile-menu-active .hamburger-menu span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

.mobile-menu,
.mobile-menu>ul {
    width: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease
}

.mobile-menu {
    background: #e30614;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99999;
    padding: 0;
    overflow-y: auto;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.mobile-menu-active .mobile-menu {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.mobile-menu h3 {
    margin: 0;
    color: #fff;
    padding: 10px 0 0;
    display: none
}

.mobile-menu h3.menu-name:before {
    content: "\f104";
    font-family: FontAwesome;
    cursor: pointer;
    margin-right: 5px
}

.mobile-menu .rtl {
    left: 100%;
    opacity: 1;
    visibility: visible;
    padding: 0;
    background: #fff
}

.mobile-menu .ltl {
    left: -100%
}

.mobile-menu>ul {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    padding-left: 25px;
    position: absolute;
    left: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.mobile-menu>ul>li>a {
    color: #000;
    display: block;
    padding: 8px 0 8px 15px;
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
}

.an-menu a i,
.mobile-menu>ul>li>a>i {
    margin-right: 5px;
    font-family: FontAwesome;
    width: 25px;
    text-align: center
}

.mobile-menu>ul>li>ul {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    padding-left: 25px;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    left: 100%;
    opacity: 0;
    visibility: hidden
}

.mobile-menu>ul>li>ul>li>a>i,
.mobile-menu>ul>li>ul>li>ul>li>a>i {
    width: 25px;
    text-align: center;
    font-family: FontAwesome;
    margin-right: 5px
}

.mobile-menu>ul>li>ul>li>a {
    color: #fff;
    display: block;
    padding: 10px 0;
    font-size: 14px;
}

.mobile-menu>ul>li>ul>li>ul {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    padding-left: 20px;
    display: none;
}

.mobile-menu>ul>li>ul>li>ul>li>a {
    color: #000;
    display: block;
    padding: 10px 0;
    font-size: 15px;
}

.mobile-menu>ul>li>a:before {
    content: "\f106";
    font-family: Flaticon;
    position: absolute;
    right: 15px;
    font-size: 16px;
    top: 8px;
}

.kullanici-menu
{
    display: none;
}

body.mobile-menu-active .kullanici-menu {
    position: fixed;
    height: 50px;
    left: 0;
    right: 0;
    background: #e30614;
    z-index: 99999999999;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
    visibility: visible;
    top: 0;
    display: none !important;
}

body.mobile-menu-active .mobile-menu {
    top: 0
}

h3.gorunmez-baslik {
    opacity: 0;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    position: fixed;
    margin: 0;
    top: 12px;
    left: 10px;
    font-size: 18px!important;
    line-height: 29px;
    font-weight: 500;
    display: none;
}

body.mobile-menu-active .gorunmez-baslik {
    opacity: 1;
    z-index: 9999999999;
    color: #fff;
    font-weight: 500;
}
.kullanici-menu-icerik a i {
    padding-right: 10px;
    top: 0;
}

.kullanici-menu-icerik a i:before {
    font-size: 23px;
}
.kullanici-menu-icerik a {
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -40px;
    font-size: 19px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.kullanici-menu-icerik a i:before {
    color: #fff;
    font-size: 15px;
    line-height: 25px
}

.kullanici-menu-icerik a span {
    line-height: 30px;
    font-weight: 500!important
}

.kullanici-menu {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
    display: block !important;
}

.hamburger-menu {
    display: none;
    width: 30px;
    height: 22px;
    top: 37px;
    right: 15px;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999999
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.hamburger-menu span:nth-child(1) {
    top: 0
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 9px
}

.hamburger-menu span:nth-child(4) {
    top: 18px
}


.mobilBtns {
    position: absolute;
    z-index: 999;
    top: 50%;
    margin-top: -21px;
    left: 20px;
    display: none;
}

.mobilBtns a i:Before {color: #000;font-size: 30px;}

.mobilBtns a {
    padding: 0 6px;
}
.form-div.mobilTrue {
    display: none;
}
.workItems.refarences {
    margin-bottom: 40px !important;
    margin-top: 0;
    width: 100%;
}
.sepetScreen .btn-group a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 2px;
    padding: 10px;
}
.continue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
}

section.create-screen {
    width: 100%;
    padding: 0 15px;
}

.continue a {
    background: #e30614;
    color: #fff;
    border-radius: 0 !important;
    padding: 10px 25px;
}

.limit h3 {
    font-size: 21px;
    margin-top: 20px;
}

.continue a:hover {
    background: #231f20;
}
form.active i:before {
    color: #e30614 !important;
    font-weight: bold;
}
.w-100 .w-120.captcha {
    width: 70%;
}

.form-div .w-100 button[type=submit] {
    width: 28.7%;
    height: 50px;
}
img.bit {
    opacity: 0.46;
    width: 95px;
}
section.seminer {
    padding: 40px 0 120px;
    position: relative;
}
.seminer .form-div textarea {
    height: 238px;
}
section.seminer .container {
    position: relative;
}

.uyari {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.uyari span {
    line-height: normal;
    color: #e30614;
    font-size: 18px;
    top: 3px;
    position: relative;
    margin-right: 7px;
}

.form-div.required p:after {
    content: "*";
    margin-left: 4px;
    color: #e30614;
    font-size: 18px;
    position: absolute;
    top: -3px;
}

a.face {
    background: #231f20;
    color: #fff;
    margin-bottom: 20px;
    display: block;
    padding: 10px  20px;
}

.userScreens .martodo {
    margin: 0 15px;
}

a.face:hover {
    background: #e30614;
}
.sepetScreen .alert {
    margin: 0 15px 25px;
}
.limit h4 {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.explain a.btn.btn-green.pull-right {
    background: #000;
    color: #fff;
    border-radius: 0;
}

.explain a.btn.btn-green.pull-right:hover {
    background: #e30614;
}
.workItems ul {
    width: 100%;
    display: inline-block !important;
}
h3 i.fas.fa-quote-right {
    top: 0px;
    position: relative;
    left: 13px;
}
section.teknologyCenter .haberler-baslik h3 p b {
    font-weight: bold;
    position: relative;
}

section.teknologyCenter .haberler-baslik h3 p b i {
    left: auto;
    position: absolute;
    right: -26px;
    top: 0;
}

.haberPage .sidebar-blog h4.second {
    margin-top: 30px;
}
.sidebar-blog h4.second {
    margin-top: 30px;
}
.blog-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
}

.blog-baslik {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #231f20;
    margin: 0;
}

.blog-title .blog-date.float-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    margin: 0 !important;
}

.blog-title .blog-date.float-left h5 span {
    margin-left: 10px;
    display: block;
}

.blog-title .blog-date.float-left h5 {
    margin: 0;
    color: #e30614;
    font-size: 13px;
    font-weight: 500;
}

.blog-title .blog-date.float-left h5 i {
    margin-right: 10px;
}
.haberBack a span {
    margin: 0;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 13, 60, 0.50);
    box-shadow: 0 0 0 0.2rem rgba(196, 13, 60, 0.50);
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #910025;
    border-color: #910025;
}

.danger .modal-header {
    color: #fff;
    background: #e30614;
}
.hakkimizdaList li a:hover i {
    border-color: white !important;
    color:black;
}
.iletisim .panel a:hover {
    color: #556b79 !important;
    font-weight: bold;
}

.ekUrunler:last-child {
    margin-bottom: 50px;
}
section.userScreens.userRegister form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.userRegister label.custom-control-label strong {
    font-weight: 400;
    font-size: 11px;
}

.userRegister label.custom-control-label strong a {
    font-weight: 400;
    font-size: 11px;
    color: #000
}

.userRegister label.custom-control-label strong a:hover,
.userRegister label.custom-control-label strong a:focus {
    color: #e30614
}
.form-div.customReserve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-customize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 101%;
    margin-left: -1%;
    margin-bottom: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-customize .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 22px;
    padding-left: 11px;
}

.product-customize .select2-container--default .select2-selection--single .select2-selection__arrow b {
    right: 8px;
}

.product-customize .select2-container {
    margin: 2px;
    min-width: 48%;
    width: auto !important;
}
.userForgot .form-div.d-flex .btn-primary {
    top: 0;
    height: 50px !important;
}
.position-relative.wd-200 {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.humanResources .select2 {
    width: 100% !important;
}
.technoIframe iframe {
    width: 100%;
    height: 100%;
}
section.aramaSonuc .pagination li {
    width: auto !important;
}

button.btn.btn-link u i {
    padding-right: 20px;
    width: 150px;
}

.fotech_pop .modal-dialog {
    max-width: 1200px;
}

.fotech_pop span.close {
    position: absolute;
    right: -20px;
    top: -20px;
    background: #404040;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #151515;
}

.fotech_pop .modal-content{
    border: 2px solid #151515;
}
.form-div.basketAdres a i,.form-div.basketAdres button i {
    position: relative;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

a.btn.btn-dark.float-left {
    position: relative;
}

button.btn.btn-primary.float-right {
    position: relative;
}

.form-div.basketAdres {
    margin-top: 30px;
}

.uye-hov {
    position: absolute;
    right: 0px;
    z-index: -1;
    background: #e30614;
    width: 300px;
    padding: 25px;
    top: calc(100% - 1px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
li.nav-item.uye-menu.red {
    background: #e30614;
}

li.nav-item.uye-menu.red>a {
    color: #fff;
}

li.nav-item.uye-menu.red>a i:before {
    color: #fff;
}
.login>ul>li:last-child:hover>a {
    background: #e30614;
    color: #fff;
}

.login>ul>li:last-child:hover>a i:Before {
    color: #fff;
}
.login>ul>li>ul.acilir-menu>li>a:hover {
    padding-left: 0;
    color: #f28914 !important;
}

a.shopOk:hover {
    background: #f28914;
    color: #fff !important;
}
.adresMr .alert {
    margin: 0 0 30px;
}
section.page.productList .row form {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.destekTalebi h5 {
    padding: 20px 0 0 15px;
}
.refImg a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.kargoTakip .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.kargoTakip .btn-group a {
    padding: 0;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
}

.kargoTakip .btn-group a + a {
    background: #e30614;
    color: #fff;
}
.tum.tek {
    display: none;
}

.urunSlider.height100 {
    height: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.urunSlider.height100 .swiper-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.height100 .gallery-top .swiper-slide-container {
    height: 100%;
}

.techologyDesc ul li {
    list-style-type: disc !important;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #231f20;
    margin-bottom: 0;
    margin-left: 20px;
    width: calc(100% - 20px);
}

.techologyDesc ul {
    margin-top: 14px;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    background: #e6e6e6
}

::-webkit-scrollbar-thumb {
    background: #e30614
}

a.unsubscribe {
    display: inline-block;
    margin: 6px 0px;
    color: #f28914;
}
.indBulten a.unsubscribe {
    position: absolute;
    right: 0;
    bottom: -3px;
}
a.unsubscribe i {
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

@media only screen and (max-width: 767px){
    .indBulten a.unsubscribe {
        position: relative;
        bottom: 0;
    }
}

a.unsubscribe:hover {
    color: #ffffff;
}

a.unsubscribe:hover i {
    opacity: 1;
    margin-left: 5px;
    color: #fff;
}

.sayfaDetay ul,.sayfaDetay ol{
    margin-top: 20px;
}
.sayfaDetay ul li {
    list-style: disc outside none;
    display: list-item;
    margin-left: 1.2em;
}

.sayfaDetay ol li {
    list-style: disc outside none;
    display: list-item;
    margin-left: 1.2em;
    list-style-type: decimal
}

.ecomm_title h6 {
    color: #000;
    font-size: 11px;
}

.ecomm_title h6 span {
    color: #e30614;
    font-weight: 500;
    line-height: normal;
    border-left: 2px solid #e30614;
    padding-left: 4px;
}

.urunProperties .ekUrunler .bolderText i:before {
    font-size: 11px;
    color: #fd7e14;
    margin-left: 3px;
}

.kampanya-detay .kampanya-detail.pageDetail p {
    margin-top: 0;
}

.page-title nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
}

/* KVKK */
.form-div.form-kvkk-container { margin-top: 25px; }
.form-kvkk {position: relative;display: flex;align-items: flex-start;width: 100%;}
.form-kvkk > input[type="checkbox"] {position: absolute;top: 6px;left: 6px;width: 2px !important;height: 2px !important;z-index: -1;}
.form-kvkk label {min-width: 15px;height: 15px;margin: 0;position: relative;border: 1px solid #e30614;cursor: pointer;}
.form-kvkk label:before {content: "";position: absolute;top: 0;right: 0;left: 0;bottom: 0;background: #e30614;transform: scale(0);transition: 0.4s;}
.form-kvkk p {margin: -1px 0 0;padding-left: 8px;text-transform: initial !important;font-size: 12px !important;}
.form-kvkk input:checked ~ label:before { transform: scale(0.7); }

.form-kvkk.kvkk-white { background: #e30614; padding: 15px 0 5px; }
.form-kvkk.kvkk-white p { color: #fffc; }
.form-kvkk.kvkk-white p a { color: #fff; }
.form-kvkk.kvkk-white label { border-color: #fff; }
.form-kvkk.kvkk-white label:before { background: #fff; }
.form-kvkk.kvkk-white > input[type="checkbox"] { top: 21px; }

/* Cookie */
body .cc-window.in-active{ opacity:0; visibility:hidden;}
body .cc-window{ bottom:50px !important; left:80px !important; max-width:420px !important; height:93px; border-radius:100px; backdrop-filter:blur(20px); -webkit-backdrop-filter:blur(20px); background-color:rgba(34, 41, 48, 0.8) !important; padding:0 30px !important; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-transition:0.4s; transition:0.4s; opacity:1; visibility:visible; -webkit-box-orient:horizontal !important; -webkit-box-direction:normal !important; -ms-flex-direction:row !important; flex-direction:row !important;}
body .cc-window .cc-message{ font-size:15px; color:#fff; line-height:normal; margin:0 !important; padding-right:40px;}
body .cc-window .cc-message a{opacity:1;outline:none;text-decoration:none;}
body .cc-compliance a.cc-btn.cc-dismiss{width:56px;height:56px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:transparent;border: 1px solid #ffffff;border-radius:100px;position:relative;padding:0;color:transparent;display:block;outline:none;}
body .cc-compliance a.cc-btn.cc-dismiss:before{ content:""; position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); background-image:url(../img/main/check-icon.svg); width:20px; height:15px; background-size:contain; background-position:center; background-repeat:no-repeat;}
.cc-floating.cc-theme-edgeless .cc-message{ margin:0 !important;}

@media (hover: hover) {
    body .cc-compliance a.cc-btn.cc-dismiss:hover {background: #e30614;border-color: #e30614;}
    body .cc-banner.cc-theme-edgeless .cc-message a.cc-link:hover {color: #e30614;}
}

@media only screen and (max-width: 991px) {
    body .cc-window { left: 50px !important; }
}

@media only screen and (max-width: 767px) {
    body .cc-window { width: 100%; max-width: 100% !important; -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; -webkit-box-align: center; -ms-flex-align: center; align-items: center; left: 50% !important; right: auto !important; -webkit-transform: translateX(-50%) scale(0.9); transform: translateX(-50%) scale(0.9); bottom: 30px !important; height: 100px; padding: 0 30px !important; }
    .cc-floating.cc-theme-edgeless .cc-message { margin: 0 !important; padding-right: 0; }
}
