@import url("https://fonts.googleapis.com/css?family=Titillium%20Web:200,300,300i,400,400i,600,600i,700,700i,900");

body {
    font-family: 'Titillium Web', sans-serif;
    background: #fff;
    font-size: 13px;
    color: #212529
}

body a,
body a:hover {
    color: #212529;
    text-decoration: none
}

body.noscroll {
    overflow: hidden
}

.btn {
    background-color: #dda875;
    color: #fff
}

.btn:hover {
    color: #fff
}

img {
    max-width: 100%;
    max-height: 100%
}

.none {
    display: none
}

.clear {
    clear: both
}

.theme-button {
    background-color: #dda875;
    padding: 5px 15px;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block
}

.theme-button.medium {
    padding: 10px 15px
}

.line {
    width: 100%;
    height: 1px;
    background-color: #ddd
}

.theme-button-line {
    border: 1px solid #dda875;
    background-color: transparent;
    padding: 3px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #dda875}

.theme-button:hover {
    background-color: #708a00
}

ul.slick-dots li button {
    width: 15px;
    height: 5px;
    background-color: #dda875;
    padding: 0;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    opacity: .3
}

ul.slick-dots li.slick-active button {
    opacity: 1
}

.slick-dots li {
    margin: 0 !important;
    height: 15px !important
}

.slick-dots li button:before {
    font-size: 0 !important
}

.content-wrap {
    max-width: 100%;
    margin: 0 auto;
    min-height: calc(100vh - 156px);
    background-color: #fff;
    overflow: hidden
}



.no-margin-top {
    margin-top: 0
}

.heading-page {
    font-size: 14px;
    font-weight: 600;
    padding: 14px 15px 14px 40px;
    position: relative;
    border-bottom: 1px solid #ddd;
    height: 50px
}

.heading-page .icon-back {
    text-align: center;
    display: table;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer
}

.heading-page .back-btn {
    position: absolute;
    left: 0;
    top: 0;
    border-left: 0 solid #ddd;
    height: 50px;
    width: 40px;
    text-align: center;
    display: table
}

.share-button {
    margin-top: 20px
}

.share-button ul {
    list-style: none;
    padding: 0
}

.share-button li {
    display: inline-block;
    text-align: center
}

.share-button li a {
    padding: 2px 5px;
    background-color: #dda875;
    color: #fff;
    width: 25px;
    height: 25px;
    display: block
}

.share-button li a .svg-inline--fa {
    color: #fff
}

.share-button li.text {
    font-weight: 600;
    padding-right: 5px
}

body .form-control:focus {
    border-color: #dda875;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 transparent, 0 0 8px transparent;
    box-shadow: inset 0 0 0 transparent, 0 0 8px transparent
}

.section-single-page {
    padding: 15px
}

.img-news {
    margin: 0 0 10px
}

#content {
    width: 100%;
    min-height: calc(100vh - 56px);
    transition: all .3s;
    position: absolute;
    top: 56px;
    right: 0
}

.preloading {
    width: 100%;
    text-align: center;
    height: 100%;
    position: fixed;
    background: #fff;
    z-index: 999999;
    top: 0;
    display: table;
    left: 0
}

.preloading .wrap-preload {
    background-color: #dda875;
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.preloading .cssload-loader {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    margin: 3em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: #fff
}

.preloading .cssload-loader,
.preloading .cssload-loader:before,
.preloading .cssload-loader:after {
    animation: 1.15s infinite ease-in-out;
    -o-animation: 1.15s infinite ease-in-out;
    -ms-animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out
}

.preloading .cssload-loader:before,
.preloading .cssload-loader:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0
}

.preloading .cssload-loader {
    animation-name: cssload-loader;
    -o-animation-name: cssload-loader;
    -ms-animation-name: cssload-loader;
    -webkit-animation-name: cssload-loader;
    -moz-animation-name: cssload-loader
}

@keyframes cssload-loader {
    from {
        transform: scale(0);
        opacity: 1
    }

    to {
        transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes cssload-loader {
    from {
        -o-transform: scale(0);
        opacity: 1
    }

    to {
        -o-transform: scale(1);
        opacity: 0
    }
}

@-ms-keyframes cssload-loader {
    from {
        -ms-transform: scale(0);
        opacity: 1
    }

    to {
        -ms-transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes cssload-loader {
    from {
        -webkit-transform: scale(0);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes cssload-loader {
    from {
        -moz-transform: scale(0);
        opacity: 1
    }

    to {
        -moz-transform: scale(1);
        opacity: 0
    }
}

.bg-header {
    z-index: 10;
    position: fixed !important;
    top: 0;
    left: 0;
    height: 56px;
    width: 100%;
	background: url(https://startr.com.tr/tema/genel/img/headerbg.png) no-repeat center bottom #dda875;  
    border-bottom: 0 solid #ddd;
    box-shadow: 0 1px 15px 0 #d2c6b9;
    /* background-color: #dda875; */
 }

.navbar {
    position: relative
}

.navbar #sidebarleftbutton.btn,
.navbar #sidebarrightbutton.btn {
    background-color: transparent;
    padding: 5px;
    font-size: 28px;
    line-height: 0;
    position: absolute;
    font-size: 20px
}

.navbar .btn:hover {
    color: #fff
}

.navbar #sidebarleft.btn {
    left: 1rem
}

.navbar #sidebarrightbutton.btn {
    right: 1rem
}

.navbar .logo {
    height: 33px;
    width: auto;
    margin: 5px 0;
    font-size: 20px;
    font-weight: bold;
    width: 175px;
    text-align: center
}

.navbar .logo,
.navbar #sidebarleftbutton.btn,
.navbar #sidebarrightbutton.btn {
    color: #fff
}

.navbar .logo img {
    height: 100%;
    width: auto
}

.navbar .logo .fa-pizza-slice {
    color: #ec7b00
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none
}

.strprofile {
    background-color: rgba(255, 255, 255, .08);
    min-height: 100px;
    position: relative;
    padding-left: 100px
}

.strprofile .str-left {
    position: absolute;
    margin: 15px 10px 15px 20px;
    left: 0;
    top: 0
}

.strprofile .str-left img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
}

.strprofile .str-right {
    padding: 20px 20px 0 0
}

.strprofile .str-right .str-name {
    font-weight: 600;
    color: #dda875}

.sidenav .fa-caret-down {
    color: #fff !important;
    margin: 5px 0 0 !important;
    float: right
}

.sidenav .collapsible-body {
    padding: 0 !important;
    background-color: rgba(255, 255, 255, .08)
}

.sidenav .collapsible-body a {
    padding: 5px 20px 5px 43px !important
}

.sidenav a,
.sidenav a:hover,
.sidenav a:focus {
    color: inherit;
    text-decoration: none;
    transition: all .3s
}

.sidenav ul ul a {
    padding-left: 30px !important
}

.sidebar-header h3 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 6px;
}

#sidebarleft {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    color: #fff;
    background-color: #1a1e26;
    transition: all .3s;
    overflow: auto
}

#sidebarleft a,
#sidebarleft a:hover {
  color: #e7e7e8;
  font-family: Muli;
  font-weight: 500;
}

