#product-detail-wrapper.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#product-detail-wrapper.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed>.sf-box-fixed {
    width: 550px;
}
#product-detail-wrapper.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content {
    width: calc(100% - 550px);
    padding-left: 80px;
}

/* --------------------------------------------------------------- */
/* ----------------------- PRODUCT GALLERY ----------------------- */
/* --------------------------------------------------------------- */

#product-gallery-section {
    position: relative;
}
/* #product-gallery-section.gallery-on-desktop #gallery-display-section {
    display: block;
}
#product-gallery-section.gallery-on-desktop #gallery-cate-section {
    display: none !important;
} */


#product-img-section,
#product-img-thumbnail-section {
    position: relative;
}

/* img */
#product-img-section,
#product-img-slide {
    overflow: hidden;
    border-radius: 5px;
}
#product-img-section {
    /* border: 1px solid rgba(0,0,0,1); */
}
.img-thumbnail-format.splide-nav>.splide-track>.splide-list>.splide-slide {
    border: none;
    border-width: 1px;
    border-style: solid;
    padding: 2px;
    border-radius: 5px;
    overflow: hidden;
}
.img-thumbnail-format.splide-nav>.splide-track>.splide-list>.splide-slide,
#product-img-cate-slide.splide-nav>.splide-track>.splide-list>.splide-slide.is-active {
    border-color: rgba(0,0,0,0.1);
}
.img-thumbnail-format.splide-nav>.splide-track>.splide-list>.splide-slide .img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.img-thumbnail-format.splide-nav>.splide-track>.splide-list>.splide-slide:hover {
    border-color: rgba(0,0,0,0.3);
}
.img-thumbnail-format.splide-nav>.splide-track>.splide-list>.splide-slide.is-active,
.img-thumbnail-format.splide-nav>.splide-track>.splide-list>.splide-slide.is-active:hover,
#product-img-cate-slide.splide-nav>.splide-track>.splide-list>.splide-slide.is-active.selected,
#product-img-cate-slide.splide-nav>.splide-track>.splide-list>.splide-slide.is-active.selected:hover,
#product-img-cate-slide.splide-nav>.splide-track>.splide-list>.splide-slide.selected,
#product-img-cate-slide.splide-nav>.splide-track>.splide-list>.splide-slide.selected:hover {
    border-color: rgba(0,0,0,1);
}

#product-img-slide,
#product-img-slide .animate-skeleton-loading {
    width: 100%;
    height: 100%;
}
/* #product-img-thumbnail-slide {
    display: flex;
    flex-wrap: nowrap;
}
#product-img-thumbnail-slide .animate-skeleton-loading {
    width: calc(100% / 6);
}
#product-img-thumbnail-slide .animate-skeleton-loading + .animate-skeleton-loading {
    margin-left: 4px;
} */


#product-img-section .option-name {
    bottom: 10px;
}
#product-img-section .option-name {
    max-width: calc(50% - 20px);
    opacity: 0;
    left: 10px;    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
}
#product-img-section .option-name.show {
    opacity: 1;
}
#product-gallery-section.gallery-on-desktop #product-img-section #index-slide {
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
}
#product-gallery-section.gallery-on-desktop #product-img-section #product-img-slide:hover #index-slide,
#product-gallery-section.gallery-on-mobile #product-img-section #index-slide {
    opacity: 1;
}

#product-img-slide {}
ul#product-img-slide-list>li {
    cursor: pointer !important;
}
#product-img-slide .img {
    display: flex;
    align-items: center;
    justify-content: center;
}
#product-img-slide .img>img {
    position: absolute;
    opacity: 0 !important;
}
.expand-img-btn {
    cursor: pointer !important;
}
.expand-img-btn .expand-img-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: rgba(0,0,0,1);
    background-color: rgba(255,255,255,0.3);
    border-radius: 5px;
    z-index: 10;
}
.expand-img-btn.expand-img-hover .expand-img-icon {
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
}
.expand-img-btn.expand-img-hover:hover .expand-img-icon {
    opacity: 1;
}
.expand-img-btn .expand-img-icon.pos-top-left {
    top: 10px;
    left: 10px;
}
.expand-img-btn .expand-img-icon.pos-top-right {
    top: 10px;
    right: 10px;
}

/* img thumbnail */
#product-img-thumbnail-section {
    padding-top: 15px;
}
#product-img-thumbnail-section,
#product-img-thumbnail-slide .splide-slide {
    opacity: 1;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
}
#product-img-thumbnail-section.off,
#product-img-thumbnail-slide .splide-slide.off {
    opacity: 0;
}
#product-img-thumbnail-slide .splide-slide {
    outline: none !important;
}

/* img cate */
#gallery-cate-section {
    display: none;
}
#gallery-cate-section.show {
    display: block;
}
#gallery-cate-section #product-img-cate-slide {
    padding-top: 15px;
}

/* --------------------------------------------------------------- */
/* ----------------------- PRODUCT DETAIL ------------------------ */
/* --------------------------------------------------------------- */

#product-detail-section,
#product-detail-section>.detail-section {
    position: relative;
}

/* topic */
#product-detail-section>.detail-section.topic {
    border-bottom: 1px solid rgba(0,0,0,1);
    padding-bottom: 20px;
    margin-bottom: 30px;
}

#product-detail-section>.detail-section.topic .label-tag-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
    margin-bottom: 20px;
}
#product-detail-section>.detail-section.topic .label-tag-row .label-tag-group {
    flex: 1 0 0 !important;
}
#product-detail-section>.detail-section.topic .price-row {
    margin-top: 5px;
}

