.article-loop .article-title .post-title a, .article-loop .article-detail .entry-content {
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

/*===== CONTACT +++ ABOUT +++ SEARCH ======================*/
.heading-pageDetail h1 {
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 20px; }

.wrapper-pageDetail {
    background: #fff;
    padding: 10px 15px;
    height: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08); }

.content-pageDetail {
    margin-bottom: 40px; }

.content-pageDetail * {
    max-width: 100%; }

.wrapper-bodycontact .wrapbox-content-left {
    padding-right: 0; }

.layout-pageContact .breadcrumb-shop {
    margin-bottom: 0; }

.box-info-contact, .box-send-contact {
    background: #fff;
    padding: 15px;
    border-radius: 3px; }

.box-info-contact {
    margin-bottom: 15px; }

.box-info-contact li {
    margin-bottom: 10px; }

.box-info-contact li > span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    float: left;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 15px; }

.box-info-contact li p {
    width: calc(100% - 35px);
    float: left;
    padding-left: 15px;
    margin-bottom: 5px;
    color: #696969;
    font-weight: 500; }

.box-info-contact li p strong {
    color: #000;
    margin-bottom: 5px; }

.wrapbox-contact {
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; }

.wrapbox-contact .infoList-contact {
    width: 50%; }

.box-send-contact h2, .box-info-contact h2 {
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 20px; }

.box-send-contact p {
    margin-bottom: 15px; }

.contact-form .input-group {
    width: 100%;
    margin-bottom: 20px; }

.contact-form .input-group input,
.contact-form .input-group textarea {
    color: #5c5c5c;
    height: 45px;
    width: 100%;
    font-weight: 500;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid var(--shop-color-border);
    border-radius: 4px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }

.contact-form .input-group textarea {
    width: 100%;
    height: 130px;
    padding: 20px 20px; }

.contact-form .input-group textarea:focus {
    outline: none; }

.layout-searchPage {
    margin-bottom: 50px; }
.layout-searchPage .heading-page {
    position: relative;
    text-align: center; }
.layout-searchPage .heading-page:after {
    content: "";
    background: #252a2b;
    display: block;
    width: 60px;
    height: 4px;
    margin: 20px auto 30px; }
.layout-searchPage .heading-page h1 {
    margin: 25px 0 5px;
    font-size: 30px; }
.layout-searchPage .subtext-result {
    margin: 0 0 15px; }
.layout-searchPage .expanded-message .message-txt {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
.layout-searchPage .expanded-message h2 {
    font-weight: 600;
    font-size: 20px; }
.layout-searchPage .expanded-message .subtext {
    margin-bottom: 40px;
    display: block; }
.layout-searchPage .search-field {
    width: 100%;
    display: block;
    margin: auto; }
.layout-searchPage .search-field input#go {
    width: 55px;
    height: 45px;
    float: right;
    background: url(//theme.hstatic.net/200000871401/1001242345/14/iconsearch.png?v=74) #252a2b center no-repeat;
    margin: 0px;
    position: relative;
    top: 0;
    border-radius: 0;
    font-size: 0;
    border: 0; }
.layout-searchPage .search-field .search_box {
    width: calc(100% - 55px);
    outline: none;
    height: 45px;
    padding: 0 20px;
    background: #ededed;
    border: 0;
    box-shadow: none; }
@media (min-width: 992px) {
    .layout-searchPage .col-lg {
        flex: 0 0 20%;
        -webkit-flex: 0 0 20%; } }

@media (min-width: 992px) {
    .box-map-contact {
        height: 100%;
        border-radius: 4px;
        overflow: hidden; }
    .box-map-contact iframe {
        top: 30px;
        height: 100%;
        position: -webkit-sticky;
        position: sticky;
        -webkit-transition: top 400ms ease;
        -moz-transition: top 400ms ease;
        transition: top 400ms ease; } }

@media (max-width: 991px) {
    .wrapbox-contact {
        flex-direction: column;
        -ms-flex-direction: column; }
    .wrapbox-contact .infoList-contact {
        width: 100%; }
    .wrapbox-contact .infoList-contact:nth-child(2) {
        flex-direction: column-reverse;
        -ms-flex-direction: column-reverse; }
    .widthContent {
        flex-direction: column-reverse;
        -ms-flex-direction: column-reverse; }
    .wrapper-bodycontact .wrapbox-content-left {
        padding-right: 15px;
        margin-top: 15px; }
    .box-map-contact iframe {
        height: 50vh; } }

@media (max-width: 767px) {
    .wrapbox-content-right {
        padding: 0; } }

/*======  SIDEBAR BLOG =========*/
.list-blogs-latest {
    counter-reset: post-ranking; }

.list-blogs-latest .item-article {
    border-bottom: 1px #efefef dotted;
    padding: 15px 0;
    margin: 0; }

.list-blogs-latest .item-article:last-child {
    border-bottom: none; }

.list-blogs-latest .item-article .post-image {
    width: 100px;
    padding-right: 10px;
    float: left;
    position: relative; }

.list-blogs-latest .item-article .post-image:before {
    position: absolute;
    content: counter(post-ranking);
    top: calc(50% - 16px);
    left: -16px;
    border: 2px solid #fff;
    height: 28px;
    width: 28px;
    line-height: 26px;
    text-align: center;
    border-radius: 100%;
    background: var(--shop-color-main);
    color: #fff;
    font-size: 12px;
    counter-increment: post-ranking;
    z-index: 1; }

.list-blogs-latest .item-article .post-content {
    width: calc(100% - 100px);
    float: left; }

.list-blogs-latest .item-article .post-content h3 {
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: 500; }

.list-blogs-latest .item-article .post-content h3 a {
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

.list-blogs-latest .item-article .post-content .post-meta {
    font-size: 12px;
    margin: 0; }

.list-blogs-latest .item-article .post-content .post-meta .date {
    color: #74839f; }

.menuList-links {
    margin: 0; }

.menuList-links li {
    position: relative; }

.menuList-links li a {
    color: var(--shop-color-text);
    position: relative;
    font-size: 13px;
    display: block; }

.menuList-links li a:hover, .menuList-links li a:focus {
    color: var(--shop-color-hover); }

.menuList-links > li {
    border-bottom: 1px dashed var(--shop-color-border); }

.menuList-links > li:last-child {
    border-bottom: none; }

.menuList-links > li > a {
    padding: 12px 0;
    font-weight: 500;
    font-size: 15px; }

.menuList-links > li.has-submenu > a {
    padding-right: 30px; }

.menuList-links > li.has-submenu span.icon-plus-submenu {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid transparent; }

.icon-plus-submenu:after, .icon-plus-submenu:before {
    background: rgba(9, 9, 9, 0.6);
    content: '';
    display: block;
    position: absolute;
    margin-right: 7px;
    top: 50%;
    right: 0;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear; }

.icon-plus-submenu:before {
    width: 9px;
    height: 1px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.icon-plus-submenu:after {
    width: 1px;
    height: 9px;
    right: 4px;
    transform-origin: center;
    -moz-transform: translateY(-50%) scale(1, 1);
    -ms-transform: translateY(-50%) scale(1, 1);
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1); }

li.has-submenu.opened > a .icon-plus-submenu:after {
    -moz-transform: translateY(-50%) scale(1, 0);
    -ms-transform: translateY(-50%) scale(1, 0);
    -webkit-transform: translateY(-50%) scale(1, 0);
    transform: translateY(-50%) scale(1, 0); }

.menuList-links > li.has-submenu .icon-plus-submenu:hover {
    border: 1px solid var(--shop-color-border); }

ul.menuList-links li ul.submenu-links {
    display: none; }

ul.submenu-links li a {
    padding: 8px 0 8px 0px; }

li.has-submenu.level0 > ul.submenu-links {
    border-top: 1px dashed var(--shop-color-border); }

li.has-submenu.level0 > ul.submenu-links li a {
    padding-left: 12px; }

li.has-submenu.level1 > ul.submenu-links li a {
    padding-left: 25px; }

.group-sidebox {
    position: relative;
    background: #fff;
    margin: 0 0 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    border-radius: 3px; }
.group-sidebox .sidebox-title {
    padding: 15px 20px; }
.group-sidebox .sidebox-title h3 {
    font-size: 16px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer; }
.group-sidebox .sidebox-title h3:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-color: #666;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: translateY(-50%) rotate(45deg);
    transition: transform .2s ease;
    -ms-transition: transform .2s ease;
    -webkit-transition: transform .2s ease; }
.group-sidebox .sidebox-content {
    padding: 0 20px 15px;
    border-top: 1px solid var(--shop-color-border); }
.group-sidebox.is-open .sidebox-title h3:after {
    transform: translateY(-50%) rotate(225deg);
    bottom: -10px; }
@media (max-width: 767px) {
    .group-sidebox .sidebox-title h3 {
        text-align: left;
        position: relative; }
    .group-sidebox .sidebox-title h3 span {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 24px;
        width: 25px;
        text-align: center;
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s; }
    .group-sidebox .sidebox-content-togged {
        display: none; }
    .group-sidebox.is-open .sidebox-title h3 span {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); } }

/* - Modal contact form */
.modal-addThis {
    background: rgba(3, 17, 27, 0.7);
    -webkit-transition: opacity .35s linear;
    -o-transition: opacity .35s linear;
    transition: opacity .35s linear; }
.modal-addThis.fade .modal-dialog {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s; }
.modal-addThis.fade.show .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.modal-contactform .modal-header h4.modal-title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 100%; }

