/*DESKTOP
======================*/

@media screen and (min-width: 1170px) {}

@media screen and (min-width: 990px) {}

@media screen and (min-width: 990px) and (max-width: 1169px) {}

@media screen and (min-width: 768px) and (max-width: 1169px) {
    .share_info{
        right:-10px;
        top:-20px;
    }
    .main_menu {
        width: 87%;
    }
    .main_menu li {
        margin:0 12px;
    }
    .main_menu li:last-child {
        margin:0 0 0 12px;
    }
    .main_menu li {
        font-size: 15px;
        margin:0 12px;
        padding:5px 12px;
        height:30px;
    }
    @keyframes hover {
        0% {
            transform: scaleX(0);
            height: 3px;
        }
        45% {
            transform: scaleX(1.05);
            height: 3px;
        }
        55% {
            height: 3px;
        }
        100% {
            transform: scaleX(1.05);
            height: 30px;
        }
    }

    @keyframes no-hover {
        0% {
            transform: scaleX(1.05);
            height: 30px;
        }
        45% {
            height: 3px;
        }
        55% {
            transform: scaleX(1.05);
            height: 3px;
            opacity: 1;
        }
        100% {
            transform: scaleX(0);
            height: 3px;
            opacity: .02;
        }
    }
}


/*TABLET
======================*/
@media screen and (min-width: 990px) and (max-width: 1279px) {
    .menu_content {
        /* background: rgba(0, 0, 0, 0.85); */
        height: 100px;
        width: 20%;
        position: fixed;
        top: 14%;
        right: 0;
        bottom: 0;
        left: 80%;
        display: none;
        z-index: 2;
    }
    .menu_content ul {
        list-style-type: none;
        padding: 0;
        text-align: right;
        position: absolute;
        top: 0;
        right: -15px;
        transform: translate3d(-50%, -50%, 0);
    }
    .menu_content ul li {
        font-size: 13px!important;
        color: #3989C6;
        font-size: 24px;
        letter-spacing: 1.4px;
        padding: 3px 0;
    }
    
    
    .main_menu {
        height: 100%;
        position: relative;
    }
    .main_menu h1 {
        width: 100%;
        text-align: center;
        font-family: 'Slabo 13px', serif;
        font-size: 38px;
        font-weight: normal;
        letter-spacing: 1px;
        color: white;
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
    }
    .main_menu .trigger {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 3;
        cursor: pointer;
        transition: top .1s ease-in-out;
    }
    .main_menu .trigger span {
        display: block;
        width: 100%;
        height: 1px;
        background: #3989C6;
        margin: 0 0 5px 0;
        transition: all .2s ease-in-out;
        position: absolute;
    }
    .main_menu .trigger span:first-child {
        top: 0;
        left: 0;
    }
    .main_menu .trigger span:nth-child(2) {
        top: 10px;
        left: 0;
    }
    .main_menu .trigger span:last-child {
        top: 20px;
        left: 0;
    }
    .main_menu .trigger.on {
        top: 5px;
    }
    .main_menu .trigger.on span:first-child {
        transform: rotate(45deg);
        background: #3989C6;
    }
    .main_menu .trigger.on span:nth-child(2) {
        transform: rotate(-45deg);
        background: #3989C6;
        top: 0;
    }
    .main_menu .trigger.on span:last-child {
        transform: rotate(45deg);
        background: #3989C6;
        top: 0;
    }
    .menu_content {
        background: rgba(0, 0, 0, 0.85);
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        z-index: 2;
    }
    .menu_content ul {
        list-style-type: none;
        padding: 0;
        left: 0;
        width: 250px;
        text-align: center;
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
    }
    .menu_content ul li {
        color: #3989C6;
        font-size: 27px;
        padding: 13px 0;
    }
    .menu_content ul li a {
        font-size: 16px;
    }
}
@media screen and (max-width:1279px) and (orientation:landscape) {}

@media screen and (max-width: 989px) {}

/* MOBILE
======================*/