/* description */
#product-detail-section>.detail-section.description-desktop {
    display: block;
}
#product-detail-section>.detail-section.description-mobile {
    display: none;
}

/* option */
.detail-section.option {
    display: none;
}

/* highlight */

.detail-section.highlight {
    margin-bottom: 30px;
}
.detail-section.highlight .card-dialog-group .card-dialog-wrapper+.card-dialog-wrapper {
    margin-top: 5px;
}

/* note */
#product-detail-section>.note-section {
    position: relative;
    border-top: 1px solid rgba(0,0,0,1);
    margin-top: 30px;
    padding-top: 30px;
}
#product-detail-section>.note-section>.note-row {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
#product-detail-section>.note-section>.note-row>[class*="-col"] {
    position: relative;
}
#product-detail-section>.note-section>.note-row>.icon-col {
    width: 100px;
}
#product-detail-section>.note-section>.note-row>.icon-col:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
#product-detail-section>.note-section>.note-row>.icon-col>.icon {
    position: relative;
    z-index: 1;
    width: 90px;
    height: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#product-detail-section>.note-section>.note-row>.detail-col {
    width: calc(100% - 100px);
}
#product-detail-section>.note-section>.note-row>.detail-col>.title {
    font-weight: 700 !important;
}
#product-detail-section>.note-section>.note-row>.detail-col>.btn-row {
    margin-top: 15px;
}

#product-detail-section>.note-section>.note-row.note-installment .title {
    color: rgba(0,123,255,1) !important;
}

/* ******************** SIZE CHART ******************** */

.size-chart-table,
.size-chart-table>[class*="-row"] {
    position: relative;
}

.size-chart-table>[class*="-row"] {
    position: relative;
    display: table;
	width:100%;
}
.size-chart-table>[class*="-row"]>[class*="-col"] {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 15px 15px;
}
.size-chart-table>[class*="-row"]>.label-col {
    text-align:center;
}
.size-chart-table>[class*="-row"]>.detail-col {
	width:150px;
	text-align:center;
	/* border-left:1px solid rgba(255,255,255,1); */
}

/* head row */
.size-chart-table>.head-row {
    color:rgba(0,0,0,1) !important;	
    border-bottom: 1px solid rgba(0,0,0,1);
}
.size-chart-table>.head-row>[class*="-col"] {
	font-weight:600;
	letter-spacing:0.5px;
}
.size-chart-table>[class*="-row"]>[class*="-col"]+[class*="-col"] {
    border-left: 1px solid rgba(0,0,0,0.05);
}
/* .size-chart-table>.head-row>.detail-col {
	border-color:rgba(255,255,255,0.2);
} */

/* list row */
.size-chart-table>.list-row {
	overflow:hidden !important;
}
.size-chart-table>.list-row+.list-row{
    border-top: 1px solid rgba(0,0,0,0.05);
}
.size-chart-table>.list-row:nth-child(odd)>[class*="-col"] {
}
.size-chart-table>.list-row:nth-child(even)>[class*="-col"] {
}
.size-chart-table>.list-row.hover>.detail-col,
.size-chart-table>.list-row.hover>.label-col,
.size-chart-table>.list-row>.detail-col.hover {
	background-color:rgba(0,0,0,0.05);
}
.size-chart-table>.list-row>.detail-col.hover.this {
	color: rgba(0,0,0,1);
	background-color:rgba(0,0,0,0.1);
}
.size-chart-table>.head-row > .detail-col.hover {
    background-color:rgba(0,0,0,1);
    color:rgba(255,255,255,1);
}
.size-chart-table>[class*="-row"]>[class*="-col"] {
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.2s ease;
}

/* ******************** ADD TO CART ******************** */

#addtocart-section {}

#addtocart-section #addtocart-btn-section {
    display: none;
}
#addtocart-section #addtocart-btn-section.show {
    display: block;
}


/* ----- add to cart ----- */

.addtocart-btn-row {
    position: relative;
}
.addtocart-btn-row>.inside {
    /* padding-top: 30px; */
}
.addtocart-btn-row>.inside>.text-table-wrapper {
    align-items: flex-start !important;
}
.addtocart-btn-row>.inside>.text-table-wrapper > .tw-label {
    padding-top: 14px;
}
.btn-addtocart-wrapper {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}
.btn-addtocart-wrapper.status-in-stock > .col-quantity {
    width: calc(50% - 35px);
}
.btn-addtocart-wrapper.status-in-stock > .col-action {
    width: calc(50% + 35px);
}
.btn-addtocart-wrapper.status-in-stock > .col-quantity + .col-action {
    margin-left: 10px;
}
.btn-addtocart-wrapper.status-in-stock .default-btn.out-of-stock {
    display: none;
}
.btn-addtocart-wrapper.status-out-of-stock > .col-quantity {
    display: none;
}
.btn-addtocart-wrapper.status-out-of-stock > .col-action,
.btn-addtocart-wrapper.status-product-option-disable > .col-action {
    width: 100%;
}

.btn-addtocart-wrapper.status-out-of-stock .default-btn.out-of-stock,
#addtocart-btn-section .btn-group>.default-btn.out-of-stock,
.btn-addtocart-wrapper.status-product-option-disable .default-btn.product-option-disable,
#addtocart-btn-section .btn-group>.default-btn.product-option-disable {
    cursor: no-drop !important;
}

#addtocart-btn-section .btn-group>.default-btn {
    display: none;
}
#addtocart-btn-section .btn-group>.default-btn.on {
    display: block !important;
}

