@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;700&display=swap');


.language-container select {
        display: flex;
        border-radius: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
}


.language-container {
	position:fixed;
 display: flex;
 justify-content: center;
 align-items: center;
 padding-bottom: 10px;
 right:50px;
 bottom:30px;
 z-index:999;
}


.logo {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
}
@font-face {
  font-family: 'tarabya';
	src: url('../fonts/pcap.otf');
  
  
}
.tarabya{
	font-family:'mfb';
	}
/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark],
[data-overlay-darkgray],
[data-overlay-light] {
  position: relative;
}
[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-darkgray]:before,
[data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay-dark]:before {
  background: #000;
}
[data-overlay-darkgray]:before {
  background: #222;
}
[data-overlay-light]:before {
  background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}
[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] span {
  color: #fff;
}
[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
  color: #999;
}
[data-overlay-dark] p {
  color: #fff;
}
[data-overlay-darkgray] p {
  color: #999;
}
[data-overlay-light] p {
  color: #999;
}
[data-overlay-dark="0"]:before,
[data-overlay-darkgray="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-darkgray="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-darkgray="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-darkgray="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-darkgray="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-darkgray="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-darkgray="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-darkgray="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

.video-fullscreen-wrap .caption {
    position: relative;
}
.video-fullscreen-wrap .caption.textleft {
    text-align: left;
}
.video-fullscreen-wrap h3 {
    position: relative;
    font-family: 'Libre Caslon Display', serif;
    font-size: 60px;
    line-height: 1em;
    color: #fff;
    font-weight: 400;
}
.video-fullscreen-wrap h3 span {
    display: block;
    font-size: 30px;
    display: block;
    margin-top: 0px;
    line-height: 1.5em;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    color: #C19D60;
}

.video-fullscreen-video {
    height: 100%;
}
.video-fullscreen-wrap video {
  width: 100vw;
  height: 600px;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-fullscreen-wrap .video-fullscreen-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: right;
    
}
.video-lauch-wrapper {
  border: none;
  background: none;
  width: 100%;
  padding: 0;
}

.video-fullscreen-wrap .overlay {
/*  background-image: linear-gradient(to bottom right, #000000, #000000);*/
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  text-align: center; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
}

.video-fullscreen-wrap .butn-dark a {
    color: #fff;
}
.position-relative {
  position: relative !important;
}

.index-logo {
    position: fixed !important;
}

.index-menu {
    position: fixed !important;
}

.index-page {
    left: 0;
    top: 0;
    z-index: 99;
}

.breadcrumb-list {
    font-size: 14px;
    color: #6d6d6d;
    margin-bottom: 15px;
}

.breadcrumb-list a {
    font-size: 14px;
    color: #6d6d6d;
    font-weight: 100;
}

.absolute {
    position: absolute;
}

.sub-page {
    background: #e41635;
    height: 120px;
}

.sticky-wrapper {
    height: unset !important;
}

.sticky-header header {
    background: #e41635;
    height: 120px !important;
}

.search-form {
    margin-top: 30px;
}

.search-form button {
    background: transparent;
    border: none;
}

.search-form input {
    background: #fff;
    border: 2px solid #cc112c;
    border-radius: 30px;
    height: 41px;
    width: 300px;
    padding: 15px;
}

.menu-btn {
    right: 0px;
    top: 30px;
    z-index: 99;
}

.banner {
    background-image: url(../images/giris.jpg);
    background-size: cover;
    background-position: bottom center;
    min-height:800px;
}
.banner .banners .hareket img:hover{
    transform: scale(1.1);
	
}



.banners {
    margin-top: 175px;
}

.offcanvas {
    max-width: 21%;
    background: #efefef;
    border-left: none !important;
    z-index: 99999999;
}

.offcanvas-backdrop {
    z-index: 99999998;
}

.main-menu {
    padding: 40px;
}

.main-menu-list li a {
    width: 100%;
    float: left;
    padding: 4px 8px;
    border-radius: 30px;
    color: #6B6B6B;
    transition: all ease .7s;
    margin-bottom: 3px;
}

.main-menu-list li a img {
    position: relative;
    top: -2px;
}

.main-menu-list li a:hover {
    background: #cc112c;
    color: #fff;
}

.main-menu-list li a:hover img {
    filter: brightness(100);
}

.close-btn {
    left: 0px;
    top: 50%;
}

.categories {
    margin-top: -250px
}

.category-link a span {
    display: block;
    height: 100%;

}

.col-lg-custom5 {
    flex: 0 0 auto;
    width: 20%;
}

.mid-banners {
    margin-top: 130px;
}

footer {
	
    color: #fff;
}

.index-footer {
    background-image: url(../../images/frontend/footer1.png);
    background-size: cover;
}

.lezzet-index-footer {
    background-image: url(../../images/frontend/footer1.png);
    background-size: cover;
}

.profesyonel-index-footer {
    background-image: url(../../images/frontend/footer2.png);
    background-size: cover;
}

.sub-footer {
    background-image: url(../../images/frontend/footer3.png);
    background-size: cover;
}

.profesyonel-sub-footer {
    background: #B98750;
}

.profesyonel-sub-page {
    background: #CC112C;
    height: 120px;
}

footer a {
    color: #fff;
}

footer p {
    margin-bottom: 5px;
}
@keyframes partialAnimLeft {
    0% {
        transform: translate(0, 0) rotate(0);
    }

    50% {
        transform: translate(50px, 50px) rotate(50deg);
    }

    100% {
        transform: translate(0, 0) rotate(0);
    }
}
@keyframes partialAnimRight {
    0% {
        transform: translate(0, 0) rotate(0);
    }
	
    50% {
        transform: translate(50px, -50px) rotate(0deg);
		transform: translate(-50px, 50px) rotate(0deg);
    }

    100% {
        transform: translate(0, 0) rotate(0);
    }
}
@keyframes tremble {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    3.33333% {
        -webkit-transform: translate(-5.18923px, 6.45485px);
        transform: translate(-5.18923px, 6.45485px)
    }

    6.66667% {
        -webkit-transform: translate(-5.84296px, -6.32524px);
        transform: translate(-5.84296px, -6.32524px)
    }

    10% {
        -webkit-transform: translate(5.67971px, 6.00422px);
        transform: translate(5.67971px, 6.00422px)
    }

    13.33333% {
        -webkit-transform: translate(-5.5056px, 5.83616px);
        transform: translate(-5.5056px, 5.83616px)
    }

    16.66667% {
        -webkit-transform: translate(6.31368px, -5.51401px);
        transform: translate(6.31368px, -5.51401px)
    }

    20% {
        -webkit-transform: translate(-6.21184px, 6.49193px);
        transform: translate(-6.21184px, 6.49193px)
    }

    23.33333% {
        -webkit-transform: translate(6.09065px, -5.21259px);
        transform: translate(6.09065px, -5.21259px)
    }

    26.66667% {
        -webkit-transform: translate(-6.49916px, 5.56159px);
        transform: translate(-6.49916px, 5.56159px)
    }

    30% {
        -webkit-transform: translate(6.48086px, 6.21228px);
        transform: translate(6.48086px, 6.21228px)
    }

    33.33333% {
        -webkit-transform: translate(-6.43889px, -6.152px);
        transform: translate(-6.43889px, -6.152px)
    }

    36.66667% {
        -webkit-transform: translate(6.35914px, 6.34835px);
        transform: translate(6.35914px, 6.34835px)
    }

    40% {
        -webkit-transform: translate(-6.42834px, 5.3091px);
        transform: translate(-6.42834px, 5.3091px)
    }

    43.33333% {
        -webkit-transform: translate(6.47472px, -6.49889px);
        transform: translate(6.47472px, -6.49889px)
    }

    46.66667% {
        -webkit-transform: translate(-5.92402px, 6.4416px);
        transform: translate(-5.92402px, 6.4416px)
    }

    50% {
        -webkit-transform: translate(6.0657px, -5.75306px);
        transform: translate(6.0657px, -5.75306px)
    }

    53.33333% {
        -webkit-transform: translate(-6.19035px, -6.07484px);
        transform: translate(-6.19035px, -6.07484px)
    }

    56.66667% {
        -webkit-transform: translate(5.28828px, 5.79337px);
        transform: translate(5.28828px, 5.79337px)
    }

    60% {
        -webkit-transform: translate(-5.47167px, -6.42789px);
        transform: translate(-5.47167px, -6.42789px)
    }

    63.33333% {
        -webkit-transform: translate(5.64753px, -5.09795px);
        transform: translate(5.64753px, -5.09795px)
    }

    66.66667% {
        -webkit-transform: translate(5.41006px, -5.26292px);
        transform: translate(5.41006px, -5.26292px)
    }

    70% {
        -webkit-transform: translate(-5.22477px, -6.3683px);
        transform: translate(-5.22477px, -6.3683px)
    }

    73.33333% {
        -webkit-transform: translate(5.03588px, 5.92931px);
        transform: translate(5.03588px, 5.92931px)
    }

    76.66667% {
        -webkit-transform: translate(-6.01937px, -6.18398px);
        transform: translate(-6.01937px, -6.18398px)
    }

    80% {
        -webkit-transform: translate(5.8724px, -5.60494px);
        transform: translate(5.8724px, -5.60494px)
    }

    83.33333% {
        -webkit-transform: translate(-5.71151px, 6.4786px);
        transform: translate(-5.71151px, 6.4786px)
    }

    86.66667% {
        -webkit-transform: translate(6.40734px, -6.49607px);
        transform: translate(6.40734px, -6.49607px)
    }

    90% {
        -webkit-transform: translate(-6.33062px, 5.46957px);
        transform: translate(-6.33062px, 5.46957px)
    }

    93.33333% {
        -webkit-transform: translate(6.23264px, 6.26738px);
        transform: translate(6.23264px, 6.26738px)
    }

    96.66667% {
        -webkit-transform: translate(-6.48975px, -6.03867px);
        transform: translate(-6.48975px, -6.03867px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@keyframes partialAnimFull {
    0% {
        transform: translate(0, 0) rotate(360Deg);
    }

    50% {
        transform: translate(1px, 1px) rotate(50deg);
    }

    100% {
        transform: translate(0, 0) rotate(360Deg);
    }
}


.roller {
	
    top: 1px;
    right: 0;
    width: 300px;
	animation-name: partialAnimFull;
    animation-duration: 14s;
    animation-iteration-count: 100;
	
}
.roller1 {
	
    top: 1px;
    right: 0;
    width: 300px;
	
}
.roller2 {
    bottom: 1px;
    left: 0;
    width: 300px;
	-webkit-animation: tremble 25s linear 1s infinite normal forwards running;
}
.roller3 {
    top: 1px;
    right: 0;
    width: 300px;
	animation-name: partialAnimFull;
    animation-duration: 14s;
    animation-iteration-count: 100;
}
.roller4 {
    bottom: 1px;
    left: 0;
    width: 300px;
	-webkit-animation: tremble 25s linear 1s infinite normal forwards running;
}
.roller5 {
    top: 1px;
    right: 0;
    width: 300px;
	animation-name: partialAnimFull;
    animation-duration: 14s;
    animation-iteration-count: 100;
}
.roller6 {
    bottom: 1px;
    left: 0;
    width: 300px;
	animation-name: partialAnimFull;
    animation-duration: 30s;
    animation-iteration-count: 100;
}
.roller7 {
    top: 1px;
    right: 0;
    width: 300px;
	-webkit-animation: tremble 25s linear 1s infinite normal forwards running;
}
.roller8 {
    bottom: 1px;
    left: 0;
    width: 300px;
	-webkit-animation: tremble 25s linear 1s infinite normal forwards running;
}
.roller9 {
    top: 1px;
    right: 0;
    width: 300px;
	-webkit-animation: tremble 25s linear 1s infinite normal forwards running;
}
.roller10 {
    bottom: 1px;
    left: 0;
    width: 300px;
	-webkit-animation: tremble 25s linear 1s infinite normal forwards running;
}
.roller11 {
    top: 1px;
    right: 0;
    width: 300px;
	-webkit-animation: tremble 25s linear 1s infinite normal forwards running;
}
.roller12 {
    bottom: 1px;
    left: 0;
    width: 300px;
	animation-name: partialAnimFull;
    animation-duration: 14s;
    animation-iteration-count: 100;
}
.roller13 {
    bottom: 1px;
    left: 0;
    width: 300px;
	
}
.roller14 {
    bottom: 1px;
    right: 0;
    width: 300px;
	
}
.roller15 {
    bottom: 1px;
    right: 0;
    width: 300px;
	animation-name: partialAnimFull;
    animation-duration: 14s;
    animation-iteration-count: 100;
	
}

.roller16 {
    bottom: 1px;
    left: 0;
    width: 300px;
	-webkit-animation: tremble 25s linear 1s infinite normal forwards running;
	
}
.roller17 {
    top: 1px;
    right: 0;
    width: 300px;
	
}
.roller18 {
    top: 1px;
    right: 0;
    width: 300px;
	animation-name: partialAnimFull;
    animation-duration: 14s;
    animation-iteration-count: 100;
	
}






.category-box {
    background: #F9F6F2;
    border-radius: 20px;
}

.category-box ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.category-box ul li:last-child {
    margin-bottom: 0;
}

.category-box ul li a {
    color: #CC112C;
    display: block;
    padding: 7px;
}

.category-box ul li a svg {
    padding: 5px;
    width: 10px;
    height: 10px;
    font-size: 6px;
    border-radius: 50%;
    background: #CC112C;
    color: #fff;
    position: relative;
    top: 2px;
}

.category-box ul li a:hover {
    background: #CC112C;
    color: #fff;
    border-radius: 20px;
}

.active-category-link {
    background: #CC112C;
    color: #fff !important;
    border-radius: 20px;
}

.active-category-link img {
    background: #fff;
    padding: 3px;
    border-radius: 50%;
}

.active-relations {
    background: #CC112C;
    color: #fff !important;
    border-radius: 20px;
}

.category-box ul li a:hover img {
    background: #fff;
    padding: 3px;
    border-radius: 50%;
}

.category-box ul li a:hover svg {
    background: #fff;
    color: #CC112C;
}

.category-details {
    background: #F9F6F2;
    border-radius: 20px;
    color: #6D6D6D;
}

.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .7);
    width: 80px;
    height: 80px;
    transition: all ease .7s;
    visibility: hidden;
    opacity: 0;
    text-align: center;
}

.play-btn svg {
    fill: #fff;
    color: #fff;
    font-size: 40px;
    position: relative;
    top: 5px;
}

.video-box {
    background: #F2EDE4;
    border-radius: 20px;
}

.video-box a {
    color: #6D6D6D;
}

.video-box img {
    border-radius: 20px;
}

.video-box:hover .play-btn {
    visibility: visible;
    opacity: 1;
}

.headers h4 {
    color: #CC112C;
}

.headers h1 {
    color: #6B6B6B;
}

.faq-row {
    background: #F9F6F2;
    border-radius: 20px;
    padding: 15px;
    color: #6B6B6B;
}

.faq-row a {
    color: #6B6B6B;
}

.faq-detail {
    display: none;
}

.sub-categories {
    display: none;
}

.pdf-row {
    background: #F3EEE5;
    border-radius: 15px;
}

.detail-form .form-control {
    border-color: #CC112C;
    border-radius: 20px;
}

.detail-form button {
    background: #CC112C;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 8px 15px;
}

.hr-wrapper {
    background-position: center;
    background-image: url(../../images/frontend/hr-bg.png);
    min-height: 750px;
    background-repeat: no-repeat
}

.hr-left-box {
    color: #fff;
}

.hr-right-box {
    background: #fff;
    box-shadow: 1px 1px 15px #ddd;
    border-radius: 25px;
}

.hr-right-box input[type=text],
.hr-right-box input[type=file],
.hr-right-box input[type=email],
.hr-right-box input[type=phone] {
    background: #fff;
    border: 2px solid #cc112c;
    border-radius: 30px;
    height: 35px;
    width: 100%;
}

.hr-right-box textarea {
    background: #fff;
    border: 2px solid #cc112c;
    border-radius: 30px;
    width: 100%;
}

.hr-right-box button {
    background: #CC112C;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 8px 15px;
}

.swiper {
    width: 100%;
}

.recipe-slider .swiper {
    padding: 7px;
    border: 2px solid #F36C37;
    border-radius: 25px;
}

.profesyonel-slider .swiper {
    padding: 7px;
    border: 2px solid #B98750;
    border-radius: 25px;
}

.recipe-slider .swiper img {
    border-radius: 20px;
}

.profesyonel-slider .swiper img {
    border-radius: 20px;
}


.recipe-slider .swiper-button-prev:after {
    content: '' !important;
}

.recipe-slider .swiper-button-next:after {
    content: '' !important;
}

.recipe-slider .swiper-button-prev {
    background: url(../../images/frontend/s1l.png);
    width: 44px;
    height: 100px;
    left: -1px;
    top: 50%;
    transform: translate(0%, -30%);
}

.recipe-slider .swiper-button-next {
    background: url(../../images/frontend/s1r.png);
    width: 44px;
    height: 100px;
    right: -2px;
    top: 50%;
    transform: translate(0%, -30%);
}

.recipe-slider .swiper-pagination-bullet {
    background: #fff !important;
    border: 1px solid #F36C37;
    width: 15px;
    height: 15px;
    opacity: 1 !important;
}

.recipe-slider .swiper-pagination-bullet-active {
    background: #F36C37 !important;
}

.recipe-slider .swiper-horizontal>.recipe-slider .swiper-pagination-bullets,
.recipe-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.recipe-slider .swiper-pagination-custom {
    min-width: 80px;
    width: auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    background: #ededde;
    padding: 10px;
    border-radius: 20px 20px 0 0;
}

.profesyonel-slider .swiper-button-prev:after {
    content: '' !important;
}

.profesyonel-slider .swiper-button-next:after {
    content: '' !important;
}

.profesyonel-slider .swiper-button-prev {
    background: url(../../images/frontend/psl.png);
    width: 44px;
    height: 100px;
    left: -1px;
    top: 50%;
    transform: translate(0%, -30%);
}

.profesyonel-slider .swiper-button-next {
    background: url(../../images/frontend/psr.png);
    width: 44px;
    height: 100px;
    right: -2px;
    top: 50%;
    transform: translate(0%, -30%);
}

.profesyonel-slider .swiper-pagination-bullet {
    background: #fff !important;
    border: 1px solid #B98750;
    width: 15px;
    height: 15px;
    opacity: 1 !important;
}

.profesyonel-slider .swiper-pagination-bullet-active {
    background: #B98750 !important;
}

.profesyonel-slider .swiper-horizontal>.profesyonel-slider .swiper-pagination-bullets,
.profesyonel-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.profesyonel-slider .swiper-pagination-custom {
    min-width: 80px;
    width: auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    background: #ededde;
    padding: 10px;
    border-radius: 20px 20px 0 0;
}

.recipes-list {
    background: #fff;
    margin-top: 125px;
}

.recipe-slider2 {
    padding: 0 150px;
}

.recipe-slider2 .swiper-slide {
    filter: blur(2px);
}

.recipe-slider2 .swiper-slide-active {
    filter: blur(0);
    z-index: 999;
    transform: scale(1.1);
}

.recipe-slider2 .recipe-box {
    background: #fff;
    box-shadow: 1px 1px 15px #ccc;
    border-radius: 15px;
}

.recipe-slider2 .swiper {
    padding-bottom: 65px;
    padding-top: 20px;
}

.recipe-slider2 .swiper-slide:nth-child(1) {
    transform: scale(0.6);
}

.recipe-slider2 .swiper-slide:nth-child(2) {
    transform: scale(0.9);
}


.recipe-slider2 .swiper-slide:nth-child(4) {
    transform: scale(0.9);
    z-index: 999;
}

.recipe-slider2 .swiper-slide:nth-child(5) {
    transform: scale(0.9);
    z-index: 99;
}

.recipe-slider2 .swiper-slide:nth-child(6) {
    transform: scale(0.7);
    z-index: 9;
}

.recipe-slider2 .swiper-slide-active {
    transform: scale(1.1) !important;
    z-index: 99999;
}

.recipe-slider2 .swiper-slide-active .recipe-box {
    border: 1px solid #F36C37;
}

.recipe-slider2 .swiper-slide-active .recipe-box img {
    border-radius: 15px;
}

.recipe-slider2 .swiper-button-prev:after {
    content: '' !important;
}

.recipe-slider2 .swiper-button-next:after {
    content: '' !important;
}

.recipe-slider2 .swiper-button-prev {
    background: url(../../images/frontend/ytsl.png);
    width: 71px;
    height: 40px;
    left: 50%;
    bottom: -3px;
    top: unset;
    transform: translate(-97%, 0);
}

.recipe-slider2 .swiper-button-next {
    background: url(../../images/frontend/ytsr.png);
    width: 67px;
    height: 40px;
    right: 40%;
    bottom: -3px;
    top: unset;
    transform: translate(-50%, 0);
}

.yt {
    bottom: 0;
}

.device {
    bottom: -70px;
    right: 0;
    z-index: 9999;
}

.news-list {
    margin-top: 80px;
}

.news-slider img {
    border-radius: 15px;
}

.news-text a {
    color: #CC112C;
}

.news-slider .swiper {
    padding-bottom: 80px;
}

.news-slider .swiper-slide {
    padding: 0 80px;
}

.news-slider .swiper-button-prev:after {
    content: '' !important;
}

.news-slider .swiper-button-next:after {
    content: '' !important;
}

.news-slider .swiper-button-prev {
    background: url(../../images/frontend/nsl.png);
    width: 67px;
    height: 67px;
}

.news-slider .swiper-button-next {
    background: url(../../images/frontend/nsr.png);
    width: 67px;
    height: 67px;
}

.news-slider .swiper-horizontal>.swiper-pagination-bullets,
.news-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.news-slider .swiper-pagination-custom {
    min-width: 60px;
    width: auto;
    left: 50%;
    transform: translate(-50%, 0);
    background: #CC112C;
    padding: 5px;
    border-radius: 20px;
    bottom: 0px;
}

.news-slider .swiper-pagination-bullet {
    background: #fff !important;
    border: 1px solid #fff;
    width: 15px;
    height: 15px;
    opacity: 1 !important;
}

.news-slider .swiper-pagination-bullet-active {
    background: #F36C37 !important;
    border: 1px solid #fff;
}

.news-text {
    font-size: 15px;
}

.category-menu li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.category-menu li .main-category {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #F16B37;
    border-radius: 12px;
    background: #fff;
    position: relative;
    z-index: 99;
}

.main-category:hover svg {}

.category-menu li .main-category svg {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #F16B37;
    color: #fff;
    padding: 5px;
    transition: all ease .7s;
}

.main-category:hover svg {
    transform: rotate(-90deg);
}

.active-menu-sub svg {
    transform: rotate(-90deg);
}

.profesyonel .category-menu li .main-category {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #B98750;
    border-radius: 12px;
    background: #fff;
    position: relative;
    z-index: 99;
}

.profesyonel .category-menu li .main-category svg {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #B98750;
    color: #fff;
    padding: 5px;
}

.category-menu .sub-menu {
    background: #fff;
    margin-top: -12px;
    display: none;
    border-radius: 0 0 12px 12px;
    font-size: 14px;
    overflow-y: scroll;
    height: 200px;
}

.category-menu .sub-menu a {
    width: 100%;
    display: block;
    padding: 3px;
    border-radius: 12px;
}

.category-menu .sub-menu a:hover {
    background: #aaa;
    color: #fff;
}

.category-menu .sub-menu a:hover img {
    filter: brightness(100);
}

.profesyonel .category-detail aside {
    background-image: url(../../images/frontend/profesyonel-sidebar-bg.png);
    background-size: cover;
    background-position: bottom center;
    min-height: 1300px;
    padding-left: 38px;
}

.category-detail aside {
    background-image: url(../../images/frontend/lezzet-sidebar-bg.png);
    background-size: cover;
    background-position: bottom center;
    min-height: 1300px;
    padding-left: 70px;
}

.category-detail aside a {
    color: #F3EEE5;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    padding: 6px 20px;
    border: 1px solid #F3EEE5;
    border-radius: 20px;
    transition: all ease .7s;
    font-size: 14px;
    position: relative;
}

.category-detail aside a:hover {
    background: #F3EEE5;
    color: #F36C37;
}

.category-detail aside a.active-category {
    background: #F3EEE5;
    color: #F36C37;
}

.profesyonel .category-detail aside a:hover {
    background: #F3EEE5;
    color: #B98750;
}

.profesyonel .category-detail aside a.active-category {
    background: #F3EEE5;
    color: #B98750;
}

a.active-category::after {
    content: '';
    display: block;
    width: 30px;
    height: 106%;
    position: absolute;
    right: -10px;
    top: -1px;
    background: #F3EEE5;
    z-index: 9;
}

.category-products {
    background: #F9F6F2;
    border-radius: 20px;
}

.category-products .main-link {
    font-weight: 300;
}

.category-products .details {
    padding: 3px 8px;
    border: 1px solid #eee;
    border-radius: 20px;
    font-size: 14px;
}

.profesyonel .category-products .details svg {
    width: 10px;
    height: 10px;
    padding: 2px;
    border-radius: 50%;
    background: #B98750;
    color: #fff;
}

.category-products .details svg {
    width: 10px;
    height: 10px;
    padding: 2px;
    border-radius: 50%;
    background: #F36C37;
    color: #fff;
    transition: all ease .7s;
}

.category-products .details:hover svg {
    transform: rotate(90deg);
}

.product-box {
    background: #F9F6F2;
    border-radius: 30px;
}

.lezzet-back {
    background: #F26B37;
    color: #fff;
    padding: 6px;
    border-radius: 30px;
    font-size: 14px;
    position: relative;
    top: 15px;
}

.profesyonel h3.product-title {
    color: #B98750;
}

.lezzet h3.product-title {
    color: #F26B37;
}

.profesyonel-back {
    background: #B98750;
    color: #fff;
    padding: 6px;
    border-radius: 30px;
    font-size: 14px;
    position: relative;
    top: 15px;
}

.product-box h3 {
    color: #F26B37;
}

.other-products {
    margin-top: 60px;
}

.others-header {
    color: #F26B37;
    font-size: 28px;
}

.profesyonel .others-header {
    color: #B98750;
    font-size: 28px;
}

.others-slider .swiper {
    padding: 0 90px;
}

.others-slider .swiper-button-prev:after {
    content: '' !important;
}

.others-slider .swiper-button-next:after {
    content: '' !important;
}

.others-slider .swiper-button-prev {
    background: url(../../images/frontend/osl.png);
    width: 71px;
    height: 72px;
}

.others-slider .swiper-button-next {
    background: url(../../images/frontend/osr.png);
    width: 71px;
    height: 72px;
}

.filter-link {
    display: inline-block;
    border: 1px solid #CC112C;
    border-radius: 30px;
    padding: 4px 20px;
    color: #000;
    transition: all ease .7s;
    margin-bottom: 10px;
}

.filter-link:hover {
    background: #CC112C;
    color: #fff;
    border-color: transparent !important;
}

.others-box {
    background: #fff;
    border-radius: 20px;
}

.aside-search-bar {
    padding: 15px;
    background: #F26B37;
    border-radius: 30px 30px 30px 0;
    position: relative;
}

.aside-search-bar::before {
    content: '';
    display: block;
    width: 20px;
    background: #F26B37;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: -19px;
}

.profesyonel .aside-search-bar {
    padding: 15px;
    background: #B98750;
    border-radius: 30px 30px 30px 0;
    position: relative;
}

.profesyonel .aside-search-bar::before {
    content: '';
    display: block;
    width: 20px;
    background: #B98750;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: -19px;
}

.aside-search-bar::after {
    content: '';
    display: block;
    width: 20px;
    background: #EEE7D9;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.aside-search-bar button {
    background: transparent;
    border: none;
}

.aside-search-bar input {
    background: #fff;
    border: none;
    border-radius: 30px;
    width: 100px;
}

.aside-list {
    padding: 15px;
    background: #EEE7D9;
    border-radius: 30px 0 30px 30px;
    margin-top: -5px;
    position: relative;
    z-index: 9;
}

.aside-list ul li {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.aside-list ul li a {
    transition: all ease .7s;
    padding: 5px;
    width: 100%;
    float: left;
}

.aside-list ul li a:hover {
    background: #F26B37;
    color: #fff;
    border-radius: 30px;
    padding-left: 15px;
}

.profesyonel .aside-list ul li a.active-recipe {
    background: #B98750;
    color: #fff;
    border-radius: 30px;
    padding-left: 15px;
}

.profesyonel .aside-list ul li a:hover {
    background: #B98750;
    color: #fff;
    border-radius: 30px;
    padding-left: 15px;
}

.aside-list ul li a.active-recipe {
    background: #F26B37;
    color: #fff;
    border-radius: 30px;
    padding-left: 15px;
}

.recipe-details {
    background: #EEE6D9;
    border-radius: 22px;
}

.recipe-header {
    color: #F26B37;
    margin-bottom: 30px;
}

.recipe-header2 {
    color: #F26B37;
    margin-bottom: 10px;
}

.profesyonel .recipe-header {
    color: #B98750;
    margin-bottom: 30px;
}

.profesyonel .recipe-header2 {
    color: #B98750;
    margin-bottom: 10px;
}

.recipe-detail-box {
    background: #fff;
    border-radius: 10px;
    min-height: 250px;
}

.recipe-detail-box a {
    color: #313131;
    font-size: 14px;
}

.recipe-detail-box-img img {
    border-radius: 7px;
}

.recipe-outter {
    border-radius: 11px;
    border: 1px solid #F26B37;
    min-height: 250px;
}

.profesyonel .recipe-outter {
    border-radius: 11px;
    border: 1px solid #B98750;
    min-height: 250px;
}

.recipe-infos {
    font-size: 11px;
    color: #6D6D6D;
}

.recipe-detail-btn {
    bottom: 0;
    right: 8px;
}

.recipe-detail-btn a {
    background: #F26B37;
    color: #fff;
    border-radius: 6px 0 6px 0;
    font-size: 13px;
    padding: 4px 8px;
    margin-right: -8px;
}

.profesyonel .recipe-detail-btn a {
    background: #B98750;
    color: #fff;
    border-radius: 6px 0 6px 0;
    font-size: 13px;
    padding: 4px 8px;
    margin-right: -8px;
}

.recipe-sub-header {
    color: #313131;
}

.recipe-info-row {
    border: 1px solid #F36C37;
    background: #fff;
    border-radius: 11px;
}

.recipe-info-row span {
    background: #F36C37;
    color: #fff;
    border-radius: 11px;
    font-size: 12px;
}

.profesyonel .recipe-info-row {
    border: 1px solid #B98750;
    background: #fff;
    border-radius: 11px;
}

.profesyonel .recipe-info-row span {
    background: #B98750;
    color: #fff;
    border-radius: 11px;
    font-size: 12px;
}

.category-products-journey img {
    border-radius: 15px;
}

.form-detail h5 {
    color: #B98750;
    font-size: 28px;
}

.form-detail input {
    border-radius: 43px;
    border: 1px solid #dcdcdc;
}

.form-detail select {
    border-radius: 43px;
    border: 1px solid #dcdcdc;
}

.form-detail button {
    padding: 8px 20px;
    background: #B98750;
    color: #fff;
    border-radius: 25px;
    border: none;
}

.see-more a {
    padding: 8px 20px;
    background: #B98750;
    color: #fff;
    border-radius: 25px;
}

.kvkk {
    color: #CC112C;
}

.form-wrapper {
    background: #F9F6F2;
    border-radius: 12px;
}

.form-wrapper input {
    border-radius: 43px;
    border: 1px solid #dcdcdc;
}

.form-wrapper textarea {
    border-radius: 15px;
    border: 1px solid #dcdcdc;
}

.form-wrapper button {
    padding: 8px 20px;
    background: #cc112c;
    color: #fff;
    border-radius: 25px;
    border: none;
}

.active>.page-link,
.page-link.active {
    color: #fff !important;
    background-color: #CC112C !important;
    border-color: #CC112C !important;
}

.page-link {
    color: #CC112C !important;
}

.city-list {
    display: inline-block;
    width: 40%;
    margin: 0 auto;
}

.city-list select {
    border-color: #CC112C;
    border-radius: 25px;
}

#map svg {
    width: 100% !important;
    height: auto;
}

.cookie-box {
    left: 0;
    bottom: 0;
    padding: 20px;
    background: #fff;
    box-shadow: 1px 1px 15px #ddd;
    width: 100%;
    z-index: 9999;
}

#cookie {
    width: 45%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 40px;
    display: none;
    position: fixed;
    z-index: 9999;
}

.fancybox__toolbar {
    top: 18% !important;
    right: 20% !important;
    background: transparent !important;
}

.fancybox__button--zoom {
    display: none !important;
}

.fancybox__button--fullscreen {
    display: none !important;
}

.carousel__button svg {
    display: none;
}

.fancybox__button--close {
    background-image: url(../../images/frontend/close.png);
    height: 36px;
    width: 36px;
}

#query {
    display: none;
}

