@font-face {
    font-family: praxisLight;
    src: url(/fonts/PraxisLT-Light.woff);
}

@font-face {
    font-family: praxisRegular;
    src: url(/fonts/PraxisLT-Regular.woff);
}

@font-face {
    font-family: praxisBold;
    src: url(/fonts/PraxisLT-Regular-bold.woff);
}

html,
body {
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;

    font-size: 14px;
    color: #666;
    font-family: praxisBold, sans-serif;
    position: relative;
}

html {
    height: 100%;
}

body {
    min-height: 100% !important;
}

body,
.modal {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: overlay;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 9px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.sku-number {
    /*border: 1px dashed rgba(0, 0, 0, .3);*/
    display: inline-block;
    padding: 0.1em 0.2em;
    border-radius: 0.2em;
    /*background-color: rgba(0,0,0,.05);*/
    line-height: 1em;
    color: transparent;
    font-size: 0.4em;
    line-height: 0.4em;
}

.sku-number:before {
    content: "IAN: ";
    display: inline;
    font-weight: bold;
}

li > .sku-number {
    /*font-size: .8em;*/
    display: none;
}

#placeholder-for-filter {
    margin-top: 1em;
    position: sticky;
    top: 1em;
}

#overlayCart {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.5;
    z-index: 10;
    display: none;
}

a {
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1;
    /* Firefox */
}

.grayLoader {
    background-color: #eee;
}

.clearfix {
    clear: both;
}

.ttlPage {
    font-family: praxisLight;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 0 3px 2px #dedede;
}

.freezePage {
    -webkit-overflow-scrolling: touch;
}

#header {
    width: 100%;
    height: 100px;
    background-color: #ed1942;

    border-bottom: 1px solid;
    border-width: thin;

    color: #fff;

    position: relative;
    z-index: 20;
}

.search-area {
    position: relative;
}

.searchResult_container {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 200px;
    /*overflow-y: auto;*/
    overflow: auto;
    overflow-x: hidden;
    overflow-y: overlay;
    background-color: #fff;
    color: #666;
    z-index: 5;
    -webkit-box-shadow: 0 2px 10px 0 #c2c2c2;
    box-shadow: 0 2px 10px 0 #c2c2c2;
    display: none;
}

.searchResult_container ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.searchResult_container ul > li {
    padding: 10px 20px;
    font-size: 12px;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
}

.searchResult_container ul > li.selected {
    background-color: #efefef;
}

.searchBoxMobile {
    width: 0px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    font-size: 16px !important;
    color: #666;
    display: none;
}

.searchBoxMobile.active {
    width: 100%;
}

#header_mobile {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 45px;
    background-color: #ed1942;
    -webkit-box-shadow: 0 1px 10px 0 #666;
    box-shadow: 0 1px 10px 0 #666;
    z-index: 500;
    display: none;
}

#header_mobile .logo {
    padding: 0px 22px;
    text-align: center;
}

#header_mobile .logo img {
    width: 60px;
}

.dummyHeader {
    width: 100%;
    height: 100px;
}

#header.float {
    position: fixed;
    top: 0px;
    height: 55px;
    -webkit-box-shadow: 0 1px 10px 0 #666;
    box-shadow: 0 1px 10px 0 #666;
    background-color: #ed1942 !important;
}

#header.float .logo {
    padding: 0px 22px;
    text-align: center;
}

#header.float .logo img {
    width: 70%;
}

#header.float .center-area .top-area {
    height: 30%;
}

#header.float .right-area .search-area {
    display: none;
}

#header .logo {
    width: 15%;
    height: 100%;
    display: inline-block;
    float: left;
    padding: 10px 22px;
    /*border-right:1px solid;
	border-color:rgb(100,100,100, 0.2);*/
}

#header .logo img {
    width: 100%;
}

#header .center-area {
    width: 60%;
    display: inline-block;
    height: 100%;
    float: left;
}

#header .center-area .top-area {
    width: 100%;
    height: 60%;
    /*border-bottom:1px solid;
	border-color:rgb(100,100,100, 0.2);*/
}

#header .right-area {
    width: 25%;
    display: inline-block;
    height: 100%;
    /*border-left:1px solid;
	border-color:rgb(100,100,100, 0.2);*/
}

#header .right-area .top-area {
    width: 100%;
    height: 60%;
}

#header .right-area .top-area #loginButt,
#header .right-area .top-area #accountButt {
    cursor: pointer;
    font-family: praxislight, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

#header .right-area .top-area #loginButt i,
#header .right-area .top-area #accountButt i {
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.shoppingBag {
    position: relative;
    display: inline-block;
    cursor: pointer;
    z-index: 10;
}

#header .right-area .shoppingBag:hover > .shoppingBagItems {
    display: block;
}

#header .right-area #accountButt:hover > .myAccountItems {
    display: block;
    z-index: 10;
}

.shoppingBag .qtyBag {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 11px;
    text-align: center;
    padding: 2px 0px;
    background-color: #fff;
    color: #ed1942;
    position: absolute;
    top: 0px;
    right: -10px;

    border: 1px solid #fff;
}

.notifBag {
    position: relative;
    display: inline-block;
    cursor: pointer;
    z-index: 10;
}

#header .right-area .notifBag:hover > .notifBagItems {
    display: block;
}

#header_mobile .notifBag {
    margin-right: 20px;
}

.notifBag .qtyBag {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 11px;
    text-align: center;
    padding: 2px 0px;
    background-color: #fff;
    color: #ed1942;
    position: absolute;
    top: 0px;
    right: -10px;

    border: 1px solid #fff;
}

