@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@200;300;400;500;600&display=swap');


/* Default Font Styles
______________________*/
body, input, select, textarea {
    /* font-family: 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro', 'Hiragino Kaku Gothic Pro', 'Work Sans', sans-serif; */
    font-family: "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro', 'Hiragino Kaku Gothic Pro', 'Work Sans', sans-serif;
    /* font-family: 'Work Sans', sans-serif; */
    font-size: 16px;
    color: #0d0d0d;
    line-height: 1.3;
}

/* Headings
______________________*/
h1, h2, h3, h4, h5 {
    /* font-family: 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W6'; */
    /* font-family: 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W6', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro', 'Hiragino Kaku Gothic Pro', 'Work Sans', sans-serif; */
    font-family: "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro', 'Hiragino Kaku Gothic Pro', 'Work Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 20px
}

h1 {
    font-size: 42px;
    color: #221916;
}

h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2.5px;
}

h3 {
    font-size: 26px;
    letter-spacing: 1.56px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 18px;
}

/* Links
______________________*/
a {
    color: #2e2e2e;
    transition: 0.3s;
    text-decoration: none
}

a:hover {
    color: #eb3930;
}

/* p, blockquote, address
______________________*/
p {
    margin-bottom: 20px;
    color: #0d0d0d;
    letter-spacing: 1px;
}

b, strong {
    font-weight: 500;
}

/* Lists
______________________*/
ul {
    list-style: none;
    padding: 0;
    margin: 0
}

/* Layout 
______________________*/
.container {
    max-width: 100%;
    padding: 0 180px 0 110px;
}

img {
    max-width: 100%
}

/* .email-text{ font-weight: bold; } */
.them-btn {
    max-width: 223px;
    height: 41px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f7b72b;
    background: #f7b72b;
    font-size: 16px;
    color: #0d0d0d;
}

.them-btn:hover {
    background: transparent;
    color: #f7b72b;
}

.them-btn.danger-btn {
    background: #eb3930;
    color: white;
    height: 50px;
    max-width: 220px;
    border-color: #eb3930;
    margin: 0 0 25px auto;
}

.them-btn.danger-btn:hover {
    background: transparent;
    color: #eb3930;
}

/* scroll-bar */
.mCSB_inside > .mCSB_container {
    margin: 0;
}

/* side-bar style
_________________________*/
.sidebar {
    width: 225px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    padding-bottom: 0;
    box-shadow: 0 20px 25px 5px #d7d7d7;
    overflow-y: auto;
    /*overflow-x: hidden; */
    z-index: 10000;
    background: white;
    overflow: hidden;
}

.inner-sidebar {
    height: 100%;
}

.aside-inner {
    padding: 260px 27px 0 24px;
}

.aside-logo {
    display: block;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 225px;
}

.side-bar-list {
    text-align: center;
}

/* .side-bar-list .top-link{
	margin-bottom: 40px;
	font-size: 22px;
	text-transform: uppercase;
	padding-top: 10px;
	border-top: 4px solid #eb3930;
	display: inline-block
} */
.side-bar-list li {
    margin-bottom: 38px;
}

.side-bar-list li:first-child a {
    font-weight: 600;
    font-size: 26px;
}

.side-bar-list li a {
    /* font-weight: 600; */
    font-size: 22px;
    display: inline-block;
    padding-top: 10px;
    border-top: 4px solid #eee;
    transition: 0.3s;
}

.side-bar-list li a.active,
.side-bar-list li a:hover {
    border-color: #eb3930;
    color: #2e2e2e;
}

.side-bar-list ul {
    padding-bottom: 30px
}

