@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}


a,
a:hover {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.flex-center{
    align-items: center;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

section {
    padding: 50px 0;
}

/* Content Wrapper START*/
.content-wrapper {
    background-color: #fff;
    box-shadow: 0 5px 10px -8px var(--color-4);
    padding: 30px 20px;
    margin-top: 15px;
    margin-bottom: 50px;
    border-radius: 5px;
}

.content-wrapper p {
    padding: 5px;
    color: #000;
}

.content-wrapper img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.content-wrapper-title {
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 10px;
    text-align: center;
}

.content-wrapper ul {
    padding: 0 20px 20px 20px;
}

.content-wrapper ul li {
    list-style-type: circle;
}

.content-wrapper h1 {
    font-size: 25px;
}

.content-wrapper h2 {
    font-size: 23px;
    font-weight: 500;
}

.content-wrapper h3 {
    font-size: 21px;
    font-weight: 500;
}
/* Content Wrapper END*/

/* HEADER START */
/* HEADER-TOP START */
.header-top {
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
    z-index: 20;
}

.header-top .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-right-icons,
.desktop-search-input,
.desktop-logo {
    display: flex;
    align-items: center;
}

.desktop-search-input {
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop-search-input button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.desktop-search-input input {
    position: relative !important;
    width: 100% !important;
    padding: 10px 10px 10px 20px !important;
    border: none !important;
    border-radius: 30px !important;
    box-shadow: #9000202b 0px 7px 29px 0px !important;
}

.desktop-search-input input:focus {
    border: none;
    outline: none;
}


.header-top .col-lg-4 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.header-right-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.header-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-icon a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--color-2);
}

.header-icon i {
    font-size: 30px;
}

.desktop-logo img {
    width: auto;
    max-width: 180px;
    max-height: 60px;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .header-icon a {
        font-size: 13px;
    }

    .header-icon i {
        font-size: 25px;
    }

    .header-right-icons {
        gap: 15px;
    }

    .desktop-search {
        left: 66%;
    }
}

@media (max-width: 992px) {
    .header-icon a {
        display: flex;
        align-items: center;
        white-space: nowrap;
        gap: 5px;
    }

    .header-right-icons {
        gap: 10px;
    }

    .desktop-search {
        left: 58%;
    }
}

@media (max-width: 820px) {
    .desktop-search-input {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .desktop-search-input input {
        margin-bottom: 0;
        margin-top: 0;
    }
}
/* HEADER-TOP END */

/* HEADER-BOTTOM START */
.header-bottom {
    background-color: var(--color-1);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 999;
    display: none;
}
.header-menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown .all-products {
    position: relative;
    color: var(--color-4);
    font-weight: 400;
    font-size: 20px;
    padding-right: 15px;
    border-right: 1px solid var(--color-4);
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.drop-menu .left ul {
    max-height: 400px;
    overflow-y: auto;
}

.header-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 300;
    font-size: 15px;
    color: var(--color-7);
    transition: all 0.3s ease;
}

.header-menu li a i {
    color: #fff;
    font-size: 30px;
    transition: all 0.3s ease;
}

.header-menu li:hover a,
.header-menu li:hover i {
    color: var(--color-4);
}

.dropdown {
    position: relative;
}

.drop-menu {
    position: absolute;
    z-index: 999;
    background: white;
    top: 55px;
    width: 900px;
    height: auto;
    display: flex;
    box-shadow: 10px 20px 27px #e5d3de;
    transform: scaleY(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: top;
    opacity: 0;
}

.dropdown:hover .drop-menu {
    transform: scaleY(1);
    opacity: 1;
}

.drop-menu .left {
    width: 30%;
    color: #000;
    padding: 60px 50px;
}

.drop-menu .right {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    box-sizing: border-box;
    padding: 10px 40px 40px 40px;
}

.drop-menu .left ul li {
    padding-bottom: 20px;
}

.drop-menu .left ul li a i {
    font-size: 15px;
    color: var(--color-3);
}

.drop-menu .left li a {
    color: #000;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.drop-menu .left li a:hover {
    color: var(--color-4);
}

.drop-menu .right li a {
    color: #fff;
    transition: all 0.3s ease;
}

.drop-menu .right li a:hover {
    color: var(--color-4);
}

.right .drop-btn {
    font-size: 10px;
    line-height: 12px;
    color: white;
    padding: 5px 15px;
    border: 1px solid #bf5695;
    background-color: transparent;
}


.menu-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.menu-list li {
    width: 25%;
    box-sizing: border-box;
    padding-bottom: 15px;
}

.menu-list li a {
    text-decoration: none;
    color: #000;
}

.box-list {
    display: flex;
    margin: 0px;
    padding: 0px;
    align-items: center;
    justify-self: center;
    gap: 25px;
}

.right-list .box-list a {
    padding: 23px 20px;
    margin: 5px 0;
    color: white !important;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #5F0038;
    width: 145px;
}

@media (max-width: 1200px) {
    .header-menu li a i {
        font-size: 25px;
    }

    .header-menu li a {
        gap: 5px;
    }

    .header-menu li:first-child a {
        display: flex;
        align-items: center;
        white-space: nowrap;
        gap: 5px;
        font-size: 15px;
    }

    .header-menu li:first-child a img {
        max-width: 25px;
        max-height: 25px;
    }
}

@media (max-width: 992px) {
    .header-menu li a i {
        font-size: 20px;
    }

    .header-menu li a {
        font-size: 12px;
    }
}
/* HEADER-BOTTOM END */

/* HEADER-MOBILE START */
.header-mobile {
    display: none;
}

.header-mobile-top {
    background-color: var(--color-4);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    display: none;
}

.header-mobile-top a {
    color: #fff;
}

.mobile-truck {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-mobile-top ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-mobile-center {
    background-color: var(--color-3);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-basket {
    color: #900320;
    font-size: 17px;
    background: white;
    padding: 5px 10px;
    border-radius: 50%;
}

.header-mobile-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    gap: 10px;
    position: sticky;
    top: 0;
    z-index: 900;
    background-color: #fff;
}

.desktop-search-input {
    display: flex;
    align-items: center;
    width: 100%;
}

.mobile-input {
    position: relative;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    border: none;
    background-color: #f8f8f8;
    border-radius: 10px;
    margin-bottom: 40px;
}

.mobile-search {
    position: absolute;
    top: 40%;
    left: 85%;
}

.hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: linear-gradient(180deg, #900320 0%, #900320 100%);
    padding: 8px;
    border-radius: 10px;
}

.hamburger-menu .dot-line {
    display: flex;
    align-items: center;
    gap: 4px;
}

.hamburger-menu .dot {
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 50%;
}

.hamburger-menu .short-line {
    width: 90%;
    height: 4px;
    background-color: #fff;
}

.hamburger-menu .line {
    width: 100%;
    height: 4px;
    background-color: #fff;
}

.hamburger-menu .pink-line {
    width: 100%;
    height: 4px;
    background-color: #ffffff;
}

@media (max-width: 820px) {
    .header-desktop,
    .header-bottom {
        display: none;
    }

    .header-mobile {
        display: block;
    }

    .header-modal {
        display: none;
    }

    .mobile-search {
        position: absolute;
        top: 40%;
        left: 85%;
    }
}

@media (max-width: 768px) {
    .mobile-search {
        position: absolute;
        top: 40%;
        left: 82%;
    }
}

@media (max-width: 576px) {
    .page-header-list {
        display: flex;
        align-items: center;
    }

    .mobile-search {
        top: 40%;
        left: 77%;
    }
}

@media (max-width: 460px) {
    .mobile-search {
        top: 40%;
        left: 74%;
    }
}

@media (max-width: 395px) {
    .mobile-logo img {
        padding-top: 10px;
        max-width: 200px;
        height: auto;
        width: 100%;
        object-fit: contain;
    }

    .mobile-search {
        top: 40%;
        left: 70%;
    }
}

/* HEADER-MOBILE END */

/* HEADER-MODAL START */
.header-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: scroll;
}

.header-modal.active {
    opacity: 1;
    transform: translateX(0);
}

.modal-icon {
    color: #900320;
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 10px 20px 10px;
}

.modal-logo img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 75px;
    object-fit: contain;
}

.modal-search {
    position: absolute;
    left: 89%;
    top: 30px;
}

.modal-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
}

.modal-icons a {
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}

.modal-icons i {
    color: #900320;
    font-size: 30px;
}

.modal-menu {
    padding: 25px 10px;
    padding-bottom: 25px;
}

.modal-menu > ul > li.modal-menu-title {
    margin-bottom: 20px;
}

.modal-menu > ul > li.modal-menu-title > a {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.modal-menu > ul > li:not(.modal-menu-title) {
    padding-bottom: 20px;
}

.modal-menu > ul > li:not(.modal-menu-title) > a {
    font-size: 22px;
    color: #000;
    padding-bottom: 20px;
}

.modal-menu li {
    padding-bottom: 15px;
}

.modal-menu li a {
    color: black;
    font-size: 22px;
}

.submenu {
    display: none;
    max-height: 0;
    overflow: scroll;
    background: #f0f0f0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    margin-top: 10px;
    border-radius: 4px;
    transition: max-height 0.3s ease;
    display: flex;
    flex-wrap: wrap;
}

.modal-menu .submenu li {
    padding: 10px 0;
}

.modal-menu .submenu li a {
    color: #333;
    font-size: 20px;
}

.modal-menu .submenu li a:hover {
    color: #007bff;
}

.modal-menu-title:hover .submenu {
    max-height: 300px;
    padding: 20px;
}

.header-modal-footer {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    padding: 10px 0;
    border-radius: 20px;
    flex-wrap: wrap;
    margin-top: -35px;
}

.modal-icon-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-right: 2px solid var(--color-4);
    padding-right: 20px;
}

.modal-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}
/* HEADER-MODAL END */
/* HEADER END */

/* HOME-IMAGES START */
.home-images img {
    width: 100%;
}

.home-slider-section {
    position: relative;
    padding: 0;
}

.home-slider-section .hero-slider-container {
    padding: 0;
}

.mobile-home-slider {
    display: none;
}

.mobile-home-slider img {
    border-radius: 20px;
    max-width: 100%;
    display: block;
    min-height: 250px;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .left-content-title {
        font-size: 36px;
        line-height: 50px;
        width: 75%;
    }

    .left-content-desc {
        font-size: 22px;
        line-height: 27px;
    }
}

@media (max-width: 1024px) {
    .left-content-title {
        font-size: 30px;
        line-height: 40px;
        width: 75%;
    }

    .left-content-desc {
        font-size: 18px;
        line-height: 27px;
    }
}

@media (max-width: 992px) {
    .left-content-title {
        font-size: 28px;
        line-height: 40px;
        width: 100%;
    }

    .left-content-desc {
        font-size: 13px;
        line-height: 22px;
        width: 100%;
    }
}

