@import "menu-slide.css";

:root {
    --black: #000;
    --gold: #c49040;
    --bluetogold: linear-gradient(to right, rgb(0, 53, 121) 36%, rgb(196, 144, 64) 62%);
    --oneone-red: #D1080F;
    --gradient: linear-gradient(45deg, #fcd980 28%, #e0af4c 49%, #fcd980 70%);
    --light-gold: #fcd980;
    --dark-gold: #795000;
    --brown: #000;
    --yellow: #fed930;
    --orange: #e93314;
    --blue: #2d9adc;
    --green: #73c400;
    --gray: #898989;
    --dark-gray: #5b5b5b;
    --sliver-gray: #b3b3b3;
    --light-gray: #dadada;
    --gainsboro-gray: #ededed;
}

.bg-gradient {
    background: var(--gradient) !important;
}

.bg-dark-gray {
    background: var(--dark-gray) !important;
}

.bg-gray {
    background: var(--gray) !important;
}

.bg-sliver-gray {
    background: var(--sliver-gray) !important;
}

.bg-light-gray {
    background: var(--light-gray) !important;
}

.bg-gainsboro-gray {
    background: var(--gainsboro-gray) !important;
}

.bg-orange {
    background: var(--orange) !important;
}

.bg-blue {
    background: var(--blue) !important;
}

.bg-brown {
    background: var(--brown) !important;
}

.bg-green {
    background: var(--green) !important;
}

.bg-black {
    background: #000 !important;
}

body {}

img {
    max-width: 100%;
    height: auto
}

.display-web {
    display: inline-block
}

.display-mobile {
    display: none
}

@media only screen and (max-width: 819px) {
    .display-web {
        display: none
    }

    .display-mobile {
        display: inline-block
    }
}

a {
    cursor: pointer;
    display: inline-block;
}

a:hover {
    text-decoration: none;
}

p,
li {}

.w-100 {
    width: 100%;
}

.p-20 {
    padding: 20px 0 !important
}

.p-10 {
    padding: 10px 0 !important
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

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

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

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

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

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

.pt-0 {
    padding-top: 0 !important
}

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

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

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

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

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

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

.ml-5 {
    margin-left: 5px !important
}

.mr-3 {
    margin-right: 3px !important
}

.mr-5 {
    margin-right: 5px !important
}

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

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

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

.text-red {
    color: var(--oneone-red) !important
}

.text-orange {
    color: var(--orange) !important
}

.text-white {
    color: #fff !important
}

.text-black {
    color: #000 !important
}

.text-gray {
    color: var(--gray) !important
}

.text-gold {
    color: var(--dark-gold) !important
}

.text-yellow,
.text-yellow li {
    color: var(--yellow) !important
}

.text-bold {
    font-weight: 800
}

.text-sm {
    font-size: 14px
}

.text-md {
    font-size: 16px
}

.text-lg {
    font-size: 20px
}

.text-xl {
    font-size: 36px !important;
}

.text-xxl {
    font-size: 80px !important;
}

.text-left {
    text-align: left !important
}

.icon-sm {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 5px 0 0
}

.icon-sm img {
    width: 15px;
    height: 15px;
    vertical-align: top
}

.icon-md {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin: 0 3px;
}

.icon-md img {
    width: 22px;
    height: 22px;
    vertical-align: top
}

.icon-lg {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 3px 5px 3px 0;
}

.icon-lg img {
    width: 24px;
    height: 24px;
    vertical-align: top
}

.icon-xl {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 0 auto;
}

.icon-xl img {
    width: 100px;
    height: 100px;
    vertical-align: top
}

.flex-between {
    display: flex !important;
    justify-content: space-between !important;
}

.flex-left {
    display: flex !important;
    justify-content: flex-start !important;
}

.flex-right {
    display: flex !important;
    justify-content: flex-end !important;
}

.flex-center {
    display: flex !important;
    justify-content: center !important;
}

.flex-start {
    display: flex !important;
    align-items: flex-start !important;
}

.flex-middle {
    display: flex !important;
    align-items: center !important;
}

.flex-bottom {
    display: flex !important;
    align-items: flex-end !important;
}

.reduce {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
}

.double-lines {
    font-size: 16px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px
}

.hero-slider-wrap {
    overflow: hidden;
    height: 150px;
    background: #333333;
}

.hsc-list_item {
    border-top: 0px;
}

.swiper-container {
    max-width: 1300px;
}

.hero-carousel-wrap {
    height: 120px;
}

.spn_box_img img {
    width: 90px;
    height: calc(90px * 0.67);
    object-fit: cover;
}

@media (max-width:380px) {
    .logo-holder img {
        max-width: 150px;
        height: auto
    }

    .copyright {
        font-size: 9px;
    }
}

@media only screen and (max-width: 856px) {
    .ajax-nav {
        width: auto;
    }
}

.soc-log {
    padding: 0 0 10px;
}

.breadcrumbs-header_url span {
    text-align: left;
}

.single-post-content img,
.single-post-content p,
.single-post-content h4 {
    margin: 0 0 30px;
    padding: 0
}

.author-img img {
    border-radius: 1000px;
}

.footer-logo img {
    width: 100%;
    max-width: 260px;
    height: auto;
}

@media (max-width:821px) {
    section {
        padding: 30px 0;
    }

    .sec-top {
        padding-top: 0;
    }
}

@media (max-width:630px) {
    .spn_box_img img {
        width: 92vw;
        height: calc(92vw * 0.67);
        object-fit: cover;
        margin-bottom: auto;
    }
}


/*手機板主選單*/

@media only screen and (max-width: 1279px) {
    .main-menu {
        visibility: hidden;
        opacity: 0;
    }

    .swiper-menu .swiper-slide {
        position: relative
    }

    .swiper-menu .dropup-menu {
        font-size: 11px;
        color: #fff;
        background: #292929;
        min-width: 120px;
        position: absolute;
        bottom: 50px;
        padding: 10px 0;
        transition: all .3s ease-out;
    }

    .swiper-menu .dropup-menu a {
        color: #fff;
        padding: 10px 23px;
    }

    .btn-dropup i {
        color: var(--orange);
        margin: 0 0 0 5px;
    }
}

@media only screen and (max-width: 540px) {
    .swiper-menu {
        padding-right: 30px;
    }
}

.flex-middle .post-category-marker {
    margin-right: 5px;
    position: static;
}

.flex-middle .post-category-marker:last-child {
    margin-right: 0;
}

.list-post-content {
    padding: 0 0 0 30px;
}

@media only screen and (max-width: 630px) {
    .list-post-content {
        padding: 3px 0 0 0;
    }
}

.tab-content {
    display: block;
}

.error-section,
.hero-section {
    background: #333;
}

.hero-section {
    padding: 30px 0 30px;
}

.style-select {
    z-index: 11;
}

.sgs_ver {
    left: auto !important;
    bottom: 50% !important;
    width: 10px !important;
}

.tags-widget {
    text-align: left;
}

.tags-widget a {
    display: inline-block;
    float: none;
}

.categories-widget {
    text-align: left;
}

.categories-widget a {
    padding: 12px 20px;
    color: #fff;
    font-size: 10px;
    border-radius: 2px;
    margin: 0 5px 5px 0;
    font-weight: 600;
    background: #e93314;
}

.categories-widget a:hover {
    background: #000;
    color: #fff;

}


/*圖片及影片尺寸*/

.post-widget-item-media img {
    width: 100px;
    height: calc(100px * 0.67);
    object-fit: cover;
}

.single-post-content iframe,
.video {
    margin: 0 0 30px;
    width: 100%;
}

.single-post-content_text a {
    color: var(--orange);
    text-decoration: underline;
}

@media only screen and (max-width: 630px) {

    .list-post-media,
    .list-post-wrap_column .list-post-media,
    .grid-post-media {
        width: 92vw;
        height: calc(92vw * 0.67);
    }

    .single-post-content iframe,
    .video {
        width: 92vw !important;
        height: calc(92vw * 0.5625) !important;
    }
}

@media only screen and (max-width: 1063px) {
    .post-widget-item-media img {
        width: 22vw;
        height: calc(22vw * 0.67);
    }
}

.col-md-6 .list-post h3 a {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* height: 48px; */
}

@media only screen and (max-width: 1063px) {
    .col-md-6 .list-post h3 a {
        height: auto;
    }
}

@media only screen and (max-width: 630px) {
    .list-post-media {
        margin-bottom: 10px;
    }

    .col-md-6 .list-post-media {
        margin-bottom: 0px;
    }
}


/*側欄:商品欄位*/

.box-widget-product .sgs-pagination .swiper-pagination-bullet {
    background: var(--light-gray);
}

.box-widget-product .sgs-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--orange);
}

