#sp-header-sticky-wrapper {
	height: 60px !important;
}
.vina-vmproduct .button-container .link-review {
	display: none;
}
#sp-left .sp-module.vina-shop-by-mob {
    display: none;
}
@media (min-width: 993px) and (max-width: 1300px) {
#sp-top3-sticky-wrapper.sticky-wrapper.is-sticky.stick-full > * {
    right: -10px;
}
}
@media (max-width: 980px) {
#sp-left .vina-shop-by-desc {
    display: none;
}
#sp-left .sp-module.vina-shop-by-mob {
    display: block;
}
}
@media (max-width: 767px) {
/*@keyframes move {*/
/*  from {*/
/*    */
/*    left:-270px;*/
/*  }*/
/*  to {*/
/*   */
/*    left: 0px;*/
/*  }*/
/*}*/
/*@keyframes move_back {*/
/*  from {*/
/*    */
/*    left:0px;*/
/*  }*/
/*  to {*/
/*   */
/*    left: -270px;*/
/*  }*/
/*}*/


    #sp-left .sp-module.vina-shop-by-mob {
       /*  display: none; */
        position: fixed;
        top:-10px;
        background-color:#fff;
        overflow-y:auto;
        z-index:9999;
        height:100%;
        width:auto;
        padding-right: 15px;
        padding-bottom: 15px;
				padding-left: 15px;
        padding-top:10px;
		/*background-color: #f00;*/
				left:-270px;
				/* animation: move_back .3s ease-in-out; */
				
    }
		#sp-left .sp-module.vina-shop-by-mob.open {
        /*animation: move .3s ease-in-out;*/
				left:0;
				
    }
    #sp-left .sp-module.vina-shop-by-mob .sp-module-title {
         position: relative;
				/* font: bold normal normal 18px/1 FontAwesome;
        pointer-events: none; */ 
    }
    #sp-left .sp-module.vina-shop-by-mob .sp-module-title::before
    		{
        content: '\f00d';
        position: absolute;
        top: calc(50% - 8px); 
        right: 10px;
				pointer-events: all;
        cursor: pointer;
        /* background-image: url(../images/close.png); */
        /*! background-size: cover; */
        border: 2px solid;
        border-radius: 50%; 
        padding: 2px;
        /* font-size:12px;
        font-weight: normal; */
				font: normal normal normal 12px/0.8 FontAwesome;
    }
		#sp-left .sp-module.vina-shop-by-mob .sp-module-title:hover::before {
		opacity:0.9;
		}
    /*#sp-left .sp-module.vina-shop-by-mob .sp-module-title::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }*/


}

.price-crossed {
	display: inline-block;
    margin-right: 5px;
    line-height: 10px;
}
#bd_results .vm-orders-information h1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list-orders {
	display: none;
}
.order-info {
	border: 1px solid #eee;
}
.order-info tbody > tr td {
	padding: 5px;
}
.order-info tbody > tr:nth-child(2n) {
	background-color: #eee;
}
.order-info tbody > tr.delivery-info {
	background: none;
	border-top: 1px solid #eee;
}
.delivery-title {
	padding: 5px;
}
.order-info .delivery-info > td {
	/*padding-top: 40px;*/
	padding: 40px 0 0 0;
}
.delivery-info table {
	width: 100%;
}
.delivery-info table td {
	width: 50%;
}
.vm-orders-items {
	margin-top: 20px;
}
.vm-orders-items .current {
	font-weight: bold;
}
.vm-orders-items table {
	border: 1px solid #eee;
}
.vm-orders-items .sectiontableheader {
	font-weight: bold;
	white-space: nowrap;
}
.vm-orders-items th,
.vm-orders-items td {
	padding: 5px;
	border-right: 1px solid #eee;
}

.vm-orders-items tr:nth-child(2n) {
	background-color: #eee;
}
.vm-orders-items tr:nth-child(2n) td {
	border-color: #fff;
}
.post_payment_payment_name_title {
	font-weight: bold;
}