@font-face{font-family:'playworks'; src:url('../font/PTSansNarrow-Regular.ttf');}

body{
	font-family:'playworks';
}

.ui-widget {
    font-family:'playworks';
    font-size: 1em;
}

.ui-widget-content {
    color: #8d8d8d;
}

.list_wrapper{
    display : flex;
    flex-wrap : wrap;
    justify-content : center;
    margin-bottom: 0;
    max-width : 1200px;
    margin-left : auto;
    margin-right : auto;
}

.item{
    margin : 5px;
    /* border : 1px solid #e0e6ea; */
    display : -ms-flexbox;
    display : flex;
    -ms-flex-wrap : wrap;
    flex-wrap: wrap;
    flex : 44%;
    max-width : 190px;
    position : relative;
    border-radius : 10px;
    font-size : 10pt;
    background-color : #ffffff;
    color : #696969;
    box-shadow: 3px 3px 7px #69696970;
    padding : 0px;
	height : unset;
}

.item_basket{
    margin : 8px;
    /* border : 1px solid #e0e6ea; */
    display : -ms-flexbox;
    display : flex;
    -ms-flex-wrap : wrap;
    flex-wrap: wrap;
    flex : 90%;
    max-width : 90%;
    position : relative;
    border-radius : 10px;
    font-size : 10pt;
    background-color : #ffffff;
    color : #696969;
    box-shadow: 3px 3px 7px #69696970;
    padding : 0px;
    max-height: 120px;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
}

.main_image_basket{
    position : absolute;
    height: 120px;
}

.main_image_basket img{
    max-width : 120px;
    border-radius : 10px 0 0 10px;
    padding-bottom : 0px;
}

.description_basket{
    left: 0px;
    right: 0px;
    text-align: left;
    margin-left: 123px;
    position: absolute;
    height: 100%;
}

.title-basket {
    font-weight: 900;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 10px;
}

.sell_price_basket {
    color: #00a7e8;
    font-weight: 900;
    font-size: 18pt;
    position: absolute;
    bottom: 7px;
    padding: 10px;
}

.qty-atc-basket {
    text-align: right;
    z-index: 10;
    position: absolute;
    right: 10px;
    bottom: 27px;
    font-size: 26pt;
    color: #404040;
    font-weight: 900;
    text-shadow: 5px 2px 5px #a0a0a096;
    padding: 10px;
}

.stock-basket {
    margin-top: 7px;
    position: absolute;
    bottom: 7px;
    right: 10px;
    padding: 10px;
}

.basket-total{
    color: #00a7e8;
    font-weight: 900;
    font-size: 24pt;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: fit-content;
	text-align: center;
}

.basket-store-name{
    font-size: 12pt;
    font-weight: 900;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 10px;
}

.basket-shipping-address{
    margin-top: 7px;
    position: absolute;
    bottom: 7px;
    padding: 10px;
}

.description{
    padding : 22px;
    max-width : 80%;
    width : 100%;
    margin-top : 0;
    text-align: left;
}

.title{
    font-weight : 900;
    flex-wrap : wrap;
    max-width : 100%;
}

.main_image img{
    max-width : 100%;
    border-radius : 10px 10px 0 0;
    padding-bottom : 0px;
}

.product_text{
    max-height : 60px;
    flex-wrap : wrap;
    overflow-y : hidden;
}

.sell_price{
    color : #03ac0e;
    font-weight : 900;
    font-size : 14pt;
    margin-top : 10px;
}

.stock{
    margin-top : 7px;
}

.ui-page-theme-b {
    /* background-color: #ffffff; */
}

.ui-widget.ui-widget-content {
    background : #ffffff !important;
    border-radius : 12px;
    padding: 0px;
    box-shadow: 18px 18px 28px #00000090;
}

.ui-draggable .ui-dialog-titlebar {
    border-radius: 12px 12px 0px 0px;
}

.ui-dialog .ui-dialog-buttonpane {
    border-radius : 0px 0px 12px 12px;
	margin-top: 0px;
}

.qty-atc{
    text-align: right;
    z-index: 10;
    position: absolute;
    right: 16px;
    bottom: 10px;
    font-size: 28pt;
    color: #3e4b89;
    font-weight: 900;
    text-shadow: 5px 0px 5px #a0a0a0;
}

.ui-widget-overlay {
    background: #0000ff;
    opacity: .17;
}

.selected-address {
    background: #ffff88;
}