@media (max-width: 820px) {
    .left-content {
        display: none;
    }

    .mobile-home-slider {
        display: block;
        padding-top: 5px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .home-slider-section {
        display: none;
    }
}
/* HOME-IMAGES END */

/* ICON-SLIDER START */
.icons-slider-section {
    padding: 20px 0;
    overflow: visible;
}

.icon-box {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 20px 10px;
    margin-inline: 20px;
    border: none;
    border-radius: 30px;
    background-color: #fff;
    gap: 15px;
    transition: all 0.3s ease;
    width: 100%;
}

.icon-box:hover {
    background-color: var(--color-3);
    color: #fff;
}

.icon-box:hover i,
.icon-box:hover span {
    color: #fff;
}

.icon-box i {
    font-size: 30px;
    color: var(--color-4);
}

.icon-box span {
    font-size: 16px;
    color: #333;
}

.icon-box:nth-child(1):hover {
    background-color: #3c0a28;
}

.icon-box:nth-child(2):hover {
    background-color: #55173c;
}

.icon-box:nth-child(3):hover {
    background-color: #873365;
}

.icon-box:nth-child(4):hover {
    background-color: #bf5695;
}

@media (max-width: 1200px) {
    .icon-box span {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .icon-box span {
        font-size: 14px;
    }

    .icon-box i {
        font-size: 25px;
    }
}

@media (max-width: 576px) {
    .icon-box {
        gap: 5px;
    }
    .icon-box span {
        font-size: 12px;
    }

    .icon-box i {
        font-size: 20px;
    }
}
/* ICON-SLIDER END */

/* CAMPAIGN START */
.campaign-title {
    font-weight: 300;
    font-size: 50px;
    text-align: center;
    color: var(--color-5);
    padding-bottom: 50px;
}

.compaign-box {
    display: flex;
    min-height: 100%;
}

.img-box {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.campaign-img {
    min-width: 300px;
    width: 100%;
    max-height: 420px;
    height: auto;
    object-fit: contain;
    position: relative;
}

.campaign-text {
    position: absolute;
    top: 166px;
    left: -106px;
    width: 100%;
    background-color: var(--color-4);
    color: #fff;
    padding: 6px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    transform: rotate(-45deg);
    transform-origin: left top;
}

.text-box {
    background-color: var(--color-7);
    padding: 10px;
}

@media (min-width: 992px){
    .text-box {
        background-color: var(--color-7);
        padding: 10px;
        min-width: 500px;
        width: 100%;
    }
    
}

.text-box-title {
    font-weight: 500;
    font-size: 35px;
    line-height: 42px;
    color: #472439;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.text-box-title img {
    max-width: 75px;
    width: 100%;
}

.text-box-desc {
    color: #472439;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 13px;
}

.pro-name {
    font-size: 25px;
    color: #472439;
    font-weight: 500;
    padding-bottom: 20px;
}

.price-box {
    padding-bottom: 40px;
}

.sold-out {
    padding-bottom: 18px;
    font-size: 20px;
    text-decoration: line-through;
    color: var(--color-5);
}

.new-price span {
    font-size: 15px;
}

.last-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.last-time span {
    background-color: var(--color-1);
    color: #fff;
    padding: 3px 8px;
}

.campaign-btn {
    background-color: var(--color-4);
    color: #fff;
    padding: 5px 20px;
    transition: all 0.3s ease;
}

.campaign-btn:hover {
    background-color: var(--color-1);
    color: #fff;
}


@media (max-width: 1200px) {
    .text-box-title {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .text-box-title img {
        max-width: 40px;
    }

    .text-box-desc {
        font-size: 13px;
        padding-bottom: 10px;
    }

    .last-time {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .last-time span {
        padding: 5px 15px;
        font-size: 10px;
    }

    .pro-name {
        font-size: 17px;
        padding-bottom: 5px;
    }

    .campaign-section {
        padding-top: 0;
        font-size: 12px;
    }

    .campaign-text {
        top: 118px;
        left: -55px;
    }

    .price-box {
        padding-bottom: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 1024px) {
    .text-box-title {
        font-size: 20px;
        display: flex;
        align-items: center;
        gap: 15px;
        padding-bottom: 10px;
    }

    .text-box-title img {
        max-width: 40px;
    }

    .text-box-desc {
        font-size: 12px;
        padding-bottom: 13px;
    }

    .last-time {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    /* smallSwiper kaldırıldı */
    }
}

@media (max-width: 992px) {
    .campaign-title {
        font-size: 40px;
    }


    .compaign-box {
        display: flex;
    }

    .img-box,
    .text-box {
        width: 100%;
    }

    .img-box {
        width: 100%;
    }

    .campaign-img {
        width: 100%;
        height: auto;
        display: block;
    }

    .last-time {
        display: flex;
        flex-direction: row;
    }

    .campaign-text {
        top: 42%;
        left: -28%;
    }

    .text-box-title {
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding-bottom: 5px;
    }

    .text-box-title img {
        max-width: 29px;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .campaign-title {
        font-size: 30px;
    }


    .text-box {
        padding: 10px 20px;
    }

    .text-box-title {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .text-box-desc {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .pro-name {
        font-size: 20px;
        padding-bottom: 5px;
    }

    .compaign-box {
        display: flex;
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .compaign-box {
        display: block;
        padding: 10px;
    }

    .campaign-title {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .img-box,
    .text-box {
        width: 100%;
        margin-bottom: 15px;
    }

    .img-box img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .text-box {
        font-size: 14px;
    }

    .price-box {
        font-size: 16px;
    }

    .campaign-img {
        width: 100%;
        max-width: 200px;
        max-height: 200px;
        height: auto;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 375px) {
    .campaign-title {
        font-size: 17px;
    }
}
/* CAMPAIGN END */

.home-products-section {
    padding-top: 50px;
    position: relative;
}

.home-products-section:before {
    position: absolute;
    content: "";
    background-image: url(../img/kenarcicek.png);
    width: 150px;
    height: 285px;
    right: 0;
    top: 0;
}


@media (max-width: 768px) {
    .home-products-section {
        padding-top: 10px;
    }
}


/* PRODUCT-BOX START */
.product-box {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid var(--color-8);
    overflow: hidden;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border-radius: 10px;
}

.product-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    position: relative;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.product-image img {
    width: 100%;
    height: auto;
    display: block;
}

.product-image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.product-box:hover .product-image::before {
    opacity: 1;
}

.pro-content,
.add-to-cart,
.notify-button, 
.detail-view {
    position: relative;
    z-index: 2;
}

.pro-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--color-10);
    padding: 10px 0px 0px 0px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.pro-box-title {
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    color: var(--color-3);
    padding-bottom: 15px;
}

.pro-span {
    padding-bottom: 25px;
}

.price-section {
    display: flex;
    align-items: center;
    gap: 50px;
    padding-bottom: 20px;
}

.new-price {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #472439;
}

.old-price {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #c4c4c4;
    text-decoration: line-through;
}

.add-to-cart,
.notify-button { 
    padding: 15px 0px;
    background: var(--color-3);
    color: white;
    font-weight: 300;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: all 0.4s ease;
    width: 100%;
    opacity: 0;
    border: none;
    transform: translateY(45px); 
    bottom: 20px;
    position: absolute;
}

.notify-button:hover {
    color: #fff;
} 

.add-to-cart i,
.notify-button i {
    color: white;
}

.product-box:hover .add-to-cart,
.product-box:hover .notify-button {
    bottom: 0px;
    opacity: 1;
    transform: translateY(0px);
}

.detail-view {
    position: absolute;
    left: -100%;
    bottom: 0px;
    color: #fff;
    font-size: 15px;
    padding: 10px;
    background-color: transparent;
    opacity: 0;
    transition: all 0.4s ease;
    display: flex;
    gap: 7px;
    align-items: center;
}

.product-box:hover .detail-view {
    left: 5px;
    opacity: 1;
}

.detail-view i {
    font-size: 10px;
}

.sold-button {
    background-color: var(--color-3);
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    transition: all .3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.sold-button:hover {
    background-color: #fff;
    color: var(--color-3);
}

/* Zil ikonu sadece hover durumunda sallansın */
.sold-button:hover i {
    animation: shake .5s cubic-bezier(0.4, 0, 0.2, 1); 
}

/* @keyframes shake animasyonu */
@keyframes shake {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}



/* Satırda 4 ürün varsa */
.discount-text {
    position: absolute;
    top: 4%;
    left: 5%;
    background-color: var(--color-4);
    color: #fff;
    padding: 6px 25px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    z-index: 100;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow: hidden;
}

.discount-text:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    color: var(--color-4);
    top: -100%;
    left: 0;
    z-index: -1;
    transition: 0.3s;
}

.discount-text:hover {
    color: var(--color-4);
}

.discount-text:hover:before {
    top: 0;
}

.discount-text:hover:after {
    top: 0;
}

.new-product {
    position: absolute;
    top: 6%;
    left: 5%;
    background-color: var(--color-3);
    color: #fff;
    padding: 8px 20px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow: hidden;
}

.new-product:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    color: var(--color-3);
    top: -100%;
    left: 0;
    z-index: -1;
    transition: 0.3s;
}

.new-product:hover {
    color: var(--color-3);
}

.new-product:hover:before {
    top: 0;
}

.new-product:hover:after {
    top: 0;
}

@media (max-width: 1200px) {
    .price-section {
        gap: 20px;
    }

    .old-price,
    .new-price {
        font-size: 18px;
        /* padding-bottom: 5px; */
    }
}

@media (max-width: 460px) {
    .price-section {
        gap: 10px;
    }

    .old-price {
        font-size: 12px;
    }

    .pro-box-title {
        font-size: 13px;
    }

    .new-product {
        padding: 5px 15px;
        font-size: 8px;
    }

    .discount-text {
        padding: 5px 15px;
        font-size: 10px;
    }
}

/* PRODUCT-BOX END */

/* COMMENT START */
.comment-section {
    position: relative;
    margin-bottom: 100px;
}

.commen-first {
    width: 100%;
    max-width: 500px;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.comment-desc {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #807373;
    margin-bottom: 10px;
    width: 100%;
    max-width: none;
}

.commen-first img {
    width: 100%;
    height: auto;
    max-width: 90px;
    border-radius: 50%;
    border: 3px solid #fff;
}

.comment-prev,
.comment-next {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    z-index: 20;
}

.comment-prev {
    left: 16%;
}

.comment-next {
    right: 16%;
}

.comment-prev i,
.comment-next i {
    font-size: 24px;
    color: #807373;
}

.commentSwiper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.commentSwiper .hero-slide {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 10px;
}

.leaf-01,
.leaf-02,
.leaf-03 {
    position: absolute;
    width: 100px;
    height: auto;
}

.leaf-01 {
    position: absolute;
    bottom: -5px;
    left: -5%;
    width: 200px;
}

.leaf-02 {
    top: -50px;
    right: -5%;
    width: 175px;
}

.leaf-03 {
    bottom: -20px;
    right: -5%;
    width: 175px;
}

.area {
    position: relative;
    padding: 30px 0;
    width: 100%;
}

@media (max-width: 1200px) {
    .leaf-01 {
        left: 5%;
    }

    .leaf-02,
    .leaf-03 {
        right: 5%;
    }
}

@media (max-width: 1024px) {
    .leaf-01 {
        left: -3%;
    }

    .leaf-02,
    .leaf-03 {
        right: -2%;
    }
}

@media (max-width: 992px) {
    .leaf-01,
    .leaf-02,
    .leaf-03 {
        display: none;
    }

    .comment-prev,
    .comment-next {
        position: absolute;
        top: 90%;
        transform: translateY(-50%);
        z-index: 20;
    }

    .comment-prev {
        left: 45%;
    }

    .comment-next {
        right: 45%;
    }
}

@media (max-width: 576px) {
    .comment-section {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
    }

    .comment-prev,
    .comment-next {
        position: absolute;
        top: 90%;
        transform: translateY(-50%);
        z-index: 20;
    }

    .comment-prev {
        left: 40%;
    }

    .comment-next {
        right: 40%;
    }
}



@media (max-width: 576px) {
    .comment-desc {
        font-size: 15px;
    }
}
/* COMMENT END */

/* DISCOUNTED START */
.discounted-section {
    background-color: var(--color-6);
    padding: 80px 0;
}

.discounted-section .last-row {
    margin-bottom: 30px;
}

.section-title {
    position: relative;
    font-size: 35px;
    color: var(--color-3);
    text-align: center;
    margin-bottom: 60px;
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: -5px; /* Çizginin başlığa olan mesafesi */
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background-color: var(--color-3);
}

@media (max-width: 820px) {
    .home-blog-section .section-title {
        margin-bottom: 25px;
    }
}

/* DISCOUNTED END */

/* CTA-AREA START */
.cta-section {
    padding-top: 250px;
    margin-top: -265px;
    background-color: white;
}

.cta-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: white;
    padding: 70px;
    z-index: 999;
    background: #886f72;
    background-image: unset !important;
}

.cta-title {
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 2px #ffffff;
    color: #fff;
}

.cta-title span {
    display: block;
    font-size: 38px;
    font-weight: 400;
}

.cta-btn {
    display: inline;
    border: 1px solid #ffffff;
    border-radius: 30px;
    padding: 10px 50px;
    color: #fff;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background-color: #64061a;
    color: #fff;
}

@media (max-width: 992px) {
    .cta-title {
        font-size: 35px;
        border: none;
    }

    .cta-title span {
        font-size: 28px;
        padding: 25px 0 10px 0;
    }

    .cta-btn {
        font-size: 25px;
    }
}

@media (max-width: 820px) {
    .cta-title {
        font-size: 30px;
        border: none;
    }

    .cta-title span {
        font-size: 23px;
        padding: 25px 0 5px 0;
    }

    .cta-btn {
        font-size: 25px;
    }
}

@media (max-width: 576px) {
    .cta-area {
        padding: 50px 20px;
    }

    .cta-btn {
        font-size: 12px;
        padding: 5px 30px;
    }

    .cta-title {
        font-size: 21px;
        border: none;
        padding-bottom: 10px;
    }

    .cta-title span {
        font-size: 14px;
        padding: 15px 0 0px 0;
    }
}

/* CTA-AREA END */

/* FOOTER START */
/* FOOTER-TOP START */
footer {
    padding: 60px 0 30px 0;
}

.footer-desc {
    display: block;
    padding-top: 15px;
    color: #adadb5;
}

.footer-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.footer-title::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #bf5695;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-box {
    padding-bottom: 50px;
}

.footer-box ul li {
    max-width: 200px;
    text-wrap: wrap;
    padding-bottom: 8px;
}

.footer-box ul li a {
    font-size: 15px;
    color: #adadb5;
}

.footer-box ul li a:hover {
    color: #900320;
}

.footer-logo img{
    width: auto;
    height: auto;
    object-fit: cover;
    max-height: 100px;
}

@media (max-width: 992px) {
    .footer-desc {
        padding-bottom: 30px;
    }

    .footer-logo img {
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 576px) {
    footer {
        padding: 0;
    }

    .footer-desc {
        padding-bottom: 10px;
    }
}
/* FOOTER-TOP END */

/* FOOTER-BOTTOM START */
.footer-bottom .row {
    border-top: 1px solid #c4c4c4;
    padding-top: 20px;
    color: #adadb5;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.social {
    color: #adadb5;
    border: solid 1px #adadb5;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 8px;
    transition: all .3s ease;
}

.social:hover{
    color: #000;
    border-color: #000;
}


.footer-mail {
    display: flex;
    justify-content: flex-end;
    color: #adadb5;
}

@media (max-width: 576px) {
    .footer-bottom {
        padding-bottom: 100px;
    }

    .footer-mail {
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }

    .footer-social {
        display: flex;
        justify-content: center;
        padding-bottom: 20px;
    }
}
/* FOOTER-TOP END */
/* FOOTER END */

/* CATEGORY.PHP START */
.category-section {
    position: relative;
}

.category-section:before {
    position: absolute;
    content: "";
    background-image: url(../img/kenarcicek.png);
    width: 150px;
    height: 285px;
    right: 0;
    top: 0;
}

.page-header-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-header {
    padding: 50px 0;
}

.page-title {
    font-size: 25px;
    color: var(--color-3);
    text-align: center;
}

.category-dropdown {
    position: relative;
}

.custom-select-container {
    position: relative;
}

.custom-dropdown {
    position: relative;
    display: flex;
}

.custom-dropdown select{
    background: transparent;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px; 
    background: transparent;
    cursor: pointer;
}

.selected-option {
    background-color: transparent;
    border: none;
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.arrow-icon {
    margin-left: 10px;
    transition: transform 0.3s ease;
    color: var(--color-4);
}

.arrow-icon.up {
    transform: rotate(180deg); /* Yukarı döndürme */
}

.dropdown-options {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 4px;
    z-index: 1000;
    width: 100%;
}

.option {
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    display: block;
}

.option:hover {
    background-color: transparent;
}

@media (max-width: 992px) {
    .selected-option {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .page-header-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-top: 5px;
    }

    .page-header {
        padding: 20px 0;
    }

    .page-p,
    .category-form {
        width: 100%;
        margin: 5px 0;
    }

    .category-form {
        display: flex;
        justify-content: center; /* Formu ortala */
        width: 100%; /* Formun tam genişlikte olmasını sağla */
    }

    .selected-option {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .page-title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 0;
    }

    .page-p {
        display: none;
    }

    .page-header {
        padding: 5px 0;
    }

    .form-select {
        width: 90%;
        margin: 0;
    }
}
/* CATEGORY.PHP END */


/* PRODUCT START */
.product-title {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
    color: var(--color-3);
    margin: 0;
}

.product-p {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 20px;
    text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3);
}

.delivery-location {
    margin: 20px 0;
    position: relative;
    width: 100%;
    box-shadow: 0 5px 10px -8px var(--color-4);
    border: none;
    padding: 10px;
    appearance: none;
}

.delivery-location select{
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px; 
    background: transparent;
    cursor: pointer;
    width: 100%;
    appearance: none;
}

select:focus {
    outline: none;
    box-shadow: 0 0 8px var(--color-4);
}

.single-arrow {
    position: absolute;
    font-size: 25px;
    top: 26%;
    right: 3%;
}

.pro-price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 5px 10px -8px var(--color-4);
}

.single-price-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.single-new-price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.new-amount {
    font-size: 40px;
    font-weight: 400;
}

.new-span-box {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 500;
}

.single-old-price {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    color: gray;
}

.old-amount {
    font-size: 40px;
    font-weight: 400;
    text-decoration: line-through;
}

.old-span-box {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

.sold-out-text {
    font-size: 30px;
    font-weight: 500;
    text-decoration: line-through;
    color: gray;
}

.product-btn {
    background-color: var(--color-3);
    color: #fff;
    padding: 15px 50px;
    border-radius: 10px;
    border: 2px solid var(--color-3);
    transition: all 0.3s ease;
    display: inline-block;
}

.product-btn i {
    margin-left: 5px;
    transition: transform 0.3s;
}

.product-btn:hover {
    background-color: #fff;
    color: var(--color-3);
}

.product-btn:hover i {
    transform: translateX(5px);
    color: var(--color-8);
}

.product-icon-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 5px 10px -8px var(--color-4);
    padding: 20px;
    margin-bottom: 25px;
}

.pro-icon-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pro-icon-box:nth-child(2) i {
    font-size: 40px;
    color: var(--color-1);
}

.pro-icon-box:nth-child(3) i {
    font-size: 40px;
    color: #886f72;
}

.flower {
    max-width: 80px;
    width: 100%;
}

.payment-info {
    box-shadow: 0 5px 10px -8px var(--color-4);
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.payment-title {
    font-size: 17px;
    font-weight: 600;
    text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3);
}

.payment {
    max-width: 100%;
    width: 82%;
    padding-block: 20px;
    height: auto !important;
}

.paymen-info span {
    color: var(--color-1);
}

.pro-comments {
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 10px -8px var(--color-4);
}

.pro-comment {
    font-size: 17px;
    padding-bottom: 10px;
}

.pro-comment-form input[type="text"],
.pro-comment-form textarea {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border: none;
}

.pro-comment-form textarea {
    resize: vertical;
    border: none;
    margin-block: 2rem;
}

.pro-comment-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.no-stock-message {
    background-color: red;
    color: #fff;
    padding: 10px;
    margin-bottom: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 17px;
}

.no-stock-message:hover {
    background-color: red;
    color: #fff;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
    display: none;
}

.overlay-title {
    border-bottom: 1px solid #000;
    padding: 20px 30px 10px 30px;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.notification-form-body,
.notification-form-bottom {
    padding: 10px 30px;
}

.notification-form-body {
    border-bottom: 1px solid #000;
    z-index: 100;
}

.notification-form-bottom {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    padding: 20px;
}

.notification-form-bottom button {
    border: none;
    padding: 10px 25px;
}

.notification-form-bottom button:first-child {
    background-color: #000;
    color: #fff;
}

.notification-form-bottom button:last-child {
    background-color: var(--color-5);
    color: #fff;
}

.form-robo {
    width: 100%;
    object-fit: cover;
}

.notification-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    background-color: white;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 35%;
}

.notification-form input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.notification-form button {
    padding: 10px 20px;
    cursor: pointer;
}

.pro-desc {
    font-size: 15px;
    padding-bottom: 0px;
    margin: 0;
}

.product-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.feature-item {
    display: flex;
}

.feature-title {
    min-width: 120px;
    font-weight: bold;
    color: var(--color-3);
    position: relative;
    padding-right: 5px;
    font-size: 15px;
}

.feature-title::after {
    content: ":";
    position: absolute;
    right: 5px;
}

.feature-item span:last-child {
    padding-left: 3px;
}

.box-right {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1200px) {
    .product-icon-list {
        padding: 10px;
    }

    .flower {
        max-width: 65px;
    }

    .pro-icon-box:nth-child(2) i {
        font-size: 25px;
        color: var(--color-1);
    }

    .pro-icon-box:nth-child(3) i {
        font-size: 25px;
        color: var(--color-8);
    }
}

@media (max-width: 992px) {
    .pro-icon-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .box-right {
        display: flex;
        flex-direction: row;
        gap: 5px;
        font-size: 12px;
    }

    .flower {
        max-width: 32px;
    }

    .product-btn {
        padding: 10px 25px;
        font-size: 13px;
    }

    .new-amount,
    .old-amount {
        font-size: 25px;
    }

    .new-span-box {
        font-size: 10px;
    }

    select {
        font-size: 12px;
    }

    .payment-info span {
        font-size: 12px;
    }

    .product-p {
        padding: 0 10px 20px 10px;
    }
}

@media (max-width: 820px) {
    .no-stock-message {
        font-size: 12px;
        margin-top: 35px;
    }

    .product-section {
        padding-top: 0;
    }

    .new-amount {
        font-size: 30px;
        font-weight: 600;
    }
}

@media (max-width: 768px) {
    .product-btn {
        font-size: 15px;
    }

    .single-new-price {
        gap: 5px;
    }

    .product-btn {
        padding: 5px 18px;
        font-size: 10px;
        border-radius: 5px;
    }

    .box-right {
        font-size: 8px;
    }

    .pro-icon-box:nth-child(2) i {
        font-size: 20px;
        color: var(--color-1);
    }

    .pro-icon-box:nth-child(3) i {
        font-size: 20px;
        color: var(--color-8);
    }

    .product-p {
        font-size: 20px;
        padding-block: 10px;
    }

    .content-wrapper {
        margin-bottom: 19px;
    }

    .new-amount {
        font-size: 25px;
        font-weight: 600;
    }
}

@media (max-width: 576px) {
    .pro-comment-btn {
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding: 20px;
    }

    .no-stock-message {
        font-size: 9px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .sold-out-text {
        font-size: 20px;
    }

    .product-btn {
        font-size: 15px;
    }
}

/* stars */
.rate {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    height: 40px;
    margin-bottom: 1rem;
}

.rate input {
    display: none;
}

.rate:not(:checked) > label {
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked) > label:before {
    content: "★ ";
}

.rate > input:checked ~ label {
    color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.star-color {
    color: #ffc700;
}

.comment-robo {
    width: 300px;
}
/* stars END*/

.similar-pro-container {
    background-color: var(--color-6);
    padding: 50px 0;
}

.similar-pro-container .last-row {
    margin-bottom: 50px;
}

.similar-pro-title {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 15px;
}

.similar-pro-title::before {
    content: "";
    position: absolute;
    width: 30%;
    padding: 2px;
    background-color: var(--color-8);
    top: -5px;
    left: 35%;
}

.similar-pro-title::after {
    content: "";
    position: absolute;
    width: 30%;
    padding: 2px;
    background-color: var(--color-8);
    bottom: -5px;
    left: 35%;
}
/* ========================================
   PRODUCT DETAIL PAGE
======================================== */

/* Layout */
.product-detail {
    padding: 30px 0;
}

.product-detail .box {
    margin-bottom: 20px;
}

.product-detail .box.mobile-order-2 {
    background: #fff;
    padding: 25px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
}

.sticky-wrapper {
    position: sticky;
    top: 120px;
}

/* Right Side - Product Info */
.product-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--color-3);
    margin-bottom: 15px;
    line-height: 1.4;
}

.box-product-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    padding-bottom: 15px;
}

.box-product-desc p {
    margin-bottom: 10px;
}

.list-product-details {
    padding: 12px 0;
    border-top: 1px solid #eee;
    margin-bottom: 0;
}

.list-product-details li {
    padding: 6px 0;
    font-size: 15px;
    color: #555;
    display: flex;
    gap: 8px;
}

.list-product-details li span {
    font-weight: 600;
    color: var(--color-3);
    white-space: nowrap;
}

/* Order Area */
.box.order-area.order-create.mobile-order-1 {
    background: none;
    box-shadow: none;
    padding: 0 15px;
}

.order-now-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--color-3);
}

/* Location Search (product detail override) */
.product-detail .order-create .location-search {
    position: relative;
    z-index: 98;
}

.product-detail .order-create .location-search .search {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}

.product-detail .order-create .location-search .search input {
    width: 100%;
    padding: 15px 45px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s;
    height: 56px;
    box-sizing: border-box;
}

.product-detail .order-create .location-search .search input:focus {
    border-color: var(--color-4);
}

.product-detail .order-create .location-search .search i {
    position: absolute;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.product-detail .order-create .location-search .search .icon-location-arrow {
    color: var(--color-3);
    right: 18px;
}

.product-detail .order-create .location-search .search .icon-search {
    color: #bbb;
    left: 15px;
}

.product-detail .order-create .location-results {
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Date Selector */
.product-detail .order-create .form .dates {
    overflow: hidden;
}

.product-detail .order-create .form .dates ul {
    overflow: hidden;
    margin-bottom: 20px;
}

.product-detail .order-create .form .dates li {
    width: calc(25% - 15px);
    margin-right: 15px;
    float: left;
}

.product-detail .order-create .form .dates li label {
    width: 100%;
    height: 80px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    padding: 10px 0 0;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.product-detail .order-create .form .dates li label::after {
    width: auto;
    height: 4px;
    background: var(--color-4);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    opacity: 0;
    transition: all 0.3s ease;
}

.product-detail .order-create .form .dates li label:hover::after {
    opacity: 1;
}

.product-detail .order-create .form .dates li label.selected {
    color: #fff;
    background: var(--color-4);
}

.product-detail .order-create .form .dates li label.selected::after {
    opacity: 0;
}

/* Price Section */
.product-detail .order-create .price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    padding: 20px 0;
    margin: 0 0 30px;
}

.product-detail .order-create .price .price-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-detail .order-create .price span.new {
    display: inline-block;
    position: relative;
    font-size: 48px;
    color: var(--color-3);
    width: auto;
    font-weight: 700;
    line-height: 1;
}

.product-detail .order-create .price span.new em {
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    vertical-align: super;
}

.product-detail .order-create .price span.old {
    display: inline-block;
    color: #8c8c8c;
    text-decoration: line-through;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 5px;
}

.product-detail .order-create .price span.old em {
    font-style: normal;
    font-size: 14px;
}

.product-detail .order-create .price span.no-stock {
    color: #dc3545;
    font-size: 22px;
    font-weight: 600;
}

/* Order Button */
.order-button {
    background: var(--color-3);
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    padding: 18px 55px 18px 30px;
    min-width: 200px;
    position: relative;
    border: none;
    outline: none;
    display: inline-flex;
    cursor: pointer;
    transition: all 0.3s ease;
}

.order-button:after {
    content: "\f061";
    font-weight: 900;
    font-family: "Font Awesome 7 Free";
    font-size: 14px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.order-button:hover {
    opacity: 0.85;
}

.order-button:hover:after {
    right: 25px;
}

/* Extra Products / Vase */
.extra-product-box {
    border: 1px solid #e9e9e9;
    transition: all 0.3s ease;
    padding: 10px 15px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.extra-product-box::after {
    width: auto;
    height: 4px;
    background: var(--color-4);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    opacity: 0;
    transition: all 0.3s ease;
}

.extra-product-box:hover::after {
    opacity: 1;
}

.extra-product-box.selected::after {
    opacity: 1;
}

.extra-product-box.selected .add-btn-wrapper > button {
    background-color: var(--color-4);
    color: #fff;
    font-weight: bold;
}

/* Icon List (Product Detail) */
.icon-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px;
    margin-bottom: 25px;
    border-bottom: 2px solid var(--color-4);
}

.icon-list .icon-box {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    padding: 0;
    gap: 12px;
    margin: 0;
    width: auto;
    border-radius: 0;
}

.icon-list .icon-box:hover {
    background: none;
}

.icon-list .icon-box i {
    font-size: 32px;
    color: var(--color-4);
}

.icon-list .icon-box:hover i,
.icon-list .icon-box:hover span {
    color: inherit;
}

.icon-list .box-right {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    color: #333;
}

.icon-list .box-right span {
    font-size: 14px;
    color: #333;
}

/* Payment Info (Product Detail) */
.product-detail .payment-info {
    padding: 20px 0;
    box-shadow: none;
}

.payment-info-title {
    font-size: 17px;
    font-weight: 700;
    color: #333;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.payment-logos {
    margin: 15px 0;
}

.payment-logos img {
    max-height: 40px;
    width: auto;
}

.payment-sub-info {
    font-size: 13px;
    color: #888;
    margin-top: 5px;
}

/* Mobile Order Reorder */
.mobile-order-area {
    display: flex;
    flex-direction: column;
}

/* Similar Products */
.bg-grey {
    background-color: var(--color-6);
    padding: 50px 0;
}

.title--area {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding-block: 15px;
    color: #fff;
}

.title--area::before {
    content: "";
    position: absolute;
    width: 30%;
    padding: 2px;
    background-color: var(--color-8);
    top: -5px;
    left: 35%;
}

.title--area::after {
    content: "";
    position: absolute;
    width: 30%;
    padding: 2px;
    background-color: var(--color-8);
    bottom: -5px;
    left: 35%;
}

/* Product Detail - Responsive */
@media (max-width: 991px) {
    .mobile-order-1 { order: -1; }
    .mobile-order-2 { order: 0; }
    .sticky-wrapper { position: static; }

    .product-title {
        font-size: 20px;
    }

    .product-detail .box.mobile-order-2 {
        padding: 20px 15px;
    }

    .product-detail .order-create .form .dates li {
        width: calc(25% - 12px);
    }

    .product-detail .order-create .price {
        flex-wrap: wrap;
    }

    .icon-list {
        gap: 15px;
        padding: 20px 10px;
    }

    .icon-list .icon-box {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    .icon-list .icon-box i {
        font-size: 24px;
    }

    .icon-list .box-right {
        align-items: center;
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .product-detail .order-create .price span.new {
        font-size: 36px;
    }

    .order-button {
        display: flex;
        margin-left: 0;
        min-width: auto;
        width: 100%;
        justify-content: center;
        padding: 15px 45px 15px 20px;
    }

    .icon-list .box-right {
        font-size: 10px;
    }

    .icon-list .icon-box i {
        font-size: 20px;
    }

    .title--area {
        font-size: 24px;
    }
}

/* PRODUCT END */

/* HOMEBLOGS-SECTION START */
.home-blog-section {
    position: relative;
}

.blog-box {
    display: block;
    /* padding: 20px; */
    background-color: var(--color-6);
    margin-bottom: 50px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px;
}

.blog-img {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.blog-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    width: 100% !important;
}

.blog-title {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #846b6e;
}

.blog-desc {
    padding-bottom: 30px;
    font-size: 14px;
    color: var(--color-3);
    display: none;
}

.blog-btn,
.blog-btn button {
    border: none;
    background-color: #fff;
    border: 2px solid var(--color-8);
    padding: 5px 5px;
    color: var(--color-3);
    display: inline-flex;
    gap: 15px;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    background: #846b6e;
    color: white;
}

.blog-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #6c6062;
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    z-index: 0;
}

.blog-btn:hover {
    color: #fff;
}

.blog-box:hover .blog-btn:before {
    transform: translateX(0);
}

.blog-btn button {
    border: none;
    z-index: 1;
    background-color: transparent;
}

.custom-prev,
.custom-next {
    position: absolute;
    top: 85%;
    transform: translateY(-50%);
    z-index: 9;
    background-color: var(--color-3);
    padding: 10px 15px;
}

.custom-prev {
    left: 45%;
}

.custom-next {
    right: 44%;
}

.custom-prev i,
.custom-next i {
    font-size: 24px;
    color: #fff;
}


/* Responsive ayarlar */
@media (max-width: 1200px) {
    .custom-prev {
        left: 43%;
    }

    .custom-next {
        right: 43%;
    }

    .blog-title {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .custom-prev,
    .custom-next {
        top: 80%;
        font-size: 20px;
    }

    .custom-prev::after,
    .custom-next::after {
        padding: 10px;
    }

    .custom-prev {
        left: 41%;
    }

    .custom-next {
        right: 41%;
    }
}

@media (max-width: 768px) {
    .custom-prev,
    .custom-next {
        top: 85%;
        font-size: 20px;
    }

    .custom-prev {
        left: 42%;
    }

    .custom-next {
        right: 41%;
    }

    .blog-box {
        padding: 10px;
    }

    .blog-desc {
        padding-bottom: 20px;
    }

    .blog-btn {
        padding: 3px 30px;
    }
}

@media (max-width: 576px) {
    .custom-prev,
    .custom-next {
        font-size: 18px;
    }

    .custom-prev::after,
    .custom-next::after {
        padding: 8px;
    }

    .custom-prev {
        left: 37%;
    }

    .custom-next {
        right: 37%;
    }
}

@media (max-width: 992px) {
    .custom-prev,
    .custom-next {
        font-size: 18px;
    }

    .custom-prev::after,
    .custom-next::after {
        padding: 8px;
    }

    .custom-prev {
        left: 35%;
    }

    .custom-next {
        right: 35%;
    }

    .blog-title {
        font-size: 14px;
    }

    .blog-desc {
        font-size: 12px;
        text-align: center;
    }

    .blog-btn {
        padding: 2px 10px;
        font-size: 13px;
        display: flex;
        gap: 10px;
    }
}

/* HOMEBLOGS-SECTION END */

/* TEMPLATE-BLOGS START */
.blog-section {
    margin-bottom: 150px;
}

.blog-detail-section {
    padding-top: 0;
}

.other-names span {
    color: #000;
    font-weight: bold;
    margin-right: 5px;
}

.blog-detail-box {
    padding: 10px 0;
}

.blog-detail-title {
    color: var(--color-3);
    font-weight: bold;
    font-size: 20px;
}

.aside-title {
    font-size: 22px;
    font-weight: 500;
}

/* TEMPLATE-BLOGS END */

/* ABOUT-US-SECTION START */
.about-us-section {
    padding: 0 0 80px 0;
}

.about-content-wrapper {
    margin-top: 0;
    padding-top: 0;
}

/* ABOUT-US-SECTION END */

/* CONTACT START */
.contact-section {
    padding: 30px 0;
}

.contact-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 25px;
    color: var(--color-3);
    position: relative;
}

.contact-title::after {
    content: "";
    width: 10%;
    padding: 1px;
    background-color: #bf5695;
    position: absolute;
    bottom: 0;
    left: 10%;
}

.contact-right {
    padding-bottom: 50px;
}

.contact-right ul {
    background-color: #fff;
    padding-block: 5px;
    border-radius: 20px;
}

.contact-right ul li a {
    padding-bottom: 10px;
    font-size: 16px;
    color: #000;
    display: block;
    max-width: 300px;
    white-space: normal;
    word-wrap: break-word;
}

.contact-right ul li a span {
    font-weight: 500;
    font-size: 18px;
    color: var(--color-3);
}

.contact-right ul i {
    font-size: 20px;
}

.contact-icons {
    display: flex;
    gap: 15px;
    padding: 0 20px;
    border-radius: 20px;
}

.contact-icons a {
    color: #adadb5;
    border: solid 1px #adadb5;
    min-width: 30px;
    min-height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 5px;
    transition: all 0.3s ease;
}

.contact-icons a:hover {
    color: #000;
    border-color: #000;
}

.contact-icons i {
    font-size: 23px;
}

.contact-page-form,
.contact-location {
    box-shadow: 0 0 10px var(--color-4);
    padding: 30px;
    border-radius: 20px;
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-form-title,
.contact-location-title {
    font-size: 30px;
    font-weight: 600;
    padding: 5px 0;
}

iframe {
    width: 100%;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 6px 10px;
    border: solid 1px #d4d4d4;
    margin-bottom: 15px;
    border-radius: 2px;
    outline: none;
}

.contact-btn {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all 0.3s ease;
    margin-bottom: 60px;
}

.contact-btn a {
    background-color: var(--color-1);
    display: inline-flex;
    padding: 10px 40px;
    border-radius: 5px;
    max-width: 150px;
    width: 100%;
    color: #fff;
    text-align: center;
}

.contact-btn a:hover {
    color: var(--color-1);
}

.contact-robo {
    max-width: 200px;
    width: 100%;
    margin-bottom: 15px;
}

.contact-location iframe {
    margin-top: 45px;
}

.checkbox-label {
    padding-bottom: 80px;
}

.checkbox-label a {
    color: var(--color-4);
    font-weight: 500;
}

@media (max-width: 992px) {
    .contact-btn {
        display: flex;
    }

    .contact-title {
        font-size: 23px;
    }

    .contact-left ul li a {
        font-size: 17px;
    }
}

@media (max-width: 576px) {
    .contact-desc {
        font-size: 20px;
    }
}

/* CONTACT END */

/* 404 START */
.not-found-section {
    padding: 80px 0 150px 0;
}

.not-found-section .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.error-text {
    font-size: 100px;
    font-weight: 500;
    color: var(--color-3);
}

.error-desc {
    font-size: 20px;
    text-align: center;
    padding-bottom: 50px;
}

.error-title {
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 15px;
    color: var(--color-3);
}

.error-form input,
.error-form textarea {
    width: 100%;
    padding: 8px 10px;
    border: solid 1px #d4d4d4;
    margin-bottom: 15px;
    border-radius: 2px;
    outline: none;
}

.error-form input:focus {
    border-color: #271721;
}

.btn-404 {
    background-color: var(--color-5);
    color: var(--color-3);
    padding: 15px 30px;
    border-radius: 30px;
    transition: all 0.3s ease;
    margin-bottom: 50px;
}

.btn-404:hover {
    background-color: var(--color-3);
    color: var(--color-5);
}

@media (max-width: 576px) {
    .error-box {
        margin-top: -50px;
    }

    .error-text {
        font-size: 75px;
    }
}
/* 404 END */

.viewed-products-section .discount-text {
    top: -287%;
}

/* WhatsApp START*/
.wp-img {
    color: #fff;
}

.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.1;
    opacity: 0.5;
    animation: zoomIn 1s infinite both;
}

.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.4 !important;
    animation: pulse 1s infinite both;
}

.mypage-alo-ph-img-circle {
    width: 30px;
    height: 30px;
    top: 43px;
    left: 43px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-size: 100%;
    animation: tada 1s infinite both;
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.header .container {
    position: relative;
}

.mypage-alo-phone {
    position: absolute;
    top: -10px;
    right: 0px;
    z-index: 500;
}

.mypage-alo-ph-circle {
    border-color: #43b91e;
}

.mypage-alo-ph-circle-fill {
    background-color: #43b91e;
}

.mypage-alo-ph-img-circle {
    background-color: #43b91e;
}

.mypage-alo-phone:hover .mypage-alo-ph-circle {
    border-color: #43b91e;
}

.mypage-alo-phone:hover .mypage-alo-ph-circle-fill {
    background-color: #43b91e;
}

.mypage-alo-phone:hover .mypage-alo-ph-img-circle {
    background-color: #43b91e;
}

.hotlinemp {
    position: fixed;
    right: 139px;
    bottom: 130px;
    z-index: 500;
}

@media (max-width: 992px) {
    .hotlinemp {
        display: none;
    }
}
/* WHATSAPP END*/

/* FOOTER-STICKY START*/
.footer-sticky-bar {
    display: block;
    border-radius: 32px 32px 0px 0px;
    padding: 15px 5px;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 950px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    z-index: 500;
    box-shadow: -7px -4px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {
    .footer-sticky-bar {
        width: 100%; /* Küçük ekranlarda tam genişlik */
        left: 0;
        transform: none;
        z-index: 500;
    }
}

.footer-sticky-bar .sticky-area {
    display: flex;
    align-items: center;
}

.footer-sticky-bar .sticky-area .sticky-box {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.footer-sticky-bar .sticky-area .sticky-box .sticky-title {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-3);
}

.footer-sticky-bar .sticky-area .sticky-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-sticky-bar .sticky-area .sticky-box a i {
    font-size: 23px;
    margin-bottom: 3px;
    color: var(--color-3);
}

@media (min-width: 820px) {
    .footer-sticky-bar {
        display: none;
    }
}

.footer-sticky-bar .sticky-area .sticky-box svg {
    margin-bottom: 4px;
    width: 24px;
    height: 24px;
}

.sticky-box i {
    color: var(--color-6);
}
/* FOOTER-STICKY END*/

.product-img-area {
    position: relative;
}

.product-img-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    transition: all 0.3s ease;
    opacity: 0;
    left: 0;
}

.product-box:hover .product-img-area::before {
    opacity: 1;
}

/* FOOTER STICKY SEARCH START */
.footer-search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}

.footer-search-modal.active {
    display: flex;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 1100;
}

.footer-modal-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    overflow-y: hidden;
    overflow-x: hidden;
    overflow: hidden;
}

.footer-close {
    align-self: flex-end;
    margin-bottom: auto;
}

.footer-close i {
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    padding: 0px;
}

.footer-text {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    color: white;
}

.footer-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.footer-form input[type="text"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    min-width: 300px;
}


.footer-search-icon {
    position: absolute;
    left: 87%;
    color: var(--color-3);
}
/* FOOTER STICKY SEARCH END */

.breadcrumbs {
    background-color: #f8f8f8;
    padding: 15px 0;
    font-size: 14px;
}

.breadcrumbs ul {
    display: flex;
    align-items: center;
}

.breadcrumbs ul li a {
    color: #929da8;
    text-decoration: none;
    font-weight: 600;
    padding-right: 10px;
}

.breadcrumbs ul li a::before {
    content: ">";
    padding-right: 5px;
    margin-right: 8px;
}

.breadcrumbs ul li:first-child a::before {
    content: none;
}

.breadcrumbs ul li:last-child {
    font-weight: 700;
    color: #929da8;
}

@media (max-width: 576px) {
    .breadcrumbs ul {
        padding-inline: 10px;
    }

    .breadcrumbs ul li a {
        font-size: 9px;
    }
}

/* Arka plan overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

/* Görünürlüğü kontrol eden sınıf */
.visible {
    display: block;
}

/* Bildirim formu */
.notification-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    background-color: white;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 35%;
    padding: 20px;
    border-radius: 8px;
}

/* Çarpı butonu */
.close-button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    background-color: red;
    padding: 10px 25px;
}

.notification-form input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.notification-form button {
    padding: 10px 20px;
    cursor: pointer;
}


.category-section .last-row > div {
    margin-bottom: 50px;
}


.compaign-box .img-box img {
    min-width: 100%;
    min-height: 100%;
}

section.products-month {
    margin-bottom: -50px;
}

.right-list .menu-list li i {
    display: none;
}

.breadcrumb-area{
    padding: 0;
}

.breadcrumbs {
    background-color: inherit;
    padding:0px;
}



.head-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.head-area h1{
    margin: 0;
}

.list-head {
    padding: 20px 0px;
    margin-top: 100px;
}


.product-box{
    margin-bottom: 30px;
}



section.products {
    padding: 0px 0px;
}

.products {
    margin-bottom: 90px;
}


.easy-autocomplete.eac-square {
    width: 100% !important;
}



.desktop-search {
    position: relative;
    right: 35px !important;
}



.easy-autocomplete.eac-square input {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
}


img.steps-img {
    max-width: 40px;
}

.icon-box:hover .steps-img:nth-child(1) {
    display: none;
}
.icon-box .steps-img:nth-child(2) {
    display: none;
}

.icon-box:hover .steps-img:nth-child(2) {
    display: block;
}



.footer-box li i {
    display: none;
}

.signature-img{
    max-width: 130px;
}


.signature-area{

    display: flex;
    justify-content: center;
}




.footer-bottom-text{
    display: flex;
    justify-content: center;
    text-align: center;
}

.header-mobile-bottom{
    display: none;
}
@media (max-width: 992px) {
    .box.login-form {
        margin-bottom: 85px;
    }
    .home-images img {
        width: 100%;
        border-radius: 0 !important;
        padding: 10px;
    }
    .footer-search-modal #headerProductSearchBox {
        min-width: 314px;
    }
    .header-mobile-bottom{
        display: flex;
    }
    
.header-mobile-bottom .search-area {
    width: 100%;
    margin-right: 20px;
    box-shadow: none;
    background: #F8F8F8;
    border: 1px solid #F8F8F8;
    border-radius: 9px;
}

.header-mobile-bottom .search-area .input-text {
    background: #F8F8F8;
}

form.search-form {
    display: flex;
    align-items: center;
    padding: 0px 10px;
}
.easy-autocomplete.eac-square input {
    border: none;
}
.header-mobile-bottom {

    padding: 10px 20px;
}
.easy-autocomplete input{
    box-shadow: none !important;
}

}






.product-desc {
    padding: 20px;
}


.modal-menu .submenu li i {
    display: none;
}




.footer-modal-content .search-img {
    position: absolute;
    right: 5%;
}


body.modal-active {
    overflow: hidden; /* Kaydırmayı tamamen devre dışı bırakır */
}

@media (max-width: 992px) {
    .list-head .dropdown {
        float: none;
        text-align: center;
        display: flex;
        align-items: center;
        margin: 0px;
    }
    
    .head-area .count {
        display: none;
    }


    .custom-prev, .custom-next{
        top: 100%;
    }
    }


    section.blog-detail-page {
        padding: 0;
    }

    .home-blog-section {
        position: relative;
        padding: 0;
    }




.detail-center{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

@media (min-width: 992px) {
    .detail-list-title {
        padding: 30px 0px 0px 0px;
    }
}

section.seo-text {
    margin-top: -70px;
}


.home-blog-section {
    position: relative;
    padding: 0;
    margin-bottom: 80px;
    margin-top: 70px;
    padding: 35px;
}

section.standart.p80 {
    padding: 0;
}

section.breadcrumb-area {
    margin: 0;
    padding: 0;
    background: inherit;
    border: none;
}

.breadcrumbs .breadcrumb {
    padding: 0;
}

section.blog-detail-page {
    padding: 30px 0px;
}

.breadss {
    padding: 20px 0px 55px 0px;
}



.product-slider-area.col-lg-12.col-md-6.col-sm-12.col-12 {
    padding: 10px;
}


.bread-product{
    padding: 20px 0px 30px 0px;
    margin-top: 85px;
}

.modal-menu li i:not(:nth-of-type(1)) {
    display: none;
}


.submenu{
    display: block !important;
}



.number {
    position: absolute;
    background-color: black;
    color: white;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: 8px;
    right: 0px;
    
}

.header-right-icons,.header-icon{
    position: relative;
}


  .contact-box {
    color: black;
    height: 250px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

  .contact-box-title {
    font-size: 22px;
    margin: 10px 0;
    font-weight: bold;
}
.contact-box i {
    font-size: 32px;
    color: #472439;
}

@media (max-width: 992px) {
    .contact-box {
        color: black;
        height: 148px;
        display: flex    ;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        font-size: 12px;
        padding: 3px;
    }
    
}

@media (min-width: 992px) {
    .contact-bottom-form-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
  
}
.submit-btns button {
    background: #42102e;
    padding: 15px 60px;
    border-radius: 7px;
    color: white;
    transition: all 0.3s ease;
    border: 2px solid #42102e;
} 

.submit-btns:hover {
    background: transparent;
    color: #42102e;
} 

@media (max-width: 992px) {
    .contact-bottom-form-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        
        
    }

    .icon-box *{
        font-size: 12px;
    }
    .footer-bottom .row {

        gap: 10px;
    }
}

.contact-form input, .contact-form textarea {

    border-radius: 5px;
}

.pro-icon-box i {
    font-size: 40px;
    color: var(--color-1);
}

@media (max-width: 992px) {
    .pro-icon-box i {
        font-size: 20px;
    }
}

.product-image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.product-image-container img {
    display: block;
    width: 100%;
    transition: opacity 0.5s ease-in-out;
}

.product-image-container .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.product-image-container:hover .hover-image {
    opacity: 1;
}

.product-image-container:hover .product-image {
    opacity: 0;
}

.product-image-container:not(:has(.hover-image)):hover .product-image {
    opacity: 1;
}

.product-image-container:not(:has(.hover-image)):hover .hover-image {
    opacity: 0;
}



.header-topMessage {
    background: #886f72;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    font-weight: 300;
    margin: 0;
    font-family: system-ui;
}
a.boxHome {
    position: relative;
}

.infoBox {
    position: absolute;
    bottom: 50%;
    top: 50%;
    color: white;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
}

.boxTitle {
    font-family: none;
    font-size: 35px;
}

.boxButtons {
    border: 1px solid white;
    width: 120px;
    text-align: center;
    padding: 2px 4px;
}
a.boxHome:hover .img-box img  {
    transform: scale(1.1);
}
.img-box img {
    transition: all 0.3s ease;
}

.sloganBoxHome {
    position: relative;
    padding: 0;
}

.slogan-img-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.slogan-img-wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #A12E47 0%, #09000200 100%);
    z-index: 1;
    border-radius: 20px;
}

.sloganDesc {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    font-size: 24px;
    letter-spacing: 4px;
    line-height: 20px;
}

.sloganDesc * {
    color: white;
    line-height: 19px;
    font-size: 35px;
    font-family: serif;
}
.desktop-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    cursor: pointer;
    margin-left: 15px;
}

.desktop-hamburger span {
    display: block;
    height: 3px;
    background-color: #333;
    border-radius: 2px;
}

.desktop-side-menu {
    position: absolute;
    top: 44px;
    left: -300px;
    width: 300px;
    height: calc(100vh - 40px);
    background-color: #886f72;
    /* box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1); */
    z-index: 1000;
    transition: left 0.3s ease;
    padding: 30px 20px;
    overflow-y: auto;
    color: white;
}

body.menu-open .desktop-side-menu {
    left: 0;
}

.desktop-side-menu .close-btn {
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 20px;
    display: block;
}


.col-lg-3.col-md-3.leftMenuHome {
    display: flex;
    align-items: center;
    gap: 7px;
}
.desktop-side-menu i {
    color: white;
    display: none;
}
body.menu-open {
    overflow: hidden;
}

.desktop-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    cursor: pointer;
    position: relative;
    z-index: 1100;
    transition: transform 0.3s ease;
}

.desktop-hamburger span {
    display: block;
    height: 3px;
    background-color: white;
    border-radius: 2px;
    transition: all 0.3s ease;
}

body.menu-open .desktop-hamburger span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

body.menu-open .desktop-hamburger span:nth-child(2) {
    opacity: 0;
}

body.menu-open .desktop-hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}
.home-slider-section .hero-slide {
    position: relative;
}

.home-slider-section .hero-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 4%);
    z-index: 1;
    pointer-events: none;
}