.box-widget-product .sgs-pagination .swiper-pagination-bullet::before {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.box-widget-product .swiper-slide {
    padding: 0 0 40px 0
}

.grid-post-item {
    text-align: center;
}

.product-text,
.product-img {
    max-width: 500px;
    margin: 0 auto;
}

.product-img {
    position: relative;
}

.product-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.product-card {

    background: #f9f9f9;
    border: 1px solid #eee;
    border-top: none;
    width: 100%;
}

.product-card-white {
    max-width: 500px;
    background: #fff;
    width: 100%;

    margin: 0 auto 40px;
    padding: 10px 0 0 0;
}

.grid-post-item:last-child .product-card-white {
    margin: 0 auto
}

.product-card-white p {
    font-size: 14px;
    line-height: 22px;
}

.product-card-white .post-opt li {
    font-size: 13px;
}

.product-card-white .post-opt {
    text-align: left;
}

.grid-post-item .post-category-marker {
    border-radius: 0px;
    left: 0;
    right: auto;
}

.product-card-white .btn-black,
.product-card-white .btn-black:hover {
    margin: 0;
    height: 44px;
    padding: 12px 0;
    border-radius: 0;
    width: 100px;
    margin-left: 10px;
    font-size: 13px;
}

.product-text {
    z-index: 10;
}

.product-text .product-card {
    padding: 0 0 0 5px;
    height: 45px;
    border-top: none;
    border-right: none;
}

.product-text h4 {
    color: #fff;
    width: 100%;
    background: #222222;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    text-align: left;
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
}

.product-text .btn-orange,
.product-text .btn-orange:hover {
    margin: 0;
    height: 44px;
    padding: 12px 0;
    border-radius: 0;
    width: 80px;
}

.line-through {
    text-decoration: line-through;
}

.btn-orange {
    background: var(--orange);
}

.btn {
    border: none;
    cursor: pointer;
}

.reduce {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
}

.discount {
    font-size: 14px;
    margin: 0 5px 0 0;
}

.badge {
    background: #222;
    color: #fff;
    line-height: 20px;
    display: inline-block;
    height: 20px;
    min-width: 20px;
    vertical-align: top;
    font-size: 12px;
    font-weight: bolder;
    margin: 0 0 0 1px;
    padding: 0;
}

.icon-md {
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: top;
}

.icon-md img {
    width: 20px;
    height: 20px;
}

.circle {
    border-radius: 1000px;
}


/*css fix*/

.single-post-content_text p {
    font-size: 16px;
}


/*作者頁文章表單*/

.grid-post-content p {
    line-height: 18px;
}

.grid-post-content h3 a,
.grid-post-content h3 {
    white-space: normal;
    width: 100%;
    margin-bottom: 6px;
    line-height: 22px;
}

@media only screen and (min-width: 1064px) {

    .grid-post-content h3 a,
    .grid-post-content h3 {
        height: 44px;
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .grid-post-content .post-date {
        display: block;
        float: none;
    }

    .grid-post-content p {
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 36px;
        margin-bottom: 10px;
    }
}

.subscribe-message {
    color: #B6B6B6;
    float: left;
    padding: 5px 0 0 0;
    text-align: left;
}

.hsc-list_item-content h4,
.hsc-list_item-content h4 a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
}

.reduce {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
}

.news-source {
    font-size: 11px;
    margin: 0 0 30px;
    text-align: left;
    color: var(--gray);
}

.news-source a {
    color: var(--gray);
    text-decoration: none;
    border-radius: 1000px;
    background: #eeeeee;
    margin: 0 3px;
    padding: 3px 10px;
}

.double-img {
    width: 100%;
    text-align: left;
    margin: 0 0%;
}

.double-img>div {
    display: inline-block;
    width: 45%;
    margin: 0 2%;
    vertical-align: top;
}

.double-img figcaption {}

figcaption {
    margin: -30px 0 30px;
    text-align: center;
    font-size: 11px;
    color: var(--gray);
    padding: 7px 0 0 0;
}

.index-video {
    border-bottom: 1px solid #eee;
    position: relative;
    margin: 0 0 30px;
}

.index-video::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background: #e93314;
}


