@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap");
body {
    font-family: "Dosis", sans-serif !important;
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.not-found-page-head {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 252px;
    font-weight: 800;
    letter-spacing: -45px;
    text-shadow: -8px 0 0 #fff;
    text-align: center;
}
.not-found-page-text {
    width: 500px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

/* TODO Değişiklik yapıldı */
.header-ust-bar-main {
    height: auto;
    margin: 0px auto;
}
.header-ust-bar-in {
    width: 1333px;
    margin: 0px auto;
}
.header-ust-bar-left {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}
.header-ust-bar-left-table {
    width: 100%;
}
.header-ust-bar-left-table-ic {
    width: 100%;
}
.header-ust-bar-left-table-ic a {
    margin-right: 20px;
}
.header-ust-bar-left-table-ic i {
    font-size: 14px;
}
.header-ust-bar-left-table-ic i:last-child {
    margin-right: 0px;
}
.header-ust-bar-right {
    width: 75%;
    height: auto;
    text-align: right;
    display: inline-block;
    vertical-align: top;
}
.header-ust-bar-right-table {
    width: 100%;
}
.header-ust-bar-right-table-ic {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-ust-bar-right-table-ic a {
    margin-right: 5px;
}
.header-ust-bar-right-table-ic-box {
    width: auto;
    height: auto;
    overflow: hidden;
    margin-right: 18px;
    margin-left: 18px;
    margin-top: 0;
}
.header-ust-bar-right-table-ic-box:last-child {
    margin-right: 0px;
}
.header-ust-bar-right-table-ic-box i {
    margin-right: 10px;
    font-size: 17px;
    float: left;
}
.header-ust-bar-right-table-ic-box p {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    letter-spacing: 0.03em;
    font-weight: 500;
    float: left;
    width: auto;
    overflow: hidden;
}
/* TODO Değişiklik yapıldı SON */

.header-main {
    border-bottom: 1px solid #eee;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 14px !important;
    height: 70px;
    margin: 0px auto;
    background-color: #fff;
}
.header-main-in {
    width: 1333px;
    margin: 0px auto;
}
.header-main-left {
    width: 12%;
    display: inline-block;
    vertical-align: top;
}
.header-main-left-table {
    width: 100%;
    display: table;
}
.header-main-left-table-ic {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.header-main-left-table-ic img {
    height: 68px;
}
.header-main-right {
    width: 88%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
.header-main-right-table {
    width: 100%;
    display: table;
    margin-top: 14px;
}
.header-main-right-table-ic {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.header-main-menu-div {
    width: auto;
    height: auto;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.header-main-menu-other-div {
    display: inline-block;
    padding-left: 9px;
    padding-right: 14px;
    vertical-align: middle;
}
.header-main-menu-other-div i {
    color: #666;
    font-size: 15px;
}
.header-main-menu-other-div:last-child {
    border-right: 0px;
    padding-right: 0px;
}

.dropdown-text-type {
    font-size: 13px;
}
.dropdown-text-type-2 {
    font-size: 13px;

    color: #000;
    font-weight: 700;
    padding: 4px 8px 4px 8px;
}
.dropdown-text-type-2:hover {
    text-decoration: none;
}
.dropdown-text-type-mobile-lang {
    font-size: 13px;

    color: #000;
    font-weight: 700;
    border: 0 solid #ebebeb;
    padding: 4px 8px 4px 8px;
}
.dropdown-text-type-mobile-lang:hover {
    text-decoration: none;
}
.dropdown-box-type-1 {
    margin: 0px;
    padding: 0px;
    min-width: auto !important;
    border-radius: 0px !important;
    margin-top: 16px !important;
}
.dropdown-arrow-before {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 7px 7px 7px;
    border-color: transparent transparent #ebebeb transparent;
    margin-top: -15px;
    margin-left: 14px;
    position: absolute;
}

.dropdown-text-type-cart {
    font-size: 13px;

    color: #000;
    font-weight: 700;
    border: 1px solid #ebebeb;
    padding: 4px 8px 4px 8px;
}
.dropdown-box-type-cart-show {
    margin: 0px;
    text-align: right !important;
    margin-right: -15px !important;
    padding: 0px;
    min-width: auto !important;
    border-radius: 0px !important;
    margin-top: 16px !important;
    border: 1px solid #ebebeb !important;
}
.dropdown-arrow-before-cart {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 7px 7px 7px;
    border-color: transparent transparent #ebebeb transparent;
    margin-top: -15px !important;
    margin-left: -26px;
    display: inline-block;
    position: inherit;
}
.dropdown-box-type-search-show {
    margin: 0px;
    text-align: right !important;
    margin-right: -15px !important;
    padding: 0px;
    min-width: 700px !important;
    border-radius: 0px !important;
    margin-top: 16px !important;
}
.dropdown-arrow-before-search {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 7px 7px 7px;
    border-color: transparent transparent #ebebeb transparent;
    margin-top: -15px !important;
    right: 10px;
    display: inline-block;
    position: inherit;
}
.dropdown-box-type-search-show input {
    border: 0px;
    font-size: 14px;
    color: #000;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    outline: none;
}
.dropdown-box-type-search-show button {
    display: none;
}
.dropdown-box-type-lang-show-2 {
    margin: 0px;
    text-align: right !important;
    margin-left: 54px !important;
    padding: 0px;
    min-width: auto !important;
    border-radius: 0px !important;
    margin-top: 10px !important;
    border: 1px solid #ebebeb !important;
}
.dropdown-arrow-before-lang-2 {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 7px 7px 7px;
    border-color: transparent transparent #ebebeb transparent;
    margin-top: -15px;
    margin-left: 80px;
    position: absolute;
}

.mega-menu-firsat {
    width: 360px;
    height: 400px;
    overflow: hidden;
    display: inline-block;
    margin-right: 25px;
    background-color: #000;
    vertical-align: top;
}
.mega-menu-firsat img {
    height: 400px;
    min-width: 360px;
}
.mega-menu-firsat-text-area {
    width: 360px;
    height: 400px;
    position: absolute;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
}
.mega-menu-text-table {
    width: 100%;
    height: 400px;
    display: table;
}
.mega-menu-text-table-ic {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.mega-menu-text-table-ic h1 {
    width: 70%;
    margin: 0px auto;

    font-size: 25px;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px 0px #000;
}
.mega-menu-text-table-ic h2 {
    width: 70%;
    margin: 0px auto;

    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    text-shadow: 1px 1px 0px #000;
}

.mega-menu-product {
    width: 260px;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    margin-right: 40px;
    display: inline-block;
    vertical-align: top;
}
.mega-menu-product-head {
    width: 100%;
    height: 31px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 25px;
}
.mega-menu-product-box {
    width: 260px;
    height: 85px;
    overflow: hidden;
    border-bottom: 1px dashed #ebebeb;
    margin-bottom: 19px;
}
.mega-menu-product-box img {
    float: left;
    margin-right: 13px;
    width: 65px;
    height: 65px;
    border: 1px solid #ebebeb;
}
.mega-menu-product-box:last-child {
    margin-bottom: 0px;
}
.mega-menu-product-box a {
    color: #333;
}
.mega-menu-product-box a:hover {
    color: #666;
}

.mega-menu-product-cat {
    width: 240px;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
}
.mega-menu-product-cat-box {
    width: 100%;
    height: 31px;
    border-bottom: 1px dashed #ebebeb;
    margin-bottom: 10px;
}
.mega-menu-product-cat-box a {
    color: #000;
}
.mega-menu-product-cat-box a:hover {
    color: #333;
}
.mega-menu-product-cat-box-all {
    width: 100%;
    height: auto;
    padding: 6px 0 5px 0;
    border-bottom: 1px solid #ebebeb;
    background-color: #f8f8f8;
    text-align: center;
    color: #000;
}
.mega-menu-product-cat-box-all a {
    color: #000;
}
.mega-menu-product-cat-box-all a:hover {
    color: #333;
}

.shopping-detail {
    border-radius: 9px;
    color: #fff;
    margin-top: -5px;
    margin-left: -5px;
    position: absolute;
    width: auto;
    text-align: center;
    padding: 0px 4px 0 4px;
}
.shopping-detail-header-2 {
    border-radius: 9px;
    color: #fff;
    width: auto;
    text-align: center;
    padding: 0px 4px 0 4px;
}

.shopping-cart-top-main {
    width: 300px;
    height: auto;
    text-align: left;
}
.shopping-cart-top-main-ic {
    width: 265px;
    margin: 0px auto;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.shopping-cart-top-main-head {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}

.options-slider-box {
    width: 1333px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    z-index: 2;
}
.options-slider-just-button {
    width: 1333px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    z-index: 2;
    text-align: center;
}

.slider-text-div {
    width: 550px;
    overflow: hidden;
    display: inline-block;
}
.slider-dark-background {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.trigger-main-div {
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
    padding: 35px 0 35px 0;
}
.trigger-main-div-in {
    width: 1333px;
    margin: 0 auto;
}
.trigger-main-div-left {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 70%;
}
.trigger-main-div-right {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 30%;
}
.trigger-main-button {
    padding: 10px 70px 10px 70px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
.trigger-main-button:hover {
    -webkit-box-shadow: 0px 0px 29px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 29px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 29px -13px rgba(0, 0, 0, 0.75);
}

.trigger-bottom-text-div {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    letter-spacing: 0.1em;
}
.trigger-bottom-text-span {
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.trigger-bottom-phone-span {
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}
.trigger-bottom-text-span i {
    font-size: 45px;
    margin-top: 9px;
    margin-right: 10px;
}

.service-home-main-div {
    margin: 0px auto;
}
.service-home-main-div-inside {
    width: 1155px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
}
.service-home-main-div-inside-2 {
    width: 70%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
}

.modules-header-main-product-group {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 35px;
}
.modules-header-about {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.modules-header-main {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 65px;
}
.modules-header-main-head {
    width: 100%;
    height: auto;
    padding-bottom: 27px;
    text-align: center;
}
.modules-header-main-baslik {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 29px;
    margin-bottom: 10px;
}
.modules-header-main-spot {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 17px;
    max-width: 600px;
    margin: 0px auto;
}

.abouts-home-main-div {
    margin: 0px auto;
}
.abouts-home-main-div-inside {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
}

.kargo-limit-left-div-inside {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 5px 0 5px 0;
    font-size: 19px;
    text-align: center;
    font-weight: 500;
}
.kargo-limit-left-div-inside i {
    margin-right: 10px;
}

.kargo-limit-header-inside {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 5px 0 5px 0;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}
.kargo-limit-header-inside i {
    margin-right: 10px;
}

.service-image-box {
    max-width: 350px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 15px;
    margin-bottom: 35px;
}
.service-image-box img {
    width: 350px !important;
    height: 205px !important;
    margin-bottom: 29px;
}
.service-image-box h1 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
}
.service-image-box h2 {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

.service-icon-1-box {
    display: inline-block;
    width: 315px;
    height: 170px;
    margin-left: 35px;
    margin-right: 35px;
    vertical-align: top;
    overflow: hidden;
    margin-bottom: 20px;
}
.service-icon-1-icon {
    display: inline-block;
    width: 84px;
    height: 170px;
    overflow: hidden;
    vertical-align: top;
    font-size: 50px;
}
.service-icon-1-text {
    display: inline-block;
    width: 230px;
    height: 170px;
    overflow: hidden;
    vertical-align: top;
    text-align: left;
}
.service-icon-1-text h1 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
}
.service-icon-1-text h2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.service-icon-2-box {
    display: inline-block;
    width: 244px;
    height: 312px;
    margin-left: 27px;
    margin-right: 27px;
    vertical-align: top;
    overflow: hidden;
    margin-bottom: 10px;
}
.service-icon-2-box i {
    font-size: 60px;
}
.service-icon-2-box h1 {
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 18px;
    margin-top: 35px;
    text-transform: uppercase;
}
.service-icon-2-box h2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.products-home-main-div {
    margin: 0px auto;
}
.products-home-main-div-inside {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
}

.ticaret-bilgilendirme-main-div {
    width: 75%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}
.ticaret-bilgilendirme-box {
    display: inline-block;
    margin: 30px 35px 30px 0;
    padding-right: 20px;
}
.ticaret-bilgilendirme-box-i {
    display: inline-block;
    font-size: 35px;
    margin-right: 30px;
    vertical-align: middle;
    text-align: left;
}
.ticaret-bilgilendirme-box-text {
    display: inline-block;
    width: 160px;
    vertical-align: middle;
    text-align: left;
}
.ticaret-bilgilendirme-box:last-child {
    border-right: 0 !important;
    padding-right: 0 !important;
}

.category-name-value-div {
    width: 100%;
    height: auto;
    margin-bottom: 15px;

    border-bottom: 1px dotted #ebebeb;
    padding-bottom: 18px;
}

.product-main-box {
    width: 278px;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #e4e4e4;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-bottom: 15px;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.product-main-box:hover {
    -webkit-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.13);
}
.product-main-box-in {
    margin: 7px;
    height: auto;
}
.product-main-box-img {
    width: 261px;
    height: 261px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.product-main-box-img img {
    transition: transform 0.3s ease-in-out;
    width: 261px;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
}
.product-main-box-img .ovrly {
    background: rgba(255, 255, 255, 0.4);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.product-main-box-img .buttons {
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-main-box-img .buttons .text {
    background-color: red;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    display: inline-block;
    line-height: 34px;
    font-size: 14px;

    font-weight: 700;
    text-align: center;
    text-decoration: none;
    width: 130px;
    height: 35px;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
}
.product-main-box:hover .product-main-box-img .buttons .text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.product-main-box:hover .product-main-box-img .ovrly {
    opacity: 1;
}
.product-main-box:hover .product-main-box-img img {
    transform: scale(1.1);
}

.product-main-box-img .opaovrly {
    background: rgba(255, 255, 255, 0.4);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.product-main-box-img .nostock {
    position: absolute;
    width: 100%;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-main-box-img .nostock .text {
    background-color: red;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    display: inline-block;
    line-height: 35px;
    font-size: 14px !important;

    font-weight: 700;
    text-align: center;
    text-decoration: none;
    width: 100%;
    height: 35px;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    text-transform: uppercase;
}

.product-main-box-baslik {
    width: 90%;
    margin: 0px auto;
    overflow: hidden;
    display: table;

    font-size: 16px;
    font-weight: 500;
}
.product-main-box-baslik-in {
    display: table-cell;
    height: 80px;
    vertical-align: middle;
}
.product-main-box-baslik-in a {
    color: #000;
}
.product-main-box-baslik-in a:hover {
    color: #000;
}
.product-main-box-category {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 7px 0 7px 0;

    font-size: 14px;
    font-weight: 700;
}
.product-main-box-rate {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0 5px 0;
    font-size: 22px;
}
.product-main-box-price {
    width: 90%;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    padding: 10px 0 10px 0;
}
.product-main-box-price h1 {
    font-size: 26px;
    font-weight: 700;

    color: #000;
    display: inline-block;
}

.product-group-main {
    width: 100%;
    height: auto;
    text-align: center;
}
.product-group-box {
    width: 382px;
    height: 211px;
    overflow: hidden;
    margin-bottom: 25px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
.product-group-box img {
    min-width: 382px;
    height: auto;
    max-width: 400px;
    z-index: 0;
    transition: transform 0.3s ease-in-out;
}
.product-group-box:hover img {
    transform: scale(1.1);
}
.product-group-box-text {
    width: auto;
    position: absolute;
    height: auto;
    text-align: left;
    z-index: 1;
    margin-top: 120px;
}
.product-group-box-text-head {
    width: auto;
    height: auto;
    padding: 4px 20px 4px 20px;
    display: inline-block;
}
.product-group-box-clear {
    clear: both;
}
.product-group-box-text-browse {
    width: auto;
    height: auto;
    padding: 4px 20px 4px 20px;
    display: inline-block;
    border-radius: 0 0 4px 0;
}

.slider-middle-mainbox {
    width: 100%;
    height: 480px;
    overflow: hidden;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.slider-middle-mainbox-left {
    display: inline-block;
    width: 40%;
    height: auto;
    vertical-align: middle;
}

.slider-middle-mainbox-left-baslik {
    width: 85%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 20px;
}
.slider-middle-mainbox-left-spot {
    width: 85%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;

    font-size: 18px;
    font-weight: 300;
}
.slider-middle-mainbox-left-button {
    width: 85%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.slider-middle-mainbox-right {
    display: inline-block;
    width: 50%;
    height: auto;
    vertical-align: middle;
    text-align: right;
}
.slider-middle-mainbox-right img {
    max-width: 750px;
    max-height: 400px;
}

.counter-home-main-div {
    margin: 0px auto;
}
.counter-home-main-div-inside {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
}

.counter-box {
    width: 255px;
    overflow: hidden;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 30px 10px 30px 10px;
    vertical-align: middle;
}
.counter-box i {
    font-size: 38px;
}
.counter-box span {
    font-size: 40px;

    font-weight: 700;
}
.counter-box label {
    font-size: 18px;

    font-weight: 400;
}

.pricing-home-main-div {
    margin: 0px auto;
}
.pricing-home-main-div-inside {
    width: 1155px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
}
.pricing-box {
    width: 340px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    background-color: #fff;
    border: 1px solid #ebebeb;
    margin-left: 15px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}
.pricing-box:hover {
    box-shadow: 1px 0 15px rgba(0, 0, 0, 0.15);
}
.pricing-box-icon {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 50px;
}
.pricing-box-icon i {
    font-size: 50px;
}
.pricing-box-head {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 25px 0 25px 0;
}
.pricing-box-price {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0 25px 0;

    border-bottom: 1px solid #ebebeb;
}
.pricing-price-span {
    font-size: 35px;
    font-weight: 300;
    padding-right: 10px;
    color: #000;
}
.pricing-price-date-span {
    font-size: 14px;
    font-weight: 700;
    color: #999;
}
.pricing-box-ozellik {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0 10px 0;
}
.pricing-box-ozellik span {
    font-size: 14px;
    padding: 0 15px 0 15px !important;
    letter-spacing: 0.05em;
}
.pricing-box-ozellik:last-child {
    border-bottom: 0px;
}
.pricing-box-button {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 0 30px 0;
}
.pricing-box-button-button {
    width: auto;
    height: auto;
    border-radius: 50px;
    display: inline-block;
    padding: 15px 25px 15px 25px;

    font-size: 14px;
    letter-spacing: 0.1em;
}
.pricing-tavsiye-board {
    height: auto;
    width: 337px;
    overflow: hidden;
    position: absolute;
    padding: 7px 0 7px 0;

    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.blog-home-main-div {
    margin: 0px auto;
}
.blog-home-main-div-inside {
    width: 1170px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
}
.blog-box {
    width: auto;
    overflow: hidden;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
    margin-right: 7px;
    text-align: left;
    margin-bottom: 20px;
}
.blog-box-in {
    margin: 10px;
    width: 350px;
}
.blog-box-in img {
    width: 350px;
    height: 230px;
    margin-bottom: 25px;
    transition: transform 0.3s ease-in-out;
}
.blog-box-in-header {
    width: 100%;
    height: auto;
    overflow: hidden;

    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
}
.blog-box-in-spot {
    width: 100%;
    height: auto;
    overflow: hidden;

    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
}
.blog-box-in-readmore {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.blog-box-in-readmore a {
    font-size: 14px;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}
.blog-box-in-readmore a i {
    margin-left: 10px;
}
.blog-box:hover .blog-box-in-readmore a {
    text-decoration: none;
    margin-left: 10px;
}

.proje-home-main-div {
    margin: 0px auto;
}
.proje-home-main-div-inside {
    width: 1170px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
}

.ekip-home-main-div {
    margin: 0px auto;
}
.ekip-home-main-div-inside {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
}
.ekip-box {
    width: 250px;
    height: auto;
    display: inline-block;
    overflow: hidden;
    margin-left: 23px;
    margin-right: 23px;
    vertical-align: top;
    margin-bottom: 48px;
    padding-bottom: 45px;
    background-color: #fff;
}
.ekip-box-img {
    width: 100%;
    height: 256px;
    overflow: hidden;
    margin-bottom: 33px;
}
.ekip-box-img img {
    width: 250px;
    min-height: 256px;
    transition: transform 0.3s ease-in-out;
}
.ekip-box-name {
    width: 100%;
    height: auto;
    overflow: hidden;

    font-size: 17px;
    font-weight: 700;
    color: #000;
}
.ekip-box-position {
    width: 100%;
    height: auto;
    overflow: hidden;

    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #666;
    margin-bottom: 25px;
}
.ekip-box-mail-phone {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.ekip-box-mail-phone p {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px;
    margin: 0;

    font-size: 13px;
    font-weight: 400;
    color: #666;
    line-height: 25px;
}
.ekip-social-area {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
}
.ekip-social-area i {
    font-size: 18px;
    color: #333;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.ekip-box:hover .ekip-box-img img {
    transform: scale(1.1);
}

.ozellik-home-main-div {
    margin: 0px auto;
}
.ozellik-home-main-div-inside {
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
}
.ozellik-home-button-div {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.features-main-header {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 40px 0 40px 0;
    text-align: center;
    margin-bottom: 120px;
}
.features-main-header-head {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 29px;
    font-weight: 600;
}
.features-main-header-spot {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
}
.features-box {
    width: 390px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: top;
    margin-bottom: 50px;
}
.features-box-icon {
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
.features-box-icon-table {
    display: table;
    width: 100%;
}
.features-box-icon-table-ic {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 80px;
}
.features-box-icon i {
    font-size: 30px;
}
.features-box-text {
    width: 290px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.features-box-text-head {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 13px;

    font-size: 18px;
    font-weight: 700;
}
.features-box-text-spot {
    width: 100%;
    height: auto;
    overflow: hidden;

    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.comments-home-main-div {
    margin: 0px auto;
}
.comments-home-main-div-inside {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
}

.comments-box {
    width: auto;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.comments-box-inside {
    width: 320px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.comments-box-quote {
    width: 100%;
    height: auto;
    margin: 10px 0 30px 0;
    font-size: 20px;
}
.comments-box-stars {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    font-size: 17px;
}
.comments-box-comment {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    line-height: 24px;
}
.comments-box-img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.comments-box-img img {
    border-radius: 60px !important;
}
.comments-box-name {
    width: 100%;
    height: auto;
}
.comments-box-position {
    width: 100%;
    height: auto;
}

.bulten-home-main-div {
    margin: 0px auto;
}
.bulten-home-main-div-inside {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}
.bulten-home-box {
    display: inline-block;
    width: 600px;
    height: auto;
    overflow: hidden;
}
.bulten-home-box-baslik {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.bulten-home-box-spot {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 25px;
}
.bulten-home-box-form {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.bulten-input {
    display: inline-block;
    width: 425px;
    height: 50px;
    border: 0;
    outline: none;
    padding-left: 25px;
    border-radius: 50px;
    margin-right: 10px;

    font-size: 14px;
}
.bulten-submit {
    display: inline-block;
    width: auto;
    height: 50px;
    border: 0;
    outline: none;
    border-radius: 50px;

    font-size: 14px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
}

.clients-home-main-div {
    margin: 0px auto;
}
.clients-home-main-div-inside {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
}
.clients-box {
    width: auto;
}
.clients-box img {
    max-height: 150px;
    max-width: 160px !important;
}

.footer-main-div {
    margin: 0px auto;
}
.footer-dark-ust-main {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #0c0c0c;
    padding: 50px 0 50px 0;
}
.footer-dark-ust-main-inside {
    width: 1366px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.footer-dark-about-div {
    width: 400px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-right: 85px;
    text-align: left;
}
.footer-dark-logo {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}
.footer-dark-logo img {
    max-width: 220px;
    max-height: 90px;
}
.footer-dark-about-text {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    color: #575757;
}
.footer-dark-social {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
}
.footer-dark-social a {
    color: #666;
    margin-right: 20px;
}
.footer-dark-social a:hover {
    color: #fff;
    text-decoration: none;
}
.footer-dark-contact-div {
    width: 310px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-right: 95px;
    text-align: left;
}
.footer-dark-contact-div-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 25px;
    color: #8d8d8d;
}
.footer-dark-contact-div-box i {
    float: left;
    margin-right: 10px;
    font-size: 18px;
    margin-top: 3px;
}
.footer-dark-links-div {
    width: 200px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    text-align: left;
}
.footer-dark-links-div:last-child {
    margin-right: 0;
}
.footer-dark-links-div-header {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    color: #cecccc;
}
.footer-dark-links-div-links {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.footer-dark-links-div-links a {
    color: #a8a7a7;
}
.footer-dark-links-div-links a:hover {
    color: #fff;
}

.footer-dark-alt-main {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #1d1d1d;
    padding: 25px 0 25px 0;
}
.footer-dark-alt-main-inside {
    width: 1366px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
}
.footer-dark-alt-main-left {
    width: 55%;
    height: auto;
    vertical-align: middle;
    overflow: hidden;
    text-align: left;
    display: inline-block;
}
.footer-dark-alt-main-left-copyright {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.footer-dark-alt-main-left-text {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.footer-dark-alt-main-right {
    width: 45%;
    height: auto;
    vertical-align: middle;
    overflow: hidden;
    text-align: right;
    display: inline-block;
}
.footer-dark-alt-main-right img {
    max-width: 490px;
    max-height: 70px;
}

.footer-light-ust-main {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    padding: 50px 0 50px 0;
}
.footer-light-ust-main-inside {
    width: 1366px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.footer-light-about-div {
    width: 400px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-right: 85px;
    text-align: left;
}
.footer-light-logo {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}
.footer-light-logo img {
    max-width: 220px;
    max-height: 90px;
}
.footer-light-about-text {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    color: #000;
}
.footer-light-social {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
}
.footer-light-social a {
    color: #666;
    margin-right: 20px;
}
.footer-light-social a:hover {
    color: #333;
    text-decoration: none;
}
.footer-light-contact-div {
    width: 330px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-right: 75px;
    text-align: left;
}
.footer-light-contact-div-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 25px;
    color: #333;
}
.footer-light-contact-div-box i {
    float: left;
    margin-right: 10px;
    font-size: 18px;
    margin-top: 3px;
}
.footer-light-links-div {
    width: 200px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    text-align: left;
}
.footer-light-links-div:last-child {
    margin-right: 0;
}
.footer-light-links-div-header {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    color: #333;
}
.footer-light-links-div-links {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.footer-light-links-div-links a {
    color: #333;
}
.footer-light-links-div-links a:hover {
    color: #000;
}

.footer-light-alt-main {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f8f8f8;
    padding: 25px 0 25px 0;
}
.footer-light-alt-main-inside {
    width: 1366px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
}
.footer-light-alt-main-left {
    width: 55%;
    height: auto;
    vertical-align: middle;
    overflow: hidden;
    text-align: left;
    display: inline-block;
}
.footer-light-alt-main-left-copyright {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.footer-light-alt-main-left-text {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.footer-light-alt-main-right {
    width: 45%;
    height: auto;
    vertical-align: middle;
    overflow: hidden;
    text-align: right;
    display: inline-block;
}
.footer-light-alt-main-right img {
    max-width: 490px;
    max-height: 70px;
}

.photo-gallery-home-main-div {
    margin: 0px auto;
    text-align: center;
}
.photo-galleri-home-box {
    position: relative;
    margin: auto;
    width: 373px;
    height: 272px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 18px;
    margin-bottom: 18px;
}
.photo-galleri-home-box .photo-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    margin: auto;
    width: 0px;
    height: 0px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.photo-galleri-home-box:hover .photo-overlay {
    opacity: 1;
    height: 100%;
    width: 100%;
    top: 0;
}
.photo-galleri-home-box:hover .photo-galleri-home-box-img {
    transform: scale(1.3);
}
.photo-galleri-home-box-img {
    min-width: 373px;
    max-width: 450px;
    min-height: 272px;
    transition: transform 0.3s ease-in-out;
}
.photo-overlay-table {
    display: table;
    width: 373px;
    text-align: center;
    opacity: 0;
}
.photo-overlay-table-in {
    display: table-cell;
    height: 272px;
    vertical-align: middle;
}
.photo-overlay-text i {
    font-size: 50px !important;
    margin-bottom: 20px;
}
.photo-overlay-text {
    font-size: 20px;

    font-weight: 700;
    letter-spacing: 0.05em;
    width: 80%;
    margin: 0 auto;
    text-shadow: 1px 1px 0 #000;
}
.photo-overlay a {
    color: #fff;
    text-decoration: none;
}
.photo-overlay a:hover {
    text-decoration: none;
    color: #fff;
}
.photo-galleri-home-box:hover .photo-overlay-table {
    opacity: 1;
    transition: 1s ease-in-out 0s;
}

.video-gallery-home-main-div {
    margin: 0px auto;
}
.video-gallery-home-main-div-inside {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.video-gallery-home-box {
    position: relative;
    margin: auto;
    width: 373px;
    background-color: #fff;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 18px;
    margin-bottom: 18px;
}
.video-gallery-home-box-img {
    width: 373px;
    height: 240px;
    overflow: hidden;
}
.video-gallery-home-box-img img {
    min-width: 373px;
    max-width: 450px;
    min-height: 240px;
}
.video-gallery-home-box-text {
    font-size: 20px;

    text-align: center;
    font-weight: 700;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.video-gallery-home-box-overlay {
    width: 100%;
    height: 240px;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.3s ease-in-out 0s;
}
.video-gallery-home-box-overlay-table {
    display: table;
    width: 373px;
    text-align: center;
}
.video-gallery-home-box-overlay-table-in {
    display: table-cell;
    vertical-align: middle;
    height: 240px;
}

.video-gallery-box-play-web {
    width: 82px;
    height: 82px;
    display: inline-block;
    background: url("../../images/video_play.png") no-repeat;
    transition: 0.3s ease-in-out 0s;
}
.video-gallery-home-box:hover .video-gallery-box-play-web {
    margin-left: 200px;
}
.video-gallery-home-box:hover .video-gallery-home-box-overlay {
    background: rgba(0, 0, 0, 0.6);
}

.belge-home-main-div {
    margin: 0px auto;
    text-align: center;
}
.belge-home-main-div-inside {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.belge-box {
    display: inline-block;
    overflow: hidden;
    height: auto;
    vertical-align: top;
}
.belge-box a {
    font-size: 40px;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}
.belge-box a:hover {
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}
.belge-box img {
    min-height: 220px;
    width: 360px !important;
}
.belge-box-overlay {
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: 0.3s ease-in-out 0s;
    width: 360px;
    height: 100%;
    position: absolute;
}
.belge-box-overlay-table {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.belge-box-overlay-table-in {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.belge-box:hover .belge-box-overlay {
    opacity: 1;
}

.page-headers-main {
    margin-top: -12px !important;
    margin: 0 auto;
}
.page-headers-main-in {
    width: 1333px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.page-headers-main-left {
    width: 60%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-align: left;
}
.page-headers-main-right {
    width: 40%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-align: right;
}

.about-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 100px;
    background-color: #fff;
    padding-top: 75px;
}
.about-page-text-main {
    width: 1333px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.about-page-baslik {
    width: 100%;
    height: auto;

    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}
.about-page-content {
    width: 100%;
    height: auto;

    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #666;
}
.about-page-images-slider {
    width: 950px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 100px;
}
.about-counter-div {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 0 0;
    margin-top: 100px;
}
.about-page-skill-div {
    width: 1240px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #ebebeb;
    margin-top: 100px;
    padding: 50px;
}
.about-page-skill-left {
    width: 50%;
    text-align: left;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.about-page-skill-right {
    width: 44%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.about-page-skill-baslik {
    width: 80%;
    height: auto;
    overflow: hidden;

    font-size: 38px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
}
.about-page-skill-content {
    width: 80%;
    height: auto;
    overflow: hidden;

    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #333;
}
.skill-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: left;
}
.skill-box-ust {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}
.skill-box-ust span {
    float: right;
    color: #666;
    font-weight: 600;
}
.skill-box-alt {
    width: 100%;
}

.skill-home-main-div {
    margin: 0px auto;
}
.skill-home-main-div-inside {
    width: 1170px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
}

.html-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 100px;
    background-color: #fff;
    padding-top: 75px;
}
.html-page-text-main {
    width: 1333px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.html-page-baslik {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    color: #000;
}
.html-page-content {
    width: 100%;
    height: auto;
    color: #666;
}

.team-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 100px;
    padding-top: 75px;
    background-color: #fff;
}
.team-page-text-main {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.team-page-baslik {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}
.team-page-content {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 50px;
}

.page-quote {
    width: 100%;
    height: auto;
    padding: 15px 0 15px 15px;
    text-align: center;
    overflow: hidden;
    border-left: 4px solid #cca876;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
}
.page-spot-quote {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    color: #666;
    letter-spacing: 0.02em;
}

.features-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 100px;
    background-color: #fff;
    padding-top: 75px;
}
.features-page-text-main {
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.features-page-baslik {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}
.features-page-content {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 85px;
}

.belgeler-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 100px;
    background-color: #fff;
    padding-top: 75px;
}
.belgeler-page-text-main {
    width: 1180px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.belgeler-page-baslik {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}
.belgeler-page-content {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 55px;
}
.belgeler-page-box {
    width: auto;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 15px;
    border: 1px solid #ebebeb;
    padding: 10px;
}
.belgeler-page-box img {
    width: auto;
    height: 200px;
    margin-bottom: 20px;
}

.faq-home-main-div {
    margin: 0px auto;
}
.faq-home-main-div-inside {
    width: 1170px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
}
.faq_span {
    width: 98%;
    display: inline-block;
}

.markalar-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 100px;
    background-color: #fff;
    padding-top: 75px;
}
.markalar-page-text-main {
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.markalar-page-baslik {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}
.markalar-page-content {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 55px;
}

.markalar-page-box {
    width: auto;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 15px;
    border: 1px solid #ebebeb;
    padding: 10px;
}
.markalar-page-box img {
    width: auto;
    height: 120px;
}
.markalar-page-ovrly {
    opacity: 0;
    position: absolute;
    background-color: #000;
    padding: 5px;
    border-radius: 4px;
    transition: 0.3s ease-in-out 0s;
    margin-left: -10px;
}
.markalar-page-ovrly i {
    font-size: 20px;
    color: #fff;
}
.markalar-page-box:hover .markalar-page-ovrly {
    opacity: 1;
    margin-left: 0;
}

.pricing-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 100px;
    background-color: #fff;
    padding-top: 75px;
}
.pricing-page-text-main {
    width: 1155px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.pricing-page-baslik {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}
.pricing-page-content {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 55px;
}

.projects-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 100px;
    padding-top: 75px;
    background-color: #fff;
}
.projects-page-text-main {
    width: 1155px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.projects-page-baslik {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}
.projects-page-content {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 55px;
}

.blog-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 25px;
    padding-top: 25px;
    background-color: #fff;
}
.blog-page-text-main {
    width: 1170px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.blog-page-baslik {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}
.blog-page-content {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 55px;
}

.services-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 100px;
    padding-top: 75px;
    background-color: #fff;
}
.services-page-text-main {
    width: 1155px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.services-page-baslik {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}
.services-page-content {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 100px;
}

.skill-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 100px;
    padding-top: 75px;
    background-color: #fff;
}
.skill-page-text-main {
    width: 1170px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.skill-page-baslik {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}
.skill-page-content {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 55px;
}

.faq-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 100px;
    padding-top: 75px;
    background-color: #fff;
}
.faq-page-text-main {
    width: 1170px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.faq-page-baslik {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}
.faq-page-content {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 55px;
}

.services-detail-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 75px;
    padding-top: 75px;
    background-color: #fff;
}
.services-detail-content {
    width: 1190px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.services-detail-content-left {
    width: 842px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.services-detail-content-left-baslik {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 35px;
    font-size: 27px;
    font-weight: 700;
    color: #000;
}
.services-detail-content-left-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 45px;
}
.services-detail-content-left-img img {
    width: 100%;
    max-height: 490px;
}
.services-detail-content-left-txt {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 45px;
    font-size: 16px;
    color: #494949;
    line-height: 24px;
    font-weight: 500;
}
.services-detail-content-left-social {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.services-detail-content-left-social a {
    color: #000;
    font-size: 18px;
    margin-right: 25px;
}
.services-detail-content-left-social a:hover {
    color: #666;
}
.services-detail-content-left-social a:last-child {
    margin-right: 0;
}
.services-detail-content-left-social i {
    padding-bottom: 10px;
}
.services-detail-content-right {
    width: 282px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-left: 66px;
}
.services-detail-header {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.services-detail-header-baslik {
    width: 100%;
    height: auto;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding-bottom: 20px;
}
.services-detail-header-spot {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-bottom: 30px;
    line-height: 24px;
}
.services-detail-header-divider {
    width: 100px;
    height: 5px;
    background: #ebebeb;
    overflow: hidden;
    margin-bottom: 30px;
}
.services-detail-buttons {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f8f8f8;
    padding: 12px 10px 12px 15px;

    font-size: 14px;
    margin-bottom: 10px;
    transition: 0.1s ease-in-out 0s;
}
.services-link-class {
    color: #000;
}
.services-detail-buttons-left-arrow {
    position: absolute;
    margin-left: -24px;
    margin-top: -5px;
}
.services-detail-buttons-left-arrow i {
    font-size: 30px;
}

.blog-detail-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 75px;
    padding-top: 75px;
    background-color: #fff;
}
.blog-detail-content {
    width: 1190px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.blog-detail-content-left {
    width: 842px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.blog-detail-content-left-date {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.blog-detail-content-left-baslik {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 35px;

    font-size: 27px;
    font-weight: 700;
    color: #000;
}
.blog-detail-content-left-spot {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 35px;

    font-size: 17px;
    font-weight: 500;
    color: #000;
}
.blog-detail-content-left-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 45px;
}
.blog-detail-content-left-img img {
    width: 100%;
    max-height: 490px;
}
.blog-detail-content-left-txt {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 45px;

    font-size: 16px;
    color: #494949;
    line-height: 24px;
    font-weight: 500;
}
.blog-detail-content-left-social {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.blog-detail-content-left-social a {
    color: #000;
    font-size: 18px;
    margin-right: 25px;
}
.blog-detail-content-left-social a:hover {
    color: #666;
}
.blog-detail-content-left-social a:last-child {
    margin-right: 0;
}
.blog-detail-content-left-social i {
    padding-bottom: 10px;
}
.blog-detail-content-right {
    width: 282px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-left: 66px;
}
.blog-detail-header {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.blog-detail-header-baslik {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding-bottom: 20px;
}
.blog-detail-header-links {
    width: 100%;
    height: auto;

    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0 20px 0;
}
.blog-detail-header-links:last-child {
    border-bottom: 0px !important;
}
.blog-detail-header-links strong {
    font-size: 18px;
    margin-right: 5px;
}
.blog-detail-header-links a {
    color: #000;
}
.blog-detail-header-links a:hover {
    text-decoration: none;
    color: #666;
}
.blog-detail-header-divider {
    width: 100px;
    height: 5px;
    background: #ebebeb;
    overflow: hidden;
    margin-bottom: 15px;
}
.blog-detail-etiket {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 70px;
}
.blog-detail-etiket-box {
    padding: 8px;
    background: #f8f8f8;
    color: #000;
    display: inline-block;

    font-size: 13px;
    color: #333;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #f8f8f8;
    transition: 0.1s ease-in-out 0s;
}
.blog-detail-etiket-box:hover {
    background: #fff;
}

.catalog-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 100px;
    padding-top: 75px;
    text-align: center;
    background-color: #fff;
}
.catalog-page-baslik {
    width: 282px;
    padding: 30px 0 30px 0;
    height: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #f8f8f8;
    border: 1px solid #ebebeb;
    display: inline-block;
    vertical-align: top;
    margin-right: 45px;
    text-align: left;
}
.catalog-page-baslik-head {
    width: 80%;
    height: auto;
    margin: 0 auto;
    color: #333;
    margin-bottom: 29px;
    line-height: 24px;
}
.catalog-page-baslik-img {
    width: 100%;
    height: auto;
    text-align: center;
}
.catalog-page-content {
    width: 955px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.catalog-box {
    width: 278px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ebebeb;
    margin: 20px;
    padding: 20px 0 20px 0;
    text-align: center;
}
.catalog-box-img {
    width: 244px;
    height: 233px;
    overflow: hidden;
    margin: 0 auto;
}
.catalog-box-img img {
    min-width: 244px;
    height: 233px;
}
.catalog-box-txt {
    width: 244px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 35px;
    color: #000;
}
.catalog-box-button {
    width: auto;
    height: auto;
    padding: 6px 20px 5px 20px;
    background-color: #ea2e40;
    border-bottom: 3px solid #bd2130;
    border-radius: 4px;
    display: inline-block;
}
.catalog-box-button i {
    color: #fff;
}

.human-resource-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 100px;
    padding-top: 75px;
    text-align: center;
    background-color: #fff;
}
.human-resource-page-baslik {
    width: 282px;
    padding: 30px 0 30px 0;
    height: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    background-color: #f8f8f8;
    border: 1px solid #ebebeb;
    display: inline-block;
    vertical-align: top;
    margin-right: 45px;
    text-align: left;
}
.human-resource-page-baslik-head {
    width: 80%;
    height: auto;
    margin: 0 auto;
    color: #333;
    margin-bottom: 29px;
    line-height: 24px;
}
.human-resource-page-baslik-img {
    width: 100%;
    height: auto;
    text-align: center;
}
.human-resource-page-content {
    width: 955px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.human-resource-page-content-form {
    margin: 10px;
    width: 95%;
}
.human-resource-page-info {
    width: 100%;
    height: auto;
    color: #000;
    padding: 5px 0 25px 0;
}
.human-resource-page-info i {
    margin-right: 10px;
}

.bank-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 75px;
    background-color: #fff;
}
.bank-page-text-main {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.bank-page-baslik {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}
.bank-page-content {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 25px;
}
.bank-no-box {
    width: 475px;
    height: auto;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-left: 55px;
    margin-right: 55px;
    margin-bottom: 35px;
    margin-top: 35px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
}
.bank-no-box-img {
    width: 100%;
    height: auto;
    padding: 20px 0 20px 0;
}
.bank-no-box-img img {
    width: auto;
    max-width: 300px;
    max-height: 85px;
}
.bank-no-box-txt {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #d9d9d9;
    padding: 10px 0 10px 0;
    background-color: #f8f8f8;
    color: #000;
}

.photogallery-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 100px;
    padding-top: 75px;
    background-color: #fff;
}
.photogallery-page-text-main {
    width: 1150px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.photogallery-page-baslik {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}
.photogallery-page-content {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 55px;
}

.photogallery-detail-content {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.photogallery-detail-box {
    position: relative;
    width: 350px;
    height: 250px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 20px 20px 20px 20px;
    transition: 0.2s ease-out 0s;
}
.photogallery-detail-box img {
    max-width: 400px;
    min-width: 350px;
    min-height: 250px;
}
.photogallery-detail-box:hover {
    transform: scale(1.05);
    -webkit-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.8);
}

.photogallery-box {
    position: relative;
    width: 255px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 10px 20px 10px 20px;
    padding-bottom: 45px;
}
.photogallery-box-img {
    width: 255px;
    height: 193px;
    overflow: hidden;
}
.photogallery-box-img img {
    max-width: 300px;
    min-width: 255px;
    min-height: 193px;
}
.photogallery-box-txt {
    width: 90%;
    margin: 0 auto;
    margin-top: 25px;
}
.photogallery-box-txt a {
    color: #000;
}

.photogallery-ovrly {
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    height: 193px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 0.2s ease-in-out 0s;
}
.photogallery-box:hover .photogallery-ovrly {
    opacity: 1;
}
.photogallery-box:hover .photogallery-box-txt a {
    text-decoration: none;
    color: #666;
}
.photogallery-ovrly i {
    opacity: 0;
    transition: 0.4s ease-in-out 0s;
    margin-top: 100px;
}
.photogallery-box:hover .photogallery-ovrly i {
    font-size: 35px;
    opacity: 1;
    margin-top: 0;
}

.videogallery-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 100px;
    padding-top: 75px;
    background-color: #fff;
}
.videogallery-page-text-main {
    width: 700px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.videogallery-page-baslik {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}
.videogallery-page-content {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 55px;
}
.videogallery-page-content-embed {
    width: 700px;
    height: 400px;
    text-align: center;
}
.videogallery-page-content-embed iframe {
    width: 700px;
    height: 400px;
}
.videogallery-page-content-txt {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 55px;

    font-size: 15px;
    color: #333;
    line-height: 24px;
}
.videogallery-page-content-tags {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 55px;
}

.proje-detail-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 100px;
    padding-top: 75px;
}
.proje-detail-ust {
    width: 1150px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 50px;
}
.proje-detail-ust-img {
    width: 640px;
    height: auto;
    max-height: 550px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-right: 70px;
}
.proje-detail-ust-img img {
    width: 640px;
    height: auto;
}
.proje-detail-ust-info {
    width: 420px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.proje-detail-ust-info-name {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 25px;

    font-size: 24px;
    font-weight: bold;
    color: #000;
}
.proje-detail-ust-info-name span {
    font-size: 14px;
    color: #666;
}
.proje-detail-ust-info-spot {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}
.proje-detail-ust-info-it {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 23px;
    font-size: 14px;
    color: #000;
}
.proje-detail-ust-info-it i {
    font-size: 20px;
    margin-right: 15px;
    float: left;
}

.proje-detail-alt {
    width: 1400px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.proje-detail-social-share {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-top: 60px;
}
.proje-detail-social-share a {
    color: #000;
    font-size: 20px;
    margin-right: 15px;
}
.proje-detail-social-share a:hover {
    color: #666;
}
.proje-detail-social-share a:last-child {
    margin-right: 0;
}

.projects_tabs_ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding: 35px 0 35px 0;
    background: #f8f8f8;
    margin-bottom: 50px;
}
.projects_tabs_ul li {
    display: inline-block;
    height: auto;
    margin-right: 20px;
    margin-bottom: 5px;
}
.projects_tabs_ul li:last-child {
    margin-right: 0;
}
.projects_tabs_ul li a {
    outline: none;
    font-size: 15px;

    font-weight: 500;
    padding: 0 15px 10px 15px;
    text-decoration: none;
    border: 2px solid #f8f8f8;
    color: #000;
}
.projects_tabs_ul li a i {
    font-size: 18px;
    margin-right: 8px;
}
.projects_tabs_ul li .active {
    position: relative;
}
.projects_tabs_ul li a.active {
    font-weight: bold;
    border-bottom: 2px solid #000;
}

.projects_tabs_content {
    width: 1150px;
    margin: 0 auto;
    display: none;

    font-size: 15px;
    color: #333;
    line-height: 24px;
}
.projects_tabs_content iframe {
    width: 100%;
    height: 400px;
}
.projects_tabs_ul li .active:before {
    content: "";
    width: 0px;
    height: 0px;
    bottom: -14px;
    left: 46%;
    border: 7px solid transparent;
    border-top-color: #000;
    display: inline-block;
    position: absolute;
}

.contact-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 100px;
    background-color: #fff;
}
.contact-page-maps-area {
    width: 100%;
    height: 330px;
    overflow: hidden;
}
.contact-page-maps-area iframe {
    width: 100%;
    height: 330px;
}
.contact-page-infos-area {
    width: 100%;
    height: auto;
    padding: 45px 0 45px 0;
    background: #f8f8f8;
}
.contact-page-infos-ust {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.contact-page-icon-box {
    width: 250px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 30px;
}
.contact-page-icon-box-i {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 26px;
    color: #cca876;
    margin-bottom: 5px;
}
.contact-page-icon-box-txt {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #000;
}
.contact-page-infos-alt {
    width: 80%;
    height: 18px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px dashed #ccc;
    margin-top: 20px;
}
.contact-page-infos-alt-ic {
    background: #f8f8f8;
    padding: 0 15px 0 15px;
    display: inline-block;
}
.contact-page-infos-alt-ic a {
    color: #333;
    margin: 0 8px 0 8px;
    font-size: 22px;
}
.contact-page-infos-alt-ic a i {
    padding-bottom: 15px;
}
.contact-page-infos-alt-ic a:hover {
    color: #666;
}
.contact-page-form-area {
    width: 70%;
    height: auto;
    padding: 45px 0 45px 0;
    margin: 0 auto;
}

.products-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 100px;
    background-color: #fff;
    padding-top: 75px;
    text-align: center;
}
.products-left-bar-main {
    width: 306px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-right: 30px;
}
.products-left-bar-div-box {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.products-left-bar-div-name {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.products-left-bar-div-name-inside {
    padding-left: 12px;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.products-left-bar-div-name-inside-icon {
    width: 30px;
    height: 35px;
    overflow: hidden;
    font-size: 15px;
    color: #000;
    display: inline-block;
    vertical-align: top;
}
.products-left-bar-div-name-inside-txt {
    width: 245px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;

    font-size: 15px;
    color: #000;
}
.products-left-bar-search-div {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 12px 0 12px;
}
.products-left-bar-search-div input {
    width: 200px;
    border: 1px solid #ebebeb;
    background: #fff;

    font-size: 14px;
    padding: 8px;
    outline: none;
    color: #000;
}
.products-left-bar-search-div button {
    width: 80px;
    border: 0;

    font-size: 14px;
    padding: 8px 0 8px 0;
    outline: none;
    color: #fff;
    background: dodgerblue;
}

.iyzico-form-areas {
    width: 800px;
    margin: 0 auto;
}

.products-right-main {
    width: 935px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.products-right-nav-head {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.products-right-nav-head-txt {
    width: 60%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    color: #333;
}
.products-right-nav-head-select {
    width: 39%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.products-right-nav-head-select select {
    border: 1px solid #ebebeb;
    outline: none;
    font-size: 13px;
    color: #333;
    padding: 6px 20px 6px 8px;
}
.products-right-products-area {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.product-detail-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 100px;
    padding-top: 75px;
    background: #fff;
}
.product-detail-header {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.product-detail-header-left {
    width: 536px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 55px;
}
.responsive-category-wrapper {
    display: none;
}

.cart-varyant-main {
    width: auto;
    height: auto;
    overflow: hidden;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 7px;
    padding-bottom: 8px;
}
.mobile-product-image-box {
    display: none;
}

.product-detail-header-right {
    width: 600px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.product-detail-header-right-baslik {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 27px;
    font-weight: bold;
    color: #000;
}
.product-detail-header-right-eski-fiyat {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 5px;

    font-size: 18px;
    color: #666;
    text-decoration: line-through;
}
.product-detail-header-right-guncel-fiyat {
    width: 100%;
    height: auto;
    overflow: hidden;

    font-size: 28px;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}
.product-detail-header-right-star {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 12px;
    font-size: 20px;
}
.product-detail-header-right-spot {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 22px 0 22px 0;
    font-size: 14px;
    color: #666;
    line-height: 22px;
}
.product-detail-header-right-feature-info {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 8px;
    letter-spacing: 0.02em;

    font-size: 14px;
    color: #000;
}
.product-detail-header-right-limit-kargo {
    width: auto;
    height: auto;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #ebebeb;
    padding: 5px 15px 5px 15px;
    font-size: 13px;
    color: #000;
    background: #fff;
    margin: 10px 0 20px 0;
    font-weight: 500;
    letter-spacing: 0.02em;
}
.product-detail-header-right-cart-area {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.product-detail-header-right-addtocart {
    width: auto;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 15px;
}
.product-detail-header-right-wp-button {
    width: auto;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #67c36c;
    padding: 11px 25px 10px 25px;

    font-size: 14px;
    font-weight: 600;
}
.product-detail-header-right-normal-button {
    width: auto;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #67c36c;
    padding: 10px 25px 10px 25px;

    font-size: 15px;
    font-weight: 700;
}

.product-detail-header-right-social {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.product-detail-header-right-social a {
    color: #000;
    font-size: 18px;
    margin-right: 15px;
}
.product-detail-header-right-social a:hover {
    color: #666;
}
.product-detail-header-right-social a:last-child {
    margin-right: 0;
}
.product-detail-header-right-social i {
    padding-bottom: 10px;
}

.product-detail-content-area {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}

.products_tab_ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 9px 0;
    margin-bottom: 50px;
    border-bottom: 1px solid #ebebeb;
}
.products_tab_ul li {
    display: inline-block;
    height: auto;
    margin-right: 20px;
    margin-bottom: 5px;
}
.products_tab_ul li:last-child {
    margin-right: 0;
}
.products_tab_ul li a {
    outline: none;
    font-size: 16px;

    font-weight: 500;
    padding: 0 15px 15px 15px;
    text-decoration: none;
    color: #000;
}
.products_tab_ul li a i {
    font-size: 18px;
    margin-right: 8px;
}
.products_tab_ul li .active {
    position: relative;
}
.products_tab_ul li a.active {
    font-weight: bold;
    border-bottom: 1px solid #666667;
}

.products_tabs_contents {
    width: 100%;
    margin: 0 auto;
    display: none;

    font-size: 15px;
    color: #333;
    line-height: 26px;
}
.products_tabs_contents iframe {
    width: 100%;
    height: 400px;
}
.products_tab_ul li .active:before {
    content: "";
    width: 0px;
    height: 0px;
    bottom: -14px;
    left: 46%;
    border: 7px solid transparent;
    border-top-color: #666667;
    display: inline-block;
    position: absolute;
}

.product-detail-etiket-box {
    padding: 2px 6px 2px 6px;
    background: #fff;
    color: #000;
    display: inline-block;

    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #ebebeb;
    transition: 0.1s ease-in-out 0s;
}
.product-detail-etiket-box:hover {
    background: #f9f9f9;
}

.related-products-div {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 90px;
    text-align: center;
}

.step-div-main {
    width: 1100px;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 70px;
}
.step-box {
    width: auto;
    height: auto;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.step-box span {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.step-line {
    width: 161px;
    height: 3px;
    background: #ebebeb;
    display: inline-block;
    vertical-align: middle;
}
.step-line-none {
    background: #fff;
}
.step-line-active {
    background: #000;
}
.step-num {
    width: 44px;
    height: 44px;
    padding-top: 4px;
    background: #fff;
    color: #666;
    border: 2px solid #ebebeb;
    border-radius: 60px;
    display: inline-block;
    vertical-align: middle;
    font-family: "Open Sans", Sans;
    font-size: 20px;
    font-weight: 600;
}
.step-num-active {
    background: #000;
    border: 2px solid #000;
    color: #fff;
}

.cart-page-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 130px;
    padding-top: 110px;
    background-color: #fff;
}
.cart-div {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;

    font-size: 14px;
    letter-spacing: 0.02em;
    color: #000;
}
.cart-left-div {
    width: 926px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
    text-align: left;
}
.cart-left-box-main {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
}
.cart-left-box-1 {
    width: 98px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: 18px 35px 18px 0;
}
.cart-left-box-1 img {
    width: 88px;
    height: 90px;
    border: 1px solid #ebebeb;
}
.cart-left-box-2 {
    width: 254px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: 18px 35px 18px 0;
}
.cart-left-box-2 a {
    color: #000;
}
.cart-left-box-2 a:hover {
    color: #666;
    text-decoration: none;
}
.cart-left-box-2-txt {
    max-width: 230px;
}
.cart-left-box-2-other-info {
    margin-top: 12px;
    font-size: 13px;
    font-weight: bold;
}
.cart-left-box-3 {
    width: 117px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: 18px 35px 18px 0;
}
.cart-left-box-4 {
    width: 135px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: 18px 35px 18px 0;
    padding: 18px 0 18px 8px;
}
.cart-left-box-5 {
    width: 137px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: 18px 0 18px 0;
}
.cart-left-box-6 {
    width: 38px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    padding: 18px 0 18px 0;
    text-align: center;
}
.cart-left-function {
    width: 100%;
    height: auto;
    margin: 30px 0 30px 0;
}
.cart-left-functions-left {
    width: 50%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.cart-left-functions-left input {
    width: 230px;
    border: 1px solid #ebebeb;
    background: #fff;

    font-size: 14px;
    padding: 7px;
    outline: none;
    color: #000;
}
.cart-left-functions-left button {
    width: 115px;
    border: 0;

    font-size: 14px;
    padding: 8px 0 8px 0;
    outline: none;
    color: #fff;
    background: #2daeff;
}

.cart-left-functions-right {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
.cart-func-continue {
    width: auto;
    height: auto;
    background-color: #2daeff;
    padding: 8px 35px 8px 35px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.cart-right-div {
    width: 320px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    padding: 20px 0 20px 0;
    vertical-align: top;
    border: 1px solid #ebebeb;
    background-color: #f9f9f9;
}
.cart-right-div-inside {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
}
.cart-right-div-head {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0 30px 0;
    font-weight: bold;
}
.cart-right-div-price-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 8px 0;
    margin-bottom: 8px;
}
.cart-right-div-price-box-left {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.cart-right-div-price-box-right {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    font-weight: bold;
    font-size: 15px;
}
.cart-right-div-price-box:last-child {
    border-bottom: 0;
}
.cart-right-div-price-box-button {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
    background-color: #ff2d46;
    border: 0;
    outline: none;
    font-weight: 600;
    padding: 10px 0 10px 0;
    transition: 0.02s ease-in-out 0s;
}
.cart-right-div-price-box-button:hover {
    background-color: #f22039;
}

.empty_cart_alert {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.empty_cart_alert i {
    font-size: 24px;
    margin-bottom: 20px;
}

.delivery-main {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.delivery-left-div {
    width: 550px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    text-align: left;
    padding: 0 10px 0 10px;
}
.delivery-right-div {
    width: 600px;
    height: auto;
    background-color: #f6f6f6;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.delivery-right-inside {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 62px;
    margin-bottom: 45px;
}
.delivery-right-st-head {
    width: 100%;
    height: auto;

    font-size: 15px;
    font-weight: 600;
    color: #7e7e7e;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.delivery-right-purchase-div {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.delivery-right-order-detail-div {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.delivery-right-satis-sozlesmesi-div {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.delivery-right-button-div {
    width: 100%;
    height: auto;
}
.delivery-right-button-div button {
    width: 100%;
    height: 50px;
    color: #fff;

    font-size: 15px;
    font-weight: 700;
    border: 0;
    transition: 0.2s ease-in-out 0s;
    background: linear-gradient(to right, #6cbaee 0%, #76e3b0 100%);
}
.delivery-right-button-div button:focus {
    outline: none;
}
.delivery-right-button-div button:hover {
    -webkit-box-shadow: 0px 0px 29px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 29px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
}

.purchase-main {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.orders-alerts-inside {
    width: 1333px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.order-alerts-head {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 25px 0 25px 0;
}
.order-alerts-head-success {
    width: 100%;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.order-alerts-head-success img {
    margin-bottom: 10px;
}
.order-alerts-head-order-id {
    width: 100%;
    font-size: 17px;
    color: #000;
    font-weight: 500;
}
.order-alerts-desc {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    border-top: 0;
    padding: 40px 0 25px 0;
}
.order-alerts-desc-text {
    width: 55%;
    margin: 0 auto;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-bottom: 25px;
}

.mobile-menu-social-div {
    width: 100%;
    height: auto;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #ebebeb;
}
.mobile-menu-social-div-left {
    width: 45%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.mobile-menu-social-div-left i {
    font-size: 15px;
}
.mobile-menu-social-div-left a {
    color: #000;
    margin-right: 10px;
}
.mobile-menu-social-div-left a:hover {
    color: #000;
}
.mobile-menu-social-div-right {
    width: 45%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

/* Üyelik*/
.user-login-content {
    width: 500px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.user-login-right {
    width: 500px;
    padding: 30px 0 30px 0;
    height: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #f8f8f8;
    border: 1px solid #ebebeb;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.user-register-right {
    width: 500px;
    padding: 30px 40px;
    height: auto;
    margin-left: 50px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    border: 1px solid #ebebeb;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.user-register-content {
    width: 600px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ebebeb;
}
.register-form-container {
    width: 100%;
    height: auto;
}
.register-form-container label {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.register-form-container input {
    width: 100%;
    border: 1px solid #ccc;

    font-size: 14px;
    color: #000;
    padding: 0 15px;
    height: 41px;
    border-radius: 1px;
    background-color: #fff;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}
.register-form-container input:focus {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    outline: none;
}
.register-form-container select {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding: 8px 20px;
}
.register-form-sozlesme {
    width: 100%;
    max-height: 600px;
    overflow: auto;

    font-size: 13px;
    color: #666;
}
.register-success-main-div {
    width: 1355px;
    margin: 0 auto;
}

.user-login-head {
    width: 100%;
    padding: 15px 0 20px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
    color: #000;
    box-sizing: border-box;
}
.login-form-container {
    width: 100%;
    height: auto;
}
.login-form-container label {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.login-form-container input {
    width: 400px;
    border: 1px solid #ccc;

    font-size: 14px;
    color: #000;
    padding: 0 15px;
    height: 41px;
    border-radius: 1px;
    background-color: #f9f9f9;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}
.login-form-container input:focus {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    outline: none;
}
.user-remember-area {
    width: 400px;
    margin: 18px 0;
}
.user-remember-area a {
    color: #000;
    position: relative;
    float: right;

    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin-top: 3px;
}
.user-remember-area a:hover {
    color: #000;
}
.user-remember-area input {
    width: 16px;
    margin-right: 8px;
    height: 27px;
    display: inline-block;
    vertical-align: top;
}
.user-remember-area input:focus {
    outline: none;
    box-shadow: none;
}
.user-remember-area label {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    display: inline-block;
}
.aler {
    width: 400px;
    border-radius: 1px !important;

    font-size: 13px;
}
.user-topbar-ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.user-topbar-ul a {
    color: #000;
}
.user-topbar-ul a:hover {
    text-decoration: none;
    color: #666;
}
.user-topbar-ul li {
    width: 100%;
    height: auto;
    padding: 6px;

    font-size: 13px;
    display: flex;
    align-items: center;
}
.user-topbar-ul li i {
    margin-right: 7px;
    width: 18px;
    color: #000;
}
.user-dropdown-top-main {
    width: 190px;
    height: auto;
    text-align: left;
}
.user-dropdown-top-main-ic {
    width: 90%;
    margin: 0px auto;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Üye sayfaları */
.users-page-main {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 150px;
    padding-top: 50px;
}
.user-content-area {
    width: 1355px;
    height: auto;
    display: flex;
    margin: 0 auto;
    align-items: start;
    flex-wrap: wrap;
}

.users-left-sidebar {
    width: 240px;
    height: auto;
    margin-right: 15px;
    display: block;
}
.users-left-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.user-name-bar {
    background-color: #ff4443 !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px !important;
}
.users-left-sidebar ul li {
    width: 100%;
    background-color: #f8f8f8;
    color: #000;
    height: 45px;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    border-top: 0;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.users-left-sidebar ul li i {
    width: 27px;
    font-size: 17px;
}
.users-left-sidebar-contact {
    width: 100%;
    height: auto;
    border: 1px solid #ebebeb;
    margin-top: 20px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    padding: 30px 15px;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    color: #000;
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.users-left-sidebar-contact i {
    font-size: 35px;
    color: #000;
    text-shadow: 1px 1px 0 #fff;
    margin-bottom: 20px;
}
.users-left-sidebar ul li a {
    color: #000;
}
.giris-okey-name {
    position: absolute;

    font-size: 12px;
    margin-top: -25px;
    margin-left: -20px;
    padding: 0 5px;
    border-radius: 5px;
}
.giris-okey-name i {
    position: absolute;
    margin-top: 10px;
    font-size: 20px;
    margin-left: 16px;
}
.users-left-sidebar-mobil {
    width: 100%;
    height: auto;
    margin-right: 15px;
    display: block;
}
.users-left-sidebar-mobil ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.user-name-bar {
    background-color: #ff4443 !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px !important;
}
.users-left-sidebar-mobil ul li {
    width: 100%;
    background-color: #f8f8f8;
    color: #000;
    height: 45px;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    border-top: 0;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.users-left-sidebar-mobil ul li i {
    width: 27px;
    font-size: 17px;
}
.users-left-sidebar-mobil-contact {
    width: 100%;
    height: auto;
    border: 1px solid #ebebeb;
    margin-top: 20px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    padding: 30px 15px;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    color: #000;
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.users-left-sidebar-mobil-contact i {
    font-size: 35px;
    color: #000;
    text-shadow: 1px 1px 0 #fff;
    margin-bottom: 20px;
}
.users-left-sidebar-mobil ul li a {
    color: #000;
}

.user-right-content {
    flex: 1;
    height: auto;
    border: 1px solid #ebebeb;
    background-color: #fff;
    padding: 25px;
    box-sizing: border-box;
}
.user-right-haed {
    width: 100%;
    overflow: hidden;
    padding: 0 10px 15px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 600;
    color: #000;
}
.user-right-content-inside {
    width: 100%;
    height: auto;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}
.user-right-form-area {
    width: 55%;
}
.user-right-form-area label,
button {
    font-size: 14px !important;
    font-weight: 600;
}
.user-right-form-area input,
select {
    border-radius: 0 !important;
    font-size: 14px !important;
    height: 40px !important;
}
.user-right-form-area textarea {
    border-radius: 0 !important;
    font-size: 14px !important;
}
.user-right-other-area {
    flex: 1;
    margin-left: 40px;
    background-color: #f8f8f8;
    border-bottom: 2px solid #ebebeb;
    padding: 35px 10px;
    box-sizing: border-box;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.user-right-other-area i {
    font-size: 30px;
    margin-bottom: 10px;
}

.user_success_alert {
    width: 100%;
    box-sizing: border-box;

    font-size: 16px;
    color: #fff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    top: 0;
    left: 0;
}
.user_success_alert_ic {
    background-color: rgba(25, 179, 85, 0.98);
    text-align: center;
    width: 350px;
    padding: 30px 0;
    transition: all 700ms;
}
.user_success_alert_ic_red {
    background-color: rgba(248, 38, 71, 0.98);
    text-align: center;
    width: 350px;
    padding: 30px 0;
    transition: all 700ms;
}
.user-order-alert-box {
    width: 100%;
    border: 1px solid #f5d155;
    background-color: #fff4c8;
    padding: 7px 20px;
    box-sizing: border-box;

    font-size: 13px;
    color: #000;
    margin-bottom: 20px;
}
.user-order-sort-info {
    font-size: 12px;
    color: #666;
    font-weight: 400;
    float: right;
    margin-top: 5px;
}
.user-order-box {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    background-color: #f8f8f8;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: left;
}
.user-order-box-item {
    width: auto;
    flex: 1;
    border-right: 1px solid #ebebeb;
    padding: 4px 15px;

    text-align: center;
}
.user-order-item-head {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.user-order-item-desc {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    margin-bottom: 10px;
}
.user-order-item-delivery {
    display: inline-block;
    border-radius: 5px;
    font-size: 13px;
    padding: 2px 12px;
}
.user-order-item-desc-price {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.user-order-box-item:first-child {
    width: 280px;
    flex: none;
    text-align: left;
}
.user-order-box-item:last-child {
    border-right: 0;
    min-height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-order-detail-status {
    width: 100%;
    height: auto;
    padding: 10px 15px;
    box-sizing: border-box;
}
.user-order-info-main {
    width: 100%;
    padding: 35px 20px 35px 20px;
    box-sizing: border-box;

    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.user-order-info-box {
    width: 50%;
    height: auto;
}
.user-order-info-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.user-order-info-box ul li {
    width: 90%;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    color: #000;
    padding: 8px 0;
}
.user-order-info-address {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    color: #000;
}
.user-order-info-address:last-child {
    border-bottom: 0;
}
.user-order-price-detail {
    width: 100%;
    border: 1px solid #ebebeb;
    background-color: #f8f9fa;
    box-sizing: border-box;
    padding: 0 20px;
}
.user-order-price-detail-box {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.user-order-price-detail-box-in {
    width: 50%;
    font-size: 15px;
    color: #000;
}
.user-order-price-detail-box:last-child {
    border-bottom: 0;
}

.user-order-product-main-div {
    width: 100%;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
}
.user-order-product-inbox {
    flex: 1;
    min-height: 145px;
    border-right: 1px solid #ebebeb;
}
.user-order-product-inbox:last-child {
    border-right: 0;
}
.user-order-pro-div {
    width: auto;
    padding: 30px 15px;
    font-size: 13px;
    color: #000;
}
.user-order-pro-div-name {
    width: 280px;
    padding: 30px 15px;
    font-size: 13px;
    color: #000;
}
.user-order-pro-div-name a {
    color: #000;
}
.user-order-pro-div img {
    width: 75px;
    height: 75px;
}
.user-order-tracking-main {
    width: 100%;
    padding: 10px 20px;

    font-size: 14px;
    color: #000;
    background-color: #ebebeb;
    margin-bottom: 30px;
    display: flex;
}
.user-order-tracking-main-ic {
    width: auto;
    margin-right: 20px;
    border-right: 1px solid #ccc;
    padding-right: 15px;
}
.user-order-tracking-main-ic:last-child {
    border-right: 0;
}

.user-address-main-div {
    width: 100%;
    border: 1px solid #ebebeb;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
}
.user-address-main-head {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    background-color: #f8f8f8;
    padding: 8px 20px;
    font-size: 14px;
    color: #000;
}
.user-address-in-box {
    flex: 1;
    border-right: 1px solid #ddd;
    padding: 25px 20px;
    font-size: 13px;
}
.user-address-in-box:last-child {
    border-right: 0;
}
.user-address-box-1 {
    width: 390px;
}
.user-address-box-2 {
    width: auto;
    text-align: center;
}
.user-address-box-3 {
    width: 250px;
    text-align: center;
}

.user-ticket-div {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f8f8f8;
    border: 1px solid #ebebeb;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;

    font-size: 13px;
    color: #000;
}

.user-ticket-div-inbox {
    flex: 1;
    border-right: 1px solid #ebebeb;
}
.user-ticket-mins {
    width: 145px;
    flex: none;
    text-align: center;
}
.user-ticket-div-inbox:last-child {
    border-right: 0;
}
.user-ticket-div-inbox-di1 {
    padding: 7px 15px;
    border-bottom: 1px solid #ebebeb;
    font-weight: 600;
}
.user-ticket-div-inbox-di2 {
    padding: 15px 15px;
}

.user-ticket-detail-main-info {
    width: 100%;
    display: flex;
    background-color: #f8f8f8;
    border: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;

    font-size: 13px;
    color: #000;
    margin: 10px 0;
    flex-wrap: wrap;
}
.user-ticket-detail-pi {
    flex: 1;
    border-bottom: 1px solid #ebebeb;
    padding: 8px;
    margin-right: 10px;
}
.user-ticket-detail-pi label {
    font-weight: 600;
}
.ticket-pi2 {
    flex: none;
    width: 100%;
    border-bottom: 0;
}
.user-ticket-message-div {
    width: 100%;
    border: 1px solid #ebebeb;
    margin: 10px 0;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;

    color: #000;
}
.user-ticket-message-div2 {
    width: 100%;
    border: 1px solid #ebebeb;
    margin: 10px 0;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;

    color: #000;
    background-color: #f8f8f8;
}
.user-ticket-message-name {
    width: 230px;
    text-align: center;
    padding: 15px 20px;
    border-right: 1px solid #ebebeb;
    font-size: 13px;
}
.user-ticket-message-content {
    flex: 1;
    padding: 15px 30px;
    font-size: 14px;
}

.userlogin-modal-head {
    width: 100%;
    padding: 25px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    text-align: center;
    position: relative;
    background-color: #fff;
}
.userlogin-modal-head-text1 {
    width: 100%;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.userlogin-modal-head-text2 {
    font-size: 14px;
    color: #666;
    width: 100%;
}
.userlogin-modal-closepanel {
    position: absolute;
    font-size: 19px;
    color: #000000;
    right: 10px;
    top: 5px;
}
.userlogin-modal-content-area {
    width: 100%;
    background-color: #fff;
    padding: 20px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.userlogin-modal-footer {
    width: 100%;
    background-color: #f8f8f8;
    padding: 29px 10px;

    text-align: center;
}
.userlogin-modal-footer-text {
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}
.userdelivery-not-address {
    width: 100%;
    padding: 35px;
    box-sizing: border-box;
    background-color: #e64747;

    display: flex;
}
.userdelivery-not-address-icon {
    width: 10%;
    font-size: 32px;
    color: #fff;
    margin-right: 11px;
}
.userdelivery-not-address-text {
    width: 75%;

    line-height: 16px;
}
.userdelivery-not-address-text span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.userdelivery-not-address-text a {
    display: inline-block;
    background-color: #fff;
    font-weight: bold;
    color: #000;
    padding: 8px 22px;
    font-size: 14px;
    border: 1px solid #fff;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.userdelivery-not-address-text a:hover {
    background-color: #e64747;
    color: #fff !important;
    text-decoration: none;
}

.userdelivery-address-show {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

/* ------ ACCORDION MOBILE MENU STYLE -------------- */
.ladder {
    border-bottom: 1px solid #ebebeb;
}
.ladder ul {
    font-weight: bold;
    color: #000;
    margin: 0;
    line-height: 1.1;
    padding: 0;
}
.ladder ul ul li {
    height: auto;

    padding: 0;
    transition: max-height 0.3s 0 ease-in;
}
.ladder ul .collapse li {
    height: 0;
    max-height: 0;
}
.ladder li {
    list-style-type: none;
    padding: 0;
    height: auto;
    border-bottom: 1px solid #ebebeb;
}
.ladder li i {
    font-size: 20px;
    float: right;
}
.ladder a {
    text-decoration: none;

    font-size: 14px;
    font-weight: 500;
    width: 100%;
    padding: 13px 20px 13px 20px;
    display: block;
}

/* ------ ACCORDION MOBILE MENU STYLE -------------- */

.form-row {
    margin-bottom: 10px !important;
}
.form-captcha-height {
    height: 55px !important;
    padding: 0.375rem 0.75rem !important;
}

.multitab-section {
    display: inline-block;
    width: 100%;
}

.multitab-section p {
    display: inline-block;
    text-transform: lowercase;
    font-size: 14px;
    padding: 20px;
    margin: 0;
}

.multitab-widget {
    list-style: none;
    padding: 0;
    text-align: center;
}

.multitab-widget li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
}
.multitab-widget-content {
    margin-top: 50px;
}

.progress-bar {
    background: #ddd none repeat scroll 0 0 !important;
    box-shadow: 0 0 0;
    height: 15px;
    margin: 0 0 25px;
    position: relative;
    width: 100%;
    border-radius: 5px;
}
.progress-bar-text {
    color: #333333;
    font-size: 15px;
    margin-bottom: 9px;
}
.progress-bar > span {
    display: block;
    height: 100%;
    width: 0;
    border-radius: 5px;
}
.progress-bar > span {
    background: #f8c01b none repeat scroll 0 0;
}

.quantity {
    position: relative;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input {
    width: 70px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #ced4da;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #ced4da;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #ced4da;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
}

.image-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
}
.image-box .thumbs {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 15px;
    overflow: hidden;
}
.image-box .thumbs li .thumb-img {
    opacity: 0.4;
    border: 1px solid #ebebeb;
    transition: 0.2s ease-in-out 0s;
}
.image-box .thumbs li.activeted .thumb-img {
    opacity: 1;
    border: 1px solid #333;
}

.image-box .thumbs .thumb-img {
    display: block;
    width: 90px;
    height: 100px;
}
.image-box .large-image {
    width: 100%;
    height: 554px;
    background-color: #f9f9f9;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: crosshair;
}

.carousel-gallery .swiper-slide {
    display: block;

    border-radius: 0;
    overflow: hidden;
    position: relative;
}

.carousel-gallery .swiper-slide a:hover .image .overlay {
    opacity: 1;
}
.carousel-gallery .swiper-slide a .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.carousel-gallery .swiper-slide a .image .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.carousel-gallery .swiper-slide a .image .overlay em {
    color: #fff;
    font-size: 26px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}
.carousel-gallery .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 25px;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 0.7;
}
.carousel-gallery
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
    transform: scale(1.1, 1.1);
}

.header-mobile-main {
    display: none;
}

.mobile-menu-bar-button {
    width: 30px;
    height: 15px;

    border: 0px;
    background: none;
    outline: none;
}
.mobile-menu-bar-button:focus {
    outline: none;
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    width: 25px;
    height: 15px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 7px;
}

#nav-icon1 span:nth-child(3) {
    top: 14px;
}

#nav-icon1.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.opening-mobile-menu-div {
    text-align: center;
    display: none;
    border-top: 1px solid #ebebeb;
    background-color: #fff;
}

#return-to-top {
    position: fixed;

    right: 20px;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;

    z-index: 99;
}
#return-to-top i {
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover i {
    top: 5px;
}

/* Fixed Header Update CSS Codes */
.fixed-header-in {
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed-header-logo {
    width: 250px;
    height: auto;
}
.fixed-header-logo img {
    max-height: 55px;
    max-width: 135px;
}
.fixed-header-text {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.fixed-header-icons-area {
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.fixed-header-icons-area-box {
    margin: 0 15px;
}
/* Fixed Header Update CSS Codes SON */

/* Product Comment */
.product-comment-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.product-comment-head-1 {
    width: 40%;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box;
}
.product-comment-head-1-h {
    width: 100%;
    margin-bottom: 10px;

    font-size: 24px;
    font-weight: bold;
    color: #000;
}
.product-comment-head-1-s {
    width: 100%;
    margin-bottom: 30px;

    font-size: 14px;
    color: #000;
}
.product-comment-head-1-btn {
    width: 100%;
    text-align: center;
}
.product-comment-head-1-btn a {
    position: relative;
    padding: 8px 35px;
    background-color: #ff2d46;
    font-weight: bold;
    color: #fff;

    font-size: 14px;
    border: 2px solid #ff2d46;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}
.product-comment-head-1-btn a:hover {
    color: #fff;
    text-decoration: none;
    border: 2px solid #ce243a;
}
.product-comment-head-2 {
    width: 60%;
    border: 1px solid #ebebeb;
    padding: 35px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.product-comment-head-2-img {
    width: 125px;
    height: 125px;
}
.product-comment-head-2-img img {
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    padding: 13px;
    width: 105px;
    height: 105px;
}
.product-comment-head-2-ot {
    flex: 1;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
}
.product-comment-head-2-ot-1 {
    width: 100%;
    font-size: 14px;
    color: #777777;
    margin-bottom: 0px;
}
.product-comment-head-2-ot-2 {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 7px;
}
.product-comment-head-2-ot-3 {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 7px;
}
.product-comment-head-2-ot-4 {
    width: 100%;
    font-size: 35px;
    color: #cfcfcf;
}

.product-comment-head-content-main {
    width: 100%;
    margin-bottom: 60px;
}
.product-comment-head-content-box-out {
    display: none;
    border: 1px solid #ebebeb;
    margin-bottom: 25px;
}
.product-comment-head-content-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 25px;
}
.product-comment-head-content-box-out:nth-of-type(2n) {
    background-color: #f8f8f8;
}
.product-comment-head-content-box-name-rad {
    width: 75px;
    height: 75px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #2d68ff;
    margin-right: 50px;
    font-size: 30px;
    color: #ffff88;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-comment-head-content-box-in {
    flex: 1;
    text-align: left;
}
.product-comment-head-content-box-in-1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.product-comment-head-content-box-in-1-name {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-right: 25px;
}
.product-comment-head-content-box-in-1-date {
    font-size: 13px;
    color: #adadad;
}
.product-comment-head-content-box-in-2 {
    margin-top: 10px;
    width: 100%;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}
.product-comment-head-content-box-in-3 {
    width: 100%;
    color: #cfcfcf;
    font-size: 18px;
    margin-bottom: 5px;
}
.product-comment-head-content-box-in-4 {
    font-size: 14px;
    width: 90%;
    color: #000;
    line-height: 18px;
}
.yorum-ekle-modal-body {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.yorum-ekle-modal-body-img {
    width: 130px;
    height: 105px;
}
.yorum-ekle-modal-body-img img {
    width: 96px;
    height: 96px;
    padding: 7px;
    border: 1px solid #ebebeb;
}
.yorum-ekle-modal-body-right {
    flex: 1;
}
.yorum-ekle-modal-body-right-h {
    width: 100%;
    font-size: 17px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}
.yorum-ekle-modal-body-right-t {
    width: 100%;
    font-size: 16px;
    color: #000;
}
.yorum-ekle-modal-body-right-star {
    width: 100%;
}
.no-comment-alert {
    width: 100%;
    padding: 25px 10px;
    box-sizing: border-box;

    font-size: 15px;
    color: #000;
    border: 1px solid #ebebeb;
    background-color: #f8f8f8;
    text-align: center;
}
.user-comments-status-div {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.user-comments-status-box {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ebebeb;

    font-size: 12px;
    text-align: center;
    font-weight: 600;
    color: #333;
    padding: 5px 8px;
    margin-right: 5px;
}

/* Product Comment SON */

/* Load More Style Codes */
.commentboxes {
    margin: 5px auto;
    padding: 8px 0;
    width: 50%;
    background: #eee;
    border: 1px solid #ccc;
    text-align: center;
    display: none;
}
#loadmore_button {
    text-decoration: none;
    width: auto;
    background-color: #fb384f;
    display: inline-block;
    padding: 15px 45px;

    font-size: 16px;
    color: #fff;
    font-weight: 600;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}
#loadmore_button:hover {
    background: #333;
}
.loadmore_button_nomore {
    text-decoration: none;
    width: auto;
    background-color: #333;
    display: inline-block;
    padding: 15px 45px;

    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.loadmore_button_out {
    width: 100%;
    text-align: center;
    margin: 40px 0;
}
/* Load More Style Codes SON */

/* tracing Add Style */
.tracing-input-div {
    width: 500px;
    margin: 0 auto;
    margin-top: 30px;
}
.tracing-order-main-div {
    width: 100%;
}
.tracing-order-no-div {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ebebeb;
    text-align: center;

    font-size: 20px;
    font-weight: bold;
}
.user-right-content-inside {
    width: 100%;
    height: auto;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}
.user-right-form-area {
    width: 55%;
}
.user-right-form-area label,
button {
    font-size: 14px !important;
    font-weight: 600;
}
.user-right-form-area input,
select {
    border-radius: 0 !important;
    font-size: 14px !important;
    height: 40px !important;
}
.user-right-form-area textarea {
    border-radius: 0 !important;
    font-size: 14px !important;
}
.user-right-other-area {
    flex: 1;
    margin-left: 40px;
    background-color: #f8f8f8;
    border-bottom: 2px solid #ebebeb;
    padding: 35px 10px;
    box-sizing: border-box;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.user-right-other-area i {
    font-size: 30px;
    margin-bottom: 10px;
}

.user_success_alert {
    width: 100%;
    box-sizing: border-box;

    font-size: 16px;
    color: #fff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    top: 0;
    left: 0;
}
.user-right-haed {
    width: 100%;
    overflow: hidden;
    padding: 0 10px 15px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 600;
    color: #000;
}

.user_success_alert_ic {
    background-color: rgba(25, 179, 85, 0.98);
    text-align: center;
    width: 350px;
    padding: 30px 0;
    transition: all 700ms;
}
.user_success_alert_ic_red {
    background-color: rgba(248, 38, 71, 0.98);
    text-align: center;
    width: 350px;
    padding: 30px 0;
    transition: all 700ms;
}
.user-order-alert-box {
    width: 100%;
    border: 1px solid #f5d155;
    background-color: #fff4c8;
    padding: 7px 20px;
    box-sizing: border-box;

    font-size: 13px;
    color: #000;
    margin-bottom: 20px;
}
.user-order-sort-info {
    font-size: 12px;
    color: #666;
    font-weight: 400;
    float: right;
    margin-top: 5px;
}
.user-order-box {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    background-color: #f8f8f8;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: left;
}
.user-order-box-item {
    width: auto;
    flex: 1;
    border-right: 1px solid #ebebeb;
    padding: 4px 15px;

    text-align: center;
}
.user-order-item-head {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.user-order-item-desc {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    margin-bottom: 10px;
}
.user-order-item-delivery {
    display: inline-block;
    border-radius: 5px;
    font-size: 13px;
    padding: 2px 12px;
}
.user-order-item-desc-price {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.user-order-box-item:first-child {
    width: 280px;
    flex: none;
    text-align: left;
}
.user-order-box-item:last-child {
    border-right: 0;
    min-height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-order-detail-status {
    width: 100%;
    height: auto;
    padding: 10px 15px;
    box-sizing: border-box;
}
.user-order-info-main {
    width: 100%;
    padding: 35px 20px 35px 20px;
    box-sizing: border-box;

    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.user-order-info-box {
    width: 50%;
    height: auto;
}
.user-order-info-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.user-order-info-box ul li {
    width: 90%;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    color: #000;
    padding: 8px 0;
}
.user-order-info-address {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    color: #000;
}
.user-order-info-address:last-child {
    border-bottom: 0;
}
.user-order-price-detail {
    width: 100%;
    border: 1px solid #ebebeb;
    background-color: #f8f9fa;
    box-sizing: border-box;
    padding: 0 20px;
}
.user-order-price-detail-box {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.user-order-price-detail-box-in {
    width: 50%;
    font-size: 15px;
    color: #000;
}
.user-order-price-detail-box:last-child {
    border-bottom: 0;
}

.user-order-product-main-div {
    width: 100%;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
}
.user-order-product-inbox {
    flex: 1;
    min-height: 145px;
    border-right: 1px solid #ebebeb;
}
.user-order-product-inbox:last-child {
    border-right: 0;
}
.user-order-pro-div {
    width: auto;
    padding: 30px 15px;
    font-size: 13px;
    color: #000;
}
.user-order-pro-div-name {
    width: 280px;
    padding: 30px 15px;
    font-size: 13px;
    color: #000;
}
.user-order-pro-div-name a {
    color: #000;
}
.user-order-pro-div img {
    width: 75px;
    height: 75px;
}
.user-order-tracking-main {
    width: 100%;
    padding: 10px 20px;

    font-size: 14px;
    color: #000;
    background-color: #ebebeb;
    margin-bottom: 30px;
    display: flex;
}
.user-order-tracking-main-ic {
    width: auto;
    margin-right: 20px;
    border-right: 1px solid #ccc;
    padding-right: 15px;
}
.user-order-tracking-main-ic:last-child {
    border-right: 0;
}

/* tracing Add Style SON */

.header-ust-bar-right-table-ic .btn-primary {
    background: #cca876 !important;
    border: 0 !important;
}

.offer-tracing-mobile-main-div .btn-primary {
    background: #cca876 !important;
    border: 0 !important;
}

.product-main-box-img .nostock .text {
    background-color: #cca876 !important;
}

.pagination-sm .page-link {
    font-size: 1.2rem !important;
}

.swiper-container {
    border-radius: 6px !important;
}

.top-level-menu > li:hover {
    border-radius: 0.2rem !important;
}

.page-headers-main {
    width: 100%;
    padding: 14px 0px 14px 0px;
}

.product-main-box-price {
    display: none !important;
}
.blog-box-in-readmore a {
    color: #cca876 !important;
}

.about-counter-div {
    border-radius: 8px !important;
}

.progress-bar > span {
    background: #cca876 !important;
}

.filter-button.is-checked {
    background: #cca876 !important;
    border-radius: 8px;
}

.form-control {
    border-radius: 8px !important;
}

#inputCaptcha {
    margin-left: 10px !important;
}
.input-group-text {
    border-radius: 12px !important;
}

button[type="submit"] {
    background: #000e39 !important;
    border: 0 !important;
    width: 100% !important;
    font-size: 18px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

.page-item.active .page-link {
    background-color: #000e39 !important;
    border: 0 !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
}
.page-headers-main {
    border: 1px solid #ebebeb !important;
    -webkit-box-shadow: inset 0px 5px 10px -7px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: inset 0px 5px 10px -7px rgba(0, 0, 0, 0.1) !important;
    box-shadow: inset 0px 5px 10px -7px rgba(0, 0, 0, 0.1) !important;
    background: #f9f9f9 !important;
    padding: 14px 0px 14px 0px !important;
}

.input-group-prepend {
    margin-right: 8px !important;
}

.video-gallery-home-box-text .btn {
    display: none !important;
}

.services-detail-content-left-baslik .fa-share-alt {
    display: none !important;
}
.services-detail-content-left-baslik .fa {
    display: none !important;
}

.slider-button-type {
    background: #cca876 !important;
    border: 0 !important;
}
