/* COMMON CSS */
#slider .slider-box h1,.featured_product_head h3,.category-head h3,.latest_product_head h3,.latest-news-head h3,.testimonial_head h3,.brand_head h3,#latest_news h5.post-title a{
  color: #2f3942;
}
#return-to-top,#featured_product button.owl-prev:hover,#featured_product button.owl-next:hover,.post-img span.date,#latest_news button.owl-prev:hover,#latest_news button.owl-next:hover,#slider .carousel-control i:hover{
  background-color: #31797e;
}
#slider .slider-box h1 span,#featured_product .woocommerce-Price-amount,#latest_product .woocommerce-Price-amount,#testimonial .owl-nav i{
  color: #31797e; 
}
#featured_product p,.content_pad h5 a,#service .service-box i,#featured_product h5 a, #latest_product h5 a,#latest_product .latest_product_btn a,#latest_news .post-review ul li a,#latest_news .post-review ul li{
  color: #576588;
}

/* --------- SLIDER--------- */

.slide_btn a,.cat_btn a {
    background: #31797e;
    color: #ffffff;
    font-weight: bold;
}
.slide_btn a:hover{
    background: #fff;
    color: #31797e;;
}
#slider .carousel-control i{
    padding: 18px 20px;
    background: #31797e;
    color: #fff;
    border-radius: 50%;
}
#slider .carousel-control .nav1 {
    display: block;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}
#slider .carousel-control .nav2 {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
}
#slider span.carousel-control-prev-icon,#slider span.carousel-control-next-icon{
    background-image: none;
}
#slider span.carousel-control-prev-icon i {
    background-color: rgba(28, 190, 220, 0.5) !important;
}
.inner_carousel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    right: 20%;
}
#slider .col-lg-6.col-md-6.col-6.slide-txt {
    background: #ecf5f4;
}
#slider .slider-box h1{
    font-size: 60px;
    font-weight: 900;
}
.slide-img img{
    width: 100%;
}
/* --------------- Service ------------- */

.service-box {
    background: #ecf5f4;
    padding: 20px;
    width: 100%;
}
#service h4.service-head {
    font-size: 18px;
}
#service .service-box i{
  font-size: 25px;
}
#service .row.serv-det {
    border-right: 1px solid #eff2f9;
}
.top_child:last-child .row.serv-det {
    border-right: none !important;
}

/* --------------- Featured product ------------- */
.featured_product_head h3,.category-head h3,.latest_product_head h3,.latest-news-head h3,.testimonial_head h3,#newsletter .newsletter_content h3,.brand_head h3{
  font-size: 35px;
  font-family: "Nunito Sans";
  font-weight: 700;
}
p.feat-txt,#latest_news .post-review ul li {
    font-size: 16px;
}
ins {
    text-decoration: none;
}
#featured_product span.custom-field,#latest_product span.custom-field{
    position: absolute;
    top: 5%;
    left: 5%;
    background: #ff5b72;
    border-radius: 3px;
    padding: 1px 8px;
    color: #ffffff;
}
#featured_product h5 a,#latest_product h5 a{
  font-size: 15px;
  font-weight: 600;
}
#featured_product .woocommerce-Price-amount,#latest_product .woocommerce-Price-amount{
  font-size: 22px; 
  font-weight: 700;
}
#featured_product p span,#latest_product p span {
  background: #fabc15;
  color: #fff;
  font-size: 12px;
  padding: 2px;
  margin-left: 20px;
  border:1px solid transparent;
  border-radius: 3px;
}
img.attachment-shop_catalog.size-shop_catalog.wp-post-image {
    display: block;
    width: 100%;
    height: auto;
}
#featured_product .owl-nav {
    display: block !important;
}
#featured_product button.owl-prev,#latest_news button.owl-prev,#featured_product button.owl-next,#latest_news button.owl-next {
    position: absolute;
    top: 50%;
    right: 102%;
    transform: translateY(-50%);
    border: 1px solid #dfe4ed;
    padding: 14px 22px;
    color: #dfe4ed;
    border-radius: 50px;
    background: #fbfbfd;
}
#featured_product button.owl-next,#latest_news button.owl-next{
    left: 102%;
}
#featured_product button.owl-prev:hover,#featured_product button.owl-next:hover,#latest_news button.owl-prev:hover,#latest_news button.owl-next:hover{
    color: #ffffff;  
}
#featured_product a.htcompare-btn,#latest_product a.htcompare-btn {
    color: #fff;
    padding: 8px;
    background-color: #000000;
    border-radius: 50px;
    margin: 5px 0px;
    text-align: center;
    width: 35px;
    height: 35px;
}
 #featured_product input.search-field,#latest_product input.search-field,span.tinvwl_add_to_wishlist-text,#featured_product .yith-wcwl-add-button span,#latest_product .yith-wcwl-add-button span {
    display: none;
}
.product-icon a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after,.product-icon i.fas.fa-shopping-cart,.product-icon i.fas.fa-search,.tinv-wraper.woocommerce.tinv-wishlist{
    background: #000;
    width: 35px;
    height: 35px;
    padding: 8px;
    color: #fff;
    border-radius: 50%;
}
.product-icon span.evercompare-btn-text:before{
  content: '\f074';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 20px;
}
#featured_product .box,
#latest_product .box{
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
#featured_product .box:before,
#latest_product .box:before{
    content: '';
    background-color: #31797e;
    height: 100%;
    width: 50px;
    position: absolute;
    right: 15px;
    top: -100%;
    z-index: 1;
    transition: all 0.3s ease;
}
#featured_product .box:hover:before,#latest_product .box:hover:before{ top: 0; }
#featured_product .box img,
#latest_product .box img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}
#featured_product .box:hover img,#latest_product .box:hover img{ filter: opacity(0.5); }
#featured_product .box .box-content,#latest_product .box .box-content{
    color: #fff;
    background: rgba(0,0,0,0.85);
    text-align: left;
    width: calc(100% - 65px);
    padding: 15px;
    transform: translateY(-50%) scaleX(0);
    transform-origin: left center;
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.3s ease-in-out;
}
#featured_product .box:hover .box-content,#latest_product .box:hover .box-content{ transform: translateY(-50%) scaleX(1); }
#featured_product .box .icon,
#latest_product .box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 23px;
    z-index: 1;
}
#featured_product .box .icon li,#latest_product .box .icon li{ transform: scale(0); }
#featured_product .box:hover .icon li,
#latest_product .box:hover .icon li{
    transform: scale(1);
    transition: all 0.3s ease 0.1s;    
    margin-bottom: 10px;
}