.years {
    background: #CC112C;
    color: #fff;
    border-radius: 25px;
}

.years a {
    background: #fff;
    border-radius: 50%;
    color: #CC112C;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
}

.years i {
    background: #fff;
    color: #CC112C;
    border-radius: 15px;
    padding: 4px 10px;
}

.policy-box {
    background: #fff;
    border-radius: 15px;
}

.policy-right {
    width: 25px;
    height: 25px;
    background: #CC112C;
    color: #fff;
    border-radius: 50%;
    line-height: 18px;
    display: inline-block;
    padding: 4px;
    font-size: 13px;
    text-align: center;
}

.faq-btn {
    display: inline-block;
    background: #CC112C;
    color: #fff !important;
    padding: 6px 25px;
    border-radius: 25px;
    text-align: center;
    margin-top: 30px;
}

.btns-list-menu {
    padding-top:100px;
}

.lnk1 {
    bottom: 110px;
    left: 8%;
}

.lnk2 {
    bottom: 110px;
    left: 29%;
}

.searchBox {
    position: absolute;
    top: 30px;
    background: #cc112c;
    height: 60px;
    border-radius: 40px;
    padding: 10px;

}

.searchBox:hover>.searchInput {
    width: 240px;
    padding: 0 6px;
}

.searchBox:hover>.searchButton {
    background: white;
    color: #cc112c;
}

