* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Questrial', 'century gothic', '微軟正黑體', sans-serif;
    margin-top: 0;
    letter-spacing: 0px;
    color: #ADADAD;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
    margin: 0 0 20px 0;
}

h3 {
    font-size: 20px;
}

h3 a:link,
h3 a:visited {
    color: #ADADAD;
}

h3 a:hover {
    color: #EAEAEA;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 15px;
}

ul,
ol {
    margin: 10px 0;
}

p {
    margin: 10px 0;
}

a {
    color: #8f8f8f;
}

a:link,
a:visited,
a:focus {
    color: #8f8f8f;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #ffc000;
    text-decoration: none;
}

img {
    max-width: 100%;
}

html,
body {
    font-family: '微軟正黑體', sans-serif;
    font-size: 14px;
    background-color: #f9f9f9;
    color: #808080;
    line-height: 22px;
    overflow-x: hidden;
}

header {
    background: #c8c8c8;
    height: 138px;
}

@media only screen and (max-width: 600px) {
    .desktop-only {
        display: none !important;
    }
}

@media only screen and (min-width: 601px) {
    .mobile-only {
        display: none !important;
    }
}

.main-container {
    display: flex;
    flex-direction: column;
    /* 100px for navbar height */
    margin-top: 100px;
    width: 100%;
    min-height: calc(100% - 100px) !important;
}

.no-main-nav-container {
    margin-top: -100px;
    min-height: calc(100% + 100px) !important;
}

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

.product-carousel {
    background: #ffffff;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    padding: 20px 40px;
    width: 100%;
}

.product-carousel .product {
    box-sizing: border-box;
    margin: 0 10px;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    align-content: space-between;
    outline: none;
}

.product-carousel .product-top {
    width: 100%;
}

.product-carousel p,
.product-carousel .product-image,
.product-carousel img.review-stars {
    margin: 0 0 10px 0;
}

.product-carousel .product-image {
    align-self: flex-start;
    max-width: 100%;
}

img.review-stars {
    width: 100px;
    display: inline-block;
}

.product-carousel .product-name {
    font-weight: bold;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
    color: #585858;
}

.product-carousel .product-name a {
    color: #585858;
}

.product-carousel .product-name a:hover {
    color: #ee8484;
}

.product-carousel .product-bottom {
    margin-top: auto;
    -webkit-box-align: end;
    align-items: flex-end;
}

.product-carousel .product-prices {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-flex: 1;
    flex: 1 0 100%;
    align-self: center;
}

.product-carousel .product-prices span {
    width: 100%;
}

.product-carousel .product-prices span.price-was {
    color: #8f8f8f;
    text-decoration: line-through;
}


/*.product-carousel .product-prices span.price-was:before {
    content: 'Was ';
}*/

.product-carousel .product-prices span.price-save {
    color: red;
}

.product-carousel .product-prices span.price-save:before {
    content: 'Save ';
}

.product-carousel .product-prices span.price-now {
    font-weight: bold;
    color: #8f8f8f;
}


/*.product-carousel .product-prices span.price-now:before {
    content: 'Now ';
}*/

.product-carousel button.shop-now {
    border: none;
    background-image: none;
    background-color: #4a4a4a;
    color: #ffffff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font-size: 16px;
    padding: 8px 10px;
    align-self: center;
}


/** ARROWS **/

.japhneproduct i {
    border: solid #8f8f8f;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 12px;
    position: absolute;
    top: calc(50% - 12px/2);
    cursor: pointer;
}

.right {
    right: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    left: 20px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}


/** SLICK SLIDER CSS **/


/* Slider */

.slick-slider {
    position: relative;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    display: -webkit-box;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
}

.slick-loading .slick-track {
    visibility: hidden;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    position: relative;
}

.japhneproduct {
    background-color: #FFF;
    padding: 30px 0;
}

@media (min-width:1200px) {
    .japhneproduct .container {
        max-width: 1920px
    }
}

