﻿
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 9pt;
}

.gifts b > * {
    font-weight: bold !important;
}

.right-pane-divider {
    height: 1px;
}

.center-1 {
    /*background-color: #F4F5F7;*/
}


.img-responsive {
    width: 100%;
}

.short-description {
    margin-top: 4px;
    margin-bottom: 5px;
    font-weight: 400;
    text-align: justify;
}

.main-row {
    padding-top: 100px;
    /*background-color: #F8F8F8;*/
}

/*Affix*/

.affix {
    max-width: 33%;
    min-width: 18%;
    position: fixed;
}

.affix-bottom {
    position: absolute;
    max-width: 96%;
    min-width: 77%;
}

/*@media screen and (min-width: 1200px) {
    .affix-top {
        max-width: 25%;
        min-width: 22%;
        position: fixed;
    }

    .affix {
        max-width: 25%;
        min-width: 22%;
    }
}*/


#cool-affix {
    margin: 0px;
    margin-right: 20px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 991px) {
    #cool-affix {
        margin: 10px 4%;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*main row and column*/

.myRow {
    /*background-color: #F4F5F7;*/
}

.myCol {
    padding: 0px;
}

#affix-parent {
    position: relative;
    padding: 0px;
}
/* Right pane */
.desc-headline {
    text-transform: uppercase;
    padding-bottom: 10px;
}

.attr-row {
    /*margin-top:-2px;*/
    border-bottom: 1px solid lightgrey;
    padding: 0px;
    margin: 0px;
    margin-top: 2px !important;
    text-transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.attr-col-label {
    padding-left: 0px;
    text-align: left;
}

.attr-select-wrapper {
    border: none;
    padding: 0px;
}

/*.attr-label-wrapper{
    position:relative;
    top: 3px;
    display: inline-block;
    background-color:#f4f5f7;
    padding-left:0px;
    text-align:left;
}*/

.attr-row .attr-label {
    text-align: left;
    padding-left: 0px;
    padding-top: 0px;
    color: #221d1d !important;
}

.attr-label2 {
    margin-top: 6px !important;
}


@media screen and (max-width: 766px) {
    .attr-label {
        margin-top: 7px !important;
    }

    .attr-label2 {
        margin-top: 14px !important;
    }

    .sweet-alert .sa-icon {
        height: 60px;
    }

    .sweet-alert h2 {
        margin: 0px;
    }

    .sweet-alert button {
        margin-top: 10px;
    }
}


.attr-select {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    padding: 0px;
    height: 15px;
    font-size: small;
    width: 100%;
}

#product-accordian-detail {
    padding: 0px;
    margin: 0px;
    margin-top: 2px !important;
    text-align: left;
    padding-right: 4px;
    text-transform: none;
    color: #221d1d !important;
    font-weight: normal;
}

    #product-accordian-detail.expand::after {
        content: "\2212";
        font-family: 'Glyphicons Halflings';
        font-size: smaller;
        float: right;
        color: #555555;
        transition: all 1s ease;
    }


    #product-accordian-detail::after {
        /* symbol for "opening" panels */
        font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
        font-size: smaller;
        content: "\2b"; /* adjust as needed, taken from bootstrap.css */
        float: right; /* adjust as needed */
        color: #757575; /* adjust as needed */
        transition: all 1s ease;
    }




#product-accordian-content {
    padding: 25px 20px;
}

.promotion-detail-button {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    background: none;
    border: none;
    width: 18vh;
    height: auto;
    padding: 5px;
    position: fixed;
    left: calc(57%);
    top: 63px;
    z-index: 2;
}

    .promotion-detail-button::before {
        content: ' ';
        background: url(/Content/Images/uploaded/product/ic_gift.png?v=2);
        width: 12vh;
        height: 12vh;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        left: calc(50% - 6vh);
        top: 37px;
        z-index: -1;
        -webkit-animation: ring 5s 0.5s ease-in-out infinite;
        -webkit-transform-origin: 50% 4px;
        -moz-animation: ring 5s 0.5s ease-in-out infinite;
        -moz-transform-origin: 50% 4px;
        animation: ring 5s 0.5s ease-in-out infinite;
        transform-origin: 50% 4px;
    }

