@charset "UTF-8";

.cancel-btn {
    color: #ff0000;
}

header .header-sticky {
    background: #fff;
}

header .header-sticky.sticky {
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1049;
}

header .header-sticky .header-top {
    padding: .25px 0;
}

header .header-sticky .header-top .cart-btn {
    position: relative;
    color: #333;
    padding-right: 30px;
    font-weight: bold;
}

header .header-sticky .header-top .cart-btn i {
    color: #77b7e5;
    margin-right: 5px;
    font-size: 18px;
}

header .header-sticky .header-top .cart-btn .wishlist_products_counter_number {
    color: #a5d6f7;
    font-size: 13px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 5px;
    font-weight: 700;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #77b7e5;
}

header .header-sticky .header-top a.logo img {
    width: 200px;
}

header .header-sticky .header-inner {
    background: #f8f8f8;
}

header .header-sticky .header-inner ul li {
    margin: 0 10px;
}

header .header-sticky .header-inner ul li a {
    color: #4a8ab8;
    display: block;
    padding: 10px 0;
}

header .header-sticky .header-inner ul li a.logo {
    width: 300px;
}

header .header-sticky .header-inner ul li .text-wrap {
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    position: relative;
    font-weight: bold;
}

header .header-sticky .header-inner ul li .text-wrap:after {
    position: absolute;
    bottom: -30%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #48b7dd;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

header .header-sticky .header-inner ul li .text-wrap i {
    font-size: 14px;
    position: relative;
    top: -3px;
}

header .header-sticky .header-inner ul li.active .text-wrap,
header .header-sticky .header-inner ul li:hover .text-wrap {
    position: relative;
    font-weight: bold;
}

header .header-sticky .header-inner ul li.active .text-wrap:after,
header .header-sticky .header-inner ul li:hover .text-wrap:after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

header .header-sticky .header-inner .logo_m {
    width: 250px;
    margin: 0 auto;
    display: block;
}
header .header-sticky.sticky .header-inner .logo_m {
    width: 300px;
    margin: 0 auto;
    display: block;
}

header .header-bottom.header-sticky.sticky .categorie-title {
    display: none;
}

header .header-bottom-list>li>ul.ht-dropdown {
    width: 200px;
}

header .ht-dropdown {
    background: #fff;
    left: 0;
    opacity: 0;
    padding: 10px 0px;
    position: absolute;
    top: 100%;
    -webkiit-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    width: 165px;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}

header .header-top ul>li>ul.ht-dropdown li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header .header-top ul>li ul.ht-dropdown li a {
    color: #2c2c2c;
    display: block;
    font-size: 13px;
    line-height: 30px;
    padding: 5px 20px;
}

header .header-top ul>li ul.ht-dropdown li a:hover {
    color: #E62E04;
}

.footer-sticky.sticky {
    -webkit-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    -webkit-box-shadow: -3px -4px 10px -6px rgba(0, 0, 0, 0.4);
    box-shadow: -3px -4px 10px -6px rgba(0, 0, 0, 0.4);
    left: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1050;
    background: #fff;
}

.footer-sticky li {
    width: 20%;
    text-align: center;
    padding: 0px;
}

.footer-sticky li.active a {
    color: #0f51a3;
}

.footer-sticky li i {
    font-size: 22px;
    position: relative;
    top: 5px;
}

.footer-sticky li span {
    font-size: 12px;
}

.footer {
    background: #845306;
}

.footer .footer-title {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 1rem;
}

.footer .footer-content {
    color: #fff;
}

.footer .footer-content .footer-list {
    list-style-type: none;
    padding: 0;
}

.footer .copyright {
    color: #fff;
}

#scrollUp {
    background: #f6f8f7 none repeat scroll 0 0;
    bottom: 80px;
    color: #0f51a3;
    cursor: pointer;
    font-weight: 600;
    height: 54px;
    position: fixed;
    right: 24px;
    text-align: center;
    text-transform: uppercase;
    width: 54px;
    z-index: 999;
    border-radius: 50px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}

#scrollUp:hover {
    background: #0f51a3;
    color: #ffffff;
}

#scrollUp i {
    font-size: 34px;
    line-height: 55px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
    font-family: '微軟正黑體' !important;
}

a {
    opacity: .9;
}

a:hover,
a:focus {
    text-decoration: none;
    opacity: 1;
}

img {
    max-width: 100%;
}

.line-height-normal {
    line-height: normal;
}

.border-n {
    border: none !important;
}

