/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

p {
    font-size: 16px;
    color: #636363;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
    height: auto;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none !important;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #4c8677;
}

ul,
ol {
    padding: 0;
}


/*----------------------------------------*/
/* Preloder
/*----------------------------------------*/
#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}




/*----------------------------------------*/
/* All pages
/*----------------------------------------*/
.block, .full-block {
    padding-top: 40px;
    padding-bottom: 40px;
}
.full-block {
    background: #f3f3f1;
}
.page-top-title {
    min-height: 50px;
    padding: 20px 20px 50px 20px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-top-title .menu-title {
    text-align: center;
    font-size: 2.8rem: 
}
.page-top-title .menu-title-line {
    height: 4px;
    background: #333;
    width: 200px;
    margin: 0 auto;
}

div.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}



/*----------------------------------------*/
/* 搜尋結果頁 - 頁碼
/*----------------------------------------*/
.search-form li.page-item.active {
    background: #c1d2af;
    border-radius: 50%;
    color: #fff;
}
.search-form li.page-item.active .btn {
    color: #fff;
    width: 37px;
    padding: 6px 8px;
}



/*----------------------------------------*/
/* 表頭 - 置頂
/*----------------------------------------*/
.header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    background: url('../../img/header-top.png') no-repeat;
    background-size: cover;
    background-position: center;
    color: #FFF;
}
.header-top a {
    color: #FFF;
    padding: 0 15px;
    border-right: 1px solid #c1d2af;
    text-decoration: none;
}
.header-top a:last-child {
    padding-left:15px;
    border-right: 0;
}
.header-top a:hover {
    color: #c1d2af;
}


/*----------------------------------------*/
/* 表頭 - 主功能表
/*----------------------------------------*/
.header-main {
    background: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,.15);
}

.header-main nav ul {
    margin-bottom: 0;
}

.header-main-logo { z-index: 99; }
.header-main li.cart-icon {
    position: relative;
}

.header-main li.cart-icon a {
    color: #252525;
    position: relative;
    display: inline-block;
}

.header-main li.cart-icon a span {
    position: absolute;
    right: 20px;
    top: 2px;
    height: 20px;
    width: 20px;
    background: #e7ab3c;
    color: #ffffff;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
}
.header-main li.cart-icon .cart-hover {
    width: 320px;
}
.header-main li.cart-icon .cart-hover, .header-main li.member-icon .member-hover {
    position: absolute;
    right: 0px;
    top: 60px;
    background: #ffffff;
    z-index: 999;
    text-align: left;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.15);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-main li.cart-icon:hover .cart-hover, .header-main li.member-icon:hover .member-hover {
    opacity: 1;
    visibility: visible;
}
.header-main li.member-icon .member-hover{
    width: 260px;
}
.header-main .member-icon .member-hover div a {
    padding: 10px;
    font-weight: normal;
}
.header-main .member-icon .member-hover div a:hover {
    color: #fcc845;
}
.member-hover-name {
    color: #e7ab3c;
    padding: 10px;
    font-size: 16px;
    text-align: right;
    border-bottom: 1px solid;
}


.nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-login {
    background: #fff;
    font-size: 16px !important;
}

.nav-item .nav-depart {
    float: left;
}

.nav-item .nav-depart .depart-btn {
    background: #3b3b3b;
    color: #ffffff;
    padding: 14px 140px 14px 16px;
    cursor: pointer;
    position: relative;
}

.nav-item .nav-depart .depart-btn:hover .depart-hover {
    top: 52px;
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.nav-item .nav-depart .depart-btn:before {
    position: absolute;
    color: #ffffff;
    right: 20px;
    top: 13px;
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
}

.nav-item .nav-depart .depart-btn i {
    color: #ffffff;
    font-size: 16px;
}

.nav-item .nav-depart .depart-btn span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 16px;
}

