﻿@charset "UTF-8";

/*  ===== 斷點變數 ===== */

/*  ===== 往上適應 ===== */

/*  ===== 往下適應 ===== */

/*  ===== 範圍內適應 ===== */

/*  ===== 基本漸層背景設定 ===== */

/*  ===== 以 em 計算font-size, letter-spacing(RWD時方便使用) ===== */

/*  ===== 文字置中時的 letter spacing 偏移修正 ===== */

/*  ===== letter spacing 偏移重設 ===== */

/*  ===== firefox font weight bold 統一設定為 normal (firefox在小字為粗體的時候會過粗) ===== */

/*  ===== a連結清除預設值 ===== */

/*  ===== 字體設定（全域/英文/中文) ===== */

/*  ===== 排版相關 ===== */

/*  ===== 超過文字省略為...(可設定行數) ===== */

/*  ===== 捲軸樣式設定 ===== */

header {
    z-index: 999;
}

.tag div {
    max-width: 32px;
    max-height: 32px;
}

/*20210708調整
------------------------------------*/
.index:not(.exclude)[data-page^="product"] .index-main .catalogue .menu-back,
.index:not(.exclude)[data-page^="product"] .index-main .catalogue .menu-back-2,
.index:not(.exclude)[data-page^="product"] .index-main .catalogue .menu-back-3 {
    top: 0;
}

.container.store_2 {
    position: relative;
    z-index: 1;
}

.container.store_1 .d-sm-block,
.container.store_2 .d-sm-block,
.container.store_3 .d-sm-block,
.container.store_4 .d-sm-block,
.container.store_5 .d-sm-block {
    display: none !important;
}

.index .index-main .catalogue.type2-shop .main-menu {
    margin-top: 10px;
    margin-bottom: 10px;
}

.index .index-main .catalogue.type3-shop .main-menu {
    margin-top: 15px;
    margin-bottom: 10px;
}

.index .index-main .catalogue.type3-shop .main-menu ul li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.index .index-main .catalogue.type3-shop .main-menu .inner {
    background-color: #f4f4f4;
}

.index .index-main .catalogue.type4-shop .main-menu {
    margin-top: 15px;
    margin-bottom: 10px;
}

.index .index-main .catalogue.type4-shop .main-menu .inner {
    background-color: #fff;
}

.index .index-main .catalogue.type4-shop .main-menu ul li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.index .index-main .catalogue.type5-shop {
    border: 1px solid #e8e8e8;
}

.index .index-main .catalogue.type5-shop .main-menu {
    margin-top: 15px;
    margin-bottom: 10px;
}

.index .index-main .catalogue.type5-shop .main-menu .inner {
    background-color: #fff;
}

.index .index-main .catalogue.type5-shop .main-menu ul li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.index[data-page=product-content] .index-main .product-content-left .catalogue .main-menu>ul,
.index[data-page=product-shop-main] .index-main .product-content-left .catalogue .main-menu>ul {
    width: 100%;
}

.index[data-page=product-content] .index-main .product-content-left .catalogue .main-menu>ul .inner li,
.index[data-page=product-shop-main] .index-main .product-content-left .catalogue .main-menu>ul .inner li {
    width: 100%;
}

.recommend-swiper-container {
    width: 100%;
}

/*20210708調整 end
------------------------------------*/
.store-nav-list {
    width: 100%;
}

.store_nav-2 {
    margin: 0;
    padding: 0;
}

.store_nav-2 li {
    display: inline-block;
    width: calc(100% / 6 - 4px);
    text-align: center;
}

.store_nav-2 li a {
    color: #333;
}

.store_nav-2 li {
    position: relative;
}

.store_nav-2 li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 26px;
    background-color: #333;
}

.store_nav-2 li:last-child a::after {
    display: none;
}

.guide-navigation .store_nav-2 li a i {
    font-size: 1.5em;
    vertical-align: text-bottom;
}

.header_banner img {
    border-radius: 10px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 1.00);*/
}

.navtype-2 {
    margin: 5px 0;
    border-radius: 10px;
}

.store_banner img {
    border-radius: 10px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 1.00);*/
}

.shop-information.store_2 {
    border-radius: 18px;
}

.store_2 .shop-logo {
    border: 1px solid #ccc;
    border-radius: 27px;
    margin: 20px;
}

