html,
body {
    overscroll-behavior: none;
    -ms-scroll-chaining: none;
    scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,700&amp;display=swap&amp;subset=latin-ext');
.font-merri {
    font-family: 'Merriweather', serif;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../webfonts/Gilroy-Light.woff2') format('woff2'), url('../webfonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../webfonts/Gilroy-Regular.woff2') format('woff2'), url('../webfonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../webfonts/Gilroy-Medium.woff2') format('woff2'), url('../webfonts/Gilroy-Medium.woff') format('woff');
    font-weigt: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../webfonts/Gilroy-Bold.woff2') format('woff2'), url('../webfonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT 65';
    src: url('../webfonts/AvenirLT-MediumOblique.woff2') format('woff2'), url('../webfonts/AvenirLT-MediumOblique.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Kohinoor Bangla';
    src: url('../webfonts/KohinoorBangla-Light.woff2') format('woff2'), url('../webfonts/KohinoorBangla-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Kohinoor Bangla';
    src: url('../webfonts/KohinoorBangla-Medium.woff2') format('woff2'), url('../webfonts/KohinoorBangla-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Kohinoor Bangla';
    src: url('../webfonts/KohinoorBangla-Bold.woff2') format('woff2'), url('../webfonts/KohinoorBangla-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Kohinoor Bangla';
    src: url('../webfonts/KohinoorBangla-Regular.woff2') format('woff2'), url('../webfonts/KohinoorBangla-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kohinoor Bangla';
    src: url('../webfonts/KohinoorBangla-Semibold.woff2') format('woff2'), url('../webfonts/KohinoorBangla-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../webfonts/Avenir-Black.woff2') format('woff2'), url('../webfonts/Avenir-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Averta CY';
    src: url('../webfonts/AvertaCY-Bold.woff2') format('woff2'),
        url('../webfonts/AvertaCY-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta CY';
    src: url('../webfonts/AvertaCY-Semibold.woff2') format('woff2'),
        url('../webfonts/AvertaCY-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta CY';
    src: url('../webfonts/AvertaCY-Regular.woff2') format('woff2'),
        url('../webfonts/AvertaCY-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font-averta-bold {
    font-family: 'Averta CY';
    font-weight: bold !important;
}

.font-averta-semibold {
    font-family: 'Averta CY';
    font-weight: 600 !important;
}

.font-averta-regular {
    font-family: 'Averta CY';
    font-weight: normal !important;
}

html,
body {
    overscroll-behavior: none;
    -ms-scroll-chaining: none;
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Gilroy';
    font-size: 14px;
    color: #262c34;
}

section {
    position: relative;
}

.nedir-p {
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 60px;
    font-weight: 400;
    color: #fff;
}

.nedir-h {
    color: #fadc85;
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 20px;
    font-weight: 600;
}

.nedir-baslik {
    padding: 0;
}

.navbar-nav {
    padding-left: 45px;
}

.whatsappfloat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 9999999999 !important;
    padding: 15px;
}

.whatsappfloat:hover,
.whatsappfloat:active,
.whatsappfloat:focus {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 9999999999 !important;
    padding: 15px;
}

.modal-content {
    border-radius: 30px;
    background-color: #fadc85;
    color: #4f3e7d;
}

.modal-header {
    border-bottom: 0px;
}

.modal-footer {
    border-top: 0px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gilroy' !important;
}

* {
    outline: 0 !important;
    text-decoration: none !important;
}

a {
    color: #464646;
}

.bg-light {
    background-color: #5f4c94 !important;
}

body.sticky .bg-light {
    -webkit-box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.10);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

section.first-section {
    background-color: #5f4c94;
    height: 100vh;
}

section.second-section {
    background-color: #f26e6d;
    height: 100vh;
}

section.third-section {
    background-color: #85cdbb;
    height: 100vh;
}

section.fourth-section {
    background-color: #fff;
    height: 100vh;
}

section.icerik-ic {
    background-color: #fff;
    height: auto;
}

section.campain-section {
    background-color: #4f407c;
    height: 100vh;
}

section.fifth-section {
    background-color: #5f4c94;
    height: 100vh;
}

section.sixth-section {
    background-color: #fff;
    height: 100vh;
}

section.seventh-section {
    background-color: #5f4c94;
    height: 100vh;
}

section.first-detay-section {
    background-color: #4f3e7d;
    height: auto;
}

section.statik-iletisim {
    background-color: #5f4c94;
    height: 100vh;
}

section.second-detay-section {
    background-color: #5f4c94;
    height: auto;
}

section.second-nedir-section {
    background-color: #5f4c94;
    height: auto;
}

section.second-diyetisyen-section {
    background-color: #7dbd2c;
    height: auto;
}

.top-bar {
    background: #5f4c94;
    position: relative;
}

.fixed-top {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1030;
}

.pyy5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}

p.top-p {
    margin: 18px;
    text-align: left;
}

p.top-p span.first {
    font-size: 15px;
    margin: 0;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
}

p.top-p i {
    margin-right: 9px;
    font-size: 20px;
    color: #ff6367;
}

.btn-gonder {
    background-color: #fadc85;
    color: #5f4c94;
    text-align: center;
    padding: 12px 35px;
    border: 1px solid #fadc85;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    width: 100%;
}

.btn-gonder:hover,
.btn-gonder:focus,
.btn-gonder:active {
    background-color: #fff;
    color: #5f4c94;
    text-align: center;
    padding: 12px 35px;
    border: 1px solid #fff;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    width: 100%;
}

.iletisim-new::after {
    content: "";
    position: absolute;
    background-image: url(../images/iletisim-ust.png);
    width: 128px;
    max-width: 99.9vw;
    height: 475px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}

.iletisim-new::before {
    content: "";
    position: absolute;
    background-image: url(../images/iletisim-alt.png);
    width: 259px;
    max-width: 99.9vw;
    height: 277px;
    left: 0px;
    bottom: 0px;
    z-index: 0;
}

.beyaz {
    color: #fff !important;
}

.logo {
    width: 148px;
}

.h-100 {
    height: 100vh !important;
}

.slider-img {
    padding: 30px 50px;
}

.slider-h {
    color: #fadc85;
    font-size: 50px;
    line-height: 55px;
    /* letter-spacing: 1px; */
    padding-bottom: 40px;
    font-weight: 900;
    padding-top: 0px;
    /* font-family: 'Avenir'; */
    text-align: center;
}

.slider-p {
    color: #fff;
    font-size: 20px;
    line-height: 1.63;
    letter-spacing: 0px;
    font-weight: 500;
    padding-bottom: 40px;
    text-align: center;
}

a p.slider-button {
    background-color: #4f3e7d;
    color: #fff;
    text-align: center;
    padding: 10px 50px;
    border: 1px solid transparent;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: inherit;
    text-transform: uppercase;
    width: 250px;
    margin: auto;
}

a:hover p.slider-button {
    background-color: #f26e6d;
    color: #ffffff;
    text-align: center;
    padding: 10px 50px;
    border: 1px solid transparent;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    margin-bottom: inherit;
}

.navbar-light .navbar-nav .nav-link {
    color: #85cdbb;
    font-size: 15px;
    font-family: 'Gilroy';
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    font-size: 15px;
    font-family: 'Gilroy';
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}

.shop-img {
    width: 20px;
    height: 20px;
}

.btn-buy-now {
    background-color: #f26d6d;
    color: #fff;
    text-align: center;
    padding: 10px 50px;
    border: 1px solid transparent;
    border-radius: 25px;
    margin-left: 30px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.btn-buy-now:hover,
.btn-buy-now:active,
.btn-buy-now:focus {
    background-color: #fff;
    color: #f26d6d;
    text-align: center;
    padding: 10px 50px;
    border: 1px solid transparent;
    border-radius: 25px;
    margin-left: 30px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.buttons {
    position: inherit;
    right: inherit;
    top: inherit;
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: transparent;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/hamburger.svg) !important;
    height: 24px;
    width: 24px;
	margin-top: -32px;
}

.navbar-toggler {
    padding: 0;
}

section.statik-section {
    background-color: #f7f7f7;
    height: auto;
}

section.statik-faq {
    background-color: #5f4c94;
    height: auto;
}

.statik-baslik {
    color: #5f4c94;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.form-iletisim {
    border-radius: 16px;
    padding: 25px 20px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid transparent;
    color: #fff;
}

.contact-form ::placeholder {
    color: #fff;
    opacity: 1;
}

.iletisim-h {
    color: #85cdbb;
    font-size: 44px;
    line-height: 52px;
    letter-spacing: 1px;
    font-family: 'Avenir';
    font-weight: 700;
}

.iletisim-bilgileri {
    font-size: 16px;
    line-height: 28px;
    color: #fff !important;
    font-weight: 400;
    text-transform: inherit;
    letter-spacing: 0.5px;
}

.iletisim-bilgileri span {
    font-size: 16px;
    line-height: 28px;
    color: #fadc85;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.onayla label {
    margin-top: 10px;
    font-weight: 600;
    color: #85cdbb;
    letter-spacing: 1px;
    font-size: 16px !important;
}

.login-container {
    margin-top: 5%;
    margin-bottom: 5%;
}

.btn-outline-secondary {
    color: #fff;
    background-color: #f26d6d;
    background-image: none;
    border-color: #f26d6d;
    padding: 5px 25px !important;
    border-radius: 25px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-outline-secondary:focus {
    color: #f26d6d !important;
    background-color: #fff;
    background-image: none;
    border-color: #f26d6d;
    padding: 5px 25px !important;
    border-radius: 25px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

label.sozlesmeCheck input {
    float: left;
    width: 16px;
    margin-top: 1px;
    margin-right: 10px;
    height: 16px;
}

.card {
    background-color: transparent !important;
    /*border: 1px solid rgba(255, 255, 255, 0.3) !important;*/
    border: none !important;
}

.card-header {
    padding: 20px 20px !important;
    margin-bottom: 0 !important;
    background-color: #4f3e7d!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.card-header h1.title {
    font-size: 18px !important;
    letter-spacing: 0.5px !important;
    font-weight: 500 !important;
    color: #fff !important;
}

.card-body h4 {
    font-size: 13px;
    color: #fff;
}

.text-muted {
    color: #fff!important;
}

code {
    font-size: 87.5%;
    color: #7dc0b7;
    word-break: break-word;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px 20px !important;
}

.card-header p.caption {
    font-size: 12px;
    color: #7dc0b7;
}

.login-form-1 {
    padding: 5%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    background: #4f3e7d;
    border-radius: 20px;
}

.login-form-1 h3 {
    text-align: center;
    color: #fadc85;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 1px;
    font-family: 'Avenir';
    padding-bottom: 20px;
    font-weight: 700;
    padding-top: 0px;
}

.login-form-2 {
    padding: 5%;
    background: #fadc85;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    border-radius: 20px;
}

.login-form-2 h3 {
    text-align: center;
    color: #4f3e7d;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 1px;
    font-family: 'Avenir';
    padding-bottom: 20px;
    font-weight: 700;
    padding-top: 0px;
}

.btn-sepet.kirmizi {
    background-color: #f26d6d;
    color: #fff;
    border: 1px solid #f26d6d;
    margin-top: 20px;
}

.bootstrap-select {
    border: 0px;
}

#holder_sel_invoice,
#holder_sel_shipping {
    padding: 5px 5px;
    border-left: 4px solid #85cdbb;
    margin-top: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    opacity: 0.8;
}

.table.zero td,
.table.zero th {
    padding: 10px 6px;
    color: #fff;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: #4f3e7d!important;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    color: #fff;
}

.alert-success {
    color: #5f4c94;
    background-color: #85cdbb;
    border-color: #85cdbb;
}

.text-secondary {
    color: #4f3e7d!important;
    font-size: 12px;
}

#cms_payment_form div.oyoptions div {
    padding: 4px 0;
    color: #85cdbb;
}

.userProfileSideBar .dp {
    display: none;
}

.dash-left {
    /*    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    padding: 20px;
    background: #4f3e7d;
    margin-bottom: 30px;*/
    padding: 20px;
    background: #4f3e7d;
    margin-bottom: 30px;
    border-radius: 30px;
}

.icsayfa label {
    color: #85cdbb;
}

.btn-success {
    color: #fff;
    background-color: #f26d6d;
    border-color: #f26d6d;
    border-radius: 25px;
    padding: 6px 20px;
    font-size: 15px;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    color: #f26d6d;
    background-color: #fff;
    border-color: #f26d6d;
    border-radius: 25px;
    padding: 6px 20px;
    font-size: 15px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #85cdbb;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
    color: #fff;
}

.btn-sm,
.btn-sm:hover,
.btn-sm:focus,
.btn-sm:active {
    color: #fff;
}

.formHeadp {
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    color: #85cdbb;
    margin-top: 30px;
}

.btn-block {
    display: block;
    width: 100%;
    color: #fff;
    text-align: right;
}

.cbp-spmenu,
.cbp-spmenu-push {
    padding-right: 0px !important;
}

.btn-block:hover,
.btn-block:active,
.btn-block:focus {
    display: block;
    width: 100%;
    color: #fff;
    text-align: right;
}

dt {
    font-weight: 700;
    color: #85cdbb;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
    color: rgba(255, 255, 255, 0.9);
}

.userProfileSideBar .media-heading {
    font-size: 16px;
    color: #85cdbb;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #85cdbb;
}

#register-form {
    padding: 30px 0 !important;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

h5.footer-heading {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.userProfileSideBar-usermenu ul li a {
    display: block;
    color: #85cdbb;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding: 8px 10px;
}

.userProfileSideBar-usermenu ul li a:hover {
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.alt-baslik-account {
    color: #85cdbb;
}

.rounded {
    border-radius: 16px !important;
}

.border {
    border: none !important;
    color: #fff;
    background: #4f3e7d;
}

svg {
    overflow: hidden;
    vertical-align: middle;
    fill: #85cdbb !important;
}

.login-container form {
    padding: 10%;
}

.btnSubmit {
    width: 100%;
    border-radius: 16px;
    padding: 10px;
    border: none;
    cursor: pointer;
}

.login-form-1 .btnSubmit {
    font-weight: 600;
    color: #4f3e7d;
    background-color: #fadc85;
}

.login-form-2 .btnSubmit {
    font-weight: 600;
    color: #fff;
    background-color: #4f3e7d;
}

.login-form-2 .ForgetPwd {
    color: #4f3e7d;
    font-weight: 600;
    text-decoration: none;
}

.login-form-1 .ForgetPwd {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.btn-header {
    background-color: #4f3e7d;
    color: #fff;
    text-align: center;
    padding: 7px 15px;
    border: 1px solid transparent;
    border-radius: 25px;
    margin-left: 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.btn-header:hover,
.btn-header:active,
.btn-header:focus {
    background-color: #8473b3;
    color: #fff;
    text-align: center;
    padding: 7px 15px;
    border: 1px solid transparent;
    border-radius: 25px;
    margin-left: 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.5px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    text-transform: uppercase;
}

#cmsCartCounter {
    background-color: #85cdbb;
    font-size: 9px;
    line-height: 14px;
    border-radius: 50%;
    padding: 1px 2px;
    position: absolute;
    left: 29px;
    top: 0px;
    border: 2px solid #4f3e7d;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
}

.box-white {
    background: #fff;
    border: 1px solid #fff;
    padding: 25px 30px;
    border-radius: 56px 0 0 0;
    z-index: 5;
    margin: -90px 0 0 0;
    position: relative;
}

.mg {
    background-image: url(../images/bg-1.png);
    position: absolute;
    top: 45px;
    left: -65px;
    z-index: 3;
    width: 492px;
    height: 572px;
}

.box-purple {
    background: #5f4c94;
    border: 1px solid #5f4c94;
    padding: 50px 50px;
    border-radius: 0 56px 0 0;
    z-index: 5;
    width: 75%;
    position: absolute;
    bottom: 0;
}

.box-h {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.box-p {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #262c34;
    opacity: 0.8;
}

.btn-box {
    background-color: #fff;
    color: #262c34;
    text-align: center;
    padding: 15px 50px;
    border: 2px solid #f26d6d;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.btn-box:hover,
.btn-box:active,
.btn-box:focus {
    background-color: #fff;
    color: #f26d6d;
    text-align: center;
    padding: 15px 50px;
    border: 2px solid #f26d6d;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.bg-opt-1 {
    position: relative;
    top: 100px;
    left: -78px;
    z-index: 3;
    width: 390px;
}

.box-purple-h {
    color: #85cdbb;
    font-size: 44px;
    line-height: 56px;
    letter-spacing: 1px;
    font-family: 'Avenir';
    padding-bottom: 40px;
    font-weight: 700;
}

.box-purple-p {
    color: #fff;
    font-size: 18px;
    line-height: 1.63;
    letter-spacing: 0px;
    font-weight: 300;
    padding-bottom: 20px;
}

.pad30 {
    padding: 0 40px 0 0;
}

.bg-opt-2 {
    position: relative;
    bottom: -373px;
    right: -530px;
    z-index: 3;
}

.bg-cnt {
    background: url(../images/bg-2.png);
    background-repeat: no-repeat;
    background-position: 157% 40%;
    background-size: 230px;
}

.mbl-img {
    padding: 0px;
}

[card-stack] {
    will-change: transform;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    top: -25px;
}

[name="card-set"] {
    display: none;
}

[name="card-set"]:checked+[card] {
    display: -webkit-box;
    display: flex;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    -webkit-transition: opacity 1s, -webkit-transform 1s, -webkit-filter .25s;
    transition: opacity 1s, -webkit-transform 1s, -webkit-filter .25s;
    transition: transform 1s, opacity 1s, filter .25s;
    transition: transform 1s, opacity 1s, filter .25s, -webkit-transform 1s, -webkit-filter .25s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    z-index: 0;
}

[name="card-set"]:checked+[card]~[card] {
    z-index: -1;
    display: -webkit-box;
    display: flex;
    opacity: .5;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateY(1.2rem) scale(0.95);
    transform: translateY(1.2rem) scale(0.95);
    -webkit-transition: opacity 1.5s, -webkit-transform 1.5s, -webkit-filter .5s;
    transition: opacity 1.5s, -webkit-transform 1.5s, -webkit-filter .5s;
    transition: transform 1.5s, opacity 1.5s, filter .5s;
    transition: transform 1.5s, opacity 1.5s, filter .5s, -webkit-transform 1.5s, -webkit-filter .5s;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    background: #71b0a0;
}

[name="card-set"]:checked+[card]~[card]~[card] {
    z-index: -2;
    display: -webkit-box;
    display: flex;
    opacity: .3;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateY(2.4rem) scale(0.9);
    transform: translateY(2.4rem) scale(0.9);
    -webkit-transition: opacity 2s, -webkit-transform 2s, -webkit-filter 1.5s;
    transition: opacity 2s, -webkit-transform 2s, -webkit-filter 1.5s;
    transition: transform 2s, opacity 2s, filter 1.5s;
    transition: transform 2s, opacity 2s, filter 1.5s, -webkit-transform 2s, -webkit-filter 1.5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

[name="card-set"]:checked+[card]~[card]~[card]~[card] {
    z-index: -3;
    display: -webkit-box;
    display: flex;
    opacity: .1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateY(3.6rem) scale(0.85);
    transform: translateY(3.6rem) scale(0.85);
    -webkit-transition: opacity 2.5s, -webkit-transform 2.5s, -webkit-filter 2s;
    transition: opacity 2.5s, -webkit-transform 2.5s, -webkit-filter 2s;
    transition: transform 2.5s, opacity 2.5s, filter 2s;
    transition: transform 2.5s, opacity 2.5s, filter 2s, -webkit-transform 2.5s, -webkit-filter 2s;
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

[name="card-set"]:checked+[card]~[card]~[card]~[card]~[card] {
    z-index: -4;
    display: -webkit-box;
    display: flex;
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateY(5rem) scale(0.8);
    transform: translateY(5rem) scale(0.8);
    -webkit-transition: opacity 3s, -webkit-transform 3s, -webkit-filter 2.5s;
    transition: opacity 3s, -webkit-transform 3s, -webkit-filter 2.5s;
    transition: transform 3s, opacity 3s, filter 2.5s;
    transition: transform 3s, opacity 3s, filter 2.5s, -webkit-transform 3s, -webkit-filter 2.5s;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

[card] {
    display: -webkit-box;
    display: flex;
    will-change: filter opacity transform;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: white;
    opacity: 0;
    -webkit-transform: translateY(0) translateX(calc(-100% - 1rem)) scale(1);
    transform: translateY(0) translateX(calc(-100% - 1rem)) scale(1);
    -webkit-transition: opacity .2s .3s, -webkit-transform .5s, -webkit-filter .1s;
    transition: opacity .2s .3s, -webkit-transform .5s, -webkit-filter .1s;
    transition: transform .5s, opacity .2s .3s, filter .1s;
    transition: transform .5s, opacity .2s .3s, filter .1s, -webkit-transform .5s, -webkit-filter .1s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    box-shadow: 0 0.2rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 1;
    min-height: 100px;
}

[card]::before {
    content: '';
    display: block;
    padding-bottom: 28%;
}

[card] .content {
    /*    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    padding: 2rem;
    text-align: center;*/
    width: 100%;
    padding: 20px 30px;
}

[card] label {
    color: #5f4c94;
    text-align: right;
    display: block;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

[card] label:hover {
    background-color: transparent;
}

[card] label:active {
    background-color: transparent;
}

[card] label:focus {
    background-color: transparent;
}

[card-stack-new] {
    will-change: transform;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    top: -25px;
}

[name="card-set-new"] {
    display: none;
}

[name="card-set-new"]:checked+[card_new] {
    display: -webkit-box;
    display: flex;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    -webkit-transition: opacity 1s, -webkit-transform 1s, -webkit-filter .25s;
    transition: opacity 1s, -webkit-transform 1s, -webkit-filter .25s;
    transition: transform 1s, opacity 1s, filter .25s;
    transition: transform 1s, opacity 1s, filter .25s, -webkit-transform 1s, -webkit-filter .25s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    z-index: 0;
}

[name="card-set-new"]:checked+[card_new]~[card_new] {
    z-index: -1;
    display: -webkit-box;
    display: flex;
    opacity: .5;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateY(1.2rem) scale(0.95);
    transform: translateY(1.2rem) scale(0.95);
    -webkit-transition: opacity 1.5s, -webkit-transform 1.5s, -webkit-filter .5s;
    transition: opacity 1.5s, -webkit-transform 1.5s, -webkit-filter .5s;
    transition: transform 1.5s, opacity 1.5s, filter .5s;
    transition: transform 1.5s, opacity 1.5s, filter .5s, -webkit-transform 1.5s, -webkit-filter .5s;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    background: #71b0a0;
}

[name="card-set-new"]:checked+[card_new]~[card_new]~[card_new] {
    z-index: -2;
    display: -webkit-box;
    display: flex;
    opacity: .3;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateY(2.4rem) scale(0.9);
    transform: translateY(2.4rem) scale(0.9);
    -webkit-transition: opacity 2s, -webkit-transform 2s, -webkit-filter 1.5s;
    transition: opacity 2s, -webkit-transform 2s, -webkit-filter 1.5s;
    transition: transform 2s, opacity 2s, filter 1.5s;
    transition: transform 2s, opacity 2s, filter 1.5s, -webkit-transform 2s, -webkit-filter 1.5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

[name="card-set-new"]:checked+[card_new]~[card_new]~[card_new]~[card_new] {
    z-index: -3;
    display: -webkit-box;
    display: flex;
    opacity: .1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateY(3.6rem) scale(0.85);
    transform: translateY(3.6rem) scale(0.85);
    -webkit-transition: opacity 2.5s, -webkit-transform 2.5s, -webkit-filter 2s;
    transition: opacity 2.5s, -webkit-transform 2.5s, -webkit-filter 2s;
    transition: transform 2.5s, opacity 2.5s, filter 2s;
    transition: transform 2.5s, opacity 2.5s, filter 2s, -webkit-transform 2.5s, -webkit-filter 2s;
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

[name="card-set-new"]:checked+[card_new]~[card_new]~[card_new]~[card_new]~[card_new] {
    z-index: -4;
    display: -webkit-box;
    display: flex;
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateY(5rem) scale(0.8);
    transform: translateY(5rem) scale(0.8);
    -webkit-transition: opacity 3s, -webkit-transform 3s, -webkit-filter 2.5s;
    transition: opacity 3s, -webkit-transform 3s, -webkit-filter 2.5s;
    transition: transform 3s, opacity 3s, filter 2.5s;
    transition: transform 3s, opacity 3s, filter 2.5s, -webkit-transform 3s, -webkit-filter 2.5s;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

[card_new] {
    display: -webkit-box;
    display: flex;
    will-change: filter opacity transform;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: white;
    opacity: 0;
    -webkit-transform: translateY(0) translateX(calc(-100% - 1rem)) scale(1);
    transform: translateY(0) translateX(calc(-100% - 1rem)) scale(1);
    -webkit-transition: opacity .2s .3s, -webkit-transform .5s, -webkit-filter .1s;
    transition: opacity .2s .3s, -webkit-transform .5s, -webkit-filter .1s;
    transition: transform .5s, opacity .2s .3s, filter .1s;
    transition: transform .5s, opacity .2s .3s, filter .1s, -webkit-transform .5s, -webkit-filter .1s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    box-shadow: 0 0.2rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 1;
    min-height: 100px;
}

[card_new]::before {
    content: '';
    display: block;
    padding-bottom: 28%;
}

[card_new] .content {
    /*    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    padding: 2rem;
    text-align: center;*/
    width: 100%;
    padding: 20px 30px;
}

[card_new] label {
    color: #5f4c94;
    text-align: right;
    display: block;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

[card_new] label:hover {
    background-color: transparent;
}

[card_new] label:active {
    background-color: transparent;
}

[card_new] label:focus {
    background-color: transparent;
}

span.number {
    font-size: 28px;
    font-weight: 700;
    line-height: 45px;
    border-radius: 50%;
    background-color: #5f4c94;
    width: 45px;
    height: 45px;
    color: #fff;
    float: left;
    text-align: center;
}

p.pcardtack {
    font-size: 16px;
    line-height: 22px;
    color: #4f5a54;
    font-weight: 400;
    padding-left: 65px;
    margin-bottom: 5px;
    text-align: left;
}

.nasil-box {
    background: #fff;
       padding: 35px 55px;
    border-radius: 18px;
}

.btn-nasil {
    display: flex;
    margin-bottom: 8px;
    margin-top: 8px;
}

.btn-nasil a {
    background-color: #5f4c94;
    border-radius: 18px;
    box-shadow: 0 2px 7px 0 rgba(255, 255, 255, 0.15);
    padding: 15px 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.btn-nasil a:hover,
.btn-nasil a:active,
.btn-nasil a:focus {
    background-color: #fadc85;
    border-radius: 18px;
    box-shadow: 0 2px 7px 0 rgba(255, 255, 255, 0.15);
    padding: 15px 0px;
    width: 100%;
    text-align: center;
    color: #5f4c94;
    font-weight: 600;
    transition: all 0.4s !important;
    -webkit-transition: all 0.4s !important;
    -moz-transition: all 0.4s !important;
    -o-transition: all 0.4s !important;
}

.kullanim-amac {
    color: #f26e6d;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.kullanim-sekil {
    color: #000;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
}

.white-col {
    color: #fafafa !important
}

.box-card-h {
    color: #5f4c94;
    font-size: 44px;
    line-height: 52px;
    letter-spacing: 1px;
    font-family: 'Avenir';
    font-weight: 700;
    text-align: left;
}

.padbox-1 {
    margin: 50px 0 10px 0;
}

.padbox-2 {
    margin: 50px 0 10px 0;
}

.padbox-3 {
    margin: 100px 0 50px 0;
}

.padbox-4 {
    margin: 100px 0 50px 0;
}

.icindekiler-box {
    background-color: #f7f7f7;
    padding: 30px 30px;
    border-radius: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.sevilen_navi {
    padding-left: 40%;
    padding-right: 33%;
    width: 34%;
    position: absolute;
    text-align: center;
    display: inline-flex;
    z-index: 2;
}

.sevilen_navi a {
    display: inline-block;
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #5f4c94;
    float: none;
    padding-left: 6px;
}

.urun-icerikleri {
    width: 160px;
    position: absolute;
    right: 0px;
    top: 5px;
}

.urun-baslik {
    font-size: 20px;
    line-height: 26px;
    color: #5f4c94;
    font-weight: 600;
    position: absolute;
    top: 0px;
}

.urun-baslik span {
    font-size: 14px;
    line-height: 20px;
    color: #262c34;
    font-weight: 400;
    display: block;
}

.ikon-alan {
    display: block;
    color: #262c34;
    font-size: 16px;
}

span img.ikon-hw {
    height: 32px;
    width: 32px;
    margin-right: 30px;
    display: inline-block;
}

.ikonlar {
    padding-top: 100px;
    z-index: 1;
}

.icindekiler-h {
    color: #f26e6d;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0;
    /* font-family: 'Avenir'; */
    text-align: left;
    padding-bottom: 20px;
    font-weight: 700;
    padding-top: 0px;
}

.icindekiler-p {
    color: #5f4c94;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    padding-bottom: 10px;
}

.pad45 {
    padding: 0 10% 0 0;
}

.satis-h {
    color: #fadc85;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 0px;
    padding-bottom: 35px;
    font-weight: 600;
    padding-top: 0px;
    text-align: left;
    /* font-family: 'Avenir'; */
    padding-left: 20px;
}

.satis-p {
    color: #fff;
    font-size: 18px;
    /* line-height: 1.63; */
    letter-spacing: 0px;
    font-weight: 400;
    padding-bottom: 40px;
    text-align: left;
    font-family: 'Gilroy';
    padding-left: 20px;
}

.pad45-satis {
    padding: 0;
    margin: inherit;
}

.box-white-satis {
    background: #fff;
    border: 1px solid #fff;
    padding: 25px 25px;
    border-radius: 26px;
    margin: inherit;
}

.img-center {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.img-box-satis {
    padding: 20px 5px 10px;
}

.fiyat {
    color: #85cdbb;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
    display: block;
}

.fiyat-aciklama {
    color: #262c34;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    opacity: 0.5;
    text-align: center;
    display: block;
}

.qty .count {
    color: #170447;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    font-weight: 700;
    line-height: 27px;
    padding: 0 2px;
    min-width: 35px;
    text-align: center;
}

.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #7549c1;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    line-height: 19px;
    margin-top: 4px;
    background-color: #fff;
    border: 1px solid #7549c1;
}

.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #7549c1;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    line-height: 17px;
    margin-top: 4px;
    background-color: #fff;
    border: 1px solid #7549c1;
}

.qty input {
    border: 0;
    width: 2%;
}

.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty input:disabled {
    background-color: transparent;
}

.minus:hover {
    background-color: #7549c1 !important;
    color: #fff;
}

.plus:hover {
    background-color: #7549c1 !important;
    color: #fff;
}

.secim {
    color: #262c34;
    display: block;
    vertical-align: top;
    font-size: 18px;
    line-height: 29px;
    padding-right: 0px;
    padding-top: 0px;
    font-weight: 600;
}

.formHeadp {
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    color: #85cdbb;
    margin-top: 5px;
}

.bg-couple-img {
    overflow: hidden;
}

.bg-couple-img::before {
    content: "";
    position: absolute;
    background-image: url(../images/bg-1.png);
    width: 492px;
    max-width: 99.9vw;
    height: 572px;
    left: 65px;
    top: 100px;
    z-index: 0;
}

.bg-couple-img::after {
    content: "";
    position: absolute;
    background-image: url(../images/bg-2.png);
    width: 306px;
    max-width: 99.9vw;
    height: 350px;
    right: 7px;
    bottom: 0px;
    z-index: 0;
}

.bg-couple-img-new {
    overflow: hidden;
}

.bg-couple-img-new::before {
    content: "";
    position: absolute;
    background-image: url(../images/bg-3.png);
    width: 165px;
    max-width: 99.9vw;
    height: 283px;
    left: 0px;
    bottom: 0px;
    z-index: 0;
}

.bg-couple-img-new::after {
    content: "";
    position: absolute;
    background-image: url(../images/bg-4.png);
    max-width: 99.9vw;
    height: 513px;
width: 370px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}

.posab {
    position: absolute;
}

.posRel {
    position: relative;
}

.bulten-h {
    color: #635094;
    font-size: 44px;
    line-height: 46px;
    letter-spacing: 1px;
    font-family: 'Avenir';
    padding-bottom: 40px;
    font-weight: 700;
    padding-top: 0px;
}

.bulten-p {
    color: #262c34;
    font-size: 20px;
    line-height: 1.63;
    letter-spacing: 0px;
    font-weight: 500;
    padding-bottom: 40px;
}

.btn-news {
    height: 60px;
    color: #000;
    background-color: #fff;
    border: 1.5px solid #f26e6d;
    border-radius: 5px;
    border-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 30px;
}

.btn-kayit {
    height: 60px;
    background: #ff4577;
    border: 1.5px solid #f26e6d;
    border-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 22px;
    color: #ffffff;
    padding-right: 30px;
    padding-left: 30px;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    background-color: #fff;
    border-color: #f26e6d;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.padbtn30 {
    padding-right: 30px;
}

.btn-news::placeholder {
    color: #262c34;
    opacity: 0.2;
}

.bg-couple-contact {
    overflow: hidden;
}

.bg-couple-contact::after {
    content: "";
    position: absolute;
    background-image: url(../images/bg-5.png);
    width: 496px;
    max-width: 99.9vw;
    height: 249px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}

.contact-h {
    color: #85cdbb;
    font-size: 44px;
    line-height: 46px;
    letter-spacing: 1px;
    /* font-family: 'Avenir'; */
    padding-bottom: 40px;
    font-weight: 700;
    padding-top: 0px;
}

.nasil-h {
    color: #fff;
    font-size: 37px;
    line-height: 37px;
    /* letter-spacing: 1px; */
    /* font-family: 'Avenir'; */
    text-align: left;
    padding-bottom: 0px;
    font-weight: 700;
    padding-top: 0px;
}

.contact-p {
    color: #fff;
    font-size: 20px;
    line-height: 1.63;
    letter-spacing: 0px;
    font-weight: 500;
}

.blueberry-rect {
    border-radius: 10px;
    box-shadow: 0 20px 34px 0 #554486;
    background-color: #554486;
    padding: 30px 45px;
}

.contact-alt-h {
    font-family: 'Avenir';
    font-size: 14px;
    line-height: 20px;
    color: #fadc85;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-alt-p {
    font-size: 18px;
    line-height: 26px;
    color: #fff !important;
    font-weight: 500;
    margin-bottom: 0px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 13px;
}

.nav>li>a.nav-link {
    display: inline-block;
    padding: 5px 0;
    position: relative;
    font-size: 13px;
    font-weight: 500;
}

.nav>li>a.nav-link:hover,
.nav>li>a.nav-link:focus,
.nav>li>a.nav-link:active {
    display: inline-block !important;
    padding: 5px 0 !important;
    position: relative !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #5f4c94 !important;
    transition: all 0.4s !important;
    -webkit-transition: all 0.4s !important;
    -moz-transition: all 0.4s !important;
    -o-transition: all 0.4s !important;
    margin-left: 5px;
}

.nav>li>a {
    display: inline-block;
    padding: 5px 0;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #262c34;
    text-align: left;
}

.nav>li>a:hover,
.nav>li>a:focus,
.nav>li>a:active {
    display: inline-block !important;
    padding: 8px 15px !important;
    position: relative !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #5f4c94 !important;
    transition: all 0.4s !important;
    -webkit-transition: all 0.4s !important;
    -moz-transition: all 0.4s !important;
    -o-transition: all 0.4s !important;
}

.footer-h {
    font-size: 15px;
    font-weight: 600;
    color: #262c34;
    margin-bottom: 20px;
    padding: 5px 0;
    text-align: right;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
    text-align: right;
    display: block;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoInstagram:hover {
    background-color: #BD3518;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoInstagram:hover i {
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 32px;
    height: 32px;
    font-size: 16px;
    background: #5f4c94;
}

.social-circle li i {
    margin: 0;
    line-height: 34px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.newsletter {
    padding: inherit;
}

.last-box-contact {
    margin-bottom: inherit;
}

.footer-logo {
    display: block;
    margin: inherit;
    text-align: left;
}

#cart-overlay {
    display: none;
    width: 100vw;
    height: 100vh;
    z-index: 1030;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
}

body.opened #cart-overlay {
    display: block;
}

body.opened {
    overflow: hidden;
}

.col-12 {
    z-index: 999;
}

#cart-container {
    display: none;
    width: 350px;
    min-height: 180px;
    background-color: #fff;
    position: absolute;
    top: 66px;
    right: 228px;
    border-radius: 22px;
    -webkit-box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.10);
}

#cart-container::before {
    border: 1em solid transparent;
    border-color: transparent;
    border-style: solid;
    border-width: 0.6em 0.55em;
    border-bottom-color: #4f3e7d;
    content: '';
    position: absolute;
    top: -17px;
    right: 96px;
}

.urun-minicart {
    background-color: #4f3e7d;
    padding: 15px 15px 5px 15px;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.minicart-img {
    width: 108px;
    height: 81px;
}

.minicart-urun-h {
    color: #85cdbb;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    position: absolute;
    top: 20px;
}

.minicart-urun-p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    opacity: 0.7;
    position: absolute;
    top: 44px;
    padding-right: 20px;
}

.urun-sepet {
    padding: 15px;
    float: left;
    width: 68%;
}

.urun-sepet .secim {
    color: #262c34;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
    padding-right: 10px;
    font-weight: 600;
}

.urun-sepet .qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #7549c1;
    width: 13px;
    height: 13px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    line-height: 13px;
    margin-top: 1px;
    background-color: #fff;
    border: 1px solid #7549c1;
}

.urun-sepet .qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #7549c1;
    width: 13px;
    height: 13px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    line-height: 13px;
    margin-top: 1px;
    background-color: #fff;
    border: 1px solid #7549c1;
}

.urun-sepet .minus:hover {
    background-color: #7549c1 !important;
    color: #fff;
}

.urun-sepet .plus:hover {
    background-color: #7549c1 !important;
    color: #fff;
}

.urun-sepet .qty .count {
    color: #170447;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 0 2px;
    min-width: 30px;
    text-align: center;
}

span.mini-fiyat {
/*    position: absolute;
    bottom: 70px;
    right: 18px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;*/
    position: relative;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    float: right;
    width: 26%;
    margin-right: 5px;
    margin-top: 8px;
}

span.mini-fiyat span {
    padding-left: 7px;
    color: #85cdbb;
    font-weight: 600;
    font-size: 14px;
}

.btn-buy-now-cart {
    background-color: #f26d6d;
    color: #fff;
    text-align: center;
    padding: 10px 50px;
    border: 1px solid transparent;
    border-radius: 25px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 15px;
    font-weight: 600;
    line-height: 14px;
    width: 320px;
    margin-bottom: 15px;
}

.btn-buy-now-cart:hover,
.btn-buy-now-cart:active,
.btn-buy-now-cart:focus {
    background-color: #fff;
    color: #f26d6d;
    text-align: center;
    padding: 10px 50px;
    border: 1px solid #f26d6d;
    border-radius: 25px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 15px;
    font-weight: 600;
    line-height: 14px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    width: 320px;
    margin-bottom: 15px;
}

.btn-box-satis {
    background-color: #fff;
    color: #f26d6d;
    text-align: center;
    padding: 8px 35px;
    border: 1px solid #f26d6d;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}

.btn-box-satis:hover,
.btn-box-satis:active,
.btn-box-satis:focus {
    background-color: #f26d6d;
    color: #fff;
    text-align: center;
    padding: 8px 35px;
    border: 1px solid #f26d6d;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.img_div {
    margin: 10px 25px;
}

.slick-dots {
    display: none;
}

.urun-detay-pad {
    padding: 40px 18% 40px 18%;
    background-color: #5f4c94;
    border-radius: 25px;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-slide img.urun-icerikleri {
    width: 72px !important;
    height: 72px !important;
}

.urun-detay-h {
    color: #fadc85;
    font-size: 32px;
    line-height: 40px;
    /* letter-spacing: 1px; */
    /* font-family: 'Avenir'; */
    padding-bottom: 10px;
    font-weight: 600;
}

.urun-detay-p {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
    opacity: 0.4;
}

.urun-ozellik-camp {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
    opacity: 1;
}

.yesil {
    color: #88cdbb !important;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.card {
    background-color: transparent;
    border: 1px solid transparent;
}

.card-header {
    padding: 20px 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid transparent;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px 0;
    background-color: #7b66b3;
    border-radius: 0px 0px 20px 20px !important;
}

.card-body p {
    line-height: 26px;
    color: #000;
}

.card-title {
    margin-bottom: .75rem;
    color: #85cdbb !important;
    font-size: 16px;
    font-weight: 600;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: inherit;
    margin-left: 10px;
    color: #85cdbb;
}

.fiyat-detay {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
    font-weight: 500;
    text-align: left;
    display: block;
    margin-top: 8px;
}

.secim-detay {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 29px;
    padding-right: 15px;
    opacity: 0.4;
}

.detay-artieksi .qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #f26d6d;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    line-height: 21px;
    margin-top: 7px;
    background-color: transparent;
    border: 1px solid #f26d6d;
}

.detay-artieksi .qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #f26d6d;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    line-height: 22px;
    margin-top: 7px;
    background-color: transparent;
    border: 1px solid #f26d6d;
}

.detay-artieksi .minus:hover {
    background-color: #f26d6d !important;
    color: #fff;
}

.detay-artieksi .plus:hover {
    background-color: #f26d6d !important;
    color: #fff;
}

.detay-artieksi .qty .count {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    font-weight: 700;
    line-height: 27px;
    padding: 0 2px;
    min-width: 35px;
    text-align: center;
    opacity: 0.7;
    margin-top: 5px;
}

.btn-sepet {
    background-color: #f26d6d;
    color: #fff;
    text-align: center;
    padding: 12px 50px;
    border: 1px solid transparent;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: inherit;
}

.btn-sepet:hover,
.btn-sepet:active,
.btn-sepet:focus {
    background-color: #ec5050;
    color: #ffffff;
    text-align: center;
    padding: 12px 50px;
    border: 1px solid transparent;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    margin-bottom: inherit;
}

.sliderurun {
    margin: inherit;
}

.slider-urun-mb {
    margin: inherit;
    display: none;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 18px;
    line-height: 18px;
    opacity: 1;
    font-weight: 700;
    color: #4f3e7d;
    background: #85cdbb;
    -webkit-font-smoothing: none;
    padding: 7px 10px;
    -moz-osx-font-smoothing: none;
    border-radius: 4px;
}

.slick-next:before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 600; 
    content: "\f054"
}

.slick-prev:before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 600; 
    content: "\f053"
}


.slick-next {
    right: -5px;
}

.slick-prev {
    left: -16px;
    z-index: 999999 !important;
}

.faq-h {
    color: #85cdbb;
    font-size: 44px;
    line-height: 50px;
    letter-spacing: 1px;
    font-family: 'Avenir';
    padding-bottom: 40px;
    font-weight: 700;
    padding-top: 0px;
}

.faq-p {
    color: #fff;
    font-size: 20px;
    line-height: 1.63;
    letter-spacing: 0px;
    font-weight: 500;
}

.faq-baslik {
    padding: 0 60% 0 0;
}

.faqs-container {
    margin: 0 auto;
    max-width: 100%;
}

.faq {
    background-color: #4f3e7d;
    border: 1px solid #4f3e7d;
    border-radius: 20px;
    padding: 45px;
    position: relative;
    overflow: hidden;
    margin: 30px 0;
    transition: 0.3s ease;
    box-shadow: 0 20px 34px 0 #554486;
}

.faq.active {
    background-color: #4f3e7d;
    box-shadow: 0 20px 34px 0 #554486;
}

.faq-title {
    margin: 0 35px 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.faq-text {
    display: none;
    margin: 30px 0 0;
}

.faq.active .faq-text {
    display: block;
    color: #fff;
    opacity: 0.7;
}

.faq-toggle {
    background-color: #5f4c94;
    border: none;
    border-radius: 50%;
    color: #fadc85;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    position: absolute;
    top: 41px;
    right: 45px;
    height: 30px;
    width: 30px;
}

.faq-toggle:focus {
    outline: none;
}

.faq.active .faq-toggle {
    background-color: #5f4c94;
}

.faq-toggle .fa-minus {
    display: none;
}

.faq.active .faq-toggle .fa-minus {
    display: block;
}

.faq-toggle .fa-plus {
    color: #fadc85;
}

.faq.active .faq-toggle .fa-plus {
    display: none;
}

.user-login {
    position: absolute;
    right: 210px;
    top: 6px;
}

.swal2-popup {
    background: #fadc85 !important;
    border-radius: 24px !important;
}

.swal2-cancel {
    color: #5f4c94 !important;
    background-color: #fff !important;
    border-color: #5f4c94 !important;
    border-radius: 25px !important;
    padding: 6px 20px !important;
    font-size: 15px !important;
    margin-right: 10px !important;
}

.swal2-popup .swal2-styled {
    padding: 6px 20px !important;
}

.btn-secondary {
    color: #5f4c94 !important;
    background-color: #fff !important;
    border-color: #5f4c94 !important;
    border-radius: 25px !important;
    padding: 6px 20px !important;
    font-size: 15px !important;
    margin-right: 10px !important;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    color: #fff !important;
    background-color: #5f4c94 !important;
    border-color: #5f4c94 !important;
    border-radius: 25px !important;
    padding: 6px 20px !important;
    font-size: 15px !important;
    margin-right: 10px !important;
}

.swal2-cancel:hover,
.swal2-cancel:active,
.swal2-cancel:focus {
    color: #fff !important;
    background-color: #5f4c94 !important;
    border-color: #5f4c94 !important;
    border-radius: 25px !important;
    padding: 6px 20px !important;
    font-size: 15px !important;
    margin-right: 10px !important;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #f26d6d !important;
    background-color: #fff !important;
    border-color: #f26d6d !important;
}

.swal2-popup .swal2-title {
    color: #5f4c94 !important;
}

.swal2-popup #swal2-content {
    text-align: center !important;
    color: #5f4c94 !important;
}

.swal2-icon.swal2-warning {
    border-color: #5f4c94 !important;
    color: #5f4c94 !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: .25em solid rgba(165, 220, 134, 1) !important;
}

.accordion .card-header:first-child {
    padding: 15px !important;
}

.accordion .card-title {
    font-size: 18px;
}

.accordion .card-body {
    background-color: transparent;
}

.btn-stn {
    display: block;
}

.urunicerik-svg {
    width: 42px;
    height: 42px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
}

.urunicerik-span {
    font-size: 14px;
    color: #5f4c94;
    display: block;
}

.urunhicerik {
    color: #f26e6d;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 28px;
    padding-bottom: 20px;
    display: block;
}

a.icerik:hover img.urunicerik-svg {
    filter: invert(78%) sepia(15%) saturate(699%) hue-rotate(115deg) brightness(95%) contrast(89%);
    transition: all 0.2s !important;
    -webkit-transition: all 0.2s !important;
    -moz-transition: all 0.2s !important;
    -o-transition: all 0.2s !important;
}

.swal2-popup .swal2-styled.swal2-confirm {
    border: 1px solid #f26d6d !important;
    border-radius: 25px !important;
    background-color: #f26d6d !important;
    border-color: #f26d6d !important;
    color: #fff !important;
    font-size: 14px !important;
    box-shadow: none !important;
}

.swal2-popup .swal2-styled.swal2-confirm:hover,
.swal2-popup .swal2-styled.swal2-confirm:focus {
    border: 1px solid #f26d6d !important;
    border-radius: 25px !important;
    background-color: #fff !important;
    border-color: #f26d6d !important;
    color: #f26d6d !important;
    font-size: 14px !important;
    box-shadow: none !important;
}

.swal2-popup .swal2-styled.swal2-confirm:active {
    border: 1px solid #f26d6d !important;
    border-radius: 25px !important;
    background-color: #f26d6d !important;
    border-color: #f26d6d !important;
    color: #fff !important;
    font-size: 14px !important;
    box-shadow: none !important;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: none !important;
}

.swal2-icon.swal2-info {
    border-color: #5f4c94 !important;
    color: #5f4c94 !important;
}

.faq-sec .py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.bg-urundetay::after {
    content: "";
    position: absolute;
    background-image: url(../images/bg-urun.png);
    width: 360px;
    max-width: 99.9vw;
    height: 245px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}

hr.kampanya {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    border: 0;
    border-top: 1px solid #7765aa;
}

.kampanya-birim {
    color: #f9db8b;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    font-family: 'Averta CY';
    font-weight: normal !important;
}

.kampanya-box {
    background: #5f4e92;
    border: 2px solid #7765ab;
    border-radius: 4px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.kampanya-box:hover, 
.active .kampanya-box {
    border: 2px solid #fadc85;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.kampanya-box-anasayfa {
    padding: 15px 50px;
}

.kampanya-box-icsayfa {
    padding: 8px 15px;
}

.ilk-kampanya {
    max-height: 26px;
    min-height: 26px;
    display: inline-block;
}

.kampanya-baslik {
    color: #f9db8b;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.kampanya-alt-baslik {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
}

.kampanya-box .fiyat {
    margin-bottom: 10px;
    text-align: center;
    display: block;
}

.kampanya-box .fiyat div.yeni-fiyat {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    display: block;
    font-family: 'Averta CY';
    font-weight: 600 !important;
}

.kampanya-box .fiyat price.eski-fiyat {
    color: #fff;
    font-size: 19px;
    line-height: 19px;
    text-decoration: line-through !important;
    display: block;
    font-family: 'Averta CY';
    font-weight: normal !important;
    margin-bottom: 15px;
}

.kampanya-box .fiyat div.yeni-fiyat {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    display: block;
    font-family: 'Averta CY';
    font-weight: 600 !important;
}

.kampanya-box .fiyat div.eski-fiyat {
    color: #fff;
    font-size: 19px;
    line-height: 19px;
    text-decoration: line-through !important;
    display: block;
    font-family: 'Averta CY';
    font-weight: normal !important;
    margin-bottom: 15px;
}

.kampanya-box .qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #4f417b;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    line-height: 17px;
    margin-top: 4px;
    background-color: #ffd97c;
    border: 1px solid #5f4e92;
}

.kampanya-box .qty .count {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    font-weight: 700;
    line-height: 27px;
    padding: 0 2px;
    min-width: 35px;
    text-align: center;
}

.kampanya-box .qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #4f417b;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    line-height: 19px;
    margin-top: 4px;
    background-color: #ffd97c;
    border: 1px solid #5f4e92;
}

.kampanya-box .plus:hover {
    background-color: #fff !important;
    color: #4f417b;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.kampanya-box .minus:hover {
    background-color: #fff !important;
    color: #4f417b;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.kampanya-box .secim {
    color: #fff;
    display: block;
    vertical-align: top;
    font-size: 18px;
    line-height: 29px;
    padding-right: 0px;
    padding-top: 0px;
    font-weight: 600;
}

.kampanya-box .btn-box-satis {
    background-color: #ffd97c;
    color: #4f417b;
    text-align: center;
    padding: 8px 35px;
    border: 1px solid #ffd97c;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}

.kampanya-box .btn-box-satis:hover, .kampanya-box .btn-box-satis:active, .kampanya-box .btn-box-satis:focus {
    background-color: #fff;
    color: #4f417b;
    text-align: center;
    padding: 8px 35px;
    border: 1px solid #5f4e92;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.padr5 {
    padding-left: 15px;
    padding-right: 15px;
}

.pad60 {
    padding: inherit;
}

.padding60 {
    padding: 60px 0;
}

.margt30 {
    margin-top: inherit;
}

.iletisim-sec {
    padding-top: inherit;
}
.bubble {
margin-left: 20px;
    font-size: 13px;
    position: relative;
    display: inline-block;
    clear: both;
    margin-bottom: 0px;
    padding: 0px 17px;
    vertical-align: top;
    border-radius: 8px;
    font-weight: 400;
        line-height: 31px;
}
 .bubble.you {
  color: #4f407c ;
  background-color: #70cfbb;
}
.bubble.you:before {
    left: -3px;
    background-color: #70cfbb;
}
 .bubble:before {
    position: absolute;
    top: 14px;
    display: block;
    width: 8px;
    height: 6px;
    content: '\00a0';
    -webkit-transform: rotate(29deg) skew(-35deg);
    transform: rotate(29deg) skew(-35deg);
}

@media (max-width: 575.98px) {
    .kutu-ilk-sira {
            padding-right: 5px;
    }
    .kutu-ikinci-sira {
            padding-right: 5px;
            padding-left: 5px;
    }
    .kutu-ucuncu-sira {
            padding-left: 5px;
    }
    .kampanya-baslik {
    font-size: 14px;
}
.kampanya-birim {
    font-size: 12px;
}
    .nedir-h {
    color: #fadc85;
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 20px;
    font-weight: 600;
}
    .bubble {
    margin-left: 10px;
    font-size: 8px;
    position: relative;
    display: inline-block;
    clear: both;
    margin-bottom: 8px;
    padding: 0px 10px;
    vertical-align: top;
    border-radius: 8px;
        line-height: 31px;
}
    .pyy5 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .navbar-nav {
    padding-left: 0px;
}
    .slick-prev:before, .slick-next:before {
            display: none;
}
    .nasil-box {
    background: #fff;
    padding: 35px 20px;
    border-radius: 18px;
}
    .kullanim-sekil {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
}
.kullanim-amac {
    color: #f26e6d;
    font-size: 21px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
    .slick-prev {
    left: 0px;
    z-index: 999999 !important;
}
.slick-next {
    right: 0px;
    z-index: 999999 !important;
    display: flex;
}
    p.top-p {
    margin: 3px;
    text-align: left;
}
    .whatsappfloat {
        position: fixed;
        width: 40px;
        height: 40px;
        bottom: 20px;
        left: 10px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 20px;
        line-height: 20px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
        z-index: 9999999999 !important;
        padding: 10px;
    }
    .whatsappfloat:hover,
    .whatsappfloat:active,
    .whatsappfloat:focus {
        position: fixed;
        width: 40px;
        height: 40px;
        bottom: 20px;
        left: 10px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 20px;
        line-height: 20px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
        z-index: 9999999999 !important;
        padding: 10px;
    }
    .tabs-style-linetriangle nav a span:hover {
        margin: 0px;
    }
p.top-p span.first {
    font-size: 9px;
    line-height: 12px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
p.top-p i {
        font-size: 20px;
    text-align: center;
    display: block;
    margin-bottom: 5px;
    margin-right: 0px;
    margin-top: 7px;
}
    .tabs nav ul li {
        margin-bottom: 10px;
    }
    .tabs-style-linetriangle nav a span {
        margin: 0px;
    }
    .iletisim-sec {
        padding-top: 100px;
        padding-bottom: 40px;
    }
    .iletisim-new::after {
        display: none;
    }
    .iletisim-new::before {
        display: none;
    }
    .bg-urundetay::after {
        display: none;
    }
    .iletisim-h {
        font-size: 24px;
        line-height: 30px;
    }
    [card] .content {
        width: 100%;
        padding: 14px 30px;
    }
    [card_new] .content {
        width: 100%;
        padding: 10px 30px;
    }
    .tabs nav a {
        font-size: 16px;
        line-height: 34px;
    }
    .tabs nav li.tab-current a {
        font-size: 16px;
        line-height: 34px;
    }
    .margt30 {
        margin-top: 30px;
    }
    .pad60 {
        padding: 60px 0;
    }
    .btn-nasil a {
        font-size: 10px;
        font-weight: 400;
    }
    .padr5 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .faq-baslik {
        padding: 0px 30% 0 0;
    }
    .faq-h {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 20px;
    }
    .faq-p {
        font-size: 15px;
        line-height: 22px;
        padding-bottom: 15px;
    }
    .urun-detay-h {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 5px;
    }
    .faq-sec .py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .nav>li>a.nav-link:hover,
    .nav>li>a.nav-link:focus,
    .nav>li>a.nav-link:active {
        display: inline-block !important;
        padding: 5px 0 !important;
        position: relative !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        color: #5f4c94 !important;
        transition: all 0.4s !important;
        -webkit-transition: all 0.4s !important;
        -moz-transition: all 0.4s !important;
        -o-transition: all 0.4s !important;
        margin-left: 5px;
    }
    .btn-sm,
    .btn-sm:hover,
    .btn-sm:focus,
    .btn-sm:active {
        color: #fff;
        margin-bottom: 10px;
    }
    .box-purple {
        width: 100%;
    }
    #cmsCartCounter {
        background-color: #85cdbb;
        font-size: 9px;
        line-height: 14px;
        border-radius: 50%;
        padding: 3px 6px;
        position: absolute;
        left: 14px;
        top: -12px;
        border: 2px solid #5f4c94;
        width: 24px;
        height: 24px;
        display: block;
        text-align: center;
    }
    .user-login {
        position: absolute;
        right: 100px;
        top: 0px;
    }
    .faq-baslik {
        padding: inherit;
    }
    .btn-sepet {
        padding: 12px 30px;
    }
    .slider-urun-mb {
        margin: 0 0 30px 0;
    }
    .sliderurun {
        margin: 60px 0 0 0;
    }
    .navbar-nav {
        margin-top: 15px;
    }
    .posab {
        position: inherit;
    }
    .btn-sepet:hover,
    .btn-sepet:active,
    .btn-sepet:focus {
        padding: 12px 30px;
    }
    .btn-stn {
        display: none;
    }
    .buttons {
        position: absolute;
        right: -15px;
        top: 13px;
    }
    .btn-buy-now {
        padding: 4px 9px;
        margin-left: 10px;
        display: block;
        font-size: 9px;
        display: none;
    }
    .btn-buy-now:hover,
    .btn-buy-now:active,
    .btn-buy-now:focus {
        padding: 4px 9px;
        margin-left: 10px;
        display: block;
        font-size: 9px;
    }
    .h-100 {
        height: auto !important;
    }
    section.first-section {
        height: auto;
    }
    section.second-section {
        height: auto;
    }
    section.third-section {
        height: auto;
    }
    section.fourth-section {
        height: auto;
    }
    section.campain-section {
        height: auto;
    }
    section.fifth-section {
        height: auto;
    }
    section.sixth-section {
        height: auto;
    }
    section.seventh-section {
        height: auto;
    }
    section.first-detay-section {
        height: auto;
    }
    section.second-detay-section {
        height: auto;
    }
    section.second-nedir-section {
        height: auto;
    }
    section.statik-iletisim {
        height: auto;
    }
    .box-purple {
        position: inherit;
        padding: 20px 15px;
    }
    .box-white {
        margin: 30px 0 30px 0;
    }
    .slider-h {
        padding-top: 80px;
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 15px;
    }
    .slider-p {
        font-size: 15px;
        line-height: 22px;
        padding-bottom: 15px;
    }
    .mbl-img {
        padding: 25px 75px 60px 75px;
    }
    .box-purple-h {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 20px;
    }
    .box-purple-p {
        font-size: 15px;
        line-height: 22px;
        padding-bottom: 15px;
    }
    .box-card-h {
        font-size: 24px;
        line-height: 30px;
    }
    .padbox-1 {
        margin: 20px 0 10px 0;
    }
    .padbox-2 {
        margin: 15px 0 10px 0;
    }
    p.pcardtack {
        font-size: 13px;
        line-height: 15px;
    }
    .padbox-3 {
        margin: 130px 0 10px 0;
    }
    .padbox-4 {
        margin: 10px 0 20px 0;
    }
    .icindekiler-box {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .urun-icerikleri {
        width: 130px;
    }
    .sevilen_navi {
        padding-left: 40%;
    }
    .icindekiler-h {
        padding-top: 0px;
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 15px;
    }
    .icindekiler-p {
        font-size: 15px;
        line-height: 22px;
        padding-bottom: 0px;
    }
    .pad45 {
        padding: inherit;
    }
    .satis-h {
        padding-top: 0px;
        font-size: 26px;
        line-height: 28px;
        padding-bottom: 15px;
        text-align: left;
        padding-left: 0px;
    }
    .satis-p {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 0px;
        text-align: left;
        padding-left: 0px;
    }
    .pad45-satis {
        /* padding: inherit; */
        margin: 0 0 30px 0;
    }
    .bg-couple-img::before {
        display: none;
    }
    .bg-couple-img::after {
        display: none;
    }
    .bg-couple-img-new::before {
        display: none;
    }
    .bg-couple-img-new::after {
        display: none;
    }
    .bg-couple-contact::after {
        display: none;
    }
    .box-white-satis {
        margin: 0px 0px 30px 0px;
    }
    .bulten-h {
        padding-bottom: 15px;
        padding-top: 0px;
        font-size: 24px;
        line-height: 34px;
    }
    .bulten-p {
        font-size: 15px;
        line-height: 22px;
        padding-bottom: 0px;
    }
    .padbtn30 {
        padding-right: 0px;
    }
    .newsletter {
        padding: 30px 0px 0px 0px;
    }
    .contact-h {
        padding-bottom: 30px;
        padding-top: 0px;
        font-size: 24px;
        line-height: 34px;
    }
    .nasil-h {
        padding-bottom: 0px;
        padding-top: 0px;
        font-size: 26px;
        line-height: 29px;
    }
    .contact-p {
        font-size: 15px;
        line-height: 22px;
        padding-bottom: 15px;
    }
    .contact-alt-p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .last-box-contact {
        margin-bottom: 0px;
    }
    .footer-logo {
        display: block;
        margin: inherit;
        text-align: left;
    }
    .nav>li>a.nav-link {
        text-align: left;
        display: block;
        font-size: 12px;
    }
    .footer-h {
        text-align: center;
    }
    ul.social-network {
        text-align: left;
        margin-top: 15px;
    }
    #cart-container::before {
        right: 63px;
    }
    #cart-container {
        right: -3px;
    }
    .btn-group,
    .btn-group-vertical {
        position: absolute;
        right: 36px;
        top: 3px;
    }
    .logo {
        width: 104px;
    }
    .btn-header {
        padding: 4px 10px;
    }
    .shop-img {
        width: 18px;
        height: 18px;
    }
    #cmsCartCounter {
        background-color: #85cdbb;
        font-size: 8px;
        line-height: 14px;
        border-radius: 50%;
        padding: 2px 3px;
        position: absolute;
        left: 26px;
        top: -1px;
        border: 2px solid #5f4c94;
        width: 20px;
        height: 20px;
        display: block;
        text-align: center;
    }
    .btn-header {
        padding: 4px 14px;
    }
    .btn-header:hover,
    .btn-header:active,
    .btn-header:focus {
        padding: 4px 14px;
    }
    #cart-container {
        right: 6px;
        top: 57px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .bg-urundetay::after {
        display: none;
    }
    .iletisim-new::after {
        display: none;
    }
    .iletisim-new::before {
        display: none;
    }
    ul.social-network {
        text-align: left;
        margin-top: 15px;
    }
    .box-purple {
        width: 100%;
    }
    section.first-section {
        height: auto;
    }
    section.second-section {
        height: auto;
    }
    section.third-section {
        height: auto;
    }
    section.fourth-section {
        height: auto;
    }
    section.campain-section {
        height: auto;
    }
    section.fifth-section {
        height: auto;
    }
    section.sixth-section {
        height: auto;
    }
    section.seventh-section {
        height: auto;
    }
    section.first-detay-section {
        height: auto;
    }
    section.second-detay-section {
        height: auto;
    }
    section.second-nedir-section {
        height: auto;
    }
    section.statik-iletisim {
        height: auto;
    }
    .h-100 {
        height: 100%!important;
    }
    .bg-couple-img::after {
        display: none;
    }
    .bg-couple-img::before {
        display: none;
    }
    .bg-couple-img-new::after {
        display: none;
    }
    .bg-couple-img-new::before {
        display: none;
    }
    .slider-h {
        padding-top: 100px;
    }
    .btn-group,
    .btn-group-vertical {
        position: absolute;
        right: 35px;
        top: 5px;
    }
    .no-gutters>.col,
    .no-gutters>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
    .posab {
        position: inherit;
    }
    .box-purple {
        width: 100%;
        position: inherit;
        margin: 40px 0;
    }
    .box-white {
        margin: 40px 0 0 0;
    }
    .mbl-img {
        padding: 0px 0px 40px 0px;
    }
    .padbox-3 {
        margin: 170px 0 11px 0;
    }
    .icindekiler-h {
        padding-top: 40px;
    }
    .icindekiler-box {
        margin-bottom: 40px;
    }
    .box-white-satis {
        margin: 40px 0 40px 0;
    }
    .bulten-h {
        padding-top: 40px;
    }
    .newsletter {
        padding: 30px 0 40px 0;
    }
    .contact-h {
        padding-top: 40px;
    }
    .last-box-contact {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .iletisim-new::after {
        display: none;
    }
    .iletisim-new::before {
        display: none;
    }
    .box-purple {
        width: 100%;
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0;
        right: 0px;
        position: relative;
        top: 0px;
    }
    .btn-group,
    .btn-group-vertical {
        position: absolute !important;
        right: 40px;
        top: 5px;
    }
    .faq-baslik {
        padding: inherit;
    }
    .bg-couple-img::after {
        display: none;
    }
    .bg-couple-img::before {
        display: none;
    }
    .bg-couple-img-new::after {
        display: none;
    }
    .bg-couple-img-new::before {
        display: none;
    }
    .no-gutters {
        margin-right: 30px;
        margin-left: inherit;
    }
    .box-purple {
        padding: 25px 25px;
    }
    .sevilen_navi {
        padding-left: 40%;
    }
    .pad45-satis {
        padding: 0px 0 0 5%;
        margin: inherit;
    }
    .box-white-satis {
        padding: 25px 35px;
    }
    .contact-alt-p {
        margin-bottom: 15px;
    }
    .satis-p {
        padding-bottom: 0px;
    }
    .icindekiler-p {
        padding-bottom: 0px;
    }
    .btn-buy-now {
        display: none;
    }
    .buttons {
        position: inherit;
        right: inherit;
        top: 13px;
        margin-right: 68px;
    }
    .navbar-collapse {
        margin: 15px 0px;
    }
    #cart-container {
        right: 127px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #cart-container {
        right: 112px;
    }
    .box-purple {
        width: 100%;
    }
    .faq-baslik {
        padding: inherit;
    }
    .bg-couple-img::after {
        display: none;
    }
    .bg-couple-img::before {
        display: none;
    }
    .bg-couple-img-new::after {
        display: none;
    }
    .bg-couple-img-new::before {
        display: none;
    }
    .box-white {
        margin: 90px 0 0 0;
    }
    .no-gutters {
        margin-right: 45px;
        margin-left: inherit;
    }
    .box-purple {
        bottom: 90px;
    }
    .sevilen_navi {
        padding-left: 40%;
    }
}

.card-header:first-child {
    border-radius: 20px 20px 0px 0px !important;
    padding: 20px 20px 0px 20px !important;
}

.card-footer:last-child {
    border-radius: 20px;
    background-color: #4f3d7d;
    margin: 15px 0;
}
.login-container form{padding: 0% 10% !important;} .fushia{background-color: #ff556b !important;}