#header .menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#header .menu li {
    display: inline-block;
    float: left;
    width: 20%;
    padding: 10px 4px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: praxisLight, sans-serif;
    cursor: pointer;

    position: relative;
}

#header.float .menu li {
    padding: 8px 10px;
}

#header .menu li a {
    color: #fff;
}

#header .menu li a:hover {
    color: #fff;
    text-decoration: none;
}

#header .subMenu {
    display: none;
    position: absolute;
    width: 200px;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    top: 41px;
    border: 1px solid #ccc;
}

#header.float .subMenu {
    top: 33px;
}

#header .subMenu li {
    color: #888;
    width: 100%;
    padding: 10px 20px;
    text-align: left;

    border-bottom: 1px solid #efefef;
}

#header .subMenu li a {
    color: #888;
}

#header .subMenu li a:hover {
    color: #ed1942;
    text-decoration: none;
}

#header .menu li.hasSub:hover > .subMenu {
    display: block;
}

#header {
    border-color: rgb(100, 100, 100, 0.2);
}

.shoppingBagItems {
    width: 300px;
    background-color: #fff;
    position: absolute;
    -webkit-box-shadow: 0 2px 1px 1px #666;
    box-shadow: 0 2px 1px 1px #666;
    right: -10px;
    margin-top: 10px;
    display: none;
}

.shoppingBagItems .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 30px 25px;
    border-color: transparent transparent #ffffff transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #ffffff #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    top: -10px;
    right: 10px;
}

.shoppingBagItemsList {
    max-height: 50vh;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: overlay;
    margin-top: 20px;
    padding-bottom: 50px;
}

.notifBagItems {
    width: 300px;
    background-color: #fff;
    position: absolute;
    -webkit-box-shadow: 0 2px 1px 1px #666;
    box-shadow: 0 2px 1px 1px #666;
    right: -10px;
    margin-top: 10px;
    display: none;
}

.notifBagItems .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 30px 25px;
    border-color: transparent transparent #ffffff transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #ffffff #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    top: -10px;
    right: 10px;
}

.notifBagItemsList {
    max-height: 50vh;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: overlay;
    margin-top: 20px;
    padding-bottom: 50px;
}

.myAccountItems {
    width: 260px;
    background-color: #fff;
    position: absolute;
    -webkit-box-shadow: 0 2px 1px 1px #666;
    box-shadow: 0 2px 1px 1px #666;
    left: -50px;
    margin-top: 15px;
    display: none;
    color: #666;
    text-align: left;
    padding: 10px 0px;
}

.myAccountItems .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 30px 25px;
    border-color: transparent transparent #ffffff transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #ffffff #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    top: -10px;
    left: 80px;
}

