@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

html {
    margin: 0 !important;
    scroll-behavior: smooth;
}

body {
    font-family: "Source Sans Pro", sans-serif;
    background: var(--site_bg);
    position: relative;
    margin: 0;
}

body:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible;
    background: #00000075;
}

:root {
    --site_bg: #ECF9FF;
    --header_bg: #E7F6FC;
    --bg_1: #333549;
    --text_1: #333549;
    --text_2: #14A800;
    --text_3: #0D1B31;
    --text_4: #2E4468;
    --bg_2: #14A800;
    --bg_3: #ffffff;
    --text_white: #fff;
    --section_bg: #E7F6FC;
    --line: #DFECF5;
    --bgbutton: #000;
}

main {
    webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible;
}

a {
    text-decoration: none !important;
    outline: none;
}

img {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

@keyframes spin {
    100% {
        rotate: 360deg;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

svg.loader-svg circle {
    fill: none;
    stroke: var(--bg_2);
    stroke-width: 3px;
    stroke-linecap: round;
    animation: dash 2.5s ease-in-out infinite;
}

svg.loader-svg {
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

section#alert__top.pasifuye {
    padding-top: 140px;
}

.aktifuyelik {
    padding-top: 100px;
}

.pt100 {
    padding-top: 115px;
    padding-bottom: 50px;
}

.ptt0 {
    padding-top: 0;
}

.pt50 {
    padding-top: 50px !important;
}

.uyelikaktifzorunlulukpasif {
    padding-top: 100px;
}

.uyelikpasifsepetaktif {
    padding-top: 100px;
}

.pasifsepetbiltam {
    padding-top: 100px;
}

.bilgilertamam {
    padding-top: 100px;
}

.bg_post {
    background: var(--section_bg);
}

@-webkit-keyframes loader-5-1 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loader-5-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-5-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate3d(24px, 0, 0) scale(0.5);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes loader-5-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate3d(24px, 0, 0) scale(0.5);
        transform: translate3d(24px, 0, 0) scale(0.5);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@-webkit-keyframes loader-5-3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate3d(-24px, 0, 0) scale(0.5);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes loader-5-3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate3d(-24px, 0, 0) scale(0.5);
        transform: translate3d(-24px, 0, 0) scale(0.5);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@-webkit-keyframes loader-5-4 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate3d(0, 24px, 0) scale(0.5);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes loader-5-4 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate3d(0, 24px, 0) scale(0.5);
        transform: translate3d(0, 24px, 0) scale(0.5);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@-webkit-keyframes loader-5-5 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate3d(0, -24px, 0) scale(0.5);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes loader-5-5 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate3d(0, -24px, 0) scale(0.5);
        transform: translate3d(0, -24px, 0) scale(0.5);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999 !important;
    overflow: hidden;
    background: var(--site_bg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#preloader .loader-5 {
    height: 32px;
    width: 32px;
    -webkit-animation: loader-5-1 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: loader-5-1 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

#preloader .loader-5::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
    margin: auto;
    width: 8px;
    height: 8px;
    background: var(--bg_1);
    border-radius: 50%;
    -webkit-animation: loader-5-2 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: loader-5-2 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

#preloader .loader-5::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: var(--bg_1);
    border-radius: 50%;
    -webkit-animation: loader-5-3 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: loader-5-3 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

#preloader .loader-5 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
}

#preloader .loader-5 span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: var(--bg_1);
    border-radius: 50%;
    -webkit-animation: loader-5-4 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: loader-5-4 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

#preloader .loader-5 span::after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: var(--bg_1);
    border-radius: 50%;
    -webkit-animation: loader-5-5 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: loader-5-5 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.title h2 {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: var(--text_4);
    display: flex;
    align-items: center;
    justify-content: left;
}

.title h2 svg {
    margin-right: 10px;
}

.title h2 svg line {
    stroke: var(--text_4);
}

.title p {
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    color: var(--text_1);
}

.blinking {
    position: absolute;
    border-radius: 16px 16px 16px 0px;
    padding: 5px 11px;
    color: var(--bg_3);
    font-weight: 600;
    font-size: 10px;
    line-height: 8px;
    top: 15px;
    background: var(--bg_2);
}

.top_ticker {
    position: relative;
    width: 100%;
    max-width: 510px;
}

.top_ticker .item {
    padding: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100%;
}

#header__top {
    background: var(--bg_1);
    z-index: 1;
}

#header__top .header__container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
}

#header__top .header__container .header__text {
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: var(--text_4);
    text-align: center;
}

.another--page {
    background: var(--header_bg);
    padding-top: 0;
    top: 45px;
}

.page-wrapper {
    z-index: 2;
    position: relative;
}

.page-wrapper .sidebar-wrapper {
    transition: all 0.3s ease;
}

.page-wrapper .page-content {
    transition: all 0.3s ease;
}

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.page-wrapper .theme.chiller-theme {
    background: #1e2229;
}

.sidebar-wrapper {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 2;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
}

.sidebar-wrapper .sidebar-brand {
    padding: 10px 15px 10px 25px;
    display: flex;
    align-items: center;
    background: #fff;
    min-width: 151px;
}

.sidebar-wrapper .sidebar-brand>a {
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
    margin-left: auto;
}

.sidebar-wrapper .sidebar-brand #close-sidebar svg {
    vertical-align: middle;
}

.sidebar-wrapper .sidebar-brand #close-sidebar svg .sidebar-wrapper .sidebar-dropdown>a:after {
    transition: all 0.3s ease;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 25px;
    font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    transition: all 0.3s ease;
    content: "\f111";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 8px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge {
    float: right;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
}

.sidebar-wrapper .sidebar-menu ul li a {
    transition: all 0.3s ease;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 10px 20px 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-wrapper .sidebar-menu ul li a:not(:last-child) {
    margin-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
    display: inline-block;
    -webkit-animation: swing ease-in-out 0.5s 1 alternate;
    animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
    transform: rotate(90deg);
    right: 17px;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper ul li a i {
    transition: all 0.3s ease;
}

.sidebar-wrapper a {
    text-decoration: none;
}

#show-sidebar {
    left: 0;
    top: 150px;
    margin-bottom: 1px;
    padding: 0;
    margin: 0;
    border: none;
    line-height: 55px;
}

#show-sidebar svg {
    -webkit-animation: rotate 4s infinite;
    animation: rotate 4s infinite;
    vertical-align: middle;
}

#show-sidebar svg path {
    fill: #fff;
}

#close-sidebar {
    transition: all 0.3s ease;
}

.page-wrapper.toggled .sidebar-wrapper {
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

.site-navbar {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.brand-logo img {
    height:102px;
    width: auto;
}

.site-navbar .menu-block-wrapper {
    flex-grow: 1;
    align-items: center;
}

.site-header--absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.site-header--absolute.another--page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.site-header--sticky:not(.mobile-sticky-enable) {
    position: relative !important;
    top: 45px;
    right: 0;
    width: 100%;
    z-index: 999;
}

.site-header--sticky:not(.mobile-sticky-enable).test {
    top: 55px
}

.site-header--sticky.mobile-sticky-enable {
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    position: fixed !important;
    transition: 0.4s;
    padding-top: 40px;
}

.site-header--sticky.mobile-sticky-enable.scrolling {
    transform: translateY(-100%);
    transition: 0.4s;
}

.site-header--sticky.mobile-sticky-enable.reveal-header {
    transform: translateY(0%);
    background: #fff;
    z-index: 9999;
}

.site-header--sticky:not(.mobile-sticky-enable).reveal-header.site-menu-main.nav-link-item {
    line-height: 80px;
}

.site-header--menu-center .container {
    position: relative;
}

.site-header--menu-center .menu-block-wrapper {
    position: static;
}

.site-header--menu-left .menu-block .site-menu-main {
    justify-content: flex-start;
    padding-left: 15px;
}

.site-header--menu-right .menu-block-wrapper {
    position: static;
}

.site-header--menu-right .menu-block {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.site-menu-main {
    margin-bottom: 0;
    padding-left: 0;
}

.site-menu-main li {
    list-style: none;
}

.site-menu-main ul {
    list-style: none;
    margin-left: 0;
}

.site-menu-main a {
    text-decoration: none;
}

.site-menu-main a.order_trac {
    background: var(--bg_2);
    color: var(--bg_3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: center;
    min-width: 130px;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
}

.site-menu-main a.order_trac i {
    margin-right: 6px;
}

.site-menu-main .nav-item {
    display: inherit;
}

.site-menu-main .nav-item.login-box a {
    font-weight: 600;
    font-size: 16px;
    background: var(--bg_2);
    padding: 15px 30px;
    border-radius: 8px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: var(--bg_3);
}

.site-menu-main .nav-link-item {
    font-weight: 600;
    font-size: 16px;
    line-height: 100px;
    font-style: normal;
    color: var(--text_1);
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.site-menu-main .nav-link-item i {
    margin-left: 5px;
    font-size: 15px;
    height: 96px;
}

.site-menu-main .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #fff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 0px;
    transition: top 0.5s ease, margin-top 0.5s ease, background-color 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

.site-menu-main .sub-menu--item {
    font-size: 16px;
    font-weight: 600;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.site-menu-main .sub-menu--item>a {
    color: var(--text_1);
}

.site-menu-main .sub-menu--item:hover>a {
    color: #416ff4;
}

.site-menu-main .sub-menu.megamenu .dropdown-image-block {
    max-height: 336px;
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
    padding-top: 14px;
    padding-bottom: 14px;
    display: block;
}

.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.4s;
    color: #000;
}

.site-menu-main>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.site-menu-main>li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.mobile-menu-head {
    display: none;
}

.mobile-menu-trigger {
    display: none;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@-webkit-keyframes float2 {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        -webkit-transform: translatey(20px);
        transform: translatey(20px);
    }
    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@keyframes float2 {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        -webkit-transform: translatey(20px);
        transform: translatey(20px);
    }
    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@-webkit-keyframes pulsee {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@keyframes pulsee {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.section--custom {
    background: var(--section_bg);
    padding: 48px 0;
    margin-bottom: 50px;
    margin-top: 100px;
}

.section--custom .section--wrapper {
    align-items: center;
}

.section--custom .section--wrapper .section__left--content h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 3px;
    color: var(--text_4);
}

.section--custom .section--wrapper .section__left--content p {
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    color: var(--text_1);
}

.section--custom .section--wrapper .section__right--content {
    text-align: right;
    position: relative;
    z-index: 0;
}

.section--custom .section--wrapper .section__right--content img {
    border-radius: 8px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section.layout--1 {
    margin-bottom: 50px;
}

section.layout--1 .banner--wrapper .wrapper--content {
    background: var(--bg_2);
    border-radius: 8px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.layout--1 .banner--wrapper .wrapper--content .content--left {
    display: flex;
    align-items: center;
    width: 100%;
}

section.layout--1 .banner--wrapper .wrapper--content .content--left .icon {
    min-width: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--bgbutton);
    margin-right: 20px;
}

section.layout--1 .banner--wrapper .wrapper--content .content--left .icon i {
    font-size: 20px;
    font-weight: 400;
    color: var(--bg_3);
}

section.layout--1 .banner--wrapper .wrapper--content .content--left .text {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: var(--bg_3);
    width: 100%;
}

section.layout--1 .banner--wrapper .wrapper--content .content--right {
    display: flex;
    align-items: center;
}

section.layout--1 .banner--wrapper .wrapper--content .content--right a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--bg_3);
    padding: 15px 36px;
    background: var(--bgbutton);
    border-radius: 8px;
    min-width: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.bubble-float-right {
    display: inline-block;
    position: relative;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.bubble-float-right:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    top: calc(50% - 10px);
    right: 0;
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent var(--bgbutton);
    transition-duration: 0.3s;
    transition-property: right;
}

.bubble-float-left {
    display: inline-block;
    position: relative;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.bubble-float-left:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: calc(50% - 10px);
    left: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent var(--bgbutton) transparent transparent;
    transition-duration: 0.3s;
    transition-property: left;
}

.bubble-float-left:hover {
    transform: translateX(5px);
}

.bubble-float-left:hover:before {
    left: -10px;
}

.bubble-float-right:hover {
    transform: translateX(-5px);
}

.bubble-float-right:hover:before {
    right: -10px;
}

section.layout--1 .banner--wrapper .wrapper--content .content--right a:not(:last-child) {
    margin-right: 15px;
}

section.layout--1 .banner--wrapper .wrapper--content .content--right a.__new::before {
    left: -50%;
}

section.layout--1 .banner--wrapper .wrapper--content .content--right a.__new::after {
    left: -100%;
}

section.layout--1 .banner--wrapper .wrapper--content .content--right a:not(:last-child) {
    margin-right: 20px;
}

section#layout--2 {
    margin-bottom: 20px;
}

.pd110 {
    padding-top: 150px;
}

section#layout--2 .product--wrapper .wrapper--item {
    margin-bottom: 30px;
}

section#layout--2 .product--wrapper .wrapper--item .product--content:hover .product--body .product--btn a,
section#layout--2 .product--wrapper .wrapper--item .product--content:hover .product--body .product--btn button {
    background: var(--bg_2);
    color: var(--bg_3);
}

section#layout--2 .product--wrapper .wrapper--item .product--content:hover .product--body .product--btn button i {
    color: var(--bg_3);
}

section#layout--2 .product--wrapper .wrapper--item .product--content:hover .product--body .product--btn a i {
    color: var(--bg_3);
}

section#layout--2 .product--wrapper .wrapper--item .product--content .product--img {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    position: relative;
}

section#layout--2 .product--wrapper .wrapper--item .product--content .product--img img {
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.6s ease-in-out;
}

