body {
    font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
    color: #4c4c4c;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400
}

b {
    font-weight: 700
}

.breadcrumb {
    margin-bottom: 0px
}

.breadcrumb li {
    color: #13bfd6
}

.breadcrumb li a {
    position: relative;
    margin-right: 20px;
    color: #4c4c4c
}

.breadcrumb li a:after {
    line-height: 15px;
    top: 7px;
    right: -14px;
    position: absolute;
    font: normal normal normal 12px/1 FontAwesome;
    content: "\f054";
    color: #c5c5c5;
    font-size: 8px
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased
}

a:hover {
    text-decoration: none
}

header {
    position: relative;
    z-index: 99999;
    margin-bottom: -35px;
    margin-top: 15px
}

main {
    position: relative;
    z-index: 1
}

.logo {
    padding-left: 0;
    padding-right: 0;
    border: 15px solid white;
    border-top: none;
    border-radius: 70px;
    border-bottom-left-radius: 0;
    background: white
}

.nav-right {
    text-align: right
}

ul.menu {
    margin-bottom: 0;
    float: right;
    padding-top: 5px
}

ul.menu li {
    display: -webkit-inline-box;
    display: inline-flex;
    margin-left: 15px;
    height: 75px
}

ul.menu li a {
    color: #000;
    display: block;
    width: 100%;
    font-weight: 400
}

ul.menu li a:hover {
    color: #13bfd6;
    text-decoration: none
}

ul.menu li a.active {
    color: #13bfd6
}

ul.menu ul {
    display: none;
    position: relative
}

ul.menu li:hover > ul {
    display: block;
    background: #13bfd6;
    position: absolute;
    top: 41px;
    padding: 15px;
    width: 250px;
    border-radius: 10px;
    text-align: left;
    left: -50px
}

ul.menu li:hover > ul li {
    display: block;
    margin-left: 0px;
    line-height: 30px;
    height: auto
}

ul.menu li:hover > ul li a {
    color: white;
    line-height: 31px
}

ul.menu li:hover > ul li a.active {
    color: #88ecf9
}

ul.menu li:hover > ul li:hover > a {
    color: #88ecf9
}

ul.menu li:nth-child(1):hover > ul {
    left: -75px
}

ul.menu li:nth-child(2):hover > ul {
    left: -50px
}

ul.menu li:nth-child(3):hover > ul {
    left: 0px
}

ul.social {
    padding-top: 5px
}

ul.social li {
    display: -webkit-inline-box;
    display: inline-flex
}

ul.social img {
    width: 25px
}

ul.social .lang {
    color: #1854a1;
    margin-left: 15px
}

ul.social .lang a {
    color: #1854a1
}

ul.social .lang a:hover {
    text-decoration: none
}

ul.social .lang img {
    width: 50px
}

ul.social .lang-pop {
    display: none;
    position: absolute;
    background: white;
    top: 40px;
    z-index: 100;
    width: 100px;
    padding: 10px;
    right: 15px;
    border: 1px solid #1854a1;
    text-align: center
}

ul.social .lang-pop ul {
    padding: 0px
}

ul.social .lang-pop ul li {
    line-height: 25px
}

.search {
    float: right;
    margin-left: 15px;
    position: relative
}

.search input[type='search'] {
    border-radius: 20px;
    border: 1px solid #1854a1;
    padding: 5px 15px;
    width: 200px;
    padding-right: 35px
}

.search input[type='search']:focus {
    outline: unset !important
}

.search button {
    border: none;
    background: none;
    position: absolute;
    color: #1854a1;
    right: 10px;
    top: 5px;
    cursor: pointer
}

.search button:focus {
    outline: unset !important
}

.ebulten {
    margin-bottom: 30px;
    margin-top: 30px
}

.ebulten .ebulten-content {
    border-radius: 20px;
    min-height: 350px;
    background: url("../img/ebulten.jpg"), #ddeef6;
    background-size: cover;
    background-position: right
}

.ebulten .text-bulten {
    padding: 30px;
    padding-bottom: 50px
}

.ebulten .text-bulten .slogan {
    font-size: 38px;
    color: #134e9a
}

.ebulten .text-bulten .slogan-alt {
    color: #13bfd6;
    font-size: 22px
}

.ebulten .text-bulten .ebulten-text {
    margin-bottom: 25px;
    margin-top: 25px;
    line-height: 20px
}

.ebulten .text-bulten .ebulten-input {
    width: 40%;
    border-radius: 20px;
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    height: 40px
}

footer {
    background: #13bfd6;
    color: white;
    padding: 100px 0px;
    padding-bottom: 15px;
    position: relative;
    z-index: 9999;
    margin-top: 120px
}

footer .footer-logo {
    position: absolute;
    width: 100%;
    top: -75px;
    text-align: center
}

footer .footer-logo img {
    height: 150px;
    padding-left: 0;
    padding-right: 0;
    border: 20px solid white;
    border-top: none;
    border-radius: 100px;
    background: white
}

footer ul.social img {
    width: 35px
}

footer .footer-menu .menu-title {
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 1px dotted;
    display: -webkit-inline-box;
    display: inline-flex
}

footer .footer-menu ul {
    padding: 0;
    list-style-type: none
}

footer .footer-menu ul li a {
    color: white;
    font-size: 14px;
    line-height: 25px
}

footer .copy-firm img {
    margin-top: 10px
}

footer ul.social li {
    margin-left: 5px
}

footer .copyright {
    position: relative;
    border-top: 1px solid #f7f7f7;
    padding-top: 15px
}