@-webkit-keyframes shakeHand {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(-25deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes shakeHand {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    50% {
        transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
    }

    100% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
}

.promotion-detail-button img {
    width: 100%;
}


@media screen and (min-height:734px) and (min-width: 1567px) {
    html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        font-size: 11pt;
    }
}

@media screen and (min-height:890px) and (min-width: 1654px) {
    .attr-row .attr-label {
        font-size: 10pt;
    }

    .attr-select {
        height: 22px;
        font-size: 10pt;
    }

    #product-accordian-detail {
        font-size: 10pt;
    }
}


/*===== Price section ======*/
.price-row {
    text-align: right;
}

.price-label {
    font-weight: bold;
    padding-right: 0px;
}

.price-txt-common {
    font-weight: 500;
    text-align: left;
}

.price-txt-main {
    color: #009688;
    font-weight: bold;
}

    .price-txt-main sub {
        font-size: x-small;
    }
/*.price-txt-vice {
    font-size: smaller;
    color: #009688;
}*/
@media screen and (max-width:1345px) {
    .price-txt-common {
        padding-right: 0px;
    }
}

/*Responsive for divider and price*/

@media screen and (min-height:720px) and (max-height:820px) {
    .right-pane-divider {
        height: 15px;
    }
}

@media screen and (min-height:821px) and (max-height:889px) {
    .right-pane-divider {
        height: 22px;
    }
}

@media screen and (min-height:890px) {
    .right-pane-divider {
        height: 28px;
    }
}


.qty-input-wrapper {
    width: auto;
    border: none;
    padding: 0px;
    margin-left: 15px;
}

.buynow-button,
.out-of-stock {
    border-radius: 25px;
}

.form-control:focus {
    box-shadow: none;
}

h4 {
    font-weight: bold;
}

.myInactive {
    display: none;
}

.myActive {
    display: block;
}

#product-mobile-title {
    margin-bottom: 30px;
}

/*Scroll button*/
#scrollBtn a span {
    position: fixed;
    bottom: 20px;
    left: 34%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid darkgrey;
    border-bottom: 1px solid darkgrey;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

    #scrollBtn a span:nth-of-type(1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    #scrollBtn a span:nth-of-type(2) {
        bottom: 34px;
        -webkit-animation-delay: .15s;
        animation-delay: .15s;
    }


@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}





/*Mobile section only*/
.km-col {
    padding: 0px;
}

.km-block {
    position: relative;
    clear: both;
}

.km-block-press2 {
    /*top: -30px;*/
}

.km-image {
    /*border: 2px solid blue;*/
    width: 100%;
}

.km-image-press1 {
    position: relative;
    top: -80px;
}

.km-image-iyashi1 {
    position: relative;
    top: -90px;
}

.km-col-icon {
    text-align: center;
}

    .km-col-icon .km-icon-image {
        width: 50%;
        margin: auto;
    }

.km-icon-group {
    margin: 30px;
    margin-top: -150px;
}

.km-icon-group-iyashi {
    margin-top: -100px;
}

.km-text-icon {
    font-size: 9pt;
}

.km-text {
    background-color: white !important;
    font-size: 10pt;
    opacity: 0.8;
    font-weight: 500;
    text-align: justify;
}



.km-text-glory1 {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    top: 75%;
    padding: 15px !important;
    border-radius: 15% !important;
    text-align: center;
}

.km-text-glory2, .km-text-press2, .km-text-soft2, .km-text-om4 {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 60%;
    /*top: 25%;*/
    padding: 9px !important;
    border-radius: 5% !important;
    text-align: center;
    margin-top: -100px
}

.km-text-om4 {
    top: 50px;
}

.km-text-glory3, .km-text-press3 {
    position: relative;
    margin: 10px;
    margin-top: -70px;
    border-radius: 5% !important;
    text-align: left;
    padding: 20px !important;
    text-align: justify;
}

.km-text-iyashi3 {
    position: relative;
    margin: 10px;
    margin-top: -90px;
    margin-bottom: 80px !important;
    border-radius: 5% !important;
    text-align: left;
    padding: 20px !important;
    text-align: justify;
}

.km-text-press1 {
    margin: 0px 20px !important;
    padding: 15px !important;
    text-align: justify;
}