.addtocart-btn-row .note-for-quantity {
    display: block;
}
.addtocart-btn-row .note-for-quantity-mobile {
    display: none;
}

/* ----- desktop ----- */

#addtocart-section.action-on-desktop {

}
#addtocart-section.action-on-desktop .product-info-mobile-row {
    display: none;
}

/* desktop - option */
#addtocart-section.action-on-desktop .product-option-row .text-table-wrapper+.text-table-wrapper {
    position: relative;
    padding-top: 45px;
}
#addtocart-section.action-on-desktop .product-option-row .text-table-wrapper+.text-table-wrapper:before {
    position: absolute;
    content: "";
    width: 100%;
    top: 25px;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(0,0,0,0.04);
}
#addtocart-section.action-on-desktop .product-option-row .text-table-wrapper.wrap > .tw-label {
    margin-bottom: 5px;
}

/* desktop - info */
#addtocart-section.action-on-desktop .product-option-row+.product-info-desktop-row .text-table-section {
    position: relative;
    padding-top: 45px;
}
#addtocart-section.action-on-desktop .product-option-row+.product-info-desktop-row .text-table-section:before {
    position: absolute;
    content: "";
    width: 100%;
    top: 25px;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}
#addtocart-section.action-on-desktop .product-option-row.disable+.product-info-desktop-row .text-table-section {
    padding: 0 !important;
}
#addtocart-section.action-on-desktop .product-option-row.disable+.product-info-desktop-row .text-table-section:before {
    display: none !important;
}
#product-detail-section>.detail-section.product-none-option-info-mobile .text-table-wrapper+.text-table-wrapper,
#addtocart-section.action-on-desktop .product-info-desktop-row .text-table-wrapper+.text-table-wrapper {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 15px;
    margin-top: 15px;
}

/* desktop - description */
#product-detail-section>.detail-section.description-desktop {
    padding-bottom: 30px;
}
#product-detail-section>.detail-section.description-desktop .usage {
    border-bottom: 1px solid rgba(0,0,0,1);
    padding-bottom: 15px;
    margin-top: -15px;
}
#product-detail-section>.detail-section.description-desktop .description+.usage {
    border-top: 1px solid rgba(0,0,0,1);
    margin-top: 30px;
    padding: 15px 0 !important;
}

#addtocart-section.action-on-desktop #addtocart-info-section {
    display: none;
    
}

#addtocart-section .addtocart-panel-items,
#addtocart-section .addtocart-panel-items .addtocart-panel-item {
    position: relative;
}
#addtocart-section .addtocart-panel-items {
    background-color: #f2f2f2;
    border-radius: 20px;
    overflow: hidden;
}
#addtocart-section .addtocart-panel-item+.addtocart-panel-item {
    border-top: 2px solid rgba(255,255,255,1);
}

#addtocart-section .addtocart-panel-item {}

#addtocart-section .panel-group,
#addtocart-section .panel-topic,
#addtocart-section .panel-header,
#addtocart-section .panel-body {
    position: relative;
}
#addtocart-section .panel-topic {
    display: flex;
    flex-wrap: nowrap;
}
#addtocart-section .panel-topic>.index,
#addtocart-section .panel-topic>.title {
    position: relative;    
}
#addtocart-section .panel-topic>.index {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
}
#addtocart-section .panel-topic>.title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
#addtocart-section .panel-topic>.index+.title {
    margin-left: 10px;
}

#addtocart-section .panel-header,
#addtocart-section .panel-body,
#addtocart-section .panel-body.animate-element-section>.animate-element-container,
#addtocart-section .addtocart-panel-item.pd {
    padding: 30px;
}
#addtocart-section .panel-body.animate-element-section {
    padding: 0;
}
#addtocart-section .panel-body.animate-element-section>.animate-element-container {
    padding-top: 0 !important;
}

/* ----- mobile ----- */

#product-detail-section>.detail-section.product-none-option-info-mobile {
    display: none;
}

/* mobile - info */
.product-info-mobile-row,
.product-info-mobile-row > .inside {
    position: relative;
}
.product-info-mobile-row > .inside {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.product-info-mobile-row > .inside > .col-cover {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    padding: 2px;
    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(0,0,0,0.1);
}
.product-info-mobile-row > .inside > .col-cover > .product-img-cover {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255,255,255,1);
}
.product-info-mobile-row > .inside > .col-cover > .product-img-cover.expand-img-btn .expand-img-icon {
    top: 0 !important;
    right: 0 !important;
    background: none !important;
    width: 15px !important;
    height: 15px !important;
    font-size: 12px !important;
    line-height: 15px !important;
    opacity: 0.5;
}
.product-info-mobile-row > .inside > .col-detail {
    flex: 1 0 0%;    
    line-height: 0;
    padding-left: 20px;
}
.product-info-mobile-row > .inside > .col-detail .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.product-info-mobile-row .product-price {
    line-height: 25px;
    padding-right: 30px;
}
.product-info-mobile-row .product-price .price-group.has-text .price {
    top: 0;
}
.product-info-mobile-row .product-price .price-group .price > .num {
    position: relative;
    top: 1px;
    font-size: 14px;
}
.product-info-mobile-row .price-group .price > .unit.symbol {
    font-size: 13px;
    margin-right: 0;
}
.product-info-mobile-row .product-price .mg-left-right-5 {
    margin-left: 2px !important;
    margin-right: 2px !important;
}
.product-info-mobile-row .product-stock {
    font-size: 12px;
    line-height: 20px;
    border-top: 1px solid rgba(0,0,0,0.05);
    margin-top: 2px;
    padding-top: 4px;
}

