/*  Black Friday */

.black-friday {

    background: #f9f9f9;

}

.black-friday #frideal-main-head {

    background: #f02222;

}

.black-friday .back-website a {

    display: block;

    color: #000;

    font-size: 14px;

    font-weight: 500;

    padding: 40px 0;

}
.black-friday  h1.logo.logo-image {
    margin: 20px 0;
}
.black-friday ul.nav-categories {

    display: block;

    list-style-type: none;

    padding: 0;

    margin: 0;

}

.black-friday ul.nav-categories li.category-element {

    display: inline-block;

    width: 14%;

    vertical-align: top;

    padding: 0 5px;

    margin: 5px 0;

}

nav#blackgriday-main-head h1.logo.logo-image img {

    border: 0 !important;

    max-width: 150px;

}

.black-friday ul.nav-categories li.category-element a {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    display: block;

    height: 55px;

    padding: 0 15px;

    text-align: center;

    text-decoration: none;

    font-size: 12px;

    line-height: 1.2;

    font-weight: 600;

    -ms-transform-style: preserve-3d;

    -o-transform-style: preserve-3d;

    -webkit-transform-style: preserve-3d;

    -moz-transform-style: preserve-3d;

    transform-style: preserve-3d;

    background: #242424;

    transition: all 250ms ease;

    -webkit-transition: all 250ms ease;

    -moz-transition: all 250ms ease;

    -o-transition: all 250ms ease;

    -ms-transition: all 250ms ease;

}

.black-friday ul.nav-categories li.category-element a:hover {

    background: #f02222;

}

.black-friday ul.nav-categories li.category-element.active a{

    background: #f02222;

}

.black-friday ul.nav-categories li.category-element a span {

    display: block;

    position: relative;

    top: 50%;

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    transform: translateY(-50%);

    color: #fff;

}

body .black-friday ul.products li.product.col-md-4 {

    width: 33.3333% !important;

    padding: 15px !important;

}

.black-friday .products-title {

    background: #fff;

    border: 1px solid #dfe5e9;

    padding: 15px;

    margin-top: 15px;

}

.black-friday .woocommerce-info {

    margin-top: 15px;

}

.black-friday .products-title h1 {

    font-size: 18px;

    margin: 0;

    font-weight: bold;

}

.black-friday .row.section-products {

    margin-top: 15px;

}

div#bf-content {

    overflow: hidden;

}

.black-friday .products-elements {

    margin-top: 15px;

}

.black-friday ul.nav-subcategories {

    margin: 0;

    list-style-type: none;

    padding: 0;

}

.black-friday .subcategories-section {

    margin: 15px 0 0;

    background: #fff;

    padding: 20px;

    border: 1px solid #dfe5e9;

    left: initial !important;

}

.black-friday ul.nav-subcategories li a {

    padding: 10px 0;

    display: block;

    font-weight: 500;

    color: #242424;

    transition: all 250ms ease;

    -webkit-transition: all 250ms ease;

    -moz-transition: all 250ms ease;

    -o-transition: all 250ms ease;

    -ms-transition: all 250ms ease;

}

.black-friday ul.nav-subcategories li a:hover {

    color: #f02222;

}

.black-friday h3.active-category {

    font-size: 18px;

    font-weight: bold;

}

.black-friday .section-product-item {

    overflow: hidden;

    outline: 0;

}

.black-friday .section-show-more a {

    clear: both;

    position: relative;

    z-index: 1;

    display: block;

    margin: 15px 0 ;

    padding: 15px 0;

    border: 1px solid #fff;

    text-align: center;

    text-decoration: none;

    font-size: 17px;

    font-weight: bold;

    color: #fff;

    text-transform: uppercase;

    background: #f02222;

        transition: all 250ms ease;

    -webkit-transition: all 250ms ease;

    -moz-transition: all 250ms ease;

    -o-transition: all 250ms ease;

    -ms-transition: all 250ms ease;

}

.black-friday .section-show-more a:hover {

    background: #242424;

}

@media (max-width: 1200px) {

    .black-friday ul.nav-categories {

        display: block;

        table-layout: auto;

    }

    .black-friday ul.nav-categories li.category-element {

        display: block;

        padding: 0;

    }

    .black-friday ul.nav-categories li.category-element {

        -webkit-box-sizing: border-box;

        -moz-box-sizing: border-box;

        box-sizing: border-box;

        display: block;

        float: left;

        width: 23%;

        margin: 0 1% 2% 1%;

    }

    body #blackgriday-main-head .navbar-header .logo {

        margin: 21.5px 0 !important;

    }

   

    body .black-friday ul.products li.product.col-md-4 {

        width: 50% !important;

    }

}

@media (max-width: 820px) {

    .black-friday ul.nav-categories li.category-element {

        -webkit-box-sizing: border-box;

        -moz-box-sizing: border-box;

        box-sizing: border-box;

        display: block;

        float: left;

        width: 48%;

        margin: 0 1% 2% 1%;

    }

}

/*COUNTDOWN*/

.modeltheme-countdown > div{

    font-weight: bold;

    font-size: 30px;

    padding-left: 0;

}

.modeltheme-countdown div div:first-child{

    text-align: center;

}

.modeltheme-countdown div div:last-child{

    opacity: 0.7;

    font-size: 15px;

    font-weight: lighter;

    text-align: center;

}

.modeltheme-countdown > div {

    float: left;

}

.modeltheme-countdown > span {

    float: left;

    font-size: 60px;

    line-height: 24px;

    margin-bottom: 10px;

    margin-top: 20px;

    padding: 0 10px;

}

.modeltheme-countdown {

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -o-border-radius: 5px;

    -moz-border-radius: 5px;

    -ms-border-radius: 5px;

    display: inline-table;

    overflow: hidden;

    padding: 10px 30px 0px;

    margin: 65px 0px 0;

}

.modeltheme-countdown .days-digit {

    font-size: 70px;

    line-height: 50px !important;

}

.modeltheme-countdown .days-name {

    font-size: 20px !important;

    margin-top: 5px !important;

    margin-bottom: 12px !important;

}

.modeltheme-countdown .hours-digit {

    font-size: 70px;

    line-height: 50px !important;

}

.modeltheme-countdown .hours-name {

    font-size: 20px !important;

    margin-top: 5px !important;

    margin-bottom: 12px !important;

}

.modeltheme-countdown .minutes-digit {

    font-size: 70px;

    line-height: 50px !important;

}

.modeltheme-countdown .minutes-name {

    font-size: 20px !important;

    margin-top: 5px !important;

    margin-bottom: 12px !important;

}

.modeltheme-countdown .seconds-digit {

    font-size: 70px;

    line-height: 50px !important;

}

.modeltheme-countdown .seconds-name {

    font-size: 20px !important;

    margin-top: 5px !important;

    margin-bottom: 12px !important;

}

.high-padding {

    padding: 50px 0 !important;

}

@media(max-width: 992px) {

    .back-website.col-sm-12 a {

        line-height: 1;

        padding: 10px 0 20px;

    }

     .back-website.col-sm-12 {

        text-align: center;

    }

        .navbar-header.col-sm-12 .logo {

        text-align: center;

    }

}



/*ADDED IN v1.2*/

.onsale.onsale-image-badge {

    background: transparent !important;

    width: 75px !important;

    top: 0 !important;

}