* {
    font-family: 'Roboto', sans-serif;
}

body {
    background-color: #f7f7f7;
}

header {
    background-color: transparent;
    position: relative;
    width: 100%;
    display: inline-block;
    background-color: #fff;
    padding-top: 22px;
}

header .logo-area img {
    width: auto;
    height: 53px;
    display: table;
    margin-top: 4px;
}

header nav {
    display: inline-block;
    width: 100%;
    margin-top: 22px;
    border-top: 1px solid #cccccc5c;
}

header nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
}

header nav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    flex: auto;
    text-align: center;
}

header nav ul li a{
    text-decoration: none;
    padding: 15px 0px;
    display: block;
    color: #3a3a3a;
    font-size: 15px;
    font-weight: 400;
    transition:  all 500ms;
}


header nav ul li a:hover {
    color: #757575;
    transition:  all 500ms;
}

.story-area {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}

.story-area .item {
    padding: 0px 15px;
}

.story-area .item img {
    border-radius: 120px;
    border: 2px solid #01434a;
    width: 100%;
    max-width: 95px;
    margin: 0 auto;
}

.story-area .item a {
   text-decoration: none;
}

.story-area .item a span {
    font-weight: 300;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 14px;
    margin-top: 7px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.slider {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
}

.owl-carousel-story .owl-dot {
    display: none !important;
}

.owl-carousel .owl-dots {
    display: table !important;
    margin: 0 auto;
    margin-top: 25px;
}
.owl-carousel .owl-dots .owl-dot {
    float: left;
    margin: 0px 5px;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 16px;
    height: 3px;
    display: block;
    background-color: #c7c7c7;
}

.owl-carousel .owl-dots .active span {
    width: 16px;
    height: 3px;
    display: block;
    background-color: #252525;
}

.hood h3 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 24px;
    font-size: 22px;
}

.product-list-home {
    padding: 40px 0px;
    background-color: #f3f3f3;
    margin-top: 25px;
}

.product-list-home .item {
    padding: 0px 7.5px;
}

.product-area {
    display: inline-block;
    width: 100%;
    background-color: #ffffff6e;
    padding: 12px;
    border-radius: 8px;
}

.product-area a{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
}

.product-area .discount-oran {
    position: absolute;
    left: 12px;
    top: 12px;
    color: #fff;
    background-color: #303030;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 6px;
}


.product-area .discount-oran img {
    height: 30px;
    width: auto !important;
    float: left;
    margin-top: -4px;
    margin-bottom: -7px;
    margin-right: 7px;
}

.product-area img{
    display: block;
    width: 100%;
}

.product-area p{
    color: #3c3c3c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: -5px;
    padding: 13px;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
}

.product-area .product-detail-btn {
    background-color: #01434a;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    padding: 9px 5px;
    font-weight: 400;
    border-radius: 5px;
}

.product-area p b{
    font-width: 500;
}


.product-area p span.price{
    display: table;
    font-size: 16px;
    font-weight: 500;
    color: #313131;
    margin: 0 auto;
    margin-top: 6px;

}

.product-area p span.price span {
    color: #535353;
    text-decoration: line-through;
    font-weight: 300;
    display: block;
    float: left;
    margin-right: 12px;
}


.fourbanner {
    display: inline-block;
    padding: 45px 0px;
    width: 100%;
}

.fourbanner img {
    width: 100%;
}

.banner-home-ads {
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    position: relative;
}





.social-media-area {
    display: table;
    margin: 0 auto;
    padding: 0px;
}

.social-media-area  li{
    list-style: none;
    float: left;
}
.social-media-area li a{
    width: 65px;
    text-align: center;
    display: block;
    color: #fff;
    padding: 15px 0px;
    font-size: 23px;
    transition: all 500ms;
}

.social-media-area li a:hover{
    color: #ccc;
    transition: all 500ms;
}



.instagram-area {
    width: 100%;
    margin-bottom: 35px;
}

