*{
	box-sizing: border-box;
}

.header{
	background: black;
}

.header-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.header-logo{
	display: inline-block;
    text-align: center;
    margin-right: 40px;
    position: absolute;
    left: 8px;
    top: 8px;
}

.header-logo img{
    width: auto;
    height: 35px;
}

.header-menu-container{
	display: inline-block;
	text-align: center;
}

.header-menu-container .menu-item{
	text-decoration: none;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 40px;
	font-size: 18px;
	font-weight: 400;
	cursor: pointer;
	display: inline-block;
	transition: all 0.4s linear;
	background: black;
	border-bottom: 2px solid transparent;
}

.header-menu-container .menu-item.active{
	color: black;
	background: white;
	border-bottom: 2px solid #a2a2a2;
}

.page{
	display: none;
	padding-bottom: 55px;
}

.system-pop-up{
	position:fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.system-pop-up .blackout{
	position: absolute; 
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1001;
	background: rgba(0,0,0,0.6);
	display: flex;
	justify-content: center;
	align-items: center;
}

.system-pop-up .system-pop-up-box{
	background: white;
	box-shadow: 1px 1px 1px #dedede;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 200px;
	min-width: 400px;
	font-size: 24px;
}

/* home page */


.primary-highlight-section{
	position: relative;
}

.primary-highlight-section .img-fluid{
	width: 100%;
	height: auto;
}

.primary-highlight-section .highlight-text-container{
	position: absolute;
	top: 50%;
	left: 60%;
}

.primary-highlight-section .highlight-title{
	font-size: 36px;
    line-height: 36px;
}

.primary-highlight-section .highlight-sub{
	font-size: 24px;
}

.primary-highlight-section .highlight-link-container{
	font-size: 24px;
	color: #e6ac56;
}

.primary-highlight-section .highlight-link-container .link-pop{
	margin-right: 20px;
	display: inline-block;
	cursor: pointer;
}

.primary-highlight-section .highlight-link-container .link-order{
	display: inline-block;
	cursor: pointer;
}



.secondary-highlight-section{
	position: relative;
}

.secondary-highlight-section .img-fluid{
	width: 100%;
	height: auto;
}

.secondary-highlight-section .highlight-text-container{
	position: absolute;
	top: 45%;
	left: 60%;
}

.secondary-highlight-section .highlight-title{
	font-size: 60px;
    line-height: 60px;
    color: white;
    text-align: center;
    margin-bottom: 10px;
}

.secondary-highlight-section .highlight-sub{
    font-size: 28px;
    color: white;
    text-align: center;
    margin-bottom: 5px;
}

.secondary-highlight-section .highlight-link-container{
	font-size: 24px;
	color: #e6ac56;
	text-align: center;
}

.secondary-highlight-section .highlight-link-container .link-pop{
	margin-right: 20px;
	display: inline-block;
	cursor: pointer;
}

.secondary-highlight-section .highlight-link-container .link-order{
	display: inline-block;
	cursor: pointer;
}


.promo-section{
	
}

.promo-section .promo-title{
	text-align: center;
	font-size: 48px;
	line-height: 48px;
}

.promo-section .promo-sub-title{
	text-align: center;
	font-size: 24px;
}

.promo-section .promo-tab-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}

.promo-section .promo-tab-container .promo-tab{
	padding: 5px 20px;
	font-size: 24px;
	line-height: 20px;
	margin: 0px 40px;
	cursor: pointer;
}

.promo-section .promo-tab-container .promo-tab span{
	border-bottom: 2px solid transparent;
	transition: all 0.3s linear;
    padding-bottom: 5px;
}

.promo-section .promo-tab-container .promo-tab:hover span{
	border-bottom: 2px solid black;
}

.promo-section .promo-tab-container .promo-tab.active span{
	border-bottom: 2px solid black;
}

.promo-case{
	display: none;
}

.promo-case.active{
	display: block;
}

.promo-case .promo-image-container{
	justify-content: space-evenly;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	overflow: hidden;
	
}

