﻿@charset "UTF-8";
/*@font-face {
    font-family: 'SofiaProLight';
    src: url('../fonts/sofia/SofiaProLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sofia/SofiaProLight.otf') format('opentype'), 
        url('../fonts/sofia/SofiaProLight.woff') format('woff'),
         url('../fonts/sofia/SofiaProLight.ttf') format('truetype'),
         url('../fonts/sofia/SofiaProLight.svg#SofiaProLight') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/*$bg-ban: #efd8be;
$bg-root: #826546;
$bg-base: #ec2951;
$bg-def: #e5b279;
$bg-alt: #ddb385;
$bg-inn: #f8f8f8;
$bg-white: #fff;
$bg-light: #cccccc;
$bg-lighter: #f3f3f3;
$bg-red: #f00;
$bg-foot: #e9e9e9;
$bg-link: #705d47;*/
/*$tg-htitle: #4f6474;
$tg-ftitle: #5f4830;
$tg-fico: #e9e9e9;
$tg-rtitle: #53402b;
$tg-gray: #c5d0db;
$tg-light: #f0f0f0;
$tg-dark: #010101;*/
/*Mixins*/
@media (min-width: 1200px) {
  #menu-topbar > ul > li > a {
    padding: 12px 10px;
  }

  #menu-topbar > ul > li:hover > ul {
    display: block !important;
  }

  #menu-topbar > ul > li:hover > ul > li:hover ul {
    display: block !important;
  }

  #menu-topbar > ul > li > ul {
    right: -50%;
    left: -50%;
    min-width: 220px;
    background: #ffffff;
    padding: 5px 10px;
    border: 1px solid #ededed;
    margin: 0px auto !important;
  }

  #menu-topbar > ul > li:hover > ul:before {
    display: none;
  }

  #menu-topbar > ul > li > ul > li > a {
    border-bottom: 1px solid #efeded;
    line-height: 20px;
  }

  #menu-topbar > ul > li > ul > li:last-child a {
    border-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .top-categories.horizontal .mega-left > ul > li.second-level .dropdown-submenu {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    position: inherit !important;
    display: block !important;
    min-width: unset !important;
  }
}
@media (max-width: 1199.98px) {
  .account-menu .navbar-collapse > ul > li a.nav-link {
    padding: 0 10px !important;
  }

  .account-menu .navbar-collapse > ul > li a.dropdown-toggle {
    /*pointer-events: none;*/
    font-weight: 400;
  }

  .account-menu .dropdown-toggle::after {
    top: 10px;
  }

  .slider .owl-nav div {
    display: none !important;
  }

  .header-nav ul > li > a {
    padding: 16px 0.5rem !important;
  }

  .my-cart-item {
    margin-right: 12px;
  }

  .my-cart-info span {
    font-size: 14px;
    font-weight: 400;
  }

  .header-nav > .navbar-collapse > ul > li > a {
    padding: 0px 8px !important;
  }

  .my-cart .my-cart-item > img {
    width: 32px;
  }

  .footer-newsletter h3 {
    font-size: 15px;
  }

  .customer-content {
    min-width: 0;
  }

  .top-categories.horizontal > .nav-item > a {
    font-size: 12px !important;
    padding: 14px 10px !important;
  }

  .slider-description span.sli-item-title {
    font-size: 24px;
    line-height: 1.3;
  }

  .slider-description .sli-item-text {
    font-size: 14px;
    line-height: 1.7;
    margin: 10px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .caption-absolute {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .categories-title .navbar-toggler {
    pointer-events: none;
    cursor: default !important;
  }

  .proticaret-categories .categories-title .navbar-toggler {
    pointer-events: none;
  }

  .proticaret-categories nav ul li .dropdown-menu {
    transition: all 0.4s ease 0s;
    opacity: 0;
    left: 100%;
    display: none;
    width: 700px;
    padding: 20px 10px;
    border: 1px solid #edebeb;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.05);
  }

  .proticaret-categories nav ul li.single-col .dropdown-menu {
    width: 350px;
  }

  .proticaret-categories li.single-col .mega-left > ul > li {
    width: 100%;
  }

  .proticaret-categories nav ul li:hover .dropdown-menu {
    z-index: 9999;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 100%;
    top: 0;
    display: block;
  }

  .proticaret-categories .dropdown-menu:before {
    display: none;
  }

  .proticaret-categories .mega-left {
    width: 100%;
    float: left;
  }

  .proticaret-categories .mega-right {
    width: 100%;
    display: block;
    float: left;
  }

  .proticaret-categories.account-menu nav ul li .dropdown-menu {
    width: 275px;
    min-width: 15rem;
  }

  .cat-image-box span {
    display: none;
  }

  .proticaret-categories .mega-left > ul > li {
    width: 33.33333%;
    margin-bottom: 15px;
    display: block;
    float: left;
    position: relative;
    padding: 0px 10px;
  }

  .proticaret-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li {
    float: left;
    width: 100%;
  }

  .proticaret-categories .mega-left > ul > li > a {
    font-weight: 500;
    line-height: 42px;
    border-bottom: 1px solid #f3f3f3;
    padding: 0;
    text-transform: uppercase;
  }

  .proticaret-categories .mega-left > ul > li > a:hover {
    background-color: unset !important;
  }

  .dropdown-item.active, .dropdown-item:active {
    color: inherit;
    background-color: unset !important;
  }

  #close-sidebar {
    display: none;
  }

  #open-filter {
    display: none;
  }

  .category-sidebar-header {
    display: none;
  }

  .mobile {
    display: none;
  }

  .desktop {
    display: block;
  }

  .header-bottom .navbar-brand {
    display: none;
  }

  .header-bottom {
    /* display: none !important;
    */
  }

  .sidebar-button {
    display: none;
  }

  .all-image-padding img {
    padding: 20px;
  }

  /* FOOTER MENU BEGIN */
  .nav-footer-menu {
    padding: 0;
  }

  #menu-footer {
    max-width: 100%;
  }

  #menu-footer > ul > li {
    width: 33.333333%;
  }

  #menu-footer > ul > li > a {
    font-weight: 500;
    font-size: 16px;
    padding: 0;
  }

  #menu-footer > ul {
    width: 100%;
  }

  #nav-menu-footer {
    padding: 0;
  }

  #menu-footer > ul > li > ul {
    display: block !important;
    border: none;
    background: none;
    position: unset;
    margin: 10px 0px !important;
    float: left;
    padding: 0 !important;
  }

  #menu-footer > ul > li > ul:before {
    display: none;
  }

  #menu-footer > ul > li > a:after {
    display: none;
  }

  #menu-footer > ul > li > ul > li > a {
    padding: 0;
    line-height: 30px;
    -webkit-transition: all 0.2s ease 0.1s;
    transition: all 0.2s ease 0.1s;
  }

  #menu-footer > ul > li > ul > li > a:before {
    content: "\f105";
    font-weight: 900;
    font-family: "font awesome 5 free";
    margin-right: 5px;
    color: #cacaca;
  }

  #menu-footer > ul > li > ul > li > a:hover {
    padding-left: 10px;
  }

  /* FOOTER MENU END */
  .top-categories.horizontal .down-menu {
    background: #fff;
  }

  .top-categories.horizontal > .nav-item .dropdown-menu {
    margin: 0 !important;
    background: #fbfbfb !important;
    border-radius: 0;
    border: 1px solid #f5f2f2;
    border-top: 0;
    border-bottom: 0;
  }

  .top-categories.horizontal > .nav-item > a {
    position: relative;
    display: inline-block;
    color: #565657;
    text-decoration: none;
    font-weight: 500 !important;
    font-family: Poppins;
    font-size: 13px !important;
  }

  .top-categories.horizontal .nav-item .primary-level .second-level {
    /* float: left; */
    width: 33%;
    display: inline-block;
  }

  .top-categories.horizontal .nav-item a,
