/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } 
}
/*  Black Friday */
.black-friday {
    background: #f9f9f9;
}
.black-friday #frideal-main-head {
    background: #f02222;
}
.black-friday .back-website a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 29px 0;
}
.black-friday ul.nav-categories {
    display: flex;
    list-style-type: none;
    padding: 0;
    text-align: center;
    margin: 0;
}
.black-friday ul.nav-categories li.category-element {
    display: inline-block;
    width: 0;
    flex: 1 1 0;
    vertical-align: top;
    padding: 0 5px;
    margin: 5px 0;
}
nav#blackgriday-main-head h1.logo.logo-image img {
    border: 0 !important;
    max-width: 150px;
}
.mtbf-see-more-products:hover {
    background: #454545;
}
.mtbf-see-more-products {
    width: 100%;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    font-size: 17px;
    text-align: center;
    display: block;
    background: #F02222;
    padding: 15px;
    color: #fff !important;
}
.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;
    font-size: 17px;
    font-weight: 300;
}
.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: 25px;
    margin: 0;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
}
.black-friday .row.section-products {
    margin-top: 15px;
}
div#bf-content {
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
}
.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: 25px;
    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 (min-width: 1230px) and (max-width: 1400px) {
    .mtbf-campaign-remaining-time.v2 .modeltheme-countdown .days,
    .mtbf-campaign-remaining-time.v2 .modeltheme-countdown .hours,
    .mtbf-campaign-remaining-time.v2 .modeltheme-countdown .minutes,
    .mtbf-campaign-remaining-time.v2 .modeltheme-countdown .seconds {
        width: 24.1% !important;
    }
    .page-template-black-friday-template4 .black-friday ul.nav-categories li.category-element a span {
        font-size: 12px !important;
    }
    .page-template-black-friday-template3 .black-friday ul.nav-categories li.category-element.active a::after {
        padding: 0px 61px 40px !important;
    } 
}
@media (min-width: 1100px) and (max-width: 1230px) {
    .mtbf-campaign-remaining-time.v2 .modeltheme-countdown .days,
    .mtbf-campaign-remaining-time.v2 .modeltheme-countdown .hours,
    .mtbf-campaign-remaining-time.v2 .modeltheme-countdown .minutes,
    .mtbf-campaign-remaining-time.v2 .modeltheme-countdown .seconds {
        width: 24% !important;
    }
    .page-template-black-friday-template3 .woocommerce ul.products li.product .price del {
        top: 75% !important;
    }
    .page-template-black-friday-template5 .woocommerce ul.products li.product .price del {
        bottom: 27% !important;
    }
    .page-template-black-friday-template4 .black-friday ul.nav-categories li.category-element a span {
        font-size: 12px !important;
    }
    .page-template-black-friday-template4 .woocommerce ul.products li.product .price del {
        top: 68% !important;
    }
    .page-template-black-friday-template4 .section-product-item .woocommerce ul.products li.product.col-md-4{
        margin: 14px !important;
    }
    .page-template-black-friday-template4 .black-friday .back-website a {
        padding: 10px 45px !important;
    }
    .page-template-black-friday-template3 .black-friday ul.nav-categories li.category-element.active a::after {
        padding: 0px 53px 25px !important;
    }

}
@media (min-width: 767px) and (max-width: 1100px) {
    .page-template-black-friday-template3 .woocommerce ul.products li.product .price del {
        top: 71% !important;
    }
    .mtbf-campaign-remaining-time.v2 .modeltheme-countdown .days,
    .mtbf-campaign-remaining-time.v2 .modeltheme-countdown .hours,
    .mtbf-campaign-remaining-time.v2 .modeltheme-countdown .minutes,
    .mtbf-campaign-remaining-time.v2 .modeltheme-countdown .seconds {
        width: 23.8% !important;
    }
    .page-template-black-friday-template3 .black-friday ul.nav-categories li.category-element {
        width: fit-content;
    }
    .page-template-black-friday-template3 .black-friday ul.nav-categories li.category-element a span{
        color: #fff !important;
    }
    .page-template-black-friday-template5 nav#blackgriday-main-head h1.logo.logo-image img {
        max-width: 170px !important;
    }
    .page-template-black-friday-template5 .navbar-header .logo{
        margin: 35% 0px !important;
    }
    .page-template-black-friday-template5 .black-friday ul.nav-categories li.category-element {
        width: fit-content !important;
    }
    .page-template-black-friday-template5 .woocommerce ul.products li.product .archive-product-title a {
        font-size: 13px !important;
    }
    .page-template-black-friday-template5 .woocommerce ul.products li.product .price del {
        bottom: 33% !important;
    }
    .page-template-black-friday-template5 .info-details {
        padding: 0px 15px !important;
    }
    .page-template-black-friday-template4 nav#blackgriday-main-head h1.logo.logo-image img {
        max-width: 180px !important;
    }
    .page-template-black-friday-template4 .navbar-header {
        margin: 75px 0px !important;
    }
    .page-template-black-friday-template4 .black-friday .back-website a {
        padding: 10px 30px !important;
    }
    .page-template-black-friday-template4 .black-friday ul.nav-categories li.category-element {
        width: fit-content;
    }
    .page-template-black-friday-template4 .section-product-item .woocommerce ul.products li.product.col-md-4{
        width: 29% !important;
    }
    .page-template-black-friday-template4 .woocommerce ul.products li.product .archive-product-title {
        padding: 0 !important;
        
    }
    .page-template-black-friday-template4 .woocommerce ul.products li.product .price del {
        top: 64% !important;
    }
    .page-template-black-friday-template2 .black-friday ul.nav-categories li.category-element {
        float: left !important;
    }
    .page-template-black-friday-template2 .black-friday ul.nav-categories li.category-element a {
        border: none !important;
    }
    .page-template-black-friday-template2 .woocommerce ul.products li.product .price del {
        top: 60% !important;
    }
    .page-template-black-friday-template2 .info-details .component.add-to-cart .button {
        font-size: 14px !important;
        padding-left: 53px !important;
        text-transform: capitalize !important;
    }
}
@media (max-width: 767px) {
    .mtbf-campaign-remaining-time.v2 .modeltheme-countdown .days,
    .mtbf-campaign-remaining-time.v2 .modeltheme-countdown .hours,
    .mtbf-campaign-remaining-time.v2 .modeltheme-countdown .minutes,
    .mtbf-campaign-remaining-time.v2 .modeltheme-countdown .seconds {
        width: 100% !important;
    }
    .page-template-black-friday-template3 .right-links {
        display: grid;
    }
    .page-template-black-friday-template3 .right-links a:first-child{
        margin-right: 0px !important;
    }
    .page-template-black-friday-template3 .right-links {
        padding: 20px 0px !important;
    }
    .page-template-black-friday-template3 .details-container > div.details-item ins .amount, 
    .page-template-black-friday-template3 span.amount {
        font-size: 16px !important;
    }
    .page-template-black-friday-template3 .woocommerce ul.products li.product .archive-product-title{
        padding: 10px !important;
    }
    .page-template-black-friday-template3 .woocommerce ul.products li.product .price del {
        top: 81% !important;
        margin-left: 0px !important;
    }
    .page-template-black-friday-template3 .back-website{
        display: none;
    }
    .page-template-black-friday-template3 .black-friday ul.nav-categories li.category-element a {
        text-align: left;
    }
    .page-template-black-friday-template3 .black-friday ul.nav-categories li.category-element{
        background: #fff;
    }
    .page-template-black-friday-template3 li.category-element.active a span {
        color: #F48E31 !important;
    }
    .page-template-black-friday-template5 .back-website {
        margin: 11% 0px !important;
    }
    .page-template-black-friday-template5 .black-friday .back-website a {
        float: left !important;
        margin-left: 30px;
    }
    .page-template-black-friday-template5 .black-friday ul.nav-categories li.category-element a,
    .page-template-black-friday-template4 .black-friday ul.nav-categories li.category-element a {
        width: -webkit-fill-available !important;
    }
    .page-template-black-friday-template5 .woocommerce ul.products li.product .archive-product-title,
    .page-template-black-friday-template4 .woocommerce ul.products li.product .archive-product-title{
        padding: 0px !important;
    }
    .page-template-black-friday-template5 .details-container > div.details-item ins .amount, .page-template-black-friday-template5 span.amount,
    .page-template-black-friday-template4 .details-container > div.details-item ins .amount, .page-template-black-friday-template4 span.amount {
        font-size: 18px !important;
    }
    .page-template-black-friday-template5 .info-details {
        padding: 0px !important;
        margin-top: 15px !important;
    }
    .page-template-black-friday-template5 .woocommerce ul.products li.product .price del {
        bottom: 22% !important;
        margin-left: 2px !important;
    }
    .page-template-black-friday-template5 .black-friday .products-title h1 {
        padding: 10px 15px !important;
    }
    .page-template-black-friday-template4 .navbar-header {
        margin: 25px 0px !important;
    }
    .page-template-black-friday-template4 .section-product-item .woocommerce ul.products li.product.col-md-4{
        width: 41% !important;
        background-image: none !important;
        background-color: #fff !important;
    }
    .page-template-black-friday-template4 .info-details {
        padding: 0px  !important;
    }
    .page-template-black-friday-template4 .woocommerce ul.products li.product .price del {
        top: 58% !important;
        margin-left: 5px !important;
    }
    .page-template-black-friday-template2 .subcategories-sect {
        display: none;
    }
    .page-template-black-friday-template2 .navbar-header {
        display: contents;
    }
    .page-template-black-friday-template2 .back-website a:first-child {
        padding-right: 0 !important;
        content: none !important;
        border-right: none !important;
        margin-right: 0 !important;
    }
    .page-template-black-friday-template2 .navbar-header .logo {
        width: 50%;
        position: absolute;
        float: left;
    }
    .page-template-black-friday-template2 .back-website {
        padding: 15px 0px;
        display: grid;
    }
    .page-template-black-friday-template2 nav#blackgriday-main-head .row {
        margin: 0;
    }
    .page-template-black-friday-template2 .modeltheme-countdown {
        margin-left: 0px !important;
    }
    .page-template-black-friday-template2 .black-friday ul.nav-categories li.category-element a {
        width: -webkit-fill-available;
    }
    .page-template-black-friday-template2 .black-friday ul.nav-categories li.category-element {
        float: none !important;
    }
    .page-template-black-friday-template2 .woocommerce ul.products li.product {
        width: 100% !important;
    }
}
@media (max-width: 1200px) {
    .black-friday ul.nav-categories {
        display: block;
        table-layout: auto;
    }
    .page-template-black-friday-template3 .black-friday ul.nav-categories li.category-element.active a::after{
        display: none;
    }
    .black-friday ul.nav-categories li.category-element {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        padding: 0;
        float: left;
        width: 23%;
        margin: 0 1% 2% 1%;
    }
    body #blackgriday-main-head .navbar-header .logo {
        margin: 21.5px 0 !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: flex;
        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;
}

