a:link, a:visited {
    text-decoration: none;
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, hgroup, p, blockquote, figure, form, fieldset, input, legend, pre, abbr, button {
    margin: 0;
    padding: 0;
        padding-left: 0px;
}
#rr-heading, #rr-content{
    max-width: 1240px;
    margin: 0 auto;
}

.button-secondary {
    background-color: #e3e3e3;
    background: linear-gradient(white,#e3e3e3);
    border-color: #d6d6d6;
    color: #2462b7;
}

.is-error .form-textbox {
    border-color: #de071c;
    background: #fef0f0;
    margin-bottom: 0;
    margin-top: 0;
}
.is-error .form-message-wrapper {
    display: block;
    color: #de071c;
}
.form-message-wrapper {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0;
    display: none;
    margin-top: 8px;
    margin-bottom: 2px;
    letter-spacing: .006em;
}
.is-error .form-message-wrapper::before{
    font-family: SF Pro Icons,AOS Icons;
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: '';
}
.is-error .form-message-wrapper::before{
    text-decoration: none;
}
.is-error .form-message-wrapper::before{
    content: "";
}
.is-error .form-message-wrapper::before {

    padding-right: .3em;
    display: inline-block;
    top: 0;

}
.rs-summary-total .rs-summary-label, .rs-summary-total .rs-summary-value, .rs-summary-installmentsamountdue .rs-summary-label, .rs-summary-installmentsamountdue .rs-summary-value {
    font-size: 24px;
    line-height: 1.16667;
    font-weight: 600;
    letter-spacing: .009em;
    color: #111;
}

.rs-quantity-selector .rs-quantity-icon {
    font-size: 24px;
    line-height: 1.16667;
    font-weight: 500;
    letter-spacing: .009em;
    color: #111;
    right: -1px;
    top: 2px;
}
.form-textbox-button, .form-textbox-sidebutton {

    font-size: 17px;
    line-height: 1.23543;
    font-weight: 400;
    letter-spacing: -.022em;
    position: absolute;
    background: transparent;
    border: 0;
    padding: 0;
    top: 18px;

}
.form-textbox-button {

    right: 17px;
    color: #888;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
.form-textbox ~ .form-label {
    pointer-events: none;
}
.form-textbox:valid[required] ~ .form-textbox-button, .form-textbox.form-textbox-entered ~ .form-textbox-button {
    color: #2462b7;
}
.form-textbox:focus ~ .form-label, .form-textbox:valid[required] ~ .form-label, .form-textbox[placeholder] ~ .form-label, .form-textbox.form-textbox-entered ~ .form-label {
    font-size: 12px;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: -.01em;
    top: 8px;
    color: #666;
}
.form-textbox-button, .form-textbox-sidebutton {
    font-size: 17px;
    line-height: 1.23543;
    font-weight: 400;
    letter-spacing: -.022em;
    position: absolute;
    background: transparent;
    border: 0;
    padding: 0;
    top: 18px;
}
.is-error .form-textbox:focus ~ .form-label, .is-error .form-textbox:valid[required] ~ .form-label, .is-error .form-textbox[placeholder] ~ .form-label, .is-error .form-textbox.form-textbox-entered ~ .form-label {
    color: #de071c;
}
.as-svgicon {
    display: block;
}
.as-svgicon-container .as-svgicon-16 {
    margin: -4px;
}

html.js .as-util-relatedlink {
    cursor: pointer;
}
.nowrap {
    display: inline-block;
    text-decoration: inherit;
    white-space: nowrap;
}
.form-element {
    position: relative;
}
.form-textbox, input.form-textbox {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 100%;
    height: 3.3em;
    margin-bottom: 14px;
    padding-top: 18px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 0;
    color:var(--base-900);
    text-align: left;
    border: 1px solid var(--base-400);
    border-radius: 4px;
    background-color: #fff;
    background-clip: padding-box;
}
.form-textbox:required {
    box-shadow: none;
}
.form-textbox:focus ~ .form-label, .form-textbox:valid[required] ~ .form-label, .form-textbox[placeholder] ~ .form-label, .form-textbox.form-textbox-entered ~ .form-label {
    font-size: 12px;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: -.01em;
    top: 8px;
    color: #666;
}
.form-label, .form-block-label {
    font-size: 17px;
    line-height: 1.23543;
    font-weight: 400;
    letter-spacing: -.022em;
    display: block;
    position: relative;
    vertical-align: top;
    color: #333;
}
.form-textbox ~ .form-label {
    pointer-events: none;
}
.form-textbox ~ .form-label {

    position: absolute;
    top: 18px;
    left: 17px;
    color: #888;
    pointer-events: none;
    padding: 0;
    z-index: 1;
    transition-timing-function: ease-in;
    transition-duration: .125s;

}
.form-label, .form-block-label {
    font-size: 17px;
    line-height: 1.23543;
    font-weight: 400;
    letter-spacing: -.022em;
    display: block;
    position: relative;
    vertical-align: top;
    color: #333;
}
.form-textbox ~ .form-label {
    position: absolute;
    top: 18px;
    left: 17px;
    color: var(--base-700);
    pointer-events: none;
    padding: 0;
    z-index: 1;
    font-size: 16px;
    font-family: SourceSerifPro;
    transition-timing-function: ease-in;
    transition-duration: .125s;
}
.form-textbox ~ .form-label {
    pointer-events: none;
}
.form-textbox:focus ~ .form-label, .form-textbox:valid[required] ~ .form-label, .form-textbox[placeholder] ~ .form-label, .form-textbox.form-textbox-entered ~ .form-label, .form-dropdown ~ .form-label {
    font-size: 10px;
    font-weight: 700;
    top: 6px;
    color: var(--base-700);
    font-family: 10px;
}
.form-dropdown ~ .form-label{
    padding-left: 3px;
}
.form-textbox-sidebutton {
    margin-left: 16px;
    color: #2462b7;
}
.as-fieldset legend {
    text-align: left;
}
.as-fieldset legend {
    font-size: 14px;
    line-height: 1.42861;
    font-weight: 400;
    letter-spacing: -.016em;
}
.colornav {
    display: inline-block;
    text-align: center;
}
.as-fieldset.colornav {
    text-align: left;
}

.rs-page-content {
    min-height: 400px;
}
.rs-bag {
    position: relative;
}

.rs-bag-content {
    display: flex;
    flex-direction: row;
}

.rs-bag-content > .rs-summary{
    width: 300px;
    margin-left: auto;
}
.rs-bag-content > .rs-summary .large-9{
    padding: 16px;
    border: 1px solid var(--base-400);
} 
.rs-bag-content > .rs-summary .rs-summary-title{
    font-size: 16px;
    font-weight: 700;
    font-family: SourceSerifPro;
    margin-bottom: 24px;
}
.rs-bag-content > #cart-items{
    width: calc(100% - 330px);
}
.rs-bag-header {
    font-size: 24px;
    font-family: Marcellus;
    font-weight: 400;
    letter-spacing: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    color: var(--base-900);
}

.rs-iteminfos {
    margin: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 20px;
}
.rs-iteminfos > li:last-child .rs-iteminfo {
    margin-bottom: 0;
    padding-bottom: 30px;
}
.rs-iteminfos > li .rs-iteminfo .produk >  a{
    display: block;
    width: 60px;
}
.rs-iteminfos > li .rs-iteminfo .produk > a img{
    display: block;
    border: 0;
    width: 60px;
    height: auto;
}
.rs-iteminfo-details {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.rs-iteminfo-title-wrapper {
    padding-right: 20px;
    box-sizing: border-box;
}
.rs-iteminfo-title, .rs-iteminfo-quantity-selector label, .rs-iteminfo-price {
    font-size: 24px;
    line-height: 1.16667;
    font-weight: 600;
    letter-spacing: .009em;
    color: #111;
}
.rs-iteminfo-title a {
    color: #111;
    text-transform: capitalize;
}
.rs-iteminfo-actions-left {
    margin-top: 12px;
}
.rs-iteminfo-detailstext {
    -webkit-box-ordinal-group: 2;
    order: 1;
}
.rs-quantity-textbox {
    top: -9px;
}

.rs-quantity-textbox input {
    max-width: 3.88235rem;
}

.rs-quantity-text, .rs-quantity-selector label {
    font-size: 24px;
    line-height: 1.16667;
    font-weight: 500;
    letter-spacing: .009em;
    color: #111;
    text-transform: none;
    display: inline-block;
}
.rs-quantity-selector label {
    margin-right: 10px;
}

.rs-quantity-selector .rs-quantity-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.rs-quantity-selector .rs-quantity-wrapper .quantity-minus, .rs-quantity-selector .rs-quantity-wrapper .quantity-plus{
    display: flex;
    justify-content: center;
    align-items: center;
}
.rs-quantity-selector select  {
    font-size: 24px;
    line-height: 1.16667;
    font-weight: 600;
    letter-spacing: .009em;
    color: #111;
    height: 1.41176rem;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    display: inline-block;
}

.rs-quantity-textbox {
    top: -9px;
}
.rs-quantity-textbox input {
    max-width: 3.88235rem;
}
.rs-iteminfo-title, .rs-iteminfo-quantity-selector label, .rs-iteminfo-price {
    font-size: 23px;
    line-height: 1.16667;
    font-weight: 500;
    letter-spacing: .009em;
    color: #111;
}
.rs-iteminfo-price {
    padding-left: .58824rem;
    text-align: right;
}
.rs-iteminfo-actions-right {
    text-align: right;
    margin-top: 12px;
}
.rs-iteminfo-actions-right button {
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: -.022em;
}
.rs-iteminfo-child {
    margin-top: 21px;
    padding-top: 21px;
    border-top: 1px solid #d6d6d6;
}
.as-icondetails {
    font-size: 14px;
    line-height: 1.42861;
    font-weight: 400;
    letter-spacing: -.016em;
}

.as-icondetails-icon {
    color: #888;
    position: absolute;
}
.as-svgicon-container {
    display: block;
}
.as-icondetails-icon.as-svgicon-container {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 10px;
}
.rs-iteminfo-child-content{
    margin: 0;
}
.rs-iteminfo-child-content .as-icondetails-icon {
    margin-top: 12px;
    color: #333;
}
.rs-iteminfo-child .as-icondetails-detail, .rs-iteminfo-child .rs-iteminfo-savings-title {
    margin-left: 1.52941rem;
    display: block;
}
.rs-iteminfo-child-title, .rs-iteminfo-child-price {
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 500;
    letter-spacing: -.022em;
}
.rs-iteminfo-child-title {
    display: inline-block;
}

.rs-iteminfo-child-actions {
    float: right;
    text-align: right;
}

.rs-iteminfo-child-actions .as-buttonlink, .rs-iteminfo-child-actions .rs-iteminfo-link {
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: -.022em;
    text-align: right;
    margin-top: 0;
}
.rs-iteminfo-child {
    margin-top: 21px;
    padding-top: 21px;
    border-top: 1px solid #d6d6d6;
}
.rs-quantity-textbox.visuallyhidden{
    display: none;
}
.row.rs-iteminfo{
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
}
.as-icondetails-detail .as-icondetails-label {
    font-size: 14px;
    line-height: 1.42861;
    font-weight: 500;
    letter-spacing: -.016em;
    display: inline-block;
}

.as-icondetails-detail .as-icondetails-value {
    font-size: 14px;
    line-height: 1.42861;
    font-weight: 400;
    letter-spacing: -.016em;
    display: inline-block;
}
.as-icondetails-detail .as-icondetails-value:after{
    content: '\a';
    display: block;
}

.rs-bag-delivery-coldtitle {
    font-weight: 600;
    margin-bottom: 8px;
}

.rs-bag-delivery-coldtitle .as-buttonlink {
    font-weight: 400;
}
.rs-quantity-textbox.visuallyhidden{
    display: none;
}
.rs-summary-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.rs-summary-border{
    width: 100%;
    height: 1px;
    border-top: 1px solid var(--base-400);
    margin-bottom: 18px;
}
.rr-accordion {
    overflow: hidden;
    transition-property: height;
    transition-duration: .3s;
    display: block;
}
.rr-accordion.rr-accordion-hidden {
    display: none;
    height: 0;
}
.rr-accordion.rr-accordion-shown {
    overflow: visible;
}

.rs-inlineeditor {
    clear: both;
}
.rs-inlineeditor-collapsible {
    padding: 7px 0 2px;
    margin-left: 0;
    margin-right: 0;
}

.rs-inlineeditor-container {
    width: 326px;
    float: left;
}

.rs-inlineeditor-cancel {
    white-space: nowrap;
    float: left;
}
.rs-inlineeditor-loading{
    position:absolute;
    right:10px;
    top:16px
}
.rs-summary-content {

    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;

}
.rs-summary-total, .rs-summary-installmentsamountdue {

    border-top: 1px solid #d6d6d6;
    margin-top: 16px;
    padding-top: 17px;

}
.rs-summary a.form-button{
    height: 40px;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: SourceSerifPro;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    background-color: var(--navy-blue-500);
    cursor: pointer;
}
.billing_address input.form-button{
    height: 40px;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: SourceSerifPro;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    background-color: var(--navy-blue-500);
    margin-top: 20px;
    cursor: pointer;
}
.rs-summary-financingmessage .rs-summary-value {
    font-size: 14px;
    line-height: 1.42861;
    font-weight: 400;
    letter-spacing: -.016em;
    margin: 1px 0 0;
}
.rs-bag-checkoutbutton {
    margin-top: 35px;
    width: 360px;
    float: right;
}
.as-bagrecommendations-title {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    padding-top: 63px;
    border-top: 1px solid #d6d6d6;
}
.as-accessory-featured {
    padding: 45px 0;
    margin-left: 0;
    margin-right: 0;
}
.as-accessory-featured .as-accessory-image {
    width: 408px;
    height: 408px;
    margin-top: 2px;
    float: right;
}
.as-accessory-featured .as-accessory-image img {
    width: 100%;
    height: auto;
    box-shadow: 3px 3px 3px #ddd;
}
.as-accessory-featured .as-accessory-violator {
    font-size: 17px;
    line-height: 1.47059;
    letter-spacing: -.022em;
    font-weight: 400;
}
.as-accessory-featured .as-accessory-title {
    font-size: 28px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: .004em;
    margin-top: 7px;
}
.as-accessory-featured .column{
    float: left;
}
.as-accessory-title a {
    color: #111;
}

.as-accessory-price {
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: -.022em;
}
.as-accessory-featured .as-accessory-price {
    font-weight: 600;
    margin-top: 17px;
}
.as-accessory-description {
    font-size: 14px;
    line-height: 1.42861;
    font-weight: 400;
    letter-spacing: -.016em;
    margin-top: 26px;
    width: 78%;
}
.as-accessory-featured .as-productselection {
    margin-top: 29px;
}

.colornav-items {
    display: inline-block;
    list-style: none;
    margin: 0 -2px;
    padding-top: 15px;
}
.as-accessory .colornav-item {
    margin: 0 5px;
}
.colornav-item {
    float: left;
    margin: 0 6px;
}
.colornav-link {
    border: 1px solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    float: left;
    margin-bottom: 1.89412em;
    padding: 3px;
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 1;
}
.as-productselection-dimension .colornav-link {
    margin-bottom: 10px;
}
.as-accessory .colornav-items {
    margin: 0 -8px;
    padding-top: 12px;
}
.as-accessory .colornav-link {
    width: 34px;
    height: 34px;
    padding: 2px;
}
.as-accessory .colornav-link img {
    border-radius: 50%;
    width: 28px;
    height: 28px;
}
.colornav-value {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(0 0 99.9% 99.9%);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}
.colornav-link.current, .colornav-value:checked ~ .colornav-link {
    border-color: #2462b7;
    cursor: default;
}

.as-accessory-featured .as-accessory-button {
    margin-top: 20px;
    width: 51%;
}
.as-bagrecommendations-recommendations {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.as-bagrecommendations-spotlight + .as-bagrecommendations-recommendations {
    border-top: 1px solid #d6d6d6;
}

.as-bagrecommendations-recommendations .as-bagrecommendations-tile {
    padding: 10px 0 0 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    width: 248px;
}
.as-bagrecommendations-recommendations .form-button{
    width: auto;
    display: block;
    margin: 0 auto;
}
.as-bagrecommendations-recommendations .as-accessory-title, .as-bagrecommendations-recommendations .as-accessory-price{
    text-align: center;
}
.as-accessory-inline {
    width: 100%;
    position: relative;
    padding-bottom: 44px;
}
.as-accessory-inline .as-accessory-image {
    /*width: 194px;*/
    width: 100%;
    /*height: 194px;*/
    height: auto;
    margin: 0 auto 0 auto;
}
.as-accessory-inline .as-accessory-violator {
    font-size: 12px;
    line-height: 1.33341;
    font-weight: 400;
    letter-spacing: -.01em;
    color: #e85d00;
    margin-bottom: 6px;
    min-height: 20px;
}
.as-accessory-inline .as-accessory-title {
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 500;
    letter-spacing: -.022em;
}
.as-accessory-inline .as-accessory-price {
    margin-top: 0;
    margin-bottom: 18px;
}

.pd-l-plate {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}
.pd-checkout-201804-new-arrivals .pd-l-plate {
    min-height: 400px;
    background: #f2f2f2;
}
.rs-bagempty-actions {
    margin-top: 18px;
}
.rs-bagempty-button {
    margin-top: 13px;
    width: 21.17647rem;
}
.rs-bagempty-button:first-child {
    margin-right: 15px;
    margin-top: 14px;
}

#rr-accordion-shoppingCart-redeempoints select  {
    line-height: 1.16667;
    letter-spacing: .009em;
    color: #111;
    margin-bottom: 0;
    display: inline-block;
    padding-right: 75px;
    outline: none;
    outline: 0;
}

a.checkout-pegadaian{
    color: #71bf44;
    font-size: 17px;
    text-decoration: underline;
}

/*revision*/
.rs-bag-content .rs-iteminfo-details .rs-iteminfo-quantity, .rs-bag-content .rs-iteminfo-details .rs-iteminfo-pricedetails{
    float: left;
}

.rs-bag-content .rs-iteminfo-details .rs-iteminfo-quantity .rs-quantity{
    padding-left: 0;
}
.rs-iteminfo-price{
    text-align: left;
}
.icon-close::before{
    content: "";
}
.rs-iteminfo-actions-right button a{
    color: orangered;
    font-size: 11px;
}
.rs-iteminfo-child-content .as-icondetails{
    position: absolute;
    left:-5px;
}
.rs-iteminfo-child-actions {
    float: right;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}

.rr-overlay {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    position: fixed;
    overflow: auto;
}
.as-overlay {
    margin: 0;
}
.rr-overlay.rr-overlay-screen {
    background: rgba(255,255,255,.88);
        background-color: rgba(255, 255, 255, 0.88);
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-tap-highlight-color: transparent;
}
.as-overlay.rr-overlay, .as-overlay .ase-overlay-materializer {
    z-index: 9999;
    transition: opacity .5s ease-in-out;
    min-width: 320px;
}
.as-overlay.rr-overlay {
    padding: 54px 0;
    -webkit-box-align: start;
    align-items: flex-start;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
}
.as-overlay.rr-overlay-screen, .as-overlay .ase-overlay-screen {
    background-color: rgba(50,50,50,.88);
}
.as-overlay.rr-overlay:not(.rr-materializer-hidden) {
    display: -webkit-box;
    display: flex;
}


.rr-overlay-open{
    overflow: hidden;
    position: relative;
    z-index: -1;
}

.rr-overlay-content {
    background: #f2f2f2;
    min-height: 200px;
    min-width: 200px;
    position: absolute;
    outline: none;
}
.as-overlay .rr-overlay-content {
    margin: auto;
    position: relative;
}
.as-overlay .rr-overlay-content, .as-overlay .ase-overlay-popup {
    background: white;
    border-radius: 0;
    border: 0;
    max-width: 816px;
}
.rs-giftoverlay .rs-overlay-content {
    padding: 84px 0 43px;
}
.rs-giftoverlay-header {
    font-size: 23px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 80px 32px;
    text-align: center;
}
.rs-giftoverlay-image {
    height: 294px;
    overflow: hidden;
    text-align: center;
    background-color: #f5f5f5;
}
.rs-giftoverlay-image img {
    width: auto;
    height: 405px;
    margin-top: 0;
    max-width: none;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top:50%;
    position: relative;
}
.rs-giftoverlay-image-caption {
    font-size: 12px;
    line-height: 1.33341;
    font-weight: 400;
    letter-spacing: -.01em;
    display: block;
    text-align: right;
    margin: 16px 23px 6px 0;
}
.rr-materializer.rr-materializer-hidden {
    display: none;
}
.rr-materializer.rr-materializer-invisible {
    opacity: 0;
}
.rs-bag-checkoutbutton .button{
    background: linear-gradient(#fa6161,#e20303);
    border-color: #cc1212;
}
.morethanwords{
    color: white;
    position: absolute;
    left: 20px;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    width: 65%;
    text-align: left;
}
.morethanwords header{
    font-size: 30px;
    font-weight: 500;
    display: block;
}
.morethanwords summary{
    font-size: 11px;
}
.rs-summary-value .credit-financing{
    display: inline-flex;
    flex-direction:row;
    flex-wrap:wrap;
}
.rs-summary-value .credit-financing *{
    margin-left: 10px;
}
.credit-financing a.more.checkout-pegadaian{
    position: relative;
    color:#2462b7;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.rs-quantity-textbox input.iteminfo-quantity{
    padding-top: 0;
    padding-left: 80px;
    font-size: 24px;
    line-height: 10px;
    height: 60px;
    font-weight: 500;
    max-width: 9.88235rem;
}
.rs-quantity-textbox input.iteminfo-quantity.form-textbox.form-textbox-entered ~ .form-label{
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
}
#cart-items{
    display: flex;
    flex-direction: column;
}
#cart-items li .rs-iteminfo .action{
    width: 30px;
    text-align: center;
}
#cart-items li .rs-iteminfo .produk{
    width: calc(43%);
    text-align: left;
    display: flex;
    flex-direction: row;
    gap: 8px;
}
#cart-items li .rs-iteminfo .produk .title-description{
    width: 100%;
    margin-left: auto;
}
#cart-items li .rs-iteminfo .produk .title-description span{
    font-size: 12px;
    font-weight: 400;
    color: var(--base-600);
    font-family: SourceSerifPro;
}
#cart-items li .rs-iteminfo .produk .title-description h2{
    font-size: 16px;
    font-family: SourceSerifPro;
    font-weight: 600;
}
#cart-items li .rs-iteminfo .variasi{
    width: 20%;
    text-align: center;
}
#cart-items li .rs-iteminfo .kuantitas{
    width: 100px;
}
#cart-items li .rs-iteminfo .kuantitas .cart-quantity-shadow{
    text-align: center;
    font-size: 12px;
    font-family: SourceSerifPro;
    font-weight: 400;   
    width: 32px;
    padding: 3px 0;
    border: 1px solid var(--base-600);
    margin: 0 5px;
}
.quantity-minus[data-value="1"]{
    opacity: 0.5;
    pointer-events: none;
}
#cart-items li .rs-iteminfo .harga{
    width:calc(20%);
    text-align: center;
    position: relative;
    margin-left: auto;
}
#cart-items li{
    padding: 22px 10px;
    position: relative;
}
#cart-items li#cart-items-item-header{
    background-color: var(--base-200);
}
.action > input[type="checkbox"]{
    display: none;
}
.action > input[type="checkbox"] ~ label svg.checked{
    display: none;
}
.action > input[type="checkbox"] ~ label svg.unchecked{
    display: block;
}
.action > input[type="checkbox"]:checked ~ label svg.checked{
    display:block;
}
.action > input[type="checkbox"]:checked ~ label svg.unchecked{
    display: none;
}