.home-slider-section .hero-slide img {
    position: relative;
    z-index: 0;
}

ul.side-menu-list .section-title {
    color: white;
    text-align: justify;
    font-size: 23px;
    margin: 0;
    margin-bottom: 9px;
}

ul.side-menu-list {
    margin-bottom: 25px;
}

ul.side-menu-list .section-title::after {
    color: white;
    left: 20%;
    bottom: 0px;
    background: white;
}
.menu-img {
    margin-top: -28px;
    margin-bottom: 20px;
}
.multi-carousel-prev,
.multi-carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}

.home-products-prev-1 { left: -20px; }
.home-products-next-1 { right: -20px; }

.home-products-prev-2 { left: -20px; }
.home-products-next-2 { right: -20px; }
	section.home-products-section.bgdark {
    background: #F2EEF1;
    margin: 40px 0px;
}
	.home-products-title {
    font-size: 24px;
    padding: 0px 0px 20px 0px;
    color: #472439;
}
.home-products-next-1.multi-carousel-next {
    top: 30%;
    right: 13%;
    width: 50px;
    height: 50px;
    background: transparent;
    color: #900020;
}

.home-products-prev-1.multi-carousel-prev {
    top: 30%;
    left: 13%;
    width: 50px;
    height: 50px;
    background: transparent;
    color: #900020;
}

