@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
body {
    color: #454242;
    font-family: 'Ubuntu', sans-serif !important;
    background-color: #fff !important;
}

body.home {
    height: 100%;
}

body.catalog .content .main {
    padding-top: 80px;
}

.box-shadow {
    -webkit-box-shadow: 0px 0px 15px rgb(119, 112, 105);
    box-shadow: 0px 0px 15px rgb(119, 112, 105);
}

a:hover {
    color: none;
    text-decoration: none;
}

ul.breadcrumb {
    background-color: #cdc6bd;
    width: 100%;
    padding: 0.5rem 1rem;
    border-radius: 0;
}

ul.breadcrumb li {
    display: inline-block;
    text-transform: capitalize;
    font-size: 13px;
    margin-right: 3px;
    padding-right: 13px;
    position: relative;
    line-height: 1.5;
}

ul.breadcrumb li {
    position: relative;
}

ul.breadcrumb li a {
    color: #721c45;
}

ul.breadcrumb li:before {
    position: absolute;
    content: "/";
    right: 0;
    top: 50%;
    transform: translatey(-50%);
}

ul.breadcrumb li:last-child {
    margin-right: 0;
}

ul.breadcrumb li:last-child:before {
    display: none;
}

/* Menu */
.blur {
    filter: blur(25px);
    animation-name: example;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.medium-img {
    overflow: hidden;
}

.no-blur {
    filter: blur(0);
    transition: filter .5s .5s ease-in;
}

.top_bar {
    position: relative;
    padding: 15px 0;
}

#toggle-menu {
    top: 70px;
    left: 0px;
    padding: 10px 15px 4px;
    line-height: 1.5;
    text-decoration: none;
    font-size: 19px;
    z-index: 10;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left: none;
    background: #C73734;
    color: #fff;
    -webkit-box-shadow: 2px 0px 15px rgb(119, 112, 105);
    box-shadow: 2px 0px 15px rgb(119, 112, 105);
}

.header_top ul li {
    background: #C73734;
    border: 1px solid #C73734;
}

body .main_button {
    border: 1px solid #efdfe5;
    -webkit-box-shadow: 0px 0px 15px rgb(214, 207, 210);
    box-shadow: 0px 0px 15px rgb(214, 207, 210);
}

body .main_header {
    background: rgba(243, 243, 243, 0.5);
}

.product {
    background: #f3f3f3;
    color: #C73734;
}

.kvkk_cookie_policy {
    background: linear-gradient(60deg, #C73734 0%, #7d6a4d 100%);
}

body ul#menu li.have_sub.active:after {

    border-right-color: #C73734;
}

#toggle-menu .text {
    display: inline-block;
    /*float: left;*/
    line-height: 21px;
    height: 21px;
    font-weight: bold;
    vertical-align: middle;
}

#menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    padding: 0px;
    margin: 0;
    height: 100%;
    list-style: none;
    overflow-y: scroll;
    z-index: 10;
    /* Make sure the z-index is lower than the #page */
}

ul#menu li {
    position: relative;
}

ul#menu li.have_sub:after {
    right: 5px;
    top: 35px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #E9E9E4;
    border-width: 5px;
    margin-top: -6px;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

ul#menu li.have_sub ul {
    display: none;
}

ul#menu li a img {
    display: inline-block;
    max-width: 40px;
}

ul#menu li a span.name {
    padding-left: 10px;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    color: #000;
}

#menu a {
    display: flex;
    font-size: 13px;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    padding: 15px;
    flex-flow: row;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    position: relative
}

#menu li.active>a {
    border-right: 3px solid #ececec;
    flex-direction: column;
    justify-content: initial;
    align-items: center;
    border-right-color: #C73734;
}

#menu li.active>a span.name {
    margin-top: 10px;
    padding: 0;
    text-align: center;
    height: 40px;
    color: #C73734;
}

ul#menu li.active>a img {
    filter: unset;
}

#menu li.active>a:after {
    right: 0;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #C73734;
    border-width: 5px;
    margin-top: -6px;
}

#menu li.have_sub.active:after {
    right: 3px;
    top: 60px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #cdc6bd;
    border-width: 5px;
    margin-top: -6px;
}

#menu li.have_sub.active ul {
    display: block;
}

/* Animations */
/*body.catalog .catalog_container {
    padding-left:15px;
    padding-right:15px;
}*/
body.catalog .main {
    padding-top: 20px;
    padding-bottom: 20px;
}

#page {
    position: relative;
    z-index: 20;
    padding-bottom: 40px;
}

