/* PrintSmart Print Online - IOBITDEV // Angga Pramuda - CSS v.0.1
Created on Apr 17th 2023 09:57 PM,
Updated on ___,
Handcoded & Copyright by IOBITDEV // Angga Pramuda
IOBIT.DEV */

:root {
    --mainred: #D05252;
    --mainblack: #060606;
    --mainwhite: #ffffff;
    --grey1: #5d5d5d;
    --grey2: #808080;
    --grey3: #9b9b9b;
    --grey4: #c5c5c5;
    --grey5: #d1d1d1;
    --grey6: #e7e7e7;
    --grey7: #f0f0f0;
    --blacksolid: #101010;
    --noticebg: #FFE4E4;
    --yellow: #F39200;
    --green: #5AC3B7;
    --mainfont: 'Montserrat', sans-serif;
}

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: var(--mainfont);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    line-height: 1.2;
    font-size: 16px;
    letter-spacing: 0px;
    color: var(--mainblack);
    max-width: 100%;
    width: 100%;
/*    overflow-x: hidden;*/
    scroll-behavior: smooth;
}

body {
    background-color: var(--mainwhite);
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    object-fit: cover;
    object-position: 50% 50%;
    vertical-align: middle;
    width: 100%;
    height: inherit;
}

::selection {
    background: var(--mainred);
    color: var(--mainwhite);
}

::-moz-selection {
    background: var(--mainred);
    color: var(--mainwhite);
}

/* ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: var(--mainwhite);
}

::-webkit-scrollbar {
	width: 6px;
	background-color: var(--mainwhite);
}

::-webkit-scrollbar-thumb {
	background-color: var(--mainred);
} */

b, strong {
    font-weight: 700;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

.iobitdev-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
}

.def-width {
    max-width: 1020px;
    padding-left: 25px;
    padding-right: 25px;
    margin: auto;
}

.logo {
    width: 252px;
}

.checkout-wrap, .def-width2 {
    max-width: 670px;
    padding-left: 25px;
    padding-right: 25px;
    margin: auto;
    margin-top: 120px;
    margin-bottom: 100px;
}

.progress-order-width {
    max-width: 885px;
    padding-left: 25px;
    padding-right: 25px;
    margin: auto;
}

.head {
    /* justify-content: space-between;
    margin: 35px auto;
    margin-bottom: 70px; */

    position: fixed;
    max-width: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 2000;
    padding: 35px 0;
    transition: 0.3s ease;
    z-index: 3100;
}

.head--scroll {
    padding: 15px 0;
}

.head-wrap {
    justify-content: space-between;
}

.space-header {
    width: 100%;
    height: 65px;
    margin-bottom: 70px;
}

.main-nav .ico-cart {
    width: 24px;
}

.main-nav .ico-menu {
    width: 24px;
}

.ico-cart {
    position: relative;
}

.main-nav--cart.notif::after {
    content: ' ';
    width: 7px;
    height: 7px;
    border-radius: 20px;
    position: absolute;
    right: -7px;
    top: -3px;
    background-color: var(--mainred);
}

.main-nav .ico-close {
    width: 20px;
    height: 20px;
}

a.ico-close-wrap {
    display: none;
    margin-left: 29px;
}

a.ico-menu-wrap-show {
    display: block;
}