section#layout--2 .product--wrapper .wrapper--item .product--content:hover .product--img img {
    transform: scale(1.1);
}

section#layout--2 .product--wrapper .wrapper--item .product--content .product--body {
    background: #fff;
    border-radius: 0 0 8px 8px;
    padding: 25px;
}

section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--cat {
    margin-bottom: 3px;
}

section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--cat a {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: var(--text_4);
}

section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--title a {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: var(--text_1);
}

section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: var(--text_4);
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line);
    margin: 25px 0;
    padding: 25px 0;
}

section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--desc p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--btn a,
section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--btn button {
    border: none;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: var(--text_1);
    border-radius: 5px;
    height: 50px;
    min-width: unset;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--section_bg);
    transition: all 0.3s ease-in-out;
}

section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--btn a i,
section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--btn button i,
section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--btn span i {
    font-size: 22px;
    font-weight: 400;
    color: var(--text_4);
    transition: all 0.3s ease-in-out;
}

section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--btn a:hover,
section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--btn button:hover {
    background: var(--bg_2);
}

section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--btn a:hover i,
section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--btn button:hover i {
    color: var(--bg_3);
}

section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--btn span.price,
section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--btn span.new-price {
    border: 1px solid var(--line);
    background: transparent;
    margin-right: 15px;
}

section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--btn a,
section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--btn button,
section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--btn span {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: var(--text_1);
    border-radius: 5px;
    height: 50px;
    min-width: unset;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--section_bg);
    transition: all 0.3s ease-in-out;
}

section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--btn button i {
    font-size: 22px;
    color: var(--text_4);
    transition: all 0.3s ease-in-out;
}

section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--btn button:hover {
    background: var(--bg_2);
}

section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--btn button:hover i {
    color: var(--bg_3);
}

section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--btn button.price {
    border: 1px solid var(--line);
    background: transparent;
}

section.slider .slider--wrapper {
    display: flex;
    align-items: center;
    background: var(--section_bg);
    border-radius: 8px;
    padding: 21px 28px;
}

section.slider .slider--wrapper .owl-loaded {
    display: grid;
}

section.slider .slider--wrapper .comment--slider .slide--item {
    display: flex;
    align-items: center;
}

section.slider .slider--wrapper .comment--slider .slide--item .item--prof {
    display: flex;
    align-items: center;
}

section.slider .slider--wrapper .comment--slider .slide--item .item--prof .img {
    width: 45px;
    min-height: 45px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 37px;
}

section.slider .slider--wrapper .comment--slider .slide--item .item--prof .img img {
    max-width: 100%;
}

section.slider .slider--wrapper .comment--slider .slide--item .item--prof .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    height: 45px;
    color: var(--text_1);
    white-space: nowrap;
    border-right: 1px solid #EBEBF0;
    margin-right: 37px;
    padding-right: 37px;
    display: flex;
    align-items: center;
}

section.slider .slider--wrapper .comment--slider .slide--item .item--comment {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text_4);
    max-width: 685px;
}

section.slider .slider--wrapper .custom-nav {
    display: flex;
    align-items: center;
    border-left: 1px solid #EBEBF0;
    margin-left: 37px;
    padding-left: 37px;
    margin: 0;
    margin-left: 37px;
}

section.slider .slider--wrapper .custom-nav button {
    background: #FAFBFD;
    border-radius: 5px;
    border: none;
    transition: all 0.3s ease-in-out;
    width: 45px;
    height: 45px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.slider .slider--wrapper .custom-nav button:not(:last-child) {
    margin-right: 15px;
}

section.slider .slider--wrapper .custom-nav button:hover {
    background: var(--bg_2);
}

section.slider .slider--wrapper .custom-nav button:hover i {
    color: var(--bg_3);
}

section.slider .slider--wrapper .custom-nav button i {
    font-size: 20px;
    color: var(--text_4);
    transition: all 0.3s ease-in-out;
}

section.layout--3 {
    padding: 50px 0;
    margin: 50px 0;
    overflow: hidden;
}

section.layout--3 .features--wrapper .features--left {
    position: relative;
}

section.layout--3 .features--wrapper .features--left .left--content .content--img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 570px;
}

section.layout--3 .features--wrapper .features--left .item {
    position: absolute;
    bottom: 104px;
    padding: 15px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: var(--text_1);
}

section.layout--3 .features--wrapper .features--left .item.right {
    top: 141px;
    right: 0;
    bottom: unset;
}

section.layout--3 .features--wrapper .features--left .item .item--icon {
    background: #F9F9FB;
    width: 35px;
    min-height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

section.layout--3 .features--wrapper .features--right .info-container .info_top {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: var(--text_4);
    margin-bottom: 3px;
}

section.layout--3 .features--wrapper .features--right .info-container h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    color: var(--text_1);
    margin-bottom: 35px;
}

section.layout--3 .features--wrapper .features--right .info-container p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
    color: var(--text_4);
}

section.layout--3 .features--wrapper .features--right .info-container .text-feature ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -30px;
}

section.layout--3 .features--wrapper .features--right .info-container .text-feature ul li {
    width: calc(50% - 30px);
    margin-left: 30px;
    margin-top: 30px;
}

section.layout--3 .features--wrapper .features--right .info-container .text-feature ul li .f_wrapper {
    background: #fff;
    padding: 20px 18px;
    border-radius: 8px;
    transition: 400ms all;
    display: flex;
    align-items: center;
}

section.layout--3 .features--wrapper .features--right .info-container .text-feature ul li .f_wrapper .feature-icon {
    min-width: 40px;
    min-height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--site_bg);
    margin-right: 18px;
    font-size: 28px;
    color: var(--theme_icn);
    transition: 400ms all;
}

section.layout--3 .features--wrapper .features--right .info-container .text-feature ul li .f_wrapper .feature-icon i {
    color: var(--text_1);
    transition: 400ms all;
    font-size: 15px;
}

section.layout--3 .features--wrapper .features--right .info-container .text-feature ul li .f_wrapper h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--text_1);
    margin-bottom: 2px;
    transition: 400ms all;
}

section.layout--3 .features--wrapper .features--right .info-container .text-feature ul li .f_wrapper p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--text_4);
    transition: 400ms all;
}

section.layout--3 .features--wrapper .features--right .info-container .text-feature ul li .f_wrapper:hover {
    background-color: var(--bg_2);
}

section.layout--3 .features--wrapper .features--right .info-container .text-feature ul li .f_wrapper:hover .feature-icon {
    background: #fff;
}

section.layout--3 .features--wrapper .features--right .info-container .text-feature ul li .f_wrapper:hover .feature-icon i {
    color: var(--bg_2);
}

section.layout--3 .features--wrapper .features--right .info-container .text-feature ul li .f_wrapper:hover h2,
section.layout--3 .features--wrapper .features--right .info-container .text-feature ul li .f_wrapper:hover p {
    color: #fff;
}

.accordion-wrapper {
    padding-bottom: 15px;
}

.accordion-wrapper .accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
    color: #333333;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s;
    padding: 23px 30px;
}

.accordion-wrapper .accordion-title p {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: var(--text_4);
    transition: all 0.4s;
}

.accordion-wrapper .accordion-title span {
    color: var(--text_4);
    transition: all 0.4s;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-wrapper .accordion-title span .ri-subtract-line {
    display: none;
}

.accordion-wrapper .accordion-title.active {
    border-radius: 8px 8px 0 0;
}

.accordion-wrapper .accordion-title.active .quest {
    color: var(--hover_2);
}

.accordion-wrapper .accordion {
    margin-bottom: 35px;
}

.accordion-wrapper .accordion .panel {
    padding: 30px;
    padding-top: 0;
    display: none;
    background: #FFFFFF;
    border-radius: 0 0 8px 8px;
}

.accordion-wrapper .accordion .panel p {
    padding-top: 30px;
    border-top: 1px solid var(--line);
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--text_4);
}

section#blog {
    background: var(--section_bg);
    padding: 50px 0 20px 0;
}

.title h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 35px;
    color: var(--text_1);
}

section#blog .title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: var(--text_4);
}

section#blog .blog__wrapper .blog__item {
    margin-bottom: 30px;
}

section#blog .blog__wrapper .blog__item .blog__item--content {
    background: #fff;
    border-radius: 8px;
}

section#blog .blog__wrapper .blog__item .blog__item--content .card-article-heading img {
    transform: scale(1) rotate(0deg);
    transition: all 0.4s ease-in-out;
}

section#blog .blog__wrapper .blog__item .blog__item--content:hover .card-article-heading img {
    transform: scale(1.1) rotate(2deg);
}

section#blog .blog__wrapper .blog__item .blog__item--content .card-article-heading {
    max-height: 230px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

section#blog .blog__wrapper .blog__item .blog__item--content .card-article-heading a {
    max-height: 230px;
}

section#blog .blog__wrapper .blog__item .blog__item--content .card-article-heading a img {
    width: 100%;
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

section#blog .blog__wrapper .blog__item .blog__item--content .card-article-body {
    position: relative;
    padding: 30px;
    border-radius: 0 0 8px 8px;
}

section#blog .blog__wrapper .blog__item .blog__item--content .card-article-body h3 {
    margin-bottom: 15px;
}

section#blog .blog__wrapper .blog__item .blog__item--content:hover .card-article-body h3 a {
    background-size: 100% 3px;
}

section#blog .blog__wrapper .blog__item .blog__item--content .card-article-body h3 a {
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    color: var(--main__text);
    background-image: linear-gradient(var(--bg_2), var(--bg_2));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 3px;
    -webkit-transition: background-size .8s;
    transition: background-size .8s;
    display: initial !important;
}

section#blog .blog__wrapper .blog__item .blog__item--content .card-article-body p.article--info {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--secondtext__color);
    margin-bottom: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

section#blog .blog__wrapper .blog__item .blog__item--content .card-article-body a.article--action {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--secondtext__color);
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

section#blog .blog__wrapper .blog__item .blog__item--content:hover .card-article-body a.article--action {
    color: var(--bg_2);
}

