﻿@charset "UTF-8";

body {
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-align: left;
    margin: 0;
    padding:0;
    color: #666666;
    /* Set "my-sec-counter" to 0 */
    counter-reset: my-sec-counter;
    font-display: swap;
    -webkit-font-smoothing: antialiased; /* Daha net yazı tipi gösterimi */
    -moz-osx-font-smoothing: grayscale; /* MacOS için font optimizasyonu */
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body.modal-open header {
  z-index: auto;
}
body.body-fixed {
  z-index: auto;
  height: 100vh;
  overflow-y: hidden !important;
}

#pageBody {
  min-height: 350px;
}
h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}
h5 {
    font-size: 1.125rem;
}
h6 {
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
}
a {
  text-decoration: none;
  color: #565657;
  display: inline-block;
  transition: 300ms;
}
a:hover {
  color: #4ac4f3;
}
a, button, .clickable {
  min-height: 34px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
img {
  loading: lazy;
  max-width: 100%;
  height: auto;
}
* Form elementleri istisnası */
input[type="text"],
input[type="email"], 
input[type="password"],
textarea,
select {
  min-height: auto !important;
  min-width: auto !important;
  display: block !important;
}

/* Inline linkler istisnası */
p a, span a, .text-link {
  min-height: auto;
  min-width: auto;
  display: inline;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

:focus {
  outline: none !important;
  box-shadow: none !important;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

tr input {
  margin-right: 5px;
}

tr label {
  margin-right: 15px;
}

a.help {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #2c2929;
  padding: 8px 0px;
  line-height: 22px;
}
a.help i {
  float: left;
  font-size: 21px;
  display: inline-block;
  margin-right: 5px;
  color: #303030;
}

.theme-edit .modal-footer {
  position: relative;
}

.postModule.flipInY {
  animation-name: flipInY;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.fancybox-content {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.clearFix:after {
  clear: both;
}

.clearFix:before,
.clearFix:after {
  content: "";
  display: table;
}

li {
  list-style: none;
}

span a {
  display: inline-block;
}

.none, .hide {
  display: none;
}

.btn:focus {
  outline: none !important;
}

.module {
  min-height: 45px;
  position: relative;
}

.custom-heading.module {
  min-height: 25px;
}

.image-module img {
  max-width: 100%;
}

.caption-absolute {
  font-size: 18px;
  background: #444342;
  opacity: 0.85;
  padding: 10px 22px;
  text-align: center;
  position: absolute;
  top: 70%;
  font-weight: 500;
  right: 0;
  left: 0;
  color: #ffffff;
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.lazy {
  display: block;
}
.lazy:before {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  margin: 0px auto !important;
  z-index: 1;
}

img.lazy {
  min-height: 150px;
  min-width: 80px;
  background-position: center;
  background-color: #f5f5f5; /* Yüklenene kadar arkaplan */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%23f5f5f5"/></svg>'); /* Placeholder */
}

.btn-primary:hover {
  background-color: #5881a5;
  border-color: #5881a5;
}

.irs-bar,
.irs-from,
.irs-to,
.irs-single {
  background: #4ac4f3;
}

a.add-slide, a.add-tab, a.add-product-slider-tab {
  color: white !important;
}

.remove-tab, .remove-slide, .remove-product-slider-tab {
  float: right;
  color: white !important;
  margin-top: 25px;
}

.tabs-box, .accordion-box, .slider-box, .product-slider-box {
  position: relative;
  margin-bottom: 90px;
}

.accordion .card .card-header button {
  padding-left: 0;
  padding-right: 0;
}

.slide-box, .product-slider-box {
  position: relative;
  padding-bottom: 55px;
  margin-bottom: 50px;
}

.slide-order, .product-slide-order {
  background: #f3f3f3;
  padding: 12px 0px;
  border-radius: 4px;
  margin-bottom: 10px;
  line-height: 30px;
}
.slide-order input, .product-slide-order input {
  float: right;
  width: 50px;
  border: 1px solid white;
  height: 30px;
  border-radius: 4px;
  margin-left: 8px;
  text-align: center;
}
.slide-order h5, .product-slide-order h5 {
  margin: 0;
  line-height: 30px;
}

.module-check-list {
  line-height: 26px;
}
.module-check-list label {
  font-size: 13px;
}

a.remove-image {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: rgba(44, 41, 41, 0.839);
  padding: 4px 8px;
  border-radius: 3px;
  color: white;
}
a.remove-image:before {
  content: "\f2ed";
  font-family: "font awesome 5 free";
  font-display:swap;
  margin-right: 5px;
}

.paragraph-advanced a {
  display: block;
}

.paragraph-text:hover {
  color: #565657 !important;
}

.html p, .html ul li {
  line-height: 28px;
}

.html ul {
  margin-top: 15px;
}

/** STATIC TYPE **/
.alert[style*=inline] {
  display: flex !important;
  align-items: center;
}

.alert[style*=inline]:before {
  content: "\f12a";
  font-family: "Font Awesome 5 Free";
  font-display:swap;
  font-weight: 700;
  display: inline-block;
  margin-right: 6px;
  line-height: 1;
}

.bordered-1 {
  border: 1px solid #f3f3f3;
}

.bordered-2 {
  border: 1px solid #e7e7e7;
}

.border-bottom-0 {
  border-top: none !important;
}

.tipografi h2 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #171717;
}

.tipografi p {
  font-size: 13px;
  line-height: 28px;
  margin: 15px 0px 25px 0px;
}

.static-type b {
  font-weight: 600;
}

.static-type h5 {
  margin-top: 30px;
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.border-1 {
  border: 1px solid #efebeb;
  border-radius: 4px;
}

/** STATIC TYPE END **/
#up {
  bottom: 70px;
  right: 30px;
  position: fixed;
  width: 40px;
  height: 40px;
  font: bold 10pt verdana;
  display: none;
  padding: 5px;
  cursor: pointer;
  border: none;
  z-index: 999999;
  text-align: center;
  color: white;
  background: #4ac4f3;
  padding: 10px 0px;
  font-size: 18px;
  border-radius: 4px;
}
#up i {
  color: white;
}
#up:hover {
  background-color: #1c1d1d;
}
#up:hover i {
  color: white;
}

/* FILTER MODULE */
.filter-module input, .filter-module select {
  line-height: 64px !important;
  padding: 0px 20px;
  font-weight: 600;
  color: #1d1c1c;
  font-size: 17px;
  height: 64px;
}

.form-control.location {
  min-width: 370px;
}

.filter-module select {
  min-width: 210px;
}
.filter-module ul li {
  padding: 0px 6px;
}
.filter-module input::placeholder {
  color: #1d1c1c;
}

.filter-button {
  background: #ff9803;
  border: 0;
  border-radius: 4px;
  color: white;
  line-height: 64px;
  padding: 0px 26px;
  font-size: 18px;
  font-weight: 700;
}

/* FILTER MODULE */
#htmlmodule .moduleContent p {
  line-height: 25px;
  margin-bottom: 10px;
  font-size: 13px;
}

#htmlmodule .moduleContent {
  padding: 15px;
  border: 1px solid #efeded;
  border-top: 0;
}

.title a {
    display: block;
}

.title h1 {
    background: #f6f6f6;
    padding: 14px 20px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-align: left !important;
    margin: 0;
}

.title-type-1 {
    margin-bottom: 25px;
    border-radius: 6px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 13px;
    line-height: 45px;
}

    .title-type-1 h1, .title-type-1 h2, .title-type-1 h3, .title-type-1 h4, .title-type-1 h5, .title-type-1 h6 {
        margin-bottom: 0;
    }

    .title-type-1 i {
        width: 45px;
        background: #f6f6f6;
        text-align: center;
        margin-right: 15px;
        line-height: 45px;
        color: #2e2c2c;
    }

.title-type-2 {
    border: 1px solid #e7e7e7;
    font-size: 13px;
    padding: 0px 15px;
    background-color: #f7f7f7 !important;
    margin-bottom: 0;
}

    .title-type-2 h1, .title-type-2 h2, .title-type-2 h3, .title-type-2 h4, .title-type-2 h5, .title-type-2 h6 {
        margin-bottom: 0;
    }

    .title-type-2 span {
        line-height: 45px;
    }

.title-type-3 {
    font-size:16px;	
    margin-bottom: 30px;
    background: #fdfdfd;
    padding: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom: 1px solid #ebebeb;
}

    .title-type-3 h1, .title-type-3 h2, .title-type-3 h3, .title-type-3 h4, .title-type-3 h5, .title-type-3 h6 {
        margin-bottom: 0;
    }

    .title-type-3 i {
        height: 42px;
        line-height: 42px;
        width: 62px;
        text-align: center;
        background: #f9f9f9;
        border-top-left-radius: 6px;
        position: relative;
        top: -1px;
        left: -1px;
        margin-right: 10px;
        border: 1px solid #ebebeb;
        border-bottom: 0;
    }

.title-type-4 {
    margin-bottom: 20px;
    background: #fdfdfd;
    padding: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border: 1px solid #ebebeb;
    line-height: 42px;
    border-radius: 6px;
    font-size:16px;
}

    .title-type-4 h1, .title-type-4 h2, .title-type-4 h3, .title-type-4 h4, .title-type-4 h5, .title-type-4 h6 {
        margin-bottom: 0;
    }

    .title-type-4 i {
        display: inline-block;
        background: #f9f9f9;
        line-height: 42px;
        width: 60px;
        text-align: center;
        margin-right: 15px;
        border-right: 1px solid #f1f1f1;
	
	
    }

.failed {
  position: absolute;
  bottom: 12px;
  right: 24px;
  color: #d84444;
}

.admin-edit-button {
  position: fixed;
  right: 0;
  background: #545659;
  border: none;
  padding: 14px 16px;
  color: white;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  cursor: pointer;
  z-index: 999;
}

#admin-edit-layout .modal-body {
  padding: 0 !important;
}

.custom-header {
  text-decoration: none !important;
  color: black !important;
}
.custom-header h1, .custom-header h2, .custom-header h3, .custom-header h4, .custom-header h5, .custom-header h6 {
  margin-bottom: 0;
}

.edit-button {
  position: absolute;
  z-index: 98;
  right: 30px;
  background: #f6f6f6;
  box-shadow: none;
  color: black;
  padding: 8px 10px;
  border: 1px solid #e4e4e4;
  border-top: 0;
  top: 0;
  border-radius: 9px;
}
.edit-button:hover {
  opacity: 1;
}

.modal-header {
  background: #2c2929;
  color: white;
}
.modal-header .close {
  color: #e9e9e9 !important;
  text-shadow: none;
  opacity: 1;
}

.theme-edit .modal-header {
  background: #2c2929;
  color: white;
}

.theme-edit .form-control {
  font-size: 13px;
}
.theme-edit h3 {
  margin-bottom: 17px;
  display: block;
  border-bottom: 1px solid #e9e8e8;
  padding-bottom: 15px;
}

.theme-edit-tabs {
  border: none;
}
.theme-edit-tabs li {
  width: 25% !important;
  text-align: center;
}
.theme-edit-tabs li a {
  color: #363636;
  border: transparent !important;
  border-radius: 0 !important;
  background: #efefef;
  margin-right: 2px;
}
.theme-edit-tabs li a.active {
  background: #2c2929 !important;
  border: none !important;
  color: white !important;
  /* border-radius: 0 !important; */
}
.theme-edit-tabs li:first-child a {
  border-top-left-radius: 9px !important;
}
.theme-edit-tabs li:last-child a {
  border-top-right-radius: 9px !important;
}

.module:hover a.edit-button {
  display: block;
}

.custom-menu ul li a i {
  color: white !important;
  margin-right: 0px !important;
  text-shadow: none !important;
}

.topbar {
  position: relative;
  background: #f6f6f6;
  padding: 0;
  box-shadow: 1px 1px 1px #ededed;
  font-display:swap;
}

#nav-menu-topbar {
  margin: 0 !important;
  padding: 0 !important;
  float: right;
  position: unset;
}
/*
#nav-menu-topbar button.navbar-toggler {
  padding: 10px 0;
}
*/
#menu-topbar > ul {
  text-align: right;
  width: 100%;
}
#menu-topbar > ul > li {
  display: inline-block;
}

.vertical {
  border: 1px solid #ebebeb;
}
.vertical ul {
  display: block;
  width: 100%;
}
.vertical ul li a {
  border-bottom: 1px solid #e3e3e3;
  line-height: 54px;
  padding: 0px 20px !important;
  display: block;
  color: #5b5959;
}
.vertical ul li a:before {
  content: "\f35a";
  font-family: "font awesome 5 free";
  font-display:swap;
  font-size: 22px;
  float: left;
  margin-right: 8px;
  color: #e7e7e7;
}
.vertical ul li:last-child a {
  border-bottom: 0;
}
.vertical ul li:hover a {
  background: #4ac4f3;
  color: white;
}
/*
.currency ul,
.language ul {
  max-width: 200px;
  width: 150px;
  min-width: 0;
  padding: 0;
  margin-top: 0;
  background-color: white;
}
.currency ul li a,
.language ul li a {
  padding: 8px 20px;
  font-size: 13px;
  border-bottom: 1px solid #f1efef;
  display: block;
}
.currency .btn,
.language .btn {
  background: none;
  font-size: 13px;
  color: #514f4f;
  padding: 11px 0px;
}

.language img {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

.currency span {
  text-align: center;
  border-radius: 50%;
}

.currency ul li,
.language ul li:last-child a {
  border-bottom: 0;
}

.language ul li a img {
  margin-right: 5px;
}



.my-cart > .btn {
  background: none;
  border: none;
  color: black;
  padding: 0;
}
.my-cart > .btn:hover {
  background: none;
  color: black;
}
.my-cart #cart-count {
    color: #393b3c;
    font-size: 13px;
    line-height: 39px;
    font-weight: 500;
    display: inline-block;
    font-display:swap;
}

.my-cart-info span {
  display: block;
  text-align: left;
}

span.my-cart-title {
    font-size: 13px;
    line-height: 40px;
    float: left;
    padding-right: 4px;
}

.my-cart-item {
  margin-right: 5px;
}

.my-cart .dropdown-toggle::after {
  display: none;
}
*/
.dropdown-menu {
  min-width: 18rem;
}

.cart-button-group {
  padding: 0;
  float: left;
  width: 100%;
  text-align: right;
  font-size: 12px;
}
.cart-button-group a {
  font-size: 13px;
}
.cart-button-group a:first-child {
  max-width: 40%;
  width: 100%;
}
.cart-button-group a:last-child {
  max-width: calc(60% - 0.25rem);
  width: 100%;
}

.dis-grp {
  padding: 10px 0;
}
.dis-grp .title3 {
  font-weight: 500;
  margin: 4px 0;
}
.dis-grp ul li {
  display: table-row;
  float: left;
  width: 33.3333333333%;
  padding-right: 2%;
  text-align: center;
  margin-bottom: 5%;
}
.dis-grp ul li .dis-box {
  background-color: #f1f1f1;
  font-size: 12px;
  font-weight: bold;
  color: #313131;
  padding: 10px 0;
}

.dis-grp ul li .dis-grp-active {
  background-color: rgba(109, 190, 20, 0.83);
  color: #f5f5f5;
}

.total-price {
  font-weight: 600;
  /*font-family: "rubik";*/
  color: #4ac4f3;
  max-width: 90px;
  margin-right: 10px;
  font-display:swap;
}

.cart-title {
  text-align: center;
  font-size: 13px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}

.cart-product-image {
  background-color: white;
  width: 25%;
  float: left;
}

.cart-product-image img {
  max-width: 100%;
}

.cart-product-title {
  width: 75%;
  float: left;
  padding: 0px 10px;
  font-size: 13px;
}