.main-nav {
    display: block;
    margin-left: 50px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.need-help {
    font-weight: 600;
    display: none;
}

.reduce-option .need-help {
    display: block;
}

.main-nav:hover {
    color: var(--grey1);
}

.main-nav:hover img {
    opacity: 0.5;
}

form.search-bar {
    background-color: var(--mainwhite);
    border-radius: 50px;
    border: 1px solid var(--grey3);
    overflow: hidden;
}

form.search-bar input {
    font-family: var(--mainfont);
}

form.search-bar > .textbox {
    width: 315px;
    padding: 0 25px;
    background-color: transparent;
    border: 0;
}

form.search-bar > .textbox::placeholder {
    color: var(--grey3);
    font-family: var(--mainfont);
    font-size: 14px;
}

form.search-bar > .textbox:focus {
    outline: 0;
}

form.search-bar > .button {
    outline: 0;
    background: transparent url('../img/ico-search.svg') no-repeat center;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 42px;
    border: 0;
    transition: .3s ease;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    position: relative;
    right: 12px;
    top: -1px;
}

form.search-bar > .button:hover {
    opacity: 0.5;
}

.dots-point {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background-color: var(--mainred);
    margin-right: 10px;
}

.dots-point--small {
    width: 12px;
    height: 12px;
    margin-right: 7px;
    position: relative;
    top: -1px;
}

.title-search-wrap {
    justify-content: space-between;
    margin-bottom: 5px;
}

.title-medium {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.25px;
}

.title-medium2 {
    font-size: 18px;
    font-weight: 600;
}

.title-medium2-bold {
    font-size: 18px;
    font-weight: 700;
}

.title-medium2-16-rg {
    font-size: 16px;
    font-weight: 400;
}

.title-medium2-16-bold {
    font-size: 16px;
    font-weight: 700;
}

.title-medium2-16-sb {
    font-size: 16px;
    font-weight: 600;
}

.title-medium3 {
    font-size: 14px;
    font-weight: 600;
}

.caption {
    font-size: 14px;
    line-height: 20px;
}

.print-upload-done {
    margin-bottom: 10px;
}

.products {
    width: 100%;
    background: url('../img/bg-products.png');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 90px;
}

.products-wrap {
    max-width: 995px;
    margin: auto;
}

.products-each-wrap {
    flex-wrap: wrap;
    height: 398px;
    overflow: hidden;
}

.products-each-wrap-show {
    height: auto !important;
}

.product-each {
	width: 173px;
    height: 173px;
    margin: 13px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.5s ease;
}

.product-img img {
    transition: 0.2s ease;
}

.product-each:hover .product-img img {
    transform: scale(1.2);
}

.product-img {
    position: relative;
    z-index: 0;
    height: 173px;
}

.product-title  {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    color: var(--mainwhite);
    text-align: center;
    background: var(--mainblack);
    padding: 8px;
    transition: 0.2s ease;
}

.product-each:hover .product-title {
    color: var(--mainblack);
    text-align: center;
    background: var(--grey4); 
}

.title-paragraph {
    font-size: 16px;
    line-height: 28px;
}

.title-paragraph3 {
    font-size: 14px;
    line-height: 18px;
}

a.btn {
    display: block;
    color: var(--mainred);
    border-radius: 100px;
    border: 3px solid var(--mainred);
    text-align: center;
    padding: 10px 35px;
    font-size: 16px;
    font-weight: 700;
    width: max-content;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    cursor: pointer;
    transform: 0.3s ease;
}

a.btn:hover {
    border: 3px solid var(--grey4);
    color: var(--mainwhite);
    background: var(--grey4);
}

a.btn.disable {
    border: 3px solid var(--grey4);
    color: var(--mainwhite);
    background: var(--grey4);
    cursor: not-allowed;
    user-select: none;
}

.btn-disable {
    border: 3px solid var(--grey4) !important;
    color: var(--mainwhite) !important;
    background: var(--grey4) !important; 
    cursor: not-allowed !important;
    user-select: none !important;
    pointer-events: none !important;
}

a.btn--solid {
    color: var(--mainwhite);
    border: 3px solid var(--mainred);
    background-color: var(--mainred);
}

a.btn--tooltip {
    padding: 5px 15px;
    font-size: 12px;
    background-color: var(--mainred);
    border: 3px solid var(--mainred);
    color: var(--mainwhite);
}

a.btn--baca {
    color: var(--mainred);
    border: 3px solid var(--mainred);
    background-color: var(--mainwhite);
    padding: 7px 20px;
    font-size: 12px;
}

a.btn--outline {
    color: var(--mainred);
    border-radius: 100px;
    border: 3px solid var(--mainred);
    background-color: var(--mainwhite);
}

a.btn--w100 {
    width: 100%;
}

a.btn--mrgauto {
    margin: auto;
}

.mrg {
    margin: 20px auto;
}

.why-us {
    width: 100%;
    background: url('../img/bg-why.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.txt-c-light {
    color: var(--mainwhite);
}

.txt-c-red {
    color: var(--mainred);
}

.txt-c-grey2 {
    color: var(--grey2);
}

.txt-c-yellow {
    color: var(--yellow);
}

.txt-c-green {
    color: var(--green);
}

.title-large {
    font-size: 28px;
    letter-spacing: -0.5px;
    font-weight: 700;
}

.title-large-nospacing {
    font-size: 28px;
    font-weight: 700;
}

.title-large2 {
    font-size: 24px;
    font-weight: 700;
}

.title-large3 {
    font-size: 20px;
    font-weight: 700;
}

.why-us-wrap {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

.txt-c-grey {
    color: var(--grey5);
}

.why-us .title-large {
    margin-bottom: 10px;
}

.why-us-feature-each {
    width: 135px;
}

.why-us-feature-each .title-small {
    margin: 10px auto;
}

.why-us-feature {
    align-items: flex-start;
    justify-content: space-between;
    width: 70%;
    margin: auto;
}

.title-small {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
}

.title-small-clean {
    font-size: 12px;
    font-weight: 400;
}

.title-small2 {
    font-size: 12px;
    font-weight: 700;
}

.title-small3 {
    font-size: 14px;
    font-weight: 400;
}

.title-regular {
    font-size: 18px;
    font-weight: 400;
}

.why-us-wrap .title-paragraph {
    margin: 20px auto;
}

.klien {
    text-align: center;
}

.klien-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

.klien-content {
    max-width: 900px;
    margin: 10px auto;
}

footer {
    background: var(--blacksolid);
    text-align: center;
    color: var(--grey4);
    position: relative;
    z-index: 600;
}

.footer-logo {
    width: 215px;
    margin: auto;
}

.footer-menu {
    font-size: 14px;
    font-weight: 600;
}

.footer-menu a {
    margin: 0 20px;
    transition: 0.3s ease;
}

.footer-menu a:hover {
    opacity: 0.5;
}

footer .socmed {
    margin: 20px auto;
    text-align: center;
}

footer .socmed img {
    width: 28px;
}

footer .copyright {
    text-align: center;
    font-size: 12px;
    color: var(--grey2);
    letter-spacing: 1px;
}

footer .socmed a {
    margin: 0 5px;
    transition: 0.3s ease;
}

footer .socmed a:hover {
    opacity: 0.7;
}

.title-footer {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 25px auto;
}

.footer-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
}

.separator {
    width: 234px;
    height: 1px;
    background-color: var(--grey2);
    margin: auto;
    margin-bottom: 25px;
}

.separator-wrap {
    margin: 50px auto 60px auto;
}

.separator100 {
    max-width: 100%;
    height: 1px;
    background-color: var(--grey7);
}

.narrowmenu {
    display: none;
}

.menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 15px;
    background-color: var(--mainwhite);
    z-index: 1000;
    display: none;
}

.menu-overlay-hide {
    display: none;
}

.menu-overlay-list {
    padding-top: 60px;
}

.menu-overlay-list a {
    display: block;
    text-align: right;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.obj-none {
    display: none !important;
}

.chat-support {
    width: 193px;
    background: #4AA54A;
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    position: fixed;
    bottom: 100px;
    right: 25px;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.5px;
    z-index: 500;
    cursor: pointer;
}

.chat-support:hover {
    background: var(--grey7);
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0);
}

.chat-support .icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.custom-item-wrap .custom-choice input {
	display: none;
}

.custom-item-wrap label {
	position: relative;
	color: var(--mainblack);
	background-color: var(--mainwhite);
	font-size: 15px;
    font-weight: 700;
	text-align: center;
	display: block;
	cursor: pointer;
	border: 3px solid var(--grey4);
    border-radius: 15px;
    padding: 12px 28px;
    width: max-content;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 10px;
}

.custom-item-wrap label:hover {
    border: 3px solid var(--grey4);
    color: var(--mainwhite);
    background: var(--grey4);
}

.custom-item-wrap .custom-choice input:checked + label {
	border: 3px solid var(--mainblack);
	background-color: var(--mainblack);
    color: var(--mainwhite);
}

.pick-item {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.jumlah {
    width: max-content;
    overflow: hidden;
    border: 3px solid var(--grey4);
    border-radius: 15px;
}

.input-number {
    width: 30px;
    padding: 0 5px;
    vertical-align: top;
    text-align: center;
    outline: none;
}

.input-number,
.input-number-decrement,
.input-number-increment {
    /* border: 1px solid #ccc; */
    height: 40px;
    user-select: none;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    font-family: inherit;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 25px;
  line-height: 38px;
  /* background: #f1f1f1; */
  color: #444;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.input-number-decrement:active,
.input-number-increment:active {
  background: #ddd;
}

.input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
}

.input-number-decrement:hover,
.input-number-increment:hover {
    background-color: var(--grey7);
}

.action-button {
    justify-content: flex-start;
}

.action-button .btn:nth-child(1) {
    margin-right: 10px;
}

.btn-lihat-semua-produk {
    margin: auto;
}

.product-details {
    margin-bottom: 65px;
}

.product-details .separator {
    margin-top: 65px;
    margin-bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--grey6);
}

.product-details-wrap {
    align-items: flex-start;
    justify-content: space-between;
}

.product-slide {
    width: 427px;
    height: 427px;
    border-radius: 25px;
    overflow: hidden;
    margin-right: 20px;
}

.lihat-deskripsi {
    max-width: max-content;
    justify-content: flex-start;
    font-weight: 700;
    font-size: 12px;
    color: var(--grey2);
    text-transform: uppercase;
    line-height: 18px;
    cursor: pointer;
    margin: 3px 0;
}

.lihat-deskripsi .icon {
    width: 18px;
    margin-right: 7px;
}

.lihat-deskripsi:hover {
    opacity: 0.8;
}

.harga-produk {
    margin: 15px 0 20px 0;
}

.custom-choice p, .jumlah-item p, .ukuran-produk .title-tooltip {
    margin-bottom: 5px;
}

.custom-choice, .jumlah-item {
    margin-bottom: 20px;
}

.ukuran-produk {
    margin-bottom: 20px;
}

.ukuran-input-each input {
    width: 60px;
    height: 43px;
    line-height: 43px;
    overflow: hidden;
    border: 3px solid var(--grey4);
    border-radius: 15px;
    text-align: center;
    padding: 7px;
    font-size: 16px;
    font-weight: 700;
    margin: 0px 7px;
    font-family: inherit;
}

.ukuran-input-each p {
    font-weight: 600;
    font-size: 14px;
    color: var(--grey3);
}

.ukuran-input-wrap {
    justify-content: flex-start;
}

.title-tooltip {
    justify-content: flex-start;
}

.tooltip {
    margin-left: 10px;
    position: relative;
}

.tooltip .icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.tooltip-content {
    position: absolute;
    left: auto;
    right: 0;
    top: 25px;
    width: 229px;
    z-index: 10;
    display: none;
    z-index: 3200;
}

.tooltip-content--show {
    display: block;
}

.faq {
    margin-bottom: 60px;
}

.faq p.title-large {
    text-align: center;
    margin-bottom: 30px;
}

.tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tabs {
  /* border-radius: 8px; */
  overflow: hidden;
}

.tab {
  width: 100%;
  color: var(--mainblack);
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid var(--grey6);
}

.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  /* background: var(--mainwhite); */
  font-weight: 600;
  cursor: pointer;
  /* Icon */
}