.store_2 .index-main .shop-information .shop-name {
    font-size: 1.6em;
}

.store-information.store_2 {
    background-color: #fff;
    border-radius: 18px;
    padding: 30px 15px 30px;
    -webkit-box-shadow: 0 -3px 5px 0 rgb(240 225 217 / 50%);
    box-shadow: 0 -3px 5px 0 rgb(240 225 217 / 50%);
}

.store_2 .shop-logo img {
    border-radius: 27px;
}

.store-information.store_2 .shop-name a {
    letter-spacing: 0.06667em;
    text-indent: 0.06667em;
    color: #3e2424;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 400;
}

.add_btn {
    margin: 14px 0;
    padding: 0;
    list-style: none;
}

.add_btn li {
    padding: 10px;
    margin: 8px 0;
    background: #f5f4ef;
    text-align: center;
    border-radius: 8px;
}

.add_btn li a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.shop_cont strong a {
    font-size: 1.6em;
}

.shop_cont .shop-name {
    display: flex;
    justify-content: center;
    align-items: center;
}

.evaluation_list {
    text-align: center;
    margin: 10px 0;
    width: 100%;
}

.evaluation_list .star {
    display: block;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.star img {
    max-width: 24px;
}

.content-search.store_2 input {
    border-radius: 10px;
    border: 0px;
}

.content-search.store_2 button {
    border-radius: 5px;
    background-color: #ffab00;
}

.product-title {
    width: 100%;
    padding: 10px 20px;
    background: #efaf2e;
    display: block;
    font-size: 1.2em;
    color: #fff;
    font-weight: 400;
    letter-spacing: 4px;
    border-radius: 15px 15px 0 0;
}

.row.product-list {
    background: #fff;
    margin: 0 !important;
    padding: 30px 10px;
    border-radius: 0 0 15px 15px;
}

.product-cont {
    -webkit-box-shadow: 0 -3px 5px 0 rgb(240 225 217 / 50%);
    box-shadow: 0 -3px 5px 0 rgb(240 225 217 / 50%);
    margin: 0 0 30px 0;
}

.product-content._main-setting {
    margin-top: 0 !important;
}

nav.guide-navigation.store_2 {
    margin: 10px 0;
    border-radius: 4px;
    height: auto;
}

.guide-navigation.store_2 .swiper-slide {
    padding: 12px 0;
}

.guide-navigation.store_2 .nav-swiper-wrap .swiper-slide a::after {
    height: 48px;
}

nav.breadcrumb_cont {
    margin: 14px 0 0;
}

.breadcrumb_cont .breadcrumb a {
    color: #333;
}

.breadcrumb_cont .breadcrumb li {
    color: #da6500;
}

.product-cont {
    display: block !important;
    overflow: hidden;
}

.product-title.type-2 {
    background: #fb6262;
}

.index[data-page="product-shop-main"] .product-main .product-content._main-setting .row>div .one-product .product-img {
    width: auto;
    height: auto;
}

.product-title.type-3 {
    background: #A2D762;
}

.row.product-list.type-2 {
    padding: 0 10px;
}

.row.product-list.type-2>div {
    margin: 0 !important;
    padding: 30px 0;
}

.one-product.product_2 {
    text-align: center;
    margin: 0 auto;
}

.product_info {
    padding: 10px;
}

.product_info a,
.product_info_2 a {
    color: #3e2424;
    font-weight: 500;
}

.product_info .price,
.product_info_2 .price {
    color: #d93b3b;
    margin-right: 5px;
    font-weight: bold;
    font-size: 1.5em;
    display: inline-block;
    letter-spacing: 0;
}

.product_info .price-sm,
.product_info_2 .price-sm {
    color: #3e2424;
    text-decoration: line-through;
    opacity: .5;
    position: relative;
    top: -3px;
    white-space: nowrap;
}

.right_product {
    display: block !important;
    width: 50%;
    border-left: 1px solid #CCC;
    margin: 0 !important;
    padding: 0px 20px !important;
}

.product_list {
    width: 100%;
    position: relative;
    margin: 28px 0;
}

.product_list .one-product.out-of-stock,
.product_list .one-product {
    display: inline-block;
    width: 40%;
}

.product_info_2 {
    display: inline-block;
    vertical-align: top;
    transform: translate(0%, -50%);
    position: absolute;
    top: 50%;
    padding: 15px;
}

/*-------------版型3------------*/
nav.guide-navigation.store_3 {
    margin: 10px 0;
    border-radius: 4px;
    height: auto;
    background-color: rgb(116 183 52 / 80%);
}

.guide-navigation.store_3 .swiper-slide {
    padding: 12px 0;
}

.guide-navigation.store_3 .swiper-slide a {
    color: #fff;
}

.guide-navigation.store_3 .nav-swiper-wrap .swiper-slide a::after {
    height: 48px;
    background: #fff;
}

.guide-navigation.store_3 .nav-swiper-wrap .swiper-slide i.active {
    color: #ffeb01;
}

.guide-navigation.store_3 .nav-swiper-wrap .swiper-slide a:hover {
    color: #ffeb01;
}

.product-content._main-setting.store-3 {
    margin-top: 0px !important;
}

.navtype-3 {
    margin: 0px 0;
    border-radius: 3px;
}

/* body.index.shop-apge.type-3 {
    background-image: url(../images/p0428_s.png) !important;
} */
.breadcrumb_cont.store_3 .breadcrumb li {
    color: #4c9a00;
}

body.index.shop-apge.type-3 {
    background-image: none;
    background: #f7f7f7;
}

.store_banner.type-3 {
    width: 1250px;
    height: 430px;
    display: block;
    margin: 0 auto;
    padding: 20px 0 0 0;
    overflow: hidden;
}

.store_banner.type-3 img {
    border-radius: 3px;
    box-shadow: none;
}

.store_3 .header_banner img {
    border-radius: 3px;
    box-shadow: none;
}

.type-3 .store_nav-2 li a {
    color: #fff;
}

.type-3 .store_nav-2 li {
    position: relative;
    padding: 15px;
}

.type-3 .store_nav-2 li a::after {
    height: 56px;
    background-color: #fff;
}

.store-information.store_3 {
    background-color: #e2e2e2c2;
    border-radius: 3px;
    padding: 30px 15px 30px;
    -webkit-box-shadow: 0 -3px 5px 0 rgb(240 225 217 / 50%);
    box-shadow: 0 -3px 5px 0 rgb(240 225 217 / 50%);
}

.index .index-main .catalogue.type3-shop {
    background: #ffffff8a;
    border-radius: 4px;
    -webkit-box-shadow: 0 -3px 5px 0 rgb(240 225 217 / 50%);
    box-shadow: 0 -3px 5px 0 rgb(240 225 217 / 50%);
}

.store_3 .shop-logo {
    margin: 20px;
}

.store-information.store_3 .shop-name a {
    letter-spacing: 0.06667em;
    text-indent: 0.06667em;
    color: #3e2424;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 400;
}

.store_3 .add_btn li {
    background: #ffffff;
    border-radius: 4px;
}

.content-search.store_3 {
    width: 100%;
}

.content-search.store_3 input {
    border-radius: 4px;
    border: 0;
}

.content-search.store_3 button {
    border-radius: 4px;
    background: #8ec35b;
}

.product-title.store-3-type {
    background: transparent;
    color: #333;
}

.product-cont.store-3 {
    box-shadow: none;
}

.product-cont.store-3 strong {
    position: relative;
}

.product-cont.store-3 strong::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 10px;
    height: 10px;
    background-color: #8ec35b;
}

