

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

    .product-list .-mobile .row .-day {
        font-size: 32px !important;
    }

    .product-list .-mobile .row .-month {
        font-size: 28px !important;
    }

    .product-list .-mobile .row .item-detail  {
        padding:0px !important;
    }

    .product-list .-mobile .row .item-detail h4 {
        font-size: 17px !important;
    }

    .product-list .-mobile .row .item-detail h6 {
        font-size: 16px !important;
    }

    .product-list .-mobile .row.-table [class*="col-"] {
        float: left !important;
        padding-left: 0;
        padding-right: 0;
    }

    .product-list .-mobile .item-detail {
        padding: 15px !important;
        position: relative !important;
        background-color: rgba(0,0,0,0.6);
        width: 100%;
    }
    
    .product-list .-mobile .item-detail .-table .-cell {
        padding: 0 !important;
    }

}

.product-list .item .item-detail {
    height: 135px;
    max-height: 135px;
}


.recommend .item .item-detail {
    height: 159px;
    max-height: 159px;
}
div.-variant.disable a.option_link {
    background-color: #dedede !important;
    color: #b9b9b9 !important;
    opacity: 0.7;
}
.-variant .option_link span.option_name {
    font-size: inherit;
}
.-variant .option_link span.option_price {
    font-size: inherit;
}
.product-detail .items .-variant a {
    color: #ffffff !important;
    background-color: #212121 !important;
}
.product-detail .items .-variant a.-active {
    background-color: #ff5722 !important;
}
p, .paragraph {
    word-break: break-word;
}

.-qtn-inside-varaint {
    display: inline-block;
    margin-left: 10px !important;
}

/* CARD */

.view-headline {
    float: left;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 32px;
    line-height: 35px;
    margin: 10px 0 40px;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #ff5722 !important;
    text-transform: uppercase;
}

.product-lists-card {
    padding-top:80px;
}

.product-lists-card.light {
    background-color: white !important;
}

.product-lists-card.dark {
    background-color: #212121 !important;
}

.product-lists-card .items {
    width: 100%;
    border:2px solid #ff5722;
    margin-bottom:30px;
    float: left;
    z-index: 1;
}

.product-lists-card .items .d_cover {
    overflow:hidden;
}

.product-lists-card .items .time {
    float:left;
    width: 30%;
}

.product-lists-card .items .detail_cover {
    float:left;
    width: 70%;
}

.product-lists-card .items .detail_cover .blackdrop{
    background-color: rgba(0,0,0,0.7);
}

.product-lists-card .items .detail_cover .text1{
    position: absolute;
    z-index: 2;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    width: calc(70% - 24px);
    height: calc(100% - 34px);
    padding: 20px;
    text-align: center;
    /*padding-top: 80px;*/
    font-size: 2rem;
    line-height: 3rem;
}

.product-lists-card .items .day {
    color: #ff5722;
    font-weight: bold;
    font-size: 5rem;
    display: block;
    text-align: center;
    padding-top: 25%;
}

.product-lists-card .items .month {
    color: black;
    font-weight: bold;
    font-size: 4rem;
    display: block;
    text-align: center;
    padding-top: 0;
    text-transform: uppercase;
}

.product-lists-card .items .img{
    width: 100%;
    height: 50vh;
    max-height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    
    transition:all 0.2s;
}
.product-lists-card .items .img:hover{
    transform: scale(1.05);
}
.product-lists-card .items .img.placeholder{
    background-size: contain;
    width: 80%;
    margin-left: 10%;
}

.product-lists-card .items a {
    display: block;
}

.product-lists-card .items .detail {
    display: block;
    height: 159px;
    max-height: 159px;
    padding: 0 15px 15px;
}

.product-lists-card .items .detail .text1 {
    color:#ff5722;
    font-size: 16px;
    font-family: 'Kanit';
    padding-bottom: 7px;
}

.product-lists-card .items .detail .text2 {
    color:black;
    font-size: 20px;
    font-family: 'Kanit';
    line-height: 30px;
}

.product-lists-card .items .detail a {
    color:inherit !important;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
}

.product-lists-card .items .btn_action a {
    color: #FFF !important;
    background-color: #ff5722;
    border-color: transparent;
    padding: 11px 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    transition: all 0.3s;
}

.product-lists-card .items .btn_action a:hover {
    background-color: #ff764d;
}