.tab-label:hover {
  background: var(--grey7);
}

.tab-label::after {
  content: "❯";
  width: 15px;
  height: 15px;
  text-align: center;
  transform: rotate(0deg);
  /* transition: 0.2s; */
}

.tab-content {
  max-height: 0;
  padding: 0 15px;
  color: var(--mainblack);
  background: var(--mainwhite);
  font-size: 16px;
  /* transition: 0.2s; */
}

.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 15px;
  cursor: pointer;
}

.tab-close:hover {

}

.tabs input:checked + .tab-label {
    border-bottom: 1px solid var(--grey6);
}

.tabs input:checked + .tab-label::after {
  transform: rotate(90deg);
}

.tabs input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 15px;
}

.related-products-wrap {
    flex-wrap: wrap;
}

.related-products p.title-large {
    text-align: center;
    margin-bottom: 5px;
}

.related-products {
    margin-bottom: 100px;
}

.related-products .wrap {
    margin-bottom: 60px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.product-slide .swiper-container {
    border-radius: 25px;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-next, .swiper-button-prev {
    top: auto;
    bottom: 5px;
    color: var(--grey2);
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    right: 60px;
    left: auto;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 26px;
    font-weight: 700;
}

.deskripsi-produk {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    z-index: 10000;
    display: none;
}

.deskripsi-produk--show {
    display: block;
}

.deskripsi-produk-overlay {
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.deskripsi-produk-wrap {
    width: 965px;
    max-height: 700px;
    overflow-y: auto;
    background-color: var(--mainwhite);
    margin: auto;
    border-radius: 15px;
    position: absolute;
    margin: 10px auto;
    border: 2px solid var(--grey6);
    padding: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}

.deskripsi-produk-ico-close {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.deskripsi-produk-ico-close:hover {
    opacity: 0.7;
}

.modal-ico-close {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 25px;
    top: 18px;
    cursor: pointer;
}

.modal-ico-close:hover {
    opacity: 0.7;
}

.deskripsi-konten {
    border-top: 1px solid var(--grey6);
    margin-top: 20px;
    padding: 20px 0;
}

.deskripsi-konten h1 {
    margin-bottom: 7px;
}

.deskripsi-konten p {
    margin-bottom: 35px;
}

.deskripsi-konten p:last-child {
    margin-bottom: 0px;
}

.tooltip-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3100;
    display: none;
}

.tooltip-overlay--show {
    display: block;
}

.tooltip-content a.btn--tooltip {
    position: absolute;
    right: 0;
    margin-top: 5px !important;
}

.reduce-option .main-nav,
.reduce-option .title-footer,
.reduce-option .separator,
.reduce-option .footer-menu,
.reduce-option .socmed {
    display: none;
}

.reduce-option .footer .copyright {
    margin-top: 7px;
}

.twocol {
    width: 48%;
}

.sign-in {
    margin-bottom: 100px;
}

.sign-in-wrap {
    justify-content: space-between;
}

.form-wrap {
    width: 350px;
}

.twocol:nth-child(2) {
    justify-content: end;
}

.input-whatsapp input {
    width: 100%;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    border: 3px solid var(--grey4);
    border-radius: 15px;
    text-align: left;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: inherit;
}

a.btn--alt {
    width: 100%;
    border-radius: 15px;
    padding: 12px 35px;
}

.sign-in .input-whatsapp {
    margin: 20px auto 15px auto;
}

.sign-in .input-whatsapp input {
    margin-bottom: 10px;
}

.sign-in .title-large3 {
    margin-bottom: 5px;
}

.disclaimer {
    background: var(--grey6);
    padding: 18px;
    border-radius: 10px;
}

.disclaimer-hide {
    opacity: 0;
    user-select: none;
    pointer-events: none;
    transition: 0.5s ease;
}

.disclaimer-show {
    opacity: 1;
    user-select: all;
    pointer-events: all;
}

.title-and-item {
    justify-content: space-between;
}

.ico-secure {
    width: 15px;
    cursor: pointer;
}

.ico-secure:hover {
    opacity: 0.7;
}

.ico-secure img {
    vertical-align: baseline;
}

.order-step {
    text-align: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
}

.order-step::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 22px;
    width: 95%;
    height: 5px;
    background: var(--grey5);
    z-index: -1;
}

.number-step {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    margin: auto;
    font-size: 22px;
    font-weight: 600;
    color: var(--mainblack);
    background: var(--grey5);
}

.order-step-each p {
    font-size: 16px;
    font-weight: 600;
    color: var(--grey4);
    margin-top: 7px;
}

.order-step-each.active .number-step {
    color: var(--mainwhite);
    background: var(--mainblack);
}

.order-step-each.active p {
    color: var(--mainblack);
}

.details-summary-each {
    justify-content: space-between;
    margin-bottom: 15px;
}

.details-summary-each .property {
    font-weight: 600    ;
}

.details-summary-each:last-child {
    margin-bottom: 0;
}

.print-details-title p {
    font-size: 20px;
    font-weight: 600;
}

.print-details {
    border-radius: 15px;   
    border: 2px solid var(--grey5);
    margin-bottom: 15px;
}

.print-details2 {
    margin-bottom: 15px;
}

.print-details-title {
    padding: 17px 15px 15px 15px;
    border-bottom: 2px solid var(--grey5);
}

.print-details-summary {
    padding: 15px;
}

.justify-start {
    justify-content: flex-start;
}

.justify-between {
    justify-content: space-between;
}

.txt-bold {
    font-weight: 700;
}

select {
    border-radius: 0;
}

.custom-select-wrapper {
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
	display: inline-block;
    user-select: none;
    border-radius: 10px;
    border: 2px solid var(--grey5);
}

.custom-select-wrapper-notallowed {
    background: var(--grey5);
}

.custom-select-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 15px;
    text-align: left;
    font-weight: 400;
    color: #757575;
    background: inherit;
    border-radius: 0;
    cursor: pointer;
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    top: 50%;
    right: 25px;
    margin-top: -3px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

.custom-option {
    position: relative;
    display: block;
    padding: 8px 15px 8px 15px;
    text-align: left;
    border-bottom: 1px solid #b5b5b5;
    cursor: pointer;
    transition: all .4s ease-in-out;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #2b2b2b;
}

.custom-select {
	position: relative;
    width: 100%;
}

.custom-select.opened .custom-select-trigger:after {
	margin-top: 3px;
	transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	min-width: 100%;
	margin: 15px 0;
	border: 1px solid #b5b5b5;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
	background: #fff;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
    z-index: 1;
}

.custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
}

.custom-options:before {
	position: absolute;
	display: block;
	content: '';
	bottom: 100%;
	right: 25px;
	width: 7px;
	height: 7px;
	margin-bottom: -4px;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	background: #fff;
	transform: rotate(45deg);
	transition: all .4s ease-in-out;
}

.option-hover:before {
	background: #f9f9f9;
}

.custom-option:first-of-type {
	border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
	background: #f9f9f9;
}

.pengiriman-content-wrap {
    justify-content: space-between;
}

.item-select-wrap {
    width: 100%;
}

.item-select-wrap p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.checkout-content-wrap .title {
    margin-bottom: 20px;
}

.checkout-content-wrap {
    margin-bottom: 50px;
}

.alamat-content-wrap a.btn {
    width: 100%;
}

.add-address input {
    width: 100%;
    border: 1px solid var(--grey2);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 15px;
    position: relative;
    display: inline-block;
    user-select: none;
    border-radius: 10px;
    border: 2px solid var(--grey5);
    font-family: inherit;
}

.add-address input::placeholder {
    font-family: inherit;
}

.triple-col .custom-select-wrapper {
    width: 39%;
}

.triple-col {
    margin: 7px 0;
}

.triple-col input {
    width: 20%;
}

.triple-col {
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.add-address a.btn {
    margin-top: 7px;
}

textarea {
    width: 100%;
    border: 1px solid var(--grey2);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 15px;
    position: relative;
    display: inline-block;
    user-select: none;
    border-radius: 10px;
    border: 2px solid var(--grey5);
    font-family: inherit;
}

.change-item {
    cursor: pointer;
    display: block;
}

.change-item:hover {
    opacity: 0.8;
}

.change-item p {
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.change-item .icon {
    width: 10px;
    position: relative;
    top: -1px;
    margin-right: 3px;
}

.change-item-wrap {
    height: 19px;
    line-height: 19px;
}

.current-address p {
    font-size: 14px;
    color: var(--grey1);
    line-height: 22px;
}

.print-details p.title-kode-voucher {
    padding: 15px;
    padding-bottom: 8px;
}

.print-details p.title-kode-voucher2 {
    padding: 15px;
    padding-top: 25px;
}

.input-voucher-wrap {
    justify-content: space-between;
    padding: 0 15px;
}

.input-voucher-wrap input {
    border-radius: 50px;
    border: 2px solid var(--grey5);
    padding: 0 15px;
    font-family: inherit;
    width: 71%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}

.ringkasan-order-list {
    padding: 0 15px;
}

.ringkasan-order {
    margin-bottom: 25px;
}

.total-bayar {
    justify-content: space-between;
    margin-bottom: 15px;
}

.total-bayar-wrap {
    padding: 20px 15px;
    border-top: 1px solid var(--grey5);
}

.total-bayar-wrap a.btn {
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
}

p.notice {
    font-size: 12px;
    font-weight: 400;
    color: var(--mainblack);
    padding: 10px;
    background-color: var(--noticebg);
    letter-spacing: 1px;
    text-align: center;
    border-radius: 10px;
}

.icon-copy {
    width: 24px;
    pointer-events: none;
}

.pengiriman-dikantor {
    margin-top: 15px;
    border-radius: 15px;
    border: 2px solid var(--grey5);
}

.pengiriman-dikantor p.title-alamat {
    text-align: center;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 2px solid var(--grey5);
}

.pengiriman-dikantor-alamat {
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    justify-content: space-between;
    padding: 15px;
}

.pengiriman-dikantor-alamat p {
    width: 90%;
    color: var(--grey3);
}

.copy-to-clipboard {
  position: relative;
  width: 24px;
  /* min-height: 44px; */
  padding: 0;
  outline: none;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 0;
}
.copy-to-clipboard:before {
    content: "";
    width: 12px;
    height: 12px;
    bottom: -10px;
    right: 2px;
    clip-path: polygon(50% 40%, 0% 100%, 100% 100%);
}
.copy-to-clipboard:after {
    content: attr(tooltip);
    width: 140px;
    bottom: -35px;
    right: 0;
    padding: 5px;
    border-radius: 4px;
    font-size: 14px;
    font-family: var(--mainfont);
}
.copy-to-clipboard:before, .copy-to-clipboard:after {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  box-sizing: border-box;
  background-color: #000000;
  color: #ffffff;
  transform: translateY(-10px);
  transition: all 300ms ease;
}
.copy-to-clipboard:hover:before, .copy-to-clipboard:hover:after {
  opacity: 1;
  transform: translateY(0);
}

.col2 {
    justify-content: space-between;
}

.rectangle-content {
    border: 2px solid var(--grey5);
    border-radius: 15px;
}

.rectangle-content--dashed {
    border: 2px dashed var(--grey5);
}

.rectangle-content .title {
    text-align: center;
    padding: 10px;
    border-bottom: 2px solid var(--grey5);
}

.rectangle-content .content-wrap {
    padding: 0px 30px;
}

.rectangle-content .content-wrap .col2 {
    border-bottom: 1px solid var(--grey5);
    padding: 15px 0;
}

.rectangle-content .content-wrap .col2:last-child {
    border-bottom: 0;
}

.bank-logo-name .logo {
    width: 100px;
    margin-bottom: 5px;
}

.bank-account p {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-right: 10px;
}

.promo-code p {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-right: 10px;
}

.checkout-title-wrap {
    margin-bottom: 10px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb150 {
    margin-bottom: 150px;
}

.mb250 {
    margin-bottom: 250px;
}

.mb15 {
    margin-bottom: 15px;
}

a.btn--mrg {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 15px;
}

.form-class {
    margin: auto;
    text-align: center;
    padding: 30px;
}
  
#pf_foto {
    background-image: url('../img/img-upload-bukti-placeholder.png');
    background-size: cover;
    width: 181px;
    height: 247px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 15px;
    background-position: center;
}
  
#uploadButton {
    display: block;
    color: var(--mainred);
    border-radius: 100px;
    border: 3px solid var(--mainred);
    text-align: center;
    padding: 10px 35px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    cursor: pointer;
    transform: 0.3s ease;
    background-color: var(--mainwhite);
    margin: auto;
    font-family: inherit;
}

#uploadButton:hover {
    border: 3px solid var(--grey4);
    color: var(--mainwhite);
    background: var(--grey4);
}

.checkout-done-wrap {
    text-align: center;
    margin: auto;
    margin-bottom: 150px;
}

.checkout-done-wrap .illustration {
    width: 350px;
    margin: auto;
    margin-top: 25px;
}

.redirect-button {
    margin-top: 20px;
}

.redirect-button a.btn {
    width: 320px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}

.checkout-wrap a.btn--tooltip {
    width: max-content;
}

.disclaimer-upload .tooltip-content {
    width: 300px;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
}

.disclaimer-upload .wrap {
    background-color: var(--mainblack);
    color: var(--mainwhite);
    padding: 15px;
    border-radius: 10px;
}

.mtb-15 {
    margin: 15px auto;
}

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

.icon-upload {
    width: 90px;
    margin: auto;
}

.icon-upload-done {
    width: 60px;
    margin: 15px auto;
}

.icon-upload-hide {
    display: none;
}

.loading-process {
    width: 150px;
    margin: 20px auto;
    text-align: center;
}

.loading-hide {
    display: none;
}

.loading-process p {
    text-align: center;
    font-size: 11px;
    color: var(--grey3);
}

.upload-button-wrap {
    margin: 5px auto 20px auto;
}

.checkout-upload-wrap a.btn {
    margin-top: 15px;
}

.checkout-upload-wrap {
    margin-bottom: 190px;
}

#loading-bar-left {
  animation: loading-bar-morph 1s linear 0.1s infinite;
  transform-origin: center;
}
#loading-bar-middle {
  animation: loading-bar-morph 1s linear 0.2s infinite;
  transform-origin: center;
}
#loading-bar-right {
  animation: loading-bar-morph 1s linear 0.4s infinite;
  transform-origin: center;
}