.top-categories.horizontal .nav-item .nav-link {
    font-size: 13px;
    font-weight: 500;
    padding: 0;
    /* font-family: 'lora', sans-serif; */
  }

  .top-categories.horizontal .nav-item {
    position: relative;
  }

  .top-categories.horizontal .nav-item:first-child a {
    padding-left: 0 !important;
  }

  .top-categories.horizontal > .nav-item > a:hover span {
    border-bottom: 2px solid #6eaee7;
  }

  .top-categories.horizontal > .nav-item > a span {
    padding: 8px 0px;
  }

  .top-categories.horizontal > .nav-item:hover > a:after {
    color: #333333 !important;
  }

  .top-categories.horizontal > .nav-item > a:hover {
    -webkit-transition: all 0.1s ease 0.1s;
    transition: all 0.1s ease 0.1s;
    color: #080808 !important;
  }

  .top-categories.horizontal > .nav-item:before {
    /* content: ""; */
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffeded;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .top-categories.horizontal > .nav-item:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    z-index: 0;
  }

  .top-categories.horizontal .navbar-nav .dropdown-toggle::after {
    margin-left: 6px;
    color: white;
  }

  .top-categories.horizontal > li:hover .primary-level {
    margin: 0;
    border: 0;
    border-radius: 0;
    opacity: 1;
    transition: 0.3s all ease 0s;
    visibility: visible;
    top: 100%;
    transform: scaleY(1);
    box-shadow: 1px 15px 26px -1px rgba(93, 93, 93, 0.27);
  }

  .top-categories.horizontal > li .primary-level {
    opacity: 0;
    transition: 0.3s all ease 0s;
    display: block;
    visibility: hidden;
    top: 150%;
    width: 670px;
    transform: scaleY(0);
    transform-origin: 0 0 0;
  }

  .top-categories.horizontal .mega-left > ul > li.second-level > a {
    font-weight: 600;
    border-bottom: 1px solid #e1e0e0;
    padding: 16px 10px !important;
    border-right: 0 !important;
    margin-bottom: 12px;
    font-size: 14px !important;
  }

  .top-categories.horizontal .mega-left > ul > li.second-level {
    padding: 0px 10px;
    margin-bottom: 15px;
  }

  .top-categories.horizontal .mega-left > ul > li.second-level .down-menu {
    display: none;
  }

  .top-categories.horizontal .mega-left > ul > li.second-level .dropdown-submenu {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    position: inherit !important;
    display: block !important;
    min-width: unset !important;
  }

  .top-categories.horizontal .mega-right > ul > li {
    width: 33%;
    float: left;
  }

  .top-categories.horizontal .mega-right > ul > li > a {
    padding: 10px;
  }

  .top-categories.horizontal .mega-right > ul > li img {
    width: 100%;
  }

  .top-categories.horizontal .nav-item .primary-level .second-level {
    /* float: left; */
    width: 33%;
    display: inline-block;
  }

  .top-categories.horizontal .nav-item .primary-level .second-level .second-level {
    width: 100%;
  }

  .top-categories.horizontal .nav-item .primary-level .second-level .second-level .dropdown-item {
    color: #565657;
    background: transparent !important;
    margin-bottom: 8px;
  }

  .top-categories.horizontal .nav-item .primary-level .second-level .second-level .dropdown-item:hover {
    color: #6eaee7;
  }

  .top-categories.horizontal .nav-item .primary-level .second-level .second-level ul {
    /*   padding-left: 21px !important;
    padding-right: 21px !important;*/
  }

  .top-categories.horizontal .nav-item .primary-level .second-level .second-level ul,