.myAccountItems .sideMenu {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.myAccountItems .sideMenu li {
    padding: 5px 15px;
    margin: 0px;
    background-color: #fafafa;
    border: 1px solid #fafafa;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #eee;
    font-family: praxisRegular;
    font-weight: normal;
}

.myAccountItems .sideMenu li:hover {
    background-color: #fff;
    border-left: 3px solid #ed1942;
}

.myAccountItems .sideMenu li i {
    color: #ed1942;
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.bagStockist {
    font-size: 12px;
    font-weight: bold;
    padding: 20px 10px;
    padding-bottom: 0px;
    color: #ed1942;
}

.bagItem {
    padding: 10px 20px;
    border-bottom: 1px solid #dedede;
    display: table;
    width: 100%;
    color: #666;
}

.bagItem .img,
.bagItem .name,
.bagItem .price {
    display: table-cell;
    vertical-align: top;
}

.bagItem .img {
    width: 30px;
}

.bagItem .name {
    font-weight: bold;
    font-size: 12px;
    padding: 0px 10px;
}

.bagItem .price {
    width: 80px;
    color: #ed1942;
    text-align: right;
    font-size: 12px;
}

.miniList .item {
    padding: 10px 20px;
    border-bottom: 1px solid #dedede;
    display: table;
    width: 100%;
    color: #666;
    font-size: 12px;
}

.miniList .item.gray {
    background-color: #f3f3f3;
}

.miniList .item:hover {
    background-color: rgb(255, 252, 209);
}

.miniList .item .image,
.miniList .item .desc {
    display: table-cell;
    vertical-align: top;
}

.miniList .item .image .img img {
    max-width: 100%;
}

.miniList .item .desc {
    margin-bottom: 5px;
}

.miniList .item .title {
    color: #ed1942;
    font-weight: 1000;
    font-size: 15px;
    line-height: 17px;
}

.miniList .item .title img,
.miniList .item .title span {
    vertical-align: middle;
    margin-right: 6px;
}

.miniList .item .info {
    margin-top: 5px;
    color: #757575;
    font-size: 12px;
    line-height: 11px;
}

.miniList .item .info img,
.miniList .item .info span {
    vertical-align: middle;
    margin-right: 6px;
}

.miniList .item .body {
    margin-top: 10px;
    color: #757575;
}

.miniList .item .buttons {
    margin: 10px 0;
    text-align: right;
}

.miniList .item .button {
    margin: 0;
    padding: 0;
}

.homeBanner {
    width: 100%;
    position: relative;
    top: -100px;
    margin-bottom: -100px;
}

.homeBanner .bannerList {
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 100%;
    position: relative;
}

.homeBanner .bannerList li {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    position: absolute;
    top: 0px;
}

.itemInfo {
    font-size: 12px;
}

.ttlInfo {
    color: #ed1942;
    font-weight: 100;
    font-size: 16px;
    padding: 10px;
}

.picInfo img {
    width: 80%;
}

.buttonInfo {
    margin-top: 20px;
}

.bgCity {
    width: 100%;

    position: relative;
}

.bgCity:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("/img/asset/city.webp");
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: -1;
    opacity: 0.1;
}

.channelContainer img {
    padding: 10px 20px;
}

.inputs {
    padding: 2px 6px;
    font-size: 11px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset;
    box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset;
}

hr {
    margin-bottom: 10px;
    margin-top: 10px;
}

.bgRed {
    background-color: #ed1942;
    color: #fff !important;
}

.bgRed:hover {
    background-color: #fc204c;
    color: #fff !important;
}

.bgGreen {
    background-color: #00983b;
    color: #fff !important;
}

.bgGreen:hover {
    background-color: #4aba63;
    color: #fff !important;
}

.btn {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.btn.bgRed,
.btn.bgGreen {
    font-family: praxisBold, sans-serif;
}

.colorRed {
    color: #ed1942;
}

.fullBanner {
    width: 100%;
    height: 250px;
    background-color: #efefef;
    margin-bottom: 10px;
}

.container {
    width: 100%;
    max-width: 1050px;
    padding-bottom: 300px;
    min-height: 100%;
}

.sideBox {
    border: 1px solid #dedede;
    padding: 20px;
}

.sideBox .ttl {
    font-weight: bold;
    padding-left: 10px;
    border-left: 3px solid #ed1942;
    margin-bottom: 20px;
}

.sideBox .listItem {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

.sideBox .listItem li {
    padding: 0px 0px;
}

.categoryListItems {
    cursor: pointer;
}

.categoryListItems:hover {
    color: #ed1942;
}

.catalog_container .item {
    margin: 0px;
    padding: 4px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    vertical-align: top;
    background-color: #fff;
}

.catalog_container .item img {
}

.catalog_container .item .imgDummy {
}

.catalog_container .item .badges {
    width: 80px;
    height: 80px;
    background-size: contain;
    position: absolute;
}

.catalog_container .item .badges.pos_BOTTOM_LEFT {
    bottom: -10px;
    left: -10px;
}

.catalog_container .item .badges.pos_TOP_LEFT {
    top: -10px;
    left: -10px;
}

.catalog_container .item .badges.pos_BOTTOM_RIGHT {
    bottom: -10px;
    right: -10px;
}

.catalog_container .item .badges.pos_TOP_RIGHT {
    top: -10px;
    right: -10px;
}

.catalog_container .item .ttl {
    font-size: 14px;
    padding: 12px 5px;
    font-family: praxisRegular, sans-serif;
    height: 75px;
    overflow: hidden;
}

.catalog_container .item .price {
    font-size: 16px;
    padding: 10px 5px;
    font-weight: bold;
    color: #ed1942;
    border-top: 1px solid #eee;
    position: relative;
}

.catalog_container .item .itemPic_container {
    height: 0;
    display: block;
    padding-top: 133%;
    position: relative;
    overflow: hidden;
}

.catalog_container .item .itemPic_container > picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog_container .item .itemPic_container > picture > img {
    object-fit: cover;
}

.catalog_container .item .ttl.gtmpc > a {
    display: block;
    height: 100%;
    color: inherit;
}

.catalog_container .item .ttl.gtmpc > a:hover,
.catalog_container .item .ttl.gtmpc > a:focus,
.catalog_container .item .ttl.gtmpc > a:active {
    text-decoration: none;
}

.price.sale {
    height: 43px;
}

.price.sale::after {
    width: 50px;
    height: 50px;
    content: "";
    background-image: URL("/img/tag.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 5;
    top: -10px;
    left: 0px;
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.catalog_container .item .butt {
    padding: 5px 0px;
}

.btnAddCart,
.btnUseCoin {
    background-color: transparent;
    border: 1px solid #ed1942;
    padding: 6px 25px;
    font-size: 14px;
    font-family: praxisBold, sans-serif;
    color: #ed1942;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

.btnAddCart {
    background-color: #ffda6d;
    border: 1px solid #ffda6d;
    color: #7c6729;
}

.btnCancelCoin {
    background-color: #fcf8e3;
    border: 1px solid orange;
    padding: 6px 25px;
    font-size: 14px;
    font-family: praxisBold, sans-serif;
    color: #8a6d3b;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

.btnCancelCoin:hover {
    background-color: #fcf8e3;
}

.btnUseCoin:hover {
    background-color: #ed1942;
    color: #fff;
}

.catalog_container .item:hover {
    -webkit-box-shadow: 0 0 6px 2px #efefef;
    box-shadow: 0 0 6px 2px #efefef;
    cursor: pointer;
}

.catalog_container .item:hover .btnAddCart {
    background-color: #ed1942;
    color: #fff;
    border: 1px solid #ed1942;
}

#addressOption_modal {
    -webkit-transition: width 0.3s;
    /* Safari */
    transition: width 0.3s;
}

#cartModal .modal-dialog {
    -webkit-transition: width 0.3s;
    /* Safari */
    transition: width 0.3s;
    width: 400px;
}

#cartModal .modalAddress {
    width: 350px;
}

#cartModal .modalAddressForm {
    width: 500px;
}

#cartModal .modalEnterpriser {
    width: 400px;
}

#cartModal .pic_container {
    width: 100%;
    max-width: 300px;
    padding: 4px;
    border: 1px solid #ddd;
}

#cartModal .lbl {
    font-size: 12px;
    color: #666;
}