.modal-contactform .modal-header button.close {
    background-color: rgba(0, 0, 0, 0.3);
    border: 0;
    padding: 0;
    margin: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    border-radius: 50%;
    opacity: 1;
    text-align: center;
    outline: none; }
.modal-contactform .modal-header button.close:hover {
    background-color: rgba(0, 0, 0, 0.6); }

.modal-contactform .modal-header button.close svg {
    display: block;
    margin: auto;
    height: 30px;
    width: 14px;
    text-align: center;
    fill: #f3f3f3; }

.modal-contactform .modal-body.body-popupform .form-control {
    background: #f3f5f6;
    border-radius: 0; }
.modal-contactform .modal-body.body-popupform .form-control:focus {
    background: #fff; }

.modal-contactform .modal-body.body-popupform .input-group input, .modal-contactform .modal-body.body-popupform .input-group textarea {
    border-color: #eee;
    font-size: 14px; }

.modal-contactform .modal-body.body-popupform .input-group input:focus, .modal-contactform .modal-body.body-popupform .input-group textarea:focus {
    outline: none;
    box-shadow: none; }

.modal-contactform .modal-body.body-popupform .btnSubmit-modal {
    padding: 10px 28px;
    outline: none; }

@media (min-width: 768px) {
    .modal-contactform .modal-dialog {
        max-width: 605px; } }

.section-parallax {
    padding: 100px 0;
    background-size: cover;
    background-position: center center;
    /*background-attachment: fixed;*/
    position: relative; }
.section-parallax:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1; }

.headtitle-block {
    position: relative;
    z-index: 1; }

.headtitle-block h1, .headtitle-block h2 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }

.headtitle-block .breadcrumb-shop {
    background: transparent;
    margin-bottom: 0;
    border: 0; }

/* page.about-01 */
.section-about01-breadcrumb {
    background-image: url(//theme.hstatic.net/200000871401/1001242345/14/about01_banner_bkg.jpg?v=74); }

.section-about01_introduce {
    padding: 65px 0;
    font-size: 16px;
    line-height: 22px; }
.section-about01_introduce .wrapflex-introduce {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex; }
.section-about01_introduce .wrapflex-introduce .intro-left, .section-about01_introduce .wrapflex-introduce .intro-right {
    flex: 0 0 50%; }
.section-about01_introduce .wrapflex-introduce .intro-left .intro-img {
    margin-top: 50px; }
.section-about01_introduce .wrapflex-introduce .intro-right .intro-desc {
    padding: 75px 80px 75px 80px; }
.section-about01_introduce .wrap-heading {
    margin-bottom: 35px; }
.section-about01_introduce .wrap-heading h2 {
    font-size: 26px; }
.section-about01_introduce .wrap-heading .line {
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 5px; }
.section-about01_introduce .wrap-content .wrap-info {
    padding: 0 20px; }
@media (min-width: 992px) {
    .section-about01_introduce .wrapflex-introduce:nth-child(2) {
        flex-direction: row-reverse;
        margin-top: 40px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .section-about01_introduce .wrapflex-introduce .intro-right .intro-desc {
        padding: 35px 40px; } }
@media (max-width: 991px) and (min-width: 768px) {
    .section-about01_introduce .wrapflex-introduce .intro-right .intro-desc {
        padding: 50px 60px 70px; } }
@media (max-width: 991px) {
    .section-about01_introduce {
        padding-top: 30px;
        padding-bottom: 0;
        font-size: 14px; }
    .section-about01_introduce .wrapflex-introduce {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .section-about01_introduce .wrapflex-introduce .intro-left, .section-about01_introduce .wrapflex-introduce .intro-right {
        flex: 0 0 100%; }
    .section-about01_introduce .wrapflex-introduce .intro-left .intro-img {
        margin-top: 20px; }
    .section-about01_introduce .wrap-heading .line {
        font-size: 14px;
        letter-spacing: 3px; }
    .section-about01_introduce .wrap-heading h2 {
        font-size: 22px; } }
@media (max-width: 767px) {
    .section-about01_introduce .wrap-heading {
        margin-bottom: 15px; }
    .section-about01_introduce .wrapflex-introduce .intro-right .intro-desc {
        padding: 15px; }
    .section-about01_introduce .wrap-content .wrap-info {
        padding: 0 10px 10px; } }

.section-about01_introduce + .section-about01_introduce {
    padding-top: 0; }

.section-about01-services .flex-container-services .services-column, .section-about02-services .flex-container-services .services-column {
    margin-bottom: 30px; }

.section-about01-services .flex-container-services .services-area-thumb, .section-about02-services .flex-container-services .services-area-thumb {
    max-width: 50px;
    margin: auto; }
.section-about01-services .flex-container-services .services-area-thumb img, .section-about02-services .flex-container-services .services-area-thumb img {
    -webkit-transition: .6s linear;
    transition: .6s linear;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg); }

.section-about01-services .flex-container-services .services-area-content h3, .section-about02-services .flex-container-services .services-area-content h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0 10px; }

.section-about01-services .flex-container-services .services-area-content p, .section-about02-services .flex-container-services .services-area-content p {
    line-height: 1.3;
    letter-spacing: .3px; }

.section-about01-services .flex-container-services .services-area:hover .services-area-thumb img, .section-about02-services .flex-container-services .services-area:hover .services-area-thumb img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); }

@media (max-width: 991px) {
    .section-about01-services, .section-about02-services {
        padding: 40px 0 20px; }
    .section-about01-services .flex-container-services .services-column, .section-about02-services .flex-container-services .services-column {
        margin-bottom: 25px; } }

/* page.about-02 */
[class^="section-about02-"] {
    padding-bottom: 60px; }
@media (max-width: 991px) {
    [class^="section-about02-"] {
        padding-bottom: 40px; } }

.section-about02-breadcrumb {
    background-image: url(//theme.hstatic.net/200000871401/1001242345/14/about02_banner_bkg.jpg?v=74); }

.section-about02-introduce .wrap-content {
    padding-top: 65px; }

@media (max-width: 991px) {
    .section-about02-introduce .wrap-content {
        padding-top: 30px; }
    .section-about02-introduce h2 {
        font-size: 22px; } }

.section-about02-alternate {
    padding: 0; }
.section-about02-alternate .rowFlex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px; }
.section-about02-alternate .rowFlex:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; }
.section-about02-alternate .alternate-detail {
    padding: 0 45px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative; }
.section-about02-alternate .alternate-detail h2 {
    font-size: 26px; }
.section-about02-alternate .alternate-detail p {
    margin-bottom: 10px; }
.section-about02-alternate .alternate-detail .button_content_box {
    margin-top: 20px; }
.section-about02-alternate .alternate-detail ul {
    list-style-type: disc;
    margin-left: 16px; }
.section-about02-alternate .alternate-detail ul li {
    margin-bottom: 10px; }
.section-about02-alternate .alternate-image .block-image {
    position: relative;
    z-index: 1;
    padding: 40px 0; }
.section-about02-alternate .alternate-image .block-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    background-color: var(--shop-color-main);
    opacity: 0.08;
    z-index: -1; }
@media (min-width: 1200px) {
    .section-about02-alternate .rowFlex {
        margin-bottom: 60px; }
    .section-about02-alternate .alternate-image {
        padding-left: 0;
        padding-right: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
    .section-about02-alternate .rowFlex {
        margin-bottom: 50px; }
    .section-about02-alternate .alternate-image {
        padding: 0; } }
@media (max-width: 767px) {
    .section-about02-alternate .rowFlex {
        margin-bottom: 40px; }
    .section-about02-alternate .rowFlex:last-child {
        margin-bottom: 0; }
    .section-about02-alternate .alternate-image {
        padding: 0 0 20px; }
    .section-about02-alternate .alternate-image .block-image {
        padding: 20px 0; }
    .section-about02-alternate .alternate-detail {
        padding: 0; }
    .section-about02-alternate .alternate-detail h2 {
        font-size: 20px; }
    .section-about02-alternate .alternate-detail .button_content_box {
        margin-top: 15px; } }

.section-about02-information .information-area {
    margin: 0 0 20px; }
.section-about02-information .information-area--thumb {
    margin-bottom: 15px; }
.section-about02-information .information-area--content {
    padding: 0 25px;
    line-height: 22px;
    text-align: center; }
.section-about02-information .information-area--content h3 {
    font-size: 22px;
    margin-bottom: 5px; }

@media (max-width: 991px) {
    .section-about02-information .rowFlex {
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        overflow: scroll; }
    .section-about02-information .rowFlex::-webkit-scrollbar {
        display: none; }
    .section-about02-information .information-column {
        flex: 0 0 80%;
        -ms-flex: 0 0 80%;
        max-width: 80%; }
    .section-about02-information .information-column + .information-column {
        margin-left: -15px; } }

@media (max-width: 767px) {
    .section-about02-information .information-area--content {
        padding: 0; }
    .section-about02-information .information-area--content h3 {
        font-size: 20px; } }

.section-about02-ecosystem .wrapbox-head {
    padding-bottom: 20px; }
.section-about02-ecosystem .wrapbox-head .line span {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
    display: inline-block; }
.section-about02-ecosystem .wrapbox-head h2 {
    text-align: center;
    font-size: 30px;
    letter-spacing: -1px; }

.section-about02-ecosystem .wrapbox-content .wrapbox-area:last-child {
    margin-bottom: 0; }

.section-about02-ecosystem .wrapbox-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 40px; }
.section-about02-ecosystem .wrapbox-area--thumb {
    display: flex;
    display: -ms-flex;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    max-width: 80px; }