.kapsayici {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.page-content {
    margin-top: 15px;
    font-size: 16px;
    color: #737373;
    line-height: 24px
}

.certificate {
    border-radius: 20px;
    margin-top: 15px;
    font-size: 16px;
    color: #737373;
    line-height: 24px
}

.certificate .row {
    margin-left: -25px;
    margin-right: -25px
}

.certificate .item {
    margin-bottom: 20px;
    padding: 0px 10px !important
}

.certificate .item .bordered {
    background: white
}

.certificate .item img {
    width: 100%
}

.slider {
    margin-bottom: 30px
}

.slider .swiper-button-prev {
    background: url("../img/slider-left-arrow.png") no-repeat center;
    left: -2px !important;
    width: 47px;
    height: 115px;
    top: 40%
}

.slider .swiper-button-next {
    background: url("../img/slider-right-arrow.png") no-repeat center;
    right: -2px !important;
    width: 47px;
    height: 115px;
    top: 40%
}

.slider img {
    width: 100%;
    border-radius: 20px
}

.slider .swiper-button-disabled {
    opacity: 1 !important;
    cursor: auto;
    pointer-events: unset !important
}

.about-mission {
    margin-bottom: 30px
}

.about-mission .about-mission-bg {
    background: url(../img/mission.png) no-repeat left;
    background-size: cover;
    background-color: #7ebaca;
    color: white;
    border-radius: 20px;
    min-height: 50px;
    padding: 45px
}

.about-mission .about-mission-bg .mission-title {
    font-size: 28px;
    margin-bottom: 10px
}

.about-mission .about-mission-bg .mission-content {
    font-size: 16px
}

.anne-bebek-akademisi {
    margin-bottom: 30px
}

.anne-bebek-akademisi .row {
    margin-right: 0
}

.anne-bebek-akademisi .col-md-5 {
    padding-right: 0
}

.anne-bebek-akademisi .col-md-5 img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.anne-bebek-akademisi .col-md-7 {
    color: white;
    background-color: #134e9a;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    padding: 50px 20px
}

.anne-bebek-akademisi .col-md-7 .akademi-baslik {
    font-size: 36px;
    font-family: "Baloo";
    margin-bottom: 30px;
    text-align: center;
    width: auto;
    display: table;
    line-height: 36px
}

.anne-bebek-akademisi .col-md-7 .akademi-icerik {
    font-size: 14px
}

.product-category .container > .row {
    margin: 0px -5px
}

.product-category .category-home-2 {
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-bottom: 20px
}

.product-category .category-home-2 img {
    border-radius: 20px
}

.product-category .category-home {
    margin-bottom: 10px;
    position: relative;
    padding-right: 5px;
    padding-left: 5px
}

.product-category .category-home .category-content {
    position: absolute;
    opacity: 0;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    text-align: center;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 0 40px;
    display: table;
    height: 100%;
    width: 99%
}

.product-category .category-home .category-content .vertical-align {
    display: table-cell;
    vertical-align: middle
}

.product-category .category-home .category-content .category-name {
    color: #f598a3;
    font-size: 24px;
    margin-bottom: 10px
}

.product-category .category-home .category-content .category-sub-content {
    margin-bottom: 20px
}

.product-category .category-home img {
    border-radius: 20px
}

.product-category .category-home:first-child .category-content {
    padding: 20px
}

.product-category .category-home:nth-child(4) .category-content, .product-category .category-home:nth-child(6) .category-content, .product-category .category-home:nth-child(7) .category-content, .product-category .category-home:nth-child(8) .category-content {
    padding: 50px
}

.product-category .category-home:hover .category-content {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.product-category .category-footer {
    margin-bottom: 30px;
    margin-top: 20px
}

.product-category .category-footer .aylar {
    background-color: #f8eee7;
    border-radius: 20px;
    min-height: 100px;
    padding: 25px 0px;
    text-align: center
}

.product-category .category-footer .aylar .aylar-title {
    font-size: 24px;
    line-height: 35px;
    color: #1554a1;
    margin-bottom: 15px
}

.product-category .category-footer .aylar .aylar-title span {
    display: block;
    font-size: 32px
}

.product-category .category-footer .aylar .ay {
    width: 150px;
    display: inline-block;
    height: 120px;
    border-radius: 20px;
    margin-right: 15px;
    padding: 12.5px;
    position: relative;
    margin-top: 25px;
    background: #e5e5e5
}

.product-category .category-footer .aylar .ay .bg {
    border-radius: 20px;
    width: 125px;
    height: 125px;
    display: block;
    position: absolute;
    top: -20px;
    left: 13px
}

.product-category .category-footer .aylar .ay .bg a {
    position: absolute;
    width: 125px;
    height: 105px;
    top: 0px;
    left: 0px;
    border-radius: 20px;
    padding-top: 25px;
    color: white;
    font-weight: 600;
    font-size: 22px;
    -webkit-transition: background .5s;
    transition: background .5s
}

.product-category .category-footer .aylar .ay .bg a span {
    font-size: 45px;
    line-height: 35px;
    display: block
}

.product-category .category-footer .aylar .ay6 .bg {
    background: #c50536
}

.product-category .category-footer .aylar .ay6 .bg a {
    background: #fc3f69;
    text-shadow: -1px -3.5px #c50536
}

.product-category .category-footer .aylar .ay6 .bg a:hover {
    background: #c50536
}

.product-category .category-footer .aylar .ay12 .bg {
    background: #aa1a9d
}

.product-category .category-footer .aylar .ay12 .bg a {
    background: #ca4fb9;
    text-shadow: -1px -3.5px #aa1a9d
}

.product-category .category-footer .aylar .ay12 .bg a:hover {
    background: #aa1a9d
}

.product-category .category-footer .aylar .ay18 .bg {
    background: #037e79
}

.product-category .category-footer .aylar .ay18 .bg a {
    background: #02bcb7;
    text-shadow: -1px -3.5px #037e79
}

.product-category .category-footer .aylar .ay18 .bg a:hover {
    background: #037e79
}

.product-category .category-footer .katalog {
    background-color: #f8eee7;
    border-radius: 20px;
    min-height: 285px;
    text-align: center;
    padding: 25px 0px;
    background: url("../img/katalog.png"), #f8eee7;
    background-size: 100%;
    background-position: bottom;
    position: relative
}

.product-category .category-footer .katalog a {
    color: #13bfd6;
    font-size: 26px;
    position: absolute;
    font-weight: bold;
    bottom: 3px;
    width: 100%;
    display: block;
    text-align: center
}

.product-category .category-footer .katalog a:hover {
    color: white;
    text-decoration: none
}

.product-category .category-footer .sertifika {
    background-color: #f8eee7;
    border-radius: 20px;
    min-height: 285px;
    padding: 18px 0px;
    padding-top: 20px
}

.product-category .category-footer .sertifika .swiper-container-certificate {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    text-align: center
}

.product-category .category-footer .sertifika .swiper-container-certificate img {
    width: 53%
}

.product-category .category-footer .sertifika .swiper-button-prev {
    background: none;
    border-color: transparent #134e9a transparent transparent;
    border-style: solid;
    border-width: 20px;
    width: 0px;
    height: 0px;
    margin-left: -20px
}

.product-category .category-footer .sertifika .swiper-button-next {
    background: none;
    border-color: transparent transparent transparent #134e9a;
    border-style: solid;
    border-width: 20px;
    width: 0px;
    height: 0px;
    margin-right: -20px
}

.akademi-anasayfa {
    position: relative
}

.akademi-anasayfa .swiper-container-akademi {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    text-align: center
}

.akademi-anasayfa .akademi-content {
    text-align: left
}

.akademi-anasayfa .akademi-content .akademi-image img {
    border-radius: 20px
}

.akademi-anasayfa .akademi-content .akademi-baslik {
    font-size: 18px;
    margin-bottom: 5px
}

.akademi-anasayfa .akademi-content .devami {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #cd7bcc
}

.akademi-anasayfa .akademi-content .akademi-text a {
    color: unset
}

.akademi-anasayfa .akademi-content .akademi-text .title {
    font-size: 16px;
    line-height: 16px;
    padding: 15px 0px;
    font-weight: bold;
    height: 55px;
    display: block;
    width: 100%
}

.akademi-anasayfa .akademi-content .akademi-text .content {
    height: 130px
}

.akademi-anasayfa .swiper-button-prev-akademi {
    left: -50px;
    margin-top: -165px;
    background: #e2e3e4;
    color: white;
    border-radius: 50px;
    padding: 0px 13px;
    font-size: 30px;
    height: 40px;
    width: 40px;
    line-height: 40px
}

.akademi-anasayfa .swiper-button-next-akademi {
    right: -50px;
    margin-top: -165px;
    background: #e2e3e4;
    color: white;
    border-radius: 50px;
    padding: 0px 16px;
    font-size: 30px;
    height: 40px;
    width: 40px;
    line-height: 40px
}

h2, .h2 {
    margin: 5px 0 0.6em;
    color: #c489b7;
    font-size: 27px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    text-rendering: optimizeLegibility;
    text-transform: none
}

.button-wee {
    background: #f598a3;
    border: 1px solid #f598a3;
    display: inline-block;
    padding: 7px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    border-radius: 12px
}

.button-wee:hover {
    border-color: #134e9a;
    background: #134e9a;
    text-transform: none;
    text-decoration: none;
    color: white
}

.header-image img {
    width: 100%;
    border-radius: 20px
}

.header-image h1, .header-image .title {
    font-size: 30px;
    color: #c489b7
}

.header-image .urunler-page-content {
    margin: 20px 0;
    color: white;
    background: #13bfd6;
    border-radius: 20px;
    padding: 30px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .36px
}

.header-image .urunler-page-content h1 {
    font-size: 30px;
    color: white;
    margin-bottom: 10px
}

.bordered {
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    padding: 15px
}

.bordered h3 {
    font-size: 18px;
    margin: 0;
    margin-top: 15px;
    color: #13bfd6;
    letter-spacing: .36px
}

.product-category-list {
    margin-top: 30px
}

.product-category-list .item {
    border: 1px solid #cecece;
    border-radius: 20px;
    padding: 15px;
    padding-top: 5px;
    margin-bottom: 30px !important
}

.product-category-list .item h2 {
    margin-bottom: 15px
}

.product-category-list .item .item-image {
    border: 3px solid #c488b7;
    border-radius: 20px;
    padding: 15px;
    min-height: 225px
}

.product-category-list .item .item-description {
    padding-left: 30px
}

.product-category-list .item .item-description .title h3 {
    color: #cd7bcc;
    font-size: 30px
}

.product-category-list .item .item-description .description {
    color: #4c4c4c;
    margin-top: 10px;
    height: 165px
}

.product-category-list .item .item-description .urun-btn {
    border-radius: 20px;
    background: #cd7bcc;
    color: white;
    padding: 7px 15px
}

.product-category-list .item:hover {
    border-color: #1854a1
}

.product-list .category-prod-list h3 {
    font-size: 24px;
    color: #4c4c4c;
    padding: 15px
}

.product-list .category-prod-list .item {
    margin-bottom: 45px
}

.product-list .category-prod-list .item .item-image {
    border: 3px solid #c488b7;
    border-radius: 10px;
    padding: 15px
}

.product-list .category-prod-list .item .item-image img {
    width: 100%
}

.product-list .category-prod-list .item .item-name {
    padding: 0px 10px
}

.product-list .category-prod-list .item .item-name a {
    color: #cd7bcc;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    display: block
}

.product-list .category-prod-list .item .item-desc {
    text-align: center;
    margin-bottom: 5px
}

.product-list .category-prod-list .item .item-color {
    text-align: center;
    margin-top: 10px
}

.product-list .category-prod-list .item .item-color .color {
    width: 25px;
    height: 25px;
    border: 2px solid #d0d0d0;
    border-radius: 30px;
    display: inline-block;
    margin-right: 5px
}

.product-detail {
    font-size: 15px
}

.product-detail h1 {
    font-size: 30px;
    color: #cd7bcc;
    letter-spacing: .36px
}

.product-detail ul {
    padding-left: 15px;
    margin: 1rem 0;
    color: #4c4c4c
}

.product-detail ul.detail {
    padding: 0;
    list-style-type: none;
    margin: 1rem 0
}

.product-detail ul.detail li {
    line-height: 30px
}

.product-detail .renkler {
    display: table;
    border-spacing: 5px;
    margin-bottom: 1rem;
    margin-left: -5px;
    margin-top: 1rem
}

.product-detail .renkler b {
    height: 40px;
    display: table-cell;
    vertical-align: middle
}

.product-detail .renkler .color {
    width: 40px;
    height: 40px;
    border: 2px solid #d0d0d0;
    border-radius: 40px;
    display: table-cell;
    margin-right: 5px;
    cursor: pointer
}

.product-detail .tab {
    padding-left: 0px !important;
    border-bottom: 1px solid #cecece
}

.product-detail .tab li {
    padding: 5px 15px;
    margin-right: 5px;
    border: 1px solid #cecece;
    border-bottom: none;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

.product-detail .tab li a {
    color: #4c4c4c;
    font-size: 17px
}

.product-detail .tab .active {
    background: #13bfd6;
    border-color: #13bfd6
}

.product-detail .tab .active a {
    color: white
}

.product-detail .tab-content {
    color: #4c4c4c;
    line-height: 22px;
    font-size: 15px
}

.product-detail .swiper-slide {
    border: 1px solid #d0d0d0;
    border-radius: 20px;
    padding-top: 14px;
    cursor: pointer;
    width: 80%;
    margin-left: 10%;
    text-align: center
}

.product-detail .swiper-slide:first-child {
    border-color: #000
}

.product-detail #exTab1 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px
}

.product-detail #exTab1 .nav-pills > li > a {
    border-radius: 0
}

.product-detail .swiper-button-prev {
    background: none !important;
    top: 0px;
    text-align: center;
    width: 100%;
    padding-right: 15%
}

.product-detail .swiper-button-prev i {
    font-size: 50px;
    color: #d0d0d0
}

.product-detail .swiper-button-next {
    background: none !important;
    top: unset;
    bottom: -5px;
    text-align: center;
    width: 100%;
    padding-left: 15%
}

.product-detail .swiper-button-next i {
    font-size: 50px;
    color: #d0d0d0
}

.product-properties .product-properties-list {
    width: 100%
}

.product-properties .product-properties-list .properties-image {
    width: 10%;
    padding-right: 15px;
    padding-bottom: 15px
}

.product-properties .product-properties-list .properties-image img {
    width: 100%;
    padding: 15px
}

.product-properties .product-properties-list .properties-content {
    vertical-align: middle;
    padding-left: 15px;
    padding-bottom: 15px
}

.product-properties .product-properties-list .properties-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.swiper-container-otherProduct, .swiper-container-akademi {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0 15px;
    z-index: 1;
    text-align: center;
    width: 100%
}

.swiper-container-akademi .item-name a {
    text-align: left !important
}

.swiper-button-prev-otherProduct, .swiper-button-prev-akademi {
    right: 55px !important;
    left: unset !important;
    background: unset !important;
    border: 1px solid #ccc;
    height: 40px !important;
    color: #4c4c4c;
    padding-left: 14px;
    width: 40px !important;
    padding-top: 4px
}

.swiper-button-next-otherProduct, .swiper-button-next-akademi {
    right: 11px !important;
    left: unset !important;
    background: unset !important;
    border: 1px solid #ccc;
    height: 40px !important;
    color: #4c4c4c;
    padding-left: 15px !important;
    width: 40px !important;
    padding-top: 4px !important
}

@media only screen and (max-width: 1600px) {
    .product-detail .swiper-slide {
        padding-top: 18px
    }
}

.contact-form-bg {
    background: #f4f3f3;
    border: 1px solid #cecece;
    border-radius: 20px;
    padding: 30px;
    margin-top: 15px
}

.btn-wee-submited {
    padding: 10px 50px;
    background: #1854a1;
    color: white;
    border: 1px solid #1854a1;
    border-radius: 20px
}

.address {
    background: #d5ebf5;
    border-radius: 20px;
    padding: 30px;
    margin: 0;
    margin-top: 30px;
    border: 1px solid #13bfd6
}

.address .item {
    margin-bottom: 30px
}

.address p {
    margin-bottom: 5px;
    color: #4c4c4c;
    font-size: 16px
}

.address .firm-name {
    color: #13bfd6;
    font-weight: bold
}

.address .firm-adres {
    margin-bottom: 15px
}

.address .aciklama {
    font-size: 22px;
    color: black;
    padding-right: 45%;
    margin-bottom: 30px
}

.haber-kategorileri {
    background: #f8f8f8;
    border: 1px solid #cecece;
    border-radius: 20px;
    padding: 15px
}

.haber-kategorileri ul {
    text-decoration: none;
    padding: 0;
    list-style: none;
    margin: 0
}

.haber-kategorileri ul li {
    border-bottom: 1px solid #cecece;
    text-decoration: none;
    line-height: 30px
}

.haber-kategorileri ul li a {
    color: black
}

.haber-kategorileri ul li:last-child {
    border: none
}

.uye-olun {
    background: #cd7bcc;
    color: white;
    padding: 34px;
    border-radius: 20px
}

.uye-olun a {
    background: white;
    padding: 10px 15px;
    font-size: 24px;
    display: table-cell;
    color: #cd7bcc;
    font-weight: bold;
    border-radius: 20px;
    width: 30%;
    text-align: center
}

.uye-olun p {
    display: table-cell;
    font-size: 22px;
    line-height: 28px;
    width: 68%;
    vertical-align: middle;
    padding-left: 33px
}

.news-content {
    padding-left: 0
}

.news-content .news {
    color: #737373;
    margin-bottom: 15px;
    font-size: 16px;
    border: 1px solid #cecece;
    border-radius: 20px;
    padding: 15px 25px;
    background: white;
    position: relative
}

.news-content .news .news-image {
    border-radius: 20px
}

.news-content .news .news-image img {
    border-radius: 20px;
    width: 100%
}

.news-content .news .news-content {
    padding: 15px 25px
}

.news-content .news .news-title {
    color: #13bfd6;
    font-size: 24px;
    display: block;
    margin-bottom: 15px
}

.news-content .news:nth-child(2n) {
    background: #f8f8f8
}

.news-content .news-author {
    position: absolute;
    width: 93%;
    bottom: 0;
    font-size: 12px;
    color: #737373
}

.news-content .news-author .news-incele {
    background: #cd7bcc;
    color: white;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 15px;
    letter-spacing: .3px;
    position: absolute;
    right: 0;
    bottom: 10px
}

.news-detail-content {
    padding-left: 0
}

.news-detail-content .news {
    color: #737373;
    font-size: 16px;
    padding: 0px 15px;
    padding-bottom: 0px;
    background: white;
    margin-top: 15px;
    position: relative;
    /* padding-top: 15px; */
}

.news-detail-content .news .news-image {
    border-radius: 20px
}

.news-detail-content .news .news-image img {
    border-radius: 20px;
    width: 100%
}

.news-detail-content .news h2 {
    font-size: 20px;
    color: #13bfd6
}

.news-detail-content .news .news-content {
    padding: 15px 25px
}

.news-detail-content .news .news-title {
    color: #13bfd6;
    font-size: 24px;
    display: block;
    margin-bottom: 15px
}

.news-detail-content .news:nth-child(2n) {
    /* background: #f8f8f8 */
}

.news-detail-content .news-author {
    position: absolute;
    width: 93%;
    bottom: 0;
    font-size: 12px;
    color: #737373
}

.news-detail-content .news-author .news-incele {
    background: #cd7bcc;
    color: white;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 15px;
    letter-spacing: .3px;
    position: absolute;
    right: 0;
    bottom: 10px
}

.akademi-category .col-md-4 .content, .akademi-category .col-md-3 .content {
    padding: 30px;
    border-radius: 20px;
    margin-top: 30px
}

.akademi-category .col-md-4 .content img, .akademi-category .col-md-3 .content img {
    border-radius: 20px;
    width: 100%;
    margin-bottom: 10px
}

.akademi-category .col-md-4 .content h3, .akademi-category .col-md-3 .content h3 {
    font-size: 21px;
    line-height: 26px;
    position: absolute;
    background: white;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin: 0;
    bottom: 0px;
    border-radius: 0px 0px 20px 20px
}

.akademi-category .col-md-4 .content h3 span, .akademi-category .col-md-3 .content h3 span {
    display: block
}

.akademi-category .col-md-4 .content ul, .akademi-category .col-md-3 .content ul {
    text-decoration: none;
    list-style: none;
    padding-left: 20px;
    height: 100px;
    margin-top: 15px
}

.akademi-category .col-md-4 .content ul li, .akademi-category .col-md-3 .content ul li {
    height: 30px
}

.akademi-category .col-md-4 .content ul li a, .akademi-category .col-md-3 .content ul li a {
    color: white
}

.akademi-category .col-md-4 .content ul li:before, .akademi-category .col-md-3 .content ul li:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: white;
    opacity: .4
}

