/*************************************************** Start ADD-TO-CART Page Style ***************************************************/
.text-green {
  color: #57b47b;
}
.show-small-img[alt="now"] {
  border: 1px solid #57b47b;
}
.zoom-view{
  border: 1px solid #57b47b;
  box-shadow: 0px 2px 15px -5px rgba(14, 45, 26, 0.4)
}
.preview, .details {
  margin-bottom: 15px;
}
.addTocart {
  padding: 40px 0 25px 0;
}
.details .outerDetail {
  padding: 30px;
  background: #f5f5f5;
}
.offer-text, .price-text {
  font-size: 16px;
  color: #777;
}
.outerDetail del {
  color: #57b47b;
}
.outerDetail del span {
  color: #777;
  font-size: 17px;
}
.seprator {
  height: 1px;
  background: #e9e9e9;
}
.priceTag {
  color: #57b47b;
  font-size: 17px;
  margin: 0px 0 10px 0;
}
.priceTag span {
  margin: 30px 10px 25px 0;
}
.product-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}
.individual-rating{
	margin-top: 7px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: flex;
	border-bottom: 1px solid #e9e9e9;
}
.individual-rating a{
	margin-left: 10px;
}
.individual-rating a:hover{
	color: #57b47b;
}
.add-to-cart {
  width: 200px;
  border: none;
  font-size: 15px;
  color: #fff;
  border-radius: 0;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  padding: 10px;
  outline: none;
  background: linear-gradient(145deg, rgba(97, 173, 70, 1) 0%, rgba(82, 182, 146, 1) 100%);
}
.add-to-cart:focus, .add-to-cart:active {
  color: #fff;
  outline: none;
  background-image: linear-gradient(145deg, rgba(97, 173, 70, 1) 0%, rgba(82, 182, 146, 1) 100%);
}
.add-to-cart:hover {
  color: #fff;
  outline: none;
  background-image: linear-gradient(145deg, rgba(97, 173, 70, 1) 100%, rgba(82, 182, 146, 1) 0%);
}
.not-available {
  text-align: center;
  line-height: 2em;
}
.not-available:before {
  font-family: fontawesome;
  content: "\f00d";
  color: #fff;
}
#pinCodesearch {
  float: right;
  margin-top: 9px;
  width: 250px;
}
.pinCodesearch {
  width: 230px;
  position: relative;
  margin: 20px 0 65px 0;
}
.pinCodesearch input {
  position: absolute;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  height: 40px;
  line-height: 18px;
  padding: 2px 30px;
  color: #b1b1b1;
  border: 1px solid #e0e0e0;
}
.btnsearch {
  height: 40px;
  padding: 10px 25px;
  position: absolute;
  right: -105px;
  width: 90px;
  border-radius: 0;
  background: linear-gradient(145deg, rgba(97, 173, 70, 1) 0%, rgba(82, 182, 146, 1) 100%);
  color: #fff;
}
.quantity-wrap {
  margin: 10px 0 5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.quantity-wrap .qty {
  border: 1px solid #e0e0e0;
  width: 60px;
  margin: 0 10px;
  height: 32px;
  border-radius: 0;
}
.stock-warning-msg {
  color: #d21e1e;
  font-size: 12px;
  margin-bottom: 5px;
}
.select-quantity {
  margin-right: 15px;
}
.total-quantity {
  margin: 10px 0;
}
.stock-no {
  width: auto;
  margin: 0;
  padding: 0 15px;
  border-radius: 0;
  display: inline-block;
}
.product-variation {
  margin-bottom: 10px;
}
.product-variation h5 {
  color: #000;
  display: block;
  padding: 1rem 0;
  margin-bottom: 0;
  margin-top: 5px;
}
.variations-wrap {
  background: #fff;
  padding: 5px 10px;
}
.addons-wrap {
  background: #f5f5f5;
}
.addons-wrap .var-box {
  padding: 5px 10px;
  background: #fff;
  margin-bottom: 10px;
}
.addons-wrap .var-box:last-child {
  margin-bottom: 0;
}
.var-box {
  display: flex;
  flex-direction: column;
  margin: 5px 0;
}
.var-name {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
.var-items {
  margin-bottom: 5px;
}
.variants, .addons {
  display: flex;
  flex-wrap: wrap;
}
.field-wrap {
  display: flex;
  flex-direction: column;
  min-width: 70px;
  margin-bottom: 10px;
  min-height: 40px;
  padding: 5px 10px;
  border: 1px solid #eee;
}
.field-wrap label {
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  user-select: none;
}
.variants .field-wrap, .addons .field-wrap {
  flex: 48% 0 0;
  margin: 5px 1%;
}
.addon-price-tag p {
  margin-bottom: 0;
  font-size: 13px;
  color: #777;
  line-height: normal;
}
.addon-price del span {
  font-size: 14px;
  margin-left: 5px;
}
.addon-offer-text {
  font-size: 14px;
  color: #57b47b;
  margin-left: 5px;
}
.input-items {
  display: flex;
  line-height: normal;
}
.input-items label {
  margin: 0 10px 5px 0;
}
.desCription {
  background: #f5f5f5;
  padding: 40px 0;
}
.desCription .accordion-home .card {
  margin: 0 0 15px 0;
  border: none;
}
.desCription .accordion-home .card:last-child {
  margin: 0;
}
.desCription .accordion-home .card-header {
  color: #000;
  border: none;
  -webkit-border-radius: 0.625rem;
  border-radius: 0.625rem;
  padding: 0;
}
.desCription .accordion-home .card-header h5 {
  font-size: 14px;
  margin: 0;
  position: relative;
}
.desCription .accordion-home .card-header h5 a {
  color: #57b47b;
  display: block;
  padding: 1rem 1.875rem;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-transform: uppercase;
}
.desCription .accordion-home .card-header h5 a[aria-expanded="true"] {
  color: #000;
  text-decoration: none;
}
.desCription .accordion-home .card-header h5 a[aria-expanded="true"] i {
  color: #c3c3c3;
}
.desCription .accordion-home .card-header h5 a[aria-expanded="true"] i.fa-minus {
  display: inline-block;
}
.desCription .accordion-home .card-header h5 a[aria-expanded="true"] i.fa-plus {
  display: none;
}
.desCription .accordion-home .card-header h5 i {
  position: absolute;
  right: 1.875rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.desCription .accordion-home .card-header h5 i.fa-minus {
  display: none;
}
.desCription .collapse {
  background: #fff;
}
.desCription .accordion-home .card-header:hover h5 i {
  color: #c3c3c3;
}
.desCription .accordion-home .card-body {
  background: #fff;
  line-height: 1.6;
  padding: 2rem;
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.outerDetail .accordion-home .card {
  margin: 0 0 15px 0;
  border: none;
}
.outerDetail .accordion-home .card-header {
  color: #000;
  border: none;
  -webkit-border-radius: 0.625rem;
  border-radius: 0.625rem;
  padding: 0;
}
.outerDetail .accordion-home .card-header h5 {
  font-size: 14px;
  margin: 0;
  position: relative;
}
.outerDetail .accordion-home .card-header h5 a {
  color: #000;
  display: block;
  padding: 1rem 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.outerDetail .accordion-home .card-header h5 a[aria-expanded="true"] {
  color: #000;
  text-decoration: none;
}
.outerDetail .accordion-home .card-header h5 a[aria-expanded="true"] i {
  color: #c3c3c3;
}
.outerDetail .accordion-home .card-header h5 a[aria-expanded="true"] i.fa-minus {
  display: inline-block;
}
.outerDetail .accordion-home .card-header h5 a[aria-expanded="true"] i.fa-plus {
  display: none;
}
.outerDetail .accordion-home .card-header h5 i {
  position: absolute;
  right: 1.875rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.outerDetail .accordion-home .card-header h5 i.fa-minus {
  display: none;
}
.outerDetail .collapse {
  background: #fff;
}
.outerDetail .accordion-home .card-header:hover h5 i {
  color: #c3c3c3;
}
.image-gallery {
  margin: 0 auto !important;
  display: table !important;
}
.primary, .thumbnails {
  display: table-cell !important;
}
.thumbnails {
  width: 300px !important;
}
.primary {
  width: 600px !important;
  height: 400px !important;
  background-color: #cccccc !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.thumbnail:hover .thumbnail-image, .selected .thumbnail-image {
  border: 4px solid red !important;
}
.thumbnail-image {
  width: 100px !important;
  height: 100px !important;
  margin: 20px auto !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  border: 4px solid transparent !important;
}
/* end galley slider css */
/* start style checkbox */
.styled-checkbox {
  position: relative;
  -webkit-appearance: none;
  margin-top: 1px !important;
  margin-right: 5px !important;
}
.styled-checkbox:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: #f8f8f8;
  border-radius: 3px;
  border: 1px solid #cccccc;
  box-shadow: inset 0 0 3px 1px rgb(222, 222, 222, 0.5);
  transition: all 0.2s;
}
.styled-checkbox:hover:before {
  border: 1px solid #57b47b;
  box-shadow: inset 0 0 2px 1px rgba(87, 180, 123, 0.42);
  transition: all 0.3s;
}
.styled-checkbox:focus {
  outline: none !important;
}
.styled-checkbox:focus:before {
  box-shadow: 0 0 0 2px rgba(87, 180, 123, 0.42);
}
.styled-checkbox:checked:before {
  background: #57b47b;
  border: 1px solid #57b47b;
  box-shadow: inset 0 0 2px 1px rgba(87, 180, 123, 0.42);
  transition: all 0.3s;
}
.styled-checkbox:disabled {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 7px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
/* end style checkbox */
/* start style radio */
.styled-radio {
  display: none;
}
.styled-radio + label > span.outer {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -1px 4px 0 0;
  border: 1px solid #cccccc;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #f8f8f8;
  transition: all 0.2s;
}
.styled-radio + label:hover > span.outer {
  border: 1px solid #57b47b;
  transition: all 0.3s;
}
.styled-radio + label span.inner {
  position: absolute;
  display: none;
  width: 9px;
  height: 9px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: grey;
}
.styled-radio:checked + label span.inner {
  background-color: #57b47b;
  display: block;
}
/*end style radio */
.ipr-box{
	padding-bottom: 20px;
	margin-bottom:20px;
	border-bottom: 1px solid #eee;
}
.ipr-box:last-child{
	padding: 0;
	margin: 0;
	border: 0;
}
.ipr-header{
	margin-bottom: 10px;
}
.ipr-header img{
  width: 34px;
  border-radius: 100%;
  margin-right: 7px;	
}
.ipr-rating{
	display: inline-flex;
	line-height: normal;
}
.ipr-headline{
	font-weight: bold;
    font-size: 14px;
	margin-left: 10px;
}
.ipr-timestamp{
	display: block;
	font-size: 13px;
	color: #777;
	line-height: normal;
}
.ipr-footer{
	margin-top: 7px;
}
/********************************************* End  ADD-TO-CART Page Style *********************************************/
/*************************************************** Start CART Page Style ***************************************************/
.cart-wrap {
  padding: 40px 0 25px 0;
}
.cart-items-wrap, .cart-checkout-wrap {
  background: #fff;
  box-shadow: 0 0 25px -5px #e5e5e5;
  margin-bottom: 15px;	
}
.delivery-add-wrap{
  margin-bottom: 15px;
  border: 1px solid #ddd;
  padding: 15px;
  background: #fff;
}
.cart-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
}
.cart-body {
  padding: 15px;
}
.cart-items {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.cart-items:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.cart-items .item-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cart-items .item-block.ib-info {
  display: flex;
  flex: 64% 0 0;
}
.cart-items .item-block.ib-info .product-img {
  margin-right: 15px;
}
.cart-items .item-block.ib-info .product-img img {
  width: 100px;
}
.cart-items .item-block.ib-info .item-title {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  transition: all 0.15s;
  line-height: normal;
}
.cart-items .item-block.ib-info .item-title:hover {
  color: #57b47b;
  transition: all 0.3s;
}
.cart-items .item-block.ib-info .ib-info-meta{
	display: flex;
	flex-direction: column;
}
.qty-var-wrap{
	display: flex;
}
.cart-items .item-block.ib-info .item-qty{
	margin-top: 3px;
	margin-bottom: 1px;
}
.cart-items .item-block.ib-info .item-var {
  font-size: 14px;
  display: block;
}
.cart-items .item-block.ib-info .item-var strong, .cart-items .item-block.ib-info .item-qty strong,  .cart-items .item-block.ib-info .item-addon strong {
  display: inline-block;
  margin-right: 5px;
}
.cart-items .item-block.ib-info .item-addon{
  margin-top: 5px;
}
.cart-items .item-block.ib-info .item-addon .addon-list{
	padding: 5px;
	border-left: 3px solid #eee;
	list-style-position: inside;
    list-style-type: decimal;
}
.cart-items .item-block.ib-info .item-addon .addon-list .addon-list-item .ali-price{
	margin-left: 5px;
	font-weight: bold;
}
.cart-items .item-block.ib-info .item-action{
/*  display: flex;*/
/*  align-items: flex-end;*/
  height: 100%;
}
.cart-items .item-block.ib-info .item-action a {
  font-size: 13px;
  margin-right: 15px;
  color: #57b47b;	
  text-decoration: none;
  text-transform: uppercase;
}
.cart-items .item-block.ib-info .item-action .remove-item:hover {
  color: #ff3f6c;
}
.cart-items .item-block.ib-qty-counter{
	flex: 18% 0 0;
	text-align: center;
}
.cart-items .item-block.ib-qty-counter .qty-field{
	display: flex;
	align-items: center;
}
.cart-items .item-block.ib-qty-counter .qty-field input {
	width: 42px;
    height: 30px;
    margin: 0 5px;
    padding: 0 2px;
    text-align: center;
}
.cart-items .item-block.ib-qty-counter .qty-field button {
	height: 30px;
    width: 30px;
    border-radius: 100%;
    background: #f5f5f5;
    outline: none;
    border: 0;
    box-shadow: none;
	padding: 0;
}
.cart-items .item-block.ib-qty-counter .qty-field button img {
    width: 100%;
    max-width: 100%;
    padding: 6px;
	opacity: 0.75;
}
.cart-items .item-block.ib-qty-counter .qty-field button:hover img{
	opacity: 1;
}
.cart-items .item-block.ib-total-price {
  flex: 18% 0 0;
  text-align: right;
}
.cart-items .item-block.ib-total-price span {
  color: #555;
}
.cart-items .item-block.ib-total-price span.tp-price {
  font-size: 1.4em;
  font-weight: 900;
}
.checkout-title {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
    font-weight: 700;
    font-size: 16px;
}
.delivery-add-title{
    font-weight: 700;
    font-size: 16px;
	padding-bottom: 15px;
    border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.delivery-add-list{
	list-style: none;
	padding: 0;
	margin-top: 12px;
}
.delivery-add-list li{
	margin-bottom: 15px;
}
.delivery-add-list li:last-child{
	margin-bottom: 0;
}
.checkout-body{
	padding: 15px;
}
.checkout-attr{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.total-cart-checkout{
    border-top: 1px dashed #eee;
    border-bottom: 1px dashed #eee;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
	margin-bottom: 15px;
}
.cart-checkout{
    margin: 0 auto;
    text-align: center;
}
.change-add{
	background: #57b47b;
	min-width: auto !important;
	padding: 5px 12px !important;
	font-weight: normal;
}
.cart-btn, .new-checkout-btn {
    min-width: 200px;
    border: none;
	display: inline-block;
	text-align: center;
    font-size: 15px;
    color: #fff;
	text-decoration: none;
    border-radius: 0;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    padding: 10px;
    outline: none;
    background: linear-gradient(145deg, rgba(97, 173, 70, 1) 0%, rgba(82, 182, 146, 1) 100%);
}
.cart-btn-small{
	min-width: auto;
	padding: 7px 15px;
}
.cart-btn:focus, .cart-btn:active,
.new-checkout-btn:focus, .new-checkout-btn:active {
	text-decoration: none;
	color: #fff;
	outline: none;
}
.cart-btn:hover, .new-checkout-btn:hover {
  color: #fff;
  outline: none;
  text-decoration: none;
  background-image: linear-gradient(145deg, rgba(97, 173, 70, 1) 100%, rgba(82, 182, 146, 1) 0%);
}

.new-checkout-btn {
  min-width: auto;
  background-image: linear-gradient(145deg, #f5ae9d 0%, #f5ae9d 100%) !important;
  width:100%;
}
/*************************************************** End CART Page Style ***************************************************/
/*************************************************** Start MY ORDERS / ORDER DETAIL Page Style ***************************************************/
.my-order-wrap {
    padding: 35px 0 25px 0;
}
.order-list-wrap {
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.order-header, .order-detail-header{
	padding: 12px 15px;
	border-bottom: 1px solid #ddd;
	background: #eee;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.order-detail-wrap{
	border: 1px solid #ddd;
    margin-bottom: 15px;	
}
.order-detail-body{
	padding: 15px;
}
.odb-left{
	display: flex;
}
.odb-right{
	display: flex;
    justify-content: flex-end;
}
.order-summary{
    max-width: 280px;
    width: 100%;
}
.odb-data{
	font-size: 13px;
}
.odb-data address{
	margin-bottom: 10px;
}
.odb-pay-type{
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.odb-pay-type img{
	width: 34px;
	margin-right: 5px;
}
.odb-att{
	display: flex;
	justify-content: space-between;
}
.odb-total{
	margin-top: 5px;
	font-weight: bold;
}
.order-ship-add, .order-pay-method{
	min-width: 160px;
    max-width: 280px;
	width: 100%;
}
.order-ship-add{
	margin-right: 30px;
}
.odb-head{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.order-detail-header .order-head-text, .order-detail-header .order-desc-text {
    display: inline-block;
}
.order-detail-header .order-head-text {
    text-transform: capitalize;
    color: #666;
    font-size: 13px;
    margin-bottom: 0;
}
.order-detail-header .order-desc-links a{
	font-size: 17px;
}
.order-left, .order-right{
	display: flex;
	flex-wrap: wrap;
}
.order-left{
    flex: 80% 0 0;
}
.order-right{
	flex: 20% 0 0;
	display: flex;
	justify-content: flex-end;
}
.order-right .order-attr{
	margin-right: 0;
}
.order-attr{
	margin-right: 8%;
}
.order-head-text, .order-desc-text{
	display: block;
}
.order-head-text{
	text-transform: uppercase;
	color: #666;
	font-size: 12px;
	margin-bottom: 1px;
}
.order-desc-text{
	color: #444;
	font-size: 13px;
}
.ship-to{
	position: relative;
}
.user-sign-detail{
	visibility: hidden;
	opacity: 0;
    position: absolute;
	z-index: 1;
    left: 50%;
    transform: translate(-50%, -7px);
    max-width: 480px;
    min-width: 240px;
    width: 100%;
	height: auto;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ddd;
	-webkit-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.10);
	transition: all 0.35s;
}
.ship-to:hover .user-sign-detail{
	visibility: visible;
	opacity: 1;
    transform: translate(-50%, 0);
	transition: all 0.5s;
}
.user-sign-detail p{
	margin-bottom: 3px;
}
.user-sign-name{
	font-weight: bold;
}
.user-sign-phone span{
	margin-right: 2px
}
.order-desc-links a{
	font-size: 13px;
	padding: 0 10px;
    border-right: 1px solid #ccc;
}
.order-user-sign i{
	margin-left: 2px;
}
.order-user-sign:hover{
	color: #57b47b;
}
.order-desc-links a:first-child{
	padding-left: 0;
}
.order-desc-links a:last-child{
	padding-right: 0;
	border: 0;
}
.order-desc-links a:hover{
	color: #57b47b;
}
.order-idno{
	margin-left: 5px;
	font-size: 13px;
	color: #444;
}
.order-body{
	padding: 30px 25px;
}
.order-delivered-status{
	font-weight: bold;
	font-size: 17px;
	margin: -18px 0 12px 0;
}

.order-delivered-status span{
	margin-left: 2px;
}
.order-item-block {
	position: relative;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.order-item-block .oib-left{
	display: flex;
    flex: 70% 0 0;
}
.order-item-block .oib-right{
	margin-left: 15px;
}
.order-item-block:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.order-item-block .product-img {
    margin-right: 15px;
}
.order-item-block .product-img img {
    width: 100px;
}
.order-item-block .order-info-meta {
    display: flex;
    flex-direction: column;
}
.order-item-block .order-info-meta .item-title {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    transition: all 0.15s;
	max-width: 560px;
	width: 100%;
	line-height: normal;
}
.order-desc{
	margin: 5px 0 0 0;
	color: #777;
}
.order-var{
	margin: 5px 0 0 0;
}
.order-var > span{
	margin: 0 7px 5px 7px;
	display: inline-block;
}
.order-var > span:first-child, .order-var span:last-child{
	margin-left: 0;
	margin-right: 0;
}
.order-var span strong{
	display: inline-block;
	margin-right: 5px;
}
.order-addon{
	display: block;
	width: 100%;
}
.order-addon-list{
	padding: 5px;
	margin: 0;
    border-left: 3px solid #eee;
    list-style-position: inside;
    list-style-type: decimal;
}
.order-addon-list-item:last-child{
	margin: 0;
}
.order-addon-list-item .ali-price {
    margin-left: 5px;
    font-weight: bold;
}
.order-total-price{
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    display: inline-block;
}
.order-total-price span{
	color: #57b47b;
	margin-right: 1px;
}
.order-item-block .oib-right{
    text-align: right;
}	
.order-review-link{
    display: block;
	margin-top: 15px;
}	
.order-review-link a{
    text-decoration: none;
    color: #666;
    padding: 4px 15px;
    background: #eee;
	border: 1px solid #e5e5e5;
}
.order-review-link a:hover{
    color: #555;
	background: #ddd;
	border: 1px solid #d5d5d5;
}	
.order-list-wrap.order-checkout-card .order-ship-add{
	border: 1px solid #ddd;
    padding: 12px 15px;
    max-width: 380px;
    width: 100%;
}
.order-list-wrap.order-checkout-card .order-summary{
    padding: 15px;
    background: #f5f5f5;
    max-width: 320px;
    width: 100%;
	margin-top: 15px;
}
.order-list-wrap.order-checkout-card .order-detail-body > .row{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.cpo-block-head{
    padding: 7px 5px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    color: #4d4d4d;
    position: relative;
}
.cpo-block-head:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top: 100%;
    background: linear-gradient(90deg, #ddd, transparent);
}
.cpo-block .add-card{
	padding: 0;
	justify-content: flex-start;
}
.cpo-inner-block{
	padding: 0 5px;
	margin-bottom: 15px;
}
.cpo-inner-block p{
	margin-bottom: 0;
}
.cpo-block .not-card{
	text-transform: inherit;
    font-size: 18px;
    color: #8d8d8d;
    font-weight: 400;
	text-align: left;
	padding-left: 15px;
}
.cpo-block .ac-add{
	margin-bottom: 0;
}
.cpo-inner-block > a{
	display: block;
    padding-bottom: 15px;
    margin-left: 15px;
	position: relative;
}
.cpo-inner-block > a:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top: 100%;
    background: linear-gradient(90deg, #eee,transparent, transparent);
}
.cpo-inner-block .wpwl-form{
	margin: 0 !important;
}
.cpo-inner-block > .card_div{
	padding: 0 15px;
}
.order-list-wrap.order-checkout-card .order-summary .odb-head{
	font-size: 18px;
}
.order-list-wrap.order-checkout-card .order-summary .odb-att{
	font-size: 16px;
}
.order-list-wrap.order-checkout-card .order-summary .odb-att.odb-total{
    font-weight: 600;
    font-size: 18px;
	margin-top: 10px;
}
.wpwl-wrapper-submit > button, .wpwl-wrapper-submit > a.btn{
	margin:5px;
}
/*************************************************** End MY ORDERS Page Style ***************************************************/

/*************************************************** Start MY ADDRESS Page Style ***************************************************/
.common-back-btn{
	padding: 0 5px;
	margin-bottom: 15px;
}
.common-back-btn a{
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
}
.common-back-btn a:hover{
	color: #57b47b;
	transition: all 0.3s;
}
.common-back-btn a i{
   margin-right: 5px;
	font-size: 15px;
	transition: all 0.3s;
}
.common-back-btn a:hover i{
	transform: translateX(-4px);
	transition: all 0.3s;
}
.my-address-wrap{
	padding: 35px 0 25px 0;
}
.add-address, .set-address{
	min-height: 180px;
    max-width: 520px;
    width: 100%;
    margin: 0 auto 15px auto;
	border: 1px solid #ddd;
	position: relative;
}
.add-address{
	border-style: dashed;
	border-width: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}
.add-address img{
	width: 56px;
	opacity: 0.5;
	margin-bottom: 10px;
	transition: all 0.3s;
}
.add-address span{
	font-weight: bold;
	font-size: 20px;
	color: rgba(87, 180, 123, 0.72);
	transition: all 0.3s;
}
.add-address:hover img, .add-address:hover span{
	color: rgba(87, 180, 123, 1);
	opacity: 1;
	transition: all 0.5s;
}
.set-address .add-footer{
	padding: 7px 15px;
    border-top: 1px solid #ddd;
	display: flex;
    justify-content: space-between;
	align-items: center;
	position: absolute;
    width: 100%;
    bottom: 0;
}
.set-address .add-action a, .set-address .add-default a{
	color: #777;
	text-decoration: none;
    display: inline-flex;
    align-items: center;
    background: #f5f5f5;
    padding: 2px 10px;
    border-radius: 50px;
}
.set-address .add-action a i, .set-address .add-default a i{
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: -7px;
    margin-right: 5px;
	transition: all 0.2s;
}
.set-address .add-default a i{
	color: #57b47b;
}
.set-address .add-default{
	pointer-events: none;
}
.set-address .add-action .add-edit{
	margin-right: 7px;
}
.set-address .add-action .add-edit:hover i{
	color: #57b47b;
	transition: all 0.4s;
}
.set-address .add-action .add-delete:hover i{
	color: #de0500;
	transition: all 0.4s;
}
.set-address .add-body{
	padding: 15px;
}
.set-address .add-name{
	font-weight: bold;
}
.set-address .add-body address{
	margin-bottom: 0;
}
/*************************************************** End MY ADDRESS Page Style ***************************************************/

/*************************************************** Start ADD NEW ADDRESS Page Style ***************************************************/
.add-new-address{
	max-width: 560px;
	width: 100%;
	margin: 0 auto;
}
.add-address-head{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}
.address-form{
	box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.2);
	padding: 30px;
}
.address-form label{
	margin-bottom: 0;
}
.address-form .form-group{
	margin-bottom: 10px;
}
.address-form .form-control{
	border-radius: 0;
}
.address-form .form-control:focus {
    border-color: #57b47b;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(87, 180, 123, 0.4);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(87, 180, 123, 0.4);
}
.address-form button.cart-btn{
	margin-top: 10px;
}
/*************************************************** End ADD NEW ADDRESS Page Style ***************************************************/

/*************************************************** Start REVIEW PAGE Style *********************************************************/
.create-product-review-wrap{
	padding: 35px 0 25px 0;
}
.product-review-item {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
	box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.2);
    padding: 30px;
}
.product-review-item .pr-header, .product-review-item .pr-body{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.product-review-item .pr-footer{
	margin-bottom: 15px;
}
.product-review-item .pr-footer input, .product-review-item .pr-footer textarea{
	width: 100%;
	min-height: 36px;
	padding: 5px;
}
.product-review-item .pr-footer input:focus, .product-review-item .pr-footer textarea:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(87, 180, 123, 0.4);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(87, 180, 123, 0.4);
	border-color: #57b47b;
	border-width: 1px;
	border-style: solid;
    outline: 0;
}
.product-review-item .pr-footer ::placeholder{
	color: #999;
}
.product-review-item .review-head{
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
.product-review-item .review-field{
	margin-bottom: 20px;
}
.product-review-item .review-field:last-child{
	margin-bottom: 0;
}
.product-review-item .pr-header img{
	width: 66px;
	margin-right: 15px;
	float: left;
}
.product-review-item .pr-header span{
	font-size: 16px;
}
.common-btn {
    min-width: 200px;
    border: none;
	display: inline-block;
	text-align: center;
    font-size: 15px;
    color: #fff;
	text-decoration: none;
    border-radius: 0;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    padding: 10px;
    outline: none;
    background: linear-gradient(145deg, rgba(97, 173, 70, 1) 0%, rgba(82, 182, 146, 1) 100%);
}
.common-btn:focus, .common-btn:active{
	text-decoration: none;
	color: #fff;
	outline: none;
}
.common-btn:hover {
  color: #fff;
  outline: none;
  text-decoration: none;
  background-image: linear-gradient(145deg, rgba(97, 173, 70, 1) 100%, rgba(82, 182, 146, 1) 0%);
}
.common-btn-small{
	min-width: auto;
	padding: 7px 15px;
}

/*status log*/
.shipping-status{
    min-height: 120px;
	border: 1px solid #ddd;
}
.ss-head{
	padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    font-size: 17px;
    background: #eee;
}
.status-logs{
    padding: 15px 25px;
    margin: 0;
	list-style: none;
}
.status-logs li{
    display: flex;
	align-items: center;
	margin-bottom: 15px;
	max-width: 520px;
    width: 100%;
}
.status-logs li:last-child{
    margin-bottom: 0
}
.status-logs li .status-attr{
    border-left: 1px solid #57b47b;
	margin-left: 15px;
	padding-left: 15px;
}
.status-logs .timestamp{
    margin-bottom: 0;
}
.status-logs li .status-attr .status-point{
   font-weight: bold;
}
.status-logs li .status-attr p{
    margin-bottom: 5px;
}	
.status-logs li .status-attr p:last-child{
    margin-bottom: 0;
}

/*************************************************** End REVIEW PAGE Style *********************************************************/
@media (max-width: 1199px){

}
@media (max-width: 767px) {
  .cart-items .item-block.ib-info{
      flex: calc(100% - 60px) 0 0;
	  margin-bottom: 10px;
  }
  .cart-items .item-block.ib-qty-counter {
    flex: auto;
    margin-left: 115px;
  }
  .cart-items .item-block.ib-total-price {
    flex: auto;
  }
	.cart-items .item-block.ib-info .item-action {
    align-items: normal;
    height: auto;
    position: absolute;
    right: 0;
    top: 4px;
	}
	.cart-items .item-block.ib-info .item-action a {
		margin-right: 0;
	}
	.order-left{
		flex: 100% 0 0;
		display: flex;
		flex-wrap: wrap;
	}
	.order-right{
		flex: 100% 0 0;
		justify-content: flex-start;
	}
	.order-attr {
    margin: 0 6% 10px 0;
}
	.odb-right{
		justify-content: flex-start;
	}
	.order-ship-add{
		min-width: 220px;
	}
	.order-item-block .oib-left {
    flex: 100% 0 0;
	}
	.order-item-block .oib-right{
		margin-left: 115px;
		margin-top: 10px;
		text-align: left;
	}
	.order-list-wrap.order-checkout-card .order-summary{
		max-width: 380px;
	}
	.cpo-block-head:after{
		background: #ddd;
	}
	.cpo-inner-block > a:after {
		background: #eee;
	}
}
@media (max-width: 567px) {
    .order-item-block .oib-left {
    flex: 100% 0 0;
	}
}
@media (max-width: 480px) {
  .details .outerDetail {
    padding: 20px;
  }
	.cart-items .item-block.ib-info{
		flex-direction: column;
		flex: 100% 0 0;
	}
	.cart-items .item-block.ib-info .product-img {
    margin-right: 0;
	margin-bottom: 10px;	
}
	.cart-items .item-block.ib-qty-counter{
		margin-left: 0;
	}
	.order-left .order-attr:last-child{
		width: 100%;
	}
	.user-sign-detail{
		left: 0;
		transform: translate(0, -7px);
	}
	.ship-to:hover .user-sign-detail{
		left: 0;
		transform: translate(0, 0);
	}
	.order-detail-header .order-attr{
       margin: 0 12% 5px 0;		
	}
	.order-attr {
    margin: 0 12% 10px 0;
    }
	.order-right .order-attr:last-child{
		margin: 0 12% 0 0;
	}
	.order-item-block .oib-left{
		flex-direction: column;
	}
	.order-item-block .product-img{
		margin-bottom: 5px;
	}
	.odb-left{
		flex-direction: column;
	}
	.order-pay-method{
		margin-bottom: 5px;
	}
	.order-item-block .oib-right {
        margin: 0;
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media (max-width:360px){
	.order-body{
      padding: 30px 15px;
	}
	.address-form{
		padding: 20px;
	}
	.cpo-inner-block > a{
		margin-left: 7px;
	}
}