.km-divider {
    height: 140px;
}

.km-divider-sm {
    height: 60px;
}

@media screen and (min-width:567px) {
    .km-text {
        font-size: 11pt;
    }

    .km-text-glory1 {
        top: 80%;
    }

    .km-text-iyashi3 {
        margin: 10px;
        margin-top: -170px;
        margin-bottom: 20px !important;
    }

    .km-divider {
        height: 30px;
    }
}

@media screen and (min-width:730px) and (max-width:957px) {
    html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        font-size: 12pt;
    }

    .km-image-press1 {
        top: -145px;
    }

    .km-image-iyashi1 {
        top: -180px;
    }

    .km-icon-group {
        /*margin-top: -300px;
        position: absolute;*/
    }

    .km-icon-group-iyashi {
        /*margin-top: -220px;*/
    }

    .km-text-icon {
        font-size: 15pt;
    }

    .km-text {
        font-size: 12pt;
    }

    .km-text-glory1 {
        padding: 25px !important;
    }

    .km-text-glory2 {
        width: 40%;
        top: 30%;
    }

    .km-text-press2 {
        width: 40%;
        top: 42%;
    }

    .km-text-press3 {
        top: -100px;
    }

    .km-text-soft2 {
        width: 40%;
        top: 35%;
    }

    .km-text-om4 {
        top: -2%;
    }

    .km-divider {
        height: 100px;
    }
}

.km-icon-group .km-col-icon {
    padding-left: 5px;
    padding-right: 5px;
}

.km-icon-group .row {
    margin-top: 10px;
}

.prices {
    position: relative;
    padding-top: 10px;
}

    .prices .loading-price {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.gift-description {
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.product-name-destription {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.icon .icon-image {
    width: 50%;
    margin: auto;
}

.icon {
    padding-left: 0px;
    padding-right: 0px;
}

    .icon p {
        margin-top: 10px;
        margin-right: 5px;
        margin-left: 5px;
    }

.icon-row {
    margin-bottom: 10px;
}

.firmness {
    width: 200px;
    margin: 0 auto;
    background: #F3F3F4;
}

    .firmness p {
        margin: 0px;
        font-size: 14px;
        font-size: 14px;
        font-weight: bold;
    }

#product-mobile-title h4 {
    text-align: center;
    margin-top: 10px;
}

.lable-pillow-top {
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 30px;
}

.attr-product-details {
    position: relative;
    padding: 0px;
}

    .attr-product-details .collapse,
    .attr-product-details .collapsing {
        position: absolute;
        z-index: 701;
        width: 100%;
    }

.product-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 700;
    top: 0;
    left: 0;
    display: none;
}

.table {
    margin: 0px;
}

@keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.lds-rolling {
    position: relative;
}

    .lds-rolling div,
    .lds-rolling div:after {
        position: absolute;
        width: 150px;
        height: 150px;
        border: 10px solid #cccccc;
        border-top-color: transparent;
        border-radius: 50%;
    }

    .lds-rolling div {
        -webkit-animation: lds-rolling 2s linear infinite;
        animation: lds-rolling 2s linear infinite;
        top: 100px;
        left: 100px;
    }

        .lds-rolling div:after {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.lds-rolling {
    width: 50px !important;
    height: 50px !important;
    -webkit-transform: translate(-25px, -25px) scale(0.25) translate(25px, 25px);
    transform: translate(-25px, -25px) scale(0.25) translate(25px, 25px);
}

.product-loading {
    position: fixed;
    left: 34%;
    bottom: 40px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

#scrollBtn {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.retail-price {
    text-decoration: line-through;
}

    .retail-price sup, .price-txt-main sup {
        font-size: 7pt;
    }

.product-image-item {
    display: table;
    width: 100%;
    padding: 40px;
}

    .product-image-item div {
        display: table-cell;
        vertical-align: middle;
    }

        .product-image-item div img {
            margin: auto;
        }

#table_price .modal-body {
    padding: 0px;
    background-color: transparent;
}

#table_price .modal-header {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    padding: 0px;
}
    /*#table_price .modal-content, #table_price .modal-dialog, modal-dialog .modal{
    background-color: transparent;
}*/
    #table_price .modal-header .close {
        width: 30px;
        height: 30px;
        opacity: 1;
        background-color: rgba(190,30,45,1);
        color: white;
        border-radius: 50%;
        font-size: 20pt;
        line-height: 19pt;
        z-index: 1;
        box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.4);
    }