.akademi-category .col-md-3 {
    padding: 7.5px
}

.akademi-category .col-md-3 .content {
    padding: 10px
}

.akademi-category .col-md-12 .content {
    padding: 30px;
    border-radius: 20px;
    margin-top: 30px
}

.akademi-category .col-md-12 .content img {
    border-radius: 20px;
    width: 100%;
    margin-bottom: 10px
}

.akademi-category .col-md-12 .content h3 {
    font-size: 21px;
    line-height: 26px;
    position: absolute;
    background: white;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin: 0;
    bottom: 0px;
    border-radius: 0px 0px 20px 20px
}

.akademi-category .col-md-12 .content h3 span {
    display: block
}

.akademi-category .col-md-12 .content ul {
    text-decoration: none;
    list-style: none;
    list-style-type: none
}

.akademi-category .col-md-12 .content ul li {
    border-bottom: 1px solid rgba(251, 251, 251, 0.6);
    border-right: 1px solid rgba(251, 251, 251, 0.6);
    height: 45px;
    text-align: center;
    padding: 10px;
    display: inline-block;
    width: 49%
}

.akademi-category .col-md-12 .content ul li a {
    color: white;
    vertical-align: middle
}

.akademi-category .col-md-12 .content ul li:nth-child(2n) {
    border-right: none
}