.nav-item .nav-depart .depart-btn .depart-hover {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    top: 62px;
    opacity: 0;
    visibility: hidden;
    padding-bottom: 29px;
    -webkit-box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
    box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-item .nav-depart .depart-btn .depart-hover li {
    list-style: none;
}

.nav-item .nav-depart .depart-btn .depart-hover li.active a {
    color: #e7ab3c;
}

.nav-item .nav-depart .depart-btn .depart-hover li a {
    display: block;
    font-size: 16px;
    color: #000000;
    padding-left: 40px;
    padding-top: 16px;
    padding-right: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-item .nav-depart .depart-btn .depart-hover li a:hover {
    color: #e7ab3c;
}


.nav-item .nav-menu li {
    list-style: none;
    display: inline-block;
    margin-left: -5px;
    position: relative;
    vertical-align: middle;
}
.nav-item .nav-menu li.active a {
    color: #4c8677;
}
.nav-item .nav-menu li a, .nav-item .nav-menu li .nav-menu-link-div {
    font-size: 17px;
    font-weight: 700;
    display: block;
    color: #333333;
    text-transform: uppercase;
    padding: 16px 42px 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
.nav-item .nav-menu li:hover>a, .nav-item .nav-menu li:hover .nav-menu-link-div {
    color: #4c8677;
}


.nav-item .nav-menu li a.nav-login, .nav-item .nav-menu li a.nav-register, 
.nav-item .nav-menu li a.nav-cart, .nav-item .nav-menu li a.nav-search, .nav-item .nav-menu li a.nav-member {
    font-size: 15px;
    font-weight: normal; 
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .2em;
    margin: 0 5px;
}
.nav-item .nav-menu li a.nav-login {
    background: #4c8677;
    color: #fff;
}
.nav-item .nav-menu li a.nav-register {
    background: #c1d2af;
    color: #fff;
}
.nav-item .nav-menu li a.nav-cart {
    font-size: 20px;
}
.nav-item .nav-menu li a.nav-member {
    background-image: url('/img/irobot/irobot-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #ddd;
}
.nav-item .nav-menu li a.nav-login:hover {
    background: rgb(76 134 119 / 0.6);
}
.nav-item .nav-menu li a.nav-register:hover {
    background: rgb(193 210 175 / 0.6);
}
.nav-item .nav-menu li a.nav-member:hover {
    background-color: #ddd;
}

.nav-item .nav-menu li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    top: 50px;
}

.nav-item .nav-menu li .dropdown {
    position: absolute;
    right: 0;
    top: 65px;
    width: 200px;
    z-index: 999;
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.15);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-item .nav-menu li .dropdown li {
    display: block;
    margin-left: 0;
}

.nav-item .nav-menu li .dropdown li:hover>a {
    background: transparent;
    color: #4c8677;
}

.nav-item .nav-menu li .dropdown li a {
    font-size: 16px;
    border-right: 0;
    padding: 10px 15px 10px 20px;
    text-transform: capitalize;
    text-decoration: none;
}



/* 表頭搜尋功能 */
.search-icon .dropdown-toggle::after { display: none; }
.nav-item .nav-menu li.search-icon .search-area.dropdown {
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 999;
    padding: 15px;
    background: #fff;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 15%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 300px;
}
.nav-item .nav-menu li.search-icon:hover .dropdown, 
.nav-item .nav-menu li.search-icon:focus-visible .dropdown {
    opacity: 1;
    visibility: visible;
    top: 60px;
}
.btn-search-m {
    font-size: 16px;
    height: 37px;
    cursor: pointer;
    color: #ffffff;
    border: 0px;
    border-radius: 20px;
    padding: 2px 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



/* 購物車下拉選單 */
.header-main li.cart-icon .cart-hover .select-items table {
    width: 100%;
}

.header-main li.cart-icon .cart-hover .select-items table tr td {
    padding-bottom: 15px;
    padding-top: 15px;
}

.header-main li.cart-icon .cart-hover .select-items table tr td.si-pic {
    padding: 0;
}

.header-main li.cart-icon .cart-hover .select-items table tr td.si-pic img {
    border: 1px solid #ebebeb;
    width: 100px;
}

.header-main li.cart-icon .cart-hover .select-items table tr td.si-text {
    padding-left: 10px;
}

.header-main li.cart-icon .cart-hover .select-items table tr td.si-text .product-selected p {
    color: #e7ab3c;
    line-height: 30px;
    margin-bottom: 0;
    text-align: right;
}

.header-main li.cart-icon .cart-hover .select-items table tr td.si-text .product-selected h6 {
    color: #232530;
    margin-bottom: 0;
}

.header-main li.cart-icon .cart-hover .select-items table tr td.si-close {
    color: #252525;
    font-size: 16px;
    cursor: pointer;
}

.header-main li.cart-icon .cart-hover .select-total {
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-bottom: 20px;
}

.header-main li.cart-icon .cart-hover .select-total span {
    font-size: 18px;
    color: #e7ab3c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    float: left;
}

.header-main li.cart-icon .cart-hover .select-total h5 {
    color: #e7ab3c;
    float: right;
}

.header-main li.cart-icon .cart-hover .select-button .view-card {
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    background: #191919;
    color: #ffffff;
    padding: 15px 30px 12px;
    margin-bottom: 10px;
}

.header-main li.cart-icon .cart-hover .select-button .checkout-btn {
    font-size: 18px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    padding: 10px;
    background: #fcc845;
    color: #fff;
    border: 2px solid;
}
.header-main li.cart-icon .cart-hover .select-button .checkout-btn:hover {
    color: #fcc845;
    background: transparent;
}

.inner-header .nav-right li.cart-price {
    font-size: 18px;
    font-weight: 700;
    color: #252525;
}


/*----------------------------------------*/
/* 手機版主選單
/*----------------------------------------*/

.slicknav_menu {
    display: none;
}
.slicknav_menu .slicknav_no-text { margin: auto; }


#mobile-menu-wrap .nav-menu-r {
    text-align: right;
}

#mobile-menu-wrap .nav-menu-r li.member-icon, 
#mobile-menu-wrap .nav-menu-r li.cart-icon, 
#mobile-menu-wrap .nav-menu-r li.register-icon, 
#mobile-menu-wrap .nav-menu-r li.login-icon, 
#mobile-menu-wrap .nav-menu-r li.search-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
}

#mobile-menu-wrap a.nav-login, 
#mobile-menu-wrap a.nav-register, 
#mobile-menu-wrap a.nav-member,
#mobile-menu-wrap a.nav-cart, 
#mobile-menu-wrap a.nav-search {
    font-size: 15px;
    font-weight: normal;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    margin: 0 5px;
}
#mobile-menu-wrap a.nav-login {
    background: #4c8677;
    color: #fff;
}
#mobile-menu-wrap a.nav-register {
    background: #c1d2af;
    color: #fff;
}
#mobile-menu-wrap a.nav-member {
    background-image: url(/img/irobot/irobot-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #ddd;
}
#mobile-menu-wrap a.nav-search {
    background: #6c757d;
    color: #fff;
}
#mobile-menu-wrap a.nav-cart {
    background: #e7ab3c;
    color: #fff;
}



