@charset "utf-8";

/* ---------- template-item-mobile ---------- */
.template-item-mobile {
    margin-bottom: 15px;
}

.template-item-mobile h5.title {
    margin-bottom: 8px;
    color: #333333;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
}

.template-item-mobile .panel {
    margin-bottom: 0;
}

.template-item-mobile .panel-body {
    padding: 0;
}

.template-item-mobile .product-list li {
    flex-shrink: 0;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    background-color: #ffffff;
}

.template-item-mobile .product-list li .product-image {
    display: block;
    width: 88px;
    height: 88px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    background-color: #ffffff;
}

.template-item-mobile .product-list li .product-image img {
    max-height: 100%;
}

.template-item-mobile .product-list h5 {
    line-height: 1;
    margin-bottom: 10px;
    font-weight: normal;
    color: #333333;
}

.template-item-mobile .product-list h6 {
    line-height: 1;
    margin-bottom: 10px;
    font-weight: normal;
    color: #999999;
}

.template-item-mobile .product-list strong {
    display: block;
    line-height: 1;
    color: var(--theme-color-1000);
    font-weight: normal;
}

.template-item-mobile.item-1 .panel {
    margin-bottom: 0;
    border-radius: 5px;
    overflow: hidden;
    border: none !important;
    background-color: #f19b48;
}

.template-item-mobile.item-1 .panel .panel-heading {
    border-bottom: none;
    background-color: #f3b069;
}

.template-item-mobile.item-1 .panel .panel-heading .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    color: #ffffff;
    text-align: left;
}

.template-item-mobile.item-1 .panel .panel-heading .title a {
    display: inline-block;
    padding: 1px 3px;
    color: #f19b48;
    font-size: 12px;
    font-weight: bold;
    border-radius: 20px;
    border: 3px solid rgba(241, 155, 72, 0.2);
    background-color: #fef7e6;
}

.template-item-mobile.item-1 .panel .panel-body {
    padding: 10px;
}

.template-item-mobile.item-1 .product-list {
    display: flex;
}

.template-item-mobile.item-1 .product-list li {
    display: flex;
    flex-direction: column;
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    padding: 5px;
    text-align: center;
    border: 4px solid #fcddc5;
    border-radius: 4px;
    background-color: #ffffff;
}

.template-item-mobile.item-1 .product-list li:last-child {
    margin-right: 0;
}

.template-item-mobile.item-1 .product-list li .product-image {
    height: 60px;
}

.template-item-mobile.item-1 .product-list li strong {
    max-width: 100%;
    padding: 2px 5px;
    font-weight: normal;
    color: #ffffff;
    border-radius: 20px;
    background-color: var(--theme-color-1000);
    background: -webkit-linear-gradient(55deg, var(--theme-color-1000), var(--theme-color-700));
    background: -moz-linear-gradient(55deg, var(--theme-color-1000), var(--theme-color-700));
    background: linear-gradient(55deg, var(--theme-color-1000), var(--theme-color-700));
}

.template-item-mobile.item-2 .ad-list {
    display: flex;
    flex-flow: wrap;
}

