

.custom-btn {
    transition: background 0.3s ease;
}
.custom-btn:hover {
    background: #EA661B;
    color: white;
}



























/*your custom css goes here*/
.card-fs-content-header-left-status {
    margin-left: 20px;
}
/*.card-fs-content-header-left-timer {*/
/*    overflow: hidden;*/
/*    margin-left: 65px;*/
/*}*/

/*ul li a{*/
   /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
/*  transition: all 0.3s cubic-bezier(.25,.8,.25,1); */
/*}*/
/*ul li a:hover{*/
/*    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
/*}*/

.addbtn {
    padding: 7px 20px !important;

}



.mart{
    background:#EA661B;
    padding:1px;
    transform: skew(317deg);
    color:white;
    clip-path: polygon(9% 0, 100% 0, 90% 100%, 0 100%);
}


/*strong.h6.fw-600.text-white.px-4.py-1.coupon_tag::after {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: -7px;*/
/*    display: inline-block;*/
/*    content: "";*/
/*    border-color: #ff9800 transparent;*/
/*    border-style: solid;*/
/*    border-width: 12px 7px;*/
/*}*/


.tag-list {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}




.promotion-tag-item {
    box-sizing: border-box;
    margin: 4px 15px 4px 0;
    max-width: 100%;
}

.promotion-tag-item.has-arrow {
    padding-right: 25px;
    cursor: pointer;
}

.promotion-tag-item {
    display: inline-block;
    position: relative;
    padding: 0 12px 0 8px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    background-color: #1380c6;
}


.promotion-tag-item::after {
    position: absolute;
    top: 0;
    right: -7px;
    display: inline-block;
    content: "";
    border-color: #007bffcc transparent;
    border-style: solid;
    border-width: 12px 7px;
}



.card{
    margin-bottom:0px;
}
.hover_buy_now:hover{
    background:#FFA62A;
    /*color:#000;*/
}
.card-fs-content-header-left-timer .fs-timer-text {
    font-size: 14px;
    margin-right: 10px;
    color: #202020;
    float:left;
    margin-top: 20px;
    margin-left: 65px;
}

.card-fs-content-header-left-timer .fs-timer-count {
    border-radius: 2px;
    font-weight: 500;
    margin: 12px 6px;
    font-size: 16px;
    color: #fff;
    background-color: #d3232a;
    text-align: center;
    width: 40px;
    height: 35px;
    line-height: 35px;
}
.timer {
    display: flex;
}
.box-container {
    text-align: center;
    margin-right: 10px;
}
.content {
        display:none;
}
    .content:nth-child(1),
    .content:nth-child(2),
    .content:nth-child(3),
    .content:nth-child(4),
    .content:nth-child(5),
    .content:nth-child(6),
    .content:nth-child(7),
    .content:nth-child(8),
    .content:nth-child(9),
    .content:nth-child(10){
        display:inline-block;
    }
    
    
    
    
    
   
/* Menu */
    ul.mobile-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: 2;
        display:block;
    }
    
    .mobile-menu li {
        background: whitesmoke;
        opacity: 0;
        /*padding: 12px 22px;*/
        border-bottom: 1px solid rgba(255,255,255,.5);
        color: gray;
        transition: all .25s linear;
    }
    
    /* Start Radio inputs */
    input[name="menu"],
    input[name=dropdowns],
    input[name=sub_menu],
    input[name=sub_dropdowns]{
       display: none;
    }

    input[type=radio]:checked ~ label {
       color: rgb(124, 179, 66);
    }
    
    input[type=radio]:checked ~ label > i:first-child {
       color: rgb(124, 179, 66);
    }
    
    input:not(checked) ~ label {
       color: rgb(60, 33, 33);
    }
    /* End Radio inputs */
    
    
    /* Start Checkbox inputs */
    input[type=checkbox]:checked ~ ul,
    input[type=checkbox]:checked ~ .sub_drop {
       display: block;
    }
    
    
    
    #uparrow,
    #downarrow {
       float: right;
       margin-top: 7px;
    }
    
    input[name=dropdowns]:checked ~ label > a > span > #downarrow {
       display: none;
    }
    
    input[name=dropdowns]:checked ~ label > a > span > #uparrow {
       display: inline-block;
    }
    
    input[name=dropdowns]:not(checked) ~ label > a > span > #uparrow {
       display: none;
    }
    
    
    
    input[name=sub_dropdowns]:checked ~ label > a > span > #downarrow {
       display: none;
    }
    
    input[name=sub_dropdowns]:checked ~ label > a > span > #uparrow {
       display: inline-block;
    }
    
    input[name=sub_dropdowns]:not(checked) ~ label > a > span > #uparrow {
       display: none;
    }
    
    /* End Checkbox inputs */
    
    .mobile-menu li label i {
       width: 50px;
       margin-right: 5px;
       text-align: center;
    }
    
    .mobile-menu li label {
       display: inline-block;
       width: 100%;
    }
    
    .mobile-menu li label:hover {
       cursor: pointer;
    }
    
    .drop {
       display: none;
    }
    
    .drop li {
        
       display: block;
       font-size: 14px;
       padding-left: 20px;
    }
    
    .drop li label {
       width: 100%;
    }
    
    .sub_drop {
       display: none;
    }
    
    .sub_drop li {
       display: block;
       font-size: 14px;
       padding-left: 0px;
    }
    
    .sub_drop li label {
       width: 105px;
    }

    
    .in .mobile-menu li {
        transform: translateX(0%);
        opacity: 1;
    }

    .in .mobile-menu li { transition-delay: 1s; } 
    
    /*.in .menu li:nth-child(1) { transition-delay: 1s; } */
    /*.in .menu li:nth-child(2) { transition-delay: 1.15s; } */
    /*.in .menu li:nth-child(3) { transition-delay: 1.25s; } */
    /*.in .menu li:nth-child(4) { transition-delay: 1.35s; } */
    /*.in .menu li:nth-child(5) { transition-delay: 1.45s; } */
    /*.in .menu li:nth-child(6) { transition-delay: 1.55s; } */
    /*.in .menu li:nth-child(7) { transition-delay: 1.65s; } */
    
    /* Animation */
    
    .in .inside {
      -webkit-animation: bounce 1s both;
    }
    
    
    /* Generated with Bounce.js. Edit at https://goo.gl/zdjCb0 */
    
    @-webkit-keyframes bounce { 
     0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      27.68% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      27.78% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100, 0, 0, 1); }
      29.73% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -49.785, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -49.785, 0, 0, 1); }
      31.61% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.659, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.659, 0, 0, 1); }
      33.06% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -23.527, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -23.527, 0, 0, 1); }
      34.43% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -30.089, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -30.089, 0, 0, 1); }
      36.81% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -18.067, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -18.067, 0, 0, 1); }
      39.2% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.115, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.115, 0, 0, 1); }
      42.09% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -8.347, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -8.347, 0, 0, 1); }
      46.79% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.013, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.013, 0, 0, 1); }
      49.68% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.316, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.316, 0, 0, 1); }
      54.38% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.002, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.002, 0, 0, 1); }
      57.27% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.643, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.643, 0, 0, 1); }
      62.05% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.007, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.007, 0, 0, 1); }
      64.86% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.178, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.178, 0, 0, 1); }
      69.64% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.002, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.002, 0, 0, 1); }
      72.53% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.049, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.049, 0, 0, 1); }
      77.23% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      80.12% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.014, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.014, 0, 0, 1); }
      84.82% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      87.71% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.004, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.004, 0, 0, 1); }
      92.48% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
      95.3% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
      100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
    }