body {
    margin: 0;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    color: #222;
}
p {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #222;
}
a {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    color: #222;
    text-decoration: none;
    display: inline-block;
}
a:hover {
    color: inherit;
}
span {
    display: block;
}
.navbar {
    flex-direction: column;
    padding: 0;
}
.navbar .navbar-brand {
    width: 180px;
    height: 180px;
    z-index: 6;
    background-color: #e0df00;
    border-radius: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    bottom: -45px;
    position: relative;
}
.navbar .navbar-brand img {
    width: 120px;
    height: auto;
}
.navbar .top-menu {
    width: 100%;
    height: 117px;
    position: relative;
    margin-top: 10px;
}
.navbar .top-menu::before {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0;
    z-index: 0;
    background-color: #e0df00;
    box-shadow: 0px -2px 6px -2px #ccc;
}
.navbar .top-menu > .container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}
.navbar .top-menu .right-menu, .navbar .top-menu .language-bar, .navbar .top-menu .language-bar .lang-box {
    display: flex;
}
.navbar .top-menu .right-menu {
    position: absolute;
    width: 40%;
    right: 12px;
    justify-content: flex-end;
    padding-bottom: 12px;
    z-index: 1;
}
.navbar .top-menu .left-menu {
    position: absolute;
    width: 60%;
    left: 12px;
    z-index: 1;
    display: flex;
    align-items: stretch;
    padding-bottom: 10px;
}
.navbar .language-bar .lang-box {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    line-height: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #dedede;
    border-radius: 30px;
    margin-left: 10px;
    padding-right: 5px;
}
.navbar .language-bar .lang-box img {
    margin-right: 3px;
    width: 24px;
}
.navbar .top-menu .wp-btn {
    background-color: #f1f1f1;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin-right: 15px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    padding-right: 15px;
    letter-spacing: 0.5px;
}
.navbar .top-menu .wp-btn img {
    height: 35px;
    margin-right: 10px;
}
.navbar .top-menu .buy-btn {
    background-color: #f1f1f1;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    margin-right: 15px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    padding-right: 15px;
    letter-spacing: 0.5px;
}
.navbar .top-menu .buy-btn img {
    height: 35px;
    margin-right: 10px;
}
.navbar .top-menu .catalog-btn {
    background-color: #f1f1f1;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    margin-right: 15px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    padding-right: 15px;
    letter-spacing: 0.5px;
}
.navbar .top-menu .catalog-btn img {
    height: 35px;
    margin-right: 10px;
}
.navbar .bottom-menu {
    width: 100%;
    background-color: #29401c;
    box-shadow: 0px 2px 6px -2px #ccc;
    padding: 5px 0;
}
.navbar .bottom-menu .navbar-collapse {
    width: 100%;
    position: relative;
    z-index: 5;
}
.navbar .navbar-collapse .language-bar {
    display: none;
}
.navbar .navbar-collapse .btn-groups {
    display: none;
}
.navbar .navbar-collapse .navbar-nav {
    width: calc(50% - 110px);
    justify-content: space-between;
}
.navbar .navbar-collapse .navbar-nav.group-1 {
    margin-right: 130px;
}
.navbar .navbar-collapse .navbar-nav.group-2 {
    margin-left: 130px;
}
.navbar .navbar-collapse .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.8px;
    padding: 16px 5px;
    line-height: 100%;
    text-transform: uppercase;
}
.navbar-toggler {
    position: relative;
    z-index: 6000;
    border: none;
    padding: 10px 0;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler img {
    width: auto;
    height: 26px;
    opacity: .5;
}
.hero {
    background: linear-gradient(180deg, #f5f5f5, transparent);
    position: relative;
    overflow: hidden;
}
.hero .container {
    display: flex;
    align-items: center;
    position: relative;
}
.hero .hero-txt {
    width: 50%;
    padding: 100px 0;
    position: relative;
}
.hero .hero-txt .title {
    font-family: 'Katibeh', 'Jost', sans-serif;
    font-size: 65px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 100%;
}
.hero .hero-txt p {
    font-size: 24px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
    color: #333;
}
.hero .hero-img {
    margin-left: auto;
    width: 50%;
    padding-top: 100px;
    position: relative;
}
.hero .hero-img img {
    width: 100%;
    max-height: 320px;
    object-fit: contain;
}
.hero .hero-txt .online-shop {
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 40px;
    background-color: #29401c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    line-height: 100%;
    box-shadow: inset 0 0 8px -2px #29401c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
}
.hero .hero-txt .online-shop img {
    height: 30px;
    margin-right: 15px;
}
.detail-hero .hero-txt {
    width: calc(100% - 500px);
    margin-left: 100px;
    margin-top: 50px;
}
.detail-hero .hero-img {
    width: 400px;
    height: 400px;
    margin-right: auto;
    margin-top: 50px;
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 40px;
}
.sari .detail-hero .hero-img {
    padding-bottom: 20px;
}
.detail-hero .hero-img::before {
    content: "";
    width: 360px;
    height: 360px;
    border-radius: 100%;
    background: url("../img/brush-bubble.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    filter: invert(86%) sepia(18%) saturate(360%) hue-rotate(55deg) brightness(86%) contrast(84%);
}
.detail-hero .hero-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 350px;
    max-width: 350px;
    position: relative;
    z-index: 5;
}
.turuncu .detail-hero .hero-img img {
    max-width: 250px;
}
.hero-seperator {
    position: relative;
    height: 1px;
    /*background-color: #d6e9cb;*/
    background: linear-gradient(270deg, #fff0, #bbd9ab, #7dad62, #66934c, #7dad62, #bbd9ab, #fff0);
    margin-top: 50px;
    border-radius: 100%;
}
.hero-seperator .icon {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: linear-gradient(0deg, #fff0, #fff, #fff, #fff0);
    padding: 0 15px;
}
.hero-seperator .icon img {
    max-width: 70px;
    height: auto;
    max-height: 80px;
}
.hero.content-hero {
    padding: 20px 0;
}
.hero.content-hero::before, .hero.content-hero::after {
    display: none;
}
.hero.content-hero .hero-img {
    margin-left: 0;
}
.hero.content-hero .hero-img img {
    width: auto;
    height: 300px;
}
.wdgt-row {
    margin-top: 120px;
}
.wdgt-row.product-group {
    margin-top: 105px;
}
.product-group {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 50px);
    margin-left: -25px;
}
.product-group .product-box {
    width: calc(50% - 50px);
    margin: 25px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}
.product-group .product-box .img {
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.product-group .product-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.product-group .product-box:hover img {
    transform: scale(1.1);
}
.product-group .product-box .product-txt {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 0 0 30px;
    position: relative;
    background-color: #f9f9f9;
}
.product-group .product-box .title {
    font-family: 'Katibeh', 'Jost', sans-serif;
    font-size: 45px;
    margin-bottom: 24px;
    padding-right: 30px;
    letter-spacing: 1px;
}
.product-group .product-box .desc {
    padding-right: 30px;
}
.product-group .product-box .more {
    font-size: 18px;
    color: #fff;
    margin-top: auto;
    margin-left: auto;
    padding: 10px 30px;
    padding-right: 20px;
    border-top-left-radius: 10px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}
.product-group .product-box .more::after {
    content: "";
    position: relative;
    width: 20px;
    height: 15px;
    background: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    transition: .4s;
}
.product-group .product-box:hover .more::after {
    margin-right: 0;
    margin-left: 20px;
}
/*.product-group .product-box.olive-oil .product-txt {
    background-color: #f1f9ff;
}*/
.product-group .product-box.olive-oil .title {
    color: #2a77ad;
}
.product-group .product-box.olive-oil .more {
    background-color: #57a1d7;
}
/*.product-group .product-box.olive .product-txt {
    background-color: #f5ffe8;
}*/
.product-group .product-box.olive .title {
    color: #50771e;
}
.product-group .product-box.olive .more {
    background-color: #759d41;
}
/*.product-group .product-box.gourmet .product-txt {
    background-color: #fff9f3;
}*/
.product-group .product-box.gourmet .title {
    color: #d16d15;
}
.product-group .product-box.gourmet .more {
    background-color: #eb8723;
}
/*.product-group .product-box.molasses .product-txt {
    background-color: #fff7f7;
}*/
.product-group .product-box.molasses .title {
    color: #c34644;
}
.product-group .product-box.molasses .more {
    background-color: #df605e;
}
/*.product-group .product-box.coffee .product-txt {
    background-color: #fff8fd;
}*/
.product-group .product-box.coffee .title {
    color: #b12689;
}
.product-group .product-box.coffee .more {
    background-color: #cb4ea7;
}
/*.product-group .product-box.halva .product-txt {
    background-color: #fffbf3;
}*/
.product-group .product-box.halva .title {
    color: #d68d00;
}
.product-group .product-box.halva .more {
    background-color: #e9a92a;
}
/*.product-group .product-box.extract .product-txt {
    background-color: #fdf6ff;
}*/
.product-group .product-box.extract .title {
    color: #8842b4;
}
.product-group .product-box.extract .more {
    background-color: #9e40d1;
}
/*.product-group .product-box.oil .product-txt {
    background-color: #f5fffd;
}*/
.product-group .product-box.oil .title {
    color: #00b996;
}
.product-group .product-box.oil .more {
    background-color: #16d1ad;
}
.icons-group {
    background-color: #828500;
    padding: 40px 0;
}
.icons-group .container {
    display: flex;
    padding: 0;
}
.icons-group .icon {
    width: calc(100% / 8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.icons-group .icon img {
    width: calc(100% - 20px);
    margin: 0 10px;
}
.icons-group .icon span {
    text-align: center;
    font-family: 'Charm', 'Jost', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 1px;
    color: #fbfbd1;
    margin-top: 15px;
    padding-left: 15%;
}
.crystal-taste-award {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 0;
}
.crystal-taste-award .photo-group {
    width: 25%;
    padding: 20px;
    background: linear-gradient(120deg, #9b742d, #b78d41, #d9b573, #f2db94, #f2e1ae, #f2db94, #d9b573, #b78d41, #9b742d);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
    position: relative;
}
.crystal-taste-award .award-group {
    width: 25%;
    padding: 20px;
    background: linear-gradient(120deg, #9b742d, #b78d41, #d9b573, #f2db94, #f2e1ae, #f2db94, #d9b573, #b78d41, #9b742d);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
    position: relative;
}
.crystal-taste-award .award-group-img {
    position: absolute;
    top: -70px;
    right: -50px;
    width: 200px;
    height: auto;
    z-index: 0;
}
.crystal-taste-award .product-group-img {
    width: 90%;
    height: auto;
    filter: drop-shadow(-1px 4px 6px #b88f43d9);
}
.crystal-taste-award .txt-box {
    width: 50%;
    padding: 60px;
    background: #575818;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.crystal-taste-award .title {
    font-family: 'Katibeh', 'Jost', sans-serif;
    font-size: 25px;
    margin-bottom: 30px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 140%;
}
.crystal-taste-award p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.8px;
}
.crystal-taste-award .crystal-award {
    filter: drop-shadow(0px 8px 5px #a67f38);
    height: 300px;
    margin-top: 80px;
    position: relative;
    z-index: 22;
}
.video-row {
    display: flex;
    align-items: center;
}
.video-row .video-frame {
    position: relative;
    background: url("../img/video-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px;
}
.video-row .video {
    width: 500px;
    height: 500px;
    overflow: hidden;
    border-radius: 500px;
    display: flex;
    justify-content: center;
}
.video-row .video video {
    border-radius: 500px;
}
.video-row .video-txt {
    width: calc(100% - 550px);
    margin-left: 50px;
}
.video-row .video-txt .title {
    font-family: 'Katibeh', 'Jost', sans-serif;
    font-size: 50px;
    margin-bottom: 24px;
    letter-spacing: 1px;
    color: #828500;
}
.video-row .video-txt p {
    margin-bottom: 0;
}
.category-content {
    background: url("../img/content-bg-4.png");
    background-size: 33.33%;
    background-position: left top;
}
.category-content .container {
    background-color: rgb(255 255 255 / 70%);
}
.category-row {
    display: flex;
    padding-top: 40px;
}
.category-row:first-child {
    padding-top: 0;
}
.category-row:last-child {
    padding-bottom: 40px;
}
.category-row .img-box {
    width: 400px;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-row .img-box::before {
    content: "";
    width: 330px;
    height: 330px;
    border-radius: 100%;
    background: url("../img/brush-bubble.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    filter: invert(86%) sepia(18%) saturate(360%) hue-rotate(55deg) brightness(86%) contrast(84%);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.category-row .img-box img {
    position: relative;
    z-index: 5;
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 320px;
    max-height: 320px;
}
.turuncu .category-row .img-box img {
    max-width: 250px;
}
.category-row .txt-box {
    width: calc(100% - 400px);
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5;
}
.category-row .title {
    font-family: 'Katibeh', 'Jost', sans-serif;
    font-size: 45px;
    margin-bottom: 24px;
    letter-spacing: 1px;
    color: #29401c;
    line-height: 100%;
}
.category-row .more-btn {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 12px 20px;
    background-color: #29401c;
    border-radius: 3px;
    line-height: 100%;
    margin-top: auto;
}
.category-row:nth-child(odd) .more-btn {
    margin-left: auto;
}
.category-row:nth-child(even) .more-btn {
    margin-right: auto;
}
.product-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-row .banner {
    width: calc(50% - 50px);
    margin-left: 50px;
    position: relative;
}
.product-row .banner::before {
    content: "";
    width: calc(100% + 90px);
    height: calc(100% + 90px);
    position: absolute;
    background: url("../img/banner-frame.svg");
    background-repeat: no-repeat;
    top: -40px;
    left: -40px;
    z-index: -1;
    filter: invert(86%) sepia(18%) saturate(360%) hue-rotate(55deg) brightness(86%) contrast(84%);
}
.product-row .banner img {
    width: 100%;
    border-radius: 100%;
}
.product-row .txt-box {
    width: calc(50% - 25px);
    margin-right: 25px;
}
.product-row .title {
    font-family: 'Katibeh', 'Jost', sans-serif;
    font-size: 45px;
    margin-bottom: 24px;
    letter-spacing: 1px;
    width: 100%;
    position: relative;
}
.product-row .txt-box p:last-child {
    margin-bottom: 0;
}
.packaging-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.packaging-row .title {
    font-family: 'Katibeh', 'Jost', sans-serif;
    font-size: 45px;
    margin-bottom: 24px;
    letter-spacing: 1px;
    width: 100%;
}
.packaging-row .group {
    display: flex;
    align-items: stretch;
    margin-top: 24px;
    width: calc(50% - 15px);
}
.packaging-row .info {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 30px;
}
.packaging-row .product-img {
    width: 120px;
    background-color: #f5f5f5;
    padding: 20px;
    text-align: center;
}
.packaging-row .product-img img {
    max-width: 80px;
    max-height: 100px;
}
.packaging-row .product-img span {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}
.packaging-row .product-img .tur {
    margin-top: 0;
    font-size: 12px;
    color: #656565;
    line-height: 100%;
}
.packaging-row table {
    width: calc(100% - 120px);
}
.packaging-row table th {
    padding: 10px;
    line-height: 100%;
    background-color: #f5f5f5;
    border-right: 2px solid #f5f5f5;
    height: 60px;
}
.packaging-row table td {
    padding: 10px;
    line-height: 100%;
    border-right: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
}
.packaging-row table td:first-child {
    font-weight: 700;
}
.harvest-row {
    background-color: #d4eb7a;
    padding-bottom: 20px;
    padding-top: 70px;
}
.mavi .harvest-row {
    background-color: #cde7ff;
}
.pembe .harvest-row {
    background-color: #fff4f8;
}
.mor .harvest-row {
    background-color: #f2e8ff;
}
.harvest-row .container {
    display: flex;
    align-items: flex-end;
    position: relative;
}
.harvest-row img {
    width: 40%;
}
.harvest-row .txt-box {
    margin-left: auto;
    margin-bottom: 20px;
    width: 60%;
    padding-left: 100px;
}
.harvest-row .txt-box p:last-child {
    margin-bottom: 0;
}
.harvest-row .title {
    font-family: 'Katibeh', 'Jost', sans-serif;
    font-size: 45px;
    margin-bottom: 24px;
    letter-spacing: 1px;
    /*color: #6e831c;*/
    width: 100%;
    position: relative;
}
.harvest-row .title::before {
    content: "";
    height: 60px;
    width: 70px;
    background: url("../img/olive-leaf.svg");
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    top: -30px;
    left: -35px;
}
.gray-full-width {
    background: #f5f5f5;
    padding: 30px 0;
    overflow: hidden;
}
.other-products {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.other-products .big-title {
    width: 20%;
    font-family: 'Katibeh', 'Jost', sans-serif;
    font-size: 30px;
    text-align: center;
    color: #29401c;
    padding: 0 20px;
    border-left: 1px solid #29401c;
    border-right: 1px solid #29401c;
    margin: auto;
}
.other-products .product-title {
    width: calc(100% - 220px);
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-top: 52px;
}
.other-products .product-img {
    width: 200px;
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.other-products .product-img::before {
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background: url("../img/brush-bubble.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    filter: invert(86%) sepia(18%) saturate(360%) hue-rotate(55deg) brightness(86%) contrast(84%);
}
.other-products .product-img img {
    width: 100%;
    height: 100%;
    max-width: 150px;
    max-height: 180px;
    object-fit: contain;
    position: relative;
}
.other-products .prev-product {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 20px;
}
.other-products .prev-product .product-title {
    margin-left: 20px;
}
.other-products .prev-product .product-title::after {
    content: "";
    width: 80px;
    height: 52px;
    background: url("../img/prev-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    display: block;
    z-index: 0;
    left: 0;
    margin-right: auto;
    bottom: 0;
    filter: invert(86%) sepia(18%) saturate(360%) hue-rotate(55deg) brightness(86%) contrast(84%);
}
.other-products .next-product {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 20px;
}
.other-products .next-product .product-title {
    margin-right: 20px;
    text-align: right;
}
.other-products .next-product .product-title::after {
    content: "";
    width: 80px;
    height: 52px;
    background: url("../img/next-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    display: block;
    z-index: 0;
    right: 0;
    margin-left: auto;
    bottom: 0;
    filter: invert(86%) sepia(18%) saturate(360%) hue-rotate(55deg) brightness(86%) contrast(84%);
}
.ecommerce-row {
    display: flex;
    width: calc(100% + 16px);
    margin-left: -8px;
}
.ecommerce-row .country-col {
    width: calc((100% / 6) - 16px);
    margin: 0 8px;
    background-color: #f5f5f5;
    border-radius: 15px;
    padding: 15px;
}
.ecommerce-row .flag-box {
    padding-bottom: 15px;
    border-bottom: 2px solid #999;
    height: 70px;
    display: flex;
    align-items: flex-end;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 120%;
    margin-bottom: 10px;
}
.ecommerce-row .flag-box img {
    width: 35%;
    height: auto;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    margin-right: 10px;
}
.ecommerce-row .ecommerce-box {
    width: 100%;
    min-height: 90px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ecommerce-row .ecommerce-box img {
    max-width: 100%;
    max-height: 70px;
}
.ecommerce-row .ecommerce-box.amazon img {
    max-height: 32px;
}
.ecommerce-row .ecommerce-box.n11 img {
    max-height: 50px;
}
.ecommerce-row .ecommerce-box.n11pro img {
    max-height: 45px;
}
.ecommerce-row .ecommerce-box.trendyol img {
    max-height: 28px;
}
.ecommerce-row .ecommerce-box.ebay img {
    max-height: 40px;
}
.ecommerce-row .ecommerce-box.ozon img {
    max-height: 25px;
}
.ecommerce-row .ecommerce-box.coupang img {
    max-height: 30px;
}
.catalog-row {
    display: flex;
    justify-content: space-between;
}
.catalog-row .catalog-col {
    width: calc(33.33% - 33.33px);
}
.catalog-row .catalog-col > img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.catalog-row .catalog-col .catalog-title {
    margin: 30px 0 20px;
    font-size: 20px;
    font-weight: 600;
}
.catalog-row .catalog-col .link-group {
    display: flex;
    flex-direction: column;
}
.catalog-row .link-group a {
    display: flex;
    align-items: center;
    padding: 10px;
    padding-bottom: 0;
    border-bottom: 1px solid #ddd;
}
.catalog-row .link-group a::after {
    content: "";
    width: 31px;
    height: 40px;
    background-image: url("../img/pdf-download.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: auto;
}
.catalog-row .link-group img {
    width: 80px;
}
.catalog-row .link-group span {
    margin-left: 15px;
    font-size: 18px;
    padding-bottom: 10px;
}
.form-row {
    width: calc(60% - 20px);
}
.form-row .title, .support-service .title, .address-group .title {
    font-family: 'Katibeh', 'Jost', sans-serif;
    font-size: 45px;
    margin-bottom: 24px;
    letter-spacing: 1px;
    color: #0035ff;
}
.form-row form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-row .name, .form-row .email {
    width: calc(50% - 20px);
}
.form-row .sub {
    width: 100%;
    margin-top: 30px;
}
.form-row .message {
    width: 100%;
    margin: 30px 0;
}
.form-row .form-label {
    font-size: 22px;
    margin-bottom: 15px;
}
.form-row .form-control {
    padding: 20px 15px;
    font-size: 20px;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #d8d8ed;
    background-color: #f4f5ff;
}
.form-row .form-control:focus {
    box-shadow: none;
}
.form-row .btn {
    font-size: 22px;
    font-weight: 100;
    background-color: #0d6efd;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 0;
    padding: 20px;
}
.form-row .btn:focus {
    box-shadow: none;
}
.support-service {
    width: calc(40% - 40px);
}
.support-service > a {
    display: flex;
    margin-top: 30px;
}
.support-service a > img {
    width: 120px;
    height: auto;
}
.support-service a > span {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #2a4b9b;
    padding-left: 90px;
    padding-right: 30px;
    border: 3px solid #2a4b9b;
    border-left: none;
    display: flex;
    align-items: center;
    margin-left: -60px;
}
.address-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.address-group .title {
    width: 100%;
}
.address-group .address-box, .address-group .maps-box {
    width: calc(50% - 15px);
    background-color: #f9f9fb;
    margin-bottom: 30px;
}
.address-group .address-box {
    padding: 30px;
}
.address-group .address-box .country {
    font-size: 20px;
    font-weight: 600;
    color: #557cc7;
}
.address-group .address-box .address-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}
.address-group .address-box p {
    margin-bottom: 0;
}
.address-group .address-box a {
    font-size: 20px;
    margin-top: 16px;
    display: flex;
    align-items: center;
}
.address-group .address-box a::before {
    content: "";
    width: 23px;
    height: 26px;
    background-image: url("../img/phone.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
}
.hero.kvkk-hero .hero-txt .title {
    margin-bottom: 0;
    margin-top: 52px;
}
.hero.kvkk-hero .hero-img {
    padding-top: 52px;
}
.content.page-not-found {
    min-height: calc(100vh - 299.5px);
    background: url("../img/404-background.png") #cde8e7;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    position: relative;
}
.content.page-not-found ~ footer {
    margin-top: 0;
}
.page-not-found .bulut-1 {
    position: absolute;
    top: 50px;
    left: 5%;
}
.page-not-found .bulut-2 {
    position: absolute;
    top: 0;
    left: 20%;
}
.page-not-found .bulut-3 {
    position: absolute;
    top: 30px;
    right: 5%;
}
.page-not-found .bulut-4 {
    position: absolute;
    top: 0;
    right: 0;
}
.page-not-found .text-box {
    width: auto;
    margin: 90px 0;
    display: inline-block;
    float: right;
    padding: 45px;
    background: rgb(255 255 255 / 50%);
    border-radius: 50px;
    transform: translateY(100%);
}
.page-not-found .text-box .title {
    font-size: 30px;
    margin-bottom: 15px;
}
.page-not-found .text-box .btn {
    background: #bb3515;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.6px;
}
footer {
    background-color: #fbfbfb;
    box-shadow: 0px 0px 6px -2px #ccc;
    margin-top: 96px;
}
footer .top-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}
footer .top-footer .footer-menu {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}
footer .top-footer .footer-menu li {
    margin: 0 10px;
}
footer .top-footer .footer-menu a {
    font-size: 18px;
    font-weight: 500;
}
footer .address-footer {
    display: flex;
    width: calc(100% + 24px);
    margin: 50px -14px;
}
footer .address-footer .address-box {
    font-size: 14px;
    padding: 0 14px;
}
footer .address-footer .address-box span, footer .address-footer a {
    opacity: .8;
}
footer .address-footer .address-box .title {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 1;
    margin-bottom: 10px;
}
footer .logo img {
    height: 120px;
}
footer .copyright {
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: .2px;
    padding: 5px 0;
    display: block;
}
/* KATEGORİ RENKLER */
/*  */
/* -- Mavi -- (Zeytinyağı Kategorisi) */
.mavi .category-row .img-box::before, .mavi .detail-hero .hero-img::before, .mavi .product-row .banner::before, .mavi .other-products .product-img::before, .mavi .other-products .product-img::before, .mavi .other-products .prev-product .product-title::after, .mavi .other-products .next-product .product-title::after {
    filter: invert(77%) sepia(61%) saturate(323%) hue-rotate(179deg) brightness(102%) contrast(102%);
}
.mavi .hero .hero-txt .online-shop {
    background-color: #0093ff;
    box-shadow: inset 0 0 8px -2px #0064ad;
}
.mavi .other-products .big-title {
    color: #2a77ad;
    border-left: 1px solid #2a77ad;
    border-right: 1px solid #2a77ad;
}
.mavi .category-row .title {
    color: #2a77ad;
}
.mavi .category-row .more-btn {
    background-color: #2a77ad;
}
/*  */
/* -- Turuncu -- (Gurme Kategorisi) */
.turuncu .category-row .img-box::before, .turuncu .detail-hero .hero-img::before, .turuncu .product-row .banner::before, .turuncu .other-products .product-img::before, .turuncu .other-products .product-img::before, .turuncu .other-products .prev-product .product-title::after, .turuncu .other-products .next-product .product-title::after {
    filter: invert(92%) sepia(5%) saturate(6457%) hue-rotate(304deg) brightness(120%) contrast(100%);
}
.turuncu .hero .hero-txt .online-shop {
    background-color: #f17a10;
    box-shadow: inset 0 0 8px -2px #bf6413;
}
.turuncu .other-products .big-title {
    color: #d16d15;
    border-left: 1px solid #d16d15;
    border-right: 1px solid #d16d15;
}
.turuncu .category-row .title {
    color: #d16d15;
}
.turuncu .category-row .more-btn {
    background-color: #d16d15;
}
/*  */
/* -- Yeşil -- (Zeytin Kategorisi) */
.yesil .category-row .img-box::before, .yesil .detail-hero .hero-img::before, .yesil .product-row .banner::before, .yesil .other-products .product-img::before, .yesil .other-products .product-img::before, .yesil .other-products .prev-product .product-title::after, .yesil .other-products .next-product .product-title::after {
    filter: invert(99%) sepia(2%) saturate(5429%) hue-rotate(24deg) brightness(94%) contrast(79%);
}
.yesil .hero .hero-txt .online-shop {
    background-color: #6daf1d;
    box-shadow: inset 0 0 8px -2px #54851a;
}
.yesil .other-products .big-title {
    color: #50771e;
    border-left: 1px solid #50771e;
    border-right: 1px solid #50771e;
}
.yesil .category-row .title {
    color: #50771e;
}
.yesil .category-row .more-btn {
    background-color: #50771e;
}
/*  */
/* -- Pembe -- (Kahve Kategorisi) */
.pembe .category-row .img-box::before, .pembe .detail-hero .hero-img::before, .pembe .product-row .banner::before, .pembe .other-products .product-img::before, .pembe .other-products .product-img::before, .pembe .other-products .prev-product .product-title::after, .pembe .other-products .next-product .product-title::after {
    filter: invert(79%) sepia(24%) saturate(280%) hue-rotate(292deg) brightness(93%) contrast(117%);
}
.pembe .hero .hero-txt .online-shop {
    background-color: #e35da3;
    box-shadow: inset 0 0 8px -2px #852553;
}
.pembe .other-products .big-title {
    color: #b10b66;
    border-left: 1px solid #b10b66;
    border-right: 1px solid #b10b66;
}
.pembe .category-row .title {
    color: #b10b66;
}
.pembe .category-row .more-btn {
    background-color: #b10b66;
}
/*  */
/* -- Kırmızı -- (Tahin & Pekmez Kategorisi) */
.kirmizi .category-row .img-box::before, .kirmizi .detail-hero .hero-img::before, .kirmizi .product-row .banner::before, .kirmizi .other-products .product-img::before, .kirmizi .other-products .product-img::before, .kirmizi .other-products .prev-product .product-title::after, .kirmizi .other-products .next-product .product-title::after {
    filter: invert(85%) sepia(10%) saturate(7461%) hue-rotate(304deg) brightness(111%) contrast(92%);
}
.kirmizi .hero .hero-txt .online-shop {
    background-color: #e9403b;
    box-shadow: inset 0 0 8px -2px #a32d2b;
}
.kirmizi .other-products .big-title {
    color: #c34644;
    border-left: 1px solid #c34644;
    border-right: 1px solid #c34644;
}
.kirmizi .category-row .title {
    color: #c34644
}
.kirmizi .category-row .more-btn {
    background-color: #c34644;
}
/*  */
/* -- Sarı -- (Tahin Helvası Kategorisi) */
.sari .category-row .img-box::before, .sari .detail-hero .hero-img::before, .sari .product-row .banner::before, .sari .other-products .product-img::before, .sari .other-products .product-img::before, .sari .other-products .prev-product .product-title::after, .sari .other-products .next-product .product-title::after {
    filter: invert(87%) sepia(129%) saturate(3539%) hue-rotate(313deg) brightness(109%) contrast(93%);
}
.sari .hero .hero-txt .online-shop {
    background-color: #ffaa00;
    box-shadow: inset 0 0 8px -2px #c98600;
}
.sari .other-products .big-title {
    color: #d68d00;
    border-left: 1px solid #d68d00;
    border-right: 1px solid #d68d00;
}
.sari .category-row .title {
    color: #d68d00;
}
.sari .category-row .more-btn {
    background-color: #d68d00;
}
/*  */
/* -- Mor -- (Özler Kategorisi) */
.mor .category-row .img-box::before, .mor .detail-hero .hero-img::before, .mor .product-row .banner::before, .mor .other-products .product-img::before, .mor .other-products .product-img::before, .mor .other-products .prev-product .product-title::after, .mor .other-products .next-product .product-title::after {
    filter: invert(86%) sepia(20%) saturate(1244%) hue-rotate(200deg) brightness(104%) contrast(101%);
}
.mor .hero .hero-txt .online-shop {
    background-color: #be45ff;
    box-shadow: inset 0 0 8px -2px #751ba5;
}
.mor .other-products .big-title {
    color: #8842b4;
    border-left: 1px solid #8842b4;
    border-right: 1px solid #8842b4;
}
.mor .category-row .title {
    color: #8842b4;
}
.mor .category-row .more-btn {
    background-color: #8842b4;
}
/*  */
/* -- Turkuaz -- (Bitkisel Yağlar Kategorisi) */
.turkuaz .category-row .img-box::before, .turkuaz .detail-hero .hero-img::before, .turkuaz .product-row .banner::before, .turkuaz .other-products .product-img::before, .turkuaz .other-products .product-img::before, .turkuaz .other-products .prev-product .product-title::after, .turkuaz .other-products .next-product .product-title::after {
    filter: invert(91%) sepia(16%) saturate(432%) hue-rotate(112deg) brightness(102%) contrast(92%);
}
.turkuaz .hero .hero-txt .online-shop {
    background-color: #00c9a3;
    box-shadow: inset 0 0 8px -2px #008f73;
}
.turkuaz .other-products .big-title {
    color: #00b996;
    border-left: 1px solid #00b996;
    border-right: 1px solid #00b996;
}
.turkuaz .category-row .title {
    color: #00b996;
}
.turkuaz .category-row .more-btn {
    background-color: #00b996;
}
/* KATEGORİ RENKLER */
/* ARAPÇA */
html[dir="rtl"] .navbar .top-menu .wp-btn, html[dir="rtl"] .navbar .top-menu .buy-btn, html[dir="rtl"] .navbar .top-menu .catalog-btn {
    flex-direction: row-reverse;
}
html[dir="rtl"] .navbar .top-menu .left-menu {
    justify-content: flex-end;
}
html[dir="rtl"] .navbar .top-menu .right-menu {
    justify-content: flex-start;
}
html[dir="rtl"] .navbar .language-bar .lang-box {
    padding-left: 5px;
    padding-right: 0;
}
html[dir="rtl"] .navbar .language-bar .lang-box img {
    margin-right: 0px;
    margin-left: 3px;
}
html[dir="rtl"] .navbar-toggler img {
    transform: rotate(180deg);
}
html[dir="rtl"] .product-group .product-box .product-txt {
    padding: 30px 30px 0 0;
}
html[dir="rtl"] .product-group .product-box .desc {
    padding-left: 30px;
    padding-right: 0;
}
html[dir="rtl"] .product-group .product-box .more {
    margin-left: 0;
    margin-right: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
}
html[dir="rtl"] .product-group .product-box .more::after {
    transform: rotate(180deg);
}
html[dir="rtl"] .product-group .product-box:hover .more::after {
    margin-left: 0;
    margin-right: 20px;
}
html[dir="rtl"] .video-row .video-txt {
    margin-left: 0;
    margin-right: 30px;
}
html[dir="rtl"] .category-row:nth-child(odd) .more-btn {
    margin-left: 0;
    margin-right: auto;
}
html[dir="rtl"] .category-row:nth-child(even) .more-btn {
    margin-right: 0;
    margin-left: auto;
}
html[dir="rtl"] .detail-hero .hero-txt {
    margin-left: 0;
    margin-right: 100px;
}
html[dir="rtl"] .hero .hero-txt .online-shop img {
    margin-left: 15px;
    margin-right: 0;
}
html[dir="rtl"] .product-row .txt-box {
    margin-right: 0;
    margin-left: 25px;
}
html[dir="rtl"] .product-row .banner {
    margin-right: 50px;
    margin-left: 0;
}
html[dir="rtl"] .harvest-row .txt-box {
    padding-right: 100px;
    padding-left: 0;
}
html[dir="rtl"] .harvest-row .title::before {
    right: -35px;
    left: auto;
    transform: rotate(45deg);
}
html[dir="rtl"] .other-products .next-product {
    padding-right: 20px;
    padding-left: 0;
}
html[dir="rtl"] .other-products .prev-product {
    padding-left: 20px;
    padding-right: 0;
}
html[dir="rtl"] .other-products .prev-product .product-title {
    margin-right: 20px;
    margin-left: 0;
}
html[dir="rtl"] .other-products .next-product .product-title {
    margin-left: 20px;
    margin-right: 0;
}
html[dir="rtl"] .other-products .next-product .product-title::after {
    background: url("../img/prev-arrow.svg");
}
html[dir="rtl"] .other-products .prev-product .product-title::after {
    background: url("../img/next-arrow.svg");
}
html[dir="rtl"] .ecommerce-row .flag-box img {
    margin-left: 10px;
    margin-right: 0;
}
html[dir="rtl"] .catalog-row .link-group span {
    margin-right: 15px;
    margin-left: 0;
}
html[dir="rtl"] .catalog-row .link-group a::after {
    margin-left: 0;
    margin-right: auto;
}
html[dir="rtl"] .support-service > a {
    flex-direction: row-reverse;
}
html[dir="rtl"] .address-group .address-box a::before {
    margin-left: 10px;
    margin-right: 0;
    transform: rotate(250deg);
}
html[dir="rtl"] footer .copyright {
    text-align: left;
}
/* ARAPÇA */
@media only screen and (max-width: 1280px) {
    
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
    .product-group {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .product-group .product-box {
        width: calc(50% - 30px);
        margin: 15px;
    }
    .video-row .video-frame {
        padding: 30px;
    }
    .video-row .video {
        width: 470px;
        height: 470px;
    }
    .video-row .video-txt {
        width: auto;
        margin-left: 30px;
    }
}
@media only screen and (max-width: 1199px) {
    .navbar .bottom-menu .navbar-collapse {
        margin-top: 57px;
        padding-bottom: 57px;
    }
    .navbar .navbar-collapse .navbar-nav.group-1 {
        width: 100%;
        margin-right: 0;
    }
    .navbar .navbar-collapse .navbar-nav.group-2 {
        width: 100%;
        margin-left: 0;
    }
    .navbar .navbar-collapse .navbar-nav .nav-link {
        padding: 16px 0;
        font-size: 18px;
    }
}
@media only screen and (max-width: 1024px) {
    .product-group {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .product-group .product-box {
        width: calc(50% - 30px);
        margin: 15px;
        flex-direction: column;
    }
    .product-group .product-box .img, .product-group .product-box .product-txt {
        width: 100%;
    }
    .product-group .product-box .desc {
        margin-bottom: 42px;
    }
    .video-row .video-frame {
        padding: 30px;
    }
    .video-row .video {
        width: 470px;
        height: 470px;
    }
    .video-row .video-txt {
        width: auto;
        margin-left: 30px;
    }
    .crystal-taste-award .product-group-img {
        width: 100%;
    }
    .crystal-taste-award .txt-box {
        padding: 30px;
    }
    .crystal-taste-award .award-group-img {
        top: -40px;
        right: -20px;
        width: 160px;
    }
    .crystal-taste-award .crystal-award {
        height: 220px;
    }
    .product-row .txt-box {
        width: 100%;
        margin-right: 0;
        margin-top: 95px;
        order: 2;
    }
    .product-row .banner {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    .harvest-row img {
        width: 45%;
    }
    .harvest-row .txt-box {
        width: 55%;
        padding-left: 55px;
    }
    .other-products .product-title {
        max-width: 50%;
    }
    .other-products {
        flex-wrap: wrap;
    }
    .other-products .big-title {
        width: 100%;
        order: 1;
        border: none;
    }
    .mavi .other-products .big-title, .yesil .other-products .big-title, .sari .other-products .big-title, .turuncu .other-products .big-title, .kirmizi .other-products .big-title, .mor .other-products .big-title, .turkuaz .other-products .big-title, .pembe .other-products .big-title {
        border-left: none;
        border-right: none;
    }
    .other-products .prev-product {
        width: 50%;
        order: 2;
        position: relative;
        padding-left: 5%;
    }
    .other-products .next-product {
        width: 50%;
        order: 3;
        padding-right: 5%;
    }
    .other-products .prev-product::after {
        content: "";
        height: 50%;
        width: 1px;
        background-color: #cfcfcf;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .form-row, .support-service {
        width: calc(50% - 20px);
    }
    .form-row .name, .form-row .email {
        width: calc(50% - 10px);
    }
    .support-service a > span {
        padding-left: 80px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 992px) {
    
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
    
}
@media only screen and (max-width: 1024px) and (min-width: 520px) {
    
}
@media only screen and (max-width: 991px) {
    .navbar .bottom-menu .navbar-collapse {
        margin-top: 77px;
    }
    .navbar .navbar-collapse .language-bar {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 20px;
    }
    .navbar .navbar-collapse .language-bar .lang-box {
        color: #fff;
        border-color: #546558;
        margin-left: 0;
        margin-right: 15px;
        font-size: 14px;
        padding-right: 8px;
    }
    .navbar .navbar-collapse .language-bar .lang-box:last-child {
        margin-right: 0;
    }
    .navbar .navbar-collapse .lang-box img {
        margin-right: 5px;
    }
    .navbar .top-menu .left-menu {
        width: calc(100% - 24px);
    }
    .navbar .top-menu .right-menu {
        width: 180px;
        bottom: 22px;
        padding-bottom: 0;
    }
    .navbar .top-menu .language-bar .lang-box {
        display: none;
    }
    .hero .hero-txt {
        padding-bottom: 0;
    }
    .hero .hero-txt .title {
        font-size: 50px;
        letter-spacing: 0px;
    }
    .icons-group .container {
        flex-wrap: wrap;
    }
    .icons-group .icon {
        width: calc((100% / 4) - 20px);
        margin: 10px;
    }
    .video-row {
        flex-direction: column;
    }
    .video-row .video-frame {
        width: 100%;
        padding: 50px;
    }
    .video-row .video {
        width: 600px;
        height: 600px;
    }
    .video-row .video-txt {
        margin-left: 0;
        margin-top: 50px;
    }
    .crystal-taste-award {
        flex-direction: column;
    }
    .crystal-taste-award .photo-group {
        width: 100%;
        border-left: 50px solid #fff;
        border-right: 50px solid #fff;
        border-top: none;
        border-bottom: none;
        order: 3;
        padding: 40px;
    }
    .crystal-taste-award .txt-box {
        width: 100%;
        order: 2;
        padding: 40px;
    }
    .crystal-taste-award .award-group {
        width: 100%;
        border-left: 50px solid #fff;
        border-right: 50px solid #fff;
        border-top: 0;
        border-bottom: 0;
        order: 1;
        padding: 40px;
    }
    .crystal-taste-award .award-group-img {
        width: 180px;
        right: -50px;
    }
    .crystal-taste-award .crystal-award {
        height: 250px;
        margin-top: 0;
    }
    .crystal-taste-award .product-group-img {
        width: auto;
        height: 300px;
    }
    .category-row:nth-child(odd) {
        flex-direction: column;
    }
    .category-row:nth-child(even) {
        flex-direction: column-reverse;
    }
    .category-row .txt-box {
        width: 100%;
    }
    .category-row .img-box {
        width: 100%;
        margin-bottom: 60px;
    }
    .category-row:nth-child(even) .more-btn {
        margin-right: 0;
        margin-left: auto;
    }
    .packaging-row .group {
        width: 100%;
    }
    .form-row {
        width: 100%;
    }
    .support-service {
        width: 100%;
        margin-top: 120px;
    }
    .ecommerce-row {
        flex-wrap: wrap;
    }
    .ecommerce-row .country-col {
        width: calc((100% / 3) - 16px);
        margin: 8px;
    }
    .catalog-row .catalog-col {
        width: calc(33.33% - 20px);
    }
    .catalog-row .link-group img {
        width: 60px;
    }
    .catalog-row .link-group a::after {
        width: 25px;
        height: 34px;
    }
    .detail-hero .hero-img {
        width: 360px;
        height: 360px;
    }
    .detail-hero .hero-txt {
        width: calc(100% - 400px);
        margin-left: 40px;
    }
    footer .top-footer {
        flex-wrap: wrap;
    }
    footer .top-footer .logo {
        order: 1;
    }
    footer .top-footer .social-media {
        order: 2;
    }
    footer .top-footer .footer-menu {
        order: 3;
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-top: 50px;
        flex-wrap: wrap;
    }
    footer .top-footer .footer-menu li {
        width: calc(50% - 20px);
    }
    footer .address-footer {
        flex-wrap: wrap;
    }
    footer .address-footer .address-box {
        width: 50%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .navbar .top-menu {
        height: 103px;
    }
    .navbar .navbar-brand {
        width: 150px;
        height: 150px;
        bottom: -45px;
    }
    .navbar .navbar-brand img {
        width: 100px;
    }
    .navbar .top-menu .right-menu {
        bottom: 7px;
    }
    .navbar .navbar-brand img {
        width: 100px;
    }
    .wdgt-row {
        margin-top: 96px;
    }
    .hero .container {
        flex-direction: column;
    }
    .hero .hero-txt {
        width: 100%;
        padding: 50px 0;
    }
    .hero .hero-img {
        width: 100%;
        padding-top: 0;
    }
    .video-row .video {
        width: 416px;
        height: 416px;
    }
    .product-group {
        width: 100%;
        margin-left: 0;
    }
    .product-group .product-box {
        width: 100%;
        margin: 15px 0;
        flex-direction: row;
    }
    .product-group .product-box .img, .product-group .product-box .product-txt {
        width: 50%;
    }
    .detail-hero .hero-img {
        margin-top: 100px;
    }
    .detail-hero .hero-txt {
        margin: 0;
    }
    .sales-hero .container, .kvkk-hero .container {
        flex-direction: column-reverse;
    }
    .hero.kvkk-hero .hero-txt .title {
        margin-top: 0;
    }
    .hero.kvkk-hero .hero-img {
        padding-top: 0;
    }
    .address-group .address-box, .address-group .maps-box {
        width: 100%;
    }
    .address-group .address-box {
        order: 2;
    }
    .address-group .maps-box {
        order: 1;
        height: 400px;
    }
    .product-row .banner {
        width: 80%;
    }
    .harvest-row .container {
        flex-direction: column-reverse;
    }
    .harvest-row .txt-box {
        width: 100%;
        padding-left: 0;
    }
    .harvest-row img {
        position: relative;
        width: 80%;
        margin: auto;
    }
    .other-products {
        align-items: flex-start;
    }
    .other-products .prev-product {
        flex-direction: column;
    }
    .other-products .next-product {
        flex-direction: column-reverse;
    }
    .other-products .prev-product .product-title {
        margin-left: 0;
        max-width: 100%;
        width: 100%;
        margin-top: 24px;
        text-align: center;
    }
    .other-products .next-product .product-title {
        margin-right: 0;
        max-width: 100%;
        width: 100%;
        margin-top: 24px;
        text-align: center;
    }
    .other-products .big-title {
        margin-bottom: 24px;
    }
    .catalog-row {
        flex-wrap: wrap;
    }
    .catalog-row .catalog-col {
        width: 100%;
        margin-bottom: 50px;
    }
    .catalog-row .catalog-col:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 520px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-right: 24px;
        padding-left: 24px;
    }
    .navbar .top-menu .left-menu {
        left: 24px;
        width: calc(100% - 48px);
        justify-content: space-between;
    }
    .navbar .top-menu .wp-btn {
        margin-right: 10px;
        font-size: 13px;
        padding-right: 10px;
    }
    .navbar .top-menu .buy-btn {
        margin-right: 10px;
        font-size: 13px;
        padding-right: 10px;
    }
    .navbar .top-menu .catalog-btn {
        margin-right: 0;
        font-size: 13px;
        padding-right: 10px;
    }
    .navbar .top-menu .wp-btn img, .navbar .top-menu .buy-btn img, .navbar .top-menu .catalog-btn img {
        margin-right: 5px;
    }
    .video-row .video-frame {
        width: calc(100vw - 48px);
        height: calc(100vw - 48px);
        padding: 32px;
    }
    .video-row .video {
        width: calc(100vw - 112px);
        height: calc(100vw - 112px);
    }
    .video-row .video-txt .title {
        font-size: 26px;
    }
    .product-group .product-box .title {
        font-size: 36px;
        margin-bottom: 16px;
    }
    .crystal-taste-award .title {
        font-size: 22px;
    }
    .product-group .product-box {
        flex-direction: column;
    }
    .product-group .product-box .img, .product-group .product-box .product-txt {
        width: 100%;
    }
    .icons-group .icon {
        width: calc((100% / 2) - 40px);
        margin: 20px;
    }
    .icons-group .icon span {
        font-size: 20px;
    }
    .crystal-taste-award .award-group, .crystal-taste-award .photo-group {
        border-left: 30px solid #fff;
        border-right: 30px solid #fff;
    }
    .crystal-taste-award .award-group-img {
        width: 160px;
        right: -40px;
        top: -60px;
    }
    .crystal-taste-award .txt-box {
        padding: 30px;
    }
    .category-row .title {
        font-size: 36px;
        margin-bottom: 16px;
    }
    .other-products .product-img {
        width: 160px;
        height: 160px;
    }
    .other-products .product-img::before {
        width: 160px;
        height: 160px;
    }
    .other-products .product-img img {
        max-width: 130px;
        max-height: 160px;
    }
    .harvest-row .title::before {
        top: -45px;
        left: -20px;
    }
    .product-row .banner {
        width: calc(100% - 60px);
    }
    .product-row .banner::before {
        width: calc(100% + 60px);
        height: calc(100% + 60px);
        top: -30px;
        left: -30px;
    }
    .packaging-row .group {
        flex-direction: column;
    }
    .packaging-row .product-img {
        width: 100%;
        border-bottom: 2px solid #fff;
    }
    .packaging-row table {
        width: 100%;
        border-left: 2px solid #f5f5f5;
    }
    .packaging-row .product-img img {
        max-height: 250px;
        max-width: 150px;
    }
    .form-row .name, .form-row .email {
        width: 100%;
    }
    .form-row .email {
        margin-top: 30px;
    }
    .form-row .btn {
        width: 100%;
    }
    .support-service a > img {
        width: 100px;
        height: auto;
    }
    .support-service a > span {
        margin-left: -50px;
        width: 100%;
        padding-left: 60px;
        padding-right: 10px;
    }
    .address-group .maps-box {
        height: calc(100vw - 48px);
    }
    .ecommerce-row .country-col {
        width: calc((100% / 2) - 16px);
    }
}
@media only screen and (max-width: 450px) {
    .navbar .top-menu .left-menu {
        justify-content: center;
    }
    .navbar .top-menu .wp-btn {
        width: calc(33.33% - 10px);
        padding-right: 0;
        padding-left: 6px;
        margin-right: 15px;
        background-color: #4cad35;
        justify-content: center;
    }
    .navbar .top-menu .buy-btn {
        width: calc(33.33% - 10px);
        padding-right: 0;
        padding-left: 6px;
        margin-right: 15px;
        background-color: #f38f1a;
        justify-content: center;
    }
    .navbar .top-menu .catalog-btn {
        width: calc(33.33% - 10px);
        padding-right: 0;
        padding-left: 6px;
        background-color: #36a9e1;
        justify-content: center;
    }
    .navbar .top-menu .wp-btn img, .navbar .top-menu .buy-btn img, .navbar .top-menu .catalog-btn img {
        margin-right: 0;
    }
    .navbar .top-menu .wp-btn span, .navbar .top-menu .buy-btn span, .navbar .top-menu .catalog-btn span {
        display: none;
    }
    .navbar .navbar-collapse .language-bar {
        justify-content: space-between;
    }
    .navbar .navbar-collapse .language-bar .lang-box {
        margin-right: 5px;
    }
    .navbar .navbar-collapse .btn-groups {
        display: flex;
        flex-direction: column;
    }
    .navbar .navbar-collapse .btn-groups a {
        background-color: #f1f1f1;
        color: #000000;
        font-size: 18px;
        font-weight: 600;
        display: flex;
        align-items: center;
        border-radius: 5px;
        padding-right: 15px;
        letter-spacing: 0.5px;
        margin-top: 20px;
    }
    .navbar .navbar-collapse .btn-groups a img {
        height: 50px;
        margin-right: 15px;
    }
    .video-row .video-frame {
        padding: 20px;
    }
    .video-row .video {
        width: calc(100vw - 88px);
        height: calc(100vw - 88px);
    }
    .crystal-taste-award .award-group-img {
        width: 140px;
    }
    .detail-hero .hero-img::before {
        width: calc(100vw - 48px);
        height: calc(100vw - 48px);
    }
    .support-service a > img {
        width: 60px;
    }
    .support-service a > span {
        font-size: 20px;
        border: 2px solid #2a4b9b;
        border-left: none;
        margin-left: -30px;
        padding-left: 40px;
    }
    .address-group .address-box .address-title {
        font-size: 22px;
    }
    footer .top-footer .footer-menu {
        width: 100%;
        margin-left: 0;
    }
    footer .top-footer .footer-menu li {
        width: 100%;
        margin: 0;
    }
    footer .address-footer .address-box {
        width: 100%;
    }
}
@media only screen and (max-width: 350px) {
    
}