.form-element > input[type="checkbox"]{
    display: none;
}
.form-element > input[type="checkbox"] ~ label svg.checked{
    display: none;
}
.form-element > input[type="checkbox"] ~ label svg.unchecked{
    display: block;
}
.form-element > input[type="checkbox"]:checked ~ label svg.checked{
    display:block;
}
.form-element > input[type="checkbox"]:checked ~ label svg.unchecked{
    display: none;
}
.form-element.checkout-element{
    display: flex;
    position: relative;
    flex-direction: row;
    gap: 8px;
    margin-top: 5px;
}
.rs-checkout-action .button.form-button{
    background-color: var(--navy-blue-200);
    border-radius: 4px;
    font-family: SourceSerifPro;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 12px 25px;
    cursor: pointer;
    margin-top: 10px;
} 
.product-variation-info{
    width: 100%;
    text-overflow: clip;
    text-overflow: ellipsis ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    font-family: SourceSerifPro;
}
.harga .rs-iteminfo-price ins {
  font-family: SourceSerifPro;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: left;
  color: var(--base-900);
  display: block;
  text-decoration: none;
  margin-bottom: 2px;
}
.harga .rs-iteminfo-price del {
  font-family: SourceSerifPro;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--base-600);
}
.harga .rs-iteminfo-price mark {
  background-color: var(--error);
  color: var(--error-600);
  padding: 2px;
  font-family: SourceSerifPro;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 6px;
}
.rs-iteminfo-remove{
    border: none;
    background-color: transparent;
    position: absolute;
    right: 10px;
    top: 0;
}
.as-l-container {
  margin-left: auto;
  margin-right: auto;
  width: 1240px;
}
.as-carousel {
  height: inherit;
  position: relative;
}
.as-recommendations-carousel {
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #e3e3e3;
  margin-top: 50px;
}
.as-recommendations-carousel {
  overflow: visible;
}
.as-recommendations-carousel-title {
  font-size: 18px;
  font-weight: 400;
  font-family: Marcellus;
  text-align: left;
  padding: 49px 0 25px;
  color: var(--navy-blue-500);
}
.rr-gallery {
  overflow: hidden;
  touch-action: pan-y;
}
.rr-gallery-scroll {
  height: 100%;
  white-space: nowrap;
}
.as-recommendations-carousel .as-carousel-item {
  min-height: 350px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.as-carousel .ase-gallery-item {
  display: inline-block;
  width: 100%;
  height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  white-space: normal;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-slider .slick-track {
  height: 100%;
  display: flex;
}
.slick-track::before, .slick-track::after {
  display: table;
  content: '';
}
#recommendations-slide-1 .as-accessory-inline {
  padding-right: 12px;
}
#recommendations-slide-1 .as-accessory-inline {
  padding-right: 12px;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide {
  height: auto !important;
}
#recommendations-slide-1 .as-accessory-inline .as-accessory-wrapper {
  padding: 0 0 35px 0;
  border: 1px solid var(--base-300);
  position: relative;
}
#recommendations-slide-1 .slick-list{
    margin-right: -10px;
}
.as-accessory-inline .as-accessory-image {
  margin: 0 auto;
  padding: 0;
}
.as-recommendations .as-accessory-image a img {
  width: 100%;
  display: block;
}
.as-accessory-inline .as-accessory-info {
  padding: 0 15px;
}
.as-accessory-wrapper .as-accessory-info .sku {
  font-size: 12px;
  font-weight: 400;
  font-family: SourceSerifPro;
  color: var(--base-600);
  margin-top: 10px;
  text-align: left;
}
.as-accessory-inline .as-accessory-title {
  font-size: 14px;
  line-height: 1.52947;
  font-weight: 400;
  letter-spacing: -.021em;
}
.as-accessory-title a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.as-accessory-wrapper .as-accessory-info .as-accessory-title {
  font-size: 14px;
  font-weight: 400;
  font-family: SourceSerifPro;
  color: var(--base-900);
  text-align: left;
  min-height: 45px;
}
.as-accessory-inline .as-accessory-price {
  padding-top: 7px;
  text-align: left;
}
.as-accessory-inline .as-accessory-price ins {
  font-family: SourceSerifPro;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--base-900);
  display: block;
  text-decoration: none;
  margin-bottom: 2px;
}
.as-accessory-inline .as-accessory-price del {
  font-family: SourceSerifPro;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--base-600);
}
.as-accessory-inline .as-accessory-price mark {
  background-color: var(--error);
  color: var(--error-600);
  padding: 2px;
  font-family: SourceSerifPro;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 6px;
}
.as-accessory-wrapper .as-accessory-info .stars-review {
  margin-top: 9px;
  font-family: SourceSerifPro;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--base-700);
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  gap: 3px;
}
.as-accessory-wrapper .as-accessory-info .categories {
  font-family: SourceSerifPro;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--deep-rose-gold-500);
  position: absolute;
  bottom: 8px;
}
.as-recommendations .paddlenav{
    display: none;
}
.as-recommendations .dotnav{
    display: none;
}
.rs-summary-content.rs-summary-subtotal, .rs-summary-content.rs-summary-discount{
    font-weight: 400;
    font-size: 14px;
    font-family: SourceSerifPro;
    margin-bottom: 18px;
    color: var(--base-800);
}
.rs-summary-content.rs-summary-grandtotal{
    font-weight: 700;
    font-size: 16px;
    font-family: SourceSerifPro;
    margin-bottom: 18px;
    color: #000;
    flex-direction: column;
}
.gray-screen .rs-checkout-shipping{
    width: 100%;
}
.woocommerce-billing-fields .rs-shipping-header{
    font-size: 18px;
    font-family: SourceSerifPro;
    font-weight: 600;
    margin-bottom: 0px;
}
.rs-shipping-header-container{
    position: relative;
}
form.checkout.processing fieldset{
    border: 0;
}
form.checkout.processing[billing-mode="add"] .rs-companionbar-shipping{
    display: none;
}
form.checkout.processing[billing-mode="add"] .woocommerce-checkout-review-order-table{
    display: none;
}
form.checkout.processing[billing-mode="add"] .shipping_addresses{
    display: none;
}
a[href="#close"]{
    position: absolute;
    top: 0;
    right: 0;
}
#billing_alamat_lengkap{
    height: auto;
    max-width: 550px;
    padding-top: 23px;
    padding-bottom: 8px;
    font-family: SourceSerifPro;
    font-size: 14px;
    font-weight: 400;
}
legend.as-address-sectionheader{
    font-size: 14px;
    font-weight: 600;
    font-family: SourceSerifPro;
    padding-bottom: 15px;
    padding-top: 25px;
}
body.freezed{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    flex-direction: row;
}
form.checkout input.form-textbox{
    font-size: 14px;
    font-weight: 400;
    font-family: SourceSerifPro;
}
.as-address-section > em{
    font-size: 12px;
    font-family: SourceSerifPro;
    font-weight: 400;
}
#_billing_default_field{
    font-size: 14px;
    font-family: SourceSerifPro;
    font-weight: 400;
}
.cart-item-checkbox{
    display: none;
}
.rs-summary-cart-inner-checked{
    display: none;
}
.cart-item-checkbox:checked ~ .rs-summary-cart-inner-unchecked{
    display: none;
}
.cart-item-checkbox:checked ~ .rs-summary-cart-inner-checked{
    display: block;
}
.form-button.button-checkout.disabled{
    background: var(--navy-blue-500);
    opacity: 0.5;
    cursor: none;
    pointer-events: none;
}
.rs-bag.empty-bag{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.rs-bag.empty-bag .content{
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
.rs-bag.empty-bag h3{
    font-family: Marcellus;
    font-size: 18px;
    font-weight: 400;
    color: var(--dark-black);
}
.rs-bag.empty-bag h5{
    font-family: SourceSerifPro;
    font-size: 14px;
    font-weight: 400;
    color: var(--grey-another);
}
.gray-screen form.checkout{
    min-width: 500px;
}
@media only screen and (max-width:1005px) and (min-width:45em){
    .as-l-container {
        margin-left: auto;
        margin-right: auto;
        width: 87.5%;
    }
    #cart-items li .rs-iteminfo-content{
        width: calc(100% - 245px);   
    }
    #bag-content li .rs-iteminfo-quantity{
        display: none;
    }
}
@media only screen and (max-width:45em){
    .rs-summary-content.rs-summary-grandtotal .rs-summary-label{
        font-size: 16px;;
        font-weight: 400;
    }
    .rs-summary-content.rs-summary-grandtotal .rs-summary-value{
        font-size: 18px;;
        font-weight: 700;
    }
    #as-recommendations-app{
        padding: 0 10px;
    }
    .rs-summary-cart-inner-checked .rs-summary-subtotal{
        display: none;
    }
    .rs-summary-cart-inner-checked .rs-summary-discount{
        display: none;
    }
    .rs-summary-cart-inner-checked  .rs-summary-border{
        display: none;
    }
    .as-recommendations-carousel-title{
        padding: 5px 0 20px;
    }
    .rs-iteminfos > li:last-child .rs-iteminfo{
        padding-bottom: 15px;
    }
    .as-recommendations-carousel.as-l-container{
        width: auto;
        padding: 0 0px 50px 0;
        margin-top: 0;
        border: 0;
    } 
    .rs-iteminfo-price{
        padding-left: 0;
    }
    #cart-items li .rs-iteminfo .produk .title-description span{
        font-size: inherit;
        font-weight: inherit;
        color: inherit;
        font-family: inherit;
    }
    .rs-iteminfo-pricedetails .rs-iteminfo-price ins {
      font-family: SourceSerifPro;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0em;
      text-align: left;
      color: var(--base-900);
      display: block;
      text-decoration: none;
      margin-bottom: 2px;
    }
    .rs-iteminfo-pricedetails .rs-iteminfo-price del {
      font-family: SourceSerifPro;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      letter-spacing: 0em;
      text-align: center;
      color: var(--base-600);
    }
    .rs-iteminfo-pricedetails .rs-iteminfo-price mark {
      display: none;
      background-color: var(--error);
      color: var(--error-600);
      padding: 2px;
      font-family: SourceSerifPro;
      font-size: 12px;
      font-weight: 700;
      line-height: 15px;
      letter-spacing: 0em;
      text-align: left;
      margin-left: 6px;
    }
    .rs-iteminfos > li .rs-iteminfo .produk > a {
        display: block;
        width: 90px;
    }
    .rs-iteminfo-remove{
        position: relative;
        text-align: right;
        display: flex;
        flex-direction: row;
        right: 0;
    }
    #cart-items li .title-description{
        display: flex;
        flex-direction: column;
    }
    #cart-items li .title-description .as-icondetails-value{
        order: 1;
    }
    #cart-items li .title-description .rs-iteminfo-title{
        order: 2;
    }
    #cart-items li .title-description .rs-iteminfo-pricedetails{
        order: 3;
    }
    #cart-items li .title-description .variasi{
        order: 4;
    }
    #cart-items li .title-description .kuantitas{
        order: 5;
    }
    #cart-items li .rs-iteminfo .harga{
        text-align: right;
    }
    #cart-items li .rs-iteminfo .produk .title-description span{
        text-align: left;
    }
    #cart-items li .rs-iteminfo .variasi{
        width: 100%;
        font-size: 12px;
        font-weight: 400;
        font-family: SourceSerifPro;
        color: var(--dark-black);
    }
    #cart-items li .rs-iteminfo .action{
        width: 30px;
    }
    #cart-items li .rs-iteminfo .harga{
        width: 40px;
        position: relative;
        margin-left: auto;
        display: flex;
        justify-content: center;
        align-items: end;
        padding-bottom: 10px;
    }
    #cart-items li .rs-iteminfo .produk{
        width: calc(100% - 70px);
        margin-bottom: 10px;
    }
    .row.rs-iteminfo{
        flex-wrap: wrap;
        padding-bottom: 0;
        border: none;
        margin-bottom: 10px;
    }
    .rs-bag-content > #cart-items{
        width: 100%;
        margin-bottom: 0;
    }
    #cart-items li{
        padding: 0 10px;
    }
    #cart-items #cart-items-item-header{
        display: none;
    }
     .menu-top-right .menu-account-mobile{
        display: none;
     }
    .menu-top-right li{
        display: none;
    }
    .rs-bag-content > .rs-summary .large-9 .rs-summary-cart-inner-unchecked{
        width: 50%;
    }
    .rs-bag-content > .rs-summary .large-9 .rs-summary-cart-inner-unchecked .rs-summary-content{
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }
    .rs-bag-content > .rs-summary .large-9 .rs-summary-cart-inner-unchecked .rs-summary-content .rs-summary-label{
        font-size: 16px;
        font-weight: 400;
        gap: 10px;
    }
    .rs-bag-content > .rs-summary .large-9 .rs-summary-cart-inner-unchecked .rs-summary-content .rs-summary-value{
        font-size: 18px;
        font-weight: 700;
        gap: 10px;
    }
    .rs-bag-content > .rs-summary .large-9 .rs-summary-cart-inner-checked{
        width: 50%;
    }
    .rs-bag-content > .rs-summary .large-9 .form-button.button-checkout{
        width: 50%;
    }
    #bag-content .rs-summary{
        position: fixed;
        bottom: 0;
        top: auto;
        left: 0;
        right: auto;
        width: 100%;
        background-color: #fff;
        z-index: 10;
    }
    .rs-bag-content > .rs-summary .large-9{
        border: none;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        display: flex;
        flex-direction: row;
    }
    .rs-bag-content > .rs-summary .large-9 .rs-summary-title{
        display: none;
    }
    .as-l-container{
        width: 100%;
    }
    .mobile-search.mobile{
        display: none;
    }
    .rs-bag .rs-bag-header[data-autom="bag-header"]{
        position: fixed;
        z-index: 100;
        font-size: 18px;
        font-weight: 600;
        top: 0;
        left: 51px;
        color: #fff;
        padding: 31px 0;
    }
    #rr-heading, #rr-content{
        width: 100%;
    }
    .rs-quantity-textbox {
        top: 3px;
    }
    .rs-quantity-textbox input.iteminfo-quantity{
        font-size: 18px;
        margin: 0;
        padding-left: 63px;
        padding-right: 5px;
        height: 45px;
     }
    .rs-quantity-textbox input.iteminfo-quantity.form-textbox.form-textbox-entered ~ .form-label{
        font-size: 18px;
        top: 50%;
        transform: translateY(-50%);
    }
    .rs-summary-financingmessage .rs-summary-value{
        padding-left: 0;
    }
    .woocommerce-cart .rs-recommendations{
        display: none;
    }
    .rs-giftoverlay-image{
        height: 294px;
    }
    .rs-giftoverlay-image img {
        width: auto;
        height: 380px;
        margin-top: 0;
        max-width: none;
        transform: translateX(-50%) translateY(-50%);
        left: 50%;
        top:50%;
        position: relative;
    }
    .rs-giftoverlay-header {
        font-size: 18px;
        line-height: 1.14286;
        font-weight: 500;
        letter-spacing: .007em;
        text-align: center;
    }
    .rs-giftoverlay-header {
        text-align: left;
        margin-bottom: 30px;
    }
    .rs-giftoverlay-header {
        margin-left: auto;
        margin-right: auto;
        width: 87.5%;
    }
    .rs-iteminfo-image img{
        max-width: none;
        max-height: none;
    }
    .rs-iteminfo-actions-right button a{
        font-size: 11px;
        color: orangered;
    }
    
    .rs-bag-content {
        padding-top: 108px;
        margin-bottom: 0px;
    }
    .rs-bag-header {
        font-size: 28px;
        line-height: 1.14286;
        font-weight: 600;
        letter-spacing: .007em;
    }
    .rs-iteminfos {
        margin-top: 1rem;
    }

    .rs-iteminfo {
        margin-bottom: 78px;
        padding-bottom: 76px;
        border-bottom: 1px solid #d6d6d6;
    }
    .rs-iteminfo {
        padding-bottom: 55px;
    }
    .rs-iteminfo-image {
        width: 100%;
        height: auto;
        margin-bottom: 41px;
        margin-right: 0;
        margin-top: 0;
    }
    .rs-iteminfo-title-wrapper {
        padding-right: 0;
    }
    .rs-iteminfo-title, .rs-iteminfo-quantity-selector label, .rs-iteminfo-price {
        font-size: 19px;
        line-height: 1.19048;
        font-weight: 500;
        letter-spacing: .011em;
    }
    .rs-quantity {
        padding-left: 0;
        margin-top: -6px;
    }
    .rs-quantity-selector {
        margin-top: 10px;
    }
    .rs-quantity-selector label {
        margin-right: 8px;
    }
    .rs-iteminfo-title{
        /*text-align: center;*/
    }
    #cart-items li .rs-iteminfo-content p.rs-iteminfo-price{
        text-align: right;
    }
    #cart-items li .rs-iteminfo-content .rs-iteminfo-removetext .rs-iteminfo-actions-right{
        margin-top: 0px;
        padding-right: 2px;
    }
    #cart-items li .rs-iteminfo-content .rs-iteminfo-child-link{
        font-size: 13px;
    }
    .rs-quantity-text, .rs-quantity-selector label {
        font-size: 17px;
        line-height: 1.19048;
        font-weight: 500;
        letter-spacing: .011em;
    }
    .rs-quantity-selector select {
        font-size: 21px;
        line-height: 1.19048;
        font-weight: 600;
        letter-spacing: .011em;
    }
    .rs-iteminfo-price {
        margin-top: 8px;
    }
    .rs-bag-checkoutbutton {
        width: 100%;
        margin-top: 34px;
    }
    a.more.checkout-pegadaian{
        font-size: 14px;
    }
    .rs-summary-tooltip{
        left: -26px;
    }
    .rs-summary-tooltip::after{
        left: 5px;
    }
    .rs-inlineeditor-container {
        width: 75%;
    }
    .as-bagrecommendations-title {
        padding-top: 54px;
    }
    .as-bagrecommendations-title {
        font-size: 25px;
        line-height: 1.14286;
        font-weight: 400;
        letter-spacing: .007em;
    }
    .as-accessory-featured .as-accessory-violator{
        margin-top: 10px;
        font-size: 14px;
    }
    .as-accessory-featured .as-accessory-image {
        width: 100%;
        height: auto;
        text-align: center;
        margin: 0 auto;
    }
    .as-accessory-featured .as-accessory-title {
        margin-top: 11px;
    }
    .as-accessory-featured .as-accessory-price{
        margin-top: 1px;
    }
    .as-accessory-featured .as-accessory-title {
        font-size: 18px;
        line-height: 1.16667;
        font-weight: 500;
        letter-spacing: .009em;
    }
    .as-accessory-featured{
        padding: 20px 0;
    }
    .as-accessory-featured .as-accessory-price {
        font-weight: 400;
    }
    .as-accessory-featured .as-accessory-button {
        margin-top: 20px;
        position: static;
        bottom: auto;
        width: 100%;
    }
    .as-bagrecommendations-recommendations .as-bagrecommendations-tile {
        border-top: 1px solid #d6d6d6;
        width: 100%;
        padding: 20px 0;
    }
    .as-accessory-inline{
        padding-bottom: 0;
    }

    .rs-bagempty-button:first-child {
        margin-right: 0;
        margin-bottom: 7px;
    }
    .rs-bagempty-button {
        width: 100%;
        margin-top: 9px;
    }
    .rs-bagempty-actions{
        margin-top: 23px;
    }
}

