


/**1**/
.checkoutDiv2 {
    margin-right: auto;
    margin-left: auto;
    margin-top: 5em;
    margin-bottom: 5em;
    text-align: center;
    line-height: 30px;
}
.txt_17 a {
    font-size: 13px;
    font-weight: normal;
    color: #06C;
}
.txt_17 a:hover {
	color: #F30;
	text-decoration: none;
}
.txt_18 {
    font-size: 30px;
    color: #FF135D;
    margin-bottom: 20px;
}

.orderCont22 {
    line-height: 2em;
    color: #666;
    padding-top: 2em;
    padding-right: 1em;
    padding-bottom: 2em;
    padding-left: 2em;
}


.oter {
  width: 90%;
  margin-right: 1em;
  margin-left: 2em;
}
.oter ul {
  width: 100%;
  display: block;
  margin: 1em auto;
  border-collapse: collapse;
}
.thead55 {
  display: table-header-group;
}
.tr {
  display: table-row;
}
.tbody {
  display: table-row-group;
}
.thead55 li, .tr li {
  display: table-cell;
  padding: 14px;
  border: 1px solid #aaa;
  background-color: #fff;
  text-align: center;
}
.thead55 li {
  text-align: center;
  font-weight: bold;
  background: #ececec;
  width: 10%;
}
ol:nth-child(even) {
  background: rgba(#6cffd1,.2);
}

@media only screen and (max-width:768px) {
  .thead55 {
    display: none;
  }
  .tr {
    display: contents;
    border: #ddd 1px solid;
    margin-bottom: 5px;
  }
  .tr li {
    display: inline-block;
    width: 100%;
    border: none;
  }
  .tr li:before {
    content: attr(data-title);
    display: inline-block;
    width: auto;
    min-width: 20%;
    font-weight: 900;
    padding-right: 1rem;
  }
  .thead55 li, .tr li {
    text-align: left;
}
.tbody {
  border: 1px solid #CCC;
}
}

.basicTable {
	width: 100%;
	border-collapse:collapse;
	background-color: #fff;
}
.basicTable tr td {
	border: 1px solid #CCC;
	padding: 1em;	
}
.basicTable tr th {
	border: 1px solid #CCC;
	padding: 5px;	
}
/**1**/






/**2**/
.agree42 {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 1.2em;
}
.payListWp {
    background-color: #FFF;
	padding: 1em;
	border: 1px solid #E3E3E3;
	margin-bottom: 2em;
}

.radioSet label {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}
.radioSet li {
    margin: 0 25px 10px 0;
    list-style-type: none;
}
.section input[type="radio"]+label {
    font-size: 14px;
    color: #626262;
    letter-spacing: .05em;
}

.radio {
    display: none;
    position: relative;
    width: 1px;
    height: 1px;
    opacity: 0;
}
 .title42 {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 15px;
    color: #434343;
    letter-spacing: .05em;
    font-weight: 700;
}


.totalArea .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "Montserrat","微軟正黑體",sans-serif;
    font-size: 15px;
    color: #434343;
    letter-spacing: .075em;
}
.totalArea .left {
    width: 60%;
}
.totalArea .right {
    width: 40%;
}
.totalArea li {
    width: 100%;
    padding: 0 25px;
    list-style-type: none;
}
.totalArea .item:not(:first-child) {
    margin-top: 25px;
}
.totalArea .red {
    color: #bf4712;
}
.totalArea li:not(:first-child) {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ececec;
}
.discountNote {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.8;
    color: #bf4712;
}
.totalArea .totalPrice {
    font-size: 20px;
    font-weight: 500;
}
.totalArea .noteTxt {
    width: 100%;
    margin-top: 10px;
    font-size: 13px;
    color: #959595;
    letter-spacing: .05em;
}
.btnArea002 {
    margin-bottom: 40px;
    font-size: 14px;
    color: #626262;
    letter-spacing: .05em;	
    margin-left:auto;
    margin-right: auto;
    text-align: center; 
}
/**2**/






/**3**/
.form-inner42 {
    width: 100%;
    margin: 0 auto 100px auto;
}
.registerTitle42 {
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
    margin-top: 1em;
    margin-bottom: 1em;
}
.btn {
	font-size: 1.1em;
	font-weight: 400;
	padding: 8px 35px;
	border-radius: 20px;
	text-transform: uppercase;
}

.btn.btn-square {
	padding: 8px 15px;
	border-radius: 4px;
}

.btn-primary {
	color: #ddd;
	background-color: #7B87C6;
	border-color: #FFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover {
	color: #fff;
	background-color: #2A388E;
	border-color: #793f86;
}

.btn-success {
	color: #ddd;
	background-color: #5F6DBA;
	border-color: #793f86;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:hover {
	color: #fff;
	background-color: #2A388E;
	border-color: #FFF;
}
.btn-sm,
.btn-group-sm > .btn {
	padding: 5px 15px;
	font-size: 11px;
	line-height: 1.5;
}
.btn-xs,
.btn-group-xs > .btn {
	padding: 3px 10px;
	font-size: 10px;
	line-height: 1.5;
}
.table > tbody > tr > td {
    padding: 12px 8px;
    vertical-align: middle;
    width: 10%;
}
@media screen and (min-width: 320px) and (max-width: 480px){
.table > tbody > tr > td {
    padding: 12px 0px;
    width: 100%;
}
}
/**3**/