section#blog .blog__wrapper .blog__item .blog__item--content .card-article-body a.article--action i {
    font-weight: 400;
    font-size: 18px;
    margin-left: 8px;
}

section#product {
    padding: 50px 0 30px 0;
}

section#product .product {
    margin-bottom: 30px;
}

section#product .product .product-card .product-img {
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    text-align: center;
    position: relative;
}

section#product .product .product-card .product-img img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

section#layout--2 .product--content .product--img .discount {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 35px;
    height: 35px;
    background: var(--bg_2);
    border-radius: 3px;
    color: var(--bg_3);
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#product .product .product-card .product_body {
    background: #fff;
    border-top: none;
    border-radius: 0 0 16px 16px;
}

section#product .product .product-card .product_body .product-caption {
    text-align: center;
    padding: 40px 0;
}

section#product .product .product-card .product_body .product-caption .card-tag a {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 1px;
    color: var(--text_4);
}

section#product .product .product-card .product_body .product-caption .product-title a {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: var(--text_1);
}

section#product .product .product-card .product_body .price-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid var(--line);
    text-align: center;
}

section#product .product .product-card .product_body .price-box .price_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

section#product .product .product-card .product_body .price-box .price_inner .price {
    border-right: 1px solid var(--line);
    width: 100%;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#product .product .product-card .product_body .price-box .price_inner .price .old-price {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: var(--text_4);
    margin-bottom: 5px;
    width: 100%;
}

section#product .product .product-card .product_body .price-box .price_inner .price .new-price {
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    color: var(--text_1);
    width: 100%;
}

section#product .product .product-card .product_body .price-box .price_inner .product-rating {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#product .product .product-card .product_body .price-box .price_inner .product-rating span {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}

section#product .product .product-card .product_body .price-box .price_inner .product-rating .star {
    margin-bottom: 2px;
}

section#product .product .product-card .product_body .price-box .price_inner .product-rating .star svg path {
    fill: var(--bg_2);
}

section#product .product .product-card .product_body .price-box .buying_button {
    padding: 19px 0;
    width: 100%;
    display: none;
    -webkit-transition: all 0.3 ease-in-out;
    transition: all 0.3 ease-in-out;
}

section#product .product .product-card .product_body .price-box .buying_button button {
    display: block;
    width: 100%;
    background: var(--bg_2);
    color: var(--bg_3);
    border: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    max-width: 225px;
    text-align: center;
    padding: 20px 0;
    border-radius: 16px;
    margin: 0 auto;
}

section#layout--2 .modal .modal-dialog .modal-content {
    border-radius: 0;
    border: none;
    background: transparent;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-header {
    border: none;
    padding: 0 25px;
    margin: 15px 0 0;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-header i {
    color: #ECF9FF;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body {
    background: #ECF9FF;
    padding: 30px;
    margin: 10px 30px 30px 30px;
    border-radius: 8px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .modal-inner .product_inner img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content {
    width: 100%;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content::-webkit-scrollbar-thumb {
    background: rgba(191, 191, 191, 0.5);
    border-radius: 0;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content #selector {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 15px 0;
    border: none;
    position: relative;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content #selector .form-control {
    border-radius: 16px;
    background: transparent;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content #selector .form-control:hover {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content #selector .dropdown-toggle {
    padding: 18px 20px;
    background: #fff;
    border-radius: 16px;
    border: none;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content #selector .dropdown-toggle strong.fiyat {
    font-family: sans-serif !important;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content #selector .dropdown-toggle:hover {
    background: #fff;
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content #selector .dropdown-toggle:focus {
    outline: none;
    border: none;
    outline: none !important;
    outline-offset: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content #selector .dropdown-toggle:after {
    display: none;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content #selector .dropdown-toggle .filter-option-inner-inner {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--text_1);
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content #selector .dropdown-menu {
    border: none;
    -webkit-box-shadow: 0px 5px 50px 5px rgba(55, 81, 126, 0.05);
    box-shadow: 0px 5px 50px 5px rgba(55, 81, 126, 0.05);
    border-radius: 16px;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content #selector .dropdown-menu .dropdown-item.active {
    background: var(--bg_2);
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content #selector i {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content .product_name {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: var(--text_1);
    border-bottom: 1px solid #f1f2f5;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content .price_box h3.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content .price_box {
    border-bottom: 1px solid #f1f2f5;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content .price_box h3.price .old-price {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: var(--text_4);
    margin-right: 15px;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content .price_box h3.price .new-price {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: var(--bg_2);
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content .price_box .star i {
    font-size: 17px;
    color: var(--bg_2);
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content .product_info {
    padding: 13px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--text_4);
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content .content_bottom {
    padding-top: 15px;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content .content_bottom .btn-group .btn-ground {
    width: 100%;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content .content_bottom .btn-group .btn-ground button {
    height: 60px;
    text-align: center;
    width: 100%;
    color: var(--bg_3);
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    border-radius: 8px;
    border: none;
    background: var(--bg_2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content .content_bottom .btn-group .btn-ground button i {
    margin-right: 11px;
    font-size: 24px;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content .content_bottom .btn-group .quantity-box {
    background: #FFF;
    border-radius: 8px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 150px;
    margin-right: 15px;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content .content_bottom .btn-group .quantity-box .input-number {
    width: 45px;
    border: none;
    vertical-align: top;
    outline: none;
    background: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: var(--text_1);
    position: relative;
    margin: 0 15px;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content .content_bottom .btn-group .quantity-box::after {
    content: "Adet";
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: var(--text_1);
    position: absolute;
    left: 66px;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content .content_bottom .btn-group .quantity-box .input-number-decrement {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border-right: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: var(--text_1);
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content .content_bottom .btn-group .quantity-box .input-number-increment {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border-left: none;
    margin-left: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: var(--text_1);
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content .content_bottom .wpbtn {
    margin-top: 15px;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content .content_bottom .wpbtn button {
    border: none;
    height: 60px;
    width: 100%;
    color: var(--bg_3);
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    background: #4fce5d;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content .content_bottom .wpbtn button i {
    margin-right: 11px;
    font-size: 24px;
}

section#product2 {
    padding: 50px 0 30px 0;
}

section#product2 .product {
    margin-bottom: 30px;
}

section#product2 .product .product-card .product-img {
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    text-align: center;
    position: relative;
}

section#product2 .product .product-card .product-img img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

section#layout--2 .product--content .product--img .discount {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 35px;
    height: 35px;
    background: var(--bg_2);
    border-radius: 3px;
    color: var(--bg_3);
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#product2 .product .product-card .product_body {
    background: #fff;
    border-top: none;
    border-radius: 0 0 16px 16px;
}

section#product2 .product .product-card .product_body .product-caption {
    text-align: center;
    padding: 40px 0;
}

section#product2 .product .product-card .product_body .product-caption .card-tag a {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 1px;
    color: var(--text_4);
}

section#product2 .product .product-card .product_body .product-caption .product-title a {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: var(--text_1);
}

section#product2 .product .product-card .product_body .price-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid var(--line);
    text-align: center;
}

section#product2 .product .product-card .product_body .price-box .price_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

section#product2 .product .product-card .product_body .price-box .price_inner .price {
    border-right: 1px solid var(--line);
    width: 100%;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#product2 .product .product-card .product_body .price-box .price_inner .price .old-price {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: var(--text_4);
    margin-bottom: 5px;
    width: 100%;
}

section#product2 .product .product-card .product_body .price-box .price_inner .price .new-price {
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    color: var(--text_1);
    width: 100%;
}

section#product2 .product .product-card .product_body .price-box .price_inner .product-rating {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#product2 .product .product-card .product_body .price-box .price_inner .product-rating span {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}

section#product2 .product .product-card .product_body .price-box .price_inner .product-rating .star {
    margin-bottom: 2px;
}

section#product2 .product .product-card .product_body .price-box .price_inner .product-rating .star svg path {
    fill: var(--bg_2);
}

section#product2 .product .product-card .product_body .price-box .buying_button {
    padding: 19px 0;
    width: 100%;
    display: none;
    -webkit-transition: all 0.3 ease-in-out;
    transition: all 0.3 ease-in-out;
}

section#product2 .product .product-card .product_body .price-box .buying_button button {
    display: block;
    width: 100%;
    background: var(--bg_2);
    color: var(--bg_3);
    border: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    max-width: 225px;
    text-align: center;
    padding: 20px 0;
    border-radius: 16px;
    margin: 0 auto;
}

section#product2 .modal .modal-dialog .modal-content {
    border-radius: 0;
    border: none;
    background: transparent;
}

section#product2 .modal .modal-dialog .modal-content .modal-header {
    border: none;
    padding: 0 25px;
    margin: 15px 0 0;
}

section#product2 .modal .modal-dialog .modal-content .modal-header i {
    color: #ECF9FF;
}

section#product2 .modal .modal-dialog .modal-content .modal-body {
    background: #ECF9FF;
    padding: 30px;
    margin: 10px 30px 30px 30px;
    border-radius: 16px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .modal-inner .product_inner img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content {
    padding-left: 30px;
    width: 100%;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content::-webkit-scrollbar-thumb {
    background: rgba(191, 191, 191, 0.5);
    border-radius: 0;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content #selector {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 15px 0;
    border: none;
    position: relative;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content #selector .form-control {
    border-radius: 16px;
    background: transparent;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content #selector .form-control:hover {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content #selector .dropdown-toggle {
    padding: 18px 20px;
    background: #fff;
    border-radius: 16px;
    border: none;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content #selector .dropdown-toggle strong.fiyat {
    font-family: sans-serif !important;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content #selector .dropdown-toggle:hover {
    background: #fff;
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content #selector .dropdown-toggle:focus {
    outline: none;
    border: none;
    outline: none !important;
    outline-offset: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content #selector .dropdown-toggle:after {
    display: none;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content #selector .dropdown-toggle .filter-option-inner-inner {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--text_1);
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content #selector .dropdown-menu {
    border: none;
    -webkit-box-shadow: 0px 5px 50px 5px rgba(55, 81, 126, 0.05);
    box-shadow: 0px 5px 50px 5px rgba(55, 81, 126, 0.05);
    border-radius: 16px;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content #selector .dropdown-menu .dropdown-item.active {
    background: var(--bg_2);
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content #selector i {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content .product_name {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: var(--text_1);
    border-bottom: 1px solid var(--line);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content .price_box h3.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content .price_box {
    border-bottom: 1px solid var(--line);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content .price_box h3.price .old-price {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: var(--text_4);
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content .price_box h3.price .new-price {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: var(--bg_2);
    margin-left: 15px;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content .price_box .star i {
    font-size: 17px;
    color: var(--bg_2);
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content .product_info {
    padding: 13px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--text_4);
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content .content_bottom {
    padding-top: 15px;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content .content_bottom .btn-group .btn-ground {
    width: 100%;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content .content_bottom .btn-group .btn-ground button {
    height: 60px;
    text-align: center;
    width: 100%;
    color: var(--bg_3);
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    border-radius: 16px;
    border: none;
    background: var(--bg_2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content .content_bottom .btn-group .btn-ground button i {
    margin-right: 11px;
    font-size: 24px;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content .content_bottom .btn-group .quantity-box {
    background: #FFF;
    border-radius: 16px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 150px;
    margin-right: 15px;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content .content_bottom .btn-group .quantity-box .input-number {
    width: 45px;
    border: none;
    vertical-align: top;
    outline: none;
    background: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: var(--text_1);
    position: relative;
    margin: 0 15px;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content .content_bottom .btn-group .quantity-box::after {
    content: "Adet";
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: var(--text_1);
    position: absolute;
    left: 66px;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content .content_bottom .btn-group .quantity-box .input-number-decrement {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border-right: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: var(--text_1);
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content .content_bottom .btn-group .quantity-box .input-number-increment {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border-left: none;
    margin-left: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: var(--text_1);
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content .content_bottom .wpbtn {
    margin-top: 15px;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content .content_bottom .wpbtn button {
    border: none;
    height: 60px;
    width: 100%;
    color: var(--bg_3);
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    background: #4fce5d;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#product2 .modal .modal-dialog .modal-content .modal-body .product_content .content_bottom .wpbtn button i {
    margin-right: 11px;
    font-size: 24px;
}

.modal-lg {
    width: 947px;
}

.modal-open {
    padding-right: 0 !important;
}

.modal-open .site-navbar {
    padding-right: 0 !important;
}

.modal-open .modal {
    background: rgba(51, 53, 73, 0.8);
}

.product_view .modal-dialog {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 768px) {
    section#trending-products .modal.show {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

section#accordion {
    padding: 80px 0;
}

section#accordion .top {
    margin-bottom: 35px;
}

section#accordion .top h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: var(--text_4);
}

section#accordion .top p {
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    color: var(--text_1);
}

section#accordion .accordion-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
    color: #333333;
    cursor: pointer;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 23px 20px;
}

section#accordion .accordion-title p {
    padding-left: 15px;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: var(--text_4);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

section#accordion .accordion-title span {
    color: var(--text_4);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#accordion .accordion-title span .ri-arrow-up-s-line {
    display: none;
}

section#accordion .accordion-title .quest {
    color: #D9DDE4;
    font-size: 24px;
}

section#accordion .accordion-title.active .quest {
    color: var(--bg_2);
}

section#accordion .accordion-wrapper .accordion {
    margin-bottom: 35px;
}

section#accordion .accordion-wrapper .accordion .panel {
    padding-top: 35px;
    display: none;
}

section#accordion .accordion-wrapper .accordion .panel p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--text_4);
}

section#accordion .image {
    position: relative;
    text-align: right;
}

section#accordion .image img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

section#accordion .image:before {
    content: "";
    position: absolute;
    width: 82px;
    height: 82px;
    top: -30px;
    left: 7px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/siteinfosvg.svg);
}

section#accordion .image:after {
    content: "";
    position: absolute;
    width: 82px;
    height: 82px;
    bottom: -30px;
    right: -9%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/siteinfosvg.svg);
}

.title {
    padding-bottom: 50px;
}

section#blog-page .title {
    padding-bottom: 50px;
}

section#blog .blog_area .blog_item,
section#blog-page .blog_area .blog_item {
    margin-bottom: 20px;
}

