@font-face {
    font-family: ITCAvantGardeBk;
    src: url(../font/ITCAvantGardePro-Bk.otf);
}

@font-face {
    font-family: ITCAvantGardeMd;
    src: url(../ITCAvantGardePro-Md.otf);
}

@font-face {
    font-family: MyriadPro-Regular;
    src: url(../MyriadPro-Regular.otf);
}

@font-face {
    font-family: 'Ogg-Roman';
    src: url('../font/Ogg-Roman.eot');
    src: local('☺'), url('../font/Ogg-Roman.woff') format('woff'), url('../font/Ogg-Roman.ttf') format('truetype'), url('../font/Ogg-Roman.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}


/* Home */

body {
    color: #454242;
    background-color: #0b1315;
}

body.home {
    height: 100%;
}

.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;
}

/* 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;
}

#toggle-menu {
    position: absolute;
    top: 70px;
    left: 0px;
    padding: 10px 10px 6px;
    line-height: 1.5;
    /* line-height: 20px; */
    text-decoration: none;
    font-size: 19px;
    z-index: 10;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 105px;
    border: 1px solid #eee;
    border-left: none;
    background-color: #0b1315;
    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: #faaf40;
}

body.home .content,
body .content,
body.home .banner:after,
body.home .banner:before {
    background: #ececec !important;
}

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-color: #faaf40;
}

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

.kvkk_cookie_policy {
    background: linear-gradient(60deg, #a90c34 0%, #73313c 100%);
}

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

    border-right-color: #faaf40;
}

#toggle-menu .text {
    display: inline-block;
    /*float: left;*/
    padding:0 25px 0 10px;
    line-height: 21px;
    height: 27px;
    font-weight: bold;
    vertical-align: middle;
    text-transform: uppercase;
}

#menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    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;
    /* text-transform: uppercase; */
}

#menu a {
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    padding: 15px;
    flex-flow: row;
    border-bottom: 1px solid rgb(255 255 255 / 21%);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    position: relative;
    background-color: #00000000;
}

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

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

#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: #faaf40;
    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;
    color: #faaf40;
    background-color: #0b1315;
}

/***
  * 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: 200px;
}

/* 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;
}

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

.content {
    background: url(../img/main_background.jpg) !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.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    height: 55%;
    position: relative;

}

.home .banner:before {
    position: absolute;
    width: 99%;
    height: 47px;
    content: "";
    top: -2px;
    left: 0;
    z-index: 2;
    transform-origin: top left;
    transform: skewY(-11deg);
    background: transparent;
    background: #cdc6bd;
}

.home .banner:after {
    position: absolute;
    width: 100%;
    height: 120px;
    content: "";
    bottom: -119px;
    left: 0;
    z-index: 2;
    transform-origin: top left;
    transform: skewY(-11deg);
    background: transparent;
    background: #cdc6bd;
}

.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: -15px;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
}

body.home .logo img {
    width: 38%;
    max-width: 150px;
    border-radius: 50%;
}

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;
    font-weight: 300;
    color: #000;
    font-size: 18px;
    padding-bottom: 10px;
    border-radius: 5px;
    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;
}

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

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

    body.home .logo img {
        width: 30%;
        max-width: 100px;
    }
}

.product {
    border-radius: 10px;
    background: #faaf40;
    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;
    color: #0b1315;
}

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

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: #faaf40;
}

.main_header {
    height: 50px;
    background-color: #faaf40;
}

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

.main_header .logo img {
    max-height: 40px;
    margin: 5px auto;
    /* border-radius: 50%; */
}

.main_header .go_back {
    position: absolute;
    top: 9px;
    right: -2px;
    background: #0b1315;
    color: #fff;
    /* border-radius: 50%; */
    padding: 8px;
    padding-bottom: 6px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

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

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

.product_detail.medium-img {
    padding: 25px;
}

.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 #453e37;
    border-bottom: 3px solid #453e37;
    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: #332525;
    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: #332525;
    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;
text-align: center;}

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 {
    
}

.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: #faaf40 !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: #faaf40 !important;
    outline: none !important;
}

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

h1.space {
    margin-top: 70px;
}

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

.copyright {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #faaf40;
    width: 100%;
    z-index: 199;
    color: #727372;
    padding: 0px 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;
}

li.box-shadow.multi.language {
    text-transform: uppercase;
}

marquee {
    text-align: center;
}

.social .fa {
    padding: 10px;
    font-size: 13px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.social .fa:hover {
    opacity: 0.7;
}

.social .fa-facebook {
    background: #0b1315;
    color: white;
}

.social .fa-instagram {
    background: #0b1315;
    color: white;
}

.social .fa-youtube {
    background: #0b1315;
    color: white;
}

.social .fa-google {
    background: #0b1315;
    color: white;
}

.social .fa-twitter {
    background: #0b1315;
    color: white;
}

p.category_description {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    z-index: 20;
    padding: 0 15px;
}

img.box-shadow.blur.no-blur {
    display: block;
    margin-left: auto;
    margin-right: auto;
}