.searchButton {
    color: white;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #cc112c;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    border: none;
}

.searchInput {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: white;
    font-size: 16px;
    transition: 0.4s;
    line-height: 40px;
    width: 0px;
}

.searchInput::placeholder {
    color: #fff;
}

.mobile-search-btn {
    padding: 10px;
    border-radius: 50%;
    background-color: #CC112C;
    color: #fff;
    width: 40px;
    height: 40px;
    margin-top: 45px;
    display: inline-block;
    text-align: center;
}

.search-mobile-wrapper {
    display: none;
    width: 96%;
    left: 2%;
    top: 25%;
    background: rgba(255, 255, 255, 1);
    border-radius: 30px;
    z-index: 99999;
    padding: 20px;
}

.mobile-form-wrapper svg{
    left: 0;
    top: 24px;
    height: 25px;
    background: #cc112c;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    display: inline-block;
    padding: 10px;
}

.mobile-form-wrapper input{
    width: 100%;
    height: 45px;
    border: 1px solid #CC112C;
    border-radius: 25px; 
    padding-left: 55px;
}

.mobile-results{
    display: none;
    height: 250px;
    overflow-y: scroll;
}

.show{
    display: block !important;
}

.select-recipe-svg{
    background-color: #F16B37;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.offcanvas-body{
    float: left;
    width: 100%;
    height: 100vh;
}