.proticaret-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li > ul {
    float: left;
    width: 100%;
  }

  .top-categories.horizontal .nav-item .primary-level .second-level .second-level ul > li,
.proticaret-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li ul > li {
    float: left;
    display: inline-block;
  }

  .proticaret-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li > ul {
    padding-top: 8px;
  }

  .top-categories.horizontal .nav-item .primary-level .second-level li,
.proticaret-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li ul > li {
    margin-bottom: 8px;
  }

  .top-categories.horizontal .nav-item .primary-level .second-level .second-level ul > li > a,
.proticaret-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li ul > li > a {
    line-height: 11px;
    border-bottom: none;
    padding: 0;
    font-size: 11px;
  }

  .top-categories.horizontal .nav-item .primary-level .second-level .second-level ul > li > a:after,
.proticaret-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li ul > li > a:after {
    content: ",";
    margin-right: 4px;
  }

  .top-categories.horizontal .nav-item .primary-level .second-level .second-level ul > li:last-child > a:after,
.proticaret-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li ul > li:last-child > a:after {
    content: none;
  }

  .category-popup-opener {
    display: none;
  }

  .top-categories.vertical-categories {
    display: block;
    width: 100%;
  }

  .top-categories.vertical-categories > li > a {
    border-bottom: 1px solid #e6e6e6;
    padding: 0px 8px !important;
    line-height: 46px;
    display: block;
    text-transform: uppercase;
  }

  .top-categories.vertical-categories > li > a > span > i {
    width: 30px;
    text-align: center;
  }

  .top-categories.vertical-categories > li:last-child a {
    border-bottom: 0;
  }

  .all-cats {
    position: relative;
    cursor: pointer;
    position: relative;
    cursor: pointer;
  }

  .all-cats .top-categories.vertical-categories > li.dropdown:hover:after {
    content: "";
    display: inline-block;
    position: relative;
    float: right;
    right: -1px;
    background-color: #fff;
    width: 1px;
    bottom: 0;
    height: 48px;
    z-index: 1000;
    transform: translateY(-100%);
  }

  .all-cats:hover .navbar {
    top: 100%;
    transform: scaleY(1);
    display: block !important;
    visibility: visible;
    opacity: 1;
    z-index: 98;
    background: white;
    width: 100%;
    height: auto;
    transition: all 0.4s ease 0s;
  }

  .all-cats > span {
    padding: 0 13px;
    width: 100%;
    display: block;
    position: relative;
    font-size: 15px;
    border-radius: 0;
    background: #6eaee7;
    color: #fff;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.5px;
    font-weight: 500;
    height: 56px;
    line-height: 56px;
    text-align: center;
  }

  .all-cats .top-categories > li {
    position: static;
  }

  .all-cats > span:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    margin-left: 10px;
  }

  .all-cats > span i {
    margin-right: 6px;
    font-size: 15px;
    background: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #333232;
  }

  .all-cats .top-categories.vertical-categories > li > a {
    padding: 0px 15px !important;
  }

  /* .all-cats .navbar {
       position: absolute;
       transform: scaleY(0);
       transform-origin: 0 0 0;
       opacity: 0;
       visibility: hidden;
       height: 0;
       top: 100%;
       border: 1px solid #e7e7e7;
   }*/
  .all-cats .top-categories.vertical-categories > li > .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    transform: rotate(-90deg);
    margin: 0;
  }

  .all-cats .top-categories.vertical-categories > li > .dropdown-menu {
    border: 1px solid #e7e7e7 !important;
    min-height: 100%;
  }

  .all-cats .top-categories.vertical-categories > li > .dropdown-menu ul > li > ul > li > ul > li {
    width: auto;
    float: left;
    line-height: 1.3;
  }

  .all-cats .top-categories.vertical-categories > li > .dropdown-menu ul > li > ul > li > ul {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: -5px;
    margin-bottom: 5px;
  }

  .all-cats .top-categories.vertical-categories > li > .dropdown-menu ul > li > ul > li > ul > li:after {
    content: ",";
    display: inline;
    margin-right: 5px;
  }

  .all-cats .top-categories.vertical-categories > li > .dropdown-menu ul > li > ul > li > ul > li:last-child:after {
    content: none;
  }

  .proticaret-categories .mega-left ul > li > ul.scroll-active,