.float-left {
    float: left !important;
}

.row>* {
    padding-right: 10px;
    padding-left: 10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.form-control {
    float: left;

    border: 1px solid #e1e1e1;
    background: #f9f9f9;
    width: 100%;
    padding: 15px;
    border-radius: 4px;
    color: #000;
    font-size: 12px;
    -webkit-appearance: none;
    font-family: "微軟正黑體", "Microsoft Jhenghei", Arial !important;
}

.custom-form textarea,
.custom-form input[type="text"],
.custom-form input[type=email],
.custom-form input[type=password] {

    padding: 15px;

}

.custom-select {
    float: none;
    height: 50px;
    border: 1px solid #e1e1e1;
    background: #f9f9f9;
    width: 100%;
    padding: 15px 15px;
    border-radius: 4px;
    color: #000;
    font-size: 12px;

    font-family: "微軟正黑體", "Microsoft Jhenghei", Arial !important;
}

button,
button:hover,
button span,
button:hover span {
    color: #fff
}

.filter-tags input:checked:after {
    top: 0;
}


.btn,
.btn:hover {
    width: 100%;
    max-width: 200px;
    padding: 0;
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--orange)
}

.btn i {
    color: #fff;
    margin: 0 5px;
}

.btn-black {
    background: #292929 !important;
}