.home-products-prev-2.multi-carousel-prev {
    top: 78%;
    left: 13%;
    width: 50px;
    height: 50px;
    background: transparent;
    color: #900020;
}

.home-products-next-2.multi-carousel-next {
    top: 78%;
    right: 13%;
    width: 50px;
    height: 50px;
    background: transparent;
    color: #900020;
}

.bgdark a.product-box {
    margin: 0;
}
.bgdark{
	    background: #F2EEF1;

}
.section-desc {
    text-align: center;
    margin-top: -42px;
    color: #898989;
}

section.bgdark .buttons a {background: white;color: #472539;border: none;border-radius: 20px;box-shadow: 1px 5px 10px #00000099;}

section.bgdark .buttons {
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 15px;
}
.row.wd100 {
    justify-content: center;
    gap: 11px;
}

.row.wd100 .col-md-6 {
    display: contents;
    justify-content: center;
}
section.whiteBg .section-title {
    margin: 0;
}

section.home-blog-section.bgdark  .blog-img {
    box-shadow: none;
    width: 400px;
    display: flex;
    justify-content: center;
}

section.home-blog-section.bgdark .blog-img img {
    width: 300px;
    border-radius: 20px;
}
.col-lg-6.dBlogflex {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.home-blog-section.bgdark .blog-title {font-size: 32px;}
section.whiteBg.position-relative {
    overflow: hidden;
}

@media(max-width: 1600px){
	.home-products-next-1.multi-carousel-next {
		right: 0%;
	}
	.home-products-prev-1.multi-carousel-prev {
    	left: 0%;
	}

	.home-products-prev-2.multi-carousel-prev {
		left: 0%;
	}
	.home-products-next-2.multi-carousel-next {
		right: 0%;
	}
}

@media(max-width: 992px){
.icons-slider-section .row .col-lg-4.col-6:last-child {
    width: 100%;
}

.icons-slider-section .row .col-lg-4.col-6:last-child img {
    height: 150px;
}
	.boxTitle {
    font-family: none;
    font-size: 18px;
}
	.row.wd100 .col-md-6 {
    display: unset;
}

.row.wd100 {
    gap: unset;
}

.row.wd100 img {
    height: calc(100% - 20px);
    width: 100%;
}
	.corner-img {
    width: 120px !important;
}

section.whiteBg .section-title {
    font-size: 14px;
}

.top-right {
    top: 48px !important;
}
	section.mapss {
    padding: 0;
}
	
section.home-blog-section.bgdark .blog-title {
    font-size: 19px;
    text-align: center;
}
    .col-lg-6.dBlogflex {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.header-topMessage {
    font-size: 12px;
}
}
.bgdark .blog-btn {
    justify-content: center;
    display: flex;
    background: transparent;
}

.bgdark .blog-btn a {
    background: #900020;
    border: none;
    padding: 10px 30px;
    border-radius: 20px;
}
.col-lg-7.col-12 .submit-btns button {
    background: transparent;
    color: #42102e;
    padding: 9px 68px;
    border-radius: 20px;
    border: 1px solid;
    box-shadow: 1px 3px 7px 0px;
    font-size: 20px;
}
.col-lg-7.col-12 .contact-form input, .col-lg-7.col-12 .contact-form textarea {
    border: none;
    border-bottom: 1px solid;
    height: 79px;
    border-radius: 0;
}
@media(max-width: 992px){
	section.container.contact-page-detail {
    margin-top: 0;
}
.home-products-prev-1.multi-carousel-prev {
    top: 50%;
    left: 39%;
    width: 50px;
    height: 50px;
    background: transparent;
    color: #900020;
}
	.home-products-next-1.multi-carousel-next {
    top: 50%;
    right: 39%;
    width: 50px;
    height: 50px;
    background: transparent;
    color: #900020;
}
section.home-products-section .container.mb-5 {
    margin-bottom: 90px !important;
}
	.home-products-next-2.multi-carousel-next {
    top: 100%;
    right: 39%;
    width: 50px;
    height: 50px;
    background: transparent;
    color: #900020;
}
	.home-products-prev-2.multi-carousel-prev {
    top: 100%;
    left: 39%;
    width: 50px;
    height: 50px;
    background: transparent;
    color: #900020;
}
	.home-products-title {
    font-size: 24px;
    padding: 0px 0px 5px 0px;
    color: #472439;
}
}
@media(max-width: 1600px){
.corner-img {
    width: 145px !important;
}
	.bread-product {
    margin: 0;
}
	section.tw-relative.tw-bg-cyan-600\/10.tw-py-4.lg\:tw-py-12.tw-px-2.tw-mb-8 {
    margin-top: -22px !important;
}

}
li.borderRight {
    list-style: none;
    padding-left: 10px;
    border-left: 1px solid;
}

.borderRight a.social {
    margin-left: 11px;
    color: black;
    border-color: black;
}

.slogan-img-wrapper:hover {
    transform: scale(1.1);
}

section.sloganBoxHome .container {
    overflow: hidden;
    border-radius: 20px;
    padding: 0;
}

.slogan-img-wrapper {
    overflow: hidden;
    transition: all 0.5s ease;
}

@media(max-width: 992px){

section.sloganBoxHome {
    padding: 0px 20px;
}
    	.list-head {
    margin-top: 0 !important;
}
}

.side-menu-list li:hover {
    opacity: 0.8;
}

.side-menu-list li {
    transition: all 0.3s ease;
}

@media (max-width: 1600px){
	    section.tw-relative.tw-bg-cyan-600\/10.tw-py-4.lg\:tw-py-12.tw-px-2.tw-mb-8 {
        margin-top: 55px !important;
    }
    .bread-product {
        margin: 85px;
        margin-bottom: -15px;
    }
}
    @media (max-width: 992px) {
        .bread-product {
            margin: 0;
            margin-bottom: 0;
        }
    section.tw-relative.tw-bg-cyan-600\/10.tw-py-4.lg\:tw-py-12.tw-px-2.tw-mb-8 {
        margin-top: -20px !important;
    }
}
ul.modal-menu li i {
    display: none;
}

@media (max-width: 992px) {
    .product-box:hover .product-img-area::before{
    opacity: 0;
}
	.product-box:hover .detail-view {
    left: 0;
    opacity: 0;
}
	.product-box:hover .add-to-cart, .product-box:hover .notify-button {
    bottom: 0px;
    opacity: 0;
    transform: translateY(0px);
}
	.product-image-container:hover .hover-image {
    opacity: 0;
}
	.product-image-container:hover .product-image {
    opacity: 1;
}
}


.product-big-slider a img {
    max-width: 500px;
}

.list-head.searchTops {
    padding: 0px;
    margin-bottom: 60px;
    background: #886f72;
    color: white;
    min-height: auto;
    padding: 15px;
}

.searchTops p,.searchTops .h2 {
    color: white;
    line-height: unset;
}

.searchTops .col-12.col-md-4.order-2.order-md-1 {align-items: center;display: flex;}
section.home-blog-section.bgdark .blog-title {
    color: #886f72;
}
section.home-blog-section.bgdark .blog-desc {
    display: block;
}

.menu-close i {
    display: block;
}

.menu-close {
    position: relative;
    top: -21px;
    margin-bottom: 20px;
    right: -100%;
}

@media (min-width: 1650px){
	.menu-close {
		display: none;
	}
}

.boxHome .img-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 34%); 
    z-index: 1;
}

.boxHome .box-img {
    display: block;
    width: 100%;
    height: auto;
}
.boxHome .infoBox {
    z-index: 2; 
}
.product-image-container .hover-image {
    height: 100%;
}
.header-icon a {
    color: white;
}

li.borderRight {
    border-left: 1px solid white;
}

.borderRight a.social {
    color: white !important;
    border-color: white !important;
}
.header-top.new-header-top li.borderRight {
    border-left: 1px solid black;
}
.header-top.new-header-top a.social {
    color: black !important;
    border-color: black !important;
}
.header-top.new-header-top .header-icon a {
    color: black;
}
.new-header-top .desktop-hamburger span {
    background-color: black;
}
img.section-logo {
    width: 210px;
}
section.home-blog-section.bgdark .row {
    align-items: center;
}

/* ==========================================================================
   style.css aktif kodlar — birleştirildi 2026-02-10
   ========================================================================== */

.loading-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 999;
	color: #fff;
}