section#blog .blog_area .blog_item .blog_content,
section#blog-page .blog_area .blog_item .blog_content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

section#blog .blog_area .blog_item .blog_content .blog_img img,
section#blog-page .blog_area .blog_item .blog_content .blog_img img {
    width: 100%;
    height: 150px;
    border-radius: 16px 16px 0 0;
    object-fit: cover;
}

section#blog .blog_area .blog_item .blog_content .blog_body,
section#blog-page .blog_area .blog_item .blog_content .blog_body {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px 29px;
    background: #fff;
    border: 1px solid #f4f3ef;
    box-sizing: border-box;
    border-radius: 0px 0px 16px 16px;
}

section#blog .blog_area .blog_item .blog_content .blog_body .blog_name,
section#blog-page .blog_area .blog_item .blog_content .blog_body .blog_name {
    margin-bottom: 18px;
    height: 100%;
}

section#blog .blog_area .blog_item .blog_content .blog_body .blog_name a,
section#blog-page .blog_area .blog_item .blog_content .blog_body .blog_name a {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: var(--text_1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

section#blog .blog_area .blog_item .blog_content .blog_body .blog_previewtext,
section#blog-page .blog_area .blog_item .blog_content .blog_body .blog_previewtext {
    margin-bottom: 25px;
}

section#blog .blog_area .blog_item .blog_content .blog_body .blog_previewtext h6,
section#blog-page .blog_area .blog_item .blog_content .blog_body .blog_previewtext h6 {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: var(--text_4);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

section#blog .blog_area .blog_item .blog_content .blog_body a.readmore,
section#blog-page .blog_area .blog_item .blog_content .blog_body a.readmore {
    display: block;
    width: 100%;
    background: var(--bg_2);
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--bg_3);
    border-radius: 16px;
    padding: 15px 0;
}

.owl-carousel .owl-stage {
    display: flex;
}

section#comments .swiper-slide {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

section#comments .swiper-slide .swiper_item {
    border-radius: 10px;
    padding: 40px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; */
    /*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    width: 100%;
}

section#comments .swiper-slide .swiper_item .image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 25px;
}

section#comments .swiper-slide .swiper_item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section#comments .swiper-slide .swiper_item .body {
    position: relative;
}

section#comments .swiper-slide .swiper_item .body svg {
    position: absolute;
    top: -53px;
}

section#comments .swiper-slide .swiper_item .body svg path {
    fill: var(--bg_2);
}

section#comments .swiper-slide .swiper_item .body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: var(--text_4);
    margin-bottom: 15px;
    position: relative;
}


/* section#comments .swiper-slide .swiper_item .body p:after {



    content: "";



    position: absolute;



    top: -50px;



    left: 0;



    width: 30px;



    height: 30px;



    background-repeat: no-repeat;



    background-size: cover;



    background-image: url(../img/chat.svg);



} */

section#comments .swiper-slide .swiper_item .body span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--text_1);
}

section#contact .form-group {
    margin-bottom: 30px;
    position: relative;
}

section#contact {
    padding: 70px 0 45px 0;
}

section#contact .form-group i {
    position: absolute;
    top: 50%;
    left: 28px;
    font-size: 20px;
    color: var(--text_4);
    transform: translate(-50%, -50%);
}

section#contact .form-group .icon {
    padding-left: calc(1.5em + 25px);
    background-repeat: no-repeat;
    background-position: center left calc(.375em + 15px);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

section#contact .form-group input {
    width: 100%;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--text_1);
    padding: 30px;
    border-radius: 10px;
}

section#contact .form-group input::-webkit-input-placeholder {
    color: var(--text_4);
}

section#contact .form-group input:-ms-input-placeholder {
    color: var(--text_4);
}

section#contact .form-group input::-ms-input-placeholder {
    color: var(--text_4);
}

section#contact .form-group input::placeholder {
    color: var(--text_4);
}

section#contact .form-group input:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section#contact .form-group textarea {
    width: 100%;
    border: none;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--text_1);
    padding: 20px;
    min-height: 137px;
}

section#contact .form-group textarea::-webkit-input-placeholder {
    color: var(--text_4);
}

section#contact .form-group textarea:-ms-input-placeholder {
    color: var(--text_4);
}

section#contact .form-group textarea::-ms-input-placeholder {
    color: var(--text_4);
}

section#contact .form-group textarea::placeholder {
    color: var(--text_4);
}

section#contact .contact-submit .btn {
    display: block;
    width: 100%;
    background: var(--bg_2);
    border-radius: 10px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--bg_3);
    padding: 25.5px 0;
}

section#contact .contact-submit .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

section#social .left h2 {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: var(--text_4);
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#social .left h2 svg {
    margin-right: 10px;
}

section#social .left h2 svg line {
    stroke: var(--text_4);
}

section#social .left span {
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    color: var(--text_1);
}

section#social .left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text_4);
    margin-top: 20px;
}

section#social .right .post-item a.post-detail {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#social .right .post-item a.post-detail img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

section#social .right .post-item a.post-detail span.post-hover {
    color: var(--bg_3);
    font-size: 18px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    z-index: 1;
    opacity: 0;
    visibility: visible;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

section#social .right .post-item a.post-detail::before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 8px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    background: rgba(51, 53, 73, 0.8);
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    pointer-events: none;
}

section#social .right .post-item a.post-detail:hover::before {
    visibility: visible;
    opacity: 1;
}

section#social .right .post-item a.post-detail:hover span.post-hover {
    visibility: visible;
    opacity: 1;
}

section#pageInfo {
    background: var(--section_bg);
    margin-top: 100px;
}

section#pageInfo .title {
    padding: 60px 0;
}

section#alert .d-flex {
    padding: 20px;
    background: var(--section_bg);
    border-radius: 8px;
}

section#alert {
    padding-top: 130px;
}

section#alert.bank__1 {
    padding-top: 50px;
}

section#alert .d-flex div {
    min-width: 50px;
    height: 50px;
    background: var(--site_bg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    color: var(--text_4);
    border-radius: 8px;
    margin-right: 20px;
}

section#alert .d-flex p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--text_4);
}

section#alert .d-flex p b {
    font-weight: 700;
}

section#order-inquiry {
    padding-top: 50px;
}

section#order-inquiry .order-inquiry-wrapper {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
}

section#order-inquiry .order-inquiry-wrapper .order-inquiry_top {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--line);
}

section#order-inquiry .order-inquiry-wrapper .order-inquiry_top h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: var(--text_1);
    margin-bottom: 10px;
}

section#order-inquiry .order-inquiry-wrapper .order-inquiry_top p {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: var(--text_4);
}

section#order-inquiry .order-inquiry-wrapper .order-inquiry_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
}

section#order-inquiry .order-inquiry-wrapper .order-inquiry_body .o_label {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: var(--text_1);
    margin-bottom: 20px;
}

section#order-inquiry .order-inquiry-wrapper .order-inquiry_body .order_control {
    border: 1px solid #ECF9FF;
    width: 100%;
    border-radius: 8px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    height: 60px;
    padding: 15px;
    color: var(--text_4);
    color: var(--theme_color_1);
}

section#order-inquiry .order-inquiry-wrapper .order-inquiry_body .order_control::-webkit-input-placeholder {
    color: var(--text_4);
}

section#order-inquiry .order-inquiry-wrapper .order-inquiry_body .order_control:-ms-input-placeholder {
    color: var(--text_4);
}

section#order-inquiry .order-inquiry-wrapper .order-inquiry_body .order_control::-ms-input-placeholder {
    color: var(--text_4);
}

section#order-inquiry .order-inquiry-wrapper .order-inquiry_body .order_control::placeholder {
    color: var(--text_4);
}

section#order-inquiry .order-inquiry-wrapper .order-action-btn button {
    height: 60px;
    width: 100%;
    border: none;
    color: var(--bg_3);
    background: var(--bg_2);
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#order-inquiry .order-inquiry-wrapper .order-action-btn button i {
    font-size: 24px;
    margin-right: 11px;
}

section#order-form {
    padding: 60px 0;
}

section#order-form .form-left .order-steps {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
}

section#order-form .form-left .order-steps .order-top {
    border-bottom: 1px solid var(--line);
    padding-bottom: 30px;
}

section#order-form .form-left .order-steps .order-top span {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: var(--text_1);
}

section#order-form .form-left .order-steps .order-top p {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: var(--text_4);
    margin-top: 10px;
}

section#order-form .form-left .order-steps .steps {
    padding-top: 30px;
}

section#order-form .form-left .order-steps .steps .form-group {
    margin-bottom: 25px;
}

section#order-form .form-left .order-steps .steps .form-group .form-control {
    border: 1px solid #dfecf5;
    border-radius: 8px;
    padding: 29px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--text_1);
}

section#order-form .form-left .order-steps .steps .form-group .form-control:focus {
    outline: none;
    box-shadow: none;
}

section#order-form .form-left .order-steps .steps .form-group .c-label {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: var(--text_1);
    margin-bottom: 10px;
}

section#order-form .form-left .order-steps .steps .form-group .select_box {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    border: none;
    position: relative;
}

section#order-form .form-left .order-steps .steps .form-group .select_box .form-control {
    border-radius: 16px;
    background: transparent;
}

section#order-form .form-left .order-steps .steps .form-group .select_box .form-control:hover {
    outline: none;
    border: none;
    box-shadow: none;
}

section#order-form .form-left .order-steps .steps .form-group .select_box .dropdown-toggle {
    padding: 19px 20px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #dfecf5;
}