.cart-product-name {
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.my-cart .dropdown-menu {
  width: 320px;
  right: 0;
  left: inherit !important;
  padding: 10px 15px;
  top: 20px !important;
  transform: translate3d(0px, 40px, 0px) !important;
}
.my-cart .dropdown-menu:before {
  right: 35px !important;
  left: inherit;
}

.cart-product-price {
  float: left;
  width: 100%;
}

.cart-total-products .remove {
  position: absolute;
  right: -15px;
  float: right !important;
  left: inherit;
  width: 35px !important;
  top: 35px;
  color: red;
}
.cart-total-products > ul {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  max-height: 475px;
  overflow-y: auto;
}
.cart-total-products > ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.cart-total-products > ul::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
    .cart-total-products > ul::-webkit-scrollbar-thumb {
        background-color: #4ac4f3;
        border-radius: 3px;
    }
.cart-total-products > ul > .cart-product {
  display: block;
  float: left;
  width: 100%;
  padding: 12px 0px;
  border-bottom: 1px solid #e3e1e1;
  position: relative;
}
.cart-total-products > ul > .cart-product img {
  border: 1px solid #e1dede;
}
.cart-total-products > ul > .cart-product > a {
  display: block;
  float: left;
  width: 100%;
}

.total-cart-price {
  float: left;
  width: 100%;
  padding: 10px 0px;
  text-align: right;
}
.total-cart-price span {
  font-weight: 500;
}

.header-middle-search {
  position: relative;
}
    .header-middle-search input {
        color: #717070;
        font-size: 12px;
       /* font-family: 'rubik';*/
        border: 2px solid #e4e0e0;
        height: 48px;
        border-radius: 0px;
        overflow: hidden;
        border-top-right-radius: 9px;
        margin-bottom: 22px;
	font-display:swap;
    }
        .header-middle-search input:focus {
            border-color: #4ac4f3;
        }
    .header-middle-search .search-button {
        background: #4ac4f3;
        height: 48px;
        border-radius: 0;
        border-top-right-radius: 9px;
        padding: 0px 22px;
        position: absolute;
        right: 0;
        top: 0;
    }
        .header-middle-search .search-button i {
            line-height: 48px;
        }

.header-contact {
  float: left;
  width: 100%;
}

.search-button i {
  color: white;
}

.twitter-typeahead {
  display: block !important;
  width: 100%;
}

.tt-menu {
  background-color: white;
  width: 90%;
  padding: 15px;
  border: 2px solid #efefef;
  border-radius: 9px;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tt-suggestion.tt-selectable {
  cursor: pointer;
}

.tt-dataset.tt-dataset-marka {
  margin-bottom: 15px;
}

h3.league-name {
    color: #48b7e2;
    border-bottom: 1px dashed #efefef;
    padding-bottom: 8px;
}

.account-title.mobile {
  width: unset !important;
  float: none !important;
  margin-left: 5px;
}

#user-login-modal input {
  height: 42px;
}

.user-menu > button {
  background: none;
  border: none;
  padding: 0;
  color: #565657;
  transition: 300ms;
}
    .user-menu > button > span {
        display: inline-block;
        float: right;
        line-height: 40px;
        padding-right: 15px;
    }
    .user-menu > button:hover {
        color: #4ac4f3;
    }

#user-menu-modal ul li {
  float: left;
  width: 25%;
  padding: 8px 5px;
}
#user-menu-modal ul li a {
  color: #5d5b5b;
  font-size: 13px;
  display: block;
  border: 1px solid #f3f3f3;
  border-left: 0;
  line-height: 46px;
}
    #user-menu-modal ul li:hover a {
        background: #28a8d9;
        color: white;
    }
#user-menu-modal ul li:hover a i {
  background: #1782ab;
  color: white;
}

.rotate:hover i {
  transform: rotateX(360deg);
  transition: all 0.5s;
}

#user-menu-modal ul li a i {
  background: #f3f3f3;
  width: 35px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  text-shadow: none;
  color: #424242;
  margin-right: 6px;
}

.favorite-list {
  margin-top: 8px;
  margin-bottom: 5px;
  display: block;
}
.favorite-list a span {
  font-size: 13px;
  float: right;
  line-height: 15px;
}

.favorite-list > a i,
.user-menu > button i {
  margin-right: 5px;
  color: #e4e4e4;
  width: 15px;
  text-align: center;
  line-height: 15px;
}

.header-bottom .navbar {
  padding: 0;
  margin: 0;
}
.header-bottom .navbar .navbar-brand {
  margin: 0;
}

.productbookmark-popup .product-item,
.overview-product .product-item {
  min-height: inherit;
}
.productbookmark-popup .product-item a,
.overview-product .product-item a {
  cursor: pointer;
  z-index: 98;
}

/* Proticaret Kategori */

.categories-title {
    background: #4ac4f3;
    border-radius: 5px 5px 0 0;
    min-height: 55px;
    line-height: 55px;
    color: white;
    font-size: 17px;
   /* font-family: 'rubik';*/
    font-weight: 500;
    font-display:swap;
}
.categories-title i {
  color: white;
}
    .categories-title .navbar-toggler {
        background: #48b7e2;
        padding: 0px 12px !important;
        display: block;
        float: left;
        margin: 0px 15px 0px 0px;
        height: 55px;
        border-radius: 0;
        border: none;
    }

.proticaret-categories #navbarNav {
  float: left;
  width: 100%;
}
.proticaret-categories .mega-left ul > li > ul > li a {
  position: relative;
  padding: 0;
  line-height: 42px;
  font-size: 13px;
  display: block;
  border-bottom: 1px solid #f3f3f3;
}
.proticaret-categories nav > ul > li:hover a {
  padding-left: 25px !important;
  color: #4ac4f3 !important;
}
.proticaret-categories nav ul li:last-child {
  border-bottom: 0;
}
.proticaret-categories .navbar {
  border-top: 0;
  flex-flow: column;
  padding: 0;
  margin: 0;
}
.proticaret-categories .n-category {
  display: block;
  border: 1px solid #e7e7e7;
  border-top: 0;
  border-bottom: 0;
  width: 100%;
}
.proticaret-categories .navbar-nav > li > a {
  line-height: 46px;
  padding: 0 10px !important;
  display: block;
  font-size: 13px;
  border-bottom: 1px solid #efefef;
  text-transform: uppercase;
}
    .proticaret-categories .navbar-nav > li > a:hover {
        color: #4ac4f3 !important;
    }
.proticaret-categories ul > li > a i {
  margin-right: 5px;
  width: 25px;
  text-align: center;
}
.proticaret-categories .navbar-brand {
  width: 100%;
  padding: 0;
  margin: 0;
}
.proticaret-categories .dropdown-toggle::after {
  position: absolute;
  right: 12px;
  top: 25%;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  content: "\f105";
  font-family: "font awesome 5 free";
  font-display:swap;
  font-weight: 900;
}

.categories-title .navbar-toggler span {
  height: 24px;
  background: none;
}
/*
.all-cats .expand-category-link,
.expand-category-left-link {
  float: left;
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 13px 10px;
  border-top: 0;
  cursor: pointer;
  font-weight: 500;
}
.all-cats .expand-category-link i,
.expand-category-left-link i {
  width: 25px;
  text-align: center;
  color: #4ac4f3;
  margin-right: 5px;
  font-size: 12px;
}
*/
.proticaret-slider .pro-slider:after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 78px;
    background: url(../images/slider-bottom-2.png) no-repeat 0 0;
    background-size: cover;
    display: inline-block;
    position: absolute;
    z-index: 7;
}
/* MARKA SLIDER BAŞLANGIÇ */
.brand-image a {
  padding: 8px 30px;
}

/* MARKA SLIDER SON */
/* TOP10 FULLWIDTH BAŞLANGICI */

.product-slider-title {
    margin-bottom: 30px;
    border-bottom: 2px solid #4ac4f3;
}

    .product-slider-title h3 {
        background: #4ac4f3;
        padding: 0px 30px;
        line-height: 55px;
        height: 55px;
        color: white;
        display: inline-block;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        font-weight: 500;
        letter-spacing: 0.4px;
        margin-bottom: 0;
    }

.product-slider .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
    margin: 0 !important;
}

    .product-slider .owl-nav .owl-next:before {
        content: "";
        border-left: 1px solid #e5e3e3;
        position: relative;
        left: -12px;
    }

    .product-slider .owl-nav div {
        background: #ffffff !important;
        padding: 5px 10px !important;
        color: black !important;
        font-size: 15px !important;
        margin: 0 0 0 5px !important;
    }

.product-slider .module-title {
    border-bottom: 2px solid #4ac4f3;
    position: relative;
}

.product-container {
    z-index: 0;
}

    .product-container:hover {
        z-index: 1;
    }

.product-item {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    z-index: 99;
    background-color: white;
    position: relative;
    margin-bottom: 35px;
    box-shadow: 0px 7px 22px 0px transparent;
    transition: 300ms;
}

    .product-item:hover {
        box-shadow: 0px 7px 22px 0px rgba(0, 0, 0, 0.31);
    }

.product-image {
    position: relative;
    margin: 0;
    text-align: center;
    overflow: hidden;
    min-height: 100px;
    padding: 10px 10px 30px 10px;
}

.product-item .user-visit {
    position: absolute;
    top: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 34px;
    background: #f0f3f7;
    height: 34px;
    border-radius: 3px;
    left: 0;
    width: 34px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 8px;
    z-index: 11;
}

    .product-item .user-visit i {
        line-height: 34px;
    }

    .product-item .user-visit i {
        line-height: 34px;
    }

.product-multi-image .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.product-image img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    margin: 0 auto;
    z-index: 9;
    position: relative;
}

.discount-rate, .new-product {
    width: 60px;
    height: 28px;
    position: absolute;
    border-radius: 3px;
    padding: 4px 0px;
    z-index: 10;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.6px;
}

    .discount-rate:after, .new-product:after {
        position: absolute;
        font-size: 22px;
        top: 18px;
        content: "\f0d7";
        font-family: "font awesome 5 free";
	font-display:swap;
        font-weight: 900;
    }

.new-product {
    top: 36px;
    left: 40px;
    color: black;
    background: #f9f9f9;
}

    .new-product:after {
        right: 10px;
        color: #f9f9f9;
    }

.discount-rate {
    color: white;
    background: #4ac4f3;
    top: 36px;
    right: 40px;
}

    .discount-rate:after {
        left: 10px;
        color: #4ac4f3;
    }

.firsat-inline {
    padding: 2px 6px;
    background: red;
    color: white;
    font-size: 12px;
    display: inline-block;
}

.product-name {
    height: 43px;
    overflow: hidden;
}

    .product-name a {
        font-size: 17px;
    }

.product-info {
    padding: 10px 15px;
    text-align: center;
}

    .product-info .product-mark-image img {
        max-width: 75px;
    }

.product-code-compare {
    overflow: hidden;
    background: #f1f1f1;
    padding: 8px;
    font-size: 12px;
    color: #3c3a3a;
    border-top: 1px solid #e3e1e1;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 40px;
    text-align: center;
}

.product-price > div {
    display: inline-block;
    padding: 0px 5px;
}

.product-price .user-price {
    font-size: 18px;
    color: #484848;
    letter-spacing: -0.3px;
    display: inline-block !important;
    font-weight: 500;
}

.old-price {
    text-decoration: line-through;
    color: #9b9b9b;
}

.cart-content .product-price > div {
    display: block;
}

.cart-content td.product-name {
    max-width: 390px;
    text-align: left;
}
.product-item:hover .product-image .action-hover {
    opacity: 1;
    right: 15px;
    transition: all 0.2s ease !important;
}

.product-item:hover .action-hover ul li div {
    display: inline-block;
    position: absolute;
}

.product-image .action-hover ul li div {
    /* display: none;*/
}

    .product-image .action-hover ul li div span {
        border-radius: 0px;
        padding: 7px 13px 5px 13px;
    }

.product-image .action-hover li {
    display: inline-block;
    width: 100%;
    border: 0;
    border-right: 0;
    background: rgba(37, 36, 36, 0.85);
    border-bottom: 1px solid #6b6767;
}

    .product-image .action-hover li a {
        padding: 0px 8px;
        position: relative;
        font-size: 13px;
        color: #fffcfc;
        line-height: 43px;
        cursor: pointer;
        height: 43px;
        display: block;
    }

        .product-image .action-hover li a i {
            line-height: 43px;
            font-size: 13px;
            color: #f3ebeb;
        }

    .product-image .action-hover li .alert-error {
        line-height: 43px;
        cursor: move;
    }

        .product-image .action-hover li .alert-error i {
            margin-right: 5px;
            background-color: white;
            color: #f94646;
            width: 23px;
            height: 23px;
            line-height: 25px;
            text-align: center;
            border-radius: 50%;
            font-size: 11px;
        }

    .product-image .action-hover li div:hover,
    .product-image .action-hover li a:hover {
        background-color: white;
    }

    .product-image .action-hover li:last-child {
        border-right: 0;
        border-bottom: 0;
    }

    .product-image .action-hover ul li div span span,
    .product-image .action-hover li a span {
        white-space: nowrap;
        font-size: 11px;
        letter-spacing: 0.50px;
        padding: 0px 20px;
        position: absolute;
        bottom: 100%;
        color: transparent;
        background-color: rgba(255, 194, 41, 0);
        -webkit-transition: all 0.4s ease 0.1s;
        transition: all 0.4s ease 0.1s;
        right: 0;
        border-radius: 3px;
        height: 35px;
        line-height: 35px;
        display: none;
    }

.product-image .action-hover ul li div span:hover span,
.product-image .action-hover ul li a:hover > span {
    display: inline-block;
    color: white;
    background-color: #2d2c2d;
}

    .product-image .action-hover ul li div span:hover span:before,
    .product-image .action-hover ul li a:hover > span:before {
        color: #ff7e00;
    }

.product-image .action-hover ul li div span i {
    padding-right: 0;
}

.product-image .action-hover li a:hover i {
    color: #4d4d4d !important;
}



/*BEST SELLER PRODUCTS end*/
.collapse-pd-list {
  width: 45px;
  background: #f6f6f6;
  text-align: center;
  margin-left: 15px;
  line-height: 45px;
  color: #2e2c2c;
  float: right;
}
.collapse-pd-list:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-display:swap;
  font-weight: 700;
}
.collapse-pd-list.collapsed:after {
  content: "\f067";
}

/* POSTER ICONS BAŞLANGICI */
.partner-section .tabs-stage {
    overflow: visible !important;
    max-height: inherit !important;
}

.heading-title {
    margin-bottom: 30px;
    text-align: center;
}

    .heading-title .title {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 25px;
        font-size: 36px;
        text-align: center;
    }

        .heading-title .title:after {
            content: "";
            position: absolute;
            bottom: 0;
            border-radius: 4px;
            left: 46%;
            margin-left: -40px;
            width: 80px;
            height: 4px;
            background: #4ac4f3;
        }

    .heading-title p {
        padding: 0 80px;
        display: block;
        margin-bottom: 10px;
        line-height: 26px;
    }

.customer .heading-title p {
    /* margin-bottom:0 !important; */
}

.icon-box.round-icon {
    padding: 10px 20px 0;
    border: none;
    box-shadow: none;
}

    .icon-box.round-icon .icon-bg {
        background: none;
        height: 100px;
        width: 100px;
        display: inline-block;
        border-radius: 100px;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
        transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        line-height: 100px;
        font-size: 32px;
        color: #4ac4f3;
        margin-bottom: 35px;
    }

.icon-bg-squared {
    background: none;
    display: inline-block;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    line-height: 100px;
    font-size: 32px;
    color: #4ac4f3;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    /* padding: 45px 25px; */
    height: 150px;
}

.partner-img {
    display: table !important;
}

    .partner-img span {
        display: table-cell;
        vertical-align: middle;
        padding: 0 15px;
    }

.icon-bg-squared img {
    max-width: 100%;
}

.icon-box.round-icon .icon-bg i {
    font-size: 50px;
    line-height: 100px;
    color: #4ac4f3;
}

.icon-box p {
    line-height: 26px;
}

.how-works {
    position: relative;
    overflow: hidden;
}

img.pr-works-img {
    max-width: 100%;
    z-index: 90;
    position: relative;
    height: auto;
}

.pr-objects .pr-objects-04 {
    position: absolute;
    top: 0%;
    right: -13%;
    border: 56px solid #4ac4f3;
    border-radius: 900px;
    height: 600px;
    width: 600px;
}