/*---------------------
  頁面標題
-----------------------*/
.heading-section-text {
    vertical-align: middle;
    text-align: left;
}
.heading-section h2 {
    vertical-align: middle;
    font-weight: 600;
    color: #333;
}
.heading-section small {
    color: #666;
    font-size: 1em;
}
.heading-section .heading-title-icon {
    position: relative;
    bottom: -6px;
}
.heading-section .heading-title-line {
    width: 100%;
    max-width: 500px;
    border-bottom: 2px solid #333;
    margin: 0 auto;
}


/*---------------------
  Footer News & Banner Section
-----------------------*/
.news-banner-section a {
    color: #333;
    font-size: 16px;
}
.news-banner-section a:hover {
    color: #478877;
}
.news-banner-section .list-group-item {
    border-bottom: 1px dashed #cccccc;
    padding: 0.63rem 0.25rem;
}


.news-section, .banner-section {
    border-bottom: 2px solid #9e9e9e;
    position: relative;
}
.section-title {
    color: #333;
    font-weight: 700;
    font-size: 24px;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 1px;
    vertical-align: middle;
}
.news-section span, .banner-section span {
    font-size: 16px;
    font-family: monospace;
    letter-spacing: 1px;
    color: #666;
    vertical-align: text-top;
}
.news-section a span, .banner-section a span {
    color: #478877;
    vertical-align: middle;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 25%;
}
.news-section a:hover span, .banner-section a:hover span {
    color: #c0d2ad;
}
.news-section a span [class^="ti-"], .banner-section a span [class^="ti-"] {
    font-size: 12px;
}

.banner-section-content .banner img {
    border-radius: 20px;
    margin: 15px auto;
    height: 195px;
    object-fit: cover;
}
.banner-section-content .banner h4 {
    text-align: center;
    padding-bottom: 10px;
    font-weight: 600;
}
.section-footer {
    border-top: 2px solid #9e9e9e;
}
.right-date { color: #666; }

.banner-section-content .carousel-indicators {
    padding-bottom: 40px;
}
.banner-section-content .carousel-indicators li {
    background-color: #f5f5f5;
}

/*---------------------
  Footer
-----------------------*/
.footer-section {
    background: #f5f5f5;
    padding-top: 60px;
}
.footer-left .footer-logo a {
    display: inline-block;
}

.footer-section ul li {
    list-style: none;
    color: #333;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 1px;
}
.footer-section ul li a {
    color: #333;
}
.footer-section ul li a:hover {
    color: #4c8677;
}

.footer-section .footer-social {
    padding-top: 10px;
    display: flex;
    align-items: center;
}
.footer-section .footer-social a {
    display: inline-block;
    height: 40px;
    width: 40px;
    color: #666;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
    z-index: 1;
    border: 1px solid;
    text-decoration: none;
    font-size: 25px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-section .footer-social .social-line {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
}
.footer-section .footer-social a:hover:before {
    opacity: 1;
}
.footer-section .footer-social a:hover {
    color: #fff;
}
.footer-section .footer-social a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #666;
    border-color: #666; 
    content: "";
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

.footer-section .footer-title {
    color: #478877;
    font-weight: 700;
    font-size: 1.1em;
}


.footer-widget {
    margin-bottom: 30px;
}

.footer-widget h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 26px;
}

.footer-widget ul li {
    list-style: none;
}

.footer-widget ul li a {
    line-height: 36px;
    font-size: 16px;
    color: #b2b2b2;
}

.copyright-reserved {
    background: #4c8677;
    padding: 5px 0 10px;
    margin-top: 15px;
}

.copyright-reserved .copyright-text {
    text-align: center;
    font-size: 14px;
    color: #fff;
}



/*---------------------
  Breadcrumb
-----------------------*/
.breadcrumb-text {
    padding: 15px 0;
}

.breadcrumb-text.product-more a:nth-child(1):after {
    color: #252525;
}

.breadcrumb-text a {
    display: inline-block;
    font-size: 14px;
    color: #252525;
    margin-right: 28px;
    position: relative;
}
.breadcrumb-text a:hover {
    color: #4c8677;
}
.breadcrumb-text a:after {
    position: absolute;
    right: -18px;
    top: 0px;
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #b2b2b2;
}

.breadcrumb-text span {
    display: inline-block;
    color: #b2b2b2;
}



/*---------------------
  Product Section
-----------------------*/
.product-shop {
    padding-top: 30px;
    padding-bottom: 40px;
}
.product-shop h1 {
    width: 100%;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.product-top-block {
    background: #fff;
    box-shadow: 3px 3px 4px 1px rgba(0,0,0,.2);
    border-radius: 4px;
    /*overflow: hidden;*/
}

#product-carousel.carousel, #product-carousel .carousel-inner, #product-carousel .carousel-item { height: 100%; }
.product-top-block .product-img-bg {
    background: #fff;
    background-size: contain;
    background-position: center;
    filter: blur(20px);
    min-height: 250px;
    height: 100%;
}
.product-top-block .product-video-bg {
    background: #fff;
    filter: blur(20px);
    min-height: 250px;
    height: 100%;
}

.product-top-block .product-img, .product-top-block .course-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
}


#product-carousel .carousel-control-prev, #product-carousel .carousel-control-next {
    height: 50px;
    top: 40%;
    bottom: 40%;
    z-index: 99;
}
.playpause {
    background: url('../../img/video/playbtn-2.png') no-repeat;
    background-size: 20%;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    z-index: 999;
    cursor: pointer;
}




