body {
    font-family: 'Montserrat', sans-serif;
    background: #fff;
}

* {
    font-family: 'Montserrat', sans-serif;
}

img {
    max-width: 100%;
}

a {
    color: #000;
    text-decoration: none !important;
    transition: 0.3s ease all;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #363636;
}

a:hover {
    color: #fbbb21;
    text-decoration: none !important;
}

*:focus {
    box-shadow: unset !important;
    outline: unset !important;
}

svg.iconset {
    position: absolute;
    pointer-events: none;
}

.container.newrow {
    padding-left: 5px;
    padding-right: 5px;
}

.container.newzero {
    padding-left: 0px;
    padding-right: 0px;
}

.row.newzero > div {
    padding-left: 0px;
    padding-right: 0px;
}

.row.newzero {
    margin-left: -0px;
    margin-right: -0px;
}

.row.newrow > div {
    padding-left: 5px;
    padding-right: 5px;
}

.row.newrow {
    margin-left: -5px;
    margin-right: -5px;
}

.btn {
    border-radius: 0px;
    border: 0px;
}

.btn.btn-md {
    font-size: 14px;
    font-weight: 800;
    line-height: 14px;
    padding: 13px 19px;
}

.btn.btn-lg {
    font-size: 28px;
    line-height: 28px;
    font-weight: 900;
    padding: 21px 25px;
}

.btn.btn-lg.btn-round {
    border-radius: 50px;
    padding: 21px 55px;
}

.btn.btn-sm {
}

.btn.btn-dark {
    color: #fff;
    background-color: #474443;
}

.btn.btn-dark:not(:disabled):not(.disabled):hover, .btn.btn-dark:not(:disabled):not(.disabled):focus, .btn.btn-dark:not(:disabled):not(.disabled):active {
    color: #474443;
    background: #fff;
}

.btn.btn-warning {
    color: #000;
    background-color: #f9ba21;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 37px;
}

.btn.btn-warning:not(:disabled):not(.disabled):hover, .btn.btn-warning:not(:disabled):not(.disabled):focus, .btn.btn-warning:not(:disabled):not(.disabled):active {
    color: #ffffff;
    background: #000;
}

header {
    padding: 8px;
}

header .infobar {
    display: flex;
    justify-content: space-between;
}

header .infobar .logo {
    display: block;
    margin: 15px 15px;
}

header .infobar .logo img {
}

header .minimenu {
    display: flex;
    align-items: center;
}

header .minimenu a {
    font-size: 12px;
    display: block;
    padding: 0px 20px;
}

header .minimenu a:hover {
    color: #fbbb21;
}

header .minimenu a.whatsapp {
    font-size: 14px;
    font-weight: bold;
    padding-right: 15px;
    border-right: 1px solid #000;
}

header .minimenu a.whatsapp {
}

header .minimenu a.whatsapp i {
    color: #26a11e;
    font-size: 20px;
    position: relative;
    bottom: -2px;
    margin-right: 2px;
}

header .minimenu a.whatsapp:last-child {
    border: 0px;
    padding-left: 15px;
}

header .menu {
    background: #000000;
    display: flex;
    padding: 15px 0px;
}

header .menu .navbar {
    width: calc(100% - 340px);
}

header .menu .navbar .collapse {
}

header .menu .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

header .menu .navbar-nav > li {
}

header .menu .navbar-nav > li > .dropdown {
    /* display: none; */
    position: absolute;
    width: 100vw;
    max-width: 750px;
    background: #fbbb21;
    margin-top: -15px;
    transition: 0.3s ease opacity, 0.3s ease margin;
    opacity: 0;
    pointer-events: none;
}
header .menu .navbar-nav > li:nth-last-child(-n+3) .dropdown {
    right: 0;
}

header .menu .navbar-nav > li.subMenu.active {
    position: relative;
    z-index: 7;
}

header .menu .navbar-nav > li.subMenu:hover > .dropdown {
    margin-top: 0px;
    opacity: 1;
    pointer-events: auto;
}