.promo-case .promo-image-container.smaller{
	margin: auto 12.5%;
	margin-top: 40px;
}

.promo-case .promo-img{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	width: calc(calc(100% - 60px) / 3);
	text-align: center;
	padding: 100px;
	transition: all 0.3s ease-in;
	border: 1px solid black;
}

.promo-case .promo-img img{
	width: 100%;
	height: auto;
}


.promo-case .center .promo-img{
	padding: 0px;
	background: linear-gradient(120deg, rgba(255,255,255,1) 0%, rgba(242,247,251,1) 47%, rgba(222,234,243,1) 100%);
	box-shadow: 1px 1px 3px #dedede;
}

.promo-info-container{
	text-align: center;
	margin-top: 40px;
}

.promo-case .promo-name-n-price-box{
	display: inline-flex;
	border: 3px solid black;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

.promo-case .promo-name-n-price-box .promo-name{
	font-size: 42px;
    padding: 10px 35px;
	background: #e3edf6;
	padding-top: 20px;
}

.promo-case .promo-name-n-price-box .promo-price{
	padding: 10px 35px;
}

.promo-case .promo-name-n-price-box .promo-price .desc-line{
	font-size: 24px;
}

.promo-case .promo-name-n-price-box .promo-price .ori-price{
	text-decoration: line-through;
}

.promo-case .promo-name-n-price-box .promo-price .sale-price{
	font-size: 30px;
	color: red;
}

.promo-case .promo-po-btn{
	display: inline-block;
    color: white;
    background: black;
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
	position: relative;
	top: 20px;
	z-index: 3;
}

.promo-case .item-wrapper{
	padding: 40px;
	transition: all 0.5s linear;
	width: calc(calc(100% - 60px) / 3);
}

.promo-case .item-card{
	background: white;
	border-radius: 20px;
	/*width: calc(calc(100% - 60px) / 3);*/
	display: inline-block;
	padding: 10px 25px;
	box-shadow: 1px 1px 3px #dedede;
}

.promo-case .center .item-wrapper{
	padding: 10px;
}

.promo-case .center .item-card{
	background: linear-gradient(120deg, rgba(255,255,255,1) 0%, rgba(242,247,251,1) 47%, rgba(222,234,243,1) 100%);
	box-shadow: 1px 1px 3px #dedede;
}

.item-card .item-info .item-rate{
	font-size: 24px;
	color: #ffc307;
	letter-spacing: -4px;
	margin-left: -6px;
}

.item-card .item-price{
	color: red;
}

.item-card .item-name{
	max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}


.item-card ul {
  margin: 0;
}
.item-card ul.dashed {
  list-style-type: none;
  padding-left: 5px;
}
.item-card ul.dashed > li {
  text-indent: -5px;
}
.item-card ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
}

.item-card .spec-item{
	margin-top: 0px;
	margin-bottom: 5px;
	display: inline-block;
	text-align: center;
	border: 2px solid #fdde8e;
    border-radius: 20px;
    background: #fdde8e;
    color: black;
	padding: 5px 40px;
	cursor: pointer;
}

.item-card .buy-item{
	margin: auto 10%;
	margin-top: 10px;
	text-align: center;
	border: 2px solid black;
    border-radius: 20px;
    background: black;
    color: white;
	padding: 5px 20px;
	cursor: pointer;
}

.item-card .see-detail{
	margin: auto 10%;
	margin-top: 10px;
	text-align: center;
	border: 2px solid black;
	padding: 5px 20px;
	border-radius: 20px;
	cursor: pointer;
}



.img-blackout{
	background: rgba(0,0,0,0.4);
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 4;
	transition: all 0.5s ease-in;
}

.promo-case .center .img-blackout{
	background: rgba(0,0,0,0);
	z-index:2;
}

.promo-section .promo-case-container .promo-case .owl-carousel .owl-stage-outer{

}

.promo-section .promo-case-container .promo-case .owl-carousel .owl-dots.disabled{
	display: block;
}

