body {
    width: 100%;
    margin: auto;
    background: #eee;
}

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

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

@font-face {
    font-family: 'InterVariable';
    src: url('InterVariable.woff2');
}

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

@font-face {
    font-family: 'lato-v24-700';
    src: url('lato-v24-700.woff2');
}

@font-face {
    font-family: 'lato-v24-regular';
    src: url('lato-v24-regular.woff2');
}

header, nav, article, section, aside, footer {
    display: block;
}

header {
    width: 100%;
    margin: auto;
    background: #DDA0DD;
    position: fixed;
    z-index: 1000;
    top: 0;
}

.link-header {
    width: 33.3%;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    display: table;
}

.link-header-log, .link-header-search {
    display: none;
}

#menu-profil { display: block; }

.box-header-search {
    width: 60%;
    height: 40px;
    margin: auto;
    border-radius: 7px;
    background: #fff;
}

.box-header-search input {
    width: 70%;
    font-family: 'lato-v24-regular', sans-serif;
    font-size: 11pt;
    margin: 9px 0 0 5px;
    float: left;
}

.box-sidebar-search {
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
    height: 35px;
    border-radius: 10px;
    border: 1px solid #DDA0DD;
    overflow: hidden;
}

.box-sidebar-search input {
    width: 70%;
    font-family: 'lato-v24-regular', sans-serif;
    font-size: 11pt;
    margin: 7px 0 0 5px;
    float: left;
}

.box-icon-search {
    width: 20%;
    height: 35px;
    float: right;
}

.box-style {
width: 60%;
margin: auto;
}

.box-style2 {
width: 50%;
float: left;
}

.box-style3 {
width: 50%;
float: right;
}

.box-login {
    padding: 12px 0;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-right: 1px solid #DDA0DD;
    background: #fff;
    font-family: 'lato-v24-700', sans-serif;
    font-size: 11pt;
}

.box-daftar {
    padding: 12px 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-left: 1px solid #DDA0DD;
    background: #fff;
    font-family: 'lato-v24-700', sans-serif;
    font-size: 11pt;
}

.box input {
    width: 80%;
    font-family: 'lato-v24-regular', sans-serif;
    font-size: 11pt;
    color: #DDA0DD;
    text-align: left;
    margin: 5px;
}

.box-show {
width: 70%;
height: auto;
background: none;
float: right;
display: none;
}

.box-profil {
height: 30px;
padding: 5px 0;
float: right;
cursor: pointer;
}

.hamburger, #hamburger, .sidebar {
display: block;
}

.hamburger {
    font-size: 30px;
    color: white;
    cursor: pointer;
    padding: 10px 0 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.sidebar {
    height: 100%;
    width: 200px;
    position: fixed;
    top: 0;
    left: -250px;
    background: #fff;
    border: 1px solid #ccc;
    padding-top: 70px;
    transition: 0.3s;
    z-index: 999;
}

.sidebar a {
    padding: 7px;
    text-decoration: none;
    font-family: 'lato-v24-regular', sans-serif;
    font-size: 16px;
    color: black;
    display: block;
}

.sidebar a:hover {
    background: #ccc;
}

.sidebar.active {
    left: 0;
}

.show {
display: block;
}

.box-menu-profil {
width: 13.99%;
margin: auto;
height: auto;
margin-top: 40px;
background: #fff;
position: fixed;
}

.box-menu-profil a {
    font-family: 'lato-v24-regular', sans-serif;
    font-size: 11pt;
    padding: 7px 0;
    border-bottom: 1px solid #DDA0DD;
    display: block;
    text-align: center;
}

.link-header-image {
    background: #fff;
}

#img-header {
    width: 80px;
    height: 30px;
    vertical-align: middle;
}

#img-profil {
    height: 30px;
    padding: 5px 0;
    border-radius: 50%;
    background: white;
}

#img-profil-medium {
    height: 70px;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 50%;
    background: white;
}

.container {
    width: 100%;
    background: #eee;
    margin: 0 auto;
    padding-bottom: 5px;
}