section#order-form .form-left .order-steps .steps .form-group .select_box .dropdown-toggle:hover {
    background: #fff;
    outline: none;
    border: 1px solid #dfecf5;
    box-shadow: none;
}

section#order-form .form-left .order-steps .steps .form-group .select_box .dropdown-toggle:focus {
    outline: none;
    border: 1px solid #dfecf5;
    outline: none !important;
    outline-offset: none !important;
    box-shadow: none;
}

section#order-form .form-left .order-steps .steps .form-group .select_box .dropdown-toggle:after {
    display: none;
}

section#order-form .form-left .order-steps .steps .form-group .select_box .dropdown-toggle .filter-option-inner-inner {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--text_1);
}

section#order-form .form-left .order-steps .steps .form-group .select_box .dropdown-menu {
    border: none;
    box-shadow: 0px 5px 50px 5px rgba(55, 81, 126, 0.05);
    border-radius: 16px;
}

section#order-form .form-left .order-steps .steps .form-group .select_box .dropdown-menu .dropdown-item.active {
    background: var(--bg_2);
}

section#order-form .form-left .order-steps .steps .form-group .select_box i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
}

section#order-form .form-left .order-steps .steps .form-group textarea {
    width: 100%;
    border: 1px solid #ecf9ff;
    font-size: 13px;
    line-height: 19px;
    color: var(--theme_color_1);
    padding: 20px;
    min-height: 115px;
}

section#order-form .form-left .order-steps .steps .form-group textarea::placeholder {
    color: var(--theme_color_3_placeholder);
}

section#order-form .order-info .order-info-inner {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
}

section#order-form .order-info .order-info-inner .inner-top {
    margin-bottom: 30px;
}

section#order-form .order-info .order-info-inner .inner-top span {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: var(--text_1);
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

section#order-form .order-info .order-info-inner .inner-top span i {
    margin-right: 8px;
}

section#order-form .order-info .order-info-inner .inner-top p {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: var(--text_4);
}

section#order-form .order-info .order-info-inner .inner-middle {
    padding: 30px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

section#order-form .order-info .order-info-inner .inner-middle li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: var(--text_1);
}

section#order-form .order-info .order-info-inner .inner-middle li i {
    color: var(--bg_2);
    margin-right: 7px;
    font-size: 18px;
}

section#order-form .order-info .order-info-inner .inner-middle li:last-child {
    color: var(--bg_2);
}

section#order-form .order-info .order-info-inner .inner-middle li:last-child svg path {
    fill: var(--bg_2);
}

section#order-form .order-info .order-info-inner .inner-middle li span.txt {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: var(--text_1);
}

section#order-form .order-info .order-info-inner .inner-middle li svg,
section#order-form .order-info .order-info-inner .inner-middle li img {
    margin-right: 10px;
}

section#order-form .order-info .order-info-inner .inner-middle li:not(:last-child) {
    margin-bottom: 25px;
}

section#order-form .order-info .order-info-inner .inner-middle li:last-child {
    color: var(--bg_2);
}

section#order-form .order-info .order-info-inner .inner-middle li.order-price .order-old-price del {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: var(--theme_color_3);
}

section#order-form .order-info .order-info-inner .inner-middle li.order-price .order-old-price del strong {
    font-family: sans-serif !important;
}

section#order-form .order-info .order-info-inner .inner-middle li.order-price .order-new-price {
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
}

section#order-form .order-info .order-info-inner .inner-middle li.order-price .order-new-price strong {
    font-family: sans-serif !important;
}

section#order-form .order-info .order-info-inner .inner-bottom {
    margin-top: 30px;
}

section#order-form .order-info .order-info-inner .inner-bottom button {
    display: block;
    width: 100%;
    border: none;
    border-radius: 8px;
    color: var(--bg_3);
    background: var(--bg_2);
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    padding: 19px 0;
}

.infoview {
    background: var(--section_bg);
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
}

.infoview .viewtop {
    border-bottom: 1px solid var(--line);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.infoview .viewtop h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: var(--text_1);
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.infoview .viewtop h3 i {
    margin-right: 8px;
}

.infoview .viewtop span {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: var(--text_4);
}

.infoview .viewproduct {
    display: flex;
    align-items: center;
}

.infoview .viewproduct img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-right: 15px;
}

.infoview .viewproduct span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--text_1);
}

section#pluginss .plugin_item {
    background: #fff;
    border-radius: 5px;
    padding: 35px;
}

section#pluginss .plugin_item span {
    font-size: 55px;
}

section#home-top {
    background: var(--section_bg);
    padding: 50px 0;
    margin-top: 100px;
}

div#header-placeholder {
    display: list-item;
    padding: 40px;
}

.lastposts {
    border-top: 1px solid var(--line);
    padding-top: 50px;
}

section#blog-detail {
    padding: 45px 0;
    padding-top: 145px;
}

section#blog-detail .blog__wrapper .blog__content .blog__image {
    height: 285px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

section#blog-detail .blog__wrapper .blog__content .blog__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section#blog-detail .blog__wrapper .blog__content .blog__body {
    background: #fff;
    padding: 30px;
}

section#blog-detail .blog__wrapper .blog__content .blog__body .text__container {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: var(--text_4);
    text-align: left;
}

section#blog-detail .blog__wrapper .blog__content .blog__body .text__container p:not(:last-child) {
    margin-bottom: 20px;
}

section#blog-detail .blog__wrapper .blog__content .blog__body .text__container h1,
section#blog-detail .blog__wrapper .blog__content .blog__body .text__container h2,
section#blog-detail .blog__wrapper .blog__content .blog__body .text__container h3,
section#blog-detail .blog__wrapper .blog__content .blog__body .text__container h4,
section#blog-detail .blog__wrapper .blog__content .blog__body .text__container h5 {
    font-weight: 600;
    font-size: 19px;
    line-height: 27px;
    color: var(--text_1) !important;
    margin-bottom: 30px;
}

section#blog-detail .blog__wrapper span {
    color: var(--bg_3);
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    display: flex;
    align-items: center;
    width: 100%;
    background: var(--bg_2);
    padding: 15px 30px;
    border-radius: 5px 5px 0 0;
}

section#blog-detail .blog__wrapper span i {
    font-size: 20px;
    margin-right: 7px;
}

section#blog-detail .blog__wrapper .sticky .blog__slide .owl-dots {
    display: none;
}

section#blog-detail .blog__wrapper .sticky .blog__slide .blog_item {
    margin-bottom: 20px;
}

section#blog-detail .blog__wrapper .sticky .blog__slide .blog_item .blog_content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

section#blog-detail .blog__wrapper .sticky .blog__slide .blog_item .blog_content .blog_img img {
    width: 100%;
    height: 185px;
    border-radius: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

section#blog-detail .blog__wrapper .sticky .blog__slide .blog_item .blog_content .blog_body {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px 29px;
    background: #FFFFFF;
    border: 1px solid #F4F3EF;
    box-sizing: border-box;
    border-radius: 0px 0px 5px 5px;
}

section#blog-detail .blog__wrapper .sticky .blog__slide .blog_item .blog_content .blog_body .blog_name {
    margin-bottom: 20px;
    height: 100%;
}

section#blog-detail .blog__wrapper .sticky .blog__slide .blog_item .blog_content .blog_body .blog_name a {
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: var(--text_1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

section#blog-detail .blog__wrapper .sticky .blog__slide .blog_item .blog_content .blog_body .blog_previewtext {
    margin-bottom: 20px;
}

section#blog-detail .blog__wrapper .sticky .blog__slide .blog_item .blog_content .blog_body .blog_previewtext h6 {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: var(--text_4);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

section#blog-detail .blog__wrapper .sticky .blog__slide .blog_item .blog_content .blog_body a.readmore {
    display: block;
    width: 100%;
    background: var(--section_bg);
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: var(--text_4);
    border-radius: 5px;
    padding: 15.5px 0;
    transition: all 0.3s ease-in-out;
}

section#blog-detail .blog__wrapper .sticky .blog__slide .blog_item:hover .blog_content .blog_body a.readmore {
    background: var(--bg_2);
    color: var(--bg_3);
}

section#bank {
    position: relative;
    padding: 60px 0 30px 0;
}

section#bank .bank-item {
    margin-bottom: 30px;
}

section#bank .bank-item .bank-container .bank-content {
    padding: 40px;
    border-radius: 8px;
    background-color: #fff;
}

section#bank .bank-item .bank-container .bank-content .topContent {
    border-bottom: 1px solid var(--line);
    margin-bottom: 40px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section#bank .bank-item .bank-container .bank-content .topContent .topRight a {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    border-radius: 8px;
    color: var(--text_1);
    padding: 15px 36px;
    background: #f6f7fc;
    transition: all 400ms ease-in-out;
}

section#bank .bank-item .bank-container .bank-content .topContent .topRight a:hover {
    background: var(--bg_2);
    color: var(--bg_3);
}

section#bank .bank-item .bank-container .bank-content .bank-icon {
    height: 25px;
    max-height: 25px;
    margin-bottom: 10px;
}

section#bank .bank-item .bank-container .bank-content .bank-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
    color: var(--text_1);
}

section#bank .bank-item .bank-container .bank-content button {
    border: none;
    background-color: var(--bg_2);
    text-align: center;
    vertical-align: text-bottom;
    padding: 1px 6px;
}

section#bank .bank-item .bank-container .bank-content button:focus {
    outline: none;
    box-shadow: none;
}

section#bank .bank-item .bank-container .bank-content button i {
    font-size: 14px;
}

section#bank .bank-item .bank-container .bank-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--text_1);
}

section#bank .bank-item .bank-container .bank-content p:not(:last-child) {
    margin-bottom: 20px;
}

section#payment-notif {
    padding: 0 0 60px 0;
}

section#payment-notif form {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
}

section#payment-notif form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

section#payment-notif form .form-group._bank p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--text_1);
}

section#payment-notif form .form-group .c-label {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: var(--text_1);
    margin-bottom: 10px;
}

section#payment-notif form .form-group .c-control {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 19px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--text_1);
}

section#payment-notif form .form-group .c-control::placeholder {
    font-size: 15px;
    line-height: 18px;
    color: var(--theme_color_3_placeholder);
}

section#payment-notif form .form-group .c-control:focus {
    outline: none;
}

section#payment-notif form .form-group .form-control {
    appearance: none;
    height: 50px;
    background-image: url("../../img/paymentarrow.svg");
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: right;
    border-radius: 0;
}

section#payment-notif form .form-group .form-control:focus {
    outline: none;
    box-shadow: none;
    color: var(--theme_color_1);
}

section#payment-notif form .form-group .form-control.c-control {
    color: #acacac;
}

section#payment-notif form .form-group .form-control option {
    font-size: 15px;
    color: #acacac;
}

section#payment-notif form .form-group._bank .c-control:focus {
    color: var(--theme_color_1);
}

section#payment-notif form .form-group.date input {
    color: #acacac;
}

section#payment-notif form .form-group textarea {
    min-height: 115px;
}

section#payment-notif form .form-group .formaction-btn {
    display: inline-flex;
    align-items: center;
    background: var(--bg_2);
    border-radius: 8px;
    justify-content: center;
    padding: 20px 0;
    color: var(--bg_3);
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    transition: all 0.3s;
}

section#payment-notif form .form-group .formaction-btn:focus {
    outline: none;
}

section#main-home {
    display: flex;
    align-items: center;
    position: relative;
    background: var(--section_bg);
}

section#main-home .home_container {
    justify-content: space-between;
}

section#main-home .home_container .home_left .item-text-info .i_top {
    font-size: 30px;
    line-height: 45px;
    color: var(--text_1);
}

section#main-home .home_container .home_left .item-text-info h2 {
    padding: 30px 0 40px 0;
    line-height: 65px;
}

section#main-home .home_container .home_left .item-text-info h2 span {
    font-weight: 600;
    font-size: 65px;
    color: var(--text_1);
}