.btn-black i {
    color: var(--orange)
}

@media only screen and (max-width: 540px) {

    .btn,
    .btn:hover {
        max-width: 100%;
    }
}

.main-register-container {
    z-index: 1081;
}


.soc-log .btn-black,
.soc-log .btn-black:hover {
    width: 50px;
    margin: 0 5px;
    padding: 0;
}

.soc-log .btn-black i {
    margin: 0
}

a:hover {
    color: var(--orange)
}


.signup {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    float: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px 50px;
}

.member {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    float: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px 50px;
}

@media only screen and (max-width: 540px) {

    .signup,
    .member {
        box-shadow: none;
        padding: 0px;
    }
}

@media (min-width: 1064px) {
    .member {
        margin-left: 20px;
    }
}

.form-control {
    height: 50px;
    float: none !important;
}

.form-group {
    text-align: left;
    min-height: 100px;
    float: none;
}

.custom-form input {
    margin-bottom: 0px;
}

.form-text {
    margin: 5px 0 0;
    display: inline-block;
    color: var(--orange);
}

.input-group {
    display: flex !important;
    justify-content: flex-start !important;
}

.input-group .form-control {
    width: auto !important;
}

.social-login .form-control {
    width: calc(100% - 80px - 50px) !important;
}

.input-group .btn,
.input-group .btn:hover {
    width: 80px;
    margin: 0;
    padding: 10px;

}

.input-group .btn-black,
.input-group .btn-black:hover {
    width: 50px;
    margin: 0;
    padding: 10px 0;
}

.social-login {
    margin: 0 0 20px;
}