.banner {
    position: relative;
    width: 100%;
    height: 170px;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #fff;
    background-image: url(images/slide3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.row {
    padding-top: 50px;
}

.row1 {
    padding-top: 60px;
}

.row3 {
    padding-top: 20px;
}

.table-prod {
    width: 100%;
    margin: 0;
    padding: 0;
}

.column1 {
    width: 33.3%;
    height: 270px; 
    float: left;
    margin-top: 10px;
}

.column2 {
    width: 33.3%;
    float: left;
    text-align: center;
}

.column-search {
    width: 94%;
    margin: auto;
}

.search-buku {
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px 5px #eee;
        -moz-box-shadow: 0 0 5px 5px #eee;
        -webkit-box-shadow: 0 0 5px 5px #eee;
        -os-box-shadow: 0 0 5px 5px #eee;
}

.column-buku {
	padding: 5px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.column-img {
    height: 120px;
}

#img-search {
    width: 80px;
    height: 120px;
}

.col-sinopsis {
    height: 120px;
    text-align: left;
    font-family: 'lato-v24-regular', sans-serif;
    font-size: 11pt;
    overflow-y: scroll;
}

.button-buku {
    width: 100%;
    margin: 0;
}

.product-title {
    width: 86px;
    margin: auto;
    text-align: left;
}

.button-buku a {
    font-family: 'Roboto', sans-serif;
    font-size: 10pt;
    color: #222;
}

#img-prod {
    width: 90px;
    height: 135px;
    border-radius: 7px;
}

.container-buku {
    width: 92%;
	margin: auto;
    padding: 10px;
	border: 1px solid #ccc;
}

.box-detail-buku {
	width: 100%;
	height: 350px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	border: 1px solid #ccc;
}

.detail-buku {
    height: 135px;
}

.column3 {
    width: 100%;
    margin-top: 20px;
}

.description, .product {
    text-align: center;
    overflow: hidden;
    padding: 0;
    margin: 0 10px;
    border-radius: 7px;
    background: #fff;
}

.description2 {
    text-align: center;
    overflow: hidden;
    padding: 0;
    margin: 10px;
    border-radius: 7px;
    background: #fff;
}

.kotak {
    text-align: center;
    overflow: hidden;
    padding: 0;
    margin: 10px;
    border-radius: 7px;
    background: #fff;
    border: 1px solid #DA9073;
}

.iklan {
    text-align: center;
    overflow: hidden;
    padding: 0;
    margin: 10px 10px 0 10px;
    border-radius: 7px;
    background: #fff;
}

.column-desc {
    width: 98%;
    margin: auto;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
}

.text-desc {
    font-family: 'lato-v24-regular', sans-serif;
    font-size: 16px;
    color: #222;
    text-align: left;
}

.text-menu-profil li {
  list-style-type: none;
}

.text-menu-profil a {
    font-family: 'lato-v24-regular', sans-serif;
    font-size: 14px;
    color: #222;
    text-align: left;
    margin-bottom: 10px;
    display: block;
}

h1 {
    font-family: 'InterVariable', sans-serif;
    font-size: 16pt;
    font-weight: bold;
    color: #BA55D3;
    text-align: center;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

h2 {
    font-family: 'InterVariable', sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #BA55D3;
    text-align: center;
    margin-bottom: 20px;   
}

h3 {
    font-family: 'InterVariable', sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #222;
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;   
}

.title-menu {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    color: #222;
    font-weight: bold;
    text-align: left;
    padding: 10px 0 9px 15px;
}

.column-iklan {
    position: relative;
    width: 100%;
    height: 150px;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #fff;
}

.box-title {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
    border: 1px solid #DB7093;
}

.box-subs {
width: 80%;
margin: auto;
margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}

.box-mail {
width: 100%;
margin: auto;
margin-top: 15px;
margin-bottom: 15px;
min-height: 40px;
border: 1px solid #DB7093;
overflow: hidden;
}

.button-subs {
width: 100px;
margin: auto;
text-align: center;
margin-top: 10px;
padding: 10px;
background: #DB7093;
}

.button-subs input {
    font-family: 'lato-v24-regular', sans-serif;
    font-size: 14px;
}

.button-subs a {
font-family: 'Roboto', sans-serif;
color: #fff;
}

.title {
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    color: #222;
    text-align: center;
    padding: 5px;
}

.title1 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #222;
    text-align: center;
    margin-top: 10px;
}

.title1 a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #222;
}

