@charset "UTF-8";
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #b3b3b3;
  border-radius: 10px;
}

.offcanvas-menu .logo {
  display: none !important;
}

#offcanvas-toggler .burger-icon > span {
  background-color: white !important;
}

#sp-header.header-sticky {
  z-index: 9 !important;
}

#sp-top-bar {
  background: #1a2531 !important;
}

#sp-top1, #sp-top2 {
  padding-top: 0.25rem !important;
}
#sp-top1 .fa, #sp-top1 .fas, #sp-top1 .fab, #sp-top1 .far, #sp-top2 .fa, #sp-top2 .fas, #sp-top2 .fab, #sp-top2 .far {
  display: inline-block;
  margin-right: 0.375rem !important;
}

#sp-menu a {
  font-size: 1rem !important;
}
#sp-menu ul li a:hover {
  text-decoration: underline !important;
}
#sp-menu ul li a.e-kataloh {
  position: relative;
  display: inline-block;
  padding-left: 3rem;
  padding-right: 1rem;
}
#sp-menu ul li a.e-kataloh:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-size: 1.5rem;
  color: #f79818;
  position: absolute;
  top: 0;
  left: 1rem;
}

#sp-main-body {
  padding: 20px 0;
}
#sp-main-body:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}

.mod-languages .lang-inline li {
  padding: 0 0.375rem;
}
.mod-languages .lang-inline .lang-active {
  background-color: #f79818 !important;
}

.logo .logo-image-phone {
  width: 100%;
  min-width: 100%;
}
@media (max-width: 991px) {
  .logo .logo-image-phone {
    max-height: 40px !important;
  }
}

.video-block {
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: -1.9rem;
  background-image: url("../../../images/slider/tmak-cookiemak0-2048x940.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

#sp-page-title {
  position: relative;
  color: white;
}
#sp-page-title:after {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background-color: rgba(35, 49, 66, 0.5);
  width: 100%;
  height: 100%;
  z-index: 0;
}
#sp-page-title .sp-column {
  padding: 3rem 0 2rem 0;
}
#sp-page-title .sp-column:empty {
  display: none;
}
#sp-page-title h1 {
  position: relative;
  font-weight: 700;
  z-index: 1;
}
#sp-page-title h1:after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.125rem;
  background-color: #f79818;
  margin: 0.375rem 0 0 0;
}
#sp-page-title .breadcrumb {
  z-index: 1;
  position: relative;
  padding: 0.75rem 1rem 0.75rem 0 !important;
  background-color: transparent;
  border-radius: 0.25rem;
}
#sp-page-title .breadcrumb a {
  color: #f79818;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
#sp-page-title .breadcrumb a:hover {
  color: #d57d07;
}
#sp-page-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "›");
  color: white;
}

#sp-footer {
  background: #233142;
}

#djcatalog:after {
  content: "";
  display: table;
  clear: both;
}

body.com-djcatalog2 #sp-main-body {
  padding: 2rem 0 4rem 0 !important;
}

.com-djcatalog2.view-item .djc_title {
  display: none;
}
.com-djcatalog2.view-item .product-section {
  border: 1px solid #dee2e6;
}
.com-djcatalog2.view-item .product-section .product-heading {
  padding: 12px;
  font-size: 18px;
  font-weight: 600;
  background: #f2f2f2;
}
.com-djcatalog2.view-item .product-section .product-section-body {
  padding: 12px;
}
.com-djcatalog2.view-item .product-section .product-container {
  padding: 12px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.com-djcatalog2.view-item .product-section .product-container:hover {
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.125);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.125);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.com-djcatalog2.view-item .product-section .product-container h5 {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  padding: 6px;
}
.com-djcatalog2.view-item .product-section .product-container .description {
  font-size: 14px;
  text-align: center;
}
.com-djcatalog2.view-item .product-section .product-container .read-more {
  padding: 6px 0;
  text-align: center;
}
.com-djcatalog2.view-item .product-section .product-container .read-more a {
  color: white;
  font-size: 14px;
  display: inline-block;
  padding: 4px 12px;
  background: #f79818;
  border: 1px solid #f79818;
}

#djcatalog .djc_images {
  float: left;
  margin: 0;
  max-width: 600px;
  padding: 2rem 2rem 2rem 0;
}
@media only screen and (max-width: 992px) {
  #djcatalog .djc_images {
    float: none !important;
    margin: 0 auto;
  }
}

#djc_thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.djc_item .djc_thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px !important;
  line-height: 100px !important;
  height: 100px !important;
  float: none !important;
  margin: 0 !important;
}

.mfp-content .mfp-close {
  color: red;
  right: 10px;
}
.mfp-content img {
  background: white;
}
.mfp-content .mfp-title {
  padding: 6px;
  color: black;
}

.itemid-249 [itemprop=articleBody] {
  text-align: center !important;
}
.itemid-249 [itemprop=articleBody] img, .itemid-249 [itemprop=articleBody] iframe {
  display: inline-block !important;
  padding: 3px !important;
}