/* ========================================================
:: Template Name: Kobimoda - Kobinet Yazilim Teknolojileri
:: Author: Kobinet Frond-End
:: Author URL: https://www.kobinet.com.tr
======================================================== */

@import url(plugins/owl/owl.carousel.css);
@import url(plugins/owl/owl.theme.default.css);
@import url(plugins/fancybox/fancybox.min.css);
@import url(plugins/fontawesome/css/all.min.css);

.carousel-cell {
  width: 100%;
  margin-right: 10px;
}

/* owl nav */
.owl-prev span, .owl-next span {
  color: #222;
  background: #f1f1f1;
  padding: 10px;
}

.owl-prev span:hover, 
.owl-next span:hover {
  color: #8199A3;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 0;
  height: 100%;
}

.owl-prev {
  left: 7px;
}

.owl-next {
  right: 7px;
}

/* removing blue outline from buttons */
button:focus, button:active {
 outline: none;
}

span.indirim {
  border: 1px solid #d30808;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  color: #d30808;
  font-weight: 500;
}
@media screen and (min-width: 800px) {
  .mobile-theme-one {
    visibility: hidden;
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .btn-mobile {
    visibility: hidden;
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .menu-desktop {
    visibility: hidden;
    display: none;
  }
}
.search-dropdown {
  position: absolute;
  padding: 10px 30px;
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 33px;
  top: 50px;
  z-index: 100;
  font-size: 16px;
  line-height: 30px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}

.search-dropdown ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Tema root */
.urun-titlecolor {
  color: var(--urun-title-color);
}

.header-color {
  background: var(--header-color);
}
.header-text-color{
  color: var(--header-text-color);
}

.header-text-color{
  color: var(--header-text-color);
}
.header-menu-color{
  background: var(--menu-color);
}

.menu-text-color{
  color: var(--menu-text-color);
}

.menu-hover:hover{
  color: var(--menu-hover);
  background: var(--menu-hover-background);
}

.button-color{
  background: var(--button-color);
  color: var(--button-text-color);
  border: 1px solid #eee;
}
.button-color:hover{
  background: var(--button-hover-color);
  color: var(--button-hover-color-text);
}
.a-button-color{
  background: var(--a-button-color);
  color: var(--a-button-text-color);
  border: 1px solid #eee;
}
.a-button-color:hover{
  background: var(--a-button-hover-color);
  color: var(--a-button-hover-color-text);
}
.footer-color{
  background: var(--footer-color);
  color: var(--footer-text-color);
}
.footer-text-color{
  color: var(--footer-text-color);
}
.footer-text-color:hover{
  color: var(--footer-text-color);
}
.flex {
  display: flex;
}
.yuzde-indirim {
  display: inline-block;
  max-height: 75px;
  font-size: 19px;
  text-align: center;
  max-width: 75px;
  border-radius: 3px;
  font-weight: 500;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: var(--urun-indirim-color);
  color: var(--urun-yuzde-color);
}
.eski-fiyat{
  font-size: 14px;
  color: var(--e-urun-fiyat-color);
  font-weight: 500;
  line-height: 1;
  font-family: sans-serif;
  display: flex;
}
.yeni-fiyat {
  font-weight: 800;
  font-size: 25px;
  color: var(--urun-fiyat-color);
  font-family: sans-serif;
}
.yeni-fiyat.with-campaign {
  color: var(--e-urun-fiyat-color);
  text-decoration: line-through;
}
#price-with-campaign {
  font-weight: 800;
  font-size: 25px;
  color: var(--urun-fiyat-color);
  font-family: sans-serif;
}
/** Force up and down arrow for number input */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
 opacity: 1;
}

