﻿.product-masster {
    padding-top: 5px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
}
/*.price-list-wrapper {
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgba(8, 8, 8, 0.14);
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}*/
.price-item {
    border-bottom: 1px solid #b9b9b9;
    padding-top: 5px;
    padding-bottom: 5px;
}

.promotion-apply-item {
    padding-bottom: 5px;
    padding-top: 5px;
}

    .promotion-apply-item a {
        font-weight: bold;
    }

.line-through {
    text-decoration: line-through;
}

.item-header {
    padding-bottom: 5px;
    border-bottom: 1px solid #b9b9b9;
}

.button-action {
    text-align: center;
}

.page-price-list {
    margin-bottom: 30px;
}

.title-mobile {
    display: none;
}

.price-list-wrapper {
    /*background: linear-gradient(rgba(164,220,222 ) -3%,#ffffff 2%, #ffffff 58%);*/
    margin-top: 70px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    z-index: 0;
    /*border-radius: 20px;*/
    box-shadow: 0px 0px 20px 0px rgba(8, 8, 8, 0.14);
}

.price-list-title {
    /*width: 60%;*/
    padding-top: 50px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}

    .price-list-title .title-wrapper {
        border-width: 1px;
        padding: 11px 49px;
        /*background: linear-gradient(to right, #AAACAF, #fff, #AAACAF);
        border-radius: 40px;
        border-color: #A9AAAD;*/
        /*border-style: solid;*/
    }
.title-wrapper .title-header {
    font-size: 25pt;
    color:#9e1f63;
    font-weight:bold;
    margin-top:20px;
}

.title-wrapper .image-rose img{
    margin: 0 auto;
    width: 50%;
}

.price-list-body {
    position: relative;
    z-index: 1;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 100px;
}

.product-section .product-title .product-title-item {
    width: 50%;
    display: table;
    float: left;
    padding: 0 20px;
    margin-bottom: 20px;
}

.product-title-item .image-promotion {
    width: 50%;
}

.product-section .product-title .product-name {
    font-size: 19pt;
    font-weight: bold;
    display: inline-block;
}

.product-section .product-title .product-unit-price {
    font-weight: 400;
    display: inline-block;
}

.product-section {
    margin: 10px;
}

    .product-section .product-title::after {
        clear: both;
        content: ' ';
        display: block;
    }

    .product-section .product-title .image-product img {
        float: right;
    }

.product-table-price-wrapper {
    margin: 10px;
    border: 1px solid #5C5455;
}

    .product-table-price-wrapper .table-price .row-header {
        background-color: #D0D2D3;
    }

    .product-table-price-wrapper .table-price tr.row-header td {
        text-align: center;
        font-size: 11pt;
        font-weight: bold;
        color: #333;
        border: 1px solid #5C5455;
        vertical-align: middle;
    }

    .product-table-price-wrapper .table-price tbody tr td {
        border: 1px solid #5C5455;
        vertical-align: middle;
    }

    .product-table-price-wrapper .table-price tr.row-header td label {
        display: block;
        margin: 0px;
        padding: 0px;
        font-size: 12pt;
        font-weight: bold;
        color: #333 !important
    }

.table-price .row-firmness {
    background-color: #3177B8;
    color: white;
    font-weight: bold;
}

    .table-price .row-firmness td {
        border: 1px solid #13491A;
        color: white;
        font-weight: bold;
    }

.table-price .price {
    text-align: center;
}

.table-price .row-item:nth-child(2n+1) {
    background-color: #F1F1F2;
}

.table-price .row-item:nth-child(2n) {
    background-color: rgb(255,255, 255);
}

.row-item .img-gift {
    width: 50px;
    display: inline-block;
}

.table-price {
    margin-bottom: 0px;
}

.price-list-wrapper .image-footer {
    z-index: 0;
    bottom: 0;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    display: block;
}

.image-footer img {
    width: 100%;
    display: block;
}

.price-list-wrapper .image-header {
    position: absolute;
    z-index: -1;
    width: 100%;
}

    .price-list-wrapper .image-header img {
        margin: 0 auto;
        width: 100%;
    }

.table-price tr.row-header th {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    border: 1px solid #13491A;
}

    .table-price tr.row-header th label {
        display: block;
        font-weight: bold;
        color: #333 !important;
    }

