
#main .container {
    padding-bottom: 5px;
}
#deliveryDropdown { margin: 15px auto;text-decoration: none;}
.variant-image{max-height: 40px; max-width: 40px;}
.selected-image{

}
.hidden{
    visibility: hidden;
}
.merchandise-image{
    float: left;
}
.plus{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.flashsale-color .pr-meta-label {
    text-transform: uppercase;
    /*color: red!important;*/
    font-size: 19px;
    font-weight: 500!important;
}
@-webkit-keyframes changebackground {
    0% {
        background-color: #ff3945
    }
    50% {
        background-color: orange;
    }
    100% {
        background-color: #ff3945
    }
}
.btn-show-content {
    animation: changebackground 550ms infinite;
}

.screen-banner-wrapper {
    position: fixed;
    z-index: 99999;
    bottom: 30px;
    left: 50%;
    width: 1140px;
    margin-left: -575px;
    /*height: 75px;*/
    /*overflow: hidden;*/
}

.screen-banner-link {
    display: block;
}

.screen-banner-close {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
}

/*RegisterNewsLatter*/
.RegisterNewsLatter {
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.newsLatter-content {
    background: #fff;
    border-radius: var(--borderRadius);
    width: 500px;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -250px;
    padding: 15px;
}
.newsLatter-content h3 {
    position: relative;
    font-weight: normal;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 7px;
    padding-bottom: 5px;
}
.newsLatter-content h3:after {
    background: #e9713c none repeat scroll 0 0;
    bottom: 0;
    content: "";
    font-size: 0;
    height: 1px;
    left: 50%;
    position: absolute;
    width: 140px;
    margin-left: -70px;
}
@media screen and (max-width:740px) {
    .newsLatter-content {
        width: 80%;
        margin-left: -40%;
    }
}
.div-center{
    text-align: center;
}
.div-center .btn-accept{
    margin-top: 20px;
}
.div-center .btn-no{
    margin-left: 40px;
    margin-top: 20px;
}

.WarningOrderCart {
    display: none;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.WarningOrderCart .newsLatter-content {
    background: #fff;
    border-radius: var(--borderRadius);
    width: 500px;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -250px;
    padding: 15px;
}
.WarningOrderCart .newsLatter-content h3 {
    position: relative;
    font-weight: normal;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 7px;
    padding-bottom: 5px;
}
.WarningOrderCart .newsLatter-content h3:after {
    background: #e9713c none repeat scroll 0 0;
    bottom: 0;
    content: "";
    font-size: 0;
    height: 1px;
    left: 50%;
    position: absolute;
    width: 140px;
    margin-left: -70px;
}


.view_more_coment,
.view-more-disclaimer,
.view_more_qa {
    background: url(https://chiaki.vn/frontend/images/gallery/bg_1x1_gray.gif) repeat-x scroll left 13px;
    height: 26px;
    margin: 10px 0;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gotoCommentBox {
    cursor: pointer;
    margin-left: 6px;
}

.gotoCommentBox:hover {
    color: var(--primary);
}

.view_more_coment .txt_666,
.view-more-disclaimer .txt_777,
.view_more_qa .txt_666{
    background-color: #eee;
    color: #666;
    display: block;
    font-size: 12px;
    padding: 6px 20px;
    text-align: center;
    cursor: pointer;
    font-weight: 400
}

.view_more_qa .txt_666:hover,
.view-more-disclaimer .txt_777:hover,
.view_more_coment .txt_666:hover{
    background-color: #aaa;
    color: #fff;
}


@media screen and (max-width:740px) {
    .newsLatter-content {
        width: 80%;
        margin-left: -40%;
    }
}
.WarningOrderCart .div-center{
    text-align: center;
}

/* .tab-content img {
    max-width: 100% !important;
} */
:root {
    --sidebar: 300px;
}

#main .container {
    overflow: visible;
}

.sidebar-contentbox + .sidebar-contentbox {
    margin-top: 25px;
}

.product-contentbox {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
}

.product-warp-bottom {
    width: calc(100% - var(--sidebar));
    padding-right: 35px;
    margin-top: 0;
    position: relative;
}

.product-contents.product-sticky {
    padding-top: 50px;
}

.product-contents.product-sticky .chi-content-tab .nav-tabs {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
    border: none;
}
.product-contents.product-sticky .chi-content-tab {
    width: 100%;
    top: 97px;
    left: 0;
    position: fixed;
    background: #fff;
    z-index: 5;
    box-shadow: 0 3px 12px rgba(11 11 11 / 11%);
    left: 0;
    background-color: #fff;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tab-detail-product span {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #595959;
}

.tab-detail-product.active span {
    color: #000;
}

.pr-content .nav-tabs * {
    position: relative;
    z-index: 2;
}

.product-sidebar {
    width: var(--sidebar);
    margin-top: 9px;
    position: relative;
}

.product-contents {
    position: relative;
}


.header-vs-product-sticky {
    box-shadow: none;
}

.specifications-info {
    border: none;
    width: 100%;
    margin-bottom: 24px;
}

.specifications-info tbody {
    border: none;
}

.specifications-info td {
    border-top: 1px solid #e8e8e8;
    padding: 8px 12px;
}

.specifications-info tr:first-child td {
    border: none;
}

.specifications-info td:first-child {
    font-weight: bold;
    width: 180px;
    background: #f8f8f8;
}

.sidebar-title {
    margin: 0 0 15px;
    padding-bottom: 7px;
    color: var(--dark);
    position: relative;
    font-size: 19px;
    position: relative;
}

.sidebar-title::after {
    content: "";
    width: 150px;
    height: 2px;
    display: block;
    background-color: var(--primary);
    position: absolute;
    bottom: 0;
    left: 0;
}

.sidebar-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.sidebar-item {
    margin-top: 25px;
}

.sidebar-item .viewed-discount  {
    left: 0;
    right: auto;
    padding: 2px;
    font-size: 11px;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.sidebar-image {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.sidebar-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    color: #999;
    font-size: 10px;
}

.sidebar-box {
    width: calc(100% - 100px);
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}
.sidebar-box a {
    color: var(--dark);
}

.sidebar-box a:hover {
    color: var(--primary-dk);
}
.sidebar-product-manufacture {
    color: var(--dark);
    font-weight: bold;
    font-size: 12px;
}

.sidebar-product-price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.viewed-sale-price {
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300)));
    margin: 0;
    color: var(--price);
    display: flex;
    align-items: center;
}

.viewed-price {
    opacity: 0.6;
    font-size: 14px;
    color: var(--dark);
    margin: 0 0 0 5px;
    display: flex;
    align-items: center;
    text-decoration: line-through;
}

.sidebar-footer,
.sidebar-content .readmore {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.sidebar-content .readmore a {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 3px;
    border: 1px solid #eee;
    font-size: 12px;
    cursor: pointer;
    user-select: none;
}

.sidebar-footer .sidebar-more {
    display: block;
    width: 100%;
    line-height: 42px;
    border: 2px solid #d1d1d1;
    font-size: 14px;
    color: var(--primary);
    text-align: center;
    border-radius: var(--borderRadius);
}

.sidebar-footer .sidebar-more:hover {
    border-color:  var(--primary);
    font-size: 14px;
    color: var(--primary-dk);
}

.sidebar-content .readmore a:hover {
    background-color: #eee;
}

.stickybox {
    position: sticky;
    position: -webkit-sticky;
    top: 150px;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: #fff;
}

.product-current {
    padding: 15px;
    margin-top: 25px;
    border: 1px solid rgba(111, 111, 111, 0.1);
    box-shadow: 0 0 5px rgba(111, 111, 111, 0.1);
    border-radius: 3px;
}

.product-current-image {
    margin-bottom: 15px;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.product-current-image img {
    height: 100%;
    object-fit: contain;
}

.product-current-title {
    color: var(--dark);
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 15px;
    line-height: 23px;
    padding: 0;
    display: block;
}

.product-current-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #595959;
}

.product-current-item + .product-current-item {
    margin-top: 10px;
}

.flex-s {
    justify-content: space-between;
}

.product-current-item span + span {
    margin-left: 7px;
    color: var(--dark);;
}
.product-current-item .price {
    color: var(--price);
    font-size: 19px;
    font-weight: 600;
}

.product-current-item.preview .btn-mua-hang {
    pointer-events: none;
    opacity: 0.4;
}

.product-current-item .btn-mua-hang {
    border-radius: 3px;
    width: 49%;
    background-image: none !important;
    padding: 2px 15px;
}

.more-category {
    margin-top: 15px;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
}

.more-category .more-category-item {
    padding: 7px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.more-category-item svg {
    margin-left: auto;
}
.more-category-item a {
    margin-left: 7px;
}

.more-category .more-category-item + .more-category-item {
    border-top: 1px solid #f1f1f1;
}
.is-loading-variant .best-sale-icon {
    display: none;
}
.favorite-product {
    position: absolute;
    top: 10px;
    right: 21px;
    z-index: 99;
    color: #ff3945;
}

.has-gift {
    top: 60px !important;
}
.favorite-product svg {
    width: 31px;
    height: 29px;
    cursor: pointer;
    color: #ff3945;
}
.favorite-product-active {
    color: #ff3945;
}

.extend-note-top {
    background-color: #edf2f8;
    padding: 10px 12px;
    border-radius: 0 7px 7px 0;
    border-left: 2px solid #5f7ece;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 4px;
    margin-top: 10px;
}

.extend-note-top * {
    margin: 0;
}

#product-detail p:empty {
    display: none;
}

#product-detail img {
    display: block;
    margin: 0 auto;
}

.tab-content table {
    margin-bottom: 20px;
}

.tab-content table img {
    max-width: 90%;
}

.extend-note-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e8f5fd;
    border: 1px solid #a9d4eb;
    padding: 10px 12px;
    margin-top: 10px;
    border-radius: 7px;
}

.product-content-policy {
    padding: 10px 12px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

.extend-note-bottom > strong {
    color: var(--dark);
    font-size: 17px;
}

.extend-note-bottom > div {
    color: green;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
}

.lazyframe {
    position: relative;
    background-color: currentColor;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.lazyframe__title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 15px 17px;
    z-index: 3;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
}

.lazyframe__title::after {
    z-index: -1
}

.lazyframe:hover {
    cursor: pointer
}

.lazyframe::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

.lazyframe[data-ratio="16:9"]::before {
    padding-top: 56.25%
}

.lazyframe[data-ratio="4:3"]::before {
    padding-top: 75%
}

.lazyframe[data-ratio="1:1"]::before {
    padding-top: 100%
}

.lazyframe iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%
}

.lazyframe[data-vendor=youtube],
.lazyframe[data-vendor=youtube_nocookie] {
    background-color: #e52d27;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

.lazyframe[data-vendor=youtube] .lazyframe__title,
.lazyframe[data-vendor=youtube_nocookie] .lazyframe__title {
    color: #eee;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-shadow: rgba(0, 0, 0, .498039) 0 0 2px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: color .1s cubic-bezier(0.4, 0, 1, 1)
}

.lazyframe[data-vendor=youtube] .lazyframe__title:hover,
.lazyframe[data-vendor=youtube_nocookie] .lazyframe__title:hover {
    color: #fff
}

.lazyframe[data-vendor=youtube] .lazyframe__title::before,
.lazyframe[data-vendor=youtube_nocookie] .lazyframe__title::before {
    content: "";
    display: block;
    background: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
    height: 98px;
    width: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.lazyframe[data-vendor=youtube]::before,
.lazyframe[data-vendor=youtube_nocookie]::before {
    padding-top: 56.25%
}

.lazyframe[data-vendor=youtube]::after,
.lazyframe[data-vendor=youtube_nocookie]::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    background-image: url("https://asset.chiaki.vn/frontend/images/icon-social/youtube.png");
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: .81;
    border: none;
    z-index: 4
}

.lazyframe[data-vendor=youtube]:hover::after,
.lazyframe[data-vendor=youtube_nocookie]:hover::after {
    background-image: url("https://asset.chiaki.vn/frontend/images/icon-social/youtube.png");
}

.lazyframe[data-vendor=vimeo] {
    background-color: #00adef
}

.lazyframe[data-vendor=vimeo] .lazyframe__title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #00adef;
    font-size: 20px;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    user-select: none;
    -webkit-font-smoothing: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, .5)
}

.lazyframe[data-vendor=vimeo]::before {
    padding-top: 48.25%
}

.lazyframe[data-vendor=vimeo]::after {
    content: "";
    height: 40px;
    width: 65px;
    display: block;
    bottom: 10px;
    left: 10px;
    z-index: 3;
    background-color: rgba(0, 0, 0, .5);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' baseProfile='tiny' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M7.765 16.89l8.47-4.89-8.47-4.89'/%3E%3C/svg%3E");
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 5px;
    position: relative
}

.lazyframe[data-vendor=vimeo]:hover::after {
    background-color: #00adef
}