.all-cats .top-categories .mega-left > ul > li > ul.scroll-active {
    overflow-y: auto;
    overflow-x: hidden;
  }

  .proticaret-categories .mega-left ul > li > ul.scroll-active::-webkit-scrollbar-track,
.all-cats .top-categories .mega-left > ul > li > ul.scroll-active::-webkit-scrollbar-track {
    background-color: #e8e8e8;
  }

  .proticaret-categories .mega-left ul > li > ul.scroll-active::-webkit-scrollbar,
.all-cats .top-categories .mega-left > ul > li > ul.scroll-active::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
  }

  .proticaret-categories .mega-left ul > li > ul.scroll-active::-webkit-scrollbar-thumb,
.all-cats .top-categories .mega-left > ul > li > ul.scroll-active::-webkit-scrollbar-thumb {
    background-color: #6eaee7;
  }

  .top-categories.vertical-categories > li > a:hover .dropdown-menu {
    display: block;
  }

  .top-categories.vertical-categories > li > a:hover .dropdown-menu {
    display: block;
    opacity: 1;
    left: 100%;
  }

  .top-categories.vertical-categories > li:hover .dropdown-menu {
    display: block;
    left: 100%;
    border: 0;
    top: 0;
    padding-top: 7px;
  }

  .top-categories.vertical-categories > li > .dropdown-menu {
    box-shadow: 0;
  }

  .top-categories.vertical-categories > li > .dropdown-menu:before {
    display: none;
  }

  .top-categories.vertical-categories > li > .dropdown-menu {
    border-radius: 0;
    margin: 0;
    min-width: 700px;
  }

  .top-categories.vertical-categories > li > .dropdown-menu > .mega-left > ul > li {
    width: 33%;
    float: left;
    padding: 0px 15px;
    margin-bottom: 15px;
  }

  .top-categories.vertical-categories > li > .dropdown-menu ul > li .down-menu {
    display: none;
  }

  .top-categories.vertical-categories > li > .dropdown-menu > .mega-left > ul > li > a {
    line-height: 38px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
  }

  .top-categories.vertical-categories > li > .dropdown-menu ul > li > ul {
    position: unset !important;
    min-width: unset;
  }

  .top-categories.vertical-categories > li > .dropdown-menu ul > li > ul > li {
    width: 100%;
    padding: 0;
  }

  .top-categories.vertical-categories > li > .dropdown-menu ul > li > ul > li > ul > li > a {
    font-weight: 300;
  }

  .top-categories.vertical-categories > li > .dropdown-menu > .mega-left > ul > li > ul > li > a {
    line-height: 35px;
    padding: 0;
    font-size: 14px;
  }

  .mega-right > ul > li {
    width: 33.33%;
    float: left;
  }

  .top-categories.vertical-categories > li > .dropdown-menu ul > li > ul:before {
    display: none;
  }

  .expand-category-link {
    border: 1px solid #ebebeb;
    padding: 14px 18px;
    cursor: pointer;
    font-weight: 500;
    background: #ffffff;
    opacity: 1;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
  }

  .expand-category-link i {
    width: 26px;
    text-align: center;
    color: #6eaee7;
  }
}
@media (max-width: 991.98px) {
  #menu-topbar > ul > li > ul {
    max-width: 100%;
    min-width: unset;
    border: none;
    padding-left: 15px;
    margin: 0;
  }

  #nav-menu-topbar .navbar-collapse {
    padding: 0px 20px;
    position: absolute;
    right: 0;
    background: #f6f6f6;
    width: 100%;
    top: 100%;
    z-index: 998;
    text-align: left;
  }

  #menu-topbar > ul > li > ul > li > a {
    border-bottom: 1px solid #ededed;
  }

  #menu-topbar > ul > li.show > a:after {
    display: inline-block;
    content: "\f078";
    border: none;
    font-family: "font awesome 5 free";
    font-weight: 900;
    line-height: 20px;
    font-size: 11px;
    float: right;
  }

  .categories-left .categories-title {
    display: none;
  }

  .desktop {
    display: none;
  }

  .open-filter {
    position: fixed;
    top: 36%;
    left: 0;
    z-index: 998;
    border-radius: 0;
    padding: 14px 12px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 15px;
  }

  .sidebar {
    left: -100%;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: 0.5s;
    background: #f7f7f7;
    text-align: left;
    overflow-y: scroll;
    height: 100%;
    padding: 0;
    min-width: 320px;
  }

  #menu-footer > ul > li {
    width: 100%;
    display: block !important;
    background: white;
    margin-bottom: 10px;
  }

  #menu-footer .navbar-nav {
    display: block;
    width: 100%;
  }

  .nav-footer-menu {
    padding: 0;
    margin-bottom: 15px;
  }

  #menu-footer > ul > li > a:after {
    border: none !important;
    float: right;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    background: whitesmoke;
    width: 25px;
    text-align: center;
    border-radius: 3px;
  }

  #menu-footer > ul > li.show > a:after {
    content: "\f106";
  }

  #menu-footer > ul > li > ul {
    position: unset;
    border: none;
    border-top: 1px solid #f6f6f6;
    border-radius: 0;
  }

  #menu-footer > ul > li > ul:before {
    display: none;
  }

  #menu-footer > ul > li a {
    line-height: 24px;
  }

  .prd-images:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
  }

  #prd-images {
    position: relative;
    text-align: center;
  }

  .categories-title .navbar-toggler span i {
    margin-right: 10px;
  }

  .header-bottom .navbar-brand {
    display: none !important;
  }

  .top-categories.horizontal {
    padding: 0px 10px;
    border: 1px solid #e9e9e9;
    border-top: 0;
    position: fixed;
    left: 15px;
    right: 15px;
    bottom: 75px;
    top: 15px;
    width: calc(100vw - 30px);
    height: calc(100vh - 75px);
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.29);
    z-index: 10;
  }

  .top-categories.horizontal > li > a span i {
    display: inline-block;
    font-size: 16px;
  }

  .top-categories.horizontal > .nav-item > a {
    padding: 10px 10px !important;
  }

  .top-categories.horizontal .cat-title {
    font-weight: bold;
    font-size: 16px;
  }

  .top-categories.horizontal .cat-title .close-categories {
    font-size: 28px;
    line-height: 22px;
  }

  .top-categories.horizontal > li {
    position: relative;
  }

  .top-categories.horizontal > li > a {
    padding: 10px 0px;
    width: 100%;
  }

  .top-categories.horizontal .mega-left > ul > li > a {
    padding: 0;
    line-height: 1;
  }

  .top-categories.horizontal > li .dropdown-menu {
    border: none;
    margin: 0;
    padding: 0 0 0 15px;
  }

  .top-categories.horizontal .mega-left {
    padding-left: 15px;
  }

  .top-categories.horizontal .mega-left ul:before, .dropdown-menu:before {
    display: none;
  }

  .top-categories.horizontal > li > a > span > i {
    margin-right: 10px;
  }

  .top-categories.horizontal .mega-left > ul > li > ul > li > a {
    line-height: 16px;
    padding: 0;
  }

  .top-categories.horizontal .mega-left > ul > li > ul > li {
    position: relative;
  }

  .top-categories.horizontal .mega-left > ul > li > ul {
    padding-left: 15px;
  }

  .top-categories.horizontal .mega-left > ul > li > a:before {
    content: "\f3be";
    font-family: "font awesome 5 free";
    font-weight: 900;
    margin-right: 8px;
    color: #bebdbb;
  }

  .top-categories.horizontal .down-menu:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    font-size: 16px;
    width: 30px;
    height: 25px;
    line-height: 25px;
  }

  .top-categories.horizontal .mega-left .show > .down-menu:after {
    content: "\f106";
  }

  .top-categories.horizontal .down-menu {
    position: absolute;
    right: 0;
    top: 5px;
    width: 30px;
    text-align: center;
    padding: 0;
    background: #f3f3f3;
    color: #575555;
  }

  .top-categories.horizontal > li > .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 0;
    display: block;
    border: none;
    position: absolute;
    right: 0;
    top: 8px;
    width: 30px;
    text-align: center;
    padding: 0;
    background: #5a9cd6;
    color: #ffffff;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
  }

  .top-categories.horizontal > li.show > .dropdown-toggle::after {
    content: "\f106";
  }

  .admin .edit-button {
    right: 0;
  }

  .product-detail-wizard td:First-child span:First-child {
    display: none !important;
  }

  /** CATEGORY SIDEBAR **/
  .sidebar-item {
    padding-bottom: 20px;
    font-family: "rubik", sans serif;
    margin-bottom: 20px;
  }

  .sidebar.panel-open {
    left: 0;
    top: 0;
  }

  .category-sidebar-header .close-button {
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 18px;
    background: no-repeat;
    border: none;
  }

  .category-sidebar-header h3 {
    display: block;
    padding: 13px 10px;
    margin: 0;
    font-size: 22px;
  }

  .category-sidebar-header {
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
    background: #fff;
  }

  .sidebar {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
  }

  /** CATEGORY SIDEBAR END **/
  .topbar-menu .dropdown-menu:before {
    display: none;
  }

  .categories-title .navbar-toggler {
    width: 100%;
    color: white;
    margin: 0;
    padding: 0 !important;
  }

  .categories-title .navbar-toggler span {
    float: left;
    width: 100%;
  }

  .header-bottom .navbar-brand {
    display: block;
    width: 100%;
  }

  .fancybox-slide {
    padding: 15px !important;
  }

  #user-menu-modal ul li {
    width: 50%;
  }

  .center-middle-center {
    padding: 20px 0;
  }

  #whatsapp {
    width: auto;
    height: 149px;
  }

  .prd-images img {
    touch-action: pan-y !important;
  }

  .top-categories.horizontal .nav-item .primary-level > .mega-left > ul > li.second-level {
    position: relative !important;
    width: 100%;
    margin-bottom: 0;
    float: left;
    display: block;
  }

  .top-categories.horizontal .nav-item .primary-level .second-level .dropdown-toggle::after {
    color: #000 !important;
  }

  .top-categories.horizontal .mega-left > ul > li.second-level {
    position: relative;
    border-bottom: 1px solid #e7e7e7;
  }

  .top-categories.horizontal .mega-left > ul > li.second-level a {
    padding: 12px 0px;
  }

  .top-categories.horizontal .mega-left > ul > li.second-level a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f3be";
    font-weight: 900;
    margin-right: 8px;
    color: #bebdbb;
  }

  .top-categories.vertical-categories {
    padding: 0px 10px;
    border: 1px solid #e9e9e9;
    border-top: 0;
    position: fixed;
    left: 15px;
    right: 15px;
    bottom: 75px;
    top: 15px;
    width: calc(100vw - 30px);
    height: calc(100vh - 75px);
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.29);
    z-index: 10;
  }

  .top-categories.vertical-categories > li > a span i {
    display: inline-block;
    font-size: 16px;
  }

  .top-categories.vertical-categories > .nav-item > a {
    padding: 10px 10px !important;
  }

  .top-categories.vertical-categories .cat-title {
    font-weight: bold;
    font-size: 16px;
  }

  .top-categories.vertical-categories .cat-title .close-categories {
    font-size: 28px;
    line-height: 22px;
  }

  .top-categories.vertical-categories > li {
    position: relative;
  }

  .top-categories.vertical-categories > li > a {
    padding: 10px 0px;
    width: 100%;
  }

  .top-categories.vertical-categories .mega-left > ul > li > a {
    padding: 0;
    line-height: 1;
  }

  .top-categories.vertical-categories > li .dropdown-menu {
    border: none;
    margin: 0;
    padding: 0;
  }

  .top-categories.vertical-categories .mega-left {
    padding-left: 15px;
  }

  .top-categories.vertical-categories .mega-left ul:before, .dropdown-menu:before {
    display: none;
  }

  .top-categories.vertical-categories > li > a > span > i {
    margin-right: 10px;
  }

  .top-categories.vertical-categories .mega-left > ul > li > ul > li > a {
    line-height: 16px;
    padding: 0;
  }

  .top-categories.vertical-categories .mega-left > ul > li > ul {
    padding-left: 15px;
  }

  .top-categories.vertical-categories .mega-left > ul > li > a:before {
    content: "\f3be";
    font-family: "font awesome 5 free";
    font-weight: 900;
    margin-right: 8px;
    color: #bebdbb;
  }

  .top-categories.vertical-categories .down-menu:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    font-size: 16px;
    width: 30px;
    height: 25px;
    line-height: 25px;
  }

  .top-categories.vertical-categories .mega-left .show .down-menu:after {
    content: "\f106";
  }

  .top-categories.vertical-categories .down-menu {
    position: absolute;
    right: 0;
    top: 5px;
    width: 30px;
    text-align: center;
    padding: 0;
    background: #f3f3f3;
    color: #575555;
  }

  .top-categories.vertical-categories > li > .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 0;
    display: block;
    border: none;
    position: absolute;
    right: 0;
    top: 8px;
    width: 30px;
    text-align: center;
    padding: 0;
    background: #5a9cd6;
    color: #ffffff;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
  }

  .top-categories.vertical-categories > li.show > .dropdown-toggle::after {
    content: "\f106";
  }

  .top-categories.vertical-categories .nav-item .primary-level > .mega-left > ul > li.second-level {
    position: relative !important;
    width: 100%;
    margin-bottom: 0;
    float: left;
    display: block;
  }

  .top-categories.vertical-categories .nav-item .primary-level .second-level .dropdown-toggle::after {
    color: #000 !important;
  }

  .top-categories.vertical-categories .mega-left > ul > li.second-level {
    position: relative;
    border-bottom: 1px solid #e7e7e7;
  }

  .top-categories.vertical-categories .mega-left > ul > li.second-level a {
    padding: 12px 0px;
  }

  .top-categories.vertical-categories .mega-left > ul > li.second-level a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f3be";
    font-weight: 900;
    margin-right: 8px;
    color: #bebdbb;
  }

  .expand-category-left-link {
    display: none !important;
  }

  .headder-middle-right {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1001;
    padding: 4px 10px;
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.18);
  }

  .header-middle-search input {
    border: 0;
  }

  .header-middle-search {
    border: 2px solid #5a9cd6;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    padding: 0 8px;
    border-radius: 8px;
    width: calc(100% - 30px);
    max-width: 375px;
    transition: 350ms;
    right: auto;
  }

  .header-middle-search.active {
    opacity: 1;
    visibility: visible;
  }

  .header-middle-search.active:after {
    opacity: 1;
    visibility: visible;
  }

  /* Not: Bu açılış için buton ile aynı element içinde olmalı*/
  .header-middle-search.mobile-style-1 {
    top: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .header-middle-search.mobile-style-1.active {
    transform: translate(-50%, calc(-100% - 10px));
  }

  .header-middle-search.mobile-style-2 {
    top: 50%;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
  }

  .header-middle-search.mobile-style-2:after {
    content: "";
    display: block;
    position: absolute;
    left: -100vw;
    right: auto;
    top: -100vw;
    bottom: auto;
    width: 200vw;
    height: 200vh;
    background: rgba(0, 0, 0, 0.2);
    /* opacity: 0; */
    /* visibility: hidden; */
    z-index: -1;
  }

  .header-middle-search .search-button i {
    color: #5a9cd6;
  }

  .user-menu {
    margin: 0;
  }

  .favorite-list {
    display: inline-block;
    margin: 0;
  }

  #nav-menu-topbar button.navbar-toggler {
    color: #fff;
  }

  .image-module figure {
    display: flex;
    justify-content: center;
    flex-flow: wrap row;
  }

  .user-menu.dropdown {
    padding: 0;
    margin: 0 !important;
  }

  .my-cart,