#sa_list .item_basket{
    margin-left:auto;
    margin-right:auto;
}

.checkout{
    background: #f4a940;
    color : #ffffff;
    text-shadow: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 3rem;
    text-align: center;
    padding-top: 33px;
}

.red{
    color: #ff5c5c;
}

.cart_bullet{
	position: absolute!important;
    top: -5px;
	left: 5px;
    color: #ffffff;
    background-color: #e93535;
    padding: 9px;
    border-radius: 50%;
    font-size: 6pt;
}

.basket_count{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: fit-content;
}

.img_basket_shadow{
	box-shadow: 2px 0px 7px #4444448a;
}

#live_stock{
    font-size: 18pt;
    font-weight: 900;
}

.dialog1{
	position: absolute;
	margin: auto;
	/*top: 50%!important;
	left: 50%!important;
	transform: translate(-50%,-50%);*/
	width: 380px!important;
	height: 580;
	max-height: 580!important;
	display: inline-table;
}

.section{
	/*max-height: 330;*/
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.section .qty-atc{
	font-size: 26pt;
}

.section .title{
	font-size: 8pt;
	font-weight: 600;
	height: 60px;
}

.section .sell_price{
	font-size: 12pt;
}

.section .description{
	padding: 15px;
}

.section_name{
	max-width: 820px;
    margin-left: auto;
    margin-right: auto;
	font-size: 20pt;
	font-weight: 800;
	text-align: center;
	line-height: 60px;
	text-shadow: 3px 3px 3px #00000073;
}

.slider1{
	max-width: 380px;
}

.container{
	max-width: 1600px;
	margin: auto;
}

.button_container{
	max-width: 1200px;
	margin: auto;
}

.iframe-container{
	position:relative;
	width:100%;
	padding-bottom:56.25%;
	height:0;
}

.iframe-container iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#viewmore img{
	height: auto;
}

#lastpost {
	display: none;
}

#dialog-form{
	max-height: inherit!important;
}

#dialog-form #qty{
    font-size: 18pt;
    font-weight: 900;
}

    #scroll-button {
		display: inline-block;
		background-color: #FF9800;
		width: 50px;
		height: 50px;
		text-align: center;
		border-radius: 8px;
		position: fixed;
		bottom: 30px;
		right: 30px;
		transition: background-color .3s, 
		opacity .5s, visibility .5s;
		opacity: 0;
		visibility: hidden;
		z-index: 1000;
	}
	
	#scroll-button::after {
		content: "\f077";
		font-family: FontAwesome;
		font-weight: normal;
		font-style: normal;
		font-size: 2em;
		line-height: 50px;
		color: #fff;
	}
	
	#scroll-button:hover {
		cursor: pointer;
		background-color: #333;
	}
	
	#scroll-button:active {
		background-color: #555;
	}
	
	#scroll-button.showMe {
		opacity: 0.85;
		visibility: visible;
	}

	
table{
	border-collapse: collapse;
}

th{
	background-color: #404040;
	padding: 12px 10px;
    font-size: 0.9rem;
}

td{
	padding: 6px 10px;
    font-size: 0.9rem;
}

table th:first-child {
	/* border-top: none; */
	border-top-left-radius:12px;
}
	
table th:last-child {
	/* border-top: none; */
	border-top-right-radius:12px;
}
	
tr:last-child > td:first-child {
	border-bottom-left-radius: 12px;
}
	
tr:last-child > td:last-child {
	border-bottom-right-radius: 12px;
}

.ui-content {
    max-width: 100% !important;
	padding: unset;
}

.row_a{
	background-color: #999999;
}

.row_b{
	background-color: #868686;
}	
	
td .ui-btn{
    margin-left: 6px;
    margin-right: 6px;
}

.qr_wrap{
	width: -webkit-fill-available;
	margin: auto;
    max-width: 380px;
	color: #000000;
	box-shadow: 8px 8px 22px #2e2e2e;
    border-radius: 19px;
}

.qr_top{
	border-radius: 23px 23px 0px 0px;
    background-color: #ffffff;
	text-align: center;
}

.qr_bottom{
	border-radius: 0px 0px 23px 23px !important;
	background-color: #ffffff;
	color: #000000;
    font-size: 16pt;
    padding: 2px 30px 28px 30px;
	text-align: center;
	padding-bottom: 65px;
}

.qr_top img {
    width: 100%;
    height: 180px;
    margin-top: 20px;
}