.product-top-block .product-details {
    min-height: 246px;
}
.product-top-block .product-details p {
    color: #333;
    margin-bottom: 0.5rem;
}
.product-top-block .product-details p[class*="product-"] {
    padding-right: 40px;
}

.product-top-block .product-details .btn-fav-heart-round {
    background: #fff6e0;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-top-block .product-details .btn-fav-heart-round:hover, .product-top-block .product-details .btn-fav-heart-round.active {
    background: transparent;
}
.product-top-block .product-details .btn-fav-heart-round:hover .fa-heart-o:before, .product-top-block .product-details .btn-fav-heart-round.active .fa-heart-o:before {
    content: "\f004";
    color: #E91E63;
}


.product-top-block .product-details .product-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.6em;
}

.product-top-block .product-price {
    font-family: "Nunito", sans-serif;
    padding-right: 20px;
}
.product-top-block .product-price small {
    color: #666;
    text-decoration: line-through;
    font-size: 15px;
}
.product-top-block .product-price .price {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #E91E63;
    text-align: right;
    letter-spacing: 1px; 
    padding-left: 15px;
}
.product-top-block .product-price .price span {
    font-size: 15px;
    font-weight: 500;
}

.product-top-block .product-cart-area .btn {
    font-size: 20px;
    border-radius: 0;
}
.product-top-block .product-cart-area .btn-add-cart {
    width: 100%;
    background: #fcc845;
    color: #FFF;
}
.product-top-block .product-cart-area .btn-add-cart:hover {
    background: #e7ab3c;
}

.product-top-block .product-cart-area .btn-disable-cart {
    width: 100%;
    background: #999;
    color: #FFF;
    cursor: not-allowed !important;
}

.product-top-block .share-link {
    position: absolute;
    right: -36px;
    top: 0;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    background: #ffffff;
    padding: 5px 5px;
    border-radius: 0 10px 10px 0;
    box-shadow: 3px 3px 3px 0px #00000033;
    letter-spacing: 1px;
    z-index: 999;
}
.product-top-block .share-link .share-fb, .product-top-block .share-link .share-line {
    display: inline-block;
    text-align: center;
    margin: 5px auto;
}
.product-top-block .share-link .share-fb:hover, .product-top-block .share-link .share-line:hover  {
    opacity: .7;
}



.product-top-block .product-importantinfo .message-block {
    width: calc( 100% - 70px );
    margin-right: 5px;
}

.product-importantinfo .message {
    position: relative;
    text-align: left;
    color: #333;
    border: none;
    border-radius: 8px;
    background-color: #eee;
    padding: 12px 20px;
    font-size: 15px;
    word-break: break-word;
}
.product-importantinfo .message:after {
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #eee;
    position: absolute;
    bottom: 20px;
    right: -9px;
}


.product-tab .tabs{
    font-size: 20px;
    font-weight: 700;
    padding:0px;
    list-style:none;
    background:#fff;
    box-shadow:0px 5px 20px rgba(0,0,0,0.1);
    display:inline-block;
    border-radius:50px;
    position:relative;
    display: block;
}

.product-tab .tabs a{
    width: 25%;
    text-align: center;
    text-decoration:none;
    color: #666;
    text-transform:uppercase;
    padding:10px 20px;
    display:inline-block;
    position:relative;
    z-index:1;
    transition-duration:0.6s;
    float: left;
}

