﻿.cart-inner .pay-button li {
    margin: 0 0.5rem 0.5rem 0;
    float: initial !important;
}

.page-wrapper {
    min-height: calc(100vh - 100px - 297px);
}

.block .box .box-inner .block-content .block-money {
    display: flex;
    justify-content: space-between;
}

    .block .box .box-inner .block-content .block-money .ori-price {
        font-size: 1.1rem;
        color: #a5a5a5;
        text-decoration: line-through;
    }

.detail_area .spec-box > li {
    width: 100%;
}

.detail_area .button-box > .btn {
    float: initial;
}

.form-group.xs {
    vertical-align: top;
}

.form-area .form-group.xs:nth-of-type(even) {
    float: none;
    margin-left: 2rem;
}

.shape-v6 .box .box-inner .image-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner-image {
    width: 100%;
}

.banner-box {
    background-color: rgb(73 61 49 / 90%);
    position: fixed;
    right: 0;
    top: 0;
}

#link-tool {
    position: fixed;
    right: 60px;
    bottom: 50px;
    z-index: 9999;
}

    #link-tool .link-icon {
        opacity: 0;
        font-size: 4rem;
        transition: all 0.1s ease-out 0.1s;
        margin-top: 1rem;
        position: relative;
        width: 70px;
        height: 70px;
        background-color: #493d31;
        border-radius: 50%;
    }

        #link-tool .link-icon a {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        #link-tool .link-icon i {
            color: #ffffff;
        }

    #link-tool.active .link-icon {
        opacity: 1;
    }

    #link-tool .link-icon-message {
        opacity: 1;
    }

.footer_area p > .footer-link-decoration:before {
    font-family: "FontAwesome";
    content: "\f105";
    padding: 0 10px 8px 0;
}

.filter-item .range-box > div {
    width: 47%;
}

    .filter-item .range-box > div.middle {
        width: 5%;
    }

.cart-inner .invoice-button li {
    display: inline-flex;
    align-items: baseline;
    width: 100%;
    padding: 16px;
    margin-bottom: 1rem;
    border: 1px solid #9b9b9b;
    border-radius: 2px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

    .cart-inner .invoice-button li:before {
        content: "";
        display: inline-block;
        border: 1px solid #9b9b9b;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        margin-right: 12px;
    }

    .cart-inner .invoice-button li.active {
        border: 1px solid #b99515;
        outline: 0.5px solid #b99515;
    }

        .cart-inner .invoice-button li.active:before {
            border: 4px solid #b99515;
        }

.cart-inner .invoice-button label {
    width: 100%;
}

    .cart-inner .invoice-button label .invoice-input-block {
        margin-top: 1rem;
        display: block;
    }

        .cart-inner .invoice-button label .invoice-input-block input:not(:last-child) {
            margin-bottom: 1rem;
        }

.block .box .box-inner .block-content .block-title {
    font-size: 15px;
}

/* Pad */
@media (max-width: 991px) {
    .page-wrapper {
        min-height: Calc(100vh - 60px - 297px);
    }

    .form-area .form-group.xs:nth-of-type(even) {
        margin-left: 1.5rem;
    }

    .main-header .main-buttons .slide-logo {
        width: 60%;
    }

    .banner-box {
        position: absolute;
        right: initial;
        left: initial;
        top: calc(50% - 90px);
    }

    #link-tool {
        right: 25px;
        bottom: 220px;
    }

        #link-tool .link-icon {
            width: 50px;
            height: 50px;
            font-size: 3rem;
        }

    .filter-txt {
        height: 37px;
    }

        .filter-txt:before {
            top: 8px;
        }
}

/* Phone */
@media (max-width: 767px) {
    .page-wrapper {
        min-height: calc(100vh - 60px - 646px);
    }

    .form-area .form-group.xs:nth-of-type(even) {
        margin-left: 0;
    }

    .main-header .main-buttons .slide-logo {
        width: 50%;
    }

    #link-tool {
        right: 15px;
        bottom: 40px;
    }

        #link-tool .link-icon {
            font-size: 2rem;
            width: 40px;
            height: 40px;
        }
}