.instagram-area svg {
    width: 100%;
    max-width: 220px;
    display: table;
    margin: 0 auto;
    margin-top: -20px;
    margin-bottom: -55px;
}

.instagram-area p {
    font-weight: 300;
    text-align: center;
    font-size: 16px;
}

.instagram-area .post  {
    width: 100%;
    padding: 7.5px;
}

.instagram-area .post img {
    width: 100%;
}


.header-search {
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #49494969;
    margin-top: 14px;
}

.header-search input {
    display: inline-block;
    width: 100%;
    position: relative;
    outline: 0;
    height: 42px;
    border: 0px;
    padding-left: 41px;
    background-color: transparent;
}


.header-search button {
    position: absolute;
    left: -6px;
    top: 3px;
    outline: 0;
    height: 42px;
    padding: 5px 15px;
    border: 0px;
    font-weight: 400;
    font-size: 20px;
    background-color: transparent;
}

header .basket-area, header .basket-area:hover {
    float: right;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    color: #ffff;
    margin-top: 8px;
    padding: 11px 18px;
    background-color: #01434a;
    border-radius: 5px;
}

header .basket-area ion-icon{
    float: left;
    font-size: 22px;
    text-decoration: none;
    margin-right: 6px;
    margin-top: 2px;
}



header .basket-area p{
    float: left;
    font-size: 15px;
    margin-top: 2px;
    font-weight: 300;
    margin-bottom: 0;
}

.child-category-area {
    padding-top: 55px;
    padding-bottom: 30px;
}

.child-category {
    text-decoration: none;
    border: 1px solid #cccccc70;
    display: inline-block;
    width: 100%;
    margin-bottom: 18px;
    padding: 15px;
    background-color: #fff;
    transition: all 500ms;
}

.child-category:hover {
    background-color: transparent;
    transition: all 500ms;
}

.child-category img {
    border-radius: 200px;
    width: 100%;
    max-width: 80px;
    float: left;
}

.child-category h6 {
    color: #484848;
    margin-left: 20px;
    float: left;
    display: block;
    margin-top: 30px;
    font-size: 15px;
    font-weight: 400;
}

.product-list-area {
    padding-top: 55px;
    padding-bottom: 35px;
}

.product-list-area .product-area {
    margin-bottom: 20px;
}

.df-paginate svg {
    height: 15px;
}

.product-detail {
    padding: 45px 0px;
    padding-bottom: 10px;
}

.product-detail img {
    width: 100%;
}


/** ***/

.product-gallery {
    display: inline-block;
    position: relative;
    width: 100%;
}

.product-gallery .min-gallery {
    position: absolute;
    width: 90px;
    left: 0;
    top: 0;
}

.product-gallery .big-image {
    width: 100%;
    display: inline-block;
    padding-left: 100px;
}

.product-gallery .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
}

.gallery-top {
    height: auto;
    width: 100%;
}

.gallery-thumbs {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}


.product-gallery .gallery-thumbs .swiper-slide {
    height: auto; !important;
    width: 100% !important;
    opacity: 0.4;
}

.product-gallery .gallery-thumbs .swiper-wrapper {
    display: block;
    width: 100%;
}

.product-gallery .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.product-gallery .swiper-button-white {
    color: #262626;
    text-decoration: none;
}

.product-gallery .swiper-button-white::after {
    font-size: 17px !important;
}

/*** gallery end **/

.product-info {
    margin-top: 25px;
    width: 100%;
}

.product-info h6 {
    font-weight: 300;
}

.product-info h6 span {
    font-weight: 300;
    display: table;
    background-color: #00524e;
    padding: 7px 15px;
    font-size: 12px;
    color: #fff;
    margin-top: 8px;
    border-radius: 5px;
}

.product-info h1 {
    font-weight: 300;
    font-size: 21px;
    margin-top: 15px;
}

.product-info .product-price {
    color: #363636;
    font-size: 21px;
    margin-bottom: 8px;
    border-bottom: 1px solid #cccccc8c;
    padding-bottom: 20px;
}

