/* ---------------- Product Offers ---------------- */
#product-offers{
  margin-top: -80px;
}
#product-offers .offer1-details{
  position: absolute;
  top: 60px;
  padding-left: 27px;
}
#product-offers .offer1-details h2{
  font-size: 60px;
  letter-spacing: -1px;
  line-height: 30px;
  color: #fff;
  font-family: "Roboto";
  font-weight: 800;
}
#product-offers .offer1-details h6{
  font-size: 16px;
  letter-spacing: 2px;
  color:#fff;
  font-family: "Roboto";
}
#product-offers .offer1-details h5{
  font-size: 21px;
  letter-spacing: 1px;
  color:#fff;
  font-family: "Roboto";
  font-weight: bold;
}
#product-offers .offer1-details a{
  font-size: 15px;
  letter-spacing: 2px;
  color:#fff;
  font-family: "Fjalla One";
  border:1px solid #fff;
  border-radius: 40px;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-block;
}
#product-offers .offer2-details{
  position: absolute;
  top: 30px;
  padding-left: 27px;
}
#product-offers .offer2-details h3{
  font-size: 40px;
  letter-spacing: 0px;
  color:#fff;
  font-family: "Roboto";
  font-weight: 800;
}
#product-offers .offer2-details h6{
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Roboto";
  padding-top: 0;
}
#product-offers .offer2-details a{
  font-size: 12px;
  letter-spacing: 1px;
  color:#fff;
  font-family: "Fjalla One";
  border:1px solid #fff;
  border-radius: 40px;
  padding: 10px 20px;
  margin-top:8px;
  display: inline-block;
}
#product-offers .offer3-details{
  position: absolute;
  top: 30px;
  padding-left: 27px;
}
#product-offers .offer3-details h3{
  font-size: 40px;
  letter-spacing: 0px;
  color:#121212;
  font-family: "Roboto";
  font-weight: 800;
}
#product-offers .offer3-details h6{
  font-size: 12px;
  letter-spacing: 1px;
  color: #121212;
  font-family: "Roboto";
  padding-top: 0;
}
#product-offers .offer3-details a{
  font-size: 12px;
  letter-spacing: 1px;
  color:#121212;
  font-family: "Fjalla One";
  border:1px solid #121212;
  border-radius: 40px;
  padding: 10px 20px;
  margin-top:8px;
  display: inline-block;
}
#product-offers .earphone{
  margin-top: 30px; 
}
#product-offers .offer4-details{
  position: absolute;
  top: 45px;
  padding-left: 27px;
}
#product-offers .offer4-details h2{
  font-size: 40px;
  letter-spacing: 0px;
  color:#121212;
  font-family: "Roboto";
  font-weight: 800;
  padding-bottom: 0;
}
#product-offers .offer4-details h6{
  font-size: 12px;
  letter-spacing: 1px;
  color: #121212;
  font-family: "Roboto";
  padding-top: 0;
}
#product-offers .offer4-details a{
  font-size: 12px;
  letter-spacing: 1px;
  color:#121212;
  font-family: "Fjalla One";
  border:1px solid #121212;
  border-radius: 40px;
  padding: 10px 20px;
  margin-top:8px;
  display: inline-block;
}
#product-offers .col-lg-4.col-md-4.offers{
  z-index: 111;
}
#product-offers .col-lg-8.col-md-8.offers {
z-index: 111;
}
/* -------------- New Collection ----------------- */
#new-collection .collection-box{
  border:1px solid #e7e7e7;
  text-align: center;
  padding:5px 5px 20px 5px;
  margin-bottom: 20px;
}
#new-collection .collection-box h6 a{
  font-size: 17px;
  color: #7b7b7b;
  font-family: "Roboto";
}
#new-collection .collection-box del .woocommerce-Price-amount{
  font-size: 15px;
  color: #cacaca;
  font-family: "Roboto";
}
#new-collection .collection-box ins .woocommerce-Price-amount{
  font-size: 15px;
  color: #7b7b7b;
  font-family: "Roboto";
}
#new-collection .collection-box ins{
  text-decoration: none;
}