.template-item-mobile.item-2 .ad-list li {
    width: calc((100% - 5px) / 2);
    margin-top: 5px;
    margin-right: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.template-item-mobile.item-2 .ad-list li:nth-child(-n+2) {
    margin-top: 0;
}

.template-item-mobile.item-2 .ad-list li:nth-child(2n) {
    margin-right: 0;
}

.template-item-mobile.item-3 .ad-list li:not(:last-child) {
    margin-bottom: 10px;
}

.template-item-mobile.item-4 .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.template-item-mobile.item-4 .panel {
    overflow: hidden;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    background-color: #ffffff;
    background: -webkit-linear-gradient(180deg, #ffebec, #ffffff);
    background: -moz-linear-gradient(180deg, #ffebec, #ffffff);
    background: linear-gradient(180deg, #ffebec, #ffffff);
}

.template-item-mobile.item-4 .panel .panel-heading {
    padding: 0;
    border: none;
}

.template-item-mobile.item-4 .panel .panel-heading .title {
    padding: 10px;
    margin-bottom: 0;
    text-align: left;
    color: var(--theme-color-1000);
}

    .template-item-mobile.item-4 .panel .panel-heading .title strong {
        display: inline-block;
        width: 79px;
        height: 16px;
        line-height: 16px;
        padding-left: 11px;
        color: #ffffff;
        font-size: 11px;
        font-weight: normal;
        background-image: url("/Areas/Mobile/Templates/Default/Images/Index/shop/template-background-4-mobile.png");
        background-size: 100% 100%;
    }

.template-item-mobile.item-4 .panel .panel-body {
    padding-top: 0;
}

.template-item-mobile.item-4 .product-list {
    display: flex;
    text-align: center;
}

.template-item-mobile.item-4 .product-list li {
    width: 129px;
    flex-shrink: 0;
    background-color: transparent;
}

.template-item-mobile.item-4 .product-list .product-image {
    overflow: hidden;
    border-radius: 6px;
}

.template-item-mobile.item-4 .product-list strong {
    font-weight: normal;
    color: var(--theme-color-1000);
}

.template-item-mobile.item-5 .panel {
    border: none;
    border-radius: 5px;
    overflow: hidden;
}

.template-item-mobile.item-5 .panel .panel-heading {
    padding: 0;
    border: none;
}

    .template-item-mobile.item-5 .panel .panel-heading .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        margin-bottom: 0;
        text-align: left;
        color: var(--theme-color-1000);
        background: url("/Areas/Mobile/Templates/Default/Images/Index/shop/template-background-5-mobile.png") no-repeat;
        background-size: 100% 100%;
    }

.template-item-mobile.item-5 .panel .panel-heading .title.hidden-element {
    display: none;
}

.template-item-mobile.item-5 .panel .panel-heading .title strong {
    font-size: 12px;
    font-weight: normal;
}

.template-item-mobile.item-5 .panel .product-list li {
    width: 98px;
    padding: 10px 10px 10px 0;
}

.template-item-mobile.item-6 .nav {
    width: 100%;
    margin-bottom: 10px;
    white-space: nowrap;
    border: none;
    overflow: hidden;
    overflow-x: auto;
    background-color: #ffffff;
    -webkit-overflow-scrolling: touch;
}

.shop .template-item-mobile.item-6 .nav::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.template-item-mobile.item-6 .nav li {
    display: inline-block;
    float: none;
}

.template-item-mobile.item-6 .nav li a {
    margin-right: 0;
    font-size: 0.875rem;
    text-align: center;
    border: none;
    white-space: nowrap;
    background-color: #ffffff;
}

.template-item-mobile.item-6 .nav li.active a {
    color: var(--theme-color-1000);
}

.template-item-mobile.item-6 .product-list {
    display: flex;
    flex-wrap: wrap;
}

.template-item-mobile.item-6 .product-list li,
.template-item-mobile.item-9 .product-list li {
    width: calc((100% - 10px) / 2);
    margin-top: 10px;
    margin-right: 10px;
}

.template-item-mobile.item-7 .product-list li {
    width: calc(100% / 3);
}

.template-item-mobile.item-6 .product-list li:nth-child(-n+2),
.template-item-mobile.item-9 .product-list li:nth-child(-n+2) {
    margin-top: 0;
}

.template-item-mobile.item-6 .product-list li:nth-child(2n),
.template-item-mobile.item-9 .product-list li:nth-child(2n) {
    margin-right: 0;
}

.template-item-mobile.item-6 .product-list li .product-image {
    width: 100px;
    height: 100px;
}

.template-item-mobile.item-6 .product-list li .product-image img {
    transition: opacity 0.3s;
}

.template-item-mobile.item-6 .product-list li:hover .product-image img {
    opacity: 0.8;
}

.template-item-mobile.item-7 .brand-item {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
}

.template-item-mobile.item-7 .brand-item:last-child {
    margin-bottom: 0;
}

.template-item-mobile.item-7 .store-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.template-item-mobile.item-7 .brand-item:nth-child(4n+1) {
    background: url("../images/store-14.jpg") no-repeat;
}

.template-item-mobile.item-7 .brand-item:nth-child(4n+2) {
    background: url("../images/store-15.jpg") no-repeat;
}

.template-item-mobile.item-7 .brand-item:nth-child(4n+3) {
    background: url("../images/store-16.jpg") no-repeat;
}

.template-item-mobile.item-7 .brand-item:nth-child(4n+4) {
    background: url("../images/store-17.jpg") no-repeat;
}

.template-item-mobile.item-7 .store-wrapper .store {
    display: flex;
    align-items: center;
}

.template-item-mobile.item-7 .store-wrapper .store .store-logo {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ffffff;
}

.template-item-mobile.item-7 .store-wrapper .store-logo img {
    max-width: 100%;
    max-height: 100%;
}

.template-item-mobile.item-7 .store-wrapper span {
    color: #ffffff;
}

.template-item-mobile.item-7 .product-list {
    display: flex;
    flex-wrap: wrap;
    border-radius: 6px;
    overflow: hidden;
    background-color: #ffffff;
}

.template-item-mobile.item-8 .product-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.template-item-mobile.item-8 .product-list li:last-child {
    margin-bottom: 0;
}

.template-item-mobile.item-8 .product-list li .product-image {
    width: 100px;
    height: 100px;
    margin-bottom: 0;
}

.template-item-mobile.item-8 .product-list li .product-content {
    width: calc(100% - 100px);
    padding-left: 10px;
    text-align: left;
}

.template-item-mobile.item-9 .product-list {
    display: flex;
    flex-wrap: wrap;
}

.template-item-mobile.item-10 {
    position: relative;
    background-color: transparent;
}

.template-item-mobile.item-10 .swiper-container {
    border-radius: 10px;
}

.template-item-mobile.item-10 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.template-item-mobile.item-11 .ad-list li:not(:last-child) {
    margin-bottom: 10px;
}