@media (min-width: 1600px) {
    .product-category .category-home .category-content {
        padding: 80px
    }

    .product-category .category-home:first-child .category-content {
        padding: 60px
    }

    .product-category .category-home:nth-child(4) .category-content, .product-category .category-home:nth-child(6) .category-content, .product-category .category-home:nth-child(7) .category-content, .product-category .category-home:nth-child(8) .category-content {
        padding: 90px
    }

    .akademi {
        margin-bottom: 15px !important
    }
}

.header-navbar {
    display: none
}

@media only screen and (min-width: 300px) and (max-width: 812px) {
    .topHeader {
        display: none
    }

    .header-navbar {
        z-index: 15;
        position: static;
        top: -129px;
        width: 100%;
        background: #fff;
        -webkit-transition: top, ease-in 0.4s;
        transition: top, ease-in 0.4s;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        display: block !important
    }

    .header-logo {
        display: block;
        max-width: 120px;
        text-align: center;
        padding: 15px 15px 15px 0;
        float: left
    }

    .header-logo img {
        max-width: 100%
    }

    .header-countryselect {
        padding: 4px 0 4px 15px
    }

    .header-countryselect > .countryselect-map-icon {
        color: #c489b7;
        cursor: pointer;
        text-align: center;
        line-height: 10px
    }

    .header-countryselect .block {
        display: inline-block;
        vertical-align: top;
        padding-top: 10px
    }

    .icon-map {
        color: #c489b7;
        height: 41px;
        width: 72px
    }

    .header-countryselect {
        float: right;
        padding-right: 0;
        padding-top: 30px;
        display: block !important
    }

    .header-right {
        clear: both
    }

    .header-shop {
        padding: 0
    }

    #header-nav {
        padding: 5px 0
    }

    .skip-content {
        display: none
    }

    #header-account li a, .nav-primary a.level0 {
        padding: 0 15px 0 25px;
        text-align: left;
        color: #4c4c4c;
        text-transform: uppercase;
        line-height: 30px
    }

    .nav-.skip-content.skip-active {
        display: block
    }

    .header-shop {
        text-align: right;
        z-index: 500
    }

    .header-shop-table {
        position: relative;
        border-top: 1px solid #dad9d9;
        border-bottom: 1px solid #dad9d9;
        height: 42px
    }

    .skip-nav {
        display: block !important
    }

    .skip-nav:not(.skip-active):hover {
        text-decoration: none
    }

    .skip-search-link {
        min-width: 50px;
        left: 13%;
        padding: 6px 0 0 13px;
        font-size: 23px
    }

    .skip-nav, .skip-search-link, .skip-cart, .form--login--head .head-account-club, .head-account-hcp-link, a.skip-account-logged {
        position: absolute;
        text-align: center;
        top: 0;
        min-height: 40px;
        height: 40px;
        overflow: hidden
    }

    .skip-link, .skip-cart {
        border-right: 1px solid #dad9d9;
        padding: 0px
    }

    .header-container {
        padding: 0px
    }

    a.skip-link {
        text-align: center;
        width: 40px
    }

    .skip-socialfb {
        border: none !important
    }

    .navbar-toggle-text {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0
    }

    .icon-bar-wrap {
        display: inline-block;
        padding-top: 8px
    }

    .icon-bar {
        display: block;
        width: 26px;
        height: 3px;
        margin-bottom: 6px;
        border-radius: 1px;
        background-color: #c489b7
    }

    .skip-search-link i {
        color: #c489b7
    }

    .skip-social {
        position: unset;
        float: right;
        display: block !important
    }

    .skip-social img {
        height: 23px
    }

    .nav-primary a {
        text-decoration: none;
        position: relative;
        display: block;
        color: #4c4c4c;
        line-height: 30px
    }

    .nav-primary li {
        position: relative
    }

    .nav-primary .menu-active > ul.level0, .nav-primary li.level0 li.sub-menu-active > ul {
        display: block
    }

    .nav-primary li.level0 > a {
        text-transform: none;
        left: 30px
    }

    .nav-primary a:hover, .nav-primary li:hover > a {
        color: #c489b7
    }

    .nav-primary li.level0 ul {
        position: relative !important;
        width: 100% !important;
        background: #c489b7;
        color: #fff;
        text-align: left;
        border-radius: 20px;
        padding: 10px 0px !important;
        margin-bottom: 10px;
        -webkit-transition: visibility 0s linear 0.7s, opacity 0.7s ease-in-out;
        transition: visibility 0s linear 0.7s, opacity 0.7s ease-in-out
    }

    .nav-primary li.level0 ul li.menu-active, .nav-primary li.level0 ul li:hover {
        color: white !important
    }

    .nav-primary li.level0 ul li.menu-active a, .nav-primary li.level0 ul li:hover a {
        color: white
    }

    .nav-primary li.level0 ul a {
        line-height: 22px;
        padding-top: 6px;
        padding-bottom: 6px;
        color: #fff;
        padding-left: 15px;
        padding-right: 15px
    }

    .nav-primary a.level0 {
        line-height: 35px
    }

    .nav-primary a {
        line-height: 35px
    }

    .nav-primary li.level0 ul {
        padding: 1px 0
    }

    .nav-primary li.level0 ul {
        display: none
    }

    .nav-primary li.level0 li {
        padding: 0
    }

    .nav-primary li.level1 a {
        color: #fff;
        padding: 0 15px 0 25px
    }

    .nav-primary li.parent > a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #ccc;
        border-right: none;
        top: 50%;
        left: -20px;
        right: auto;
        margin-top: -5px
    }

    .nav-primary li.parent.sub-menu-active > a:after, .nav-primary li.parent.menu-active > a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 5px solid #ccc;
        border-bottom: none;
        top: 50%;
        left: -20px;
        right: auto;
        margin-top: -5px
    }

    .nav-primary li.menu-active > a, .nav-primary li.sub-menu-active > a {
        color: #c489b7;
        border-bottom: medium none
    }

    .nav-primary li.level0:last-child ul {
        left: inherit;
        right: 0
    }

    .nav-primary {
        min-height: 30px
    }

    .nav-primary a.level0 {
        padding: 4px 20px 9px;
        font-size: 16px;
        display: inline-block;
        line-height: 22px
    }

    .nav-primary li.level0 {
        display: inline-block;
        text-align: center
    }

    .nav-primary li:last-child > a {
        border-bottom: none
    }

    .nav-primary .menu-active {
        z-index: 200
    }

    .nav-primary li.level0 ul {
        position: absolute;
        left: 0;
        z-index: 10;
        width: 200px;
        display: none
    }

    .nav-primary li.level1.mein--navigation--overview {
        display: none
    }

    .nav-primary li.level1 ul {
        left: 60px;
        top: 15px
    }

    .nav-primary li.level0 ul.level0.position-test {
        display: block
    }

    .nav-primary li.level0 ul.level0.spill {
        right: 0;
        left: auto
    }

    .nav-primary li.level0 ul.level0.spill li.level1 ul {
        left: auto;
        right: 50px;
        top: 20px
    }

    .nav-primary li.level0 li.parent > a {
        position: relative
    }

    .nav-primary li.level0 li.parent > a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #ccc;
        border-right: none;
        right: 5px;
        top: 50%;
        margin-top: -3px
    }

    .nav-primary {
        display: table;
        width: 100%;
        height: 131px;
        padding-left: 0
    }

    .nav-primary a.level0 {
        padding: 4px 5px 14px;
        font-size: 16px
    }

    .nav-primary li.level0 {
        display: block;
        vertical-align: bottom;
        text-align: left;
        width: 90%
    }

    .nav-primary li.level0 ul {
        position: absolute;
        left: 0
    }

    .nav-primary li.menu-active > ul {
        display: block
    }

    .skip-content.skip-active {
        display: block
    }

    .nav-primary .menu-active > ul.level0, .nav-primary li.level0 li.sub-menu-active > ul {
        display: block;
        width: 100%;
        position: relative
    }

    .nav-primary a {
        text-decoration: none;
        position: relative;
        display: block;
        color: #4c4c4c;
        line-height: 30px
    }

    .nav-primary .nav-2 {
        border-bottom: 1px solid #e6e5e4;
        width: 100%;
        width: 98% !important
    }

    .nav-primary a {
        line-height: 35px
    }

    .nav-primary li.level1 a {
        color: #fff;
        padding: 0 15px 0 25px
    }

    .nav-primary li.level0 ul a {
        line-height: 22px;
        padding-top: 6px;
        padding-bottom: 6px;
        color: #fff;
        padding: 3px 0px
    }

    .nav-primary li {
        position: relative
    }

    .nav-primary li.level0 li {
        padding: 0
    }

    #header-search {
        display: none
    }

    #header-search .mam-solr {
        font-size: 12px
    }

    #header-search .mam-solr {
        text-align: left;
        z-index: 1000
    }

    #header-search .mam-solr:before, #header-search .mam-solr:after {
        display: block;
        content: '';
        clear: both
    }

    #header-search .mam-solr-searchform--navbar {
        background-color: #c489b7;
        z-index: +1
    }

    #header-search .mam-solr-searchform--navbar, #header-search .mam-solr-suggestions--navbar {
        position: relative;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
        padding: 10px 5px
    }

    #header-search .mam-solr-searchform--navbar #tx_mamsolr_searchresults_sword_nav {
        width: calc(100% - 20px);
        margin: 15px 10px
    }

    #header-search .mam-solr-searchform--navbar #tx_mamsolr_searchresults_sword_nav {
        border-color: #e1dbdb;
        border: 1px solid #e1dbdb;
        border-radius: 8px
    }

    #header-search .mam-solr-searchform--navbar .submit {
        position: absolute;
        right: 10px;
        top: 15px
    }

    #header-search .mam-solr-searchform--navbar .submit {
        border: none;
        background-color: transparent;
        border-radius: 0 8px 8px 0
    }

    #header-search .mam-solr-searchform--navbar .submit svg {
        color: #c489b7
    }

    .skip-link-container-search.skip-active .icon-magnifier {
        color: #fff
    }

    svg:not(:root) {
        overflow: hidden
    }

    .icon-magnifier {
        color: #c489b7;
        width: 22px;
        height: 22px;
        position: relative;
        z-index: 1
    }

    .countryselect-map {
        left: 10px !important;
        right: 10px !important
    }

    .countryselect-map {
        background-color: #fff;
        border: 1px solid #d0d0d0;
        border-radius: 30px;
        box-shadow: 0 0 3px #d0d0d0;
        color: #676767;
        max-width: 970px;
        padding: 30px
    }

    .countryselect-countries {
        border-top: 2px solid #d0d0d0;
        margin: 15px 0 0;
        padding-top: 30px
    }

    .countryselect-countries .country-dropdown {
        border: 1px solid #d0d0d0;
        border-radius: 8px;
        height: 34px;
        padding: 6px 12px;
        width: 100%
    }

    .closemodal {
        width: 15px;
        height: 15px;
        color: #c489b7;
        font-size: 16px;
        font-weight: bold;
        position: absolute;
        right: 10px;
        top: 10px
    }

    .kategorigoster img {
        border-radius: 15px
    }

    .cats {
        height: 420px !important
    }

    header {
        margin: 0 !important
    }

    footer ul.social li {
        margin-bottom: 10px
    }

    ul li.menu-item a.activeParent .mission-title {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 20px
    }

    .mission-content {
        font-size: 11px;
        line-height: 20px
    }

    .about-mission .about-mission-bg {
        padding: 20px;
        background-image: none
    }

    .about-mission .about-mission-bg .mission-content {
        font-size: 14px;
        font-weight: normal
    }

    .about-mission .about-mission-bg .mission-title {
        font-size: 21px
    }

    .product-category .category-home {
        margin-bottom: 15px
    }

    .product-category .category-home .category-content .category-name {
        font-size: 18px
    }

    .product-category .category-home .category-content .category-sub-content {
        display: none
    }

    .product-category .category-footer {
        margin-top: 0px;
        margin-bottom: 15px
    }

    .product-category .category-footer .aylar {
        padding-left: 10px
    }

    .product-category .category-footer .aylar .aylar-title {
        font-size: 16px;
        line-height: 22px
    }

    .product-category .category-footer .aylar .aylar-title span {
        font-size: 16px
    }

    .product-category .category-footer .aylar .ay {
        width: 95px;
        height: 85px;
        display: inline-block;
        margin-right: 3px;
        margin-bottom: 5px;
        margin-right: 10px
    }

    .product-category .category-footer .aylar .ay .bg {
        border-radius: 20px;
        width: 70px;
        height: 80px;
        display: block;
        position: absolute;
        top: -20px;
        left: 13px
    }

    .product-category .category-footer .aylar .ay .bg a {
        position: absolute;
        width: 100%;
        height: 75px;
        top: 0px;
        left: 0px;
        border-radius: 20px;
        padding-top: 25px;
        color: white;
        font-weight: 600;
        font-size: 16px;
        -webkit-transition: background .5s;
        transition: background .5s
    }

    .product-category .category-footer .aylar .ay .bg a span {
        font-size: 18px;
        line-height: 8px;
        display: block
    }

    .product-category .category-footer .katalog-kap, .product-category .category-footer .sertifika-kap {
        margin-top: 15px
    }

    .product-category .category-footer .katalog {
        min-height: 300px;
        background-repeat: no-repeat
    }

    .product-category .category-footer .katalog a {
        font-size: 18px;
        bottom: 15px
    }

    .product-category .category-footer .sertifika {
        min-height: 212px;
        background-repeat: no-repeat
    }

    .product-category .category-footer .sertifika .swiper-button-prev {
        border-width: 15px;
        margin-left: -10px
    }

    .product-category .category-footer .sertifika .swiper-button-next {
        border-width: 15px;
        margin-right: -10px
    }

    .product-category .category-footer .sertifika .swiper-container-certificate img {
        width: 50%
    }

    .anne-bebek-akademisi .col-md-7 {
        margin-left: 15px;
        border-radius: 20px
    }

    .akademi .akademi-content .akademi-text .contet {
        display: none
    }

    .akademi .akademi-content .akademi-text .title {
        font-size: 14px;
        text-align: left
    }

    .akademi .akademi-content .devami {
        text-align: center
    }

    .akademi .swiper-button-next-akademi {
        right: -25px;
        margin-top: -290px;
        background: #e2e3e4;
        color: white;
        border-radius: 50px;
        padding: 0px 8px;
        font-size: 17px;
        height: 20px;
        width: 20px;
        line-height: 20px
    }

    .akademi .swiper-button-prev-akademi {
        left: -25px;
        margin-top: -290px;
        background: #e2e3e4;
        color: white;
        border-radius: 50px;
        padding: 0px 6px;
        font-size: 17px;
        height: 20px;
        width: 20px;
        line-height: 20px
    }

    .about-mission {
        margin-bottom: 15px
    }

    .product-category .category-home:nth-child(4) .category-content, .product-category .category-home:nth-child(6) .category-content, .product-category .category-home:nth-child(7) .category-content, .product-category .category-home:nth-child(8) .category-content {
        padding: unset
    }

    .slider {
        clear: both;
        margin-bottom: 15px;
        margin-top: 15px
    }

    .slider img {
        min-height: 200px
    }

    .slider .swiper-button-prev {
        display: none
    }

    .slider .swiper-button-next {
        display: none
    }

    .breadcrumb {
        display: none
    }

    footer {
        padding: 50px 0px 20px;
        font-size: 9px;
        margin-top: 75px
    }

    footer .footer-logo {
        height: 15px !important;
        top: -49px;
        width: 20px !important;
        left: 29%
    }

    footer .footer-logo img {
        height: 80px;
        padding-left: 0;
        padding-right: 0;
        border: 15px solid white;
        border-top: none;
        border-radius: 100px;
        background: white
    }

    footer .footer-menu .menu-title {
        font-size: 14px
    }

    .aba-img {
        width: 100% !important;
        margin-left: -45px
    }

    .product-list .category-prod-list h3 {
        font-size: 18px
    }

    .product-list .category-prod-list .item .item-name a {
        font-size: 16px
    }

    .product-list .category-prod-list .item .item-desc {
        font-size: 14px
    }

    .product-category-list .item h2 {
        font-size: 14px;
        margin-bottom: unset
    }

    .button-wee {
        padding: 5px 15px;
        font-size: 14px;
        line-height: 10px
    }

    .header-image {
        margin-top: unset !important
    }

    .header-image img {
        margin-top: 8px
    }

    .header-image h1 {
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: -5px
    }

    .page-content {
        padding: 15px 0px;
        font-size: 16px;
        line-height: 24px
    }

    .page-content h2 {
        line-height: 22px;
        font-size: 20px
    }

    .news-detail-content .news {
        margin: 15px !important;
        margin-right: 0px !important;
        padding: 0px !important;
        background: none !important;
    }

    .news-detail-content .news .mb-4 {
        margin-bottom: 0px !important
    }

    .news-detail-content .news .news-title {
        line-height: 26px
    }

    .news-detail-content .news table {
        width: 100% !important
    }

    .news-detail-content .lightbox {
        width: 100% !important;
        height: unset !important;
        margin: 0px !important;
        margin-bottom: 15px !important
    }

    .news-detail-content .col-6:nth-child(2n) {
        padding-left: 7px
    }

    .news-detail-content .col-6:nth-child(2n+1) {
        padding-right: 7px
    }

    .news-content {
        padding: 15px !important
    }

    .news-content .news {
        padding: 15px !important;
        width: 100% !important;
        padding-bottom: 0px !important;
    }

    .news-content .news .news-title {
        line-height: 26px;
        margin-bottom: 10px !important
    }

    .news-content .news-content .news-title {
        font-size: 22px !important;
        line-height: 25px !important
    }

    .news-content .news-content .news-author {
        position: relative;
        margin-top: 15px !important
    }

    .news-content .news-content .news-author .pull-left {
        width: 100%;
        display: block
    }

    .news-content .news-content .news-author .pull-right {
        width: 100%;
        display: block;
        margin-top: 10px !important
    }

    .news-content .news-content .news-author .news-incele {
        position: relative
    }

    .product-detail h1 {
        margin-bottom: 10px !important
    }

    .product-detail .swiper-slide {
        padding-top: 8px;
        padding-bottom: 8px;
        margin-left: unset !important
    }

    .product-detail .swiper-slide img {
        width: 85%
    }

    .product-detail .swiper-container-mobil {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0px;
        z-index: 1;
        padding-right: 15px
    }

    .product-properties .product-properties-list .properties-image {
        vertical-align: top;
        padding-right: 0px
    }

    .product-properties .product-properties-list .properties-image img {
        width: 100px;
        padding: 7px
    }

    .akademi-category .col-md-12 .content {
        background-image: unset !important
    }

    .akademi-category .col-md-12 .content .col-md-5 {
        width: 100% !important;
        display: block !important
    }

    .akademi-category .col-md-12 .content .col-md-7 {
        width: 100% !important;
        display: block !important
    }

    .akademi-category .col-md-12 .content .col-md-7 ul {
        padding-left: 20px
    }

    .akademi-category .col-md-12 .content .col-md-7 ul li {
        width: 100% !important;
        border: 0px !important;
        height: 30px;
        text-align: left
    }

    .akademi-category .col-md-12 .content .col-md-7 ul li:before {
        content: "\f054";
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -1.3em;
        width: 1.3em;
        color: white;
        opacity: .4
    }

    .akademi-category .content {
        padding: 15px !important;
        border-radius: 20px !important;
        margin-top: 15px !important
    }

    .akademi-category .content ul {
        height: unset !important;
        margin-bottom: 0px !important
    }

    .akademi-category .content img {
        margin-bottom: 15px !important
    }

    .close-lightbox {
        top: 13% !important;
        right: 10% !important
    }

    .swiper-button-prev-otherProduct {
        padding-top: 8px
    }

    .swiper-button-next-otherProduct {
        padding-top: 8px !important
    }

    .contact-form-bg {
        padding: 30px 0px
    }

    .contact-form-bg label:empty {
        display: none
    }

    .contact-form-bg .btn-wee-submited {
        margin-top: 10px
    }

    .address {
        padding: 30px 0px
    }

    .address .aciklama {
        padding-right: 15px !important;
        text-align: center;
        font-size: 22px
    }

    .product-detail .tab li {
        padding: 10px 3px
    }

    .product-detail .tab li a {
        font-size: 13px
    }

    .tab-pane table {
        font-size: 12px;
        width: 100% !important
    }

    .tab-pane table td {
        width: unset !important;
        vertical-align: middle
    }
}