section#main-home .home_container .home_left .item-text-info h2 span.t_one {
    font-size: 65px;
    font-weight: 600;
}

section#main-home .home_container .home_left .item-text-info .info_button {
    max-width: 285px;
}

section#main-home .home_container .home_left .item-text-info .info_button a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: var(--bg_3);
    padding: 15px 0;
    border-radius: 16px;
    z-index: 1;
    background: var(--bg_2);
}

section#main-home .home_container .home_right {
    z-index: 1;
}

section#main-home .home_container .home_right .side-img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#main-home .home_container .home_right .side-img .side-img1 {
    text-align: center;
    height: 600px;
    width: 520px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

section#main-home .home_container .home_right .side-img .side-img1 img {
    object-fit: scale-down;
    height: 100%;
}

section#main-home .home_container .home_right::before {
    content: "";
    position: absolute;
    top: 0;
    right: 345px;
    width: 481px;
    height: 585px;
    z-index: -1;
    background: var(--theme_top_img_bg);
    border-radius: 0px 0px 500px 500px;
}

.catbody {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    max-height: 610px;
    overflow-y: auto;
}

.catbody::-webkit-scrollbar-track {
    border-radius: 100px;
    background: #E2F3FB;
    margin-top: 0;
    margin-bottom: 0;
}

.catbody::-webkit-scrollbar {
    width: 3px;
}

.catbody::-webkit-scrollbar-thumb {
    border: 4px solid #e7e7e7;
    background-clip: padding-box;
    border-radius: 100px;
    background: var(--bg_2);
}

.catbody .menukate.active {
    color: var(--bg_2);
}

.catbody .card .card-body {
    padding: 0;
}

.catbody .card {
    padding: 0;
    background: transparent;
    border: none;
}

.catbody .card:not(:last-child) {
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.cs .dropdown-toggle svg {
    transition: all 0.3s ease 0s;
    fill: var(--theme_color_1);
}

.cs .dropdown-toggle.active svg {
    fill: var(--theme_color_2);
}

.menukate {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: var(--theme_color_1);
    transition: all 0.3s ease 0s;
}

.menukate:hover {
    color: var(--theme_color_2);
}

.cs .dropdown-toggle::after {
    display: none;
}

.cs .dropdown-menu {
    border: none;
}

.cs .dropdown-menu a:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #F2F2F2;
}

.cs .dropdown-menu a {
    transition: 0.3s;
    font-size: 14px;
    color: var(--text_1)
}

.cs .dropdown-toggle {
    display: flex;
    align-items: center;
}

.cs .dropdown-toggle i {
    margin-left: 2px;
    position: absolute;
}

.cs .dropdown-menu a:hover {
    color: var(--bg_2);
    background: transparent;
}

section#fixed-whatsapp {
    position: fixed;
    right: 30px;
    bottom: 90px;
    z-index: 3;
}

section#fixed-whatsapp .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e89f04;
    cursor: pointer;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

section#fixed-whatsapp .item .item-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#fixed-whatsapp .item .item-detail .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #fff;
}

section#fixed-whatsapp .item .item-detail span {
    padding: 0 20px 0 0;
    font-size: 14px;
    color: #fff;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin-left: -30px;
    font-weight: 500;
}

.popupimg {
    width: 100%;
    height: 110px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#myModal.show {
    padding-right: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#myModal .modal-dialog {
    max-width: 600px;
}

#myModal .modal-dialog .modal-content {
    border-radius: 8px;
    border: none;
}

#myModal .modal-dialog .modal-content .modal-body {
    padding: 27px 30px;
}

#myModal .modal-dialog .modal-content .modal-body .modal-img {
    margin-bottom: 30px;
}

#myModal .modal-dialog .modal-content .modal-body .modal-info .text_one {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
    color: var(--text_1);
}

#myModal .modal-dialog .modal-content .modal-body .modal-info .text_second {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: var(--text_1);
}

#myModal .modal-dialog .modal-content .modal-body .modal-info .text_second strong {
    color: var(--theme_color_2);
}

#myModal .modal-dialog .modal-content .modal-body .modal-info p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--text_4);
}

#myModal .modal-dialog .modal-content .modal-header {
    border-bottom: 1px solid #f5f3f3;
    padding: 27px 30px;
    display: flex;
    align-items: center;
}

#myModal .modal-dialog .modal-content .modal-header .header-icn {
    margin-right: 11px;
}

#myModal .modal-dialog .modal-content .modal-header .header-text h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--text_1);
}

#myModal .modal-dialog .modal-content .modal-header .header-text p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-top: 3px;
    color: var(--text_4);
}

#myModal .modal-dialog .modal-content .modal-header .btn-close {
    background-color: var(--site_bg) !important;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#myModal .modal-dialog .modal-content .modal-header .btn-close i {
    color: var(--text_4);
    text-shadow: none;
}

#myModal .modal-dialog .modal-content .modal-header .btn-close:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#myModal .modal-dialog .modal-content .modal-footer {
    border-top: none;
    padding: 0 30px 27px 30px;
}

#myModal .modal-dialog .modal-content .modal-footer a {
    display: block;
    text-align: center;
    width: 100%;
    background: var(--theme_color_2_btn);
    font-size: 15px;
    line-height: 22px;
    color: var(--bg_3);
    padding: 13px 0;
}

.back-to-top {
    visibility: hidden;
    background-color: var(--bg_2);
    color: var(--bg_3);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 38px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 90;
    cursor: pointer;
    opacity: 0;
    border-radius: 3px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
}

.back-to-top.show {
    visibility: visible;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.cookieConsentContainer {
    z-index: 999;
    max-width: 380px;
    text-align: center;
    min-height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
    border-radius: 16px;
    background: var(--bg_2);
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    right: 30px;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.cookieConsentContainer .cookieTitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--bg_3);
}

.cookieConsentContainer .cookieDesc {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: var(--bg_3);
    padding: 18px 0;
}

.cookieConsentContainer .cookieDesc a {
    font-weight: 700;
    color: var(--bg_3);
    text-decoration: none;
}

.cookieConsentContainer .cookieButton button {
    display: inline-block;
    cursor: pointer;
    background: var(--bgbutton);
    max-width: 153px;
    width: 100%;
    margin: 0 auto;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    color: var(--bg_3);
    padding: 16px 0;
    border: none;
    border-radius: 16px;
}

.cookieConsentContainer.hidden {
    opacity: 0;
    z-index: -99;
    display: none;
}

.cookieConsentContainer:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--bg_2);
    opacity: 1;
}

.custom-social-proof {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 3 !important;
}

.custom-social-proof .custom-notification {
    border: 0;
    text-align: left;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 12px 1px rgb(11 10 10 / 10%);
    box-shadow: 1px 1px 12px 1px rgb(11 10 10 / 10%);
    background-color: #fff;
    position: relative;
    cursor: pointer;
    max-width: 360px;
}

.custom-social-proof .custom-notification .custom-notification-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 480px;
}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-image-wrapper img {
    height: 75px;
    width: 75px;
    overflow: hidden;
    border-radius: 8px 0 0 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper {
    margin: 0;
    height: 100%;
    color: var(--text_1);
    border-radius: 0 8px 8px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
    color: var(--text_1);
    margin: 0 !important;
    padding: 0 5px 0 20px;
    font-size: 15px;
    line-height: 16px;
}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small {
    margin-top: 3px !important;
    display: block !important;
    font-size: 12px !important;
    opacity: .8;
}

.custom-social-proof .custom-notification .custom-close {
    position: absolute;
    top: 12px;
    right: 8px;
    height: 12px;
    width: 12px;
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
}

.custom-social-proof .custom-notification .custom-close::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: gray;
    position: absolute;
    left: 0;
    top: 5px;
}

.custom-social-proof .custom-notification .custom-close::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: gray;
    position: absolute;
    left: 5px;
    top: 0;
}

.poweredby {
    font-weight: 600;
    text-decoration: none;
    margin-left: 3px;
    color: #3498db;
}

section#urunliste {
    padding: 50px 0;
    padding-top: 150px;
    border-radius: 0;
    border: none;
    background: transparent;
}

section#urunliste .modal-header {
    border: none;
    padding: 0 25px;
    margin: 15px 0 0;
}

section#urunliste .modal-header i {
    color: #ECF9FF;
}

section#urunliste .modal-body {
    padding: 0;
    margin: 0;
    border-radius: 16px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

section#urunliste .modal-body .modal-inner .product_inner .alert {
    margin: 60px 0 0 0;
}

section#urunliste .modal-body .modal-inner .product_inner img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

section#urunliste .modal-body .product_content {
    width: 100%;
}

section#urunliste .modal-body .product_content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
}

section#urunliste .modal-body .product_content::-webkit-scrollbar-thumb {
    background: rgba(191, 191, 191, 0.5);
    border-radius: 0;
}

section#urunliste .modal-body .product_inner .other {
    margin-top: 60px;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
}

section#urunliste .modal-body .product_inner .other h3 {
    font-weight: 600;
    font-size: 19px;
    line-height: 26px;
    color: var(--text_1);
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #F7F9FC
}

section#urunliste .modal-body .product_inner .other ul li a {
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: var(--text_4);
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in;
}

section#urunliste .modal-body .product_inner .other ul li a:hover {
    color: var(--bg_2);
}

section#urunliste .modal-body .product_inner .other ul li a i {
    font-size: 15px;
    font-weight: 400;
    margin-right: 6px;
    height: 21px;
}

section#urunliste .modal-body .product_inner .other ul li:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #F7F9FC
}

section#urunliste .modal-body .product_inner form {
    display: flex;
    flex-direction: column;
}

section#urunliste .modal-body .product_inner #selector {
    margin-bottom: 30px;
    order: 2;
    position: relative;
}

section#urunliste .modal-body .product_inner #selector .form-control {
    border-radius: 16px;
    background: transparent;
}

section#urunliste .modal-body .product_inner #selector .form-control:hover {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section#urunliste .modal-body .product_inner #selector .dropdown-toggle {
    padding: 20px 20px;
    background: #fff;
    border-radius: 8px;
    border: none;
}

section#urunliste .modal-body .product_inner #selector .dropdown-toggle strong.fiyat {
    font-family: sans-serif !important;
}

section#urunliste .modal-body .product_inner #selector .dropdown-toggle:hover {
    background: #fff;
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section#urunliste .modal-body .product_inner #selector .dropdown-toggle:focus {
    outline: none;
    border: none;
    outline: none !important;
    outline-offset: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section#urunliste .modal-body .product_inner #selector .dropdown-toggle:after {
    display: none;
}

section#urunliste .modal-body .product_inner #selector .dropdown-toggle .filter-option-inner-inner {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--text_1);
}

section#urunliste .modal-body .product_inner #selector .dropdown-toggle .filter-option-inner-inner b {
    font-weight: 600;
}

section#urunliste .modal-body .product_inner #selector .dropdown-menu {
    border: none;
    -webkit-box-shadow: 0px 5px 50px 5px rgba(55, 81, 126, 0.05);
    box-shadow: 0px 5px 50px 5px rgba(55, 81, 126, 0.05);
    border-radius: 16px;
}

section#urunliste .modal-body .product_inner #selector .dropdown-menu .dropdown-item.active {
    background: var(--bg_2);
}

section#urunliste .modal-body .product_inner #selector i {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section#urunliste .modal-body .product_content .content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
}

section#urunliste .modal-body .product_content .content.comment {
    margin-top: 30px;
}

section#urunliste .modal-body .product_content .content .comment .item:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--line);
}

section#urunliste .modal-body .product_content .content .comment .item .item--name {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
}

section#urunliste .modal-body .product_content .content .comment .item .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--text_4);
}

section#urunliste .modal-body .product_content .content h3 {
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    color: var(--text_1);
    border-bottom: 1px solid #F7F9FC;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