.table-price tr.row-item th {
    vertical-align: middle;
}

.section-separator img {
    width: 50%;
    margin: 20px auto;
}

.table-price .row-firmness td a {
    font-weight: bold;
    color: white;
}

.price-list-title .title, .price-list-title .applicable {
    display: block;
    text-align: center;
}

.price-list-title .title {
    color: rgb(247,236,19);
    text-transform: uppercase;
    font-size: 25pt;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    display: flex;
}

.price-list-title .applicable {
    color: #333;
    font-size: 16pt;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 20px;
    text-transform: none;
}

.price-list-title .title b {
    background: #126a38;
    padding: 10px 30px;
    border-radius: 50px;
    box-shadow: 4px 4px black;
    color: white;
}
.product-name-wapper{
    margin-left: 10px;
    margin-bottom: 10px;
}

    .product-name-wapper .product-name {
        font-size: 16pt;
        font-weight: bold;
        text-transform: uppercase;
        color: #009345;
    }

    .product-name-wapper .product-unit-price {
        color: #000;
        font-size: 12pt;
    }

    .product-name-wapper.product-name:hover {
        text-decoration: underline;
    }

.product-image-promotion {
    clear: both;
}


.product-table-price-wrapper .table-price tr.row-header td:nth-child(3),
.product-table-price-wrapper .table-price tr.row-header td:nth-child(4) {
    text-align: center;
    margin: 0 auto;
}

.product-table-price-wrapper .table-price tr.row-header td span {
    display: inline-block;
    font-weight: bold;
    width: 200px;
    vertical-align: middle;
}

.product-table-price-wrapper .table-price tr.row-header td .gift-plus {
    display: block;
    width: 40px;
    margin: 5px auto;
    vertical-align: middle;
}

.text-fee-ship {
    text-align: right;
    font-size: 14pt;
    font-weight: bold;
    margin-right: 20px;
    color: rgb(15,105, 54);
}

.product-item-wapper .firework {
    z-index: 0;
    position: absolute;
    left: calc(50% - 21px);
    top: -30px;
    width: 200px;
}

.product-item-wapper {
    position: relative;
}
.product-section-pillow {
    margin-top: 40px;
    margin-bottom: 198px;
}

.product-header{
    display:inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.product-header-item {
    width: 70%;
    margin-left: 20px;
    margin-right: 20px;
}

.product-image-mobile{
    display:none;
}

@media all and (max-width: 1199px) {
    .product-item-wapper .firework {
        left: calc(59%);
        top: 23px;
        width: 150px;
    }
}

@media all and (max-width: 992px) {
    .product-item-wapper .firework {
        display: none;
    }

    .product-table-price-wrapper .table-price tr.row-header td span {
        display: block;
        width: auto;
        text-align: center;
    }

    .product-table-price-wrapper .table-price tr.row-header td .gift-plus {
        display: block;
        text-align: center;
        margin: 5px auto;
    }

    .price-list-title {
        padding-top: 40px;
    }

        .price-list-title .title {
            font-size: 20pt;
        }
    .price-list-body {
        padding-bottom: 20px;
    }
}

@media all and (max-width: 767px) {
    .product-header{
        display: block;
    }
    .product-image-mobile {
        display: block;
    }
    .product-image-desktop {
        display: none;
    }
    .product-header-item{
        width: 100%;
        margin: 0px;
    }
    .text-fee-ship{
        font-size: 11pt;
        margin: 0px;
    }
    .product-section .product-title .product-title-item {
        width: 100%;
    }

    .product-section .product-title .product-name {
        font-size: 14pt;
    }

    .price-list-title {
        padding-top: 30px;
    }

        .price-list-title .title {
            font-size: 14pt;
        }

    .product-section .product-title .product-title-item, .product-name-wapper {
        padding: 0px;
    }
    .title-wrapper .title-header{
        font-size: 14pt;
    }
    .price-list-title .applicable{
        font-size: 12pt;
    }
    .price-list-title .title-wrapper{
        padding: 10px 20px;
    }
    .price-list-body {
        padding-bottom: 20px;
    }
    .product-section-pillow {
        margin-bottom: 80px;
    }
}

.product-image{
    width:30%;
}