/**
 * @Project NUKEVIET 4.x
 * @Author H.Quang (quanglh268@gmail.com)
 * @Copyright (C) 2021 H.Quang. All rights reserved
 * @Createdate Sun, 04 Jul 2021 09:32:05 GMT
 */

 hr{
    margin-top: 12px;
    margin-bottom: 12px;
 }

.products-category{
    position: relative;
    margin-bottom: 20px;
}
.category-cat{
    position: relative;
}

.category-cat:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 1;
    background-image: url(../images/bg-hoa-lan.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.products-category:last-child .category-cat:before{
    background-image: url(../images/bg-cay-canh.jpg);
}

.category-cat-inner{
    position: relative;
    background: radial-gradient(#5fb960bd,#49b14c);
    padding: 38% 15px;
    text-align: center;
    color: #fff;
    z-index: 99;
}

.category-cat h2{
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.category-cat p{
    font-size: 16px;
    font-weight: 400;
    margin: 2px 0 15px;
}

.category-cat .viewall{
    display: inline-block;
    padding: 6px 20px;
    border-radius: 20px;
    border: 1px solid #fff;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}

.category-cat .viewall:hover{
    background-color: #fff;
}

.category-cat .viewall:hover a{
    color: #359439;
}

.category-cat a{
    color: #fff;
}

/*products-item*/

.products-item{
    position: relative;
    display: flex;
    border: 1px solid #f0f0f5;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
}

.products-thumbnail{
    ms-flex: 0 0 30%;
    flex: 0 0 30%;
    text-align: center;
}

.products-thumbnail img{
    width: auto;
    max-width: 100%;
    max-height: 120px;
}

.products-metas{
    padding-left: 15px;
    ms-flex: 0 0 70%;
    flex: 0 0 70%;
}

.products-metas h3{
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 4px;
}

.products-metas ul{
    margin: 0;
    padding: 0;
}

.products-metas ul li{
    margin-bottom: 2px;
}

.products-metas ul li:last-child{
    margin: 0;
}

.products-metas span{
    font-weight: 500;
}

.products-metas .bid{
    font-style: italic;
}

.products-metas .fa{
    color: #359439;
    margin-right: 6px;
}

.owl-carousel .owl-stage-outer{
    padding: 32px 0;
}

/*block-auctions*/
.block-auctions .item{
    position: relative;
    background-color: #fff;
    border: 1px solid #f0f0f5;
    border-radius: 8px;
    padding: 12px;
    -webkit-box-shadow: 0px 10px 30px 0px rgb(50 50 50 / 16%);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50,50,50,.16);
    box-shadow: 0px 10px 30px 0px rgb(50 50 50 / 16%);
    overflow: hidden;
}

.block-auctions .item-thumb{
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

.block-auctions .item-thumb img{
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}

.block-auctions .item-thumb .code{
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #359439;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 0.4px;
}

.block-auctions .item-thumb .wishlist{
    position: absolute;
    color: #359439;
    top: 8px;
    right: 15px;
    font-size: 23px;
    cursor: pointer;
}

.block-auctions .item-content{
    padding-top: 10px;
}

.block-auctions .item-content h3{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.block-auctions .item-content span{
    color: #f51534;
    font-weight: 600;
}

.block-auctions .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.block-auctions .owl-dot{
    width: 30px;
    height: 6px;
    background-color: #d6d1d2!important;
    margin: 0 8px;
    text-align: center;
    border-radius: 33px;
}

.block-auctions .owl-dot.active {
    background-color: #359439!important;
}
.block-auctions .more{
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #359439;
    margin-top: 5px;
}

.block-auctions .more .fa{
    color: #f51534;
    margin-right: 5px;
}

.block-auctions .clock{
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    color: #6d6d6d;
}

.block-auctions .clock span{
    font-family: 'Tourney', cursive;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 1px;
    color: #f51534;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/*viewcat-page*/

.viewcat-page h1{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.viewcat-page .products-thumbnail img{
    height: 168px;
    max-height: 200px;
}

/*Detail*/
#auctions-detail h1{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

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

#auctions-detail .hometext{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
}

#auctions-detail .price-max{
    font-size: 18px;
    font-weight: 600;
}

#auctions-detail .price-max span{
    color: #ff0000;
}

#auctions-detail .auctions-btn{
    background-color: #359439;
    border-color: #359439;
    color: #fff;
    height: 42px;
    font-weight: 500;
    padding: 0 20px;
}

#auctions-detail .auctions-btn:hover{
    opacity: 0.9;
}

.auctions_waiting{
    padding: 20px 15px;
    margin-top: 20px;
}

.auctions_waiting span{
    display: block;
    margin-bottom: 10px;
    color: #ff0000;
    font-size: 16px;
}

.number-spinner .btn,
.number-spinner input{
    height: 42px;
}

.cup{
    padding: 10px 0;
    font-weight: 600;
}

.cup .fa{
    margin-right: 10px;
}

.list-auctions{
    margin-top: 15px;
}

.list-auctions .panel-heading{
    color: #fff;
    background-color: #359439;
    margin: -1px;
}

.list-auctions .panel-body{
    padding: 0 8px;
}

.list-auctions .table{
    margin-bottom: 0;
    font-size: 8px;
}

.list-auctions .table-bordered,
.list-auctions .table-bordered td{
    border: none !important;
}

.list-auctions .table-bordered thead{
    border-bottom: 1px solid #ccc;
}

/*coundown*/
.coundown{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.coundown span{
    margin-right: 10px;
}

#countdown div{
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 8px;
    font-family: 'Tourney', cursive;
    font-size: 18px;
    color: #de1616;
    letter-spacing: 1px;
}

#countdown div:last-child{
    display: none;
}

.modal-content .box-shadow{
    box-shadow: none;
    border: none;
}

.heading{
    font-size: 16px;
    font-weight: 600;
    background-color: #F2F2F2;
    color: #333;
    padding: 8px 15px;
    border-left: 4px solid #359439;
    text-transform: uppercase;
}

.bodytext-content{
    position: relative;
    padding: 20px 0;
}

.other{
    position: relative;
    margin-bottom: 20px;
}

.other .heading span{
    color: #f30404;
}

#auctions-other .owl-nav{
    position: absolute;
    font-size: 20px;
    top: -35px;
    right: 20px;
}

#auctions-other .owl-nav button{
    display: inline-block;
    background-color: #fff;
    padding: 0 10px !important;
    margin: 0 4px;
}

#auctions-other .owl-nav .fa{
    margin: 0;
    color: #339137;
}

/*************** SCROLLBAR BASE CSS ***************/
 
.scroll-wrapper {
    max-height: 456px;
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

#auctions-detail .scroll-wrapper{
    max-width: 465px
}

 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 /*************** SIMPLE INNER SCROLLBAR ***************/
 
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
 
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
 
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

@media (max-width: 767.98px) {
    .category-cat-inner{
        padding: 10% 15px;
        margin-bottom: 20px;
    }

    .coundown{
        display: block;
    }

    #auctions-detail .auctions-btn{
        font-size: 12px;
    }

    .coundown span{
        display: block;
        margin: 0 0 10px 0
    }

    #countdown div{
        padding: 20px 8px;
    }

    .scroll-wrapper {
        max-height: 280px;
    }
}