.product-tab .tabs a.active{
    color:#fff;
}

.product-tab .tabs a i{
    margin-right:5px;
}

.product-tab .tabs .selector{
    height:100%;
    display:inline-block;
    position:absolute;
    left:0px;
    top:0px;
    z-index:1;
    border-radius:50px;
    transition-duration:0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: #c1d2af;
    background: -moz-linear-gradient(45deg, #c1d2af 0%, #45c7db 100%);
    background: -webkit-linear-gradient(45deg, #c1d2af 0%,#45c7db 100%);
    background: linear-gradient(45deg, #c1d2af 0%,#45c7db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1d2af', endColorstr='#45c7db',GradientType=1 );
}



.product-content-block .tab-content {
    background: #fff;
    overflow-wrap: break-word;
}
/*.product-content-block .tab-content img {
    width: 100%;
}*/
.product-content-block .tab-content p {
    color: #333;
    margin-bottom: 5px;
}
.product-content-block .tab-content .marker {
    background-color: #ffff73;
}
.tab-content .content-title {
    color: #333;
    /*font-weight: 600;*/
    border-bottom: 2px solid #c1d2af;
    margin: 30px auto;
    min-height: 33px;
}
.tab-content .content-title i {
    background: #c1d2af;
    color: #FFF;
    border-radius: 50% 50% 0;
    padding: 12px;
    font-size: .8em;
    margin-left: -20px;
    margin-right: 10px;
    top: -4px;
    position: relative;
}
.tab-content .content-title .teacher-name {
    font-size: 1.2em;
    font-weight: 700;
    padding: 0 10px;
}
.tab-content .content-text {
    font-size: 16px;
    color: #333;
    padding: 0 10px 10px 60px;
}
.tab-content .content-text img {
    max-width: 100%;
}
.tab-content .content-text-table {
    font-size: 16px;
    color: #333;
}
.tab-content .content-achieve ul {
    margin-bottom: 0;
    padding-left: 40px;
}
.tab-content .content-text ul li {
    line-height: 2;
}


.tab-content .content-remind, .tab-content .content-organizer {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 25px;
    position: relative;
    min-height: 150px;
    font-size: 16px;
    color: #333;
}
.tab-content .content-remind, .tab-content .content-organizer a {
    color: #4c8677;
}
.tab-content .content-remind, .tab-content .content-organizer a:hover {
    color: #c1d2af;
}
.content-organizer .d-thead {
    background: #4c8677;
    color: #fff;
}
.content-organizer .d-tbody .d-td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.content-organizer .d-tbody .d-tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
.tab-content .content-remind .irobot-remind {
    position: relative;
    bottom: -32px;
    right: -20px;
    text-align: right;
}






/*---------------------
  Shopping Cart
-----------------------*/

/*.shopping-cart {
    padding-top: 30px;
    padding-bottom: 60px;
}
.cart-table table {
    width: 100%;
    border: 1px solid #ebebeb;
}

.cart-table table thead tr th {
    background: #4c8677;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.cart-table table tr th {
    font-size: 16px;
    color: #252525;
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    padding: 10px 15px;
    text-transform: uppercase;
}


.cart-table table tr th.p-name {
    text-align: left;
}

.cart-table table tr td {
    text-align: center;
    padding-bottom: 15px;
}

.cart-table table tr td.first-row {
    padding-top: 15px;
}

.cart-table table tr td.cart-pic {
    width: 20%;
}

.cart-table table tr td.cart-title {
    text-align: left;
}

.cart-table table tr td.cart-title h5 {
    color: #252525;
    font-weight: 600;
    font-size: 1.25rem;
}

.cart-table table tr td.p-price {
    width: 16%;
}

.cart-table table tr td.p-price,
.cart-table table .total-price {
    color: #ed143d;
    font-size: 16px;
    font-weight: 700;
}

.cart-table table tr td.qua-col {
    width: 16%;
}

.cart-table table tr td.qua-col .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart-table table tr td.qua-col .pro-qty {
    width: 123px;
    height: 46px;
    border: 2px solid #ebebeb;
    padding: 0 15px;
    float: left;
}

.cart-table table tr td.qua-col .pro-qty .qtybtn {
    font-size: 24px;
    color: #b2b2b2;
    float: left;
    line-height: 38px;
    cursor: pointer;
    width: 18px;
}

.cart-table table tr td.qua-col .pro-qty .qtybtn.dec {
    font-size: 30px;
}

.cart-table table tr td.qua-col .pro-qty input {
    text-align: center;
    width: 52px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    color: #4c4c4c;
    line-height: 40px;
    float: left;
}

.cart-table table tr td.total-price {
    width: 18%;
    font-size: 1.25rem;
}

.cart-table table tr td.close-td {
    font-size: 16px;
    color: #252525;
    width: 8%;
}

.cart-table table tr td.close-td i {
    cursor: pointer;
}



.cart-table table.table-foot-total .total-price {
    font-size: 1.25rem;
    color: #ed143d;
}

.cart-table table.table-foot-total .total-price {
    font-size: 1.25rem;
    color: #ed143d;
}

.cart-table table.table-foot-total .proceed-checkout {
    background: #f3f3f3;
}*/


/*.proceed-checkout tr {
    border: 2px solid #ebebeb;
    border-top: 0;
    background: #f3f3f3;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 16px;
    padding-bottom: 20px;
}*/



/*---------------------
  Shopping Cart Table
-----------------------*/
.shopping-cart {
    padding-top: 30px;
    padding-bottom: 60px;
}
.cart-table {
    border: 1px solid #e8e8e8;
}

.cart-table .d-head .d-th {
    background: #4c8677;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.cart-table .d-body {
    border-bottom: 1px solid #e8e8e8;
}
.cart-table .d-body:last-child {
    border-bottom: 0;
}
.cart-table .d-body .d-td {
    padding: 10px;
}

.cart-table .d-body .d-td.cart-pic, .cart-table .d-body .d-td.tool {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-table .d-body .d-td.cart-title {
    display: flex;
    align-items: center;
}
.cart-table .d-body .cart-title-des {
    letter-spacing: 1px;
    color: #777777;
}


.cart-table .d-body .d-td.total-price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #ed143d;
    font-weight: 500;
    font-size: 1.25rem;
}

.tool a[class*="btn-tool"] {
    border: 1px solid;
    padding: 2px 7px;
    margin: 10px auto;
    border-radius: 20px;
    font-size: 14px;
    color: #666;
}
.tool a[class*="btn-tool"]:hover {
    color: #ed143d;
}
.cart-table .d-foot .d-td {
    background: #f3f3f3;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 10px;
}
.cart-table .d-foot .total-price {
    color: #ed143d;
    font-weight: 700;
    font-size: 1.25rem;
    justify-content: flex-end;
}


/*----------------------------------------*/
/* Member - course, favorite, orderlist ...
/*----------------------------------------*/
.course-items-table .card-body, .favorite-items-table .card-body {
    font-size: 15px;
}


/*----------------------------------------*/
/* Buttons
/*----------------------------------------*/
.btn.btn-camp {
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    padding: 10px;
    max-width: 200px;
    margin: 0 auto;
    background: #dfdfdf;
    color: #333;
    border: 2px solid #dfdfdf;
}
.btn.btn-darkgreen {
    background: #4c8677 !important;
    color: #fff !important;
    border: 2px solid #4c8677 !important;
}
.btn.btn-darkgreen:hover {
    background: transparent !important;
    color: #4c8677 !important;
    border: 2px solid #4c8677 !important;
}

.btn.btn-yellow {
    background: #e7ab3c !important;
    color: #fff !important;
    border: 2px solid #e7ab3c !important;
}
.btn.btn-yellow:hover {
    background: transparent !important;
    color: #e7ab3c !important;
    border: 2px solid #e7ab3c !important;
}

.btn.btn-default {
    color: #6c757d !important;
    background-color: #fff !important;
    border-color: #6c757d !important;
}
.btn.btn-default:hover {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.btn.btn-outline-darkgreen {
    background: transparent !important;
    color: #4c8677 !important;
    border: 2px solid #4c8677 !important;
}
.btn.btn-outline-darkgreen:hover {
    background: #4c8677 !important;
    color: #fff !important;
    border: 2px solid #4c8677 !important;
}


.btn.btn-outline-yellow {
    background: transparent !important;
    color: #e7ab3c !important;
    border: 2px solid #e7ab3c !important;
}
.btn.btn-outline-yellow:hover {
    background: #e7ab3c !important;
    color: #fff !important;
    border: 2px solid #e7ab3c !important;
}


/*----------------------------------------*/
/* Shopcart, Member ...
/*----------------------------------------*/
.item-line {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
}
.dislike-icon {
    color: #E91E63;
    cursor: pointer;
}

.dislike-icon i {
    word-break: keep-all;
}
.dislike-icon i:after {
    content: '已收藏';
    font-size: .8em;
}
.dislike-icon .fa-heart:before {
    padding-right: 3px;
}
.dislike-icon:hover .fa-heart:before {
    content: "\f08a";
}
.dislike-icon:hover {
    color: #666;
    border: none;
}
.dislike-icon:hover i:after{
    content: '取消收藏';
    font-size: .8em;
}



.mycourse-name {
    color: #333;
    font-size: 1.2em;
    font-weight: 600;
}
.mycourse-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.class_cities { color: #666; }

/*.btn-goclass {
    border: 1px solid #e7ab3c;
    border-radius: 50px;
    font-size: 1.2em;
    color: #e7ab3c;
    padding: 0 15px 0 0;
    text-align: left;
    display: block;
    margin: 5px 0;
    background: linear-gradient(to left, white 50%, #e7ab3c 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.btn-goclass div {
    width: 45px;
    height: 45px;
    display: inline-block;
    padding: 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}*/


.btn.btn-goclass {
    display: inline-block;
    border: 1px solid;
    padding: 3px 5px 3px 45px;
    border-radius: 20px;
    color: #e7ab3c;
    position: relative;
    line-height: 1;
    background: linear-gradient(to left, white 50%, #e7ab3c 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    min-height: 30px;
}
.btn.btn-goclass-icon {
    background: #e7ab3c;
    color: #fff;
    width: 40px;
    min-height: 40px;
    padding: 5px;
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn.btn-goclass:hover {
    background-position: left bottom;
    color: #fff;
    border-color: #e7ab3c;
}
.btn.btn-goclass:hover .btn-yellow {
    background: white !important;
    color: #e7ab3c !important;
}

.btn-important-notice {
    display: inline-block;
    border: 1px solid;
    padding: 3px 5px 3px 45px;
    border-radius: 20px;
    color: #e91e63;
    position: relative;
    line-height: 1;
    background: linear-gradient(to left, white 50%, #e91e63 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    min-height: 30px;
}
.btn-important-notice-icon {
    background: #e91e63;
    color: #fff;
    width: 40px;
    min-height: 40px;
    padding: 5px;
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn.btn-important-notice:hover {
    background-position: left bottom;
    color: #fff;
    border-color: #e91e63;
}

.btn-cart-add:hover { color: #e91e63; }


.badge-green, .badge-blue, .badge-red, .badge-orange, .badge-yellow,
.course-flag-badge {
    color: #ffffff;
    border-radius: 0;
    font-size: 13px;
    font-weight: normal;
    padding: 0.4em 0.5em;
    letter-spacing: 1px;
}

.badge-green {background-color: #4c8677 !important;}
.badge-blue {background-color: #28abbe !important;}
.badge-red {background-color: #ED585A !important;}
.badge-orange {background-color: #FF8000 !important;}
.badge-yellow {background-color: #FCC845 !important;}

.certificate-flag {
    position: absolute;
    background-color: #e91e63;
    top: 12px;
    left: -32px;
    width: 110px;
    transform: rotate(-45deg);
    color: white;
    text-align: center;
    box-shadow: rgb(204 204 204) 0px 0px 2px;
    font-size: 0.9em;
}
.certificate-flag-lg {
    position: absolute;
    background-color: #e91e63;
    top: 26px;
    left: -40px;
    width: 160px;
    transform: rotate(-45deg);
    color: white;
    text-align: center;
    box-shadow: rgb(204 204 204) 0px 0px 2px;
    font-size: 1.2em;
    z-index: 999;
}
.course-flag-badge {
    background-color: #e91e63 !important;
}

  
/*----------------------------------------*/
/* 搭配 JS ...
/*----------------------------------------*/
.ShowOnScroll {
    opacity: 0;
    display: block;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}




/* ------------------------------ Responsive Media Styles ---------------------------- */

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .nav-item .nav-menu li a, .nav-item .nav-menu li .nav-menu-link-div  {
        padding: 18px 10px;
        cursor: pointer;
    }
}


@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}




@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-main .container {
        padding: 0 5px;
    }
    .nav-item .nav-menu li a {
        padding: 16px 20px 15px;
    }
    .hero-items .owl-nav button[type=button] {
        left: 5px;
    }
    .hero-items .owl-nav button[type=button].owl-next {
        right: 5px;
    }
    .hero-items .recommend-camp {
        width: 435px;
        height: 360px;
    }
    .hero-items .recommend-camp .recommend-camp-img {
        height: 260px;
    }

    .tab-item ul li a {
        padding: 18px 39px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-items .owl-nav button[type=button] {
        left: 5px;
    }
    .hero-items .owl-nav button[type=button].owl-next {
        right: 5px;
    }
    #search { width: 100px; }

    .product-top-block .product-importantinfo .message-block { width: 100%; }
    .product-importantinfo .message { margin-bottom: 10px; word-break: break-all; }
    .product-importantinfo .message:after { display: none; }


    .nav-item .nav-depart .depart-btn {
        padding: 14px 50px 14px 18px;
    }
    .nav-item {
        background: transparent;
    }
    .nav-item .nav-menu {
        display: none;
    }
    .nav-menu-m { z-index: 999; }
    .slicknav_menu {
        display: block;
        background: transparent;
        text-align: center;
        margin-top: -75px;
        z-index: 9;
    }
    .slicknav_menu .slicknav_icon-bar {
        background-color: transparent;
        width: 1.5em;
        height: .3em;
        border-radius: 0;
        -webkit-box-shadow: 0 3px 0 rgb(18 80 64);
        -moz-box-shadow: 0 3px 0 rgb(18 80 64);
        box-shadow: 0 3px 0 rgb(18 80 64);
    }
    .slicknav_nav {
        font-size: 1em;
        color: #333;
        padding-top: 10px;
    }
    .slicknav_nav ul {
        margin: 0;
        text-align: left;
    }
    .slicknav_nav a,
    .slicknav_nav .slicknav_row {
        margin: 0;
    }
    .slicknav_nav .dropdown a {
        padding-left: 25px;
    }
    .slicknav_btn {
        border-radius: 0;
        display: inline-block;
        padding: 20px 0px;
        background: transparent;
    }
    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        padding: 8px 15px;
        color: #333;
        text-decoration: none;
    }
    .slicknav_nav a:hover {
        border-radius: 0;
        background: transparent;
        color: #4c8677;
        text-decoration: none;
    }
    .slicknav_nav .slicknav_row:hover {
        border-radius: 0;
        background: transparent;
        color: #4c8677;
    }
    .header-main li.cart-icon .cart-hover {
        left: -50px;
    }
    .product-show-option p {
        text-align: left;
    }
    .tab-item ul li a {
        padding: 18px 51px;
        margin-bottom: 10px;
    }
    .cart-table {
        overflow: auto;
    }
    .cart-table table tr th {
        font-size: 14px;
    }
    a.hero-title {
        color: #333;
        width: 100%;
        font-size: .8em;
        font-weight: 600;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }



    /*手機版表頭會員功能*/
    .member-icon { width: 100%; }
    .header-main li.member-icon .member-hover {
        position: relative;
        width: 100%;
        visibility: visible;
        opacity: 1;
        top: auto;
        padding: 0;
        background: #fef2d6;
        border-top: 1px solid #e7ab3c;
        border-bottom: 1px solid #e7ab3c;
        box-shadow: none;
    }
    .member-hover-name {
        border-bottom: none;
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-main .container {
        padding: 0 5px;
        max-width: 100%;
    }
    .nav-item .nav-depart .depart-btn {
        padding: 14px 40px 14px 18px;
    }
    .nav-item .nav-menu li a {
        padding: 16px 10px 15px;
    }
    .tab-item ul li a {
        padding: 18px 39px;
    }
    .product-tab .tab-item ul li a {
        padding: 15px 25px;
    }

    a.hero-title {
        color: #333;
        width: 100%;
        font-weight: 600;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }
    .owl-carousel .owl-item img {
        max-width: 80%;
        margin: 0 auto;
    }
    .hero-items .single-hero-items p {
        min-height: 20px;
        margin: 0;
    }
    .hero-items .single-hero-items {
        padding: 30px 25px;
        /*height: calc( 100vh - 90px);*/
        height: auto;
        background: left center;
    }
    .hero-items .single-hero-items h1 {
        font-size: 40px;
    }
    .hero-items .off-card {
        display: none;
    }
}


@media only screen and (max-width: 767px) {
    .nav-item .nav-menu li a.nav-login, .nav-item .nav-menu li a.nav-register, 
    .nav-item .nav-menu li a.nav-cart, .nav-item .nav-menu li a.nav-search, .nav-item .nav-menu li a.nav-member {
        padding: .8em;
    }

    
    .heading-section-text {
        width: 78%;
    }
    .heading-section h2 {
        font-size: 1.6em;
    }   
    .heading-section .heading-title-icon {
        width: 20%;
    }
    .copyright-reserved .copyright-text {
        margin-bottom: 10px;
    }



    .product-shop h1 {
        font-size: 2em;
        -webkit-line-clamp: 2;
    }
    .share-link-mobile {
        margin: 30px 0;
        text-align: center;
    }
    .share-link-mobile .share-fb:hover, .share-link-mobile .share-line:hover {
        opacity: .7;
    }

    .hero-items .single-hero-items p {
        min-height: 20px;
        margin: 0;
    }
    .hero-items .single-hero-items {
        padding: 30px 25px;
        /*height: calc( 100vh - 90px);*/
        height: auto;
        background: left center;
    }
    .hero-items .single-hero-items h1 {
        font-size: 40px;
    }
    .product-tab .tab-item ul li a {
        padding: 10px 20px;
    }
    .product-tab .tab-item ul.nav {
        justify-content: center;
    }

    .tab-content .content-organizer .d-tbody .d-td {
        border-top: 0;
        padding: .5rem;
    }
    .tab-content .content-organizer .d-tbody .d-tr {
        border-bottom: 1px solid #dee2e6;
    }



    .cart-table .d-body .d-td {
        padding: 5px;
    }

    .class_cities { color: #333; }

    .btn-dislike-m {
        border-radius: 0.25rem;
        border: 1px solid #e91e63;
        padding-top: 7px;
        padding-bottom: 7px;
        width: 100%;
    }
    .btn-cart-m .btn {
        border: 1px solid #e91e63;
        padding: 5px 32px;
        width: 100%;
        background: #e91e63;
        color: #fff;
        font-size: 1.2em;
    }

}


@media only screen and (max-width: 479px) {
    .tab-item ul li a {
        padding: 18px 30px;
        margin-bottom: 10px;
    }
    .product-tab .tab-item ul li a {
        padding: 8px 10px;
        font-size: 15px;
    }
    .product-tab .tab-item ul.nav {
        justify-content: center;
    }
    .tab-content .content-text {
        padding: 0px;
    }
}