.main-register .filter-tags {
    float: left;
    margin: 2px 0 20px 0;
}

.flex-center .btn {
    margin-left: 5px;
    margin-right: 5px;
}

.form-group label {
    height: 18px;
    float: none;
    position: relative;
    width: 100%;
    text-align: left;
    font-weight: 500;
    color: #666;
    font-size: 11px;
    margin-bottom: 6px;
}


.modal-header {
    position: relative;
    height: 50px;
    border: 0;
    padding: 0
}

.modal-header .modal-title {
    background: #000;
    width: 100%;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-align: left;
    padding: 0 60px 0 20px;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-title {
    color: #fff;
}

.modal .close {
    border: 0;
    background: none;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
}

.modal .close i {
    color: var(--gray);
}

#alertModal .modal-body {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-footer {
    border: 0;
    display: flex;
    justify-content: center;
    padding: 0 15px 10px;
}

.modal-footer .btn {
    width: auto;
    min-width: 150px;
}

.log-separator {
    margin: 0 0 20px 0;
    float: none;
}

.post-category-marker:hover,
.tags-widget a:hover {
    color: #fff !important;
}

.btn-sm,
.btn-sm:hover {
    height: 30px;
    width: 70px;

    padding: 0;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: left;
    justify-content: center;
    text-align: center;
    background: var(--orange);
}

h1 {
    font-size: 28px;
    font-weight: 700;
    text-align: left;
}

.product-price {
    font-size: 24px;
    color: var(--orange);
    font-weight: 500;
    text-align: left;
}

.product .row {
    margin-left: -30px;
    margin-right: -30px;
}

.product .row>*.col-md-6,
.product .row>*.col-md-12 {
    padding-right: 30px;
    padding-left: 30px;
}

.product .sect_dec::after {
    display: none;
}

.order-count {
    border: 1px solid #eee;
    background: #f9f9f9;
    height: 50px;
    min-width: 60px;
}

.product-header .box-widget {
    padding: 0;
}

.product-header .btn {
    max-width: none;
}

.swiper-product {
    width: calc(100% + 10px);
    overflow: hidden;
    margin: 0 -5px 20px
}

.swiper-product .swiper-slide img {
    padding: 0 5px 0;
}


.form-group .btn-check+label {
    width: auto;
    border: 1px solid #eee;
    margin-right: 10px;
    background: #f9f9f9;
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    min-width: 100px;
    text-align: center;
    color: #000;
}

.form-group .btn-check:checked+label {
    border: 1px solid var(--orange);
    color: var(--orange);
}

.product-count {
    border: 1px solid #eee;
    margin-right: 10px;
    background: #f9f9f9;
    text-align: center;
    height: 50px;
    min-width: 60px;
}

.btn-line,
.btn-line:hover {
    border: 1px solid #eee;

    background: #f9f9f9;
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0;

    text-align: center;
    color: #eee
}

.btn-line i {
    color: #eee;
}

.input-group .btn-line,
.input-group .btn-line:hover {
    width: 50px;
}

.btn-line.active {
    border: 1px solid var(--orange);
    color: var(--orange);
}

.btn-line.active i {
    color: var(--orange);
}

.product-btn {
    margin: 0 0 20px 0;
}

.product-btn .show-cart {
    display: none;
}

@media only screen and (max-width: 1064px) {

    .product-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        background: #fff;
        padding: 10px 20px;
        z-index: 2000;
        margin: 0;
        border-top: 1px solid #eee;
    }

    .product-btn .show-cart {
        display: block;
        margin: 0 20px 0 10px;
        border: none;
        height: 50px;
        width: 50px;
        padding: 0;
        float: none;
        font-size: 20px;
        line-height: 50px;
    }

    .product-btn .show-cart::before {
        display: none;
    }

    .product-btn .show-cart_count {
        left: -10px;
    }

}

