/* custom css */
/* TABLE OF CONTENTS  
 
1) Typography 排版
2) Layout 布局
3) Pages
4) Template Components 模版組件(按鈕、表單)
5) Navigations 導航
6) Blocks/Widgets 區塊/小工具、裝置
7) bxslider
8) Slick 
9) Owl carousel
*/
/* 1 Typography
----------------------------------------------------------------------------- */
@media (max-width:768px) {
    body.home .content h2 {
        padding: 20px 0;
    }
    body.home .content .hotvd {
        margin-bottom: 30px;
    }
}
@media (max-width: 575px){
    .col-xxs-12{
        width: 100%;
    }
}
/* 2 Layout
----------------------------------------------------------------------------- */
.pd-8 {
    padding-left: 8px;
    padding-right: 8px;
}
.newpd-width,
.hotpd-width {
    box-sizing: border-box;
    padding: 0 7px;
}
/* 3 Pages
----------------------------------------------------------------------------- */
/*home
-----------------------------------*/
body.home section.content .intro {
    padding: 75px 0 150px;
}
body.home section.content .intro .intro-box{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
}
body.home section.content .intro .intro-img img{
    width: 100%;
}
body.home section.content .intro .slogan{
    font-size: 24px;
    letter-spacing: 9px;
}
body.home section.content .intro .slogan span{
    display: block;
    font-size: 15px;
    letter-spacing: 6px;
    color: rgba(34,34,34,.6);
    margin-top: 10px;
}
body.home section.content .intro .followus-box{
    margin: 45px -5px 0;
}
body.home section.content .intro .followus-box a{
    width: 45px;
    height: 45px;
    margin: 5px;
    background: rgba(45,45,45,.05);
    border-radius: 99em;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
body.home section.content .intro .followus-box a.i-email{
    font-size: 18px;
}
body.home section.content .intro .followus-box a:hover{
    color: #fff;
    background: #D41618;
}
@media (max-width: 991px){
    body.home section.content .intro {
        padding: 45px 0 90px;
    }
}
@media (max-width: 767px){
    body.home section.content .intro {
        padding: 45px 30px 90px;
    }
    
    body.home section.content .intro .intro-txt{
        text-align: center;
        margin-top: 45px;
    }
}
@media (max-width: 576px){
    body.home section.content .intro {
        padding: 45px 30px;
    }
}
.series-link .sr-item{
    height: 420px;
    padding: 0;
    color: #fff;
    position: relative;
}
.series-link .sr-img{
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 100%;
}
.series-link .sr-title{
    font-size: 20px;
    letter-spacing: 6px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: .25s ease-in-out;
}
.series-link .sr-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .25s ease-in-out;
}
.series-link .sr-over-txt{
    text-align: center;
    width: 37.5%;
    margin-top: 30px;
    transform: translateY(100%);
    transition: .25s ease-in-out;
}
.series-link .sr-over-txt .sr-name{
    font-size: 20px;
    letter-spacing: 6px;
    padding: 10px;
    border: 1px solid #fff;
    margin-bottom: 20px;
}
.series-link .sr-over-txt .en{
    font-size: 18px;
}
.series-link .sr-item:hover .sr-title{
    transform: translateY(120px);
}
.series-link .sr-item:hover .sr-overlay{
    opacity: 1;
}
.series-link .sr-item:hover .sr-over-txt{
    transform: translateY(0);
}
@media (max-width: 1200px){
    .series-link .sr-item{
        height: 320px;
    }
}
/*about
-----------------------------------*/
body.about .content .tbox {
    position: relative;
    margin-bottom: 95px;
}
body.about .content .textbox {
    position: absolute;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.9);
    width: 30%;
    padding: 60px 40px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    left: -27px;
    top: 66px;
    min-width: 446px;
    min-height: 362px;
}
body.about .content .t-right {
    left: initial;
    right: 0;
}
.pic-left figure {
    text-align: left;
}
.pic-right figure {
    text-align: right;
}
@media(max-width:1199px) {
    body.about .content .textbox.t-left {
        left: 0px;
    }
}
@media(max-width:768px) {
    body.about .content .textbox h2 {
        font-size: 150%;
    }
    body.about .content .textbox {
        position: relative;
        top: inherit;
        background-color: transparent;
        box-shadow: none;
        padding: 30px 20px;
        min-height: inherit;
        min-width: 100%;
    }
    body.about .content .textbox.t-left {
        left: inherit;
    }
    body.about .content .tbox {
        margin-bottom: 0px;
    }
}
/*相關商品*/
.otherpd.owl-carousel {
    padding: 0;
}
/* 4 Template Components
----------------------------------------------------------------------------- */
.quantity .input-group .btn.addone {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.quantity .btn.disable_btn {
    background-color: #fff;
    border: 1px solid #f3f3f3;
}
.quantity .disable_btn i {
    color: #ddd;
}
.alert-warning {
    color: #ffffff;
    background-color: hsla(0, 0%, 0%, 0.5);
    border: 0;
}
/* 5 Navigations
----------------------------------------------------------------------------- */
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #86470c;
    color: #fff;
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent;
    border-color: transparent;
}
.son-menu_left li a:hover,
.son-menu_left li a:focus,
.son-menu_left li > a.active {
    color: #222;
    background: rgba(34,34,34,.05);
}
.son-menu_left li a {
    white-space: pre-wrap;
    padding: 10px 30px 10px 10px;
    position: relative;
}
.son-menu_left i {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #555;
}
.son-menu_left .dropdown.open .icon-plus:before {
    content: "\e81a";
}
.son-menu_left .dropdown-menu>li>a {
    font-size: 13px;
    
    color: #888;
    padding: 10px 30px;
}
.son-menu_left .dropdown-menu>.active>a {
    background: rgba(34,34,34,.05);
}
ul.dropdown-menu>li>a {
    padding: 5px 30px;
}
ul.dropdown-menu>li>a.active {
    color: #D41618;
}
.pd-wrapper h2:after {
    content: "";
}
/* 6 Blocks/Widgets
----------------------------------------------------------------------------- */
.editor h2 {
    border: 0;
}
/*about
-----------------------------------*/
.about.about02 .tbox {
    position: relative;
    margin-bottom: 110px;
}
.about.about02 .textbox {
    position: absolute;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.9);
    width: 30%;
    padding: 60px 40px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    left: -27px;
    top: 66px;
    min-width: 446px;
    min-height: 362px;
}
.pic-left figure {
    text-align: left;
}
.editor .about h4 {
    color: #D41618;
}
@media(max-width:1199px) {
    .about.about02 .textbox.t-left {
        left: 0px;
    }
}
@media(max-width:768px) {
    .about.about02 .textbox h2 {
        font-size: 150%;
    }
    .about.about02 .textbox {
        position: relative;
        top: inherit;
        background-color: transparent;
        box-shadow: none;
        padding: 30px 20px;
        min-height: inherit;
        min-width: 100%;
    }
    .about.about02 .textbox.t-left {
        left: inherit;
    }
    .about.about02 .tbox {
        margin-bottom: 0px;
    }
}
/*cartlist
-----------------------------------*/
.cart-body .intro {
    color: #969292;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cartlist .input-group .form-control {
    z-index: 1;
}
/*product script
-----------------------------------*/
.pd-script{
    padding-bottom: 30px;
}
.pd-script .sec-01{
    margin-bottom: 30px;
}
.pd-script .sec-03{
    position: relative;
    margin-top: 120px;
}
.pd-script .sec-03:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../_images/product/script_bg.jpg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: -300px;
    left: 0;
    z-index: -1;
}
.pd-script .facts-box{
    background: #fff;
    padding: 45px 60px;
}
.pd-script .facts-box .facts-item{
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.pd-script .facts-box .facts-item:last-of-type{
    border-bottom: none;
}
.pd-script .facts-item .label{
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    color: rgba(0,0,0,.6);
    flex: 0 0 105px;
    max-width: 105px;
}
.pd-script .sec-04{
    background: url(../_images/product/script_03.jpg) no-repeat top center;
    padding-top: 270px;
}
.pd-script .aw-item{
    margin-bottom: 30px;
}
.pd-script .aw-item .img img{
    border: 5px solid #ddd;
}
@media (max-width: 575px){
    .pd-script .sec-01{
        margin: 0;
    }
    .pd-script .sec-02{
        background: url(../_images/product/script_bg.jpg) no-repeat center center;
        padding: 30px 0;
    }
    .pd-script .sec-03{
        margin: 0;
    }
    .pd-script .sec-03:before{
        display: none;
    }
    .pd-script .facts-box{
        padding: 30px 15px;
    }
}
/* 7 bxslider
----------------------------------------------------------------------------- */
/* 8 Slick
----------------------------------------------------------------------------- */
/*-----browing-history-----*/
.history-slick .item {
    border: 2px solid transparent;
    /*width: 80px !important;
    height: 80px !important;
    float: none;*/
    margin: 0 0 5px 0;
    overflow: hidden;
}
.history-slick .item:hover {
    border-color: #36200b;
}
/* 9 Owl carousel
----------------------------------------------------------------------------- */
/*control hight
---------------------------------*/
.line-clamp,
.line-clamp {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-clamp.text:after,
.line-clamp.text:after {
    content: '...';
    text-align: right;
    bottom: 0;
    right: 0;
    width: 18%;
    display: block;
    position: absolute;
    height: calc(1em * 1.5);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);
}
@supports (-webkit-line-clamp: 1) {
    .line-clamp:after {
        display: none !important;
    }
}
.line-clamp-1 {
    -webkit-line-clamp: 1;
    height: calc(1em * 1.5 * 1);
}
.line-clamp-2 {
    -webkit-line-clamp: 2;
    height: calc(1em * 1.5 * 2);
}
.line-clamp-3 {
    -webkit-line-clamp: 3;
    height: calc(1em * 1.5 * 3);
}
.line-clamp-4 {
    -webkit-line-clamp: 4;
    height: calc(1em * 1.5 * 4);
}
.line-clamp-5 {
    -webkit-line-clamp: 5;
    height: calc(1em * 1.5 * 5);
}
.show-pd__select {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.show-pd__select+b {
    text-align: center;
    background: #ffdcc7;
    display: block;
    line-height: 1.8em;
    color: #d86b2d;
    border-radius: 4px;
    margin: 13px 0 3px;
}
.show-pd__cart .show-pd__select+b {
    margin-bottom: 10px;
}
.show-pd__select label {
    font-weight: 500;
    color: #333;
    flex: 0 0 100px;
}
/*member center*/
/* 20191101 新增*/
.flex-row-container {
    display: flex;
    flex-direction: column;
}
.home .ads-01 {
    padding: 0;
}
.home .ads-01 .cfpic {
    margin: 0 0 19px;
}
.en {
    font-family: 'Montserrat', sans-serif;
}
.sec-title .en {
    font-size: 1.1rem;
    font-weight: 800;
}
.owl-prev, .owl-next {
    width: 45px;
    height: 45px;
    border: none;
    background: #c3c3c3;
}
.add-cart-box:hover .pdimg {
    border-radius: 0;
}
.home .hotpd {
    padding: 120px 0;
}
.add-cart-box .pd-overlay .btn.btn-line-w {
    background: #fff;
}
.add-cart-box .pd-overlay .btn {
    border-radius: 4px;
    font-size: .9rem;
    color: #000;
    font-weight: 550;
}
.btn span.en {
    font-family: 微軟正黑體, sans-serif;
}
.btn i.fa-plus {
    position: relative;
    top: 1px;
    left: 8px;
}
.btn i:before {
    -webkit-transition: none;
    transition: none;
}
.main-btn a.btn-search {
    font-size: 20px;
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes headShake {
    0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
    }
    50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
}
/* 開箱分享 */
.open_news {
    background: #F7F7F7;
    padding: 120px 0;
}
.open_news img {
    max-width: 100%;
    display: block;
}
.op_grid {
    display: grid;
    grid-template-columns: 1fr calc(115.6%/3) 1fr;
    column-gap: 30px;
}
.op_item {
    position: relative;
    margin-bottom: 20px;
}
.op-btn, .op-btn:focus {
    background: #fff;
    color: #000;
    padding: 9px 40px;
    font-weight: 600;
}
.pdt-btn {
    background: #F5F5F5;
}
.op-btn:hover {
    background: #000;
    color: #fff;
    -webkit-transition: .3s ease-out; /* Safari */
    transition: .3s ease-out;
}
.op-btn i {
    margin-left: 10px;
    color: #D41618;
}
.op-btn:hover i {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
    animation-duration: 3s;
}
.op-overlay-figure {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.op-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(129, 163, 79, 0.85);
}
.op_item:hover .op-overlay {
    opacity: 1;
}
.op-text h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 15px;
}
.op-text a {
    float: right;
    margin-top: 30px;
}
.op-text {
    width: 70%;
    color: white;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: justify;
}
.op-text a:hover {
    text-shadow: 2px 1px 3px #000;
}
/* 開箱分享 */
.style--label.active .price {
    color: #D41618;
}
body.order.p03 .paytotal span.price {
    color: #D41618;
}
body.order.p03 .paytotal {
    color: #D41618;
}
.pdlist {
    margin-bottom: 0;
}
.mt-50 {
    margin-top: 50px;
}
.mt-70 {
    margin-top: 70px;
}
.otherpd.owl-carousel .owl-nav .owl-next, .otherpd.owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
}
.boxgo_info {
    padding-bottom: 70px;
}
.boxgo_info h4 {
    font-size: 22px;
    font-weight: 700;
}
.info_item ul {
    margin: 25px 10px;
}
.info_item ul > li {
    margin: 10px;
}
.info_item ul > li > a {
    color: #D41618;
}
@media (max-width: 1199px) {
    .op-text {
        font-size: 12px;
        width: 80%;
    }
    .op-text h3 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 6px;
    }
    .op-text a {
        margin-top: 0;
    }
}
@media (max-width: 991px) {
    .home .ads-01 .cfpic {
        width: 49%;
    }
    .home .ads-01 .cfpic:first-child {
        margin: 15px 5px 0 0;
    }
    .home .ads-01 .cfpic:last-child {
        margin: 15px 0 0 5px;
        float: right;
    }
    .home section.content {
        margin-top: 15px;
    }
    .imgzoom, .imgzoom a {
        overflow: hidden;
        display: inline-block;
    }
    .breadcrumb {
        margin: 15px 0;
    }
    .pdt .cart-icon {
        display: flex;
        padding: 14px 7px 15px 20px;
    }
    .pdt .cart-icon i.fa-shopping-cart {
        font-size: 30px;
    }
    .pdt .cart-icon i:not(.fa-shopping-cart) {
        position: absolute;
        top: 6px;
        right: -7px;
        background: #D41618;
        color: #fff;
        font-weight: 600;
        padding: 0px 6px;
        border-radius: 15px;
    }
    .p-item button.btn-addcart {
        min-width: 150px;
        padding: 6px;
        margin-top: 15px;
        background-color: transparent;
        border: 1px solid rgba(0, 0, 0, .5);
        color: #333;
    }
}
@media (max-width: 767px) {
    
    #searchForm .input-search {
        width: 100%;
    }
}
@media (max-width: 646px) {
    .home .ads-01 .cfpic {
        margin: 15px 0 0;
        width: 100%;
    }
}
@media (max-width: 575px) {
    .op_grid {
        display: block;
    }
}
@media (max-width: 480px) {
    body.home .newpd {
        padding: 60px 0 0;
    }
    .p-item button.btn-addcart {
        min-width: auto;
    }
    .adimg img {
        max-width: 100%;
        margin-bottom: 11px;
    }
}
/* End required CSS. */
footer .main-btn a:hover {
    color: #fff;
    opacity: .7;
}
#coupon_num-error {
    position: relative;
    font-size: 12px;
    color: #d80f00;
    right: 10px;
    bottom: 8px;
}