.pr-fadebounce {
    -webkit-animation-name: fadebounce;
    -moz-animation-name: fadebounce;
    -ms-animation-name: fadebounce;
    -o-animation-name: fadebounce;
    animation-name: fadebounce;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.pr-objects .pr-objects-01 {
    position: absolute;
    bottom: 10%;
    left: 0;
}

.pr-objects .pr-objects-02 {
    position: absolute;
    top: 0%;
    right: 35%;
    z-index: -1;
}

.pr-objects .pr-objects-03 {
    position: absolute;
    top: 30%;
    right: 0;
}

.how-works p {
    line-height: 28px;
    margin-bottom: 15px;
}

p.sub-title.date:before {
    font-family: "Font Awesome 5 Free";
    font-display:swap;
    content: "\f133";
    margin-right: 5px;
}

p.sub-title.date {
    font-weight: 500;
    font-size: 12px;
}

.pr-software-demo {
    position: absolute;
    top: 50px;
    height: 100%;
    width: 50%;
    left: 0;
}

.pr-objects-software .pr-objects-01 {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
}

.pr-objects-software .pr-objects-03 {
    position: absolute;
    top: 0%;
    left: 10%;
    border: 40px solid #4ac4f3;
    border-radius: 900px;
    height: 600px;
    width: 600px;
    z-index: -1;
}

.pr-list li {
    margin-bottom: 15px;
    line-height: 26px;
}

.pr-font-15 {
    margin-bottom: 35px;
}

.pr-font-black{
    font-size:14px;
}
.software h2 {
    font-size: 34px;
    margin-bottom: 25px;
}

.pr-list li:before {
    margin-right: 10px;
    font-size: 22px;
    float: left;
    color: #48bfec;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-display:swap;
    font-weight: 900;
}

.grey-bg {
    background: #f5f7fb;
}

.dark-grey-bg {
    background: #eeedeb;
}

.pr-fancy-box {
    padding: 40px 15px 25px 15px;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid #f2f2f2;
    margin-bottom: 15px;
}

    .pr-fancy-box .pr-icon {
        border-radius: 90px;
        display: inline-block;
        height: 86px;
        width: 86px;
        margin-bottom: 15px;
        line-height: 86px;
        text-align: center;
        color: #4ac4f3;
        background: #f4f4f4;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
        font-size: 26px;
    }

.fancy-content p {
    line-height: 28px;
}
/* POSTER ICONS SONU */
/* BANNER MODÜLÜ */
.banner-container img {
  max-width: 100%;
  height: auto;
}

/* BANNER MODÜLÜ SON */
/* VİTRİN MODÜLÜ */
.sidebar {
    background: white;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    float: left;
    width: 100%;
}

.sidebar-categories {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 15px;
}

.sidebar-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    font-display:swap;
}
.sidebar-item #sidebar-category-name {
	font-size:1.0rem;
}
.categories ul li {
    line-height: 32px;
}

.check-list ul > li label, .radio-list ul > li label {
    margin: 0px;
    padding: 7px 0 7px 20px;
    font-size: 13px;
    color: #444444;
    line-height: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
}

.cat-price {
    padding: 0px 20px;
}

.check-list ul > li > label input, .check-list ul > li > span input, .radio-list ul > li > label input {
    display: none;
}

.check-list ul > li > label:before, .radio-list ul > li > label:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #c4c4c4;
    position: absolute;
    top: 7px;
    left: 0px;
    content: "";
}

.check-list ul > li > label.select:after, .check-list ul > li > span input[type=checkbox]:checked + label:after {
    display: inline-block;
    content: "\f00c";
    color: #6eaee7;
    position: absolute;
    top: 7px;
    left: 2px;
    font-family: 'font awesome 5 free';
    font-display:swap;
    font-weight: 900;
}

.tabs-navigation ul {
    margin: 0;
    position: relative;
    margin-bottom: -2px;
}

.view-options li {
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
}

    .view-options li i {
        background: #fbfbfb;
        padding: 10px;
        color: #515151;
        border: 1px solid #dcd7d7;
        border-radius: 3px;
    }

    .view-options li:hover i, .view-options li.tab-active i {
        background: #4ac4f3;
        color: white;
        border: 1px solid transparent;
    }

.sorting-list select {
    padding: 0px 10px;
    border: 1px solid gainsboro;
    border-radius: 6px;
    color: #615f5f;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}

.short-description {
    margin-top: 12px;
    margin-bottom: 10px;
}

.one-content .product-image {
    width: 35%;
    float: left;
    border-right: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 15px;
}

.one-content .product-info {
    width: 65%;
    float: left;
    position: relative;
    margin-top: 0;
    padding: 15px;
    text-align: left;
}

.one-content .product-container, .two-content .product-container {
    float: left;
    flex: inherit !important;
    max-width: none !important;
}

.one-content .product-container {
    width: 100% !important;
}

.one-content .product-item .action-hover {
    max-width: 50%;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    border: 1px solid #f1eeee;
    border-bottom: 0;
    border-right: 0;
    background: #f5f7fb;
    border-top-left-radius: 12px;
    opacity: 1;
}

    .one-content .product-item .action-hover li:first-child {
    }

    .one-content .product-item .action-hover li {
        border: none;
        float: right;
    }

.one-content .product-price {
    display: inline-block;
    margin-top: 5px;
}

.two-content .product-container {
    width: 50% !important;
}

.user-cart {
    position: absolute;
    top: 50%;
    text-align: center;
    background: #f9f9f9;
    display: inline-block;
    left: 0;
    right: 0;
    width: 60%;
    margin: 0px auto;
    padding: 8px 0px;
}

.one-content .user-cart {
    right: 0;
    top: 0;
    float: right;
    width: 150px;
    left: inherit;
    background: #6eaee7;
    color: white;
}

.product-container .product-image a img:last-child {
    display: none;
}

.product-container .product-image:hover .product-second-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    text-align: center;
    margin: 0px auto;
}

.product-item:hover .product-hover {
    display: none;
}

.product-label ul li {
    text-align: center;
    font-size: 12px;
    color: #7e7d7d;
    margin-bottom: 8px;
    padding: 8px 4px;
    text-shadow: 1px 1px white;
}

    .product-label ul li i {
        margin-bottom: 5px;
    }

    .product-label ul li img {
        max-width: 100%;
    }

.product-item .action-hover {
    z-index: 99;
    width: 100%;
    text-align: center;
}

    .product-item .action-hover ul li div {
        /*     display: none; */
    }

.product-item:hover .action-hover ul li div {
    display: inline-block;
    position: absolute;
}

.product-item .action-hover ul li div span {
    border-radius: 0px;
    padding: 7px 13px 5px 13px;
}

.product-item .action-hover li {
    display: inline-block;
    width: 50px;
    float: left;
    border: 1px solid #e9e9e9;
}

    .product-item .action-hover li:first-child {
        /* width: 55%; */
        border-left: 0;
    }

    .product-item .action-hover li a {
        padding: 0px 18px;
        position: relative;
        font-size: 13px;
        color: #444444;
        line-height: 43px;
        cursor: pointer;
        border-right: 1px solid #e3e6ec;
        border-bottom-right-radius: 5px;
    }

    .product-item .action-hover li:last-child a {
        border-right: 0 !important;
    }

    .product-item .action-hover li:last-child {
        border-right: 0;
    }

    .product-item .action-hover li .alert-error {
        line-height: 43px;
        cursor: move;
    }

        .product-item .action-hover li .alert-error i {
            margin-right: 5px;
            background: white;
            color: #f94646;
            width: 23px;
            height: 23px;
            line-height: 25px;
            text-align: center;
            border-radius: 50%;
            font-size: 11px;
        }

    .product-item .action-hover ul li div span span, .product-item .action-hover li a span {
        white-space: nowrap;
        font-size: 11px;
        letter-spacing: 0.50px;
        padding: 0px 20px;
        position: absolute;
        bottom: 100%;
        color: rgba(0,0,0,0);
        background-color: rgba(255, 194, 41,0);
        -webkit-transition: all 0.4s ease 0.1s;
        transition: all 0.4s ease 0.1s;
        right: 0;
        border-radius: 3px;
        height: 35px;
        line-height: 35px;
    }

.product-item:hover .action-hover ul li div span span, .product-item:hover .action-hover ul li a span {
}

.product-item .action-hover ul li div span:hover span, .product-item .action-hover ul li a:hover > span {
    display: inline-block;
    color: white;
    background-color: #2d2c2d;
}

    .product-item .action-hover ul li div span:hover span:before, .product-item .action-hover ul li a:hover > span:before {
        color: rgb(255, 126, 0);
    }

.product-item .action-hover ul li div span i {
    padding-right: 0px;
}

.product-item .action-hover li div:hover, .product-item .action-hover li a:hover {
    color: white;
    background: #6eaee7;
}

.false {
    display: none !important;
}

.product-hover {
    z-index: 98;
    position: absolute;
    right: 15px;
    top: 60px;
}

.total-stock {
    text-align: center;
    background: #f9f9f9;
    padding: 5px 0px;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 5px;
    display: none;
}

a.demo-link {
    display: inline-block;
    padding: 9px 20px;
    background: #4ac4f3;
    color: white;
    border-radius: 3px;
    margin-top: 10px;
    float: left;
}


.two-content a.demo-link {
    width: 100%;
}


.two-content .action-hover li {
    float: none;
    border: none;
    background: #f5f7fb;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .two-content .action-hover li a {
        border: none;
    }

.four-list, .two-list {
    display: none !important;
}

#categories {
    max-height: 250px;
    overflow-y: scroll;
}

.sidebar ::-webkit-scrollbar {
    width: 14px;
}

.sidebar ::-webkit-scrollbar-track {
    background-color: #fafafa;
    border-radius: 10px;
}

.sidebar ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c8c8c8;
}

.sidebar-search input {
    background: #ffffff !important;
    width: 100% !important;
    font-size: 13px;
    border-radius: 0;
    border: 1px solid #ebeef3;
    border-right: 0;
}

.sidebar-search .col {
    width: 100%;
    float: left;
    display: block;
    /* flex: auto; */
}

.search-button {
    background: #4ac4f3;
    border-radius: 0;
    height: 48px;
    padding: 18px 22px;
    border: 0;
    border-top-right-radius: 9px;
    /* border-bottom-right-radius: 9px; */
}

.tt-menu {
    padding: 12px;
    background: #f5f7fb;
    width: 100%;
    margin-bottom: 12px;
}

    .tt-menu h3 {
        color: #4ac4f3;
        margin-bottom: 12px;
    }

.tt-dataset-urun {
    margin-bottom: 15px;
}

.tt-suggestion .tt-hightlight {
    font-weight: 500 !important;
}

strong.tt-highlight {
    padding: 7px 0px;
    line-height: 28px;
    cursor: pointer;
}

.tt-suggestion {
    cursor: pointer;
}
/* VİTRİN MODÜLÜ SONU */

.product-container .product-image .product-second-image {
    /* opacity:0;
     */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.product-container .product-image:hover .product-first-image {
    /*opacity:0*/
}

.product-container .product-image:hover .product-second-image {
    opacity: 1;
}

.product-container .loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

.product-label ul li {
    text-align: center;
    font-size: 12px;
    color: #3c3a3a;
    margin-bottom: 8px;
    padding: 8px 4px;
    background: #f3f3f3;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    width: 85px;
}

    .product-label ul li i {
        margin-bottom: 5px;
    }

    .product-label ul li img {
        max-width: 100%;
    }

.false {
    display: none !important;
}

ul.pagination li span {
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
    cursor: pointer;
}

    ul.pagination li span.select {
        background: #f9f9f9;
        color: #2a2828;
    }

    ul.pagination li span:hover {
        background: #f1f1f1;
    }

ul.pagination li:first-child span {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

ul.pagination li:last-child span {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.pagination .quantity {
    margin-top: 25px;
}

.dataPager span,
.dataPager a {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    float: left;
    margin: 0 5px 5px 0;
    text-align: center;
    border: 1px solid #e1e1e1;
    background-color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/* VİTRİN MODÜLÜ SONU */
/* ÜRÜN DETAYI BAŞLANGICI */

/*
.product-media-view {
  margin-bottom: 8px;
}
.product-media-view ul li {
  margin-right: 4px;
}
.product-media-view ul li a {
  font-weight: 500;
  padding: 8px 12px;
  display: inline-block;
  max-width: 33.3333%;
  border: 2px solid #565657;
  border-radius: 6px;
  background: transparent;
  transition: 350ms;
}
.product-media-view ul li a i {
  margin-right: 6px;
}
.product-media-view ul li a:hover {
  background: #4ac4f3;
  border-color: #4ac4f3;
  color: white;
}
*/
/* Product Detail Count Down */
.product-page .countdown-wrapper {
  float: left;
  width: 100%;
  padding: 8px 0px;
  border-bottom: 1px solid #e8e7e7;
}
.product-page .countdown-wrapper .countdown-title {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #4ac4f3;
  font-weight: 600;
}
.product-page .countdown-wrapper #pd-countdown {
  float: left;
  width: 100%;
}
.product-page .countdown-wrapper #pd-countdown .time {
  float: left;
  width: 100%;
  text-align: center;
}
.product-page .countdown-wrapper #pd-countdown .time-item {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 60px;
  height: 60px;
  margin: 12px 6px;
  border-radius: 50%;
  font-weight: 500;
  background: #4ac4f3;
  color: white;
}
.product-page .countdown-wrapper #pd-countdown .time-item span {
  display: block;
  float: left;
  text-align: center;
  width: 100%;
  margin: 0;
  line-height: 1;
}
/* Product Detail Count Down End */
.prd-images-thumbs {
  width: 100%;
  float: left;
  text-align: left;
  margin: 20px 0;
}
.prd-images-thumbs a {
  display: inline-block;
  margin-bottom: 8px;
}

.prd-images img {
    width:100%;
    object-fit: contain;
}

.product-page-center {
  background-color: #f9f9f9;
  padding: 30px 30px 30px 30px;
  border-radius: 8px;
  color: #7b7b7b;
  float: left;
}

.product-name-detail {
  font-size: 18px;
  color: #4d4d4d;
}
.product-name-detail .pd-firsat {
  background: red;
  border-radius: 5px;
  color: white;
  padding: 3px 10px;
  position: relative;
  top: -1px;
}

.product-title {
  padding-top: 6px;
  padding-bottom: 14px;
}

ol.breadcrumb {
  background: none;
  margin: 0;
  padding-left: 0;
  padding: 0;
}
ol.breadcrumb li a:after {
  content: "/";
  display: inline-block;
  margin: 0px 8px;
}
ol.breadcrumb li:last-child a:after {
  display: none;
}

.product-detail-edit {
  text-align: right;
}

.product-navigation {
  text-align: right;
}
.product-navigation .next, .product-navigation .prev {
  display: inline-block;
  text-align: right;
  margin-left: 10px;
  font-size: 13px;
}

.description {
  padding: 15px;
  background-color: white;
}

.overview-list .alert-success,
.overview-list-cont {
  padding: 8px 25px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 32px;
  background: #3e3e3e;
  color: white;
  font-size: 12px;
}

.product-social {
  padding: 10px 10px;
  background-color: white;
  font-size: 13px;
}

.product-social ul {
  margin-bottom: 0;
}