.loading-overlay .loading-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.time-selector select {
	padding-left: 30px;
	-webkit-box-shadow: 0 0 20px 0 #ececf3;
	box-shadow: 0 0 20px 0 #ececf3;
	border: 1px solid #ebebeb;
}

.florist-wrapper.login {
	background: #fff url(../florist/img/bg-login.png) right top no-repeat;
}
body {
	position: relative;
}

.form-wrapper .form-element {
	width: 100%;
	height: 52px;
	border: 1px solid #26262a;
	padding: 0 20px;
	margin-bottom: 20px;
}

.form-wrapper .form-element.textarea {
	height: 104px;
	padding: 20px;
}

.form-wrapper .btn {
	width: 100%;
	height: 52px;
	font-weight: 700;
}

.form-wrapper .btn.send {
	color: #fff;
	background: #e53d3d;
}

.form-wrapper .btn.send:hover {
	background: #9e231f;
}

.form-wrapper .btn.cancel {
	color: #26262a;
	border: 1px solid #26262a;
	background: 0 0;
}

.form-wrapper .btn.cancel:hover {
	background: #35353a;
	color: #fff;
}


.box {
	background: #fff;
	-webkit-box-shadow: -2px 3px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: -2px 3px 10px 0 rgba(0, 0, 0, .1) !important;
}

.cbtn {
	height: 36px;
	line-height: 36px;
	background: #472439;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	padding: 0 40px;
	border-radius: 0;
}

.cbtn:hover {
	background: #fff;
	color: #472439;
}

.h6,
h6 {
	font-size: 13px;
	color: #151515;
	font-weight: 600;
	margin: 0;
}

.h4,
h4 {
	color: #151515;
	font-weight: 600;
	margin: 0;
}

p {
	color: #151515;
	line-height: 1.4;
}

.pl0 {
	padding-left: 0 !important;
}