/*------------------ Product Category -----------------*/
#category{
  background-color:#121212;
}
#category .section-title h3, #weekly-deal .section-title h3, #weekly-deal .section-text p{
  color: #ffffff;
}
#category .categorybox{
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
#category img{
  border-radius:50%;
  position: relative;
  width: 100% !important;
}
h4.categorytitle{
  padding: 0;
}
h4.categorytitle a{
  position: absolute;
  bottom: 37px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 52px;
  width: 100%;
  opacity: 0.8;
  left: 0;
  background-color:#e7b614;
  font-size: 17px;
  letter-spacing: 2px;
  color:#121212;
  font-family: "Fjalla One";
  text-align: center;
  padding: 10px 0;
}
#category .category-content .section-title{
  padding-bottom:40px;
}
#category .owl-prev {
  position: absolute;
  bottom: 57%;
  left: -12px;
  border-radius: 50%;
  border:none;
  padding: 6px 13px !important;
  background-color:#ffca04;
}
#category .owl-next{
  position: absolute;
  bottom: 57%;
  right: -12px;
  border-radius: 50%;
  border:none;
  padding: 6px 13px !important;
  background-color:#ffca04;
}
#category .owl-prev{
  left: -4px;
}
#category .owl-next{
  right: -4px;
}
/*------------------ Best Seller Product -----------------*/
#best_seller .nav-tabs .nav-item.show .nav-link, #best_seller .nav-tabs .nav-link.active {
  color: #121212;
  background-color: transparent;
  border-radius: 0;
  border-top:2px solid #000;
}
#best_seller .nav-tabs .nav-link {
  border: inherit;
  border-top: 2px solid transparent; 
}
#best_seller .nav-tabs {
  border-bottom: inherit;
  list-style-type: none;
  text-align: center;
}
#best_seller .nav-tabs .nav-item{
  display: inline-block;
}
#best_seller a.nav-link, #best_seller .best-product p {
  color: #999999;
  margin-bottom: 0;
}
#best_seller .inner_product {
  background: #fff;
  margin-left: 10px;
  padding: 15px;
}
#best_seller h6, #best_seller .custom-product-price{
  color: #121212;
  font-family: "Roboto";
}
#best_seller a.button{
  background-color: transparent;
  border: 1px solid #121212;
  padding: 11px 20px;
  border-radius: 40px;
  font-size: 13px;
  letter-spacing: 2px;
  color: #121212;
  font-family: "Fjalla One";
  display: inline-block;
  margin-top: 20px;
}
#best_seller .product-sale{
  background-color: #ffca04;
  color: #121212;
  transform: rotate(-56deg);
  margin-left: -36px;
  margin-top: -12px;
  border-radius: 50%
}
#best_seller .star-rating{
  margin: 0;
}
#best_seller .product-sale span {
  padding: 12px; 
  line-height: 35px;
}
/*------------------ Weekly Deals -----------------*/
p#timer {
  display: -webkit-inline-box;
}
.countdowntimer {
  text-align: center;
}
p#timer div{
  width:130px;
  padding: 20px 25px;
  margin: 0 15px;
  text-align: center;
  color: #121212;
  font-weight: bold;
  font-size: 30px;
  background-color: #ffca04;
}
.numbers {
  display: inline-flex;
}
span.nofont {
  font-size: 13px;
  margin-top:19px;
  margin-left: 5px;
}
#weekly-deal .inner_product {
  background: #fff;
}
#weekly-deal .products.custom_items.ml-0 {
  background:#f8f6f7;
  padding: 70px 50px 50px 50px;
  margin-top: -55px;
  border-top:5px solid #ffca04;
}
#weekly-deal .product-thumb img {
    padding: 12px;
}
#weekly-deal .owl-dots{
  display: none;
}
#weekly-deal button.owl-prev {
  position: absolute;
  left: -4px;
  bottom: -50px;
  transform: translateY(-50%);
  background: #ffffff;
  border: 1px solid #121212;
  padding: 10px 15px;
  border-radius: 50px;
  background: transparent;
}
#weekly-deal button.owl-next {
  position: absolute;
  right: -4px;
  bottom: -50px;
  transform: translateY(-50%);
  background: #ffffff;
  border: 1px solid #121212;
  padding: 10px 15px;
  border-radius: 50px;
  background: transparent;
}
#weekly-deal .best-product h6{
  font-size: 19px;
  color: #121212;
  font-family: "Roboto";
  font-weight: bold;
}
#weekly-deal .best-product p{
  font-size: 13px;
  line-height: 26px;
  color: #999999;
  font-family: "Roboto";
  margin-bottom: 0;
}
#weekly-deal .custom-product-price ins span{
  font-size: 16px;
  color: #121212;
  font-family: "Roboto";
}
#weekly-deal .custom-product-price del span{
  font-size: 14px;
  letter-spacing: 1px;
  color: #727272;
  font-family: "Roboto";
}
#weekly-deal .custom_cart a{
  background-color: transparent;
  border:1px solid #121212;
  padding: 11px 20px;
  border-radius: 40px;
  font-size: 13px;
  letter-spacing: 2px;
  color: #121212;
  font-family: "Fjalla One";
  display: inline-block;
  margin-top: 20px;
  margin-bottom:10px; 
}
#weekly-deal .quantity-no{
  background-color:#ffca04;
  border-radius: 50%;
  padding: 8px 10px;
  margin-left: 10px;
}
/*------------------ Testimonials -----------------*/
#testimonial .testimonial_outer_box {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
#testimonial .testimonials-box {
  background: #121212;
  padding: 20px;
  text-align: center;
}
#testimonial ul.nav {
  display: block;
  text-align: center;
}
#testimonial li.nav-item {
  display: inline-block;
}