.lightbox > img {
    width: 100%;
}

.lightbox {
    width: 200px !important;
    float: left;
    margin: 10px;
    padding: 1px;
    cursor: pointer;
    border: 1px solid #ececec;
    border-radius: 10px;
}

.img-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(38, 40, 52, 0.9);
    text-align: center;
    display: none;
    z-index: 9999999999999;
    animation: pop-in;
    animation-duration: 0.5s;
    -webkit-animation: pop-in 0.5s;
    -moz-animation: pop-in 0.5s;
    -ms-animation: pop-in 0.5s;

}

.img-popup img {
    position: absolute;
    top: 50%;
    max-width: 80%;
    max-height: 80vh;
    display: inline-block;
    transform: translate(-50%, -50%);
}

.close-lightbox {
    position: absolute;
    top: 45px;
    right: 20%;
    padding: 0px 10px;
    color: #fff;
    font-size: 22px;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 99;
    cursor: pointer;
}

.lightboxfadeout {
    animation: fadeout;
    animation-duration: 0.5s;
    -webkit-animation: fadeout 0.5s;
    -moz-animation: fadeout 0.5s;
    -ms-animation: fadeout 0.5s;
}

@keyframes pop-in {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes pop-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes pop-in {
    0% {
        opacity: 0;
        -moz-transform: scale(0.1);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@keyframes fadeout {
    100% {
        opacity: 0;
        transform: scale(0.1);
    }
    0% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes fadeout {
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1);
    }
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes fadeout {
    100% {
        opacity: 0;
        -moz-transform: scale(0.1);
    }
    0% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}