/* mobile - description */
#product-detail-section>.detail-section.description-mobile .description+.usage {
    border-top: 1px solid rgba(0,0,0,1);
    margin-top: 20px;
    padding-top: 15px;
}

/* mobile - option */
#addtocart-section.action-on-mobile .product-option-row .text-table-wrapper+.text-table-wrapper {
    padding-top: 20px !important;
}
#addtocart-section.action-on-mobile .product-option-row .text-table-wrapper.wrap > .tw-label {
    margin-bottom: 5px;
}

/* mobile - add to cart */
#addtocart-section.action-on-mobile {
    border: none !important;
    background-color: rgba(255,255,255,1);
    padding: 0 !important;
}
#addtocart-section.action-on-mobile #addtocart-btn-section {
    padding: 20px;
}
#addtocart-section.action-on-mobile #addtocart-btn-section .default-btn {
    margin: 0 !important;
}
#addtocart-section.action-on-mobile #addtocart-btn-section .default-btn.on + .default-btn.on {
    margin-left: 10px !important;
}
#addtocart-section.action-on-mobile #addtocart-info-section {
    display: none;
}
#addtocart-section.action-on-mobile #addtocart-info-section .product-info-mobile-row {
    padding: 20px;
    height: 120px;    
}
#addtocart-section.action-on-mobile #addtocart-info-section .product-option-row {
    height: calc( 100% - 120px );
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.1);
    border-left: none !important;
    border-right: none !important;
}
#addtocart-section.action-on-mobile #addtocart-info-section .addtocart-btn-row {
    padding: 20px 20px 0 20px;
}
#addtocart-section.action-on-mobile.status-out-of-stock #addtocart-info-section .addtocart-btn-row {
    display: none !important;
}

#addtocart-section.action-on-mobile .btn-addtocart-wrapper > .col-action {
    display: none !important;
}
#addtocart-section.action-on-mobile .product-info-desktop-row {
    display: none !important;
}
#addtocart-section.action-on-mobile .addtocart-btn-row>.inside {
    padding-top: 0;
}
#addtocart-section.action-on-mobile .addtocart-btn-row .text-table-wrapper {
    flex-wrap: wrap;
}
#addtocart-section.action-on-mobile .addtocart-btn-row .text-table-wrapper > .tw-label,
#addtocart-section.action-on-mobile .addtocart-btn-row .text-table-wrapper > .tw-detail {
    width: 100% !important;
}
#addtocart-section.action-on-mobile .btn-addtocart-wrapper.status-in-stock > .col-quantity {
    width: 100% !important;
}

/* ----- contact ----- */

/* .contact-shopping-section.contact-shopping-on-desktop {
    display: block !important;
}
.contact-shopping-section.contact-shopping-on-mobile {
    display: none !important;
} */
.contact-shopping-section {
    border-top: 1px solid rgba(0,0,0,1);
    margin-top: 30px;
    padding-top: 30px;
}
.contact-shopping-section .default-btn {
    padding: 0 10px;
}

/* --------------------------------------------------------------- */
/* ---------------------- SPECIAL PROMOTION ---------------------- */
/* --------------------------------------------------------------- */

#special-promotion-popup .modal-dialog {
    max-width: 100%;
    width: 900px;
}
#special-promotion-popup .modal-body {
    padding: 50px !important;
}
#special-promotion-popup .container {
    padding: 0 !important;
}

#special-promotion-section {
    position: relative;
    text-align: center;
}
.special-promotion-img-section {
    position: relative;
    margin: 20px 0 25px 0;
}
.special-promotion-detail-section {
    position: relative;
}

/* img */
#special-promotion-img-slide {
    position: relative;
}
#special-promotion-section .special-promotion-img-item {
    position: relative;
    display: block;    
    border-radius: 5px;
    overflow: hidden !important;
    background-color: rgba(255,255,255,1);
    /* border: 5px solid rgba(255,255,255,1); */
}

/* detail */
#special-promotion-section .special-promotion-detail-item {
    position: relative;
    text-align: center;
}
#special-promotion-section .special-promotion-detail-item .title {
    font-weight: 600;
    line-height: 25px;
    max-height: 25px;
}
#special-promotion-section .special-promotion-detail-item .description {

}
#special-promotion-section .special-promotion-detail-item .btn-row {
    margin-top: 20px;
}

/* --------------------------------------------------------------- */
/* ----------------------- PRODUCT CONTENT ----------------------- */
/* --------------------------------------------------------------- */

#product-content-section .product-content-row,
#product-content-section .product-video-row {
    position: relative;
}

/* ----- video ----- */

#product-content-section .product-video-row {
    margin-top: 60px;
}
.product-video-slide,
.card-product-video,
.card-product-video>.video-cover,
.card-product-video>.video-title {
    position: relative;
}
.card-product-video>.video-cover {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.card-product-video>.video-title {
    text-align: center;
    font-weight:600;
    line-height: 25px;
    padding: 15px 10px 0 10px;
}
.product-video-slide.splide .splide-arrows .splide-arrow {
    margin-top: -20px !important;
}

/* --------------------------------------------------------------- */
/* ------------------------ OTHER PRODUCT ------------------------ */
/* --------------------------------------------------------------- */

#product-other-section .card-block-section + .card-block-section hr {
    margin-top: 40px;
    margin-bottom: 50px;
}
#product-other-section .splide-pagination {
    display: none !important;
}
#product-other-section ul.splide-list {
}