.row.product-list.store-3-type {
    background: #e7e7e77a;
    border-radius: 6px;
}

.product_2_list {
    width: 100%;
}

.product_2_list .product_list {
    width: 45%;
    position: relative;
    margin: 28px 2.3%;
    display: inline-block;
}

.product_2_list .one-product,
.product_2_list .one-product.out-of-stock {
    display: inline-block;
    width: 40%;
}

/*-------------版型4------------*/
nav.guide-navigation.store_4 {
    margin: 0;
    border-radius: 0px;
}

.guide-navigation.store_4 .swiper-slide a {
    color: #333;
}

.guide-navigation.store_4 .nav-swiper-wrap .swiper-slide a::after {
    height: 48px;
    background: #ccc;
}

.guide-navigation.store_4 .nav-swiper-wrap .swiper-slide i.active {
    color: #f17001;
}

.breadcrumb_cont.store_4 .breadcrumb li {
    color: #f17001;
}

/* body.index.shop-apge.type-4 {
    background-image: url(../images/p0042_s.png) !important;
} */
.store_4_bg {
    background: linear-gradient(135deg, rgb(214 214 214 / 50%) 45%, rgb(103 103 103 / 50%) 100%) !important;
}

.store-information.store_4 {
    background-color: #ffffffc2;
    border-radius: 3px;
    padding: 30px 15px 30px;
    -webkit-box-shadow: 0 -3px 5px 0 rgb(240 225 217 / 50%);
    box-shadow: 0 -3px 5px 0 rgb(240 225 217 / 50%);
    border: 1px solid #e8e8e8;
}