#sidebarleft ul .svg-inline--fa {
    color: #e5ece7
}

#sidebarleft .svg-inline--fa {
    color: #242937;
}

#sidebarleft .list-unstyled .fas,
#sidebarleft .list-unstyled .svg-inline--fa {
    font-size: 14px;
    margin-right: 6px;
    margin-bottom: -1px
}

#sidebarleft.active {
    left: 0
}

#dismiss {
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #0483a8;
  box-shadow: 0 0 25px 2px #29241f52;
  border-radius: 25px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 27px;
  font-weight: 900;
}

#sidebarleft #dismiss {
    top: 15px;
    right: 15px
}

#dismiss:hover {
    color: #fff
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    z-index: 998;
    opacity: 0;
    transition: all .5s ease-in-out
}

.overlay.active {
    display: block;
    opacity: 1
}

#sidebarleft .sidebar-header {
  padding: 20px;
  border-bottom: 1px solid #0000002e;
  background: linear-gradient(to right, #085d77b2, #d63d69b2, #503d6bb2);
}

#sidebarleft ul {
    padding: 1px 0
}

#sidebarleft ul li a {
    padding: 5px 20px;
    font-size: 1.1em;
    display: block
}

#sidebarleft ul li a:hover,
#sidebarright ul li a:hover {
    background-color: rgba(255, 255, 255, .07)
}

#sidebarleft ul li.active>a,
a[aria-expanded=true] {
    color: #fff
}

a[data-toggle=collapse] {
    position: relative
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

#sidebarright {
    width: 250px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 999;
    background-color: #21202e;
    color: #fff;
    transition: all .3s;
    overflow: auto;
    right: -250px
}

#sidebarright a,
#sidebarright a:hover {
    color: #fff
}

#sidebarright ul .svg-inline--fa {
    color: #dda875}

#sidebarright .right-menu {
    padding: 10px 0;
    border-top: 0 solid rgba(0, 0, 0, .3);
    margin-top: 0
}

#sidebarright .right-menu .right-menu-item {
    padding: 0
}

#sidebarright ul li a {
    padding: 5px 20px;
    font-size: 1.1em;
    display: block
}

#sidebarright ul li .fas,
#sidebarright ul li .svg-inline--fa {
    font-size: 14px;
    margin-right: 5px;
    color: #dda875}

#sidebarright .count {
    background-color: rgba(0, 0, 0, .07);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 3px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    margin-left: 3px
}

#sidebarright #dismiss {
    top: 15px;
    left: 15px
}

#sidebarright .sidebar-header {
    padding: 20px;
    text-align: right;
    border-bottom: 1px solid rgba(0, 0, 0, .18)
}

#sidebarright.active {
    right: 0
}

.sidebar-header h3 {
    margin-bottom: 0
}

.search-wrapper {
    margin: 0;
    padding: 10px;
    color: #303030;
    position: relative
}

.search-wrapper input#search {
    display: block;
    font-weight: 300;
    width: 100%;
    height: 35px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 45px 0 15px;
    border: 0;
    border: 0 solid #fff;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    background: #fff
}

.search-wrapper i.material-icons {
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
    color: #303030;
    line-height: auto;
    height: auto
}

.search-wrapper button.ssubmit {
    border: 0 solid #fff;
    background-color: transparent;
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 18px
}

#content {
    background: url(../img/wall.jpg);
    background-color: #f4f4f4
}

#content .img-hero {
    margin-bottom: -15px;
    overflow: hidden
}

#content .img-hero .slick-slide img {
    width: 100%;
    height: auto
}

#content .img-hero ul.slick-dots {
    bottom: 20px
}

#content .img-hero ul.slick-dots li {
    margin: 0
}

#content .img-hero ul.slick-dots li button {
    background-color: #fff
}

#content .img-hero ul.slick-dots li button:before {
    color: #fff;
    font-size: 0
}

.section-home {
    overflow: hidden;
    background-color: #fff;
    width: 95%;
    margin: 0 auto 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 15px;
    -webkit-box-shadow: 0 1px 9px 0 rgba(50, 50, 50, .13);
    -moz-box-shadow: 0 1px 9px 0 rgba(50, 50, 50, .13);
    box-shadow: 0 1px 9px 0 rgba(50, 50, 50, .13)
}

.section-home .sa-title {
    color: #212529;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600
}

.section-home .heading-section {
    position: relative;
    margin-bottom: 17px;
    margin-top: 0
}

.section-home .heading-section .sa-title.popcat {
    width: 100%;
    line-height: 1;
    text-align: center
}

.section-home .more-category {
    width: 100%;
    text-align: center;
    padding: 10px 0 0
}

.section-home .more-category .mcbutton {
    position: relative;
    right: 0;
    bottom: 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 600
}

.section-a {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 15px
}

.section-home.s-category {
    position: relative
}

.home-category-list {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0px
}

.home-category-list .home-box-category {
    position: relative;
    width: 25%;
    height: 209px;
    overflow: hidden;
    float: left;
    border: 7px solid #fff;
    border-radius: 12px
}

.home-category-list .home-text-category {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center
}

.home-category-list .home-text-category .bc-text {
    word-break: break-word;
    display: table-cell;
    z-index: 2;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px;
    line-height: 1
}

.home-category-list .home-image-category {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000
}

.home-category-list .home-image-category img {
    opacity: .6;
    max-height: 100%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-left: 0;
    object-fit: cover;
}

.you-might-like {
    position: relative
}

.you-might-like .slick-track {
    margin-left: -2.5px
}

.you-might-like .heading-section .sa-title {
    width: 100% !important
}

.you-might-like .slick-track {
    margin: 0
}

.you-might-like .yml-box {
    width: 120px
}

.you-might-like .yml-box .yml-img {
    overflow: hidden;
    margin: 0 5px;
    border-radius: 10px;
    height: auto
}

.you-might-like .yml-box .yml-img img {
    height: 71px;
    width: 100%;
    max-width: 99999px;
    border-radius: 10px;
    margin: 0 auto
}

