/*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) {
    .main_header {
        padding: 0 25px;
    }
}


/*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) {
    .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: 24px;
        padding: 10px 0;
    }
    .menu_content ul li a {
        font-size: 16px;
    }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
    .slick-prev
    {
        left: 15px;
    }
    .slick-next
    {
        right: 15px;
    }
    .member_login span.cont_cart{
        margin-right:35px;
        position: relative;
        top:2px;
    }
}


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

@media screen and (max-width: 767px) {
    .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: -20px;
        right: 0px;
        z-index: 311;
        cursor: pointer;
        transition: top .1s ease-in-out;
    }
    .main_menu .trigger span {
        display: block;
        width: 100%;
        height: 1px;
        background: #5f5d5d;
        margin: 0 0 5px 0;
        transition: all .2s ease-in-out;
        position: absolute;
    }
    .main_menu .trigger span:first-child {
        width: 16px;
        top: 0;
        left: 14px;
    }
    .main_menu .trigger span:nth-child(2) {
        width: 22px;
        top: 7px;
        left: 8px;
    }
    .main_menu .trigger span:last-child {
        width: 10px;
        top: 14px;
        left: 20px;
    }
    .main_menu .trigger.on {
        top: -24px;
    }
    .main_menu .trigger.on span:first-child {
        transform: rotate(45deg);
        background: #fff;
        left:5px;
        top: 11px;
        width:28px;
    }
    .main_menu .trigger.on span:nth-child(2) {
        transform: rotate(-45deg);
        background: #fff;
        top: 11px;
        left:5px;
        width:28px;
    }
    .main_menu .trigger.on span:last-child {
        transform: rotate(45deg);
        background: #fff;
        top: 16px;
        left:18.5px;
        opacity: 0;
    }
    .menu_content {
        background: rgba(57, 45, 73, 0.98);
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        z-index: 302;
    }
    .menu_content ul {
        list-style-type: none;
        padding: 0;
        left: 0;
        width: 250px;
        text-align: left;
        position: absolute;
        top: 265px;
        right: auto;
        bottom: auto;
        left: 40%;
        transform: translate3d(-50%, -50%, 0);
    }
    .menu_content ul li {
        color: #ede7f5;
        font-size: 24px;
        padding: 13px 0;
    }
    .menu_content ul li i {
        margin-right:14px;
    }
    .menu_content ul li.border-line {
        border-bottom:1px solid #574b66;
        padding-bottom:28px;
        margin-bottom:18px;
    }
    .menu_content ul li a {
        font-size: 14px;
    }
    .menu_content a{
        margin-right:0px!important;
    }
    .main_header {
        padding: 0 15px;
        background: rgba(255, 255, 255, 0.8);
    }
    .icon_member{
        opacity: 1;
    }
    .icon_tag{
        opacity: 1;
    }
    .icon_cart{
        opacity: 1;
    }
}
@media screen and (max-width: 599px) {
    .member_login a{
        color: #000;
        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;
    }
}
@media screen and (max-width: 330px) {
    .menu_content ul {
        top: 260px;
        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 {}
    }
}


/**/