.index .index-main .catalogue.type4-shop {
    background: #ffffff8a;
    border-radius: 4px;
    -webkit-box-shadow: 0 -3px 5px 0 rgb(240 225 217 / 50%);
    box-shadow: 0 -3px 5px 0 rgb(240 225 217 / 50%);
    border: 1px solid #e8e8e8;
}

.content-search.store_4 {
    margin: 20px 0;
}

.content-search.store_4 input {
    border-radius: 4px;
    border: 1px solid #e8e8e8;
}

.content-search.store_4 button {
    border-radius: 4px;
    background: #f17001;
}

.container.store_4 {
    background: #FFF;
    padding: 0;
}

.store_4 .header_banner img {
    border-radius: 0px;
    box-shadow: none;
}

.store_4 .store_nav-2 li a {
    color: #333;
}

.store_4 .store_nav-2 li a::after {
    height: 56px;
    background-color: #ccc;
}

.guide-navigation.navtype-4 {
    margin: 0;
    height: auto;
}

.navtype-4 .store_nav-2 li {
    padding: 10px;
}

.store_4 .store_banner {
    width: 100%;
}

.store_4 .store_banner img {
    border-radius: 0px;
    box-shadow: none;
}

.store_4 .index-main {
    margin: 0 20px;
}

.product-cont.store-4 {
    box-shadow: none;
}

.product-title.store-4 {
    background: transparent;
    color: #333;
}

.product-cont.store-4 strong {
    position: relative;
    padding: 10px 24px;
}

.product-cont.store-4 strong::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    width: 14px;
    height: 14px;
    background: linear-gradient(180deg, #ff5200 45%, rgb(0 255 149) 100%);
}

.row.product-list.store-4-type {
    padding: 20px;
    background: url(../images/store3-bg-2.jpg) repeat;
    border-radius: 6px;
}

.product_type {
    background: #fff;
    padding: 15px;
    border-radius: 7px;
    margin-bottom: 0 !important;
}

.col-xl-4.product_type {
    margin: 0 2% 0 0 !important;
    flex: 0 0 32%;
    max-width: 32%;
}

.row>div.product_type:nth-child(3n + 3) {
    margin: 0 0 0 0 !important;
}

/*-------------版型5------------*/
.store_5_bg {
    background-color: rgb(249 247 233 / 50%) !important;
}

.guide-navigation.store_5 {
    margin: 0 0;
    border-radius: 0px;
}

.guide-navigation.store_5 .nav-swiper-wrap {
    max-width: 1100px;
}

.guide-navigation.store_5 .nav-swiper-wrap .swiper-slide:last-child a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 26px;
    background-color: #f0e1d9;
}

.store-information.store_5 {
    background: #ffffffd1;
    padding: 10px 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0 -3px 5px 0 rgb(240 225 217 / 50%);
    box-shadow: 0 -3px 5px 0 rgb(240 225 217 / 50%);
    border: 1px solid #e8e8e8;
}

.index .index-main .catalogue.type5-shop {
    background: #ffffff8a;
    border-radius: 8px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border: 1px solid #e8e8e8;
}

.index[data-page="product-shop-main"] .product-main .ad-swiper-5 {
    margin-bottom: 20px;
    border: 0;
    border-radius: 8px;
    margin: 0px 0px 20px;
}

.product-main.store-5 {
    border-radius: 8px;
    background: #fefdfc;
    padding: 20px;
}

.product-slide-section {
    border-radius: 60px;
    border: 10px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 35px;
}