.shoping-img {
    /* padding: 30px 0; */
    margin-bottom: 21px;
    background: #eb3930;
    text-align: center;
    position: relative;
    height: 174px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shoping-img img {
    /* max-width: 60px;
    max-height: 60px */
    width: 45%;
}

.shoping-img .card-price {
    position: absolute;
    top: 25px;
    right: 25px;
    color: white;
    font-size: 25px;
    letter-spacing: 3px;
}

.shiping-detail {
    max-width: 142px;
    margin: 0 16px 230px;
    /* padding: 33px 20px; */
    background: #f6e6c5;
    text-align: center;
}

.car-img {
    max-width: 36px;
    margin: 0 auto 11px;
}

.shoping-sec {
    margin-top: 10px
}

.shiping-detail h4 {
    color: #eb3930;
    margin-bottom: 15px;
}

.shiping-detail h3 {
    color: #eb3930;
    margin-bottom: 10px;
}

.shiping-detail p {
    color: #404040;
    margin-bottom: 20px;
}

.shiping-detail h1 {
    margin-bottom: 0;
}

.shiping-detail h1 span {
    color: #eb3930;
}

/*  Main Area
-------------------------------------- */
.home-banner img {
    width: 100%;
}

.main-content {
    width: 100%;
    display: -webkit-flex;
    display: flex;
}

.main-content-inner {
    /* box-shadow: inset 12px 0 20px -8px #d7d7d7; */
    width: 100%;
    position: relative;
    z-index: 555;
}

.main-wrap {
    height: 100%;
    position: relative;
    margin-left: 224px;
    padding-bottom: 137px;
}

.main-content h2 {
    position: relative;
    padding-left: 50px;
    margin-bottom: 50px;
    letter-spacing: 2.5px;
    line-height: 1.2
}

.main-content h2::before {
    content: '';
    display: block;
    width: 63px;
    height: 84px;
    background: url('../images/heading-border.png') no-repeat center /cover;
    position: absolute;
    left: -10px;
    top: 32%;
    transform: translate(0, -50%)
}

.store-info h2::before {
    background-image: url('../images/store-heading-border.png');
    top: 23%
}

.online-store-features {
    /* max-width: 1151px; */
    margin: 0 auto;
    padding: 0;
    position: relative
}

.online-store-banner {
    margin: 45px auto 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.outline-store-banner--item {
    max-width: 561px;
}

.online-shipping-alert {
    margin: 10px 0 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.online-shipping-alert--item {
    max-width: 561px;
    width: 100%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #a4a4a4;
}

.online-shipping-alert--message {
    font-family: sans-serif;
    /* font-size: 16px; */
    margin: 2px auto;
}

.online-shipping-alert--phone-number {
    font-weight: bold;
    border-bottom: #f7b72b 3px solid;
}

.online-store-img {
    position: relative;
    max-width: 561px;
    margin: 0 auto;
}

.online-store-features .owl-dots {
    display: none;
}

.online-store-features .owl-prev {
    display: none
}

.online-store-features .owl-prev {
    display: none
}

.online-store-features .owl-nav {
    position: absolute;
    right: 0;
    top: 36%;
    font-size: 0;
    width: 100%;
    transform: translate(0, -50%);
}

.online-store-features .owl-carousel .owl-nav button.owl-next {
    right: -15px;
    position: absolute;
    width: 100%;
    max-width: 20px;
    height: 20px;
    background: url('../images/right-arrow.png') no-repeat center center/cover;
}

.right-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.online-store-features .social-link {
    position: absolute;
    top: 27px;
    right: 0px;
}

.store-info h2 {
    margin-bottom: 66px
}

.store-info-box {
    padding: 34px 15px 34px 33px;
    height: 100%;
    position: relative;
    background: #fffaee;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.store-info-box::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: url('../images/yellow-border-X.jpg');
}

.store-info-box::before {
    content: '';
    display: block;
    position: absolute;
    top: -12px;
    height: 12px;
    left: 0;
    width: 100%;
    background: url('../images/stor-info-border.png') no-repeat center/ 100% 100%;
}

.store-info-box h3 {
    margin-bottom: 40px;
    padding-left: 38px;
    position: relative;
    color: #0d0d0d;
}

.store-info-box h3::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background: #f7b72b;
}

.store-info-box.alt h3::before {
    background: #705026;
}

.store-info-box.alt .them-btn {
    visibility: hidden;
    opacity: 0;
}

.store-info-box.alt::after {
    background: url('../images/pink-border-X.jpg');
}

.store-info-box .border-box::after,
.store-info-box .border-box::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    height: 100%;
    background: url('../images/yellow-border-Y.jpg');
}

.store-info-box.alt .border-box::after,
.store-info-box.alt .border-box::before {
    background: url('../images/pink-border-Y.jpg');
}

.store-info-box .border-box::after,
.store-info-box.alt .border-box::after {
    left: auto;
    right: 0;
}

.store-info-box img {
    width: 100%
}

.store-info-box p strong {
    font-weight: 600;
    display: block;
}

.store-info-box p {
    line-height: 1.6;
    letter-spacing: .8px;
    margin-bottom: 31px
}

.main-store-box {
    margin-bottom: 38px
}

.store-info {
    padding-top: 20px;
}

.store-info-box .main-store-right:last-child p {
    margin-bottom: 23px;
}

.business-hours {
    margin-top: auto;
    min-height: 160px
}

.business-hours-right p {
    margin-bottom: 0 !important;
}

.business-hours-right ul {
    list-style-type: disc;
    padding-left: 15px;
}

.business-hours-right ul li {
    line-height: 1.6;
    font-size: 16px;
    letter-spacing: 1px
}

.store-info-box.alt {
    background: #f2ede7;
}

.product-list {
    padding-top: 20px;
    padding-bottom: 60px
}

.product-list-left h2 {
    margin-bottom: 40px
}

.prodect-tab-img {
    margin-bottom: 25px;
    /* height: 411px; */
}

.prodect-tab-img img {
    width: 100%;
    /* height: 100%;
    object-fit: cover; */
}

.product-list-btns {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 40px
}

.product-list-btns .them-btn {
    max-width: 50%;
    width: 100%;
    margin-right: 10px;
    height: 45px;
    color: white;
    font-weight: 600;
    background: transparent;
    color: #f7b72b;
}

.product-list-btns .them-btn:hover,
.product-list-btns .them-btn.active {
    background: #f7b72b;
    color: white;
}

.product-list-btns .them-btn.alt {
    margin-right: 0;
}

.product-tab-info h3 {
    color: #eb3930;
    font-size: 30px;
}

.product-tab-info h3 span {
    font-size: 16px;
    color: #0d0d0d;
    font-weight: 300;
}

.product-tab-info h3 span.small {
    font-size: 12px;
}

.product-tab-info h4 {
    margin-bottom: 15px;
}

.product-tab-info p {
    letter-spacing: 2.55px;
    line-height: 1.9;
    margin-bottom: 71px
}

.product-tab-info .dropdown {
    color: #0d0d0d;
    /* background-color: #ffffff; */
    width: 100%;
    border-top: 1px solid #dfdfdf;
    text-align: center;
    appearance: none;
}

.product-tab-info .dropdown-info {
    text-align: left;
    display: none;
    padding-bottom: 40px;
    letter-spacing: 2.5px;
    line-height: 1.9;
}

.product-tab-info .dropdown-title {
    padding: 16px 0;
    position: relative;
    cursor: pointer;
}

.product-tab-info .dropdown-title::after {
    background: url('../images/dropdown-icon.png') no-repeat center right 40%/13px;
    content: '';
    display: block;
    position: absolute;
    right: 40%;
    top: 50%;
    width: 13px;
    height: 11px;
    margin-top: -6px
}

.product-tab-info .dropdown-title.show::after {
    transform: rotate(-180deg)
}

.value-button {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: transparent;
    margin: 0px;
    margin-left: 0px;
    width: 50px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    background: #f9f9f9;
    font-size: 30px;
    color: #606060;
}

.value-button:hover {
    cursor: pointer;
}

.buy-value {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.buy-value .decrease {
    margin-right: -24px;
    border-radius: 8px 0 0 8px;
    position: relative
}

.buy-value .increase {
    margin-left: -24px;
    border-radius: 0 8px 8px 0;
}

.buy-value #input-wrap {
    margin: 0px;
    padding: 0px;
}

.buy-value input.number {
    text-align: center;
    border: none;
    outline: none !important;
    margin: 0px;
    width: 100%;
    max-width: 170px;
    height: 100%;
    color: #2b2b2b;
    font-weight: 600;
    background: #f9f9f9;
    appearance: none;
    font-size: 21px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.buy-value {
    height: 50px;
    max-width: 220px;
    margin: 0 0 10px auto;
    border: 1px solid #dfdfdf;
    background: #f9f9f9;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.nav-tabs {
    border-bottom: 0;
}

.product-list-right .nav-tabs {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.nav-tabs .nav-link {
    flex: 0 0 22%;
    cursor: pointer;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: transparent !important;
}

.nav-tabs .nav-link {
    padding: 0
}

.tab-link-img {
    margin-bottom: 8px;
    cursor: pointer;
}

.tab-link-img img {
    width: 100%;
}

/*.tab-link-img:hover .gallery-img,*/
/*.tab-link-img:focus .gallery-img,*/
/*.tab-link-img:active .gallery-img {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/

.tab-link-text {
    padding: 0 4px;
}

.tab-link-text p {
    letter-spacing: 1.6px;
    margin-bottom: 0;
    font-size: 16px;
}

.tab-link-text p b {
    display: block;
    height: 39px;
    max-width: 150px;
    overflow: hidden;
}

.tab-link-text p strong {
    font-weight: 600;
    color: #eb3930;
    font-size: 18px;
    margin-right: -5px;
}

.product-list-right {
    padding-left: 5px
}

.product-list-right .nav-link {
    margin-bottom: 68px;
    z-index: 5555;
    flex: 0 0 24%;
}

.product-list-right .nav-link.hide {
    display: none
}

.eat-delicious-left {
    height: 100%;
    background: #f2f2f2;
}

.eat-delicious-img {
    /* height: 496px; */
    background: #fff;
}

.eat-delicious-img img {
    width: 100%;
    display: block;
    /* height: 100%;
    object-fit: cover; */
}

.delicious-tab-info {
    padding: 26px 38px;
    /*background: #f2f2f2;*/
}

.delicious-tab-info strong {
    font-weight: bold;
}

.delicious-tab-info p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 32px;
    letter-spacing: 2.4px;
}

.delicious-tab-info p:last-child {
    margin-bottom: 0;
}

.eat-delicious-right {
    padding-left: 6px;
}

.eat-delicious-right .nav-tabs {
    display: block;
}

.eat-delicious-right .nav-link {
    margin-bottom: 63px;
    border: 1px solid #d6d6d6;
    outline: 4px solid transparent;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    border-radius: 0;
    justify-content: space-between;
}

.eat-delicious-right #nav-frying-pan-tab {
    margin-bottom: 0;
}