.promo-section .promo-case-container .promo-case .owl-carousel .owl-dot span{
	margin: 0px;
	border-radius: 0px;
	width: 30px;
    height: 3px;
	background: #bdbdbd;
}

.promo-section .promo-case-container .promo-case .owl-carousel .owl-dot.active span{
	background: #404a47;
}


.promo-section .promo-case-container .promo-case .owl-carousel .owl-dots{
	margin-top: 0px;
}

.item-picture img{
	width: 100%;
	height: auto;
}


/* home page editor component */

.home-page .btn-save-changes{
	position: fixed;
	bottom: 65px;
	right: 15px;
	background: #26B99A;
    border: 1px solid #169F85;
	color: white;
	z-index:40;
	padding: 5px 20px;
	border-radius: 5px;
	cursor: pointer;
}

.home-page div[contenteditable]{
	border: 1px solid #aeaeae;
}

.primary-highlight-section .btn-change-image{
	position:absolute;
	display: inline-block;
	top: calc(50% - 60px);
	left: 60%;
	z-index: 2;
	padding: 5px 20px;
	border: 1px solid black;
	background: white;
	border-radius: 15px;
	cursor: pointer;
	box-shadow: 2px 2px 5px #dedede;
}

.in-highlight-1{
	display: none;
}

.btn-product-link{
	cursor: pointer;
}

.secondary-highlight-section .btn-change-image{
	position:absolute;
	display: inline-block;
	top: calc(45% - 60px);
	left: 60%;
	z-index: 2;
	padding: 5px 20px;
	border: 1px solid black;
	background: white;
	border-radius: 15px;
	cursor: pointer;
	box-shadow: 2px 2px 5px #dedede;
}

.in-highlight-2{
	display: none;
}

.smoll-note{
	background: white;
}

.hidden-input{
	display: none;
}

.btn-upload-image{
	display: inline-block;
	padding: 5px 20px;
    border: 1px solid black;
    background: white;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 2px 2px 5px #dedede;
}

.promo-kursi-selector{
	margin: 20px 30%;
}

.promo-kursi-selector h5{
	text-align: center;
}

/* end of home page */

/* product directory page */

.product-detail-frame-container{
	display:none;
	width: 100%;
	position:fixed;
	top:49px;
	bottom: 54px;
	left:0;
	right: 0;
}

.product-detail-frame{
	width: 100%;
}

.directory-highlight-section{
	position: relative;
	min-height: 500px;
}

.directory-highlight-section .img-fluid{
	width: 100%;
	height: auto;
}

.directory-highlight-section .highlight-text-container{
	position: absolute;
	top: 50%;
	left: 60%;
}

.directory-highlight-section .highlight-title{
	font-size: 36px;
    line-height: 36px;
}

.directory-highlight-section .highlight-sub{
	font-size: 24px;
}

.directory-highlight-section .highlight-link-container{
	font-size: 24px;
	color: #e6ac56;
}

.directory-highlight-section .highlight-link-container .link-pop{
	margin-right: 20px;
	display: inline-block;
	cursor: pointer;
}

.directory-highlight-section .highlight-link-container .link-order{
	display: inline-block;
	cursor: pointer;
}


.directory-section{
	display: flex;
	flex-wrap: wrap;
	margin-left: 0px;
	margin-right: 0px;
}

.directory-section .directory-filter{
	position:relative;
}

.directory-section .directory-item-list{
	background: #efefef;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
}

.directory-section .directory-item-list .item-wrapper{
	padding: 10px;
}

.directory-section .directory-item-list .item-card{
	background: white;
	border-radius: 20px;
	display: inline-block;
	padding: 25px 25px;
}

.directory-section .directory-item-list .item-card .item-picture img{
	width: 100%;
	height: auto;
}

.directory-section #filterAccordion{
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.directory-section #filterAccordion .accordion-button:not(.collapsed){
	color: unset; 
    background-color: white; 
    box-shadow: unset;
}

.directory-section #filterAccordion .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
}