#page, #menu {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

/* Hide the menu unless it's animating or visible */
.animating #menu, .menu-visible #menu {
    display: block;
}

/***
* If the animating class is present then apply
* the CSS transition to #page over 250ms.
*/
.animating #page {
    transition: transform .25s ease-in-out;
    -webkit-transition: -webkit-transform .25s ease-in-out;
}

/***
* If the left class is present then transform
* the #page element 170px to the left.
*/
.animating.left #page {
    transform: translate3d(-170px, 0, 0);
    -webkit-transform: translate3d(-170px, 0, 0);
}

/***
* If the right class is present then transform
* the #page element 170px to the right.
*/
.animating.right #page {
    transform: translate3d(170px, 0, 0);
    -webkit-transform: translate3d(170px, 0, 0);
}

/***
* If the menu-visible class is present then
* shift the #page 170px from the right edge
* via position: absolute to keep it in the
* open position. When .animating, .left and
* .right classes are not present the CSS
* transform does not apply to #page.
*/
.menu-visible #page {
    left: 170px;
}

/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 30px;
    /* background: red; */
    height: 21px;
    position: relative;
    float: left;
    margin: 0;
    /*padding-top: 3px;*/
    display: flex;
    /* align-items: baseline; */
    justify-content: space-around;
    flex-direction: column;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    /*display: block;*/
    /*position: absolute;*/
    height: 2px;
    width: 22px;
    background: #fefbf7;
    /*    border-radius: 9px;
        opacity: 1;
        left: 0;*/
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/*#nav-icon1 span:nth-child(1) {
  top: 5.5px;
}

#nav-icon1 span:nth-child(2) {
  top: 10.6px;
}

#nav-icon1 span:nth-child(3) {
  top: 17.1px;
}*/

#nav-icon1.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
}