.st-head-row{
	border-radius: 12px 12px 0px 0px;
    background-color: #ffffff;
	text-align: center;
	color: #000000;
    font-size: 20pt;
    padding-top: 38px;
    padding-bottom: 24px;
}

.st-key{
	background-color: #ffffff;
	color: #cccccc;
	padding: 2px 30px;
    font-size: 14pt;
}

.st-val{
	background-color: #ffffff;
	color: #000000;
	padding: 0px 30px 26px 30px;
    font-size: 16pt;
}

.st-bottom-row{
	border-radius: 0px 0px 12px 12px !important;
	background-color: #ffffff;
	color: #000000;
    font-size: 16pt;
    padding: 2px 30px 28px 30px;
	padding-bottom: 55px;
}

.paging {
    text-align: center;
    padding: 35px 0 50px 0;
}

.round-button {
    margin-right: 5px;
    width: 40px;
    display: inline-block;
}

.round-button-circle.aktif {
    background: #ff4b4b;
    color: white;
}

.round-button-circle {
    width: 100%;font-size: 14px;
    height: 0;
    padding-bottom: 100%;line-height: 40px;text-align: center;
    border-radius: 50%;
    overflow: hidden;
    background: #e2e2e2;
    color: black;
}

.aktif a.round-button {
    color: white;
}

a.round-button {
    color: black;
}

.round-button a {
    font-family: 'Poppins', sans-serif;
    display: block;
    float: left;
    width: 100%;
    padding-top: 50%;
    padding-bottom: 50%;
    line-height: 1em;
    margin-top: -0.5em;
    text-align: center;
    font-weight: 300;
    color: #000000;
    font-size: 1.000em;
    text-decoration: none;
}

.round-button a:hover {
    color: white;
}

.round-button-circle:hover {
    background: rgba(128, 128, 128, 0.61);
}

.member_card {
	margin: auto;
	margin-top: 40px;
    width: fit-content;
    position: relative;
	text-align: center;
}

.member_card img {
	width: 100%;
    box-shadow: 5px 8px 34px #0e0e0e;
    border-radius: 19px;
}

.member_name {
	position: absolute;
    left: 25px;
    top: 159px;
    font-size: 16pt;
}

.member_no {
	position: absolute;
    left: 25px;
    top: 188px;
    font-size: 12pt;
    letter-spacing: 2px;
}

.followinstagram {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    right: unset;
    padding-top: 50px;
    justify-content: center;
    padding-bottom: 70px;
}

.followinstagram img {
    width: 60px;
    border-radius: 50%;
    margin: 18px;
	box-shadow: 8px 8px 22px #2e2e2e;
}

.rewards {
	line-height: 58px;
}

.rewards_key {
	font-family: fantasy;
    font-size: 21pt;
    color: #ffffff;
	text-shadow: 6px 3px 10px #262626;
}

.rewards_value {
	font-family: fantasy;
    font-size: 42pt;
    color: #db0000;
    text-shadow: 6px 3px 14px #262626;
}

    label, input { display:block; }
    input.text { margin-bottom:12px; width:95%; padding: .4em; }
    fieldset { padding:0; border:0; margin-top:25px; }
    h1 { font-size: 1.2em; margin: .6em 0; }
    div#users-contain { width: 350px; margin: 20px 0; }
    div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
    div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
    .ui-dialog .ui-state-error { padding: .3em; }
    .validateTips { border: 1px solid transparent; padding: 0.3em; }

	
	@media (max-width: 480px) {
    .description{
        padding: 12px;
    }
    .qty-atc {
        right: 20px;
        bottom: 10px;
        font-size: 24pt;
    }
    .qty-atc-basket{
        font-size: 18pt;
        text-shadow: 3px 1px 3px #c0c0c0;
    }
    .sell_price_basket{
        font-size: 14pt;
        bottom: 3px;
    }
    .stock-basket{
        font-size: 10pt;
        bottom: 3px;
    }
    .checkout{
        font-size: 2rem;
        padding-top: 42px;
    }
    
    /* ============================================== */
    .item_basket.final img{
        width: 70px!important;
        height: 70px;
        left: 12px!important;
        top: 25px!important;
    }
    .final .description_basket{
        margin-left: 90px;
        
    }
    .basket-total{
        font-size: 16pt;
        text-align: center;
        padding: 10px;
    }
    .basket-shipping-address {
        bottom: -1px;
        font-size: 10pt;
    }
}