/* --------------------------------------------------------------- */
/* ------------------------ OPTION CUSTOM ------------------------ */
/* --------------------------------------------------------------- */

.product-option-custom-group,
.product-option-custom-row {
    position: relative;
    /* padding: 50px 0; */
    /* background-color: rgba(255,0,0,0.1); */
}
.product-option-custom-group+.product-option-custom-group {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.product-option-custom-row {
    display: none;
    /* background-color: rgba(255,0,255,0.3); */
}
.product-option-custom-row.on {
    display: block;
}
.product-option-custom-row .text-table-wrapper>.tw-label+.tw-detail {
    margin-top: 10px;
}

.customize-items-tabs,
.customize-items,
.customize-items .customize-item,
.customize-item .customize-item-is-head,
.customize-item .customize-item-is-body {
    position: relative;
}
.customize-items-tabs+.customize-items {
    margin-top: 5px;
}

/* topic customize item */
.topic-customize-item-row {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}
.topic-customize-item-row>.topic-customize-item-col {
    position: relative;
}
.topic-customize-item-row>.topic-customize-item-col.this-col-left {
    flex: 1 0 0;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.topic-customize-item-row>.topic-customize-item-col.this-col-right {
    text-align: right;
}

/* tabs */
.customize-items-tabs {
    display: flex;
    flex-wrap: nowrap;
    background-color: rgba(255,255,255,1);    
    border-radius: 10px;
    width: 100%;
    height: 50px;
    overflow: hidden;
}
.customize-items-tabs>[class*="tab-col-"] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.customize-items-tabs>[class*="tab-col-"]+[class*="tab-col-"] {
    border-left: 2px solid #f2f2f2;
}
.customize-items-tabs>.tab-col-btn {
    width: 50px;
    cursor: pointer;
    color: rgba(0,0,0,1);
    background-color: rgba(0,0,0,0);
    transition: all 0.3s ease;
}
.customize-items-tabs>.tab-col-btn:not(.disable):hover {
    /* color: rgba(255,255,255,1); */
    background-color: rgba(0,0,0,0.2);
}
.customize-items-tabs>.tab-col-btn.disable {
    cursor: no-drop;
}
.customize-items-tabs>.tab-col-btn.disable>i {
    opacity: 0.2;
}

.customize-items-tabs>.tab-col-index {
    width: 70px;
    padding: 0 10px;
}
.customize-items-tabs>.tab-col-info {
    flex: 1 0 0;
    width: calc(100% - 170px);
    justify-content: flex-start;
    padding: 0 15px;
}

/* items */
.customize-items {
    background-color: rgba(255,255,255,1);
    padding: 30px;
    border-radius: 10px;
}
.customize-items+.customize-items {
    margin-top: 20px;
}

.customize-items .card-panel-header,
.customize-items .card-panel-body {
    position: relative;
}
.customize-items .card-panel-header.pd,
.customize-items .card-panel-body.pd,
.customize-items .card-panel-body .animate-element-container,
.customize-items .card-panel-body [data-animate-element-container],
.customize-items .card-panel-footer.pd,
.customize-items .card-panel-footer .animate-element-container,
.customize-items .card-panel-footer [data-animate-element-container] {
    padding: 30px;
}
/* .customize-items .card-panel-body,
.customize-items .card-panel-body .animate-element-container {
    border-top: 2px solid #f2f2f2;
}
.customize-items .card-panel-body.animate-element-section {
    border: none;
} */
 .customize-items .card-panel-header.pd+.card-panel-body,
 .customize-items .card-panel-body .animate-element-container,
 .customize-items .card-panel-body [data-animate-element-container],
  .customize-items .card-panel-body.pd+.card-panel-footer,
 .customize-items .card-panel-footer .animate-element-container,
 .customize-items .card-panel-footer [data-animate-element-container] {
    padding-top: 0 !important;
 }
.customize-items hr {
    max-width: 100% !important;
    width: 100% !important;
    height: 1px !important;
    margin: 0;
}
.customize-items hr.hr-color-black {
    background-color: rgba(0,0,0,1);
}

/* --------------------------------------------------------------- */
/* ------------------------ step stamp  -------------------------- */
/* --------------------------------------------------------------- */

.stamp-text-input-row {}
.stamp-text-input-row .stamp-text-input-col.this-col-input {
    width: calc(100% - 150px) !important;
}
.stamp-text-input-row .stamp-text-input-col.this-col-input .input-field.alert-required {
    margin-bottom: 30px;
}
.stamp-text-input-row .stamp-text-input-col.this-col-input .input-field.alert-required .message-alert {
    width: 100%;
    top: auto;
    bottom: -30px;
    left: 0;
    right: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    background-color: rgba(255,6,19,0.1);
    border-radius: 0 0 5px 5px;
}
.stamp-text-input-row .stamp-text-input-col.this-col-input .field.has-fix-text.suffix-text.alert-required > .fix-text.right {
    opacity: 1 !important;
}
.stamp-text-input-row .input-field-group.field-lock.lock-success .field.input-field {
    background-color: rgba(237, 237, 237, 1) !important;
}
.stamp-text-input-row .input-field-group .count-character.hidden {
    opacity: 0;
}

.stamp-text-input-row .stamp-text-input-col.this-col-btn {
    width: 150px !important;
}
.stamp-text-input-row .stamp-text-input-col.this-col-btn .default-btn {
    padding: 0 !important;
    min-width: auto !important;
    width: 100% !important;
}

/* logo */
#options-for-stamp-logo ul.option-items > li {
    width: calc(100% / 3) !important;
}
#options-for-stamp-logo ul.option-items > li > .option-item-btn .this-option {
    height: auto !important;
    padding-top: 100% !important;
}