.product-social ul li {
  display: inline-block;
  font-family: "poppins";
  width: 25%;
  float: left;
  font-display:swap;
}
.product-social ul li a {
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
.product-social ul li i {
  width: 35px;
  text-align: center;
  font-size: 22px;
}

.product-label-detail ul li {
  padding-right: 5px;
  margin-top: 15px;
}
.product-label-detail a {
    background-color: white;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
}
    .product-label-detail a i {
        line-height: 35px;
    }

ul.product-price-list {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #616060;
  padding: 15px;
}
ul.product-price-list li {
  line-height: 32px;
  float: left;
  width: 100%;
}
ul.product-price-list li > div {
  display: inline-block;
  float: left;
}
ul.product-price-list li .bold {
  font-weight: 700;
  width: 30%;
  display: inline-block;
  float: left;
  position: relative;
}
ul.product-price-list li .bold:after {
  content: ":";
  position: absolute;
  right: 0;
  padding-right: 6px;
}

li.featured-price {
  font-weight: 700 !important;
  font-size: 22px;
  color: #3a3b3c;
}

.price-title {
  width: 30%;
  min-width: 120px;
}
.price-title:after {
  content: ":";
  float: right;
  padding-right: 6px;
}

.price-label {
  position: relative;
}

.price-discount {
  display: inline-block;
  position: absolute;
  left: 120%;
  top: 0;
}

ul.product-price-list > li span.discount div {
  float: left;
  margin-right: 5px;
  background-color: #f9f9f9;
  padding: 0px 10px;
  line-height: 32px;
  font-size: 11px;
  border-radius: 3px;
  color: #545353;
  letter-spacing: 1px;
  min-width: 100px;
  text-align: center;
}

ul.product-code {
  display: block;
  float: left;
  width: 100%;
  font-size: 13px;
  color: #5f5e5e;
}
ul.product-code li {
  display: inline-block;
  padding-right: 10px;
}
ul.product-code li span:first-child {
  font-weight: 600;
}

.product-add {
  padding: 20px 0px;
  border-top: 1px solid #efefef;

}
.product-add li {
  float: left;
}

    .product-add .quantity-minus, .quantity-plus {
        width: 38px;
        text-align: center;
        font-size: 11px;
        padding: 1px 0px 0px 0px;
        cursor: pointer;
        display: block;
    }

li.quantity-piece {
  position: relative;
  width:100%;
  
}

.quantity-control {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 0px;
}

li.quantity-piece input {
  width: 100%;
  text-align: center;
  box-shadow: none;
  height: 45px;
  border: 1px solid #dddddd;
  border-radius: 32px;
}

.quantity-plus {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.quantity-minus {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.add-to-cart-detail {
  line-height: 45px;
  background: #4ac4f3;
  color: white !important;
  border-radius: 36px;
  cursor: pointer;
  border: none;
  width: 100%;
  font-size: 17px;
  text-align: center;
  transition: 350ms;
}
.add-to-cart-detail i {
  margin-right: 10px;
}
.add-to-cart-detail:hover {
  background: #3e3e3e;
}

.overview-list {
  padding: 20px 0px;
  border: 1px solid #e8e7e7;
  float: left;
  width: 100%;
  margin-top: 25px;
  border-left: 0;
  border-right: 0;
}
.overview-list li {
  display: inline-block;
}
.overview-list li a {
  position: relative;
  color: #3e3e3e !important;
  transition: 300ms;
}
.overview-list li a span {
  display: none;
}
.overview-list li a i {
  margin-right: 16px;
  width: 32px;
  text-align: center;
  background-color: white;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;

}

.overview-list li a:hover i {
  transform: scale(1.2);
}
.overview-list li a:hover span {
  display: block;
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  min-width: 144px;
  background: #3e3e3e;
  text-align: center;
  color: white;
  border-radius: 22px;
  padding: 5px 8px;
  font-size: 10px;
  margin: 0 auto;
}
.overview-list .btn-danger {
  font-size: 11px;
}

.product-tabs .product-detail-tabs .tab-box {
  display: none;
  padding: 20px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: 1px solid #e8e8e8;
}
.product-tabs .product-detail-tabs .tab-box h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
.product-tabs .product-detail-tabs .tab-box h3 {
  font-size: 18px;
}
.product-tabs .product-detail-tabs .tab-box ul li {
  display: block;
  line-height: 2;
  color: grey;
  
}
.product-tabs .product-detail-tabs .tab-box ul.customer li {
  padding-right: 0;
}
.product-tabs .product-detail-tabs .tab-box ul.customer li i {
  display: inline-block;
  margin-right: 6px;
  min-width: 16px;
}
.product-tabs .product-detail-tabs .tab-box ul.customer li:last-child {
  margin-top: 4px;
}
.product-tabs .product-detail-tabs .tab-box p {
  line-height: 22px;
  margin-bottom: 30px;
  margin-top: 5px;
  color: #7a7676;
 
}
.product-tabs .product-detail-tabs .tab-box:first-child {
  display: block;
}

.product-tabs .tabs-navigation ul li {
  display: inline-block;
}
.product-tabs .tabs-navigation ul li a {
  padding: 12px 20px;
  color: #2d2d2d;
  width: 100%;
}
.product-tabs .tabs-navigation ul .tab-active a {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
  background-color: white;
}

.variant-control dl {
  margin-bottom: 15px;
}
.variant-control dl label {
  font-weight: 600;
  color: #5d5d5d;
  font-size: 13px;
}
.variant-control dl label img {
  width: auto;
  display: none;
}

.checklist-container li label {
  margin-right: 20px;
  padding-bottom: 0;
}
.checklist-container li input {
  margin-right: 2px;
}

.variant-upload label {
  margin: 0px 5px;
  font-weight: 400 !important;
}

.product-tabs {
  margin-top: 35px;
  width: 100%;
}

.degree-bar-container {
  background: #f3f3f3;
  border-radius: 8px;
  width: 90%;
}

.shop-degree-bar-cont li {
  position: relative;
  height: 25px;
}
.shop-degree-bar-cont li span {
  position: absolute;
  right: 0;
  top: -5px;
  font-weight: 300;
  color: #1b1a1a;
}

.shop-degree-bar {
  position: relative;
  background: #4ac4f3;
  height: 10px;
  border-radius: 8px;
}

.taksit-list-container tbody {
  width: 100%;
}

td.taksit-list {
  border-top: 0;
}

.taksit-list-container td {
  border-bottom: 0;
  border-top: 0;
}
.taksit-list-container td:empty {
  display: none;
}
.taksit-list-container td img {
  width: 100%;
  height: 50px;
  object-fit: contain;
}

.productTags {
  border: 1px dashed rgba(0, 0, 0, 0.188);
  padding: 10px;
  border-radius: 15px;
  float: left;
  width: 100%;
}

#ulProductTags li {
  float: left;
  margin: 5px 5px 0 0;
  padding: 2px 14px;
  background: #afafaf;
  border-radius: 10px;
}
#ulProductTags li a {
  color: white;
}

.fast-cart-button {
  width: 100%;
  color: #fff !important;
  font-size: 17px;
  letter-spacing: 1px;
  background: #3fcb30;
  border: 1px solid #2db91e;
  border-radius: 36px;
  line-height: 31px;
  transition: 350ms;
}
.fast-cart-button i {
  position: relative;
  top: -4px;
  margin-right: 10px;
}
.fast-cart-button:hover {
  background: #65e657;
  border: 1px solid #1f8115;
}

/* ÜRÜN DETAYI SONU */

/* HESABIM SAYFALARI */
.static-content {
  border: 1px solid #efeeee;
  border-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: white;
  margin-top: 0 !important;
}
.static-content p {
  line-height: 24px;
}
.static-content.border-top-allow {
  border-top: 1px solid #efeeee;
}

.account-menu ul > li {
  position: relative;
}
.account-menu ul > li ul.dropdown-menu {
  padding: 10px !important;
}
.account-menu ul > li ul.dropdown-menu li {
  margin-bottom: 6px;
}

.user-address-box {
  padding: 15px;
  background: #f7f7f7;
  min-height: 200px;
  border: 1px dashed #dad7d7;
}

.new-address-popup {
  position: absolute;
  left: 0;
  right: 0;
  top: 36%;
}

.address-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.address-button {
  position: absolute;
  bottom: 12px;
  text-align: right;
  font-size: 12px;
}
.address-button a {
  font-size: 13px;
  color: white !important;
}

.address .tab-box {
  display: none;
}
.address .tab-box:first-child {
  display: block;
}

.address-tab-container {
  border: 1px solid #ebebeb;
  margin-bottom: 15px;
  padding: 20px;
}

.date {
  position: relative;
}

.input-group div {
  right: 0 !important;
  left: inherit !important;
  top: 35px !important;
}

.input-group.date span {
  max-width: 100%;
  position: relative;
  width: 100%;
}
.input-group.date span input {
  border: 1px solid #d6d6d6;
  padding: 8px;
  border-radius: 4px;
}
.input-group.date span input + input {
  position: absolute;
  right: -4px;
  top: 0;
}

tr.group.shopTitle {
  background: #f7f7f7;
}

.compareTable h5 {
  font-size: 14px;
  margin: 0;
}

.compareHeader {
  position: relative;
  height: 234px;
}

td.compareTd table.compareTable .compareHeader {
  height: 210px;
}

.compareEraseButton {
  position: absolute;
  right: 15px;
  top: 10px;
}

.TablePoints {
  position: relative;
}

.compareHeader h4 {
  margin-bottom: 55px;
  margin-top: 38px;
}

td.compareTd {
  vertical-align: top;
}

tr.compareProductShipping {
  height: 150px;
}

tr.compareListAddCart, tr.compareProductPoint, tr.otherPropertyTitle, tr.breifDescription {
  height: 63px;
}

tr.compareListAddCart {
  height: 61px;
}

td.compareTable-priceCell {
  min-width: 100px;
}

.comparePrdTitle {
  overflow: hidden;
  margin-bottom: 0;
  height: 45px;
}

.comparePrdImg {
  height: 150px;
  width: 100%;
  object-fit: contain;
}

tr.otherProperty {
  height: 67px;
}

ul.shop-degree {
  user-select: none;
}
ul.shop-degree img {
  width: auto;
  padding-right: 10px;
}
ul.shop-degree li strong {
  font-weight: 500;
  padding-right: 5px;
  font-size: 13px;
  /*font-family: "rubik";*/
  font-display:swap;
}

ul.customer {
  border: 1px solid #efeeee;
  padding: 6px 20px;
  background: #fdfdfd;
  font-size: 13px;
  border-bottom: 0;
  display: inline-block;
}
ul.customer li {
  display: inline-block;
  padding-right: 15px;
  line-height: 35px;
}

.comment-box {
  padding: 20px;
  border: 1px solid #efefef;
}
.comment-box p {
  color: #252525 !important;
  font-size: 14px !important;
  margin: 10px 0px !important;
}
.comment-box li span {
  padding: 8px 0px;
  float: left;
  width: 100%;
  font-size: 12px;
}

.alternative-product-number {
  background: #f6f6f6;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.alternative-product-name a {
  font-size: 13px;
  color: #4d4d4d;
  padding-bottom: 10px;
}

.alternative-product-price, .alternative-product-old-price {
  display: inline-block;
  padding-right: 10px;
}

.alternative-product-old-price {
  text-decoration: line-through;
  color: #a3a2a2;
}

.alternative-product-price {
  font-weight: 500;
}

.alternative-product-price .discount {
  background: #28a745;
  border-radius: 4px;
  padding: 2px 5px;
  color: #fff;
  font-size: 11px;
  margin-left: 4px;
}

.alternative-product-price .discount:after {
  line-height: 5px;
  font-family: "font awesome 5 free";
  font-display:swap;
  content: "\f0dd";
  position: relative;
  top: -2px;
  margin-left: 5px;
  font-weight: 600;
}

.form-control-file {
  border: 1px solid #ced4da;
  padding: 10px;
}

#account-menu {
  border: 1px solid #ece9e9;
  padding: 10px;
  border-radius: 6px;
}
#account-menu > ul > li > a {
  font-weight: 500;
}

#account-menu > ul > li {
  margin-bottom: 15px;
}
#account-menu > ul > li > ul {
  padding: 12px;
  border: 1px solid #eaeaea;
  margin-top: 10px;
}

#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-display:swap;
  border-collapse: collapse;
  width: 100%;
}
#customers td,
#customers th {
  border: 1px solid #efefef;
  padding: 8px;
}
#customers tr:nth-child(even) {
  background-color: #f2f2f2;
}
#customers tr:hover {
  background-color: #ddd;
}
#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4ac4f3;
  color: white;
}

.balance_back {
  width: 50%;
}

.key_back {
  width: 50%;
}

.pbx_extensions {
  width: 50px;
  height: 50px;
  margin: 5px;
}

.pbx_extensions_td {
  text-align: center;
  font-size: 24px;
  padding: 10px;
}

.pbxstyle1 {
  padding: 10px;
  width: 25%;
}

.pbxstyle2 {
  height: 150px;
  display: block;
  margin: 10px 0;
  background-color: #fbfbfb;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pbxstyle2 tbody {
  height: 150px;
  width: 100%;
}
.pbxstyle2 tr {
  height: 75px;
  width: 100%;
}

.pbxstyle5 {
  align: center;
}

/* HESABIM SAYFALARI SONU */
/* ÜYE GİRİŞ VE KAYIT OL SAYFA BAŞLANGICI */
.login-form .btn-link {
  padding: 0px 8px;
  font-size: 13px;
}

.register-page, .login-page {
  border: 1px solid #f1f1f1;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.register-page h1 {
	font-weight:400;
	font-size:1.5rem;
}

.register-form ul li {
  position: relative;
}

.register-form ul .form-group > label {
  display: none;
}

.login-page .form-group {
  margin-bottom: 1rem;
  position: relative;
}

.user-type tr {
  float: left;
  padding: 5px 0px;
  position: relative;
  font-size: 16px;
}

.user-type {
  padding: 8px 15px;
}

.user-type tr input {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  opacity: 0;
}
.user-type label {
  margin-bottom: 0;
}

.captcha label {
  display: block;
  font-size: 12.5px;
}

.user-type tr:last-child label {
  margin-right: 0;
}

.captha, .captha-2 {
  position: relative;
}
.captha img, .captha-2 img {
  position: absolute;
  right: 0px;
  top: 0;
  height: 33px;
  width: auto;
  border-radius: 4px;
  z-index: 97;
}

.captha-2 img {
  top: auto;
  bottom: 0;
}

.register-btn {
  min-width: 160px;
  padding: 0;
  line-height: 42px;
  background: #4ac4f3;
  color: white;
  border: 2px solid #6aa9e1;
  border-left: 0;
}
.register-btn:before {
  content: "\f234";
  font-family: "font awesome 5 free";
  font-display:swap;
  float: left;
  line-height: 42px;
  width: 56px;
  color: white;
  border-right: 1px solid rgba(0, 0, 0, 0.109);
  font-weight: 900;
}
.register-btn:hover {
  background: #5c99d0;
  color: white;
}

.privacy-popover {
  padding: 0px 5px;
  margin-top: -3px;
}

.facebook-register label {
  float: left;
}

.facebook-register label a,
.captcha label a {
  color: #307bbe;
  font-size: 13px;
  font-family: "poppins";
  font-display:swap;
  font-weight: 500;
}

.facebook-register > p {
  margin-bottom: 20px;
  border: 1px solid #efebeb;
  padding: 20px;
}

.register-icons li span {
  font-size: 32px;
  float: left;
  text-align: center;
  line-height: 50px;
}

.register-icons .icon-item {
  margin-bottom: 20px;
}

.register-icons .icon-content {
  padding-top: 5px;
}
.register-icons .icon-content p {
  font-size: 13px;
  color: #404040;
  font-weight: 300;
}

ul.register-icons {
  border: 1px solid #f3f3f3;
  border-top: 0;
  padding: 25px 0px;
}

.title-type-4.mb-0 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.upload-btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 4px 20px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
}

/* ÜYE GİRİŞ VE KAYIT OL SAYFA SONU */
/* İLETİŞİM SAYFASI */
.contact ul li {
  margin-bottom: 22px;
  display: block;
  width: 100%;
  float: left;
}
.contact ul li i {
  width: 55px;
  height: 55px;
  margin: 0 auto;
  background: #f6f6f6;
  line-height: 55px;
  font-size: 18px;
  border-radius: 50%;
  color: #4ac4f3;
  text-align: center;
  float: left;
  margin-right: 15px;
  -webkit-column-break-before: 45px;
}
.contact ul li .inner-table {
  display: table;
}
.contact ul li .inner-table span {
  display: table-cell;
  vertical-align: middle;
}

.dynamic-form input[type=radio], .dynamic-form input[type=checkbox] {
  width: 18px;
  display: inline-block;
  height: 18px;
  float: left;
  margin-right: 5px;
}

/* İLETİŞİM SAYFASI SON */
/* FOOTER BAŞLANGICI */
footer {
    background-color: #f6f6f6;
    color: #131313;
    padding-top: 55px;
}

#newsletter-content h3 {
    font-size: 24px;
    margin: 4px 0px;
    color: #606061;
}

#newsletter-content p {
    font-size:14px;
    font-display:swap;
}

.news-inputs {
    position: relative;
}

.add-button {
    right: 0 !important;
    height: 55px;
    background: #0b4b7a;
    color: #fff;
    border: none !important;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
    width: 20%;
    font-family: 'Dosis', sans-serif;
    position: absolute;
    cursor: pointer;
}

    .add-button:hover {
        background: #464646;
    }

.newsletter-input {
    height: 55px;
    line-height: 48px;
    border: 1px solid #e1e1e1 !important;
    border-width: 2px 0 2px 2px;
    text-align: left;
    width: 85% !important;
    text-indent: 25px;
    color: #131313;
}

#nav-menu-social {
    padding: 0;
}

.footer-social .navbar-nav {
    text-align: left;
    width: 100%;
    display: block;
}

.footer-social .nav-social-menu {
    padding: 0;
    margin-top: 15px;
}

.footer-social h3 {
    font-weight: 600;
    padding: 0;
    letter-spacing: 0.4px;
    line-height: 28px;
}

.footer-social li {
    display: inline-block;
}

    .footer-social li a {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        margin-right: 10px;
        background-color: white;
        padding: 0;
    }

        .footer-social li a i {
            line-height: 40px;
            color: #343333;
        }

        .footer-social li a:hover {
            background: #303030;
        }

            .footer-social li a:hover i {
                color: white;
            }

.footer-cards {
    font-size: 30px;
}

.footerBottom {
    background-color: #f1f1f1;
    padding: 20px 0 15px;
    letter-spacing: 0.3px;
}

    .footerBottom a {
        font-size: 14px;
    }

.footer_ref {
    text-align: right;
}

/* FOOTER SONU */
/* CALENDAR */
div[id*=calendar],
div[id*=calendar] table tbody tr:nth-child(1),
div[id*=calendar] table tbody tr:nth-child(1) td {
  background: #354052 !important;
  font-size: 12px !important;
  top: 37px !important;
  left: 35px !important;
}