.directory-section #filterAccordion .accordion-button{
	font-weight: bold;
}

.directory-section #filterAccordion .accordion-button::after{
	display: none;
}

.round {
  position: relative;
  margin-bottom: 10px;
}

.round label.checkbox-round {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}

.round label.checkbox-round:after {
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="radio"] {
  visibility: hidden;
}

.round input[type="radio"]:checked + label.checkbox-round {
  background-color: #fdde8e;
  border-color: #fdde8e;
}

.round input[type="radio"]:checked + label.checkbox-round:after {
  opacity: 1;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label.checkbox-round {
  background-color: #fdde8e;
  border-color: #fdde8e;
}

.round input[type="checkbox"]:checked + label.checkbox-round:after {
  opacity: 1;
}

.round .checkbox-text{
	margin-left: 28px;
    margin-top: 2px;
	cursor:pointer;
}

.reset-filter-btn{
	position: absolute;
	top: 10px;
    left: 130px;
	padding: 5px 10px;
	z-index: 4;
	font-weight: bold;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.item-card{
	padding: 25px 25px;
}

.item-card .item-info{
	margin-top: 20px;
}

.item-card .item-info h4{
	font-size: 16px;
	margin-bottom: 0px;
}

.item-card .item-info .item-rate{
	font-size: 24px;
	color: #ffc307;
	letter-spacing: -4px;
	margin-left: -6px;
}

.item-card .item-price{
	color: red;
}

.item-card ul {
  margin: 0;
}
.item-card ul.dashed {
  list-style-type: none;
  padding-left: 5px;
}
.item-card ul.dashed > li {
  text-indent: -5px;
}
.item-card ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
}

.item-card .spec-item{
	margin-top: 0px;
	margin-bottom: 5px;
	display: inline-block;
	text-align: center;
	border: 2px solid #fdde8e;
    border-radius: 20px;
    background: #fdde8e;
    color: black;
	padding: 5px 40px;
	cursor: pointer;
}

.item-card .buy-item{
	margin: auto 10%;
	margin-top: 10px;
	text-align: center;
	border: 2px solid black;
    border-radius: 20px;
    background: black;
    color: white;
	padding: 5px 20px;
	cursor: pointer;
}

.item-card .see-detail{
	margin: auto 10%;
	margin-top: 10px;
	text-align: center;
	border: 2px solid black;
	padding: 5px 20px;
	border-radius: 20px;
	cursor: pointer;
}

.primary-pop-up{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index:100;
}

.primary-pop-up .primary-blackout{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.6);
}

.primary-pop-up .primary-pop-pamflet{
	background: white;
	margin-top: 55px;
	margin-left: 22%;
	margin-right: 22%;
	min-height: 900px;
	padding: 40px;
	position: relative;
	z-index: 101;
}

.primary-pop-up .primary-pop-pamflet .pamflet-main-title{
	font-size: 70px;
    font-weight: bold;
    line-height: 80px;
}

.primary-pop-up .pamflet-close-btn{
	position: absolute;
	top: 15px;
    right: 15px;
	font-weight: bold;
	font-size: 22px;
	cursor: pointer;
}

.primary-pop-up .pamflet-buy-btn{
	position: absolute;
	padding: 5px 30px;
	border: 3px solid black;
	text-decoration: underline;
	border-radius: 40px;
	font-size: 22px;
	top: 135px;
    right: 110px;
}

.primary-pop-up .pamflet-content-entry{
	margin: 80px 0px;
	justify-content: center;
}

.primary-pop-up .pamflet-content-entry img{
	width: 100%;
	height: auto;
}

.primary-pop-up .pamflet-content-entry .pamflet-content-img-container{
	display:inline-block;
	width: 50%;
	vertical-align: top;
	position: relative;
}

.primary-pop-up .pamflet-content-entry .pamflet-content-text{
	display:inline-block;
	width: calc(50% - 20px);
	vertical-align: bottom;
}