.newspd {
    background-color: #FFF;
    padding: 30px 0;
}

@media (min-width:1200px) {
    .newspd .container {
        max-width: 1920px
    }
}

.newspd .newcol {
    padding: 0;
    overflow: hidden;
}

.newcol img {
    transform: scale(1, 1);
    transition: all 0.5s ease-out;
}

.newcol img:hover {
    transform: scale(1.035) rotate(0.05deg);
}

.newspd .newrow {
    padding: 0 30px;
    /*text-align: center;*/
    background-color: #e2d5d5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 200px;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: color 1000ms;
    transition: color 1000ms;
}

.newspd .newrow:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100% 100% 0 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.newspd .newrow:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    border-radius: 0;
}


/*.newspd .newrow:hover {
    padding: 0 30px;
    /*text-align: center;
    background-color: #cc4c4c;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 200px;
    color: #fff;
}*/


/*.newspd .newrow:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}*/

.newspd .newrow:hover p {
    color: #fff;
}

.newspd .newrow:hover h3 {
    color: #fff;
}

.newspd .newrow h3 {
    color: #545252;
    font-weight: bolder;
}

.fadeInDown {
    visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-duration: .8s;
    -webkit-animation-duration: .8s;
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

.newrow h3 {
    animation: fadeInDown 1.2s both;
}

.news {
    background-color: #ffffff;
    padding: 10px 0;
    margin-bottom: 50px;
}

@media (min-width:1200px) {
    .news .container {
        max-width: 1500px
    }
}

.news h3 {
    padding-bottom: 20px;
}

.bbb {
    font-size: 14px;
    position: absolute;
    top: 85%;
    left: 80%;
}

.ddd {
    font-size: 16px;
    position: absolute;
    top: 90%;
    left: 36%;
}

@media (max-width:375px) {
    .ddd {
        font-size: 16px;
        position: absolute;
        top: 90%;
        left: 31%;
    }
}

.site-footer {
    background-color: #f1f1f1;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #8f8f8f;
}

.site-footer hr {
    border-top-color: rgb(160, 158, 158);
    opacity: 0.5;
}

.site-footer hr.small {
    margin: 20px 0;
}

.site-footer h6 {
    color: rgb(75, 75, 75);
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
}

.site-footer a {
    color: #737373;
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none;
}

.footer-links li {
    display: block;
}

.footer-links a {
    color: #737373;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block;
}

.site-footer .social-icons {
    padding-top: 10px;
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #8a8c94;
    color: #fff;
}

.copyright-text {
    margin: 0;
    text-align: center;
}

@media (max-width: 991px) {
    .site-footer [class^="col-"] {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 20px;
    }
    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center;
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px;
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px;
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe;
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px;
}

.social-icons a.facebook:hover {
    background-color: #3b5998;
}

.social-icons a.twitter:hover {
    background-color: #00aced;
}

.social-icons a.linkedin:hover {
    background-color: #007bb6;
}

.social-icons a.dribbble:hover {
    background-color: #ea4c89;
}

@media (max-width: 767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600;
    }
}

.site-footer .col-xs-6 {
    width: 50%;
}


/**  Navbar  **/

.menu-container {
    margin: auto;
    background: #e9e9e973;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    min-width: 100%;
    /*opacity: 0.94;*/
    transition: opacity .5s ease-out;
}


/* Nav */

.main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding: 20px 60px;
    font-size: 20px;
    /*background: #e9e9e9;*/
}

@media(max-width:769px) {
    .main-nav {
        height: 63px;
        padding: 20px 15px;
    }

    .main-container {
        /* 63px for navbar height */
        margin-top: 63px;
        min-height: calc(100% - 63px) !important;
    }

    .no-main-nav-container {
        margin-top: -63px;
        min-height: calc(100% + 63px) !important;
    }
}

.main-nav .logo {
    width: 110px;
}

.main-nav ul {
    display: flex;
}