/*PAGE TEMPLATE BF*/
.page-template-black-friday .mtbf-campaign-remaining-time h2{
    color: #fff;
    text-align: right;
}
.page-template-black-friday .modeltheme-countdown {
    margin-top: 0;
    padding-right: 15px;
}
.page-template-black-friday .mtbf-campaign-remaining-time {
    padding-right: 30px;
}
.page-template-black-friday .black-friday .back-website a:hover{
    border: 1px solid rgba(254,254,254,0.85);
    color: rgba(254,254,254,1);
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.page-template-black-friday .black-friday .back-website a {
    padding: 7px 20px;
    margin-top: 30px;
    display: inline-table;
    border: 1px solid rgba(254,254,254,0.5);
    font-weight: 300;
    border-radius: 3px;
    color: rgba(254,254,254,0.8);
    font-size: 11px;
}
.page-template-black-friday .navbar-header .logo{
    margin-bottom: 0;
}
.page-template-black-friday nav {
    background: transparent;
    margin-left: 30px;
    margin-right: 20px;
}
.page-template-black-friday .mtbf-campaign-remaining-time .text-center{
    text-align: right;
}
.page-template-black-friday .section-product-item .woocommerce {
    background: #fff;
    padding: 20px;
}
.page-template-black-friday .black-friday {
    background: transparent;
}
.page-template-black-friday .mtbf-campaign-remaining-time{
    margin-top: 30px;
}
.page-template-black-friday .mtbf-placeholder h3{
    font-weight: 300;
}
.page-template-black-friday .mtbf-placeholder h1,
.page-template-black-friday .mtbf-placeholder h3{
    color: #fff;
    text-align: center;
}
.page-template-black-friday .mtbf-campaign-remaining-time p{
    text-align: right;
    color: #fff;
    font-weight: 400;
}
.page-template-black-friday .back-website{
    text-align: left;
}
.page-template-black-friday .black-friday .products-title h1 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.page-template-black-friday .black-friday h3.active-category {
    margin-top: 10px;
}
.page-template-black-friday .info-details img {
    max-width: 100px;
}
.page-template-black-friday .info-details .onsale {
    margin-top: 40px !important;
}
.page-template-black-friday .onsale.onsale-image-badge {
    padding-right: 0 !important;
}
.page-template-black-friday .nav-categories {
    margin-left: 25px !important;
    margin-right: 25px !important;
}
.product ins,
.page-template-black-friday ins {
    color: #666;
    text-decoration: none;
    font-size: 18px !important;
}
.page-template-black-friday .thumbnail-and-details {
    height: 300px;
}
.page-template-black-friday .modeltheme-countdown .c_dot,
.page-template-black-friday .modeltheme-countdown .days-digit,
.page-template-black-friday .modeltheme-countdown .days-name,
.page-template-black-friday .modeltheme-countdown .hours-digit,
.page-template-black-friday .modeltheme-countdown .hours-name,
.page-template-black-friday .modeltheme-countdown .minutes-digit,
.page-template-black-friday .modeltheme-countdown .minutes-name,
.page-template-black-friday .modeltheme-countdown .seconds-digit,
.page-template-black-friday .modeltheme-countdown .seconds-name {
    color: #fff;
}
.woocommerce..page-template-black-friday ul.products li.product .onsale.onsale-image-badge,
body.page-template-black-friday .woocommerce ul.products li.product .onsale.onsale-image-badge,
body.page-template-black-friday .woocommerce ul.products li.product .onsale.onsale-image-badge{
    background-color: transparent;
}
@media only screen and (max-width: 767px) {
    .page-template-black-friday .modeltheme-countdown .c_dot,
    .page-template-black-friday .modeltheme-countdown .days-digit,
    .page-template-black-friday .modeltheme-countdown .hours-digit,
    .page-template-black-friday .modeltheme-countdown .minutes-digit,
    .page-template-black-friday .modeltheme-countdown .seconds-digit {
        font-size: 25px !important;
        line-height: 30px !important;
    }
    .page-template-black-friday .modeltheme-countdown .days-name,
    .page-template-black-friday .modeltheme-countdown .hours-name,
    .page-template-black-friday .modeltheme-countdown .minutes-name,
    .page-template-black-friday .modeltheme-countdown .seconds-name {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .page-template-black-friday .mtbf-campaign-remaining-time {
        padding-right: 0;
        padding-left: 0;
        margin-right: 00px;
        margin-left: 00px;
    }
    .page-template-black-friday .mtbf-campaign-remaining-time .text-center,
    .page-template-black-friday .mtbf-campaign-remaining-time p{
        text-align: center;
    }
    .page-template-black-friday .modeltheme-countdown {
        padding-right: 0;
        padding-left: 0;
    }
    .page-template-black-friday .modeltheme-countdown .c_dot{
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .page-template-black-friday nav{
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .page-template-black-friday .high-padding {
        padding: 30px 0 !important;
    }
    .page-template-black-friday div#bf-content{
        margin: 0;
    }
    .page-template-black-friday-template .mtbf-campaign-graphic,
    .page-template-black-friday-template .nav-categories,
    .page-template-black-friday-template .back-website{
        display: none !important;
    }
    .page-template-black-friday .black-friday ul.nav-categories li.category-element{
        width: 100% !important;
    }
    .page-template-black-friday-template3 .black-friday ul.nav-categories li.category-element.active a {
        background: transparent !important;
    }
    .page-template-black-friday-template6 .mt_video.text-center.row {
        top: 16% !important;
        width: 80% !important;
    }
}

/* Page Template 2 */
.page-template-black-friday-template2 .black-friday {
    background: transparent;
}
.page-template-black-friday-template2 .black-friday .section-product-item {
    display: none;
}
.page-template-black-friday-template2 .black-friday .section-product-item.active {
    display: block;
}
.page-template-black-friday-template2 .high-padding {
    background: #F4F4F4;
}
.page-template-black-friday-template2  .black-friday ul.nav-categories li.category-element a {
    background: none;
    border-right: 1px solid #DDDDDD;
    padding: 0 25px;
    cursor: pointer;
}
.page-template-black-friday-template2 .black-friday ul.nav-subcategories {
    display: flex;
}
.page-template-black-friday-template2 .black-friday ul.nav-subcategories li.subcategory-element {
    width: 25%;
    display: flex;
    background: #fff;
    margin-right: 24px;
    padding: 20px 35px;
}
.page-template-black-friday-template2 .subcategory-element img {
    padding-right: 30px;
    border-right: 1px solid rgba(221, 221, 221, 0.5);
    margin-right: 28px;
}
.page-template-black-friday-template2 .black-friday ul.nav-subcategories li.subcategory-element:last-child{
    margin-right: 0px;
} 
.page-template-black-friday-template2 .black-friday ul.nav-categories li.category-element.active a span {
    color: #fff;
    font-weight: bold;
}
.page-template-black-friday-template2 .black-friday ul.nav-categories {
    background: #FFFFFF;
    box-shadow: -1px 6px 25px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 15px 0px 25px;
    overflow: hidden;
}
.page-template-black-friday-template2 .black-friday ul.nav-categories li.category-element.active {
    background: #D51C44;
    padding: 0;
    margin: 0;
}
.page-template-black-friday-template2 .woocommerce ul.products li.product .archive-product-title{
    text-align: left;
    order: 3;
    border: none;
    padding: 0px 20px 30px 25px;
}
.page-template-black-friday-template2 .woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
    text-align: center;
    clear: none;
}
.page-template-black-friday-template2 .woocommerce ul.products a.woocommerce-LoopProduct-link {
    order: 1;
}
.page-template-black-friday-template2 .details-container{
    border: none;
    border-top: 1px solid #dfe5e9;
    padding: 20px 25px 0px;
    order: 2;
}
.page-template-black-friday-template2 .details-container > div.details-item del .amount {
    font-size: 18px;
}
.page-template-black-friday-template2 .details-container > div.details-item .amount, 
.page-template-black-friday-template2 .details-container > div.details-item ins {
    font-size: 28px;
}
.page-template-black-friday-template2 .details-container > div.details-item ins .amount{
    color: #D51C44;
}
.page-template-black-friday-template2 .woocommerce ul.products li.product .price{
    display: grid;
}
.page-template-black-friday-template2 p.copyright {
    color: #606060;
}
.page-template-black-friday-template2 .details-container > div.details-item {
    text-align: left;
    margin-bottom: 20px;
}
.page-template-black-friday-template2  .info-details .col-md-2.component.wishlist, .page-template-black-friday-template2  .info-details .col-md-2.component.quick-view {
    display: none;
}
.product-description{
    display: none;
}
.page-template-black-friday-template2 .product-description{
    display: block;
    margin-bottom: 45px;
}
.page-template-black-friday-template2 .high-padding {
    padding-top: 0px !important;
}
.page-template-black-friday-template2 .product-description p {
    font-size: 16px;
    color: #151515;
    font-weight: normal;
    height: 85px;
}
.page-template-black-friday-template2 .black-friday ul.nav-categories li.category-element {
    width: initial;
    margin: 0px;
    padding: 0;
    float: right;
    flex: inherit;
}
.page-template-black-friday-template2  .info-details {
    background: #fff;
    padding: 0px 25px 30px;
    display: -webkit-box;
    order: 4;
}
.page-template-black-friday-template2 .info-details .col-md-8.component.add-to-cart {
    text-align: center;
    width: 100%;
    background: #D51C44;
    border-radius: 5px;
}
.page-template-black-friday-template2 .info-details .add-to-cart:before {
    content: "\f07a";
    background: #FECA31;
    font-family: FontAwesome;
    color: #252525;
    font-size: 22px;
    padding: 20px 15px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    top: 0;
    left: 0;
    position: absolute;
    line-height: 5.5px;
}
.page-template-black-friday-template2 .info-details .component.add-to-cart .button{
    font-size: 14px;
    padding-left: 45px;
}
.page-template-black-friday-template2 .top-bf-header.col-md-12 {
    display: block;
    background: #fff;
}
.page-template-black-friday-template2 .footer {
    background: #EAEAEA;
}
.page-template-black-friday-template2 .thumbnail-and-details{
    border: none;
}
.page-template-black-friday-template2 .back-website a {
    font-weight: normal;
    font-size: 14px;
    color: #606060;
}
.page-template-black-friday-template2 .back-website {
    padding: 30px 0px;
}
.page-template-black-friday-template2 .back-website a:first-child {
    padding-right: 25px;
    content: "|";
    border-right: 1px solid grey;
    margin-right: 25px;
}
.page-template-black-friday-template2 .black-friday ul.nav-categories li.category-element a span {
    color: #606060;
    font-weight: 500;
    font-size: 14px;
}
.page-template-black-friday-template2 .modeltheme-countdown .days div,
.page-template-black-friday-template2 .modeltheme-countdown .hours div,
.page-template-black-friday-template2 .modeltheme-countdown .minutes div,
.page-template-black-friday-template2 .modeltheme-countdown .seconds div {
    color: #D51C44;
}
.page-template-black-friday-template2 .modeltheme-countdown .days,
.page-template-black-friday-template2 .modeltheme-countdown .hours,
.page-template-black-friday-template2 .modeltheme-countdown .minutes,
.page-template-black-friday-template2 .modeltheme-countdown .seconds{
    margin-right: 15px;
    padding: 25px 0px 10px;
    width: 23.9%;
    border: 1px solid rgba(213, 28, 68, 0.2);
}
.page-template-black-friday-template2 .modeltheme-countdown .seconds{
    margin-right: 0px;
}
.page-template-black-friday-template2 .modeltheme-countdown {
    width: 99%;
    margin-left: 20px !important;
    margin:30px 0px;
}
.page-template-black-friday-template2 .black-friday .row.section-products {
    margin-top: 0px;
}
.page-template-black-friday-template2 .c_dot {
    display: none;
}
.page-template-black-friday-template2 .navbar-header .logo {
    margin: 15.5px 0;
}
.page-template-black-friday-template2 .mtbf-campaign-footer {
    margin: 50px 0px;
}
.page-template-black-friday-template2 .black-friday ul.nav-subcategories li.subcategory-element span {
    font-size: 19px;
}
.page-template-black-friday-template2 .back-website a:hover {
    color: #D51C44;
}
.page-template-black-friday-template2 .back-website i {
    color: #D51C44;
    font-size: 18px;
    margin-right: 10px;
}
.page-template-black-friday-template2 .days-name,
.page-template-black-friday-template2 .hours-name,
.page-template-black-friday-template2 .minutes-name,
.page-template-black-friday-template2 .seconds-name {
    font-size: 28px !important;
    font-weight: normal !important;
}
.page-template-black-friday-template2 .woocommerce ul.products li.product .onsale.onsale-image-badge,
.page-template-black-friday-template3 .woocommerce ul.products li.product .onsale.onsale-image-badge,
.page-template-black-friday-template4 .woocommerce ul.products li.product .onsale.onsale-image-badge {
    top: 10px !important;
    right: 0;
}
.page-template-black-friday-template2 p.saved-sale span.woocommerce-Price-amount.amount {
    font-size: 16px !important;
    color: #D51C44 !important;
}
/* Black Friday Template 3 */
.page-template-black-friday-template3 .black-friday {
    background: #333333;
}
.page-template-black-friday-template3 .navbar-header.left {
    display: flex;
}
.page-template-black-friday-template3 .navbar-header .logo {
    margin-right: 35px !important;
    margin: 16.5px 0;
}
.page-template-black-friday-template3 .back-website {
    padding: 30px 0px;
}
.page-template-black-friday-template3 .back-website a {
    border: 1px solid #F48E31;
    box-sizing: border-box;
    border-radius: 33px;
    padding: 10px 25px;
    color: #fff;
    font-weight: bold;
}
.page-template-black-friday-template3 .back-website a:hover {
    background: #F48E31;
}
.page-template-black-friday-template3 .right-links a {
    color: #fff;
}
.page-template-black-friday-template3 .right-links i {
    color: #F48E31;
    font-size: 16px;
    margin-right: 10px;
}
.page-template-black-friday-template3 .right-links a:first-child {
    margin-right: 25px;
}
.page-template-black-friday-template3 .right-links a:hover {
    color: #F48E31;
}
.page-template-black-friday-template3 .black-friday ul.nav-categories {
    background: #FFFFFF;
    border-bottom: 2px solid #F48E31;
    margin-bottom: 30px;
}
.page-template-black-friday-template3 del span.amount {
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #8b8b8a;
}
.page-template-black-friday-template3 .woocommerce ul.products li.product .price del {
    text-align: center;
}
.page-template-black-friday-template3  .woocommerce ul.products li.product .price{
    display: grid;
}
.page-template-black-friday-template3 .black-friday .section-product-item {
    display: none;
}
.page-template-black-friday-template3 .black-friday .section-product-item.active {
    display: block;
}
.page-template-black-friday-template3 .mtbf-campaign-footer {
    margin: 60px 0px;
}
.page-template-black-friday-template3 .woocommerce ul.products li.product .archive-product-title a:hover {
    color: #F48E31;
}
.page-template-black-friday-template3 .black-friday ul.nav-categories li.category-element a{
    background: transparent;
    cursor: pointer;
}
.page-template-black-friday-template3 .black-friday ul.nav-categories li.category-element a span {
    color: #606060;
    font-size: 14px;
    font-weight: bold;
}
.page-template-black-friday-template3 .right-links {
    padding: 30px 0px;
}
.page-template-black-friday-template3 .mtbf-campaign-graphic {
    padding: 30px;
}
.page-template-black-friday-template3 .top-bf-header {
    border-bottom: 2px solid #F48E31;
}
.page-template-black-friday-template3 footer .footer {
    background-color: #474747;
}
.page-template-black-friday-template3 .modeltheme-countdown .days div,
.page-template-black-friday-template3 .modeltheme-countdown .hours div,
.page-template-black-friday-template3 .modeltheme-countdown .minutes div,
.page-template-black-friday-template3 .modeltheme-countdown .seconds div {
    color: #fff;
}
.page-template-black-friday-template3 .modeltheme-countdown .days,
.page-template-black-friday-template3 .modeltheme-countdown .hours,
.page-template-black-friday-template3 .modeltheme-countdown .minutes,
.page-template-black-friday-template3 .modeltheme-countdown .seconds{
    margin-right: 15px;
    padding: 25px 0px 10px;
    width: 24.2%;
    border: 1px solid #FFFFFF;
}
.page-template-black-friday-template3 .modeltheme-countdown .seconds{
    margin-right: 0px;
}
.page-template-black-friday-template3 .modeltheme-countdown {
    width: 100%;
    margin-left: 20px;
    margin-bottom: 25px !important;
    margin: 0px;
}
.page-template-black-friday-template3 .thumbnail-and-details,
.page-template-black-friday-template3 .woocommerce ul.products li.product .archive-product-title{
    border: none;
}
.page-template-black-friday-template3 .info-details .component{
    display: none;
}
.page-template-black-friday-template3 .details-container > div.details-item ins .amount,
.page-template-black-friday-template3 span.amount {
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold !important;
    color: #F48E31;
}
.page-template-black-friday-template3 .details-container {
    border: none;
    padding-bottom: 35px;
}
.page-template-black-friday-template3 .c_dot {
    display: none;
}
.page-template-black-friday-template3 .black-friday ul.nav-categories li.category-element {
    margin: 0 !important;
}
.page-template-black-friday-template3 .black-friday ul.nav-categories li.category-element.active a {
    background: #F48E31;
}
.page-template-black-friday-template3 .black-friday ul.nav-categories li.category-element.active a::after {
    padding: 0px 68px 40px;
    background: #F48E31;
    margin-left: -15px;
    content: "";
    border-radius: 10px;
}
.page-template-black-friday-template3 .black-friday ul.nav-categories li.category-element.active a span {
    color: #fff;
}
/* Black Friday Template 4*/
.page-template-black-friday-template4 .modeltheme-countdown .days div,
.page-template-black-friday-template4 .modeltheme-countdown .hours div,
.page-template-black-friday-template4 .modeltheme-countdown .minutes div,
.page-template-black-friday-template4 .modeltheme-countdown .seconds div {
    color: #fff;
}
.page-template-black-friday-template4 .modeltheme-countdown .days,
.page-template-black-friday-template4 .modeltheme-countdown .hours,
.page-template-black-friday-template4 .modeltheme-countdown .minutes,
.page-template-black-friday-template4 .modeltheme-countdown .seconds{
    margin-right: 15px;
    padding: 25px 0px 10px;
    width: 24.2%;
    border: 1px solid #FFFFFF;
    border-radius: 0px 7px 7px 7px;
}
.page-template-black-friday-template4 a.mtbf-see-more-products {
    border-radius: 0px 7px 7px 7px;
    background: #E2322C;
}
.page-template-black-friday-template4 .modeltheme-countdown .seconds{
    margin-right: 0px;
}
.page-template-black-friday-template4 .modeltheme-countdown {
    width: 100%;
    margin-left: 20px;
    margin: 0px;
    padding-bottom: 40px;
}
.page-template-black-friday-template4 .c_dot {
    display: none;
}
.page-template-black-friday-template4 .black-friday ul.nav-categories li.category-element a {
    border-radius: 0px 7px 7px 7px;
    border: 2px solid #E2322C;
    background: transparent;
}
.page-template-black-friday-template4 .black-friday ul.nav-categories li.category-element a:hover {
    background: #E2322C;
}
.page-template-black-friday-template4 .black-friday ul.nav-subcategories li a {
    border: 2px solid #E2322C;
    box-sizing: border-box;
    border-radius: 0px 7px 7px 7px;
    margin-bottom: 20px;
    padding-left: 30px;
}
.page-template-black-friday-template4 .black-friday ul.nav-subcategories li a:hover {
    background: #fff;
}
.page-template-black-friday-template4 .black-friday ul.nav-subcategories li a:hover span {
    color: #E2322C;
}
.page-template-black-friday-template4 .black-friday ul.nav-subcategories li span {
    color: #fff;
}
.page-template-black-friday-template4  footer .footer {
    background-color: #191919;
}
.page-template-black-friday-template4 nav#blackgriday-main-head h1.logo.logo-image img {
    max-width: 250px;
}
.page-template-black-friday-template4 .navbar-header {
    margin: 140px 0px;
    padding: 0px 30px;
}
.page-template-black-friday-template4 .black-friday .back-website a {
    border: 2px solid #FFFFFF;
    border-radius: 0px 7px 7px 7px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 60px;
    width: fit-content;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.page-template-black-friday-template4 .black-friday .back-website a:hover {
    background: #fff;
    color: #252525;
}
.page-template-black-friday-template4 .navbar-header .logo {
    margin: 21.5px 0 30px;
}
.page-template-black-friday-template4 .black-friday ul.nav-subcategories {
    padding: 15px 0px;
}
.page-template-black-friday-template4 .black-friday ul.nav-subcategories li.active a {
    background: #fff;
}
.page-template-black-friday-template4 .black-friday ul.nav-subcategories li.active span {
    color: #E2322C;
}
.page-template-black-friday-template4 .black-friday ul.nav-categories {
    margin: 0 25px;
}
.page-template-black-friday-template4 .woocommerce ul.products li.product.col-md-4, .page-template-black-friday-template4 .woocommerce-page ul.products li.product {
    clear: none;
    background-image: url(https://black-friday-plugin.modeltheme.com/wp-content/uploads/2020/10/BF-4_product.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 30.0% !important;
    margin: 15px !important;
    padding-bottom: 25px !important;
}
.page-template-black-friday-template4 .thumbnail-and-details,
.page-template-black-friday-template4  .woocommerce ul.products li.product .archive-product-title,
.page-template-black-friday-template4 .details-container{
    border: none;
}
.page-template-black-friday-template4 .details-container{
    padding-top: 25px;
}
.page-template-black-friday-template4 .info-details .col-md-2.component.wishlist, 
.page-template-black-friday-template4 .info-details .col-md-2.component.quick-view {
    display: none;
}
.page-template-black-friday-template4  .info-details .col-md-8.component.add-to-cart {
    background: #22222B;
    border-radius: 0px 7px 7px 7px;
    width: 100%;
}
.page-template-black-friday-template4 .info-details .col-md-8.component.add-to-cart:hover{
    background: #E2322C;
}
.page-template-black-friday-template4 .info-details {
    padding: 0px 15px 60px;
}
.page-template-black-friday-template4 .details-container > div.details-item ins .amount, 
.page-template-black-friday-template4 span.amount {
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold !important;
    color: #E2322C;
}
.page-template-black-friday-template4 .woocommerce ul.products li.product .price del {
    text-align: center;
}
.page-template-black-friday-template4 .woocommerce ul.products li.product .price{
    display: grid;
}
.page-template-black-friday-template4 del span.amount {
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #8b8b8a;
}
.page-template-black-friday-template4 .black-friday ul.nav-categories li.category-element a span{
    font-size: 14px;
    font-weight: bold;
}
.page-template-black-friday-template4 .mtbf-campaign-footer {
    margin: 60px 0px;
}
.page-template-black-friday-template4 .woocommerce ul.products li.product .archive-product-title{
    padding-top: 0px;
    padding-left: 15px!important ;
    padding-right: 15px!important;
        height: 35px;
}
.page-template-black-friday-template4 .woocommerce ul.products li.product a img{
    height: 300px !important;
}
/* Black Friday Template 5 */
.page-template-black-friday-template5 .modeltheme-countdown .days div,
.page-template-black-friday-template5 .modeltheme-countdown .hours div,
.page-template-black-friday-template5 .modeltheme-countdown .minutes div,
.page-template-black-friday-template5 .modeltheme-countdown .seconds div {
    color: #fff;
}
.page-template-black-friday-template5 .modeltheme-countdown .days,
.page-template-black-friday-template5 .modeltheme-countdown .hours,
.page-template-black-friday-template5 .modeltheme-countdown .minutes,
.page-template-black-friday-template5 .modeltheme-countdown .seconds{
    margin-right: 15px;
    padding: 25px 0px 10px;
    width: 24.2%;
    border: 1.11047px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 7.77332px;
}
.page-template-black-friday-template5 .modeltheme-countdown .seconds{
    margin-right:0px;
}
.page-template-black-friday-template5 .mtbf-campaign-footer {
    margin: 60px 0px;
    overflow: hidden;
    border-radius: 7px;
}
.page-template-black-friday-template5 .modeltheme-countdown {
    width: 100%;
    margin-bottom: 0px !important;
    padding-bottom: 35px;
}
.page-template-black-friday-template5 .c_dot {
    display: none;
}
.page-template-black-friday-template5 nav#blackgriday-main-head h1.logo.logo-image img {
    border: 0 !important;
    max-width: 250px;
}
.page-template-black-friday-template5 .navbar-header .logo {
    margin: 35% 0;
    padding: 0px 30px;
}
.page-template-black-friday-template5 .black-friday ul.nav-categories li.category-element a span {
    font-size: 14px;
    font-weight: bold;
}
.page-template-black-friday-template5 .black-friday ul.nav-categories li.category-element a {
    background: #F7003F;
    border-radius: 7px;
}
.page-template-black-friday-template5 .black-friday ul.nav-categories li.category-element a:hover {
    background: #fff;   
}
.page-template-black-friday-template5 .black-friday ul.nav-categories li.category-element a:hover span{
    color: #F7003F;
}
.page-template-black-friday-template5 .black-friday ul.nav-categories {
    padding: 0px 25px !important;
}
.page-template-black-friday-template5 .black-friday .back-website a {
    background: #FFFFFF;
    color: #252525;
    border-radius: 7px;
    font-weight: 600;
    padding: 10px 40px;
    width: fit-content;
    float: right;
    margin-right: 30px;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.page-template-black-friday-template5 .black-friday .back-website a:hover {
    background: #F7003F;
    color: #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;
}
.page-template-black-friday-template5 .woocommerce ul.products li.product .archive-product-title {
    padding-top: 0px;
}
.page-template-black-friday-template5 .back-website{
    margin: 40% 0px;
}
.page-template-black-friday-template5 .black-friday .subcategories-section {
    border-radius: 7px;
    padding: 0px;
    border: none;
    overflow: hidden;
}
.page-template-black-friday-template5 .section-product-item .woocommerce {
    background: #fff;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
.page-template-black-friday-template5 .black-friday .products-title h1 {
    background: #EEEEEE;
    border-radius: 4px;
    text-align: center;
    color: #606060;
    font-weight: 500;
}
.page-template-black-friday-template5 .black-friday .products-title,
.page-template-black-friday-template5 .thumbnail-and-details,
.page-template-black-friday-template5 .woocommerce ul.products li.product .archive-product-title,
.page-template-black-friday-template5 .details-container{
    border: none;
}
.page-template-black-friday-template5 .woocommerce ul.products li.product .archive-product-title a {
    color: #151515;
    font-size: 16px;
    font-weight: 500;
    height: 35px;
}
.page-template-black-friday-template5 .black-friday ul.nav-subcategories li a {
    padding: 11px 20px;
}
.page-template-black-friday-template5 .subcategory-element.active {
    background: #F7003F;
}
.page-template-black-friday-template5 .subcategory-element.active span{
    color: #fff;
    font-weight: bold;
}
.page-template-black-friday-template5  .info-details .col-md-2.component.wishlist, 
.page-template-black-friday-template5 .info-details .col-md-2.component.quick-view {
    display: none;
}
.page-template-black-friday-template5 .info-details .col-md-8.component.add-to-cart {
    width: 100%;
    background: #F7003F;
    border-radius: 7px;
}
.page-template-black-friday-template5 .info-details {
    padding: 0px 50px;
}
.page-template-black-friday-template5 .info-details .component.add-to-cart .button {
    font-size: 14px;
    text-transform: none;
    padding: 7px;
}
.page-template-black-friday-template5 .footer {
    background-color: #191919;
}
.page-template-black-friday-template5 .woocommerce ul.products {
    padding: 0px 20px 35px;
}
.page-template-black-friday-template5 .details-container > div.details-item ins .amount, 
.page-template-black-friday-template5 span.amount {
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold !important;
    color: #F7003F;
}
.page-template-black-friday-template5 .woocommerce ul.products li.product .price del {
    text-align: center;
}
.page-template-black-friday-template5 .woocommerce ul.products li.product .price{
    display: grid;
}
.page-template-black-friday-template5 del span.amount {
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #8b8b8a;
}
.page-template-black-friday-template5 .black-friday .products-title {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.page-template-black-friday-template5 .woocommerce ul.products li.product .archive-product-title a:hover{
    color: #F7003F;
}
.page-template-black-friday-template5 .woocommerce ul.products li.product .onsale{
    background: #F7003F;
}

/* Coming soon */
.page-template-black-friday-template6 .modeltheme-countdown .days div,
.page-template-black-friday-template6 .modeltheme-countdown .hours div,
.page-template-black-friday-template6 .modeltheme-countdown .minutes div,
.page-template-black-friday-template6 .modeltheme-countdown .seconds div {
    color: #fff;
}
.page-template-black-friday-template6 .modeltheme-countdown .days,
.page-template-black-friday-template6 .modeltheme-countdown .hours,
.page-template-black-friday-template6 .modeltheme-countdown .minutes,
.page-template-black-friday-template6 .modeltheme-countdown .seconds{
    margin-right: 15px;
    padding: 35px 0px 20px;
    width: 24.2%;
    border: 1.11047px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 7.77332px;
}
.page-template-black-friday-template6 .modeltheme-countdown .seconds{
    margin-right:0px;
}
.page-template-black-friday-template6 .modeltheme-countdown {
    width: 100%;
    margin-bottom: 25px !important;
    padding-bottom: 40px;
    margin-top: 35px;
}
.page-template-black-friday-template6 .c_dot {
    display: none;
}
.page-template-black-friday-template6 .mtbf-campaign-graphic {
    padding: 25px 25%;
    padding-top: 0;
}
.page-template-black-friday-template6 .mtbf-campaign-remaining-time p {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 117.1%;
}
.page-template-black-friday-template6 .navbar-header .logo {
    text-align: center;
}
.page-template-black-friday-template6 nav#blackgriday-main-head h1.logo.logo-image img {
    max-width: 260px;
}
.page-template-black-friday-template6 .black-friday .back-website a {
    background: #FFFFFF;
    border-radius: 7px;
    display: inline-block;
    width: fit-content;
    color: #252525;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 40px;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.page-template-black-friday-template6 .black-friday .back-website a:hover {
    background: #389E29;
    color: #fff;
}
.page-template-black-friday-template6 .mtbf-campaign-footer {
    padding: 0px 50px;
}
.page-template-black-friday-template6 .mtbf-campaign-footer img {
    border-radius: 10px;
}
.page-template-black-friday-template6 .back-website {
    margin-top: 70px;
    text-align: center;
}
.page-template-black-friday-template6 .mtbf-campaign-remaining-time {
    padding: 0px 40px;
}
.page-template-black-friday-template6 .mt_video.text-center.row {
    position: absolute;
    top: 40%;
    width: 95%;
    margin: 0 auto;
}
.page-template-black-friday-template6 .buton_image_class {
    transform: scale(1.0);
    transition: all 400ms ease-in-out 0s;
    -ms-transformtransition: all 400ms ease-in-out 0s;
    -webkit-transformtransition: all 400ms ease-in-out 0s;
    max-width: 120px;
}
.page-template-black-friday-template6 .buton_image_class:hover {
    transform: scale(1.1);
    transition: all 400ms ease-in-out 0s;
    -ms-transformtransition: all 400ms ease-in-out 0s;
    -webkit-transformtransition: all 400ms ease-in-out 0s;
}

/* WooCommerce */
.single-product .product-badge {
   background: transparent !important;
}
.single-product .product-badge img {
    max-width: 20% !important;
}
section.related.products span.onsale.onsale-image-badge {
    margin-top: 35px;
}