.pr0 {
	padding-right: 0 !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pr10 {
	padding-right: 10px !important;
}

@font-face {
	font-family: icomoon;
	src: url(../florist/fonts/icomoon.eot?ympp47);
	src: url(../florist/fonts/icomoon.eot?ympp47#iefix) format("embedded-opentype"), url(../florist/fonts/icomoon.ttf?ympp47) format("truetype"), url(../florist/fonts/icomoon.woff?ympp47) format("woff"), url(../florist/fonts/icomoon.svg?ympp47#icomoon) format("svg");
	font-weight: 400;
	font-style: normal;
}
[class*=" icomoon-"],
[class^=icomoon-] {
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-thin-up:before {
	content: "\e900";
}

.icon-arrow-thin-down:before {
	content: "\e901";
}

.icon-arrow-next:before {
	content: "\e902";
}

.icon-arrow-prev:before {
	content: "\e903";
}

.icon-date:before {
	content: "\e904";
}

.icon-search:before {
	content: "\e905";
}

.icon-arrow-thin-next:before {
	content: "\e906";
}

.icon-arrow-thin-prev:before {
	content: "\e907";
}

.icon-star:before {
	content: "\f005";
}

.icon-star-o:before {
	content: "\f006";
}

.icon-check:before {
	content: "\f00c";
}

.icon-phone:before {
	content: "\f095";
}

.icon-twitter:before {
	content: "\f099";
}

.icon-facebook:before {
	content: "\f09a";
}

.icon-mail:before {
	content: "\f0e0";
}

.icon-linkedin:before {
	content: "\f0e1";
}

.icon-location-arrow:before {
	content: "\f124";
}

.icon-youtube:before {
	content: "\f16a";
}

.icon-user-o:before {
	content: "\f2c0";
}

.icon-time:before {
	content: "\e950";
}
.comments .h3 {
	color: #3c5063;
}

.comments .comment-list .comment {
	border-bottom: 1px solid #e1e4e7;
	padding: 30px 0;
}

.comments .comment-list .comment:last-child {
	border-bottom: 0;
}

.comments .comment-list .comment .stars {
	overflow: hidden;
	margin-bottom: 15px;
}

.comments .comment-list .comment .stars i {
	float: left;
	color: #472439;
	margin-right: 6px;
}

.comments .comment-list .comment .title {
	font-size: 16px;
	color: #3c5063;
	margin-bottom: 0px;
}

.comments .comment-list .comment .description {
	font-size: 14px;
	color: #6e6e6e;
	line-height: 18px;
}

.comments .comment-list .comment .description p {
	margin: 0;
}

.comments .form {
	background: #FFF;
	padding: 30px;
	border-radius: 6px;
	margin-top: 35px;
}

.comments .form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.comments .form .form-group.clearfix {
	margin-bottom: 15px;
}

.comments .form label {
	font-size: 16px;
	font-weight: 300;
	color: #3c5063;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

.comments .form .stars {
	overflow: hidden;
	float: left;
	margin-bottom: 0;
}

.comments .form .stars li {
	float: left;
	margin-right: 6px;
}

.comments .form .stars li i {
	color: #472439;
	font-size: 24px;
}

.comments .form .stars li.hover {
	cursor: pointer;
}

.comments .form .stars li.hover i {
	color: #9adbf5;
}

.comments .form i.input {
	font-size: 22px;
	color: #472439;
	position: absolute;
	left: 16px;
	top: 16px;
}

.comments .form input[type="text"] {
	width: 100%;
	padding: 0 20px 0 50px;
	border: 1px solid #e8e8e8;
	height: 55px;
	font-family: inherit;
	font-weight: 300;
	border-radius: 6px;
	color: inherit;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
}

.comments .form textarea {
	border: 1px solid #e8e8e8;
	width: 100%;
	height: 150px;
	font-family: inherit;
	font-weight: 300;
	border-radius: 6px;
	color: inherit;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 15px 20px;
	resize: none;
	font-size: 16px;
}

.comments .form input[type="submit"] {
	height: 55px;
	line-height: 55px;
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: inherit;
	font-weight: 300;
	font-size: 16px;
}

.comments .form input[type="submit"]:hover {
	border-color: #472439;
}


.box-padding {
	padding: 30px;
}

.box-radius {
	border-radius: 6px;
}

.box-border {
	border: 1px solid #e4e4e4;
}

.box-shadow {
	box-shadow: 0 8px 16px 0 rgba(58, 95, 149, 0.1);
}




.add-btn-wrapper>button {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	border: solid 1px rgba(0, 0, 0, .08);
	background-color: #fff;
	font-size: 14px;
	font-weight: 300;
	color: #3c5063;
	position: relative;
	cursor: pointer;
}

.add-btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
#headerProductSearchBox {
	min-width: auto;
}

.blog-sidebar-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
}

.blog-details img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

h1,
.h1 {
	font-size: 24px;
}

h2,
.h2 {
	font-size: 22px;
}

h3,
.h3 {
	font-size: 21px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 19px;
}

h6,
.h6 {
	font-size: 18px;
}

.footer-motto {
	min-width: 482px;
	background: #472439 url("../../florist/img/bg-footer-motto.png");
}

@media (max-width: 991.98px) {
	.footer-motto {
		min-width: inherit;
		padding: 30px 0;
	}
}

.footer-motto .row {
	min-height: 482px;
	text-align: center;
}

@media (max-width: 991.98px) {
	.footer-motto .row {
		min-height: inherit;
	}
}

.footer-motto p {
	width: 100%;
	font-size: 40px;
	line-height: 1.2;
	display: block;
	margin-bottom: 40px;
	color: #FFF;
}

@media (max-width: 991.98px) {
	.footer-motto p {
		text-align: center;
		font-size: 22px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
}

.footer-motto a {
	min-width: 200px;
	height: 54px;
	line-height: 54px;
	border: 1px solid #FFF;
	background: #472439;
	color: #FFF;
	font-size: 14px;
	display: inline-block;
	padding: 0;
	border-radius: 0;
	font-weight: 500;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-decoration: none;
}

.footer-motto a:hover {
	background: #FFF;
	color: #472439;
}

.mb-30 {
	margin-bottom: 30px;
	margin-top: 20px;
}

.rate {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	height: 40px;
}

.rate input {
	display: none;
}

.rate:not(:checked)>label {
	width: 1em;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 30px;
	color: #ccc;
}

.rate:not(:checked)>label:before {
	content: '★ ';
}

.rate>input:checked~label {
	color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
	color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
	color: #c59b08;
}

.star-color {
	color: #ffc700;
}

.comments .form {
	margin-top: 0;
}

.special-design-area p {
	font-size: 36px;
}

.special-design-area a,
.special-design-area button {
	font-size: 20px;
	padding: 0 30px;
	border-width: 1.5px;
}

.product-slider-area img {
	max-width: 100%;
	height: auto;
	border: 1.5px solid #e9e9e9;
	padding: 5px;
	border-radius: 5px;
}

.product-thumb-slider img {
	padding: 3px;
}

.counter input[type='number'] {
	-moz-appearance: textfield;
}

.counter input::-webkit-outer-spin-button,
.counter input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "\f054";
	font-family: "Font Awesome 7 Free"; font-weight: 900;
}
.show-login-panel {
	margin-bottom: 30px;
}

.login-panel {
	position: fixed;
	top: 0;
	bottom: 0;
	background: #FFF;
	min-width: 30%;
	z-index: 5000;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	right: -40%;
}

.login-panel .top .btn-close-panel {
	top: 0;
}

.login-panel .top .logo {
	padding: 10px;
	text-align: center;
	height: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-panel .panel {
	top: -75%;
}

.login-panel .content {
	top: -65%;
}

.login-panel.active {
	right: 0px;
}

.login-panel .top {
	width: 100%;
	height: 50%;
	background: #886f72;
	background-clip: content-box;
	position: relative;
	z-index: 1;
}

.login-panel .top .btn-close-panel {
	color: #FFF;
	text-decoration: none;
	font-size: 60px;
	position: absolute;
	left: 10px;
	top: 40px;
}

.login-panel .bottom {
	width: 100%;
	height: 50%;
	background: #FFF;
	padding: 0 20px;
	position: relative;
}

.login-panel .panel {
	width: 95%;
	margin: auto;
	padding: 25px 0;
	background: #FFF;
	min-height: auto;
	position: relative;
	top: 0;
	-webkit-box-shadow: 0px 5px 13px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 13px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 85%;
}

.login-panel .panel::after {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	display: block;
	border-bottom: 5px solid #472439;
}

.login-panel .panel .btn-panel {
	width: 100%;
	min-height: calc(100% / 4);
	color: #FFF;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 13px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 13px 0 rgba(0, 0, 0, 0.05);
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	position: relative;
	outline: none;
	margin-bottom: 20px;
	white-space: nowrap;
	padding: 0 20px;
	max-width: 90%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
}

.login-panel .panel .btn-panel:last-child {
	margin-bottom: 0;
}

.login-panel .panel .btn-panel span {
	position: relative;
}

.login-panel .panel .btn-panel i {
	display: inline-block;
	margin-left: 15px;
	position: relative;
	top: 5px;
}

.login-panel .panel .btn-panel.uye-girisi {
	background: #472439;
}

.login-panel .panel .btn-panel.uye-girisi:hover {
	background: #ea3163;
}

.login-panel .panel .btn-panel.fb-login {
	background: #185aa3;
}

.login-panel .panel .btn-panel.fb-login:hover {
	background: #114177;
}

.login-panel .panel .btn-panel.uye-olmadan-devam {
	background: #3c5063;
}

.login-panel .panel .btn-panel.uye-olmadan-devam:hover {
	background: #ea3163;
}

.login-panel .content {
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.login-panel .content .h4 {
	font-size: 24px;
}

.login-panel .content p {
	font-size: 16px;
	line-height: 1.4;
}

.login-panel .content img {
	margin: 20px 0;
}

.login-panel .content strong {
	display: block;
}

.ico-font-family,
.florist-wrapper.panel .menu li a::after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.login {
	background: #FFF url("../../florist/img/bg-login.png") right top no-repeat;
}

body.panel {
	background: #FFF url("../../florist/img/bg-login.png") right top no-repeat;
}

.login-panel {
	right: -999%;
}

.login-panel .top .btn-close-panel {
	font-size: 40px;
	left: 10px;
	display: flex;
	top: 0;
}

.login-panel .top .logo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.sub-item-box {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.sub-item-box img {
	max-height: 90px;
	width: auto;
	border-radius: 4px;
}

.date-selector {
	margin-bottom: 15px;
}


.ico-font-family,
.florist-wrapper.panel .menu li a::after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.process {
	background: #eff2f9;
	min-height: 160px;
	margin-bottom: 60px;
	position: relative;
}

@media (max-width: 991.98px) {
	.process {
		margin-bottom: 20px;
		min-height: inherit;
	}

	.process .main {
		display: none;
	}
}

.process ul {
	position: relative;
	overflow: hidden;
	margin: 38px 0;
}

@media (max-width: 991.98px) {
	.process ul {
		margin: 20px 0;
	}
}

.process ul::after {
	width: calc(100% - 100px);
	height: 4px;
	background: #dce2ee;
	content: ' ';
	display: block;
	position: absolute;
	margin: 18px 0 0 50px;
	z-index: 100;
}

@media (max-width: 991.98px) {
	.process ul::after {
		margin: 13px 0 0 50px;
	}
}

.process li {
	position: relative;
	z-index: 200;
	width: calc(100% / 3);
	float: left;
	text-align: center;
	color: #bec2ca;
}

.process li div {
	width: auto;
	text-align: center;
	display: inline-block;
}

.process li i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background: #dce2ee;
	display: inline-block;
	color: #FFF;
	font-weight: 600;
	font-size: 20px;
	font-style: normal;
	margin-bottom: 10px;
	position: relative;
	z-index: 150;
}

@media (max-width: 991.98px) {
	.process li i {
		width: 30px;
		height: 30px;
	}
}

.process li i::before {
	width: 40px;
	height: 40px;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url("../../florist/img/check.png") center center no-repeat;
	display: none;
}

@media (max-width: 991.98px) {
	.process li i::before {
		width: 30px;
		height: 30px;
	}
}

.process li span {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #dce2ee;
}

@media (max-width: 991.98px) {
	.process li span {
		font-size: 14px;
	}
}

.process li.active i {
	width: 40px;
	height: 40px;
	background: #FFF;
	border: 5px solid #472439;
}

@media (max-width: 991.98px) {
	.process li.active i {
		width: 30px;
		height: 30px;
	}
}

.process li.active span {
	color: #3c5063;
}

.process li.done i {
	background: #472439;
}

.process li.done i::before {
	display: block;
}

.process li.done span {
	color: #472439;
}

.process li:nth-child(1) {
	text-align: left;
}

.process li:nth-child(1).done::before {
	width: calc(50% + 50px);
	height: 4px;
	background: #472439;
	display: block;
	content: ' ';
	position: absolute;
	top: 18px;
	left: 50px;
}

@media (max-width: 991.98px) {
	.process li:nth-child(1).done::before {
		top: 13px;
	}
}

.process li:nth-child(1).done::after {
	width: calc(100%);
	height: 4px;
	background: #472439;
	display: block;
	content: ' ';
	position: absolute;
	top: 18px;
	right: -50%;
}

@media (max-width: 991.98px) {
	.process li:nth-child(1).done::after {
		top: 13px;
	}
}

.process li:nth-child(2).done::before {
	width: calc(50% + 50px);
	height: 4px;
	background: #472439;
	display: block;
	content: ' ';
	position: absolute;
	top: 18px;
	left: 50%;
}

@media (max-width: 991.98px) {
	.process li:nth-child(2).done::before {
		top: 13px;
	}
}

.process li:nth-child(2).done::after {
	width: calc(100%);
	height: 4px;
	background: #472439;
	display: block;
	content: ' ';
	position: absolute;
	top: 18px;
	right: calc(-100% + 50px);
}

@media (max-width: 991.98px) {
	.process li:nth-child(2).done::after {
		top: 13px;
	}
}

.process li:nth-child(3) {
	text-align: right;
}

.process .pay-status {
	width: 100%;
	min-height: 160px;
	position: absolute;
	z-index: 1000;
	top: 0;
}

@media (max-width: 991.98px) {
	.process .pay-status {
		min-height: inherit;
		position: relative;
	}
}

.process .pay-status .status {
	width: 100%;
	min-height: 160px;
	overflow: hidden;
	padding: 20px 0;
}

@media (max-width: 991.98px) {
	.process .pay-status .status {
		min-height: inherit;
	}
}

.process .pay-status .icon {
	float: left;
}

@media (max-width: 991.98px) {
	.process .pay-status .icon {
		width: 50px;
		height: 50px;
	}

	.process .pay-status .icon img {
		width: 100%;
	}
}

.process .pay-status .text {
	float: left;
	margin-left: 30px;
	padding: 30px 0 0;
}

@media (max-width: 991.98px) {
	.process .pay-status .text {
		width: calc(100% - 65px);
		padding: 0;
		margin-left: 15px;
	}
}

.process .pay-status .text .h4 {
	font-size: 24px;
	line-height: 1;
	color: #FFF;
}

@media (max-width: 991.98px) {
	.process .pay-status .text .h4 {
		font-size: 20px;
	}
}

.process .pay-status .text p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.65);
	line-height: 20px;
}

@media (max-width: 991.98px) {
	.process .pay-status .text p {
		font-size: 14px;
		margin: 0;
	}
}

.process .pay-status .declined {
	background-image: -webkit-gradient(linear, left top, right top, from(#ec5857), to(#f3994a));
	background-image: linear-gradient(to right, #ec5857, #f3994a);
}

.process .pay-status .success {
	background-image: -webkit-gradient(linear, left top, right top, from(#229754), to(#6ecf96));
	background-image: linear-gradient(to right, #229754, #6ecf96);
}

i[class^="i-"],
i[class*=" i-"] {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	display: block;
}

i.i-flow {
	width: 30px;
	height: 37px;
	background: url("../../florist/img/icons/icon-flov.png");
}

i.i-ship {
	width: 40px;
	height: 25px;
	background: url("../../florist/img/icons/icon-ship.png");
}

i.i-love {
	width: 29px;
	height: 25px;
	background: url("../../florist/img/icons/icon-love.png");
}

i.i-alarm {
	width: 26px;
	height: 25px;
	background: url("../../florist/img/icons/icon-alarm.png");
}

i.i-uye-girisi {
	width: 28px;
	height: 25px;
	background: url("../../florist/img/icons/icon-uye-girisi.png");
}

i.i-facebook {
	width: 25px;
	height: 25px;
	background: url("../../florist/img/icons/icon-facebook.png");
}

i.i-uye-olmadan-giris {
	width: 30px;
	height: 25px;
	background: url("../../florist/img/icons/icon-uye-olmadan-giris.png");
}

i[class^="si-"],
i[class*=" si-"] {
	background-repeat: no-repeat !important;
	background-position: left top !important;
	display: block;
}

.si-ship {
	width: 32px;
	height: 20px;
	background: url("../../florist/img/icons/icon-siparis-takip.png");
}

.si-uyelik {
	width: 32px;
	height: 20px;
	background: url("../../florist/img/icons/icon-uyelik-bilgileri.png");
}

.si-hatirlatma-servisi {
	width: 32px;
	height: 20px;
	background: url("../../florist/img/icons/icon-hatirlatma-servisi.png");
}

.si-kayitli-kartlarim {
	width: 32px;
	height: 20px;
	background: url("../../florist/img/icons/icon-kayitli-kartlarim.png");
}

.si-sifre-degistir {
	width: 32px;
	height: 20px;
	background: url("../../florist/img/icons/icon-sifre-degistir.png");
}

.si-hediye-ceklerim {
	width: 32px;
	height: 20px;
	background: url("../../florist/img/icons/icon-hediye-ceklerim.png");
}

.si-iletisim-izinleri {
	width: 32px;
	height: 20px;
	background: url("../../florist/img/icons/icon-iletisim-izni.png");
}

::-webkit-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #929DA8;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #929DA8;
	opacity: 1;
	/* Firefox */
}

::-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #929DA8;
	opacity: 1;
	/* Firefox */
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #929DA8;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #929DA8;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #929DA8;
}
a {
	color: #3c5063;
}

a:hover {
	color: #472439;
}

.form-wrapper .form-group {
	margin-bottom: 20px;
}

.form-wrapper .form-group:last-child {
	margin-bottom: 0;
}

.form-wrapper .form-group .form-element[type=text],
.form-wrapper .form-group .form-element[type=email],
.form-wrapper .form-group .form-element[type=password],
.form-wrapper .form-group .form-element.textarea,
.form-wrapper .form-group .form-element.selectbox {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	background-color: #FFF;
	border: 1px solid #E9E9E9;
	border-radius: 5px;
	outline: none;
	color: #3c5063;
}

.form-wrapper .form-group .form-element[type=text].error,
.form-wrapper .form-group .form-element[type=password].error,
.form-wrapper .form-group .form-element.textarea.error,
.form-wrapper .form-group .form-element.selectbox.error {
	border-color: #fa4a4d;
}

.form-wrapper .form-group .form-element[type=text].error:hover,
.form-wrapper .form-group .form-element[type=text].error:focus,
.form-wrapper .form-group .form-element[type=password].error:hover,
.form-wrapper .form-group .form-element[type=password].error:focus,
.form-wrapper .form-group .form-element.textarea.error:hover,
.form-wrapper .form-group .form-element.textarea.error:focus,
.form-wrapper .form-group .form-element.selectbox.error:hover,
.form-wrapper .form-group .form-element.selectbox.error:focus {
	border-color: #fa4a4d;
}

.form-wrapper .form-group .form-element[type=text]:hover,
.form-wrapper .form-group .form-element[type=text]:focus,
.form-wrapper .form-group .form-element[type=email]:hover,
.form-wrapper .form-group .form-element[type=email]:focus,
.form-wrapper .form-group .form-element[type=password]:hover,
.form-wrapper .form-group .form-element[type=password]:focus,
.form-wrapper .form-group .form-element.textarea:hover,
.form-wrapper .form-group .form-element.textarea:focus,
.form-wrapper .form-group .form-element.selectbox:hover,
.form-wrapper .form-group .form-element.selectbox:focus {
	border-color: #3c5063;
}

.form-wrapper .form-group .form-element[type=text].with-icon,
.form-wrapper .form-group .form-element[type=email].with-icon,
.form-wrapper .form-group .form-element[type=password].with-icon,
.form-wrapper .form-group .form-element.textarea.with-icon,
.form-wrapper .form-group .form-element.selectbox.with-icon {
	padding-left: 55px;
	background-position: 16px center;
	background-repeat: no-repeat;
}

.form-wrapper .form-group .form-element[type=text].with-icon.user,
.form-wrapper .form-group .form-element[type=password].with-icon.user,
.form-wrapper .form-group .form-element.textarea.with-icon.user,
.form-wrapper .form-group .form-element.selectbox.with-icon.user {
	background-image: url("../../florist/img/icons/icon-user.png");
}

.form-wrapper .form-group .form-element[type=text].with-icon.email,
.form-wrapper .form-group .form-element[type=email].with-icon.email,
.form-wrapper .form-group .form-element[type=password].with-icon.email,
.form-wrapper .form-group .form-element.textarea.with-icon.email,
.form-wrapper .form-group .form-element.selectbox.with-icon.email {
	background-image: url("../../florist/img/icons/icon-email.png");
}

.form-wrapper .form-group .form-element[type=text].with-icon.password,
.form-wrapper .form-group .form-element[type=password].with-icon.password,
.form-wrapper .form-group .form-element.textarea.with-icon.password,
.form-wrapper .form-group .form-element.selectbox.with-icon.password {
	background-image: url("../../florist/img/icons/icon-password.png");
}

.form-wrapper .form-group .form-element[type=text].with-icon.receiver,
.form-wrapper .form-group .form-element[type=password].with-icon.receiver,
.form-wrapper .form-group .form-element.textarea.with-icon.receiver,
.form-wrapper .form-group .form-element.selectbox.with-icon.receiver {
	background-image: url("../../florist/img/icons/icon-receiver.png");
}

.form-wrapper .form-group .form-element[type=text].with-icon.address,
.form-wrapper .form-group .form-element[type=password].with-icon.address,
.form-wrapper .form-group .form-element.textarea.with-icon.address,
.form-wrapper .form-group .form-element.selectbox.with-icon.address {
	background-image: url("../../florist/img/icons/icon-address.png");
}

.form-wrapper .form-group .form-element[type=text].with-icon.phone,
.form-wrapper .form-group .form-element[type=password].with-icon.phone,
.form-wrapper .form-group .form-element.textarea.with-icon.phone,
.form-wrapper .form-group .form-element.selectbox.with-icon.phone {
	background-image: url("../../florist/img/icons/icon-phone.png");
}

.form-wrapper .form-group .form-element[type=text].with-icon.credit-card,
.form-wrapper .form-group .form-element[type=password].with-icon.credit-card,
.form-wrapper .form-group .form-element.textarea.with-icon.credit-card,
.form-wrapper .form-group .form-element.selectbox.with-icon.credit-card {
	background-image: url("../../florist/img/icons/icon-credit-card.png");
}

.form-wrapper .form-group .form-element.textarea {
	min-height: 160px;
	resize: none;
	background-position: 16px 16px !important;
	padding-top: 15px;
	padding-bottom: 15px;
}

.form-wrapper .form-group .form-element.checkbox,
.form-wrapper .form-group .form-element.radio {
	overflow: hidden;
	/* style label */
	/* toggle hover */
	/* toggle on */
}

.form-wrapper .form-group .form-element.checkbox.big,
.form-wrapper .form-group .form-element.radio.big {
	margin: 12px 0 0;
}

.form-wrapper .form-group .form-element.checkbox input[type=radio]:empty,
.form-wrapper .form-group .form-element.checkbox input[type=checkbox]:empty,
.form-wrapper .form-group .form-element.radio input[type=radio]:empty,
.form-wrapper .form-group .form-element.radio input[type=checkbox]:empty {
	margin-left: -9999px;
}

.form-wrapper .form-group .form-element.checkbox input[type=radio]:empty~label,
.form-wrapper .form-group .form-element.checkbox input[type=checkbox]:empty~label,
.form-wrapper .form-group .form-element.radio input[type=radio]:empty~label,
.form-wrapper .form-group .form-element.radio input[type=checkbox]:empty~label {
	position: relative;
	float: left;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 24px;
	margin-left: 1px;
	font-size: 12px;
	color: #475a6c;
	line-height: 20px;
}

.form-wrapper .form-group .form-element.checkbox input[type=radio]:empty~label,
.form-wrapper .form-group .form-element.radio input[type=radio]:empty~label {
	font-size: 16px;
	padding-left: 32px;
	line-height: 26px;
}

.form-wrapper .form-group .form-element.checkbox.big input[type=checkbox]:empty~label,
.form-wrapper .form-group .form-element.radio.big input[type=checkbox]:empty~label {
	font-size: 16px;
	padding-left: 32px;
	line-height: 26px;
}

.form-wrapper .form-group .form-element.checkbox input[type=radio]:empty~label:before,
.form-wrapper .form-group .form-element.radio input[type=radio]:empty~label:before {
	position: absolute;
	display: block;
	top: 3px;
	bottom: 0;
	left: 0;
	content: '';
	width: 20px;
	height: 20px;
	background: #FFF;
	border-radius: 50%;
	border: 1px solid #E9E9E9;
}

.form-wrapper .form-group .form-element.checkbox input[type=checkbox]:empty~label:before,
.form-wrapper .form-group .form-element.radio input[type=checkbox]:empty~label:before {
	position: absolute;
	display: block;
	top: 3px;
	bottom: 0;
	left: 0;
	content: '';
	width: 15px;
	height: 15px;
	background: #FFF;
	border-radius: 4px;
	border: 1px solid #E9E9E9;
}

.form-wrapper .form-group .form-element.checkbox.big input[type=checkbox]:empty~label:before,
.form-wrapper .form-group .form-element.radio.big input[type=checkbox]:empty~label:before {
	width: 20px;
	height: 20px;
}

.form-wrapper .form-group .form-element.checkbox input[type=radio]:empty.error~label:before,
.form-wrapper .form-group .form-element.radio input[type=radio]:empty.error~label:before {
	-webkit-box-shadow: 0 0 0 1px #fa4a4d;
	box-shadow: 0 0 0 1px #fa4a4d;
}

.form-wrapper .form-group .form-element.checkbox input[type=checkbox]:empty.error~label:before,
.form-wrapper .form-group .form-element.radio input[type=checkbox]:empty.error~label:before {
	border-color: #fa4a4d;
}

.form-wrapper .form-group .form-element.checkbox input[type=radio]:empty~label:before,
.form-wrapper .form-group .form-element.radio input[type=radio]:empty~label:before {
	border-radius: 50%;
}

.form-wrapper .form-group .form-element.checkbox input[type=checkbox]:empty~label:before,
.form-wrapper .form-group .form-element.radio input[type=checkbox]:empty~label:before {
	border-radius: 5px;
}

.form-wrapper .form-group .form-element.checkbox input[type=radio]:hover:not(:checked)~label:before,
.form-wrapper .form-group .form-element.checkbox input[type=checkbox]:hover:not(:checked)~label:before,
.form-wrapper .form-group .form-element.radio input[type=radio]:hover:not(:checked)~label:before,
.form-wrapper .form-group .form-element.radio input[type=checkbox]:hover:not(:checked)~label:before {
	background: white;
}

.form-wrapper .form-group .form-element.checkbox input[type=radio]:checked~label:before,
.form-wrapper .form-group .form-element.radio input[type=radio]:checked~label:before {
	background: #472439 url("../../florist/img/bg-radio.png") center center no-repeat;
	border: 0;
}

.form-wrapper .form-group .form-element.checkbox input[type=checkbox]:checked~label:before,
.form-wrapper .form-group .form-element.radio input[type=checkbox]:checked~label:before {
	background: #472439 url("../../florist/img/tick.png") center center no-repeat;
	border-color: #472439;
}

.form-wrapper .form-group span.error {
	font-size: 13px;
	font-weight: 300;
	color: #fa4a4d;
}

.form-wrapper .form-group .custom-selectbox {
	position: relative;
}

.form-wrapper .form-group .custom-selectbox select:invalid {
	color: #929DA8 !important;
}

.form-wrapper .form-group .custom-selectbox::after {
	width: 48px;
	height: 48px;
	content: '';
	display: block;
	background: #FFF url("../../florist/img/icons/icon-arrow-down.png") center center no-repeat;
	position: absolute;
	right: 1px;
	top: 1px;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.form-wrapper .form-group .custom-selectbox.active::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.btn-big {
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	background: #472439;
	padding: 0 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	position: relative;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.block {
	display: block;
}

.btn-big :hover {
	background: #ea3163;
	color: #FFF;
}

.btn-big i[class^="icon-"],
.btn-big i[class*=" icon-"] {
	color: #FFF;
	position: absolute;
	left: 23px;
	top: 13px;
	font-size: 20px;
}

.btn-big .next::after {
	content: '';
	width: 19px;
	height: 15px;
	display: inline-block;
	background: url("../../florist/img/icons/arrow-right.png");
	margin: 0 0 0 32px;
}

.btn-big .prev {
	background: none;
	color: #475a6c;
	padding-left: 0;
}

.btn-big .prev::before {
	content: '';
	width: 19px;
	height: 15px;
	display: inline-block;
	background: url("../../florist/img/icons/arrow-left.png");
	margin: 0 32px 0 0;
}
@media (max-width: 991.98px) {
	.florist-wrapper.login {
		padding: 30px 0;
	}

	.florist-wrapper.login .vh-100 {
		height: inherit !important;
	}
}

@media (max-width: 991.98px) {
	.florist-wrapper.login .login-text {
		margin-bottom: 40px;
	}
}

.florist-wrapper.login .login-text .title {
	font-size: 36px;
	color: #3c5063;
	margin-bottom: 10px;
}

.florist-wrapper.login .login-text .title strong {
	font-weight: 700;
}

.florist-wrapper.login .login-text p {
	font-size: 16px;
	line-height: 1.6;
	color: #929DA8;
}

.florist-wrapper.login .login-text.why {
	margin-top: 70px;
}

.florist-wrapper.login .login-text.why .title {
	font-size: 24px;
}

.florist-wrapper.login .login-text.why ul li {
	line-height: 25px;
	font-size: 16px;
	color: #929DA8;
	margin-bottom: 20px;
}

.florist-wrapper.login .login-text.why ul li i {
	float: left;
	min-width: 40px;
	margin-right: 16px;
}

.florist-wrapper.login .login-form {
	padding: 32px 65px;
}

@media (max-width: 991.98px) {
	.florist-wrapper.login .login-form {
		padding: 16px 32px 24px;
	}
}

.florist-wrapper.login .login-form .title {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.6;
	color: #3c5063;
	text-align: center;
	margin-bottom: 30px;
}

@media (max-width: 991.98px) {
	.florist-wrapper.login .login-form .title {
		margin-bottom: 16px;
	}
}

.florist-wrapper.login .login-form .form-group {
	clear: both;
	overflow: hidden;
}

.florist-wrapper.login .login-form .radio {
	float: left;
	margin-right: 30px;
}

.florist-wrapper.login .btn.fb-login {
	background: #185aa3;
	margin: 30px 65px;
}

.florist-wrapper.login .btn.fb-login:hover {
	background: #114177;
}

@media (max-width: 991.98px) {
	.florist-wrapper.login .btn.fb-login {
		margin: 30px 32px 0;
	}
}

.view {
	padding-bottom: 30px;
}

.view .box-title {
	min-height: 50px;
	margin-bottom: 30px;
}

.view .box-title .h3 {
	font-size: 24px;
	color: #3c5063;
	line-height: 1;
}

.view .box-title .h4 {
	font-size: 21px;
	color: #3c5063;
	line-height: 1;
	margin: 0;
	padding-top: 28px;
}

.view .box-title p {
	font-size: 16px;
	line-height: 1;
	color: #929DA8;
	margin: 0;
}

.view .box {
	padding: 30px;
}

.view .box-after {
	padding: 30px 0;
}

.view .box-after .btn.next {
	float: right;
}

@media (max-width: 991.98px) {
	.view .box-after .btn.next {
		float: none;
		display: block;
	}
}

@media (max-width: 991.98px) {
	.view .box-after .btn.prev {
		margin-bottom: 20px;
	}
}

.view .box-after .form-wrapper {
	margin: 0 0 20px;
	text-align: center;
}

.view .box-after .form-wrapper .form-element {
	display: inline-block;
}

.view .box-after .form-wrapper .form-element label {
	text-align: left;
}

@media (max-width: 991.98px) {

	.view .box-after .label,
	.view .box-after .price {
		text-align: center !important;
	}
}

.view .product-list {
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 32px;
	margin-bottom: 32px;
}

.view .product-list.order-success {
	border-top: 1px solid #E9E9E9;
	padding-top: 32px;
	margin-top: 32px;
}

.view .product-list .product {
	margin: 0 0 30px;
}

.view .product-list .product .img {
	padding: 10px;
	border: 1px solid #E9E9E9;
	display: inline-block;
	border-radius: 5px;
	position: relative;
	float: left;
	margin-right: 15px;
}

.view .product-list .product .img img {
	width: 46px;
	height: 46px;
}

.view .product-list .product .img span {
	position: absolute;
	width: 25px;
	height: 25px;
	background: #472439;
	color: #FFF;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	right: -12px;
	top: -12px;
}

.view .product-list .product p {
	float: left;
	line-height: 24px;
	font-size: 16px;
	color: #3c5063;
}

.view .product-list .product p span {
	color: #929DA8;
	display: block;
	font-size: 14px;
}

.view .product-list .product .price {
	text-align: right;
	font-size: 16px;
	color: #3c5063;
	padding-right: 0;
	line-height: 65px;
}

.view .product-list .product:last-child {
	margin-bottom: 0;
}

.view .address-and-note {
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 32px;
	margin-bottom: 32px;
}

.view .address-and-note ul {
	margin: -3px 0 0;
	padding: 0;
}

.view .address-and-note ul li {
	margin-bottom: 20px;
}

.view .address-and-note ul li:last-child {
	margin: 0;
}

.view .address-and-note ul li .h5 {
	color: #3c5063;
	font-size: 16px;
	margin-bottom: 5px;
}

.view .address-and-note ul li p {
	color: #929DA8;
	margin: 0;
	font-size: 14px;
	line-height: 1.2;
}

.view .discount-code {
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 32px;
	margin-bottom: 32px;
}

.view .discount-code .form-element {
	height: 45px !important;
}

.view .discount-code .btn {
	height: 45px;
	line-height: 45px;
}

.view .total-price {
	margin-bottom: 32px;
}

.view .total-price .label {
	color: #3c5063;
	font-size: 16px;
}

.view .total-price .label span {
	color: #929DA8;
	font-size: 14px;
	display: block;
}

.view .total-price .price {
	text-align: right;
	color: #3c5063;
	font-size: 16px;
	line-height: 45px;
}

.view .total-price .price span {
	font-size: 20px;
}

.view .total-price.centered .label {
	text-align: right;
}

.view .total-price.centered .price {
	text-align: left;
	font-size: 22px;
}

.view .total-price.centered .price span {
	font-size: 32px;
}

.view .box-button {
	text-align: center;
}

.view .extra-product-list .product {
	width: 100%;
	min-height: auto;
	border: 1px solid #E9E9E9;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-bottom: 30px;
}

.view .extra-product-list .product:hover {
	-webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.09);
	background-color: #ffffff;
}

.view .extra-product-list .product:hover .btn-wrapper span::after {
	opacity: 1;
}

.view .extra-product-list .product a {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: block;
	padding: 10px;
	text-decoration: none;
}

.view .extra-product-list .product .img {
	display: block;
	margin-bottom: 20px;
}

.view .extra-product-list .product .img img {
	width: 100%;
	height: auto;
}

.view .extra-product-list .product .text {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #929DA8;
	line-height: 24px;
}

.view .extra-product-list .product .text .title {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 50px;
	text-align: center;
}

.view .extra-product-list .product .text em {
	display: block;
	font-style: normal;
	color: #3c5063;
	margin-top: 10px;
}

.view .extra-product-list .product .btn-wrapper {
	display: block;
	text-align: center;
	margin: 15px 0 5px;
}

.view .extra-product-list .product .btn-wrapper span {
	height: 35px;
	line-height: 30px;
	display: inline-block;
	padding: 0 30px;
	border-radius: 5px;
	border: solid 1px rgba(0, 0, 0, 0.08);
	background-color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	color: #3c5063;
	position: relative;
}

.view .extra-product-list .product .btn-wrapper span::after {
	width: auto;
	height: 4px;
	background: #472439;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	display: block;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.view .box.payment-box {
	padding: 0;
}

.view .box.payment-box .titles.form-group {
	margin-bottom: 0 !important;
}

.view .box.payment-box .titles .form-element {
	border-bottom: 1px solid #E9E9E9;
	padding: 0 35px;
	height: 55px;
}

@media (max-width: 991.98px) {
	.view .box.payment-box .titles .form-element {
		padding: 0 20px;
	}
}

.view .box.payment-box .titles .form-element label {
	margin-top: 14px;
	width: 100%;
}

.view .box.payment-box .titles .form-element label .cards {
	width: 153px;
	height: 40px;
	background: url("../../florist/img/icon-payment-card.png");
	display: block;
	right: -10px;
	top: -8px;
}

@media (max-width: 991.98px) {
	.view .box.payment-box .titles .form-element label .cards {
		display: none;
	}
}

.view .box.payment-box .titles .form-element label .cards {
	position: absolute;
}

.view .box.payment-box .payment-contents .payment {
	display: none;
	padding: 40px;
}

@media (max-width: 991.98px) {
	.view .box.payment-box .payment-contents .payment {
		padding: 20px;
	}
}

.view .box.payment-box .payment-contents .payment.block {
	display: block;
}

@media (max-width: 991.98px) {
	.view .box.payment-box .payment-contents .payment .bank-list {
		padding: 0 20px;
	}
}

.bank-list .bank {
	overflow: hidden;
}

.bank-list .bank .bank-logo {
	width: 160px;
	height: 160px;
	border: 1px solid #E9E9E9;
	border-radius: 15px;
	padding: 60px 15px;
	text-align: center;
}

@media (max-width: 991.98px) {
	.bank-list .bank .bank-logo {
		width: 100%;
		margin-bottom: 15px;
	}
}

.bank-list .bank .bank-logo img {
	max-width: 100%;
}

@media (max-width: 991.98px) {
	.bank-list .bank .bank-info {
		padding: 0;
	}
}

.bank-list .bank .bank-info .h4 {
	color: #3c5063;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 15px;
}

.bank-list .bank .bank-info ul {
	overflow: hidden;
}

@media (max-width: 991.98px) {
	.bank-list .bank .bank-info ul {
		margin-bottom: 0;
	}
}

.bank-list .bank .bank-info ul li {
	float: left;
	width: 70%;
	color: #929DA8;
	font-size: 16px;
	margin-bottom: 10px;
}

.bank-list .bank .bank-info ul li .h5 {
	color: #3c5063;
	font-size: inherit;
	margin-bottom: 5px;
	line-height: 1.4;
}

.bank-list .bank .bank-info ul li:nth-child(even) {
	width: 30%;
}

@media (max-width: 991.98px) {
	.bank-list .bank .bank-info ul li:nth-child(even) {
		width: 100%;
	}
}

@media (max-width: 991.98px) {
	.bank-list .bank .bank-info ul li {
		width: 100%;
	}
}

@media (max-width: 991.98px) {

@media (max-width: 991.98px) {
	.view .box.payment-box .payment-contents .payment .name {
		margin-bottom: 20px;
	}

	.view .box.payment-box .payment-contents .payment .p-0 {
		padding-left: 15px !important;
	}
}

.view .order-detail-info .h4 {
	font-size: 16px;
	color: #3c5063;
	margin-bottom: 5px;
}

.view .order-detail-info p {
	color: #929DA8;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0;
}

.view .order-detail-info .user-detail {
	margin-top: 30px;
}

.view .order-detail-info .user-detail a {
	color: #472439;
}

.view .cargo-track {
	border-radius: 5px;
	border: solid 3px #472439;
	padding: 30px 10px;
	display: block;
	margin: 32px 0 0;
	overflow: hidden;
}

.view .cargo-track .left {
	width: 25%;
	float: left;
}

.view .cargo-track .left img {
	width: 100%;
	margin-top: 20px;
}

.view .cargo-track .right {
	width: 70%;
	float: right;
}

.view .cargo-track .right .h4 {
	font-size: 14px;
	color: #3c5063;
}

.view .cargo-track .right .input {
	position: relative;
}

.view .cargo-track .right input {
	color: inherit;
	border: 0;
	border-bottom: 1px solid #C5C6CF;
	padding-right: 20px;
	width: 100%;
}

.view .cargo-track .right .track-btn {
	width: 20px;
	height: 20px;
	background: url("../../florist/img/icons/arrow-left.png") no-repeat;
	display: block;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 0;
	right: 0;
	border: none;
	outline: none;
	position: absolute;
	cursor: pointer;
}

.florist-wrapper.panel {
	margin: 100px 0;
}

.florist-wrapper.panel .menu {
	margin: 5px;
}

.florist-wrapper.panel .menu li {
	margin-bottom: 5px;
}

.florist-wrapper.panel .menu li a {
	line-height: 50px;
	font-size: 16px;
	color: #3c5063;
	padding: 0 20px;
	text-decoration: none;
	display: block;
	border-radius: 5px;
	position: relative;
}

.florist-wrapper.panel .menu li a i {
	float: left;
	margin: 16px 15px 0 0;
	width: 32px;
	height: 20px;
}

.florist-wrapper.panel .menu li a::after {
	content: "\e906";
	color: #3c5063;
	right: 20px;
	top: 15px;
	position: absolute;
	font-size: 20px;
}

.florist-wrapper.panel .menu li a:hover {
	text-decoration: underline;
}

.florist-wrapper.panel .menu li.active a {
	background: #472439;
	color: #FFF;
}

.florist-wrapper.panel .menu li.active a:hover {
	text-decoration: none;
}

.florist-wrapper.panel .menu li.active a::after {
	color: #FFF;
}

.florist-wrapper.panel .menu li.active a i {
	background-position: left bottom !important;
}

.florist-wrapper.panel .box.right {
	padding: 20px;
}

@media (max-width: 991.98px) {
	.florist-wrapper.panel .box.right {
		margin-top: 30px;
	}
}

.florist-wrapper.panel .box.right.order-detail .img {
	width: 100%;
	height: auto;
	border: 1px solid #E9E9E9;
	border-radius: 5px;
	padding: 30px;
}

.florist-wrapper.panel .box.right.order-detail .img img {
	width: 100%;
	height: auto;
}

@media (max-width: 991.98px) {
	.florist-wrapper.panel .box.right.order-detail .img {
		margin-bottom: 20px;
	}
}

.florist-wrapper.panel .box.right.order-detail .h3 {
	font-size: 18px;
	color: #3c5063;
	margin-bottom: 10px;
}

.florist-wrapper.panel .box.right.order-detail p {
	line-height: 25px;
	font-size: 16px;
	color: #929DA8;
	margin-bottom: 10px;
}

.florist-wrapper.panel .box.right.order-detail p a {
	color: #472439;
	text-decoration: none;
}

.florist-wrapper.panel .box.right.order-detail p a:hover {
	color: #ea3163;
}

.florist-wrapper.panel .box.right.order-detail .status {
	width: auto;
	text-align: center;
	float: left;
}

@media (max-width: 991.98px) {
	.florist-wrapper.panel .box.right.order-detail .status {
		float: none;
	}
}

.florist-wrapper.panel .box.right.order-detail .status i {
	display: inline-block;
	margin-bottom: 10px;
}

.florist-wrapper.panel .box.right.order-detail .status span {
	display: block;
	font-size: 16px;
	color: #3c5063;
}

.florist-wrapper.panel .box.right.order-detail .status.teslim-edildi i {
	width: 50px;
	height: 50px;
	background: url("../../florist/img/icons/icon-teslim-edildi.png");
}

.florist-wrapper.panel .box.right.order-detail .status.iptal-edildi i {
	width: 50px;
	height: 50px;
	background: url("../../florist/img/icons/icon-iptal-edildi.png");
}

.florist-wrapper.panel .box.right.order-detail .status.hazirlaniyor i {
	width: 51px;
	height: 50px;
	background: url("../../florist/img/icons/icon-hazirlaniyor.png");
}

.florist-wrapper.panel .box.right.order-detail .status.yola-cikti i {
	width: 74px;
	height: 45px;
	background: url("../../florist/img/icons/icon-yola-cikti.png");
}

.florist-wrapper.panel .box.right.order-detail .status.teslim-zamani-bekleniyor i {
	width: 40px;
	height: 45px;
	background: url("../../florist/img/icons/icon-teslim-zamani-bekliyor.png");
}

.florist-wrapper.panel .box.right.order-detail dl {
	overflow: hidden;
}

.florist-wrapper.panel .box.right.order-detail dl dt,
.florist-wrapper.panel .box.right.order-detail dl dd {
	font-size: 16px;
	color: #3c5063;
	line-height: 30px;
	float: left;
}

.florist-wrapper.panel .box.right.order-detail dl dt {
	width: 41.66667%;
}

@media (max-width: 991.98px) {
	.florist-wrapper.panel .box.right.order-detail dl dt {
		width: 100%;
	}
}

.florist-wrapper.panel .box.right.order-detail dl dt span {
	float: right;
	margin-right: 20px;
}

@media (max-width: 991.98px) {
	.florist-wrapper.panel .box.right.order-detail dl dt span {
		display: none;
	}
}

.florist-wrapper.panel .box.right.order-detail dl dd {
	width: 58.33333%;
}

@media (max-width: 991.98px) {
	.florist-wrapper.panel .box.right.order-detail dl dd {
		width: 100%;
	}
}

.florist-wrapper.panel .box.right.order-detail .list-invoice {
	overflow: hidden;
	margin: 0;
}

.florist-wrapper.panel .box.right.order-detail .list-invoice li {
	width: 33.33333%;
	float: left;
}

@media (max-width: 991.98px) {
	.florist-wrapper.panel .box.right.order-detail .list-invoice li {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
}
@media(min-width: 992px) {
	.product:hover .product-hover-image {
		opacity: 1 !important;
	}
}
@media(max-width: 992px) {

	.login-panel .top .btn-close-panel {
		font-size: 25px;
		left: 10px;
		display: flex;
		top: 5px;
	}

	.mobile-hidden {
		display: none;
	}

	.product-slider-area {
		margin: 10px 0 40px;
	}

	.bread-item i {
		margin-left: 15px;
		margin-right: 15px;
	}

	.bread-item {
		display: inline-flex;
		align-items: center;
	}

	.bread-item:nth-child(2) {
		display: none;
	}

	.js-bread-list {
		display: none;
		background-color: #fdfdfe;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 25px 20px 30px 20px;
		font-size: 12px;
		z-index: 2;
	}

	.mobile-bread {
		display: flex;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 0px;
		align-items: center;
	}

	.bread-item {
		display: none;
	}

	.bread-item:first-child {
		display: inline-flex;
	}

	.bread-item:last-child {
		display: inline-block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.breadcrumb-list {
		padding-top: 10px;
	}

	.bread-item:nth-child(2) {
		display: inline-flex;
	}

	.js-bread-list .bread-item {
		display: block;
	}

	.js-bread-list .bread-item:nth-child(2) {
		margin-left: 10px;
	}

	.js-bread-list .bread-item:nth-child(3) {
		margin-left: 20px;
	}

	.js-bread-list .bread-item:nth-child(4) {
		margin-left: 30px;
	}

	.js-bread-list .bread-item+.bread-item {
		margin-top: 20px;
	}

	.bread span {
		margin: 0px;
	}

	.js-bread-list .close-btn {
		position: absolute;
		top: 20px;
		right: 50px;
	}

	.bread-main-title {
		font-size: 20px;
		margin-bottom: 0;
	}

	.breadcrumb-wrapper {
		position: relative;
	}

	.breadcrumb-area {
		margin-bottom: 10px;
	}

	.bread-item a {
		color: inherit;
	}
}
.florist-wrapper.login .login-form .radio {
	float: left;
	margin-right: 30px;
	width: auto;
	border: none;
}

.form-wrapper .form-group .form-element.checkbox,
.form-wrapper .form-group .form-element.radio {
	border: none;
	margin-bottom: 0;
	padding: 0;
	height: auto;
}

.login .form-wrapper .form-group .form-element.checkbox {
	margin-bottom: 0;
	height: auto;
}

.login .form-element {
	margin-bottom: 0;
}

.sidebar-product-wrapper-title {
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 3px solid #472439;
	display: inline-block;
}

.only-wrapper {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border: none !important;
}

.breadcrumb-area {
	background-color: #fff;
	border-top: 1px solid #eee;
	margin-bottom: 30px;
}

.breadcrumb-area+.login {
	margin-top: -30px;
	margin: 50px 0px;
}

.sidebar-product {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sidebar-product .right {
	white-space: nowrap;
	flex: 0 0 auto;
}

.sidebar-product .left {
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.sidebar-product .left p {
	margin-bottom: 0;
}

.margin-zero {
	margin: 0 !important;
}

.order-box-wrapper .box+.box {
	margin-top: 30px;
}

.form-wrapper .form-group .form-element {
	margin-bottom: 0;
}

.view .address-and-note ul+.total-price {
	margin-bottom: 0;
	margin-top: 15px;
}

.form-wrapper .form-group .form-element:disabled {
	background-color: #e9e9e9;
	cursor: not-allowed;
}

.btn-big.next,
.btn.prev {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn-big.next::after {
	content: '';
	width: 19px;
	height: 15px;
	display: inline-block;
	background: url(../florist/img/icons/arrow-right.png);
	margin: 0 0 0 32px;
}

.btn.prev::before {
	content: '';
	width: 19px;
	height: 15px;
	display: inline-block;
	background: url(../florist/img/icons/arrow-left.png);
	margin: 0 32px 0 0;
}


.cart-product-wrapper .left img {
	width: 75px;
	height: 75px;
	padding: 5px;
	border: 1px solid #E9E9E9;
	display: inline-block;
	border-radius: 5px;
	margin-right: 5px;
}

.cart-product-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.box .cart-product-wrapper {
	margin-bottom: -30px;
}


.cart-product-wrapper .left {
	display: flex;
	align-items: center;
}

.cart-product-wrapper .right {
	flex: 0 0 auto;
	white-space: nowrap;
}

.btn-delete {
	background-color: #ec5857;
	color: #fff;
}

.checkbox label a {
	text-decoration: underline;
	font-weight: 500;
}

.bank-list .bank+.bank {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e9e9e9;
}

.bank-list .bank.row {
	align-items: center;
}

.bank-list .bank .bank-info ul {
	margin-bottom: -10px;
}



.view .cargo-track {
	display: flex;
	align-items: center;
}

.view .cargo-track .left {
	margin-right: 20px;
}

.view .cargo-track .left img {
	margin-top: 10px;
}



.florist-wrapper.panel {
	margin: 50px 0;
}

.florist-wrapper.panel .menu li a i {
	color: #472439;
	font-size: 20px;
	text-align: center;
}

.order-list .order {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.order-list .order .left img {
	height: 75px;
	width: auto;
	margin-right: 5px;
	border-radius: 5px;
}

.order-list .order .right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.order-list .order .right .simple-btn {
	margin-left: 15px;
}

.order-list .order+.order {
	border-top: 1.5px dashed #472439;
	margin-top: 15px;
	padding-top: 15px;
}

.cart-list .cart-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1.5px dashed #472439;
	margin-bottom: 15px;
	padding-bottom: 15px;
}


.cart-list .cart-item img {
	height: 75px !important;
	width: auto !important;
}

.florist-wrapper.panel .box.right.order-detail .img {
	width: auto;
	padding: 10px;
}

.box.order-detail+.box.order-detail {
	margin-top: 30px;
}

.florist-wrapper.panel .box.right.order-detail dl dd {
	min-height: 30px;
}

.total-price i {
	color: #472439;
}

.discount-code .simple-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.simple-btn:hover {
	opacity: 0.9;
}

.product-list .product .product-inner .text .prices .price-wrap {
	display: inline-flex;
}

.product-detail .order-create .price .price-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.delete-outline {
	width: 20px;
	height: 20px;
	background: transparent;
	color: #ec5857;
	line-height: 1;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	border: 1px solid #ec5857;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	padding: 0;
	margin: 0;
	position: relative;
	top: -1px;
}
.contact-page-detail {
	padding-top: 60px;
	padding-bottom: 60px;
}

.contact-page-detail .contact-info-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.contact-page-detail .contact-adress a {
	color: black;
}

.contact-page-detail .contact-adress a i {
	margin-right: 10px;
}

.contact-page-detail .contact-adress .fal {
	margin-right: 10px;
}

.contact-page-detail input.form-control {
	width: 80%;
	font-size: 14px;
	min-height: 45px;
	font-weight: lighter;
	padding: 5px 20px;
	line-height: 19px;
	color: #424242;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	outline: none;
}

.contact-page-detail .mb-15 {
	margin-bottom: 15px;
}

.contact-page-detail .mb-50 {
	margin-bottom: 50px;
}

.contact-page-detail textarea.form-control {
	min-height: 155px;
	width: 80%;
	font-size: 14px;
	font-weight: lighter;
	padding: 5px 20px;
	line-height: 19px;
	color: #424242;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	outline: none;
}

.contact-page-detail .contact-form-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.contact-page-detail .contact-button {
	padding: 6px 38px;
	background-color: #472439;
	color: white;
	border-radius: 4px;
	line-height: 20px;
	border: none;
}

.contact-page-detail .contact-button i {
	margin-left: 9px;
}

.contact-page-detail .contact-info-p {
	margin-bottom: 20px;
}

.contact-page-detail .social-contact .social-icon i {
	width: 70px;
	height: 70px;
	font-size: 33px;
	text-align: center;
	padding: 10px;
	border: 1px solid grey;
	margin-right: 20px;
	border-radius: 50%;
	padding-top: 17px;
	color: black;

}

.contact-page-detail .social-contact .social-icon i:hover {
	opacity: 0.5;
}

.contact-page-detail .contact-button:focus {
	outline: none;
}

.contact-page-detail ul.social-icon {
	display: flex;
}


.not-found-page-detail {
	padding-top: 60px;
	padding-bottom: 60px;
}

.not-title {
	font-size: 50px;
	text-align: center;
	margin-bottom: 40px;
}

.not-description {
	text-align: center;
}

a.not-found-link {
	display: block;
	background-color: #472439;
	width: 300px;
	text-align: center;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 30px;
	height: 40px;
	border-radius: 5px;
	color: white !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

a.not-found-link:hover {
	text-decoration: none;
}

#map iframe {
	width: 100% !important;
	height: 350px !important;
}

.pagination .page-item.active a {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #fff;
	background-color: #472439;
	border: 1px solid #dee2e6;
}

.pagination .page-item a {
	color: #472439;
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	background-color: #fff;
	border: 1px solid #dee2e6;
}


div#iyzipay-checkout-form {
	padding: 30px 0 20px;
}

.bank-info .h5 {
	display: flex;
	justify-content: space-between;
}


.with-icon.int-phone {
	background-position: calc(100% - 16px) center !important;
}

.iti.iti--allow-dropdown {
	width: 100%;
}

.view .product-list .product .product-inner.box {
	padding: 0;
}

.view .product-list .product .product-inner .img img {
	width: 100%;
	height: auto;
}

.product-detail .order-create .form .time-selector {
	margin: -10px 0 30px;
}
.video-overlay {
	display: block;
	position: relative;
}

.video-overlay::after {
	content: "\f04b";
	font-family: "Font Awesome 7 Free"; font-weight: 900;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #fff;
	border-radius: 50%;
	padding-top: 3px;
	padding-left: 6px;
	background-color: rgb(246, 64, 113);
}

.small-video-overlay::after {
	font-size: 20px;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
	padding-top: 3px;
	padding-left: 4px;
}
.mt-30 {
	margin-top: 30px;
}

@media(min-width: 992px) {

	.main-slides .slide .content .title {
		word-spacing: 100vw;
	}

	.desktop-column-reverse {
		flex-direction: column-reverse;
	}

	.box-group.desktop-column-reverse .item::before {
		top: unset !important;
		bottom: -10px !important;
	}

	.box-group.desktop-column-reverse div.item+.item {
		border-bottom: 1px solid #ebebeb !important;
	}
}
@media(max-width: 992px) {
	.contact-page-detail {
		padding-top: 20px;
	}

	.contact-page-detail .contact-info-title {
		margin-bottom: 20px;
	}

	.contact-page-detail .social-contact .social-icon i {
		width: 50px;
		height: 50px;
		font-size: 24px;
		padding-top: 12px;
	}

	.contact-page-detail input.form-control {
		width: 100%;
	}

	.contact-page-detail textarea.form-control {
		width: 100%;
	}

	.siparis-takibi li a span {
		display: none;
	}


	.bank-list .bank .bank-logo {
		height: auto;
		padding: 10px;
	}

	.bank-list .h5 .simple-btn {
		width: 100%;
		padding: 10px;
		margin: 10px 0;
	}

	.bank-info .h5 {
		flex-wrap: wrap;
	}

	.sticky-wrapper {
		position: unset;
	}

	.company-feature a {
		width: 100%;
		font-size: 12px;

	}

	.special-design-area p {
		font-size: 22px;
	}

	.special-design-area a,
	.special-design-area button {
		font-size: 18px;
		padding: 0 20px;
		border-width: 1.5px;
	}

	.easy-autocomplete.eac-square input {
		min-width: 0;
	}
}
.florist-wrapper{
	padding: 50px 0;
}
section.tw-relative.tw-bg-cyan-600\/10.tw-py-4.lg\:tw-py-12.tw-px-2.tw-mb-8 {
    margin-top: 55px;
}
section.container.contact-page-detail {
    margin-top: 90px;
}