.primary-pop-up .pamflet-content-entry .pamflet-content-text .pamflet-content-text-title{
	font-size: 48px;
    font-weight: bold;
	line-height: 42px;
	margin-bottom: 20px;
}

.primary-pop-up .pamflet-content-entry .pamflet-content-text .pamflet-content-text-sub-title{
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.primary-pop-up .pamflet-content-entry .pamflet-content-text .pamflet-content-text-desc{
	font-size: 18px;
	line-height: 20px;
}

.pamflet-content-post-text{
	text-align: center;
}

.pamflet-content-post-text h4{
	font-size: 60px;
	font-weight: bold;
	display: inline-block;
	max-width: 50%;
}

.pamflet-content-post-text .pre-order-btn{
	display: inline-block;
	font-size: 24px;
	color: white;
	background-color: black;
	padding: 5px 40px;
	border-radius: 30px;
	cursor: pointer;
}

.primary-pop-up .pamflet-content .pamflet-content-entry:last-child{
	margin-bottom: 10px;
}


/* product directory editor */
.product-menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: white;
    background: #292929;
}

.product-menu .product-tabs{
	padding: 10px 20px;
	cursor: pointer;
	background: #292929;
	color: white;
}

.product-menu .product-tabs:hover{
	background: white;
	color:black;
}

.product-menu .product-tabs.active{
	background: white;
	color:black;
}

.neo-directory-product{
	margin: auto 10%;
	padding: 0px 15px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}


.neo-directory-product .neo-directory-item{
	margin: 15px;
	width: calc(20% - 30px);
	overflow:hidden;
	background: rgba(255,255,255,0.9);
}

.neo-directory-product .neo-directory-item .neo-directory-prod-image-wrapper{
	position: relative;
}

.neo-directory-product .neo-directory-item .neo-directory-prod-image{
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
}

.neo-directory-product .neo-directory-item .neo-directory-prod-title{
	text-align: center;
	color: #7b797a;
	font-size: 20px;
	margin-top: 20px;
}

.neo-directory-product .neo-directory-item .neo-directory-prod-price-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.neo-directory-product .neo-directory-item .neo-directory-prod-price-row .neo-directory-sale-price{
	color: red;
}

.neo-directory-product .neo-directory-item .neo-directory-prod-price-row .neo-directory-ori-price{
	margin-right: 20px;
}

.neo-directory-item .spec-item{
	margin: auto 10%;
	margin-top: 10px;
	text-align: center;
	border: 2px solid #fdde8e;
    border-radius: 20px;
    background: #fdde8e;
    color: black;
	padding: 5px 40px;
	cursor: pointer;
}

.neo-directory-item .see-detail{
	margin: auto 10%;
	margin-top: 10px;
	text-align: center;
	border: 2px solid black;
	padding: 5px 20px;
	border-radius: 20px;
	cursor: pointer;
}


.primary-pop-up .primary-pop-pamflet div[contenteditable]{
	border: 1px solid #aeaeae;
}

.primary-pop-up .primary-pop-pamflet h4[contenteditable]{
	border: 1px solid #aeaeae;
}

.primary-pop-up .primary-pop-pamflet input[type="file"]{
	display: none;
}

.primary-pop-up .primary-pop-pamflet .btn-change-image{
	position: absolute;
    display: inline-block;
    top: 40%;
    left: 30%;
    z-index: 2;
    padding: 5px 20px;
    border: 1px solid black;
    background: white;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 2px 2px 5px #dedede;
}

/* end of directory page */

/* order page */
.order-menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: white;
    background: #292929;
}

.order-menu .order-tabs{
	padding: 10px 20px;
	cursor: pointer;
	background: #292929;
	color: white;
}

.order-menu .order-tabs:hover{
	background: white;
	color:black;
}

.order-menu .order-tabs.active{
	background: white;
	color:black;
}

.order-list{
	margin: auto 10%;
	margin-top: 20px;
}

.order-list .order-item{
	padding: 20px;
	background-color: #dddddd;
	margin-bottom: 20px;
	margin-top: 20px;
	border-radius: 15px;
}