div[id*=calendar] table td {
  font-size: 12px !important;
  padding: 3px;
}

/* CALENDAR */
.select-content select {
  height: 65px;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
  border: none;
  outline: 0;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #4d4d4d;
  border-radius: 0;
  margin: 0;
  text-indent: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/right-arrow.png) no-repeat scroll top right white;
  -webkit-filter: brightness(1.02);
  padding: 0 20px 0 0;
  font-family: "Rubik", sans-serif;
  min-width: 160px;
  font-display:swap;
}

.spare-search {
  position: relative;
}
.spare-search input {
  width: 100%;
  margin: 0px !important;
  box-shadow: none !important;
  padding: 0px !important;
  background: #ffffff !important;
  border: none !important;
  height: 65px !important;
  border-radius: 0 !important;
  text-indent: 25px;
  font-size: 14px !important;
  color: #4d4d4d !important;
}

.filterButton {
  position: absolute;
  right: 0;
  top: 0;
  background: #4ac4f3;
  width: 50px;
  height: 65px;
  padding: 25px 0px;
  color: #fff !important;
  cursor: pointer;
  text-align: center;
}


/*ARAMA YAPMA AutoCompleteExtender TASARIMI*/
.autocomplete_completionListElement {
  visibility: hidden;
  background-color: #223e66;
  color: windowtext;
  border: buttonshadow;
  cursor: default;
  overflow: auto;
  /*height: 200px;*/
  text-align: left;
  list-style-type: none;
  border-style: solid;
  border-width: 1px;
  margin: 0;
}

.autocomplete_highlightedListItem {
  background-color: #ff9;
  color: #4d4d4d;
  padding: 1px;
}

.autocomplete_listItem {
  background-color: #223e66;
  color: white;
  padding: 1px;
}

/* Fiyat Sorunuz Stil */

.ask-price-lbl {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  position: relative;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  padding: 3px 1.25rem;
  text-align:center;
}
.ask-price-lbl:before {
  font-family: "font awesome 5 free";
  font-display:swap;
  font-weight: 900;
  content: "\f12a";
  margin-right: 5px;
}

.product-page .ask-price-lbl {
  margin: 15px 0;
  padding: 0.5rem 1.25rem;
  width:100%;
  
}

#categorydetails2 img,
#categorydetails1 img,
#categorydetails3 img {
  max-width: 100%;
  height: auto;
}

#categoryslider .owl-dots {
  position: relative;
  margin-top: -25px;
}

.center-middle-center {
  padding: 0 0;
}

#whatsapp {
  position: fixed;
  bottom: 50%;
  right: 0px;
  margin: 4px;
  z-index: 998;
}

.billing-popup .title-type-2 span {
  line-height: 36px;
  margin-bottom: 0;
}

.overview-list-cont {
  position: relative;
  border: 0;
}

.overview-button-toggle {
  cursor: pointer;
}

.overview-list-dropdown {
  position: absolute;
  z-index: 999;
  border: 1px solid #e9e9e9;
  top: 39px;
  left: -10px;
  width: 160px;
  padding-top: 10px;
  background-color: #fff;
  display: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.overview-list-dropdown .overview-list-ul {
  background-color: #fff;
  overflow-y: auto;
  max-height: 155px;
  width: 100%;
  padding: 0px 10px;
}
.overview-list-dropdown .overview-list-ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-top: 10px;
  margin-bottom: 3px;
  color: #3e3e3e;
  text-align: left;
}
.overview-list-dropdown .overview-list-ul li input[type=checkbox] {
  margin-right: 5px;
  float: left;
  margin-top: 0px;
  width: 13px;
  margin: 4px 0 0;
  line-height: normal;
}
.overview-list-dropdown .overview-list-ul li span {
  width: calc(100% - 13px);
  padding-left: 6px;
}
.overview-list-dropdown .overview-list-ul li.bBorder {
  border-bottom: 1px solid #e9e9e9;
}
.overview-list-dropdown #productFavoriteList > li {
  display: inline-block;
  width: 100%;
}
.overview-list-dropdown #productFavoriteList > li > input {
  float: left;
}
.overview-list-dropdown #productFavoriteList > li > span {
  float: left;
}
.overview-list-dropdown #productFavoriteList > li > span > a {
  width: 100%;
  margin-left: 3px;
}
.overview-list-dropdown .new-wish-list {
  padding: 10px;
}
.overview-list-dropdown .new-wish-list a i {
  width: auto;
  height: auto;
  line-height: normal;
  margin-right: 5px;
  margin-left: 3px;
  padding-right: 3px !important;
  color: inherit;
}
.overview-list-dropdown .new-wish-list a div {
  display: inline;
  color: inherit;
}
.overview-list-dropdown .new-wish-list-box {
  display: none;
}
.overview-list-dropdown .new-wish-list-box > input {
  width: 94%;
  margin: 0px 4px;
  border: 1px solid #ddd;
  outline: none;
  padding: 3px 0px 3px 3px;
  -webkit-transition: all 0.3s ease-in-out;
}
.overview-list-dropdown .new-wish-list-box .new-wish-list-btn {
  margin-bottom: 5px;
  text-align: center;
}
.overview-list-dropdown .new-wish-list-box .new-wish-list-btn > a {
  padding: 7px 14px;
  background-color: #f21822;
  color: #fff !important;
  font-size: 12px;
  width: 45%;
  margin: 0px auto;
  margin-top: 7px;
  cursor: pointer;
  border-radius: 3px;
  float: none;
}

.allNotifyContainer {
  background-color: #FFF;
}
.allNotifyContainer ul li {
  border-bottom: 1px solid #e9e9e9;
  float: left;
  width: 100%;
  padding: 10px;
}
.allNotifyContainer ul li a {
  float: left;
  width: 100%;
  display: block;
  color: #666;
}
.allNotifyContainer .allNotify {
  width: 100%;
}
.allNotifyContainer .allNotify > div {
  float: left;
}
.allNotifyContainer .allNotify > div > .mesageDate {
  color: #999;
  font-size: 11px;
  text-align: right;
  float: right;
}
.allNotifyContainer .allNotify > div:nth-child(2) {
  width: 95%;
  margin-top: 6px;
}
.allNotifyContainer .allNotify > div:nth-child(2) > div:nth-child(1) {
  float: left;
}
.allNotifyContainer .notifyline {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  font-weight: bold;
  background: #eee;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
}
.allNotifyContainer .notifyline.nOrder {
  background: #6e6e30;
}
.allNotifyContainer .notifyline.nSupport {
  background: #e5b33a;
}
.allNotifyContainer .notifyline.nDispatch {
  background: #ffc229;
}
.allNotifyContainer .notifyline.nCampaign {
  background: #9a9acc;
}
.allNotifyContainer .notifyline.nStockAlarm {
  background: #d3d278;
}
.allNotifyContainer .notifyline.nPriceAlarm {
  background: #ce4453;
}

.bg-black {
  background-color: #4d4d4d;
}


.footer-notice {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.footer-notice.hidden {
    opacity: 0;
    transform: translateY(100%);
    visibility: hidden;
}
.notice-buttons .btn {
    padding: 5px 10px;
}
.notice-close {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    margin-left: 10px;
}

.notice-text,
.notice-buttons {
  margin-top:8px;
}

.notice-text {
  width: calc(100% - 85px);
}
.notice-text a {
  text-decoration: underline;
  color: #fff;
}

a.notice-close {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  opacity: 0.5;
  padding: 10px;
  outline: none;
}
a.notice-close:before, a.notice-close:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 2px;
  top: 3px;
  background-color: #fff;
}
a.notice-close:before {
  transform: rotate(45deg);
}
a.notice-close:after {
  transform: rotate(-45deg);
}

.iframe-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.iframe-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.payment-page .form-group {
  position: relative;
}
.payment-page .payment-table {
  border: none;
}
.payment-page .payment-table td {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  padding: 10px;
}
.payment-page .payment-table td img {
  width: 100%;
  height: 45px;
  object-fit: contain;
  margin: 8px 0;
}
.payment-page .absolute-validator {
  font-size: 16px !important;
  color: red;
  height: 32px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: -10px;
  flex-flow: row wrap;
  line-height: 1;
}
.payment-page select + .absolute-validator {
  right: 5px;
}
.payment-page input[type=text] + .absolute-validator {
  right: -10px;
}
.payment-page ul > li.form-group:last-child {
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.whatsapp-icon-button {
  position: fixed;
  right: 30px;
  bottom: 50px;
  transform: rotate(0deg);
  z-index: 99;
}

.whatsapp-icon-button a {
  background: #25d366;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, 0.24);
}

.whatsapp-icon-button i {
  color: #fff;
  font-size: 34px;
}

/*Aktif Filtre (Ürün Vitrin)*/
.categoryFilterList .src-result2 {
  display: inline;
}

.categoryFilterList > div > span {
  float: left;
  background-color: #fff;
  padding: 8px 15px;
  margin: 0px 5px 5px 0px;
}

.filter-all-clear {
  color: #0066c0;
  cursor: pointer;
  padding: 10px 15px;
  box-shadow: none !important;
}

.categoryFilterList .src-result2 > span {
  padding: 8px 25px;
  display: inline-block;
  position: relative;
  border-right: 1px solid #d6d5d5;
  /* border-radius: 4px; */
  margin: 0px 5px 5px 0px;
  background: #ececec;
}

.categoryFilterList .src-result2 i {
  position: absolute;
  right: -1px;
  top: 0px;
  background: #ef5454;
  padding: 4px 6px;
  color: white;
  /* border-radius: 3px; */
  font-size: 12px;
  cursor: pointer;
}

.sellerPoint {
  font-size: 11px;
  color: #999;
  line-height: 12px;
}

/*Aktif Filtre (Ürün Vitrin) SON*/
.input-group.date span input[type=text] {
  width: 100%;
}

.bulk-upload #imgProduct {
  max-width: 100%;
}

.widget-products.campaign .tabs-navigation ol li {
  float: left;
}

.widget-products.campaign .tabs-navigation ol li input {
  position: absolute;
  opacity: 0;
}

.widget-products.campaign .tabs-navigation ol li label {
  width: auto;
  height: 30px;
  background: white;
  border: 1px solid #a8a8a8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  padding: 0 14px;
  cursor: pointer;
}

.widget-products.campaign .tabs-navigation ol li input[type=radio]:checked + label {
  background: #4ac4f3;
  color: #fff;
}
/*
.currency-module-title {
  margin-bottom: 4px;
  border-bottom: 2px solid #4ac4f3;
}

.currency-module-title span {
  display: inline-block;
  background: #4ac4f3;
  padding: 0px 30px;
  line-height: 55px;
  height: 55px;
  color: white;
  display: inline-block;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}

.currency-module .dataTable table {
  margin: 12px 0;
  display: inline-block;
}

.currency-module .dataTable tr {
  line-height: 24px;
  font-weight: 600;
}
*/
.static-content2 {
  border: 1px solid #efeeee;
  border: 1px solid;
  margin: 0px;
  padding: 20px 0;
}

.sale-page .title-type-2 {
  padding: 13px;
}

.sale-page .static-content {
  padding-right: 10px;
  padding-left: 10px;
}

.sale-page label {
  width: 100%;
  margin-top: 15px;
}

.sale-info .form-control {
  width: 50%;
  float: left;
}

.sale-label {
  margin-top: 6px !important;
}

.sale-label label {
  margin-top: 3px !important;
  width: 50% !important;
}

.all-categories2 {
  border: 1px solid #efefef;
  padding-bottom: 30px;
}
.all-categories2 > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
}
.all-categories2 > ul > li {
  width: calc(20% - 15px);
  display: inline-block;
  float: left;
}
.all-categories2 > ul > li > a {
  font-weight: 600;
  border-bottom: 1px solid #868686;
}
.all-categories2 > ul > li > ul {
  overflow-y: auto !important;
  overflow: scroll;
  max-height: 150px;
}
.all-categories2 > ul > li > ul > li {
  width: 100%;
  display: inline-block;
}
.all-categories2 > ul > li > ul > li a, .all-categories2 > ul > li > ul > li li {
  line-height: 20px;
}
.all-categories2 > ul > li > ul > li li {
  padding-left: 8px;
}
.all-categories2 > ul > li > ul::-webkit-scrollbar-track {
  background-color: #e8e8e8;
}
.all-categories2 > ul > li > ul::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.all-categories2 > ul > li > ul::-webkit-scrollbar-thumb {
  background-color: #4ac4f3;
}

.calenderpopup-class input[type=text].form-control {
  background: #fff !important;
}

.calenderpopup-class input[type=button] {
  height: 33.5px !important;
}

.account-title {
  background: #4ac4f3 !important;
  border-radius: 5px 5px 0 0;
  min-height: 55px;
  line-height: 55px;
  color: white;
  font-size: 17px;
  /*font-family: "rubik";*/
  font-weight: 500;
  font-display:swap;
}

.account-title .title-type4 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
}

.account-info ul li ul li, .account-user {
  display: block;
  width: 100%;
  border: 1px solid #efefef;
  padding-left: 14px;
  height: 40px;
  line-height: 40px;
}

.account-user {
  font-weight: 600;
}

.account-user i {
  padding-right: 10px;
}

.title-type-6 {
  font-size: 20px;
  padding: 10px;
  background: #ededed;
}

#brands li a img {
  height: 145px;
  object-fit: contain;
}

#brands li .store-name-logo {
  font-size: 75px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}

.shopNameFirstLetterColor,
.store-name-logo.shopNameFirstLetterColor {
  color: orange !important;
}

.shopNameFirstLetterColor1,
.store-name-logo.shopNameFirstLetterColor1 {
  color: red !important;
}

.shopNameFirstLetterColor2,
.store-name-logo.shopNameFirstLetterColor2 {
  color: blue !important;
}

.shopNameFirstLetterColor3,
.store-name-logo.shopNameFirstLetterColor3 {
  color: green !important;
}

.brand-list-page li {
  margin: 15px 0 0 0 !important;
  float: none !important;
  border: none !important;
}
.brand-list-page li:hover {
  background: transparent !important;
}

.brand-list-page li .brand-container {
  border: 1px solid #ebeaea;
  float: left;
  width: 100%;
}


.partner-login {
    float: left;
    line-height: 40px;
    padding-right: 20px;
}

    .partner-login i {
        font-size: 22px;
        float: left;
        line-height: 40px;
        margin-right: 5px;
    }

.favorite-list a i, .user-menu button i {
    margin-right: 8px;
    color: #777a7c;
    width: 15px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
}

.mail-address span {
    font-size: 13px;
    line-height: 40px;
}

.mail-address i {
    font-size: 18px;
    line-height: 38px;
    float: left;
    margin-right: 8px;
}

.phone span {
    line-height: 40px;
}

.phone i,.whatsapp i,.mail i {
    font-size: 20px;
    float: left;
    line-height: 32px;
    margin-right: 8px;
    margin-top:4px;
    transform: rotate(360deg);
    color: #4ac4f3;   
}


    .my-cart-item i {
        font-size: 21px;
        color: #8c8c8c;
        line-height: 40px;
    }

.button {
    color: #fff;
    cursor: pointer;
    padding: 10px 10px;
    font-weight: 500;
    border: none;
    position: relative;
    background: #0b4b7a;
    font-display:swap;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 99;
    letter-spacing:1px;	
    opacity:1;
    width: auto;	
	
}

    .button.button-white {
        color: #333;
        background: #fff;
    }

.dark-button {
    background: #2c2d2e;
}

    .dark-button:hover {
        background: white !important;
        color: black !important;
    }

.button-white:hover {
    background: white;
    color: #2c2d2e;
}

.button:hover, .button:focus {
    color: #ffffff;
    background: #333333;
}

.header-menu .navbar-nav .nav-item a {
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: sans-serif;
    font-display:swap;
    color: #333;
    /* padding: 6px 15px; */
}

.header-menu .navbar-nav .dropdown-menu a:hover {
    /* background: #4ac4f3; */
    /* color: white; */
    text-decoration: underline;
}

.header-menu .navbar-nav .dropdown-menu a {
    font-size: 0.85em;
    padding: 6px 15px;
    line-height: 27px;
    background: none;
    border-bottom: 1px solid #f7f7f7;
}

    .header-menu .navbar-nav .dropdown-menu a:last-child {
        border-bottom: 0;
    }
/* TAB POSTER MODÜLÜ */
.partner-section .heading-title .title, .heading-title p {
    text-align: center;
}

.explain-section .owl-nav.disabled + .owl-dots {
}