#cartModal .vals {
    font-size: 12px;
    font-weight: bold;
    color: #666;
}

#cartModal .lbl2 {
    font-size: 18px;
    color: #ed1942;
    font-family: praxisLight;
    font-weight: bold;
}

#cartModal i {
}

#cartModal .popTbl td {
    padding: 2px 0px;
}

#cartModal .modal-footer,
#cartModalSuccess .modal-footer {
    text-align: center;
}

#cartModal .btn {
    padding: 8px 20px;
    text-align: center;
    font-size: 16px;
}

#cartModal .changeAddrBtn {
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 0px;
    padding: 5px 10px;
    color: #fff;
    background-color: #ed1942;
}

#cartModal .changeAddrBtn:hover {
    font-weight: bold;
}

.addressListItem {
    margin: 0px;
    padding: 0px 20px;
    padding-bottom: 10px;
    font-size: 12px;
    cursor: pointer;
}

.addressListItem:last-child {
    border-bottom: none;
}

.addressListItem:hover {
    background-color: #f4feff;
}

.addressListCHReward {
    margin: 0px;
    padding: 0px 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    font-size: 12px;
    cursor: pointer;
}

.addressListCHReward:last-child {
    border-bottom: none;
}

.addressListCHReward:hover {
    background-color: #f4feff;
}

#cartModal .btn i,
#cartModalSuccess .btn i {
    color: inherit;
}

#cartModalSuccess .btn {
    width: 180px;
    text-align: center;
    font-size: 14px;
}

#cartModalSuccess .modal-dialog {
    width: 420px;
}

#popAddress,
#popEnterpriser {
    display: none;
}

#addressForm label {
    width: 200px;
}

#addressForm .input-sm {
    padding: 3px 5px !important;
    height: auto !important;
}

.addrFormField .form-group {
    margin: 0px -20px;
    padding: 5px 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}

.addrFormField .form-group label {
    padding: 2px;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
    /* Adjusts for spacing */
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px 2px #666;
    box-shadow: 0 0 6px 2px #666;
}

.modal-header {
    border: none;
    padding-top: 10px;
}

.modal-body {
    padding-top: 5px;
    padding-bottom: 5px;
}

.modal-footer {
    border: none;
    margin: 0px;
}

#frmAddressModal .modal-dialog {
    width: 100%;
    max-width: 400px;
}

.invCointainer {
    border: 1px solid #efefef;
    -webkit-box-shadow: 0 0 10px 1px #ececec;
    box-shadow: 0 0 10px 1px #ececec;
    padding: 5px;
}

.invCointainer .ttl {
    padding: 10px;
    background-color: #efefef;
    color: #ed1942;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #efefef;
    border-bottom: 2px solid #ed1942;
}

.invCointainer .detail table {
    border: 1px solid #efefef;
    border-top: none;
}

.invCointainer .detail table td {
    padding: 10px;
    vertical-align: top;
    font-size: 12px;
}

.checkoutItem_tbl {
    display: table;
    width: 100%;
}

.checkoutItem_tblCell {
    display: table-cell;
    font-size: 12px;
    padding: 10px;
    border-right: 1px solid #eee;
}

.checkoutItem_tblCell.cell1 {
}

.checkoutItem_tblCell.cell2 {
    width: 140px;
}

.checkoutItem_tblCell.cell3 {
    width: 140px;
}

.editCartItem,
.removeCartItem {
    cursor: pointer;
    display: inline-block;
    text-align: right;
    padding: 0px 10px;
}

.editCartItem:hover,
.removeCartItem:hover {
    color: #ed1942;
}

.removeCsd {
    color: #666;
    font-size: 12px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.removeCsd:hover {
    color: #ed1942;
}

.paymentOption {
    height: 380px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: overlay;
}

.paymentOption::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 9px;
}

.paymentOption::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.paymentItem {
    padding: 10px 20px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #efefef;
}

.paymentItem:last-child {
    border-bottom: none;
}

.paymentItem:not(.paymentDisabled):hover {
    background-color: #f4feff;
}

.paymentItem.paymentDisabled {
    cursor: not-allowed;
}

.paymentItem.paymentDisabled > .paymentItemContent {
    opacity: 0.5;
}

.paymentItem > .paymentItemNote {
    font-size: 10px;
    font-family: praxisLight;
    display: none;
}

.paymentItem.paymentDisabled > .paymentItemNote {
    display: block;
}

.reviewSection {
    padding: 5px;
    border: 1px solid #efefef;
}

.reviewSection.sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
}

.paymentList {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
}

.paymentList li {
    margin: 0px;
    padding: 0px;
}

.dropdown-toggle,
.dropdown-menu {
    width: 300px;
}

.datepiker .dropdown-toggle,
.dropdown-menu {
    width: auto;
}

.btn-group img {
    margin-right: 10px;
}

.dropdown-toggle {
    padding-right: 0px;
}

.dropdown-toggle .glyphicon {
    position: absolute;
    right: 15px;
    top: 20px;
}

.dropdown-menu > li > a {
    color: #666;
    font-weight: bold;
    font-size: 12px;
}

.dropdown-menu > li > a:hover {
    background: #f1f9fd;
}

