.grid-pro-detail {
    margin-bottom: 50px;
}

.left-pro-detail {
    position: relative;
    text-align: center;
    background: white;
}

.left-pro-detail .MagicZoom {
    border: 1px solid #eee;
    padding: 7px;
    border-radius: 5px;
}

.right-pro-detail {
    text-align: left;
}

.gallery-thumb-pro {
    position: relative;
    margin-top: 10px;
    padding: 0 40px;
}

.owl-thumb-pro {
    padding: 0;
}

.thumb-pro-detail {
    display: block!important;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
    border-color: #cecfd2;
}

.thumb-pro-detail img {
    box-shadow: none!important;
    filter: brightness(100%)!important;
    border-bottom: 0px!important;
    padding-bottom: 0px!important;
}

.title-pro-detail {
    text-transform: capitalize;
    font-size: 26px;
    line-height: 30px;
    display: block;
    font-weight: 400;
    margin: 0 0 10px 0;
    color: #333;
    font-family: 'HelveticaNeue';
}

.social-plugin-pro-detail {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.desc-pro-detail {
    margin: 10px 0;
}

.attr-pro-detail {
    list-style: none;
    padding: 0px;
}

.attr-pro-detail li {
    padding: 5px 0;
    align-items: center;
}

.attr-label-pro-detail {
    margin: 0px 5px 0px 0px;
    font: 14px Helvetica, Arial, sans-serif;
    position: relative;
    padding: 0 0 0 10px;
}

.attr-label-pro-detail:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--bgmain);
}

.attr-label-pro-detail.d-block {
    display: block;
    margin: 0px 0px 5px 0px;
}

.attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px;
}

.color-pro-detail {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 35px;
    height: 30px;
    margin: 0px 0px 3px 0px;
    border: 1px solid transparent;
}

.size-pro-detail {
    padding: 4px 10px 4px 10px;
    display: inline-block;
    position: relative;
    margin: 5px;
    border: 1px solid #ddd;
    cursor: pointer;
    color: #000;
}

.size-pro-detail:hover {
    color: var(--colormainhv);
}

.size-pro-detail.active,
.color-pro-detail.active {
    border-color: #e5101d;
    color: #e5101d;
}

.color-pro-detail.active:before,
.size-pro-detail.active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    z-index: 1;
    background-image: url(../images/check-cart.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio] {
    outline: none;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    border: 0px;
    top: 0px;
    left: 0px;
    margin: 0;
}

.quantity-pro-detail {
    width: 100%;
    max-width: 100px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin: 0 0 0 5px;
    border-radius: 5px;
}

.quantity-pro-detail span {
    line-height: 25px;
    padding: 0px;
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    border: 2px solid var(--bgmain);
    background: var(--bgmain);
    border-radius: 0 5px 5px 0;
    text-align: center;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    border-left: 0px;
    padding: 1px 0 0;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    border-right: 0px;
    border-radius: 5px 0 0 5px;
    line-height: 24px;
}

.quantity-pro-detail input {
    height: 30px;
    border: none;
    width: calc(100% - 60px);
    text-align: center;
    font-size: 14px;
    padding: 5px;
    box-shadow: none;
    border-top: 1px solid var(--bgmain);
    border-bottom: 1px solid var(--bgmain);
}

.cart-pro-detail {
    margin: 15px 0;
}

.cart-pro-detail a {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 30px;
    transition: all 0.5s ease;
    font-size: 20px;
}

.cart-pro-detail a.addnow {
    margin-right: 10px;
    background: #fff;
    color: var(--bgmain);
    border: 1px solid var(--bgmain);
    transition: all 0.5s ease;
}

.cart-pro-detail a.buynow {
    background-color: var(--bgmain);
    border: 1px solid var(--bgmain);
}

.cart-pro-detail a.buynow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.cart-pro-detail a.addnow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    color: var(--bgmain);
}

.cart-pro-detail a i {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 8px;
}

.cart-pro-detail a:hover {
    color: #fff;
    cursor: pointer;
}

.gallery-thumb-pro p.control-carousel.prev-thumb-pro,
.gallery-thumb-pro p.control-carousel.next-thumb-pro {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    height: 20px;
    width: 20px;
    background: var(--bgmain);
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
}

.gallery-thumb-pro p.control-carousel.next-thumb-pro {
    left: initial;
    right: 0;
}

.attr-pro-detail li.pr_dt_qty {
    align-items: center;
}

.attr-pro-detail li.pr_dt_qty .attr-label-pro-detail {
    margin: 0;
}

.pr_dt_qty .attr-content-pro-detail {
    margin: 0 0 0 5px;
}

.masp-attr-content-pro-detail {
    color: var(--colormain);
    font-size: 15px;
}