.account-status,
.search-open-button,
.favorite-list,
.mobile-cat-opener,
.user-menu.dropdown {
    width: auto;
    max-width: none;
    display: inline-block;
    text-align: center;
  }

  .favorite-list > a i,
.user-menu > button i,
.category-popup-opener i,
.my-cart-item > i,
.search-open-button i {
    font-size: 16px;
    background: #5a9cd6;
    height: 32px;
    width: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: inline-block;
  }

  .favorite-list a span,
.user-menu > button > span,
.category-popup-opener span,
.my-cart-info span:first-child,
.search-open-button span {
    float: none;
    display: block;
    width: auto;
    text-align: center;
    line-height: 14px;
    font-size: 11px;
    font-weight: 500;
    color: #000;
    margin: 0;
    /*display: none;*/
  }

  .my-cart .dropdown-menu {
    top: auto !important;
    bottom: 70px !important;
    right: auto;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .my-cart-info {
    /*display: none;*/
    margin-right: 0;
    width: 100%;
  }

  .my-cart .my-cart-item > img {
    width: 22px;
  }

  .my-cart-item {
    text-align: center;
    margin-right: 0;
    width: 100%;
    position: relative;
  }

  .my-cart #cart-count {
    left: auto;
    right: 16px;
    top: 0;
    font-size: 11px;
    width: 16px;
    height: 16px;
    line-height: 16px;
  }

  .my-cart-info span.total-price {
    display: none;
  }

  #nav-menu-footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #up.search-active {
    bottom: 140px;
  }

  .footerBottom {
    padding-bottom: 75px;
  }

  .footer_ref {
    text-align: center;
  }

  .product-slider-group-3-columns .owl-nav {
    display: block;
  }

  .product-slider-group-3-columns .product-image,