/* $search-blue */
.dropdown-header {
    background: #efefef;
    font-size: 14px;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.testimonyItem {
    padding: 10px;
    margin: 0px 50px;
}

.circlePic {
    display: table-cell;
}

.circlePic img {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 75px;
    border-radius: 75px;

    border: 2px solid #fff;
}

.testimonyText {
    display: table-cell;
    font-family: "Oswald", sans-serif;
    font-size: 20px;

    color: #999;
    font-style: italic;
    vertical-align: top;
    padding: 20px 50px;
}

#footer {
    padding: 10px 30px;
    color: #ddd;
    background-color: #404241;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.footerText {
    font-size: 12px;
}

.footerLinks {
    margin: 0px;
    padding: 0px;
}

.footerLinks li {
    padding: 6px;
    list-style: none;
}

.footerLinks li a {
    color: #ddd;
    text-decoration: none;
}

#copyrights {
    background-color: #404241;
    padding: 10px;
    text-align: center;
    color: #ddd;
    font-size: 12px;

    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 2;
}

.mce-panel {
    border: none !important;
}

.mce-ico {
    font-size: 12px !important;
}

.mce-btn button {
    line-height: 10px !important;
}

.paymentInfoBox {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    text-align: center;
    background-color: #fff;

    -webkit-box-shadow: 0 2px 2px 1px #b5b5b5;
    box-shadow: 0 2px 2px 1px #b5b5b5;
}

.paymentStatus {
    padding: 10px 30px;
    font-size: 18px;
    font-weight: bold;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
}

.paymentStatus.success {
    background-color: #8ef783;
}

.paymentStatus.failed {
    background-color: #f9c97a;
}

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

.otpInput {
    width: 35px;
    margin-right: 7px;
    float: left;
    display: inline-block;
    border: 0;
    font-size: 22px;
    margin-top: 5px;
    box-shadow: none;
    border-bottom: 1px solid #999;
    border-radius: 0;
    text-align: center;
    line-height: 1.5em;
}

.otpInput:focus {
    outline: none;
    border-color: #ed1942;
    color: #ed1942;
}
.otpInputForgotPassword {
    flex: 1;
    width: 35px;
    margin-right: 7px;
    float: left;
    display: inline-block;
    border: 0;
    font-size: 22px;
    margin-top: 5px;
    box-shadow: none;
    border-bottom: 1px solid #999;
    border-radius: 0;
    text-align: center;
    line-height: 1.5em;
}

.otpInputForgotPassword:focus {
    outline: none;
    border-color: #ed1942;
    color: #ed1942;
}

#termsItems {
    padding: 10px;
}

#termsItems ol {
    padding: 0px;
    padding-left: 10px;
}

#termsItems ol > li {
    padding: 5px 0px;
}

.howtoList {
    padding: 0px;
    list-style: none;
}

.howtoList li {
    padding: 10px 0px;
}

.howtoList2 li {
    padding: 6px 0px;
}

.faqList {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.faqList li {
    margin-bottom: 5px;
}

.faqList li .faqQuest {
    font-size: 16px;
    font-family: praxisLight;
    cursor: pointer;
    padding: 10px;
    padding-left: 20px;
    border-bottom: 1px solid #efefef;
    background-color: #f9f9f9;
    border-left: 2px solid #ed1942;
}

.faqList li .faqQuest:hover {
    font-weight: bold;
}

.faqList li .faqAns {
    font-size: 14px;
    padding: 10px;
    padding-left: 40px;
    border: 1px solid #f9f9f9;
    display: none;
}

.faqList li .faqAns ol {
    padding: 10px 20px;
}

#downlineListContainer {
    height: 300px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: overlay;
    -webkit-box-shadow: inset 0 0 5px 1px #999;
    box-shadow: inset 0 0 5px 1px #999;
    background-color: #fafafa;
}

.entStr[data-self] > .ent-id:before {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 0.5em;
    /*content: "\f542";*/
    /*color: #5cb85c;*/
    /*font-size: .8em;*/
}

.entStr[data-self="0"] > .ent-id:before {
    content: "\f542";
    font-weight: 900;
}

.entStr[data-self="0"] > .ent-id:before,
i.fa.downline-id,
i.far.downline-id,
i.fas.downline-id {
    color: #5cb85c;
}

.entStr[data-self="1"] > .ent-id:before {
    content: "\f007";
    font-weight: 400;
    /*color: #5cb85c;*/
}

.avatar-downline {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.enterpriserListItem {
    cursor: pointer;
}

.enterpriserListItem:hover {
    background-color: #fff;
}

.hamburger {
    padding: 3px;
    position: relative;
    top: -3px;
}

.hamburger:focus {
    outline: 0;
}

.hamburger-box {
    width: 25px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #fff !important;
    width: 25px;
    height: 3px;
}

.logoMobile img {
    width: 65px;
    position: relative;
    top: -8px;
}

#menu_mobile_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 80;
    background-color: #000;
    opacity: 0.2;

    display: none;
}

#menu_mobile {
    display: none;
    width: 90%;
    max-width: 300px;
    height: 100%;
    background-color: #ed1942;
    position: fixed;
    top: 0px;
    left: -300px;
    z-index: 500;
    transition: 0.5s;
    padding-top: 0px;
    margin-top: 45px;
}

.slide {
    left: 0px !important;
}

.menuMobile_top_section {
    width: 100%;
    height: 100px;
    padding: 20px;

    background-color: #fff;

    border-bottom: 1px solid #dedede;
}

.menuMobile_bottom_section {
    width: 100%;
}