.product-lists-card .items .badge_list {
    position: absolute;
    z-index: 2;
    width: calc(100% - 34px);
}

.product-lists-card .items .badge_list .left {
    float: left;
    height: auto;
    width: auto;
}

.product-lists-card .items .badge_list .right {
    float: right;
    height: auto;
    width: auto;
}

.product-lists-card .items .badge_list .time {
    background-color: rgba(255,87,34,0.8);
    padding: 5px 13px;
    font-weight: bold;
    text-align: center;
    color: white;
    width: 100%;
    font-size: 22px;
    line-height: 21px;
}

.product-lists-card .items .badge_list .time span{
    font-weight: normal;
    font-size: 16px;
}

.product-lists-card .items .badge_list .price {
    color: #ff5722 !important;
    background-color: #333;
    padding: 10px 20px;
    font-weight: bold;
}


.in-detail-map {
    width: 100%;
    height: 350px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    overflow: hidden;
}



.ul_footer_header {
    color: #ff5722;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 4px;
    margin-bottom: 10px;
    margin-top: 20px;
    border-bottom: 3px solid #ff5722;
}

ul.footer {
    padding: 0;
    margin: 0;
}

ul.footer.cocial a {
    margin: 3px 7px;
}

ul.footer.cocial i {
    font-size: 16px;
    margin: 10px 0;
}

ul.footer li {
    list-style: none;
    color: white !important;
    text-decoration: none;
}

ul.footer li.half {
    width: 50%;
    display: inline-block;
}

ul.footer li.inline {
    width: auto;
    display: inline-block;
}

ul.footer li a {
    color: white !important;
    text-decoration: none;
    transition: all 0.3s;
}

ul.footer li a:hover {
    color: #ff5722 !important;
    text-decoration: none;
}

@media (max-width:991px){
    .text-xs-center {
        text-align: center;
    }
}

.pt_1 {
 padding-top: 60px; 
}

.padding_from_top {
    margin-top: 20px;
}

a.button, a.option_link {
    border-radius: 5px !important;
}

.-detail.-no-padding .fa-plus {
    border: 0px !important;
}
.-detail.-no-padding .fa-minus {
    border: 0px !important;
}
.-detail.-no-padding input {
    border-radius: 5px !important;
}
.-detail.-no-padding input:hover {
    border-color: #ff5722
}

.product-detail .items .-wishlist {
    margin: 60px 0 0 !important;
}
.hero .desktop-menu {
    z-index: 1030 !important;
}
.hero .mobile-menu {
    z-index: 1030 !important;
}
.product-list h2 {
    margin: 40px 0 20px !important;
}
@media(max-width: 767px){
    .product-list {
        padding-bottom: 0px !important;
    }
}
.product-detail .items .-detail input {
    border: 1px solid #ff5722 !important;
    color: white !important;
    background-color: #ff5702 !important;
}
.category .item {
    margin: 0px 0px !important
}
.product-lists-card .items .btn_action a {
    font-weight: 400 !important;
}

div#nearby-product-map {
    width: 100%;
    height: 500px;
}

.event_header {
    font-size: 20px;
}

.event_card {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}
.event_card .cover {
    width: 200px;
    height: 200px;
    float: left;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.event_card .cover_price .currency {
    font-size: 8px;
    font-weight: normal;
}
.event_card .cover_price {
    width: 200px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}
.event_card .info {
    float: left;
    width: calc(100% - 200px);
    padding: 10px 20px;
}

.event_card .info a,
.event_card .info a:hover {
    color: black;
    text-decoration: none;
}
.event_card .info_hash {
    float: left;
    width: calc(100% - 200px);
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
}
.event_card .info .date {
    font-size: 12px;
    text-transform: uppercase;
    color: grey;
}
.event_card .info .title {
    font-size: 20px;
    font-weight: bold;
    height: auto;
    max-height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.event_card .info .address {
    padding: 10px 0;

}
.event_card .info .description {
    padding-top: 10px;

}
@media (max-width:768px){
    .event_card .cover {
        width: 150px;
        height: 150px;
    } 
    .event_card .cover_price {
        width: 100px;
    }
    .event_card .info {
        width: calc(100% - 150px);
    }
}
@media (max-width:500px){
    .event_card .cover {
        width: 100px;
        height: 100px;
    } 
    .event_card .cover_price {
        width: 100px;
    }
    .event_card .info {
        width: calc(100% - 100px);
    }
}