.product-slide-section .section-content .title {
    width: 100%;
    line-height: 50px;
    font-size: 1.25em;
    padding: 0px 15px;
    margin: 0 0 24px 0;
    position: relative;
}

.product-slide-section .section-content>div.title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 5px;
    height: 23px;
    background-color: #d93b3b;
}

.store_5 .shop-logo {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 10px 0;
}

.store_5 .shop-logo img {
    border-radius: 8px;
}

.product-title.store-5 {
    background: #fff;
    color: #333;
}

.product-cont.store-5 {
    box-shadow: none;
}

.store-5 strong {
    position: relative;
}

.store-5 strong::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 5px;
    height: 23px;
    background-color: #d93b3b;
}

.store_2 .shop-logo,
.store_3 .shop-logo,
.store_4 .shop-logo,
.store_5 .shop-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (min-width: 1200px) {
    .index .store-5 .section-swiper .one-product .product-img {
        width: 200px;
        height: 200px;
    }
}

/*---------member----------*/
.form_btn {
    width: 100%;
    margin: 20px;
}

#form_3 .form-standard,
#form_2 .form-standard {
    min-height: 400px;
}

button.btn-join {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background-color: #ffe983;
    border: none;
    color: #531814;
}

button.btn-login {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background-color: #ee9e66;
    border: none;
    color: #60231f;
    margin-top: 20px;
}

.btn-resend {
    min-width: 120px;
    height: 42px;
    border-radius: 25px;
    background-color: #f17822;
    color: #fff;
    position: absolute;
    top: 34px;
    right: 5px;
    font-weight: 300;
    font-size: 15px;
}

.form-standard .form-input p.phone {
    position: relative;
    padding: 3px 15px;
    margin: 0 4px;
    border-bottom: 1px solid #f0e1d9;
    font-size: 29px;
    color: #81614d;
    width: 99%;
    bottom: 0;
    /* background: #f0e1d9; */
}

/*---------member-end---------*/

/*---------order---------*/
.form-list .title {
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
    margin: 0 10px 0 0;
    text-align: left;
    padding: 10px 0px;
}

.order-tab ul .nav-item {
    margin-right: 20px;
    margin-bottom: 15px;
}

.order-tab ul .nav-item .nav-link.active {
    background-color: #81614d;
}

.order-tab ul .nav-item .nav-link {
    color: #fff;
    font-weight: bold;
    background-color: #c6a997;
    border-radius: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.order-tab .tab-content .tab-pane {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 30px;
    margin-bottom: 26px;
}

.form-checkbox {
    padding: 10px 10px;
    background-color: #f0e1d9;
    border-radius: 10px;
    display: inline-block;
    width: calc(100 / 7);
    margin: 5px;
}

.order-tab .form-standard {
    display: block;
    overflow: hidden;
    margin-bottom: 0px;
}

.order-form input {
    width: 300px;
    display: inline-block;
}

.order-form .date {
    display: inline-block;
    width: 70%;
}

.order-form .swiper-wrapper {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
}

.order-form-btn {
    text-align: center;
    margin: 20px auto 0;
    width: 100%;
    display: block;
}

.btn-search {
    background-color: #d93b3b;
    color: #fff;
    padding: 10px 41px;
    border-radius: 32px;
}

.btn-search i {
    font-size: 22px;
    margin-right: 5px;
    vertical-align: sub;
}

#order-mall .date .form-input {
    margin-bottom: 0;
}

.result-standard {
    width: 760px;
    margin: 0 auto;
    padding: 50px 0 10px;
}

.result-standard .hot a {
    padding: 0 5px;
    color: #333;
}

.result-info {
    padding: 0 30px;
}

.result-standard .line {
    margin-bottom: 35px;
}

div.product-top .title {
    font-size: 1.875em;
    font-weight: bold;
    letter-spacing: 0.06667em;
    color: #3e2424;
    margin-right: 20px;
}

.form-info a {
    color: #866048;
}

.form-info a:hover {
    color: #866048;
}

.right_cont {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}

.right_cont .content-search .icon-search {
    top: 8px;
    position: absolute;
    left: 10px;
    font-size: 31px;
    color: #999;
}

.right_cont .content-search .search-btn.__red {
    width: auto;
    height: 37px;
    border-radius: 20px;
    padding: 0 20px;
    color: #fff;
}