@media screen and (max-width: 620px) {
    .searchBox:hover>.searchInput {
        width: 150px;
        padding: 0 6px;
    }
}

@media (min-width: 1281px) {}

@media (min-width: 1025px) and (max-width: 1280px) {
    .search-form input {
        width: 180px;
    }

    .recipe-slider2 .swiper-button-prev {
        transform: translate(-148%, 0);
    }

    .txt-wrapper {
        top: 200px !important;
    }

    .appstores {
        position: unset !important;
    }

    .lnk1 {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
        margin-top: -80px;
    }

    .lnk2 {
        float: left;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .offcanvas {
        max-width: 100%;
    }

    .col-lg-custom5 {
        width: 33%;
    }

    .categories {
        margin-top: 60px;
    }

    .mid-banners {
        margin-top: 50px;
    }

    .hr-wrapper {
        background: #CC112C;
        border-radius: 20px;
    }

    .recipe-slider2 {
        padding: 0 20px;
    }

    .recipe-slider2 .swiper-slide-active {
        transform: scale(1);
    }

    .category-detail aside {
        min-height: auto;
    }

    .profesyonel .category-detail aside {
        min-height: auto;
    }

    .category-detail aside {
        padding: 50px 25px 25px !important;
        border-radius: 0 0 20px 20px;
        background: #F26B37 !important;
    }

    .search-form {
        margin-top: 55px;
    }

    .search-form img {
        width: 25px;
    }

    #query {
        display: none;
        width: 115px;
    }

    .cookie-box {
        width: 100%;
    }

    .recipe-slider2 .swiper-button-prev {
        transform: translate(-148%, 0);
    }

    .txt-wrapper {
        top: 200px !important;
    }

    .appstores {
        position: unset !important;
    }

    .lnk1 {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
        margin-top: -80px;
    }

    .lnk2 {
        float: left;
        width: 100%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .offcanvas {
        max-width: 100%;
    }

    .col-lg-custom5 {
        width: 50%;
    }

    .categories {
        margin-top: -75px;
    }

    .mid-banners {
        margin-top: 50px;
    }

    footer {
        margin-top: 50px;
    }

    .hr-wrapper {
        background: #CC112C;
        border-radius: 20px;
    }

    .recipe-slider2 {
        padding: 0 20px;
    }

    .recipe-slider2 .swiper-slide-active {
        transform: scale(1);
    }

    .category-detail aside {
        min-height: auto;
    }

    .profesyonel .category-detail aside {
        min-height: auto;
    }

    .category-detail aside {
        padding: 50px 25px 25px !important;
        border-radius: 0 0 20px 20px;
        background: #F26B37 !important;
    }

    .search-form {
        margin-top: 55px;
    }

    .search-form img {
        width: 25px;
    }

    #query {
        display: none;
        width: 115px;
    }

    .cookie-box {
        width: 100%;
    }

    .recipe-slider2 .swiper-button-prev {
        transform: translate(-99%, 0);
    }

    .recipe-slider2 .swiper-button-next {
        right: 30%;
    }

    .fancybox__toolbar {
        top: 20% !important;
        right: 10% !important;
    }

    .appstores {
        position: unset !important;
    }

    .lnk1 {
        float: left;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 80px;
    }

    .lnk2 {
        float: left;
        width: 100%;
    }

    .txt-wrapper {
        font-size: 10px;
        top: 135px !important;
        left: 45px !important;
    }

    #cookie {
        width: 100%;
    }

    .news-slider .swiper-slide {
        padding: 0;
    }

    .news-slider .swiper-button-prev {
        display: none;
    }

    .news-slider .swiper-button-next {
        display: none;
    }

    footer .float-start {
        float: none !important;
        text-align: center;
        margin-bottom: 20px;
    }

    footer .float-end {
        float: none !important;
        text-align: center;
    }

    footer {
        padding-top: 0 !important;
        margin-top: 100px !important;
    }

    .footer-logo {
        margin-top: -55px;
    }

    a.active-category::after{
        display: none;
    }

    .cats-sidebar{
        padding: 0 !important;
    }

    .profesyonel .category-detail aside{
        padding: 50px 25px 25px !important;
        background: #B98750 !important;
    }

    .btns-list-menu{
        padding-top: 0;
    }

    .news-slider .swiper-horizontal>.swiper-pagination-bullets, .news-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .news-slider .swiper-pagination-custom{
        padding: 0;
        background: transparent;
    }

    .others-slider .swiper-button-prev{
        display: none;
    }

    .others-slider .swiper-button-next{
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .offcanvas {
        max-width: 100%;
    }

    .col-lg-custom5 {
        width: 50%;
    }

    .col-lg-custom5 {
        width: 50%;
    }

    .categories {
        margin-top: -75px;
    }

    .mid-banners {
        margin-top: 50px;
    }

    footer {
        margin-top: 50px;
    }

    .hr-wrapper {
        background: #CC112C;
        border-radius: 20px;
    }

    .recipe-slider2 {
        padding: 0 20px;
    }

    .recipe-slider2 .swiper-slide-active {
        transform: scale(1);
    }

    .category-detail aside {
        min-height: auto;
    }

    .profesyonel .category-detail aside {
        min-height: auto;
    }

    .category-detail aside {
        padding: 50px 25px 25px !important;
        border-radius: 0 0 20px 20px;
        background: #F26B37 !important;
    }

    .search-form {
        margin-top: 55px;
    }

    .search-form img {
        width: 25px;
    }

    #query {
        display: none;
        width: 75px;
        height: 30px;
    }

    .cookie-box {
        width: 100%;
    }

    .recipe-slider2 .swiper-button-prev {
        transform: translate(-99%, 0);
    }

    .recipe-slider2 .swiper-button-next {
        right: 24%;
    }

    .fancybox__toolbar {
        top: 20% !important;
        right: 10% !important;
    }

    .appstores {
        position: unset !important;
    }

    .lnk1 {
        float: left;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 190px;
    }

    .lnk2 {
        float: left;
        width: 100%;
    }

    .txt-wrapper {
        font-size: 10px;
        top: 135px !important;
        left: 45px !important;
    }

    #cookie {
        width: 100%;
    }

    .news-slider .swiper-slide {
        padding: 0;
    }

    .news-slider .swiper-button-prev {
        display: none;
    }

    .news-slider .swiper-button-next {
        display: none;
    }

    footer .float-start {
        float: none !important;
        text-align: center;
        margin-bottom: 20px;
    }

    footer .float-end {
        float: none !important;
        text-align: center;
    }

    footer {
        padding-top: 0 !important;
        margin-top: 100px !important;
    }

    .footer-logo {
        margin-top: -55px;
    }

    a.active-category::after{
        display: none;
    }

    .cats-sidebar{
        padding: 0 !important;
    }

    .profesyonel .category-detail aside{
        padding: 50px 25px 25px !important;
        background: #B98750 !important;
    }

    .btns-list-menu{
        padding-top: 0;
    }

    .news-slider .swiper-horizontal>.swiper-pagination-bullets, .news-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .news-slider .swiper-pagination-custom{
        padding: 0;
        background: transparent;
    }

    .others-slider .swiper-button-prev{
        display: none;
    }

    .others-slider .swiper-button-next{
        display: none;
    }
}