#testimonial .designation{
  color:#fff;
}
.testimonial_name a{
  color: #ffca04;
}
#testimonial li.nav-item img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
}
#testimonial li.nav-item .active img{
  border:3px solid #ffca04;
}
#testimonial li.nav-item .active:before{
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 12px solid #ffca04;
  position: absolute;
  margin-left: 49px;
  margin-top: -10px;
}
#testimonial li.nav-item img{
  border:3px solid transparent;
}

/* -------------- Specials Offres -------------- */

#special-offers .special-offers-info{
  position: absolute;
  top: 0;
  padding: 10px 25px 25px 25px;
  max-width: 240px;
}
#special-offers .special-offers-box1{
  padding-left: 0;
}
#special-offers .special-offers-box2{
  padding-right: 0;
}
#special-offers .special-offers-info h2{
  font-size: 50px;
  letter-spacing: -1px;
  color: #ffffff;
  font-family: "Roboto";
  font-weight: 800;
  padding-bottom: 0;
  line-height: 57px;
}
#special-offers .special-offers-info p{
  letter-spacing: -1px;
  color: #ffffff;
  font-family: "Roboto";
  font-weight: bold;
  margin-bottom: 5px;
}
#special-offers .special-offers-info h5{
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "Roboto";
  font-weight: bold;
}
#special-offers .special-offers-info a{
  font-size: 15px;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: "Fjalla One";
  border:1px solid #fff;
  border-radius: 40px;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 10px;
}
#special-offers .special-offers-feature .row{
  background-color:#ffca04;
  padding:4.5%;
  margin-bottom: 10px;
}
#special-offers .special-offers-feature i{
  font-size: 35px;
}
#special-offers .special-offers-feature h5{
  font-size: 17px;
  color: #121212;
  font-family: "Fjalla One";
  margin-left:  15px;
}
#special-offers .special-offers-feature p{
  font-size: 13px;
  color: #121212;
  font-family: "Fjalla One";
  margin-bottom: 0;
  margin-left:  15px;
}
#special-offers .special-offers-feature-icon{
  text-align: center;
      border-right: 1px solid #eabc0e;
}
/* -------------- Partners --------------- */
#our_partners-loop,#weekly-deal-loop,#category-loop{
  display: none;
}
#our-partners .owl-carousel .owl-nav .owl-prev{
  position: absolute;
  top: 32%;
  border-radius: 50%;
  padding: 5px 11px !important;
  border:none;
  background-color:#d3a90b;
}
#our-partners .owl-carousel .owl-nav .owl-next{
  position: absolute;
  top: 32%;
  right: 0;
  border-radius: 50%;
  padding: 5px 11px !important;
  border:none;
  background-color:#d3a90b;
}
/* --------------- Latest News ----------- */
#latest-news{
  padding:40px 0 60px 0; 
}
#latest-news .latest-news-head{
  text-align: center;
  padding-top:0px;
  padding-bottom: 40px;
}
#latest-news .latest-news-head h3{
  font-size: 32px;
  letter-spacing: 1px;
  color: #121212;
  font-family: "Fjalla One";
}
#latest-news .latest-news-head h3:before{
  content: "";
  background-color:#121212;
  width:70px;
  height: 3px;
  position: absolute;
  margin-left: -108px;
  margin-top: 30px;
}
#latest-news .latest-news-head h3:after{
  content: "";
  background-color:#121212;
  width:70px;
  height: 3px;
  position: absolute;
  margin-left: 36px;
  margin-top: 30px;
}
#latest-news .latest-new-content{
  padding-top: 20px;
}
#latest-news .latest-new-content .popular-metabox{
  text-align: center;
}
#latest-news .latest-new-content .popular-metabox i{
  padding-right: 5px;
  color: #7b7b7b;
}
#latest-news .latest-new-content .popular-metabox span{
  font-size: 14px;
  color: #7b7b7b;
  font-family: "Fjalla One";
}
#latest-news .latest-new-content .popular-metabox span:before{
  content: "";
  background-color:#7b7b7b;
  width:30px;
  height: 2px;
  position: absolute;
  left: 13px;
  top: 33px;
}
#latest-news .latest-new-content .popular-metabox span:after{
  content: "";
  background-color:#7b7b7b;
  width:30px;
  height: 2px;
  position: absolute;
  right: 13px;
  top: 33px;
}
#latest-news .latest-new-content h4{
  padding-top: 10px;
}
#latest-news .latest-new-content h4 a{
  font-size: 19px;
  color: #121212;
  font-family: "Fjalla One";
}
#latest-news .latest-new-content .latest-news-text{
  font-size: 14px;
  line-height: 28px;
  color: #7b7b7b;
  font-family: "Roboto";
}
#latest-news .latest-new-content .latest-news-text p:not(:first-child){
  display: none;
}
#latest-news .latest-new-content .read-more{
  font-size: 15px;
  letter-spacing: 2px;
  color: #121212;
  font-family: "Fjalla One";
  text-align: center;
  border:1px solid #121212;
  padding: 9px 20px;
  border-radius: 40px;
  margin-top: 10px;
  display: inline-block;
}
#latest-news .view-all{
  text-align: center;
}
#latest-news .view-all a{
  font-size: 18px;
  letter-spacing: 2px;
  color: #121212;
  font-family: "Fjalla One";
  border:1px solid #121212;
  border-radius: 40px;
  padding: 10px 20px;
  display: inline-block;
  margin-top:40px;
}
/* --------- SLIDER--------- */
#slider{ 
  max-width:100%; 
  margin:auto; 
  padding-top: 0;
}
#slider img {
    width: 100%;
}
#slider h2 {
  text-transform: uppercase;
  color: #ffca04;
  font-weight: 900;
}
#slider .carousel-control .shownav1{
  display: block !important;
}
#slider .carousel-control .shownav2{
  display: block !important;
}
#slider .carousel-control .nav1{
  display:block;
  position: absolute;
  left: 3%;
  top: 45%;
  font-size: 23px;
  color:#121212;
}
#slider .carousel-control .nav1 i{
  border:1px solid #121212;
  padding: 15px 19px;
  border-radius: 50%;
}
#slider .carousel-control .nav2{
  display:block;
  position: absolute;
  right: 4%;
  top: 45%;
  font-size: 23px;
  color:#121212;
}
#slider .carousel-control .nav2 i{
  border:1px solid #121212;
  padding: 15px 19px;
  border-radius: 50%;
}
#slider .carousel-control .nav2 :hover i{
  background:none !important;
}
#slider .carousel-control .nav1:hover i{
  background:none;
}
#slider p.price {
  font-size: 22px !important;
}
#slider .carousel-caption.d-none.d-md-block {
  max-width:600px;
  margin: 0 auto;
}
#slider .carousel-caption {
  top: 45%;
  transform: translateY(-50%); 
  bottom: inherit;
  text-align: left;
  left: 9%;
  right: 10%;
}
a.blog-more{ 
  display:inline-block; 
  font:400 16px 'Roboto Condensed', sans-serif; 
  padding:10px 30px; 
  margin-top:21px; 
  border-radius:4px; 
  -moz-border-radius:4px; 
  -webkit-border-radius:4px; 
  -o-border-radius:4px; 
  -ms-border-radius:4px; 
  margin-right:15px;
}
#slider .carousel-control-next, #slider .carousel-control-prev {
  width: 10%;
}
#slider .carousel-item-next,
#slider .carousel-item-prev,
#slider .carousel-item.active {
  display: block !important;
}
#slider .carousel-control-prev-icon,
#slider .carousel-control-next-icon{
  background-image:none; 
}
#slider .carousel-control-next,
#slider .carousel-control-prev{
  opacity: 1;
}
.carousel-control-next-icon,
.carousel-control-prev-icon{
  width: auto;
  height: auto;
}
#slider a i:focus,
#slider a i:active,
#slider a i:hover{
  background: #ffca04;
  border: none;
  transition: all 0.5s ease-out;
}
.inner_carousel h2 small {
  color: #ffffff;
  display:block;
  margin-bottom: 20px;
}
#slider .inner_carousel h1{
  font-size:40px;
  letter-spacing: 2px;
  color:#121212;
  font-family: "Poppins";
  font-weight: bold;
}
#slider .inner_carousel p{
  font-size: 15px;
  line-height: 28px;
  color:#121212;
  padding-bottom: 20px;
}
#slider .carousel-indicators{
  position: relative;
  margin-top:-6%;
}
#slider ol.carousel-indicators li {
  max-width: 1px;
  padding: 5px;
  border:1px solid #121212;
  background: none;
  margin-right: 17px;
  border-radius: 50%;
}
#slider ol.carousel-indicators .active{
  background-color:#121212;
  border:2px solid #121212;
}
#slider .read-more{
  border:1px solid #121212;
  padding:12px 30px;
  margin-right: 15px;
  font-size: 16px;
  letter-spacing: 2px;
  font-family: "Fjalla One";
  border-radius: 40px;
  color:#121212;
}
/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 40px;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #121212;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 40px;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: #ffca04 !important;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#slider .sub-head{
  font-size: 28px;
  letter-spacing: 7px;
  font-family: 'Tangerine', serif;
  font-weight: bold;
  color:#121212;
}
#slider .sub-head:after{
  content: "";
  width:26%;
  height: 2px;
  background-color:#121212;
  position: absolute;
  top: 60px;
  margin-left: 20px;
}
.inner_carousel {
  max-width: 563px;
  border-top: 9px solid #f2b701;
  border-bottom: 9px solid #f2b701;
  border-right: 9px solid #f2b701;
      padding-top: 10px;
}