.eat-delicious-right .nav-link:hover,
.eat-delicious-right .nav-link.active {
    outline-color: #eb3930 !important;
    border-color: #d6d6d6 !important;
}

.tab-delicious-info {
    /* flex: 0 0 307px; */
    flex: 0 0 52%;
    padding: 0 27px;
    /* border: 1px solid #d6d6d6;
    border-right: 0; */
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.tab-delicious-img {
    /* flex: 0 0 289px; */
    flex: 0 0 48%;
}

.tab-delicious-img img {
    width: 100%;
    /* height: 100%;
    max-height: 254px;
    object-fit: cover; */
}

.tab-delicious-info .btn {
    background: #705026;
    border: 1px solid #705026;
    color: white;
    max-width: 260px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    margin-bottom: 35px;
    font-size: 20px;
    border-radius: 0;
    font-weight: 600;
    pointer-events: none;
}

.tab-delicious-info .next-icon {
    max-width: 50px;
    height: 50px;
    background: #f9b62b;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    right: 28px;
    bottom: 34px;
    transition: 0.3s;
    padding: 15px
}

.nav-link.active .tab-delicious-info .next-icon {
    background: #eb3930;
}

.nav-link:hover .tab-delicious-info .next-icon {
    background: #eb3930
}

.tab-delicious-info ul li {
    font-size: 20px;
    color: #0d0d0d;
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
}

.tab-delicious-info ul li:last-child {
    margin-bottom: 0;
}

.tab-delicious-info ul li::after {
    display: block;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #f9b62b;
    height: 100%;
    width: 3px
}

.tab-delicious-info .dim-sum-btn {
    background: #c29964;
    border-color: #c29964;
}

.tab-delicious-info .chinese-dumpling-btn {
    background: #78655b;
    border-color: #78655b;
}

.eat-delicious {
    padding-bottom: 145px
}

.nav-tabs .nav-link.active .tab-link-img {
    position: relative;
}

.nav-tabs .nav-link.active .tab-link-img::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(244, 218, 162, 0.7);
}

.close-btn {
    display: none;
    width: 20px;
    height: 19px;
    background: url('../images/close-icon.png') no-repeat center /cover;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    margin: 10px 15px 0 0;
}