.btn-line-orange,
.btn-line-orange:hover {
    background: #f9f9f9;
    height: 50px;
    border: 1px solid var(--orange);
    line-height: 50px;
    padding: 0;
    text-align: center;
    color: var(--orange)
}

.btn-line-orange i {
    color: var(--orange);
    width: 16px;
    height: 16x;
}

.to-top {
    margin: 0;
}

.subfooter-nav {
    margin: 0 20px 0 0;
}

.product-list .grid-post-media.gpm_sing::before {
    background: 0;
}

.product-list .grid-post-media.gpm_sing {
    padding: 0
}

.product-slider a,
.product-slider img {
    width: 100%;
    height: auto;
}

.product-slider {
    margin: 0;
}

.product-list .bold_gpi::after {
    display: none;
}

.product-list .hero-hrid .grid-post-item .grid-post-media.gpm_sing {
    margin: 0 auto 20px;
}

.product-list .grid-post-media {
    position: relative;
}

.product-list .grid-post-media a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.product-list .bold_gpi {
    margin-bottom: 0px;
}

@media only screen and (max-width: 630px) {


    .product-slider .grid-post-media {
        width: 100vw;
        height: calc(100vw * 0.47);
    }

    .product-list .grid-post-item {
        width: 100%;
    }

    .product-list .sgs_ver {
        right: 20px;
    }

    .product-list .hero-hrid .grid-post-item .grid-post-media.gpm_sing {

        height: 215px;


    }

    .product-list .hero-hrid .grid-post-item .grid-post-media.gpm_sing.bold_gpi_half {
        height: 120px;
    }

    .product-list .list-post-wrap_column .list-post-content {
        min-height: auto;
    }
}



.product-list .grid-post-media_title {
    padding: 10px 20px 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
}