.title2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 11pt;
    color: #DB7093;
    font-weight: bold;
    text-align: center;
}

#menu {
    margin: 10px;
    display: block;
    background: #eee;
    text-align: center;
}

#menu a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #222;
    text-decoration: underline;
    margin: 5px;
}

.box-beli {
width: 80%;
margin: auto;
background: fff;
overflow: hidden;
}

.button-buy, .button-baca, .button-more, .button-prev, .button-next, .button-sbm {
text-align: center;
width: 120px;
padding: 10px;
border-radius: 7px;
background: #DB7093;
}

.button-more, .button-next {
float: right;
margin-top: 10px;
margin-bottom: 20px;
}

.button-prev {
float: left;
margin-top: 10px;
margin-bottom: 20px;
}

.button-buy a, .button-baca a, .button-more a, .button-prev a, .button-next a, .button-sbm a {
font-family: 'lato-v24-700', sans-serif;
font-size: 14px;
color: #fff;
}

button[type="submit"] {
font-family: 'lato-v24-700', sans-serif;
font-size: 14px;
color: #fff;
}

.chevron-left {
width: 16px;
height: 16px;
border-style: solid;
border-width: 5px 5px 0 0;
transform: translateX(5px) rotate(225deg);
border-color: plum;
float: left;
}

.chevron-right {
width: 16px;
height: 16px;
border-style: solid;
border-width: 5px 5px 0 0;
transform: translateX(-5px) rotate(45deg);
border-color: plum;
float: right;
}

.love {
width: 50%;
margin: auto;
margin-top: 80px;
padding: 10px;
border: 1px solid #ccc;
font-family: 'Roboto', sans-serif;
font-size: 11pt;
color: #000;
}

.button-share {
width: 70%;
margin: auto;
margin-top: 10px;
padding: 10px;
border: 1px solid #ccc;
font-family: 'Roboto', sans-serif;
font-size: 11pt;
color: #222;
}

.column4 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.column5 {
    width: 50%;
    float: left;
    text-align: center;
}

.column6 {
    width: 50%;
    float: right;
    text-align: center;
}

.book-toc {
width: 90%;
height: 400px;
padding: 0 10px;
float: left;
overflow-y: scroll;
text-align: left;
}

.book-toc ul {
    float: none;
    padding: 0;
    margin: 5px 0;
}

.book-toc li {
    list-style-type: none;
    padding: 5px 0 0 0;
    margin: 0;
    display: block;
}

.column-order {
    margin-bottom: 20px;
    overflow: hidden;
}

.col-1 {
    width: 100%;
    height: 174px;
    float: left;
}

.table-order {
    width: 100%;
    margin-bottom: 10px;
}

.table-order select {
    font-family: 'lato-v24-regular', sans-serif;
    font-size: 11pt;
    color: #000;
    border: 0;
    background: none;
}

.col-1a {
    width: 25%;
    height: 20px;
    padding: 3px 0;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    font-family: 'lato-v24-regular', sans-serif;
    font-size: 11pt;
    color: #222;
}

.col-2a {
    width: 70%;
    height: 20px;
    padding: 3px 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
    display: table-cell;
    vertical-align: middle;
    font-family: 'lato-v24-regular', sans-serif;
    font-size: 11pt;
    color: #222;
}

.col-3 {
    width: 40%;
    height: 24px;
    text-align: left;
    display: table-cell;
    vertical-align: top;
}

#form-log {
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
    background: #fff;
    text-align: center;
}

.table-log, .table-profil {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
}

#form-order {
    width: 100%;
    margin: 10px 0;
}

.alert {
    font-family: 'Mulish', sans-serif;
    font-size: 10pt;
}