/* msgbtn */
.msg-closebtn:before,.msg-closebtn:after{content:"";position:absolute;left:15px;top:25px;width:20px;height:2px;background-color:#fff;z-index:1000}.msg-openbtn{position:fixed;right:20px;bottom:105px;z-index:999;color:#fff;width:50px;height:50px;border-radius:50%;text-align:center;line-height:50px;display:block;margin-bottom:10px;background-color:rgba(17,17,17,0.7);border:0;margin:0;padding:0;cursor:pointer}@media (min-width: breakpoint-min(lg, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))) and (max-width: breakpoint-max(lg, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))){.msg-openbtn{bottom:240px}}@media (max-width: breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))){.msg-openbtn{width:30px;height:30px}}.msg-openbtn i{font-size:20px}.msg-openbtn i.icon-bubbles{font-size:28px;position:relative;top:6px}.msg-closebtn{position:relative;display:block;width:50px;height:50px}.msg-closebtn:before{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg)}.msg-closebtn:after{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg)}.mesgbtn a{display:block;color:#fff;width:50px;height:50px;border-radius:25px;text-align:center;line-height:45px;margin-bottom:10px}@media (max-width: breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))){.mesgbtn a{width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%}}.mesgbtn a:hover{width:150px;text-align:left;padding-left:5px;transition: all 0.3s;}@media (max-width: breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))){.mesgbtn a:hover{width:30px;text-align:center;padding-left:inherit}}.mesgbtn a:hover .effect-label{opacity:1;top:3px;left:50px;font-size:18px;font-weight:600}.mesgbtn .fbmesg{background-color:#448AFF;position:absolute;right:0;bottom:60px}@media (max-width: breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))){.mesgbtn .fbmesg{position:static}}.mesgbtn .lineqrLink{background-color:#00c300;position:absolute;right:0;bottom:0px}@media (max-width: breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))){.mesgbtn .lineqrLink{position:static}}.mesgbtn .footer-btn-browing{background-color:#111}.mesgbtn .chat-icon{display:inline-block}.mesgbtn .effect-label{opacity:0;color:#fff;font-size:1.125rem;position:absolute;right:-999px;display:inline-block;-webkit-transition:opacity 0.4s;transition:opacity 0.4s}.slider-out{position:fixed;width:50px;height:auto;z-index:999;bottom:170px;right:20px}@media (min-width: breakpoint-min(lg, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))) and (max-width: breakpoint-max(lg, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))){.slider-out{bottom:300px}}@media (max-width: breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))){.slider-out{width:30px;bottom:100px;right:12px}}.mesgbtn{display:none}.mesgbtn.open,.mesgbtn.mobile{display:block;position:fixed;bottom:30px;right:0;z-index:99}.mesgbtn .btn-close{background-color:rgba(17,17,17,0.2);padding:5px;width:20px;height:20px;border-radius:50%}.mesgbtn #mesgbtn-close{z-index:9999;position:fixed;bottom:175px;right:20px}.mesg-svg-icon{fill:#fff;width:40px;height:40px;position:relative;top:5px}.keyreply-launcher{transition:color 0.7s;-webkit-transition:color 0.7s;-webkit-tap-highlight-color:rgba(0,0,0,0);background-size:contain}.keyreply-effect::before,.keyreply-effect::after{-webkit-box-shadow:0 0 0 2px rgba(111,148,182,0.6);box-shadow:0 0 0 2px rgba(111,148,182,0.6)}.keyreply-effect::before{position:absolute;top:50%;left:50%;margin:-50px 0 0 -50px;width:100px;height:100px;border-radius:50%;content:'';opacity:0;-webkit-filter:opacity(0%);filter:opacity(0%);pointer-events:none}.keyreply-effect.keyreply-show-effect::before{-webkit-animation:keyreply-effect-1 0.5s forwards;animation:keyreply-effect-1 0.5s forwards}.keyreply-effect.keyreply-show-effect::after{-webkit-animation:keyreply-effect-2 0.5s forwards;animation:keyreply-effect-2 0.5s forwards}@-webkit-keyframes keyreply-effect-1{0%{opacity:1;-webkit-filter:opacity(100%);filter:opacity(100%);-webkit-transform:scale3d(0.5, 0.5, 1);transform:scale3d(0.5, 0.5, 1)}100%{opacity:0;-webkit-filter:opacity(0%);filter:opacity(0%);-webkit-transform:scale3d(1.1, 1.1, 1);transform:scale3d(1.1, 1.1, 1)}}@keyframes keyreply-effect-1{0%{opacity:1;-webkit-filter:opacity(100%);filter:opacity(100%);-webkit-transform:scale3d(0.5, 0.5, 1);transform:scale3d(0.5, 0.5, 1)}100%{opacity:0;-webkit-filter:opacity(0%);filter:opacity(0%);-webkit-transform:scale3d(1.1, 1.1, 1);transform:scale3d(1.1, 1.1, 1)}}@-webkit-keyframes keyreply-effect-2{0%{opacity:1;-webkit-filter:opacity(100%);filter:opacity(100%);-webkit-transform:scale3d(0.5, 0.5, 1);transform:scale3d(0.5, 0.5, 1)}50%,100%{opacity:0;-webkit-filter:opacity(0%);filter:opacity(0%);-webkit-transform:scale3d(1.2, 1.2, 1);transform:scale3d(1.2, 1.2, 1)}}@keyframes keyreply-effect-2{0%{opacity:1;-webkit-filter:opacity(100%);filter:opacity(100%);-webkit-transform:scale3d(0.5, 0.5, 1);transform:scale3d(0.5, 0.5, 1)}50%,100%{opacity:0;-webkit-filter:opacity(0%);filter:opacity(0%);-webkit-transform:scale3d(1.2, 1.2, 1);transform:scale3d(1.2, 1.2, 1)}}

.msg-openbtn .msg__text {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 6rem;
    height: 2rem;
    background: #00aabb;
    color: #fff;
    font-weight: 600;
    border-radius: 15px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
    opacity: 0;
    transition-property: top, opacity;
    transition-duration: .3s;
    transition-delay: .1s;
}

.msg-openbtn .msg__text::after {
    content: '';
	position: absolute;
	bottom: 10px;
    right: 19%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #00aabb;
	border-bottom: 0;
	border-left: 0;
	margin-left: -8.5px;
	margin-bottom: -17px;
}

.msg-openbtn:not(.keyreply-show-effect) .msg__text {
    opacity: 1;
    top: -100%;
}

@media (max-width:1200px) {
    .btn-browing {
        bottom: 90px;
    }

    .msg-openbtn {
        bottom: 150px;
    }

    .slider-out {
        bottom: 205px;
    }
}

@media (max-width:991px) {
    .msg-openbtn {
        right: 10px;
        bottom: 130px;
    }

    .slider-out {
        bottom: 190px;
        right: 10px;
    }
}
/*# sourceMappingURL=mesgbtn.min.css.map */