#menuMobile_List {
    padding: 0px;
    margin: 0px;
    list-style: none;
    padding: 20px;
}

.menuMobile_Item {
    padding: 10px;
}

.menuMobile_Item a {
    color: #fff;
}

.menuAccountMobileList {
    padding: 0px;
    margin: 0px;
    list-style: none;
    padding: 10px 0px;
}

.menuAccountMobileList li {
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding-left: 20px;
}

.menuAccountMobileList li i {
    margin-right: 15px;
    color: #ed1942;
    font-size: 16px;
}

#tab_mobile {
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    z-index: 600;
    border-top: 1px solid #ccc;

    display: none;
}

.tabMobile_List {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: table;
    width: 100%;
}

.tabMobile_item {
    display: table-cell;
    text-align: center;
    padding: 10px 10px;

    width: 25%;
}

.tabMobile_item i {
    font-size: 20px;
}

.tabMobile_item a {
    color: #666;
}

.tabMobile_item a.active {
    color: #ed1942 !important;
}

.tabMobile_lbl {
    font-size: 9px;
}

.shoppingBagItemsMobile,
.myAccountNavigationMobile {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    bottom: -100%;
    left: 0px;
    margin-top: 40px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: overlay;
    padding-bottom: 100px;
    z-index: 500;

    transition: 0.5s;

    display: none;
}

.slideUp {
    bottom: -40px;
    z-index: 500;
}

#loginBox .modal-dialog {
    margin: 0px !important;
}

#provinceArea_container {
    width: 100%;
    max-width: 500px;
    margin: auto;
    border: 1px solid #ccc;
    padding: 10px 20px;
    font-size: 20px;
    position: relative;
    cursor: pointer;
}

#provinceArea_container:hover {
    background-color: #fffbed;
    border: 1px solid #f4df92;
}

#provinceArea_container > i {
    position: absolute;
    top: 15px;
    right: 10px;
    color: #ed1942;
}

#provinceAreaList_container {
    position: absolute;
    left: 0px;
    top: 50px;
    width: 100%;
    height: 400px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: overlay;
    margin: 0px;
    padding: 0px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #dedede;
    z-index: 5;
    display: none;
    -webkit-box-shadow: 0 2px 10px 0 #c2c2c2;
    box-shadow: 0 2px 10px 0 #c2c2c2;
}

#provinceAreaList_container li {
    border-bottom: 1px solid #dedede;
    padding: 5px 20px;
    font-size: 14px;
    cursor: pointer;
}

#provinceAreaList_container li:hover {
    background-color: #fffbed;
}

.csdList_Items {
    padding: 20px;
    width: 100%;
    max-width: 480px;
    display: inline-block;
    border-bottom: 1px solid #efefef;
}

.csdList_Ttl {
    font-size: 18px;
    font-weight: bold;
    color: #999;
}

.csdList_Items.active .csdList_Ttl {
    color: #ed1942;
}

.csdList_stats {
    font-size: 12px;
    color: #999;
}

.csdList_Items.active .csdList_stats {
    color: green;
}

.csdList_Items i {
    position: absolute;
    left: 5px;
    top: 3px;
    color: #999;
}

.shortest-csd {
    /* font-style: italic; */
    border-radius: 0.5em;
    border: 1px solid #8cb3ba;
    padding: 0.5em 1em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

.shortest-csd > ul {
    padding-left: 1.5em;
    margin-bottom: 0;
}

.csdList_map {
    padding: 0px !important;
    margin-top: 10px;
}

.csdList_map i {
    top: 8px;
    left: 8px;
}

.csdList_map button {
    padding-left: 30px;
}

.csdList_Items.active i {
    color: #666;
}

.csdList_Items > div {
    padding: 1px;
    position: relative;
    padding-left: 30px;
}

.csdList_Ttl {
    padding: 5px !important;
}

.csdMap_Info {
    padding: 10px 20px;
}

.csdMap_Info > .csdMap_Ttl {
    font-size: 16px;
    font-weight: bold;
}

.riwayatCoins_items {
    width: 100%;
    padding: 10px;
    border: 1px dashed #ccc;
    margin-bottom: 5px;
}

.riwayatCoins_section {
    display: inline-block;
    vertical-align: top;
}

.riwayatCoins_tgl {
    font-size: 12px;
}

.riwayatCoins_remark {
    font-size: 12px;
}

.riwayatCoins_total {
    font-weight: bold;
}

.riwayatCoins_total.db {
    color: red;
}

.riwayatCoins_total.cr {
    color: green;
}

.alertInfo {
    margin: 0px;
    font-size: 14px;
    width: 100%;
}

.invCointainer2 {
    padding: 10px;
    border: 1px solid #efefef;
}

.shadow {
    -webkit-box-shadow: 0 4px 8px -5px #999999;
    box-shadow: 0 4px 8px -5px #999999;
}

.rounded {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #efefef;
}

.roundedBox {
    -webkit-box-shadow: 0 6px 10px -3px #c7c7c7;
    box-shadow: 0 6px 10px -3px #c7c7c7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #efefef;
}

.fixedTop {
    position: sticky;
    top: 70px;
}

.qtyProductMin,
.qtyProductPlus {
    cursor: pointer;
}

.deliveryAddressSection {
    position: relative;
    padding: 10px 8px;
    border: 1px solid #dedede;
    font-size: 12px;
    background-color: #fafafa;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 5px 0px;
}

#myCouponInfo {
    padding: 10px;
    font-size: 12px;
    background-color: lightgreen;
    border-radius: 20px;

    color: #333;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

#myCouponInfo:hover {
    background-color: #bff1bf;
}