@keyframes loading-bar-morph {
  0% {
    transform: scaleY(1);
  }
  25% {
    transform: scaleY(0.3);
  }
  50% {
    transform: scaleY(0.7);
  }
  75% {
    transform: scaleY(0.15);
  }
}

.upload-done {
    text-align: center;
}

.upload-done a {
    display: block;
    margin: 7px auto;
    margin-bottom: 15px;
}

.small-link {
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.small-link2 {
    font-size: 14px;
}

.small-link3 {
    font-size: 14px;
}

.small-link:hover {
    opacity: 0.8;
}

.checkout-upload-wrap .ganti-file {
    text-align: center;
    margin: auto;
    display: block;
}

.checkout-upload-done-wrap {
    text-align: center;
}

.img-done {
    width: 315px;
    margin: 15px auto;
}

.pemberitahuan-diproses {
    background: var(--grey7);
    border: 2px solid var(--grey6);
    border-radius: 10px;
    padding: 10px;
}

.button-wrap {
    margin-top: 40px;
}

.print-lagi {
    width: 200px;
    margin: auto;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid var(--grey7);
}

.button-wrap a.btn {
    width: max-content;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 10px;
}

.sortby {
    position: relative;
}

.btn-urutkan-wrap .btn--txtbtn {
    color: var(--mainblack);
}

.btn--txtbtn img {
    margin-right: 8px;
}

.btn--txtbtn {
    font-weight: 700;
    font-size: 16px;
}

.btn-urutkan-wrap .btn--txtbtn {
    color: var(--mainblack);
}

.btn-urutkan-wrap .btn--txtbtn:hover {
    opacity: 0.8;
}

.urutkan-popout {
    position: absolute;
    right: 0;
    top: 28px;
    width: 100px;
    width: max-content;
    background: var(--mainwhite);
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    overflow: hidden;
    display: none;
}

.urutkan-popout--show {
    display: block;
}

.urutkan-content {
    position: relative;
    z-index: 5;
    background: transparent;
}

.urutkan-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0;
}