header .menu .navbar-nav > li > .dropdown .subdropdown {
    position: relative;
    padding: 30px;
}

header .menu .navbar-nav > li > .dropdown .subdropdown:before {
    content: '';
    height: 18px;
    width: 8px;
    background: #000;
    position: absolute;
    top: 0px;
}

header .menu .navbar-nav > li.subMenu:hover > .dropdown .subdropdown:before {
}

header .menu .navbar-nav > li.subMenu:hover > .dropdown .subdropdown {
}

header .menu .navbar-nav > li > .dropdown .subdropdown h5 {
    font-size: 16px;
    font-weight: bold;
}

header .menu .navbar-nav > li > .dropdown .subdropdown ul {
}

header .menu .navbar-nav > li > .dropdown .subdropdown ul > li {
    width: 32%;
    display: inline-block;
    padding-right: 15px;
}

header .menu .navbar-nav > li > .dropdown .subdropdown ul > li > a {
    display: block;
    border-bottom: 1px solid #b86300;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
}

header .menu .navbar-nav > li > .dropdown .subdropdown ul > li > a:hover {
    color: #fff;
}

header .menu .navbar-nav > li > a {
    color: #fbbb21;
    font-size: 15px;
    font-weight: bold;
    display: block;
    position: relative;
    padding: 7px 0px;
}

header .menu .navbar-nav > li > a:after {
    content: '';
    height: 1px;
    width: 0px;
    background: #fbbb21;
    position: absolute;
    right: 0px;
    bottom: 3px;
    transition: 0.3s ease width;
}

header .menu .navbar-nav > li > a:hover {
}

header .menu .navbar-nav > li:hover > a:after {
    width: 50px;
}

header .menu .menusag {
    width: 100%;
    max-width: 340px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-right: 10px;
    position: relative;
}

header .menu .menusag .search {
    text-align: center;
    padding: 3px 7px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

header .menu .menusag .search i {
}

header .menu .menusag .user {
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

header .menu .menusag .user i {
}

header .menu .menusag .diller {
    position: relative;
}

header .menu .menusag .diller.active .selected {
    z-index: 7;
}

header .menu .menusag .diller .selected {
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    position: relative;
    padding-right: 26px;
    font-weight: bold;
    cursor: pointer;
}

header .menu .menusag .diller .selected:before {
    top: -2px;
    display: block;
    transition: 0.3s ease all;
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    right: 0px;
    position: absolute;
    font-weight: 900;
    font-size: 30px;
}

header .menu .menusag .diller.active .list {
}

header .menu .menusag .diller .list:before {
    content: '';
    width: 8px;
    height: 18px;
    background: #000;
    position: absolute;
    top: 0px;
}

header .menu .menusag .diller.active .list {
    display: block;
}

header .menu .menusag .diller .list {
    transition: unset;
    position: absolute;
    z-index: 7;
    background: #fbbb21;
    width: 65px;
    padding-left: 15px;
    margin-left: -15px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 20px;
    display: none;
}

header .menu .menusag .diller .list a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    font-weight: bold;
}

header .menu .menusag .diller .list a:hover {
    color: #000000;
}

header .menu .menusag .userMenu {
    position: absolute;
    background: #fbbb21;
    padding: 30px 17px 17px;
    top: 90%;
    right: 10px;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s ease top;
    z-index: 7;
}

header .menu .menusag .userMenu.active {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
}

header .menu .menusag .userMenu .loginContent {
}

header .menu .menusag .userMenu ul li a:hover {
    color: #454545;
}

header .menu .menusag .userMenu .loginContent:before {
    content: '';
    width: 8px;
    height: 18px;
    background: #000;
    position: absolute;
    top: 0px;
}

header .menu .menusag .userMenu.active .loginContent {
}

header .menu .menusag .userMenu .loginContent form {
}

header .menu .menusag .userMenu .loginContent .form-group {
    margin-bottom: 5px;
}

header .menu .menusag .userMenu .loginContent .form-group label {
    display: block;
    margin: 0px;
    font-size: 14px;
}

header .menu .menusag .userMenu .loginContent .form-group input {
    border: 0px;
    line-height: 40px;
    padding: 0px 10px;
}

header .menu .menusag .userMenu .loginContent .btn {
    display: block;
    width: 100%;
    font-weight: 600;
}

header .menu .menusag .userMenu .loginContent .sifremiunuttum {
    text-align: center;
    display: block;
    font-size: 14px;
    margin: 10px 0px 0px;
}

.menuOverlay.active {
    opacity: 1;
    pointer-events: auto;
}

.menuOverlay {
    opacity: 0;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 6;
    transition: 0.3s ease all;
    pointer-events: none;
}

.searchPop {
    position: absolute;
    top: 150px;
    transition: 0.3s ease top;
    opacity: 0;
    pointer-events: none;
    width: 100%;
}

.searchPop.active {
    opacity: 1;
    pointer-events: auto;
    top: 200px;
}

.searchPop .content {
    position: relative;
    z-index: 7;
}

.searchPop.active .content {
}

.searchPop form {
    position: relative;
}

.searchPop input::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

.searchPop input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.searchPop input::placeholder {
    color: #fff;
}

.searchPop input {
    color: #fff;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #fff;
    width: 100%;
    line-height: 60px;
}

.searchPop .btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
}