.go_home {
    padding: 10px 15px;
    background-color: #C73734;
    color: #fff;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

/*.Menu */
html {
    height: 100%;
}

.content {
    background: #ececec !important;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
}

body.home .content {
    background: #ececec !important;
    height: 100%;
    min-height: unset;
    float: none;
}

.home .banner {
    background-image: url(../img/home_bg_garden.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    height: 50%;
    position: relative;
    margin-bottom: 60px;

}

.body_menu {
    z-index: 5;
    position: absolute;
    width: 100%;
    display: -webkit-box;
    /* ESKÄ°: Android browser, eski IOS.  */
    display: -ms-flexbox;
    /* ARA: IE 10 */
    display: flex;
    /* YENÄ°, Chrome, Firefox, IE11, IOS7  */
    margin-top: auto;
    align-items: center;
    height: 45%;
}

body.home .logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
    transform: translateY(50%);
}

body.home .logo img {
    width: 50%;
    max-width: 150px;
    border-radius: 20px;
    background-color: #fff;
    padding: 0 10px;
    box-shadow: 0px 0px 5px rgb(64, 56, 56);
    -webkit-box-shadow: 0px 0px 5px rgb(64, 56, 56);
}

img {
    max-width: 100%;
}

.home_menu_button {
    margin: 0 auto 20px;
    display: block;
}

.home_menu_button a {
    display: block;
    margin: 0 auto;
    color: #000;
    margin-bottom: 20px;
    padding: 15px;
    background: #C73734;
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
    border-radius: 30px;
    border: none;
    -webkit-box-shadow: 0px 0px 15px rgb(214, 207, 210);
    box-shadow: 0px 0px 15px rgb(214, 207, 210);
    max-width: 165px;
}

.main_button {
    border: 1px solid #cdc6bd;
    padding: 10px 5px 8px;
    margin-bottom: 20px;
    font-size: 12px;
    border-radius: 6px;
    color: #5a5148;
    font-weight: 600;
    -webkit-box-shadow: 0px 0px 15px rgb(205, 198, 189);
    box-shadow: 0px 0px 15px rgb(177, 161, 141);
}

/* Home */
.transform_uppercase {
    text-transform: uppercase;
}

.ta-center {
    text-align: center;
}

.menu-icon {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.menu-icon:last-child {
    margin: 0;
}

.menu-icon img {
    width: 75px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 0px 7px #fff;
    border: 2px solid #C73734;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    position: relative;
}

.menu-icon .image-wrapper {
    position: relative;
}

.menu-icon .image-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100px;
    height: 100px;
    background-color: #C73734;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
}

.menu-icon:hover img {
    background: #C73734;
}

/* .menu-icon.menu img {
    width: 110px;
} */
.menu-icon span {
    display: block;
    color: #C73734;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 20px;
}

@media only screen and (min-width: 600px) {
    .home .banner:after {
        display: none;
    }

    body.home .logo {
        bottom: -28px;
    }

    body.home .logo img {
        width: 50%;
        /* max-width: 100px; */
    }

    /*     .menu-icon.menu img {
            width: 200px;
        } */
    .menu-icon img {
        width: 110px;
    }
}

.product {
    border-radius: 10px;
    background: #C73734;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.product .detail {
    padding: 0 10px;
}

.product .detail span.name {
    display: block;
    text-align: center;
}

.product .image img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.product .detail>span {
    margin-top: 10px;
}

.product .detail span.name {
    font-size: 15px;
    display: block;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
}

.product .detail span.price {
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}

ul.pagination {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 20px 0;
}

ul.pagination li {
    margin-right: 10px;
}

ul.pagination li a {
    color: #fff;
    padding: 10px 11px 5px;
    border-radius: 10px;
    color: #fff;
    background: #24211d;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 15px rgb(119, 112, 105);
    box-shadow: 0px 0px 15px rgb(119, 112, 105);
}

ul.pagination li.current a {
    background: #C73734;
}

.main_header {
    max-height: 50px;
    background: linear-gradient(60deg, #3e3a3a 0%, #77614b 100%);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.main_header .logo {
    text-align: center;
}

.main_header .logo img {
    max-height: 50px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 0 10px;
}

.main_header .go_back {
    position: absolute;
    top: 9px;
    right: -2px;
    background: #C73734;
    color: #fff;
    /* border-radius: 50%; */
    padding: 8px;
    padding-bottom: 6px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 2px 0px 10px rgb(119, 112, 105);
    box-shadow: 2px 0px 10px rgb(119, 112, 105);
}

.no-border-radius {
    border-radius: 0 !important;
}

body.catalog .header_top {
    top: 6px;
}

.product_detail {
    margin: 0 auto;
}

.product_detail .detail span.product_name {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 20px;
}

.product_detail .detail {
    text-align: center;
    margin: 20px 0;
    color: #332525;
}

.product_detail .detail .bordered_area {
    border-top: 3px solid #C73734;
    border-bottom: 3px solid #C73734;
    display: inline-block;
    padding: 10px 30px 7px;
    position: relative;
    margin-bottom: 20px;
}

.product_detail .detail .bordered_area:before {
    content: "";
    position: absolute;
    top: -21px;
    left: calc(50% - 10px);
    border: solid transparent;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #C73734;
    border-width: 10px;
    height: 0;
    width: 0;
    pointer-events: none;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.product_detail .detail .bordered_area:after {
    content: "";
    position: absolute;
    bottom: -21px;
    left: calc(50% - 10px);
    border: solid transparent;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #C73734;
    border-width: 10px;
    height: 0;
    width: 0;
    pointer-events: none;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.product_detail .detail span.product_name {
    text-transform: capitalize;
    margin: 0 auto;
    text-align: center;
}

.product_detail .detail span.product_price {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

.product_detail .detail span.product_description {
    display: block;
    text-align: justify;
    padding: 0 10px;
    line-height: 1.5;
}

body.catalog h2 {
    font-weight: bold;
    font-size: 20px;
    color: #332525;
    text-transform: uppercase;
    margin: 20px 0;
    text-align: center;
}

.related_products {
    padding: 0 15px;
    max-width: 100%;
}

.related_products .product {
    margin-bottom: 0;
}

.related_products .owl-carousel .owl-stage-outer {
    padding-bottom: 30px;
}

.related_products .owl-carousel .owl-nav {
    top: 40%;
    outline: none;
}

.related_products .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .related_products .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background: #C73734 !important;
    line-height: 46px !important;
    outline: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    outline: none !important;
}

.related_products .owl-carousel.owl-theme .owl-dots .owl-dot:hover span, .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #C73734 !important;
    outline: none !important;
}

.main.category h1 {
    display: block;
    width: 100%;
    color: #24211d;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    /* margin-top: 70px; */
    margin-bottom: 30px;
    z-index: 20;
    padding: 0 15px;
    line-height: 1.5;
}

.fancybox-inner {
    line-height: 2;
    text-align: justify;
}

.copyright {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #ececec;
    width: 100%;
    z-index: 199;
    color: #727372;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* line-height: 21px; */
    vertical-align: middle;
    font-size: 13px;
    box-shadow: 0px 0px 4px rgb(214, 207, 210);
}

.copyright img {
    width: 150px;
    display: inline;
}