.tabs-stage {
    overflow: hidden;
}

ul.tabs-nav {
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 50px;
}

    ul.tabs-nav li {
        display: inline-block;
    }

        ul.tabs-nav li a {
            padding: 0px 30px;
            border-bottom: 2px solid transparent;
            line-height: 75px;
        }

            ul.tabs-nav li a:before {
                font-size: 40px;
                float: left;
                padding-right: 10px;
                color: #505051;
            }

    ul.tabs-nav .tab-active a:before {
        color: #4ac4f3;
    }

    ul.tabs-nav li.tab-active a {
        background-color: #f5f7fb !important;
        border-bottom: 2px solid #4ac4f3;
    }

.explain-section h1 {
    font-family: 'raleway';
    font-display:swap;
    margin-bottom: 25px;
}

.explain-section p {
    line-height: 28px;
    margin-bottom: 20px;
}

    .explain-section p a {
        display: inline-block;
        font-weight: 300;
        font-family: 'raleway';
	font-display:swap;
    }

.verticalBlock {
    margin-top: 55px;
}

/* TAB POSTER MODÜLÜ */
/* İSTATİSTİKLER BAŞLANGICI */
.istatistik {
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-origin: initial;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-image: url(../images/07.webp);
    background-attachment: fixed;
    z-index: 0;
    color: white;
}

    .istatistik h3 {
        float: left;
        vertical-align: middle;
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .istatistik:after {
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
        background: rgba(74, 196, 243, 0.9);
    }

.counter-info {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    width: 100%;
    position: relative;
    color: white;
}

.istatistik h1, .istatistik h2 {
    color: white;
    font-size: 18px;
    font-weight: 300;
}

.counter-info p {
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.counter-info-img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    min-height: 200px;
}

img.center-block {
    margin-top: -15px;
    margin-bottom: -100px;
}

@media (max-width: 1366px) {
    img.center-block {
        max-width: 100%;
    }
}

h3.flaticon-user {
    float: left;
    line-height: 80px;
    padding-right: 15px;
    color: white;
    font-size: 55px;
    margin: 0;
}

.count-outer {
    float: left;
}

    .count-outer .count {
        font-size: 32px;
        font-weight: 600;
        float: left;
        width: 100%;
    }

.istatistik .text {
    font-weight: 300;
}
/* İSTATİSTİKLER SONU */
/* PAKETLER BAŞLANGICI */
.package-section ul.tabs-nav {
    background: #f7f7f7;
    margin-top: 0;
}

    .package-section ul.tabs-nav li {
        position: relative;
    }

     .package-section ul.tabs-nav li.tab-active:after {
            content: "\f0dd";
            font-family: "Font Awesome 5 Free";
	    font-display:swap;
            font-weight: 900;
            position: absolute;
            bottom: -11px;
            left: 0;
            right: 0;
            font-size: 24px;
            color: #4ac4f3;
	    font-display:swap;
        }

     .package-section ul.tabs-nav li a:before {
            content: "01";
            background: #ffffff;
            width: 40px;
            height: 40px;
            float: left;
            line-height: 40px;
            margin: 18px 8px;
            text-align: center;
            padding: 0;
            border-radius: 100%;
            color: #4a4747;
            font-size: 24px;
        }

    .package-section ul.tabs-nav .tab-active a:before {
        background: #4ac4f3;
        color: white;
    }

    .package-section ul.tabs-nav li:first-child a:before {
        content: "01";
    }

    .package-section ul.tabs-nav li:nth-child(2) a:before {
        content: "02";
    }

    .package-section ul.tabs-nav li:nth-child(3) a:before {
        content: "03";
    }

    .package-section ul.tabs-nav li:last-child a:before {
        content: "04";
    }


/* ----PAKETLER KARŞILAŞTIRMA TABLOSU*/

ul.proticaret-price {
    padding: 40px 15px;
}

    ul.proticaret-price li {
        padding: 0;
    }

    ul.proticaret-price ul li {
        border-bottom: 1px solid #ddd;
        padding: 10px 5px;
        text-align: center;
        font-size: 14px;
        height: 45px;
        background: #ecf0f161;
        border-top: 1px solid #fff;
    }

        ul.proticaret-price ul li:nth-of-type(odd) {
            /* background: #ecf0f1; */
            border-bottom: 1px solid #ddd;
            border-top: 1px solid #fff;
        }

    ul.proticaret-price li:nth-child(5) .package-title {
        height: 265px;
    }

    ul.proticaret-price > li:nth-child(5) {
        margin-top: -45px;
    }

.package {
    /* border-left: 0; */
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin: 0 2px;
}

.package-1:before {
}

.package-title {
    position: relative;
    padding: 0;
    text-align: center;
    height: 220px;
    background: #4ac4f3;
    color: white;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

a.paket-satin-al {
    position: absolute;
    line-height: 28px;
    bottom: 0;
    padding: 5px 5px;
    border-radius: 0;
    width: 120px;
    color: white;
    margin: 0px auto;
    left: 0;
    right: 0;
    display: inline-block;
    float: none;
}

.package-title.heading {
    background: none;
    border: none;
}

strike {
    color: #ffffff;
    font-weight: 300;
}

.package-price {
    font-size: 16px;
    font-weight: 500;
}


.features ul span {
    background: #f3f5f6;
    color: #2e2e2e;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #fff;
    padding: 15px 12px;
    height: 50px;
    display: block;
    font-weight: 600;
    position: relative;
}

.features ul li {
    text-align: left !important;
}

.features ul.proticaret-price li:first-child .package-title {
    background: #f5f7fb;
    border: none;
}

.package-title.heading h2, .package-title.heading h3, .package-title.heading p {
    display: none;
}

ul.proticaret-price li:first-child ul li {
    /* background: #ecf0f1; */
    color: #383737;
    border-bottom: 1px solid #ede5e5;
    border-top: 1px solid #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-display:swap;
    font-size: 13px;
}

    ul.proticaret-price li:first-child ul li:nth-of-type(odd) {
    }

ul.proticaret-price > li:nth-child(3) ul li:nth-of-type(odd) {
    /* background: #ecf0f1; */
}

ul.proticaret-price > li:nth-child(5) ul li {
    background: #ecf0f18a;
    border-bottom: 1px solid #e7e3e3;
    font-weight: 600;
}

ul.proticaret-price li ul {
}

h2.package-name {
    padding: 12px 0px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    position: relative;
}

h2.package-list {
    padding-top:13px;
}

.package-title h2 {
    font-size: 20px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}

.package-title h3 {
    font-size: 24px;
    font-weight: 500;
    color: white;
}
.package-price-lease > span {
    font-size: 16px;
    letter-spacing:0.5px;
    
}
.package-price-lease {
    font-size: 14px;
}


.package-title p {
    font-size: 13px;
}

p.package-subtitle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 8px 10px;
    background: #3eb8e7;
    display: none;
}

.features ul span:before {
    content: "+";
    width: 32px;
    height: 30px;
    color: #363636;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: -32px;
    background: #dedede;
    top: 20%;
}

.features ul span.minus:before {
    content: "-" !important;
}

.equals ul span {
    background: #ecf0f1a3 !important;
    height: 50px;
    display: block;
    padding: 15px 12px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dadada;
}

ul.proticaret-price li ul li:last-child {
    border-bottom: 1px solid #e7e4e4 !important;
}

.features ul.feature-group-1 span {
    /* border-top-left-radius: 14px; */
}

.proticaret-price li:nth-child(2) .package-title {
    background: #54cabe;
    /* background: linear-gradient(-45deg, #41b163 16%, #10b9b8 90%); */
}

.package-1 h2.package-price {
    border-top: 1px solid #4c9a92;
}

.package-2 h2.package-price {
    border-top: 1px solid #fbad19;
}

.package-3 h2.package-price {
    border-top: 1px solid #72a0b7;
}

.package-4 h2.package-price {
    border-top: 1px solid #a56763;
}

.proticaret-price li:nth-child(2) .package-title .package-name {
    background: #4ab9ae;
    border-bottom: 1px solid #41bdb0;
    margin-bottom: 0;
}

.proticaret-price li:nth-child(3) .package-title {
    background: #f3a209;
}

    .proticaret-price li:nth-child(3) .package-title .package-name {
        background: #e69906;
        border-bottom: 1px solid #ca8c1b;
        margin-bottom: 0;
    }

.proticaret-price li:nth-child(4) .package-title {
    background: #82b5ce;
}

    .proticaret-price li:nth-child(4) .package-title .package-name {
        background: #7aadc6;
        border-bottom: 1px solid #8cb3c8;
        margin-bottom: 0;
    }

.proticaret-price li:nth-child(5) .package-title {
    background: #e07169;
}

    .proticaret-price li:nth-child(5) .package-title .package-name {
        background: #d06b63;
        border-bottom: 1px solid #d06b63;
        margin-bottom: 0;
    }
    
    .proticaret-price li:nth-child(6) .package-title .package-name {
    background: #51bce5;
    border-bottom: 1px solid #4ac4f3;
    margin-bottom: 0;
}

.package-compare li i.fas.fa-check-circle {
    color: #28a745;
    font-size: 22px;
    position: relative;
    top: -2px;
}
.package-compare li i.fas.fa-gift {
    color: orange;
    font-size: 18px;
    position: relative;
    top: -2px;
}

.package-compare li i.fas.fa-times-circle {
    color: #dc3545;
    font-size: 22px;
    position: relative;
    top: -2px;
}

.package-favorite {
    font-size: 11px !important;
    background: #d06b63;
    margin-bottom: 0;
    padding: 31px 0 0px 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: 300 !important;
    letter-spacing: 1px;
}

    .package-favorite:before {
        font-family: "Font Awesome 5 Free";
	font-display:swap;
        font-weight: 900;
        content: "\f0d7";
        position: absolute;
        top: -16px;
        font-size: 30px;
        color: #ffffff;
        left: 45%;
    }

.package-title:after {
    font-family: "Font Awesome 5 Free";
    font-display:swap;
    font-weight: 900;
    content: "\f0d7";
    position: absolute;
    bottom: -17px;
    font-size: 30px;
    color: #54cabe;
    left: 45%;
}

ul.proticaret-price li:nth-child(3) .package-title:after {
    color: #f3a209;
}

ul.proticaret-price li:nth-child(4) .package-title:after {
    color: #82b5ce;
}

ul.proticaret-price li:nth-child(5) .package-title:after {
    color: #e07169;
}

ul.proticaret-price li:nth-child(1) .package-title:after {
    display: none;
}

.proticaret-price li:nth-child(6) .package-title {
    background: #4ac4f3;
}

.features ul.feature-group-1 span:before {
    content: "-" !important;
}

.features ul.feature-group-1 span.minus:before {
    content: "+" !important;
}

.icon-question {
    position: absolute;
    right: 10px;
    font-size: 20px;
    background: none;
    border: none;
    color: #9a9a9a;
}

    .icon-question:focus {
        outline: 0;
    }

.addtocart-button a {
    background: #54cabe;
}

.addtocart-button2 a {
    background: #f3a209;
}

.addtocart-button3 a {
    background: #82b5ce;
}

.addtocart-button4 a {
    background: #e07169;
}

    .addtocart-button a:hover, .addtocart-button2 a:hover, .addtocart-button3 a:hover, .addtocart-button4 a:hover {
        background: #444;
    }

.addtocart-button a, .addtocart-button2 a, .addtocart-button3 a, .addtocart-button4 a {
    /* margin: 5px 0px; */
    padding: 21px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin-top: -2px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    width: 100%;
}

.addtocart-button, .addtocart-button2, .addtocart-button3, .addtocart-button4 {
    padding: 0 2px;
}

h2.package-price {
    padding-top: 20px;
}

/*PAKETLER BİTİŞ*/
/*PAKETLER MOBİL*/
ul.table-detail li {
    border-bottom: 1px solid #ededed;
    line-height: 30px;
}

.table-header, .table-body, .table-footer {
    padding: 30px 15px;
}

.table-header-section {
    background: #363636;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-size: 24px;
    display: none;
}

.table-header-title {
    padding: 1.5rem 0;
    font-family: 'Raleway';
    font-display:swap;
    text-align: center;
}

.table-package-1 .table-header {
    background: #54cabe;
}

.table-package-2 .table-header {
    background: #f3a209;
}

.table-package-3 .table-header {
    background: #82b5ce;
}

.table-package-4 .table-header {
    background: #e07169;
}

.table-package-5 .table-header {
    background: #4ac4f3;
}

.table-title {
    color: #fff;
    font-family: 'Raleway';
    font-display:swap;
    font-size: 30px;
    font-weight: bold;
    margin-top: 0;
}

.content-type h2 {
    font-size: 34px;
    margin: 10px 0px 20px 0px;
    color: #1d1d1d;
    font-weight: 500;
    position: relative;
    line-height: 1.2;
}

.bg-animate .rect1, .bg-animate .rect5 {
    position: absolute;
    top: 40%;
    left: 20px;
    -webkit-animation: mover 15s infinite linear;
    animation: mover 15s infinite linear;
}

.bg-animate .rect2 {
    position: absolute;
    left: 25%;
    top: 15%;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
    opacity: .4;
}

.content-type h4 {
    margin-bottom: 15px;
    margin-top: 30px;
}


.table-detail li:before {
    content: "\f00c";
    font-family: 'Font Awesome\ 5 Free';
    font-display:swap;
    font-weight: 900;
    color: #54cabe;
    margin-right: 5px;
}

.table-subtitle {
    color: #fff;
    letter-spacing: 3px;
    margin-top: 10px;
}

.table-body {
    background: #fafafa;
}

.table-detail li:last-child {
    border-bottom: 0;
}

.table-prices {
    font-size: 26px;
    font-weight: 600;
    color: #444;
}

.table-footer {
  /*  font-family: 'Montserrat', sans-serif;
    font-display:swap;*/
    text-align: center;
    background: #fafafa;
}

.table-prices-order {
    display: inline-block;
    background: #54cabe;
    padding: 10px 30px;
    border-radius: 7px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
}

.table-package-2 .table-prices-order {
    background: #f3a209;
}

.table-prices-order a {
    color: white;
}

.table-package-3 .table-prices-order {
    background: #e07169;
}

.table-package-4 .table-prices-order {
    background: #82b5ce;
}

.table-detail li:nth-child(odd) {
    font-weight: 600;
}

.table-package-1 .table-detail li:nth-child(2):before, .table-package-1 .table-detail li:nth-child(3):before, .table-package-1 .table-detail li:nth-child(4):before, .table-package-2 .table-detail li:nth-child(2):before {
    content: "\f00d";
    color: #F44336;
}

.table-body-section > div {
    border: 1px solid #efefef;
    margin-bottom: 30px;
}
/*PAKETLER MOBİL END*/
/*ÖZEL TEKLİF SAYFASI*/
.teklif li ul {
    padding: 20px;
    border: 1px solid #e8dede;
    border-top: 0;
    float: left;
    width: 100%;
}

    .teklif li ul li {
        float: left;
        width: 50%;
    }

.teklif li:nth-child(1) {
    flex: 100% !important;
    max-width: 100%;
}

.teklif li .title-type-2:before {
    content: "1";
    width: 19px;
    height: 19px;
    background: #4ac4f3;
    text-align: center;
    display: inline-block;
    line-height: 19px;
    border-radius: 50%;
    margin-right: 6px;
    color: white;
    font-family: 'Dosis';
    font-display:swap;
    font-weight: bold;
}

.teklif li:nth-child(1) {
    order: 1;
}

.teklif li:nth-child(12) {
    order: 2;
}

.teklif li:nth-child(2) {
    order: 3;
}

.teklif li:nth-child(3) {
    order: 4;
}

.teklif li:nth-child(4) {
    order: 5;
}

.teklif li:nth-child(5) {
    order: 6;
}

.teklif li:nth-child(6) {
    order: 7;
}

.teklif li:nth-child(7) {
    order: 8;
}

.teklif li:nth-child(8) {
    order: 9;
}

.teklif li:nth-child(9) {
    order: 10;
}

.teklif li:nth-child(10) {
    order: 11;
}

.teklif li:nth-child(11) {
    order: 12;
}

.teklif li:nth-child(13) {
    order: 13;
}

.teklif li:nth-child(14) {
    order: 14;
}

.teklif li:nth-child(13) textarea {
    height: 175px;
    border-radius: 0px;
}

.teklif li:nth-child(2) .title-type-2:before {
    content: "3";
}

.teklif li:nth-child(3) .title-type-2:before {
    content: "4";
}

.teklif li:nth-child(4) .title-type-2:before {
    content: "5";
}

.teklif li:nth-child(5) .title-type-2:before {
    content: "6";
}

.teklif li:nth-child(6) .title-type-2:before {
    content: "7";
}

.teklif li:nth-child(7) .title-type-2:before {
    content: "8";
}

.teklif li:nth-child(8) .title-type-2:before {
    content: "9";
}

.teklif li:nth-child(9) .title-type-2:before {
    content: "10";
}

.teklif li:nth-child(10) .title-type-2:before {
    content: "11";
}

.teklif li:nth-child(11) .title-type-2:before {
    content: "12";
}

.teklif li:nth-child(12) .title-type-2:before {
    content: "2";
}

.teklif li:nth-child(13) .title-type-2:before {
    content: "13";
}

.teklif li:nth-child(14) .title-type-2:before {
    content: "14";
}

.teklif .captha-2 {
    order: 20;
    position: relative;
    width: 100%;
}

.teklif li:first-child ul li {
    width: 25%;
}

li.captha-2 {
    position: relative;
}

.captha-2 img {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 15px;
    margin: 0;
    height: 37px;
    width: auto;
}

.dynamic-form .captha-2 img {
    right: 4px !important;
    width: 100px;
    height: auto !important;
    top: 4px;
}

li.captha-2 label {
    display: none;
}

/*ÖZEL TEKLİF SAYFASI BİTİŞ*/
#pagecountdiv {
    display: block;
}