.product-slider-group-3-columns .product-info {
    width: 100%;
  }

  .product-slider-group-3-columns .tab-content > .tab-pane {
    display: none;
    opacity: 0;
  }

  .product-slider-group-3-columns .tab-content > .tab-pane.active.show {
    display: block;
    opacity: 1;
  }

  .best-seller-products ul.best-seller-products-list > li.related-product-box {
    width: 100%;
  }

  .whatsapp-icon-button {
    left: 20px;
    bottom: 70px;
  }

  .prd-images-thumbs a {
    width: 58px;
  }

  .all-categories2 > ul > li {
    width: calc(33.3333333333% - 15px);
  }

  .logo {
    text-align: center;
    display: block;
  }

    .prd-images-thumbs {
        display: none;
    }
    .slider-module .owl-thumbs {
        display: none;
    }

    .icon-container > div {
        margin: 0px 0 8px !important;
    }
    .respo-p {
        padding-right:0;
        text-align:right;
    }
    .search-close {
        position: absolute;
        right: 15px;
        top: 170px;
        z-index: 100;
        font-size: 36px;
        padding: 8px;
        line-height: 18px;
        transform: translateY(-50vh);
        color: #fff;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  .proticaret-categories > nav ul > li a {
    color: black !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /** CATEGORY SIDEBAR **/
  .category-sidebar-header {
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
    background: #fff;
  }

  .category-sidebar-header h3 {
    display: block;
    margin: 0;
    font-size: 1.5rem;
    padding: 5px 10px;
  }

  /** CATEGORY SIDEBAR END **/
  .my-cart-info .total-price {
    font-size: 15px !important;
    line-height: 32px;
  }
}
@media (max-width: 823px) {
  ul.product-price-list > li span.discount {
    display: none;
  }

  /*.my-cart .dropdown-menu {
      padding: 10px 15px;
      top: 20px !important;
      transform: translate3d(0, 35px, 50px) !important;
      max-width: 90% !important;
      min-width: 290px;
  }

  .my-cart-info {
      max-width: 100px;
      margin: 0;
      padding: 0;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
  }*/
  .topbar-menu .navbar-collapse {
    position: absolute;
    top: 44px;
    width: 100%;
    right: 0;
    background: #ffffff;
    z-index: 99;
    border: 1px solid #e9e9e9;
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }

  .topbar-menu .navbar-toggler {
    margin-top: 7px;
    color: #343434;
    padding: 0px;
    width: 40px;
    height: 30px;
  }

  .topbar-menu .navbar-toggler .navbar-toggler-icon {
    height: 25px;
    width: 25px;
  }

  .header-bottom {
    width: 100%;
  }

  .header-bottom .navbar-brand {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .footerBottom {
    text-align: center;
  }

  .topbar-menu, .topbar-right {
    position: unset;
  }

  .product-combine-page-center,
.product-page-center,
.product-flower-page-center,
.product-food-page-center {
    padding: 15px;
  }

  .best-seller-products {
    margin-top: 10px;
  }

  .quickorder-module .btn-success {
    padding: 10px 40px;
  }

  .quote-content {
    font-size: 14px;
    width: 90%;
  }

    .order-payment-section .tabs-navigation ul li a {
        width: 100%;
        text-align: center;
        margin-bottom: 3px;
    }
}
@media (max-width: 575.98px) {
  .header-middle {
    margin-bottom: 0 !important;
  }

  td.taksit-list {
    padding: 0;
    width: 100%;
    float: left;
  }

  .slider-description span.sli-item-title {
    font-size: 20px;
  }

  .slider-description h2 {
    font-size: 12px;
  }

    .slider-description .sli-item-text {
        font-size: 10px;
        line-height: 14px;
        margin: 4px 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }

  .slider-description .indirim {
    font-size: 14px;
  }

  .slider-description .satin-al {
    padding: 8px 18px;
    margin-top: 6px;
    font-size: 9px;
    border-radius: 3px;
  }

  .icon-container .col-6 {
    flex: 100% !important;
    max-width: 100%;
    padding: 0;
    margin: 10px 10px !important;
  }

  .product-tabs .tabs-navigation ul li {
    width: 100%;
  }

  .product-tabs .tabs-navigation ul li a {
    border: 1px solid #ededed;
    margin: 5px 0px;
  }

  .product-tabs .tabs-navigation ul .tab-active a {
    border: 1px solid #e8e8e8 !important;
    background: #f9f9f9;
    border-radius: 0;
  }

  .overview-button .alert-success {
    padding: 8px 12px;
  }

  #user-menu-modal ul li {
    width: 100%;
  }

  li.quantity-piece,
.price-title,
.price-label {
    width: 100%;
  }

  .price-title:after {
    content: none;
  }

  ul.product-price-list li {
    border-bottom: 1px solid #eee;
  }

  #whatsapp {
    bottom: 0;
  }

  .product-slider-title h3 {
    padding: 0px 15px;
    line-height: 40px;
    height: 40px;
  }

  .headder-middle-right {
    padding: 5px;
  }

  .product-slider-group-3-columns .nav-link {
    font-size: 14px;
    line-height: 20px;
  }

  .product-slider-group-3-columns .owl-nav {
    top: -38px;
  }

  .my-cart {
    position: static;
  }

  .best-seller-products ul.best-seller-products-list > li.related-product-box {
    padding-left: 0;
    padding-right: 0;
  }

  .best-seller-products .related-product-percent {
    width: 35%;
  }

  .best-seller-products .related-product-content {
    width: 65%;
  }

  .best-seller-products .related-product-content {
    padding: 0 10px 0 32px;
  }

  .best-seller-products .order-number {
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
  }

  .notice-text {
    width: 100%;
  }

  .footer-notice {
    font-size: 11px;
    line-height: 16px;
  }

  .footer-notice a {
    font-size: 11px;
  }

  .enewsletter-module .pro-section .btn-box input:nth-child(1) {
    width: 250px;
  }

  .slider-module .banner-slider {
    text-align: center;
  }

  .all-categories2 > ul > li {
    width: calc(50% - 15px);
  }

    .product-item .product-image .action-hover {
        opacity: 1;
        right: 15px;
    }
    .product-image .action-hover li:nth-child(2) {
        display: none;
    }
    .slider-description {
        max-width: 47%;
    }
}
@media (max-width: 414px) {
  td.taksit-list {
    padding: 0;
    width: 100%;
    float: left;
  }

  .account-menu ul.dropdown-menu {
    min-width: 0;
  }
}
@media (max-width: 375px) {
  .product-combine-page-center,
.product-page-center,
.product-flower-page-center,
.product-food-page-center {
    padding: 10px;
  }

  .favorite-list > a i,
.user-menu > button i,
.category-popup-opener i {
    font-size: 16px;
  }

  .my-cart .my-cart-item > img {
    width: 20px;
  }
}
@media (max-width: 360px) {
  .title-type-1 i {
    margin-right: 8px;
  }

  .collapse-pd-list {
    margin-left: 8px;
  }
}
@media (max-width: 320px) {
  ul.overview-button {
    text-align: center;
  }

  .featured-price {
    font-size: 20px !important;
  }

  .overview-button li:last-child {
    width: 50%;
    margin: 10px 0px;
  }
}
/*Diğer Stilleri ezebilmesi için en altta olması gereklidir.*/
/*@import "../partial/_placeholder";*/