.you-might-like .yml-box .yml-food-text {
    padding: 10px 10px 0;
    text-align: center;
    line-height: 1.2
}

.recipe-author .slick-track {
    margin-bottom: 10px
}

.recipe-author .slick-dotted.slick-slider {
    margin-bottom: 20px
}

.recipe-author .author-box {
    padding: 0;
    text-align: center
}

.recipe-author .author-box .author-img {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    overflow: hidden;
    padding: 2px;
    border: 2px solid #dda875}

.recipe-author .author-box .author-img img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px
}

.recipe-author .author-box .author-name {
    margin: 5px auto 0;
    line-height: 1.2;
    font-size: 12px;
    padding: 0 5px
}

.section-home.home-banner {
    padding: 0
}

.section-home.home-banner img {
    width: 100%;
    object-fit: contain;
    height: 270px;
}

.section-home.home-news .home-news-wrap .more-category {
    padding: 0
}

.section-home.home-news .home-news-wrap .news-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.section-home.home-news .home-news-wrap .news-item .hnw-title {
    font-weight: 600
}

.section-home.home-news .home-news-wrap .news-item .news-content {
    position: relative;
    width: 100%;
    padding-left: 120px;
    min-height: 70px
}

.section-home.home-news .home-news-wrap .news-item .news-content .hnw-img {
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%
}

.section-home.home-news .home-news-wrap .news-item .news-content .hnw-img img {
    height: auto;
    max-height: 99999px;
    width: 100%;
    border-radius: 10px
}

.section-home.home-news .home-news-wrap .news-item .news-content .hnw-desc .more {
    color: #dda875}

.section-subscribe {
    position: relative;
    padding: 20px;
    overflow: hidden
}

.section-subscribe .subcontainer {
    z-index: 1;
    position: relative
}

.section-subscribe .subcontainer .textsub {
    text-align: center
}

.section-subscribe .subcontainer .section-title {
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px
}

.section-subscribe .subcontainer .submitsub {
    background-color: #dda875;
    position: absolute;
    color: #fff;
    font-size: 18px;
    border: 1px solid #dda875;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 4px 8px 0 10px;
    right: 30px;
    top: 11px;
    cursor: pointer;
    width: 28px;
    height: 28px
}

.section-subscribe .bg-subscribe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .2
}

.section-subscribe .bg-subscribe img {
    width: 100%;
    height: auto;
    max-height: 999999px
}

.section-subscribe .mail-subscribe-box {
    position: relative;
    padding-bottom: 35px;
    margin-top: 10px;
    padding: 0 20px
}

.section-subscribe .mail-subscribe-box input {
    color: #303030;
    border: 1px solid #dda875;
    height: 50px;
    background: #fff;
    border-radius: 90px;
    margin-bottom: 0;
    padding: 10px 50px 10px 20px;
    box-sizing: border-box
}

.section-subscribe .mail-subscribe-box i {
    position: absolute;
    color: #dda875;
    font-size: 18px;
    border: 1px solid #dda875;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 4px 8px 4px 10px;
    right: 30px;
    top: 11px;
    cursor: pointer;
    width: 28px;
    height: 28px
}

.list-section {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    background-color: #fff
}

.lrc-item:nth-child(even) {
    background-color: #f0f0f0}

.wrap-list-rc .lrc-item {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    min-height: 139px
}

.wrap-list-rc .lrc-item .lrc-content {
    position: relative;
    width: 100%;
    padding-left: 140px;
    min-height: 106px
}

.wrap-list-rc .lrc-item .lrc-content .lrc-img {
    width: 134px;
    position: absolute;
    top: 5px;
    left: -5px;
    overflow: hidden;
    height: 100%
}

.wrap-list-rc .lrc-item .lrc-content .lrc-img img {
    height: auto;
    max-height: 99999px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 98px;
    object-fit: cover
}

.wrap-list-rc .lrc-item .lrc-content .lrc-desc .lrc-title {
    font-weight: 600
}

.wrap-list-rc .lrc-item .lrc-content .lrc-desc .more {
    color: #dda875}

.wrap-list-rc .lrc-item .lrc-button {
    color: #7b7b7b;
    max-width: 100%;
    margin: 10px auto 0
}

.wrap-list-rc .lrc-item .lrc-button .lrcb-left {
    float: left;
    width: 100%
}

.wrap-list-rc .lrc-item .lrc-button .lrcb-left .lhc {
    padding-right: 8px
}

.wrap-list-rc .lrc-item .lrc-button .lrcb-left .svg-inline--fa {
    font-size: 16px;
    padding-right: 0;
    color: #7b7b7b
}

.wrap-list-rc .lrc-item .lrc-button .lrcb-right {
    float: left;
    width: 50%
}

.wrap-food-recipe .tab-detail-rcp {
    padding: 0
}

.wrap-food-recipe .recipe-description {
    padding: 15px
}

.wrap-food-recipe .recipe-description ul.list {
    padding: 0 0 0 15px;
    margin-bottom: 10px 0
}

.wrap-food-recipe .recipe-description ul.list.list-number {
    list-style: binary
}

.wrap-food-recipe .recipe-description .recp-heading {
    font-weight: 600
}

.wrap-food-recipe .recipe-description .recp-detail {
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: 0 solid #dee2e6
}

.wrap-food-recipe .recipe-description .recp-directions {
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: 0 solid #dee2e6
}

.wrap-food-recipe .recipe-description .recp-ingredients {
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: 0 solid #dee2e6
}

.wrap-food-recipe .heading-page {
    height: auto;
    font-size: 16px
}

.wrap-food-recipe .image-favourite {
    position: relative
}

.wrap-food-recipe #food-recipe-image {
    margin-bottom: 0;
    background-color: #f0f0f0}

.wrap-food-recipe #food-recipe-image .pgp-img img {
    width: 100%;
    height: 229px;
    object-fit: cover
}

.wrap-food-recipe #food-recipe-image .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 3
}

.wrap-food-recipe #food-recipe-image .slick-dots li button {
    background-color: #fff
}

.add-favourite {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px
}

.add-favourite .awl-btn {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: table;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, .21);
    -moz-box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, .21);
    box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, .21);
    cursor: pointer
}

.add-favourite .awl-btn .awl-btn-icon {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
    color: #ddd
}

.add-favourite .awl-btn.highlight .awl-btn-icon {
    color: #df0000
}

.rd-tab .tab-pane {
    padding: 15px 0
}

.tab-comment {
    padding: 0
}

.tab-comment .add-new-comment {
    margin-top: 0;
    margin-bottom: 15px
}

.tab-comment .add-new-comment .input.your-name {
    width: 100%;
    margin-bottom: 5px;
    padding: 5px
}

