@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

body {
	font-family: 'Raleway', sans-serif, serif, monospace, cursive, fantasy, 'Microsoft YaHei', 'Microsoft JhengHei';
    background-color: #ffffff;
    font-size: 15px;
    line-height: normal;
}

.mm-ismenu {
    color: #ffffff;
}

.intro, .pagedetailcontent {
    overflow: hidden;
    padding: 0;
}

.nivo-controlNav {
    padding: 0;
}

.title {
    padding: 25px;
    text-transform: uppercase;
}

.attachment_design {
    background: inherit;
}

.font-big {
    font-size: 35px;
    font-weight: 500;
    line-height: normal;
    margin: 0 auto;
}

.line {
    background-color: #ff8c00;
    height: 2.5px;
    width: 25%;
    margin: 0 auto;
}

.font-small {
    font-size: 15px;
    line-height: 25px;
    margin-left: auto;
    margin-right: auto;
    /*width: 75%;*/
    text-align: left;
}

.btn-square.black {
    font-size: 15px;
    border: 2.5px solid #333333;
    transition: all 0.25s linear;
    margin-top: 0;
    color: #333333;
}

.btn-square.black:hover {
    border: 2.5px solid #ff8c00;
    background-color: #ff8c00;
    transform: translateY(-5px);
    box-shadow: 0 2.5px 2.5px rgba(51, 51, 51, 0.25);
    color: #ffffff;
}

.show-content .content-holder {
    padding-top: 0;
    transform: inherit;
    opacity: inherit;
    background-color: inherit;
    transition: all 0.25s linear;
}

.show-content:hover .content-holder {
    opacity: inherit;
    transform: inherit;
    background-color: rgba(255, 255, 255, 0.50);
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.font-title {
    font-size: 22.5px;
    margin: 0 auto;
    vertical-align: bottom;
    display: table-cell;
    color: #ffffff;
    text-align: left;
    padding: 15px;
    font-weight: 500;
    text-shadow: 0 2.5px 2.5px rgba(51, 51, 51, 0.25);
}

.article {
    border: none;
}

.new_product_col1 {
    margin: 0 auto !important;
}

.list_addtocart {
    color: #333333;
}

.list_cart_button {
    background-color: #ff8c00 !important;
    border-radius: inherit;
    transition: all 0.25s linear;
}

.list_cart_button:hover {
    background-color: #333333 !important;
}

.effect {
    font-size: 12.5px;
    transition: all 0.25s linear;
}

.effect:hover {
    color: #333333;
}

.font-about {
    font-size: 15px;
    line-height: 25px;
    color: #777777;
    margin: 0 auto;
}