/* stamp position */
.stamp-position-section {
    position: relative;
    border-radius: 5px;
    border: 1px solid rgba(214, 214, 214, 1);
}
.stamp-position-section+.stamp-position-section {
    margin-top: 15px;
}
.stamp-position-section>.topic {
    text-align: center;
    padding: 15px 0;
}
.stamp-position-row,
.stamp-position-row>.stamp-position-col,
.stamp-position-card {
    position: relative;
}
.stamp-position-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    /* width: calc(100% + 15px);
    margin: 0 -7.5px; */
    padding: 0;
}
.stamp-position-row>.stamp-position-col {
    width: 50%;
    /* padding: 0 7.5px; */
}
.stamp-position-row>.stamp-position-col.this-col-option {
    /* background-color: rgba(220,220,220,1);
    padding: 5px;
    border-radius: 10px; */
    /* background-color: rgba(255,255,0,0.5); */
}
.stamp-position-row>.stamp-position-col.this-col-info {
    /* width: calc(100% - 150px);
    flex: 1 0 0; */
}
.stamp-position-row>.stamp-position-col .stamp-position-card {
    height: 100%;
}

.stamp-position-card {
    background-color: rgba(214,214,214,0.5);
    /* border-radius: 5px;
    border: 1px solid rgba(214,214,214,1); */
}
.stamp-position-card .stamp-position-text {
    position: relative;
    height: 50px;
    line-height: 50px;
    /* background-color: rgba(255,255,255,1); */
    padding: 0 20px;
    text-align: center;
}
.stamp-position-card .stamp-position-text:before {
    position: absolute;
    content: "";
    width: calc(100% - 20px);
    left: 10px;
    right: 10px;
    bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.stamp-position-card .stamp-position-inside {
    position: relative;
    height: calc(100% - 50px);
    padding: 10px;
    /* background-color: rgba(214,214,214,1); */
    /* border-top: 1px solid rgba(214,214,214,1); */
}
.stamp-position-card .stamp-position-inside .stamp-img-preview,
.stamp-position-card .stamp-position-inside .position-opt-group>.position-opt-inside {
    border-radius: 5px;
    overflow: hidden;
}

.position-opt-group,
.position-opt-group .position-opt-inside,
.position-opt-group .position-opt-btn {
    position: relative;
}
.position-opt-group .position-opt-inside {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.position-opt-group .position-opt-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: calc((100% / 3) - 4px);
    margin: 2px;
    background-color: rgba(255,255,255,1);
    font-size: 11px;
    border-radius: 5px;
}
.position-opt-group .position-opt-btn::before {
    position: relative;
    content: "";
    width: 100%;
    padding-top: 100%;    
}
.position-opt-group .position-opt-btn .text,
.position-opt-group .position-opt-btn .checkmark {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.position-opt-group .position-opt-btn .text {
    opacity: 1;
}
.position-opt-group .position-opt-btn .checkmark {
    opacity: 0;
}

/* enable */
.position-opt-group .position-opt-btn.enable {
    cursor: pointer;
}
.position-opt-group .position-opt-btn.enable:hover,
.position-opt-group .position-opt-btn.enable.select {
    /* border-color: rgb(0,0,0); */
}
.position-opt-group .position-opt-btn.enable .checkmark {}
.position-opt-group .position-opt-btn.enable .checkmark:before {
    position: relative;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    content: "\f633";
    font-size: 15px !important;
    line-height: 25px !important;
    opacity: 1;
}
.position-opt-group .position-opt-btn.enable.select {
    box-shadow: inset  0 0 0 2px rgba(0, 0, 0, 1);
}
.position-opt-group .position-opt-btn.enable.select .checkmark {
    opacity: 1;
}
.position-opt-group .position-opt-btn.enable.select .text {
    opacity: 0;
}

/* disable */
.position-opt-group .position-opt-btn.disable {
    cursor: no-drop;
    background-color: rgba(220,220,220,1);
    background-image: repeating-linear-gradient(45deg, rgba(0,0,0,0.2) 0 2px, transparent 2px 4px);
}

/* selected */
.position-opt-group .position-opt-btn.selected {
    cursor: no-drop;
}


.stamp-img-preview {
    position: relative;
    width: 100%;
    height: 100%;
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: gray;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)" */
}


#options-for-stamp-type ul.option-items {}
#options-for-stamp-type ul.option-items>li {
    width: 100% !important;
}
#options-for-stamp-type ul.option-items>li .option-item-btn {
    flex-direction: row-reverse;
}
#options-for-stamp-type ul.option-items>li .option-item-btn .this-option.text {
    flex: 1 0 0;
    text-align: left;
}

/* --------------------------------------------------------------- */
/* ------------------------ PRODUCT IMG -------------------------- */
/* --------------------------------------------------------------- */

canvas.canvas-img-custom {
    position: relative;
    width: 100%;
    max-width: 100%;
}

/* xxl */
@media (min-width: 1400px) {}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {

#product-detail-wrapper.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#product-detail-wrapper.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed>.sf-box-fixed {
    width: 450px;
}
#product-detail-wrapper.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content {
    width: calc(100% - 450px);
    padding-left: 50px;
}

}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {

/* --------------------------------------------------------------- */
/* ----------------------- PRODUCT DETAIL ------------------------ */
/* --------------------------------------------------------------- */

#product-detail-wrapper.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#product-detail-wrapper.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed>.sf-box-fixed {
    width: 300px;
}
#product-detail-wrapper.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content {
    width: calc(100% - 300px);
    padding-left: 40px;
}