.section-about02-ecosystem .wrapbox-area--thumb:hover img {
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1; }
.section-about02-ecosystem .wrapbox-area--detail h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 5px; }

@media (min-width: 992px) {
    .section-about02-ecosystem .wrapbox-content.right .wrapbox-area--thumb {
        margin-left: 15px; }
    .section-about02-ecosystem .wrapbox-content.left .wrapbox-area--thumb {
        margin-right: 15px; } }

@media (max-width: 991px) {
    .section-about02-ecosystem .wrapbox-content .wrapbox-area--thumb {
        margin-right: 15px; }
    .section-about02-ecosystem .wrapbox-content.right .wrapbox-area {
        flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        justify-content: flex-end;
        -ms-justify-content: flex-end; }
    .section-about02-ecosystem .line span {
        font-size: 16px; }
    .section-about02-ecosystem .wrapbox-head h2 {
        font-size: 22px; } }

@media (max-width: 767px) {
    .section-about02-ecosystem .wrapbox-area {
        margin: 0 0 15px; } }

.section-about02-client {
    background-image: url(//theme.hstatic.net/200000871401/1001242345/14/about02_client_img.jpg?v=74);
    margin-bottom: 60px; }
.section-about02-client .wrapbox-content {
    padding: 15px 0;
    margin: 0 auto;
    display: flex;
    display: -ms-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-justify-content: center;
    position: relative; }
.section-about02-client .wrapbox-detail .box-img-effect1 {
    position: absolute;
    top: -10px;
    right: 0; }
.section-about02-client .wrapbox-detail .box-img-effect2 {
    position: absolute;
    top: 10px;
    left: 0; }
.section-about02-client .wrapbox-detail .box-img-effect3 {
    position: absolute;
    bottom: -100px;
    left: -70px; }
.section-about02-client .wrapbox-item {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    align-content: center;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    text-align: center;
    padding: 0 150px; }
.section-about02-client .wrapbox-item .box-img {
    max-width: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px; }
.section-about02-client .wrapbox-item .box-desc {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 500; }
.section-about02-client .wrapbox-item .box-author {
    color: #aaa;
    font-weight: 500; }
.section-about02-client .owl-nav button.owl-prev,
.section-about02-client .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 25px);
    padding: 0;
    opacity: 1;
    height: 50px;
    width: 50px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    text-align: center;
    color: #000;
    background-color: #fff;
    border: 1px solid var(--shop-color-border);
    outline: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 50%; }
.section-about02-client .owl-nav button.owl-prev span,
.section-about02-client .owl-nav button.owl-next span {
    display: none; }
.section-about02-client .owl-nav button.owl-prev:hover,
.section-about02-client .owl-nav button.owl-next:hover {
    background-color: var(--shop-color-main);
    color: #fff; }
.section-about02-client .owl-nav button.owl-prev {
    left: 0; }
.section-about02-client .owl-nav button.owl-next {
    right: 0; }
.section-about02-client .owl-nav button.owl-prev:before,
.section-about02-client .owl-nav button.owl-next:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 26px; }
.section-about02-client .owl-nav button.owl-prev:before {
    content: "\f104"; }
.section-about02-client .owl-nav button.owl-next:before {
    content: "\f105"; }
.section-about02-client .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -40px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
.section-about02-client .owl-dots .owl-dot {
    margin: 0;
    outline: 0; }