@media (min-width: 200px) and (max-width: 321px) {
    .offcanvas {
        max-width: 100%;
    }

    .col-lg-custom5 {
        width: 50%;
    }

    .categories {
        margin-top: -75px;
    }

    .mid-banners {
        margin-top: 50px;
    }

    footer {
        margin-top: 50px;
    }

    .hr-wrapper {
        background: #CC112C;
        border-radius: 20px;
    }

    .recipe-slider2 {
        padding: 0 20px;
    }

    .recipe-slider2 .swiper-slide-active {
        transform: scale(1);
    }

    .category-detail aside {
        min-height: auto;
    }

    .profesyonel .category-detail aside {
        min-height: auto;
    }

    .category-detail aside {
        padding: 50px 25px 25px !important;
        border-radius: 0 0 20px 20px;
        background: #F26B37 !important;
    }

    .search-form {
        margin-top: 55px;
    }

    .search-form img {
        width: 25px;
    }

    #query {
        display: none;
        width: 75px;
        height: 30px;
    }

    .cookie-box {
        width: 100%;
    }

    .recipe-slider2 .swiper-button-prev {
        transform: translate(-99%, 0);
    }

    .recipe-slider2 .swiper-button-next {
        right: 24%;
    }

    .fancybox__toolbar {
        top: 20% !important;
        right: 10% !important;
    }

    .appstores {
        position: unset !important;
    }

    .lnk1 {
        float: left;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 80px;
    }

    .lnk2 {
        float: left;
        width: 100%;
    }

    .txt-wrapper {
        font-size: 10px;
        top: 135px !important;
        left: 45px !important;
    }

    #cookie {
        width: 100%;
    }

    .news-slider .swiper-slide {
        padding: 0;
    }

    .news-slider .swiper-button-prev {
        display: none;
    }

    .news-slider .swiper-button-next {
        display: none;
    }

    footer .float-start {
        float: none !important;
        text-align: center;
        margin-bottom: 20px;
    }

    footer .float-end {
        float: none !important;
        text-align: center;
    }

    footer {
        padding-top: 0 !important;
        margin-top: 100px !important;
    }

    .footer-logo {
        margin-top: -55px;
    }

    a.active-category::after{
        display: none;
    }

    .cats-sidebar{
        padding: 0 !important;
    }

    .profesyonel .category-detail aside{
        padding: 50px 25px 25px !important;
        background: #B98750 !important;
    }

    .btns-list-menu{
        padding-top: 0;
    }

    .news-slider .swiper-horizontal>.swiper-pagination-bullets, .news-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .news-slider .swiper-pagination-custom{
        padding: 0;
        background: transparent;
    }

    .others-slider .swiper-button-prev{
        display: none;
    }

    .others-slider .swiper-button-next{
        display: none;
    }
}