/* note */
#product-detail-section>.note-section>.note-row>.icon-col {
    width: 80px;
}
#product-detail-section>.note-section>.note-row>.icon-col>.icon {
    width: 70px;
    height: 70px;
}
#product-detail-section>.note-section>.note-row>.detail-col {
    width: calc(100% - 80px);
}

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

/* --------------------------------------------------------------- */
/* ----------------------- PRODUCT DETAIL ------------------------ */
/* --------------------------------------------------------------- */

#product-detail-wrapper.scroll-fixed-box>.sf-box-inside {
    height: auto !important;
    flex-wrap: wrap !important;    
}
#product-detail-wrapper.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content,
#product-detail-wrapper.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed {
    flex: none !important;
    width: 100%;
    padding: 0 !important;
}
#product-detail-wrapper.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed>.sf-box-fixed {
    width: 100% !important;
}

#product-detail-section>.detail-section.topic {
    padding-top: 30px !important;
}

/* note */
#product-detail-section>.note-section>.note-row>.icon-col {
    width: 80px;
}
#product-detail-section>.note-section>.note-row>.icon-col>.icon {
    width: 70px;
    height: 70px;
}
#product-detail-section>.note-section>.note-row>.detail-col {
    width: calc(100% - 80px);
}

}

/* sm - xs */
@media (max-width: 767.98px) {

/* --------------------------------------------------------------- */
/* ----------------------- PRODUCT DETAIL ------------------------ */
/* --------------------------------------------------------------- */

#product-detail-wrapper.scroll-fixed-box>.sf-box-inside {
    height: auto !important;
    flex-wrap: wrap !important;    
}
#product-detail-wrapper.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content,
#product-detail-wrapper.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed {
    flex: none !important;
    width: 100%;
    padding: 0 !important;
}
#product-detail-wrapper.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed>.sf-box-fixed {
    width: 100% !important;
}

/* option */
.detail-section.option {
    display: block;
}

/* ----- contact ----- */

.contact-shopping-section .default-btn {
    width: 50px;
    flex: none !important;
}
.contact-shopping-section .default-btn .text {
    display: none !important;
}


/* ******************** ADD TO CART ******************** */

#addtocart-section.product-normal {
    position: fixed !important;
    width: 100% !important;
    max-height: 100% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    z-index: 100;
    border: none !important;
}
#addtocart-section.product-normal.open {
    /* height: 100% !important; */
}
/* #addtocart-section form {
    height: 100%;
}
#addtocart-section #addtocart-info-section {
    height: calc(100% - 90px);
}
#addtocart-section #addtocart-info-section>.inside {
    height: 100%;
} */
/* #addtocart-section #addtocart-btn-section {
    height: 90px;
}

#addtocart-section.status-in-stock #addtocart-info-section>.inside>.addtocart-btn-row,
#addtocart-section.status-specify-product-option #addtocart-info-section>.inside>.addtocart-btn-row {
    height: 100px;
}
#addtocart-section.status-out-of-stock #addtocart-info-section>.inside>.addtocart-btn-row {
    height: 0;
}
#addtocart-section.status-in-stock #addtocart-info-section>.inside>.product-option-row,
#addtocart-section.status-specify-product-option #addtocart-info-section>.inside>.product-option-row {
    height: calc(100% - 220px);
}
#addtocart-section.status-out-of-stock #addtocart-info-section>.inside>.product-option-row {
    height: calc(100% - 120px);
} */

#addtocart-section.product-normal #addtocart-info-section>.inside>.product-option-row {
    overflow-y: scroll;
}

.addtocart-btn-row>.inside>.text-table-wrapper > .tw-label {
    padding-top: 0 !important;
}
.addtocart-btn-row>.inside>.text-table-wrapper > .tw-label .item-container > .item {
    line-height: 40px !important;
}
.addtocart-btn-row .note-for-quantity {
    display: none;
}
.addtocart-btn-row .note-for-quantity-mobile {
    display: block;
}

/* ----- mobile ----- */

#product-detail-section>.detail-section.product-none-option-info-mobile {
    display: block;
}


#addtocart-section.product-normal .addtocart-panel-item.pd {
    padding: 0 !important;
}
#addtocart-section.product-normal .addtocart-panel-item+.addtocart-panel-item {
    border: none !important;
}
#addtocart-section.product-normal .addtocart-panel-items {
    border-radius: 0;
    background: none;
}


}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {

/* --------------------------------------------------------------- */
/* ----------------------- PRODUCT DETAIL ------------------------ */
/* --------------------------------------------------------------- */

#product-detail-section>.detail-section.topic {
    padding-top: 30px !important;
}

#product-detail-section>.detail-section.product-none-option-info-mobile {
    border-bottom: 1px solid rgba(0,0,0,1);
    margin-bottom: 35px;
    padding-bottom: 30px;
}

/* contact */

#addtocart-section.action-on-mobile.product-default-format ~ .contact-shopping-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
}

/* note */
#product-detail-section>.note-section>.note-row>.icon-col {
    width: 80px;
}
#product-detail-section>.note-section>.note-row>.icon-col>.icon {
    width: 70px;
    height: 70px;
}
#product-detail-section>.note-section>.note-row>.detail-col {
    width: calc(100% - 80px);
}

}

/* xs */
@media (max-width: 575.98px) {

/* --------------------------------------------------------------- */
/* ----------------------- PRODUCT CONTENT ----------------------- */
/* --------------------------------------------------------------- */

#product-content-section {
    padding: 20px 0 !important;
    border-top: 5px solid rgba(242,242,242,1);
    border-bottom: 5px solid rgba(242,242,242,1);
}

