@charset "utf-8";
/* CSS Document */

/******************/
/* step */
.ulStepStyle
{
	counter-reset: step-indicator;
	font-size: 16px;
    max-width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
	text-align:center;
}
.stepStyle
{
	color: #BBB;
    display: inline-block;
	width:143px;
}
.stepStyle_last
{
	color: #BBB;
    display: inline-block;
	width:130px;
}

.StepName
{
	color: #BBB;
	display: inline-block;
    vertical-align: middle;
}
.StepArrow
{
	color: #BBB;
	display: inline-block;
    vertical-align: middle;
    margin: 0 12px 0 12px;
}
.stepActive
{
	color:#dfc2c3;
}
.stepActive:before
{
	background: #dfc2c3;
}
.stepActiveOk
{
	color:#e3e3e3;
}
.stepActiveOk:before
{
	background: #e3e3e3;
}
.shopCartName
{
	width:50%;
	max-width:250px;
}

.ulList
{
    width: 100%;
	list-style: none;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
	display: flex;
    justify-content: space-between;
}

.priceStyle
{
	color:#FD787C;
}
.showMsg
{
	color:#b3b6ba;
	font-size:12px;
}

/******************/
/* shop cart list */
hr
{
	margin-bottom:0px;
	margin-top:0px;
}

.ibox .label {
  font-size: 10px;
}

/* UI Sortable */
.ui-sortable .ibox-title {
  cursor: move;
}

.ibox.ui-sortable-placeholder {
  margin: 0 0 23px !important;
}

/* Resizable */
.resizable-panels .ibox {
  clear: none;
  margin: 10px;
  float: left;
  overflow: hidden;
  min-height: 150px;
  min-width: 150px;
}
.resizable-panels .ibox .ibox-content {
  height: calc(100% - 49px);
}
.ui-resizable-helper {
  background: rgba(211, 211, 211, 0.4);
}

.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
  margin-top: 5px;
}

.ibox-content.text-box {
  padding-bottom: 0;
  padding-top: 15px;
}

.ui-draggable .ibox-title {
  cursor: move;
}

.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}
.ibox.collapsed .ibox-content {
  display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}
.ibox:after,
.ibox:before {
  display: table;
}
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 2px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 15px 15px 7px;
  min-height: 48px;
}
.ibox-content {
  position:relative;
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
}
.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}

.ibox-content {
  clear: both;
}
.ibox-heading {
  background-color: #f3f6fb;
  border-bottom: none;
}
.ibox-heading h3 {
  font-weight: 200;
  font-size: 24px;
}
.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 0px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}
.ibox-title .label {
  float: left;
  margin-left: 4px;
}
.ibox-tools {
  display: block;
  float: none;
  margin-top: 0;
  position: relative;
  padding: 0;
  text-align: right;
}
.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4;
}
.ibox-tools a.btn-primary {
  color: #fff;
}
.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px;
}
.ibox .ibox-tools.open > .dropdown-menu {
  left: auto;
  right: 0;
}

.ibox.fullscreen {
  z-index: 2030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  margin-bottom: 0;
}
.ibox.fullscreen .collapse-link {
  display: none;
}
.ibox.fullscreen .ibox-content {
  min-height: calc(100% - 48px);
}

.chat-view .ibox-content {
  padding: 0;
}

.article .ibox-content {
  padding: 40px;
}

.product-detail .ibox-content {
  padding: 30px 30px 50px 30px;
}

.ibox-content > .sk-spinner {
  display: none;
}
.ibox-content.sk-loading {
  position: relative;
}
.ibox-content.sk-loading:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ibox-content.sk-loading > .sk-spinner {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2000;
}

body.rtls .ibox-title h5 {
  float: right;
}
body.rtls .ibox-tools {
  float: left;
}

.skin-1 .ibox-title,
.skin-1 .ibox-content {
  border-width: 1px;
}
.skin-1 .ibox-content:last-child {
  border-style: solid solid solid solid;
}

.skin-2 .ibox-title {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  margin-bottom: 1px;
}
.skin-2 .ibox-content {
  background: rgba(255, 255, 255, 0.4);
  border: none !important;
}

.skin-3 .ibox-title,
.skin-3 .ibox-content {
  border-width: 1px;
}
.skin-3 .ibox-content:last-child {
  border-style: solid solid solid solid;
}

.md-skin .ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.md-skin .ibox.border-bottom {
  border-bottom: none !important;
}
.md-skin .ibox-title,
.md-skin .ibox-content {
  border-style: none;
}
.md-skin .ibox-title h5 {
  font-size: 16px;
  font-weight: 400;
}

.btnBg
{
	background-color: #dfc2c3 !important;
	background: #dfc2c3 !important;
	color:#FFF !important;
}

@media (max-width: 768px) {
	
	.ibox-tools {
		float: none;
		text-align: right;
		display: block;
	}
}

@media (max-width: 350px) {
  .ibox-tools {
    float: none;
    text-align: left;
    display: inline-block;
  }
}


/*-----------購物車 start----------*/
.v1_cart_step
{
	position:relative;
	width:100%;
	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	
	justify-content: center;
	align-items: center; 
}
.cartstep_circle
{
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    background: #BBB;
    margin: 0 8px 0 0;
}
.cartstep_name
{
	width:calc( 100% - 66px );
}
.cartstep_arrow
{
	width:20px;
	margin: 0 5px 0 5px;
	text-align:center;
}

.stepStyle_last .cartstep_circle
{
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    background: #BBB;
    margin: 0 8px 0 0;
}
.stepStyle_last .cartstep_name
{
	width:calc( 100% - 36px );
}


.stepActive .cartstep_circle
{
	background: #dfc2c3;
}
/*-----------購物車 end----------*/