section#urunliste .modal-body .product_content .content .stok {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--text_4);
    border-bottom: 1px solid #F7F9FC;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

section#urunliste .modal-body .product_content .content .stok b {
    font-weight: 600;
}

section#urunliste .modal-body .product_content .price_box {
    border-bottom: 1px solid #DFECF5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

section#urunliste .modal-body .product_content .price_box h3.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#urunliste .modal-body .product_content .price_box h3.price .old-price {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: var(--text_4);
}

section#urunliste .modal-body .product_content .price_box h3.price .new-price {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: var(--text_2);
    margin-left: 15px;
}

section#urunliste .modal-body .product_content .price_box .star i {
    font-size: 17px;
    color: var(--text_2);
}

section#urunliste .modal-body .product_content .product_info {
    padding: 0 0 20px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--text_4);
}

section#urunliste .modal-body .product_content .content_bottom {
    padding-top: 15px;
}

section#urunliste .modal-body .product_inner .btn-ground {
    width: 100%;
    order: 3;
    margin-bottom: 30px;
}

section#urunliste .modal-body .product_inner .wpbutton {
    order: 4;
}

section#urunliste .modal-body .product_inner .btn-ground button {
    height: 60px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    line-height: 26px;
    border-radius: 16px;
    border: none;
    background: var(--bg_2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#urunliste .modal-body .product_inner .btn-ground button i {
    margin-right: 8px;
    font-size: 20px;
    font-weight: 400;
}

section#urunliste .modal-body .product_inner .btn-group {
    display: flex;
    flex-direction: column;
}

section#urunliste .modal-body .product_inner .quantity-box {
    background: #fff;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 15px 15px 15px 20px;
    order: 1;
    height: 60px;
    margin-bottom: 30px;
    margin-top: 30px;
}

section#urunliste .modal-body .product_inner .quantity-box .input-number {
    border: none;
    vertical-align: top;
    outline: none;
    background: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: var(--text_1);
    position: relative;
    max-width: 15px;
}

section#urunliste .modal-body .product_inner .quantity-box .input-number.over-ten {
    max-width: 25px;
}


/* section#urunliste .modal-body .product_inner .quantity-box::after {

    content: "Adet";

    font-weight: 700;

    font-size: 19px;

    line-height: 24px;

    color: var(--text_1);

    position: absolute;

    left: 46px;

} */

section#urunliste .modal-body .product_inner .quantity-box .input-number-decrement {
    user-select: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border-right: none;
    font-weight: 400;
    font-size: 18px;
    color: var(--text_1);
    background: #F9F9FB;
    border-radius: 5px;
    width: 30px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 60px;
}

section#urunliste .modal-body .product_inner .quantity-box span.bold {
    margin-left: 15px;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    color: var(--text_1);
}

section#urunliste .modal-body .product_inner .quantity-box .input-number-increment {
    user-select: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border-left: none;
    font-weight: 400;
    font-size: 18px;
    color: var(--text_1);
    background: #F9F9FB;
    border-radius: 5px;
    width: 30px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
}

section#urunliste .modal-body .product_inner .quantity-box label {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

section#urunliste .modal-body .product_inner .quantity-box label b {
    font-weight: 600;
}

section#urunliste .modal-body .product_content .wpbtn {
    margin-top: 15px;
}

section#urunliste .modal-body .product_inner .wpbtn button {
    border: none;
    height: 60px;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    line-height: 26px;
    background: #4fce5d;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#urunliste .modal-body .product_inner .wpbtn button i {
    margin-right: 8px;
    font-size: 20px;
    font-weight: 400;
}

footer .top {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 30px 0;
    margin-bottom: 30px;
}

footer .top .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .top .links a {
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 5px;
    color: var(--text_4);
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 400ms ease-in-out;
}

footer .top .links a:hover {
    color: var(--bg_2);
}

footer .top .links a:not(:last-child) {
    margin-right: 15px;
}

footer .top .right {
    text-align: right;
}

footer .middle {
    border-bottom: 1px solid var(--line);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

footer .middle .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .middle .item .logo {
    border-right: 1px solid var(--line);
    margin-right: 30px;
    padding-right: 30px;
}

footer .middle .copyright p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--text_4);
}

footer .middle .right {
    text-align: right;
}

footer .middle .right p {
    text-align: right;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--text_4);
}

footer .bottom {
    padding-bottom: 30px;
}

footer .bottom a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--text_4);
}

footer .bottom a:not(:last-child) {
    margin-right: 35px;
}

@media (min-width: 1366px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 1200px) {
    section#blog-detail .blog__wrapper .blog__content {
        margin-bottom: 30px;
    }
    section.layout--3 .features--wrapper .features--left .left--content {
        margin-bottom: 30px;
    }
    .container {
        max-width: 95%;
    }
    section#home .bg {
        padding-bottom: 40px;
    }
    section#home .bg .row .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    section#home .bg .row .imgbox {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-bottom: 35px;
    }
    .blinking {
        display: none;
    }
}

@media (min-width: 1200px) {
    .site-header--menu-left .menu-block {
        width: 100%;
    }
    .site-menu-main .sub-menu.megamenu {
        min-width: 1100px;
    }
}

@media (max-width: 1100px) {
    .top_ticker .item {
        padding-right: 60px;
    }
    section.layout--1 .banner--wrapper .wrapper--content .content--right {
        display: none;
    }
    section.slider .slider--wrapper {
        flex-direction: column;
    }
    section.slider .slider--wrapper .custom-nav {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
        margin-top: 20px;
    }
    section.layout--1 .banner--wrapper .wrapper--content {
        flex-direction: column;
    }
    .top_ticker {
        max-width: 635px;
    }
}

@media (max-width: 1075px) {
    .dropdown-menu.show {
        display: block;
        position: static !important;
        transform: unset!important;
    }
    .site-navbar .header_wrapper {
        padding: 10px 0;
    }
    .site-navbar .header_wrapper .site-navigation .site-menu {
        display: none !important;
    }
    .site-navbar .header_wrapper .site-navigation .mobile-icon {
        display: block;
        font-size: 24px;
    }
    .site-navbar .header_wrapper .site-navigation .mobile-icon i {
        color: var(--text_1);
    }
    .catbody {
        overflow-x: auto;
        max-height: 314px;
    }
    .catbody::-webkit-scrollbar {
        width: 4px;
    }
    .catbody::-webkit-scrollbar-track {
        border-radius: 3px;
    }
    .catbody::-webkit-scrollbar-thumb {
        background: var(--bg_2);
        border-radius: 3px;
    }
}

@media (min-width: 1075px) {
    .nav-item:hover .dropdown-menu {
        -webkit-transition: .3s;
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s;
        transition: .3s;
        margin-top: 0;
    }
}

@media (min-width: 1075px) and (max-width: 1240px) {
    .site-navbar .header_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 30px;
    }
    .site-navbar .header_wrapper .ml-auto {
        margin: 0 auto;
    }
}

@media (min-width:1171px) {
    .site-navbar {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .site-navbar .menu-block-wrapper {
        display: flex !important;
        flex-basis: auto;
    }
    .site-header--sticky.another--page:not(.mobile-sticky-enable) {
        position: fixed !important;
        transition: 0.4s;
    }
    .site-header--sticky.another--page:not(.mobile-sticky-enable).scrolling {
        transition: 0.4s;
        top: 0 !important;
    }
    .site-header--sticky.another--page:not(.mobile-sticky-enable).reveal-header {
        transform: translateY(0%);
        position: fixed !important;
        background: #fff;
        z-index: 1000;
        top: 0 !important;
    }
    .site-header--sticky:not(.mobile-sticky-enable) {
        position: fixed !important;
        transition: 0.4s;
    }
    .site-header--sticky:not(.mobile-sticky-enable).scrolling {
        transition: 0.4s;
        top: -45px !important;
    }
    .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
        transform: translateY(0%);
        background: #fff;
        z-index: 1000;
        top: 0 !important;
    }
    .site-header--sticky:not(.mobile-sticky-enable).reveal-header.site-menu-main .nav-link-item {
        line-height: 80px;
    }
    .site-header--menu-center .menu-block {
        margin-left: auto;
        margin-right: auto;
    }
    .site-header--menu-left .container-fluid .sub-menu.megamenu {
        left: 0%;
        transform: translateX(0%) translateY(10px);
    }
    .site-header--menu-left .container-fluid .nav-item.has-megamenu:hover>.sub-menu {
        transform: translateX(0%) translateY(-10px);
        left: 0%;
        margin-left: 20px;
    }
    .site-header--menu-right>.container-fluid .sub-menu.megamenu {
        left: 100%;
        transform: translateX(-100%) translateY(10px);
    }
    .site-header--menu-right>.container-fluid .nav-item.has-megamenu:hover>.sub-menu {
        transform: translateX(-100%) translateY(-10px);
        left: 100%;
        margin-left: -20px;
    }
    .container-fluid .site-navbar {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-btns {
        margin-right: 0;
    }
    .row-lg {
        display: flex;
    }
    .site-menu-main {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        padding-left: 0;
    }
    .site-menu-main .nav-item:not(:last-child) {
        margin-right: 28px;
    }
    .site-menu-main .nav-link-item {
        padding: 0;
    }
    .site-menu-main .sub-menu {
        top: 100%;
        min-width: 227px;
        max-width: 227px;
    }
    .site-menu-main .sub-menu .sub-menu {
        top: 0 !important;
        left: 100%;
    }
    .site-menu-main .sub-menu--item {
        color: #000;
    }
    .site-menu-main .sub-menu--item>a {
        transition: 0.4s;
    }
    .site-menu-main .sub-menu.megamenu {
        background-color: #fff;
        padding: 30px;
        min-width: 925px;
        left: 50%;
        transform: translateX(-50%) translateY(10px);
        will-change: transform;
        top: 100%;
        box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
        border: 1px solid #e7e9ed;
        border-radius: 8px;
        visibility: hidden;
        z-index: -99;
        opacity: 0;
        pointer-events: none;
    }
    .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
        padding-left: 0px;
        padding-right: 10px;
    }
    .site-menu-main .sub-menu.megamenu .mega-drop-menu-item:hover {
        color: #416ff4 !important;
    }
    .site-menu-main .sub-menu.megamenu.megadropdown-center {
        transform: translateX(-50%) translateY(-10px);
    }
    .site-menu-main .sub-menu.megamenu.megadropdown-right {
        right: 0%;
        transform: translateX(0%) translateY(10px);
    }
    .site-menu-main .sub-menu.megamenu.megadropdown-left {
        left: 0%;
        transform: translateX(0%) translateY(10px);
    }
    li.nav-item-has-children:not(.has-megamenu) {
        position: relative;
    }
    li.nav-item-has-children:hover>.sub-menu {
        top: 100%;
        margin-top: 0;
        visibility: visible;
        opacity: 1;
        z-index: 99;
        pointer-events: visible;
        border-radius: 0px 0px 9px 9px;
        border-top: 3px solid var(--bg_2);
        height: 310px;
        overflow-y: auto;
    }
    li.nav-item-has-children:hover>.sub-menu::-webkit-scrollbar-track {
        border-radius: 100px;
        background: #E2F3FB;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    li.nav-item-has-children:hover>.sub-menu::-webkit-scrollbar {
        width: 3px;
    }
    li.nav-item-has-children:hover>.sub-menu::-webkit-scrollbar-thumb {
        border: 2px solid #e7e7e7;
        background-clip: padding-box;
        border-radius: 100px;
        background: var(--bg_2);
    }
}

@media (min-width: 998px) {
    section#layout--2 .modal .modal-dialog .modal-content .modal-body .modal-inner .product_inner {
        margin-right: 30px;
    }
}