/* --------------------------------------------------------------- */
/* ------------------------ PRODUCT INFO ------------------------- */
/* --------------------------------------------------------------- */

#product-info-section {
    padding: 0 !important;
    /* background-color: rgba(255,0,0,0.1); */
}
#product-detail-section>.detail-section.topic .label-tag-row {    
    flex-wrap: wrap;
}
#product-detail-section>.detail-section.topic .label-tag-row .label-tag-group,
#product-detail-section>.detail-section.topic .label-tag-row .slot-text-row {
    flex: auto !important;
    width: 100% !important;
    padding: 0 !important;
}
#product-detail-section>.detail-section.topic .label-tag-row .slot-text-row {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
}
#product-detail-section>.detail-section.topic .label-tag-row .slot-text-row ul.slot-text-group {
    justify-content: flex-start;
}

/* ---------- gallery --------- */

#product-gallery-section {
    /* width: calc( 100% + 40px );
    margin-left: -20px !important;
    margin-right: -20px !important; */
}
#product-img-section, #product-img-slide {
    border-radius: 0 !important;
}
#product-gallery-section #gallery-display-section {
    width: calc( 100% + 40px );
    margin-left: -20px !important;
    margin-right: -20px !important;
}

/* --------------------------------------------------------------- */
/* ---------------------- SPECIAL PROMOTION ---------------------- */
/* --------------------------------------------------------------- */

#special-promotion-popup .modal-body {
    padding: 30px !important;
}

/* --------------------------------------------------------------- */
/* ----------------------- PRODUCT DETAIL ------------------------ */
/* --------------------------------------------------------------- */

#product-detail-section>.detail-section {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
}
#product-detail-section>.detail-section+.detail-section {
    border-top: 5px solid rgba(242,242,242,1);
}
#product-detail-section>.detail-section.note-section {
    margin-top: 0 !important;
}

#product-detail-section>.detail-section.topic {
    border: none !important;
    margin-bottom: 0 !important;    
}
#product-detail-section>.detail-section.highlight {
    padding: 0 !important;
    margin-bottom: 0 !important;
}
#product-detail-section>.detail-section.highlight .card-dialog-wrapper {
    border-radius: 0 !important;
}

/* description */
#product-detail-section>.detail-section.description-desktop {
    display: none;
}
#product-detail-section>.detail-section.description-mobile {
    display: block;
}

/* contact */
.contact-shopping-section {
    margin-top: 0 !important;    
}

/* note */
#product-detail-section>.note-section>.note-row>.icon-col {
    width: 70px;
}
#product-detail-section>.note-section>.note-row>.icon-col>.icon {
    width: 60px;
    height: 60px;
}
#product-detail-section>.note-section>.note-row>.detail-col {
    width: calc(100% - 70px);
}


/* --------------------------------------------------------------- */
/* ----------------------- PRODUCT CONTENT ----------------------- */
/* --------------------------------------------------------------- */

.card-product-video {
    width: 200px;
}
.card-product-video>.video-title {
    font-size: 12px;
    padding-top: 5px !important;
}
.product-video-slide.splide .splide-arrows .splide-arrow {
    margin-top: -12.5px !important;
}

/* --------------------------------------------------------------- */
/* ------------------------- CUSTOM PRODUCT ----------------------- */
/* --------------------------------------------------------------- */

#product-detail-section #addtocart-section.product-customize {
    padding: 0 !important;
}
#product-detail-section #addtocart-section.product-customize .addtocart-panel-items {
    border-radius: 0 !important;
}

/* --------------------------------------------------------------- */
/* ------------------- PRODUCT DETAIL * CUSTOM ------------------- */
/* --------------------------------------------------------------- */

#addtocart-section .panel-header,
#addtocart-section .panel-body,
#addtocart-section .panel-body.animate-element-section>.animate-element-container,
#addtocart-section .addtocart-panel-item.pd {
    padding: 20px;
}

.customize-items .card-panel-header.pd,
.customize-items .card-panel-body.pd,
.customize-items .card-panel-body .animate-element-container,
.customize-items .card-panel-body [data-animate-element-container],
.customize-items .card-panel-footer.pd,
.customize-items .card-panel-footer .animate-element-container,
.customize-items .card-panel-footer [data-animate-element-container] {
    padding: 20px;
}

/* stamp text */
#customize-items-stamp-is-text .topic-customize-item-row {
    flex-wrap: wrap;
}
#customize-items-stamp-is-text .topic-customize-item-row>.topic-customize-item-col.this-col-left,
#customize-items-stamp-is-text .topic-customize-item-row>.topic-customize-item-col.this-col-right {
    width: 100%;
    flex: none;
}
#customize-items-stamp-is-text .topic-customize-item-row>.topic-customize-item-col.this-col-right {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding-top: 15px;
}
.stamp-text-input-row .stamp-text-input-col.this-col-input,
.stamp-text-input-row .stamp-text-input-col.this-col-btn {
    width: 100% !important;
}

/* quantity + btn */
.btn-addtocart-wrapper {
    flex-wrap: wrap;
}
.btn-addtocart-wrapper > .col-quantity,
.btn-addtocart-wrapper > .col-action {
    width: 100% !important;
}
.btn-addtocart-wrapper > .col-quantity + .col-action {
    margin: 10px 0 0 0 !important;
}
}


/* xs custom */
@media (max-width: 399.98px) {}