#latest-news .latest-new-content .read-more:hover{
  background-color: #ffca04;
  border: 1px solid #ffca04;
}
#best_seller h6{
  font-weight: 600;
}
#new-collection .view-all a,#best_seller .view-all a,#weekly-deal .view-all a,#best_seller .view-all a{
    font-size: 18px;
    letter-spacing: 2px;
    color: #121212;
    font-family: "Fjalla One";
    border: 1px solid #121212;
    border-radius: 40px;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 40px;
}
#new-collection .view-all,#best_seller .view-all,#weekly-deal .view-all,#best_seller .view-all {
  text-align: center;
  align-items: center;
}
#best_seller .bordernavtab{
      max-width: 476px;
    margin: 0 auto;
    border-top: 1px solid #e7e7e7;
}
#best_seller .nav-tabs .nav-link.active:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #000;
    position: absolute;
    top: -2px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#best_seller a.nav-link.active{
  position:relative;
}
#best_seller .nav-tab-border{
    max-width: 50%;
    margin: 0 auto;
    border-top: 1px solid #e7e7e7;
}
.collection-box:hover { box-shadow: 1px 1px 22px #dcdcdc; }

#special-offers .special-offers-feature .row{
  background-color:#ffca04;
  padding:16px;
  margin-bottom: 10px;
}

#testimonial .short_text.pt-3 i {
  display: block;
  font-size: 4em;
  top: -75px;
  color: #ffca04;
}

#new-collection .collection-box:hover .cart-box a.button, #new-collection .collection-box:hover .product-sale{
  
   background-color: #f6ca08;
}