@media (max-width: 998px) {
    section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--btn a,
    section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--btn button,
    section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--btn span {
        min-width: unset;
        width: 100%;
    }
    section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--btn span.price,
    section#layout--2 .product--wrapper .wrapper--item .product--content .product--body .product--btn span.new-price {
        margin-right: 15px;
    }
    section.slider .slider--wrapper .comment--slider .slide--item {
        flex-direction: column;
        align-items: flex-start;
    }
    section.slider .slider--wrapper .comment--slider .slide--item .item--prof .name {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
    }
    section.slider .slider--wrapper .comment--slider .slide--item .item--prof {
        margin-bottom: 20px;
    }
    .moblhd {
        display: none;
    }
    .site-menu-main .sub-menu--item {
        padding-top: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid var(--line);
    }
    section#urunliste .modal-inner {
        flex-direction: column;
    }
    section#urunliste .modal-inner .product_inner {
        margin-bottom: 30px;
    }
    section#urunliste .modal-body .product_content {
        padding-left: 0;
    }
    .catbody {
        margin-bottom: 30px;
    }
    section#accordion .image:after,
    section#accordion .image:before {
        display: none;
    }
    section#blog .blog_area .blog_item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    section#accordion {
        padding-bottom: 50px;
    }
    section#accordion .col-md-8,
    section#accordion .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    section#accordion .col-md-4 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px;
    }
    section#accordion .image {
        text-align: left;
    }
    section#order-form .form-left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 30px;
    }
    section#order-form {
        padding-top: 1px;
    }
    section#order-form .order-info {
        order: 2;
    }
    section#order-form .order-info .order-info-inner {
        margin-top: 60px;
    }
    section#order-form .infoview {
        display: none;
    }
    .modal-lg {
        width: 100%;
        margin: 0;
    }
    section#product .product .product-card .product_body .price-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    section#product .product .product-card .product_body .price-box .price_inner {
        border-bottom: 1px solid var(--line);
    }
    section#product .product .product-card .product_body .price-box .buying_button {
        display: block !important;
    }
    section#product .product .product-card .product_body .price-box .buying_button button {
        max-width: 89%;
    }
    section#layout--2 .modal .modal-dialog .modal-content .modal-body .modal-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    section#layout--2 .modal .modal-dialog .modal-content .modal-body .product_content {
        margin-top: 30px;
        padding-left: 0;
    }
    section#product2 .product .product-card .product_body .price-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    section#product2 .product .product-card .product_body .price-box .price_inner {
        border-bottom: 1px solid var(--line);
    }
    section#product2 .product .product-card .product_body .price-box .buying_button {
        display: block !important;
    }
    section#product2 .product .product-card .product_body .price-box .buying_button button {
        max-width: 89%;
    }
    section#product2 .modal .modal-dialog .modal-content .modal-body .modal-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    section#product2 .modal .modal-dialog .modal-content .modal-body .product_content {
        margin-top: 30px;
        padding-left: 0;
    }
}

@media (min-width: 320px) and (max-width: 992px) {
    .site-menu-main .sub-menu.megamenu {
        border: 0;
    }
    .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
        padding-left: 20px;
        padding-bottom: 13px;
        padding-top: 13px;
    }
    .site-menu-main .sub-menu.megamenu [class*=col-] {
        padding-left: 0;
        padding-right: 0;
    }
    .site-menu-main .sub-menu.megamenu [class*=row-] {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 996px) {
    section#product .product .product-card .product_body .price-box .buying_button {
        padding: 19.5px 0;
        width: 100%;
        display: none;
        -webkit-transition: all 0.3 ease-in-out;
        transition: all 0.3 ease-in-out;
    }
    section#product .product .product-card:hover .product_body .price-box .price_inner {
        display: none;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }
    section#product .product .product-card:hover .product_body .price-box .buying_button {
        display: block;
        -webkit-animation: fade 0.8s;
        animation: fade 0.8s;
    }
    section#product2 .product .product-card .product_body .price-box .buying_button {
        padding: 19.5px 0;
        width: 100%;
        display: none;
        -webkit-transition: all 0.3 ease-in-out;
        transition: all 0.3 ease-in-out;
    }
    section#product2 .product .product-card:hover .product_body .price-box .price_inner {
        display: none;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }
    section#product2 .product .product-card:hover .product_body .price-box .buying_button {
        display: block;
        -webkit-animation: fade 0.8s;
        animation: fade 0.8s;
    }
}

@media (min-width:1170px) {
    .mobile-hidee {
        display: none;
    }
}

@media (max-width: 1170px) {
    .site-navbar .panel>a.panel_detail {
        background: var(--bg_2) !important;
        color: var(--bg_3);
    }
    .site-menu-main>li.order_tracker {
        margin: 30px 15px;
    }
    .section--custom,
    section#home-top {
        margin-top: 85px;
    }
    .site-header--sticky.another--page:not(.mobile-sticky-enable) {
        position: fixed !important;
        transition: 0.4s;
    }
    .site-header--sticky.another--page:not(.mobile-sticky-enable).scrolling {
        transition: 0.4s;
        top: 0 !important;
    }
    .site-header--sticky.another--page:not(.mobile-sticky-enable).reveal-header {
        position: fixed !important;
        background: #fff;
        z-index: 1000;
        top: 0 !important;
    }
    section#basket {
        padding-top: 50px !important;
    }
    .ptt0,
    section#order-form.sepet-step {
        padding-top: 0 !important;
    }
    section#contact,
    section#pageInfo {
        margin-top: 0;
    }
    .site-menu-main .sub-menu--item {
        padding-top: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid var(--line);
    }
    .site-navbar .panel {
        width: 100%;
        margin: 0;
        display: flex;
        align-items: flex-start !important;
        flex-direction: column-reverse;
    }
    .site-navbar .panel>a.panel_detail span {
        font-weight: 600;
        font-size: 16px;
        line-height: 50px;
    }
    .site-navbar .panel>a.panel_detail {
        width: 100%;
        outline: 1.5px solid var(--line) !important;
        color: var(--text_1);
        margin: 0 auto;
        max-width: 280px;
        margin-bottom: 20px;
        margin-top: 30px;
        font-weight: 600;
        font-size: 16px;
        line-height: 50px;
        margin: 30px auto !important;
        padding-left: 0 !important;
    }
    .site-navbar .panel>a.panel_detail i {
        display: none;
    }
    .site-navbar .panel>a.register {
        outline: 1.5px solid var(--line) !important;
        width: 100%;
        margin-left: 0 !important;
        margin: 0 auto !important;
        max-width: 280px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0 !important;
    }
    .pt100 {
        padding-top: 0;
    }
    .basket.mobile-hidee #sepeticon {
        height: 45px !important;
    }
    .mobile-hidden {
        display: none;
    }
    .site-header--sticky:not(.mobile-sticky-enable) {
        padding: 20px 0;
    }
    .site-header--sticky:not(.mobile-sticky-enable) {
        position: fixed !important;
        top: 45px;
        right: 0;
        width: 100%;
        z-index: 999;
    }
    .site-header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }
    .site-header .mobile-menu-trigger span i {
        font-size: 26px;
        font-weight: 400;
    }
    .site-header .item-right {
        align-items: center;
    }
    .site-header .menu-block {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
        flex-direction: column;
    }
    .site-header .menu-block .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid var(--line);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: -webkit-sticky;
        position: sticky;
        background-color: #ffffff;
        top: 0;
        width: 100%;
    }
    .site-header .menu-block .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid var(--line);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: var(--text_1);
        font-size: 16px;
        display: none;
    }
    .site-header .menu-block .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: var(--text_1);
        visibility: hidden;
    }
    .site-header .menu-block .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid var(--line);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: var(--text_1);
        font-size: 25px;
    }
    .site-header .menu-block .mobile-menu-head.active .go-back {
        display: block;
    }
    .site-header .menu-block .mobile-menu-head.active .current-menu-title {
        visibility: visible;
    }
    .site-header .menu-block .site-menu-main {
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .site-navbar .panel a.register {
        margin-left: 30px;
    }
    .site-header .menu-block.active {
        transform: translate(0%);
    }
    .site-menu-main>li {
        line-height: 1;
        margin: 0;
        display: block;
    }
    .site-menu-main>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid var(--line);
    }
    .site-menu-main>li>a i {
        position: absolute;
        height: 50px !important;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }
    .site-menu-main>li .sub-menu.mega-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 50px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
        overflow-x: hidden;
    }
    .site-menu-main>li .sub-menu.mega-menu>.list-item>ul {
        margin-bottom: 15px;
    }
    .site-menu-main>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block;
    }
    .site-menu-main>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 50px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
        overflow-x: hidden;
    }
    .site-menu-main>li .sub-menu>ul>li>a {
        display: block;
    }
    .site-menu-main>li .sub-menu.active {
        display: block;
    }
    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }
    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 870px) {
    .site-navbar-wrap .site-navbar-top .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }
    .site-navbar-wrap .site-navbar-top .right p {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .site-navbar-wrap .site-navbar-top .tick {
        display: none;
    }
    .site-mobile-menu .site-nav-wrap li:last-child {
        display: block;
    }
    .site-mobile-menu .site-nav-wrap li:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    section.layout--3 .features--wrapper .features--right .info-container .text-feature ul li {
        width: calc(100% - 30px);
    }
    .section--custom .section--wrapper .section__right--content {
        margin-top: 30px;
        text-align: left;
    }
    section#social .left {
        margin-bottom: 30px;
    }
    footer .top .right {
        margin-top: 30px;
        text-align: left;
    }
    footer .middle .right {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px;
    }
    footer .middle .right p {
        text-align: left;
    }
}

@media (min-width: 576px) {
    section#layout--2 .modal .modal-dialog {
        display: block;
        margin: 30px auto;
    }
    section#product2 .modal .modal-dialog {
        display: block;
        margin: 30px auto;
    }
    .product_view .modal-dialog {
        overflow: hidden;
        max-width: inherit;
    }
}

@media (max-width: 576px) {
    section.layout--1 .banner--wrapper .wrapper--content .content--right {
        flex-direction: column;
        width: 100%;
    }
    section.layout--1 .banner--wrapper .wrapper--content .content--right a {
        margin-right: 0;
        width: 100%;
    }
    section.layout--1 .banner--wrapper .wrapper--content .content--right a:not(:last-child) {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .cookieConsentContainer {
        right: 0;
        margin: 0 23px;
    }
    section#accordion .image:after {
        content: none;
        display: none;
    }
    section#blog .blog_area .blog_item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    section#home .bg .row .image .img_left {
        display: none;
    }
    section#home .bg .row .image .img_right {
        display: none;
    }
    .btn-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .btn-group .quantity-box {
        height: 60px;
        margin-bottom: 15px;
    }
    section#bank .bank-item .bank-container .bank-content .topContent {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    section#bank .bank-item .bank-container .bank-content .topContent .topRight {
        margin-top: 30px;
    }
}

@media (max-width: 540px) {
    section#layout--2 .modal .modal-dialog .modal-content .modal-body .modal-inner .product_inner img,
    section#product2 .modal .modal-dialog .modal-content .modal-body .modal-inner .product_inner img,
    section#urunliste .modal-body .modal-inner .product_inner img {
        width: 100%;
    }
}

@media (max-width: 480px) {
    section.layout--1 .banner--wrapper .wrapper--content .content--left .icon {
        min-width: 35px;
        min-height: 35px;
    }
    .top_ticker .item {
        font-size: 16px;
    }
    .top_ticker .item {
        padding-right: 50px;
    }
    section#home .bg .btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    section#home .bg .btns a:not(:last-child) {
        margin-bottom: 15px;
    }
    footer .middle .item {
        -webkit-box-align: left !important;
        -ms-flex-align: left !important;
        align-items: left !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    footer .middle .item .logo {
        margin-bottom: 30px;
        padding-right: 0;
        margin-right: auto;
    }
    footer .middle .item .copyright {
        margin-right: auto;
    }
    footer .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    footer .bottom a {
        margin-right: 0 !important;
    }
}