/*-----------category------------------*/

#category {
    background: #f5fdfd;
}
#category .cat_btn {
    position: absolute;
    bottom: 20px;
    left: 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
}
#category .box{
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
}
#category .box:before{
    content: "";
    background: #000;
    box-shadow: 0 0 50px rgba(0,0,0,0.5) inset;
    opacity: 0;
    transform: perspective(1000px) rotateX(90deg);
    transform-style: preserve-3d;
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    transition: all 0.3s ease-in;
}
#category .box:hover:before{
    opacity: 1;
    transform: perspective(1000px) rotateX(0);
}
#category .box img{
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
}
#category .box:hover img{
    opacity: 0.5;
    transform: scale(1.1);
}
#category .box .box-content{
    color: #fff;    
    text-align: center;
    width: 80%;
    padding: 15px 10px;
    opacity: 0;
    transform: translateX(-50%) translateY(-200%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.3s ease-out;
}
#category .box:hover .box-content{
    opacity: 1;
    transform: translateX(-50%) translateY(-60%);
}
#category .box:hover .cat_btn a{
    opacity: 0;
}
#category .box-content a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

/* --------------- Latest Product ------------- */

#latest_product .latest_product_btn a {
    font-size: 15px;
    font-weight: 600;
    background: #fbfbfd;
    border: 1px solid #dfe4ed;
    padding: 10px 40px;
}
#latest_product .latest_product_btn a:hover{
    background: #31797e;
    border-color: #31797e;
    color: #fff;
}
#latest_product hr {
    margin-bottom: -14px;
}

/* ------------ Partner ---------- */

#partner .partner_content {
    box-shadow: 0px 0px 20px 5px #eee;
}
#partner .row.shift {
    position: relative;
    left: 6%;
}

/* ------------- Testimonial ------------ */

#testimonial .pic {
    width: 20%;
}
#testimonial .testi-box {
    width: 60%;
    box-shadow: 0px 0px 20px 5px #eee;
    margin-top: 10px !important;
    z-index: 99999;
}
#testimonial button.owl-prev {
    position: absolute;
    transform: translateY(-50%);
    left: 40%;
    top: 30%;
    border: none;
    background: none;
}
#testimonial button.owl-next {
    position: absolute;
    transform: translateY(-50%);
    right: 40%;
    top: 30%;
    border: none;
    background: none;
}
#testimonial button.owl-prev i,#testimonial button.owl-next i{
    font-size: 25px;
}
/*.testi-bg-shadow {
    width: 100%;
    position: absolute;
    bottom: 50px;
    height: 200px;
    box-shadow: 0px 0px 20px 5px #eee;
}*/

/* ------------ Latest News ---------- */

#latest_news {
    background: #f6fdfe;
}
#latest_news .post-slide {
    padding-top: 15px;
}
.post-img {
    position: relative;
}
.news-date:after {
    content: "";
    border-width: 10px 0 0 10px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #169eb1;
    position: absolute;
    top: 0;
    right: -10px;
}
.news-date:before {
    content: "";
    border-width: 0 0 10px 10px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #169eb1;
    position: absolute;
    top: 0;
    left: -10px;
}
.news-date {
    width: 50px;
    background: #31797e;
    color: #fff;
    margin: -10px 0px;
    padding: 2px 9px;
    position: absolute;
    top: 0;
    left: 20px;
    text-align: center;
    font-weight: 600;
}
#latest_news ul li {
  display: inline-block;
}
#latest_news .latest_btn i{
  font-size: 14px;
}
#latest_news .cld-like-wrap.cld-common-wrap {
    margin: 0 0 0 12px;
}
#latest_news .cld-like-dislike-wrap.cld-template-1 {
    margin: 0;
}
#latest_news h5.post-title a {
    font-weight: 600;
}
.post-review {
    background: #ffffff;
}

/* ----------- Newsletter --------------- */

#newsletter .newsletter_content h3, .newsletter_content p{
    color: #ffffff;
    margin-bottom: 0;
}
#newsletter input.subscribe-email-text {
    width: 30%;
    background: #ffffff;
    font-size: 14px;
    border: none;
    color: #ccd1da !important;
}
#newsletter input.subscribe-btn{
  background-color: #2f3941;
}
#newsletter div#wpcf7-f122-o1 {
    transform: translate(4%, 50%);
}