#couponList_container {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#couponList_container li {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 5px;
    cursor: pointer;
}

#couponList_container li:hover {
    background-color: #ecfff4;
}

#search-mobile-app {
    padding: 5px 5px 0 5px;
    width: 100%;
    background-color: white;
}

#konfirmasi-alamat-beda-jauh {
    display: flex;
    padding-top: 1em;
}

#konfirmasi-alamat-beda-jauh > input[name="confirm-far-away"] {
    margin-left: 0.5em;
    margin-right: 1em;
    width: 2.5em;
}

input[type="checkbox"]:checked + label[for] {
    color: green;
}

.product-remark:before {
    content: "Pesan: ";
    /*font-weight: 600;*/
    color: #666;
    font-style: normal;
}

.product-remark {
    color: #aaa;
    font-style: italic;
}

@media (max-width: 992px) {
    #header .logo {
        padding: 15px;
    }

    #cartModal .modal-dialog {
        margin: 0px;
    }

    #cartModal .pic_container {
        max-width: none;
        width: 100%;
        display: table;
    }

    #cartModal .pic_container img {
        width: 60px;
        display: table-cell;
    }

    #cartModal .pic_container div {
        display: table-cell;
        font-size: 18px;
        font-weight: bold;
        vertical-align: top;
        text-align: left;
    }

    .catalog_container .item .badges {
        width: 75px;
        height: 75px;
    }

    .homeBanner {
        top: 0px;
        margin-bottom: 0px;
    }

    .alertInfo {
        /*font-size: 12px;*/
    }
}

@media (max-width: 767px) {
    /* size : sm */

    body {
        padding-top: 40px !important;
    }

    #tab_mobile {
        display: block;
    }

    #header {
        display: none;
    }

    #header_mobile {
        display: block;
    }

    .forcedbanner {
        top: 45px !important;
    }

    .container {
        padding-bottom: 100px;
    }

    .modal.fade .modal-dialog {
        transform: translate3d(0, 100vh, 0);
    }

    .modal.in .modal-dialog {
        transform: translate3d(0, 0, 0);
    }

    .homeBanner {
        top: 0px;
        margin-bottom: 0px;
    }

    .homeBanner .bannerList li {
    }

    .fullBanner {
        height: 90px;
        margin-bottom: 20px;
    }

    .jurny_container {
        display: none;
    }

    .shoppingBag,
    .notifBag {
        padding: 0px;
        margin: 0px;
    }

    .shoppingBag .qtyBag,
    .notifBag .qtyBag {
        top: 0px;
        right: -10px;
        font-size: 10px;
    }

    .shoppingBagItemsMobile,
    .myAccountNavigationMobile {
        display: block;
    }

    .shoppingBagItemsMobile {
    }

    .shoppingBagItemsMobile .checkoutButtonArea {
        position: absolute;
        bottom: 100px;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #dedede;
    }

    .sideBar {
        display: none;
    }

    #footer .links {
        display: none;
    }

    #footer {
        display: none;
    }

    #loginBox .modal-dialog {
        max-width: 480px !important;
        margin: 0px !important;
    }

    .catalog_container .item .badges {
        width: 65px;
        height: 65px;
    }

    .catalog_container .item .ttl {
        font-size: 12px;
        height: 66px;
    }

    .catalog_container .item .price {
        font-size: 14px;
    }

    .price.sale {
        height: 41px;
    }

    .price.sale::after {
        width: 35px;
        height: 35px;
    }

    .catalog_container .item .btnAddCart {
        padding: 6px;
    }

    .product_box {
        padding: 2px !important;
    }

    #cartModal .modal-dialog {
        margin: 0px;
        width: 100% !important;
        max-width: none;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    #cartModal .modal-content {
        min-height: 100%;
    }

    #cartModalSuccess .modal-dialog {
        margin: 0px;
        width: 100%;
        max-width: none;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    .deliveryOption_modal .modal-dialog {
        margin: 0px;
        width: 100% !important;
        max-width: none;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    #addressOption_modal .modal-dialog {
        margin: 0px;
        width: 100% !important;
        max-width: none;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
    }

    #addressOption_modal .modal-dialog .modal-content {
        min-height: 100%;
    }

    #cartConfirm .modal-dialog {
        margin: 0px;
        width: 100% !important;
        max-width: none;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    #addressForm .input-sm {
        width: 100% !important;
        padding: 5px 10px !important;
        font-size: 14px !important;
    }

    #checkPassword .modal-dialog {
        margin: 0px;
        width: 100% !important;
        max-width: none;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    #trackingModal .modal-dialog {
        margin: 0px;
        width: 100%;
        max-width: none !important;
        position: absolute;

        left: 0px;

        .modal-header {
            color: #444345;
            border-top: 4px solid #ff353f;
        }
    }

    #frmAddressModal .modal-dialog {
        margin: 0px;
        width: 100%;
        max-width: none !important;
    }

    #completeModal .modal-dialog {
        margin: 0px;
        width: 100%;
        max-width: none !important;
    }

    #cartModal .pic_container {
        max-width: none;
        width: 100%;
        display: table;
    }

    #cartModal .pic_container img {
        width: 60px;
        display: table-cell;
    }

    #cartModal .pic_container div {
        display: table-cell;
        font-size: 18px;
        font-weight: bold;
        vertical-align: top;
        text-align: left;
    }

    #popCart .modal-header {
        padding: 10px;
    }

    #popCart .modal-body {
        padding: 15px;
    }

    #cartModal .modalEnterpriser,
    #cartModal .modalAddress {
        width: 100%;
        height: 100%;
    }

    .invCointainer {
        margin: 5px -10px;
    }

    .checkoutItem_tbl {
    }

    .checkoutItem_tblCell {
        display: inline-block;
        width: 100%;
        clear: both;
    }

    .checkoutItem_tblCell.cell1 {
        width: 100%;
        border-bottom: 1px solid #eee;
        display: block;
    }

    .checkoutItem_tblCell.cell2 {
        vertical-align: top;
        border-left: 1px solid #eee;
        border-right: none;
    }

    .checkoutItem_tblCell.cell3 {
        float: right;
        width: 140px;
        vertical-align: top;
        border-left: 1px solid #eee;
    }

    #stockistMap .modal-dialog {
        margin: 0px;
        width: 100% !important;
        max-width: none;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    #reviewBox .modal-dialog {
        margin: 0px;
        width: 100% !important;
        max-width: none;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    /*.alertInfo {
		font-size: 11px;
	} */

    .starRating2 li {
        width: 10px;
        height: 10px;
    }

    .review_lbl {
        font-size: 11px;
        font-weight: bold;
        padding: 3px;
    }

    #search-mobile-app {
        padding: 2px 2px 0 2px;
    }
}

