    @media (min-width: 1200px){
      .container, .container-lg, .container-md, .container-sm, .container-xl {
          max-width: 1200px !important;
      }
    }
    @media (min-width: 1400px){
      .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
          max-width: 1320px !important;
      }
    }
    #home-banner {
        padding: 50px 0px;
    }
    
    .hb-item {
        text-align: center;
    }
    
    .hb-item .hb-img {
        margin-bottom: 10px;
    }
    
    .hb-item>.hb-img>a {
        display: block;
        overflow: hidden;
        border-radius: 8px;
        border: 1px solid #e6e6e6;
    }
    
    .hb-item>.hb-img>a>img {
        width: 100%;
        transition: all 1s;
    }
    
    .hb-item:hover .hb-img a img {
        transform: scale(1.05);
    }
    
    .hb-item .hb-title {
        margin-bottom: 10px;
    }
    
    .hb-item .hb-title a {
        color: #000000;
        transition: all 0.3s ease;
        font-weight: bold !important;
        letter-spacing: 1.3px !important;
    }
    
    .hb-item:hover .hb-title>a {
        color: #cf2027;
    }
    
    .hb-item .hb-desc {
        line-height: 24px;
        text-align: justify !important;
    }
    
    #home-bst {
        padding: 0px 0px 50px;
    }
    
    #home-bst .box-home-img {
        border-top: 1px solid #000;
    }
    
    #home-bst .box-home-img h3 {
        padding: 30px 0;
    }
    
    #home-featured-products {
        padding: 20px 0px;
        background: #ffffff;
        margin-bottom: -60px;
    }
    
    .section-title {
        margin: 0 0 50px;
        text-align: center;
        position: relative;
    }
    
    .section-title>h2 {
        color: #000000;
        display: inline-block;
        padding: 0px 15px;
        background: #ffffff;
        margin: 0px;
        font-size: 24px;
        position: relative;
        z-index: 2;
        font-weight: bold !important;
        letter-spacing: 1.3px !important;
    }
    
    .section-title:after {
        content: '';
        position: absolute;
        z-index: 1;
        height: 2px;
        width: 100%;
        background: #000000;
        left: 0;
        right: 0;
        top: calc(50% - 1px);
    }
    
    #home-featured-products .home-collection-countdown {
        text-align: center;
        margin-bottom: 50px;
    }
    
    #home-featured-products .home-collection-countdown>div {
        display: inline-block;
        margin-right: 15px;
    }
    
    #home-featured-products .home-collection-countdown>div #days,
    #home-featured-products .home-collection-countdown>div #hrs,
    #home-featured-products .home-collection-countdown>div #mins,
    #home-featured-products .home-collection-countdown>div #secs {
        background: #cf2027;
        color: #fff;
        height: 60px;
        width: 60px;
        line-height: 60px;
        margin-bottom: 5px;
        border-radius: 8px;
        font-size: 24px;
    }
    
    .product-item {
        margin: 5px 7px 30px 0px;
        position: relative;
        padding: 7px;
        border: 1px solid transparent;
        background: #fff;
    }
    
    .product-item .product-normal .product-img {
        position: relative;
        margin-bottom: 5px;
    }
    
    .product-item .product-normal .product-img>a {
        display: block;
        overflow: hidden;
        border-radius: 8px;
    }
    
    .product-item .product-normal .product-img .product-tags .tag-saleoff {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        background: #cf2027;
        padding: 5px 10px;
        color: #fff;
        font-size: 14px;
    }
    
    .product-item .product-normal .product-img .product-actions {
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        overflow: hidden;
    }
    
    .product-item .product-normal .product-img .product-actions>div {
        display: inline-block;
        margin: auto;
        padding: 5px 0px;
    }
    
    .product-item .product-normal .product-img .product-actions>div>button.btnBuyNow {
        transform: translateY(150px);
    }
    
    .product-item .product-normal .product-img .product-actions>div>button {
        height: 34px;
        line-height: 34px;
        padding: 0px 5px;
        margin-right: 5px;
        background: #cf2027;
        color: #fff;
        border: 0px;
        outline: 0px;
        border-radius: 8px;
        float: left;
        transition: all 0.6s ease;
    }
    
    .product-item .product-normal .product-img .product-actions>div>button>span {
        font-size: 12px;
        font-weight: bold !important;
        letter-spacing: 1.3px !important;
    }
    
    .product-item:hover .product-img .product-actions button {
        transform: translate(0px) !important;
    }
    
    .product-item .product-normal .product-variants-info {
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #e6e6e6;
    }
    
    .product-item .product-normal .product-variants-info .product-variants-count {
        display: block;
        height: 17px;
        font-size: 12px;
    }
    
    .product-item .product-title>a {
        display: inline-block;
        color: #000000;
        font-size: 12px;
        font-weight: bold !important;
        letter-spacing: 1.3px !important;
    }
    
    .product-item .product-price>span.current-price {
        float: left;
        color: #cf2027;
        font-weight: bold !important;
        letter-spacing: 1.3px !important;
        font-size: 14px;
    }
    
    .product-item .product-price>span.original-price {
        float: right;
        color: #999999;
        font-weight: bold !important;
        letter-spacing: 1.3px !important;
        font-size: 14px;
    }
    
    .product-item:hover {
        border: 1px solid #e6e6e6 !important;
        border-radius: 8px;
    }
    #home-articles{
      margin-bottom:50px;
    }
    .owl-home-featured-products-slider .owl-nav button,
    .owl-home-articles-slider .owl-nav button {
        height: 34px !important;
        line-height: 30px !important;
        width: 34px !important;
        margin: 0!important;
        background: #cf2027 !important;
        color: #fff !important;
        opacity: 0.6 !important;
        position: absolute;
        top: 50% !important;
        border-radius: 8px !important;
        text-align: center !important;
        font-size: 24px !important;
        font-weight: bold !important;
    }
    
    .owl-home-featured-products-slider .owl-nav button:hover,
    .owl-home-articles-slider .owl-nav button:hover {
        opacity: 1 !important;
    }
    
    .owl-home-featured-products-slider .owl-nav button.owl-prev,
    .owl-home-articles-slider .owl-nav button.owl-prev {
        left: 0;
        transition: all 0.3s ease;
    }
    
    .owl-home-featured-products-slider .owl-nav button.owl-next,
    .owl-home-articles-slider .owl-nav button.owl-next {
        right: 0;
        transition: all 0.3s ease;
    }
    
    #home-collections {
        padding: 50px 0px 0px 0px;
        background: #ffffff;
    }
    
    #home-collections div.tab {
        overflow: hidden;
        margin-bottom: 50px;
        text-align: center;
    }
    
    #home-collections div.tab button {
        border: none;
        outline: none;
        padding: 0px;
        cursor: pointer;
        color: #000000;
        margin: 0px 15px 0px 0px;
        border-bottom: 1px solid transparent;
        transition: all 0.3s ease;
        letter-spacing: 1px;
        background-color: transparent;
    }
    
    #home-collections div.tab button.active,
    #home-collections div.tab button:hover {
        border-bottom: 1px solid #000000;
    }
    
    #home-collections .hc-tabcontent {
        display: none;
        -webkit-animation: fadeEffect 1s;
        animation: fadeEffect 1s;
    }
    
    .view-more {
        text-align: right;
        margin-bottom: 15px;
    }
    
    .view-more a {
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        background: #cf2027;
        padding: 5px 10px;
        display: inline-block;
        border-radius: 5px;
    }
    
    @-webkit-keyframes fadeEffect {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    
    @keyframes fadeEffect {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    
    .article-info {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    
    .article-info>div {
        display: inline-block;
        color: #000000;
        margin-right: 15px;
    }
    
    .article-info>div i {
        font-size: 14px;
    }
    
    .article-info>div:last-child {
        margin-right: 0px;
    }