.main-nav ul li {
    padding: 0 10px;
}

.main-nav ul li a {
    padding-bottom: 2px;
    color: #000;
}

.main-nav ul li a:hover {
    border-bottom: 2px solid #262626;
    color: #fff;
}

.main-nav ul.main-menu {
    flex: 1;
    /*margin-left: 20px;*/
    justify-content: center;
}

.menu-btn {
    color: #8f8f8f;
    cursor: pointer;
    position: fixed;
    top: 17px;
    right: 10px;
    z-index: 11;
    display: none;
}

.btn {
    cursor: pointer;
    display: inline-block;
    border: 0;
    font-weight: bold;
    padding: 10px 20px;
    background: #262626;
    color: #fff;
    font-size: 15px;
}

.btn:hover {
    opacity: 0.9;
}

.dark {
    color: #fff;
}

.dark .btn {
    background: #f4f4f4;
    color: #333;
}

@media (max-width: 800px) {
    .menu-btn {
        display: block;
    }
    .menu-btn:hover {
        opacity: 0.5;
    }
    .main-nav ul.right-menu {
        margin-right: 50px;
    }
    .main-nav ul.main-menu {
        display: block;
        position: absolute;
        top: 60px;
        left: 0;
        background: #f2f2f2;
        width: 80%;
        border-right: #ccc 1px solid;
        /*opacity: 0.9;*/
        transform: translateX(-700px);
        transition: transform 0.5s ease-in-out;
    }
    .main-nav ul.main-menu li {
        padding: 10px;
        border-bottom: #ccc solid 1px;
        font-size: 14px;
    }
    .main-nav ul.main-menu li:last-child {
        border-bottom: 0;
    }
    .main-nav ul.main-menu.show {
        transform: translateX(-20px);
        z-index: 9999;
        /*top: 0;*/
        overflow-y: scroll;
        height: 100%;
        position: fixed;
    }
    .home-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .xbox .content p {
        display: none;
    }
    .xbox .content h2 {
        margin-bottom: 20px;
    }
    .carbon .content {
        width: 85%;
    }
    .links .links-inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .home-cards {
        grid-template-columns: 1fr;
    }
    .links .links-inner {
        grid-template-columns: 1fr;
    }
    .links .links-inner ul {
        margin-bottom: 20px;
    }
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    color: #333;
}