.order-item .title-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

.order-item .title-row .order-item-price{
	font-size: 22px;
	font-weight: bold;
}

.order-item .title-row .order-item-date{
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.order-item .title-row .order-item-no{
	font-size: 20px;
	text-decoration: underline;
	color: #c78f43;
}

.order-item .order-address-n-shipping-row{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.order-item .order-address-n-shipping-row .order-address-row{
	width: 20%;
}

.order-item .order-address-n-shipping-row .order-shipping-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(80% - 20px);
}

.order-shipping-row .order-item-shipping-service{
	font-size: 20px;
}

.order-shipping-row .order-item-shipping-price{
	font-size: 20px;
    font-weight: bold;
}

.order-item-row{
	margin-top: 20px;
}

.order-item-row .order-item-first{
	
}

.order-item-row .order-item-preview{
	width: 160px;
	height: auto;
	margin-right: 20px;
}

.order-item-row .order-item-right-box{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 180px);
}

.order-item-row .order-item-product-name{
	font-size: 20px;
}

.order-item-row .order-item-product-qty{
	font-size: 28px;
	font-weight: bold;
}

.order-item-row .order-item-product-price{
	font-size: 20px;
    font-weight: bold;
}

.order-item-row .order-item-total-item{
	text-align: center;
	font-size: 18px;
}

.order-item-row .order-item-product-price-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.order-item .order-control-row{
	text-align: right;
	margin-top: 10px;
}

.order-item .order-control-row .order-item-btn-detail{
	display: inline-block;
	padding: 10px 20px;
	color: white;
	background-color: #467599;
	border-radius: 8px;
	padding-top: 7px;
	box-shadow: 2px 2px 5px #525252;
	cursor: pointer;
	transition: all 0.3s ease-in;
}

.order-item .order-control-row .order-item-btn-detail:hover{
	background-color: #2b8ed9;
}


/* end of order page */

footer{
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
	background: #fff;
    padding: 15px 20px;
    display: block;
}

footer .footer-text{
	color: #73879C;
	text-align: center;
}

/* invoice css */


.invoice-pop-up{

}

.inv-blackout{
	position: fixed;
	top: 0;
	right:0;
	left: 0;
	bottom:0;
	display:none;
	background: black;
	opacity: 0.3;
	z-index: 1000;
}
.modal-pop-up{
	position: absolute;
	top: 30px;
	right: 30px;
	left: 30px;
	display:none;
	background: white;
	z-index: 1001;
	border-radius:10px;
}

.modal-body{
	position: relative;
    padding: 15px;
}

.invoice-container{
	margin: 30px auto;
	max-width: 794px;
	color: black;
	padding: 20px;
	background-color: white;
	margin-top:0px;
}

.invoice-container h1{

}
 
.logo-img{
	width: 200px;
	height: auto;
}

.store-address{
	display: inline-block;
	float: right;
}

.center-al{
	text-align: center; 
}

p.bold{
	font-weight: bold;
	font-size:18px;
}

span.bold{
	font-weight: bold;
	font-size: 16px;
}

.invoice-header{
	margin-bottom: 15px;
}

.invoice-header .invoice-logo span{
	vertical-align: top;
	margin-left: 135.5px;
	font-size: 18px;
	font-weight: bold;
}

.invoice-header .left-container{
	display: inline-block;
	width: calc(70% - 10px);
	vertical-align: top;
	
}
.invoice-header .right-container{
	display: inline-block;
	width: 30%;
	vertical-align: top;
	font-size: 14px;
}

table{
	width: 100%;
	font-size: 14px;
	border-collapse: collapse;
}

.invoice-container .alamat-kirim{
	line-height: 14px; 
}

.invoice-container table tbody td{
	padding-top: 10px;
	padding-bottom: 10px;
}

.invoice-container .total-text{
	font-size: 16px;
	color:#1abbb3;
}

.invoice-container .invoice-img{
	width: 170px;
	height: 170px;
}