.bg-layer {
    overscroll-behavior-y: none;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.bg-layer.show {
    display: block
}

.right-arrow {
    display: none
}

/*  Footer
-------------------------------------- */
.footer-wrap {
    position: relative;
    background: white;
    padding-left: 197px;
    /* z-index: 555; */
    border: 1px solid #cacaca;
    border-left: 0;
    border-right: 0
}

.footer-wrap .container {
    max-width: 100%;
    padding: 0 180px 0 60px;
}

.footer {
    border-width: 1px 0 1px 0;
    padding: 26px 0 22px
}

.copy-right {
    text-align: center;
    padding: 24px 0 22px;
    background: white;
    position: relative;
    z-index: 555
}

.ft-logo {
    max-width: 104px;
    display: block
}

.copy-right p {
    font-size: 12px;
    color: #0d0d0d;
    margin: 0;
}

.social-link {
    display: block;
    margin-left: auto;
    width: 30px;
}

.footer-links li {
    margin-bottom: 25px;
}

.footer-links li:last-child {
    margin-bottom: 0;
}

.footer-links a {
    font-size: 15px;
    color: #0d0d0d;
}

.footer-links a:hover {
    color: #eb3930
}

.nation-based {
    padding-left: 50px
}

.eat-delicious-left .tab-pane.show, .product-list-left .tab-pane.show {
    opacity: 1 !important;
}

@media (min-width: 991px) {
    .bg-layer {
        display: none !important;
    }
}

@media (min-width: 1921px) {
    .container {
        max-width: 1446px;
        padding: 0 15px;
        margin: 0 auto;
    }

    .footer-wrap .container {
        max-width: 1526px;
        padding: 0 15px;
    }

    .footer-wrap {
        padding-left: 120px;
    }
}

@media (min-width: 1920px) {
    .product-list .col-lg-5 {
        width: 44.33%;
    }

    .product-list .col-lg-7 {
        width: 55.67%;
    }

    .eat-delicious .col-lg-7 {
        width: 56.1%;
    }

    .eat-delicious .col-lg-5 {
        width: 43.9%
    }
}

@media (max-width: 1919px) {
    .container {
        padding: 0 120px 0 70px;
    }

    .footer-wrap .container {
        padding-right: 120px;
    }

    .side-bar-list .top-link {
        margin-bottom: 30px
    }

    .sidebar {
        width: 150px;
    }

    .aside-inner {
        padding: 185px 15px 0;
    }

    .aside-logo {
        width: 150px;
    }

    .main-wrap {
        margin-left: 150px;
    }

    h1 {
        font-size: 40px;
        color: #221916;
    }

    /* h2{
        font-size:38px;
    } */
    .store-info-box p,
    .business-hours-right ul li {
        font-size: 14px;
    }

    .product-list-right .nav-link {
        margin-bottom: 42px
    }

    .eat-delicious {
        padding-bottom: 100px
    }

    .eat-delicious-right .nav-link {
        margin-bottom: 64px
    }

    h4 {
        font-size: 20px;
    }

    .product-tab-info h4 {
        font-size: 26px;
    }

    .nation-based {
        padding-left: 20px
    }

    /* .prodect-tab-img{
        height: 354px
    } */
    .footer-wrap {
        padding-left: 120px;
    }

    .shoping-img {
        height: 120px;
    }

    .shoping-img .card-price {
        top: 15px;
        right: 20px;
        font-size: 18px;
    }

    .shoping-img img {
        /* max-width: 50px; */
        max-width: 70%;
    }

    /* .eat-delicious-img {
        height: 460px;
    } */
    .side-bar-list li a {
        font-size: 20px;
    }

    .side-bar-list li:first-child a {
        font-size: 22px;
    }

    .product-list-left h2 {
        font-size: 32px;
    }

    .shoping-img .card-price {
        right: 17px;
    }

    .them-btn.danger-btn {
        margin-bottom: 45px;
    }

    .product-tab-info p {
        margin-bottom: 45px;
    }

}

@media (max-width: 1679px) {
    .product-list-right .nav-link {
        margin-bottom: 50px
    }

    .product-tab-info p {
        margin-bottom: 36px
    }

    .them-btn.danger-btn {
        margin-bottom: 46px
    }
}

@media (max-width: 1599px) {
    .container {
        padding-left: 50px;
    }

    .product-tab-info p {
        margin-bottom: 50px
    }

    .product-tab-info p {
        font-size: 16px;
    }

    .them-btn.danger-btn {
        margin-bottom: 25px
    }

    .product-tab-info p {
        font-size: 15px;
        margin-bottom: 29px
    }

    .eat-delicious-right .nav-link {
        margin-bottom: 87px;
    }

    .footer-links a {
        font-size: 14px;
    }

    /* .business-hours-right ul li,
    .store-info-box p{
        font-size: 13px;
    } */
}

@media (max-width: 1459px) {
    .online-store-features .social-link {
        top: 10px
    }

    .sidebar {
        width: 140px
    }

    .aside-inner {
        padding: 170px 13px 0;
    }

    .aside-logo {
        width: 140px;
    }

    .main-wrap {
        margin-left: 140px;
    }

    .shiping-detail h3 {
        font-size: 22px
    }

    h1 {
        font-size: 35px;
    }

    .product-list-btns {
        margin-bottom: 30px;
    }

    .main-content h2 {
        margin-bottom: 40px
    }

    .tab-link-text p b {
        max-width: 125px;
    }

    .tab-link-text p {
        font-size: 14px;
        letter-spacing: 1px
    }

    .nav-tabs .nav-link {
        flex: 0 0 23%;
    }

    .product-tab-info p {
        letter-spacing: 2px;
    }

    .them-btn.danger-btn {
        height: 45px
    }

    .delicious-tab-info p {
        letter-spacing: 2px;
    }

    .delicious-tab-info {
        padding: 29px 20px;
    }

    /* .prodect-tab-img{
        height: 350px
    } */
    .product-list-right .nav-link {
        margin-bottom: 38px
    }

    /* .eat-delicious-img{
        height: 400px
    } */
    .tab-delicious-info {
        padding: 0 20px;
    }

    .tab-delicious-info ul li {
        margin-bottom: 20px
    }

    .eat-delicious {
        padding-bottom: 90px
    }

    .tab-delicious-info ul li {
        font-size: 18px;
    }

    .tab-delicious-info .btn {
        height: 40px;
        max-width: 220px;
        margin: 0 auto 30px;
    }

    .eat-delicious-right .nav-link {
        outline-width: 3px;
    }

    .delicious-tab-info p:last-child {
        margin: 0;
    }

    .store-info-box {
        padding: 25px 15px 25px 15px;
    }

    .side-bar-list li {
        margin-bottom: 25px;
    }

    .side-bar-list .top-link {
        margin-bottom: 30px;
        padding-top: 10px;
        font-size: 20px;
    }

    .side-bar-list ul {
        padding-bottom: 20px
    }

    .shiping-detail h3 {
        font-size: 20px
    }

    h4 {
        font-size: 18px;
    }

    .footer-links li {
        margin-bottom: 22px
    }

    .store-info-box .main-store-right:last-child p,
    .store-info-box p {
        margin-bottom: 20px
    }

    .eat-delicious {
        padding-bottom: 80px
    }

    .tab-delicious-info .next-icon {
        width: 40px;
        height: 40px;
        right: 20px;
    }

    .footer-wrap {
        padding-left: 110px
    }

    .shoping-img .card-price {
        font-size: 18px;
    }

    .tab-delicious-info .btn {
        font-size: 18px;
    }

    .footer-wrap {
        padding-left: 107px
    }

    .container {
        padding: 0 30px;
    }

    .footer-wrap .container {
        padding-right: 30px;
    }

    .shoping-img {
        height: 114px;
    }

    .product-tab-info .dropdown-title::after {
        right: 38%;
    }

    .side-bar-list li a {
        font-size: 18px;
    }

    .side-bar-list li:first-child a {
        font-size: 20px;
    }

    /* .product-list-left h2{
        font-size: 30px;
    } */
    /* .product-tab-info h4{
        font-size: 20px;
    } */
    .shoping-img .card-price {
        right: 12px
    }
}

@media (max-width: 1439px) {
    .product-list-right .nav-link {
        margin-bottom: 55px;
    }

    .product-tab-info p {
        margin-bottom: 21px;
    }

    .delicious-tab-info p {
        margin-bottom: 25px;
        font-size: 14px;
    }

    .product-list-right .nav-link {
        margin-bottom: 59px
    }

    .product-tab-info p {
        margin-bottom: 19px
    }

    .footer-wrap {
        padding-left: 110px;
    }

    .product-list {
        padding-bottom: 60px
    }

    .main-wrap {
        padding-bottom: 120px;
    }
}

@media (max-width: 1365px) {
    .product-tab-info p {
        font-size: 14px
    }

    .eat-delicious-right .nav-link {
        margin-bottom: 87px
    }

    .footer-links a {
        font-size: 12px;
    }
}

@media (max-width: 1279px) {
    .product-list-right .nav-link {
        margin-bottom: 70px;
    }

    .eat-delicious-right .nav-link {
        margin-bottom: 99px
    }

    .product-tab-info p,
    .product-tab-info .dropdown-info {
        font-size: 13px;
    }

    .store-info h2::before {
        top: 18%;
    }

    .tab-delicious-info .next-icon {
        bottom: 20px;
    }

}

@media (max-width: 1199px) {
    p br {
        display: block !important;
    }

    .return-left > .them-btn {
        margin-left: 0;
        /* margin-right: auto; */
    }

    .sidebar {
        width: 120px;
    }

    .aside-inner {
        padding: 145px 13px 0;
    }

    .aside-logo {
        width: 120px;
    }

    .main-wrap {
        margin-left: 120px;
    }

    .side-bar-list .top-link {
        margin-bottom: 22px
    }

    /* .shiping-detail{
        padding: 30px 13px;
    } */
    h1 {
        font-size: 30px;
    }

    /* h2{
        font-size:30px;
    } */
    /* .prodect-tab-img{
        height: 300px
    } */
    .main-content h2 {
        padding-left: 45px;
        margin-bottom: 30px;
    }

    .main-content h2::before {
        width: 40px;
        height: 80px;
    }

    .product-list-btns .them-btn {
        height: 40px
    }

    .tab-link-text p strong {
        font-size: 16px;
    }

    .delicious-tab-info p,
    p {
        font-size: 14px
    }

    .them-btn.danger-btn,
    .buy-value {
        height: 40px
    }

    .value-button {
        height: 36px;
    }

    .product-tab-info select {
        height: 45px;
        font-size: 14px
    }

    .product-list-btns .them-btn {
        font-size: 14px;
    }

    .product-list {
        padding-bottom: 80px
    }

    /* .eat-delicious-img{
        height: 300px
    } */
    h3 {
        font-size: 22px;
    }

    .tab-delicious-info ul li {
        font-size: 14px
    }

    .tab-delicious-info .btn {
        margin-bottom: 25px
    }

    .them-btn {
        font-size: 14px
    }

    .eat-delicious {
        padding-bottom: 70px
    }

    .store-info-box h3 {
        margin-bottom: 30px
    }

    .main-store-right {
        margin-top: 20px
    }

    .store-info {
        justify-content: space-between
    }

    .footer-wrap {
        padding-left: 90px
    }

    .shoping-img img {
        max-width: 40px;
    }

    .shoping-img .card-price {
        top: 13px;
        font-size: 14px;
    }

    .tab-delicious-info .btn {
        font-size: 16px;
    }

    .tab-delicious-info .next-icon {
        bottom: 10px;
    }

    .footer-wrap .container {
        padding-right: 30px;
    }

    .side-bar-list li a {
        font-size: 16px;
        padding-top: 13px;
    }

    .side-bar-list li:first-child a {
        font-size: 18px;
    }

    .shoping-img {
        height: 94px;
    }

    .main-content h2::before {
        top: 24%;
        width: 56px;
    }

    .store-info h2::before {
        top: 10%;
    }

    .product-tab-info .dropdown-title::after {
        right: 35%;
    }

    .product-list-left h2 {
        font-size: 28px;
    }

    /* .product-tab-info h4{
        font-size: 20px;
    } */
    .product-list-right .nav-link {
        margin-bottom: 30px
    }

    .value-button {
        font-size: 22px;
    }

    .delicious-tab-info p {
        font-size: 14px;
    }

    .delicious-tab-info p {
        margin-bottom: 20px;
    }

    .eat-delicious-right .nav-link {
        margin-bottom: 79px
    }

    .business-hours-right ul li {
        font-size: 14px;
    }

    .main-wrap {
        padding-bottom: 110px;
    }
}


@media (max-width: 991px) {
    .container {
        padding: 0 20px;
    }

    /* .return-left > .them-btn {
        margin-left: auto;
        margin-right: auto;
    } */

    .footer-logo {
        display: none;
    }

    .social-link {
        margin: 0;
    }

    .nation-based {
        padding-left: 0
    }

    .sidebar {
        width: 110px
    }

    .aside-inner {
        padding-top: 135px
    }

    .aside-logo {
        width: 110px;
    }

    .main-wrap {
        margin-left: 110px;
    }

    .side-bar-list .top-link {
        padding-top: 10px;
        margin-bottom: 15px;
        font-size: 16px
    }

    .side-bar-list li:first-child a {
        font-size: 18px;
    }

    .side-bar-list li {
        margin-bottom: 15px
    }

    /* .shiping-detail{
        padding: 20px 10px;
    } */
    .shiping-detail h3 {
        font-size: 18px
    }

    h4 {
        font-size: 16px
    }

    h1 {
        font-size: 25px
    }

    .product-list-btns, .main-content h2 {
        margin-bottom: 30px;
    }

    .product-tab-info h3 {
        font-size: 20px
    }

    .product-list-left {
        margin-bottom: 50px
    }

    .tab-link-img img {
        width: 100%;
    }

    .nav-tabs .nav-link {
        flex: 0 0 24%
    }

    .eat-delicious,
    .product-list {
        padding-bottom: 50px
    }

    .delicious-tab-info,
    .product-tab-info h4,
    .product-tab-info > .row,
    .product-tab-info > p,
    .product-tab-info .dropdown {
        background: #f2f2f2;
    }

    /* .eat-delicious-left{
        margin-bottom: 	40px
    } */
    .footer-links li {
        margin-bottom: 18px
    }

    .eat-delicious-right .nav-link {
        margin-bottom: 20px;
        outline: none;

    }

    .store-info h2 {
        margin-bottom: 40px
    }

    h2 {
        font-size: 28px
    }

    .eat-delicious-img,
    .prodect-tab-img {
        height: auto
    }

    .business-hours-right ul li {
        font-size: 14px
    }

    .tab-delicious-info .next-icon {
        width: 33px;
        height: 33px;
        padding: 11px;
    }

    .footer-wrap {
        padding-left: 111px
    }

    .shoping-img .card-price {
        top: 8px;
        right: 12px;
        font-size: 14px;
    }

    .product-list-right {
        padding-left: 0
    }

    .tab-delicious-info {
        flex: 0 0 50%;
    }

    .tab-delicious-img {
        flex: 0 0 50%;
    }

    .tab-delicious-info .btn {
        margin: 0 0 20px;
        max-width: 100%;
    }

    .eat-delicious-right .nav-link {
        margin-left: 0;
    }

    .side-bar-list li a {
        font-size: 15px
    }

    .shoping-img {
        height: 83px;
    }

    .product-tab-info .dropdown-title::after {
        right: 40%;
    }

    .shoping-img .card-price {
        right: 9px;
    }

    .eat-delicious-right {
        margin-top: 60px;
    }

    .bg-layer {
        z-index: 11;
    }

    .tab-pane .bg-layer {
        display: block !important;
    }

    .eat-delicious-left .tab-pane.show, .product-list-left .tab-pane.show {
        z-index: 9999999;
        padding: 30px 15px 20px;
        position: fixed;
        top: 0;
        /*transform: translate(-50%, 0);*/
        bottom: 0;
        overflow: auto;
        left: 0;
        width: 100%;
    }

    .product-tab-info h4 {
        font-size: 19px;
        margin-bottom: 0;
        padding: 10px 10px 20px;
    }

    .product-tab-info > .row {
        margin: 0;
    }

    .product-tab-info p {
        padding: 10px;
    }

    /* .product-tab-info h4,
    .product-tab-info p,
    .product-tab-info > .row {
        background: #fff;
    } */
    .product-tab-info {
        position: relative;
        /*top: 0;*/
        z-index: 22;
        padding: 45px 15px 10px;
        background: rgba(255, 255, 255, 0.85);
        left: 0;
        width: auto;
        max-width: 500px;
        margin: 0 auto;
    }

    .eat-delicious-left .product-tab-info {
        padding-bottom: 20px;
    }

    .product-tab-info .close-btn, .eat-delicious-left .close-btn {
        font-size: 38px;
        background: no-repeat;
        line-height: 1;
        top: 0;
        font-weight: 500;
        border: 1px solid #818181;
        float: right;
        width: 38px;
        height: 38px;
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: center;*/
        text-align: center;
        border-radius: 50px;
        margin: 3px 3px 0 0;
    }

    /*.eat-delicious-left .close-btn {*/
    /*    margin: 15px 15px 0 0;*/
    /*}*/
    .mobile-iphone .product-tab-info .close-btn, .mobile-iphone .eat-delicious-left .close-btn {
        line-height: 30px;
    }

    /*.eat-delicious-left .close-btn {*/
    /*    top: 10px;*/
    /*    right: 15px;*/
    /*}*/
    .eat-delicious-left .tab-pane,
    .product-list-left .tab-pane {
        position: absolute;
        opacity: 0;
    }

    .eat-delicious-left .tab-pane.show {

        z-index: 55555;
    }

    .product-list-left .tab-pane.show {
        padding: 25px 15px;
        z-index: 55555;
    }

    .eat-delicious .row [class*="col"] {
        padding: 0
    }

    /* .eat-delicious .row{
    	margin: 0;F
    } */
    .buy-value {
        max-width: 100%
    }

    .buy-value input.number {
        max-width: 100%
    }

    .close-btn {
        display: block;
        width: 20px;
        height: 19px;
        background: url('../images/close-icon.png') no-repeat center /cover
    }

    .product-tab-info .dropdown {
        margin-bottom: 20px
    }

    body.popup-show {
        overflow: hidden
    }

    .store-info-box img {
        width: auto
    }

    .product-list-left {
        margin-bottom: 20px
    }

    /* .eat-delicious-left .tab-pane,
    .product-list-left .tab-pane{
        opacity: 0;
    } */
    .business-hours {
        min-height: auto;
    }

    .main-wrap {
        padding-bottom: 90px;
    }

    .store-info-box.alt .them-btn {
        display: none;
    }

    .store-info-box {
        height: auto;
        margin-bottom: 50px;
    }

    .store-info-box.alt {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .tab-link-text p b {
        max-width: 160px;
    }

    .return-left > .them-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-wrap {
        border-top: 0;
    }

    .container {
        padding: 0 50px;
    }

    .online-store-img img {
        width: 100%;
    }

    .them-btn.danger-btn {
        max-width: 100%
    }

    h2 {
        font-size: 22px
    }

    h3 {
        font-size: 20px
    }

    .main-wrap {
        margin-left: 0;
    }

    .sidebar {
        position: fixed;
        padding: 0;
        margin: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background: white;
        z-index: 55;
        top: auto;
        height: auto;
        z-index: 100
    }

    .shiping-detail {
        display: none
    }

    .main-content {
        display: block
    }

    .aside-inner {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between
    }

    .side-bar-list {
        padding: 0;
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .shoping-sec {
        margin: 0;
    }

    .side-bar-list ul {
        display: flex;
        max-width: 150px;
        padding: 5px 0;
        width: 100%;
        justify-content: space-between
    }

    .side-bar-list .top-link {
        font-size: 14px;
        padding-top: 8px
    }

    .side-bar-list li {
        margin: 0;
        padding: 0 10px;
        max-width: 25%;
        flex: 0 0 25%;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #e4e4e4;
    }

    .side-bar-list li:last-child {
        border-right: none;
    }

    .side-bar-list ul {
        height: 100%;
        max-width: 100%;
    }

    .side-bar-list li a {
        font-size: 14px;
        padding: 9px 0;
        border-top-color: transparent;
    }

    .aside-inner {
        padding: 0;
    }

    .home-banner .aside-logo {
        position: absolute;
        max-width: 139px;
    }

    .footer-wrap {
        margin-bottom: 52px
    }

    .main-content-inner {
        box-shadow: none
    }

    .social-link {
        margin: 0 auto;
    }

    .footer-wrap {
        padding-left: 0
    }

    .product-list-left {
        position: relative;
    }

    .sidebar {
        z-index: 555555 !important;
    }

    .eat-delicious .row {
        margin: 0;
    }

    .eat-delicious-left {
        position: relative
    }

    .main-content .product-list-left h2 {
        margin: 0;
    }

    .shoping-img {
        margin: 0;
        max-width: 100%;
        width: 80px;
        height: auto;
        padding-top: 100%;
    }

    .shoping-img img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .shoping-img .card-price {
        top: 6px;
        font-size: 18px;
    }

    .eat-delicious-left .tab-pane, .product-list-left .tab-pane {
        max-width: 100%;
        width: 100%;
    }

    .online-store-features {
        padding: 50px 0;
    }

    .eat-delicious, .product-list {
        padding-bottom: 20px
    }

    .eat-delicious-left {
        margin: 0;
    }

    .sidebar {
        box-shadow: 0 -5px 25px -5px #d9d9d9;
    }

    .product-list-right {
        position: relative;
        z-index: 555;
    }

    .right-arrow {
        display: block
    }

    .footer-wrap {
        margin-bottom: 0
    }

    h1, h2, h3, h4, h5 {
        font-weight: 600;
    }

    /* .store-info-box p {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 30px;
    } */
    .store-info-box .main-store-right:last-child p, .store-info-box p {
        margin-bottom: 30px;
    }

    .store-info-box .them-btn {
        max-width: 100%;
    }

    .popup-show .sidebar {
        display: none;
    }

    .copy-right {
        padding-bottom: 130px;
    }

    .store-info-box::before {
        top: -6px;
        height: 6px;
    }

    .product-list-left h2 {
        font-size: 24px;
    }

    .store-info-box.alt .main-store-right,
    .store-info-box.alt .main-store-box {
        margin-bottom: 0
    }

    .business-hours {
        margin-top: 0
    }

    .home-banner {
        position: relative;
        padding-bottom: 85%
    }

    .banner-img {
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .eat-delicious-right {
        margin-top: 30px;
    }

    .online-store-features .owl-nav {
        top: 28%;
    }

    .eat-delicious-right {
        margin-top: 20px;
    }

    .product-list-left h2 {
        font-size: 20px;
    }

    .eat-delicious-right {
        margin-bottom: 70px
    }

    .product-list-right .nav-tabs {
        display: block;
        margin: 0 -10px;
        height: 100%;
        overflow: hidden;
    }

    .nav-tabs .nav-link {
        flex: 0 0 31%;
    }

    .product-list-right .nav-link {
        /* flex: 0 0 31%; */
        display: block;
        float: left;
        padding: 0 10px;
        width: 33.33%;
        margin-bottom: 20px;
    }

    .product-list-right .nav-link:nth-child(3n+1) {
        clear: left;
    }

    .tab-link-text {
        padding-left: 3px
    }

    .tab-link-text p {
        font-size: 19px;
    }

    .tab-link-text p span {
        display: block;
        font-size: 20px;
    }

    .tab-link-text p strong {
        font-size: 28px;
        font-weight: 300;
    }

    .eat-delicious-right {
        padding-left: 0;
    }

    .tab-delicious-info ul li {
        font-size: 23px;
        margin: 0 0 30px 10px;
    }

    .tab-delicious-info .btn {
        font-size: 24px;
        height: 50px;
        font-weight: 600;
        margin-bottom: 35px
    }

    .store-info-box h3 {
        font-size: 34px;
    }

    .store-info-box p {
        font-size: 24px;
    }

    .footer-links a {
        font-size: 18px;
    }

    .side-bar-list li a {
        font-size: 18px;
    }

    .shoping-img {
        width: 90px;
    }

    .main-content h2::before {
        top: 15px;
    }

    .store-info h2::before {
        top: 15px
    }

    .product-list-right {
        margin-bottom: 50px;
    }

    .product-list-left {
        margin-bottom: 0
    }

    .copy-right p {
        font-size: 20px;
    }

    .online-store-img {
        padding-right: 15px
    }

    .online-store-features .social-link {
        right: -36px
    }

    .right-arrow {
        right: -25px
    }

    .product-list h2,
    .store-info h2,
    .eat-delicious-right h2 {
        font-size: 36px;
    }

    .eat-delicious-right h2 {
        margin-bottom: 47px
    }

    .store-info h2 {
        margin-bottom: 55px
    }

    .tab-delicious-info .next-icon {
        width: 50px;
        height: 50px;
    }

    .store-info-box .them-btn {
        height: 62px;
        font-size: 28px;
    }

    .product-list-btns .them-btn {
        height: 70px;
        font-size: 22px;
    }

    .business-hours-right {
        margin-bottom: 40px;
    }

    .business-hours-right ul {
        margin-left: 10px;
    }

    .business-hours-right ul li {
        font-size: 24px;
    }

    .store-info-box {
        padding: 25px 40px;
    }

    .footer {
        padding-left: 50px;
    }

    .footer-links li,
    .footer-links {
        margin-bottom: 35px;
    }

    .footer-links a {
        font-size: 20px;
    }

    .store-info-box.alt {
        margin-bottom: 0;
    }

    .store-info {
        padding-bottom: 0;
    }

    .main-wrap {
        padding-bottom: 110px;
    }

    .tab-link-text p b {
        height: 47px;
    }
}

@media (max-width: 575px) {
    .return-left > .them-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .tab-link-text p b {
        max-width: 125px;
        height: 35px;
        font-size: 14px;
    }

    .store-info-box h3::before {
        margin-top: -5px;
    }

    .footer {
        padding-left: 20px;
    }

    .product-list {
        padding: 40px 0;
    }

    .product-list-btns .them-btn {
        height: 35px;
    }

    .business-hours-right {
        margin-bottom: 20px;
    }

    .business-hours-right ul {
        margin-left: 0;
    }

    .container {
        padding: 0 25px;
    }

    .buy-value,
    .buy-value input.number {
        max-width: 100%
    }

    .product-tab-info h3 {
        font-size: 16px
    }

    .product-list-btns .them-btn {
        font-size: 12px
    }

    .product-list-left {
        margin-bottom: 40px
    }

    .nav-tabs .nav-link {
        flex: 0 0 47%;
    }

    .product-list-right .nav-link:nth-child(3n+1) {
        clear: none;
    }

    .product-list-right .nav-link:nth-child(2n+1) {
        clear: left;
    }

    .product-list-right .nav-link {
        width: 50%;
    }

    .tab-link-text p {
        font-size: 12px
    }

    .tab-link-text p strong {
        font-size: 14px;
        margin-right: 0;
        font-weight: 600
    }

    .tab-link-text p span {
        font-size: 14px;
    }

    .product-list-right .nav-link {
        margin-bottom: 18px
    }

    h2 {
        font-size: 17px
    }

    .main-content h2::before {
        width: 20px;
        height: 40px
    }

    .main-content h2 {
        padding-left: 25px
    }

    .product-list-btns {
        margin-bottom: 0;
    }

    .main-content h2 {
        margin-bottom: 21px
    }

    .delicious-tab-info p, p {
        font-size: 12px;
    }

    .delicious-tab-info {
        padding: 20px 15px;
    }

    .tab-delicious-img,
    .tab-delicious-info {
        flex: 0 0 50%;
    }

    .tab-delicious-info {
        padding: 13px 13px;
    }

    .tab-delicious-info .btn {
        font-size: 14px;
        height: 30px;
    }

    .tab-delicious-info ul li {
        font-size: 13px
    }

    .tab-delicious-info .btn,
    .tab-delicious-info ul li {
        margin-bottom: 17px;
    }

    h3 {
        font-size: 17px
    }

    p {
        margin-bottom: 15px;
    }

    .store-info-box {
        padding: 20px;
    }

    .store-info-box h3 {
        padding-left: 20px
    }

    .store-info-box h3::before {
        width: 10px;
        height: 10px
    }

    .business-hours-right ul li,
    .store-info-box p {
        font-size: 13px
    }

    .main-store-box {
        margin-bottom: 0px;
    }

    .store-info {
        padding-bottom: 0px;
        padding-top: 40px;
    }

    .main-store-right {
        padding-bottom: 20px
    }

    .footer-links a {
        font-size: 13px
    }

    .footer-links li {
        line-height: 1;
    }

    .copy-right {
        padding-bottom: 105px;
        border-top: 1px solid #cacaca;
    }

    .copy-right p {
        font-size: 10px;
    }

    .social-link {
        width: 25px;
    }

    .tab-delicious-info .next-icon {
        width: 25px;
        height: 25px;
        padding: 8px;
        right: 13px;
        bottom: 19px
    }

    .side-bar-list .top-link {
        font-size: 12px;
    }

    .footer-links li,
    .footer-links {
        margin-bottom: 12px
    }

    .product-tab-info .dropdown-title {
        padding: 8px 0
    }

    .product-tab-info .dropdown-title::after {
        right: 29%;
    }

    .shoping-img img {
        max-width: 35px;
        max-height: 35px
    }

    .shoping-img {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 66px;
    }

    .side-bar-list ul {
        padding: 0;
    }

    .shoping-img .card-price {
        top: 3px;
        right: 3px;
        font-size: 16px;
    }

    .product-list-left {
        margin-bottom: 20px;
    }

    .online-store-img {
        padding-right: 23px
    }

    .right-arrow {
        max-width: 11px;
    }

    .online-store-features {
        padding-bottom: 0
    }

    .main-content h2 {
        font-weight: 600;
    }

    .eat-delicious {
        padding-bottom: 0
    }

    .main-content .store-info h2 {
        margin-bottom: 27px
    }

    .store-info-box h3 {
        margin-bottom: 17px
    }

    .store-info-box {
        padding-top: 14px;
    }

    .store-info-box.alt .main-store-right {
        padding: 0
    }

    .delicious-tab-info p {
        letter-spacing: 0.78px;
    }

    .footer-wrap {
        margin-bottom: 0
    }

    .tab-delicious-info {
        flex: 0 0 55%;
    }

    .tab-delicious-img {
        flex: 0 0 45%;
    }

    .footer-wrap {
        border-bottom: none;
    }

    .tab-link-text p strong {
        display: inline-block;
    }

    .tab-link-text p {
        font-weight: 300;
    }

    .main-content h2::before {
        top: 41%;
        width: 26px;
    }

    .side-bar-list li:first-child {
        border-left: 0
    }

    .side-bar-list ul {
        justify-content: space-between;
    }

    .side-bar-list li {
        flex: 0 0 25%;
        max-width: inherit;
    }

    .side-bar-list li:first-child a {
        font-size: 18px;
    }

    .side-bar-list li a {
        font-size: 16px;
        padding: 8px 0;
    }

    .tab-delicious-info .btn {
        font-size: 13px
    }

    .eat-delicious-left .tab-pane.show, .product-list-left .tab-pane.show {
        /*width: 350px*/
    }

    .product-tab-info {

        /*max-width: 350px;*/
    }

    /*.eat-delicious-left .close-btn {*/
    /*    top: -27px;*/
    /*    right: 0px;*/
    /*}*/
    .close-btn {
        top: -23px;
        right: 0;
        width: 14px;
        height: 14px
    }

    .eat-delicious-left .tab-pane.show, .product-list-left .tab-pane.show {
        /*padding-top: 28px*/
    }

    .value-button {
        font-size: 18px;
    }

    .business-hours p {
        margin-bottom: 18px
    }

    .store-info-box .main-store-right:last-child p, .store-info-box p {
        margin-bottom: 20px
    }

    .store-info-box {
        margin-bottom: 25px
    }

    .home-banner .aside-logo img {
        min-height: auto
    }

    .online-store-features .owl-carousel .owl-nav button.owl-next {
        max-width: 18px;
        height: 15px;
    }

    .online-store-features .owl-nav {
        top: 27%
    }

    .eat-delicious-right {
        margin-top: 0;
    }

    .product-list-left h2 {
        font-size: 17px;
    }

    .eat-delicious-right {
        margin-bottom: 20px
    }

    .store-info-box h3 {
        font-size: 16px;
    }

    .main-content h2::before {
        top: 8px;
        width: 29px;
    }

    .store-info h2::before {
        top: 5px
    }

    .product-list-right {
        margin-bottom: 0
    }

    .product-tab-info .dropdown-info {
        padding-bottom: 1px;
    }

    .home-banner .aside-logo {
        max-width: 70px;
    }

    .online-store-features {
        padding: 50px 0 0;
    }

    .online-store-features .social-link {
        right: -10px
    }

    .right-arrow {
        right: -11px
    }

    .product-list h2,
    .store-info h2,
    .eat-delicious-right h2 {
        font-size: 19px;
    }

    .eat-delicious-right h2 {
        margin-bottom: 23px
    }

    .store-info-box .them-btn {
        height: 31px;
        font-size: 14px;
    }

    .main-wrap {
        padding-bottom: 20px;
    }

    .online-store-features .owl-carousel .owl-nav button.owl-next {
        right: -5px;
    }
}

@media (max-width: 479px) {
    .shoping-img img {
        max-width: 30px;
        max-height: 30px;
    }

    .side-bar-list ul {
        padding: 10px 0;
    }

    .side-bar-list li {
        padding-left: 6px;
        padding-right: 6px;
    }

    .side-bar-list li:first-child a {
        font-size: 14px;
    }

    .side-bar-list li a {
        font-size: 13px;
        padding: 3px 0;
    }

    .footer {
        padding-left: 0;
    }

    .footer-links a {
        font-size: 12px
    }
}

@media (max-width: 413px) {
    .side-bar-list li:first-child a {
        font-size: 12px;
    }

    .side-bar-list li a {
        font-size: 11px;
    }
}

@media (max-width: 360px) {
    .eat-delicious-left .tab-pane.show,
    .product-list-left .tab-pane.show {
        /*width: 90%;*/
    }

    .product-tab-info {
        /*width: 90%;*/
    }

    .aside-inner {
        padding-left: 0;
    }

    .side-bar-list ul {
        padding: 10px 0;
    }

    .tab-link-text p br {
        display: none
    }

    .online-store-features .owl-nav {
        top: 22%;
    }

    .tab-link-text p {
        font-size: 11px;
    }

    .product-list-btns .them-btn {
        height: 35px;
    }
}

@media (width: 375px) {
    .product-list-right .nav-link {
        padding: 0 5px;
    }
}

@media (width: 414px) {
    .product-list-right .nav-link {
        padding: 0 5px;
    }
}

/* iphone specific */
@supports (-webkit-touch-callout: none) {
    .product-list-right .nav-link {
        padding: 0 5px;
    }
}
