<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* details css */

.dialog_button_wrap {
	margin: auto;
}

#popupCartDisp a.btn_1.popup_cart_colse_close_btn{
	background-color: #b7b7b7!important;
}

#GoodsDetail .ui-widget.ui-widget-content {
    padding-bottom: 20px;
}

@media screen and (min-width:750px) {
    .botttm{
        position: relative;
        align-items: center;
    }

    .skuVariation,
    .upperGoodsSkuVariation{
        width: 300px;
        position: absolute;
        top: 0px;
        right: 0;
    }


    .goods-quantity.skuVariationMode,
    .cart-button.skuVariationMode{
        margin-top: 40px !important;
    }

    #GoodsDetail #popupCartDisp .btn_1 {
 	   margin: 20px 10px 0 10px;
	}
}

@media screen and (max-width:750px) {
    .botttm{
        position: relative;
    }

    .goods-quantity.skuVariationMode{
        margin-top: 40px !important;
    }
    .goods-price.skuVariationMode{
        margin-top: 20px !important;
    }

    .upperGoodsSkuVariation,
    .skuVariation{
        width:150px;
        position: absolute;
        top: 0;
        right: 0;

    }

    .ui-widget.ui-widget-content {
        padding: 10px;
    }

    #GoodsDetail .ui-widget.ui-widget-content {
        padding-bottom: 10px;
    }

    #popupCartDisp .btn_1 {
        margin-top: 10px;
        min-width: 140px;
        width: auto !important;
    }

}

#GoodsDetail #popupCartDisp .btn_1 {
    display: inline-block;
}

#GoodsDetail .ui-dialog-buttonset span.ui-button-text {
  position:unset;
  font-size:inherit;
}

#GoodsDetail .ui-widget-content {
  border:none;
  text-align:center;
}
#GoodsDetail .ui-icon-gripsmall-diagonal-se {
  display:none!important;
}
</pre></body></html>