@charset "utf-8";/*這段一定要加否則中文會變亂碼*/

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.header_area {position: relative;z-index: 9999;padding: 10px;background: #ffffff;position: sticky;top: 0;width: 100%;}
.header_area.sticky {width: 100%;z-index: 9999;background: #ffffffe3;}
.main_header_area .container {max-width: 1200px;margin: auto;}
.tp_links a {font-size: 16px;color: #888;margin: 0;}
.stellarnav > ul > li > a {padding: 0;color: #323232;letter-spacing: 1px;font-weight: 800;text-transform: uppercase;position: relative;display: inline-block;font-size: 15px;line-height: 40px;height: 40px;margin: 0 15px;overflow: hidden;cursor: pointer;text-align: center;}
.stellarnav > ul > li:before {content: "";width: 1px;height: 20px;background: #ccc;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.stellarnav > ul > li:nth-last-child(1):before {display: none;}
.stellarnav > ul > li:after {content: "";display: block;position: absolute;width: 0%;height: 1px;background: #ea6e22;transform: translate(-50%, -50%);bottom: 0%;left: 50%;transition: 0.3s all;}
.stellarnav > ul > li:hover:after {width: 70%;transition: 0.3s all;}
/*------------------------------------------*/

.stellarnav ul ul {top: auto;width: 200px;position: absolute;z-index: 9900;text-align: left;display: none;background: #333;transform: translateX(-50%);left: 50%;}
.stellarnav li li {display: block;border: 0px #eee solid;border-bottom-width: 0;text-align: center;transition: 0.3s all; }
.stellarnav li li:last-of-type {border-bottom-width: 0px;}
.stellarnav li a {padding: 15px 10px;display: block;color: #fff;letter-spacing: 1px;font-size: 15px;}
.stellarnav li li:hover {background: #000;transition: 0.3s all;}

.stellarnav ul ul ul {top: 0;left: 150%;}/*第三層下拉選單調整*/
/*--------------------手機板MENU設定----------------------*/
@media screen and (max-width: 768px) {
.stellarnav > ul > li:before {
    display: none;
}
.stellarnav > ul > li:after{
    display: none;
}
.stellarnav li li {
    border: 0px #eee solid;
    border-bottom-width: 0;
    text-align: unset;
}
.stellarnav li li:hover {
    background: #f5f5f5;
    transition: 0.3s all;
}
.stellarnav li a {
    padding: 15px 10px 15px 25px;
    color: #d25f16;
}
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    display: inline-block;
    text-align: right;
    font-size: 12px;
    background: #d96d00;
    color: #fff;
}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {
    border-bottom: solid 3px #ffffff;
}
.stellarnav.mobile > ul > li > a {
    padding: 15px 43px 15px 10px;
}
.stellarnav.mobile li a {
    border-bottom: 0;
}
.stellarnav.mobile > ul > li {
    border-bottom: 1px #eee solid;
}
.stellarnav.mobile > ul > li > a.dd-toggle {
    padding: 13px;
}
.stellarnav.mobile li.open {
    background: #f5f5f5;
    padding: 0px;
}





/*------------------------------------------*/
.info_fix_links {display: flex!important;}
.linksBtn {display: none;}
.info_fix_links a {display: flex;width: 40px;height: 40px;overflow: hidden;border-radius: 5px;transition: .3s;background: rgba(0, 0, 0, .3);margin-bottom: 8px;color: #FFFFFF;font-size: 1.6em;justify-content: center;align-items: center;align-content: center;line-height: 1;filter: drop-shadow(1px 1px 2px #00000060);}
a.info_fix_default.info_fix_fb {background: #36578c;order: -8;}
a.info_fix_default.info_fix_line {background: #4db905;order: -5;}
a.info_fix_default.info_fix_ig {background: linear-gradient(45deg, #ffed57, #e532a8, #620ab9);order: -7;}
a.info_fix_default.info_fix_tel {display: none;}
a.info_fix_default.info_fix_mail {display: none;}
a.info_fix_default.info_fix_youtube {order: -6;}
a.info_fix_default.info_fix_shopee {order: -4;}
.info_fix_links a:hover {transform: translate(-6px, 0px);}
/*---------------首頁串接文章管理----------------*/
.module_i_news {
    padding: 50px 30px;
    padding-top: 100px;
}
.module_i_news .title_i_box h4 {
    font-size: 30px;
    color: #c33a3a;
    font-weight: 500;
    font-family: noto sans TC Black;
    letter-spacing:  1px;
}
.module_i_news ul {
    list-style: none;
    display: block;
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}
.module_i_news li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #eee;
}
.module_i_news li a {
    position: relative;
    display: grid
;
    grid-template-columns: unset;
    grid-gap: 10px;
}
.i_blog_le {
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    line-height: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.i_blog_ri h5 {
    font-weight: 600;
    font-size: 20px;
    color: #d25f16;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.i_blog_ri em {
    font-size: 13px;
    color: #ccc;
    letter-spacing: 1px;
    font-style: normal;
    display: block;
    margin: 7px 0;
}
.i_blog_ri p {
    font-size: 14px;
    color: #444;
    line-height: 180%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
}
.module_i_news li a:before {
    content: 'MORE+';
    position: absolute;
    z-index: 19;
    bottom: unset;
    right: unset;
    opacity: 0;
    text-align: center;
    font-size: 18px;
    color: #c33a3a;
    font-family: noto sans TC Black;
    transition: all .6s;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.module_i_news li a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    border: 0px;
    transition: all .6s;
}
.animated-arrow {
    background: unset;
    color: #d25f16;
    display: inline-block;
    margin-top: 50px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    width: 250px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid;
}
/*------RWD縮放------*/
@media screen and (max-width: 1024px) {
.module_i_news ul {
    list-style: none;
    display: block;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}    
}
@media screen and (max-width: 768px) {
.module_i_news ul {
    list-style: none;
    display: block;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}    
}
@media (max-width: 600px) {
    .module_i_news {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (max-width: 425px) {
    .module_i_news ul {
        list-style: none;
        display: block;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
}
/*--------首頁串接購物車-------*/
.prod_part {
    padding: 50px 30px;
    padding-top: 100px;
}
.i_prod_tit, .i_video_tit {
    text-align: center;
    margin-bottom: 30px;
}
.i_prod_tit span, .i_video_tit span {
    font-size: 30px;
    color: #c33a3a;
    font-weight: 500;
    font-family: noto sans TC Black;
    letter-spacing: 1px;
}
.pageIndex .products-list {
    gap: 30px;
}
/*------------結束-----------*/









/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/*-----------------------------------------------------------------------------------*/
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}
/* = = = 購物車設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.product-layer-two > li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}
.product-layer-two li a {
    position: relative;
    border: 0px;
    background: unset;
    padding: 12px 16px;
    display: block;
    font-size: 16px;
    color: #444;
    font-weight: 700;
}
.product-layer-two li i {
    position: absolute;
    right: 0;
    top: 0;
    width: 37px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product-layer-two li li a {
    padding: 5px 10px 5px 20px;
    color: #6b6b6b;
}
.product-layer-two li li:hover > a {
    background: #fff;
    color: #d25f16;
}
.product-layer-two li li:hover > a:before {
    background: #d25f16;
}
/*------------------------*/
.products-list .name {
    font-size: 15px;
    color: #444;
    font-weight: 800;
    letter-spacing: 1px;
    margin-top: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3em;
}
.products-list .name .numbering {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #888;
}
.products-list .price b {
    color: #555;
    font-size: 15px;
    width: calc(50% - 10px);
}
.products-list .price .sp_price {
    text-align: right;
    color: #d7291a;
}
.products-list .more {
    border: 1px solid #d25f16;
    color: #d25f16;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}
.products-list .item a:hover .more {
    background: #d25f16;
    color: #fff;
    letter-spacing: 2px;
}
.products-list .pic img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s all;
}
.products-list .pic:hover img {
    transform: scale(1.2);
    transition: .5s all;
}
/*------------下層-----------------*/
.edit {
    margin: auto;
    padding: 20px 0;
    line-height: 180%;
}/*內文介紹行距設定*/
.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 24px;
    color: #bf3838;
}
/*-結束-*/












/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.main_part {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 50px 20px;
}/*功能頁寬度設定*/

.path {
    display: none;
}/*路徑隱藏*/

/*內頁BANNER 設定*/
.banner {
    background: url(https://pic03.eapple.com.tw/danmsaudio/banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 350px;
}

.banner h5 {
    font-family: noto sans TC BLACK;
    color: #fff;
    letter-spacing: 1px;
}

.banner h5:before {
    content: "";
    position: absolute;
    background: url(https://pic03.eapple.com.tw/danmsaudio/banner2.png) no-repeat;
    background-size: cover;
    width: 600px;
    height: 170px;
    transform: translate(-50%, -50%);
    left: 50%;
}
@media screen and (max-width: 600px) {
.banner h5:before {
    display: none;
    }
}

.banner.banA {}
.banner.banB {
    display: none;
}/*操作教學/門市資訊*/

.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
h5.blog_le_t {
    display: none;}
h4.blog_category_title {
    display: none;}
.blog_box {
    padding-top: 100px;
}
.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: solid 1px #ad907e;
    border-radius: 5px;
    padding: 10px 35px 10px 10px;
}
.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 5px;
    border: 0px #ccc solid;
    overflow: hidden;
    background: #d25f16;
}
.accordion li+li .link {
    border-top: 0px solid #ccc;
}
.accordion li .link a {
    cursor: pointer;
    display: block;
    padding: 20px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
}
/*---------------------------*/
.subbox_item {
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
}
.subbox_item a {
    display: grid;
    grid-template-columns: none;
    position: relative;
    grid-gap: 20px;
}
.blog_list_le {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    aspect-ratio: 4 / 3;
}
.blog_list_ri h5 {
    font-weight: 600;
    font-size: 20px;
    color: #d25f16;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.blog_list_ri>*+* {
    margin-top: 10px;
}
.blog_list_ri em {
    font-size: 13px;
    letter-spacing: 1px;
    color: #ccc;
    font-style: normal;
    display: block;
}
.blog_list_ri p {
    font-size: 14px;
    color: #444;
    line-height: 180%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
}
.subbox_item a:before {
    content: 'MORE+';
    font-family: noto sans TC Black;
    position: absolute;
    z-index: 19;
    bottom: unset;
    right: unset;
    opacity: 0;
    font-size: 18px;
    color: #c33a3a;
    transition: all .6s;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.subbox_item a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    border: 0px;
    transition: all .5s;
}
/*----------下層-----------*/
.blog_in_page .blog_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.blog_in_page .blog_le {
    display: none;
}
.blog_in_page .blog_ri {
    width: 90%;
    padding: 0 0 0 0px;
    min-height: 75vh;
}
.articel_mainPic img {
    display: none;}/*內文不顯示封面照片*/

.blog_box_edit * {
    line-height: 190%;
}/*內文行距*/    
.blog_back {
    text-align: center;
    display: flex;
    grid-gap: 30px;
    justify-content: center;
}
.blog_back a {
    font-size: 15px;
    color: #d45e16;
    display: block;
    padding: 10px 15px;
    width: auto;
    border-bottom: 1px solid;
}
.blog_back a.article_btn_prev {
    background: unset;
}
.blog_back a.article_btn_back {
    background: unset;
}
.blog_back a.article_btn_next {
    background: unset;
}
.news_related h6 span:before {
    content: '相關文章';
    font-size: 24px;
    color: #bf3838;
}
.news_related_list li a {
    display: block;
    padding: 12px;
    background: #fff;
    height: 100%;
}
.news_related_list li a p {
    font-size: 15px;
    color: #333;
    line-height: 2;
    padding-top: 8px;
}
.lastPage {
    font-size: 16px;
    color: #fff;
    background: #d45e18;
    padding: 10px 20px;
    display: block;
    margin: 40px auto;
    width: 130px;
    text-align: center;
}
/*結束*/

/*--常見問題單獨設定--*/
.article_b .blog_subbox {
    display: grid;
    grid-template-columns: unset;
    grid-gap: 20px;
}
.article_b .blog_list_le {
    display: none;}/*封面照隱藏*/
.article_b .blog_list_ri em {
    display: none;}/*發布日期隱藏*/
    .article_b .news_related_list li figure {
    display: none;}/*下層文章內下面相關文章封面移除*/
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 表單設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.contact_content .information_left {
    display: none;}
.contact_content .information_right {
    width: calc(100% - 300px);
    padding-left: 10px;
}
.contact_content form {
    display: flex;
    justify-content: center;
}
.blank_letter {
    font-family: 'Josefin Sans', 'sans-serif', '微軟正黑體';
    padding-top: 30px;
    font-size: 26px;
    color: #d25f16;
    background-position: left bottom;
    background-repeat: no-repeat;
    text-align: center;
}
.contact_form {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #444;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    display: block;
    vertical-align: top;
    font-style: normal;
    padding: 7px;
    text-align: center;
    border: 0px;
    border-bottom: 1px #d25f16 solid;
    width: 150px;
    max-width: calc(50% - 10px);
}
.contact_form li.last cite {
    background: unset;
    color: #d25f16;
}
/*-結束-*/



/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
/*#bottom_menu {display: block; }*/
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