.urutkan-btn-text {
    display: block;
    padding: 10px 15px;
    transition: 0.3s ease;
    font-size: 14px;
}

.urutkan-popout .urutkan-btn-text:nth-child(1) {
    border-bottom: 1px solid #F5F5F5;
}

.urutkan-btn-text:hover {
    background-color: var(--grey7);
}

.item-each {
    padding: 20px 0;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid var(--grey7);
}

.item-each:last-child {
    border-bottom: 0;
}

.title-pesanan-dibuat {
    font-size: 12px;
    font-weight: 400;
    color: var(--grey3);
    padding-top: 3px;
    padding-bottom: 10px;
}

.txt-c-grey3 {
    color: var(--grey3);
}

.btn-bullet {
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background-color: var(--grey2);
    display: inline-block;
    margin: 0 5px;
    position: relative;
    top: -2px;
}

.subitem-left {
    width: 70%;
}

.subitem-right {
    width: 25%;
    flex-direction: column;
}

.subitem-right a.btn {
    width: 100%;
    margin: auto;
    padding: 7px 20px;
    font-size: 13px;
}

.txt-onprocess {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 7px;
}

.txt-onprocess--diproses {
    color: var(--yellow);
}

.txt-onprocess--selesai {
    color: var(--green);
}

.history-pesanan {
    max-height: 360px;
    overflow: auto;
}

.account-no-wa {
    text-align: right;
    letter-spacing: 0.5px;
}

.pr20 {
    padding-right: 20px;
}

.progress-order-wrap {
    text-align: center;
}

.text-details-wrap {
    margin-top: 40px;
}

.text-details-customer .hello {
    font-weight: 600;
}

.text-details-customer span {
    color: var(--mainred);
}

.text-details-pesanan {
    font-size: 20px;
    font-weight: 600;
    margin: auto;
    margin-top: 20px;
    max-width: 430px;
}

.progress-wrap {
    margin: 50px auto;
}

.section-title {
    font-weight: 600;
    letter-spacing: 2px;
    padding: 8px;
    border-top: 1px solid var(--grey6);
    border-bottom: 1px solid var(--grey6);
}

.progress-line-wrap {
    margin-top: 30px;
}

.progress-each {
    width: 20%;
    position: relative;
    opacity: 0.3;
}

.progress-each img {
    width: 80px;
}

.progress-line-wrap p {
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}

.state-done, .state-processing {
    opacity: 1;
}

.state-done::after {
    content: '';
    background-image: url('../img/ico-done.png');
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: auto;
}

.state-processing::after {
    content: '';
    background-image: url('../img/ico-processing.png');
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: auto;
}

.text-order-created {
    font-size: 12px;
    letter-spacing: 2px;
    color: var(--grey);
    margin-top: 150px;
    margin-bottom: 70px;
}

.text-order-done {
    margin-top: 0;
    margin-bottom: 0;
}

.img-done {
    max-width: 350px;
    margin: auto;
    margin-top: 30px;
}

.antri-lagi {
    max-width: max-content;
    margin: auto;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
    border-top: 1px solid var(--grey6);
    margin-top: 15px;
    margin-bottom: 70px;
    padding: 15px;
}

.antri-lagi a {
    font-weight: 600;
}

.antri-lagi a:hover {
    opacity: 0.5;
}

.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	transition: 0.2s ease;
	pointer-events: none;
}

.modalDialog .content {
    max-height: 430px;
    overflow: auto;
}

.modalDialog .content-wrap {
    padding: 25px;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
    width: 585px;
    overflow: hidden;
    position: absolute;
    border-radius: 10px;
    background: var(--mainwhite);
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.close {
    padding: 0;
	color:black;
	line-height: 25px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 10px;
	width: 24px;
	text-decoration: none;
    background:none;
}

.close:hover { 
    color: #EA4436;
}

.promo-each {
    border: 1px solid #D9D9D9;
    border-radius: 7px;
    padding: 15px;
    margin-bottom: 15px;
}

.promo-each:last-child {
    margin-bottom: 0;
}

.promo-each-content-right {
    letter-spacing: 2px;
}

.promo-each-content-left {
    padding-right: 15px;
}

.subproduct-harga {
    border-top: 1px solid var(--grey5);
    padding-top: 8px;
    width: max-content;
    margin-top: 8px;
}

.subproduct-harga p {
    margin-bottom: 2px;
    width: max-content;
}

.subproduct-each {
    margin-bottom: 15px;
    width: 92%;
}

.subproduct-each:hover {
    opacity: 0.7;
}

.subproduct-each:last-child {
    margin-bottom: 0;
}

.subproduct-each-left {
    width: 142px;
    height: 93px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
}

.justify-fstart {
    justify-content: flex-start;
}

.subproduct-each-right .title-medium2-bold {
    margin-bottom: 3px;
}

.mt120 {
    margin-top: 120px;
}

.mb120 {
    margin-bottom: 120px;
}

.mtb120-lrauto {
    margin: 120px auto;
}

.content-type2-title-wrap h1.title-large {
    text-align: center;
    margin-bottom: 30px;
}

.img-tentang-kami {
    width: 100%;
    height: 220px;
    margin-bottom: 25px;
    border-radius: 20px;
    overflow: hidden;
}

article {
    font-size: 16px;
    line-height: 26px;
}

article p {
    margin-bottom: 30px;
}

article h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
}