/**4**/
.step {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 5em;
    margin-top: 2em;
}
.step li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 35px;
}
.step .icon {
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 65px;
    height: 65px;
    margin-right: 13px;
    border-radius: 50%;
    background-color: #E9EAF5;
}
.step li.current .Txt {
    color: #434343;
}
.separator-one {
    width: 100%;
    height: 12px;
    background: url(/assets/front/images/separator1.png) center;
    margin-top: 30px;
}
.separator-two {
    width: 100%;
    height: 36px;
    background: url(/assets/front/images/separator2.png) center;
    margin-top: 30px;
}
.step .Txt strong {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}
.step .Txt p {
    font-size: 14px;
    letter-spacing: .15em;
}


@media (max-width: 767px) {
.step {
    margin-bottom: 30px;
}
.step li {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
}
@media screen and (max-width: 960px) {
.step li {
    padding: 0 20px;
}
}
@media screen and (min-width: 320px) and (max-width: 480px){
.step li {
    padding: 0 9px;
}
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}
@media screen and (min-width: 320px) and (max-width: 480px){
.row {
    margin-right: 0px;
}
}

.col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 15px
}


@media (min-width: 768px) {
.col-sm-12 {
    width: 100%;
    float: left
}
}

@media (min-width: 1200px) {
.container {
    width: 1170px;
}
}
/**4**/




/*訂單完成*/
.css-table {
    display: table;
    border: 1px solid #CCC;
    width: 100%;
    background-color: #fff;
}
.css-table .thead {
    display: table-header-group;
}
.css-table .tbody {
    display:table-row-group;
}
.css-table .tr {
    display: table-row;
}
.css-table .th, .css-table .td {
    display: table-cell;
    padding: 1em;
    border: 1px solid #CCC;
}
/*訂單完成*/








/* Boostrap Extra-Small Size - Mobile */
@media (max-width: 767px) {
    .content-right {
        left: 0;
    }

    .menu-right-btn,
    .side-nav .cart-side-btn {
        top: 25px;
        right: 25px;
    }

    .side-nav .cart-side-btn .badge {
        position: absolute;
        margin-top: 20px;
        margin-left: -19px;
        font-size: 11px;
        background-color: transparent;
    }

    .side-nav .account-side-btn {
        top: 25px;
        right: 100px;
    }

    .side-nav .home-side-btn {
        top: 25px;
        right: 175px;
    }

    .side-nav ul {
        margin: 100px 50px 0 60px;
    }

    .side-nav ul li {
        margin-bottom: 15px;
    }

    .social-media-box {
        margin: auto 25px;
        bottom: 25px;
    }

    .carousel-indicators {
        width: 60%;
        bottom: 20px;
    }

    .carousel-caption h1 {
        font-size: 30px;
    }

    .carousel-caption p {
        font-size: 20px;
    }

    .block-map {
        height: 300px;
    }

    table thead {
        display: none;
    }

    table tbody td,
    table tfoot td {
        display: block !important;
        padding: .6rem !important;
        text-align: center !important;
    }



    table tbody tr td:nth-child(2) {
        background: #fff;
    }

    .product-banner-wrapper {
        width: auto;
        right: 0;
        padding: 0 20px;
    }

    .blog-container {
        padding-right: 15px;
        padding-bottom: 70px;
    }

    .team-box {
        margin-bottom: 20px;
    }

    .team-box h3,
    .team-box p {
        font-size: 12px;
    }

    .team-box h3 {
        font-weight: 600;
    }

    .product-img-wrapper {
        position: initial;
        padding: 0;
        margin: 0;
    }

    .bx-wrapper .bx-controls-auto,
    .bx-wrapper .bx-pager {
        bottom: -40px;
    }

    .vertical-col {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .recommended-text {
        position: unset;
        text-align: center;
        margin-top: 50px;
    }

    .video-height {
        height: 200px !important;
    }
}




/* Boostrap Small Size - Tablet (portrait) */
@media (min-width: 768px) and (max-width: 991px) {
    .search-input {
        font-size: 45px;
    }

    .product-banner-wrapper {
        width: auto;
        right: 0;
        left: 0;
        padding: 0 50px;
    }

    .product-img-wrapper {
        position: initial;
        padding: 0;
        margin: 0;
    }

    .bx-wrapper .bx-controls-auto,
    .bx-wrapper .bx-pager {
        bottom: -40px;
    }

    .recommended-text {
        font-size: 15px;
    }

    .video-height {
        height: 360px !important;
    }
}


/* Boostrap Small Size - Tablet (landscape) */
@media (min-width: 992px) and (max-width: 1024px) {
    .result-info {
        margin-top: 10px;
    }

    .recommended-text {
        font-size: 15px;
    }

    .video-height {
        height: 360px !important;
    }
}

