/* For Cart */
.bloginside { display: block; position: relative; margin: 0 0 20px 0; padding: 15px; background-color: #fff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.18); border-radius: 3px; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.blog-left { position: relative; width: 100%; -webkit-flex: 0 0 230px; -moz-flex: 0 0 230px; -ms-flex: 0 0 230px; flex: 0 0 230px; max-width: 230px; }
.blog-right { position: relative; padding-left: 10px; width: 100%; -webkit-flex: 0 0 890px;	 -moz-flex: 0 0 890px; -ms-flex: 0 0 890px; flex: 0 0 890px; max-width: 890px;	 }
.blog-fluid { position: relative; width: 100%; -webkit-flex: 0 0 100%; -moz-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.page-title { position: relative; margin: 10px 0 20px 0; padding: 0 0 7px 0; border-bottom: solid 2px #1e90cc; font-size: 24px; font-weight: 700; line-height: 30px; color: #1e90cc; }
.page-title span { position: relative; padding: 0 15px 0 25px; background-color: #fff; z-index: 1; }
.page-title span::before { position: absolute; bottom: 5px; left: 3px; content: ""; width: 7px; height: 7px; background-color: #1e90cc; transform: rotate(45deg); z-index: 1; }
.page-title span::after { position: absolute; top: 6px; left: 5px; content: "";width: 10px; height: 10px; border: solid 2px #1e90cc; transform: rotate(15deg); z-index: 1; }

.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before { content: counter(stepNum); font-family: "Yu Gothic"; font-size: 12px; font-weight: 400; }
.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after { background-color: #ddd; }
.multi-steps { display: table; table-layout: fixed; margin: 50px auto 30px auto; width: 100%; max-width: 600px; }
.multi-steps > li { counter-increment: stepNum; text-align: center; display: table-cell; position: relative; color: #1e90cc; }
.multi-steps > li:before { position: relative; display: block; margin: 0 auto 5px auto; width: 36px; height: 36px; background-color: #1e90cc; border: solid 2px #1e90cc; border-radius: 50%; line-height: 32px; font-family: 'FontAwesome'; content: '\f00c'; font-size: 12px; font-weight: 700; text-align: center; z-index: 1; color: #fff; }
.multi-steps > li:after { position: absolute; top: 18px; left: 50%; z-index: 0; content: ''; width: 100%; height: 2px; background-color: #1e90cc; }
.multi-steps > li:last-child:after { display: none; }
.multi-steps > li.is-active:before { background-color: #1e90cc; border-color: #1e90cc; color: #fff; }
.multi-steps > li.is-active ~ li { color: #ccc; }
.multi-steps > li.is-active ~ li:before { background-color: #ddd; border-color: #ddd; color: #fff; }

.text-total { margin-bottom: 20px; text-align: center; }

.orders-list { margin-bottom: 20px }
.orders-list ul { margin: 0 0 20px 0; padding: 0 0 10px 0; width: 100%; border-bottom: solid 1px #ddd; overflow: hidden; }
.orders-list ul li { position: relative; margin-top: 10px; padding: 10px 10px 20px 10px; width: 100%; min-height: 50px; float: left; border-top: solid 1px #ddd; }
.orders-list ul li:first-child { margin-top: 0; min-height: auto; border-top: none; }
.order-item-img { position: relative; width: 12%; height: 80px; float: left; }
.order-item-img a.img-thumb { display: block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); margin: 0 auto; padding: 0; overflow: hidden; text-align: center; }
.order-item-img a img { max-width: 80px; max-height: 80px; width: auto; height: auto; opacity: 1; }
.order-item-name { padding: 0 10px 10px 10px; width: 48%; float: left; }
.order-item-name a { display: block; margin-bottom: 5px; height: 32px; line-height: 32px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.order-item-name span { line-height: 30px; }
.order-item-qty { position: relative; padding: 0; width: 18%; float: left; text-align: center; display: flex; flex-direction: column; justify-content: center; align-content: center; align-items: center; }
.order-item-qty .form-control { margin: 0 auto 5px auto; width: 60%; height: auto; text-align: center; font-size: 16px; }
.order-item-qty .js-qty-down, .order-item-qty .js-qty-up { width: 30px; height: 30px; background-color: #fff; border: solid 1px #ddd; border-radius: 9999px; color: #333; font-size: 16px; outline: none; }
.order-item-qty .js-qty-up { margin: 0 0 0 5px; }
.order-item-qty .js-qty-down { margin: 0 5px 0 0; }
.order-item-qty .js-qty-down:hover, .order-item-qty .js-qty-up:hover { background-color: #1e90cc; border-color: #1e90cc; color: #fff; }
.order-item-price { width: 22%; float: left; text-align: right; line-height: 32px; }
.order-btn-ic { position: absolute; bottom: 0; left: 10px; width: 12%; text-align: center; }
.order-btn-ic a { margin-right: 10px; }
.order-item-btn { padding-left: 20px; width: 18%; float: left; }

.order-title { }
.order-title ul { margin: 0; padding: 10px; width: 100%; background-color: #eee; overflow: hidden; border-radius: 5px; line-height: 20px; }
.order-title ul li { width: 100%; float: left; text-align: center; }
.order-title-name { width: 60%; float: left; }
.order-title-qty { width: 18%; float: left; }
.order-title-price { width: 22%; float: left; }
.order-title-btn { padding-left: 20px; width: 18%; float: left; }
.order-title-btn .btn-addcart { width: 78%; }
.order-title-btn .bbtn { display: inline-block; padding: 9px 10px; min-width: 40px; }

.cart-total { position: relative; padding: 20px; width: 100%; background-color: #eee; border: solid 1px #eee; overflow: hidden; border-radius: 5px; }
.cart-total h6 { margin-bottom: 20px; padding-bottom: 10px; border-bottom: solid 1px #ddd; font-size: 18px; font-weight: 700; }
.cart-total ul { margin-bottom: 20px; font-size: 16px; }
.cart-total ul li { display: flex; margin-bottom: 10px; width: 100%; overflow: hidden; }
.cart-total ul li.order-total { padding-top: 20px; border-top: solid 2px #ddd; font-size: 16px; font-weight: 700; color: #ff2556; }
.cart-total ul li.order-total span.f-left { color: #333; }

.cart-total ul li span.f-left { margin-right: auto; }
.cart-total ul li span.f-right { margin-left: auto; }

.cart-total label { display: block; padding-top: 10px; border-top: dashed 1px #eee; }
.cart-total .form-control { width: 80%; float: left; border-top-right-radius: 0; border-bottom-right-radius: 0; }
.cart-total button.btn-usecoupon { padding: 9px 10px; width: 20%; float: left; text-align: center; background-color: #ccc; border: solid 1px #ccc; border-top-right-radius: 24px; border-bottom-right-radius: 24px; color: #333; }
.cart-total button.btn-usecoupon:hover {  background-color: #999; border-color: #999; color: #fff; }
.cart-total button.btn-next { padding: 9px 10px; width: 100%; text-align: center; background-color: #1e90cc; border: 0; border-bottom: solid 3px #54abd8; border-radius: 4px; color: #fff; }
.cart-total button.btn-next:hover { opacity: 0.8; }

.order-form { margin: 0; padding: 20px; border: solid 1px #ddd; overflow: hidden; border-radius: 5px; }
.order-form h6 { margin-bottom: 20px; padding-bottom: 10px; border-bottom: solid 1px #ddd; font-size: 18px; font-weight: 700; }

.cart-total .orders-list { margin: 20px 0; background-color: #fff; border-radius: 5px; }


.cart-total .orders-list ul { border-bottom: 0; }
.cart-total .orders-list ul li { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-content: center; align-items: center; margin-bottom: 0; padding: 10px; width: 100%; }
.cart-total .cart-total-row-left { display: flex; width: 90px; }
.cart-total .cart-total-row-left .order-item-img { width: 80px; }
.cart-total .cart-total-row-right { display: flex; flex-direction: column; flex: 1; }
.cart-total .cart-total-row-right .order-item-name { padding: 0; width: 100%; text-align: right; line-height: 24px; }
.cart-total .cart-total-row-right .order-item-qty { width: 100%; align-items: flex-end; line-height: 24px; }
.cart-total .cart-total-row-right .order-item-price { width: 100%; line-height: 24px; }

.spaceform { clear: both; height: 10px; }
a.btn-back { margin-left: 20px; padding: 9px 10px; width: 100%; text-align: center; background-color: #ddd; border: 0; border-bottom: solid 3px #ccc; border-radius: 4px; color: #525263; }
a.btn-back:hover { opacity: 0.8; }
a.btn-index { display: block; margin: 20px auto; padding: 9px 10px; width: 150px; text-align: center; background-color: #1e90cc; border: 0; border-bottom: solid 3px #54abd8; border-radius: 4px; color: #fff; }
a.btn-index:hover { opacity: 0.8; }

.order-form .col-12 { display: flex; flex-direction: row; justify-content: flex-start; align-content: center; align-items: center; margin-top: 10px; width: 100%; line-height: 24px; }
.order-form .col-12:first-child { margin-top: 0; }
.order-form label { font-weight: 700; }
.order-form label span { margin-left: 10px; color: #de5d50; }
.order-form .form-control { font-size: 14px; }
.order-form .form-control.textarea { width: 100%; height: auto; outline: none; }
.order-form input[type="checkbox"], .order-form input[type="radio"] { margin-left: 10px; margin-right: 10px; }

.order-form .form-row { display: flex; flex-wrap: nowrap; flex-direction: column; font-size: 14px; margin-left: 0; margin-right: 0; }
.order-form .form-group { display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: flex-start; align-content: center; align-items: center; margin-bottom: 10px; }
.order-form .form-group .form-left { margin-top: 10px; margin-bottom: auto; width: 30%; }
.order-form .form-group .form-right { width: 70%; }

.order-form .form-input { margin-bottom: 10px; }
.order-form .form-input .form-control { margin-right: 10px; width: 45%; }
.order-form .form-input-full { margin-bottom: 10px; width: 100%; }
.order-form .form-zipinput { margin-bottom: 10px; display: flex; flex-direction: row; justify-content: flex-start; align-content: center; align-items: center; }
.order-form .form-zipinput .form-control { margin: 0 10px; width: 120px; }
.order-form .form-zipinput i { font-size: 18px; }
.order-form .form-select { margin-bottom: 10px; width: 45%; }
.order-form .form-input-full { width: 100%; }
.order-form .form-text { margin-top: 10px; }
.order-form .form-select-date { display: flex; flex-direction: row; justify-content: flex-start; align-content: center; align-items: center; margin-bottom: 10px; width: 100%; }
.order-form .form-select-date .form-control { width: auto; }
.order-form .form-select-date .date-inside { margin: 0 10px; }

.order-form .form-sex { margin-top: 10px; margin-bottom: 10px; }
.order-form .form-sex label { margin-right: 10px; font-weight: 400; }

.block-complete { display: flex; flex-direction: column; justify-content: center; align-content: center; align-items: center; text-align: center; margin: 0 auto; padding: 20px 0; width: 50%; line-height: 24px; }
.block-complete h6 { margin-bottom: 30px; font-size: 20px; font-weight: 700; }
.block-complete p { margin-bottom: 20px; }

.entry-form { border: none; }
.entry-form .form-group { margin-top: 10px; margin-bottom: 0; padding-top: 20px; border-top: dashed 1px #ddd; }
.entry-form .form-group:first-child { margin-top: 0; padding-top: 0; border-top: 0; }

.entry-form .checkbox-box { justify-content: center; margin-bottom: 20px; }
.form-btn { display: flex; flex-direction: row; justify-content: center; align-content: center; align-items: center; margin: auto; width: 50%; }

.btn-confirm { display: block; margin: 10px; padding: 9px 10px; width: 200px; text-align: center; background-color: #1e90cc; border: 0; border-bottom: solid 3px #54abd8; border-radius: 4px; color: #fff; }
.btn-confirm:hover { opacity: 0.8; }
.btn-disagree { display: block; margin: 10px; padding: 9px 10px; width: 200px; text-align: center; background-color: #ddd; border: 0; border-bottom: solid 3px #ccc; border-radius: 4px; color: #525263; }
.btn-disagree:hover { opacity: 0.8; color: #525263; }

.login-form { padding: 70px 50px; background-color: #f3f4f4; }
.login-form .form-input .form-control { width: 100%; }
.login-form .checkbox-box { margin-left: 30%; }
.login-form .form-btn { margin-top: 20px; width: 100%; }

.alink { display: flex; flex-direction: column;}

.btn-login { display: block; margin: 10px 20px; padding: 9px 10px; width: 150px; text-align: center; background-color: #1e90cc; border: 0; border-bottom: solid 3px #54abd8; border-radius: 4px; color: #fff; }
.btn-login:hover { opacity: 0.8; }
.btn-register { display: block; margin: 10px 20px; padding: 9px 10px; width: 150px; text-align: center; background-color: #1ecc77; border: 0; border-bottom: solid 3px #54d897; border-radius: 4px; color: #fff; }
.btn-register:hover { opacity: 0.8; color:#fff; }

.forgot-form { padding: 30px; background-color: transparent; border: none; }
.forgot-form p { margin-bottom: 30px; }
.forgot-form .form-btn { margin-top: 0; margin-left: 30%; width: auto; }
.forgot-form .form-btn .btn-login { margin-left: 0; margin-right: 0; }

@media only screen and (min-width: 320px) and (max-width: 767px)  {
.multi-steps { margin: 20px auto; }
.orders-list ul li { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-content: center; align-items: flex-start; margin-bottom: 0; padding: 10px 0 0 0; width: 100%; }
.orders-list ul li .orders-list-left { display: flex; width: 90px; }
.orders-list ul li .orders-list-left .order-item-img { width: 80px; height: 80px; }
.orders-list ul li .orders-list-right { display: flex; flex-direction: column; flex: 1; }
.orders-list ul li .orders-list-right .order-item-name { padding: 0; width: 100%; }
.orders-list ul li .orders-list-right .order-item-qty { flex-direction: row; width: 100%; }
.orders-list ul li .orders-list-right .order-item-qty .form-control { margin: 0; }
.orders-list ul li .orders-list-right .order-item-qty div { display: flex; flex-direction: row; justify-content: center; align-content: center; align-items: center; }
.orders-list ul li .orders-list-right .order-item-price { width: 100%; }
.orders-list ul li .order-btn-ic { bottom: 18px; width: 90px; }
.order-form { margin-bottom: 10px; padding: 10px; }
.order-form .form-group { margin-top: 10px; margin-bottom: 0; padding-top: 10px; border-top: dashed 1px #ddd; }
.order-form .form-group:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.order-form .form-group .form-left { margin-top: 0; width: 100%; }
.order-form .form-group .form-left label span { display: block; margin-left: 0; }
.order-form .form-input .form-control { margin-top: 10px; width: 100%; }
.order-form .form-input .form-control:first-child { margin-top: 0; }
.order-form .form-select { width: 100%; }
.order-form .form-text { margin-top: 0; }
.block-complete { width: 100%; }

.entry-form { padding: 0; }
.entry-form .form-group { flex-direction: column; }
.entry-form .form-group .form-left { margin-bottom: 10px; width: 100%; }
.entry-form .form-group .form-left label span { display: inline-block; margin-left: 10px; }
.entry-form .form-group .form-right { width: 100%; }
.form-btn { flex-direction: column; margin-top: 10px; width: 100%; }

.login-form { padding: 20px; }
.login-form .form-group { flex-direction: column; }
.login-form .form-group .form-left { margin-bottom: 10px; width: 100%; }
.login-form .form-group .form-right { width: 100%; }
.login-form .checkbox-box { margin-left: 0; }
.login-form .form-btn { justify-content: flex-start; align-items: flex-start; }
.login-form .form-btn .btn-login { margin: 10px 0 20px 0; width: 100%; }
.login-form .form-btn .btn-register { margin: 10px 0 20px 0; width: 100%; }
.login-form .form-btn .alink { justify-content: center; align-content: center; align-items: center; width: 100%; line-height: 30px; }

.forgot-form { padding: 0; }
.forgot-form .form-group .form-left label span { display: inline-block; margin-left: 10px; }
.forgot-form .form-btn { margin-left: 0; width: 100%; }
.back-shopping{ padding: 0px 30px; }
.back-shopping-btn{ display: inline-block; margin-left: 0px !important; }
}