.alert1 {
    font-family: 'Mulish', sans-serif;
    font-size: 10pt;
    margin-top: 10px;
}

.error-hp, .error-email {
    font-family: 'Mulish', sans-serif;
    font-size: 10pt;
    color: #ff0000;
}

input, input[type="text"] {
    border: 0;
    outline: none;
    background: #fff;
}

.clear {
    clear: both;
}

.table-order input, .table-profil input, .table-profil select, .table-profil textarea, .box-mail input {
    width: 100%;
    outline: none;
    border: 0;
    background: #fff;
    font-family: 'lato-v24-regular', sans-serif;
    font-size: 16px;
    color: #222;
    text-align: left;
    margin: 0 5px;
}

.table-log input {
    width: 100%;
    margin: 0 10px;
    outline: none;
    border: 0;
    background: #fff;
    font-family: 'lato-v24-regular', sans-serif;
    font-size: 16px;
    color: #222;
    text-align: left;
}

.button-prod {
    width: 94%;
    height: 70px;
    margin: 5px 0;
    border: 0;
    border-radius: 7px;
    background: #fff;
}

.col-4 {
    width: 27%;
    height: 30px;
    padding: 0 0 5px 0;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    font-family: 'lato-v24-700', sans-serif;
    font-size: 16px;
    color: #222;
}

.col-5 {
    width: 43%;
    height: 30px;
    padding: 0;
    text-align: left;
    border-radius: 7px;
    border: 1px solid #ccc;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.col-6 {
    width: 27%;
    height: 30px;
    padding: 0;
    text-align: left;
    display: table-cell;
    vertical-align: bottom;
    font-family: 'lato-v24-700', sans-serif;
    font-size: 16px;
    color: #222;
}

.col-7 {
    width: 43%;
    height: 30px;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
    display: table-cell;
    vertical-align: bottom;
    overflow: hidden;
}

.text {
    font-family: 'Mulish', sans-serif;
    font-size: 12pt;
    color: #000;
    text-align: center;
    margin-top: 10px;
}

button {
    width: 100%;
    border: 0;
    background: none;
    cursor: pointer;
}

buttonLink {
    border: 0;
    background: none;
    cursor: pointer;
    text-align: left;
    padding: 0;
}

buttonLink a {
    font-family: 'lato-v24-regular', sans-serif;
    font-size: 16px;
    color: #222;
}

.column-tag {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    padding: 5px 0 10px 0;
    text-align: left;
    border-top: 1px solid #DDA0DD;
    border-bottom: 1px solid #DDA0DD;
}

.tag {
    color: #000;
    padding: 0 5px;
    margin-top: 5px;
    margin-right: 5px;
    font-family: 'lato-v24-regular', sans-serif;
    font-size: 14px;
    text-transform: lowercase;
    display: block;
}

.box-search {
    width: 90%;
    margin: auto;
    min-height: 50px;
    margin-bottom: 20px;
}

#search1 {
    width: 40%;
    height: 40px;
    float: left;
    text-align: left;
    border-bottom: 1px solid #DDA0DD;
}

#search2 {
    width: 40%;
    height: 40px;
    float: right;
    text-align: left;
    border-bottom: 1px solid #DDA0DD;
}

#search1 input, #search2 input {
    width: 100%;
    margin: 20px 0 0 0;
    font-family: 'lato-v24-regular', sans-serif;
    font-size: 14px;
}

.footer {
    width: 100%;
    margin: 0;
    position: fixed;
    bottom: 0;
    display: block;
}

.column-link {
    width: 33.3%;
    height: 50px;
    float: left;
    border-top: 1px solid #DDA0DD;
    border-bottom: 1px solid #DDA0DD;
    display: table;
}

.link, .link1 {
    width: 100%;
    text-align: center;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

.link:hover {
    background: #fff;
}

.link1:hover {
    background: #DDA0DD;
}

#text-footer1 {
    font-family: 'Mulish', sans-serif;
    font-size: 9pt;
    color: #000;
}

#text-footer {
    font-family: 'Mulish', sans-serif;
    font-size: 9pt;
    color: #DDA0DD;
}