.product-info .product-price span {
    color: #535353;
    text-decoration: line-through;
    font-weight: 300;
    display: block;
    float: left;
    margin-right: 12px;
}


.product-info .customer-view {
    background-color: #fff5eb;
    display: table;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    padding: 2px 13px;
    border: 1px solid #edddc975;
}

.product-info .customer-view img{
    height: 18px;
    width: auto;
    margin-right: 7px;
}

.product-info .add-basket {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 120px;
    margin-bottom: 85px;
}

.product-info .add-basket .adet {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
}

.product-info .add-basket .adet label {
    width: 100%;
}

.product-info .add-basket .adet select {
    width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 4px;
    outline: 0;
}

.product-info .product-buttons button {
    width: 100%;
    background-color: #000;
    color: #fff;
    outline: 0;
    height: 48px;
    border: 0px;
    border-radius: 5px;
    font-weight: 300;
    font-size: 15px;
}

.product-info .product-buttons button span {
    display: table;
    margin: 0 auto;
}

.product-info .product-buttons button ion-icon {
    font-size: 20px;
    float: left;
    margin-right: 8px;

    color: #fff;
}

.product-info .content  {
    margin-top: 15px;
}

.product-info .content h3 {
    font-size: 15px;
    background-color: #ebebeb;
    padding: 9px 12px;
    font-weight: 400;
}

.product-info .content .text {
    padding: 5px 12px;
}

.page-area {
    width: 100%;
    padding: 55px 0px;
}

.page-area h1{
    width: 100%;
    border-bottom: 1px dashed #7c7c7c;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 9px;
    margin-bottom: 13px;
    margin-top: 0;
}

.page-area p {
    width: 100%;
    font-size: 14.5px;
    font-weight: 300;
    line-height: 28px;
}

.search-null {
    text-align: center;
}

.search-null ion-icon {
    text-align: center;
    font-size: 46px;
    color: darkred;
}

.search-null h6 {
    text-align: center;
    font-size: 23px;
    font-weight: 400;
}

.search-null p {
    text-align: center;
    font-weight: 300;
    font-size: 17px;
}

.mobile-menu-btn {
    width: auto;
    float: left;
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 30px;
    margin-right: 23px;
    margin-top: 5px;
    padding-left: 13px;
    color: #000;
}


.product-info .whatsapp-siparis span {
    display: table;
    margin: 0 auto;
}

.product-info .whatsapp-siparis ion-icon {
    font-size: 18px;
    float: left;
    margin-right: 7px;
    color: #fff;
    margin-top: 2px;
}


.whatsapp-siparis, .whatsapp-siparis:hover {
    background-color: #075E54;
    color: #fff;
    width: 100%;
    display: block;
    text-decoration: none;
    font-weight: 300;
    text-align: center;
    padding: 12px 5px;
    border-radius: 5px;
    margin-bottom: 0px;
}

.df-paginatios {
    margin: 0 auto;
    padding: 0;
    display: table;
}

.df-paginatios li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.df-paginatios li.btn-paginate a {
    background-color: #000;
    display: block;
    padding: 8px 37px;
    margin: 0px 8px;
    color: #fff;
}


.df-paginatios li.btn-paginate span {
    background-color: #01434a;
    display: block;
    padding: 8px 28px;
    margin: 0px 8px;
    color: #fff;
    border-radius: 5px !important;
}

.df-paginate .page-info {
    width: 100%;
    text-align: center;
    font-weight: 400;
    margin-top: 15px;
}

.danismanlik-form {
    margin-top: 25px;
    width: 100%;
}

@media(min-width: 768px) {

    .danismanlik-form {
        margin-top: 45px;
    }
}

.danismanlik-form h3 {
    color: #000;
    font-size: 19px;
    font-weight: 400;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 9px;
    margin-bottom: 16px;
}

.danismanlik-form p {
    color: #000;
    line-height: 23px;
}