ul.pagination li span {
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
    cursor: pointer;
    background: #fff;
}

    ul.pagination li span:hover {
        background: #f1f1f1;
    }

ul.pagination li:first-child span {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

ul.pagination li:last-child span {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

ul.pagination li span.select {
    background: #f9f9f9;
    color: #2a2828;
}

.pagination .quantity {
    margin-top: 25px;
}

.askprice {
    float: left;
    width: 100%;
    margin-top: 25px;
}

    .askprice a {
        background-color: #4ac4f3;
        width: 30%;
        text-align: center;
        font-weight: 500;
        color: #fff;
        border-radius: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.download a:not([href]):not([tabindex]) {
    color: white;
}

.kb-menu-title {
    background: #4ac4f3;
    padding: 14px 20px;
    color: white;
    font-size: 18px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.kb-categories {
    border: 1px solid #ebebeb;
    /* padding: 15px; */
    border-top: 0;
}

    .kb-categories > ul > li > ul {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 999;
        background: white;
        min-width: 600px;
    }

    .kb-categories > ul > li > a {
        line-height: 44px;
        font-size: 14px;
        font-family: sans-serif;
	font-display:swap;
        border-bottom: 1px solid #e7e7e7;
        color: #343333;
        /* padding: 15px; */
    }

    .kb-categories > ul > li:hover ul {
        display: block;
    }

    .kb-categories > ul > li {
        position: relative;
        padding: 0px 15px;
    }

        .kb-categories > ul > li > ul > li > ul > li {
            width: 50%;
            float: left;
            padding: 5px;
        }

            .kb-categories > ul > li > ul > li > ul > li > a {
                border-bottom: 1px solid gray;
                padding-bottom: 12px;
                margin-bottom: 12px;
                font-size: 14px;
            }

.kb-search-content a {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
}

.kb-search-content {
    position: relative;
}

#kbcontent p {
    margin: 8px 0px;
    padding-bottom: 15px;
}

.review div, .review a {
    display: inline-block;
}

.review {
    text-align: center;
    /* margin-bottom: 50px; */
    opacity: 0;
}

    .review.package-review {
        text-align: left;
        margin-top: 20px;
        background: #f3f3f3;
        padding: 10px 20px;
    }

.product-detail-tabs #features-products ul > li {
    list-style: disc;
    list-style-position: inside;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.page-title h1 {
    text-align: center;
    margin-top: 20px;
    top: 5%;
}

.main-sub-title p {
    text-align: center;
    top: 63%;
}

.button-text {
    background: url(../images/right-arrow.png) no-repeat right center;
    padding-right: 40px;
}

.demo-buttons {
    display: flex;
    float: left;
    width: 100%;
    justify-content: space-around;
    padding: 25px 0;
}

    .demo-buttons a {
        background-color: #fff;
        padding: 40px 20px;
        line-height: normal;
        font-size: 36px;
        border-radius: 0;
        text-decoration: none;
        text-transform: none;
        color: #363e4e;
        letter-spacing: .03rem;
        box-shadow: 0 10px 20px 5px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 10px 20px 5px rgba(0,0,0,.1);
        -moz-box-shadow: 0 10px 20px 5px rgba(0,0,0,.1);
        display: inline-block;
        line-height: 20px;
        width: 350px;
        transition: .5s;
        text-align: center;
    }

        .demo-buttons a:hover {
            box-shadow: 0 10px 10px -10px rgba(0,0,0,.5);
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }


    .demo-buttons .admin-button {
        left: 150px;
    }

    .demo-buttons .frontend-button {
        right: 150px;
    }

.demo-image-wrapper {
    margin: 0px auto;
    position: relative;
}

    .demo-image-wrapper img {
        max-width: 100%;
    }

.demo-page {
    margin-bottom: 150px;
}

.feature-opener {
    display: none;
}
.feature-opener .fa-tag{
    color: green;
    font-size:16px;
    
}
.feature-opener strong{
    color: red;
    font-size:14px;
    
}

.feature-group-1 .feature-opener {
    display: block;
}



/* Sayfa Başlıkları */

.inner-banner {
  /*  background: url(../images/07_2.webp) no-repeat 1170px 266px;
    position: relative;
    background-attachment: fixed;
    background-position: center !important;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;*/
     text-align: center;
}

    .inner-banner:after {
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
        background: rgba(36, 107, 173, 0.9);
        background: -moz-linear-gradient(-45deg, rgba(36, 107, 173, 0.9) 0%, rgba(0, 200, 200, 0.9) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(36, 107, 173, 0.9)), color-stop(100%, rgba(0, 200, 200, 0.9)));
        background: -webkit-linear-gradient(-45deg, rgba(36, 107, 173, 0.9) 0%, rgba(0, 200, 200, 0.9) 100%);
        background: -o-linear-gradient(-45deg, rgba(36, 107, 173, 0.9) 0%, rgba(0, 200, 200, 0.9) 100%);
        background: -ms-linear-gradient(-45deg, rgba(36, 107, 173, 0.9) 0%, rgba(0, 200, 200, 0.9) 100%);
        background: linear-gradient(135deg, rgba(36, 107, 173, 0.9) 0%, rgba(0, 200, 200, 0.9) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad', endColorstr='#00c8c8', GradientType=1);
    }

    .inner-banner .container {
        position: relative;
        z-index: 2;
    }

    .inner-banner .contents {
        padding: 40px 0px;
    }

    .inner-banner h1 {
        color: #fff;
        font-size: 46px;
        margin-bottom: 20px;
        font-family: 'raleway';
	font-display:swap;
        font-weight: 300 !important;
    }

    .inner-banner p, .inner-banner p a {
        color: #f7f7f7;
        line-height: 28px;
        margin: 0;
        font-weight: 300;
    }

        .inner-banner p span {
            display: block;
        }
/*


/* HAKKIMIZDA - İÇERİK SAYFASI */

.sidebar .list {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

    .sidebar .list li {
        position: relative;
        border-bottom: 1px solid #e5e5e5;
        padding: 11px 0px 11px 29px;
    }

        .sidebar .list li:before {
            position: absolute;
            content: '';
            background: #60c5e4;
            width: 3px;
            height: 25px;
            left: 10px;
            top: 12px;
            opacity: 0;
            transition: all 500ms ease;
        }

        .sidebar .list li.active:before {
            opacity: 1;
        }

        .sidebar .list li:hover:before {
            opacity: 1;
        }

        .sidebar .list li:last-child {
            border-bottom: none;
        }

        .sidebar .list li a {
            font-family: 'Titillium Web',sans-serif;
	    font-display:swap;
            color: #222;
            display: block;
            transition: all 500ms ease;
        }

        .sidebar .list li.active a {
            font-weight: 600;
        }

        .sidebar .list li:hover a {
            color: #60c5e4;
            transition: all 500ms ease;
        }

.sidebar-pro {
    border-radius: 0;
    margin-top: 100px;
    margin-bottom: 70px;
}

.service-detail {
    position: relative;
    padding: 0px 0px 0px 20px;
}

    .service-detail h3 {
        margin-bottom: 15px;
    }

    .service-detail .img-box img {
        width: 100%;
        height: auto;
    }

    .service-detail .service-detail-content .title {
        font-size: 30px;
        font-family: 'Titillium Web',sans-serif;
        line-height: 37px;
        color: #222;
        font-weight: 600;
        padding: 0px 10px 0px 0px;
        margin-bottom: 18px;
    }

.partner-content h5.title {
    font-size: 16px !important;
    margin: 0 !important;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-bottom: 8px !important;
}

    .partner-content h5.title:after {
        content: "";
        width: 60px;
        background: #4ac4f3;
        position: absolute;
        height: 4px;
        left: 0;
        bottom: -2px;
    }

.sidebar-title {
    margin-top: 100px !important;
    margin-bottom: 20px !important;
}

    .sidebar-title a h1 {
        height: 40px;
        padding: 12px 0px 0px 22px;
    }

.service-detail .nav-tabs .nav-item .nav-link.active {
    background: #4ac4f3;
    color: #fff;
    border-color: transparent;
}

.service-detail .nav-tabs .nav-item .nav-link {
    background: #f9f9f9;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
}

.service-detail .nav-tabs .nav-item:first-child .nav-link {
    border-left: 1px solid #ddd;
}

.service-detail .service-detail-content ul li {
    font-family: 'Open Sans',sans-serif;
    line-height: 28px;
    color: #848484;
    /* margin-bottom: 10px; */
}

.service-detail .service-detail-content ul {
    margin-bottom: 18px;
}


.service-detail .img-box {
    margin-bottom: 42px;
}

.service-detail .service-detail-content p {
    font-family: 'Open Sans',sans-serif;
    color: #848484;
    margin-bottom: 26px;
    padding: 0px 0px 0px 0px;
}

    .service-detail .service-detail-content p a {
        display: inline-block;
    }

.service-detail .service-detail-content {
    position: relative;
    padding: 0px 0px 11px 0px;
}

.service-detail .lower-content .title {
    font-size: 22px;
    font-family: 'Titillium Web',sans-serif;
    line-height: 30px;
    color: #222;
    font-weight: 600;
    padding: 0px 0px 0px 0px;
    margin-bottom: 16px;
    margin-top: 25px;
}

.service-detail .lower-content p {
    font-family: 'Open Sans',sans-serif;
    color: #848484;
    margin-bottom: 10px;
    padding: 0px 0px 0px 0px;
}

a.devam-et {
    background: #302e2e;
    margin: 0px auto;
    width: 130px;
    line-height: 34px;
    border-radius: 3px;
    color: white;
}

    a.devam-et:hover {
        background: #42d79e;
    }
/* HAKKIMIZDA - İÇERİK SAYFASI SONU */
ul.proticaret-price > li {
    width: 15%;
    position: relative;
}

    ul.proticaret-price > li.features {
        width: 24% !important;
    }

.package-compare .container-fluid {
    width: 90%;
    max-width: 1680px;
}

.html .package-compare ul {
    margin-top: 0px;
}
/* AÇIKLAMA TABLARI BAŞLANGIÇ*/
.soft-gray {
    background: #f9f9f9;
    padding: 90px 0px;
}

.explain-tab {
}

    .explain-tab .nav {
        padding-left: 15px;
    }

    .explain-tab .nav-pills {
        /* background: blue; */
    }

        .explain-tab .nav-pills .nav-link.active, .explain-tab .nav-pills .show > .nav-link {
            background: #4ac4f3;
            border-radius: 0;
            border-bottom: 1px solid transparent;
        }

        .explain-tab .nav-pills .nav-link {
            line-height: 40px;
            border-bottom: 1px dashed #ededed;
            border-radius: 0;
            background: #fdfdfd;
        }

    .explain-tab .tab-pane {
        line-height: 29px;
    }

        .explain-tab .tab-pane p {
            margin-bottom: 25px;
        }

        .explain-tab .tab-pane h2 {
            margin-bottom: 22px;
            border-bottom: 1px solid #e7e7e7;
            padding-bottom: 8px;
            line-height: 51px;
            font-size: 24px;
        }

        .explain-tab .tab-pane p a {
            display: inline-block;
            font-weight: 500;
            color: black;
        }

        .explain-tab .tab-pane p strong {
	    font-weight:700;
        }
/* AÇIKLAMA TABLARI SON*/
.special-offer .form-group .form-group-title:before {
    /* Increment "my-sec-counter" by 1 */
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    width: 19px;
    height: 19px;
    background: #4ac4f3;
    text-align: center;
    display: inline-block;
    line-height: 19px;
    border-radius: 50%;
    margin-right: 6px;
    color: white;
    font-family: 'Dosis';
    font-weight: bold;
}

.special-offer ul > li > ul {
    padding: 20px;
    border: 1px solid #e8dede;
    border-top: 0;
    float: left;
    width: 100%;
}

.special-offer > .static-content > ul > li > ul > li {
    width: 50%;
    float: left;
}

.special-offer > .static-content > ul > li:nth-child(3) > ul > li {
    width: 25%;
}

.special-offer .captha-2 img {
    right: 15px !important;
    top: 2px;
}

.special-offer > .static-content > ul > li textarea {
    height: 175px;
}

/* HAKKIMIZDA - İÇERİK SAYFASI */
.sidebar-page-container {
    position: relative;
    padding: 100px 0px;
}

.sidebar-page-container {
    position: relative;
    padding: 100px 0px;
}

.pb10 {
    padding-bottom: 10px !important;
}
.py-6 {
    padding-bottom: 6rem;
    padding-top: 6rem;
}

.sidebar-page-container .sidebar .list {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #e5e5e5;
    margin-bottom: 42px;
}

    .sidebar-page-container .sidebar .list li {
        position: relative;
        border-bottom: 1px solid #e5e5e5;
        padding: 11px 0px 11px 29px;
    }

        .sidebar-page-container .sidebar .list li:before {
            position: absolute;
            content: '';
            background: #60c5e4;
            width: 3px;
            height: 25px;
            left: 10px;
            top: 12px;
            opacity: 0;
            transition: all 500ms ease;
        }

        .sidebar-page-container .sidebar .list li.active:before {
            opacity: 1;
        }

        .sidebar-page-container .sidebar .list li:hover:before {
            opacity: 1;
        }

        .sidebar-page-container .sidebar .list li:last-child {
            border-bottom: none;
        }

        .sidebar-page-container .sidebar .list li a {
            font-family: 'Titillium Web',sans-serif;
            color: #222;
            display: block;
            transition: all 500ms ease;
        }

        .sidebar-page-container .sidebar .list li.active a {
            font-weight: 600;
        }

        .sidebar-page-container .sidebar .list li:hover a {
            color: #60c5e4;
            transition: all 500ms ease;
        }

.sidebar-page-container .service-detail {
    position: relative;
    padding: 0px 0px 0px 20px;
}

.service-detail h3 {
    margin-bottom: 15px;
}

.sidebar-page-container .service-detail .img-box img {
    width: 100%;
    height: auto;
}

.sidebar-page-container .service-detail .service-detail-content .title {
    font-size: 30px;
    font-family: 'Titillium Web',sans-serif;
    line-height: 37px;
    color: #222;
    font-weight: 600;
    padding: 0px 10px 0px 0px;
    margin-bottom: 18px;
}

.partner-content h5.title {
    font-size: 16px !important;
    margin: 0 !important;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-bottom: 8px !important;
}

    .partner-content h5.title:after {
        content: "";
        width: 60px;
        background: #4ac4f3;
        position: absolute;
        height: 4px;
        left: 0;
        bottom: -2px;
    }

.service-detail .nav-tabs .nav-item .nav-link.active {
    background: #4ac4f3;
    color: #fff;
    border-color: transparent;
}

.service-detail .nav-tabs .nav-item .nav-link {
    background: #f9f9f9;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
}

.service-detail .nav-tabs .nav-item:first-child .nav-link {
    border-left: 1px solid #ddd;
}

.sidebar-page-container .service-detail .service-detail-content ul li {
    font-family: 'Open Sans',sans-serif;
    line-height: 28px;
    color: #848484;
    /* margin-bottom: 10px; */
}

.sidebar-page-container .service-detail .service-detail-content ul {
    margin-bottom: 18px;
}

    .sidebar-page-container .service-detail .service-detail-content ul li:before {
        /* content: "\f105"; */
        /* font-family: 'fontawesome'; */
        /* margin-right: 10px; */
    }

.sidebar-page-container .service-detail .img-box {
    margin-bottom: 42px;
}

.sidebar-page-container .service-detail .service-detail-content p {
    font-family: 'Open Sans',sans-serif;
    color: #848484;
    margin-bottom: 26px;
    padding: 0px 0px 0px 0px;
}

    .sidebar-page-container .service-detail .service-detail-content p a {
        display: inline-block;
    }

.sidebar-page-container .service-detail .service-detail-content {
    position: relative;
    padding: 0px 0px 11px 0px;
}

.sidebar-page-container .service-detail .lower-content .title {
    font-size: 22px;
    font-family: 'Titillium Web',sans-serif;
    line-height: 30px;
    color: #222;
    font-weight: 600;
    padding: 0px 0px 0px 0px;
    margin-bottom: 16px;
    margin-top: 25px;
}

.sidebar-page-container .service-detail .lower-content p {
    font-family: 'Open Sans',sans-serif;
    color: #848484;
    margin-bottom: 10px;
    padding: 0px 0px 0px 0px;
}

a.devam-et {
    background: #302e2e;
    margin: 0px auto;
    width: 130px;
    line-height: 34px;
    border-radius: 3px;
    color: white;
}

    a.devam-et:hover {
        background: #42d79e;
    }
/* HAKKIMIZDA - İÇERİK SAYFASI SONU */
.accordion-pro .card {
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    margin-bottom: 16px;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.accordion-pro .card-header {
    padding: 0 0 0 18px;
}

.accordion-pro h2 button {
    color: #444;
    font-weight: 600 !important;
    white-space: unset;
    text-align: left;
    font-size: 13px;
    padding: 13px 10px;
    border-bottom: 0;
}

.accordion-pro h2 i {
    color: #4ac4f3;
    margin-right: 10px;
}

/* Referanslar - Portfolyo
------------------------------------*/
.poster .container.lg {
    max-width: 1470px;
    margin: 50px auto 0;
}

.demo-wrapper {
    padding: 130px 0;
    background: #fbfbfb url(../images/landing-CTA-top.png) no-repeat bottom center;
    background-size: 100%;
}

    .demo-wrapper.white-bg {
        padding: 90px 0;
    }

    .demo-wrapper h2 {
        padding: 0 0 15px;
    }

    .demo-wrapper .container.lg {
        max-width: 1470px;
        margin: 50px auto 0;
    }

.theme-demo-listing {
    margin: 40px auto 0;
}

    .theme-demo-listing li {
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }

        .theme-demo-listing li h3 {
            text-align: center;
            font-size: 18px;
            margin: 15px 0px;
            font-weight: 500;
        }

        .theme-demo-listing li p {
            text-align: center;
            padding: 0px 20px;
        }

ul.ozellikList {
    margin-bottom: 25px;
}

    ul.ozellikList li {
        font-size: 13.5px;
        line-height: 36px;
        text-align: left;
        color: #687377;
        border-right: 0;
        text-indent: 5px;
    }

a.satinAl {
    background: #3e93c4;
    color: white;
    padding: 16px;
    font-weight: 600;
    border-radius: 4px;
    margin-bottom: 15px;
}

.fiyat {
    margin: 15px auto;
    background: #2cacd2;
    font-size: 18px;
    width: 100%;
    padding: 12px 10px;
    color: #ffffff;
    position: relative;
    border-radius: 5px;
}

ul.ozellikList li:first-child {
    font-weight: 600;
}

ul.ozellikList li:before {
    content: "\f05d";
    font-family: 'fontawesome';
    color: #3bde1e;
    margin-right: 5px;
    font-size: 22px;
    float: left;
    font-weight: 300;
}

p.ozet {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0dcdc;
    margin-bottom: 18px;
}

ul.ozellikList li:after {
    display: none;
}

a.ozellikler {
    display: inline-block;
    background: #363f4e;
    padding: 12px 12px;
    color: white;
    width: 40%;
    position: relative;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

a.demo {
    display: inline-block;
    background: #57bce2;
    padding: 12px 12px;
    color: white;
    width: 40%;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

a.ozellikler:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #ffffff;
    position: absolute;
    left: -10px;
    border-radius: 100%;
    font-family: 'fontawesome';
    color: #363f4e;
    content: "\f103";
}

.theme-demo-listing li img {
    width: 100%;
    display: block;
}

.theme-demo-listing li .top-bar {
    display: block;
}

.thumbnail-holder {
    box-shadow: 2px 2px 10px -5px rgba(0, 0, 0, 0.2);
    position: relative;
}

    .thumbnail-holder .mask {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0px;
        text-align: center;
        opacity: 0;
        transition: all 0.3s ease 0s;
        z-index: 1;
    }

    .thumbnail-holder:hover .mask {
        background-color: rgba(0, 0, 0, 0.5);
        cursor: pointer;
        opacity: 1;
        transition: all 0.5s ease 0s;
    }

    .thumbnail-holder .inner {
        position: absolute;
        margin: 0 auto;
        left: 0px;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

a.satin-al {
    background: #404442;
    display: inline-block;
    color: white;
    padding: 8px 0px;
    margin: 15px 5px;
    border-radius: 3px;
    width: 100px;
}

a.canli-demo {
    background: #42d79e;
    display: inline-block;
    color: white;
    padding: 8px 0px;
    margin: 15px 5px;
    border-radius: 3px;
    width: 100px;
}

    a.canli-demo:hover, a.satin-al:hover {
        background: #d64949;
    }


.thumbnail-holder .inner h3 {
    display: block;
    padding-bottom: 25px;
    font-size: 22px;
    color: #fff;
    position: relative;
    top: -20px;
    transition: all 0.3s ease 0s;
}

.thumbnail-holder .inner a.ovelay-icon {
    position: relative;
    transform: none;
}

.thumbnail-holder:hover .inner h3 {
    top: 0;
}

a.ovelay-icon {
    width: 70px;
    height: 70px;
    position: absolute;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    background: #f29a32;
    font-size: 24px;
    color: #fff;
    display: block;
    padding: 17px;
}

.thumbnail-holder a.ovelay-icon:hover {
    background: #fff;
    color: #f29a32;
}

.icon-go:before {
    content: "\f06e";
    font-family: 'font awesome 5 free';
    font-weight: 900;
}
/*BASINDA BİZ BAŞLANGIÇ*/
.newspaper-content {
    background: #f8f7f266;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #ececec;
}

    .newspaper-content .partner-img {
        background: #fff;
        border-color: #ececec;
    }

.newspaper-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    position: relative;
}

    .newspaper-title:after {
        content: "";
        position: absolute;
        width: 70px;
        height: 4px;
        bottom: -2px;
        background: #4ac4f3;
        left: 0;
    }
/*BASINDA BİZ BİTİŞ*/
/*SEMİNER GÖRÜNTÜLERİ BAŞLANGIÇ*/
.seminar-photos img {
    height: 300px;
    width: 100%;
}
/*SEMİNER GÖRÜNTÜLERİ BİTİŞ*/
/*SSS SAYFASI BAŞLANGIÇ*/
#faq .card-header {
    padding: 0px;
}

#faq .card {
    margin-bottom: 1em !important;
}

#faq .card-header .btn-link {
    color: #444;
    font-weight: 600 !important;
    white-space: unset;
    text-align: left;
    font-size: 13px;
    padding: 13px 10px;
    border-bottom: 0;
}

    #faq .card-header .btn-link i {
        color: #4ac4f3;
        margin-right: 10px;
    }

#faq .edit-button {
    top: 0;
}
/*SSS SAYFASI BİTİŞ*/

.header-menu .dropdown-menu:before {
    left: 45px;
}

#menu-topbar > ul > li:hover > ul.dropdown-menu:before {
    width: 15px;
    height: 15px;
    display: block !important;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg );
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-webkit-radius: 2px;
    zoom: 1;
    position: absolute;
    top: -9px;
    left: 40px;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #f3f0f0;
    background: #FFF;
    content: "" !important;
    right: 65px !important;
}

