/* style modif ade start */

body {
    font-family: "OpenSans-Regular";
    font-size: 14px;
    line-height: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
}

h2 {
    font-family: montserrat-bold;
    font-size: 24px;
    margin: 0 0 30px;
}

.width-100,
.width-60,
.width-50,
.width-40,
.width-33 {
    float: left;
}

.width-100 {
    width: 100%;
}

.width-60 {
    width: 60%;
}

.width-50 {
    width: 50%;
}

.width-40 {
    width: 40%;
}

.width-33 {
    width: 33.333%;
}

.container-outer {
    margin: 65px 0 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.flex-start,
.flex-center,
.flex-end,
.flex-between,
.flex-wrap-start,
.flex-wrap-center,
.flex-wrap-between,
.flex-wrap-end {
    display: flex;
}

.flex-start {
    justify-content: flex-start;
}

.flex-center {
    justify-content: center;
}

.flex-end {
    justify-content: flex-end;
}

.flex-between {
    justify-content: space-between;
}

.flex-wrap-start {
    flex-wrap: wrap;
    justify-content: flex-start
}

.flex-wrap-center {
    flex-wrap: wrap;
    justify-content: center;
}

.flex-wrap-between {
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-wrap-end {
    flex-wrap: wrap;
    justify-content: flex-end
}

.navbar-brand {
    float: left;
    height: 65px;
}

.navbar {
    border: none;
}

.img-cover {
    object-fit: cover;
    object-position: center;
}

.line-horizontal {
    border-bottom: 1px solid #C4C4C4;
    margin: 10px 0;
}

.line-vertical {
    border-left: 2px solid #C4C4C4;
    margin: 0 10px;
}

.btn {
    font-family: "OpenSans-Medium";
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    border-radius: 5px;
    min-height: 40px;
}

.btn-outline-primary {
    color: #2C7CC5;
    background-color: transparent;
    background-image: none;
    border-color: #2C7CC5;
}

.btn-primary {
    color: #fff;
    background-color: #2C7CC5;
    border-color: #2C7CC5;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #2C7CC5;
    border-color: #2C7CC5;
}

.container-description-detail ol,
.container-description-detail ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-inline-start: 18px;
}

.container-description-detail p,
.container-description-detail li {
    font-family: "OpenSans-Regular";
    font-size: 14px;
    line-height: 19px;
}

.container-description-detail strong {
    font-family: "OpenSans-Medium";
}

.create-new-user .select-styled-noa,
.create-new-user .select-options-noa li {
    font-family: montserrat-regular;
    font-size: 15px;
}


/* select custom start */

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select-noa {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #fff;
    width: 100%;
    height: 42px;
    border: 1px solid #000;
}

.dr .select-noa {
    min-width: 123px;
}

.psp .select-noa {
    min-width: 210px;
}

.select-styled-noa {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #565656;
    background-color: #F9F9F9;
    padding: 12px 24px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-family: "OpenSans-Medium";
    font-size: 15px;
    line-height: 18px;
    white-space: nowrap;
}

.select-styled-noa:after {
    content: url(../icons/bottom-icon.svg);
    transform: scale(1.2);
    position: absolute;
    top: 11px;
    right: 24px;
}

.select-styled-noa:hover {
    color: #565656;
    background-color: #F9F9F9;
}

.select-styled-noa:active,
.select-styled-noa.active {
    color: #565656;
    background-color: #F9F9F9;
}

.select-styled-noa:active:after,
.select-styled-noa.active:after {
    top: 14px;
    content: url(../icons/bottom-icon.svg);
    transform: rotate(180deg) scale(1.2);
}

.select-options-noa {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 5;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
    color: #565656;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
    border-radius: 5px;
    max-height: 250px;
    overflow: auto;
}

.select-options-noa li {
    font-family: "OpenSans-Medium";
    font-size: 15px;
    line-height: 18px;
    margin: 0;
    padding: 7px 0;
    text-indent: 15px;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.select-options-noa li:hover {
    color: #696969;
    background: #ebebeb;
    font-weight: bold;
}

.select-options-noa li[rel="hide"] {
    display: none;
}


/* select custom end */


/* style homepage start */


/* header web start */

.box-header-web {
    padding: 12px 0;
}

.box-header-web a:hover {
    text-decoration: none;
}

.box-logo {
    padding: 0;
}

.box-logo a {
    float: left;
}

.box-logo img {
    width: fit-content;
}

.box-logo h6 {
    font-family: Montserrat-Bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #F4FAFF;
}

.box-menu {
    width: 85%;
}

.menu-action {
    width: 70%;
}

.menu-cart {
    width: auto;
}

.menu-cart .btn {
    background: transparent;
    color: #fff;
}

.badge {
    position: absolute;
    left: 20px;
    padding: 4px 7px;
    background-color: #FA6262;
}

.menu-action .btn-light {
    height: 37px;
    background: transparent;
    border: 3px solid transparent;
    padding: 7px 10px;
    border-radius: 5px;
    font-family: "Montserrat-Medium";
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #F4FAFF;
}

.menu-action .btn-light:hover {
    border: 3px solid #FFFCEF;
    border-radius: 5px;
    transition: .5s ease;
}

.box-header-web .user,
.box-header-web .shopping-cart {
    height: max-content;
}

.box-header-web .user img {
    width: 17px;
    height: 20px;
}

.box-header-web .shopping-cart img {
    width: 26px;
    height: 20px;
}

.user {
    margin: 0 15px 0 0;
}


/* header web end */


/* header mobile start */

#dismiss img {
    width: 27px;
}

.box-header-mobile .btn-burger {
    background-color: transparent;
    border-color: transparent;
}

.box-header-mobile .btn-burger img {
    width: 28px;
}

.box-header-mobile .btn-burger:active {
    background-color: transparent;
    border-color: transparent;
}


/* header mobile end */

.homepage-new .section1 {
    width: 100%;
    padding: 0;
    margin: 0;
}

.homepage-new .section2 {
    position: relative;
}

.homepage-new .title-section2 {
    position: absolute;
    top: -10%;
    margin: 0 0 50px 0;
    font-family: "OpenSans-Bold";
    font-size: 36px;
    line-height: 49px;
    text-align: center;
    color: #139DEB;
}

.box-product {
    width: 101.6%;
    margin: 17px 0 0 -0.8%;
}

.box-product a {
    float: left;
    width: 100%;
}

.padding-product {
    padding: 20px 20px 28px 20px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.padding-product:hover {
    background: #F5F5F5;
    opacity: 0.8;
    transition: .5s ease;
}

.shop-img {
    height: max-content;
    margin: 0 0 20px;
}

.shop-img img {
    max-width: 165px;
    height: 167px;
}

.shop-title h4 {
    font-family: "OpenSans-Medium";
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #000000;
    margin: 0 0 11px;
    height: 54px;
}

.shop-title .price {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FA6262;
    margin: 0 0 26px;
}

.shop-title .btn-primary {
    padding: 10px 48px;
    background: #3C9EF7;
    border-color: #3C9EF7;
    border-radius: 2px;
}

.menu-web {
    display: block;
}

.menu-mobile,
.banner-mobile {
    display: none;
}

.sparator {
    float: left;
    margin: 0 5px;
}

.list-product {
    padding: 10px;
    text-align: center;
}

.list-product-inner {
    position: relative;
    height: 390px;
    padding: 20px 15px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.list-product-inner:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    opacity: 0.7;
    transition: .5s ease;
}


/* style product detail start */

.desc-prod-detail h2,
.price-detail-new {
    font-size: 20px;
    line-height: 43px;
}

.desc-prod-detail h2 {
    font-family: "OpenSans-Medium";
    color: #000000;
    padding-top: 10px;
}

.price-detail-new {
    float: left;
    width: 100%;
    font-family: "OpenSans-Bold";
    text-align: left;
    color: #FA6262;
    background-color: #F5F5F5;
    padding: 20px;
}

.quantity {
    max-width: 181px;
}

.line-btn-100 {
    width: 181px;
}

.box-info .btn {
    font-family: "montserrat-regular";
    font-size: 18px;
    line-height: 22px;
    border-radius: 0;
}

.box-info .kurang,
.box-info .tambah {
    background: #fff;
    border: 1px solid #878787;
    font-family: "montserrat-medium";
    font-size: 30px;
    color: #000;
}

.box-transaction {
    width: 75%;
    max-width: 400px;
}

.box-transaction .btn {
    width: auto;
    padding: 10px 30px;
}

.box-transaction .btn-primary {
    min-width: 190px;
}


/* style product detail start */


/* style login start */

.section-login {
    padding-top: 50px !important;
    padding: 50px 0 100px 0;
}

.login-new .box-form {
    position: relative;
    height: 322px;
}

.about-contact .box-form {
    height: 600px;
}

.login-new .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
}

.box-input {
    margin: 7px 0;
}

.login-new h2 {
    font-family: montserrat-bold;
    font-size: 24px;
    margin: 0 0 30px;
}

.login-new h3 {
    font-family: montserrat-semibold;
    font-size: 20px;
    margin: 0 0 5px;
}

.login-new p {
    margin: 0 0 7px;
}

.login-new p,
.login-new label {
    font-family: montserrat-regular;
    font-size: 16px;
}


/* style login end */


/* style register start */

.create-an-account {
    font-family: montserrat-Bold;
    font-size: 28px;
    color: #000;
    margin: 0 0 30px;
}

.container-account .sub-title {
    font-family: montserrat-semiBold;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.container-account p {
    font-family: montserrat-regular;
    font-size: 14px;
    line-height: 21px;
    margin: 5px 0 14px;
}

.container-account .box-info .btn {
    font-family: "montserrat-medium";
    padding: 8px 30px;
    border-radius: 5px;
}

.container-account .box-info label {
    font-family: OpenSans-Medium;
    font-size: 14px;
    letter-spacing: 0px;
}

.custom-filter.date {
    position: relative;
    z-index: 50;
}

.container-account .date {
    z-index: 5;
}

.container-account .month {
    z-index: 4;
}

.container-account .year {
    z-index: 3;
}


/* style register end */


/* style checkout start */

.container-cart h2 {
    font-family: "OpenSans-Bold";
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    color: #000000;
}

.container-cart h5 {
    font-family: "OpenSans-Regular";
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}

.detail-shipping .box-info label {
    font-family: OpenSans-Medium;
    font-size: 14px;
    letter-spacing: 0px;
}

.checkout .h4-chekout {
    text-align: center;
    margin: 0 0 25px 0;
}

.detail-shipping h6 {
    font-family: "OpenSans-regular";
    font-size: 12px;
    text-align: left;
}

.container-cart .item-name h5 {
    font-family: "OpenSans-Medium";
    font-size: 14px;
    text-align: left;
}

.container-cart .item-name h6 {
    font-family: "OpenSans-regular";
    font-size: 12px;
    text-align: left;
}

.total_count .total-count-label h5 {
    text-align: end;
}

.total_count .total-count-value h5 {
    text-align: start;
}

.container-cart .box-info .btn-primary {
    font-family: "OpenSans-Medium";
    font-size: 18px;
    line-height: 22px;
    border-radius: 5px;
    padding: 16px 40px;
}

.container-cart h5 {
    font-family: OpenSans-Medium;
    font-size: 14px;
    letter-spacing: 0px;
    text-align: start;
    margin: 0 0 5px 0;
}

.container-cart h6 {
    font-family: "OpenSans-regular";
    font-size: 12px;
    text-align: left;
}

.container-cart .delivery_note {
    font-family: "OpenSans-regular";
    resize: none;
}

.lbl-kantong {
    width: 100%;
    font-family: OpenSans-Medium;
    font-size: 14px;
    padding: 13px 0;
    margin: 0;
}

.container-cart .quantity {
    max-width: 320px;
}

.container-cart .quantity .remove {
    padding: 16px 0;
}

.container-cart .quantity .remove a {
    font-size: 12px;
    letter-spacing: 0;
}

.container-cart .quantity .btn {
    width: 40px;
}

.quantity-left,
.quantity-right {
    padding: 3px 0;
}

.quantity-value {
    margin: 0 10px;
    padding: 3px 0;
}

.quantity-nav {
    margin: 0 0 10px 0;
}

#payment-method {
    margin: 15px 0 0;
}

.section-account-member .container-account h2 {
    font-family: "OpenSans-Bold";
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    color: #000000;
}

.section-account-member .container-account h5 {
    font-family: "OpenSans-Regular";
    font-size: 13px;
    line-height: 20px;
    color: #000000;
}

.section-account-member label {
    font-family: "OpenSans-Regular";
    font-size: 14px;
    line-height: 1;
}

.section-account-member p,
.section-account-member a {
    font-family: "OpenSans-Regular";
    font-size: 14px;
    line-height: 1;
    margin: 0px 0 14px;
}

.container-account .address .btn {
    border-radius: 5px;
}

.contact-us .desc-prod-detail h2 {
    font-family: montserrat-semibold;
}

.contact-us .box-info label {
    letter-spacing: 0px;
    padding: 0;
    margin: 0 0 10px 0;
}

.contact-us .box-info span {
    padding: 0;
}

.service {
    width: 103.14%;
    margin: 0 0 0 -1.7%;
}

.service-mobile {
    display: none;
}

.box-service {
    position: relative;
    float: left;
    width: 32%;
    padding: 20px;
}

.service-inner {
    position: relative;
    height: 324px;
    padding: 30px;
    background: linear-gradient(179.97deg, #4199E9 0.03%, #2E7EC8 99.97%, rgba(169, 204, 236, 0) 99.97%);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.service-image {
    margin: 0 0 50px;
}

.service-image img {
    width: 25%;
    max-width: 65px;
}

.box-service h6 {
    font-family: Montserrat-Bold;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}

.box-service h5 {
    font-family: Montserrat-Medium;
    font-size: 1.6vmax;
    line-height: 44px;
    color: #2C7CC5;
    font-weight: 600;
    margin: 0 0 20px;
}

.box-service h4 {
    font-family: Montserrat-Bold;
    font-size: 2vmax;
    line-height: 40px;
    color: #000000;
}

.box-service p {
    font-family: Montserrat-Regular;
    font-size: 19px;
    line-height: 29px;
    color: #FFFFFF;
}

.box-service .color {
    color: #2C7CC5;
}

.service-text {
    position: absolute;
    bottom: 30px;
    width: 83%;
    max-width: 276px;
}

.service-custom {
    width: 150%;
    padding: 30px 0 30px 10%;
}

.service-custom img {
    position: absolute;
    left: 20px;
    width: 135%;
    top: 22%;
}

.service-custom .custom-text {
    position: relative;
    z-index: 2;
}

.register-success h2 {
    font-family: montserrat-bold;
    font-size: 24px;
    margin: 0 0 30px;
}

.box-hub {
    float: left;
    width: 275px;
    padding: 15px;
    background: #139DEB;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.box-hub h5 {
    font-family: Montserrat-Medium;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}

.box-stiky {
    position: fixed;
    bottom: 30%;
    right: 0;
    z-index: 10;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
}

.box-stiky img {
    width: 100%;
}

.box-stiky:hover {
    background: #F5F5F5;
    opacity: 0.8;
    transition: .5s ease;
}

.box-detail-img {
    max-width: 400px;
}

.box-detail-desc {
    display: table;
    height: 501px;
}

.desc-prod-detail {
    display: table-cell;
    vertical-align: middle;
}

.lSSlideWrapper {
    height: 400px;
}


/* style checkout end */


/* style modif ade end */

@media screen and (min-width:1025px) and (max-width:1366px) {
    .box-transaction .btn-primary {
        min-width: 110px;
    }
}

@media screen and (max-width:1024px) {
    .product-detail .container,
    .homepage-new .container {
        width: 768px !important;
    }
    .box-menu {
        width: 70%;
    }
    .box-logo h6 {
        font-size: 20px;
        line-height: 27px;
    }
    .menu-action .btn-light {
        height: 37px;
        padding: 7px 7px;
        font-size: 13px;
    }
    .menu-cart {
        width: 23%;
    }
    .shopping-cart {
        width: 70%;
    }
    /* style homepage start */
    .banner,
    .banner img {
        min-height: 768px;
        max-height: 768px;
    }
    .title-banner h2 {
        font-size: 42px;
        line-height: 53px;
    }
    .title-banner h4 {
        font-size: 32px;
        line-height: 40px;
    }
    .homepage-new .title-section2 {
        top: -13%;
        font-size: 30px;
        line-height: 38px;
    }
    .shop-title h4 {
        font-size: 18px;
        line-height: 25px;
        height: 45px;
    }
    .box-product {
        width: 102.8%;
        margin: 0 0 0 -1.4%;
    }
    /* style homepage end */
    .box-transaction {
        width: 90%;
        max-width: 300px;
    }
    .box-transaction .btn {
        width: auto;
        padding: 10px 20px;
    }
    .box-transaction .btn-primary {
        min-width: 100px;
    }
    .service-web {
        display: none;
    }
    .box-service {
        width: 33.333%;
        padding: 10px;
    }
    .service-mobile {
        width: 100%;
        display: block;
    }
    .service-inner {
        height: 300px;
        padding: 20px;
    }
    .service-custom {
        width: 100%;
        padding: 20px;
    }
    .service-custom img {
        width: 100%;
    }
    .box-service h5 {
        font-size: 2.6vmax;
        line-height: 44px;
        margin: 0 0 10px;
    }
    .box-service h4 {
        font-size: 3vmax;
        line-height: 35px;
    }
    /* product detail start */
    .lSSlideWrapper {
        height: 270px;
    }
    ul#image-gallery li {
        padding: 15px;
    }
    .box-detail-img {
        max-width: 300px;
        padding: 0 15px;
    }
    .quantity input {
        min-width: 40px;
        max-width: 40px;
        font-size: 16px;
        line-height: 20px;
    }
    .box-info .kurang,
    .box-info .tambah {
        font-size: 22px;
    }
    .price-detail-new {
        padding: 10px;
    }
    .desc-prod-detail h2,
    .price-detail-new {
        font-size: 20px;
        line-height: 30px;
    }
    .box-detail-desc .padding-20 {
        padding: 10px 0;
    }
    .box-detail-desc {
        height: 340px;
    }
    /* product detail end */
}

@media screen and (max-width:767px) {
    .product-detail .container,
    .homepage-new .container {
        width: 569px !important;
    }
    .menu-web,
    .banner {
        display: none;
    }
    .menu-mobile,
    .banner-mobile {
        display: block;
    }
    .container-outer {
        margin: 60px 0 0 0;
    }
    .blue-background {
        height: 60px;
    }
    .box-header-mobile {
        padding: 9px 0;
    }
    .box-menu,
    .box-toggle {
        width: 20%;
    }
    .box-logo {
        padding: 0;
    }
    .menu-action {
        width: 80%;
    }
    .box-logo h6 {
        font-size: 20px;
        line-height: 27px;
    }
    .menu-action .btn-light {
        height: 37px;
        padding: 7px 7px;
        font-size: 13px;
    }
    .menu-cart {
        width: 65%;
    }
    .shopping-cart {
        width: 100%;
    }
    /* style homepage start */
    .banner-mobile,
    .banner-mobile img {
        height: 95vh;
        min-height: 740px;
    }
    .title-banner h2 {
        text-align: center;
    }
    .title-banner h4 {
        font-size: 22px;
        line-height: 28px;
        text-align: center;
    }
    .homepage-new .title-section2 {
        position: relative;
        top: 0;
        font-size: 30px;
        line-height: 38px;
    }
    .shop-title h4 {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 10px;
        height: 36px;
    }
    .list-product {
        width: 50%;
    }
    .list-product-inner {
        height: 360px;
    }
    /* style homepage end */
    .quantity input {
        height: auto;
    }
    .quantity {
        max-width: 100%;
    }
    .box-transaction .btn-primary {
        min-width: 160px;
    }
    .container-description-detail {
        width: 100%;
    }
    .box-transaction .btn {
        padding: 10px 20px;
    }
    .about-contact .box-form {
        height: 600px;
        width: 100%;
    }
    .about-contact .flex-between {
        flex-wrap: wrap;
        justify-content: start;
    }
    .about-contact .about {
        height: auto;
    }
    .quantity-value .input-number {
        height: 40px;
    }
    .container-checkout .box-info .btn-primary {
        font-size: 16px;
        padding: 12px 40px;
    }
    .service {
        width: 100%;
        margin: 0;
    }
    .box-service {
        width: 100%;
        padding: 10px 0;
    }
    .service-inner {
        padding: 20px;
        height: auto;
    }
    .service-custom {
        width: 100%;
        padding: 20px;
    }
    .service-custom img {
        left: 0;
        width: 100%;
        top: 22%;
    }
    .service-image {
        margin: 0 0 30px;
    }
    .service-image img {
        width: 11%;
        max-width: 33px;
    }
    .box-service h6 {
        font-size: 19px;
        line-height: 25px;
    }
    .box-service p {
        font-size: 15px;
        line-height: 21px;
    }
    .service-text {
        position: relative;
        bottom: 0;
        width: 100%;
    }
    .box-service h5 {
        font-size: 2.5vmax;
        line-height: 34px;
        margin: 0 0 10px;
    }
    .box-service h4 {
        font-size: 3vmax;
        line-height: 32px;
    }
    .container-cart h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .section-product-detail .container-detail {
        padding: 0;
    }
    .section-product-detail {
        margin: 30px 0 0 0;
    }
    .box-detail-img {
        width: 100%;
        max-width: 100%;
    }
    .lSSlideWrapper {
        height: auto;
    }
    .box-detail-desc {
        width: 100%;
        height: auto;
        margin: 24px 0 0 0;
    }
}

@media screen and (max-width:568px) {
    .product-detail .container,
    .homepage-new .container {
        width: 481px !important;
    }
    .container-outer {
        margin: 50px 0 0 0;
    }
    .blue-background {
        height: 50px;
    }
    .box-header-mobile {
        padding: 4px 0;
    }
    .banner-mobile,
    .banner-mobile img {
        height: 65vh;
        min-height: 475px;
    }
    .box-menu {
        width: 20%;
    }
    .menu-action {
        width: 80%;
    }
    .box-logo h6 {
        font-size: 14px;
        line-height: 30px;
    }
    .menu-action .btn-light {
        height: 37px;
        padding: 7px 7px;
        font-size: 13px;
    }
    .menu-cart {
        width: 65%;
    }
    .badge {
        font-size: 9px;
        left: 14px;
        padding: 3px 4px;
    }
    .box-header-mobile .btn-burger img {
        width: 20px;
    }
    .box-header-mobile .btn-burger {
        height: 33px;
    }
    /* style homepage start */
    .homepage-new .title-section2 {
        top: -13%;
        font-size: 30px;
        line-height: 38px;
    }
    .shop-title h4 {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 10px;
        height: 36px;
    }
    .shop-title .btn-primary {
        width: 65%;
        min-width: 120px;
        padding: 10px 0;
    }
    .box-product .col-xs-6 {
        width: 100%;
    }
    .list-product {
        padding: 7.5px;
    }
    .shop-img img {
        max-width: 150px;
        height: 150px;
    }
    .list-product-inner {
        height: 345px;
    }
    /* style homepage end */
    .box-transaction .btn-primary {
        min-width: 80px;
    }
    .container-checkout h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .container-account .flex-between {
        flex-wrap: wrap;
        justify-content: center;
    }
    .login-new .box-form {
        width: 100%;
    }
    .container-account .line-vertical {
        display: none;
    }
    .login-new .btn {
        position: relative;
    }
    .login-new .new-account {
        height: 160px;
    }
    .quantity-left,
    .quantity-right {
        padding: 0px 0;
    }
    .section-account-member .container-account h2 {
        font-size: 24px;
        line-height: 29px;
    }
    ul.left-link {
        padding: 20px 0;
        margin: 0;
    }
    ul.left-link li {
        width: 100%;
        border: 0px !important;
        margin: 0;
    }
    .quantity-value .input-number {
        min-width: 50px;
    }
    .container-cart .box-info .btn-primary {
        font-size: 16px;
        line-height: 19px;
        padding: 8px 16px;
    }
    .container-police {
        padding: 30px;
        margin: 100px 0;
    }
    .bose-title {
        padding: 20px 0;
        font-size: 26px;
    }
    .container-police h4 {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width:480px) {
    .product-detail .container,
    .homepage-new .container {
        width: 375px !important;
    }
    .title-banner h2 {
        font-size: 34px;
        line-height: 38px;
    }
    .title-banner h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .homepage-new .title-section2 {
        font-size: 24px;
        line-height: 28px;
    }
    .shop-img img {
        max-width: 100%;
        height: auto;
    }
    .list-product-inner {
        height: 320px;
    }
    .shop-title h4 {
        font-size: 14px;
        line-height: 16px;
        height: auto;
    }
    .shop-title .btn-primary {
        width: 100%;
        min-width: 100%;
        padding: 10px 0;
    }
}

@media screen and (max-width:374px) {
    .product-detail .container,
    .homepage-new .container {
        width: 100% !important;
    }
}