/**   **************  */
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.view-count-popup {
  position: fixed;
  z-index: 10;
  bottom: 60px;
  right: 80px;
  text-align: center;
  border-radius: 10px;
  padding: 20px;
  background-color: var(--footer-color);
  color: var(--footer-text-color);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.cookie-consent-modal{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  align-items: flex-end;
}
.cookie-consent-modal.active{
  display: flex;
}

.cookie-consent-modal-content{
  color: #fff;
  width: 340px;
  opacity: 0.8;
  border-radius: 4px;
  background-color: rgb(0, 0, 0);
  z-index: 9999;
  position: fixed;
  left: 20px;
  bottom: 18px;
  padding: 17px;
  font-size: 12px;
}

.stories .item img {
  border: 1px solid #ddd;
  border-radius: 100%;
}

.stories .item a {
  color: black;
}

.cookie-btns{
  display: flex;
  justify-content: flex-end;
}

.cookie-btn.accept{
  background-color: rgb(0, 185, 124);
  color: #fff;
}

#cookie_img {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 8px;
  cursor: pointer;
  height: 14px;
}

button#cookie_img {
  background: transparent;
  border: none;
}

a.cookie {
  color: #fff;
  text-decoration: revert;
}

.number-input {
  border: 1px solid #ddd;
  display: inline-flex;
  height: 40px;
  padding: 2px;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 12px;
  height: 2px;
  background-color: #777;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 4.25rem;
  padding: .5rem;
  border: none;
  border-width: 0 5px;
  font-size: 16px;
  height: 2rem;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.mh-head {
    text-align: center;
    padding: 0 10px;
    margin: 0;
    position: relative;
    color: var(--header-text-color);
    background: var(--header-color);
}
.mh-head a {
    color: inherit;
    text-decoration: none;
}
.mh-head.mh-size-2 {
    height: 80px;
}
.mh-head.mh-size-3 {
    height: 120px;
}
.mh-head.mh-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mh-head.mh-sticky.mh-scrolledout {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.mh-head .mh-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    display: block;
    padding: 5px;
}
.mh-head.mh-align-left .mh-text {
    text-align: left;
}
.mh-head.mh-align-right .mh-text {
    text-align: right;
}
.mh-head.mh-btns-left {
    padding-left: 50px;
    background: var(--header-color);
    color: var(--header-text-color);
}
.mh-head.mh-btns-left-2 {
    padding-left: 90px;
}
.mh-head.mh-btns-left-3 {
    padding-left: 130px;
}
.mh-head.mh-btns-right {
    padding-right: 50px;
}
.mh-head.mh-btns-right-2 {
    padding-right: 90px;
}
.mh-head.mh-btns-right-3 {
    padding-right: 130px;
}
.mh-head .mh-btns-left,
.mh-head .mh-btns-right {
    display: block;
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    color: var(--header-text-color);
}

.mh-head .righ-user {
    display: block;
    width: 44px;
    position: absolute;
    top: 13px;
    bottom: 0;
    right: 35px;
}

.mh-head .mh-btns-left {
    left: 10px;
}
.mh-head .mh-btns-right {
    right: 10px;
}
.mh-head.mh-btns-left-2 .mh-btns-left,
.mh-head.mh-btns-right-2 .mh-btns-right {
    width: 80px;
}
.mh-head.mh-btns-left-3 .mh-btns-left,
.mh-head.mh-btns-right-3 .mh-btns-right {
    width: 120px;
}
.mh-head .mh-btns-left > *,
.mh-head .mh-btns-right > * {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    width: 40px;
    display: block;
    padding: 10px 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mh-head .mh-btns-left > :nth-child(1),
.mh-head .mh-btns-right > :nth-child(1) {
    left: 0;
    color: var(--header-text-color);
}
.mh-head .mh-btns-left > :nth-child(2),
.mh-head .mh-btns-right > :nth-child(2) {
    left: 40px;
}
.mh-head .mh-btns-left > :nth-child(3),
.mh-head .mh-btns-right > :nth-child(3) {
    left: 80px;
}
.mh-head .mh-list {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    white-space: nowrap;
    list-style: none;
    line-height: 20px;
    display: block;
    padding: 0;
    margin: 0;
}
.mh-head .mh-list li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.mh-head .mh-list li a,
.mh-head .mh-list li span {
    display: block;
    padding: 10px;
}
.mh-head.mh-align-left .mh-list {
    text-align: left;
}
.mh-head.mh-align-right .mh-list {
    text-align: right;
}
.mh-head .hamburger {
    margin-top: 2px;
    -webkit-transform: scale(0.6, 0.7) translateY(-50%);
    -ms-transform: scale(0.6, 0.7) translateY(-50%);
    transform: scale(0.6, 0.7) translateY(-50%);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}
.mh-head .mh-image,
.mh-head .mh-logo {
    background: none center center transparent no-repeat;
    display: block;
    height: 100%;
}
.mh-head .mh-logo {
    background-size: contain;
    background-clip: content-box;
    padding: 10px;
}
.mh-head.mh-align-left .mh-logo {
    background-position: left center;
}
.mh-head.mh-align-right .mh-logo {
    background-position: right center;
}
.mh-head .mh-image {
    background-size: cover;
}
.mh-head .mh-form {
    padding: 7px 0;
    position: relative;
}
.mh-head .mh-form input {
    background: #f8f8f8;
    border-radius: 10px;
    font-size: 12px;
    line-height: 26px;
    display: block;
    box-sizing: border-box;
    height: 35px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #d4d4d4;
    outline: none;
}
.mh-head .mh-form input:hover{
  background-color: #f4f4fa;
}


.btn-mobile-search {
  color: #ccc;
    text-align: center;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mh-head .mh-form .fa {
    color: #ccc;
    text-align: center;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.logo-mobile {
  width: 130px;
  height: 35px;
}
/* Mobil Navbar */

/* Kategoriler */
.kobinetoffcanvasmobile-active{
  overflow:hidden;
}

.screen-overlay {
  width:0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
   }
.screen-overlay.show {
    transition:opacity .5s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}

.kobinetoffcanvasmobile{
  width:350px;
  visibility: hidden;
  transform:translateX(-100%);
  transition:all .2s;
  border-radius:0;
  box-shadow: 0 5px 10px rgba(0,0,0, .2);
  display:block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1200;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}

.kobinetoffcanvasmobile.kobinetoffcanvasmobile-right {
   right: 0;
   left: auto;
   transform: translateX(100%);
 }

.kobinetoffcanvasmobile.show{
  visibility: visible;
    transform: translateX(0);
    transition: transform .2s;
}

.kobinetoffcanvasmobile .btn-close{ position: absolute; right:15px; top:15px; }

.main-nav {
  width: 100%;
  background-color: #fff;
  /** tab open **/
}
.main-nav ul, .main-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-nav ul ul li a {
  padding: 10px 0 10px 40px;
  /* background: #000; */
}
.main-nav li {
  border-bottom: 1px solid #dee2e6!important;
}
.has-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.has-sub span {
  width: 32px;
  height: 100%;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.main-nav a, .main-nav-prev-page-button {
  text-decoration: none;
  display: block;
  flex-grow: 1;
  color: #222;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 10px 0 10px 20px!important;
}
.main-nav a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.main-nav-sub-menu {
  display: none;
}
.main-nav ul li.tab ul {
  display: block;
}
.main-nav .sub-arrow:after {
  content: "\203A";
  float: right;
  margin-right: 20px;
  transform: rotate(90deg);
}
.main-nav li.tab .sub-arrow:after {
  content: "\2039";
}
span.cart-icon {
    position: absolute;
    padding: 0.25em 0.6em;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    font-weight: 300;
    border-radius: 3rem;
    color: #fff;
    background-color: #009688;
    right: 0px;
}
/* Mobil Footer CSS */
.mobil-nav-area {
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
background-color: #ffffff;
width: 100%;
height: 58px;
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 1000;
-webkit-box-shadow: 0 -6px 12px rgba(15, 15, 15, 0.15);
box-shadow: 0 -6px 12px rgba(15, 15, 15, 0.15); }

.kobinet-footer-nav ul {
width: 100%; }
.kobinet-footer-nav ul li {
-webkit-box-flex: 1;
-ms-flex: 1 1 0px;
flex: 1 1 0;
position: relative;
list-style: none;
z-index: 1; }
.kobinet-footer-nav ul li a {
    position: relative;
    display: block;
    font-size: 11px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
    color: #747794;
    text-decoration: none;
    z-index: 1;
}
.kobinet-footer-nav ul li a i {
display: block;
font-size: 18px;
margin-bottom: 4px; }
.kobinet-footer-nav ul li a:hover, .kobinet-footer-nav ul li a:focus {
color: #100DD1; }
.kobinet-footer-nav ul li a img {
max-height: 1.5rem;
margin: 0 auto .25rem;
display: block; }
.kobinet-footer-nav ul li.active a {
color: #100DD1; }

.one-widget {
  background: #fff;
  padding: 5px;
  margin-top: 10px;
  border: 1px solid #e9ecef;
}
.one-widget-title {
  margin-bottom: 0;
  background-color: rgba(0,0,0,0);
  border-bottom: 1px solid rgba(0,0,0,0.085);
}
.categories {
  display: block;
  font-size: 14px;
  color: #555;
  margin: 5px 15px 2px;
}
.categories-scrollbar {
  height: 200px;
  overflow-y: scroll;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #ddd;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
a.categories-sub {
  display: block;
  color: #555;
  margin: 0px 10px 5px;
}
.one-filters {
  padding: 10px;
}

.filter-flex {
    display: flex;
}
.filter-flex.filter-grid {
   display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  border: 1px solid #dae0e5;
}
select.filter-select {
    outline: 0;
    box-shadow: none;
    border: none;
    background: #ffffff;
    background-image: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    color: #777777;
    cursor: pointer;
    margin: 0px;
    float: right;
}
.comment-actions {
    font-size: 13px;
}
.comment-date {
    font-size: 12px;
}
img.comment-avatar {
    height: 50px;
    width: 50px;
    border-radius: 33px;
    margin-right: 10px;
}
.comment-wrap {
    display: flex;
}
.comment-user {
    font-weight: 700;
    font-size: 13px;
    color: #3e6e86;
}

/* Profil */
a.profile-a-href {
    position: relative;
    display: block;
    border: 1px solid rgba(0,0,0,.125);
    z-index: 1;
    text-decoration: none;
    background-color: #f8f9fa;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.29;
    padding: 10px;
}
.profile-user-img {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    object-fit: contain;
}
a.profile-user {
    position: relative;
    display: flow-root;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
a.profile-a-href:hover {
    color: #ff6000;
}
span.profile-username {
    font-size: 16px;
    font-weight: 700;
    color: #222;
}
.profile-card-user {
    text-align: center;
    background: #fff;
    padding: 40px 30px 15px 30px;
    display: block;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    color: #444;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
}
.profile-card-title {
    font-size: 13px;
    font-weight: 700;
}
p.p-profile-small {
    font-size: 12px;
    color: #736b6b;
}
.order-item {
    padding: 20px;
    border: 0;
    color: black;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.ec-single-cart {
    display: inline-block;
}

.siparis-detay-urun {
    margin-top: 10px;
    padding: 5px;
    border-top: 1px solid #ddd;
}
.siparis-detay-profile {
    border: 1px solid #eee;
    border-radius: 9px;
    padding: 10px;
}
button.solo-button-tekrar {
    align-items: center;
    background-color: #ffefe5;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    color: #ff6000;
    font-size: 12px;
    height: 26px;
}
.profile-product-detail-title {
    color: #484848;
    font-size: 12px;
    letter-spacing: -.24px;
    line-height: 1.5;
}


.profile-product-detail-title a {
    color: #484848;
    text-decoration: none;
    font-weight: 600;
    font-family: sans-serif;
}
.profile-product-order-price span {
    color: #439e4a;
    font-size: 15px;
    font-weight: 600;
    margin-top: 8px;
}

.tk-buy {
    background: #f7fdf7;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
a.profile-button-cancel {
    padding: 5px;
    text-decoration: none;
    outline: none;
}

.user-profile-card {
    padding: 10px;
    border: 1px solid #ddd;
}
.user-profile-card h5 {
    color: #222;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding: 7px;
}
.adres-profile-title {
    color: #4b4949;
    font-size: 13px;
}
.adres-profile-title span{ 
color: #222;
}