.footer-social {
    align-items: center;
    display: flex;
    height: 100%;
}

.hide-form-title .dynamic-form h2.title-type-2 {
    display: none;
}

.change-log h2 {
    font-size: 27px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    position: relative;
}

    .change-log h2:after {
        border-bottom: 2px solid #4ac4f3;
        content: "";
        position: absolute;
        bottom: -1px;
        height: 1px;
        width: 35%;
        left: 0;
    }
/* BİLGİ BANKASI */
.bilgiBankasi-title {
    padding: 11px 0 11px 15px;
    color: #444;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
    background: #d8d8d826;
    position: relative;
    cursor: pointer;
}

    .bilgiBankasi-title:after {
        font-family: 'Font Awesome\ 5 Free';
        content: "\f358";
        position: absolute;
        right: 10px;
        font-size: 21px;
        top: 7px;
    }

.openerButton.active .bilgiBankasi-title:after {
    content: "\f35b" !important;
}

.openerButton.active .bilgiBankasi-title,
.bilgiBankasi-title:hover {
    background: #cccccc;
}

.vertical-menu-pro .sidebar {
    padding: 0;
    border: none;
}

/*

    .topbar-left .mail span {
        line-height: 40px;
    }

    .topbar-left .mail i {
        font-size: 18px;
        line-height: 38px;
        float: left;
        margin-right: 8px;
    }
*/
.brand-slider .owl-item li a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.categoriesContainer li > ul > li > ul > li > ul {
    background: #fff;
    padding-left: 8px;
}

.short-description {
    margin-top: 12px;
    margin-bottom: 10px;
}

.vitrin.module .product-name {
    height: inherit;
}

/*.one-content .product-image img {
    max-height: 180px;
}*/

.contact-img .pr-software-demo {
    width: 100%;
    left: inherit;
    top: 140px;
}

.contact-img .istatistik {
    bottom: 100px;
    background-image: none;
}

    .contact-img .istatistik:after {
        content: none;
    }

.complaint span {
    font-size: 40px;
    font-weight: 600;
}


.contact-img {
    display: flex;
    align-items: center;
    height: 635px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.offset-md-1 {
    margin-left: 8.333333%;
}

.offset-md-2 {
    margin-left: 16.666667%;
}

.offset-md-3 {
    margin-left: 25%;
}

.offset-md-4 {
    margin-left: 33.333333%;
}

.offset-md-5 {
    margin-left: 41.666667%;
}
.blog-single-content, .blog-vertical {
    padding: 30px 0px;
}
.blog-title i {
    background: #4ac4f3;
    font-size: 22px;
    color: white;
    padding: 8px;
    width: 38px;
    height: 38px;
    margin-right: 8px;
}
.blog-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 2px;
    background: #4ac4f3;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
input[type="radio"], input[type="checkbox"] {
     box-sizing: border-box; 
     padding: 0; 
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
/* PROTİCARET BLOG */
.blog-single-content p {
    line-height: 32px;
    font-family: 'rubik', sans-serif;
    margin: 14px 0px;
    color: #484747;
    text-align:justify;
    font-display:swap;
	
}

    .blog-single-content p a {
        display: inline-block;
    }

.blog-single-content h1 {
    font-size: 34px;
    font-weight: 300;
    color: black;
    font-family: 'rubik', sans-serif;
    font-display:swap;
}

.blog-single-content {
    padding: 30px 0px;
}

    .blog-single-content h2 {
        font-size: 24px;
        font-weight: 500;
        margin: 30px 0px;
        position: relative;
        padding-left: 22px;
        font-family: 'rubik', sans-serif;
	font-display:swap;
    }


        .blog-single-content h2:before {
            background: #4ac4f3;
            position: absolute;
            left: 0;
            top: 0;
            width: 10px;
            height: 100%;
            content: "";
        }

    .blog-single-content h3 {
        font-size: 20px;
        margin: 30px 0px;
        font-weight: 500;
        font-family: 'rubik', sans-serif;
	font-display:swap;
    }
    
    .blog-sss h3 {
    margin: 15px 0px 15px 0px;
    color: #0393cb;
}
    .blog-sss p {
     font-size:1rem;
}
	.blog-single-content h4 {
        font-size: 18px;
        margin: 15px 0px;
        font-weight: 500;
        font-family: 'rubik', sans-serif;
	font-display:swap;
    }

.blog-single-content strong {
	font-weight: 600;
}
    .blog-single-content ul li {
        line-height: 35px;
	font-size:16px !important;
    }

    .blog-single-content ul {
        margin-bottom: 15px;
    }

.single-blog-item > span {
    padding: 0px 10px;
}

    .single-blog-item > span:first-child {
        padding-left: 0;
    }

.blog-single-image {
    margin: 20px 0px;
}

    .blog-single-image img {
        max-width: 100%;
        height: auto;
    }

.blog-vertical {
    padding: 30px 0px;
}

.blog-title {
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dde2e5;
    position: relative;
}

.vertical-blog-item {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 25px;
    ;
}

.vertical-blog-content {
    margin-bottom: 5px;
    font-size:14px;
}

h4.vertical-blog-title a {
    font-weight: 500;
    font-size:18px;
}

.blog-title i {
    background: #4ac4f3;
    font-size: 22px;
    color: white;
    padding: 8px;
    width: 38px;
    height: 38px;
    margin-right: 8px;
}

.blog-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 2px;
    background: #4ac4f3;
}

/* PROTİCARET BLOG SONU */
.demo-page {
    text-align: center;
}
.explain-tab .tab-pane h6 {
    color: #0393cb;
}
.one-content .ask-price-lbl {
    width: 100%;
}
/* SLIDER MODÜLÜ */
.slider .item:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    background: rgba(74, 196, 243, 0.9);
}

.slider .owl-nav {
    position: absolute;
    bottom: 75px;
    right: 50px;
}

    .slider .owl-nav div {
        background: #ffffff !important;
        padding: 12px 15px !important;
        color: black !important;
    }

        .slider .owl-nav div:hover {
            background: #6daee6 !important;
            color: white !important;
        }

.slider-description {
    position: absolute;
    top: 25%;
    left: 0;
    z-index: 99;
    right: 0;
    margin: 0px auto;
    color: white;
}

    .slider-description h1 {
        font-weight: 200;
        margin: 0;
        font-size: 46px;
    }

        .slider-description h1 span {
            display: inline-block;
        }

    .slider-description h2 {
        color: #3a3737;
        font-size: 26px;
        letter-spacing: -0.4px;
    }

    .slider-description p {
        margin: 30px 0px;
    }

    .slider-description .indirim {
        font-size: 35px;
        color: #4ac4f3;
        font-weight: 600;
    }

    .a-link-btn {
    /*color: #4d4d4d;*/
    font-size:16px;
    color: #0066cc; /* Koyu mavi */
    text-decoration: none;
    font-weight: 500;
}
   .a-link-btn:hover {
        text-decoration: underline;
        color: #003d82; !important;
        background-color: #f8f9fa; /* Hafif arkaplan */	
    }
.fancybox-slide--iframe .fancybox-content {
    height: 600px !important;
}
#accordion-1810 {
	margin-top:100px;
}
 main {
	 overflow:hidden;
 }
 
 @font-face {
  font-family: 'CustomFont';
  src: url('customfont.woff2') format('woff2');
  font-display: swap;
}
/* ✅ Sayfanın kritik içeriğini hızlı yüklemek için optimize edildi */
.proticaret-first-section {
  padding: 20px 10px;
}

.proticaret-first-section .container {
  max-width: 1200px;
  margin: auto;
}

.proticaret-first-section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.proticaret-first-section .col {
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  text-align: center;
}

.proticaret-first-section .icon-box {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 10px;
}



.proticaret-first-section .icon-bg {
  font-size: 40px;
  color: #5ccaf4;
  margin-bottom: 10px;
}
/*Birgunde satışa başla*/
.proticaret-sales {
  text-align: center;
  padding: 40px 20px;
  background: #f9f9f9;
}

/* H2 Başlığı */
.sales-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

/* Butonları İçeren Alan */
.sales-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

/* Butonlar */
.sales-button {
  display: inline-block;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  background: #047aa6;
  color: #fff;
  border-radius: 5px;
  transition: background 0.3s ease-in-out;
}

.sales-button:hover {
  background: #333333;
}
.single-item-four .counted {
  visibility: visible; 
  animation-duration: 0ms; 
  animation-name: fadeIn;		
}
.Copyright {
	font-size:14px;
} 
.information-content, .sales-button {
	font-size:20px;
}
.article-content {
 background-color: #f0f0f0;
 padding: 15px;
 border-radius: 5px; 
 list-style: none;
}
.product-img {
    content-visibility: auto;
}

.responsive-img {
  width: 100%;
  height: auto;
  max-width: 870px;
}