@media screen and (max-width: 767px) {
    .main_menu {
        height: 100%;
        position: relative;
    }
    .main_menu .trigger {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 5px;
        right: -12px;
        z-index: 311;
        cursor: pointer;
        transition: top .1s ease-in-out;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }
    .main_menu .trigger:before {
        content: "";
        display: block;
        width:40px;
        height:40px;
        position: absolute;
        left:-10.5px;
        top:-13px;
        border:1px solid #45e3b0;
        border-radius: 50%;
        background-image: url(../images/solid-bg.png);
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }
    .main_menu .trigger.on:before {
        content: "";
        display: block;
        width:35px;
        height:35px;
        position: absolute;
        left:-10px;
        top:18px;
        border:1px solid #45e3b0;
        border-radius: 0%;
        background-image: url(../images/solid-bg.png);
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }
    .main_menu .trigger span {
        display: block;
        width: 100%;
        height: 1px;
        background: #45e3b0;
        margin: 0 0 5px 0;
        transition: all .2s ease-in-out;
        position: absolute;
    }
    .main_menu .trigger span:first-child {
        width: 20px;
        top: 0;
        left: 0;
    }
    .main_menu .trigger span:nth-child(2) {
        width: 20px;
        top: 7px;
        left: 0;
    }
    .main_menu .trigger span:last-child {
        width: 20px;
        top: 14px;
        left: 0;
    }
    .main_menu .trigger.on {
        top: -24px;
    }
    .main_menu .trigger.on span:first-child {
        transform: rotate(45deg);
        background: #45e3b0;
        left:-5px;
        top: 35px;
        width:26px;
    }
    .main_menu .trigger.on span:nth-child(2) {
        transform: rotate(-45deg);
        background: #45e3b0;
        left:-5px;
        top: 35px;
        width:26px;
    }
    .main_menu .trigger.on span:last-child {
        transform: rotate(45deg);
        background: #45e3b0;
        top: 16px;
        left:18.5px;
        opacity: 0;
    }
    .menu_content {
        background: rgba(0, 0, 0, 0.95);
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        z-index: 302;
        padding:14px;
    }
    .menu_content:before {
        content: "";
        height: 100%;
        width: 100%;
        border:1px solid #45e3b0;
        display: block;
    }
    .menu_content .content_row {
        width: 100%;
        height:auto;
        position: absolute;
        top:20%;
        left:0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .menu_content .content_row span {
        color: #3989C6;
        font-size: 14px;
        display: block;
        width: 80%;
        border:1px solid #45e3b0;
        margin:15px 0;
        height:42px;
        line-height: 38px;
        letter-spacing: 6px;
        text-align: center;
        background-image: url(../images/solid-bg-2.jpg);
    }
    .menu_content .content_row span i {
        margin-right:14px;
    }
    .menu_content .content_row span.border-line {
        border-bottom:1px solid #574b66;
        padding-bottom:28px;
        margin-bottom:18px;
    }
    .menu_content .content_row span a {
        font-size: 17px;
        color:#fff;
        width:100%;
        display: block;
        height:100%;
    }
    .menu_content a{
        margin-right:0px!important;
    }
    .main_header {
        padding: 0 15px;
    }
    .icon_member{
        opacity: 1;
    }
    .icon_tag{
        opacity: 1;
    }
    .icon_cart{
        opacity: 1;
    }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
    .share_info{
        position: relative;
        right:auto;
        left:auto;
        top:auto;
        bottom:140px;
        width: auto;
        text-align: center;
    }
    .share_info a img{
        width: 70px;
    }
    .menu_content .content_row span {
        width: 85%;
    }
    .main_menu .trigger {
        right: -18px;
    }
}
@media screen and (max-width: 599px) {
    .member_login a{
        color: #fff;
        font-size:12px;
        text-shadow: 1px 1px 2px #555;
        letter-spacing: 1px;
    }
    .member_login span:nth-child(1):after,
    .member_login span:nth-child(2):after{
        display:none;
    }
    .member_login{
        padding-top:26px;
        padding-right:40px;
    }
    .main_logo{
        left:8px;
        top:2px;
    }
    .share_info{
        position: relative;
        right:auto;
        left:auto;
        top:auto;
        bottom:80px;
        width: auto;
        text-align: center;
    }
    .share_info a img{
        width: 70px;
    }
}
@media screen and (max-width: 330px) {
    .menu_content ul {
        top: 250px;
        left: 50%;
    }
}


/* ONLY
======================*/

@media screen and (-webkit-min-device-pixel-ratio:2) and (min-width: 768px) and (max-width: 989px) {}

@media screen and (-webkit-min-device-pixel-ratio:2) and (max-width: 767px) {}


/* Firefox All */

@-moz-document url-prefix() {
    .xxxx {}
}


/* Safari 5~6 ONLY */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome,
    .xxxx {}
}


/* Safari 6Ã¤Â»Â¥Ã¤Â¸Å  ONLY */

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        _:-webkit-full-screen,
        .xxxx {}
    }
}


/**/