.main-nav>.main-menu {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .main-nav position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.main-nav>.main-menu:before,
.main-nav>.main-menu:after {
    content: "";
    display: table;
}

.main-nav>.main-menu:after {
    clear: both;
}

.main-nav>.main-menu>li {
    float: left;
    /*background: #e9e9e9;*/
    padding: 0;
    margin: 0;
}

.main-nav>.main-menu>li a {
    text-decoration: none;
    padding: 1.9em 19px;
    display: block;
    color: #000;
}

.main-nav>.main-menu>li a:hover {
    color: #fff;
}

.main-nav>.main-menu>li:hover {
    background: #afafaf87;
}

.main-nav>.main-menu>li>ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.main-nav>.main-menu>li>ul:before,
.main-nav>.main-menu>li>ul:after {
    content: "";
    display: table;
}

.main-nav>.main-menu>li>ul:after {
    clear: both;
}

.main-nav>.main-menu>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.main-nav>.main-menu>li>ul>li a {
    color: #777;
    padding: 0.2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.main-nav>.main-menu>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.main-nav>.main-menu>li>ul>li>ul:before,
.main-nav>.main-menu>li>ul>li>ul:after {
    content: "";
    display: table;
}

.main-nav>.main-menu>li>ul>li>ul:after {
    clear: both;
}

.main-nav>.main-menu>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: 0.8em;
}

.main-nav>.main-menu>li>ul>li>ul>li:hover {
    background-color: rgb(216, 216, 230);
}

.main-nav>.main-menu>li>ul>li>ul>li a {
    border: 0;
}

.main-nav>.main-menu>li>ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.main-nav>.main-menu>li>ul.normal-sub>li {
    width: 100%;
}

.main-nav>.main-menu>li>ul.normal-sub>li a {
    border: 0;
    padding: 1em 0;
}

@media only screen and (max-width: 800px) {
    .menu-dropdown-icon:before {
        display: block;
    }
    .main-nav>.main-menu {
        display: none;
    }
    .main-nav>.main-menu>li {
        width: 100%;
        float: none;
        display: block;
    }
    .main-nav>.main-menu>li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .main-nav>.main-menu>li>ul {
        position: relative;
    }
    .main-nav>.main-menu>li>ul.normal-sub {
        width: 100%;
    }
    .main-nav>.main-menu>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .main-nav>.main-menu>li>ul>li:first-child {
        margin: 0;
    }
    .main-nav>.main-menu>li>ul>li>ul {
        position: relative;
    }
    .main-nav>.main-menu>li>ul>li>ul>li {
        float: none;
    }
}


/**  hover **/

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/* ============================== STYLE FOR IMAGE - TITLE - CONTENT - ICON ============================== */

.nd-wrap {
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}

.nd-wrap img {
    max-width: 100%;
    display: block;
}

.nd-title {
    position: relative;
    top: -150px;
    opacity: 0;
    margin: 0 0 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    -webkit-transition: all 1s ease 0.01s;
    transition: all 1s ease 0.01s;
}

.nd-title span {
    color: #fff;
    padding: 0 20px 15px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
}

.nd-icon {
    color: #000;
    display: inline-block;
    font-size: 16px;
    margin: 0 5px;
    opacity: 0;
    position: relative;
    cursor: pointer;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(1.000, -0.530, 0.405, 1.425);
    transition-timing-function: cubic-bezier(1.000, -0.530, 0.405, 1.425);
}

.nd-icon span {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    padding: 10px 15px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    box-sizing: content-box;
}

.nd-icon:hover span {
    background: #fff;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.nd-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nd-content_inner {
    display: table;
    width: 100%;
    height: 100%;
}

.nd-content_inner1 {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}


/* =============== HOVER AREA =============== */

.nd-wrap:hover .nd-content,
.nd-wrap:hover .nd-title {
    opacity: 1;
    top: 0;
}

.nd-wrap:hover .nd-icon {
    opacity: 1;
    top: 30%;
}

.nd-wrap:hover .nd-title {
    -webkit-transition: all 0.5s cubic-bezier(1.000, -0.530, 0.405, 1.425) 0.01s;
    transition: all 0.5s cubic-bezier(1.000, -0.530, 0.405, 1.425) 0.01s;
}


/*.nd-wrap:hover .nd-content {
    background: rgba(0, 0, 0, 0.5);
    background-image: url(../../images/n-04.jpg);
}*/

.jp2 .nd-wrap:hover .nd-content {
    background-image: url(../../images/n-01.jpg);
}

.jp3 .nd-wrap:hover .nd-content {
    background-image: url(../../images/n-04.jpg);
}

.jp4 .nd-wrap:hover .nd-content {
    background-image: url(../../images/n-01.jpg);
}

.rp4 .nd-wrap:hover .nd-content {
    background-image: url(../../images/p-04-hover.jpg);
}

.rp3 .nd-wrap:hover .nd-content {
    background-image: url(../../images/p-03-hover.jpg);
}

.rp2 .nd-wrap:hover .nd-content {
    background-image: url(../../images/p-02-hover.jpg);
}

.rp1 .nd-wrap:hover .nd-content {
    background-image: url(../../images/p-01-hover.jpg);
}


/* =============== SET DELAY FOR ICONS WHEN HOVER =============== */

.nd-content .nd-icon:nth-of-type(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    top: 30%;
}

.nd-content .nd-icon:nth-of-type(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    top: 30%;
}

.nd-content .nd-icon:nth-of-type(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 30%;
}

.nd-content .nd-icon:nth-of-type(4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    top: 30%;
}


/* ============================== HOVER STYLE ============================== */


/* =============== STYLE 6 =============== */

.nd-wrap.nd-style-6:hover .nd-title {
    -webkit-transition: all 0.5s ease 0.01s;
    transition: all 0.5s ease 0.01s;
}

.nd-style-6 .nd-icon {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.nd-wrap.nd-style-6:hover .nd-icon {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}


/** card **/


/*.row {
    max-width: 900px;
    margin: 50px auto 0;
}*/

.card {
    float: left;
    /*padding: 0 1.7rem;*/
    width: 100%;
    background-color: transparent;
}

.card .title {
    font-size: 16px;
}

.card .wrapper {
    background-color: #fff;
    min-height: 343px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}

.card .wrapper:hover .data {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.card .data {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transform: translateY(calc(25px + 1em));
    transform: translateY(calc(25px + 1em));
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.card .data .content {
    padding: 15px 20px;
    position: relative;
    z-index: 1;
}

.card .author {
    font-size: 12px;
}

.card .title {
    margin-top: 10px;
}

.card .text {
    height: 30px;
    margin: 0;
    padding-top: 7px;
}

.card input[type='checkbox'] {
    display: block;
}

.news1 .wrapper {
    background: url(../../../static-files/tom/images/n-01.jpg) center/cover no-repeat;
}

.news1 .header {
    color: #fff;
    padding: 20px 20px;
}

.news1 .header::before,
.news1 .header::after {
    content: '';
    display: table;
}

.news1 .header::after {
    clear: both;
}

.news1 .header .date {
    float: left;
    font-size: 12px;
}

.news1 .data {
    color: #fff;
    -webkit-transform: translateY(calc(25px + 4em));
    transform: translateY(calc(25px + 4em));
}

.news1 .title a {
    color: #fff;
    font-weight: bold;
}

.news1 .button {
    display: block;
    width: 100px;
    margin: 2em auto 1em;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    position: relative;
    font-weight: 700;
}

.news1 .button::after {
    content: '\2192';
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.news1 .button:hover::after {
    -webkit-transform: translate(5px, -50%);
    transform: translate(5px, -50%);
    opacity: 1;
}

.product-cart {
    margin-top: 60px;
    min-height: 600px;
    background-color: #8f8f8f;
}

.productaa ul {
    display: flex;
    list-style: none;
}

.productaa li {
    padding-right: 20px;
}

.list-group {
    margin-top: 50px;
}

.list-group a {
    color: black;
    border: 1px solid #000;
    padding: 8px 12px;
}

.contact {
    background-color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.contact .container {
    padding: 50px 0;
}

@media (min-width:1200px) {
    .contact .container {
        max-width: 1400px
    }
}

.contact h1 {
    text-align: center;
    font-style: italic;
    letter-spacing: 2px;
    font-weight: bolder;
}

.contact h3 {
    text-align: center!important;
    padding-top: 5px;
}

.contact .row {
    align-items: center;
    padding: 50px 30px 0;
}

.contact h3 .text {
    box-shadow: 0 1px;
    padding-bottom: 5px;
    color: #262626;
    letter-spacing: 2px;
    font-weight: bolder;
}

.contact .text1 {
    padding: 0 30px;
    color: #333;
}

.media-main {
    margin-top: 100px;
}

.tabs li {
    /*float: left;*/
    padding: 0 0 20px 0;
    color: #707070;
}

.tabs li h3 {
    color: #707070;
}

.tabs {
    list-style: none;
}

.tabs a {
    display: block;
    /*text-align: center;*/
    text-decoration: none;
    text-transform: uppercase;
    color: #707070;
}

.tabs a:hover,
.tabs a.active {
    color: #E9ABB0;
}

.tabs h3:hover,
.tabs a.active {
    color: #E9ABB0;
}

.media-main .wrap {
    padding: 0;
}

.mdimg {
    display: block;
    height: auto;
    max-width: 100%;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tabgroup {
    margin-left: -15px;
}

@media (max-width:769px) {
    .tabgroup {
        margin-left: 0;
    }
}

.tab1 .flexbox {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.tab1 .card-body {
    padding: 1.25rem;
}

.tab1 .mdbody {
    min-height: 155px;
}

@media(max-width:767px) {
    .tab2 {
        padding-left: 0px;
    }
}

.tab1 {
    padding-left: 15px;
}

@media(max-width:767px) {
    .tab1 {
        padding-left: 0px;
    }
}

.tab1 .card {
    border: 0;
    background-color: #F6F6F6;
}

.tabs li .active h3 {
    color: #E9ABB0;
}

.tabs li .active h3 .text {
    box-shadow: 0 1px;
    padding-bottom: 5px;
}

.textover {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.mdbody h3 {
    color: #000;
    font-weight: bolder;
}

.mdbody p {
    color: #5f5f5f;
}

@media (min-width: 1200px) {
    .media-main .container {
        max-width: 1800px;
    }
}

@media (min-width: 1200px) {
    .home-pro .container {
        max-width: 1600px;
    }
}

.home-pro {
    margin: 30px 0;
}

.home-pro .probox {
    overflow: hidden;
}

.probox {
    padding: 15px 0 0;
}

.probox img {
    transform: scale(1, 1);
    transition: all 0.5s ease-out;
}

.probox img:hover {
    transform: scale(1.035) rotate(0.05deg);
}

.hotpro {
    background-color: #f9f9f9;
    padding: 50px 0;
    color: #262626;
}

.hotcom {
    margin-bottom: 10px;
    text-align: center;
}

.hotname {
    margin: 10px 0;
    text-align: center;
}

.hotcom:hover .nd-content {
    /*background-color: #29aafe;*/
    background: url('/static-files/tom/images/n-01.jpg');
}

.hotprice {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.btnpro{
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid rgb(50, 50, 50);
    cursor: pointer;
    transition: all 0.5s ease 0s;
    padding: 6px 15px;
    outline: none;
    background-color: transparent;
}
.btnpro:hover{
    background-color: #f79abd;
}
.hotpro select{
    height: 40px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    border-top-width: 1.02px;
    border-radius: 4px;
    outline: none;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    user-select: none;
    background-color: transparent;
    color: #323232;
    border-color: #323232;
    padding: 0 10px;
}
.pagination li{
    margin-right: 8px;    
}
.page-link{
    background-color: transparent;
    border: none;
}
.login a:hover{
    text-decoration:underline;
}
.login {
    margin: 200px auto 190px; 
    color: black;
}
@media (max-width: 991px) {
    .login {
        margin: 100px auto 50px;
    }
}
.main1{
    font-family: Arial;
    max-width: 400px;
    display: block;
    margin: 0 auto;
}
/*.main1>.slider-for{
    padding: 20px;
}*/
.dtleft{
    padding: 60px 0;
    margin: auto;
}
@media (min-width: 1px) and (max-width: 767px){
    .dtleft{
        padding: 15px 0 !important;
        max-width: 350px !important;
    }
}
.dtright{
    padding: 60px 20px 0;
}
@media (min-width:1px) and (max-width:767px){
    .dtright{
        max-width: 500px !important;
        margin: auto !important;
        padding: 15px 50px 0 !important;
    }
}
@media (min-width:1px) and (max-width:767px){
    .dtbtn{
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        z-index: 999;
        display: flex;
    }
}
.dtbtn .add{
    background: #e2b1b1; 
    border: 1px solid #e2b1b1;
}
.dtbtn .add:hover{
    background-color: #66c3d8;
}
.dtbtn .heart{
    background: #e6c9c9; 
    border: 1px solid #e6c9c9;
}
.dtbtn .heart:hover{
    background: #66c3d8;
}