.content-type2-wrap {
    background-image: url('../img/bg-type2.png');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.articles-list-section-title {
    text-align: left;
}

.articles-list-section-title p.title-medium2 {
    margin-top: 3px;
}

.article-content-list-each {
    width: 32%;
    height: 210px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}

.article-content {
    justify-content: space-between;
    margin: 40px auto;
    flex-wrap: wrap;
}

.article-content-list-each .overlay {
    background: linear-gradient(180deg, rgba(122, 122, 122, 0) 0%, #868686 71.35%);
    width: 100%;
    height: 210px;
    position: absolute;
    z-index: 1;
}

.article-content-list-each .thumbnail {
    position: absolute;
    width: 100%;
    height: 210px;
    left: 0;
    top: 0;
}

.article-content-list-each .title-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 15px;
}

.article-content-list-each .title-large3 {
    margin-bottom: 7px;
}

.pagination-each {
    display: block;
    border-radius: 5px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border: 1px solid var(--grey4);
    font-weight: 700;
    margin: 0 5px;
    cursor: pointer;
    transition: 0.1s ease;
}

.pagination-each img {
    width: 12px;
    height: 12px;
    position: relative;
    top: -1px;
}

.pagination-each:hover {
    opacity: 0.5;
}

.pagination-each.disable {
    background-color: var(--grey4);
    cursor: not-allowed;
}

.pagination-each.disable:hover {
    opacity: 1;
}

.pagination-each.active {
    border: 1.5px solid var(--mainred);
    color: var(--mainred);
}

.pagination-wrap {
    margin: 20px auto 70px auto;
}

.breadcrumbs {
    font-weight: 400;
    font-size: 14px;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 25px;
    color: var(--grey2);
}

.breadcrumbs a {
    display: block;
    position: relative;
}

.breadcrumbs a:hover {
    opacity: 0.7;
}

.breadcrumbs a::after {
    content: '>';
    margin: 0 7px;
}

.breadcrumbs a:last-child::after {
    display: none;
}

.breadcrumbs a.active {
    font-weight: 700;
}

.share .text {
    margin-right: 7px;
}

.share-btn a {
    transition: 0.2s ease;
}

.share-btn a:hover {
    opacity: 0.8;
}

.share a {
    margin-left: 3px;
}

.share img {
    width: 30px;
}

.article-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.meta-share {
    font-size: 12px;
    font-weight: 600;
}

.article-featured-img {
    width: 100%;
    height: 315px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 10px;
}

.articles-list-wrap article {
    margin-top: 30px;
}

.articles-list-wrap main {
    width: 620px;
}

.articles-list-wrap aside {
    width: 305px;
    position: sticky;
    top: 100px;
}

.articles-list-wrap .col2 {
    align-items: flex-start;
}

.other-article-lists .title-btn p {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 77px;
}

.other-article-lists .img {
    width: 40%;
    border-radius: 10px;
    overflow: hidden;
}

.other-article-lists .title-btn {
    width: 55%;
}

.other-article-lists .title-btn a.btn {
    margin-top: 10px;
}

.other-article-lists {
    margin-top: 20px;
}

.keranjang-wrap .print-details-title {
    padding: 0;
    border-bottom: 0;
    max-width: 400px;
}

.keranjang-wrap .print-details-title p {
    font-size: 16px;
}

.keranjang-wrap .print-details-summary {
    padding: 10px 15px;
    font-size: 14px;
}

.keranjang-wrap .details-summary-each {
    margin-bottom: 10px;
}

.keranjang-wrap .details-summary-each:last-child {
    margin-bottom: 0;
}

.keranjang-wrap .print-items {
    margin-bottom: 15px;
}

.print-items-wrap {
    margin-bottom: 70px;
}

/* .keranjang-wrap .total-bayar-wrap {
    margin-top: 20px;
} */

.print-items .title-btn {
    padding: 10px 10px 10px 15px;
    border-bottom: 2px solid var(--grey5);
}

.keranjang-wrap .change-item .icon {
    width: 16px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.keranjang-wrap .change-item p {
    font-size: 12px;
    color: var(--grey3);
}

.print-details-wrap {
    margin-bottom: 50px;
}

.modal-confirm-delete .title-large2 {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
}

.btn-confirm {
    justify-content: space-between;
    width: max-content;
    margin: auto;
}

.btn-confirm a.btn {
    width: 165px;
    margin: 0 5px;
}

.btn-cart a.btn {
    width: 180px;
    margin: 0 5px;
}

.btn-cart-w a.btn {
    width: 190px;
}

.illustration-empty {
    max-width: 350px;
    margin: 30px auto;
}

.illustration-login {
    max-width: 200px;
    margin: 30px auto;
}

.txt-empty {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
}

.txt-empty2 {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

.no-item-cart a.btn {
    margin: 20px auto 100px auto;
}

.account-no-wa img {
    width: 20px;
    margin-right: 3px;
    vertical-align: sub;
}

.btn--withicon img {
    width: 20px;
    margin-right: 5px;
}

.product-customize {
    width: 520px;
}

.account-address-wrap {
    display: none;
}

@media (min-height: 900px) {
    .sign-in {
        margin-bottom: 230px;
    }
}

@media (max-width: 1200px) {
    .content-type2-wrap {
        background-image: none;
    }
}

@media (max-width: 960px) {
    .main-nav {
        margin-left: 40px;
    }
    form.search-bar > .textbox {
        width: 255px;
    }
    .products {
        padding-bottom: 50px;
    }
    .product-each {
        width: 161px;
        height: 161px;
        margin: 12px;
    }
    .product-img {
        height: 161px;
    }
    .why-us-feature {
        width: 90%;
    }
    .why-us-feature-each {
        width: 125px;
    }
    .products-each-wrap {
        height: 370px;
    }
    .pick-item {
        flex-wrap: wrap;
    }
    .custom-item-wrap label {
        font-size: 14px;
        border-radius: 12px;
        /* padding: 8px 15px; */
        margin-right: 7px;
        margin-bottom: 7px;
    }
    .title-large-nospacing {
        font-size: 22px;
    }
    .lihat-deskripsi .icon {
        width: 16px;
        margin-right: 7px;
    }
    .lihat-deskripsi {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .title-medium3 {
        font-size: 12px;
    }
    .ukuran-input-each p {
        font-size: 12px;
    }
    .ukuran-input-each input {
        width: 50px;
        height: 36px;
        line-height: 36px;
        border: 2px solid var(--grey4);
        border-radius: 15px;
        text-align: center;
        padding: 7px;
        font-size: 14px;
        font-weight: 700;
        margin: 0px 7px;
    }
    .product-slide {
        width: 335px;
        height: 335px;
        margin-right: 20px;
    }
    .harga-produk {
        margin: 12px 0 15px 0;
    }
    a.btn {
        border: 3px solid var(--mainred);
        padding: 14px 20px;
        font-size: 14px;
    } 
    .product-details-wrap {
        justify-content: flex-start;
    }
    .deskripsi-produk-wrap {
        padding: 15px;
    }
    .deskripsi-produk-wrap {
        width: 95%;
        max-height: 500px;
    }
    .title-medium2-bold {
        font-size: 16px;
    }
    .deskripsi-konten {
        margin-top: 15px;
        padding: 15px 0;
    }
    .title-large2 {
        font-size: 22px;
    }
    .deskripsi-konten p {
        margin-bottom: 20px;
    }
    .title-paragraph {
        font-size: 14px;
    }
    .deskripsi-konten h1 {
        margin-bottom: 2px;
    }
    /* .input-whatsapp a.btn {
        padding: 8px 35px;
        font-size: 14px;
    } */
    .article-content-list-each {
        height: 180px;
    }
    .article-content-list-each .overlay {
        height: 180px;
    }
    .article-content-list-each .thumbnail {
        height: 180px;
    }
    .article-content-list-each .title-large3 {
        font-size: 17px;
    }
    .mtb120-lrauto {
        margin: 80px auto;
    }
    .articles-list-wrap .main-aside {
        flex-direction: column;
    }
    .articles-list-wrap main {
        width: 100%;
    }
    .articles-list-wrap article {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .article-title {
        font-size: 30px;
    }
    .articles-list-wrap aside {
        width: 100%;
    }
    .other-article-lists .img {
        height: 120px;
    }
    .other-article-lists .title-btn p {
        font-size: 18px;
    }
    .separator970 {
        width: 95%;
    }
    .btn-confirm a.btn {
        width: 150px;
        margin: 0 5px;
        margin-top: 10px;
    }
    .modal-confirm-delete .title-large2 {
        font-size: 18px;
    }
    .keranjang-wrap .print-details-title {
        width: 200px
    }
    .head {
        padding: 15px 0;
    }
    .space-header {
        margin-bottom: 50px;
    }
    .logo {
        width: 210px;
    }
}

@media (max-width: 640px) {
    .mainmenu {
        display: none;
    }
    .narrowmenu {
        display: flex;
    }
    .main-nav {
        margin-left: 25px;
    }
    .def-width {
        padding-left: 15px;
        padding-right: 15px;
    }
    .progress-order-width {
        padding-left: 15px;
        padding-right: 15px;
    }
    .head {
        padding: 15px 0;
    }
    .space-header {
        height: 54px;
        margin-bottom: 30px;
    }
    .logo {
        width: 160px;
    }
    .title-medium {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: -0.25px;
    }
    .dots-point {
        width: 10px;
        height: 10px;
        margin-right: 7px;
        position: relative;
        top: -1px;
    }
    form.search-bar > .textbox {
        width: 235px;
        padding: 0 20px;
    }
    form.search-bar > .button {
        height: 35px;
        width: 35px;
        line-height: 35px;
        right: 10px;
        top: -1px;
    }
    .title-search-wrap {
        flex-direction: column;
    }
    form.search-bar > .textbox::placeholder {
        font-size: 12px;
    }
    .search-products {
        margin-top: 8px;
        margin-bottom: 5px;
    }
    .product-each {
        width: 168px;
        height: 150px;
        margin: 7px;
        border-radius: 10px;
    }
    .product-img {
        height: 150px;
    }
    .title-paragraph {
        font-size: 14px;
        line-height: 22px;
    }
    .product-title {
        padding: 5px;
    }
    a.btn {
        font-size: 15px;
    }
    .title-large {
        font-size: 22px;
        letter-spacing: -1.2px;
    }
    .why-us-wrap .title-paragraph {
        margin: 15px auto;
    }
    .why-us-feature {
        width: 100%;
        flex-wrap: wrap;
    }
    .why-us-feature-each .icon {
        width: 100px;
        margin: auto;
    }
    .why-us-feature-each {
        width: 48%;
    }
    .footer-logo {
        width: 150px;
    }
    .title-footer {
        font-size: 14px;
        margin: 15px auto;
        line-height: 1.5;
    }
    footer .socmed {
        margin: 15px auto;
    }
    .footer-wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    footer .socmed img {
        width: 25px;
    }
    .separator {
        margin-bottom: 15px;
    }
    footer .copyright {
        font-size: 10px;
    }
    .footer-menu {
        flex-wrap: wrap;
    }
    .footer-menu a {
        margin: 3px 10px;
        transition: 0.3s ease;
    }
    .menu-overlay-show {
        display: block;
    }
    .products-each-wrap {
        height: 388px;
    }
    .chat-support {
        width: 170px;
        font-size: 14px;
        bottom: 20px;
        right: 25px;
    }
    .product-details-wrap {
        flex-direction: column;
    }
    .product-customize {
        width: 100%;
        margin-top: 15px;
    }
    .product-slide {
        width: 100%;
        height: 200px;
        margin-right: 0;
        border-radius: 15px;
    }
    .ukuran-input-each input {
        height: 43px;
        line-height: 43px;
    }
    .ukuran-produk {
        margin-bottom: 15px;
    }
    .custom-choice, .jumlah-item {
        margin-bottom: 15px;
    }
    .product-details .separator {
        margin-top: 35px;
    }
    .product-details {
        margin-bottom: 30px;
    }
    .tab {
        border-radius: 7px;
    }
    .faq p.title-large {
        margin-bottom: 15px;
    }
    .faq {
        margin-bottom: 30px;
    }
    .related-products .wrap {
        margin-bottom: 35px;
    }
    .related-products {
        margin-bottom: 50px;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 20px;
    }
    .tooltip {
        margin-left: 7px;
    }
    .twocol:nth-child(1) {
        display: none;
    }
    .twocol:nth-child(2) {
        width: 100%;
        justify-content: center;
    }
    .form-wrap {
        width: 100%;
    }
    .need-help {
        font-size: 14px;
    }
    .sign-in {
        margin-top: 80px;
    }
    .whitespace {
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    .input-whatsapp input {
        font-size: 14px;
    }
    .checkout-wrap, .def-width2 {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 50px;
        margin-bottom: 80px;
    }
    .number-step {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .order-step-each p {
        font-size: 12px;
        color: var(--grey4);
        margin-top: 5px;
    }
    .order-step {
        margin-bottom: 30px;
    }
    .print-details-title p {
        font-size: 16px;
    }
    .print-details-summary {
        font-size: 14px;
    }
    .checkout-content-wrap .title {
        margin-bottom: 10px;
    }
    .checkout-content-wrap {
        margin-bottom: 30px;
    }
    .pengiriman-content-wrap {
        flex-direction: column;
    }
    .item-select-wrap {
        width: 100%;
    }
    .pengiriman-dikantor {
        border-radius: 15px;
        border: 2px solid var(--grey5);
    }
    .print-details {
        margin-bottom: 15px;
    }
    /* .title-medium2 {
        font-size: 15px;
    } */
    .item-select-wrap p {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .custom-select-wrapper {
        font-size: 12px;
    }
    .details-summary-each {
        margin-bottom: 10px;
    }
    .print-details-title {
        padding: 10px;
    }
    .print-details-summary {
        padding: 10px;
    }
    .pengiriman-dikantor p.title-alamat {
        padding: 10px;
    }
    .pengiriman-dikantor-alamat {
        padding: 10px;
        font-size: 12px;
    }
    .print-details p.title-kode-voucher {
        padding: 10px;
    }
    .input-voucher-wrap {
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .input-voucher-wrap input {
        border-radius: 50px;
        padding: 0 15px;
        width: 71%;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    .input-voucher-wrap a.btn {
        font-size: 11px;
        width: 27%;
        text-align: center;
        padding: 8px 0;
    }
    .print-details p.title-kode-voucher2 {
        padding: 15px;
    }
    .ringkasan-order-list {
        padding: 0 15px;
        font-size: 14px;
    }
    .alamat-content-wrap a.btn {
        padding: 10px;
    }
    .print-details2 {
        margin-bottom: 10px;
    }
    p.notice {
        font-size: 10px;
    }
    .current-address p {
        font-size: 12px;
        color: var(--grey1);
        line-height: 18px;
    }
    .change-item p {
        font-size: 12px;
    }
    .add-address input {
        font-size: 12px;
    }
    textarea {
        font-size: 12px;
        height: 70px;
    }
    .triple-col .custom-select-wrapper {
        width: 100%;
    }
    .triple-col input {
        width: 100%;
    }
    .triple-col {
        flex-direction: column;
    }
    .custom-select-wrapper {
        margin: 3px 0;
    }
    .triple-col {
        margin: 0;
    }
    .single-col {
        margin: 3px 0;
    }
    .triple-col input {
        margin: 3px 0;
    }
    .custom-option {
        font-size: 12px;
    }
    .item-select-wrap:nth-child(2) {
        margin-bottom: 0;
    }
    .title-large2 {
        font-size: 18px;
    }
    .form-class {
        padding: 15px;
    }
    #uploadButton {
        padding: 7px 15px;
        font-size: 12px;
    }
    #pf_foto {
        width: 131px;
        height: 197px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    a.btn--mrg {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .rectangle-content .content-wrap {
        padding: 0px 15px;
    }
    .bank-logo-name .logo {
        width: 80px;
    }
    .bank-account p {
        font-size: 14px;
        letter-spacing: 1px;
        margin-right: 7px;
    }
    .mb45 {
        margin-bottom: 35px;
    }
    .title-medium2-16-bold {
        font-size: 12px;
    }
    .checkout-done-wrap .illustration {
        width: 220px;
        margin-top: 15px;
    }
    .title-small2 {
        font-size: 10px;
    }
    .title-small3 {
        font-size: 10px;
    }
    .redirect-button a.btn {
        width: 250px;
    }
    .checkout-done-wrap {
        margin-bottom: 100px;
    }
    .title-regular {
        font-size: 14px;
    }
    .icon-upload {
        width: 70px;
    }
    .upload-button-wrap #uploadButton {
        font-size: 11px;
    }
    /* .title-medium2-16-rg {
        font-size: 13px;
    } */
    .icon-upload-done {
        width: 50px;
        margin: 10px auto;
    }
    /* .title-paragraph3 {
        font-size: 11px;
        line-height: 16px;
    } */
    .button-wrap {
        margin-top: 30px;
    }
    .title-medium2-16-sb {
        font-size: 14px;
    }
    .img-done {
        width: 220px;
    }
    .item-each {
        flex-direction: column;
    }
    .subitem-left {
        width: 100%;
    }
    .subitem-right {
        width: 100%;
        margin-top: 20px;
        flex-direction: row;
        justify-content: space-between;
    }
    .txt-onprocess {
        font-size: 14px;
        margin-bottom: 3px;
    }
    .subitem-right a.btn {
        width: max-content;
        margin: 0;
        /* padding: 5px 15px; */
        font-size: 14px;
    }
    .title-pesanan-dibuat {
        font-size: 14px;
        padding-top: 5px;
    }
    .mb15 {
        margin-bottom: 10px;
    }
    .mb250 {
        margin-bottom: 100px;
    }
    .mb150 {
        margin-bottom: 50px;
    }
    .text-details-pesanan {
        font-size: 18px;
    }
    .progress-wrap {
        margin: 25px auto;
    }
    .section-title {
        font-size: 13px;
        letter-spacing: 1px;
        padding: 10px;
    }
    .progress-line-wrap p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .progress-each img {
        width: 60px;
    }
    .progress-line-wrap {
        flex-wrap: wrap;
    }
    .progress-each {
        width: 33%;
        margin-bottom: 70px;
    }
    .text-order-created {
        font-size: 11px;
        margin-top: -15px;
        margin-bottom: 30px;
    }
    .text-order-done {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .antri-lagi a {
        display: block;
    }
    .modalDialog > div {
        width: 95%;
    }
    .modalDialog .content-wrap {
        padding: 20px;
        padding-top: 35px;
    }
    .subproduct-each-left {
        width: 122px;
        height: 80px;
        margin-right: 10px;
    }
    .modal-ico-close {
        width: 18px;
        height: 18px;
        right: 10px;
        top: 8px;
    }
    .deskripsi-produk-ico-close {
        width: 15px;
        height: 15px;
        right: 10px;
        top: 6px;
    }
    .subproduct-each {
        margin-bottom: 10px;
    }
    .promo-code p {
        font-size: 11px;
        margin-right: 7px;
    }
    .content-type2-title-wrap h1.title-large {
        margin-bottom: 15px;
    }
    .mtb120-lrauto {
        margin: 70px auto;
    }    
    .img-tentang-kami {
        height: 180px;
        margin-bottom: 15px;
    }
    article {
        font-size: 13px;
        line-height: 22px;
    }
    article p {
        margin-bottom: 15px;
    }
    article h2 {
        margin-bottom: 3px;
        font-size: 16px;
        line-height: 24px;
    }
    .article-content-list-each {
        width: 48%;
        height: 130px;
        border-radius: 17px;
    }
    .article-content-list-each .overlay {
        height: 130px;
    }
    .article-content-list-each .thumbnail {
        height: 130px;
    }
    .article-content-list-each .title-btn {
        padding: 10px;
    }
    .article-content-list-each .title-large3 {
        margin-bottom: 5px;
        font-size: 13px;
    }
    .article-content-list-each a.btn {
        border: 3px solid var(--mainred);
        padding: 5px 15px;
        font-size: 10px;
    }
    .article-content {
        margin: 25px auto;
    }
    .pagination-each {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .articles-list-section-title .title-large {
        font-size: 18px;
    }
    .articles-list-section-title .title-medium2 {
        font-size: 12px;
    }
    .article-featured-img {
        width: 100%;
        height: 230px;
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .article-featured-img {
        height: 230px;
    }
    .article-title {
        font-size: 22px;
    }
    .other-article-lists .title-btn p {
        font-size: 14px;
    }
    .print-details-wrap {
        margin-bottom: 30px;
    }
    .btn-cart a.btn {
        font-size: 13px;
        padding: 14px 10px;
        margin-top: 5px;
    }
}

@media (max-width: 365px) {
    .product-each {
        width: 160px;
        height: 110px;
    }
    .product-img {
        height: 110px;
    }
    .products-each-wrap {
        height: 370px;
    }
    a.btn {
        font-size: 11px;
    }
}