.danismanlik-form input {
    display: inline-block;
    width: 100%;
    position: relative;
    outline: 0;
    height: 38px;
    border: 0px;
    padding-left: 10px;
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    margin-bottom: 11px;
    font-weight: 400;
    font-size: 14px;
}

.danismanlik-form button {
    color: #fff;
    background-color: #000;
    border: 0;
    padding: 9px 32px;
    outline: 0;
    margin-top: 7px;
    font-weight: 300;
}

.basket-area-page {
    padding: 45px 0px;
    padding-bottom: 35px;
    display: inline-block;
    width: 100%;
}

.basket-list {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
}

.basket-list > li {
    margin: 0;
    width: 100%;
    list-style: none;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #ffffff;
    padding: 6px;
    border: 1px solid #cccccc5c;
}

.basket-list > li img{
    width: 90px;
    float: left;
}


.basket-list > li .text {
    margin-top: 20px;
}

.basket-list .basket-qty-btn {
    width: 120px;
    background-color: pink;
    margin: 0;
    padding: 0;
}

.basket-list .basket-qty-btn li{
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}

.basket-list .basket-qty-btn li span{
    font-size: 17px;
    padding: 0px 11px;
}

.basket-list .basket-qty-btn li button{
    font-size: 15px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 1px solid #ccc;
    width: 28px;
    padding-top: 4px;
    border-radius: 5px;
    height: 29px;
    outline: 0;
}

.mimarliktext {
    margin-bottom: 10px;
}

.mimarliktext p {
    font-size: 14.5px;
    font-weight: 300;
}

.mimarliktext b {
    font-size: 14.5px;
    font-weight: 400;
}

.mimarliktext h3{
    font-size: 18px;
    margin: 0;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 8px;
    font-weight: 300;
}

.product-added {
    display: none;
    width: 100%;
    max-width: 420px;
    z-index: 99990;
    position: fixed;
    top: 24%;
    left: 50%;
    background-color: #fff;
    margin-left: -210px;
    padding: 15px;
    text-align: center;
}

.product-added ion-icon {
    color: #666666;
    font-size: 49px;
    margin-top: 10px;
}

.product-added p {
    color: green;
    border-top: 1px solid #e6e6e6;
    padding-top: 13px;
    margin-top: 15px;
}

.product-added a, .product-added a:hover {
    color: #3e3e3e;
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 330px;
    border: 1px solid #a1a1a1;
    margin-bottom: 15px;
    padding: 7px 8px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
}

.product-added a.gotocart, .product-added a.gotocart:hover {
    color: #fff;
    background-color: #075E54;
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 330px;
    border: 1px solid #075E54;
    margin-bottom: 0px;
    padding: 8px 8px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
}

.product-added-background {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #19191975;
}

.checkout-area {
    width: 100%;
    padding: 30px 0px;
}

.checkout-area .hood {
    width: 100%;
    text-decoration: none;
    display: inline-block;
    color: #fbfbfb;
    background-color: #d7d7d7;
    padding: 16px 5px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 7px;
    margin-top: 15px;
}


.checkout-area .active-hood {
    color: #fbfbfb;
    background-color: #01434a;
}

.checkout-area .hood span {
    display: block;
    float: left;
    padding: 11px 20px;
    margin: -11px -5px;
    margin-right: 9px;
    border-right: 1px solid #ffffff47;
}

.checkout-area h6 {
    position: relative;
    margin-top: 18px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 11px;
}

.checkout-area .customer-min-information p {
    color: #5e5e5e;
    margin: 0;
    margin-top: 15px;
    border: 1px dashed #ccc;
    padding: 11px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 20px;
}

.checkout-area .customer-min-information span {
    color: #343434;
}

.checkout-area .form-group .input-wrapper-active label {
    top: 7px;
    position: absolute;
    font-size: 11px;
    left: 16px;
}

.basket-to-payment, .basket-to-payment:hover {
    width: auto;
    display: table;
    float: right;
    background-color: #272727;
    color: #fff;
    outline: 0;
    border: 0;
    font-weight: 400;
    padding: 11px 45px;
    border-radius: 8px;
    margin-bottom: 50px;
    margin-top: 15px;
    text-decoration: none;
}

