.van-goods-action-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    border: none;
    border-radius: 0;
}
.van-goods-action-button--first {
    margin-left: 5px;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
}
.van-goods-action-button--last {
    margin-right: 5px;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
}
.van-goods-action-button--warning {
    background: -webkit-linear-gradient(left, #ffd01e, #ff8917);
    background: linear-gradient(90deg, #ffd01e, #ff8917);
}
.van-goods-action-button--danger {
    background: -webkit-linear-gradient(left, #ff6034, #ee0a24);
    background: linear-gradient(90deg, #ff6034, #ee0a24);
}
@media (max-width: 321px) {
    .van-goods-action-button {
        font-size: 13px;
    }
}
.van-goods-action-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 48px;
    height: 100%;
    color: #646566;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}
.van-goods-action-icon:active {
    background-color: #f2f3f5;
}
.van-goods-action-icon__icon {
    position: relative;
    width: 1em;
    margin: 0 auto 5px;
    color: #323233;
    font-size: 18px;
}
.van-goods-action {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: initial;
    height: 50px;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #fff;
}
.van-goods-action--unfit {
    padding-bottom: 0;
}
body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #fff;
    font: normal 14px SamsungOne;
    color: #777;
}
.footer {
    background-color: #1d1d1f;
}
.footer .footer-upper {
    border-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0;
}
.footer-upper {
    width: 95%;
    margin: auto;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding: 40px 0;
    font-size: 0;
}
html .footer-block.follow-us {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
}
html .footer-block {
    margin: 0 10px;
    width: 95%;
}
.footer .header-logo {
    text-align: left;
}
.header-logo {
    margin: 0 0 40px;
    text-align: center;
}
.footer-block.follow-us .header-logo img {
    max-width: 184px;
    max-height: 48px;
}
html .footer .topic-block {
    margin: 0;
}
.topic-block-body {
    text-align: justify;
    line-height: 24px;
    font-size: 16px;
}
.footer-block.follow-us .topic-block p {
    text-align: left;
}
.category-description p,
.full-description p,
.manufacturer-description p,
.news-body p,
.post-body p,
.topic-block p,
.topic-page p {
    margin: 10px 0;
    text-align: justify;
}
.footer-block.follow-us .newsletter .title,
.footer-block.follow-us .social .title {
    display: none;
}
.footer-block.follow-us .social ul {
    margin: 0;
    border-bottom: unset;
    text-align: start;
}
.footer .follow-us .social li {
    margin: 0 20px 0 0;
}
.follow-us .social .facebook a {
    background-position: 0 0;
}
.follow-us .social a {
    display: block;
    width: 38px;
    height: 38px;
    font-size: 0;
}
.footer .follow-us .social a img {
    width: 50px;
    height: 50px;
}
.follow-us .social li {
    display: inline-block;
    margin: 0 5px;
}
html .footer_newletter {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
}
.footer_newletter {
    padding: 11px;
}
div.heading_newletter {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: left;
}
html .master-wrapper-page .footer_newletter p {
    padding: 0;
    font-size: 8px;
    line-height: 24px;
}
.footer_newletter .newsletter {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 12px 0 10px 0;
    width: 100%;
}
.footer_newletter .newsletter .title {
    display: none;
}
.footer_newletter .newsletter-subscribe {
    width: 100%;
}
.newsletter-result,
.newsletter-validation {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
}
html .footer_newletter .newsletter-email {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
}
.footer_newletter .newsletter-email {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 100%;
}
.newsletter-email {
    display: inline-block;
    overflow: hidden;
}
.footer_newletter .newsletter-email input[type="email"] {
    height: 40px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 17px;
    color: #a7a7a7;
    padding: 10px 0 10px 24px;
    width: 100%;
    border: unset;
    max-width: 470px;
    padding-left: 20px !important;
}
.newsletter-email input[type="email"] {
    float: left;
    width: 180px;
    height: 36px;
    margin: 0 -1px 0 0;
}
.newsletter-email .newsletter-subscribe-button {
    border-radius: 4px;
    background: #2192ff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin-left: -52px;
    text-transform: none;
    z-index: 2;
}
.footer_newletter .newsletter-subscribe-button {
    height: 40px;
}
.newsletter-email .newsletter-subscribe-button {
    width: 120px;
    padding: 0 5px;
}
.newsletter-subscribe-button {
    float: left;
    height: 36px;
    border: none;
    background-color: #06c;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
button,
input,
textarea {
    color: inherit;
    font: inherit;
    box-sizing: border-box;
}
.footer-info img {
    float: left;
    width: 139px;
    padding-top: 20px;
}
.footer .footer-lower {
    padding: 24px 0 25px 0;
}
.footer-lower {
    width: 95%;
    margin: auto;
    overflow: hidden;
    padding: 25px 0;
    font-size: 12px;
}
.footer .footer-info {
    float: left;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}
span.footer-disclaimer {
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    padding: 0 12px;
}
.item-box .buttons {
    margin: 4px auto 6px;
    text-align: center;
    width: 100%;
}
.my-button {
    width: 70%;
    font-size: 10px;
    background: #2189ff;
    border-radius: 40px;
    text-align: center;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    height: 40px;
    border: none;
    vertical-align: middle;
}
.price.actual-price {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 700;
    color: #000;
    margin-right: 0;
    font-family: SamsungSharpSans !important;
}
.product-title {
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    min-height:36px;
    color: #1d1d1f;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}
.item-box {
    width: 100%;
    margin-right: 15px;
    padding: 15px 0 16px;
    background: #fff;
    border-radius: 8px;
}

.item-box-list {
    background: #f7f7f7;
    margin-top: 24px;
    padding: 12px 20px 18px 20px !important;
    box-sizing: border-box;
    box-shadow:
        rgba(9, 30, 66, 0.25) 0px 1px 1px,
        rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.title {
    text-align: center;
}

.category-item .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 0.5px solid #000;
    margin-bottom: 20px;
}

.category-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.category-item .title a {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding-bottom: 8px;
    border-bottom: 2px solid #000;
    font-family: SamsungSharpSans;
}

.item-list .show-all {
    text-align: center;
}

.show-all a {
    border: unset;
    padding: 0;
}

html .page {
    min-height: 400px;
}
.category-item .title .show-all a {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: #000;
    border-bottom: unset;
}
.swiper-wrapper {
    position: relative;
}
.image {
    width: 100%;
    display: block;
}
.arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 24px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    -webkit-user-select: none;
    user-select: none;
}
.arrow.left {
    left: 10px;
}
.arrow.right {
    right: 10px;
}

@media screen and (max-width: 767px) {
    .item-box-list {
        border-radius: 5px !important;
        box-shadow: none;
        margin-top: 10px;
    }
}