.section-about02-client .owl-dots .owl-dot span {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    width: 12px;
    height: 12px;
    margin: 5px;
    border-radius: 50%;
    background: #928c8c; }
.section-about02-client .owl-dots .owl-dot.active {
    border-radius: 50%; }
.section-about02-client .owl-dots .owl-dot.active span {
    background: var(--shop-color-main); }
@media (min-width: 1200px) {
    .section-about02-client .wrapbox-content {
        max-width: 900px;
        min-height: 400px; } }
@media (max-width: 767px) {
    .section-about02-client .wrapbox-item {
        padding: 0 10px; }
    .section-about02-client .box-img-effect1, .section-about02-client .box-img-effect2, .section-about02-client .box-img-effect3 {
        display: none; }
    .section-about02-client .owl-nav button.owl-prev,
    .section-about02-client .owl-nav button.owl-next {
        display: none; } }

.section-about02-services {
    padding-bottom: 0; }

/* page.about-03 */
[class^="section-about03-"] {
    padding: 60px 0; }
[class^="section-about03-"] .wrap-heading h2 {
    font-size: 30px;
    margin-bottom: 30px; }
@media (max-width: 991px) {
    [class^="section-about03-"] {
        padding: 40px 0; }
    [class^="section-about03-"] .wrap-heading h2 {
        font-size: 22px; } }

.section-about03-breadcrumb {
    background-image: url(//theme.hstatic.net/200000871401/1001242345/14/about03_banner_bkg.jpg?v=74); }

.section-about03-introduce {
    padding-bottom: 110px; }

.section-about03-introduce .wrap-heading .line {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    display: block;
    margin-bottom: 15px; }

.section-about03-introduce .wrap-heading h2 {
    margin-bottom: 30px; }

.section-about03-introduce .box-banner {
    position: relative;
    margin-left: 50px;
    margin-right: 20px;
    z-index: 2; }

.section-about03-introduce .box-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 10px solid var(--shop-color-main);
    left: -50px;
    bottom: -50px;
    z-index: -1; }

.section-about03-introduce .box-banner .about-slide.owl-carousel .owl-nav {
    margin-top: 0px;
    position: absolute;
    right: -15px;
    bottom: 15px; }
.section-about03-introduce .box-banner .about-slide.owl-carousel .owl-nav button:focus {
    outline: none; }

.section-about03-introduce .box-banner .about-slide.owl-carousel .owl-prev, .section-about03-introduce .box-banner .about-slide.owl-carousel .owl-next {
    display: block;
    margin: 0px;
    background: var(--shop-color-main);
    color: #ffffff;
    padding: 8px 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 13px;
    cursor: pointer; }

.section-about03-introduce .box-banner .about-slide.owl-carousel .owl-item .owl-lazy {
    transition: inherit; }

.section-about03-introduce .about-introduce-top .row-flex {
    align-items: center; }

.section-about03-introduce .button_content_box {
    margin-top: 30px; }

@media (max-width: 991px) {
    .section-about03-introduce {
        padding-bottom: 60px; }
    .section-about03-introduce .introduce-loop {
        border-right: 1px solid #314f93;
        border-bottom: 1px solid #314f93; }
    .section-about03-introduce .introduce-loop:nth-child(2n+0) {
        border-right: 0; } }

@media (max-width: 767px) {
    .section-about03-introduce .box-banner {
        margin-right: 0;
        margin-left: 30px;
        margin-bottom: 50px; }
    .section-about03-introduce .box-banner:before {
        left: -30px;
        bottom: -30px; }
    .section-about03-introduce .box-banner .about-slide.owl-carousel .owl-nav {
        right: 15px; } }

.section-about03-service.bg-black {
    background: #5b95a9; }

.section-about03-service .section-heading .text-white {
    color: #ffffff; }

.section-about03-service .nav-tabs {
    border: 0; }

.section-about03-service .box-wrapper {
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    border: 2px solid #ffffff;
    cursor: pointer; }
.section-about03-service .box-wrapper h4 {
    color: #ffffff;
    font-size: 22px; }

.section-about03-service .row-flex {
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center; }

@media (min-width: 992px) {
    .section-about03-service .box-wrapper:hover {
        background: var(--shop-color-hover);
        border-color: var(--shop-color-hover); }
    .section-about03-service .circle-block-banner {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center; }
    .section-about03-service .circle-block-banner .tab-content {
        margin-bottom: 30px; } }

@media (max-width: 991px) {
    .section-about03-service {
        padding-top: 40px; } }

@media (max-width: 767px) {
    .section-about03-service .box-wrapper {
        padding: 15px 15px;
        margin-bottom: 20px; }
    .section-about03-service .box-wrapper.text-right {
        text-align: left !important; }
    .section-about03-service .box-wrapper h4 {
        font-size: 18px; }
    .section-about03-service .box-wrapper p {
        margin-bottom: 0; } }

.section-about03-stories .story-row {
    position: relative;
    margin-bottom: 70px;
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }

.section-about03-stories .story-row .block-detail {
    position: relative;
    padding: 20px 30px;
    margin: 40px 0px; }
.section-about03-stories .story-row .block-detail .date {
    font-size: 14px; }
.section-about03-stories .story-row .block-detail h3 {
    font-size: 22px; }

.section-about03-stories .story-row:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; }
.section-about03-stories .story-row:nth-child(even) .block-detail {
    right: -70px;
    z-index: 5;
    background-color: var(--shop-color-main);
    color: #fff;
    text-align: right; }
.section-about03-stories .story-row:nth-child(even) .block-detail h3 {
    color: #fff; }

.section-about03-stories .story-row:nth-child(odd) .block-detail {
    left: -70px;
    z-index: 5;
    background-color: #fff;
    color: #000; }

@media (min-width: 768px) and (max-width: 991px) {
    .section-about03-stories .story-row .block-detail {
        padding: 18px 20px; }
    .section-about03-stories .story-row:nth-child(even) .block-detail {
        right: 0;
        margin-right: -70px; }
    .section-about03-stories .story-row:nth-child(odd) .block-detail {
        left: 0;
        margin-left: -70px; } }

@media (max-width: 991px) {
    .section-about03-stories {
        padding: 40px 0 20px; } }

@media (max-width: 767px) {
    .section-about03-stories .story-row {
        margin-bottom: 25px; }
    .section-about03-stories .story-row:last-child {
        margin-bottom: 0; }
    .section-about03-stories .story-row .block-detail {
        padding: 20px 15px; }
    .section-about03-stories .story-row:nth-child(even) .block-detail {
        right: 0;
        margin: 0;
        text-align: left; }
    .section-about03-stories .story-row:nth-child(odd) .block-detail {
        left: 0;
        margin: 0; } }

/*--------------------------------------------------------------------------------
PAGE FAQS
--------------------------------------------------------------------------------*/
.layoutPage-faqs {
    margin-bottom: 60px; }
.layoutPage-faqs .section-breadcrumb {
    margin-bottom: 60px; }
.layoutPage-faqs .section-faqs-info {
    max-width: 800px;
    margin: 0 auto; }
.layoutPage-faqs .section-faqs-info .intro-banner {
    margin-bottom: 20px; }
.layoutPage-faqs .section-faqs-info .intro-desc {
    margin-bottom: 60px;
    font-size: 16px; }
.layoutPage-faqs .section-faqs-info .intro-list-faqs {
    font-size: 16px; }
.layoutPage-faqs .section-faqs-info .intro-list-faqs .faq-item {
    margin-bottom: 20px; }
.layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs {
    font-weight: 600;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    position: relative;
    cursor: pointer; }
.layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs:before {
    content: "";
    right: 5px;
    top: 12px;
    position: absolute;
    box-sizing: border-box;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-color: currentColor;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s; }
.layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs.opened {
    border-color: #000; }
.layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs.opened:before {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
.layoutPage-faqs .section-faqs-info .intro-list-faqs .content-faqs {
    display: none; }
.layoutPage-faqs .section-faqs-info .form-faqs {
    margin-top: 60px; }
.layoutPage-faqs .section-faqs-info .form-faqs h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px; }
@media (max-width: 991px) {
    .layoutPage-faqs .section-breadcrumb {
        margin-bottom: 20px; } }

/*===== CART===============================================*/
/* CSS icon load  */
@keyframes cart-ellipsis1 {
    0% {
        transform: scale(0); }
    100% {
        transform: scale(1); } }

@keyframes cart-ellipsis3 {
    0% {
        transform: scale(1); }
    100% {
        transform: scale(0); } }

@keyframes cart-ellipsis2 {
    0% {
        transform: translate(0, 0); }
    100% {
        transform: translate(19px, 0); } }

.cart-ajloading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 9999;
    display: none;
    background: rgba(255, 255, 255, 0.3); }

.cart-ajloading > div:first-child {
    width: 100px;
    padding: 4px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto; }

.cart-ajloading .lds-ellipsis {
    position: relative;
    width: 54px;
    height: 16px;
    margin: auto; }

.cart-ajloading .lds-ellipsis div {
    position: absolute;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--shop-color-main);
    animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.cart-ajxloading .lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: cart-ellipsis1 .6s infinite; }

.cart-ajloading .lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: cart-ellipsis2 .6s infinite; }

.cart-ajloading .lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: cart-ellipsis2 .6s infinite; }

.cart-ajloading .lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: cart-ellipsis3 .6s infinite; }

.wrapper-mainCart {
    margin: 40px 0; }
.wrapper-mainCart .mainCart-detail {
    background: #fff;
    margin-bottom: 50px; }
.wrapper-mainCart .mainCart-detail .heading-cart {
    font-size: 20px;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid var(--shop-color-border);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
.wrapper-mainCart .mainCart-detail .heading-cart h1 {
    font-size: 24px;
    margin: 0 0 6px; }
.wrapper-mainCart .mainCart-detail .heading-cart.heading-row {
    border-bottom: 0; }
.wrapper-mainCart .mainCart-detail .heading-cart.heading-row .cart-shipping {
    flex: 0 0 100%;
    max-width: 100%;
    border-top: 1px solid var(--shop-color-border);
    margin-top: 15px;
    padding-top: 15px; }
.wrapper-mainCart .mainCart-detail .expanded-message {
    padding: 20px 0px; }
.wrapper-mainCart .cart-shipping {
    padding: 10px 0 0; }
.wrapper-mainCart .cart-shipping .price {
    font-size: 18px;
    font-weight: 600;
    color: #ff2c26; }
.wrapper-mainCart .cart-shipping .free-ship {
    text-transform: uppercase;
    color: #333333;
    font-weight: 600; }
@media (max-width: 767px) {
    .wrapper-mainCart .cart-shipping .free-ship {
        display: block; } }
.wrapper-mainCart .cart-shipping__title {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0.5px; }
.wrapper-mainCart .cart-shipping__bar {
    height: 8px;
    width: 100%;
    background-color: #e9e9e9;
    border-radius: 5px;
    margin: 15px 0 10px;
    position: relative; }
.wrapper-mainCart .cart-shipping__bar .shipping-bar {
    background-color: #ffbc11;
    width: 0;
    border-radius: 5px;
    transition: width .4s ease-in-out;
    display: block;
    height: 100%;
    position: relative; }
.wrapper-mainCart .cart-shipping__bar .shipping-bar .icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    right: 10px;
    transform: translate(50%, -50%);
    font-weight: 700;
    content: "";
    font-size: 12px;
    color: #ffbc11;
    border: 1px solid #ffbc11;
    background: currentColor; }
.wrapper-mainCart .cart-shipping__bar .shipping-bar .icon svg {
    fill: #fff; }
.wrapper-mainCart .cart-shipping.cart-shipping-free .cart-shipping__bar span {
    background-color: #3d9851; }
.wrapper-mainCart .cart-shipping.cart-shipping-free .cart-shipping__bar .icon {
    background-color: #3d9851;
    border-color: #3d9851;
    color: #3d9851; }
.wrapper-mainCart .collectionCart-detail {
    margin: 0 0 40px; }
.wrapper-mainCart .collectionCart-detail .collectionCart-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px; }
.wrapper-mainCart .collectionCart-detail .list-product {
    display: flex;
    flex-wrap: wrap; }
.wrapper-mainCart .collectionCart-detail .list-product .product-loop-items {
    padding: 0 12px; }
.wrapper-mainCart .collectionCart-detail .list-product .slick-list {
    margin: 0 -12px; }
.wrapper-mainCart .collectionCart-detail .list-product .slick-arrow {
    position: absolute;
    top: 30%;
    z-index: 8;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0px;
    font-size: 0;
    color: var(--shop-color-text);
    height: 35px;
    width: 35px;
    line-height: 35px;
    outline: none;
    text-align: center;
    display: inline-block;
    background: transparent;
    border: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 2px; }
.wrapper-mainCart .collectionCart-detail .list-product .slick-arrow:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 28px;
    display: inline-block; }
.wrapper-mainCart .collectionCart-detail .list-product .slick-arrow.slick-prev {
    left: 0px; }
.wrapper-mainCart .collectionCart-detail .list-product .slick-arrow.slick-next {
    right: 0px; }
.wrapper-mainCart .collectionCart-detail .list-product .slick-arrow.slick-next:before {
    content: "\f105"; }
.wrapper-mainCart .collectionCart-detail .list-product .slick-arrow.slick-prev:before {
    content: "\f104"; }
.wrapper-mainCart .collectionCart-detail .list-product .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden; }
.wrapper-mainCart .collectionCart-detail .list-product:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden; }
.wrapper-mainCart .collectionCart-detail .list-product:not(.slick-initialized) .product-loop-items {
    flex: 0 0 25%;
    max-width: 25%; }
.wrapper-mainCart .expanded-content .expanded-info {
    text-align: center; }
.wrapper-mainCart .expanded-content .info-text .text1 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px; }
.wrapper-mainCart .expanded-content .info-text .text2 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #606876; }
.wrapper-mainCart .expanded-content .info-text .text2 a {
    color: #1a73e8;
    font-weight: 600; }
.wrapper-mainCart .expanded-content .search-field {
    position: relative; }
.wrapper-mainCart .expanded-content .search-field .search_box {
    height: 45px;
    width: 100%;
    padding: 8px 50px 8px 20px;
    border: 4px solid #e3e9ed;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500; }
.wrapper-mainCart .expanded-content .search-field .search_box:focus {
    outline: none; }
.wrapper-mainCart .expanded-content .search-field input[type="submit"] {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0; }
.wrapper-mainCart .expanded-content .search-field .btn-search {
    width: 50px;
    height: 44px;
    line-height: 42px;
    position: absolute;
    padding: 0;
    top: 0px;
    right: 0px;
    background: transparent;
    transition: opacity 150ms linear;
    outline: none;
    box-shadow: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center; }
.wrapper-mainCart .expanded-content .search-field .btn-search svg {
    width: 24px;
    height: 100%;
    display: block;
    margin: auto;
    fill: #6c798f;
    opacity: 0.6; }
.wrapper-mainCart .title-number-cart {
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 6px; }
.wrapper-mainCart .list-pageform-cart {
    padding: 15px 0; }
.wrapper-mainCart .table-cart {
    padding: 8px 10px;
    border: 2px solid var(--shop-color-border);
    overflow: hidden;
    border-radius: 8px; }
.wrapper-mainCart .cart-row {
    width: 100%;
    display: inline-block; }
@media (min-width: 768px) {
    .wrapper-mainCart .expanded-message {
        text-align: left;
        font-size: 17px; } }
.wrapper-mainCart .media-line-item {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 15px 10px; }
.wrapper-mainCart .media-line-item .media-left {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    padding: 0;
    position: relative;
    display: block; }
.wrapper-mainCart .media-line-item .media-left img {
    border: 1px solid #ededed; }
.wrapper-mainCart .media-line-item .media-left .item-remove {
    position: absolute;
    top: -7px;
    left: -10px; }
.wrapper-mainCart .media-line-item .media-left .item-remove a {
    display: block;
    background: #8f9bb3;
    color: #fff;
    font-size: 8px;
    font-weight: 400;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%; }
.wrapper-mainCart .media-line-item .media-right {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 18px;
    padding-right: 18px; }
.wrapper-mainCart .media-line-item .media-total {
    text-align: right; }
.wrapper-mainCart .media-line-item .item-info {
    margin-bottom: 12px; }
.wrapper-mainCart .media-line-item .item-info .item--title {
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 500; }
.wrapper-mainCart .media-line-item .item-info .item--title a {
    color: var(--shop-color-text);
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
.wrapper-mainCart .media-line-item .item-variant {
    font-size: 12px;
    color: #777777;
    font-weight: 500;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding-right: 5px; }
.wrapper-mainCart .media-line-item .item-variant span {
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
.wrapper-mainCart .media-line-item .item-variant-edit {
    cursor: pointer; }
.wrapper-mainCart .media-line-item .item-variant-edit span {
    position: relative;
    display: inline-block;
    border-radius: 3px;
    padding: 2px 25px 2px 9px;
    color: #5c5c5c;
    background: #f5f5f9;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
.wrapper-mainCart .media-line-item .item-variant-edit span:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.54);
    border-bottom: 0;
    background: none;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 6px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.wrapper-mainCart .media-line-item .item-prmote {
    margin: 2px 0;
    font-style: italic;
    font-size: 13px;
    color: #ab1207; }
.wrapper-mainCart .media-line-item .item-price p {
    margin: 0; }
.wrapper-mainCart .media-line-item .item-price .ico-gift {
    display: inline-block;
    max-width: 18px;
    vertical-align: 2px;
    margin-left: 10px; }
.wrapper-mainCart .media-line-item .item-price span {
    font-weight: 500;
    color: #8f9bb3; }
.wrapper-mainCart .media-line-item .item-price del {
    color: #8f9bb3;
    font-size: 12px;
    margin-left: 5px; }
.wrapper-mainCart .media-line-item .item-qty {
    display: inline-block; }
.wrapper-mainCart .media-line-item .item-qty .quantity-partent {
    margin: 8px 0 3px;
    display: flex;
    -ms-display: flex;
    -webkit-display: flex;
    width: 100%; }
.wrapper-mainCart .media-line-item .item-qty .quantity-partent input.item-quantity {
    float: left;
    font-weight: 500;
    font-size: 15px;
    width: 36px;
    height: 28px;
    padding: 0;
    background: #fff;
    text-align: center;
    outline: none;
    border: 0;
    border: 1px solid #f9f9f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
.wrapper-mainCart .media-line-item .item-qty .quantity-partent button.qty-btn {
    float: left;
    font-weight: 500;
    font-size: 18px;
    padding: 0;
    height: 28px;
    width: 28px;
    text-align: center;
    background: #f9f9f9;
    color: var(--shop-color-text);
    border: 1px solid #f9f9f9;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center; }
.wrapper-mainCart .media-line-item .item-qty .quantity-partent button.qty-btn svg {
    display: block;
    width: 10px;
    height: 100%;
    margin: 0 auto; }
.wrapper-mainCart .media-line-item .item-qty .quantity-partent button.qty-btn:focus {
    outline: none; }
.wrapper-mainCart .media-line-item .item-total-price .text {
    font-size: 14px; }
.wrapper-mainCart .media-line-item .item-total-price .line-item-total {
    font-size: 16px;
    font-weight: 700; }
.wrapper-mainCart .media-line-item + .media-line-item {
    border-top: 1px solid #f1f1f1; }
.wrapper-mainCart .order-noted-block .checkout-buttons {
    background: #f3f4f4;
    padding: 15px;
    margin: 20px 0 10px; }
.wrapper-mainCart .order-noted-block label.note-label {
    display: block;
    margin: 00px 0 10px;
    font-weight: 600;
    font-size: 14px; }
.wrapper-mainCart .order-noted-block textarea {
    padding: 10px 15px;
    width: 100%;
    min-height: 80px;
    resize: none;
    border: 1px solid #dfe0e1;
    box-shadow: none; }
.wrapper-mainCart .order-summary-block {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid var(--shop-color-border); }
.wrapper-mainCart .order-summary-block.order-summary-notify {
    padding: 0;
    border: 0; }
.wrapper-mainCart .order-summary-block .summary-warning {
    padding: 12px 15px;
    border-radius: 4px;
    /*	background-color: #fee3e8;border:1px solid #fdd0d8;*/
    background-color: #d9edf7;
    border: 1px solid #bce8f1; }
.wrapper-mainCart .order-summary-block .summary-warning .textmr {
    margin-bottom: 5px; }
.wrapper-mainCart .order-summary-block .summary-warning p {
    margin: 0; }
.wrapper-mainCart .order-summary-block .summary-alert {
    background-color: #fee3e8;
    border: 1px solid #fdd0d8;
    color: #d20909;
    font-size: 13px;
    padding: 10px 15px;
    margin: 10px 0;
    text-align: left; }
.wrapper-mainCart .order-summary-block .summary-alert:not(.in) {
    display: none; }
.wrapper-mainCart .order-summary-block .summary-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px; }
.wrapper-mainCart .order-summary-block .summary-time {
    background: #fcfcfc;
    border: 1px solid #F5f5f5; }
.wrapper-mainCart .order-summary-block .summary-time__row {
    padding: 10px 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-title {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    padding-right: 10px; }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-title .txt-title {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 5px; }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-title .txt-time {
    font-size: 13px;
    font-weight: 600;
    margin: 0; }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-title .txt-time i {
    color: var(--shop-color-main);
    margin-right: 2px;
    font-size: 15px;
    vertical-align: middle; }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio {
    max-width: 50%; }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio .radio-item {
    position: relative; }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio .radio-item + .radio-item {
    margin-top: 5px; }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio'] {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    color: #fff;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    outline: none;
    display: inline-block;
    margin: 0;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio'] + label {
    position: relative;
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer; }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio']:before {
    content: '\2714\fe0e';
    font-size: 11px;
    height: 13px;
    width: 13px;
    line-height: 13px;
    opacity: 0;
    position: absolute;
    display: block;
    text-align: center; }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio']:checked {
    background: var(--shop-color-hover);
    border-color: var(--shop-color-hover); }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio']:checked:before {
    opacity: 1;
    color: #ffffff; }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose {
    margin-right: -5px;
    margin-left: -5px;
    display: -ms-flexbox;
    display: flex; }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px; }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box .select-option {
    position: relative; }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box .select-option:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    border: solid #666666;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box label {
    display: block;
    font-weight: 400;
    font-size: 13px; }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select {
    padding: 0px 8px;
    padding-right: 20px;
    cursor: pointer;
    outline: none;
    border-radius: 4px;
    height: 34px;
    line-height: 32px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    width: 100%;
    color: #000;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select:-ms-expand {
    display: none; }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select:invalid {
    color: #ededed; }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select [disabled] {
    color: #ededed;
    font-weight: 300; }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select option {
    color: #000;
    font-weight: 500; }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-button .btn-accepttime {
    display: block;
    width: 100%;
    border-radius: 4px;
    padding: 0 10px;
    height: 34px;
    line-height: 30px;
    color: var(--shop-color-main);
    background: #ffffff;
    border: 2px solid var(--shop-color-main);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase; }
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-button .btn-accepttime.disabled {
    opacity: 0.8; }
.wrapper-mainCart .order-summary-block .summary-time__row.picktime_selecter {
    display: none;
    border-top: 1px solid #efefef; }
.wrapper-mainCart .order-summary-block .summary-time + .summary-total {
    border-top: 0; }
.wrapper-mainCart .order-summary-block .summary-total {
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
    border-top: 1px dotted #dfe0e1;
    border-bottom: 1px dotted #dfe0e1;
    margin-bottom: 10px; }
.wrapper-mainCart .order-summary-block .summary-total p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0; }
.wrapper-mainCart .order-summary-block .summary-total p span {
    font-weight: bold;
    float: right;
    color: red;
    font-size: 24px; }
.wrapper-mainCart .order-summary-block .summary-action {
    padding-top: 5px;
    text-align: center; }
.wrapper-mainCart .order-summary-block .summary-action p {
    position: relative;
    font-size: 14px;
    margin-bottom: 4px;
    padding-left: 15px;
    font-weight: 400;
    text-align: left; }
.wrapper-mainCart .order-summary-block .summary-action p:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #999999;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 8px;
    border-radius: 50%; }
.wrapper-mainCart .order-summary-block .summary-button .checkout-btn {
    display: block;
    background: red;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 10px 16px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-top: 12px; }
.wrapper-mainCart .order-summary-block .summary-button .checkout-btn.disabled {
    pointer-events: none;
    opacity: 0.7;
    background: #151515; }
.wrapper-mainCart .order-summary-block .cart-coupon {
    position: relative; }
.wrapper-mainCart .order-summary-block .cart-coupon .list-coupon {
    padding-bottom: 0; }
.wrapper-mainCart .order-summary-block .cart-coupon .swiper-nav {
    position: absolute;
    top: 0;
    right: 0; }
.wrapper-mainCart .order-summary-block .cart-coupon .swiper-button.swiper-next {
    margin-left: 5px; }
.wrapper-mainCart .order-summary-block .cart-coupon .swiper-button.swiper-button-disabled svg {
    fill: #858380;
    cursor: no-drop; }
.wrapper-mainCart .txt-continue {
    margin: 15px 0; }
.wrapper-mainCart .order-noted-block .btn-checkout.disabled {
    pointer-events: none;
    opacity: 0.7;
    background: #151515; }
.wrapper-mainCart .order-invoice-block .checkbox {
    margin: 5px 0;
    position: relative; }
.wrapper-mainCart .order-invoice-block .checkbox > .title {
    font-size: 14px;
    padding-left: 40px;
    vertical-align: text-top;
    margin-bottom: 0;
    display: block;
    font-weight: bold; }
.wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox {
    display: none; }
.wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox + .box {
    border: 2px solid var(--shop-color-main);
    padding: 9px;
    border-radius: 50%;
    opacity: 0.25;
    display: inline-block;
    background: transparent;
    margin-bottom: 0;
    position: absolute;
    left: 5px; }
.wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox + .box:after {
    content: '\2714\fe0e';
    font-size: 13px;
    position: absolute;
    top: 0px;
    left: 4px;
    color: var(--shop-color-main); }
.wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox:checked + .box {
    background: var(--shop-color-main);
    opacity: 1; }
.wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox:checked + .box:after {
    color: #ffffff; }
.wrapper-mainCart .order-invoice-block .bill-field {
    display: none;
    margin-top: 20px; }
.wrapper-mainCart .order-invoice-block .bill-field:before, .wrapper-mainCart .order-invoice-block .bill-field:after {
    content: "";
    display: table;
    clear: both; }
.wrapper-mainCart .order-invoice-block .bill-field .form-group {
    margin-bottom: 15px;
    float: left;
    width: calc(100%/3 - 15px);
    margin-right: 15px; }
.wrapper-mainCart .order-invoice-block .bill-field .form-group:nth-child(4) {
    width: calc(100% - 15px); }
.wrapper-mainCart .order-invoice-block .bill-field .form-group input {
    font-size: 12px;
    height: 40px;
    color: #000000;
    box-shadow: none;
    background-clip: padding-box;
    border-radius: 2px;
    border: 1px solid var(--shop-color-border);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none; }
.wrapper-mainCart .order-invoice-block .bill-field .form-group input[type=number]::-webkit-outer-spin-button,
.wrapper-mainCart .order-invoice-block .bill-field .form-group input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
.wrapper-mainCart .order-invoice-block .bill-field .form-group input[type=number] {
    -moz-appearance: textfield; }
.wrapper-mainCart .order-invoice-block .bill-field .form-group .text-danger {
    margin-top: 5px;
    display: block;
    font-size: 11px;
    color: #ff0000; }
.wrapper-mainCart .order-invoice-block .bill-field .form-btn .button {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px; }
.wrapper-mainCart .coupon-initial .coupon-item {
    padding: 0; }
.wrapper-mainCart .coupon-initial .list-coupon-slide {
    padding-bottom: 0; }
@media (min-width: 992px) {
    .wrapper-mainCart .sidebarCart-sticky .wrap-order-summary {
        position: -webkit-sticky;
        position: sticky;
        top: 30px;
        margin-bottom: 15px; }
    .wrapper-mainCart .cart-collection {
        display: none; } }
@media (max-width: 991px) {
    .wrapper-mainCart .mainCart-detail {
        margin-bottom: 20px; }
    .wrapper-mainCart .order-summary-block .summary-button {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #ffffff;
        z-index: 500;
        padding: 8px 10px 8px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        transition: all 300ms ease; }
    .wrapper-mainCart .order-summary-block .summary-button .checkout-btn {
        margin-top: 0;
        border-radius: 0; }
    .wrapper-mainCart .expanded-content .info-text .text1 {
        font-size: 20px; }
    .wrapper-mainCart .expanded-content .info-text .text2 {
        font-size: 16px; }
    .wrapper-mainCart .sidebarCart-sticky.is-hidden {
        display: none; }
    .wrapper-mainCart .contentCart-detail .collectionCart-detail {
        display: none; }
    .wrapper-mainCart .collectionCart-detail .list-product .product-loop-items {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 12px; }
    .wrapper-mainCart .collectionCart-detail .list-product:not(.slick-initialized) .product-loop-items {
        flex: 0 0 50%;
        max-width: 50%; } }
@media (max-width: 991px) and (min-width: 768px) {
    .wrapper-mainCart .order-summary-block .summary-title {
        font-size: 16px; }
    .wrapper-mainCart .order-summary-block .summary-total {
        font-size: 14px; }
    .wrapper-mainCart .order-summary-block .summary-total span {
        font-size: 17px; } }
@media (max-width: 767px) {
    .wrapper-mainCart {
        margin: 18px 0 20px; }
    .wrapper-mainCart .mainCart-detail .heading-cart.heading-row .cart-shipping {
        margin-top: 7px;
        padding-top: 10px; }
    .wrapper-mainCart .media-line-item {
        padding: 15px 5px; }
    .wrapper-mainCart .media-line-item .item-info {
        margin-bottom: 5px; }
    .wrapper-mainCart .media-line-item .item-info .item--title {
        font-size: 14px;
        margin-bottom: 10px; }
    .wrapper-mainCart .media-line-item .item-info .item--title.link-none {
        pointer-events: none; }
    .wrapper-mainCart .media-line-item .item-edit {
        margin: 0;
        display: none; }
    .wrapper-mainCart .media-line-item .item-variant {
        font-size: 11px; }
    .wrapper-mainCart .media-line-item .item-price span {
        font-size: 13px; }
    .wrapper-mainCart .media-line-item .item-price del {
        font-size: 11px; }
    .wrapper-mainCart .media-line-item .media-left {
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px; }
    .wrapper-mainCart .media-line-item .media-right {
        padding-left: 8px;
        padding-right: 8px; }
    .wrapper-mainCart .order-summary-block.order-summary-notify {
        background: transparent;
        padding: 0; }
    .wrapper-mainCart .order-invoice-block .bill-field .form-group,
    .wrapper-mainCart .order-invoice-block .bill-field .form-group:nth-child(4) {
        width: 100%; }
    .wrapper-mainCart .collectionCart-detail {
        margin: 0; } }

.modal.mdlcart-product-edit .mdlcart-detail__header {
    padding: 12px 20px; }
.modal.mdlcart-product-edit .mdlcart-detail__header .block-thumb {
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px; }
.modal.mdlcart-product-edit .mdlcart-detail__header .block-thumb img {
    border: 1px solid #f1f1f1;
    border-radius: 10px; }
.modal.mdlcart-product-edit .mdlcart-detail__header .block-title {
    padding-left: 20px;
    text-align: left;
    margin: 0;
    padding-right: 35px;
    -ms-flex: 0 0 calc(100% - 70px);
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px); }
.modal.mdlcart-product-edit .mdlcart-detail__header .block-title h3 {
    margin: 5px 0 5px;
    font-size: 16px; }
.modal.mdlcart-product-edit .mdlcart-detail__header .block-title .mdcart-price {
    margin: 10px 0 2px;
    padding: 0;
    border: 0; }
.modal.mdlcart-product-edit .mdlcart-detail__header .block-title .mdcart-price span {
    color: #db1a2a;
    margin-right: 6px;
    font-size: 16px; }
.modal.mdlcart-product-edit .mdlcart-detail__header .block-title .mdcart-price del {
    color: #7c7d7d;
    padding: 0;
    font-size: 13px;
    margin-right: 6px; }
.modal.mdlcart-product-edit .mdlcart-detail__header .block-title .mdcart-price .pro-percent {
    display: inline-block;
    font-size: 11px;
    padding: 1px 5px;
    background: #db1a2a;
    border-radius: 4px;
    color: #ffffff; }
.modal.mdlcart-product-edit .mdlcart-detail__header .block-title .mdcart-variant {
    font-size: 12px;
    color: #777;
    font-weight: 500;
    margin: 0; }
.modal.mdlcart-product-edit .mdlcart-detail__header .btn-close-modal {
    padding: 0;
    margin: 0;
    opacity: 1;
    width: 32px;
    height: 32px;
    background: #e5e5e5;
    border: 0;
    border-radius: 50%;
    position: absolute;
    right: 8px;
    top: 8px;
    outline: none;
    text-align: center; }
.modal.mdlcart-product-edit .mdlcart-detail__header .btn-close-modal svg {
    opacity: 0.8;
    height: 100%;
    width: 15px;
    stroke: #212121;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.8);
    -webkit-transition: -webkit-transform .25s, opacity .25s;
    -moz-transition: -moz-transform .25s, opacity .25s;
    transition: transform .25s, opacity .25s; }
.modal.mdlcart-product-edit .mdlcart-detail__header .btn-close-modal:hover svg {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1); }

.modal.mdlcart-product-edit .mdlcart-detail__body {
    padding: 25px 25px 30px;
    border-radius: 0;
    border: 0; }
.modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-variants {
    padding: 0;
    min-height: 90px; }
.modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-variants .select {
    display: none;
    visibility: hidden; }
.modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-variants .select-swatch .swatch:first-child {
    margin-top: 0; }
.modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-variants .select-swatch .swatch .title-swap {
    min-width: auto;
    flex: 0 0 auto;
    width: 110px; }
.modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-variants .select-swatch .swatch .select-swap {
    flex: 0 0 auto;
    width: calc(100% - 110px);
    padding-left: 10px; }
.modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-linkdetail {
    margin: 25px 0 0; }
.modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-linkdetail a {
    padding-bottom: 1px;
    text-decoration: none;
    letter-spacing: -0.43px;
    font-size: 15px;
    color: var(--shop-color-text);
    background-image: linear-gradient(to right, var(--shop-color-text) 0%, var(--shop-color-text) 100%);
    background-size: 100% 1px;
    background-position: 0px 90%;
    background-repeat: no-repeat;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s; }
.modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-linkdetail a svg {
    width: 10px; }
.modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-linkdetail a:hover {
    background-size: 0px 1px;
    text-decoration: none; }

.modal.mdlcart-product-edit .mdlcart-detail__footer {
    padding: 12px 25px;
    margin: 0;
    background: #ffffff;
    margin: 0;
    border-top: 1px solid var(--shop-color-border); }
.modal.mdlcart-product-edit .mdlcart-detail__footer .mdlcart-product-actions {
    width: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center; }
.modal.mdlcart-product-edit .mdlcart-detail__footer .mdcart-actions {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
.modal.mdlcart-product-edit .mdlcart-detail__footer .mdcart-actions .button {
    border-radius: 4px;
    padding: 10px 10px;
    margin: 0;
    width: 100%; }
.modal.mdlcart-product-edit .mdlcart-detail__footer .mdcart-actions .button.disabled {
    pointer-events: none;
    opacity: 0.6;
    border-color: #151515; }
.modal.mdlcart-product-edit .mdlcart-detail__footer .mdcart-actions .button.disabled:before {
    background-color: #151515; }
.modal.mdlcart-product-edit .mdlcart-detail__footer .mdcart-quantity {
    padding-right: 20px; }
.modal.mdlcart-product-edit .mdlcart-detail__footer .mdcart-quantity--label {
    margin: 0 0 2px;
    display: none;
    text-align: left;
    font-size: 12px; }
.modal.mdlcart-product-edit .mdlcart-detail__footer .mdcart-quantity--box {
    display: -ms-flexbox;
    display: flex; }
.modal.mdlcart-product-edit .mdlcart-detail__footer .mdcart-quantity--box .qty-btn {
    background: #f3f4f4;
    border: 1px solid #f3f4f4;
    font-weight: 600;
    font-size: 16px;
    height: 38px;
    width: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
.modal.mdlcart-product-edit .mdlcart-detail__footer .mdcart-quantity--box .qty-btn svg {
    display: block;
    width: 10px;
    height: 100%;
    margin: 0 auto;
    fill: #333; }
.modal.mdlcart-product-edit .mdlcart-detail__footer .mdcart-quantity--box .qty-value {
    background: #fff;
    font-weight: 600;
    height: 38px;
    width: 60px;
    line-height: 36px;
    padding: 0;
    text-align: center;
    border: 1px solid #f3f4f4;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }

@media (min-width: 768px) {
    .modal.mdlcart-product-edit .modal-dialog {
        max-width: 520px; }
    .modal.mdlcart-product-edit .modal-body::-webkit-scrollbar {
        width: 5px;
        height: 30px; }
    .modal.mdlcart-product-edit .modal-body::-webkit-scrollbar-track {
        background: #e1e3e4;
        -webkit-border-radius: 4px;
        border-radius: 4px; }
    .modal.mdlcart-product-edit .modal-body::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
    .modal.mdlcart-product-edit .modal-body::-webkit-scrollbar-thumb:window-inactive {
        background: #e1e3e4; }
    .modal.mdlcart-product-edit .modal-body::-webkit-scrollbar-thumb:hover {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4); } }

@media (max-width: 767px) {
    .modal.mdlcart-product-edit {
        overflow: initial; }
    .modal.mdlcart-product-edit .modal-dialog {
        margin: 0 auto;
        max-width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        min-height: auto;
        max-height: calc(100% - 100px);
        background: #ffffff;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        transition: transform 0.3s ease;
        border-radius: 16px 16px 0 0;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 18px;
        background-clip: padding-box; }
    .modal.mdlcart-product-edit .modal-dialog:before {
        display: none; }
    .modal.mdlcart-product-edit .modal-content {
        border-radius: 16px 16px 0 0;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column; }
    .modal.mdlcart-product-edit.modal-height .modal-dialog {
        max-height: calc(100% - 100px);
        justify-content: flex-end;
        justify-content: flex-end; }
    .modal.mdlcart-product-edit.fade:not(.show) {
        transition-delay: 0.15s; }
    .modal.mdlcart-product-edit.fade.show {
        transition-delay: 0s; }
    .modal.mdlcart-product-edit.fade.show .modal-dialog {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s; }
    .modal.mdlcart-product-edit .mdlcart-detail__header {
        padding: 12px 15px; }
    .modal.mdlcart-product-edit .mdlcart-detail__header .block-title {
        padding-left: 15px; }
    .modal.mdlcart-product-edit .mdlcart-detail__body {
        padding: 20px 15px 25px; }
    .modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-variants .select-swatch .swatch {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-variants .select-swatch .swatch .title-swap,
    .modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-variants .select-swatch .swatch .select-swap {
        flex: 0 0 auto;
        width: 100%; }
    .modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-variants .select-swatch .swatch .select-swap {
        padding-left: 2px;
        margin-top: 2px; }
    .modal.mdlcart-product-edit .mdlcart-detail__body .mdcart-variants .select-swatch .swatch .title-swap strong {
        display: inline-block; }
    .modal.mdlcart-product-edit .mdlcart-detail__footer {
        padding: 12px;
        margin: 0; }
    .modal.mdlcart-product-edit .mdlcart-detail__footer .mdcart-quantity {
        padding-right: 10px; } }

.swal-modal {
    padding: 20px 15px 15px;
    margin-bottom: 50px;
    background: #ffffff;
    color: var(--shop-color-text); }
.swal-modal .swal-button-container {
    margin: 7px; }
.swal-modal .swal-button {
    box-shadow: none; }
.swal-modal .swal-title {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    color: var(--shop-color-title);
    padding: 10px 0; }
.swal-modal .swal-text {
    display: block;
    text-align: center;
    font-size: 14px;
    color: var(--shop-color-text);
    font-weight: 400;
    padding: 0;
    margin: 0;
    max-width: 100%; }
.swal-modal .swal-content {
    font-size: 15px; }
.swal-modal .swal-footer {
    text-align: center;
    padding: 8px 0px; }
.swal-modal .swal-footer .swal-button {
    position: relative;
    display: inline-block;
    min-width: 110px;
    padding: 10px 25px;
    line-height: normal;
    color: #000;
    border: 1px solid #000;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    background-color: transparent;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
    overflow: hidden;
    box-shadow: none; }
.swal-modal .swal-footer .swal-button.swal-button--cancel {
    border: 1px solid #000;
    background-color: #000;
    color: #fff; }
.swal-modal .swal-footer .swal-button.swal-button--confirm {
    border: 1px solid #ec0b0b;
    background-color: #ec0b0b;
    color: #fff; }
.swal-modal.swal-cart-remove .swal-button--confirm {
    background: var(--shop-color-button);
    color: #ffffff; }
.swal-modal.swal-cart-remove .swal-button, .swal-modal.swal-cart-checkInvoice .swal-button {
    width: 100px; }
.swal-modal.swal-cart-checkInvoice .swal-button--cancel {
    background: #333333;
    color: #ffffff; }
.swal-modal.swal-cart-checkInvoice .swal-button--confirm {
    background: red;
    color: #ffffff; }
.swal-modal.swal-alert-km, .swal-modal.swal-alert-km-qv {
    width: 380px;
    padding-left: 20px;
    padding-right: 20px; }
.swal-modal.swal-alert-km .swal-content, .swal-modal.swal-alert-km-qv .swal-content {
    margin-top: 10px;
    padding: 0 0px; }
.swal-modal.swal-alert-km .swal-footer, .swal-modal.swal-alert-km-qv .swal-footer {
    text-align: center;
    padding: 8px 0px; }
.swal-modal.swal-alert-km .swal-footer .swal-button-container, .swal-modal.swal-alert-km-qv .swal-footer .swal-button-container {
    display: block;
    margin: 0; }
.swal-modal.swal-alert-km .swal-footer .swal-button-container + .swal-button-container, .swal-modal.swal-alert-km-qv .swal-footer .swal-button-container + .swal-button-container {
    margin-top: 10px; }
.swal-modal.swal-alert-km .swal-footer .swal-button, .swal-modal.swal-alert-km-qv .swal-footer .swal-button {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 150px; }
.swal-modal.swal-alert-km .swal-footer .swal-button.swal-button--cancel, .swal-modal.swal-alert-km-qv .swal-footer .swal-button.swal-button--cancel {
    border: 1px solid #dfdfdf;
    background-color: #dfdfdf;
    color: #000000; }
.swal-modal.swal-alert-km .swal-footer .swal-button.swal-button--confirm, .swal-modal.swal-alert-km-qv .swal-footer .swal-button.swal-button--confirm {
    border: 1px solid var(--shop-color-button);
    background-color: var(--shop-color-button);
    color: #fff; }
.swal-modal.copy-success {
    max-width: 250px; }
@media (max-width: 767px) {
    .swal-modal.swal-alert-km-qv .swal-button-container, .swal-modal.swal-alert-km .swal-button-container {
        display: block; }
    .swal-modal.swal-alert-km-qv .swal-button, .swal-modal.swal-alert-km .swal-button {
        width: 100%; } }

/*===== BLOGS +++ ARTICLE  =================================*/
/* Blog */
.layout-blogs .breadcrumb-shop,
.layout-article .breadcrumb-shop {
    margin-bottom: 0; }

.boxBlog-left {
    padding-right: 30px; }

.boxBlog-right {
    padding-left: 0; }

.heading-page {
    margin-bottom: 20px; }

.heading-page h1 {
    font-size: 28px;
    margin: 0; }

.list-article-content {
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; }

/* Article Loop */
.article-loop {
    margin-bottom: 30px; }
.article-loop .article-inner {
    background: #fff;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08); }
.article-loop .article-image {
    position: relative;
    overflow: hidden; }
.article-loop .article-image img {
    transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.article-loop .article-detail {
    padding: 15px 20px; }
.article-loop .article-title .post-title {
    font-size: 20px; }
.article-loop .article-detail .entry-content {
    font-size: 16px;
    margin-bottom: 8px; }
.article-loop .article-post-meta {
    font-size: 13px;
    color: #74839f;
    margin: 0 0 5px; }
.article-loop .article-post-meta a {
    color: #757575; }
.article-loop .article-post-meta a:hover {
    color: var(--shop-color-hover); }
.article-loop .article-post-meta span {
    position: relative; }
.article-loop .article-post-meta span + span:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: -1px 10px 0;
    border-radius: 100%;
    background-color: #74839f;
    opacity: 0.4;
    vertical-align: middle; }
@media (max-width: 991px) {
    .article-loop .article-post-meta {
        font-size: 10px; }
    .article-loop .article-post-meta span + span:before {
        margin: 0 2px; }
    .article-loop .article-post-meta span.comment:before {
        margin-right: 5px; } }
@media (min-width: 1200px) {
    .article-loop .article-inner:hover .article-image img {
        transform: scale(1.07);
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        -o-transform: scale(1.07);
        -moz-transform: scale(1.07);
        opacity: 0.8; } }

/*======  STORES =========*/
.layout-pageStores .wrapbox-content {
    background: #fff;
    padding: 25px 0px;
    border-radius: 4px; }

.layout-pageStores .heading-pageDetail h1 {
    font-size: 30px; }

.layout-pageStores .wrapbox-info {
    background: #fff;
    padding: 25px 20px 0;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08); }
.layout-pageStores .wrapbox-info h2 {
    font-size: 22px;
    margin-bottom: 10px; }

.layout-pageStores .box-filter label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px; }

.layout-pageStores .box-filter select {
    padding: 0px 15px;
    padding-right: 25px;
    cursor: pointer;
    outline: none;
    text-overflow: ellipsis;
    border-radius: 4px;
    height: 40px;
    line-height: 38px;
    background: #ffffff;
    border: 1px solid var(--shop-color-border);
    font-size: 15px;
    width: 100%;
    color: #000;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }

.layout-pageStores .box-filter .field-select {
    position: relative; }

.layout-pageStores .box-filter .field-select:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 12px;
    border: solid #666666;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }

.layout-pageStores .box-filter .select-item {
    margin-bottom: 16px; }

.layout-pageStores .box-content h3 {
    font-size: 16px;
    margin-bottom: 5px; }

.layout-pageStores .box-content .store-item {
    padding-left: 30px;
    margin-bottom: 25px;
    position: relative; }

.layout-pageStores .box-content .store-item > [class^="store--"] {
    margin-bottom: 5px; }

.layout-pageStores .box-content .store-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 368.666 368.666' style='enable-background:new 0 0 368.666 368.666;' xml:space='preserve'%3E%3Cg id='XMLID_2_'%3E%3Cg%3E%3Cg%3E%3Cpath d='M184.333,0C102.01,0,35.036,66.974,35.036,149.297c0,33.969,11.132,65.96,32.193,92.515 c27.27,34.383,106.572,116.021,109.934,119.479l7.169,7.375l7.17-7.374c3.364-3.46,82.69-85.116,109.964-119.51 c21.042-26.534,32.164-58.514,32.164-92.485C333.63,66.974,266.656,0,184.333,0z M285.795,229.355 c-21.956,27.687-80.92,89.278-101.462,110.581c-20.54-21.302-79.483-82.875-101.434-110.552 c-18.228-22.984-27.863-50.677-27.863-80.087C55.036,78.002,113.038,20,184.333,20c71.294,0,129.297,58.002,129.296,129.297 C313.629,178.709,304.004,206.393,285.795,229.355z'%3E%3C/path%3E%3Cpath d='M184.333,59.265c-48.73,0-88.374,39.644-88.374,88.374c0,48.73,39.645,88.374,88.374,88.374s88.374-39.645,88.374-88.374 S233.063,59.265,184.333,59.265z M184.333,216.013c-37.702,0-68.374-30.673-68.374-68.374c0-37.702,30.673-68.374,68.374-68.374 s68.373,30.673,68.374,68.374C252.707,185.341,222.035,216.013,184.333,216.013z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.layout-pageStores .box-content .store-item .store--address {
    font-weight: 500; }

.layout-pageStores .box-content .store-item .store--time span, .layout-pageStores .box-content .store-item .store--hotline span {
    font-weight: 600; }

.layout-pageStores .box-content .store-item .store--link {
    text-decoration: underline;
    color: #1a73e8; }

.layout-pageStores .boxscroll {
    overflow-y: scroll;
    max-height: 330px;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    margin-right: -20px;
    padding-right: 20px;
    padding-top: 12px; }
.layout-pageStores .boxscroll::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
.layout-pageStores .boxscroll::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px; }
.layout-pageStores .boxscroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
.layout-pageStores .boxscroll::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; }

@media (min-width: 992px) {
    .layout-pageStores .boxscroll {
        min-height: 330px; }
    .layout-pageStores .box-map {
        height: 100%; }
    .layout-pageStores .box-map iframe {
        width: 100%;
        height: 100%;
        border-radius: 4px; } }

@media (max-width: 991px) {
    .layout-pageStores .wrapbox-content {
        padding: 15px; }
    .layout-pageStores .heading-pageDetail h1 {
        font-size: 26px; }
    .layout-pageStores .wrapbox-info {
        margin-bottom: 15px;
        padding: 25px 20px; }
    .layout-pageStores .box-map {
        height: 100%; }
    .layout-pageStores .box-map iframe {
        width: 100%;
        border-radius: 4px; } }
arrow