/* FONTAWESOME SECTION */
.customFontAwesomeMobileMenu [class^="fa-"]:before,
.customFontAwesomeMobileMenu [class*=" fa-"]:before,
.customFontAwesomeSideMenu [class^="fa-"]:before,
.customFontAwesomeSideMenu [class*=" fa-"]:before {
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.info-lucky-draw {
    height: 100px;
    line-height: 30px;
    padding: 10px;
    margin: 20px 0;
    background: whitesmoke;
    border-radius: 5px;
    font-size: 18px;
}

.gradient-border {
    --border-width: 3px;
    position: relative;
}

.gradient-border::after {
    position: absolute;
    content: "";
    top: calc(-1 * var(--border-width));
    left: calc(-1 * var(--border-width));
    z-index: -1;
    width: calc(100% + var(--border-width) * 2);
    height: calc(100% + var(--border-width) * 2);
    background: linear-gradient(
        60deg,
        #5f86f2,
        #a65ff2,
        #f25fd0,
        #f25f61,
        #f2cb5f,
        #abf25f,
        #5ff281,
        #5ff2f0
    );
    background-size: 300% 300%;
    background-position: 0 50%;
    border-radius: calc(2 * var(--border-width));
    animation: moveGradient 4s alternate infinite;
}

@keyframes moveGradient {
    50% {
        background-position: 100% 50%;
    }
}

@media (max-width: 494px) {
    .info-lucky-draw {
        font-size: 12px;
    }
}

@media (max-width: 365px) {
    .info-lucky-draw {
        font-size: 11px;
    }
}

/* new design option */
.new-design-option {
    width: 350px;
    position: fixed;
    bottom: 15px;
    right: 5%;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #eed058;
    -webkit-box-shadow: -0.375rem 0px 0px 0px #eed058;
    -moz-box-shadow: -0.375rem 0px 0px 0px #eed058;
    box-shadow: -0.375rem 0px 0px 0px #eed058;
    z-index: 128;
}

.new-design-option > .new-design-option--action > .btn:focus,
.btn:active {
    outline: none;
}

.new-design-showcase {
    display: flex;
    padding: 20px;
    height: 300px;
}

.new-design-showcase__jurny-wrapper {
    display: block;
    overflow: hidden;
    width: 30%;
}

.new-design-showcase__jurny {
    height: 400px;
    object-fit: contain;
    margin-left: -30px;
    margin-top: -20px;
}

.new-design-showcase__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    width: 65%;
}

.new-design-showcase__text {
    flex-grow: 1;
}

.new-design-showcase__screenshot {
    width: 100%;
    height: 175px;
    object-fit: cover;
}

.new-design-showcase__action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.new-design-showcase__bullet-wrapper {
    display: flex;
    column-gap: 5px;
}

.new-design-showcase__bullet {
    height: 6px;
    width: 6px;
    background-color: #c4c4c4;
    border-radius: 50%;
    cursor: pointer;
}

.new-design-showcase__bullet--active {
    height: 6px;
    width: 6px;
    background-color: #ed1942;
    cursor: default;
}

.new-design-showcase__button-wrapper {
    display: flex;
    column-gap: 10px;
}

.new-design-showcase__button {
    padding: 5px 10px;
    font-size: 12px;
    color: #ffffff;
    white-space: nowrap;
    background-color: #ed1942;
    border: none;
    border-radius: 6px;
    outline: none;
}

.new-design-showcase__button--alt {
    background-color: #c4c4c4;
}

.new-design-showcase__button:hover {
    opacity: 0.7;
    text-decoration: none;
    color: #ffffff;
    outline: none;
}

a.new-design-showcase__button:active,
a.new-design-showcase__button:focus {
    text-decoration: none;
    color: #ffffff;
    outline: none;
}

@media (max-width: 767px) {
    .new-design-option {
        width: calc(100vw - 0.5rem);
        right: 1px;
        bottom: 55px;
    }

    .new-design-showcase__jurny-wrapper {
        display: none;
    }

    .new-design-showcase__content {
        width: 100%;
    }
}
/* new design option */