.table-price-and-selector-attribute {
    padding: 5px 0 5px 15px;
    list-style: disc;
}

    .table-price-and-selector-attribute li {
        padding-bottom: 5px;
    }

    .table-price-and-selector-attribute .list-price {
        padding-bottom: 10px;
        color: #009688;
    }

        .table-price-and-selector-attribute .list-price a {
            color: #009688;
            text-decoration: underline;
        }

#gift-wrapper .img-gift {
    width: 30px;
}

.form-horizontal label.control-label.qty-label {
    margin-right: 0px !important;
    padding-right: 0px;
    font-weight: bold;
    color: #333 !important;
    margin-top: 12px;
}

.quantity-wrapper {
    margin-top: 20px;
    width: 100%;
}
/*.quantity-wrapper .quantity {
       
    }*/

.product-selector-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    border: none;
    border-bottom: 1px solid lightgrey;
    background-color: transparent;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

    .product-selector-wrapper select:hover {
        cursor: pointer;
    }

.product-selector-wrapper {
    padding-right: 0px;
}

    .product-selector-wrapper::after {
        right: 5px;
        top: 3px;
        font-size: 25px;
        position: absolute;
        font-family: 'Material Icons';
        font-style: normal;
        font-weight: 400;
        content: "\e5c5";
        pointer-events: none;
        color: #757575;
    }

.quantity-wrapper.product-selector-wrapper::after {
    top: 7px;
    right: 12px;
}

.attr-row select {
    border: none;
}

.attr-row .product-selector-wrapper::after {
    top: calc(50% - 16px);
    right: -3px;
}

#cool-affix #gift-wrapper,
#cool-affix .col-xs-12.text-right {
    padding-top: 5px;
    padding-bottom: 5px;
}


@media all and (max-width: 418px) {
    .form-horizontal label.control-label.qty-label {
        margin-top: 20px;
    }
}


@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }

    1% {
        -moz-transform: rotate(30deg);
    }

    3% {
        -moz-transform: rotate(-28deg);
    }

    5% {
        -moz-transform: rotate(34deg);
    }

    7% {
        -moz-transform: rotate(-32deg);
    }

    9% {
        -moz-transform: rotate(30deg);
    }

    11% {
        -moz-transform: rotate(-28deg);
    }

    13% {
        -moz-transform: rotate(26deg);
    }

    15% {
        -moz-transform: rotate(-24deg);
    }

    17% {
        -moz-transform: rotate(22deg);
    }

    19% {
        -moz-transform: rotate(-20deg);
    }

    21% {
        -moz-transform: rotate(18deg);
    }

    23% {
        -moz-transform: rotate(-16deg);
    }

    25% {
        -moz-transform: rotate(14deg);
    }

    27% {
        -moz-transform: rotate(-12deg);
    }

    29% {
        -moz-transform: rotate(10deg);
    }

    31% {
        -moz-transform: rotate(-8deg);
    }

    33% {
        -moz-transform: rotate(6deg);
    }

    35% {
        -moz-transform: rotate(-4deg);
    }

    37% {
        -moz-transform: rotate(2deg);
    }

    39% {
        -moz-transform: rotate(-1deg);
    }

    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

.is-mobile .promotion-detail-button {
    top: 80px;
    left: calc(60% - 35px);
    width: 90px;
    height: 90px;
    /*bottom: 20px;
    width: 80px;
    height: 80px;*/
}

.model-promotion {
    top: 50px;
}

    .model-promotion .modal-content {
        background-color: transparent;
        box-shadow: none;
    }

    .model-promotion .modal-body img {
        display: block;
        margin: 0 auto;
    }

    .model-promotion.modal.in .modal-dialog {
    }

    .model-promotion .modal-footer {
        position: absolute;
        right: 30px;
        bottom: 25px;
    }

    .model-promotion .modal-header {
        position: absolute;
        top: -10px;
        right: -10px;
        z-index: 1;
    }

        .model-promotion .modal-header .close {
            width: 30px;
            height: 30px;
            opacity: 1;
            background-color: #C29F05;
            color: white;
            border-radius: 50%;
            font-size: 20pt;
            line-height: 20pt;
        }

            .model-promotion .modal-header .close:hover {
                opacity: 0.8;
                transition: all ease-in-out 0.5s;
            }

    .model-promotion .modal-footer .btn.btn-primary {
        color: #c69c3b;
    }