.checkout-area button {
    width: 100%;
    background-color: #272727;
    color: #fff;
    outline: 0;
    border: 0;
    font-weight: 400;
    padding: 17px 0px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.checkout-area .form-group {
    position: relative;
    margin-bottom: 15px;
}

.checkout-area .form-group label {
    top: 17px;
    left: 16px;
    font-size: 15px;
    position: absolute;
    color: #929292;
}

.checkout-area .form-group input {
    display: block;
    -webkit-appearance: none;
    border: 1px solid #c9c9c9;
    padding: 8px 15px;
    width: 100%;
    border-radius: 8px;
    padding-top: 23px;
    color: #414141;
    font-size: 15px;
}

.checkout-area .form-group input:active, .checkout-area .form-group input:focus {
    border: 1px solid #737373;
    outline: none;
}

@keyframes onAutoFillStart {
    from {
        line-height: 1;
    }
    to {
        line-height: 1;
    }
}
.checkout-area .form-group input:-webkit-autofill {
    animation-name: onAutoFillStart;
    transition: all 100ms;
}

.checkout-basket-list {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    max-height: 300px;
    overflow: auto;
}

.checkout-basket-list li {
    margin: 0;
    width: 100%;
    list-style: none;
    display: inline-block;
    padding: 15px;
    border-bottom: 1px solid #eaeaea;
}

.checkout-basket-list li .image {
    position: relative;
    float: left;
    width: 70px;
}

.checkout-basket-list li .image span {
    position: absolute;
    right: 0;
    top: 0;
    width: 23px;
    height: 23px;
    background-color: #404040;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    padding-top: 2px;
}

.checkout-basket-list li img {
    width: 100%;
}

.checkout-basket-list li h6 {
    font-size: 15px;
    font-width: 400;
    margin-bottom: 3px;
}

.checkout-basket-list li p {
    font-size: 14px;
    font-width: 300;
}

.total-price-basket-payment {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    display: table;
    margin: 0 auto;
    border: 1px dashed #ccc;
    padding: 7px 25px;
    margin-top: 16px;
    border-radius: 3px;
}


.payment-success-result {
    display: table;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px;
    text-align: center;
}

.payment-success-result ion-icon {
    color: #666666;
    font-size: 49px;
    margin-top: 10px;
}

.payment-success-result h5 {
    color: green;
    font-weight: 400;
    margin-top: 10px;
}

.payment-success-result p {
    color: #3a3a3a;
    border-top: 1px solid #e6e6e6;
    padding-top: 13px;
    margin-top: 15px;
}

.free-cargo {
    width: 100%;
    background: linear-gradient(270deg, #01434a, #0fff80);
    background-size: 400% 400%;
    animation: gradientMove 8s ease infinite;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    margin-top: -22px;
    padding: 13px 0px;
    font-weight: 300;
    font-size: 17px;
}

footer {
    background-color: #01434a;
    width: 100%;
}

footer .footer-bank {
    display: table;
    margin: 0 auto;
    width: 85%;
    max-width: 480px;
}

footer .top-footer {
    border-bottom: 1px dashed #fff;
    padding: 35px 0px;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    padding-bottom: 28px;
}

footer .fot-menu h2{
    color: #0fff80;
    font-size: 17px;
    border-bottom: 1px dashed;
    padding-bottom: 11px;
    margin-top: 16px;
    font-weight: 400;
}

footer .fot-menu ul {
    margin: 0;
    padding: 0;
}

footer .fot-menu ul li{
    list-style: none;
}

footer .fot-menu ul a {
    color: #eeeeee;
    font-size: 15px;
    text-decoration: none;
    font-weight: 300;
    padding: 4px 0px;
    display: block;
    width: 100%;
    transition: all 500ms;
}


footer .fot-menu ul a:hover {
    opacity: 0.6;
    transition: all 500ms;
}

footer .iyzico {
    padding: 20px 0px;
    margin-top: 15px;

}


footer .copyright {
    background-color: #013238;
    display: table;
    margin: 0 auto;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 18px;
    padding-top: 4px;
}

footer .copyright ul {
    margin: 0px;
    padding: 20px 0px;
    padding-top: 15px;
    display: inline-block;
    padding-bottom: 10px;
}

footer .copyright ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    border-right: 1px dashed #fff;
    display: block;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 400;
}

footer .copyright ul li a{
    text-decoration: none;
    color: #fff;
}


footer .copyright ul li:last-child {
    border-right: 0px dashed #313131;
}


footer .address {
    color: #d0d0d0;
    text-align: center;
    font-size: 13px;
    margin: 0;
    padding: 21px 0px;
}

footer .tursab-logo {
    text-decoration: none;
}

footer .tursab-logo img {
    display: table;
    margin: 0 auto;
    height: 82px;
    margin-bottom: 7px;
}

footer .contact {
    text-decoration: none;
    float: left;
    display: inline-flex;
}

footer .contact svg {
    float: left;
    margin-right: 14px;
    margin-top: 4px;
}

footer .contact p {
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
}

footer .contact p span {
    font-size: 15px;
    font-weight: 400;
}

footer .social-area {
    float: right;
    margin: 0;
}

footer .social-area li {
    float: left;
    margin-left: 12px;
    list-style: none;
}

footer .social-area li a{
    color: #fff;
    border: 1px solid #fff;
    width: 41px;
    display: block;
    height: 41px;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    padding-top: 8px;
}

.payment-result-total {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #ffffff;
    padding: 14px;
    border: 1px solid #cccccc5c;
}

.payment-result-total h3 {
    font-size: 15px;
    border-bottom: 1px dashed #01434a;
    color: #01434a;
    text-align: left;
    padding: 9px 0px;
    font-weight: 400;
    border-radius: 0;
}

.payment-result-total ul {
    padding: 0;
}

.payment-result-total ul li{
    padding: 3px 3px;
    list-style: none;
    font-weight: 300;
}

.payment-result-total .basket-to-payment, .payment-result-total .basket-to-payment:hover {
    width: 100%;
    display: table;
    float: none;
    background-color: #01434a;
    color: #fff;
    outline: 0;
    border: 0;
    font-weight: 400;
    padding: 11px 45px;
    border-radius: 8px;
    margin-bottom: 0;
    margin-top: 15px;
    text-decoration: none;
    text-align: center;
}

.discount-oran-dt {
    background: linear-gradient(270deg, #01434a, #0fff80);
    background-size: 400% 400%;
    animation: gradientMove 8s ease infinite;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 23px;
    line-height: 25px;
}

.discount-oran-dt b {
    font-size: 15px;
}

.show-area {
    padding-top: 55px;
    padding-bottom: 20px;
}

.show-area img {
    width: 100%;
}
.show-area .two-image {
    margin-top: 17px;
    margin-bottom: 17px;
    width: 100%;
    display: block;
}

.product-detail-content {
    margin-top: 35px;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 13px #cccccc4a;
    font-weight: 400;
    color: #656565;
    display: inline-block;
    width: 100%;
}

.product-detail-back {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 13px #cccccc4a;
    font-weight: 400;
    color: #656565;
    display: inline-block;
    width: 100%;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.contact-page-area {
    padding-bottom: 10px;
}

.contact-area {
    display: inline-block;
    width: 100%;
    padding-bottom: 41px;
}


.contact-area .box {
    text-align: left;
    margin-bottom: 18px;
    background-color: #01434a12;
    padding: 17px;
    border-radius: 2px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.contact-area .box h5 {
    color: #424242;
    font-size: 19px;
}

.contact-area .box p {
    color: #656565;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 16px;
}

.contact-area .box a {
    color: #656565;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
    display: table;
    margin-bottom: 9px;
}


.contact-area .box a.ozel {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    padding: 7px 15px;
    background-color: #01434a;
    font-size: 14px;
    border-radius: 3px;
    width: 100%;
    max-width: 150px;
    text-align: center;
}


.payment-result-total {
    background-color: #fff;
}

.product-buttons {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.product-buttons li {
    list-style: none;
    float: left;
    width: 50%;
    padding-right: 15px;
}

.app-markt img {
    width: 100%;
    max-width: 160px;
    margin-top: 10px;
}

@media(min-width: 768px){
    .mobile-search {
        display: none;
    }

    .mobile-menu-btn {
        display: none;
    }

    .checkout-basket-list {
        margin-top: 35px;
    }
}

@media(max-width: 768px){

    footer .copyright ul li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        float: none;
        border-right: 0px;
        display: block;
        padding-right: 10px;
        margin-right: 10px;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    footer .social-area {
        float: none;
        display: table;
        margin: 0 auto;
        min-width: 187px;
        padding: 0;
        padding-right: 13px;
        padding-top: 22px;
    }

    .mobile-search {
        display: block !important;
    }

    .col-sm-6 {
        width: 50% !important;
        padding: 5px !important;
    }

    .product-list-area {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    header nav {
        display: none;
    }

    .header-search {
        display: none;
    }

    header .logo-area img {
        width: auto;
        height: 45px;
        display: table;
        margin: 0 auto;
        float: left;
        margin-top: 4px;
    }

    header .basket-area, header .basket-area:hover {
        float: right;
        text-decoration: none;
        display: inline-block;
        font-weight: 400;
        color: #fff;
        margin-top: 0px;
        border-bottom: 0;
        padding: 8px 9px;
        position: absolute;
        right: 15px;
        top: 7px;
        padding-bottom: 11px;
    }

    header .basket-area p {
        float: left;
        font-size: 14px;
        margin-top: 2px;
        font-weight: 300;
    }
    header .basket-area p span {
        font-size: 15px;
    }

    header .basket-area ion-icon {
        float: left;
        font-size: 21px;
        text-decoration: none;
        margin-right: 6px;
        margin-top: 2px;
    }

    .child-category-area {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .child-category {
        text-decoration: none;
        border: 1px solid #cccccc70;
        display: inline-block;
        width: 100%;
        margin-bottom: 3px;
        padding: 12px;
        background-color: #fff;
        transition: all 500ms;
    }

    .child-category img {
        border-radius: 200px;
        width: 100%;
        max-width: 62px;
        float: left;
    }

    .child-category h6 {
        color: #484848;
        margin-left: 20px;
        float: left;
        display: block;
        margin-top: 22px;
        font-size: 15px;
        font-weight: 400;
    }

    header {
        background-color: transparent;
        position: inherit;
        width: 100%;
        display: inline-block;
        background-color: #fff;
        padding-top: 22px;
        padding-bottom: 19px;
    }

    header .top-header-df {
        position: relative;
        z-index: 10;
        padding-bottom: 23px;
        margin-bottom: 0px;
    }

    header.active nav {
        display: block;
    }

    header.active  {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        overflow: auto;
    }

    header nav {
        width: 100%;
        margin-top: 0;
        border-top: 1px solid #cccccc5c;
        position: relative;
        top: 0;
        background-color: #f7f7f7;
        height: 100%;
        z-index: 9;
        padding-top: 0;
    }

    header nav ul {
        display: block;
    }

    header nav ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        flex: none;
        text-align: left;
        width: 100%;
        display: block;
    }

    header nav ul li:last-child a {
        border-bottom: 0px solid #cccccc6e;
    }

    header nav ul li a {
        border-bottom: 1px solid #cccccc6e;
        position: relative;
    }

    .basket-list li .text h6 {
        display: none;
    }

    .basket-list li .text p {
        margin-bottom: 4px;
    }

    .basket-list > li img {
        width: 90px;
        float: left;
        margin-right: 7px;
    }

    .basket-list li .text .row .col {
        display: block !important;
        flex: none;
    }

    .basket-list li .text .row .col:last-child {
        display: none !important;
    }

}