.prod-img{
	width: 100%;
	padding-top: 100%;
	background-position:center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

table .enlarge{
	font-size: 16px;
}

.invoice-container table th{
	text-align: left;
	color: black;
	vertical-align: top;
	text-transform: uppercase;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #ececec;
}

.invoice-container table thead tr:first-child{
	border: 1px dashed #aeaeae;
	border-bottom: 0px dashed #aeaeae;
}

table tbody tr{
	border: 1px dashed #aeaeae;
	border-top: 0px dashed #aeaeae;
	border-bottom: 0px dashed #aeaeae;
}

table tbody tr:last-child{
	border-bottom: 1px dashed #aeaeae;
}

.subtotal-separator{
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	min-height: 2px;
	border: 2px solid #dedede;
}

.invoice-container table tbody td{
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
}

.invoice-container table tfoot td{
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
}

.p-name{
	color: #e6ac56;
	font-weight: bold;
}

.p-name .catatan-product{
	color: black;
	font-weight: 500;
}
	

.invoice-container table tfoot tr.total-belanja td:first-child{
	border: 0px solid black;
}

.invoice-container table tfoot tr.total-belanja td:nth-child(2){
	border: 1px solid black;
	border-right: 0px solid black;
}
.invoice-container table tfoot tr.total-belanja td:nth-child(3){
	border: 1px solid black;
	border-left: 0px solid black;
}

.invoice-container table tfoot tr.ongkir-1 td:first-child{
	border: 0px solid black;
}

.invoice-container table tfoot tr.ongkir-1 td:nth-child(2){
	border: 1px dashed #aeaeae;
	border-right: 0px dashed #aeaeae;
	border-bottom: 0px dashed #aeaeae;
}

.invoice-container table tfoot tr.ongkir-1 td:nth-child(3){
	border: 1px dashed #aeaeae;
	border-left: 0px dashed #aeaeae;
	border-bottom: 0px dashed #aeaeae;
}

.invoice-container table tfoot tr.ongkir-2 td:first-child{
	border: 0px solid black;
}

.invoice-container table tfoot tr.ongkir-2 td:nth-child(2){
	border: 1px dashed #aeaeae;
	border-bottom: 0px dashed #aeaeae;
	border-top: 0px dashed #aeaeae;
}

.invoice-container table tfoot tr.ongkir-3 td:first-child{
	border: 0px solid black;
}

.invoice-container table tfoot tr.ongkir-3 td:nth-child(2){
	border: 1px dashed #aeaeae;
	border-right: 0px dashed #aeaeae;
	border-top: 0px dashed #aeaeae;
}

.invoice-container table tfoot tr.ongkir-3 td:nth-child(3){
	border: 1px dashed #aeaeae;
	border-left: 0px dashed #aeaeae;
	border-top: 0px dashed #aeaeae;
}

.invoice-container table tr.total-belanja td:not(:first-child){
	background-color:#ececec;
}

table tbody td.no-pad{
	padding: 0px;
}

.m-w-120{
	min-width: 120px;
}

.info-text{
	margin-top: 20px;
}

.btn-pdf-invoice{
	display: inline-block;
    padding: 6px 12px;
	margin-top: 10px;
	background: yellow;
	font-size: 19px;
	font-weight: bold;
	color: black;
	border-radius: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

/* end of invoice css */		

@media print {
	.no-print{
		display: none;
	}
	
	.print-only{
		display: block !important;
	}
	
	.modal-pop-up{
		position: static;
	}
	
	.print-only *{
		display: block !important;
	}
	
	.invoice-container{
		margin: 30px auto;
		max-width: 794px;
		padding-left:10px;
		padding-right:10px;
		/*color: #73879C;*/
		margin-top: 10px !important;
	}
	
	.invoice-container h1{
		margin-top: 10px !important; 
	}
	
	.btn-back{
		display: none;
	}
	.btn-to-status-order{
		display: none;
	}
	.btn-downloadpdf{
		display: none;
	}
}