#img-icon {
    width: 12px;
    height: 12px;
    float: right;
    margin-top: 5px;
}

#img {
    width: 18px;
    height: 18px;
}

#img-detail {
    width: 5px;
    height: 10px;
    margin-left: 5px;
}

a {
    font-family: 'lato-v24-regular', sans-serif;
    color: #BA55D3;
    text-decoration: none;
}

.btn-log {
    padding: 7px;
    border: 1px solid #DB7093;
    text-align: center;
}

.btn-log a {
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
    color: #DB7093;
}

label {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
}

.column-edit-profil {
    width: 200px;
    height: 80px;
    margin: auto;
    margin-top: 10px;
}

.ket {
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    margin-top: 10px;
}

#btn {
    background: white;
    border: 1px solid #ccc;
    padding: 7px;
    font-size: 14px;
    cursor: pointer;
}

#btn-upld {
    width: 100px;
    margin: auto;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    color: #007bff;
}

.btn-upload {
    width: 100px;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #DB7093;
    background: #DB7093;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: white;
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

.wrapper {
width: 100%;
margin: auto;
overflow: hidden;
}

.card-box {
width: 33.3%;
min-height: 80px;
float: left;
margin-top: 30px;
}

.shadow-card {
box-shadow: 4.5px 5px 5px hsl(0deg 0% 0% / 0.3);
width: 100px;
height: 50px;
margin: auto;
border-top: 1px solid #DDA0DD;
border-left: 1px solid #DDA0DD;
border-radius: 8px;
background: white;
font-family: 'lato-v24-700', sans-serif;
font-size: 14px;
}

.error {
    font-family: 'Mulish', sans-serif;
    font-size: 11pt;
    color: red;
    margin-top: 10px;
    margin-bottom: 10px;
}

.Pending {
    color: #ff9800;
}

.Proses {
    color: #ff9800;
}

.Gagal {
    color: red;
}

.Berhasil {
    color: #15b934;
}

#detail {
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
    color: #007bff;
    text-align: left;
}

@media only screen and (min-width: 768px) {
.container {
    width: 100%;
    margin: auto;
}

.banner {
    height: 200px;
}

.column4 {
    width: 40%;
}

.button-buku {
    width: 130px;
    margin: auto;
}

.product-title {
    width: 116px;
    margin: 0;
}

.box-beli {
    width: 80%;
    margin: auto;
}

.kotak {
    border: 0;
}

.box-mail {
    width: 80%;
}

.form-order {
    width: 90%;
    margin: auto;
}

.col-2 {
    width: 75%;
    float: right;
}

#form-log {
    width: 70%;
    margin: auto;
}

.column-order {
    width: 90%;
    margin: auto;
}

.link-header-search, .link-header-log {
    width: 100%;
    margin: auto;
    overflow: hidden;
    display: block;
}

#menu-profil, .hamburger, #hamburger, .sidebar, .footer {
    display: none;
}

.column3 {
    width: 50%;
    float: left;
}

.column4 {
    width: 40%;
    float: right;
}

.column5 {
    width: 50%;
    float: left;
    text-align: center;
}

.column6 {
    width: 50%;
    float: right;
    text-align: center;
}

.wrapper { width: 70%; }
}

@media only screen and (min-width: 1024px) {
.container { max-width: 960px; margin: auto; }
.box-show { display: block; }
.column-search { width: 80%; }
.search-buku { flex: 1; margin-bottom: 20px; }
.column-buku { flex: 1; }
.box-detail-buku { width: 60%; margin: auto; height: 174px; flex-direction: row; gap: 0; padding: 10px; }
.column-img { flex: 1; height: 135px; }
#img-search { width: 90px; height: 135px; }
#img-prod { width: 116px; height: 174px; border-radius: 0; float: left; }
.col-sinopsis { flex: 3; height: 135px; }
.detail-buku { flex: 2; height: 174px; }
.title-menu { font-size: 16px; }
.tag { background: #ddd; border: 1px solid #ccc; border-radius: 15px; display: inline-block; }
.text-menu-profil a { font-size: 16px; }
}