.tab-comment .add-new-comment .input.your-msg {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    height: 70px;
    border: 1px solid #dee2e6
}

.tab-comment .add-new-comment .theme-button.send-msg {
    border: 0 solid #21202e;
    padding: 8px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.tab-comment .comment-list .section-comment {
    position: relative;
    padding-left: 40px;
    padding-bottom: 10px
}

.tab-comment .comment-list .section-comment .comment-view-body {
    background-color: #fafafa;
    border: 1px solid #dee2e6;
    padding: 10px
}

.tab-comment .comment-list .section-comment .comment-view-body .cm-row .cm-img {
    overflow: hidden;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 5px
}

.tab-comment .comment-list .section-comment .comment-view-body .cm-row .cm-comment .cmc-heading {
    margin-bottom: 5px
}

.tab-comment .comment-list .section-comment .comment-view-body .cm-row .cm-comment .cmc-heading .cm-hour {
    font-size: 12px;
    padding-top: 2px;
    margin-bottom: 0;
    color: #949494
}

.author-list-section {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    background-color: #fff
}

.author-list-section .lrc-item:nth-child(even) {
    background-color: #f0f0f0}

.author-list-section .wrap-list-rc .lrc-item {
    border-bottom: 1px solid #ddd;
    padding: 15px
}

.author-list-section .wrap-list-rc .lrc-item .lrc-content {
    position: relative;
    width: 100%;
    padding-left: 60px;
    min-height: 60px
}

.author-list-section .wrap-list-rc .lrc-item .lrc-content .lrc-img {
    width: 80px;
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-border-radius: 90%;
    -moz-border-radius: 90%;
    border-radius: 90%;
    overflow: hidden;
    width: 50px;
    height: 50px
}

.author-list-section .wrap-list-rc .lrc-item .lrc-content .lrc-img img {
    height: auto;
    max-height: 99999px;
    width: 100%
}

.author-list-section .wrap-list-rc .lrc-item .lrc-content .lrc-desc .lrc-title {
    font-weight: 600;
    color: #dda875}

.author-list-section .wrap-list-rc .lrc-item .lrc-content .lrc-desc .more {
    color: #dda875}

.author-list-section .wrap-list-rc .lrc-item .lrc-button {
    color: #7b7b7b;
    max-width: 100%;
    margin: 3px auto 0
}

.author-list-section .wrap-list-rc .lrc-item .lrc-button .lrcb-left {
    float: left;
    width: 100%
}

.author-list-section .wrap-list-rc .lrc-item .lrc-button .lrcb-left .lhc {
    padding-right: 8px
}

.author-list-section .wrap-list-rc .lrc-item .lrc-button .lrcb-left .svg-inline--fa {
    font-size: 14px;
    padding-right: 0;
    color: #7b7b7b
}

.author-list-section .wrap-list-rc .lrc-item .lrc-button .lrcb-right {
    float: left;
    width: 50%
}

.setting-section {
    padding: 25px 15px
}

.setting-section .line {
    margin: 20px 0
}

.setting-section .submit-btn {
    margin-top: 20px;
    margin-bottom: 20px
}

.setting-section .form-group {
    margin-bottom: 15px
}

.setting-section .theme-button {
    padding: 10px 15px;
    border: 0 solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.setting-section .stname {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px
}

.setting-section .avatar-photo {
    margin-bottom: 20px
}

.setting-section .avatar-photo .upload-photo-text {
    display: block
}

.setting-section .avatar-photo .upload-photo-text {
    margin: 10px 0 0
}

.setting-section .avatar-photo .profile-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    -webkit-border-radius: 90%;
    -moz-border-radius: 90%;
    border-radius: 90%
}

.setting-section .avatar-photo .profile-img img {
    width: 100%;
    height: 100%
}

.feedback-section {
    padding: 25px 15px
}

.feedback-section .fb-text {
    margin-bottom: 20px
}

.feedback-section .submit-btn {
    margin-top: 20px;
    margin-bottom: 20px
}

.feedback-section .form-group {
    margin-bottom: 15px
}

.feedback-section .theme-button {
    padding: 10px 15px;
    border: 0 solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.feedback-section .stname {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px
}

.feedback-section .form-check-label a {
    color: #004a99;
    text-decoration: none
}

.feedback-section .form-check-label a:hover {
    color: #004a99;
    text-decoration: underline
}

.new-recipe-section {
    padding: 25px 15px
}

.new-recipe-section .fb-text {
    margin-bottom: 25px
}

.new-recipe-section .submit-btn {
    margin-top: 20px;
    margin-bottom: 20px
}

.new-recipe-section .form-group {
    margin-bottom: 15px
}

.new-recipe-section .theme-button {
    padding: 10px 15px;
    border: 0 solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px
}

.new-recipe-section .stname {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px
}

.new-recipe-section .form-check-label a {
    color: #004a99;
    text-decoration: none
}

.new-recipe-section .form-check-label a:hover {
    color: #004a99;
    text-decoration: underline
}

.login-section {
    padding: 25px 15px
}

.login-section .wrap-line-or {
    margin: 30px 0
}

.login-section .or-line {
    position: relative
}

.login-section .or-line .ol-or {
    display: block;
    text-align: center;
    background: #fff;
    width: 40px;
    margin: 0 auto;
    color: #9e9e9e;
    position: relative;
    z-index: 1;
    font-size: 12px
}

.login-section .or-line .ol-line {
    height: 1px;
    width: 100%;
    background-color: #9e9e9e;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 0
}

.login-section .stt-form {
    max-width: 300px;
    margin: 0 auto
}

.login-section .fb-text-heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    color: #dda875;
    margin-top: 10px
}

.login-section .submit-btn {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center
}

.login-section .form-group {
    margin-bottom: 15px
}

.login-section .theme-button {
    padding: 10px 20px;
    border: 0 solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.login-section .stname {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px
}

.login-section .form-check-label a {
    color: #004a99;
    text-decoration: none
}

.login-section .form-check-label a:hover {
    color: #004a99;
    text-decoration: underline
}

.login-section .row-forgot {
    margin: 20px 0;
    text-align: center
}

.login-section .row-forgot a {
    color: #004a99
}

.login-section .sign-in-sosmed {
    width: 130px;
    margin: 0 auto
}

.login-section .sign-in-sosmed .sign-in-icon {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: table;
    color: #fff;
    text-align: center;
    float: left;
    margin: 0 10px;
    cursor: pointer
}

.login-section .sign-in-sosmed .sign-in-icon.sii-facebook {
    background-color: #2f7abc
}

.login-section .sign-in-sosmed .sign-in-icon.sii-twitter {
    background-color: #00bbed
}

.login-section .sign-in-sosmed .sign-in-icon .fa,
.login-section .sign-in-sosmed .sign-in-icon .fab,
.login-section .sign-in-sosmed .sign-in-icon .fas,
.login-section .sign-in-sosmed .sign-in-icon .fal,
.login-section .sign-in-sosmed .sign-in-icon .far,
.login-section .sign-in-sosmed .icon-centerxy {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px
}

.register-section {
    padding: 25px 15px
}

.register-section .form-check {
    text-align: center;
    margin-top: 20px
}

.register-section .fb-text {
    text-align: center;
    margin-bottom: 20px
}

.register-section .fb-text-heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    color: #dda875;
    margin-top: 10px
}

.register-section .submit-btn {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center
}

.register-section .form-group {
    margin-bottom: 15px
}

.register-section .theme-button {
    padding: 10px 15px;
    border: 0 solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 2px
}

.register-section .stname {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px
}

.register-section .form-check-label a {
    color: #004a99;
    text-decoration: none
}

.register-section .form-check-label a:hover {
    color: #004a99;
    text-decoration: underline
}

.register-section .row-forgot {
    text-align: center;
    margin: 20px 0
}

.register-section .row-forgot a {
    color: #004a99
}

.wrap-pagination {
    width: 100%;
    text-align: center
}

.wrap-pagination .page-link {
    color: #212529
}

.wrap-pagination .page-item.active .page-link {
    background-color: #dda875;
    border-color: #dda875;
    color: #fff
}

.wrap-pagination .pagination {
    margin-bottom: 0;
    display: table;
    width: 100%;
    padding: 15px
}

.wrap-pagination .pagination .page-item {
    width: auto;
    display: inline-block
}

.gallery-section {
    padding: 15px;
    margin-bottom: 15px
}

.gallery-section .row-filter {
    margin-bottom: 5px
}

.gallery-section .row-gallery {
    margin-left: -5px;
    margin-right: -5px
}

.gallery-section .gall-row {
    width: 100%
}

.gallery-section .gall-row-filter {
    width: 100%
}

.gallery-section .gall-col {
    width: 50%;
    float: left;
    padding: 5px
}

.gallery-section .wrap-gallery img {
    width: 100%;
    height: 100%;
    border-radius: 10px
}

.gallery-section .col {
    padding: 3px;
    margin: 0
}

.gallery-section .filter-gallery {
    text-align: center
}

.gallery-section .filter-button {
    color: #dda875;
    background: 0 0;
    border: 0 solid #fff;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 5px;
    border: 1px solid #cecece
}

.gallery-section .filter-button.active {
    color: #708a00
}

.gallery-section .gallery-img-box,
.gallery-section .gallery-img-box * {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.gallery-section .gallery-img-box.gallery-hidden {
    display: none
}

.section-news-list .home-news-wrap {
    padding: 15px 15px 0
}

.section-news-list .home-news-wrap .news-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.section-news-list .home-news-wrap .news-item .hnw-title {
    font-weight: 600
}

.section-news-list .home-news-wrap .news-item .news-content {
    position: relative;
    width: 100%;
    padding-left: 120px;
    min-height: 70px
}

.section-news-list .home-news-wrap .news-item .news-content .hnw-img {
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%
}

.section-news-list .home-news-wrap .news-item .news-content .hnw-img img {
    height: auto;
    max-height: 99999px;
    width: 100%
}

.section-news-list .home-news-wrap .news-item .news-content .hnw-desc .more {
    color: #dda875}

.news-list-page-section .wrap-pagination .pagination {
    padding: 0 15px 15px
}

.favorites .lrc-content {
    padding-right: 35px
}

.favorites .add-favourite {
    width: 30px;
    height: 30px;
    right: 0;
    top: 0
}

.favorites .add-favourite .awl-btn {
    height: 30px;
    width: 30px;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    border: 1px solid #ddd
}

.favorites .add-favourite .svg-inline--fa {
    font-size: 16px
}

.section-news-page {
    padding: 15px
}

.section-news-page .news-content {
    margin-top: 10px
}

.section-news-page .tab-comment {
    margin-top: 20px
}

.section-profile {
    position: relative
}

.section-profile .wrap-pro {
    position: relative;
    overflow: visible
}

.section-profile .cf-heading {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin: 30px 0 10px
}

.section-profile .banner-bg {
    height: 100px
}

.section-profile .banner-bg img {
    width: 100%;
    height: auto;
    max-height: 99999999px;
    margin-top: -30px
}

.section-profile .photo-profile {
    padding: 0 15px;
    margin-top: -70px;
    text-align: center
}

.section-profile .photo-profile img {
    height: 100px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 5px solid #fff
}

.section-profile .proname {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin: 10px 0 0;
    color: #dda875}

.section-profile .proname-info {
    text-align: center
}

.section-profile .pro-des {
    padding: 20px 0 10px;
    text-align: center
}

.section-profile .line {
    margin: 15px 0
}

.section-profile .content-from .lrc-item:nth-child(even) {
    background-color: #f0f0f0}

.section-profile .content-from .wrap-list-rc .lrc-item {
    border-bottom: 1px solid #ddd;
    padding: 15px
}

.section-profile .content-from .wrap-list-rc .lrc-item .lrc-content {
    position: relative;
    width: 100%;
    padding-left: 90px;
    min-height: 70px
}

.section-profile .content-from .wrap-list-rc .lrc-item .lrc-content .lrc-img {
    width: 80px;
    position: absolute;
    top: 5px;
    left: 0;
    overflow: hidden;
    height: 100%
}

.section-profile .content-from .wrap-list-rc .lrc-item .lrc-content .lrc-img img {
    height: auto;
    max-height: 99999px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.section-profile .content-from .wrap-list-rc .lrc-item .lrc-content .lrc-desc .lrc-title {
    font-weight: 600
}

.section-profile .content-from .wrap-list-rc .lrc-item .lrc-content .lrc-desc .more {
    color: #dda875}

.section-profile .content-from .wrap-list-rc .lrc-item .lrc-button {
    color: #7b7b7b;
    max-width: 100%;
    margin: 10px auto 0
}

.section-profile .content-from .wrap-list-rc .lrc-item .lrc-button .lrcb-left {
    float: left;
    width: 100%
}

.section-profile .content-from .wrap-list-rc .lrc-item .lrc-button .lrcb-left .lhc {
    padding-right: 8px
}

.section-profile .content-from .wrap-list-rc .lrc-item .lrc-button .lrcb-left .svg-inline--fa {
    font-size: 14px;
    padding-right: 0;
    color: #7b7b7b
}

.section-profile .content-from .wrap-list-rc .lrc-item .lrc-button .lrcb-right {
    float: left;
    width: 50%
}

.section-profile .socmed {
    text-align: center;
    width: 100%;
    margin-top: 10px
}

.section-profile .socmed .socmed-line {
    display: inline-block
}

.section-profile .socmed .socmed-line .socmed-item {
    width: 25px;
    height: 25px;
    display: table;
    text-align: center;
    color: #fff;
    background-color: #dda875;
    -webkit-border-radius: 90%;
    -moz-border-radius: 90%;
    border-radius: 90%;
    font-size: 10px;
    padding: 0
}

.section-profile .socmed .socmed-line .socmed-item .si-icon {
    display: table-cell;
    vertical-align: middle
}

.section-profile .probox {
    background-color: #f0f0f0;
    margin: 20px -15px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf
}

.section-profile .probox .bx-col {
    width: 33.33%;
    float: left;
    text-align: center;
    height: 80px;
    display: table
}

.section-profile .probox .bx-col .bx-col-in {
    display: table-cell;
    vertical-align: middle
}

.section-profile .border-center {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf
}

.section-profile .count {
    color: #dda875;
    font-weight: 600;
    font-size: 18px
}

.error-page {
    text-align: center;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    position: relative;
    height: calc(100vh - 156px)
}

.error-page h1 {
    margin: 0;
    font-size: 58px;
    font-weight: 600
}

.error-page .in-error-page {
    width: 100%;
    height: 100%;
    position: absolute;
    display: table
}

.error-page .in-error-page .in-in-error-page {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.footer {
    padding: 20px 35px;
    height: 100px;
    background-color: #dda875;
    text-align: center;
    color: #fff
}

.footer .footer-heading {
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 16px;
    font-family: Muli;
    color: white;
}

.footer .socmed {
    text-align: center;
    width: 100%
}

.footer .socmed .socmed-line {
    display: inline-block
}

.footer .socmed .socmed-line .socmed-item {
    width: 30px;
    height: 30px;
    display: table;
    text-align: center;
    color: #dda875;
    background-color: #fff;
    -webkit-border-radius: 90%;
    -moz-border-radius: 90%;
    border-radius: 90%;
    font-size: 16px;
    padding: 0
}

.footer .socmed .socmed-line .socmed-item .si-icon {
    display: table-cell;
    vertical-align: middle;
    color: #dda875}

body.preview {
    background-color: #fff;
    background-size: 120% auto
}

body.preview .container {
    max-width: 1300px
}

body.preview .wrap-qr {
    margin-top: 20px
}

body.preview .description {
    margin: 10px auto 30px;
    text-align: justify;
    padding: 0 0 0 10px
}

body.preview .your-mobile {
    text-align: center;
    font-size: 16px;
    max-width: 300px;
    margin: 20px auto 0
}

body.preview .container {
    position: relative;
    z-index: 2
}

body.preview .here {
    background-color: #dda875;
    color: #fff;
    padding: 5px 15px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    display: inline-block;
    margin: 10px
}

body.preview .pr-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%
}

body.preview .pr-bg img {
    width: 100%;
    height: auto
}

body.preview .wrapper {
    max-width: 953px;
    margin: 50px auto
}

body.preview .pr-title {
    background: #fff;
    display: inline-block;
    padding: 0 20px;
    font-size: 40px;
    font-weight: bold;
    color: #dda875}

body.preview .pr-tagline {
    background: #fff;
    display: inline-block;
    font-size: 27px
}

body.preview .content-left {
    max-width: 410px;
    float: left
}

body.preview .content-left .mobileframe {
    float: left;
    position: relative;
    border-radius: 30px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 11px 0 rgba(50, 50, 50, .5);
    -moz-box-shadow: 0 0 11px 0 rgba(50, 50, 50, .5);
    box-shadow: 0 0 11px 0 rgba(50, 50, 50, .5)
}

body.preview .buy-now .bn {
    background: #dda875;
    color: #fff;
    font-weight: 600;
    padding: 10px 30px;
    display: inline-block;
    margin: 20px 0 0;
    border-radius: 90px;
    cursor: pointer
}

body.preview .buy-now .bn:hover {
    background-color: #708a00
}

body.preview .content-left .mobileframe .preview-mobile-frame {
    background-color: #fff;
    overflow: hidden
}

body.preview .content-left .mobileframe,
body.preview .content-left .mobileframe .mobile-frame-bg,
body.preview .content-left .mobileframe .preview-mobile-frame #previewFrame,
body.preview .content-left .mobileframe .preview-mobile-frame {
    height: 710px;
    width: 400px;
    box-sizing: unset
}

body.preview .content-left .mobileframe .preview-mobile-frame #previewFrame {
    position: relative;
    margin: 0;
    border: none;
    background: 0 0;
    overflow-y: scroll;
    overflow-x: hidden
}

body.preview .content-right {
    float: right;
    text-align: center;
    width: 488px
}

body.preview .content-right .in-r {
    width: 100%;
    text-align: center;
    margin-top: 30px
}

body.preview .content-right h1 {
    font-weight: 600;
    margin-bottom: 0
}

body.preview .content-right p {
    margin-bottom: 40px
}

body.preview .themestyle {
    max-width: 60px;
    float: left
}

body.preview .themestyle .iframebutton {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: inline-block;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    border: 2px solid #fff
}

body.preview .themestyle #preview-red {
    background-color: #b70021
}

body.preview .themestyle #preview-green {
    background-color: #dda875}

body.preview .themestyle #preview-orange {
    background-color: #dda900
}

body.preview .themestyle #preview-blue {
    background-color: #00a2dd
}

body.preview .themestyle #preview-blue-sea {
    background-color: #4200ff
}

body.preview .themestyle #preview-green-leaf {
    background-color: #2e8843
}

body.preview .themestyle #preview-purple {
    background-color: #7d17d3
}

body.preview .themestyle #preview-black {
    background-color: #000
}

body.preview .themestyle #preview-brown {
    background-color: #825200
}

body.preview .themestyle #preview-pink {
    background-color: #c82872
}

body.preview .themestyle .ctc {
    margin: 60px 0 10px;
    font-weight: 600;
    font-size: 12px
}

@media only screen and (max-width:450px) {

    .content-left .mobileframe,
    .content-left .mobileframe .mobile-frame-bg,
    .content-left .mobileframe .preview-mobile-frame #previewFrame,
    .content-left .mobileframe .preview-mobile-frame {
        height: 700px;
        width: 100%;
        box-sizing: unset
    }
}

body.preview.foodkuy-red .pr-title {
    color: #b70021
}

body.preview.foodkuy-orange .pr-title {
    color: #dda900
}

body.preview.foodkuy-blue .pr-title {
    color: #00a2dd
}

body.preview.foodkuy-blue-sea .pr-title {
    color: #4200ff
}

body.preview.foodkuy-green-leaf .pr-title {
    color: #2e8843
}

body.preview.foodkuy-purple .pr-title {
    color: #7d17d3
}

body.preview.foodkuy-black .pr-title {
    color: #000
}

body.preview.foodkuy-brown .pr-title {
    color: #825200
}

body.preview.foodkuy-pink .pr-title {
    color: #c82872
}

#subject {
    font-size: 0.820rem;
    padding: 0;
    margin-bottom: 9px;
    color: #767676;
    border: 1px solid #dee2e6;
    border-radius: 0rem;
    height: 31px;
}

.h29 {
    height: 29px !important;
}

.h31 {
    height: 31px !important;
}

.h135 {
    height: 135px !important;
}

.webofs1 {
    padding-top: 10px;
    margin-bottom: -8px;
    font-size: 14px;
}

.webofs2 {
    padding-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}

#likes {
    width: 91px;
}