.product-list .grid-post-media_title h4 a {
    font-size: 13px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.container {
    padding: 0 !important;
}

.product-list .list-post-wrap_column .list-post-content {
    min-height: 110px;
}

.product-list .list-post-content .post-opt {
    margin-top: 0px;
    float: left;
}

.product-list .list-post-wrap_column .list-post {
    margin-bottom: 40px;
}

.product-list .load-more_btn {
    margin: 0 0 20px;

}

.product-list .list-post-content h3 {
    margin: 0 0 5px;
}

.product-list .list-post-content h3,
.product-list .list-post-content h3 a {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    line-height: 24px;
    height: 48px;
}

.product-list p {

    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 18px;
    height: 54px;
}


@media only screen and (max-width: 630px) {
    .product-list .hero-hrid .grid-post-media {
        width: 100%;
    }

    .product-list .list-post-media {
        width: 100%;
        height: calc(45vw * 0.67);
        margin-bottom: 0px;
    }

    .product-list p {
        display: none;
    }
}

.btn-product {
    margin: 3px 0;
}




.product-ad {
    margin: 0 auto 20px;
    width: 100%;
}

.product-ad .product-ad-img {
    padding: 10px;
    background: #fff;
    border-radius: 7px 0 0 7px;
    height: 100%;
    border: 1px solid var(--light-gray);
    border-right: 0;
}

.product-ad .product-ad-img img {
    margin: 0 !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.product-ad .post-category-marker {
    text-decoration: none;
}

.product-ad .col-sm-3,
.product-ad .col-xs-4,
.product-ad .col-sm-9,
.product-ad .col-xs-8,
.product-ad .row {
    padding: 0;
    margin: 0;
}

.product-ad .product-ad-text {
    height: 100%;
    border-radius: 0 7px 7px 0;
    border: 1px solid var(--light-gray);
    border-left: 0;
}

.product-ad .product-ad-text .post-category-marker {
    min-width: 50px;
    height: 30px;
    border-radius: 0;
}

.product-ad .product-ad-text h4,
.product-ad .product-ad-text h4 a {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;


}

.product-ad .product-ad-text h4 {
    margin: 10px 10px 10px 0;
}

.product-ad .product-ad-text h4 a {
    margin: 0;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    max-height: 48px;
}

.product-ad .product-ad-title {
    height: 60%;
    max-height: 60%;
}

.product-ad .product-ad-price {
    border-radius: 0 0 7px 0;
    height: 40%;
    padding: 5px;
}

.product-ad .product-ad-price p {
    margin: 0;
    font-size: 18px;
}

.product-ad .product-ad-price .icon-lg {
    margin: 0 10px;
    width: 36px;
    height: 36px;
}

.product-ad .product-ad-price .icon-lg img {
    width: 36px;
    height: 36px;
}

.product-ad .col-sm-3 {
    width: 20%;
}

.product-ad .col-sm-9 {
    width: 80%;
}

.product-ad .product-ad-price .icon-lg img {
    margin: 0
}

.product-ad .product-ad-price .btn {
    width: 25%;
    height: 100%;
    margin: 0;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 7px;
}

.product-ad .product-ad-price .btn div {
    width: 22px;
    height: 22px;
    line-height: 22px;
    padding: 2px;
    border-radius: 30px;
    font-weight: bolder;
    margin: 0 15px 0 0;
    font-size: 14px;
}

.product-ad img {
    margin: 0;
    vertical-align: top;
}

.product-ad .product-ad-price .btn div.space {
    background: none;
    width: 15px;
    margin: 0
}

@media only screen and (max-width: 541px) {

    .product-ad .col-sm-3 {
        width: 25%;
    }

    .product-ad .col-sm-9 {
        width: 75%;
    }

    .product-ad .product-ad-text h4,
    .product-ad .product-ad-text h4 a {
        font-size: 14px;
    }

    .product-ad .product-ad-text h4 {
        margin: 0 10px 0 0;
    }

    .product-ad .product-ad-text h4 a {

        line-height: 18px;
        max-height: 54px;
    }

    .product-ad .product-ad-price .icon-lg {
        margin: 0 5px 0 0;
        width: 20px;
        height: 20px;
    }

    .product-ad .product-ad-price .icon-lg img {
        width: 20px;
        height: 20px;
    }

    .product-ad .product-ad-price .btn div {
        margin: 0 5px 0 0;
        width: 15px;
        height: 15px;
        line-height: 15px;
    }

    .product-ad .product-ad-price p {
        font-size: 10px;
    }

    .product-ad .product-ad-price .btn {

        font-size: 10px;
    }

    .product-ad .product-ad-price .btn div.space {

        width: 0px;

    }

    .product-ad .product-ad-img {
        padding: 7px;
    }
}



@media only screen and (max-width:376px) {

    .product-ad,
    .product-ad .product-ad-text {
        max-height: 87px;
    }

    .product-ad .product-ad-title {
        max-height: 51px;
    }

    .product-ad .product-ad-price {
        max-height: 34px;
    }
}

@media only screen and (max-width:394px) {

    .product-ad,
    .product-ad .product-ad-text {
        max-height: 91px;
    }

    .product-ad .product-ad-title {
        max-height: 53px;
    }

}

.product-ad-orange .post-category-marker {
    background: var(--orange);
    color: #fff;
}

.product-ad-orange .product-ad-price {
    background: var(--orange);
}

.product-ad-orange .product-ad-price .btn div {
    background: var(--orange);
}

.product-ad-orange .product-ad-price p {
    color: #fff;
}


.product-ad-yellow .post-category-marker {
    background: #221816;
    color: #fff;
}

.product-ad-yellow .product-ad-price {
    background: var(--yellow);
}

.product-ad-yellow .product-ad-price .btn div {
    background: var(--yellow);
}

.product-ad-yellow .product-ad-price p {
    color: #000;
}


.btn-product img {
    max-height: 30px;
}

.date-holder:before {

    height: 30px;
    margin: -15px 0 0 0;
}


.main-register-wrap {
    padding-left: 0px;
}

.main-register-holder {
    max-width: 600px;

}

.log-separator::before {
    display: none;
}

.checkout-table tr td:nth-child(odd) {
    background: #fff;
}



h4.cart-title {
    font-size: 18px;

}

.table-title th {
    background: var(--light-gray) !important;
    color: #000 !important;
}

.checkout-table .product-name {
    text-align: left;
    vertical-align: middle;
}

.checkout-table .table-title-img {
    width: 12%;
}

.checkout-table .table-title-product {
    width: 47%;
}

.checkout-table .table-title-price {
    width: 12%;
}

.checkout-table .table-title-quantity {
    width: 12%;
}

.checkout-table .table-title-total {
    width: 12%;
}

.checkout-table .table-title-btn {
    width: 5%;
}

.checkout-table td {
    vertical-align: middle;
}

.checkout-table {
    margin: 0;
}

.cart-totals::after {
    display: none;
}

.cart-totals {
    padding: 7px 0;
    margin-top: 0px;
    background: #161616;
}

.cart-totals>div {
    display: flex;
    justify-content: space-between;
}

.cart-totals-text {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 15px;
}

.cart-totals-text p {
    color: #fff;
    font-size: 14px;
    margin: 0 40px 0 0;
    padding: 0;
}

.cart-totals::before {
    display: none;
}

.cart-totals button {
    width: 200px;
    height: 35px;
    margin-right: 7px;
}



@media only screen and (max-width: 541px) {

    .checkout-table .table-title-img {
        width: 0%;
    }

    .checkout-table .table-title-product {
        width: 60%;
    }

    .checkout-table .table-title-price {
        width: 0%;
    }

    .checkout-table .table-title-quantity {
        width: 15%;
    }

    .checkout-table .table-title-total {
        width: 20%;
    }

    .checkout-table .table-title-btn {
        width: 5%;
    }

    .cart-totals {
        padding: 10px 15px;

    }

    .cart-totals>div {
        display: block;
    }

    .cart-totals-text p {
        font-size: 12px;
    }

    .cart-totals-text {
        display: block;
        float: none;
        height: auto;
        margin: 0;
    }

    .cart-totals button {
        width: 100%;
        height: 35px;
        margin: 10px 0 0;
        padding: 0;
    }

}

.btn-cart,
.btn-cart-text {
    display: none;
}

@media only screen and (max-width: 1064px) {
    .btn-gray {
        background: var(--dark-gray);
    }

    .btn-cart-text {
        width: 50px;
        height: 50px;
        display: inline-block;
        margin-right: 10px;
        padding: 0;
        border-radius: 5px;
        color: #fff;
        font-size: 20px
    }

    .btn-cart-text span {
        display: block;
        font-size: 10px;
        width: 40px;
        margin: 0 5px
    }

    .btn-cart {
        width: 50px;
        height: 50px;
        display: inline-block;
        margin-right: 10px;
        padding: 0;
        border-radius: 5px;
        color: #fff;
        font-size: 20px;
        line-height: 50px;

    }

    .btn-cart i {
        width: 20px;
        margin: 0 15px;
    }
}

.blindbox{margin: 0 20px 0;}
.blindbox-body {
    padding: 10px;
    background: var(--sliver-gray);
}

.blindbox-body a {
    width: 100%;
    height: 100%;
    position: relative;
}

.blindbox-body .badge {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 0 5px 0;
}

.blindbox-body img {
    width: 100%;
    height: auto;
    border-top: 1px solid var(--gray);
    border-left: 1px solid var(--gray);
    border-right: 1px solid var(--light-gray);
    border-bottom: 1px solid var(--light-gray);
}

.blindbox-body .row {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 10px; 
}

.blindbox-body .row:last-child {
    margin-bottom: 0px;
}

.blindbox-body .row>* {
    padding-right: 5px;
    padding-left: 5px;
}

@media only screen and (max-width: 500px) {

    .blindbox-body {
        padding: 5px;

    }

    .blindbox-body .row {
        margin-left: -3px;
        margin-right: -3px;
        margin-bottom: 5px;
    }

    .blindbox-body .row>* {
        padding-right: 3px;
        padding-left: 3px;
    }
}