.border-tb {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.border-tb-g {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
}

.border-r {
    border-right: 1px solid #ededed;
}

.border-b {
    border-bottom: 1px solid #fff;
}

.border-b-g {
    border-bottom: 1px solid #ededed;
}

.border-b-2b {
    border-bottom: 2px solid #0f51a3;
}

.underline {
    text-decoration: underline;
}

.text-red {
    color: #e76667;
}

.text-blue {
    color: #4f7ab2;
}

.text-green {
    color: #82c460;
}

.text-orange {
    color: #f50;
}

.text-black {
    color: #000;
}

.text-gray {
    color: #666;
}

.text1 {
    font-size: 1rem;
}

.text2 {
    font-size: 2rem;
}

.text3 {
    font-size: 3rem;
}

.text4 {
    font-size: 4rem;
}

.text6 {
    font-size: 8rem;
}

.text12 {
    font-size: 12px;
}

.text14 {
    font-size: 14px;
}

.text16,
.text18 {
    font-size: 18px;
}

.text22 {
    font-size: 22px;
}

.text24 {
    font-size: 24px;
}

.text26 {
    font-size: 26px;
}

.text28 {
    font-size: 28px;
}

.text32 {
    font-size: 32px;
}

.ck-img {
    text-align: center;
}

.ck-img img {
    width: 100%;
}

@media (max-width: 991px) {
    img {
        width: initial;
        max-width: 100% !important;
    }
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-48 {
    margin-left: 48px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

/*------Margin right-------*/
.mr-0 {
    margin-right: 0px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

/*------Margin Top-------*/
.mt-0 {
    margin-top: 0px !important;
}

.mt-7 {
    margin-top: 7px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-52 {
    margin-top: 52px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-110 {
    margin-top: 110px !important;
}

.mt-180 {
    margin-top: 180px !important;
}

/*------Margin Bottom-------*/
.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-7-5 {
    margin-bottom: 7.5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-58 {
    margin-bottom: 58px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-83 {
    margin-bottom: 83px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mtb-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

/*------Padding all-------*/
.p-60 {
    padding: 60px !important;
}

/*------Padding left-------*/
.pl-0 {
    padding-left: 0px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

/*------Padding right-------*/
.pr-0 {
    padding-right: 0px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

/*------Padding Left Right-------*/
.plr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.plr-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.plr-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.plr-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.plr-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.plr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.plr-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.plr-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

/*------Padding Top-------*/
.pt-0 {
    padding-top: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-94 {
    padding-top: 94px !important;
}

.pt-95 {
    padding-top: 95px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

/*------Padding-------*/
.p-50 {
    padding: 50px !important;
}

.p-48 {
    padding: 48px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-38 {
    padding: 38px !important;
}

/*------Padding Bottom-------*/
.pb-0 {
    padding-bottom: 0px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pb-58 {
    padding-bottom: 58px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-130 {
    padding-bottom: 130px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

/*------Padding  Top Bottom-------*/
.ptb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.ptb-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.ptb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.ptb-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

.ptb-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.ptb-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.ptb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.ptb-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.ptb-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.ptb-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.ptb-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.ptb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.ptb-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.ptb-58 {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
}

.ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.ptb-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.ptb-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.ptb-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.ptb-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
}

.ptb-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.ptb-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
}

.ptb-118 {
    padding-top: 118px !important;
    padding-bottom: 118px !important;
}

.ptb-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.ptb-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
}

.ptb-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important;
}

.ptb-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
}

.ptb-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

.ptb-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
}

.ptb-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
}

.ptb-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}

.ptb-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
}

@media (min-width: 1200px) {
    .pr-lg-0 {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .mb-sm-30 {
        margin-bottom: 30px;
    }
}

.single-product {
    background: transparent none repeat scroll 0 0;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    outline: 1px solid #efefef;
    padding: 15px;
}

.single-product:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.single-product:hover .pro-actions,
.single-product:hover .actions-secondary a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.single-product:hover .pro-info {
    opacity: 0;
}

.single-product:hover .quick_view {
    opacity: 1;
}

.single-product .pro-img {
    position: relative;
    padding-top: 100%;
}

.single-product .pro-img img {
    width: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.single-product .pro-img .mark {
    width: 40px;
    height: 40px;
    line-height: 32px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    position: absolute;
}

.single-product .pro-img .mark:nth-child(2) {
    top: 5px;
    right: 5px;
}

.single-product .pro-img .mark:nth-child(3) {
    top: 36px;
    right: 5px;
}

.single-product .pro-img .mark:nth-child(4) {
    top: 67px;
    right: 5px;
}

.single-product .pro-img .mark.car-mark,
.single-product .pro-img .mark.new-mark,
.single-product .pro-img .mark.hot-mark {
    background: #e76667;
}

.single-product .pro-content h4 {
    color: #363636;
    font-size: 20px;
    font-weight: bold;
    min-height: 48px;
}

.single-product .pro-content .price {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

.single-product .pro-content .prev-price {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    text-decoration: line-through;
}

.table-content table {
    background: #ffffff none repeat scroll 0 0;
    text-align: center;
    width: 100%;
}

.table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 16px;
}

.table-content table td.product-subtotal {
    font-size: 16px;
    font-weight: 600;
    width: 120px;
}

.table-content table th {
    background: #f0f0f0;
}

.table-content table thead th,
.table-content table tbody td {
    border-bottom: 1px solid #e5e5e5;
}

.table-content>table {
    background: #ffffff none repeat scroll 0 0;
    border-color: #ffffff;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
}

.table-content>table th {
    border-top: medium none;
    font-weight: 500;
    padding: 20px 10px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 15px;
}

.table-content.pic-table th:first-child {
    padding: 0 20px 22px 10px;
}

.table-content.pic-table td:nth-child(1) {
    padding: 0 10px 22px 0px;
}

.table-content.pic-table td:nth-child(2) {
    padding: 10px;
}

.table-content.pic-table td:nth-child(2) img {
    width: 100px;
    height: 100px;
}

.table-content .add-icon {
    font-size: 22px;
    padding-right: 10px;
    cursor: pointer;
    position: relative;
    top: 4px;
}

.table-content .div-table {
    margin: 0;
    padding: 0;
}

.table-content .div-table td {
    padding: 0;
    border-right: 0;
}

.table-content .div-table table tr:last-child td {
    border-bottom: none;
}

.table-content .div-table table .div-tr .table-inner {
    line-height: 61px;
    height: 61px;
    float: left;
}

.table-content .div-table table .div-tr .table-inner:nth-child(1) {
    width: 71.6%;
}

.table-content .div-table table .div-tr .table-inner:nth-child(2) {
    width: 14.9%;
}

.table-content .div-table table .div-tr .table-inner:nth-child(3) {
    width: 13.5%;
}

.table-content .div-table table .div-tr .table-inner:nth-child(2),
.table-content .div-table table .div-tr .table-inner:nth-child(3) {
    /* border-left: 1px solid #e5e5e5;*/
}

.table-content .div-table table .div-tr .table-inner:after {
    content: '';
    display: block;
    clear: both;
}

.table-content .coupon-content {
    /*border: 1px solid #e5e5e5;*/
    margin-bottom: 20px;
    padding: 20px;
    display: none;
}

.table-content .coupon-content.active {
    height: auto;
    display: table-row;
}

.quantity {
    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;
}

.quantity i {
    margin: 0 5px;
}

label.error {
    color: red;
    font-size: 13px;
    position: absolute;
}
.slick-slide{
    font-size: 0;
}

.mb_Sign_in .kv_slider-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991px) {
    .mb_Sign_in .kv_slider-item img {
        width: initial;
        height: initial;
    }
}


.shop-cart-qa .qa_content_wrap {
    width: 100%;
    position: relative;
    margin-bottom: .5rem;
    background: #ffe493;
}

.shop-cart-qa .qa_content_wrap.opened .fa-plus:before {
    content: "\f068";
}

.shop-cart-qa .qa_content_wrap:before {
    content: '';
    display: inline-block;
    background: url(../img/more_light_r.png);
    width: 25px;
    height: 25px;
    right: 12px;
    top: 12px;
    position: absolute;
    pointer-events: none;
    background-size: 100% 100%;
    background-position: center;
}

.shop-cart-qa .qa_content_wrap .qa_q {
    width: 100%;
    padding: 15px;
    color: #000;
    display: block;
    cursor: pointer;
    position: relative;
}

.shop-cart-qa .qa_content_wrap .qa_q .fa {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;

    color: #000;
    position: absolute;
    right: 2%;
    top: 18px;
    font-size: 12px;
    border: 1px solid #000;
}

.shop-cart-qa .qa_content_wrap .qa_q_on {
    text-decoration: underline;
    cursor: pointer;
}

.shop-cart-qa .qa_content_wrap .qa_content {
    padding: 15px;
    display: none;
}

.shop-cart-qa p {
    line-height: 34px;
}

.step-title02 {
    color: #e76667;
    font-size: 18px;
    font-weight: bold;
}

.custom-title {
    padding-left: 10px;
}

.kv_slider_m {
    background-color: #20220f;
}

.video-con {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 4px 4px 15px #666;
    margin-bottom: 40px;
}

.video-con iframe,
.video-con object,
.video-con embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 991px) {
    .video-con {
        border: unset;
        box-shadow: unset;
        margin-bottom: 20px;
    }
}

.ck-con h3 {
    color: #555;
    font-size: 28px;
    text-shadow: 0px 0px 4px #ddd;
    font-weight: bold;

}

.ck-con p {
    font-size: 20px;
    font-weight: bold;
    color: #555;
    text-shadow: 0px 0px 3px #ddd;
    line-height: 1.5em;
    margin-bottom: 0px;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .ck-con {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .ck-con h3 {
        font-size: 22px;
    }

    .ck-con p {
        white-space: unset;
        font-size: 16px;
        font-weight: normal;
    }
}

.ser-table {
    border: 1px solid #666;
    background-color: #fff;
    padding: 40px 75px;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .ser-table {
        padding: 15px;
    }

    .s2-r {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.s2-ti h2 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 10px;
}

.s2-ti h4 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 10px;
    line-height: 45px;
}

.s2-ti h4 .img img {
    width: 20px;
    position: relative;
    top: -3px;
    left: -2px;
}

.in-dorw {
    width: 10em;
    margin-right: 15px;
    border-color: #000;
    border-radius: unset;
    font-size: 16px;
    height: 45px;
}

.in-dorw .list {
    width: 10em;
    font-size: 16px;
}

.in-text {
    border-color: #000;
    margin-right: 15px;
    border-radius: 0px;
    font-size: 16px;
}

.btn-cus {
    color: #fff;
    background-color: #815a20;
    border-radius: 0px;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: bold;
    font-size: 20px;
}

.btn-cus+.btn-cus {
    margin-left: 15px;
}

.btn-group123 {
    margin-bottom: 20px;
}

@media (max-width: 991px) {

    .in-dorw,
    .in-dorw .list,
    .input-group .in-text,
    .input-group .btn-cus,
    .input-group .input-group-append {
        width: 100%;
        margin-bottom: 5px;
        margin-right: 0px;
    }

}

@media (max-width: 500px) {
    .btn-group123 {
        display: flex;
        justify-content: space-between;
    }

    .btn-group123 .btn-cus {
        padding-left: 25px;
        padding-right: 25px;
        font-weight: bold;
    }

    .btn-cus+.btn-cus {
        margin-left: 0px;
    }
}

.section01 {
    background-image: url(../images/bg-1.png);
    background-position: center;
    background-size: cover;
    padding-top: 170px;
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .section01 {
        background-image: url(../images/bg-1-m.png);
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.section02 {
    /* background-image: url(../images/bg-2_03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center; */
    background-color: #956c2a;
}
.section03{
    background-image: url(../images/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}
.section04{
    background-color: #956c2a;
    font-size: 0;
}
.input-group {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .input-group {
        margin-bottom: 10px;
    }
}

.ser-rus {
    width: 100%;
}

.ser-rus .ser-rus-r {
    width: 100%;
    padding: 5px 30px;
    border-bottom: 1px #ccc solid;
    display: flex;

}

.ser-rus .ser-rus-r:last-child {
    border-bottom: unset;
}

.ser-rus .ser-rus-r div {
    float: left;
    font-weight: bold;

}

.ser-rus .ser-rus-r .ser-icon {
    transform: translate(-30px, -1px);
    position: absolute;
}

.ser-rus .ser-rus-r .ser-icon img {
    width: 22px;
}

.ser-rus .ser-rus-r .ser-f {
    width: 35%;
}

.ser-rus .ser-rus-r .ser-t {
    width: 35%;
    text-align: left;
}

.ser-rus .ser-rus-r .ser-s {
    width: 30%;
}

@media (max-width: 991px) {
    .ser-rus .ser-rus-r {
        display: block;
    }

    .ser-rus .ser-rus-r .ser-f,
    .ser-rus .ser-rus-r .ser-s,
    .ser-rus .ser-rus-r .ser-t {
        width: 100%;
        margin-bottom: 5px;
        text-align: left;
        float: unset;
    }
}