#dislike {
    background-color: #790000;
    margin-left: 91px;
    width: 91px;
}

.hope {
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    margin-top: -21px;
    text-align: end;
    margin-right: 1px;
}

.img_border {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.lrc-text {
    font-size: 12px;
    min-height: 54px;
}

#the-count {
    float: right;
    padding: 0.1rem 0 0 0;
    font-size: 0.775rem;
}

.baslik {
    padding-top: 0px;
    padding-bottom: 13px;
    font-size: 14px;
}

.no_stock_img {
    filter: grayscale(100%);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.no_stock_text {
    font-size: 11px;
    color: #b11010d9;
    vertical-align: middle;
}

.section-text {
    margin: 0 auto 0px auto;
}

.grdnt-green {
    height: 37px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    text-transform: capitalize;
    font-size: 16px;
    position: unset;
}

.confetti {
    position: absolute;
    animation: grow 1.4s cubic-bezier(0.42, 0, 0.275, 1.155) both;
}

.confetti:nth-child(1) {
    width: 12px;
    height: 12px;
    left: 12px;
    top: 16px;
    fill: #0da433;
}

.confetti:nth-child(2) {
    width: 18px;
    height: 18px;
    left: 168px;
    top: 84px;
    fill: #0da433;
}

.confetti:nth-child(3) {
    width: 10px;
    height: 10px;
    left: 32px;
    top: 162px;
    fill: #0da433;
}

.confetti:nth-child(4) {
    width: 20px;
    height: 20px;
    left: 82px;
    top: -12px;
    fill: #0da433;
}

.confetti:nth-child(5) {
    width: 14px;
    height: 14px;
    left: 125px;
    top: 162px;
    fill: #0da433;
}

.confetti:nth-child(6) {
    width: 10px;
    height: 10px;
    left: 16px;
    top: 16px;
    fill: #0da433;
}

.confetti:nth-child(1) {
    animation-delay: 0.7s;
    fill: #0da433;
}

.confetti:nth-child(2) {
    animation-delay: 1.4s;
    fill: #0da433;
}

.confetti:nth-child(3) {
    animation-delay: 2.1s;
    fill: #0da433;
}

.confetti:nth-child(4) {
    animation-delay: 2.8s;
    fill: #0da433;
}

.confetti:nth-child(5) {
    animation-delay: 3.5s;
    fill: #0da433;
}

.confetti:nth-child(6) {
    animation-delay: 4.2s;
    fill: #0da433;
}

.checkmark {
    position: relative;
    padding: 30px;
    width: 189px;
    animation: checkmark 5.6s cubic-bezier(0.42, 0, 0.275, 1.155) both;
}

.checkmark__check {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate3d(-50%, -50%, 0);
    fill: #ffffff;
}

.checkmark__back {
    animation: rotate 35s linear both infinite;
}

@keyframes grow {

    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

@keyframes checkmark {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    10%,
    50%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.swal2-title {
    margin: 0px;
    font-size: 5px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.21);
    margin-bottom: 28px;
}

.modal-open .modal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-content {
    border: 0;
    -webkit-box-shadow: 0 1px 24px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 24px rgba(0, 0, 0, 0.1);
}

.modal-min .modal-body {
    padding: 3rem 2rem;
}

.modal-min .modal-body .close {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
}

.modal-min .modal-body i::before {
    font-size: 46px;
    color: #a20010;
}

.btn-primary {
    color: #fff;
    background-color: #a20010;
    border-color: #a20010;
}

.btna {
    font-size: 14px;
    outline: none;
    padding: 0.625rem 1rem;
    min-width: 120px;
    margin-top: 1rem;
}

.shadow-none {
    box-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:focus,
.ms-btn-icon-outline.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:hover {
    background-color: #bc2634;
    border-color: #bc2634;
    color: #fff
}

.isletme_bilgileri_baslik {
    text-align: left;
    margin-top: 11px;
    margin-bottom: 8px;
    margin-left: 14px;
}

.isletme_bilgileri_hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.isletme_bilgileri_p {
    margin-left: 13px;
}

.sosyal_medya_baslik {
  text-align: center;
  margin-bottom: -12px;
  margin-left: 0px;
  background: #242a36;
  padding: 5px 25px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
}

.copyright {
    margin-left: 17px;
    margin-top: 22px;
}

.btn-whatsapp-pulse {
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    font-size: 20px;
    color: #fff;
    border: 2px solid #ddd;
    padding: 12px;
    width: 60px !important;
    height: 60px;
    background-color: #0DA433;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.9);
    }

    90% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.bounce2 {
    animation: bounce2 2.0s ease infinite;
}

@keyframes bounce2 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.garson_container {
    position: fixed;
    padding: 0%;
    bottom: 20px;
    width: 100%;
    z-index: 999;
    margin-top: 30px;
    margin-bottom: 30px;
}

.garson_container a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.sosyal_btn {
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    margin-right: 2px;
}

.section.full {
    padding: 0;
}

.section-heading.padding {
    padding-left: 16px;
    padding-right: 16px;
}

.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.section-heading .title {
    margin: 0;
    font-size: 20px;
    letter-spacing: -0.01em;
    line-height: 1em;
    padding-right: 16px;
}

.section-heading .link {
    color: rgba(98, 54, 255, 0.5);
    font-size: 13px;
    font-weight: 500;
}

.blog-carousel {
    padding: 5px;
    margin: 0;
}

.blog-card {
    padding: 0;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 9%);
}

.blog-card img {
    border-radius: 10px 10px 0 0;
    height: 150px;
    object-fit: cover;
}

.blog-card .text {
    padding: 12px 16px;
}

.blog-card .title {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4em;
    height: 67px;
    overflow: hidden;
}

.blog-box {
    margin: 5px 10px;
}


.header-icon {
    position: absolute;
    height: 55px;
    width: 45px;
    text-align: center;
    line-height: 54px;
    font-size: 12px;
    color: #1f1f1f;
    border: none;
    -webkit-appearance: none;
    appearance: none;
}
.header-icon-3 {
    right: 10px!important;
}
.header-icon {
    z-index: 99;
    font-size: 18px;
    margin-top: 0px;
    box-shadow: 0 0 25px 2px rgba(60, 50, 50, 0.18);
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 130px;
    background-color: #967350;
	color:white;
}
.lang {
    float: left;
    width: 100%;
}

.lang img {
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: -3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.lang .currencyitems a {
    width: 24%;
}

.activelang {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang h4 {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 24px;
}

.lang a {
    display: inline-flex;
    margin: 5px;
    font-size: 16px;
    color: #9d9d9d;
    padding: 6px 10px;
    border: 1px solid #0000004d;
    border-radius: 50px;
}

.lang a:hover {
    border: 1px solid #000;
    color: #000;
}
.rounded-25 {
    border-radius: 25%;
}
@media only screen and (max-width:767px) {
    body.preview .themestyle {
        width: 100% !important;
        position: relative !important
    }

    body.preview .wrapper {
        margin-top: 0 !important;
        padding-left: 0 !important
    }

    body.preview .wrapper .ctc {
        margin-top: 0 !important
    }

    body.preview .wrapper .description {
        padding: 0 !important
    }

    body.preview .content-left,
    body.preview .content-right {
        width: 100%;
        margin: 0 auto;
        float: unset
    }

    body.preview .content-left {
        padding-right: 0 !important;
        padding-left: 0 !important;
        max-width: 370px;
        margin: 0 auto;
        float: unset;
        display: block
    }

    body.preview .content-left .mobileframe {
        width: 100% !important;
        box-sizing: border-box
    }

    body.preview .content-right {
        padding-left: 0 !important;
        padding-right: 0 !important;
        float: left;
        width: 100% !important
    }

    body.preview .description {
        width: 100%;
        margin: 0;
        max-width: 100%
    }

    body.preview .content-right .in-r {
        text-align: left
    }

    body.preview .pr-title {
        padding: 0;
        width: 100%;
        text-align: center
    }

    body.preview .your-mobile {
        text-align: center;
        max-width: 100%
    }

    body.preview .pr-tagline {
        line-height: 1.2;
        margin-bottom: 20px;
        width: 100%;
        text-align: center
    }

    body.preview .content-right .in-in-r {
        margin-top: 30px
    }

    body.preview .themestyle {
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        float: left;
        margin-top: 20px;
        padding-left: 0 !important
    }

    body.preview .wrap-qr {
        text-align: center
    }
}

@media only screen and (max-width:410px) {
    body.preview .content-left .mobileframe {
        width: 100% !important;
        box-sizing: border-box
    }

    body.preview .content-left .mobileframe .preview-mobile-frame {
        width: 100% !important
    }

    body.preview .content-left .mobileframe .preview-mobile-frame #previewFrame {
        width: 100%
    }
}

@media only screen and (max-width:956px) {
    body.preview .wrapper {
        max-width: 99999px;
        margin: 50px auto;
        width: 100%;
        position: relative;
        padding-left: 50px
    }

    body.preview .wrapper .content-right {
        padding: 0 20px 0 30px;
        width: calc(100% - 379px)
    }

    body.preview .themestyle {
        width: 50px;
        position: absolute;
        padding-left: 5px;
        left: 0;
        top: 0
    }

    body.preview .content-left .mobileframe {
        -webkit-box-shadow: 0 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
        border-top: 5px solid #dbdbdb;
        border-right: 5px solid #dbdbdb;
        border-bottom: 5px solid #dbdbdb;
        border-left: 5px solid #dbdbdb
    }
	.home-category-list .home-box-category {
	
		width: 50%;
		
	}
	}.api{
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 99999;
}
.whatsapp {
	position:relative;
    transition: all .5s ease-in-out;
    z-index: 999;
	margin-top:10px;
}

.whatsapp a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #468a43;
}

.whatsapp .tooltiptext {
    visibility: hidden;
    width: 170px;
    background-color: #2768ac;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    right: 105%;
    height: auto;
}

.whatsapp:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.whatsapp:hover .tooltiptext {
    visibility: visible;
}

 
.telefon {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.telefon a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #337ab7;
}

.telefon .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #2768ac;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    right: 105%;
    height: auto;
}

.telefon:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.telefon:hover .tooltiptext {
    visibility: visible;
}

.telegram {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.telegram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #27A7E5;
}

.telegram .tooltiptext {
    visibility: hidden;
    width: 205px;
    background-color: #2768ac;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    right: 105%;
    height: auto;
}

.telegram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.telegram:hover .tooltiptext {
    visibility: visible;
}

.instagram {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.instagram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #fd3a67;
}

.instagram .tooltiptext {
    visibility: hidden;
    width: 210px;
    background-color: #2768ac;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    right: 105%;
    height: auto;
}

.instagram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.instagram:hover .tooltiptext {
    visibility: visible;
}

.instagram {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}


.youtube {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.youtube a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: rgba(255, 6, 6, 0.88);
}

.youtube .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #2768ac;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    right: 105%;
    height: auto;
}

.youtube:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.youtube:hover .tooltiptext {
    visibility: visible;
}

.youtube {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}



.facebook {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.facebook a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #337ab7;
}

.facebook .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #2768ac;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    right: 105%;
    height: auto;
}

.facebook:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.facebook:hover .tooltiptext {
    visibility: visible;
}

.facebook {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

/* mobile social */ 
@media only screen and (max-width: 767px){
	.api {
		position: fixed;
		bottom: 0px !important;
		left: 0 !important;
		z-index: 999 !important;
		width: 100% !important;
		display: flex;
	}
	.api div{
		flex: 1 0 0%;
	}
	.api a{
		height: 40px !important;
		line-height: 40px !important;
		font-size: 20px !important;
		border-radius:0 !important;
		width: 100% !important;
	}
	.api:hover a {
		transform: rotate(0deg) !important;
		-webkit-transform: rotate(0deg) !important;
	}
}