.product-detail-wrapper, .section-thanks {
    background-image: url('/Themes/Kymdan/Content/image/background.jpg');
    /*background-image: url('/Content/Images/uploaded/noel/background_noel.jpg');*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
}

.header-noel:before {
    /*background: url(/Content/Images/uploaded/noel/BACK_trang_chinh_02.png);*/
    content: " ";
    height: 42px;
    width: 100%;
    display: block;
    position: fixed;
    top: 50px;
    background-repeat: repeat-x;
    background-position: top;
    background-size: contain;
    z-index: 1;
}

.container-fluid.product-detail-wrapper .product-info-wrapper {
    /*position:relative;
    z-index: 12;*/
    display: inline-flex;
    align-content: center;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.content-product {
    position: relative;
}

.model-promotion .modal-content img {
    width: 100%;
}

#table_price .modal-header .close::before,
.model-promotion .modal-header .close::before {
    content: "×";
    width: 10px;
    height: 10px;
}

.is-mobile .product-detail-wrapper {
    padding-top: 50px;
}

@media (max-width: 1366px) and (orientation: landscape) {
    .is-mobile .promotion-detail-button::before {
        width: 70px;
        height: 70px;
        top: 45px;
        left: 10px;
    }

    .is-mobile .promotion-detail-button {
        top: 80px;
        left: calc(60% - 35px);
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 800px) and (orientation:portrait) {
    .is-mobile .promotion-detail-button {
        bottom: 150px;
        right: calc(10px);
        width: 90px;
        height: 90px;
        left: auto;
        top: auto;
    }

        .is-mobile .promotion-detail-button::before {
            width: 60px;
            height: 60px;
            top: 53px;
            left: 15px;
        }
}


.product-information li,
.product-information strong,
.product-information p,
.product-information span {
    font-size: 8.5pt;
}

.promotion-images.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
    color: rgba(168,168,168,.5);
}

    .promotion-images.slick-slider .slick-arrow:hover {
        color: rgba(98,98,98,.8);
        -webkit-transition: color 2s ease-out;
        -moz-transition: color 2s ease-out;
        -o-transition: color 2s ease-out;
        transition: color 2s ease-out;
    }

    .promotion-images.slick-slider .slick-arrow.slick-prev {
        left: 0px;
    }

    .promotion-images.slick-slider .slick-arrow.slick-next {
        right: 0px;
    }

        .promotion-images.slick-slider .slick-arrow.slick-prev:before,
        .promotion-images.slick-slider .slick-arrow.slick-next:before {
            font: normal normal normal 14px/1 FontAwesome;
            display: block;
            font-size: 20pt;
        }

    .promotion-images.slick-slider .slick-arrow.slick-prev:before {
        content: "\f053";
    }

    .promotion-images.slick-slider .slick-arrow.slick-next:before {
        content: "\f054";
    }

.product-picture-gallery {
    margin: 3.5%;
}

.picture-slider-main {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.product-picture-gallery .slick-prev:before,
.product-picture-gallery .slick-next:before {
    font-family: 'icomoon';
    font-size: 20pt;
    line-height: 1;
    color: #2D2C2C;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.product-picture-gallery .slick-next:hover:not(.slick-disabled),
.product-picture-gallery .slick-prev:hover:not(.slick-disabled) {
    /*background: rgba(232, 232, 232, 0.70);*/
}

.product-picture-gallery .slick-prev, .product-picture-gallery .slick-next {
    height: 50px;
    width: 50px;
}

.picture-slider-main .slick-prev, .picture-slider-main .slick-next {
    opacity: 0;
    padding: 0;
}

body:not(.touch) .picture-slider-main:hover .slick-next:not(.slick-disabled),
body:not(.touch) .picture-slider-main:hover .slick-prev:not(.slick-disabled) {
    opacity: 1 !important;
    background: rgba(232, 232, 232, 0.70);
}

.picture-slider-thumbs .slick-list {
    height: auto;
}

.picture-slider-thumbs .slick-slide.thumb-item {
    padding: 0 10px;
}

.picture-slider-thumbs-wrapper {

}


.picture-slider-thumbs .thumb-item.slick-active.slick-center {
    opacity: 1;
}

.picture-slider-thumbs .slick-slide:hover {
    cursor: pointer;
}

@media screen and (min-width: 767px) {
    .picture-slider-thumbs-wrapper {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .picture-slider-thumbs {
        display: none;
    }

    .product-picture-gallery {
        margin: 2%;
    }

    .picture-slider-main {
        margin-left: 5px;
        margin-right: 5px;
    }

        .picture-slider-main .slick-prev, .picture-slider-main .slick-next {
            opacity: 1;
        }

    .product-picture-gallery .slick-prev, .product-picture-gallery .slick-next {
        height: 30px;
        width: 30px;
        background: rgba(232, 232, 232, 0.70);
    }

}

@media (max-width: 769px) {
    .container-fluid.product-detail-wrapper .product-info-wrapper {
        width: unset !important;
        display:block;
    }
}

.promotion-master-wrapper .promotion-title {
    display: block;
}

    .promotion-master-wrapper .promotion-title span {
        font-size: 11pt;
    }

.promotion-gifts-wrapper .promotion-item-wrapper {
    display: inline-flex;
    width: 100%;
    align-items: flex-start;
}

.promotion-master-wrapper .product-picture .ic-gift {
    width: 30px;
}

.promotion-master-wrapper .product-picture .gift-image {
    max-width: unset;
    width: auto;
}

.promotion-gifts-wrapper a:hover, .promotion-gifts-wrapper a:active, .promotion-gifts-wrapper a:focus {
    color: unset;
    text-decoration:none;
}

.promotion-gifts-wrapper .promotion-item-wrapper {
    border: 1px dashed #a2a2a2;
    margin: 5px 0px;
    padding: 5px;
}

.promotion-gift-wrapper {
    padding-left: 15px;
}

    .promotion-gift-wrapper .promotion-gift-name {
        font-size: 10.5pt;
        font-weight: bold;
        display: block;
    }

    .promotion-gift-wrapper .promotion-attribute {
        font-size: 10pt;
        display: block;
    }

.promotion-item-wrapper .product-picture {
    position: relative;
    width:100%;
}

    .promotion-item-wrapper .product-picture .ic-gift {
        position: absolute;
        z-index: 1;
        bottom: 30px;
        right: -6px;
    }

.promotion-item-wrapper .btn-edit-gift {
    border: none;
    border-radius: 2px;
    font-size: 7.5pt;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    background: transparent;
    background-color: #c29f05;
    padding: 2px 5px;
    color: white;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 5px;
}

span.gift-price {
    text-align: center;
    padding: 5px;
    display: block;
    font-weight: bold;
}
.product-picture .gift-quantity {
    font-weight: bold;
    width: 23px;
    height: 23px;
    position: absolute;
    top: -8px;
    left: -3px;
    text-align: center;
    border-radius: 50%;
    font-size: 9pt;
    line-height: 18pt;
}
@media (min-width: 769px) {
    .promotion-gifts-wrapper .promotion-item-wrapper {
        width: 110px;
        margin-right: 5px;
        padding-top: 10px;
        min-height: 123px;
    }
    .promotion-gift-wrapper{
        display:none;
    }
    .promotion-master-wrapper .product-picture .gift-image{
        max-height:60px;
    }
    span.gift-price{
        padding-bottom:0px;
    }
    .product-picture .gift-quantity {
        top: -8px;
        left: -3px;
    }
}


.product-reward-editor .modal-content .modal-body {
    padding: 15px;
}

.product-reward-editor .modal-content .close {
    margin-right: 15px;
    margin-top: 15px;
}

.product-reward-editor .modal-content .modal-header {
    padding: 15px 0 10px 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    margin: 0px 24px;
}

    .product-reward-editor .modal-content .modal-header .modal-title {
        font-weight: bold;
    }

.product-reward-editor .product-short-description {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    font-size:11pt;
}




.product-reward-editor .product-attributes-wrapper {
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}


    .product-reward-editor .product-attributes-wrapper .btn-block,
    .product-reward-editor .product-price-wrapper .price-row {
        padding: 15px 0px 0px;
        margin: 0px;
        display: flex;
        align-items: center;
    }


        .product-reward-editor .product-attributes-wrapper .btn-block:hover {
            background-color: transparent !important;
        }


        .product-reward-editor .product-attributes-wrapper label.control-label,
        .product-reward-editor .product-price-wrapper .price-row .price-label {
            margin: 0px;
            color: black;
            font-weight: bold;
        }


    .product-reward-editor .product-attributes-wrapper .attr-select {
        width: 100%;
        padding: 5px 30px 5px 5px;
        border: 1px solid #f1f1f1;
        color: black;
        font-size: 10.5pt;
        -webkit-appearance: none;
        -moz-appearance: none;
        height:auto;
    }


        .product-reward-editor .product-attributes-wrapper .attr-select:disabled {
            opacity: 0.6;
        }


    .product-reward-editor .product-attributes-wrapper .attr-col-label,
    .product-reward-editor .product-price-wrapper .price-row .price-label {
        text-align: right;
        font-size: 10.5pt;
    }


    .product-reward-editor .product-attributes-wrapper .product-selector-wrapper::after {
        right: 5px;
        top: 0;
        font-size: 17pt;
        position: absolute;
        font-family: 'Material Icons';
        font-style: normal;
        font-weight: 400;
        content: "\e5c5";
        pointer-events: none;
        color: #444;
    }


.product-reward-editor .product-picture-gallery .slick-arrow {
    color: #555;
    background-color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    padding: 0px;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .product-reward-editor .product-picture-gallery .slick-arrow:before {
        font-size: 12pt;
        text-align: center;
        line-height: 14pt;
        font-weight: bold;
    }

.product-reward-editor .product-picture-gallery .slick-slider:hover .slick-next,
.product-reward-editor .product-picture-gallery .slick-slider:hover .slick-prev {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

 .product-reward-editor .product-picture-gallery .slick-slider .slick-next {
    right: 0px;
}

.product-reward-editor .product-picture-gallery .slick-slider:hover .slick-next {
    right: 15px;
}

.product-reward-editor .product-picture-gallery .slick-slider .slick-prev {
    left: 0px;
}

.product-reward-editor .product-picture-gallery .slick-slider:hover .slick-prev {
    left: 15px;
}

.product-reward-editor .picture-slider-thumbs {
    margin-top: 20px
}

    .product-reward-editor .picture-slider-thumbs .thumb-item.slick-slide {
        padding: 0 5px;
        cursor: pointer
    }

.product-reward-editor .button-update-wrapper {
    padding-top: 15px;
}
.product-reward-editor .product-attributes-wrapper .attr-row {
    border: none;
}
.product-reward-editor .product-picture-gallery, .product-reward-editor .picture-slider-main {
    margin: 0px;
}

.product-reward-editor .picture-slider-thumbs .img-responsive{
    width:64px;
}
.gift-item-master-wrapper{
    display:inline-block;
}


.product-reward-editor .product-attributes-wrapper .attr-row.disabled .attr-select,
.product-reward-editor .product-attributes-wrapper .attr-row.disabled {
    pointer-events: none;
    opacity: .6;
}

@media (max-width: 769px) {
    .promotion-gifts-wrapper .gift-item-master-wrapper {
        display: block;
    }

        .promotion-gifts-wrapper .gift-item-master-wrapper .product-picture {
            width: unset;
        }
    .product-picture .gift-price {
        display:none;
    }
    .promotion-gift-wrapper .gift-price {
        font-weight: normal;
        padding-top: 0px;
        padding-left: 0px;
        font-size: 11pt;
        text-align:left;
    }
    .promotion-item-wrapper .btn-edit-gift{
        margin-top:15px;
    }
    .promotion-item-wrapper .product-picture .ic-gift {
        bottom: 22px;
    }
}

@media screen and (min-width: 769px) and (max-width: 957px) {
    .container-fluid.product-detail-wrapper .product-info-wrapper  {
        display: block;
    }
}