section.slider {
    width: 100%;
    padding: 8px;
}

section.slider .swiper-container {
    width: 100%;
    position: relative;
}

section.slider .swiper-slide .img {
    background-repeat: no-repeat;
    padding-bottom: 45.58%;
    background-position: center;
    background-size: cover;
}

section.slider .swiper-slide {
    position: relative;
    z-index: 1;
}

section.slider .swiper-pagination {
    bottom: 50px;
}

section.slider .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 1;
    background: #000;
    border-radius: 0px;
    vertical-align: middle;
    transition: 0.3s ease all;
}

section.slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 6px solid #fbbb21;
    width: 21px;
    height: 21px;
}

section.encokSatanUrunler {
    padding: 8px;
}

section.encokSatanUrunler .nav-pills {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

section.encokSatanUrunler .nav-pills .nav-item {
}

section.encokSatanUrunler .nav-pills .nav-item:last-child {
}

section.encokSatanUrunler .nav-pills .nav-item > a {
    color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    display: block;
}

section.encokSatanUrunler .nav-pills .nav-item > a.active {
    color: #fbbb21;
}

section.encokSatanUrunler .tab-content {
}

section.encokSatanUrunler .tab-content .tab-pane {
}

.urunler {
}

.urunler .urun {
    margin-bottom: 30px;
    position: relative;
}

.urunler .urun:before {
    content: '';
    height: 0%;
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 0px;
    background: #fbbb21;
    z-index: -1;
    transition: 0.3s ease all;
}

.urunler .urun:hover {
}

.urunler .urun:hover:before {
    height: 65%;
}

.urunler .urun .imgarea {
}

.urunler .urun .imgarea a {
}

.urunler .urun .imgarea .img {
    display: block;
    padding-bottom: 57.61%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.urunler .urun .imgarea .etiket {
    position: absolute;
    background: #fbbb21;
    letter-spacing: -1px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    padding: 0px 10px;
    transform: rotate(-90deg);
    top: 0px;
    right: 100%;
    transform-origin: 100% 0;
    white-space: nowrap;
    pointer-events: none;
}

.urunler .urun .imgarea .favori {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
    height: 25px;
    background: #fbbb21;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.urunler .urun .imgarea .favori:hover {
    color: #fff;
}

.urunler .urun .content {
    display: flex;
    padding: 2px 0px;
}

.urunler .urun .content .title {
    font-size: 15px;
    letter-spacing: -1px;
    width: 100%;
    transition: 0.3s ease all;
}

.urunler .urun:hover .content .title {
    color: #fff;
}

.urunler .urun .content .fiyatlar {
    font-size: 15px;
    letter-spacing: -1px;
    font-weight: 600;
    display: flex;
    justify-content: flex-end;
    max-width: 150px;
    width: 100%;
    transition: 0.3s ease all;
}

.urunler .urun:hover .content .fiyatlar {
    color: #fff;
}

.urunler .urun .content .fiyatlar .old {
    display: block;
    margin-right: 10px;
    position: relative;
}

.urunler .urun .content .fiyatlar .old:before {
    content: '';
    height: 1.5px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #fbbb21;
    position: absolute;
}

.urunler .urun .content .fiyatlar .new {
}

.urunler .urun:hover .content .fiyatlar .old {
}

.urunler .urun:hover .content .fiyatlar .old:before {
    background: #000;
}

.urunler .urun:hover .content .fiyatlar .new {
}

section.gurbuzogullarihakkinda {
}

section.gurbuzogullarihakkinda .content {
    height: 340px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    box-shadow: 0px 1px 6.58px 0.42px rgba(1, 1, 1, 0.2);
    position: relative;
}

section.gurbuzogullarihakkinda .content:before {
    content: '';
    background: url('../img/hakkimizdaimg.png');
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: -50px;
    width: 729px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}

section.gurbuzogullarihakkinda .content h2 {
    color: #000000;
    opacity: 0.7;
    letter-spacing: -1px;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
}

section.gurbuzogullarihakkinda .content p {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: -1px;
    opacity: 0.7;
}

section.gurbuzogullarihakkinda .content a {
    opacity: 0.7;
    font-size: 14px;
    left: -1px;
}

.col-md5 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

section.ozellikler {
    padding: 70px 0px;
}

section.ozellikler .ozellik {
}

section.ozellikler .ozellik .icon {
    width: 75px;
    height: 75px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

section.ozellikler .ozellik .title {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.ozellikler .ozellik p {
    text-align: center;
    font-size: 11px;
}

footer {
    padding: 8px;
}

footer .bg {
    background: #000;
    padding: 60px 0px;
}

footer .bright {
}

footer .logo {
    display: block;
    margin-bottom: 10px;
}

footer .logo img {
}

footer .musterihizmetleri {
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 20px;
}

footer .musterihizmetleri span {
    display: inline-block;
    margin-right: 10px;
}

footer .musterihizmetleri a {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

footer p {
    color: #fff;
    line-height: 20px;
    font-size: 13px;
}

footer p > b {
    display: block;
    color: #fbbb21;
    font-size: 14px;
}

footer .sosyal {
    display: flex;
    justify-content: space-between;
    max-width: 160px;
}

footer .sosyal a {
    background: #fff;
    color: #000;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .sosyal a:hover {
    background: #fbbb21;
}

footer h4 {
    font-size: 15px;
    font-weight: 600;
    color: #fbbb21;
    margin-bottom: 12px;
    letter-spacing: -1px;
}

footer ul {
}

footer ul > li {
}

footer ul > li > a {
    font-size: 12px;
    color: #fff;
    letter-spacing: -1px;
    display: block;
    padding: 6px 0px;
}

footer ul > li > a:hover {
}

footer .copyright {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
}

footer .copyright span {
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 14px;
}

footer .copyright .chark {
}

footer .copyright .chark img {
}

.breadcrumb {
    border: 0px;
    border-radius: 0px;
    background: #fff;
    margin: 0px;
    padding: 0px;
    height: 52px;
    display: flex;
    align-items: center;
    margin: 0px -15px;
}

.breadcrumb a:before {
    transition: 0.3s ease all;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 600;
    color: #000;
    right: 13px;
    position: absolute;
    top: 0px;
    opacity: 0.7;
}

.breadcrumb a:last-child:before {
    display: none;
}

.breadcrumb a {
    font-size: 15px;
    position: relative;
    padding-right: 35px;
}

.breadcrumb a:last-child {
    color: #fbbb21;
    font-weight: 600;
}

.breadcrumb a:hover {
}

section.banner {
    margin-bottom: 50px;
}

section.banner .container {
    position: relative;
}

section.banner .img {
    display: block;
    padding-bottom: 53.34%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

section.banner.hakkimizda {
    padding: 0 8px;
}

section.banner.hakkimizda .img {
    padding-bottom: 25%;
    background-size: cover;
}

.sidebar {
    position: absolute;
    left: 0px;
    top: 0px;
    box-shadow: 0px 1px 6.58px 0.42px rgba(1, 1, 1, 0.2);
    padding: 15px 24px;
    min-width: 220px;
    margin-top: 30px;
}

.sidebar ul {
    margin: 0px;
}

.sidebar ul > li {
}

.sidebar ul > li > a:before {
    content: '';
    position: absolute;
    left: -10px;
    width: 4px;
    height: 4px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease all;
    opacity: 0;
}

.sidebar ul > li > a:hover:before,
.sidebar ul > li > a.active:before {
    background: #fbbb21;
    opacity: 1;
}

.sidebar ul > li > a {
    line-height: 32px;
    position: relative;
}

.sidebar ul > li > a:hover,
.sidebar ul > li > a.active {
    color: #fbbb21;
}

.urunlerFilter {
    border-top: 1px solid #4b4b4b;
    margin: 0px 8px;
    border-bottom: 1px solid #4b4b4b;
    padding: 15px 0px;
    margin-bottom: 50px;
}

.urunlerFilter .form {
}

.urunlerFilter .form-control {
    border-radius: 0px;
    border: 1px solid #b5b5b5;
    max-width: 360px;
}

.urunlerFilter .sayfalama {
}

.urunlerFilter .sayfalama a {
    display: inline-block;
    line-height: 38px;
    font-size: 15px;
    letter-spacing: -1px;
    opacity: 0.7;
    padding: 0px 5px;
    line-height: 1;
}

.urunlerFilter .sayfalama a:hover,
.urunlerFilter .sayfalama a.active {
    color: #fbbb21;
}

section.urunDetay .gallery-top {
}

section.urunDetay .gallery-thumbs {
    box-sizing: border-box;
    padding: 10px 0;
}

section.urunDetay .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

section.urunDetay .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

section.urunDetay .gallery-top {
}

section.urunDetay .swiper-container {
}
section.urunDetay .gallery-top .swiper-slide a{
    background-size: cover;
    background-position: center;
    padding: 0px;
    padding-bottom: 56.15%;
    height: auto;
    display: block;
}

section.urunDetay .gallery-top .swiper-slide a img{

}

section.urunDetay .swiper-slide {
}

section.urunDetay .gallery-thumbs {
}

section.urunDetay .gallery-thumbs .swiper-wrapper {
}

section.urunDetay .gallery-thumbs .swiper-slide {
    border-radius: 4px;
    border: 0px;
    opacity: 1;
}

section.urunDetay .gallery-thumbs .swiper-slide .item {
    background-size: cover;
    background-position: center;
    display: block;
    padding-bottom: 86%;
    cursor: pointer;
}


section.urunDetay .gallery-top .swiper-button-next {
    background-image: unset;
    font-size: 32px;
    margin-top: 0;
    right: 20px;
    top: 50%;
    border-radius: 5px;
    background-color: rgb(0, 0, 0);
    width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
    -webkit-mask-image: url('../img/ok.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    opacity: 1;
    transform: translateY(-50%) rotate(180deg);
}

section.urunDetay .gallery-top .swiper-button-prev {
    background-image: unset;
    font-size: 32px;
    margin-top: 0;
    left: 20px;
    top: 50%;
    border-radius: 5px;
    background-color: rgb(0, 0, 0);
    width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
    -webkit-mask-image: url('../img/ok.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    opacity: 1;
    transform: translateY(-50%);
}

section.urunDetay .controller {
}

section.urunDetay .controller div:hover {
    background-color: #f9ba21 !important;
}

section.urunDetay .controller div:hover:after {
    color: #000 !important;
}

section.urunDetay {
}

section.urunDetay .detayKutu {
    box-shadow: 0px 1px 6.58px 0.42px rgba(1, 1, 1, 0.2);
    padding: 20px;
    margin-bottom: 20px;
}

.detayKutu .uyelik {
    box-shadow: unset;
    padding: 0;
}

.detayKutu .uyelik input {
    margin-bottom: 0;
}

section.urunDetay .detayKutu .fiyatlar {
}

section.urunDetay .detayKutu .fiyat {
    display: flex;
    justify-content: space-between;
    margin: 6px 0px;
}

section.urunDetay .detayKutu .fiyat span {
}

section.urunDetay .detayKutu p {
    line-height: 28px;
}

section.urunDetay .detayKutu .form-group {
}

section.urunDetay .detayKutu .form-group input {
    line-height: 30px;
    padding: 0px 10px;
    font-size: 14px;
    width: 100%;
    border: 1px solid #b7b7b7;
}

section.urunDetay .urunincelenme {
    font-size: 15px;
    display: flex;
    align-items: center;
    margin: 20px 0;
}

section.urunDetay .urunincelenme:hover {
}

section.urunDetay .urunincelenme i {
    font-size: 25px;
    margin-right: 5px;
}

section.urunDetay .arkadaslarineOner {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 18px;
}

section.urunDetay .arkadaslarineOner:hover {
}

section.urunDetay .arkadaslarineOner i {
    font-size: 21px;
    margin-right: 9px;
}

section.urunDetay .favoriekle {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 18px;
}

section.urunDetay .favoriekle:hover {
}

section.urunDetay .favoriekle i {
    font-size: 21px;
    margin-right: 9px;
}

section.urunDetay .sosyal {
    display: flex;
    align-items: center;
}

section.urunDetay .sosyal span {
    font-size: 12px;
    display: block;
    margin-right: 5px;
}

section.urunDetay .sosyal a {
    background: #000;
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 2px;
}

section.urunDetay .sosyal a:hover {
    background: #f9ba21;
}

section.urunDetay .urunTablar {
    margin: 0 8px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    margin-top: 20px;
}

section.urunDetay .urunTablar .nav-pills {
    margin: 0 -15px;
}

section.urunDetay .urunTablar .nav-pills .nav-item {
}

section.urunDetay .urunTablar .nav-pills .nav-item:last-child {
}

section.urunDetay .urunTablar .nav-pills .nav-item > a {
    color: #737373;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px 10px 0px;
    display: block;
}

section.urunDetay .urunTablar .nav-pills .nav-item > a.active {
    color: #fbbb21;
}

section.urunDetay .yildizlar i {
    font-size: 13px;
    color: #4c4c4c;
}

section.urunDetay .yildizlar i {
}

section.urunDetay .yildizlar i.active {
    color: #fbbb21 !important;
}

section.urunDetay .tab-content {
    padding-top: 20px;
    margin: 0 -15px;
}

section.urunDetay .tab-content .tab-pane {
    box-shadow: 0px 1px 6.58px 0.42px rgba(1, 1, 1, 0.2);
    padding: 20px 30px;
    margin-bottom: 20px;
}

section.urunDetay .tab-content .tab-pane .icerik {
}

section.urunDetay .tab-content .tab-pane .icerik ol {
}

section.urunDetay .tab-content .tab-pane .icerik ol > li {
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 5px;
    display: block;
    position: relative;
}

section.urunDetay .tab-content .tab-pane .icerik ol > li:before {
    content: '';
    position: absolute;
    left: -8px;
    width: 4px;
    height: 4px;
    background: #fbbb21;
    top: 6px;
}

section.urunDetay .tab-content .tab-pane .icerik ul {
}

section.urunDetay .tab-content .tab-pane .icerik ul > li {
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding-left: 20px;
    margin-left: -20px;
}

section.urunDetay .tab-content .tab-pane .icerik ul > li:before {
    content: '';
    position: absolute;
    left: 11px;
    width: 4px;
    height: 4px;
    background: #fbbb21;
    top: 6px;
}

section.urunDetay .tab-content .tab-pane .icerik table {
    margin-top: 20px;
}

section.urunDetay .tab-content .tab-pane .icerik table td {
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 14px;
}

section.urunDetay .tab-content .tab-pane .icerik table tr:first-child td {
    /*font-weight: bold;*/
}

section.urunDetay .tab-content .tab-pane .icerik table td b {
}

section.urunDetay .tab-content form.beniAraForm {
}

section.urunDetay .tab-content form.beniAraForm input {
    border: 1px solid #b7b7b7;
    border-radius: 0;
    margin-bottom: 10px;
}

section.urunDetay .tab-content form.beniAraForm textarea {
    border: 1px solid #b7b7b7;
    border-radius: 0;
    margin-bottom: 10px;
    height: calc(4.5rem + 2px);
}

section.urunDetay .tab-content form.beniAraForm.tavsiyeForm textarea {
    border: 1px solid #b7b7b7;
    border-radius: 0;
    margin-bottom: 10px;
    height: calc(7.5rem + 2px);
}

.yorum-item {
    margin-bottom: 20px;
}

.yorum-item p {
    padding: 12px;
    background-color: #eeeeee;
    margin-bottom: 5px;
}

.comment-footer {
    display: flex;
    align-items: center;
}

.comment-footer .yildizlar {
    line-height: 1;
}

.comment-footer .comment-user {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

.page-container {
}

.page-container .sidebar {
    position: unset;
    margin-top: 0;
}

.page-container .page-content {
    padding-bottom: 40px;
    min-height: 300px;
}

.page-container .page-content h4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.page-container .page-content p {
    font-size: 16px;
    line-height: calc(16px * 1.5);
}

.urunlerFilter.magaza {
    margin-top: -8px;
}

.urunlerFilter.magaza h4 {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-weight: bold;
}


.page-container .magaza-item {
    margin-bottom: 50px;
}

.magaza-item .swiper-slide .img {
    background-size: cover;
    background-position: center;
    padding: 0;
    height: 350px;
}


.magaza-item .swiper-button-next {
    background-image: unset;
    font-size: 32px;
    margin-top: 0;
    right: 20px;
    top: 50%;
    border-radius: 5px;
    background-color: rgb(0, 0, 0);
    width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
    -webkit-mask-image: url('../img/ok.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    opacity: 1;
    transform: translateY(-50%) rotate(180deg);
}

.magaza-item .swiper-button-prev {
    background-image: unset;
    font-size: 32px;
    margin-top: 0;
    left: 20px;
    top: 50%;
    border-radius: 5px;
    background-color: rgb(0, 0, 0);
    width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
    -webkit-mask-image: url('../img/ok.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    opacity: 1;
    transform: translateY(-50%);
}

.magaza-item .controller {
}

.magaza-item .controller div:hover {
    background-color: #f9ba21 !important;
}

.magaza-item .controller div:hover:after {
    color: #000 !important;
}

.magaza-item .magaza-box {
    box-shadow: 0px 1px 6.58px 0.42px rgba(1, 1, 1, 0.2);
    height: 350px;
    padding: 20px;
}

.magaza-item .magaza-box h4 {
    font-size: 21px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

.magaza-item .magaza-box p {
    font-size: 15px;
    text-align: justify;
    line-height: calc(15px * 1.5);
    font-weight: 500;
}


.urunlerFilter.videolar {
    margin-top: -8px;
}

.urunlerFilter.videolar h4 {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-weight: bold;
}

.urunler.videolar .imgarea a {
    position: relative;
    display: block;
}

.urunler.videolar .imgarea a .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;

    font-size: 22px;
    line-height: 1;
    transform: translate(-50%, -50%);
}

.card-header {
    background-color: #f9ba21;
}

.card-header a {
    font-size: 18px;
}

.card-header a:hover {
    color: #000;
}

.card-header .fa {
    transition: .3s transform ease-in-out;
}

.card-header .collapsed .fa {
    transform: rotate(90deg);
}

.contact-info {
    margin-bottom: 25px;
}

.contact-info h4 {
    font-weight: bold;
    font-size: 17px;
    color: #fbbb21;
}

.contact-info p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.iletisimForm {
    box-shadow: 0px 1px 6.58px 0.42px rgba(1, 1, 1, 0.2);
    padding: 15px;
}

.iletisimForm h4 {
    font-size: 17px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 15px;
}

.iletisimForm input {
    border: 1px solid #b7b7b7;
    border-radius: 0;
}

.iletisimForm textarea {
    border: 1px solid #b7b7b7;
    border-radius: 0;
}

#harita {
    height: 750px;
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.uyelikFormu {
}

.uyelikFormu i {
    color: #fbbb21;
    font-size: 62px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.uyelikFormu h3 {
    font-size: 17px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.uyelik input {
    border: 1px solid #b7b7b7;
    border-radius: 0;
    margin-bottom: 10px;
}

.uyelik textarea {
    border: 1px solid #b7b7b7;
    border-radius: 0;
}

.uyelik select {
    border: 1px solid #b7b7b7;
    border-radius: 0;
    width: 100%;
    margin-bottom: 10px;
}

.uyelik {
    padding: 15px;
    box-shadow: 0px 1px 6.58px 0.42px rgba(1, 1, 1, 0.2);
    margin-top: 30px;
}

.uyelik p {
    font-size: 14px;
}

.check {
    height: calc(2.25rem + 6px);
    display: flex;
    align-items: center;
    background: #4c4c4c;
    color: #fff;
    padding: 6px 12px;
}

.check input {
    margin-bottom: 0;
}

.check span {
    font-size: 13px;
    margin-left: 10px;
}

.uyelik a {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.urunler.favoriler {
    padding: 40px 0;
}

.urunler.favoriler .head {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.urunler.favoriler .head i {
    color: #fbbb21;
    font-size: 50px;
}

.urunler.favoriler .head h4 {
    font-size: 17px;
    color: #000;
    font-weight: bold;
    text-align: center;
}


.rating-stars ul {
    list-style-type: none;
    padding: 0;

    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars ul > li.star {
    display: inline-block;
}

.rating-stars ul > li.star > i.fa {
    font-size: 2.5em;
    color: #ccc;
}

.rating-stars ul > li.star.hover > i.fa {
    color: #FFCC36;
}

.rating-stars ul > li.star.selected > i.fa {
    color: #FF912C;
}

.galleryBox.dokuman {}
.galleryBox.dokuman a.item {
    display: block;
    padding: 10px;
    background-color: #fbbb21;
    border: 3px solid #000;
    text-align: center;
    font-weight: bold;
}
.galleryBox.dokuman a.item .text {}



.videogaleri .item {
    display: block;
    border-radius: 5px;
    border: 4px solid #d9d6d6;
    padding: 18px;
    margin-bottom: 30px;
    position: relative;
}

.videogaleri .item:hover {
    border-color: #fbbb21;
    box-shadow: 0px 0px 26.88px 5.12px rgba(52, 52, 52, 0.19);
    background-color: rgba(236, 234, 234, 0);
}

.videogaleri .item .img {
    padding-bottom: 130%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: relative;
    background-size: contain;
}

.videogaleri .item span.text {
    opacity: 0;
    position: absolute;
    top: 0;
    background-color: rgba(251, 187, 33, .8);
    right: 0;
    bottom: 0;
    left: 0;
    transition: all ease .3s;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 16px;
    color: #1d1d1b;
}

.videogaleri .item:hover span.text {
    opacity: 1;
}


#cookie {
    background: #000;
    border-radius: 50px;
    bottom: 10px;
    box-shadow: 0 2px 12px 0 rgba(4,12,26,.16);
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 11px;
    left: 50%;
    max-width: 96%;
    padding: 10px 10px 10px 20px;
    position: fixed;
    transform: translateX(-50%);
    width: 980px;
    z-index: 999;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
#cookie p {
    color: #fff;
    display: inline;
    margin-bottom: 0;
}
#cookie a {
    color: #fff;
    text-decoration: underline !important;
}
#cookie button {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 20px;
    color: #201c1b;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 400;
    line-height: 1.5;
    padding: .3rem .7rem;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
#cookie button:hover {
    background: #201c1b;
    color: #fff;
}
.item-hidden {
    display: none !important;
}