.content-search.store_2 {
    width: 100%;
    margin: 20px auto;
}

.content-search.store_4 {
    width: 100%;
    margin: 20px auto;
}

.content-search.store_5 {
    width: 100%;
    margin: 20px auto;
}

/*---------order-end---------*/

/*---------rwd--------*/
@media (max-width:1366px) {
    .store_banner.type-3 {
        width: 96%;
        height: auto;
    }

}

@media (max-width:1024px) {
    .store_banner.type-3 {
        width: 100%;
        height: auto;
    }

}

@media (max-width:991px) {

    .shop-logo img,
    .store_5 .shop-logo img {
        border-radius: 100%;
        display: inline-block;
    }

    .store-information.store_2,
    .store-information.store_3,
    .store-information.store_4,
    .store-information.store_5 {
        width: 100%;
        display: flex;
        align-items: center;
        border-radius: 14px;
    }

    .store_2 .shop-logo,
    .store_3 .shop-logo,
    .store_4 .shop-logo,
    .store_5 .shop-logo {
        display: inline-block;
        margin: 0 25px 0 0;
    }

    .shop-logo img {
        border-radius: 100%;
        display: inline-block;
        max-width: 150px;
    }

    .shop-intro {
        display: none;
    }

    .shop_cont .shop-name {
        display: inline-block;
    }

    .shop_cont {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .add_btn li a span {
        display: none;
    }

    .add_btn li {
        display: inline-block;
    }

    /* .content-search.store_3 {
        display: none;
    } */

    .store_2 .add_btn li,
    .store_3 .add_btn li,
    .store_4 .add_btn li,
    .store_5 .add_btn li {
        background: transparent;
        margin: 0;
    }

    .add_btn li a i {
        font-size: 24px;
    }

    .evaluation_list {
        display: flex;
        margin: 0;
    }

    .evaluation_list .star {
        margin: 0;
        width: 110px;
        justify-content: flex-start;
    }

    .evaluation_list .star img {
        max-width: 15px;
    }

    .evaluation_list .points {
        font-size: 0.875em;
    }

    .store_5 .shop-logo {
        border: 0px;
    }

    .store-information {
        margin-bottom: 20px;
    }

    .store-information.store_3 {
        display: inline-block;
    }

    .store_3 .shop_cont {
        display: inline-block;
        width: calc(100% - 100px);
    }

    .store_3 .shop-logo {
        vertical-align: top;
        padding: 16px 0px;
    }

    .content-search.store_2 button,
    .content-search.store_3 button,
    .content-search.store_4 button,
    .content-search.store_5 button {
        padding: 7px;
        top: 0;
    }

}

@media (max-width:768px) {
    .product_2_list .product_list {
        width: 100%;
    }

    .col-sm-6.product_type {
        margin: 0 4% 4% 0 !important;
        flex: 0 0 48%;
        max-width: 48%;
    }

    .row>div.product_type:nth-child(3n + 3) {
        margin: 0 4% 4% 0 !important;
    }

    .row>div.product_type:nth-child(2n + 2) {
        margin: 0 0 4% 0 !important;
    }

    .btn-resend {
        min-width: 84px;
        height: 30px;
        border-radius: 4px;
        top: 33px;
        right: 5px;
        font-size: 13px;
    }

    .result-standard {
        width: 100%;
        margin: 0 auto;
        padding: 50px 0 10px;
    }

    /* .content-search {
        display: none;
    } */

    .right_cont {
        width: calc(100% - 130px);
    }

}

@media (max-width:575px) {
    .btn-resend {
        min-width: 100px;
    }

}

@media (max-width: 767px) {
    .content-search_0 button i {
        color: #866048 !important;
    }

    .shop-logo img {
        max-width: 70px;
    }

    .shop_cont .shop-name {
        font-size: 1.25em;
    }

    .add_btn {
        margin: 0;
    }

}

.content-search_0 {
    margin: 30px 0;
    position: relative;
    display: block;
}

@media (max-width: 991px) {
    .content-search_0 {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

@media (min-width: 1200px) {

    .index[data-page=product-content] .index-main .product-content-left,
    .index[data-page=product-shop-main] .index-main .product-content-left {
        position: unset;
    }
}