.price-content-pro-detail {
    padding: 10px 0;
}

.price-detail {
    font: 14px/18px Helvetica, Arial, sans-serif;
    line-height: 25px;
    margin-bottom: 0;
}

.main-price-product {
    color: #fc2330;
    font-size: 27px;
}

.main-price-compare {
    color: #4d4d4d;
    text-decoration: line-through;
    margin-left: 5px;
    font-size: 16px;
}

.main-discount {
    font-style: italic;
    font-size: 13px;
    font-weight: 500;
    color: red;
}

a.price-detail-contact {
    color: #f04e23;
    font: 18px/18px Helvetica, Arial, sans-serif;
    line-height: 25px;
}

a.price-detail-contact:hover {
    color: red;
}

.rate_p-title {
    color: #000;
    line-height: 24px;
}

.box-price-v2 {
    position: relative;
    font-family: 'RobotoRegular', sans-serif;
}
.box-price-v2 .regular {
    gap: 10px;
    display: flex;
    font-size: 15px;
    align-items: center;
}
.box-price-v2 .regular em {
    color: #444;
}
.box-price-v2 .regular del {
    font-size: 20px;
    font-weight: 500;
    color: #e52513;
    font-style: italic;
}
.box-price-v2 .promotion {
    gap: 10px;
    display: flex;
    margin-bottom: 8px;
    align-items: center;
}
.box-price-v2 .promotion strong {
    display: flex;
    font-size: 24px;
    min-width: 250px;
    min-height: 50px;
    color: white;
    font-style: italic;
    align-items: center;
    padding: 10px 20px 0 100px;
    text-shadow: 2px 0px 0 #1a5ec3;
    background: url(../images/bg-price-old.png) no-repeat left center;
    background-size: 250px 50px;
}
.box-price-v2 .promotion strong em {
    left: 10px;
    font-size: 16px;
    color: #0067c5;
    position: absolute;
    text-transform: uppercase;
    text-shadow: none;
}
.box-price-v2 .promotion .info-vat {
    padding-top: 10px;
}
.box-price-v2 .price-sale {
    gap: 10px;
    display: flex;
    font-size: 15px;
    color: #0067c5;
    font-style: italic;
    align-items: center;
}
.box-price-v2 .price-sale b {
    font-size: 20px;
    font-weight: 900;
}
.box-term-link {
    gap: 7px;
    color: gray;
    display: flex;
    font-weight: 700;
    padding: 10px 0;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}
.box-term-link a {
    text-decoration: underline;
    color: var(--colormainhv);
}

/* box-product-group */
.box-product-group {
    position: relative;
}
.box-product-group b:first-child {
    margin-right: 3px;
}
.box-product-group > div {
    display: none;
    line-height: 1;
    margin-bottom: 15px;
}
.box-product-group .items {
    gap: 10px;
    display: grid;
    font-size: 16px;
    align-items: center;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}
.box-product-group .items a {
    padding: 8px;
    height: 56px;
    display: grid;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    text-align: center;
    align-items: center;
    background: white;
    border-radius: 10px;
    transition: all .1s ease;
    border: 1px solid white;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
}
.box-product-group .items a:hover,
.box-product-group .items a.active {
    color: var(--colormainhv);
    border-color: var(--colormainhv);
}
.box-product-group a.active::after {
    content: '';
    width: 5px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    background: none;
    margin: -2px 0 0 2px;
    border-radius: 0;
    position: absolute;
    right: 5px;
    top: 4px;
}
.box-product-group .active::before {
    top: -2px;
    right: -3px;
    content: '';
    position: absolute;
    border-left: 26px solid transparent;
    border-top: 26px solid var(--colormainhv);
}
.box-product-group .item-name {
    margin: auto;
    font-size: 105%;
    font-weight: 700;
    line-height: 16px;
    white-space: nowrap;
    display: inline-flex;
    vertical-align: middle;
}
.box-product-group .item-desc {
    color: gray;
    font-size: 12px;
    white-space: nowrap;
}
.box-product-group .items a.brand-more {
    text-decoration: underline;
    color: var(--colormainhv);
}
.box-address{

}
.baohanhsp-item.flex_row{
    margin: 5px 0;
      align-items: center;
      align-content: center;
      justify-content: center;
}
.baohanhsp-img{
    width: 40px;
    text-align: center;
}
.baohanhsp-desc{
    width: calc(100% - 40px);
    padding: 0 0 0 10px;
}
.right-pro-detail-static{
    padding: 20px;
    background: #f1f1f1;
    top: 48px;
    position: sticky;
}
.title-thongsokt{
    background:var(--bgmain);
    color:#ffffff;
    text-transform: uppercase;
    font:18px HelveticaNeue;
    padding:10px 10px;
}